From 2ffe698c7b431e337bd63d8e9b0b47efc9fb4b0a Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 27 Sep 2023 09:08:47 -0400 Subject: [PATCH 01/32] updated current challenge --- wayfarer-review-counter.user.js | 44 +++++++++++---------------------- 1 file changed, 15 insertions(+), 29 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 65195d8..59d752d 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.2.7 +// @version 0.3.0 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -32,46 +32,32 @@ (function() { const CURRENT_EVENT = { - from: Date.parse('2023-05-24T12:00Z'), - to: Date.parse('2023-06-09T19:00Z'), + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-08T19:00Z'), label: 'Challenge:', color: 'goldenrod', currentValid: -1, initialized: false, parts: [ { - label: '๐Ÿ‡ช๐Ÿ‡ธ', - regions: ['ES', 'IC', 'EA'], - from: Date.parse('2023-05-24T12:00Z'), - to: Date.parse('2023-05-30T22:27Z'), + label: '๐Ÿ‡ฎ๐Ÿ‡น', + regions: ['IT'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-09-29T19:00Z'), counter: 0 }, { - label: '๐Ÿ‡ฎ๐Ÿ‡ฉ', - regions: ['ID'], - from: Date.parse('2023-05-30T22:27Z'), - to: Date.parse('2023-06-02T00:06Z'), + label: '๐Ÿ‡ซ๐Ÿ‡ท', + regions: ['FR'], + from: Date.parse('2023-09-29T19:00Z'), + to: Date.parse('2023-10-02T19:00Z'), counter: 0 }, { - label: '๐Ÿ‡ง๐Ÿ‡ท', - regions: ['BR'], - from: Date.parse('2023-06-02T00:06Z'), - to: Date.parse('2023-06-04T18:33Z'), - counter: 0 - }, - { - label: '๐Ÿ‡ฎ๐Ÿ‡ณ', - regions: ['IN'], - from: Date.parse('2023-06-04T18:33Z'), - to: Date.parse('2023-06-05T22:01Z'), - counter: 0 - }, - { - label: '๐Ÿ—บ๏ธ', - regions: ['ES', 'IC', 'EA', 'IN', 'BR', 'ID'], - from: Date.parse('2023-06-05T22:01Z'), - to: Date.parse('2023-06-07T23:59Z'), + label: '๐Ÿ‡ฉ๐Ÿ‡ช', + regions: ['DE'], + from: Date.parse('2023-10-02T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), counter: 0 } ] From 15c9d58924cb19b04506a3367ea317b204b6250d Mon Sep 17 00:00:00 2001 From: tehstone Date: Thu, 28 Sep 2023 11:56:52 -0400 Subject: [PATCH 02/32] update challenge change times --- wayfarer-review-counter.user.js | 81 +++++++++++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 4 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 59d752d..640cecd 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.0 +// @version 0.3.1 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -31,7 +31,8 @@ (function() { - const CURRENT_EVENT = { + const CURRENT_EVENT = + { from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-08T19:00Z'), label: 'Challenge:', @@ -43,13 +44,13 @@ label: '๐Ÿ‡ฎ๐Ÿ‡น', regions: ['IT'], from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-09-29T19:00Z'), + to: Date.parse('2023-09-28T15:42Z'), counter: 0 }, { label: '๐Ÿ‡ซ๐Ÿ‡ท', regions: ['FR'], - from: Date.parse('2023-09-29T19:00Z'), + from: Date.parse('2023-09-28T15:42Z'), to: Date.parse('2023-10-02T19:00Z'), counter: 0 }, @@ -59,10 +60,82 @@ from: Date.parse('2023-10-02T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 + }, + { + label: '๐Ÿ—บ๏ธ', + regions: ['IT', 'FR', 'DE'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 } ] }; + const PAST_EVENTS = [ + { + from: Date.parse('2023-06-16T19:00Z'), + to: Date.parse('2023-09-27T19:00Z'), + label: 'Challenge:', + color: 'goldenrod', + currentValid: -1, + initialized: false, + parts: [ + { + label: '๐Ÿ—บ๏ธ', + regions: ['Q3_ATL', 'Q3_CHI', 'Q3_HAM'], + from: Date.parse('2023-06-16T19:00Z'), + to: Date.parse('2023-09-27T19:00Z'), + counter: 0 + } + ] + }, + { + from: Date.parse('2023-05-24T12:00Z'), + to: Date.parse('2023-06-09T19:00Z'), + label: 'Challenge:', + color: 'goldenrod', + currentValid: -1, + initialized: false, + parts: [ + { + label: '๐Ÿ‡ช๐Ÿ‡ธ', + regions: ['ES', 'IC', 'EA'], + from: Date.parse('2023-05-24T12:00Z'), + to: Date.parse('2023-05-30T22:27Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฎ๐Ÿ‡ฉ', + regions: ['ID'], + from: Date.parse('2023-05-30T22:27Z'), + to: Date.parse('2023-06-02T00:06Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ง๐Ÿ‡ท', + regions: ['BR'], + from: Date.parse('2023-06-02T00:06Z'), + to: Date.parse('2023-06-04T18:33Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฎ๐Ÿ‡ณ', + regions: ['IN'], + from: Date.parse('2023-06-04T18:33Z'), + to: Date.parse('2023-06-05T22:01Z'), + counter: 0 + }, + { + label: '๐Ÿ—บ๏ธ', + regions: ['ES', 'IC', 'EA', 'IN', 'BR', 'ID'], + from: Date.parse('2023-06-05T22:01Z'), + to: Date.parse('2023-06-07T23:59Z'), + counter: 0 + } + ] + } + ]; + /** * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls */ From 1e3c59f0389868a224a5b4871f407c4bc67b311a Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 10:45:31 -0400 Subject: [PATCH 03/32] added missing DE state boundaries and updated challenge regions --- wayfarer-open-in.user.js | 404 +++++++++++++++++--------------- wayfarer-review-counter.user.js | 4 +- 2 files changed, 214 insertions(+), 194 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index 7771e00..d2f0192 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Open-In -// @version 0.6.13 +// @version 0.6.15 // @description Add open-in buttons to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-open-in.user.js @@ -17,12 +17,12 @@ // @require https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.7.5/proj4.min.js // ==/UserScript== -// Copyright 2022 tehstone, bilde +// Copyright 2023 tehstone,bilde2910 // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation,either version 3 of the License,or // (at your option) any later version. // This script is distributed in the hope that it will be useful, @@ -33,7 +33,7 @@ // You can find a copy of the GNU General Public License in the root // directory of this script's GitHub repository: // -// If not, see . +// If not,see . /* eslint-env es6 */ /* eslint no-var: "error" */ @@ -97,13 +97,13 @@ label: 'Admin.ch', url: 'https://map.geo.admin.ch/?lang=en&topic=ech&bgLayer=ch.swisstopo.swissimage&layers=ch.swisstopo.zeitreihen,ch.bfs.gebaeude_wohnungs_register,ch.bav.haltestellen-oev,ch.swisstopo.swisstlm3d-wanderwege,ch.astra.wanderland-sperrungen_umleitungen&layers_opacity=1,1,1,0.8,0.8&layers_visibility=false,false,false,false,false&layers_timestamp=18641231,,,,&E=%lng%&N=%lat%&zoom=17', projection: 'EPSG:2056', - regions: ['CH', 'LI'] + regions: ['CH','LI'] }, { // Czech Republic and Slovakia label: 'Mapy.cz', url: 'https://en.mapy.cz/zakladni?x=%lng%&y=%lat%&z=18&base=ophoto', - regions: ['CZ', 'SK'] + regions: ['CZ','SK'] }, { // Germany (Bavaria) @@ -127,18 +127,18 @@ regions: ['DE_HB'] }, { - // Germany (Bremen, Hamburg, Schleswig-Holstein) + // Germany (Bremen,Hamburg,Schleswig-Holstein) label: 'Hamburg Geo-Online', url: 'https://geoportal-hamburg.de/geo-online/?Map/layerIds=12883,12884,16101,19968,94&visibility=true,true,true,true,true&transparency=0,0,0,0,0&Map/center=[%lng%,%lat%]&Map/zoomLevel=9', projection: 'EPSG:25832', - regions: ['DE_HB', 'DE_HH', 'DE_SH'] + regions: ['DE_HB','DE_HH','DE_SH'] }, { - // Germany (Bremen, Hamburg) + // Germany (Bremen,Hamburg) label: 'Geoportal der Metropolregion Hamburg', url: 'https://geoportal.metropolregion.hamburg.de/mrhportal/index.html?Map/layerIds=19101,8012&visibility=true,true&transparency=0,0&Map/center=[%lng%,%lat%]&Map/zoomLevel=11', projection: 'EPSG:25832', - regions: ['DE_HB', 'DE_HH'] + regions: ['DE_HB','DE_HH'] }, { // Germany (Mecklenburg-Western Pomerania) @@ -217,27 +217,27 @@ // Spain label: 'Iberpix', url: 'https://www.ign.es/iberpix2/visor/?center=%lng%,%lat%&zoom=20', - regions: ['ES', 'GI', 'EA', 'IC'] + regions: ['ES','GI','EA','IC'] }, { // Spain label: 'Fototeca Digital', url: 'https://fototeca.cnig.es/fototeca/?center=%lng%,%lat%&zoom=20', - regions: ['ES', 'GI', 'EA', 'IC'] + regions: ['ES','GI','EA','IC'] }, { // Finland label: 'Maanmittauslaitos', url: 'https://asiointi.maanmittauslaitos.fi/karttapaikka/?lang=fi&share=customMarker&n=%lat%&e=%lng%&title=%title%&desc=%desc%&zoom=13&layers=%5B%7B%22id%22:4,%22opacity%22:35%7D,%7B%22id%22:3,%22opacity%22:100%7D%5D', projection: 'EPSG:5048', - regions: ['FI', 'AX'] + regions: ['FI','AX'] }, { // Finland label: 'Paikkatietoikkuna', url: 'https://kartta.paikkatietoikkuna.fi/?zoomLevel=13&coord=%lng%_%lat%&mapLayers=24+100+default&markers=2|1|ff4712|%lng%_%lat%|%title%&noSavedState=true&showIntro=false', projection: 'EPSG:5048', - regions: ['FI', 'AX'] + regions: ['FI','AX'] }, { // Faroe Islands @@ -255,7 +255,7 @@ // France with overseas territories label: 'Mappy', url: 'https://fr.mappy.com/plan#/%lat%,%lng%', - regions: ['FR', 'PM', 'BL', 'SX', 'MF', 'GP', 'MQ', 'GF', 'YT', 'RE', 'WF', 'MC'] + regions: ['FR','PM','BL','SX','MF','GP','MQ','GF','YT','RE','WF','MC'] }, { // Croatia @@ -270,11 +270,11 @@ regions: ['ID'] }, { - // Israel, West Bank + // Israel,West Bank label: 'Govmap', url: 'https://www.govmap.gov.il/?c=%lng%,%lat%&z=10&b=2', projection: 'EPSG:2039', - regions: ['IL', 'PS_WB'] + regions: ['IL','PS_WB'] }, { // Iceland - street view @@ -354,7 +354,7 @@ // Latvia and Estonia label: 'BalticMaps', url: 'https://www.balticmaps.eu/en/c___%lat%-%lng%-18/w___driving-%lat%,%lng%/bl___pl/labels', - regions: ['LV', 'EE'] + regions: ['LV','EE'] }, { // Netherlands @@ -370,18 +370,6 @@ projection: 'EPSG:28992', regions: ['NL'] }, - { - // Norway - label: 'Finn.no kart', - url: 'https://kart.finn.no/?lng=%lng%&lat=%lat%&zoom=18&mapType=norortho&showPin=1', - regions: ['NO'] - }, - { - // Norway - label: '1881.no kart', - url: 'https://kart.1881.no/?lat=%lat%&lon=%lng%&z=18&v=1&r=&o=&layer=', - regions: ['NO'] - }, { // Norway label: 'Gule Sider', @@ -418,7 +406,7 @@ // New Zealand label: 'Land Information NZ', url: 'https://basemaps.linz.govt.nz/#@%lat%,%lng%,z19', - regions: ['NZ_1', 'NZ_2'] + regions: ['NZ_1','NZ_2'] }, { // Poland @@ -432,7 +420,7 @@ label: 'ะœะ ะ• ะกั€ะฑะธั˜ะต', url: 'https://gis.mre.gov.rs/smartPortal/Srbija?extent=xmin=%lng%,ymin=%lat%,xmax=%lng%,ymax=%lat%', projection: 'EPSG:3857', - regions: ['RS', 'XK'] + regions: ['RS','XK'] }, { // Sweden @@ -460,19 +448,19 @@ regions: ['AT'], onload: data => { awaitElement(() => windowRef.webgis.maps.map).then(ref => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; const setLoc = () => { ref = windowRef.webgis.maps.map; const ortho = document.getElementById('basemap_of'); try { if (ref.setScale && ortho) setTimeout(() => { const scales = ref.scales(); - ref.setScale(scales[scales.length - 1], [ lng, lat ]); + ref.setScale(scales[scales.length - 1],[ lng,lat ]); ortho.click(); - }, 500); - else setTimeout(setLoc, 500); + },500); + else setTimeout(setLoc,500); } catch (err) { - setTimeout(setLoc, 500); + setTimeout(setLoc,500); } } setLoc(); @@ -487,8 +475,8 @@ projection: 'EPSG:3908', onload: data => { awaitElement(() => windowRef.map).then(ref => { - const { lat, lng } = data.latLng; - ref.getView().setCenter([ lng, lat ]); + const { lat,lng } = data.latLng; + ref.getView().setCenter([ lng,lat ]); ref.getView().setZoom(20); }); } @@ -500,12 +488,12 @@ regions: ['BJ'], projection: 'EPSG:3857', onload: data => { - // There is a permalink feature on this map, but it does not appear to work. + // There is a permalink feature on this map,but it does not appear to work. awaitIndefinitely(() => document.querySelector('div[data-layername="Orthophoto 50cm"]')).then(ref => { awaitIndefinitely(() => windowRef.map).then(map => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; try { - map.setCenter(new OpenLayers.LonLat(lng, lat), 17); + map.setCenter(new OpenLayers.LonLat(lng,lat),17); } catch (e) { console.error(e); } @@ -519,7 +507,7 @@ for (let i = 0; i < 5; i++) upArrow.click(); } }); - }, 1000); + },1000); }); }); } @@ -532,9 +520,9 @@ regions: ['DE_BW'], onload: data => { awaitElement(() => windowRef.hasOwnProperty('flexgis-core') ? windowRef['flexgis-core'] : false).then(ref => { - awaitIndefinitely(() => [1, 2].includes(ref.fgMap.status)).then(() => { - const { lat, lng } = data.latLng; - ref.fgMapService.getView().setCenter([ lng, lat ]); + awaitIndefinitely(() => [1,2].includes(ref.fgMap.status)).then(() => { + const { lat,lng } = data.latLng; + ref.fgMapService.getView().setCenter([ lng,lat ]); ref.fgMapService.getView().setZoom(20); awaitIndefinitely(() => document.querySelector('flexgis-embeddedbaselayerswitcher div')).then(lsw => { lsw.dispatchEvent(new MouseEvent('click')); @@ -553,17 +541,17 @@ } }, { - // Italy, Vatican City, San Marino + // Italy,Vatican City,San Marino label: 'Geoportale Nazionale', url: 'http://www.pcn.minambiente.it/viewer/', - regions: ['IT', 'VA', 'SM'], + regions: ['IT','VA','SM'], onload: data => { awaitElement(() => { const lat = document.getElementById('lat'); const lon = document.getElementById('lon'); - return lat && lon ? { lat, lon } : false; + return lat && lon ? { lat,lon } : false; }).then(refs => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; const setLoc = () => { try { if (windowRef.map.graphics) setTimeout(() => { @@ -573,10 +561,10 @@ awaitElement(() => document.getElementById('ortofoto_colore_12')).then(ortho => { ortho.dispatchEvent(new MouseEvent('dblclick')); }); - }, 500); - else setTimeout(setLoc, 500); + },500); + else setTimeout(setLoc,500); } catch (err) { - setTimeout(setLoc, 500); + setTimeout(setLoc,500); } } setLoc(); @@ -593,9 +581,9 @@ const cP = document.getElementById('ProjectionsType'); const cX = document.getElementById('CoordinateX'); const cY = document.getElementById('CoordinateY'); - return cP && cX && cY ? { cP, cX, cY } : false; + return cP && cX && cY ? { cP,cX,cY } : false; }).then(refs => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; const setLoc = () => { try { if (windowRef.GeometryEngineService) { @@ -605,9 +593,9 @@ searchByCoordinates(1); const ortho = document.querySelector('#orthography > li:last-child'); if (ortho) ortho.dispatchEvent(new MouseEvent('click')); - } else setTimeout(setLoc, 500); + } else setTimeout(setLoc,500); } catch (err) { - setTimeout(setLoc, 500); + setTimeout(setLoc,500); } } setLoc(); @@ -625,21 +613,21 @@ let processed = false; ref.dispatchEvent(new MouseEvent('click')); (function (open) { - XMLHttpRequest.prototype.open = function (method, url) { + XMLHttpRequest.prototype.open = function (method,url) { if (!processed && method == 'POST' && url.startsWith('incphp/xajax/x_load.php')) { processed = true; - this.addEventListener('load', () => awaitElement(() => { + this.addEventListener('load',() => awaitElement(() => { const cX = document.getElementById('x_coord'); const cY = document.getElementById('y_coord'); - return cX && cY ? { cX, cY } : false; + return cX && cY ? { cX,cY } : false; }).then(refs => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; refs.cX.value = lng; refs.cY.value = lat; let stage = 1; const waitForLoad = () => { const loader = document.getElementById('loading'); - if (!loader || loader.style.visibility != 'hidden') setTimeout(waitForLoad, 500); + if (!loader || loader.style.visibility != 'hidden') setTimeout(waitForLoad,500); else setTimeout(() => { switch (stage) { case 1: @@ -652,13 +640,13 @@ if (ortho) ortho.dispatchEvent(new MouseEvent('click')); break; } - }, 500); + },500); } waitForLoad(); })); processed = true; } - open.apply(this, arguments); + open.apply(this,arguments); }; })(XMLHttpRequest.prototype.open); }); @@ -671,9 +659,9 @@ regions: ['SG'], onload: data => { awaitElement(() => viewer).then(ref => { - const { lat, lng } = data.latLng; + const { lat,lng } = data.latLng; ref.camera.cancelFlight(); - ref.scene.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(lng, lat, 300) }); + ref.scene.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(lng,lat,300) }); // WHY IS THERE A DRONE ON THE MAP o.O awaitElement(() => document.getElementById('loading-overlay')).then(drone => drone.style.display = 'none'); }); @@ -681,23 +669,23 @@ } ]; - const awaitElement = get => new Promise((resolve, reject) => { + const awaitElement = get => new Promise((resolve,reject) => { let triesLeft = 10; const queryLoop = () => { const ref = get(); if (ref) resolve(ref); else if (!triesLeft) reject(); - else setTimeout(queryLoop, 100); + else setTimeout(queryLoop,100); triesLeft--; } queryLoop(); }); - const awaitIndefinitely = get => new Promise((resolve, reject) => { + const awaitIndefinitely = get => new Promise((resolve,reject) => { const queryLoop = () => { const ref = get(); if (ref) resolve(ref); - else setTimeout(queryLoop, 500); + else setTimeout(queryLoop,500); } queryLoop(); }); @@ -710,144 +698,153 @@ } const wfOrigin = 'https://wayfarer.nianticlabs.com'; - const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated, unique to this userscript, please don't re-use in other scripts + const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated,unique to this userscript,please don't re-use in other scripts const geofences = { + // Q3 WDD Bonus + Q3_ATL: [[35.135294,-85.602359],[35.045864,-83.592267],[32.914903,-83.592268],[33.001688,-85.602363]], + Q3_CHI: [[43.168316,-88.787865],[43.132913,-86.902301],[41.239324,-86.902301],[41.274500,-88.787868]], + Q3_HAM: [[54.447005,9.040809],[54.193260,11.933595],[52.181830,11.080197],[52.405416,8.387036]], // Austria - AT: [[47.57130,9.57843], [47.54061,9.62806], [47.53018,9.71869], [47.53421,9.73073], [47.53371,9.73301], [47.53465,9.73618], [47.53760,9.73569], [47.54253,9.73513], [47.54679,9.73475], [47.54780,9.73595], [47.55116,9.73861], [47.55229,9.73990], [47.55507,9.74080], [47.55585,9.74256], [47.55513,9.74573], [47.55634,9.74625], [47.55794,9.74281], [47.55921,9.74290], [47.56104,9.74629], [47.56486,9.74651], [47.56746,9.75101], [47.56993,9.74715], [47.57161,9.74818], [47.57288,9.75487], [47.57676,9.75466], [47.58009,9.75612], [47.58125,9.76097], [47.58376,9.75985], [47.58709,9.76320], [47.58680,9.76427], [47.58735,9.76487], [47.58929,9.76423], [47.58987,9.76633], [47.58796,9.76865], [47.58903,9.76916], [47.58924,9.77118], [47.59060,9.77251], [47.59557,9.77629], [47.59583,9.77899], [47.59447,9.78067], [47.59520,9.78436], [47.59407,9.79195], [47.59473,9.79427], [47.59453,9.79607], [47.59520,9.79865], [47.59644,9.79989], [47.59609,9.80311], [47.59106,9.81195], [47.58863,9.81513], [47.58912,9.81774], [47.58704,9.82568], [47.58107,9.82551], [47.58044,9.82787], [47.57737,9.82766], [47.57326,9.82581], [47.57036,9.82199], [47.56127,9.82659], [47.55831,9.82586], [47.55435,9.82062], [47.55249,9.81774], [47.54809,9.81620], [47.54739,9.82757], [47.54286,9.84073], [47.54223,9.85038], [47.53698,9.85738], [47.53403,9.85948], [47.53345,9.86605], [47.52988,9.87403], [47.53174,9.87471], [47.53411,9.87325], [47.53881,9.87772], [47.54246,9.87574], [47.54347,9.87420], [47.54877,9.88094], [47.54593,9.88712], [47.54451,9.88973], [47.54541,9.89712], [47.54376,9.90445], [47.54165,9.90797], [47.53944,9.90965], [47.53275,9.91407], [47.53034,9.92054], [47.53184,9.92650], [47.53442,9.93551], [47.53888,9.94075], [47.53515,9.95882], [47.53541,9.96212], [47.53882,9.95757], [47.54404,9.95809], [47.54305,9.96332], [47.54676,9.96710], [47.54618,9.97204], [47.54326,9.97139], [47.54120,9.96757], [47.53842,9.96792], [47.53761,9.96620], [47.53552,9.96667], [47.53422,9.96611], [47.53086,9.96611], [47.53109,9.96779], [47.52784,9.96950], [47.52405,9.96804], [47.52248,9.96603], [47.52057,9.96624], [47.51834,9.97139], [47.51596,9.97264], [47.51350,9.97976], [47.51092,9.98208], [47.51158,9.98427], [47.50263,9.99663], [47.49831,9.98860], [47.48636,9.99534], [47.48230,10.00186], [47.48288,10.00808], [47.48253,10.01135], [47.48543,10.01607], [47.48421,10.02122], [47.48935,10.03714], [47.48906,10.04006], [47.48691,10.04722], [47.48566,10.04782], [47.48485,10.04658], [47.47711,10.05302], [47.47627,10.05482], [47.47392,10.05512], [47.47023,10.05207], [47.46890,10.05370], [47.46681,10.05405], [47.46386,10.06490], [47.46110,10.06885], [47.45640,10.07100], [47.45637,10.07718], [47.45574,10.08070], [47.45933,10.08409], [47.46046,10.08847], [47.46035,10.09035], [47.45872,10.09220], [47.45547,10.09280], [47.45431,10.09404], [47.44970,10.09559], [47.44668,10.09353], [47.44072,10.09460], [47.42873,10.10606], [47.42249,10.09683], [47.41744,10.09597], [47.41438,10.08652], [47.41447,10.08223], [47.41412,10.07390], [47.41084,10.07244], [47.40840,10.07124], [47.40477,10.07674], [47.40439,10.08008], [47.39908,10.08729], [47.39329,10.08347], [47.35523,10.09991], [47.37587,10.11914], [47.36811,10.13802], [47.36750,10.14898], [47.36916,10.16563], [47.37125,10.16876], [47.38625,10.16894], [47.38570,10.17666], [47.38788,10.18185], [47.39038,10.18078], [47.39293,10.18151], [47.39003,10.18885], [47.38959,10.19541], [47.38419,10.20044], [47.38317,10.20468], [47.38349,10.20919], [47.38088,10.21284], [47.38233,10.21460], [47.38282,10.21867], [47.38419,10.21897], [47.38521,10.22121], [47.38744,10.22412], [47.38933,10.22670], [47.38840,10.23060], [47.38361,10.23460], [47.38145,10.23683], [47.37884,10.23229], [47.37610,10.23623], [47.37331,10.23774], [47.36898,10.23336], [47.36727,10.23087], [47.36270,10.22902], [47.36102,10.22533], [47.35820,10.22456], [47.35657,10.22237], [47.35427,10.21731], [47.35012,10.21791], [47.34567,10.21315], [47.34136,10.20975], [47.33674,10.20465], [47.33622,10.20795], [47.33333,10.20811], [47.32967,10.20640], [47.32763,10.20125], [47.32673,10.20069], [47.32533,10.20198], [47.32309,10.20695], [47.31858,10.21189], [47.31684,10.21210], [47.31058,10.21661], [47.31032,10.21239], [47.30578,10.21123], [47.30235,10.20587], [47.30145,10.20415], [47.29923,10.20244], [47.29714,10.19900], [47.29574,10.19458], [47.29350,10.18935], [47.29338,10.18570], [47.29559,10.18059], [47.29239,10.17845], [47.28678,10.17609], [47.28215,10.17682], [47.27857,10.17291], [47.27548,10.17574], [47.27391,10.17343], [47.27105,10.17488], [47.27070,10.17815], [47.27146,10.17935], [47.27280,10.18707], [47.27303,10.19488], [47.27443,10.19488], [47.27693,10.20089], [47.27560,10.20767], [47.27618,10.22235], [47.27099,10.23153], [47.27239,10.23703], [47.27851,10.24183], [47.28066,10.24518], [47.28060,10.25239], [47.28194,10.25900], [47.28433,10.26149], [47.28590,10.26604], [47.28881,10.26509], [47.28846,10.27085], [47.28823,10.28029], [47.29231,10.28526], [47.29481,10.29196], [47.29912,10.29333], [47.30028,10.29522], [47.30005,10.29831], [47.29947,10.30020], [47.30249,10.30638], [47.30348,10.30887], [47.30715,10.31539], [47.30622,10.32535], [47.30418,10.32483], [47.30523,10.33007], [47.30924,10.33522], [47.31105,10.33891], [47.31483,10.33994], [47.31547,10.34655], [47.31733,10.34818], [47.32001,10.34457], [47.32402,10.34646], [47.32653,10.35041], [47.33362,10.35556], [47.33752,10.35668], [47.34485,10.36775], [47.34642,10.37092], [47.35305,10.37710], [47.35502,10.38200], [47.35758,10.38560], [47.36189,10.38517], [47.37037,10.38843], [47.37636,10.39444], [47.37787,10.40011], [47.37781,10.40491], [47.37892,10.41221], [47.38194,10.41753], [47.38502,10.41950], [47.38467,10.42714], [47.38421,10.43023], [47.38130,10.43547], [47.39205,10.42817], [47.39716,10.43006], [47.39984,10.43332], [47.40204,10.42998], [47.40658,10.43564], [47.41012,10.43513], [47.41413,10.43839], [47.41517,10.44603], [47.41982,10.45512], [47.42452,10.45547], [47.42876,10.45924], [47.43230,10.46894], [47.43201,10.47435], [47.44920,10.46851], [47.45129,10.46517], [47.45535,10.46525], [47.46074,10.46645], [47.46405,10.46465], [47.46904,10.46843], [47.47415,10.46620], [47.47705,10.46594], [47.48175,10.46156], [47.48244,10.45572], [47.48459,10.45186], [47.48326,10.44371], [47.48540,10.43907], [47.49248,10.43607], [47.50413,10.43040], [47.50738,10.43401], [47.51039,10.43470], [47.51341,10.43942], [47.51880,10.44139], [47.52419,10.43813], [47.55473,10.45315], [47.55450,10.45032], [47.56654,10.44482], [47.56730,10.43478], [47.57181,10.43135], [47.57847,10.42834], [47.57992,10.43384], [47.58200,10.43101], [47.58478,10.43564], [47.58415,10.44551], [47.58449,10.45015], [47.58345,10.45384], [47.58611,10.46173], [47.58791,10.47169], [47.58710,10.47272], [47.58577,10.47306], [47.58449,10.48268], [47.58044,10.47941], [47.57888,10.47298], [47.57922,10.47074], [47.57616,10.47177], [47.56950,10.47401], [47.56996,10.47092], [47.56631,10.46662], [47.56243,10.46259], [47.56075,10.46010], [47.55560,10.45581], [47.55287,10.46036], [47.55171,10.47263], [47.54082,10.48928], [47.53549,10.52439], [47.53688,10.53675], [47.53769,10.55975], [47.53648,10.56370], [47.53433,10.56361], [47.53404,10.56962], [47.53428,10.57263], [47.54291,10.57812], [47.54986,10.58155], [47.55166,10.57984], [47.55397,10.57872], [47.55646,10.58009], [47.56023,10.58945], [47.56457,10.59331], [47.57019,10.59803], [47.56648,10.60842], [47.56608,10.61357], [47.56712,10.61434], [47.56758,10.61958], [47.56295,10.62704], [47.56139,10.62696], [47.55913,10.63597], [47.55977,10.64198], [47.55896,10.65253], [47.55982,10.65605], [47.55924,10.67751], [47.55629,10.67957], [47.55855,10.68695], [47.55832,10.69159], [47.55606,10.69330], [47.55525,10.69064], [47.54511,10.69528], [47.54418,10.69923], [47.54355,10.71133], [47.53868,10.71851], [47.53787,10.72426], [47.53926,10.72984], [47.53885,10.74194], [47.53734,10.75198], [47.53456,10.75928], [47.52633,10.76572], [47.52245,10.76366], [47.52054,10.76417], [47.51636,10.77241], [47.51584,10.77662], [47.51457,10.77799], [47.51862,10.78571], [47.51747,10.78717], [47.52164,10.79507], [47.52025,10.81172], [47.52494,10.81078], [47.52697,10.81249], [47.52686,10.81824], [47.52888,10.82803], [47.52848,10.83567], [47.52599,10.83859], [47.52848,10.83996], [47.52819,10.84236], [47.53039,10.84605], [47.53068,10.84786], [47.53520,10.85395], [47.53479,10.86291], [47.53555,10.86565], [47.53619,10.86677], [47.53752,10.89132], [47.53022,10.89380], [47.52743,10.89698], [47.51891,10.90496], [47.51967,10.91664], [47.51700,10.91947], [47.51312,10.91809], [47.51051,10.90616], [47.50860,10.90127], [47.50691,10.89020], [47.50402,10.88333], [47.50268,10.87715], [47.49897,10.87157], [47.49271,10.87243], [47.48581,10.86960], [47.48209,10.87200], [47.48001,10.87939], [47.48001,10.88471], [47.48111,10.88728], [47.48412,10.89818], [47.48600,10.91045], [47.48275,10.92693], [47.48350,10.93388], [47.48037,10.93937], [47.47312,10.93002], [47.47184,10.92916], [47.46888,10.93225], [47.46709,10.93628], [47.46308,10.93997], [47.45531,10.95414], [47.45002,10.95997], [47.43017,10.98418], [47.42059,10.98512], [47.41782,10.98013], [47.41707,10.97223], [47.41411,10.97052], [47.41085,10.96974], [47.40795,10.97172], [47.40429,10.97043], [47.40051,10.97215], [47.39761,10.97961], [47.39616,10.98974], [47.39674,10.99232], [47.39517,10.99687], [47.39476,11.00751], [47.39691,11.01738], [47.39714,11.02493], [47.39383,11.02862], [47.39406,11.03309], [47.39662,11.03704], [47.39680,11.04004], [47.39435,11.04845], [47.39656,11.05472], [47.39650,11.06364], [47.39633,11.09454], [47.39465,11.10021], [47.39592,11.10364], [47.39616,11.11471], [47.39969,11.12307], [47.40330,11.12161], [47.40719,11.12247], [47.41300,11.12736], [47.41294,11.13406], [47.41439,11.13929], [47.41695,11.14513], [47.42165,11.15560], [47.42455,11.17655], [47.42595,11.17706], [47.42711,11.18659], [47.42839,11.19878], [47.43489,11.20590], [47.43100,11.22083], [47.43210,11.22169], [47.43100,11.22736], [47.43257,11.23903], [47.43280,11.25122], [47.42734,11.25465], [47.42363,11.24813], [47.42055,11.24435], [47.41944,11.24075], [47.41549,11.24032], [47.40992,11.23319], [47.40626,11.23148], [47.40423,11.22976], [47.40080,11.22461], [47.39650,11.22367], [47.39522,11.22727], [47.39824,11.23311], [47.39859,11.24924], [47.39981,11.26323], [47.39798,11.26879], [47.40066,11.27849], [47.40252,11.28390], [47.40815,11.28990], [47.41257,11.28990], [47.41651,11.29248], [47.42203,11.28990], [47.42761,11.29085], [47.42830,11.29540], [47.43063,11.29900], [47.43109,11.30570], [47.43092,11.31239], [47.43260,11.31643], [47.43823,11.32106], [47.43864,11.32947], [47.44422,11.32990], [47.45060,11.34252], [47.44903,11.34913], [47.44886,11.35788], [47.44520,11.36621], [47.44601,11.36990], [47.45014,11.37522], [47.44845,11.38792], [47.44712,11.38981], [47.44903,11.40260], [47.44671,11.40732], [47.44741,11.41539], [47.44462,11.42097], [47.45582,11.41101], [47.46598,11.40715], [47.46668,11.39848], [47.46575,11.39385], [47.46708,11.38912], [47.47283,11.38252], [47.47961,11.38724], [47.48292,11.39033], [47.49127,11.40681], [47.49975,11.41253], [47.50723,11.42240], [47.51610,11.43639], [47.51853,11.44240], [47.51320,11.44549], [47.50746,11.45012], [47.50920,11.45596], [47.50926,11.47021], [47.50949,11.48789], [47.50734,11.49047], [47.50763,11.49776], [47.50705,11.50274], [47.50479,11.50566], [47.50676,11.50900], [47.50688,11.51209], [47.51105,11.51785], [47.50984,11.53702], [47.51384,11.55187], [47.51256,11.55350], [47.51453,11.56131], [47.51424,11.57041], [47.52033,11.57719], [47.52485,11.58654], [47.53899,11.58723], [47.54229,11.58508], [47.54629,11.58594], [47.55127,11.58912], [47.55475,11.58603], [47.56043,11.59049], [47.56477,11.59753], [47.57143,11.60148], [47.57415,11.60130], [47.58260,11.60611], [47.58052,11.61152], [47.58121,11.61504], [47.58486,11.61838], [47.58411,11.62474], [47.58110,11.63049], [47.58145,11.63315], [47.58509,11.62989], [47.58909,11.63152], [47.59302,11.63203], [47.59482,11.63658], [47.59349,11.64207], [47.59013,11.64422], [47.59084,11.64966], [47.58435,11.65927], [47.58459,11.66339], [47.58424,11.66605], [47.58592,11.67043], [47.58540,11.67859], [47.58464,11.68004], [47.58592,11.68803], [47.58713,11.69000], [47.58933,11.69910], [47.58933,11.72459], [47.58829,11.74476], [47.58962,11.75523], [47.58910,11.75888], [47.59055,11.76686], [47.58980,11.77149], [47.59176,11.78179], [47.58823,11.79089], [47.58482,11.81664], [47.58551,11.82110], [47.58563,11.82909], [47.58262,11.83003], [47.58204,11.84351], [47.58256,11.84634], [47.60293,11.85466], [47.60172,11.86333], [47.60288,11.86677], [47.60982,11.89681], [47.60884,11.90239], [47.61445,11.91389], [47.61312,11.93316], [47.61624,11.95453], [47.61752,11.96852], [47.61590,11.97513], [47.61387,11.97650], [47.61601,11.97650], [47.62012,11.98328], [47.62209,12.00054], [47.62562,12.00886], [47.62307,12.01350], [47.62116,12.01418], [47.61809,12.01744], [47.61225,12.02045], [47.61173,12.02757], [47.61289,12.03075], [47.61451,12.03023], [47.61682,12.03401], [47.61833,12.03916], [47.61561,12.05006], [47.61584,12.05504], [47.61914,12.06070], [47.61925,12.06491], [47.61509,12.07109], [47.61393,12.07967], [47.61144,12.08001], [47.61023,12.08199], [47.61040,12.09177], [47.61225,12.10877], [47.61167,12.11641], [47.60924,12.12087], [47.60681,12.12636], [47.60606,12.14104], [47.60779,12.14550], [47.61011,12.15263], [47.61098,12.15649], [47.61335,12.16173], [47.61509,12.17160], [47.61474,12.17966], [47.61005,12.18198], [47.60803,12.18069], [47.60502,12.18001], [47.60131,12.17778], [47.60461,12.18413], [47.60513,12.19451], [47.60577,12.20138], [47.60808,12.20679], [47.61410,12.20885], [47.62463,12.20301], [47.64071,12.19966], [47.65921,12.18507], [47.66904,12.18190], [47.67783,12.17074], [47.68447,12.16636], [47.70140,12.16258], [47.70099,12.18301], [47.70463,12.18670], [47.70977,12.19923], [47.70804,12.19966], [47.70792,12.20361], [47.71133,12.20636], [47.71047,12.20833], [47.71838,12.22601], [47.74147,12.24841], [47.74320,12.25717], [47.73697,12.26395], [47.73189,12.26601], [47.71907,12.25640], [47.71087,12.24996], [47.70995,12.24704], [47.69470,12.24206], [47.68823,12.24635], [47.68436,12.25314], [47.67915,12.25554], [47.67875,12.26326], [47.68141,12.26755], [47.68540,12.27125], [47.69042,12.28300], [47.69071,12.29184], [47.69724,12.33930], [47.69291,12.33569], [47.69088,12.33895], [47.69268,12.34436], [47.69233,12.35269], [47.69106,12.35389], [47.69100,12.35861], [47.68418,12.36393], [47.68661,12.37912], [47.68875,12.38539], [47.69302,12.40418], [47.69660,12.42916], [47.69504,12.43277], [47.69562,12.44135], [47.69169,12.44367], [47.68349,12.44186], [47.67921,12.44015], [47.67748,12.44135], [47.67557,12.44015], [47.67459,12.44101], [47.67343,12.44633], [47.67129,12.44538], [47.66835,12.45302], [47.66401,12.45457], [47.66234,12.45646], [47.64966,12.46586], [47.63700,12.49213], [47.63479,12.49171], [47.62548,12.49960], [47.62554,12.51171], [47.63699,12.53668], [47.63289,12.57428], [47.63468,12.57745], [47.64092,12.57917], [47.64211,12.57984], [47.64882,12.58314], [47.66660,12.59645], [47.66908,12.60142], [47.67342,12.60348], [47.67429,12.60889], [47.67284,12.61662], [47.67504,12.62340], [47.67660,12.62983], [47.67359,12.63687], [47.67163,12.63893], [47.67394,12.64374], [47.67342,12.64803], [47.67047,12.64889], [47.67261,12.65378], [47.67504,12.65653], [47.67723,12.65713], [47.68139,12.66614], [47.68122,12.67112], [47.68324,12.67979], [47.68284,12.68502], [47.68128,12.68545], [47.68215,12.69163], [47.68255,12.69627], [47.67995,12.70064], [47.68163,12.70537], [47.67671,12.71532], [47.67839,12.72279], [47.68012,12.73352], [47.67689,12.73978], [47.67585,12.74656], [47.66735,12.75575], [47.66434,12.75729], [47.66741,12.76279], [47.66758,12.76648], [47.66631,12.77180], [47.67458,12.78055], [47.67197,12.78399], [47.66995,12.78399], [47.66232,12.77884], [47.66053,12.77884], [47.65515,12.76879], [47.65486,12.76124], [47.65226,12.75910], [47.64983,12.76047], [47.64775,12.76519], [47.64434,12.76639], [47.64209,12.77068], [47.63804,12.77248], [47.63214,12.78296], [47.63387,12.78948], [47.62682,12.80029], [47.62583,12.80132], [47.62144,12.81171], [47.61206,12.82518], [47.60923,12.82312], [47.61073,12.81720], [47.61056,12.81197], [47.60934,12.80707], [47.60720,12.80398], [47.60489,12.80347], [47.60431,12.79866], [47.60095,12.79686], [47.60066,12.79403], [47.59806,12.79197], [47.59285,12.79635], [47.59001,12.79343], [47.58833,12.78819], [47.58538,12.78682], [47.58301,12.78244], [47.57745,12.78038], [47.56911,12.78545], [47.56500,12.79334], [47.55707,12.79489], [47.54814,12.80982], [47.54623,12.81694], [47.54646,12.82381], [47.54560,12.83445], [47.54716,12.84321], [47.54571,12.84905], [47.53783,12.85111], [47.53296,12.85162], [47.52844,12.85711], [47.52728,12.85943], [47.52850,12.86441], [47.52560,12.86484], [47.52439,12.87042], [47.52213,12.88020], [47.51923,12.88544], [47.51326,12.88630], [47.49682,12.91019], [47.48846,12.93310], [47.47907,12.95387], [47.47489,12.96812], [47.47483,12.97164], [47.47982,12.97190], [47.48533,12.97413], [47.48527,12.97859], [47.48075,12.98795], [47.47866,12.98906], [47.47913,12.99722], [47.47170,12.99421], [47.46892,12.99868], [47.46462,13.00245], [47.46485,13.00554], [47.46874,13.01044], [47.47274,13.01644], [47.47715,13.01799], [47.47820,13.02134], [47.48696,13.02659], [47.48771,13.03302], [47.48928,13.03457], [47.48922,13.04058], [47.49218,13.04564], [47.49525,13.04547], [47.49798,13.04762], [47.50360,13.04521], [47.51485,13.04590], [47.51578,13.04281], [47.52030,13.04264], [47.52163,13.04573], [47.52412,13.04461], [47.53012,13.03217], [47.53441,13.03011], [47.54368,13.03749], [47.54757,13.04367], [47.55150,13.04487], [47.55707,13.05474], [47.56176,13.05586], [47.56234,13.05139], [47.57207,13.04315], [47.57676,13.04075], [47.57878,13.04410], [47.58428,13.04281], [47.58689,13.06564], [47.58671,13.06993], [47.59117,13.07053], [47.59187,13.06761], [47.59754,13.06281], [47.60217,13.06229], [47.60599,13.06985], [47.61137,13.07105], [47.61617,13.07757], [47.61993,13.08023], [47.62121,13.08478], [47.62531,13.09079], [47.62722,13.09208], [47.62838,13.09474], [47.63509,13.09817], [47.64070,13.09637], [47.64434,13.09122], [47.64926,13.08804], [47.65497,13.08821], [47.66116,13.08152], [47.66387,13.07791], [47.67272,13.07568], [47.68277,13.07869], [47.68672,13.07980], [47.69134,13.07431], [47.69145,13.06890], [47.69481,13.06392], [47.69712,13.06049], [47.70364,13.05474], [47.70919,13.04701], [47.71075,13.04813], [47.71219,13.04556], [47.71288,13.04152], [47.71381,13.04195], [47.71543,13.03732], [47.71658,13.03079], [47.71554,13.02908], [47.71670,13.02599], [47.72056,13.02221], [47.72126,13.01826], [47.72247,13.01775], [47.72207,13.00942], [47.71745,13.00616], [47.71329,13.00298], [47.71254,12.99552], [47.70844,12.99165], [47.70665,12.98650], [47.70694,12.97552], [47.70665,12.97226], [47.70878,12.96196], [47.70757,12.95603], [47.71161,12.94685], [47.71115,12.93947], [47.70884,12.93200], [47.71000,12.92462], [47.71369,12.92239], [47.71485,12.91758], [47.71647,12.91621], [47.71704,12.91226], [47.72155,12.90926], [47.72328,12.90419], [47.72801,12.90411], [47.73280,12.91072], [47.73540,12.91089], [47.74343,12.91810], [47.74504,12.92402], [47.74550,12.93063], [47.74833,12.93363], [47.74845,12.93552], [47.75439,12.93604], [47.75780,12.93475], [47.75981,12.93861], [47.76403,12.94385], [47.77071,12.94213], [47.76996,12.93449], [47.77192,12.93492], [47.76990,12.93252], [47.76938,12.92694], [47.77348,12.92917], [47.77682,12.93441], [47.77809,12.94033], [47.78392,12.93844], [47.78553,12.93964], [47.78628,12.94754], [47.79078,12.95114], [47.79989,12.96462], [47.81579,12.97697], [47.82807,12.98460], [47.83198,12.98907], [47.83694,12.99688], [47.84109,13.00177], [47.84558,13.00392], [47.85197,13.00186], [47.85514,13.00066], [47.87091,12.98591], [47.88450,12.97638], [47.90228,12.96523], [47.91056,12.95733], [47.91856,12.94892], [47.92822,12.94240], [47.93886,12.93888], [47.94312,12.93828], [47.94409,12.93742], [47.94409,12.93561], [47.94248,12.93484], [47.94053,12.93338], [47.93978,12.93124], [47.93915,12.92394], [47.94007,12.92051], [47.94375,12.91888], [47.95134,12.92059], [47.95329,12.91982], [47.95588,12.91536], [47.95732,12.91012], [47.95829,12.89991], [47.95950,12.88352], [47.96203,12.87605], [47.96622,12.87150], [47.97237,12.86764], [48.00833,12.85691], [48.01827,12.84807], [48.02986,12.83176], [48.06234,12.77631], [48.07088,12.76318], [48.08276,12.75460], [48.09686,12.75048], [48.11102,12.74936], [48.11938,12.75940], [48.12540,12.75769], [48.12763,12.76138], [48.12906,12.76567], [48.12786,12.77245], [48.12580,12.77820], [48.12311,12.78232], [48.12282,12.78507], [48.12454,12.78764], [48.13938,12.79751], [48.14568,12.79751], [48.15043,12.80756], [48.15238,12.81571], [48.15226,12.82515], [48.15541,12.83262], [48.15907,12.83536], [48.16446,12.83485], [48.16663,12.83742], [48.16646,12.84172], [48.16612,12.84481], [48.16720,12.84738], [48.17018,12.84893], [48.17756,12.85202], [48.18489,12.86120], [48.19684,12.86412], [48.20233,12.87210], [48.20371,12.89605], [48.20657,12.91484], [48.20662,12.94214], [48.20994,12.95750], [48.24059,13.00238], [48.25225,13.01105], [48.25751,13.02004], [48.26242,13.03935], [48.26585,13.05660], [48.27659,13.07806], [48.27790,13.08682], [48.27813,13.12450], [48.28179,13.14329], [48.29110,13.16458], [48.29584,13.18406], [48.29281,13.25487], [48.31942,13.32318], [48.33625,13.34910], [48.35200,13.36632], [48.37042,13.40364], [48.37560,13.41283], [48.39037,13.42029], [48.40399,13.42089], [48.43082,13.43943], [48.43928,13.43885], [48.45266,13.42700], [48.46114,13.42863], [48.47412,13.43610], [48.49209,13.44700], [48.49704,13.44803], [48.51234,13.45756], [48.52871,13.44425], [48.53474,13.45018], [48.53957,13.44829], [48.54739,13.44008], [48.55313,13.43691], [48.55893,13.43923], [48.56410,13.45090], [48.56131,13.45613], [48.55870,13.45725], [48.55620,13.46060], [48.55438,13.46472], [48.55597,13.47424], [48.55910,13.47588], [48.56268,13.47364], [48.56495,13.47914], [48.56262,13.48489], [48.56449,13.49072], [48.56751,13.49287], [48.56910,13.49055], [48.56995,13.49158], [48.56966,13.49493], [48.57159,13.50068], [48.57676,13.50686], [48.57818,13.50471], [48.58108,13.50128], [48.58829,13.50577], [48.59090,13.51315], [48.58903,13.52311], [48.58062,13.53787], [48.57029,13.55006], [48.56716,13.56002], [48.56006,13.56946], [48.56018,13.58225], [48.56535,13.58611], [48.56847,13.59186], [48.56887,13.60010], [48.56533,13.60905], [48.55397,13.62432], [48.55016,13.65239], [48.53556,13.66243], [48.52532,13.69067], [48.51879,13.70363], [48.51270,13.72749], [48.52652,13.73247], [48.52976,13.74603], [48.53834,13.74740], [48.54004,13.74397], [48.54624,13.74286], [48.55081,13.75264], [48.55206,13.74595], [48.55615,13.74689], [48.56319,13.75281], [48.56711,13.75959], [48.56274,13.76491], [48.55456,13.77032], [48.55899,13.77247], [48.56160,13.77813], [48.56643,13.78002], [48.57211,13.79023], [48.57421,13.79933], [48.57892,13.80397], [48.58767,13.80431], [48.59045,13.80028], [48.59720,13.80113], [48.60629,13.80809], [48.61014,13.81298], [48.61622,13.81478], [48.61571,13.82199], [48.62444,13.82242], [48.63342,13.82508], [48.64141,13.82088], [48.64538,13.81418], [48.65440,13.81384], [48.66551,13.81607], [48.67888,13.81624], [48.68126,13.81246], [48.69152,13.81409], [48.69622,13.81547], [48.69311,13.83006], [48.69934,13.83409], [48.69770,13.81950], [48.70200,13.80843], [48.70761,13.81083], [48.70761,13.80345], [48.71534,13.79308], [48.73097,13.81617], [48.75548,13.81952], [48.76555,13.83737], [48.77222,13.83883], [48.77319,13.84433], [48.77070,13.84819], [48.77188,13.85660], [48.76996,13.86321], [48.77036,13.86793], [48.76521,13.87917], [48.75916,13.88818], [48.75701,13.89703], [48.74065,13.92063], [48.73720,13.92209], [48.73567,13.92647], [48.73199,13.92827], [48.72633,13.93848], [48.72231,13.94209], [48.72299,13.94612], [48.72084,13.95522], [48.71461,13.95754], [48.71359,13.97256], [48.71002,13.97959], [48.71143,13.98371], [48.70894,14.00560], [48.70520,14.01101], [48.70186,14.01170], [48.69614,14.01976], [48.69144,14.01736], [48.68980,14.02577], [48.68498,14.03049], [48.68379,14.02714], [48.67801,14.03719], [48.67790,14.04534], [48.67517,14.05907], [48.67313,14.06070], [48.66492,14.06122], [48.65766,14.05864], [48.65188,14.05358], [48.65375,14.04105], [48.65205,14.02620], [48.64428,14.02337], [48.64297,14.01830], [48.63929,14.01358], [48.63685,14.01951], [48.63112,14.02500], [48.62811,14.03341], [48.62936,14.04337], [48.62743,14.04980], [48.61977,14.04614], [48.61659,14.04339], [48.61319,14.04476], [48.61018,14.05206], [48.60524,14.05480], [48.60774,14.06536], [48.60717,14.06982], [48.59633,14.06682], [48.60127,14.07317], [48.60036,14.09849], [48.59253,14.09849], [48.59014,14.10647], [48.59026,14.11540], [48.59406,14.11926], [48.59463,14.12484], [48.59798,14.13557], [48.59508,14.14124], [48.59718,14.15540], [48.59338,14.16063], [48.59327,14.16595], [48.59014,14.16475], [48.59128,14.17076], [48.59417,14.17754], [48.59379,14.19244], [48.58862,14.21355], [48.58448,14.23501], [48.57880,14.24050], [48.57874,14.24728], [48.58136,14.25123], [48.58255,14.26479], [48.58153,14.27200], [48.57409,14.28041], [48.56915,14.29646], [48.56420,14.31320], [48.56540,14.32470], [48.55324,14.32839], [48.55216,14.33337], [48.55591,14.34264], [48.56097,14.34444], [48.56330,14.35148], [48.56971,14.35157], [48.57562,14.35749], [48.57607,14.36659], [48.56994,14.37019], [48.57040,14.38066], [48.57216,14.38590], [48.57676,14.39105], [48.58454,14.38590], [48.59322,14.38495], [48.59498,14.39131], [48.59339,14.40349], [48.59311,14.41560], [48.59010,14.42366], [48.58953,14.42881], [48.59947,14.43508], [48.60114,14.44054], [48.60943,14.44449], [48.61431,14.44732], [48.62010,14.44595], [48.62498,14.45136], [48.62560,14.45428], [48.63309,14.44981], [48.63905,14.44252], [48.64364,14.44278], [48.64534,14.45290], [48.64506,14.46003], [48.64925,14.46930], [48.64262,14.47840], [48.64007,14.47822], [48.63303,14.48964], [48.63366,14.49247], [48.62963,14.49891], [48.62339,14.49496], [48.61789,14.50414], [48.61982,14.51093], [48.62010,14.51599], [48.61698,14.52655], [48.61533,14.53152], [48.61516,14.54663], [48.61074,14.55324], [48.60654,14.55367], [48.60438,14.56242], [48.60892,14.56302], [48.61198,14.57058], [48.61749,14.58113], [48.61825,14.58984], [48.62631,14.59920], [48.62841,14.60357], [48.62858,14.60881], [48.62756,14.61439], [48.61752,14.62108], [48.60617,14.62546], [48.60401,14.63010], [48.60532,14.63379], [48.61110,14.64735], [48.60412,14.65421], [48.59777,14.65885], [48.58289,14.66417], [48.58181,14.67044], [48.58369,14.67619], [48.58329,14.68228], [48.58567,14.68812], [48.58590,14.69550], [48.58409,14.70151], [48.58749,14.70614], [48.59141,14.70571], [48.59799,14.71198], [48.60225,14.71953], [48.61791,14.71318], [48.63763,14.72148], [48.63876,14.71864], [48.64863,14.71676], [48.64943,14.71015], [48.67664,14.72276], [48.67981,14.72534], [48.68625,14.72497], [48.69447,14.73295], [48.69838,14.73432], [48.70342,14.74608], [48.70387,14.75544], [48.71039,14.75664], [48.71169,14.77312], [48.71418,14.77578], [48.71843,14.78462], [48.72239,14.78608], [48.72585,14.79123], [48.72987,14.79354], [48.73383,14.80135], [48.73258,14.80350], [48.73462,14.80642], [48.74804,14.79999], [48.75217,14.80153], [48.75851,14.80711], [48.76411,14.81140], [48.77169,14.80522], [48.77384,14.80822], [48.77972,14.80805], [48.78108,14.81475], [48.78170,14.81913], [48.78453,14.82548], [48.78108,14.82814], [48.78198,14.83449], [48.78475,14.84307], [48.78136,14.84633], [48.78057,14.85045], [48.77825,14.85191], [48.77757,14.86264], [48.78176,14.86839], [48.78051,14.88247], [48.77672,14.88753], [48.77225,14.88590], [48.77090,14.88873], [48.77299,14.89406], [48.77237,14.89912], [48.76779,14.90521], [48.76758,14.91102], [48.77013,14.91848], [48.76668,14.93256], [48.76153,14.94037], [48.76295,14.94775], [48.76153,14.95282], [48.75893,14.95582], [48.76289,14.96020], [48.76453,14.96638], [48.76753,14.96990], [48.77024,14.97728], [48.77465,14.97973], [48.77652,14.97759], [48.77951,14.97904], [48.78415,14.96969], [48.78794,14.95304], [48.79009,14.95227], [48.79699,14.95287], [48.80242,14.95544], [48.80564,14.95853], [48.81310,14.95690], [48.81864,14.96093], [48.82372,14.96866], [48.82678,14.96737], [48.83802,14.96737], [48.84276,14.97175], [48.84310,14.98377], [48.84570,14.98351], [48.85344,14.97286], [48.87506,14.97149], [48.87523,14.98274], [48.89133,14.98232], [48.89144,14.98799], [48.89573,14.98661], [48.89821,14.99065], [48.90515,14.99228], [48.90972,14.98953], [48.91542,14.98953], [48.92315,14.98232], [48.92597,14.98026], [48.92749,14.97829], [48.93121,14.97829], [48.93471,14.98455], [48.94175,14.98206], [48.94401,14.97991], [48.95697,14.97605], [48.97224,14.97588], [48.98137,14.97837], [48.98807,14.98480], [48.99151,14.99399], [48.99826,14.99570], [49.00328,14.99991], [49.00587,14.99219], [49.01043,14.99030], [49.01600,14.99528], [49.01324,15.00317], [49.01482,15.01047], [49.01915,15.01364], [49.02163,15.02154], [49.01600,15.03158], [49.01240,15.03948], [49.01656,15.05544], [49.01442,15.06617], [49.00632,15.06849], [49.00254,15.06566], [49.00046,15.06609], [48.99832,15.07922], [48.99860,15.08651], [48.99483,15.10291], [48.99961,15.10720], [49.00023,15.11399], [48.99803,15.12129], [48.99955,15.12429], [48.99825,15.12970], [49.00130,15.13245], [48.99747,15.13888], [48.99409,15.15682], [48.98981,15.15974], [48.98339,15.15802], [48.98372,15.15425], [48.98209,15.15279], [48.97978,15.15365], [48.97832,15.16214], [48.97544,15.16472], [48.97268,15.16111], [48.96908,15.16849], [48.96164,15.17055], [48.95882,15.16901], [48.95651,15.16386], [48.94676,15.15871], [48.94366,15.16214], [48.94462,15.16815], [48.94783,15.17613], [48.94614,15.18300], [48.94388,15.19055], [48.94676,15.19296], [48.95369,15.20188], [48.95837,15.20987], [48.96102,15.22712], [48.95826,15.23862], [48.95978,15.24085], [48.95978,15.25003], [48.95786,15.25149], [48.95465,15.26059], [48.95972,15.26239], [48.95736,15.26780], [48.96299,15.26677], [48.96355,15.26394], [48.96772,15.26660], [48.96716,15.27209], [48.97995,15.28050], [48.98643,15.27329], [48.99561,15.27724], [48.99290,15.29003], [48.98908,15.29484], [48.98367,15.29304], [48.97889,15.30520], [48.98114,15.31146], [48.97714,15.32116], [48.97985,15.32597], [48.98554,15.33266], [48.98430,15.33807], [48.98559,15.34897], [48.98272,15.35824], [48.98255,15.36828], [48.97247,15.39060], [48.96655,15.39249], [48.96379,15.40450], [48.95534,15.41652], [48.95009,15.43489], [48.95156,15.44484], [48.94981,15.45188], [48.94581,15.45575], [48.95241,15.46725], [48.95055,15.47188], [48.94446,15.47952], [48.94327,15.48750], [48.94096,15.49119], [48.93859,15.49995], [48.93594,15.50312], [48.92392,15.50673], [48.92020,15.50724], [48.91365,15.51437], [48.91100,15.53231], [48.90519,15.55994], [48.89639,15.57720], [48.89791,15.60492], [48.89650,15.60955], [48.89887,15.61170], [48.89543,15.62251], [48.88556,15.63110], [48.88527,15.63573], [48.88833,15.63539], [48.88167,15.65856], [48.86838,15.67274], [48.86364,15.68304], [48.85748,15.68870], [48.85590,15.69316], [48.85923,15.69703], [48.86155,15.70973], [48.85968,15.71694], [48.85844,15.71471], [48.85477,15.74569], [48.85325,15.75119], [48.86522,15.76990], [48.87594,15.77994], [48.87312,15.80637], [48.87374,15.82028], [48.87199,15.82912], [48.87775,15.83710], [48.87634,15.84637], [48.87233,15.84508], [48.86832,15.85350], [48.86522,15.85289], [48.86183,15.84242], [48.85974,15.84457], [48.85725,15.86062], [48.85325,15.86388], [48.85437,15.87229], [48.85765,15.87444], [48.85906,15.86955], [48.86149,15.87066], [48.86132,15.87538], [48.85833,15.88045], [48.85381,15.88242], [48.84822,15.88088], [48.84466,15.88302], [48.84291,15.88628], [48.84460,15.89092], [48.85025,15.89298], [48.84867,15.89881], [48.83670,15.90800], [48.83980,15.91710], [48.83839,15.92714], [48.83596,15.92491], [48.83376,15.93692], [48.82517,15.92645], [48.81906,15.93898], [48.82878,15.93821], [48.82974,15.94602], [48.82635,15.95117], [48.82330,15.94877], [48.82421,15.95795], [48.82155,15.96113], [48.81793,15.96070], [48.81251,15.95314], [48.80527,15.95177], [48.79691,15.97151], [48.77938,15.99718], [48.76586,16.03992], [48.75861,16.05932], [48.75222,16.07614], [48.74679,16.10039], [48.74662,16.10975], [48.74809,16.11172], [48.74882,16.11773], [48.74384,16.13695], [48.74605,16.13893], [48.74458,16.14906], [48.74956,16.15361], [48.74537,16.18347], [48.74209,16.21403], [48.73944,16.25395], [48.73757,16.26279], [48.74193,16.26777], [48.74187,16.28099], [48.73853,16.29704], [48.74012,16.29816], [48.73978,16.30691], [48.73400,16.31120], [48.73304,16.33532], [48.74657,16.34081], [48.74572,16.34493], [48.74164,16.34605], [48.74221,16.35060], [48.74045,16.35824], [48.73689,16.35807], [48.73344,16.35300], [48.73077,16.36107], [48.72868,16.36133], [48.72851,16.36605], [48.73128,16.37721], [48.72964,16.37859], [48.73111,16.38339], [48.73281,16.38236], [48.74006,16.38828], [48.73972,16.39395], [48.73712,16.39438], [48.73932,16.39824], [48.74181,16.40004], [48.74272,16.40391], [48.74142,16.40597], [48.74379,16.40931], [48.74538,16.40888], [48.75404,16.41215], [48.76224,16.42142], [48.76501,16.43300], [48.76931,16.43678], [48.77407,16.43755], [48.77582,16.43506], [48.77933,16.43575], [48.78640,16.44176], [48.79081,16.44716], [48.79725,16.44648], [48.79980,16.44785], [48.80471,16.46064], [48.80924,16.45849], [48.81031,16.46510], [48.80251,16.48047], [48.80155,16.49969], [48.80313,16.51574], [48.79883,16.52003], [48.80398,16.52742], [48.80579,16.52707], [48.81528,16.54036], [48.79861,16.56259], [48.79335,16.56731], [48.79403,16.57726], [48.78730,16.59443], [48.78368,16.59451], [48.78085,16.61056], [48.78193,16.61632], [48.78131,16.62936], [48.78628,16.63443], [48.78606,16.65030], [48.78153,16.66438], [48.77598,16.66720], [48.77456,16.66694], [48.77157,16.67647], [48.75182,16.68196], [48.74769,16.68059], [48.74237,16.67475], [48.73965,16.67526], [48.73552,16.67938], [48.72917,16.68319], [48.72990,16.68877], [48.73353,16.69349], [48.73788,16.70130], [48.73551,16.70500], [48.73845,16.70774], [48.73851,16.72697], [48.73579,16.73220], [48.73398,16.72903], [48.73409,16.73555], [48.73171,16.73692], [48.73262,16.74808], [48.72028,16.75503], [48.71858,16.76061], [48.71920,16.76336], [48.71569,16.77040], [48.71258,16.77486], [48.71501,16.77864], [48.71382,16.79134], [48.71099,16.79580], [48.71116,16.79967], [48.70720,16.80113], [48.70940,16.80464], [48.71314,16.80464], [48.71042,16.81889], [48.71178,16.82636], [48.71767,16.83391], [48.71224,16.84241], [48.71246,16.84996], [48.71368,16.86868], [48.71775,16.87246], [48.72308,16.87684], [48.72364,16.87976], [48.72223,16.88293], [48.72115,16.88233], [48.71702,16.88628], [48.71657,16.89598], [48.71838,16.90173], [48.71549,16.90636], [48.71266,16.90653], [48.70847,16.90885], [48.70620,16.91357], [48.70156,16.91889], [48.69278,16.91975], [48.68524,16.91864], [48.67799,16.91246], [48.67515,16.91392], [48.67215,16.92851], [48.66467,16.92327], [48.65758,16.92507], [48.65083,16.92113], [48.64527,16.92550], [48.64244,16.93022], [48.63246,16.92685], [48.62803,16.92488], [48.62242,16.92153], [48.61907,16.93999], [48.61634,16.94248], [48.60528,16.94333], [48.60084,16.93527], [48.58273,16.94145], [48.57222,16.93725], [48.56473,16.94034], [48.56041,16.94583], [48.55285,16.94463], [48.54929,16.94735], [48.54583,16.95447], [48.54225,16.95524], [48.53281,16.94941], [48.52878,16.94306], [48.52576,16.94211], [48.52241,16.94511], [48.52002,16.94254], [48.52019,16.93507], [48.51877,16.92048], [48.51183,16.92494], [48.51183,16.91490], [48.50746,16.91379], [48.49568,16.91876], [48.49358,16.91525], [48.49443,16.90812], [48.49705,16.90658], [48.49739,16.90134], [48.49540,16.89516], [48.49165,16.89190], [48.48727,16.89679], [48.48334,16.89525], [48.47970,16.88975], [48.47697,16.89070], [48.47486,16.88838], [48.47628,16.88083], [48.46507,16.87379], [48.46456,16.86538], [48.45813,16.86023], [48.45597,16.86521], [48.45067,16.86306], [48.45033,16.85353], [48.44771,16.85062], [48.44008,16.85242], [48.43135,16.85425], [48.41962,16.86515], [48.41712,16.86386], [48.41062,16.85314], [48.40458,16.85245], [48.39495,16.85760], [48.38919,16.85168], [48.38230,16.85090], [48.38127,16.84550], [48.38349,16.83889], [48.38224,16.83494], [48.37853,16.83537], [48.37078,16.84301], [48.36405,16.84000], [48.35841,16.84447], [48.35105,16.84344], [48.34825,16.85116], [48.34911,16.86086], [48.34785,16.86755], [48.34928,16.87090], [48.34848,16.87425], [48.34460,16.87571], [48.34181,16.86901], [48.33724,16.87485], [48.33513,16.88584], [48.33205,16.88712], [48.33205,16.89425], [48.32800,16.90077], [48.32669,16.90841], [48.32332,16.90970], [48.31801,16.90489], [48.31470,16.89639], [48.31036,16.89571], [48.30397,16.89888], [48.29712,16.90129], [48.29449,16.90566], [48.28924,16.90755], [48.28156,16.91364], [48.27727,16.91973], [48.27424,16.91990], [48.27133,16.92368], [48.27082,16.93561], [48.27087,16.94608], [48.26647,16.95226], [48.26385,16.95741], [48.26093,16.95646], [48.25516,16.95131], [48.24584,16.94943], [48.23858,16.94668], [48.23390,16.94728], [48.22761,16.95629], [48.21951,16.96204], [48.21344,16.96222], [48.20887,16.96582], [48.19468,16.97303], [48.18907,16.97724], [48.17866,16.97612], [48.17322,16.97595], [48.17017,16.97929], [48.15185,17.01370], [48.14292,17.02220], [48.13983,17.03671], [48.14355,17.05671], [48.13977,17.06160], [48.13461,17.06220], [48.13077,17.06349], [48.12688,17.06778], [48.12264,17.06975], [48.12207,17.06546], [48.11670,17.07197], [48.11555,17.07798], [48.10988,17.07489], [48.10827,17.07987], [48.10621,17.07858], [48.09962,17.09420], [48.09646,17.08905], [48.09085,17.09377], [48.09056,17.08862], [48.08465,17.07429], [48.08184,17.07532], [48.08116,17.07274], [48.07794,17.08029], [48.07026,17.07266], [48.06527,17.08665], [48.05535,17.07102], [48.05001,17.08536], [48.04508,17.08836], [48.03101,17.06991], [48.02149,17.09025], [48.03176,17.10956], [48.02935,17.11643], [48.02212,17.12647], [48.02378,17.13222], [48.02361,17.13780], [48.01971,17.14544], [48.00650,17.16166], [48.00208,17.15514], [47.99369,17.13497], [47.99214,17.13566], [47.98433,17.11892], [47.97646,17.10845], [47.97169,17.09772], [47.96899,17.09806], [47.96083,17.11926], [47.95462,17.11197], [47.94703,17.10656], [47.94220,17.10124], [47.93461,17.09257], [47.92719,17.11480], [47.90967,17.10251], [47.90432,17.09719], [47.89914,17.10551], [47.87393,17.08526], [47.87399,17.07968], [47.87658,17.07779], [47.87330,17.06251], [47.87157,17.04981], [47.86950,17.05058], [47.86616,17.04002], [47.86731,17.03745], [47.86734,17.01747], [47.85812,17.01164], [47.83779,17.05258], [47.83243,17.04777], [47.83070,17.05129], [47.82811,17.04734], [47.82304,17.06193], [47.81998,17.06056], [47.80813,17.07474], [47.80750,17.07122], [47.79683,17.05414], [47.79337,17.05114], [47.78668,17.05869], [47.77849,17.06178], [47.77826,17.06479], [47.75646,17.07062], [47.74130,17.07191], [47.72751,17.07088], [47.70828,17.09405], [47.70394,17.04101], [47.69395,16.97515], [47.68719,16.91181], [47.68811,16.87448], [47.68973,16.87087], [47.72086,16.86821], [47.71763,16.86383], [47.71087,16.85602], [47.70469,16.84014], [47.68650,16.83156], [47.68199,16.82856], [47.68216,16.81139], [47.68112,16.74873], [47.72242,16.72077], [47.73507,16.72052], [47.74020,16.67159], [47.74292,16.65803], [47.74072,16.65640], [47.74315,16.65280], [47.74546,16.64464], [47.74800,16.63941], [47.75481,16.63778], [47.75851,16.63314], [47.75632,16.62602], [47.75735,16.61906], [47.75914,16.61632], [47.75937,16.60919], [47.75574,16.59855], [47.75868,16.59168], [47.75435,16.58834], [47.75118,16.56602], [47.75078,16.54886], [47.74616,16.54928], [47.74234,16.54946], [47.74101,16.54482], [47.74228,16.54431], [47.73951,16.53813], [47.73755,16.53898], [47.73668,16.53778], [47.72190,16.55315], [47.71324,16.54190], [47.71116,16.54122], [47.70977,16.53255], [47.71093,16.51993], [47.70677,16.51727], [47.70631,16.51152], [47.70359,16.50637], [47.70325,16.50242], [47.70331,16.49976], [47.69863,16.49564], [47.69655,16.48766], [47.69325,16.48654], [47.69037,16.48431], [47.68927,16.47719], [47.68059,16.47606], [47.68048,16.46558], [47.68377,16.45949], [47.69596,16.45322], [47.69614,16.44799], [47.69088,16.44790], [47.67377,16.44370], [47.66996,16.43597], [47.66574,16.42353], [47.66291,16.42361], [47.65944,16.43563], [47.65638,16.44610], [47.65441,16.45666], [47.65216,16.46378], [47.65216,16.47254], [47.64968,16.48213], [47.64182,16.48831], [47.64297,16.49269], [47.63956,16.49878], [47.64031,16.50222], [47.63898,16.50582], [47.64234,16.50925], [47.64702,16.51449], [47.64130,16.53174], [47.63279,16.55200], [47.62065,16.57260], [47.61804,16.58573], [47.61880,16.59732], [47.62163,16.60564], [47.62614,16.61946], [47.62863,16.63019], [47.62759,16.63877], [47.62296,16.65259], [47.60659,16.66117], [47.60635,16.67208], [47.60340,16.67405], [47.59669,16.66684], [47.58187,16.67671], [47.57272,16.67173], [47.56942,16.67087], [47.56786,16.66461], [47.55958,16.67285], [47.56224,16.68340], [47.55911,16.69019], [47.55593,16.69225], [47.54718,16.69774], [47.54579,16.70581], [47.54347,16.71096], [47.53942,16.71587], [47.53293,16.70360], [47.52285,16.70635], [47.51740,16.69579], [47.51154,16.69296], [47.50772,16.68721], [47.50314,16.66875], [47.50801,16.66266], [47.50569,16.65845], [47.49995,16.65365], [47.48305,16.66338], [47.48091,16.66835], [47.47342,16.67153], [47.46989,16.66690], [47.46327,16.66209], [47.45439,16.66157], [47.45103,16.64999], [47.44870,16.65248], [47.44534,16.64432], [47.44540,16.63531], [47.44067,16.62787], [47.43028,16.62074], [47.42851,16.60778], [47.42555,16.60624], [47.42143,16.59319], [47.41777,16.58693], [47.41864,16.58186], [47.41574,16.58349], [47.41225,16.57731], [47.40871,16.57851], [47.40569,16.57517], [47.40575,16.56452], [47.40633,16.55560], [47.40441,16.54770], [47.40621,16.54358], [47.40941,16.54066], [47.40871,16.53549], [47.40958,16.53154], [47.40819,16.52682], [47.40981,16.52425], [47.40929,16.51721], [47.40488,16.51463], [47.40459,16.50897], [47.39913,16.51120], [47.39558,16.51017], [47.38873,16.49601], [47.39454,16.49635], [47.39355,16.49180], [47.39401,16.48717], [47.39761,16.48433], [47.40087,16.48279], [47.40615,16.48768], [47.40842,16.48451], [47.40825,16.47240], [47.41225,16.46374], [47.41196,16.45687], [47.40854,16.44829], [47.39936,16.44863], [47.39157,16.45412], [47.38297,16.46219], [47.38274,16.45386], [47.37733,16.45326], [47.37449,16.45653], [47.36978,16.45738], [47.36449,16.45627], [47.36024,16.45155], [47.35635,16.45266], [47.35641,16.44674], [47.35338,16.43472], [47.34611,16.44571], [47.33937,16.44871], [47.33954,16.45893], [47.33326,16.46631], [47.33053,16.46408], [47.32471,16.46966], [47.31767,16.47090], [47.31249,16.47562], [47.29596,16.48317], [47.29102,16.48326], [47.28036,16.49038], [47.27576,16.48017], [47.27174,16.47828], [47.26231,16.48008], [47.25211,16.46721], [47.25485,16.46051], [47.25252,16.45356], [47.25235,16.44850], [47.25007,16.44953], [47.25159,16.43305], [47.24809,16.44403], [47.23341,16.44257], [47.22781,16.43862], [47.21738,16.43974], [47.21532,16.43585], [47.20897,16.43809], [47.20967,16.42890], [47.20722,16.42358], [47.20798,16.42101], [47.20564,16.41766], [47.19707,16.42169], [47.19398,16.42178], [47.18476,16.42933], [47.18529,16.44255], [47.18867,16.45079], [47.18803,16.45551], [47.18558,16.45482], [47.17695,16.45817], [47.17380,16.46152], [47.16831,16.46486], [47.16656,16.46152], [47.16125,16.46332], [47.15617,16.45808], [47.15687,16.45388], [47.15000,16.45067], [47.14620,16.45196], [47.14381,16.45384], [47.14282,16.46166], [47.14498,16.47728], [47.14959,16.48929], [47.15000,16.51710], [47.13809,16.52543], [47.13785,16.52955], [47.12682,16.52946], [47.12156,16.50071], [47.10970,16.50157], [47.10819,16.48354], [47.10243,16.48520], [47.10109,16.47730], [47.10460,16.47447], [47.09986,16.47318], [47.09852,16.46589], [47.09601,16.46692], [47.09414,16.46451], [47.09046,16.46795], [47.08543,16.47584], [47.07660,16.47258], [47.07503,16.47473], [47.07514,16.48262], [47.06947,16.48760], [47.07175,16.49335], [47.06918,16.50374], [47.06164,16.52133], [47.05573,16.52159], [47.04825,16.50511], [47.04638,16.48219], [47.04252,16.46795], [47.03943,16.45611], [47.03750,16.44281], [47.03516,16.44470], [47.02960,16.43998], [47.02422,16.44770], [47.03200,16.46057], [47.03223,16.46409], [47.02767,16.47620], [47.02196,16.47814], [47.02295,16.48217], [47.01056,16.49419], [47.00751,16.50526], [47.00336,16.51333], [46.99991,16.51273], [46.99920,16.50165], [46.99774,16.49839], [46.99920,16.48947], [46.99622,16.48921], [46.99405,16.48423], [46.99399,16.47891], [46.99751,16.46887], [46.99680,16.46286], [47.00049,16.45659], [47.00277,16.44835], [46.99194,16.44638], [46.99300,16.42544], [46.99628,16.41840], [47.00359,16.41308], [47.00266,16.40175], [47.00225,16.39162], [46.99797,16.38338], [46.99786,16.37188], [47.00675,16.36510], [47.00471,16.36029], [47.00991,16.34870], [47.00160,16.34570], [46.99505,16.34415], [46.99751,16.33377], [47.00143,16.32450], [46.99768,16.30390], [47.00154,16.29712], [47.00839,16.29892], [47.01322,16.29088], [47.01094,16.28745], [47.00128,16.28273], [46.99648,16.28419], [46.98791,16.27952], [46.98604,16.27711], [46.98159,16.27600], [46.97263,16.27832], [46.96232,16.27729], [46.96109,16.27008], [46.96343,16.26347], [46.96355,16.25849], [46.96220,16.25265], [46.95834,16.24656], [46.95588,16.24304], [46.94885,16.24776], [46.94615,16.24553], [46.94510,16.23609], [46.94070,16.23205], [46.93478,16.22115], [46.93478,16.21609], [46.93847,16.21360], [46.93795,16.20665], [46.94146,16.20313], [46.94029,16.19935], [46.93478,16.19540], [46.92652,16.19068], [46.91573,16.18467], [46.90600,16.17918], [46.90242,16.16923], [46.90236,16.16193], [46.89626,16.15858], [46.89562,16.15412], [46.89309,16.15472], [46.89268,16.14974], [46.88776,16.14863], [46.88541,16.14528], [46.88371,16.13893], [46.88013,16.13712], [46.87714,16.13446], [46.87415,16.13249], [46.87074,16.12099], [46.86810,16.11223], [46.85953,16.09764], [46.86382,16.09584], [46.86382,16.09206], [46.86188,16.08889], [46.85713,16.08726], [46.85284,16.07970], [46.85214,16.07181], [46.84897,16.06649], [46.84398,16.06623], [46.83821,16.05765], [46.83915,16.05498], [46.83686,16.05155], [46.83980,16.04305], [46.83516,16.04039], [46.83222,16.03181], [46.83810,16.03069], [46.84027,16.02829], [46.83651,16.01988], [46.83434,16.01318], [46.82988,16.00846], [46.83123,16.00100], [46.83469,15.99559], [46.83217,15.99173], [46.82935,15.99010], [46.82712,15.98701], [46.82007,15.98924], [46.81701,15.99310], [46.81090,15.99885], [46.80638,15.99834], [46.80397,15.99396], [46.79152,15.99430], [46.77882,15.99018], [46.76989,15.99053], [46.76064,15.98934], [46.75788,15.99080], [46.75218,15.98625], [46.73706,15.99191], [46.73141,15.99500], [46.72329,16.00444], [46.71841,16.00401], [46.71653,16.00805], [46.71776,16.01157], [46.71706,16.01672], [46.71205,16.02161], [46.71288,16.02770], [46.71229,16.03028], [46.70923,16.02985], [46.70065,16.03082], [46.69476,16.03769], [46.68575,16.04335], [46.67286,16.04052], [46.66703,16.04181], [46.65578,16.03820], [46.66014,16.02636], [46.66220,16.02387], [46.66314,16.01365], [46.66738,16.00782], [46.67256,16.00533], [46.67863,16.00215], [46.68140,15.99597], [46.68428,15.98490], [46.68587,15.97280], [46.68740,15.95563], [46.68911,15.94679], [46.69176,15.94104], [46.70489,15.92216], [46.70830,15.91649], [46.71195,15.90476], [46.71407,15.89317], [46.71642,15.88656], [46.71989,15.87592], [46.72137,15.86459], [46.72242,15.85429], [46.72219,15.83498], [46.72148,15.82734], [46.71483,15.79961], [46.71048,15.79120], [46.70621,15.78380], [46.70233,15.77521], [46.69968,15.77083], [46.69903,15.76689], [46.69927,15.76131], [46.69815,15.75564], [46.69815,15.75024], [46.69927,15.74612], [46.69991,15.74131], [46.69962,15.73676], [46.69574,15.72389], [46.69579,15.71848], [46.69721,15.71238], [46.69785,15.70569], [46.69868,15.69788], [46.70186,15.68887], [46.70574,15.68088], [46.70710,15.67436], [46.70621,15.66415], [46.70657,15.65754], [46.70527,15.65007], [46.70121,15.65325], [46.69938,15.65350], [46.69356,15.65548], [46.69050,15.65222], [46.68938,15.64278], [46.69161,15.64064], [46.68831,15.63601], [46.68295,15.63309], [46.68066,15.63481], [46.67883,15.62425], [46.67971,15.61815], [46.68230,15.61240], [46.68024,15.60434], [46.68401,15.60373], [46.68749,15.60528], [46.68890,15.60064], [46.68972,15.59773], [46.68819,15.59352], [46.68442,15.59129], [46.68278,15.59017], [46.68236,15.58468], [46.68119,15.58116], [46.68295,15.57884], [46.67989,15.57953], [46.67971,15.56966], [46.67424,15.56803], [46.67529,15.56482], [46.67287,15.56010], [46.67069,15.55967], [46.67163,15.55383], [46.67075,15.55246], [46.67211,15.55023], [46.66839,15.54757], [46.66934,15.54491], [46.66457,15.54860], [46.65838,15.54937], [46.65337,15.55349], [46.64919,15.55409], [46.64742,15.55186], [46.64831,15.54739], [46.64501,15.54533], [46.64241,15.54748], [46.64000,15.55186], [46.63788,15.54988], [46.63564,15.54585], [46.63257,15.54602], [46.62970,15.54173], [46.63318,15.54070], [46.63330,15.53804], [46.63106,15.53418], [46.62888,15.53014], [46.62157,15.52104], [46.62086,15.51787], [46.62245,15.51607], [46.62021,15.51152], [46.61585,15.51212], [46.61491,15.50551], [46.61331,15.50293], [46.61438,15.50019], [46.61791,15.49924], [46.61897,15.49435], [46.62004,15.49032], [46.62004,15.48851], [46.61862,15.48448], [46.61550,15.48294], [46.61196,15.47710], [46.61155,15.47152], [46.61449,15.46182], [46.61833,15.46225], [46.62263,15.46328], [46.62587,15.46088], [46.62900,15.45530], [46.63913,15.45547], [46.64179,15.44896], [46.63938,15.44149], [46.64032,15.43711], [46.64309,15.43213], [46.64604,15.42982], [46.64704,15.42055], [46.65258,15.42201], [46.65399,15.42029], [46.65499,15.41394], [46.65134,15.39428], [46.65234,15.38853], [46.65034,15.38312], [46.65163,15.37978], [46.65093,15.37557], [46.64951,15.37214], [46.65046,15.36776], [46.65128,15.35489], [46.65405,15.35386], [46.65393,15.34939], [46.65034,15.34407], [46.65081,15.34029], [46.65258,15.33635], [46.65169,15.32699], [46.64881,15.32356], [46.64724,15.31952], [46.64848,15.31506], [46.65125,15.31231], [46.65225,15.30570], [46.65266,15.29841], [46.65155,15.29249], [46.64925,15.28974], [46.64701,15.28408], [46.64471,15.28244], [46.64300,15.27627], [46.64365,15.26811], [46.64406,15.26099], [46.64235,15.25464], [46.64100,15.24425], [46.63952,15.23841], [46.63947,15.23464], [46.64229,15.22477], [46.64176,15.21756], [46.64347,15.21215], [46.64465,15.20485], [46.64477,15.19833], [46.64807,15.19086], [46.65172,15.18915], [46.65567,15.18202], [46.65308,15.17018], [46.65414,15.16495], [46.65679,15.16401], [46.65490,15.15499], [46.65755,15.15148], [46.65903,15.14478], [46.65626,15.14186], [46.65673,15.13577], [46.64990,15.13208], [46.64948,15.12633], [46.65296,15.12470], [46.65355,15.12126], [46.65337,15.11714], [46.65761,15.11199], [46.65907,15.10938], [46.65777,15.10629], [46.65524,15.09986], [46.65347,15.09943], [46.65194,15.09608], [46.65105,15.08939], [46.64445,15.08235], [46.64923,15.07411], [46.65082,15.06432], [46.65147,15.04192], [46.64911,15.03754], [46.64764,15.03330], [46.64481,15.03038], [46.64039,15.01605], [46.63312,15.01124], [46.63206,15.00789], [46.62982,15.00626], [46.62464,14.99922], [46.62110,14.99553], [46.61626,14.99656], [46.61255,14.99502], [46.60819,14.98738], [46.60600,14.98746], [46.60365,14.98480], [46.60123,14.97957], [46.60777,14.97510], [46.61974,14.97322], [46.62646,14.96901], [46.63100,14.95991], [46.63189,14.95562], [46.62682,14.94893], [46.62257,14.94369], [46.61945,14.94120], [46.61886,14.93725], [46.61432,14.93090], [46.61862,14.92781], [46.61974,14.92361], [46.61697,14.92163], [46.61043,14.92301], [46.60406,14.92395], [46.60209,14.92246], [46.60174,14.91826], [46.60557,14.91456], [46.60315,14.91388], [46.60492,14.90341], [46.61070,14.89894], [46.60970,14.89594], [46.61206,14.88839], [46.61106,14.88092], [46.60746,14.88006], [46.60752,14.87371], [46.60593,14.86916], [46.60339,14.86727], [46.59991,14.86822], [46.59260,14.86470], [46.59284,14.85877], [46.58971,14.85740], [46.58494,14.85586], [46.58069,14.85268], [46.57719,14.84531], [46.56893,14.83913], [46.56616,14.84042], [46.56515,14.83604], [46.56285,14.83613], [46.56014,14.83801], [46.55742,14.83819], [46.54957,14.83355], [46.54751,14.83209], [46.54709,14.82728], [46.54402,14.82394], [46.54208,14.82934], [46.53948,14.83192], [46.53818,14.83098], [46.53476,14.82308], [46.52976,14.82614], [46.52781,14.82356], [46.52379,14.82270], [46.52149,14.81816], [46.51895,14.82047], [46.51387,14.81970], [46.50867,14.81944], [46.50672,14.80949], [46.50666,14.80528], [46.50436,14.80082], [46.50194,14.79284], [46.49916,14.78503], [46.50064,14.78005], [46.50389,14.77593], [46.50371,14.75945], [46.49653,14.74810], [46.50262,14.74441], [46.50436,14.74096], [46.50176,14.73718], [46.49863,14.73718], [46.48983,14.72826], [46.49313,14.72671], [46.49396,14.72396], [46.49757,14.72285], [46.49887,14.71504], [46.49148,14.71255], [46.47966,14.70920], [46.47978,14.70225], [46.47458,14.69916], [46.47363,14.69942], [46.47174,14.70216], [46.46672,14.70242], [46.46358,14.70002], [46.46335,14.69547], [46.46411,14.68843], [46.46689,14.68337], [46.46216,14.67865], [46.46151,14.67684], [46.45802,14.67993], [46.45034,14.67513], [46.44998,14.67041], [46.44880,14.66629], [46.44484,14.66217], [46.44365,14.65581], [46.44389,14.65324], [46.44194,14.63994], [46.43928,14.63247], [46.43857,14.62277], [46.43869,14.61762], [46.43987,14.61410], [46.43869,14.60638], [46.43662,14.60466], [46.43666,14.59655], [46.43394,14.59716], [46.43163,14.59346], [46.42944,14.58732], [46.42583,14.58621], [46.42228,14.58449], [46.41938,14.58423], [46.41708,14.58303], [46.41601,14.58389], [46.41501,14.58887], [46.41086,14.58947], [46.40642,14.58921], [46.40240,14.58741], [46.39500,14.58775], [46.38896,14.58466], [46.38375,14.57908], [46.38227,14.58192], [46.37902,14.58037], [46.37647,14.57831], [46.37534,14.57419], [46.37404,14.56552], [46.37197,14.56526], [46.37250,14.56226], [46.37694,14.55591], [46.38103,14.55531], [46.38707,14.55462], [46.39701,14.54870], [46.40104,14.54338], [46.40702,14.53951], [46.41151,14.53909], [46.41406,14.53162], [46.42009,14.52570], [46.42435,14.52063], [46.42625,14.52063], [46.42506,14.50913], [46.42240,14.50424], [46.41944,14.50286], [46.41773,14.49737], [46.41217,14.49248], [46.41459,14.48493], [46.41282,14.47866], [46.41879,14.47626], [46.42163,14.46587], [46.42057,14.45703], [46.42293,14.44072], [46.42779,14.44167], [46.43216,14.43266], [46.43524,14.42965], [46.43944,14.43077], [46.44044,14.43823], [46.44334,14.43291], [46.44606,14.42939], [46.44494,14.42270], [46.44541,14.40914], [46.44388,14.40390], [46.44346,14.39729], [46.43932,14.38468], [46.43843,14.37841], [46.43944,14.36940], [46.43772,14.36571], [46.43636,14.34485], [46.43098,14.33163], [46.43009,14.30734], [46.43778,14.30022], [46.43991,14.29223], [46.44281,14.28193], [46.44039,14.27103], [46.43743,14.26262], [46.43873,14.25910], [46.43690,14.25550], [46.43406,14.24760], [46.43205,14.23679], [46.43394,14.22880], [46.44163,14.22134], [46.44216,14.21645], [46.43879,14.21142], [46.43903,14.20232], [46.44199,14.19193], [46.43867,14.18687], [46.43666,14.17975], [46.43359,14.17786], [46.43217,14.16696], [46.43507,14.15477], [46.43755,14.15091], [46.44240,14.15014], [46.44388,14.14541], [46.44956,14.13563], [46.45328,14.13451], [46.45854,14.13409], [46.46469,14.12816], [46.46830,14.12696], [46.47202,14.12370], [46.47445,14.11932], [46.47681,14.11975], [46.47957,14.10454], [46.47833,14.10222], [46.48034,14.09836], [46.48193,14.09802], [46.48436,14.09433], [46.48548,14.08214], [46.48725,14.06918], [46.48932,14.06317], [46.48991,14.05613], [46.49228,14.05038], [46.49233,14.03941], [46.48867,14.03340], [46.48672,14.03134], [46.48483,14.02662], [46.48199,14.02353], [46.48087,14.01932], [46.48117,14.00473], [46.48607,13.99803], [46.48784,13.98902], [46.49257,13.98816], [46.49694,13.97529], [46.49641,13.97014], [46.49783,13.96653], [46.50297,13.95658], [46.50699,13.95117], [46.51142,13.94027], [46.51372,13.92671], [46.51821,13.92268], [46.52051,13.91177], [46.51833,13.90276], [46.51921,13.89427], [46.52069,13.89221], [46.52051,13.88740], [46.52175,13.88302], [46.51874,13.87933], [46.51813,13.87017], [46.51624,13.86537], [46.51418,13.86228], [46.51370,13.85284], [46.51459,13.84099], [46.51796,13.83232], [46.51648,13.82975], [46.51418,13.83009], [46.51169,13.82245], [46.51016,13.82108], [46.50915,13.81704], [46.50632,13.81464], [46.50585,13.80640], [46.50608,13.80340], [46.50478,13.79516], [46.50886,13.78589], [46.51347,13.77851], [46.51666,13.77756], [46.51398,13.76600], [46.51735,13.75398], [46.51658,13.73827], [46.51900,13.73132], [46.52308,13.72377], [46.52231,13.71441], [46.52095,13.71029], [46.52078,13.70463], [46.52308,13.69819], [46.52066,13.69090], [46.52137,13.67845], [46.52379,13.67004], [46.52698,13.65837], [46.52940,13.65468], [46.53223,13.64575], [46.53205,13.64257], [46.53561,13.63619], [46.54104,13.62495], [46.54157,13.61388], [46.54211,13.60006], [46.54523,13.59508], [46.54364,13.58658], [46.53821,13.58135], [46.53815,13.57174], [46.53980,13.56856], [46.54842,13.56410], [46.54996,13.56178], [46.54978,13.55457], [46.55338,13.54384], [46.54919,13.53586], [46.54603,13.52010], [46.54827,13.51418], [46.55435,13.51023], [46.55506,13.50354], [46.56049,13.50620], [46.56509,13.50371], [46.56344,13.49324], [46.55919,13.47873], [46.55695,13.47521], [46.55754,13.46517], [46.55884,13.45273], [46.55588,13.44869], [46.55647,13.44243], [46.55848,13.43599], [46.55712,13.42741], [46.55860,13.42037], [46.56108,13.40586], [46.57093,13.40775], [46.57205,13.39719], [46.57583,13.38939], [46.57713,13.37728], [46.57854,13.37239], [46.57327,13.36956], [46.56666,13.37222], [46.56660,13.36793], [46.56920,13.36347], [46.56684,13.35548], [46.56554,13.35025], [46.56867,13.34493], [46.56518,13.33909], [46.56288,13.33849], [46.56153,13.33385], [46.55757,13.33068], [46.55025,13.32046], [46.55191,13.31755], [46.55303,13.30750], [46.55675,13.30321], [46.56011,13.29566], [46.55910,13.28969], [46.55627,13.28591], [46.55792,13.28205], [46.55981,13.27415], [46.56028,13.26857], [46.55674,13.26042], [46.56005,13.25226], [46.55763,13.24694], [46.55450,13.24497], [46.55509,13.24188], [46.55090,13.23991], [46.55373,13.23184], [46.55751,13.23149], [46.56370,13.22514], [46.56553,13.22016], [46.56931,13.21682], [46.56872,13.20772], [46.57161,13.20317], [46.57102,13.19382], [46.57409,13.18927], [46.57710,13.17760], [46.58099,13.17614], [46.58441,13.16816], [46.58819,13.16756], [46.58748,13.15846], [46.58896,13.15030], [46.58612,13.14610], [46.58960,13.14043], [46.59102,13.13151], [46.59084,13.12310], [46.59356,13.11786], [46.59344,13.11263], [46.59538,13.10962], [46.59397,13.10576], [46.59710,13.09477], [46.60010,13.09039], [46.60136,13.08426], [46.59912,13.08280], [46.59853,13.07422], [46.59883,13.06306], [46.59653,13.06126], [46.59653,13.05130], [46.59529,13.04761], [46.59523,13.04340], [46.59647,13.04212], [46.59576,13.03053], [46.59706,13.02684], [46.60151,13.02144], [46.59997,13.02032], [46.60074,13.01603], [46.59874,13.00719], [46.60163,13.00041], [46.60068,12.99303], [46.59942,12.99144], [46.59918,12.98586], [46.60042,12.97728], [46.60355,12.96526], [46.60420,12.95573], [46.60143,12.94912], [46.60573,12.93582], [46.60915,12.93110], [46.60880,12.92604], [46.60821,12.91762], [46.60927,12.91119], [46.60744,12.90810], [46.60656,12.90303], [46.60886,12.89874], [46.60626,12.88896], [46.60667,12.88132], [46.60827,12.87677], [46.60732,12.87239], [46.60850,12.86544], [46.60502,12.85943], [46.60408,12.85136], [46.60650,12.84123], [46.60939,12.83257], [46.61534,12.83299], [46.62082,12.83291], [46.62672,12.83540], [46.62961,12.82845], [46.62755,12.81803], [46.63067,12.81588], [46.63037,12.80919], [46.63550,12.79863], [46.64110,12.79339], [46.64393,12.78284], [46.64576,12.77408], [46.64587,12.76318], [46.64693,12.75932], [46.64505,12.75245], [46.64098,12.74567], [46.63745,12.74713], [46.63538,12.73838], [46.63403,12.73263], [46.63480,12.72748], [46.63980,12.72696], [46.64122,12.71958], [46.64847,12.71537], [46.65053,12.70044], [46.65630,12.68911], [46.65560,12.68113], [46.65666,12.67512], [46.65707,12.65941], [46.65253,12.65057], [46.65141,12.63984], [46.65501,12.63160], [46.66048,12.63109], [46.66101,12.61830], [46.65766,12.61255], [46.65542,12.60156], [46.65548,12.57839], [46.65088,12.56955], [46.65253,12.55891], [46.65707,12.55796], [46.65884,12.54740], [46.66679,12.53673], [46.66827,12.52961], [46.67092,12.52686], [46.67728,12.51793], [46.67739,12.50557], [46.68004,12.50283], [46.67675,12.49888], [46.67645,12.48927], [46.67745,12.47862], [46.68505,12.47605], [46.68670,12.46858], [46.68623,12.46232], [46.68805,12.45476], [46.68964,12.45141], [46.68798,12.44154], [46.69558,12.42670], [46.69805,12.42584], [46.69887,12.41528], [46.70517,12.40859], [46.70635,12.40258], [46.71023,12.39811], [46.71671,12.38318], [46.72318,12.37552], [46.72607,12.37698], [46.73071,12.37578], [46.73271,12.37295], [46.73983,12.37097], [46.74189,12.36763], [46.75265,12.36591], [46.76744,12.35811], [46.77361,12.35785], [46.77608,12.35072], [46.77567,12.34223], [46.77867,12.33596], [46.77884,12.33115], [46.78131,12.32446], [46.78407,12.30892], [46.78166,12.30026], [46.78378,12.29905], [46.78219,12.28318], [46.78977,12.28009], [46.79401,12.28103], [46.79583,12.28764], [46.80047,12.28661], [46.80258,12.29167], [46.80549,12.28844], [46.80842,12.28835], [46.81495,12.28183], [46.82287,12.28938], [46.82869,12.29925], [46.83368,12.30517], [46.83826,12.30449], [46.84178,12.30577], [46.84337,12.29487], [46.84859,12.29547], [46.84953,12.29084], [46.85775,12.28826], [46.86490,12.28971], [46.86736,12.28731], [46.86807,12.28061], [46.87329,12.27443], [46.87886,12.27701], [46.88409,12.27263], [46.88626,12.26628], [46.88696,12.25649], [46.88872,12.24405], [46.89036,12.24173], [46.88766,12.23675], [46.88438,12.23744], [46.87951,12.23212], [46.87763,12.22122], [46.87358,12.21856], [46.87367,12.21472], [46.87766,12.21112], [46.88751,12.20107], [46.88693,12.19901], [46.89397,12.19661], [46.89754,12.19798], [46.90270,12.19077], [46.90569,12.18906], [46.90798,12.17738], [46.90634,12.17670], [46.90910,12.16983], [46.90593,12.16099], [46.91430,12.14359], [46.91647,12.14736], [46.91641,12.15071], [46.92931,12.15972], [46.93341,12.16676], [46.93728,12.16736], [46.94917,12.15818], [46.95390,12.14367], [46.95682,12.13535], [46.96467,12.12951], [46.96555,12.13466], [46.97487,12.13586], [46.98183,12.13621], [46.98488,12.12582], [46.98827,12.12874], [46.99302,12.12788], [46.99832,12.12453], [47.00236,12.12470], [47.00582,12.11990], [47.00892,12.12281], [47.01395,12.12599], [47.01916,12.13723], [47.02565,12.14676], [47.01992,12.16367], [47.02390,12.17294], [47.02519,12.17989], [47.02630,12.18161], [47.02700,12.18805], [47.02764,12.20392], [47.03542,12.20925], [47.04244,12.21216], [47.04736,12.21534], [47.05607,12.21431], [47.05957,12.21646], [47.06133,12.22504], [47.06554,12.23268], [47.06793,12.23929], [47.07583,12.22950], [47.08144,12.22607], [47.08354,12.21688], [47.08559,12.21225], [47.08635,12.20221], [47.08962,12.19088], [47.09120,12.18599], [47.09026,12.18041], [47.08711,12.17732], [47.08600,12.16968], [47.08132,12.16247], [47.07863,12.15037], [47.07962,12.14470], [47.07962,12.13595], [47.07659,12.13500], [47.07670,12.12891], [47.07203,12.11895], [47.07752,12.10273], [47.07623,12.09415], [47.07284,12.09209], [47.07016,12.08754], [47.06893,12.08342], [47.05799,12.07664], [47.05747,12.05896], [47.06086,12.05466], [47.06022,12.04737], [47.05992,12.04136], [47.05782,12.03587], [47.04998,12.03149], [47.04671,12.02136], [47.04784,12.00460], [47.04790,11.99963], [47.04860,11.99491], [47.04614,11.98555], [47.04948,11.98049], [47.04632,11.97396], [47.04018,11.96804], [47.03971,11.96229], [47.04275,11.95714], [47.03825,11.95311], [47.03222,11.94701], [47.03573,11.94152], [47.03731,11.93354], [47.03538,11.92873], [47.03205,11.91629], [47.02813,11.91457], [47.02529,11.90609], [47.02219,11.90051], [47.01956,11.89554], [47.01546,11.89236], [47.01605,11.87906], [47.00955,11.87571], [47.01119,11.86876], [47.00850,11.86412], [47.00715,11.86086], [46.99948,11.85253], [47.00048,11.84541], [46.99802,11.84103], [46.99568,11.83975], [46.99222,11.83571], [46.99246,11.82730], [46.98906,11.81580], [46.99099,11.80370], [46.98935,11.79091], [46.99205,11.78284], [46.98859,11.78121], [46.98344,11.77160], [46.97261,11.76516], [46.97050,11.75143], [46.96857,11.74868], [46.96950,11.73838], [46.97237,11.72653], [46.98010,11.72327], [46.98426,11.71709], [46.98731,11.71589], [46.99246,11.71126], [46.99269,11.69830], [46.99486,11.68851], [46.99205,11.67684], [46.99193,11.66276], [46.99849,11.64920], [47.00276,11.63427], [47.01195,11.62646], [47.01119,11.62277], [47.01218,11.61547], [47.01019,11.60817], [47.00639,11.60517], [47.00510,11.59848], [47.00463,11.58955], [47.00065,11.58140], [46.99737,11.58191], [46.99222,11.57024], [46.99240,11.56457], [46.99012,11.56054], [46.98900,11.55178], [46.98619,11.54440], [46.98373,11.54097], [46.98420,11.53702], [46.98707,11.53230], [46.98982,11.53333], [46.99562,11.52509], [46.99620,11.52046], [47.00001,11.51410], [47.00317,11.51376], [47.00738,11.49994], [47.00896,11.50140], [47.00891,11.49574], [47.01037,11.48003], [47.00510,11.47548], [47.00165,11.47050], [46.99808,11.46879], [46.99474,11.47059], [46.99094,11.45909], [46.99205,11.45282], [46.98988,11.45256], [46.98069,11.44407], [46.97583,11.44286], [46.97419,11.43797], [46.97088,11.42910], [46.96848,11.42722], [46.96766,11.42009], [46.96596,11.41829], [46.96596,11.41065], [46.96455,11.40584], [46.96450,11.40035], [46.97041,11.38070], [46.97463,11.37932], [46.97908,11.37477], [46.98277,11.36568], [46.98968,11.35847], [46.98857,11.35143], [46.98962,11.34662], [46.98710,11.34242], [46.98453,11.34104], [46.98470,11.33615], [46.98833,11.33315], [46.98827,11.32748], [46.99196,11.32010], [46.98792,11.31298], [46.98441,11.30886], [46.98283,11.30130], [46.98532,11.29439], [46.98497,11.28864], [46.98192,11.28401], [46.98005,11.27611], [46.97917,11.26967], [46.98011,11.26324], [46.97888,11.26032], [46.97443,11.25663], [46.97355,11.24830], [46.96945,11.24204], [46.96851,11.22762], [46.96840,11.22075], [46.96236,11.20805], [46.96301,11.20504], [46.96763,11.20350], [46.96927,11.19603], [46.96840,11.19183], [46.96992,11.19088], [46.96898,11.18813], [46.96482,11.18290], [46.96184,11.17560], [46.96494,11.16539], [46.95768,11.16436], [46.95516,11.16711], [46.95246,11.16419], [46.94883,11.16367], [46.94549,11.16814], [46.94361,11.16805], [46.93940,11.16513], [46.93359,11.15483], [46.93037,11.14659], [46.92709,11.13938], [46.92720,11.12814], [46.92890,11.12505], [46.93096,11.11587], [46.92732,11.11114], [46.92463,11.11132], [46.91923,11.11235], [46.91566,11.10943], [46.91401,11.09990], [46.91296,11.09707], [46.90915,11.09561], [46.90569,11.09775], [46.90012,11.09999], [46.89701,11.10016], [46.89290,11.09784], [46.89108,11.09896], [46.89038,11.10145], [46.88921,11.10187], [46.88422,11.09733], [46.87694,11.08900], [46.86527,11.08213], [46.85905,11.07913], [46.85699,11.07278], [46.85095,11.07226], [46.84660,11.07544], [46.84232,11.07492], [46.83815,11.07115], [46.83592,11.07638], [46.83222,11.08024], [46.82206,11.08385], [46.82012,11.08248], [46.81936,11.07398], [46.81460,11.06694], [46.81213,11.06179], [46.80831,11.05896], [46.80814,11.04917], [46.80426,11.04213], [46.80121,11.04600], [46.79768,11.04059], [46.78787,11.03595], [46.77682,11.02849], [46.76541,11.02566], [46.76576,11.02008], [46.77076,11.01441], [46.76600,10.99467], [46.76847,10.97665], [46.77147,10.97450], [46.77447,10.94832], [46.77200,10.92798], [46.77435,10.92498], [46.77358,10.91734], [46.76759,10.90549], [46.76859,10.89734], [46.76241,10.88918], [46.76241,10.88129], [46.76541,10.86807], [46.77188,10.86644], [46.77411,10.85039], [46.77746,10.84558], [46.77782,10.84112], [46.78040,10.83975], [46.78123,10.83365], [46.77564,10.83099], [46.77217,10.82610], [46.77470,10.81293], [46.79045,10.79542], [46.79069,10.79224], [46.79580,10.78589], [46.79504,10.78383], [46.79222,10.78263], [46.78992,10.77782], [46.78981,10.77413], [46.78715,10.76786], [46.78697,10.76246], [46.78504,10.75928], [46.78474,10.75370], [46.78739,10.74993], [46.78627,10.74057], [46.78833,10.72915], [46.79150,10.72752], [46.79796,10.72555], [46.79867,10.72735], [46.79855,10.73285], [46.80296,10.74375], [46.81030,10.74718], [46.81598,10.75096], [46.81563,10.75550], [46.82050,10.76203], [46.82432,10.76331], [46.82743,10.75748], [46.83195,10.75602], [46.83307,10.75113], [46.83471,10.73396], [46.83718,10.73173], [46.83730,10.72117], [46.84281,10.71482], [46.84675,10.71611], [46.84640,10.70710], [46.84769,10.70238], [46.85056,10.69929], [46.85256,10.69233], [46.85905,10.69339], [46.86222,10.69562], [46.86668,10.68978], [46.86803,10.68120], [46.87008,10.67768], [46.86949,10.67296], [46.87454,10.66704], [46.86873,10.65648], [46.86685,10.65519], [46.86456,10.64850], [46.86380,10.62506], [46.85917,10.61511], [46.85711,10.60421], [46.85682,10.59562], [46.84966,10.59013], [46.84719,10.58172], [46.84561,10.57451], [46.84156,10.57159], [46.83950,10.56035], [46.83674,10.54473], [46.83827,10.54533], [46.84666,10.55528], [46.84954,10.55151], [46.84748,10.53331], [46.84473,10.52155], [46.84678,10.51366], [46.84701,10.50447], [46.84684,10.49778], [46.84960,10.49005], [46.85388,10.48216], [46.85799,10.47898], [46.85470,10.46928], [46.86286,10.46722], [46.87073,10.46988], [46.88105,10.46851], [46.88475,10.46482], [46.89167,10.47143], [46.89548,10.47460], [46.90141,10.47426], [46.90469,10.47649], [46.91167,10.47864], [46.91542,10.48533], [46.91952,10.48473], [46.92615,10.48705], [46.93160,10.48430], [46.93758,10.48756], [46.93928,10.48018], [46.94109,10.47520], [46.94613,10.46842], [46.94859,10.46053], [46.95234,10.45426], [46.95187,10.44825], [46.95357,10.44190], [46.95352,10.43915], [46.95516,10.43684], [46.95562,10.42928], [46.95756,10.42499], [46.96031,10.42182], [46.96552,10.42293], [46.97121,10.42628], [46.97548,10.42594], [46.97835,10.42182], [46.98304,10.41186], [46.98825,10.40602], [46.99111,10.40113], [46.99720,10.39761], [47.00001,10.38946], [46.99878,10.38328], [46.99012,10.37186], [46.99100,10.36457], [46.99135,10.35504], [46.98989,10.34869], [46.98596,10.34654], [46.98198,10.34474], [46.98122,10.34045], [46.97876,10.34217], [46.97454,10.33830], [46.97261,10.33607], [46.96839,10.33418], [46.96494,10.33135], [46.96060,10.32981], [46.95592,10.33006], [46.95246,10.32749], [46.95076,10.31994], [46.95076,10.31419], [46.94889,10.30938], [46.94396,10.30826], [46.93898,10.30680], [46.93488,10.31255], [46.93084,10.31745], [46.92486,10.31719], [46.92498,10.30921], [46.92404,10.30019], [46.91941,10.29753], [46.92287,10.28955], [46.92873,10.26552], [46.93136,10.24192], [46.91841,10.24260], [46.91466,10.23737], [46.90205,10.23428], [46.89712,10.22990], [46.88903,10.23059], [46.88557,10.23445], [46.87360,10.23342], [46.86586,10.23256], [46.86556,10.22269], [46.86679,10.21866], [46.86533,10.21419], [46.86439,10.20346], [46.86597,10.19926], [46.86568,10.19445], [46.86151,10.18982], [46.85917,10.18389], [46.85517,10.18261], [46.85341,10.17462], [46.85300,10.17179], [46.85030,10.17042], [46.85054,10.16166], [46.84772,10.15875], [46.84784,10.15548], [46.84960,10.15480], [46.85071,10.14682], [46.84819,10.14415], [46.84666,10.13797], [46.84701,10.12956], [46.84743,10.12347], [46.84619,10.12081], [46.84326,10.11806], [46.84067,10.10785], [46.84073,10.10407], [46.84905,10.09619], [46.85104,10.09121], [46.85791,10.09164], [46.86032,10.08735], [46.85955,10.08211], [46.86131,10.07490], [46.86014,10.05945], [46.86208,10.05302], [46.86507,10.04958], [46.87569,10.05224], [46.88033,10.04220], [46.88566,10.03825], [46.88684,10.03370], [46.89106,10.02778], [46.89546,10.02624], [46.89845,10.01920], [46.90132,10.01757], [46.89968,10.01568], [46.89951,10.00804], [46.89886,10.00263], [46.90156,9.99620], [46.90174,9.98916], [46.90690,9.98092], [46.91282,9.98023], [46.91522,9.97748], [46.91505,9.97414], [46.91293,9.97233], [46.91170,9.96478], [46.91551,9.95877], [46.91340,9.94942], [46.91194,9.94547], [46.91258,9.94075], [46.91340,9.93491], [46.91968,9.91895], [46.92360,9.91423], [46.92507,9.91251], [46.92454,9.90693], [46.92689,9.89929], [46.92964,9.89749], [46.93152,9.89114], [46.93269,9.88401], [46.93451,9.88153], [46.93433,9.87595], [46.93879,9.87715], [46.93966,9.87964], [46.94084,9.87646], [46.95062,9.87432], [46.95326,9.87715], [46.95648,9.87741], [46.96070,9.87251], [46.96363,9.87105], [46.96841,9.87495], [46.97210,9.87435], [46.97496,9.87598], [46.98070,9.88388], [46.98299,9.88285], [46.98662,9.88534], [46.98908,9.89066], [46.99446,9.88920], [47.00014,9.88851], [47.00359,9.87813], [47.00752,9.87126], [47.00980,9.86971], [47.01313,9.87074], [47.01665,9.87718], [47.01688,9.87950], [47.02063,9.87667], [47.02092,9.86740], [47.02226,9.85976], [47.01852,9.85736], [47.01577,9.85023], [47.01442,9.84070], [47.01150,9.84027], [47.01267,9.83530], [47.01436,9.82912], [47.02010,9.82088], [47.02215,9.81573], [47.02127,9.81212], [47.02244,9.80886], [47.02905,9.79899], [47.03145,9.79015], [47.03490,9.78981], [47.03554,9.78654], [47.03800,9.78337], [47.03788,9.77748], [47.03834,9.76727], [47.03653,9.76049], [47.03688,9.74530], [47.04092,9.74418], [47.04191,9.73980], [47.04156,9.73706], [47.04343,9.72745], [47.04279,9.71715], [47.04466,9.71491], [47.04653,9.70848], [47.04992,9.70470], [47.05197,9.70796], [47.05308,9.70745], [47.05185,9.70281], [47.05232,9.69826], [47.05308,9.69406], [47.05542,9.68702], [47.05852,9.68195], [47.06168,9.68135], [47.06127,9.67878], [47.05992,9.67681], [47.05881,9.66891], [47.05951,9.66487], [47.05788,9.65964], [47.05758,9.65354], [47.05910,9.64556], [47.05542,9.64170], [47.05267,9.64161], [47.05068,9.63286], [47.05139,9.62290], [47.05343,9.61638], [47.06109,9.60565], [47.06378,9.61063], [47.06729,9.61140], [47.07068,9.61286], [47.07582,9.60969], [47.08003,9.61140], [47.07875,9.61861], [47.08296,9.62308], [47.08383,9.63286], [47.08658,9.63243], [47.09079,9.63466], [47.09131,9.63492], [47.09575,9.63531], [47.10090,9.63423], [47.10554,9.62797], [47.10718,9.62801], [47.10773,9.62269], [47.10989,9.62059], [47.11118,9.62071], [47.11319,9.62346], [47.11512,9.62434], [47.11839,9.62446], [47.11962,9.62524], [47.12128,9.62768], [47.12233,9.62910], [47.12476,9.63245], [47.12797,9.63429], [47.12820,9.63257], [47.13051,9.62897], [47.13103,9.62627], [47.13252,9.62438], [47.13489,9.62403], [47.13754,9.62459], [47.13953,9.62361], [47.14110,9.62236], [47.14268,9.62361], [47.14551,9.62532], [47.14642,9.62378], [47.14729,9.62288], [47.14858,9.62288], [47.14960,9.62176], [47.15141,9.62094], [47.15047,9.61966], [47.14782,9.61524], [47.14735,9.61232], [47.14796,9.61047], [47.15223,9.60438], [47.15546,9.60223], [47.15579,9.60107], [47.15681,9.59996], [47.15842,9.60069], [47.16279,9.59622], [47.16448,9.59133], [47.17087,9.57906], [47.16950,9.57537], [47.16924,9.56970], [47.16959,9.56614], [47.17041,9.56404], [47.17335,9.56717], [47.17522,9.57163], [47.17712,9.57434], [47.17893,9.57314], [47.18543,9.57339], [47.19086,9.57232], [47.19304,9.57661], [47.19412,9.57730], [47.19619,9.57983], [47.19981,9.58073], [47.20269,9.58258], [47.20506,9.58455], [47.20908,9.57790], [47.21264,9.57648], [47.21678,9.57150], [47.21928,9.56906], [47.22054,9.56412], [47.22258,9.56215], [47.22342,9.56022], [47.22374,9.55842], [47.22316,9.55751], [47.22249,9.55550], [47.22365,9.55481], [47.22348,9.55219], [47.22403,9.55146], [47.22657,9.55400], [47.22779,9.55417], [47.23071,9.55691], [47.23324,9.55850], [47.23816,9.56476], [47.24089,9.56729], [47.24244,9.56673], [47.24538,9.56390], [47.24786,9.56175], [47.25036,9.55905], [47.25094,9.55721], [47.25256,9.55571], [47.25326,9.55348], [47.25524,9.55147], [47.25611,9.54928], [47.25701,9.54838], [47.25806,9.54400], [47.25934,9.54267], [47.26118,9.53936], [47.26240,9.53958], [47.26529,9.53941], [47.26593,9.53803], [47.26566,9.53670], [47.27050,9.53074], [47.27289,9.53220], [47.27484,9.53717], [47.27938,9.54625], [47.28835,9.55191], [47.29749,9.55483], [47.30488,9.56693], [47.30790,9.57457], [47.31111,9.58170], [47.31634,9.58788], [47.34549,9.59955], [47.34979,9.60333], [47.36566,9.62401], [47.36549,9.62813], [47.36712,9.63405], [47.36723,9.64358], [47.36834,9.65654], [47.37130,9.66435], [47.37839,9.67131], [47.38432,9.67362], [47.38978,9.67414], [47.39292,9.67229], [47.39539,9.66388], [47.39783,9.65950], [47.40408,9.65487], [47.40451,9.65152], [47.40918,9.65184], [47.42297,9.64986], [47.43342,9.64463], [47.43606,9.64377], [47.44028,9.64718], [47.44809,9.65838], [47.45114,9.66035], [47.45323,9.65739], [47.45323,9.65344], [47.45488,9.64993], [47.45622,9.64151], [47.45659,9.62697], [47.45717,9.62310], [47.45828,9.62057], [47.46161,9.61748], [47.46791,9.61285], [47.47032,9.61079], [47.47049,9.60941], [47.47029,9.60688], [47.46956,9.60594], [47.46701,9.60598], [47.46396,9.60534], [47.46269,9.60426], [47.46173,9.60160], [47.46176,9.59920], [47.46263,9.59555], [47.46460,9.59375], [47.47580,9.58684], [47.48158,9.58314], [47.48422,9.58078], [47.48622,9.57721], [47.49349,9.56344], [47.49863,9.56099], [47.50489,9.56185], [47.52916,9.51732]], + AT: [[47.57130,9.57843],[47.54061,9.62806],[47.53018,9.71869],[47.53421,9.73073],[47.53371,9.73301],[47.53465,9.73618],[47.53760,9.73569],[47.54253,9.73513],[47.54679,9.73475],[47.54780,9.73595],[47.55116,9.73861],[47.55229,9.73990],[47.55507,9.74080],[47.55585,9.74256],[47.55513,9.74573],[47.55634,9.74625],[47.55794,9.74281],[47.55921,9.74290],[47.56104,9.74629],[47.56486,9.74651],[47.56746,9.75101],[47.56993,9.74715],[47.57161,9.74818],[47.57288,9.75487],[47.57676,9.75466],[47.58009,9.75612],[47.58125,9.76097],[47.58376,9.75985],[47.58709,9.76320],[47.58680,9.76427],[47.58735,9.76487],[47.58929,9.76423],[47.58987,9.76633],[47.58796,9.76865],[47.58903,9.76916],[47.58924,9.77118],[47.59060,9.77251],[47.59557,9.77629],[47.59583,9.77899],[47.59447,9.78067],[47.59520,9.78436],[47.59407,9.79195],[47.59473,9.79427],[47.59453,9.79607],[47.59520,9.79865],[47.59644,9.79989],[47.59609,9.80311],[47.59106,9.81195],[47.58863,9.81513],[47.58912,9.81774],[47.58704,9.82568],[47.58107,9.82551],[47.58044,9.82787],[47.57737,9.82766],[47.57326,9.82581],[47.57036,9.82199],[47.56127,9.82659],[47.55831,9.82586],[47.55435,9.82062],[47.55249,9.81774],[47.54809,9.81620],[47.54739,9.82757],[47.54286,9.84073],[47.54223,9.85038],[47.53698,9.85738],[47.53403,9.85948],[47.53345,9.86605],[47.52988,9.87403],[47.53174,9.87471],[47.53411,9.87325],[47.53881,9.87772],[47.54246,9.87574],[47.54347,9.87420],[47.54877,9.88094],[47.54593,9.88712],[47.54451,9.88973],[47.54541,9.89712],[47.54376,9.90445],[47.54165,9.90797],[47.53944,9.90965],[47.53275,9.91407],[47.53034,9.92054],[47.53184,9.92650],[47.53442,9.93551],[47.53888,9.94075],[47.53515,9.95882],[47.53541,9.96212],[47.53882,9.95757],[47.54404,9.95809],[47.54305,9.96332],[47.54676,9.96710],[47.54618,9.97204],[47.54326,9.97139],[47.54120,9.96757],[47.53842,9.96792],[47.53761,9.96620],[47.53552,9.96667],[47.53422,9.96611],[47.53086,9.96611],[47.53109,9.96779],[47.52784,9.96950],[47.52405,9.96804],[47.52248,9.96603],[47.52057,9.96624],[47.51834,9.97139],[47.51596,9.97264],[47.51350,9.97976],[47.51092,9.98208],[47.51158,9.98427],[47.50263,9.99663],[47.49831,9.98860],[47.48636,9.99534],[47.48230,10.00186],[47.48288,10.00808],[47.48253,10.01135],[47.48543,10.01607],[47.48421,10.02122],[47.48935,10.03714],[47.48906,10.04006],[47.48691,10.04722],[47.48566,10.04782],[47.48485,10.04658],[47.47711,10.05302],[47.47627,10.05482],[47.47392,10.05512],[47.47023,10.05207],[47.46890,10.05370],[47.46681,10.05405],[47.46386,10.06490],[47.46110,10.06885],[47.45640,10.07100],[47.45637,10.07718],[47.45574,10.08070],[47.45933,10.08409],[47.46046,10.08847],[47.46035,10.09035],[47.45872,10.09220],[47.45547,10.09280],[47.45431,10.09404],[47.44970,10.09559],[47.44668,10.09353],[47.44072,10.09460],[47.42873,10.10606],[47.42249,10.09683],[47.41744,10.09597],[47.41438,10.08652],[47.41447,10.08223],[47.41412,10.07390],[47.41084,10.07244],[47.40840,10.07124],[47.40477,10.07674],[47.40439,10.08008],[47.39908,10.08729],[47.39329,10.08347],[47.35523,10.09991],[47.37587,10.11914],[47.36811,10.13802],[47.36750,10.14898],[47.36916,10.16563],[47.37125,10.16876],[47.38625,10.16894],[47.38570,10.17666],[47.38788,10.18185],[47.39038,10.18078],[47.39293,10.18151],[47.39003,10.18885],[47.38959,10.19541],[47.38419,10.20044],[47.38317,10.20468],[47.38349,10.20919],[47.38088,10.21284],[47.38233,10.21460],[47.38282,10.21867],[47.38419,10.21897],[47.38521,10.22121],[47.38744,10.22412],[47.38933,10.22670],[47.38840,10.23060],[47.38361,10.23460],[47.38145,10.23683],[47.37884,10.23229],[47.37610,10.23623],[47.37331,10.23774],[47.36898,10.23336],[47.36727,10.23087],[47.36270,10.22902],[47.36102,10.22533],[47.35820,10.22456],[47.35657,10.22237],[47.35427,10.21731],[47.35012,10.21791],[47.34567,10.21315],[47.34136,10.20975],[47.33674,10.20465],[47.33622,10.20795],[47.33333,10.20811],[47.32967,10.20640],[47.32763,10.20125],[47.32673,10.20069],[47.32533,10.20198],[47.32309,10.20695],[47.31858,10.21189],[47.31684,10.21210],[47.31058,10.21661],[47.31032,10.21239],[47.30578,10.21123],[47.30235,10.20587],[47.30145,10.20415],[47.29923,10.20244],[47.29714,10.19900],[47.29574,10.19458],[47.29350,10.18935],[47.29338,10.18570],[47.29559,10.18059],[47.29239,10.17845],[47.28678,10.17609],[47.28215,10.17682],[47.27857,10.17291],[47.27548,10.17574],[47.27391,10.17343],[47.27105,10.17488],[47.27070,10.17815],[47.27146,10.17935],[47.27280,10.18707],[47.27303,10.19488],[47.27443,10.19488],[47.27693,10.20089],[47.27560,10.20767],[47.27618,10.22235],[47.27099,10.23153],[47.27239,10.23703],[47.27851,10.24183],[47.28066,10.24518],[47.28060,10.25239],[47.28194,10.25900],[47.28433,10.26149],[47.28590,10.26604],[47.28881,10.26509],[47.28846,10.27085],[47.28823,10.28029],[47.29231,10.28526],[47.29481,10.29196],[47.29912,10.29333],[47.30028,10.29522],[47.30005,10.29831],[47.29947,10.30020],[47.30249,10.30638],[47.30348,10.30887],[47.30715,10.31539],[47.30622,10.32535],[47.30418,10.32483],[47.30523,10.33007],[47.30924,10.33522],[47.31105,10.33891],[47.31483,10.33994],[47.31547,10.34655],[47.31733,10.34818],[47.32001,10.34457],[47.32402,10.34646],[47.32653,10.35041],[47.33362,10.35556],[47.33752,10.35668],[47.34485,10.36775],[47.34642,10.37092],[47.35305,10.37710],[47.35502,10.38200],[47.35758,10.38560],[47.36189,10.38517],[47.37037,10.38843],[47.37636,10.39444],[47.37787,10.40011],[47.37781,10.40491],[47.37892,10.41221],[47.38194,10.41753],[47.38502,10.41950],[47.38467,10.42714],[47.38421,10.43023],[47.38130,10.43547],[47.39205,10.42817],[47.39716,10.43006],[47.39984,10.43332],[47.40204,10.42998],[47.40658,10.43564],[47.41012,10.43513],[47.41413,10.43839],[47.41517,10.44603],[47.41982,10.45512],[47.42452,10.45547],[47.42876,10.45924],[47.43230,10.46894],[47.43201,10.47435],[47.44920,10.46851],[47.45129,10.46517],[47.45535,10.46525],[47.46074,10.46645],[47.46405,10.46465],[47.46904,10.46843],[47.47415,10.46620],[47.47705,10.46594],[47.48175,10.46156],[47.48244,10.45572],[47.48459,10.45186],[47.48326,10.44371],[47.48540,10.43907],[47.49248,10.43607],[47.50413,10.43040],[47.50738,10.43401],[47.51039,10.43470],[47.51341,10.43942],[47.51880,10.44139],[47.52419,10.43813],[47.55473,10.45315],[47.55450,10.45032],[47.56654,10.44482],[47.56730,10.43478],[47.57181,10.43135],[47.57847,10.42834],[47.57992,10.43384],[47.58200,10.43101],[47.58478,10.43564],[47.58415,10.44551],[47.58449,10.45015],[47.58345,10.45384],[47.58611,10.46173],[47.58791,10.47169],[47.58710,10.47272],[47.58577,10.47306],[47.58449,10.48268],[47.58044,10.47941],[47.57888,10.47298],[47.57922,10.47074],[47.57616,10.47177],[47.56950,10.47401],[47.56996,10.47092],[47.56631,10.46662],[47.56243,10.46259],[47.56075,10.46010],[47.55560,10.45581],[47.55287,10.46036],[47.55171,10.47263],[47.54082,10.48928],[47.53549,10.52439],[47.53688,10.53675],[47.53769,10.55975],[47.53648,10.56370],[47.53433,10.56361],[47.53404,10.56962],[47.53428,10.57263],[47.54291,10.57812],[47.54986,10.58155],[47.55166,10.57984],[47.55397,10.57872],[47.55646,10.58009],[47.56023,10.58945],[47.56457,10.59331],[47.57019,10.59803],[47.56648,10.60842],[47.56608,10.61357],[47.56712,10.61434],[47.56758,10.61958],[47.56295,10.62704],[47.56139,10.62696],[47.55913,10.63597],[47.55977,10.64198],[47.55896,10.65253],[47.55982,10.65605],[47.55924,10.67751],[47.55629,10.67957],[47.55855,10.68695],[47.55832,10.69159],[47.55606,10.69330],[47.55525,10.69064],[47.54511,10.69528],[47.54418,10.69923],[47.54355,10.71133],[47.53868,10.71851],[47.53787,10.72426],[47.53926,10.72984],[47.53885,10.74194],[47.53734,10.75198],[47.53456,10.75928],[47.52633,10.76572],[47.52245,10.76366],[47.52054,10.76417],[47.51636,10.77241],[47.51584,10.77662],[47.51457,10.77799],[47.51862,10.78571],[47.51747,10.78717],[47.52164,10.79507],[47.52025,10.81172],[47.52494,10.81078],[47.52697,10.81249],[47.52686,10.81824],[47.52888,10.82803],[47.52848,10.83567],[47.52599,10.83859],[47.52848,10.83996],[47.52819,10.84236],[47.53039,10.84605],[47.53068,10.84786],[47.53520,10.85395],[47.53479,10.86291],[47.53555,10.86565],[47.53619,10.86677],[47.53752,10.89132],[47.53022,10.89380],[47.52743,10.89698],[47.51891,10.90496],[47.51967,10.91664],[47.51700,10.91947],[47.51312,10.91809],[47.51051,10.90616],[47.50860,10.90127],[47.50691,10.89020],[47.50402,10.88333],[47.50268,10.87715],[47.49897,10.87157],[47.49271,10.87243],[47.48581,10.86960],[47.48209,10.87200],[47.48001,10.87939],[47.48001,10.88471],[47.48111,10.88728],[47.48412,10.89818],[47.48600,10.91045],[47.48275,10.92693],[47.48350,10.93388],[47.48037,10.93937],[47.47312,10.93002],[47.47184,10.92916],[47.46888,10.93225],[47.46709,10.93628],[47.46308,10.93997],[47.45531,10.95414],[47.45002,10.95997],[47.43017,10.98418],[47.42059,10.98512],[47.41782,10.98013],[47.41707,10.97223],[47.41411,10.97052],[47.41085,10.96974],[47.40795,10.97172],[47.40429,10.97043],[47.40051,10.97215],[47.39761,10.97961],[47.39616,10.98974],[47.39674,10.99232],[47.39517,10.99687],[47.39476,11.00751],[47.39691,11.01738],[47.39714,11.02493],[47.39383,11.02862],[47.39406,11.03309],[47.39662,11.03704],[47.39680,11.04004],[47.39435,11.04845],[47.39656,11.05472],[47.39650,11.06364],[47.39633,11.09454],[47.39465,11.10021],[47.39592,11.10364],[47.39616,11.11471],[47.39969,11.12307],[47.40330,11.12161],[47.40719,11.12247],[47.41300,11.12736],[47.41294,11.13406],[47.41439,11.13929],[47.41695,11.14513],[47.42165,11.15560],[47.42455,11.17655],[47.42595,11.17706],[47.42711,11.18659],[47.42839,11.19878],[47.43489,11.20590],[47.43100,11.22083],[47.43210,11.22169],[47.43100,11.22736],[47.43257,11.23903],[47.43280,11.25122],[47.42734,11.25465],[47.42363,11.24813],[47.42055,11.24435],[47.41944,11.24075],[47.41549,11.24032],[47.40992,11.23319],[47.40626,11.23148],[47.40423,11.22976],[47.40080,11.22461],[47.39650,11.22367],[47.39522,11.22727],[47.39824,11.23311],[47.39859,11.24924],[47.39981,11.26323],[47.39798,11.26879],[47.40066,11.27849],[47.40252,11.28390],[47.40815,11.28990],[47.41257,11.28990],[47.41651,11.29248],[47.42203,11.28990],[47.42761,11.29085],[47.42830,11.29540],[47.43063,11.29900],[47.43109,11.30570],[47.43092,11.31239],[47.43260,11.31643],[47.43823,11.32106],[47.43864,11.32947],[47.44422,11.32990],[47.45060,11.34252],[47.44903,11.34913],[47.44886,11.35788],[47.44520,11.36621],[47.44601,11.36990],[47.45014,11.37522],[47.44845,11.38792],[47.44712,11.38981],[47.44903,11.40260],[47.44671,11.40732],[47.44741,11.41539],[47.44462,11.42097],[47.45582,11.41101],[47.46598,11.40715],[47.46668,11.39848],[47.46575,11.39385],[47.46708,11.38912],[47.47283,11.38252],[47.47961,11.38724],[47.48292,11.39033],[47.49127,11.40681],[47.49975,11.41253],[47.50723,11.42240],[47.51610,11.43639],[47.51853,11.44240],[47.51320,11.44549],[47.50746,11.45012],[47.50920,11.45596],[47.50926,11.47021],[47.50949,11.48789],[47.50734,11.49047],[47.50763,11.49776],[47.50705,11.50274],[47.50479,11.50566],[47.50676,11.50900],[47.50688,11.51209],[47.51105,11.51785],[47.50984,11.53702],[47.51384,11.55187],[47.51256,11.55350],[47.51453,11.56131],[47.51424,11.57041],[47.52033,11.57719],[47.52485,11.58654],[47.53899,11.58723],[47.54229,11.58508],[47.54629,11.58594],[47.55127,11.58912],[47.55475,11.58603],[47.56043,11.59049],[47.56477,11.59753],[47.57143,11.60148],[47.57415,11.60130],[47.58260,11.60611],[47.58052,11.61152],[47.58121,11.61504],[47.58486,11.61838],[47.58411,11.62474],[47.58110,11.63049],[47.58145,11.63315],[47.58509,11.62989],[47.58909,11.63152],[47.59302,11.63203],[47.59482,11.63658],[47.59349,11.64207],[47.59013,11.64422],[47.59084,11.64966],[47.58435,11.65927],[47.58459,11.66339],[47.58424,11.66605],[47.58592,11.67043],[47.58540,11.67859],[47.58464,11.68004],[47.58592,11.68803],[47.58713,11.69000],[47.58933,11.69910],[47.58933,11.72459],[47.58829,11.74476],[47.58962,11.75523],[47.58910,11.75888],[47.59055,11.76686],[47.58980,11.77149],[47.59176,11.78179],[47.58823,11.79089],[47.58482,11.81664],[47.58551,11.82110],[47.58563,11.82909],[47.58262,11.83003],[47.58204,11.84351],[47.58256,11.84634],[47.60293,11.85466],[47.60172,11.86333],[47.60288,11.86677],[47.60982,11.89681],[47.60884,11.90239],[47.61445,11.91389],[47.61312,11.93316],[47.61624,11.95453],[47.61752,11.96852],[47.61590,11.97513],[47.61387,11.97650],[47.61601,11.97650],[47.62012,11.98328],[47.62209,12.00054],[47.62562,12.00886],[47.62307,12.01350],[47.62116,12.01418],[47.61809,12.01744],[47.61225,12.02045],[47.61173,12.02757],[47.61289,12.03075],[47.61451,12.03023],[47.61682,12.03401],[47.61833,12.03916],[47.61561,12.05006],[47.61584,12.05504],[47.61914,12.06070],[47.61925,12.06491],[47.61509,12.07109],[47.61393,12.07967],[47.61144,12.08001],[47.61023,12.08199],[47.61040,12.09177],[47.61225,12.10877],[47.61167,12.11641],[47.60924,12.12087],[47.60681,12.12636],[47.60606,12.14104],[47.60779,12.14550],[47.61011,12.15263],[47.61098,12.15649],[47.61335,12.16173],[47.61509,12.17160],[47.61474,12.17966],[47.61005,12.18198],[47.60803,12.18069],[47.60502,12.18001],[47.60131,12.17778],[47.60461,12.18413],[47.60513,12.19451],[47.60577,12.20138],[47.60808,12.20679],[47.61410,12.20885],[47.62463,12.20301],[47.64071,12.19966],[47.65921,12.18507],[47.66904,12.18190],[47.67783,12.17074],[47.68447,12.16636],[47.70140,12.16258],[47.70099,12.18301],[47.70463,12.18670],[47.70977,12.19923],[47.70804,12.19966],[47.70792,12.20361],[47.71133,12.20636],[47.71047,12.20833],[47.71838,12.22601],[47.74147,12.24841],[47.74320,12.25717],[47.73697,12.26395],[47.73189,12.26601],[47.71907,12.25640],[47.71087,12.24996],[47.70995,12.24704],[47.69470,12.24206],[47.68823,12.24635],[47.68436,12.25314],[47.67915,12.25554],[47.67875,12.26326],[47.68141,12.26755],[47.68540,12.27125],[47.69042,12.28300],[47.69071,12.29184],[47.69724,12.33930],[47.69291,12.33569],[47.69088,12.33895],[47.69268,12.34436],[47.69233,12.35269],[47.69106,12.35389],[47.69100,12.35861],[47.68418,12.36393],[47.68661,12.37912],[47.68875,12.38539],[47.69302,12.40418],[47.69660,12.42916],[47.69504,12.43277],[47.69562,12.44135],[47.69169,12.44367],[47.68349,12.44186],[47.67921,12.44015],[47.67748,12.44135],[47.67557,12.44015],[47.67459,12.44101],[47.67343,12.44633],[47.67129,12.44538],[47.66835,12.45302],[47.66401,12.45457],[47.66234,12.45646],[47.64966,12.46586],[47.63700,12.49213],[47.63479,12.49171],[47.62548,12.49960],[47.62554,12.51171],[47.63699,12.53668],[47.63289,12.57428],[47.63468,12.57745],[47.64092,12.57917],[47.64211,12.57984],[47.64882,12.58314],[47.66660,12.59645],[47.66908,12.60142],[47.67342,12.60348],[47.67429,12.60889],[47.67284,12.61662],[47.67504,12.62340],[47.67660,12.62983],[47.67359,12.63687],[47.67163,12.63893],[47.67394,12.64374],[47.67342,12.64803],[47.67047,12.64889],[47.67261,12.65378],[47.67504,12.65653],[47.67723,12.65713],[47.68139,12.66614],[47.68122,12.67112],[47.68324,12.67979],[47.68284,12.68502],[47.68128,12.68545],[47.68215,12.69163],[47.68255,12.69627],[47.67995,12.70064],[47.68163,12.70537],[47.67671,12.71532],[47.67839,12.72279],[47.68012,12.73352],[47.67689,12.73978],[47.67585,12.74656],[47.66735,12.75575],[47.66434,12.75729],[47.66741,12.76279],[47.66758,12.76648],[47.66631,12.77180],[47.67458,12.78055],[47.67197,12.78399],[47.66995,12.78399],[47.66232,12.77884],[47.66053,12.77884],[47.65515,12.76879],[47.65486,12.76124],[47.65226,12.75910],[47.64983,12.76047],[47.64775,12.76519],[47.64434,12.76639],[47.64209,12.77068],[47.63804,12.77248],[47.63214,12.78296],[47.63387,12.78948],[47.62682,12.80029],[47.62583,12.80132],[47.62144,12.81171],[47.61206,12.82518],[47.60923,12.82312],[47.61073,12.81720],[47.61056,12.81197],[47.60934,12.80707],[47.60720,12.80398],[47.60489,12.80347],[47.60431,12.79866],[47.60095,12.79686],[47.60066,12.79403],[47.59806,12.79197],[47.59285,12.79635],[47.59001,12.79343],[47.58833,12.78819],[47.58538,12.78682],[47.58301,12.78244],[47.57745,12.78038],[47.56911,12.78545],[47.56500,12.79334],[47.55707,12.79489],[47.54814,12.80982],[47.54623,12.81694],[47.54646,12.82381],[47.54560,12.83445],[47.54716,12.84321],[47.54571,12.84905],[47.53783,12.85111],[47.53296,12.85162],[47.52844,12.85711],[47.52728,12.85943],[47.52850,12.86441],[47.52560,12.86484],[47.52439,12.87042],[47.52213,12.88020],[47.51923,12.88544],[47.51326,12.88630],[47.49682,12.91019],[47.48846,12.93310],[47.47907,12.95387],[47.47489,12.96812],[47.47483,12.97164],[47.47982,12.97190],[47.48533,12.97413],[47.48527,12.97859],[47.48075,12.98795],[47.47866,12.98906],[47.47913,12.99722],[47.47170,12.99421],[47.46892,12.99868],[47.46462,13.00245],[47.46485,13.00554],[47.46874,13.01044],[47.47274,13.01644],[47.47715,13.01799],[47.47820,13.02134],[47.48696,13.02659],[47.48771,13.03302],[47.48928,13.03457],[47.48922,13.04058],[47.49218,13.04564],[47.49525,13.04547],[47.49798,13.04762],[47.50360,13.04521],[47.51485,13.04590],[47.51578,13.04281],[47.52030,13.04264],[47.52163,13.04573],[47.52412,13.04461],[47.53012,13.03217],[47.53441,13.03011],[47.54368,13.03749],[47.54757,13.04367],[47.55150,13.04487],[47.55707,13.05474],[47.56176,13.05586],[47.56234,13.05139],[47.57207,13.04315],[47.57676,13.04075],[47.57878,13.04410],[47.58428,13.04281],[47.58689,13.06564],[47.58671,13.06993],[47.59117,13.07053],[47.59187,13.06761],[47.59754,13.06281],[47.60217,13.06229],[47.60599,13.06985],[47.61137,13.07105],[47.61617,13.07757],[47.61993,13.08023],[47.62121,13.08478],[47.62531,13.09079],[47.62722,13.09208],[47.62838,13.09474],[47.63509,13.09817],[47.64070,13.09637],[47.64434,13.09122],[47.64926,13.08804],[47.65497,13.08821],[47.66116,13.08152],[47.66387,13.07791],[47.67272,13.07568],[47.68277,13.07869],[47.68672,13.07980],[47.69134,13.07431],[47.69145,13.06890],[47.69481,13.06392],[47.69712,13.06049],[47.70364,13.05474],[47.70919,13.04701],[47.71075,13.04813],[47.71219,13.04556],[47.71288,13.04152],[47.71381,13.04195],[47.71543,13.03732],[47.71658,13.03079],[47.71554,13.02908],[47.71670,13.02599],[47.72056,13.02221],[47.72126,13.01826],[47.72247,13.01775],[47.72207,13.00942],[47.71745,13.00616],[47.71329,13.00298],[47.71254,12.99552],[47.70844,12.99165],[47.70665,12.98650],[47.70694,12.97552],[47.70665,12.97226],[47.70878,12.96196],[47.70757,12.95603],[47.71161,12.94685],[47.71115,12.93947],[47.70884,12.93200],[47.71000,12.92462],[47.71369,12.92239],[47.71485,12.91758],[47.71647,12.91621],[47.71704,12.91226],[47.72155,12.90926],[47.72328,12.90419],[47.72801,12.90411],[47.73280,12.91072],[47.73540,12.91089],[47.74343,12.91810],[47.74504,12.92402],[47.74550,12.93063],[47.74833,12.93363],[47.74845,12.93552],[47.75439,12.93604],[47.75780,12.93475],[47.75981,12.93861],[47.76403,12.94385],[47.77071,12.94213],[47.76996,12.93449],[47.77192,12.93492],[47.76990,12.93252],[47.76938,12.92694],[47.77348,12.92917],[47.77682,12.93441],[47.77809,12.94033],[47.78392,12.93844],[47.78553,12.93964],[47.78628,12.94754],[47.79078,12.95114],[47.79989,12.96462],[47.81579,12.97697],[47.82807,12.98460],[47.83198,12.98907],[47.83694,12.99688],[47.84109,13.00177],[47.84558,13.00392],[47.85197,13.00186],[47.85514,13.00066],[47.87091,12.98591],[47.88450,12.97638],[47.90228,12.96523],[47.91056,12.95733],[47.91856,12.94892],[47.92822,12.94240],[47.93886,12.93888],[47.94312,12.93828],[47.94409,12.93742],[47.94409,12.93561],[47.94248,12.93484],[47.94053,12.93338],[47.93978,12.93124],[47.93915,12.92394],[47.94007,12.92051],[47.94375,12.91888],[47.95134,12.92059],[47.95329,12.91982],[47.95588,12.91536],[47.95732,12.91012],[47.95829,12.89991],[47.95950,12.88352],[47.96203,12.87605],[47.96622,12.87150],[47.97237,12.86764],[48.00833,12.85691],[48.01827,12.84807],[48.02986,12.83176],[48.06234,12.77631],[48.07088,12.76318],[48.08276,12.75460],[48.09686,12.75048],[48.11102,12.74936],[48.11938,12.75940],[48.12540,12.75769],[48.12763,12.76138],[48.12906,12.76567],[48.12786,12.77245],[48.12580,12.77820],[48.12311,12.78232],[48.12282,12.78507],[48.12454,12.78764],[48.13938,12.79751],[48.14568,12.79751],[48.15043,12.80756],[48.15238,12.81571],[48.15226,12.82515],[48.15541,12.83262],[48.15907,12.83536],[48.16446,12.83485],[48.16663,12.83742],[48.16646,12.84172],[48.16612,12.84481],[48.16720,12.84738],[48.17018,12.84893],[48.17756,12.85202],[48.18489,12.86120],[48.19684,12.86412],[48.20233,12.87210],[48.20371,12.89605],[48.20657,12.91484],[48.20662,12.94214],[48.20994,12.95750],[48.24059,13.00238],[48.25225,13.01105],[48.25751,13.02004],[48.26242,13.03935],[48.26585,13.05660],[48.27659,13.07806],[48.27790,13.08682],[48.27813,13.12450],[48.28179,13.14329],[48.29110,13.16458],[48.29584,13.18406],[48.29281,13.25487],[48.31942,13.32318],[48.33625,13.34910],[48.35200,13.36632],[48.37042,13.40364],[48.37560,13.41283],[48.39037,13.42029],[48.40399,13.42089],[48.43082,13.43943],[48.43928,13.43885],[48.45266,13.42700],[48.46114,13.42863],[48.47412,13.43610],[48.49209,13.44700],[48.49704,13.44803],[48.51234,13.45756],[48.52871,13.44425],[48.53474,13.45018],[48.53957,13.44829],[48.54739,13.44008],[48.55313,13.43691],[48.55893,13.43923],[48.56410,13.45090],[48.56131,13.45613],[48.55870,13.45725],[48.55620,13.46060],[48.55438,13.46472],[48.55597,13.47424],[48.55910,13.47588],[48.56268,13.47364],[48.56495,13.47914],[48.56262,13.48489],[48.56449,13.49072],[48.56751,13.49287],[48.56910,13.49055],[48.56995,13.49158],[48.56966,13.49493],[48.57159,13.50068],[48.57676,13.50686],[48.57818,13.50471],[48.58108,13.50128],[48.58829,13.50577],[48.59090,13.51315],[48.58903,13.52311],[48.58062,13.53787],[48.57029,13.55006],[48.56716,13.56002],[48.56006,13.56946],[48.56018,13.58225],[48.56535,13.58611],[48.56847,13.59186],[48.56887,13.60010],[48.56533,13.60905],[48.55397,13.62432],[48.55016,13.65239],[48.53556,13.66243],[48.52532,13.69067],[48.51879,13.70363],[48.51270,13.72749],[48.52652,13.73247],[48.52976,13.74603],[48.53834,13.74740],[48.54004,13.74397],[48.54624,13.74286],[48.55081,13.75264],[48.55206,13.74595],[48.55615,13.74689],[48.56319,13.75281],[48.56711,13.75959],[48.56274,13.76491],[48.55456,13.77032],[48.55899,13.77247],[48.56160,13.77813],[48.56643,13.78002],[48.57211,13.79023],[48.57421,13.79933],[48.57892,13.80397],[48.58767,13.80431],[48.59045,13.80028],[48.59720,13.80113],[48.60629,13.80809],[48.61014,13.81298],[48.61622,13.81478],[48.61571,13.82199],[48.62444,13.82242],[48.63342,13.82508],[48.64141,13.82088],[48.64538,13.81418],[48.65440,13.81384],[48.66551,13.81607],[48.67888,13.81624],[48.68126,13.81246],[48.69152,13.81409],[48.69622,13.81547],[48.69311,13.83006],[48.69934,13.83409],[48.69770,13.81950],[48.70200,13.80843],[48.70761,13.81083],[48.70761,13.80345],[48.71534,13.79308],[48.73097,13.81617],[48.75548,13.81952],[48.76555,13.83737],[48.77222,13.83883],[48.77319,13.84433],[48.77070,13.84819],[48.77188,13.85660],[48.76996,13.86321],[48.77036,13.86793],[48.76521,13.87917],[48.75916,13.88818],[48.75701,13.89703],[48.74065,13.92063],[48.73720,13.92209],[48.73567,13.92647],[48.73199,13.92827],[48.72633,13.93848],[48.72231,13.94209],[48.72299,13.94612],[48.72084,13.95522],[48.71461,13.95754],[48.71359,13.97256],[48.71002,13.97959],[48.71143,13.98371],[48.70894,14.00560],[48.70520,14.01101],[48.70186,14.01170],[48.69614,14.01976],[48.69144,14.01736],[48.68980,14.02577],[48.68498,14.03049],[48.68379,14.02714],[48.67801,14.03719],[48.67790,14.04534],[48.67517,14.05907],[48.67313,14.06070],[48.66492,14.06122],[48.65766,14.05864],[48.65188,14.05358],[48.65375,14.04105],[48.65205,14.02620],[48.64428,14.02337],[48.64297,14.01830],[48.63929,14.01358],[48.63685,14.01951],[48.63112,14.02500],[48.62811,14.03341],[48.62936,14.04337],[48.62743,14.04980],[48.61977,14.04614],[48.61659,14.04339],[48.61319,14.04476],[48.61018,14.05206],[48.60524,14.05480],[48.60774,14.06536],[48.60717,14.06982],[48.59633,14.06682],[48.60127,14.07317],[48.60036,14.09849],[48.59253,14.09849],[48.59014,14.10647],[48.59026,14.11540],[48.59406,14.11926],[48.59463,14.12484],[48.59798,14.13557],[48.59508,14.14124],[48.59718,14.15540],[48.59338,14.16063],[48.59327,14.16595],[48.59014,14.16475],[48.59128,14.17076],[48.59417,14.17754],[48.59379,14.19244],[48.58862,14.21355],[48.58448,14.23501],[48.57880,14.24050],[48.57874,14.24728],[48.58136,14.25123],[48.58255,14.26479],[48.58153,14.27200],[48.57409,14.28041],[48.56915,14.29646],[48.56420,14.31320],[48.56540,14.32470],[48.55324,14.32839],[48.55216,14.33337],[48.55591,14.34264],[48.56097,14.34444],[48.56330,14.35148],[48.56971,14.35157],[48.57562,14.35749],[48.57607,14.36659],[48.56994,14.37019],[48.57040,14.38066],[48.57216,14.38590],[48.57676,14.39105],[48.58454,14.38590],[48.59322,14.38495],[48.59498,14.39131],[48.59339,14.40349],[48.59311,14.41560],[48.59010,14.42366],[48.58953,14.42881],[48.59947,14.43508],[48.60114,14.44054],[48.60943,14.44449],[48.61431,14.44732],[48.62010,14.44595],[48.62498,14.45136],[48.62560,14.45428],[48.63309,14.44981],[48.63905,14.44252],[48.64364,14.44278],[48.64534,14.45290],[48.64506,14.46003],[48.64925,14.46930],[48.64262,14.47840],[48.64007,14.47822],[48.63303,14.48964],[48.63366,14.49247],[48.62963,14.49891],[48.62339,14.49496],[48.61789,14.50414],[48.61982,14.51093],[48.62010,14.51599],[48.61698,14.52655],[48.61533,14.53152],[48.61516,14.54663],[48.61074,14.55324],[48.60654,14.55367],[48.60438,14.56242],[48.60892,14.56302],[48.61198,14.57058],[48.61749,14.58113],[48.61825,14.58984],[48.62631,14.59920],[48.62841,14.60357],[48.62858,14.60881],[48.62756,14.61439],[48.61752,14.62108],[48.60617,14.62546],[48.60401,14.63010],[48.60532,14.63379],[48.61110,14.64735],[48.60412,14.65421],[48.59777,14.65885],[48.58289,14.66417],[48.58181,14.67044],[48.58369,14.67619],[48.58329,14.68228],[48.58567,14.68812],[48.58590,14.69550],[48.58409,14.70151],[48.58749,14.70614],[48.59141,14.70571],[48.59799,14.71198],[48.60225,14.71953],[48.61791,14.71318],[48.63763,14.72148],[48.63876,14.71864],[48.64863,14.71676],[48.64943,14.71015],[48.67664,14.72276],[48.67981,14.72534],[48.68625,14.72497],[48.69447,14.73295],[48.69838,14.73432],[48.70342,14.74608],[48.70387,14.75544],[48.71039,14.75664],[48.71169,14.77312],[48.71418,14.77578],[48.71843,14.78462],[48.72239,14.78608],[48.72585,14.79123],[48.72987,14.79354],[48.73383,14.80135],[48.73258,14.80350],[48.73462,14.80642],[48.74804,14.79999],[48.75217,14.80153],[48.75851,14.80711],[48.76411,14.81140],[48.77169,14.80522],[48.77384,14.80822],[48.77972,14.80805],[48.78108,14.81475],[48.78170,14.81913],[48.78453,14.82548],[48.78108,14.82814],[48.78198,14.83449],[48.78475,14.84307],[48.78136,14.84633],[48.78057,14.85045],[48.77825,14.85191],[48.77757,14.86264],[48.78176,14.86839],[48.78051,14.88247],[48.77672,14.88753],[48.77225,14.88590],[48.77090,14.88873],[48.77299,14.89406],[48.77237,14.89912],[48.76779,14.90521],[48.76758,14.91102],[48.77013,14.91848],[48.76668,14.93256],[48.76153,14.94037],[48.76295,14.94775],[48.76153,14.95282],[48.75893,14.95582],[48.76289,14.96020],[48.76453,14.96638],[48.76753,14.96990],[48.77024,14.97728],[48.77465,14.97973],[48.77652,14.97759],[48.77951,14.97904],[48.78415,14.96969],[48.78794,14.95304],[48.79009,14.95227],[48.79699,14.95287],[48.80242,14.95544],[48.80564,14.95853],[48.81310,14.95690],[48.81864,14.96093],[48.82372,14.96866],[48.82678,14.96737],[48.83802,14.96737],[48.84276,14.97175],[48.84310,14.98377],[48.84570,14.98351],[48.85344,14.97286],[48.87506,14.97149],[48.87523,14.98274],[48.89133,14.98232],[48.89144,14.98799],[48.89573,14.98661],[48.89821,14.99065],[48.90515,14.99228],[48.90972,14.98953],[48.91542,14.98953],[48.92315,14.98232],[48.92597,14.98026],[48.92749,14.97829],[48.93121,14.97829],[48.93471,14.98455],[48.94175,14.98206],[48.94401,14.97991],[48.95697,14.97605],[48.97224,14.97588],[48.98137,14.97837],[48.98807,14.98480],[48.99151,14.99399],[48.99826,14.99570],[49.00328,14.99991],[49.00587,14.99219],[49.01043,14.99030],[49.01600,14.99528],[49.01324,15.00317],[49.01482,15.01047],[49.01915,15.01364],[49.02163,15.02154],[49.01600,15.03158],[49.01240,15.03948],[49.01656,15.05544],[49.01442,15.06617],[49.00632,15.06849],[49.00254,15.06566],[49.00046,15.06609],[48.99832,15.07922],[48.99860,15.08651],[48.99483,15.10291],[48.99961,15.10720],[49.00023,15.11399],[48.99803,15.12129],[48.99955,15.12429],[48.99825,15.12970],[49.00130,15.13245],[48.99747,15.13888],[48.99409,15.15682],[48.98981,15.15974],[48.98339,15.15802],[48.98372,15.15425],[48.98209,15.15279],[48.97978,15.15365],[48.97832,15.16214],[48.97544,15.16472],[48.97268,15.16111],[48.96908,15.16849],[48.96164,15.17055],[48.95882,15.16901],[48.95651,15.16386],[48.94676,15.15871],[48.94366,15.16214],[48.94462,15.16815],[48.94783,15.17613],[48.94614,15.18300],[48.94388,15.19055],[48.94676,15.19296],[48.95369,15.20188],[48.95837,15.20987],[48.96102,15.22712],[48.95826,15.23862],[48.95978,15.24085],[48.95978,15.25003],[48.95786,15.25149],[48.95465,15.26059],[48.95972,15.26239],[48.95736,15.26780],[48.96299,15.26677],[48.96355,15.26394],[48.96772,15.26660],[48.96716,15.27209],[48.97995,15.28050],[48.98643,15.27329],[48.99561,15.27724],[48.99290,15.29003],[48.98908,15.29484],[48.98367,15.29304],[48.97889,15.30520],[48.98114,15.31146],[48.97714,15.32116],[48.97985,15.32597],[48.98554,15.33266],[48.98430,15.33807],[48.98559,15.34897],[48.98272,15.35824],[48.98255,15.36828],[48.97247,15.39060],[48.96655,15.39249],[48.96379,15.40450],[48.95534,15.41652],[48.95009,15.43489],[48.95156,15.44484],[48.94981,15.45188],[48.94581,15.45575],[48.95241,15.46725],[48.95055,15.47188],[48.94446,15.47952],[48.94327,15.48750],[48.94096,15.49119],[48.93859,15.49995],[48.93594,15.50312],[48.92392,15.50673],[48.92020,15.50724],[48.91365,15.51437],[48.91100,15.53231],[48.90519,15.55994],[48.89639,15.57720],[48.89791,15.60492],[48.89650,15.60955],[48.89887,15.61170],[48.89543,15.62251],[48.88556,15.63110],[48.88527,15.63573],[48.88833,15.63539],[48.88167,15.65856],[48.86838,15.67274],[48.86364,15.68304],[48.85748,15.68870],[48.85590,15.69316],[48.85923,15.69703],[48.86155,15.70973],[48.85968,15.71694],[48.85844,15.71471],[48.85477,15.74569],[48.85325,15.75119],[48.86522,15.76990],[48.87594,15.77994],[48.87312,15.80637],[48.87374,15.82028],[48.87199,15.82912],[48.87775,15.83710],[48.87634,15.84637],[48.87233,15.84508],[48.86832,15.85350],[48.86522,15.85289],[48.86183,15.84242],[48.85974,15.84457],[48.85725,15.86062],[48.85325,15.86388],[48.85437,15.87229],[48.85765,15.87444],[48.85906,15.86955],[48.86149,15.87066],[48.86132,15.87538],[48.85833,15.88045],[48.85381,15.88242],[48.84822,15.88088],[48.84466,15.88302],[48.84291,15.88628],[48.84460,15.89092],[48.85025,15.89298],[48.84867,15.89881],[48.83670,15.90800],[48.83980,15.91710],[48.83839,15.92714],[48.83596,15.92491],[48.83376,15.93692],[48.82517,15.92645],[48.81906,15.93898],[48.82878,15.93821],[48.82974,15.94602],[48.82635,15.95117],[48.82330,15.94877],[48.82421,15.95795],[48.82155,15.96113],[48.81793,15.96070],[48.81251,15.95314],[48.80527,15.95177],[48.79691,15.97151],[48.77938,15.99718],[48.76586,16.03992],[48.75861,16.05932],[48.75222,16.07614],[48.74679,16.10039],[48.74662,16.10975],[48.74809,16.11172],[48.74882,16.11773],[48.74384,16.13695],[48.74605,16.13893],[48.74458,16.14906],[48.74956,16.15361],[48.74537,16.18347],[48.74209,16.21403],[48.73944,16.25395],[48.73757,16.26279],[48.74193,16.26777],[48.74187,16.28099],[48.73853,16.29704],[48.74012,16.29816],[48.73978,16.30691],[48.73400,16.31120],[48.73304,16.33532],[48.74657,16.34081],[48.74572,16.34493],[48.74164,16.34605],[48.74221,16.35060],[48.74045,16.35824],[48.73689,16.35807],[48.73344,16.35300],[48.73077,16.36107],[48.72868,16.36133],[48.72851,16.36605],[48.73128,16.37721],[48.72964,16.37859],[48.73111,16.38339],[48.73281,16.38236],[48.74006,16.38828],[48.73972,16.39395],[48.73712,16.39438],[48.73932,16.39824],[48.74181,16.40004],[48.74272,16.40391],[48.74142,16.40597],[48.74379,16.40931],[48.74538,16.40888],[48.75404,16.41215],[48.76224,16.42142],[48.76501,16.43300],[48.76931,16.43678],[48.77407,16.43755],[48.77582,16.43506],[48.77933,16.43575],[48.78640,16.44176],[48.79081,16.44716],[48.79725,16.44648],[48.79980,16.44785],[48.80471,16.46064],[48.80924,16.45849],[48.81031,16.46510],[48.80251,16.48047],[48.80155,16.49969],[48.80313,16.51574],[48.79883,16.52003],[48.80398,16.52742],[48.80579,16.52707],[48.81528,16.54036],[48.79861,16.56259],[48.79335,16.56731],[48.79403,16.57726],[48.78730,16.59443],[48.78368,16.59451],[48.78085,16.61056],[48.78193,16.61632],[48.78131,16.62936],[48.78628,16.63443],[48.78606,16.65030],[48.78153,16.66438],[48.77598,16.66720],[48.77456,16.66694],[48.77157,16.67647],[48.75182,16.68196],[48.74769,16.68059],[48.74237,16.67475],[48.73965,16.67526],[48.73552,16.67938],[48.72917,16.68319],[48.72990,16.68877],[48.73353,16.69349],[48.73788,16.70130],[48.73551,16.70500],[48.73845,16.70774],[48.73851,16.72697],[48.73579,16.73220],[48.73398,16.72903],[48.73409,16.73555],[48.73171,16.73692],[48.73262,16.74808],[48.72028,16.75503],[48.71858,16.76061],[48.71920,16.76336],[48.71569,16.77040],[48.71258,16.77486],[48.71501,16.77864],[48.71382,16.79134],[48.71099,16.79580],[48.71116,16.79967],[48.70720,16.80113],[48.70940,16.80464],[48.71314,16.80464],[48.71042,16.81889],[48.71178,16.82636],[48.71767,16.83391],[48.71224,16.84241],[48.71246,16.84996],[48.71368,16.86868],[48.71775,16.87246],[48.72308,16.87684],[48.72364,16.87976],[48.72223,16.88293],[48.72115,16.88233],[48.71702,16.88628],[48.71657,16.89598],[48.71838,16.90173],[48.71549,16.90636],[48.71266,16.90653],[48.70847,16.90885],[48.70620,16.91357],[48.70156,16.91889],[48.69278,16.91975],[48.68524,16.91864],[48.67799,16.91246],[48.67515,16.91392],[48.67215,16.92851],[48.66467,16.92327],[48.65758,16.92507],[48.65083,16.92113],[48.64527,16.92550],[48.64244,16.93022],[48.63246,16.92685],[48.62803,16.92488],[48.62242,16.92153],[48.61907,16.93999],[48.61634,16.94248],[48.60528,16.94333],[48.60084,16.93527],[48.58273,16.94145],[48.57222,16.93725],[48.56473,16.94034],[48.56041,16.94583],[48.55285,16.94463],[48.54929,16.94735],[48.54583,16.95447],[48.54225,16.95524],[48.53281,16.94941],[48.52878,16.94306],[48.52576,16.94211],[48.52241,16.94511],[48.52002,16.94254],[48.52019,16.93507],[48.51877,16.92048],[48.51183,16.92494],[48.51183,16.91490],[48.50746,16.91379],[48.49568,16.91876],[48.49358,16.91525],[48.49443,16.90812],[48.49705,16.90658],[48.49739,16.90134],[48.49540,16.89516],[48.49165,16.89190],[48.48727,16.89679],[48.48334,16.89525],[48.47970,16.88975],[48.47697,16.89070],[48.47486,16.88838],[48.47628,16.88083],[48.46507,16.87379],[48.46456,16.86538],[48.45813,16.86023],[48.45597,16.86521],[48.45067,16.86306],[48.45033,16.85353],[48.44771,16.85062],[48.44008,16.85242],[48.43135,16.85425],[48.41962,16.86515],[48.41712,16.86386],[48.41062,16.85314],[48.40458,16.85245],[48.39495,16.85760],[48.38919,16.85168],[48.38230,16.85090],[48.38127,16.84550],[48.38349,16.83889],[48.38224,16.83494],[48.37853,16.83537],[48.37078,16.84301],[48.36405,16.84000],[48.35841,16.84447],[48.35105,16.84344],[48.34825,16.85116],[48.34911,16.86086],[48.34785,16.86755],[48.34928,16.87090],[48.34848,16.87425],[48.34460,16.87571],[48.34181,16.86901],[48.33724,16.87485],[48.33513,16.88584],[48.33205,16.88712],[48.33205,16.89425],[48.32800,16.90077],[48.32669,16.90841],[48.32332,16.90970],[48.31801,16.90489],[48.31470,16.89639],[48.31036,16.89571],[48.30397,16.89888],[48.29712,16.90129],[48.29449,16.90566],[48.28924,16.90755],[48.28156,16.91364],[48.27727,16.91973],[48.27424,16.91990],[48.27133,16.92368],[48.27082,16.93561],[48.27087,16.94608],[48.26647,16.95226],[48.26385,16.95741],[48.26093,16.95646],[48.25516,16.95131],[48.24584,16.94943],[48.23858,16.94668],[48.23390,16.94728],[48.22761,16.95629],[48.21951,16.96204],[48.21344,16.96222],[48.20887,16.96582],[48.19468,16.97303],[48.18907,16.97724],[48.17866,16.97612],[48.17322,16.97595],[48.17017,16.97929],[48.15185,17.01370],[48.14292,17.02220],[48.13983,17.03671],[48.14355,17.05671],[48.13977,17.06160],[48.13461,17.06220],[48.13077,17.06349],[48.12688,17.06778],[48.12264,17.06975],[48.12207,17.06546],[48.11670,17.07197],[48.11555,17.07798],[48.10988,17.07489],[48.10827,17.07987],[48.10621,17.07858],[48.09962,17.09420],[48.09646,17.08905],[48.09085,17.09377],[48.09056,17.08862],[48.08465,17.07429],[48.08184,17.07532],[48.08116,17.07274],[48.07794,17.08029],[48.07026,17.07266],[48.06527,17.08665],[48.05535,17.07102],[48.05001,17.08536],[48.04508,17.08836],[48.03101,17.06991],[48.02149,17.09025],[48.03176,17.10956],[48.02935,17.11643],[48.02212,17.12647],[48.02378,17.13222],[48.02361,17.13780],[48.01971,17.14544],[48.00650,17.16166],[48.00208,17.15514],[47.99369,17.13497],[47.99214,17.13566],[47.98433,17.11892],[47.97646,17.10845],[47.97169,17.09772],[47.96899,17.09806],[47.96083,17.11926],[47.95462,17.11197],[47.94703,17.10656],[47.94220,17.10124],[47.93461,17.09257],[47.92719,17.11480],[47.90967,17.10251],[47.90432,17.09719],[47.89914,17.10551],[47.87393,17.08526],[47.87399,17.07968],[47.87658,17.07779],[47.87330,17.06251],[47.87157,17.04981],[47.86950,17.05058],[47.86616,17.04002],[47.86731,17.03745],[47.86734,17.01747],[47.85812,17.01164],[47.83779,17.05258],[47.83243,17.04777],[47.83070,17.05129],[47.82811,17.04734],[47.82304,17.06193],[47.81998,17.06056],[47.80813,17.07474],[47.80750,17.07122],[47.79683,17.05414],[47.79337,17.05114],[47.78668,17.05869],[47.77849,17.06178],[47.77826,17.06479],[47.75646,17.07062],[47.74130,17.07191],[47.72751,17.07088],[47.70828,17.09405],[47.70394,17.04101],[47.69395,16.97515],[47.68719,16.91181],[47.68811,16.87448],[47.68973,16.87087],[47.72086,16.86821],[47.71763,16.86383],[47.71087,16.85602],[47.70469,16.84014],[47.68650,16.83156],[47.68199,16.82856],[47.68216,16.81139],[47.68112,16.74873],[47.72242,16.72077],[47.73507,16.72052],[47.74020,16.67159],[47.74292,16.65803],[47.74072,16.65640],[47.74315,16.65280],[47.74546,16.64464],[47.74800,16.63941],[47.75481,16.63778],[47.75851,16.63314],[47.75632,16.62602],[47.75735,16.61906],[47.75914,16.61632],[47.75937,16.60919],[47.75574,16.59855],[47.75868,16.59168],[47.75435,16.58834],[47.75118,16.56602],[47.75078,16.54886],[47.74616,16.54928],[47.74234,16.54946],[47.74101,16.54482],[47.74228,16.54431],[47.73951,16.53813],[47.73755,16.53898],[47.73668,16.53778],[47.72190,16.55315],[47.71324,16.54190],[47.71116,16.54122],[47.70977,16.53255],[47.71093,16.51993],[47.70677,16.51727],[47.70631,16.51152],[47.70359,16.50637],[47.70325,16.50242],[47.70331,16.49976],[47.69863,16.49564],[47.69655,16.48766],[47.69325,16.48654],[47.69037,16.48431],[47.68927,16.47719],[47.68059,16.47606],[47.68048,16.46558],[47.68377,16.45949],[47.69596,16.45322],[47.69614,16.44799],[47.69088,16.44790],[47.67377,16.44370],[47.66996,16.43597],[47.66574,16.42353],[47.66291,16.42361],[47.65944,16.43563],[47.65638,16.44610],[47.65441,16.45666],[47.65216,16.46378],[47.65216,16.47254],[47.64968,16.48213],[47.64182,16.48831],[47.64297,16.49269],[47.63956,16.49878],[47.64031,16.50222],[47.63898,16.50582],[47.64234,16.50925],[47.64702,16.51449],[47.64130,16.53174],[47.63279,16.55200],[47.62065,16.57260],[47.61804,16.58573],[47.61880,16.59732],[47.62163,16.60564],[47.62614,16.61946],[47.62863,16.63019],[47.62759,16.63877],[47.62296,16.65259],[47.60659,16.66117],[47.60635,16.67208],[47.60340,16.67405],[47.59669,16.66684],[47.58187,16.67671],[47.57272,16.67173],[47.56942,16.67087],[47.56786,16.66461],[47.55958,16.67285],[47.56224,16.68340],[47.55911,16.69019],[47.55593,16.69225],[47.54718,16.69774],[47.54579,16.70581],[47.54347,16.71096],[47.53942,16.71587],[47.53293,16.70360],[47.52285,16.70635],[47.51740,16.69579],[47.51154,16.69296],[47.50772,16.68721],[47.50314,16.66875],[47.50801,16.66266],[47.50569,16.65845],[47.49995,16.65365],[47.48305,16.66338],[47.48091,16.66835],[47.47342,16.67153],[47.46989,16.66690],[47.46327,16.66209],[47.45439,16.66157],[47.45103,16.64999],[47.44870,16.65248],[47.44534,16.64432],[47.44540,16.63531],[47.44067,16.62787],[47.43028,16.62074],[47.42851,16.60778],[47.42555,16.60624],[47.42143,16.59319],[47.41777,16.58693],[47.41864,16.58186],[47.41574,16.58349],[47.41225,16.57731],[47.40871,16.57851],[47.40569,16.57517],[47.40575,16.56452],[47.40633,16.55560],[47.40441,16.54770],[47.40621,16.54358],[47.40941,16.54066],[47.40871,16.53549],[47.40958,16.53154],[47.40819,16.52682],[47.40981,16.52425],[47.40929,16.51721],[47.40488,16.51463],[47.40459,16.50897],[47.39913,16.51120],[47.39558,16.51017],[47.38873,16.49601],[47.39454,16.49635],[47.39355,16.49180],[47.39401,16.48717],[47.39761,16.48433],[47.40087,16.48279],[47.40615,16.48768],[47.40842,16.48451],[47.40825,16.47240],[47.41225,16.46374],[47.41196,16.45687],[47.40854,16.44829],[47.39936,16.44863],[47.39157,16.45412],[47.38297,16.46219],[47.38274,16.45386],[47.37733,16.45326],[47.37449,16.45653],[47.36978,16.45738],[47.36449,16.45627],[47.36024,16.45155],[47.35635,16.45266],[47.35641,16.44674],[47.35338,16.43472],[47.34611,16.44571],[47.33937,16.44871],[47.33954,16.45893],[47.33326,16.46631],[47.33053,16.46408],[47.32471,16.46966],[47.31767,16.47090],[47.31249,16.47562],[47.29596,16.48317],[47.29102,16.48326],[47.28036,16.49038],[47.27576,16.48017],[47.27174,16.47828],[47.26231,16.48008],[47.25211,16.46721],[47.25485,16.46051],[47.25252,16.45356],[47.25235,16.44850],[47.25007,16.44953],[47.25159,16.43305],[47.24809,16.44403],[47.23341,16.44257],[47.22781,16.43862],[47.21738,16.43974],[47.21532,16.43585],[47.20897,16.43809],[47.20967,16.42890],[47.20722,16.42358],[47.20798,16.42101],[47.20564,16.41766],[47.19707,16.42169],[47.19398,16.42178],[47.18476,16.42933],[47.18529,16.44255],[47.18867,16.45079],[47.18803,16.45551],[47.18558,16.45482],[47.17695,16.45817],[47.17380,16.46152],[47.16831,16.46486],[47.16656,16.46152],[47.16125,16.46332],[47.15617,16.45808],[47.15687,16.45388],[47.15000,16.45067],[47.14620,16.45196],[47.14381,16.45384],[47.14282,16.46166],[47.14498,16.47728],[47.14959,16.48929],[47.15000,16.51710],[47.13809,16.52543],[47.13785,16.52955],[47.12682,16.52946],[47.12156,16.50071],[47.10970,16.50157],[47.10819,16.48354],[47.10243,16.48520],[47.10109,16.47730],[47.10460,16.47447],[47.09986,16.47318],[47.09852,16.46589],[47.09601,16.46692],[47.09414,16.46451],[47.09046,16.46795],[47.08543,16.47584],[47.07660,16.47258],[47.07503,16.47473],[47.07514,16.48262],[47.06947,16.48760],[47.07175,16.49335],[47.06918,16.50374],[47.06164,16.52133],[47.05573,16.52159],[47.04825,16.50511],[47.04638,16.48219],[47.04252,16.46795],[47.03943,16.45611],[47.03750,16.44281],[47.03516,16.44470],[47.02960,16.43998],[47.02422,16.44770],[47.03200,16.46057],[47.03223,16.46409],[47.02767,16.47620],[47.02196,16.47814],[47.02295,16.48217],[47.01056,16.49419],[47.00751,16.50526],[47.00336,16.51333],[46.99991,16.51273],[46.99920,16.50165],[46.99774,16.49839],[46.99920,16.48947],[46.99622,16.48921],[46.99405,16.48423],[46.99399,16.47891],[46.99751,16.46887],[46.99680,16.46286],[47.00049,16.45659],[47.00277,16.44835],[46.99194,16.44638],[46.99300,16.42544],[46.99628,16.41840],[47.00359,16.41308],[47.00266,16.40175],[47.00225,16.39162],[46.99797,16.38338],[46.99786,16.37188],[47.00675,16.36510],[47.00471,16.36029],[47.00991,16.34870],[47.00160,16.34570],[46.99505,16.34415],[46.99751,16.33377],[47.00143,16.32450],[46.99768,16.30390],[47.00154,16.29712],[47.00839,16.29892],[47.01322,16.29088],[47.01094,16.28745],[47.00128,16.28273],[46.99648,16.28419],[46.98791,16.27952],[46.98604,16.27711],[46.98159,16.27600],[46.97263,16.27832],[46.96232,16.27729],[46.96109,16.27008],[46.96343,16.26347],[46.96355,16.25849],[46.96220,16.25265],[46.95834,16.24656],[46.95588,16.24304],[46.94885,16.24776],[46.94615,16.24553],[46.94510,16.23609],[46.94070,16.23205],[46.93478,16.22115],[46.93478,16.21609],[46.93847,16.21360],[46.93795,16.20665],[46.94146,16.20313],[46.94029,16.19935],[46.93478,16.19540],[46.92652,16.19068],[46.91573,16.18467],[46.90600,16.17918],[46.90242,16.16923],[46.90236,16.16193],[46.89626,16.15858],[46.89562,16.15412],[46.89309,16.15472],[46.89268,16.14974],[46.88776,16.14863],[46.88541,16.14528],[46.88371,16.13893],[46.88013,16.13712],[46.87714,16.13446],[46.87415,16.13249],[46.87074,16.12099],[46.86810,16.11223],[46.85953,16.09764],[46.86382,16.09584],[46.86382,16.09206],[46.86188,16.08889],[46.85713,16.08726],[46.85284,16.07970],[46.85214,16.07181],[46.84897,16.06649],[46.84398,16.06623],[46.83821,16.05765],[46.83915,16.05498],[46.83686,16.05155],[46.83980,16.04305],[46.83516,16.04039],[46.83222,16.03181],[46.83810,16.03069],[46.84027,16.02829],[46.83651,16.01988],[46.83434,16.01318],[46.82988,16.00846],[46.83123,16.00100],[46.83469,15.99559],[46.83217,15.99173],[46.82935,15.99010],[46.82712,15.98701],[46.82007,15.98924],[46.81701,15.99310],[46.81090,15.99885],[46.80638,15.99834],[46.80397,15.99396],[46.79152,15.99430],[46.77882,15.99018],[46.76989,15.99053],[46.76064,15.98934],[46.75788,15.99080],[46.75218,15.98625],[46.73706,15.99191],[46.73141,15.99500],[46.72329,16.00444],[46.71841,16.00401],[46.71653,16.00805],[46.71776,16.01157],[46.71706,16.01672],[46.71205,16.02161],[46.71288,16.02770],[46.71229,16.03028],[46.70923,16.02985],[46.70065,16.03082],[46.69476,16.03769],[46.68575,16.04335],[46.67286,16.04052],[46.66703,16.04181],[46.65578,16.03820],[46.66014,16.02636],[46.66220,16.02387],[46.66314,16.01365],[46.66738,16.00782],[46.67256,16.00533],[46.67863,16.00215],[46.68140,15.99597],[46.68428,15.98490],[46.68587,15.97280],[46.68740,15.95563],[46.68911,15.94679],[46.69176,15.94104],[46.70489,15.92216],[46.70830,15.91649],[46.71195,15.90476],[46.71407,15.89317],[46.71642,15.88656],[46.71989,15.87592],[46.72137,15.86459],[46.72242,15.85429],[46.72219,15.83498],[46.72148,15.82734],[46.71483,15.79961],[46.71048,15.79120],[46.70621,15.78380],[46.70233,15.77521],[46.69968,15.77083],[46.69903,15.76689],[46.69927,15.76131],[46.69815,15.75564],[46.69815,15.75024],[46.69927,15.74612],[46.69991,15.74131],[46.69962,15.73676],[46.69574,15.72389],[46.69579,15.71848],[46.69721,15.71238],[46.69785,15.70569],[46.69868,15.69788],[46.70186,15.68887],[46.70574,15.68088],[46.70710,15.67436],[46.70621,15.66415],[46.70657,15.65754],[46.70527,15.65007],[46.70121,15.65325],[46.69938,15.65350],[46.69356,15.65548],[46.69050,15.65222],[46.68938,15.64278],[46.69161,15.64064],[46.68831,15.63601],[46.68295,15.63309],[46.68066,15.63481],[46.67883,15.62425],[46.67971,15.61815],[46.68230,15.61240],[46.68024,15.60434],[46.68401,15.60373],[46.68749,15.60528],[46.68890,15.60064],[46.68972,15.59773],[46.68819,15.59352],[46.68442,15.59129],[46.68278,15.59017],[46.68236,15.58468],[46.68119,15.58116],[46.68295,15.57884],[46.67989,15.57953],[46.67971,15.56966],[46.67424,15.56803],[46.67529,15.56482],[46.67287,15.56010],[46.67069,15.55967],[46.67163,15.55383],[46.67075,15.55246],[46.67211,15.55023],[46.66839,15.54757],[46.66934,15.54491],[46.66457,15.54860],[46.65838,15.54937],[46.65337,15.55349],[46.64919,15.55409],[46.64742,15.55186],[46.64831,15.54739],[46.64501,15.54533],[46.64241,15.54748],[46.64000,15.55186],[46.63788,15.54988],[46.63564,15.54585],[46.63257,15.54602],[46.62970,15.54173],[46.63318,15.54070],[46.63330,15.53804],[46.63106,15.53418],[46.62888,15.53014],[46.62157,15.52104],[46.62086,15.51787],[46.62245,15.51607],[46.62021,15.51152],[46.61585,15.51212],[46.61491,15.50551],[46.61331,15.50293],[46.61438,15.50019],[46.61791,15.49924],[46.61897,15.49435],[46.62004,15.49032],[46.62004,15.48851],[46.61862,15.48448],[46.61550,15.48294],[46.61196,15.47710],[46.61155,15.47152],[46.61449,15.46182],[46.61833,15.46225],[46.62263,15.46328],[46.62587,15.46088],[46.62900,15.45530],[46.63913,15.45547],[46.64179,15.44896],[46.63938,15.44149],[46.64032,15.43711],[46.64309,15.43213],[46.64604,15.42982],[46.64704,15.42055],[46.65258,15.42201],[46.65399,15.42029],[46.65499,15.41394],[46.65134,15.39428],[46.65234,15.38853],[46.65034,15.38312],[46.65163,15.37978],[46.65093,15.37557],[46.64951,15.37214],[46.65046,15.36776],[46.65128,15.35489],[46.65405,15.35386],[46.65393,15.34939],[46.65034,15.34407],[46.65081,15.34029],[46.65258,15.33635],[46.65169,15.32699],[46.64881,15.32356],[46.64724,15.31952],[46.64848,15.31506],[46.65125,15.31231],[46.65225,15.30570],[46.65266,15.29841],[46.65155,15.29249],[46.64925,15.28974],[46.64701,15.28408],[46.64471,15.28244],[46.64300,15.27627],[46.64365,15.26811],[46.64406,15.26099],[46.64235,15.25464],[46.64100,15.24425],[46.63952,15.23841],[46.63947,15.23464],[46.64229,15.22477],[46.64176,15.21756],[46.64347,15.21215],[46.64465,15.20485],[46.64477,15.19833],[46.64807,15.19086],[46.65172,15.18915],[46.65567,15.18202],[46.65308,15.17018],[46.65414,15.16495],[46.65679,15.16401],[46.65490,15.15499],[46.65755,15.15148],[46.65903,15.14478],[46.65626,15.14186],[46.65673,15.13577],[46.64990,15.13208],[46.64948,15.12633],[46.65296,15.12470],[46.65355,15.12126],[46.65337,15.11714],[46.65761,15.11199],[46.65907,15.10938],[46.65777,15.10629],[46.65524,15.09986],[46.65347,15.09943],[46.65194,15.09608],[46.65105,15.08939],[46.64445,15.08235],[46.64923,15.07411],[46.65082,15.06432],[46.65147,15.04192],[46.64911,15.03754],[46.64764,15.03330],[46.64481,15.03038],[46.64039,15.01605],[46.63312,15.01124],[46.63206,15.00789],[46.62982,15.00626],[46.62464,14.99922],[46.62110,14.99553],[46.61626,14.99656],[46.61255,14.99502],[46.60819,14.98738],[46.60600,14.98746],[46.60365,14.98480],[46.60123,14.97957],[46.60777,14.97510],[46.61974,14.97322],[46.62646,14.96901],[46.63100,14.95991],[46.63189,14.95562],[46.62682,14.94893],[46.62257,14.94369],[46.61945,14.94120],[46.61886,14.93725],[46.61432,14.93090],[46.61862,14.92781],[46.61974,14.92361],[46.61697,14.92163],[46.61043,14.92301],[46.60406,14.92395],[46.60209,14.92246],[46.60174,14.91826],[46.60557,14.91456],[46.60315,14.91388],[46.60492,14.90341],[46.61070,14.89894],[46.60970,14.89594],[46.61206,14.88839],[46.61106,14.88092],[46.60746,14.88006],[46.60752,14.87371],[46.60593,14.86916],[46.60339,14.86727],[46.59991,14.86822],[46.59260,14.86470],[46.59284,14.85877],[46.58971,14.85740],[46.58494,14.85586],[46.58069,14.85268],[46.57719,14.84531],[46.56893,14.83913],[46.56616,14.84042],[46.56515,14.83604],[46.56285,14.83613],[46.56014,14.83801],[46.55742,14.83819],[46.54957,14.83355],[46.54751,14.83209],[46.54709,14.82728],[46.54402,14.82394],[46.54208,14.82934],[46.53948,14.83192],[46.53818,14.83098],[46.53476,14.82308],[46.52976,14.82614],[46.52781,14.82356],[46.52379,14.82270],[46.52149,14.81816],[46.51895,14.82047],[46.51387,14.81970],[46.50867,14.81944],[46.50672,14.80949],[46.50666,14.80528],[46.50436,14.80082],[46.50194,14.79284],[46.49916,14.78503],[46.50064,14.78005],[46.50389,14.77593],[46.50371,14.75945],[46.49653,14.74810],[46.50262,14.74441],[46.50436,14.74096],[46.50176,14.73718],[46.49863,14.73718],[46.48983,14.72826],[46.49313,14.72671],[46.49396,14.72396],[46.49757,14.72285],[46.49887,14.71504],[46.49148,14.71255],[46.47966,14.70920],[46.47978,14.70225],[46.47458,14.69916],[46.47363,14.69942],[46.47174,14.70216],[46.46672,14.70242],[46.46358,14.70002],[46.46335,14.69547],[46.46411,14.68843],[46.46689,14.68337],[46.46216,14.67865],[46.46151,14.67684],[46.45802,14.67993],[46.45034,14.67513],[46.44998,14.67041],[46.44880,14.66629],[46.44484,14.66217],[46.44365,14.65581],[46.44389,14.65324],[46.44194,14.63994],[46.43928,14.63247],[46.43857,14.62277],[46.43869,14.61762],[46.43987,14.61410],[46.43869,14.60638],[46.43662,14.60466],[46.43666,14.59655],[46.43394,14.59716],[46.43163,14.59346],[46.42944,14.58732],[46.42583,14.58621],[46.42228,14.58449],[46.41938,14.58423],[46.41708,14.58303],[46.41601,14.58389],[46.41501,14.58887],[46.41086,14.58947],[46.40642,14.58921],[46.40240,14.58741],[46.39500,14.58775],[46.38896,14.58466],[46.38375,14.57908],[46.38227,14.58192],[46.37902,14.58037],[46.37647,14.57831],[46.37534,14.57419],[46.37404,14.56552],[46.37197,14.56526],[46.37250,14.56226],[46.37694,14.55591],[46.38103,14.55531],[46.38707,14.55462],[46.39701,14.54870],[46.40104,14.54338],[46.40702,14.53951],[46.41151,14.53909],[46.41406,14.53162],[46.42009,14.52570],[46.42435,14.52063],[46.42625,14.52063],[46.42506,14.50913],[46.42240,14.50424],[46.41944,14.50286],[46.41773,14.49737],[46.41217,14.49248],[46.41459,14.48493],[46.41282,14.47866],[46.41879,14.47626],[46.42163,14.46587],[46.42057,14.45703],[46.42293,14.44072],[46.42779,14.44167],[46.43216,14.43266],[46.43524,14.42965],[46.43944,14.43077],[46.44044,14.43823],[46.44334,14.43291],[46.44606,14.42939],[46.44494,14.42270],[46.44541,14.40914],[46.44388,14.40390],[46.44346,14.39729],[46.43932,14.38468],[46.43843,14.37841],[46.43944,14.36940],[46.43772,14.36571],[46.43636,14.34485],[46.43098,14.33163],[46.43009,14.30734],[46.43778,14.30022],[46.43991,14.29223],[46.44281,14.28193],[46.44039,14.27103],[46.43743,14.26262],[46.43873,14.25910],[46.43690,14.25550],[46.43406,14.24760],[46.43205,14.23679],[46.43394,14.22880],[46.44163,14.22134],[46.44216,14.21645],[46.43879,14.21142],[46.43903,14.20232],[46.44199,14.19193],[46.43867,14.18687],[46.43666,14.17975],[46.43359,14.17786],[46.43217,14.16696],[46.43507,14.15477],[46.43755,14.15091],[46.44240,14.15014],[46.44388,14.14541],[46.44956,14.13563],[46.45328,14.13451],[46.45854,14.13409],[46.46469,14.12816],[46.46830,14.12696],[46.47202,14.12370],[46.47445,14.11932],[46.47681,14.11975],[46.47957,14.10454],[46.47833,14.10222],[46.48034,14.09836],[46.48193,14.09802],[46.48436,14.09433],[46.48548,14.08214],[46.48725,14.06918],[46.48932,14.06317],[46.48991,14.05613],[46.49228,14.05038],[46.49233,14.03941],[46.48867,14.03340],[46.48672,14.03134],[46.48483,14.02662],[46.48199,14.02353],[46.48087,14.01932],[46.48117,14.00473],[46.48607,13.99803],[46.48784,13.98902],[46.49257,13.98816],[46.49694,13.97529],[46.49641,13.97014],[46.49783,13.96653],[46.50297,13.95658],[46.50699,13.95117],[46.51142,13.94027],[46.51372,13.92671],[46.51821,13.92268],[46.52051,13.91177],[46.51833,13.90276],[46.51921,13.89427],[46.52069,13.89221],[46.52051,13.88740],[46.52175,13.88302],[46.51874,13.87933],[46.51813,13.87017],[46.51624,13.86537],[46.51418,13.86228],[46.51370,13.85284],[46.51459,13.84099],[46.51796,13.83232],[46.51648,13.82975],[46.51418,13.83009],[46.51169,13.82245],[46.51016,13.82108],[46.50915,13.81704],[46.50632,13.81464],[46.50585,13.80640],[46.50608,13.80340],[46.50478,13.79516],[46.50886,13.78589],[46.51347,13.77851],[46.51666,13.77756],[46.51398,13.76600],[46.51735,13.75398],[46.51658,13.73827],[46.51900,13.73132],[46.52308,13.72377],[46.52231,13.71441],[46.52095,13.71029],[46.52078,13.70463],[46.52308,13.69819],[46.52066,13.69090],[46.52137,13.67845],[46.52379,13.67004],[46.52698,13.65837],[46.52940,13.65468],[46.53223,13.64575],[46.53205,13.64257],[46.53561,13.63619],[46.54104,13.62495],[46.54157,13.61388],[46.54211,13.60006],[46.54523,13.59508],[46.54364,13.58658],[46.53821,13.58135],[46.53815,13.57174],[46.53980,13.56856],[46.54842,13.56410],[46.54996,13.56178],[46.54978,13.55457],[46.55338,13.54384],[46.54919,13.53586],[46.54603,13.52010],[46.54827,13.51418],[46.55435,13.51023],[46.55506,13.50354],[46.56049,13.50620],[46.56509,13.50371],[46.56344,13.49324],[46.55919,13.47873],[46.55695,13.47521],[46.55754,13.46517],[46.55884,13.45273],[46.55588,13.44869],[46.55647,13.44243],[46.55848,13.43599],[46.55712,13.42741],[46.55860,13.42037],[46.56108,13.40586],[46.57093,13.40775],[46.57205,13.39719],[46.57583,13.38939],[46.57713,13.37728],[46.57854,13.37239],[46.57327,13.36956],[46.56666,13.37222],[46.56660,13.36793],[46.56920,13.36347],[46.56684,13.35548],[46.56554,13.35025],[46.56867,13.34493],[46.56518,13.33909],[46.56288,13.33849],[46.56153,13.33385],[46.55757,13.33068],[46.55025,13.32046],[46.55191,13.31755],[46.55303,13.30750],[46.55675,13.30321],[46.56011,13.29566],[46.55910,13.28969],[46.55627,13.28591],[46.55792,13.28205],[46.55981,13.27415],[46.56028,13.26857],[46.55674,13.26042],[46.56005,13.25226],[46.55763,13.24694],[46.55450,13.24497],[46.55509,13.24188],[46.55090,13.23991],[46.55373,13.23184],[46.55751,13.23149],[46.56370,13.22514],[46.56553,13.22016],[46.56931,13.21682],[46.56872,13.20772],[46.57161,13.20317],[46.57102,13.19382],[46.57409,13.18927],[46.57710,13.17760],[46.58099,13.17614],[46.58441,13.16816],[46.58819,13.16756],[46.58748,13.15846],[46.58896,13.15030],[46.58612,13.14610],[46.58960,13.14043],[46.59102,13.13151],[46.59084,13.12310],[46.59356,13.11786],[46.59344,13.11263],[46.59538,13.10962],[46.59397,13.10576],[46.59710,13.09477],[46.60010,13.09039],[46.60136,13.08426],[46.59912,13.08280],[46.59853,13.07422],[46.59883,13.06306],[46.59653,13.06126],[46.59653,13.05130],[46.59529,13.04761],[46.59523,13.04340],[46.59647,13.04212],[46.59576,13.03053],[46.59706,13.02684],[46.60151,13.02144],[46.59997,13.02032],[46.60074,13.01603],[46.59874,13.00719],[46.60163,13.00041],[46.60068,12.99303],[46.59942,12.99144],[46.59918,12.98586],[46.60042,12.97728],[46.60355,12.96526],[46.60420,12.95573],[46.60143,12.94912],[46.60573,12.93582],[46.60915,12.93110],[46.60880,12.92604],[46.60821,12.91762],[46.60927,12.91119],[46.60744,12.90810],[46.60656,12.90303],[46.60886,12.89874],[46.60626,12.88896],[46.60667,12.88132],[46.60827,12.87677],[46.60732,12.87239],[46.60850,12.86544],[46.60502,12.85943],[46.60408,12.85136],[46.60650,12.84123],[46.60939,12.83257],[46.61534,12.83299],[46.62082,12.83291],[46.62672,12.83540],[46.62961,12.82845],[46.62755,12.81803],[46.63067,12.81588],[46.63037,12.80919],[46.63550,12.79863],[46.64110,12.79339],[46.64393,12.78284],[46.64576,12.77408],[46.64587,12.76318],[46.64693,12.75932],[46.64505,12.75245],[46.64098,12.74567],[46.63745,12.74713],[46.63538,12.73838],[46.63403,12.73263],[46.63480,12.72748],[46.63980,12.72696],[46.64122,12.71958],[46.64847,12.71537],[46.65053,12.70044],[46.65630,12.68911],[46.65560,12.68113],[46.65666,12.67512],[46.65707,12.65941],[46.65253,12.65057],[46.65141,12.63984],[46.65501,12.63160],[46.66048,12.63109],[46.66101,12.61830],[46.65766,12.61255],[46.65542,12.60156],[46.65548,12.57839],[46.65088,12.56955],[46.65253,12.55891],[46.65707,12.55796],[46.65884,12.54740],[46.66679,12.53673],[46.66827,12.52961],[46.67092,12.52686],[46.67728,12.51793],[46.67739,12.50557],[46.68004,12.50283],[46.67675,12.49888],[46.67645,12.48927],[46.67745,12.47862],[46.68505,12.47605],[46.68670,12.46858],[46.68623,12.46232],[46.68805,12.45476],[46.68964,12.45141],[46.68798,12.44154],[46.69558,12.42670],[46.69805,12.42584],[46.69887,12.41528],[46.70517,12.40859],[46.70635,12.40258],[46.71023,12.39811],[46.71671,12.38318],[46.72318,12.37552],[46.72607,12.37698],[46.73071,12.37578],[46.73271,12.37295],[46.73983,12.37097],[46.74189,12.36763],[46.75265,12.36591],[46.76744,12.35811],[46.77361,12.35785],[46.77608,12.35072],[46.77567,12.34223],[46.77867,12.33596],[46.77884,12.33115],[46.78131,12.32446],[46.78407,12.30892],[46.78166,12.30026],[46.78378,12.29905],[46.78219,12.28318],[46.78977,12.28009],[46.79401,12.28103],[46.79583,12.28764],[46.80047,12.28661],[46.80258,12.29167],[46.80549,12.28844],[46.80842,12.28835],[46.81495,12.28183],[46.82287,12.28938],[46.82869,12.29925],[46.83368,12.30517],[46.83826,12.30449],[46.84178,12.30577],[46.84337,12.29487],[46.84859,12.29547],[46.84953,12.29084],[46.85775,12.28826],[46.86490,12.28971],[46.86736,12.28731],[46.86807,12.28061],[46.87329,12.27443],[46.87886,12.27701],[46.88409,12.27263],[46.88626,12.26628],[46.88696,12.25649],[46.88872,12.24405],[46.89036,12.24173],[46.88766,12.23675],[46.88438,12.23744],[46.87951,12.23212],[46.87763,12.22122],[46.87358,12.21856],[46.87367,12.21472],[46.87766,12.21112],[46.88751,12.20107],[46.88693,12.19901],[46.89397,12.19661],[46.89754,12.19798],[46.90270,12.19077],[46.90569,12.18906],[46.90798,12.17738],[46.90634,12.17670],[46.90910,12.16983],[46.90593,12.16099],[46.91430,12.14359],[46.91647,12.14736],[46.91641,12.15071],[46.92931,12.15972],[46.93341,12.16676],[46.93728,12.16736],[46.94917,12.15818],[46.95390,12.14367],[46.95682,12.13535],[46.96467,12.12951],[46.96555,12.13466],[46.97487,12.13586],[46.98183,12.13621],[46.98488,12.12582],[46.98827,12.12874],[46.99302,12.12788],[46.99832,12.12453],[47.00236,12.12470],[47.00582,12.11990],[47.00892,12.12281],[47.01395,12.12599],[47.01916,12.13723],[47.02565,12.14676],[47.01992,12.16367],[47.02390,12.17294],[47.02519,12.17989],[47.02630,12.18161],[47.02700,12.18805],[47.02764,12.20392],[47.03542,12.20925],[47.04244,12.21216],[47.04736,12.21534],[47.05607,12.21431],[47.05957,12.21646],[47.06133,12.22504],[47.06554,12.23268],[47.06793,12.23929],[47.07583,12.22950],[47.08144,12.22607],[47.08354,12.21688],[47.08559,12.21225],[47.08635,12.20221],[47.08962,12.19088],[47.09120,12.18599],[47.09026,12.18041],[47.08711,12.17732],[47.08600,12.16968],[47.08132,12.16247],[47.07863,12.15037],[47.07962,12.14470],[47.07962,12.13595],[47.07659,12.13500],[47.07670,12.12891],[47.07203,12.11895],[47.07752,12.10273],[47.07623,12.09415],[47.07284,12.09209],[47.07016,12.08754],[47.06893,12.08342],[47.05799,12.07664],[47.05747,12.05896],[47.06086,12.05466],[47.06022,12.04737],[47.05992,12.04136],[47.05782,12.03587],[47.04998,12.03149],[47.04671,12.02136],[47.04784,12.00460],[47.04790,11.99963],[47.04860,11.99491],[47.04614,11.98555],[47.04948,11.98049],[47.04632,11.97396],[47.04018,11.96804],[47.03971,11.96229],[47.04275,11.95714],[47.03825,11.95311],[47.03222,11.94701],[47.03573,11.94152],[47.03731,11.93354],[47.03538,11.92873],[47.03205,11.91629],[47.02813,11.91457],[47.02529,11.90609],[47.02219,11.90051],[47.01956,11.89554],[47.01546,11.89236],[47.01605,11.87906],[47.00955,11.87571],[47.01119,11.86876],[47.00850,11.86412],[47.00715,11.86086],[46.99948,11.85253],[47.00048,11.84541],[46.99802,11.84103],[46.99568,11.83975],[46.99222,11.83571],[46.99246,11.82730],[46.98906,11.81580],[46.99099,11.80370],[46.98935,11.79091],[46.99205,11.78284],[46.98859,11.78121],[46.98344,11.77160],[46.97261,11.76516],[46.97050,11.75143],[46.96857,11.74868],[46.96950,11.73838],[46.97237,11.72653],[46.98010,11.72327],[46.98426,11.71709],[46.98731,11.71589],[46.99246,11.71126],[46.99269,11.69830],[46.99486,11.68851],[46.99205,11.67684],[46.99193,11.66276],[46.99849,11.64920],[47.00276,11.63427],[47.01195,11.62646],[47.01119,11.62277],[47.01218,11.61547],[47.01019,11.60817],[47.00639,11.60517],[47.00510,11.59848],[47.00463,11.58955],[47.00065,11.58140],[46.99737,11.58191],[46.99222,11.57024],[46.99240,11.56457],[46.99012,11.56054],[46.98900,11.55178],[46.98619,11.54440],[46.98373,11.54097],[46.98420,11.53702],[46.98707,11.53230],[46.98982,11.53333],[46.99562,11.52509],[46.99620,11.52046],[47.00001,11.51410],[47.00317,11.51376],[47.00738,11.49994],[47.00896,11.50140],[47.00891,11.49574],[47.01037,11.48003],[47.00510,11.47548],[47.00165,11.47050],[46.99808,11.46879],[46.99474,11.47059],[46.99094,11.45909],[46.99205,11.45282],[46.98988,11.45256],[46.98069,11.44407],[46.97583,11.44286],[46.97419,11.43797],[46.97088,11.42910],[46.96848,11.42722],[46.96766,11.42009],[46.96596,11.41829],[46.96596,11.41065],[46.96455,11.40584],[46.96450,11.40035],[46.97041,11.38070],[46.97463,11.37932],[46.97908,11.37477],[46.98277,11.36568],[46.98968,11.35847],[46.98857,11.35143],[46.98962,11.34662],[46.98710,11.34242],[46.98453,11.34104],[46.98470,11.33615],[46.98833,11.33315],[46.98827,11.32748],[46.99196,11.32010],[46.98792,11.31298],[46.98441,11.30886],[46.98283,11.30130],[46.98532,11.29439],[46.98497,11.28864],[46.98192,11.28401],[46.98005,11.27611],[46.97917,11.26967],[46.98011,11.26324],[46.97888,11.26032],[46.97443,11.25663],[46.97355,11.24830],[46.96945,11.24204],[46.96851,11.22762],[46.96840,11.22075],[46.96236,11.20805],[46.96301,11.20504],[46.96763,11.20350],[46.96927,11.19603],[46.96840,11.19183],[46.96992,11.19088],[46.96898,11.18813],[46.96482,11.18290],[46.96184,11.17560],[46.96494,11.16539],[46.95768,11.16436],[46.95516,11.16711],[46.95246,11.16419],[46.94883,11.16367],[46.94549,11.16814],[46.94361,11.16805],[46.93940,11.16513],[46.93359,11.15483],[46.93037,11.14659],[46.92709,11.13938],[46.92720,11.12814],[46.92890,11.12505],[46.93096,11.11587],[46.92732,11.11114],[46.92463,11.11132],[46.91923,11.11235],[46.91566,11.10943],[46.91401,11.09990],[46.91296,11.09707],[46.90915,11.09561],[46.90569,11.09775],[46.90012,11.09999],[46.89701,11.10016],[46.89290,11.09784],[46.89108,11.09896],[46.89038,11.10145],[46.88921,11.10187],[46.88422,11.09733],[46.87694,11.08900],[46.86527,11.08213],[46.85905,11.07913],[46.85699,11.07278],[46.85095,11.07226],[46.84660,11.07544],[46.84232,11.07492],[46.83815,11.07115],[46.83592,11.07638],[46.83222,11.08024],[46.82206,11.08385],[46.82012,11.08248],[46.81936,11.07398],[46.81460,11.06694],[46.81213,11.06179],[46.80831,11.05896],[46.80814,11.04917],[46.80426,11.04213],[46.80121,11.04600],[46.79768,11.04059],[46.78787,11.03595],[46.77682,11.02849],[46.76541,11.02566],[46.76576,11.02008],[46.77076,11.01441],[46.76600,10.99467],[46.76847,10.97665],[46.77147,10.97450],[46.77447,10.94832],[46.77200,10.92798],[46.77435,10.92498],[46.77358,10.91734],[46.76759,10.90549],[46.76859,10.89734],[46.76241,10.88918],[46.76241,10.88129],[46.76541,10.86807],[46.77188,10.86644],[46.77411,10.85039],[46.77746,10.84558],[46.77782,10.84112],[46.78040,10.83975],[46.78123,10.83365],[46.77564,10.83099],[46.77217,10.82610],[46.77470,10.81293],[46.79045,10.79542],[46.79069,10.79224],[46.79580,10.78589],[46.79504,10.78383],[46.79222,10.78263],[46.78992,10.77782],[46.78981,10.77413],[46.78715,10.76786],[46.78697,10.76246],[46.78504,10.75928],[46.78474,10.75370],[46.78739,10.74993],[46.78627,10.74057],[46.78833,10.72915],[46.79150,10.72752],[46.79796,10.72555],[46.79867,10.72735],[46.79855,10.73285],[46.80296,10.74375],[46.81030,10.74718],[46.81598,10.75096],[46.81563,10.75550],[46.82050,10.76203],[46.82432,10.76331],[46.82743,10.75748],[46.83195,10.75602],[46.83307,10.75113],[46.83471,10.73396],[46.83718,10.73173],[46.83730,10.72117],[46.84281,10.71482],[46.84675,10.71611],[46.84640,10.70710],[46.84769,10.70238],[46.85056,10.69929],[46.85256,10.69233],[46.85905,10.69339],[46.86222,10.69562],[46.86668,10.68978],[46.86803,10.68120],[46.87008,10.67768],[46.86949,10.67296],[46.87454,10.66704],[46.86873,10.65648],[46.86685,10.65519],[46.86456,10.64850],[46.86380,10.62506],[46.85917,10.61511],[46.85711,10.60421],[46.85682,10.59562],[46.84966,10.59013],[46.84719,10.58172],[46.84561,10.57451],[46.84156,10.57159],[46.83950,10.56035],[46.83674,10.54473],[46.83827,10.54533],[46.84666,10.55528],[46.84954,10.55151],[46.84748,10.53331],[46.84473,10.52155],[46.84678,10.51366],[46.84701,10.50447],[46.84684,10.49778],[46.84960,10.49005],[46.85388,10.48216],[46.85799,10.47898],[46.85470,10.46928],[46.86286,10.46722],[46.87073,10.46988],[46.88105,10.46851],[46.88475,10.46482],[46.89167,10.47143],[46.89548,10.47460],[46.90141,10.47426],[46.90469,10.47649],[46.91167,10.47864],[46.91542,10.48533],[46.91952,10.48473],[46.92615,10.48705],[46.93160,10.48430],[46.93758,10.48756],[46.93928,10.48018],[46.94109,10.47520],[46.94613,10.46842],[46.94859,10.46053],[46.95234,10.45426],[46.95187,10.44825],[46.95357,10.44190],[46.95352,10.43915],[46.95516,10.43684],[46.95562,10.42928],[46.95756,10.42499],[46.96031,10.42182],[46.96552,10.42293],[46.97121,10.42628],[46.97548,10.42594],[46.97835,10.42182],[46.98304,10.41186],[46.98825,10.40602],[46.99111,10.40113],[46.99720,10.39761],[47.00001,10.38946],[46.99878,10.38328],[46.99012,10.37186],[46.99100,10.36457],[46.99135,10.35504],[46.98989,10.34869],[46.98596,10.34654],[46.98198,10.34474],[46.98122,10.34045],[46.97876,10.34217],[46.97454,10.33830],[46.97261,10.33607],[46.96839,10.33418],[46.96494,10.33135],[46.96060,10.32981],[46.95592,10.33006],[46.95246,10.32749],[46.95076,10.31994],[46.95076,10.31419],[46.94889,10.30938],[46.94396,10.30826],[46.93898,10.30680],[46.93488,10.31255],[46.93084,10.31745],[46.92486,10.31719],[46.92498,10.30921],[46.92404,10.30019],[46.91941,10.29753],[46.92287,10.28955],[46.92873,10.26552],[46.93136,10.24192],[46.91841,10.24260],[46.91466,10.23737],[46.90205,10.23428],[46.89712,10.22990],[46.88903,10.23059],[46.88557,10.23445],[46.87360,10.23342],[46.86586,10.23256],[46.86556,10.22269],[46.86679,10.21866],[46.86533,10.21419],[46.86439,10.20346],[46.86597,10.19926],[46.86568,10.19445],[46.86151,10.18982],[46.85917,10.18389],[46.85517,10.18261],[46.85341,10.17462],[46.85300,10.17179],[46.85030,10.17042],[46.85054,10.16166],[46.84772,10.15875],[46.84784,10.15548],[46.84960,10.15480],[46.85071,10.14682],[46.84819,10.14415],[46.84666,10.13797],[46.84701,10.12956],[46.84743,10.12347],[46.84619,10.12081],[46.84326,10.11806],[46.84067,10.10785],[46.84073,10.10407],[46.84905,10.09619],[46.85104,10.09121],[46.85791,10.09164],[46.86032,10.08735],[46.85955,10.08211],[46.86131,10.07490],[46.86014,10.05945],[46.86208,10.05302],[46.86507,10.04958],[46.87569,10.05224],[46.88033,10.04220],[46.88566,10.03825],[46.88684,10.03370],[46.89106,10.02778],[46.89546,10.02624],[46.89845,10.01920],[46.90132,10.01757],[46.89968,10.01568],[46.89951,10.00804],[46.89886,10.00263],[46.90156,9.99620],[46.90174,9.98916],[46.90690,9.98092],[46.91282,9.98023],[46.91522,9.97748],[46.91505,9.97414],[46.91293,9.97233],[46.91170,9.96478],[46.91551,9.95877],[46.91340,9.94942],[46.91194,9.94547],[46.91258,9.94075],[46.91340,9.93491],[46.91968,9.91895],[46.92360,9.91423],[46.92507,9.91251],[46.92454,9.90693],[46.92689,9.89929],[46.92964,9.89749],[46.93152,9.89114],[46.93269,9.88401],[46.93451,9.88153],[46.93433,9.87595],[46.93879,9.87715],[46.93966,9.87964],[46.94084,9.87646],[46.95062,9.87432],[46.95326,9.87715],[46.95648,9.87741],[46.96070,9.87251],[46.96363,9.87105],[46.96841,9.87495],[46.97210,9.87435],[46.97496,9.87598],[46.98070,9.88388],[46.98299,9.88285],[46.98662,9.88534],[46.98908,9.89066],[46.99446,9.88920],[47.00014,9.88851],[47.00359,9.87813],[47.00752,9.87126],[47.00980,9.86971],[47.01313,9.87074],[47.01665,9.87718],[47.01688,9.87950],[47.02063,9.87667],[47.02092,9.86740],[47.02226,9.85976],[47.01852,9.85736],[47.01577,9.85023],[47.01442,9.84070],[47.01150,9.84027],[47.01267,9.83530],[47.01436,9.82912],[47.02010,9.82088],[47.02215,9.81573],[47.02127,9.81212],[47.02244,9.80886],[47.02905,9.79899],[47.03145,9.79015],[47.03490,9.78981],[47.03554,9.78654],[47.03800,9.78337],[47.03788,9.77748],[47.03834,9.76727],[47.03653,9.76049],[47.03688,9.74530],[47.04092,9.74418],[47.04191,9.73980],[47.04156,9.73706],[47.04343,9.72745],[47.04279,9.71715],[47.04466,9.71491],[47.04653,9.70848],[47.04992,9.70470],[47.05197,9.70796],[47.05308,9.70745],[47.05185,9.70281],[47.05232,9.69826],[47.05308,9.69406],[47.05542,9.68702],[47.05852,9.68195],[47.06168,9.68135],[47.06127,9.67878],[47.05992,9.67681],[47.05881,9.66891],[47.05951,9.66487],[47.05788,9.65964],[47.05758,9.65354],[47.05910,9.64556],[47.05542,9.64170],[47.05267,9.64161],[47.05068,9.63286],[47.05139,9.62290],[47.05343,9.61638],[47.06109,9.60565],[47.06378,9.61063],[47.06729,9.61140],[47.07068,9.61286],[47.07582,9.60969],[47.08003,9.61140],[47.07875,9.61861],[47.08296,9.62308],[47.08383,9.63286],[47.08658,9.63243],[47.09079,9.63466],[47.09131,9.63492],[47.09575,9.63531],[47.10090,9.63423],[47.10554,9.62797],[47.10718,9.62801],[47.10773,9.62269],[47.10989,9.62059],[47.11118,9.62071],[47.11319,9.62346],[47.11512,9.62434],[47.11839,9.62446],[47.11962,9.62524],[47.12128,9.62768],[47.12233,9.62910],[47.12476,9.63245],[47.12797,9.63429],[47.12820,9.63257],[47.13051,9.62897],[47.13103,9.62627],[47.13252,9.62438],[47.13489,9.62403],[47.13754,9.62459],[47.13953,9.62361],[47.14110,9.62236],[47.14268,9.62361],[47.14551,9.62532],[47.14642,9.62378],[47.14729,9.62288],[47.14858,9.62288],[47.14960,9.62176],[47.15141,9.62094],[47.15047,9.61966],[47.14782,9.61524],[47.14735,9.61232],[47.14796,9.61047],[47.15223,9.60438],[47.15546,9.60223],[47.15579,9.60107],[47.15681,9.59996],[47.15842,9.60069],[47.16279,9.59622],[47.16448,9.59133],[47.17087,9.57906],[47.16950,9.57537],[47.16924,9.56970],[47.16959,9.56614],[47.17041,9.56404],[47.17335,9.56717],[47.17522,9.57163],[47.17712,9.57434],[47.17893,9.57314],[47.18543,9.57339],[47.19086,9.57232],[47.19304,9.57661],[47.19412,9.57730],[47.19619,9.57983],[47.19981,9.58073],[47.20269,9.58258],[47.20506,9.58455],[47.20908,9.57790],[47.21264,9.57648],[47.21678,9.57150],[47.21928,9.56906],[47.22054,9.56412],[47.22258,9.56215],[47.22342,9.56022],[47.22374,9.55842],[47.22316,9.55751],[47.22249,9.55550],[47.22365,9.55481],[47.22348,9.55219],[47.22403,9.55146],[47.22657,9.55400],[47.22779,9.55417],[47.23071,9.55691],[47.23324,9.55850],[47.23816,9.56476],[47.24089,9.56729],[47.24244,9.56673],[47.24538,9.56390],[47.24786,9.56175],[47.25036,9.55905],[47.25094,9.55721],[47.25256,9.55571],[47.25326,9.55348],[47.25524,9.55147],[47.25611,9.54928],[47.25701,9.54838],[47.25806,9.54400],[47.25934,9.54267],[47.26118,9.53936],[47.26240,9.53958],[47.26529,9.53941],[47.26593,9.53803],[47.26566,9.53670],[47.27050,9.53074],[47.27289,9.53220],[47.27484,9.53717],[47.27938,9.54625],[47.28835,9.55191],[47.29749,9.55483],[47.30488,9.56693],[47.30790,9.57457],[47.31111,9.58170],[47.31634,9.58788],[47.34549,9.59955],[47.34979,9.60333],[47.36566,9.62401],[47.36549,9.62813],[47.36712,9.63405],[47.36723,9.64358],[47.36834,9.65654],[47.37130,9.66435],[47.37839,9.67131],[47.38432,9.67362],[47.38978,9.67414],[47.39292,9.67229],[47.39539,9.66388],[47.39783,9.65950],[47.40408,9.65487],[47.40451,9.65152],[47.40918,9.65184],[47.42297,9.64986],[47.43342,9.64463],[47.43606,9.64377],[47.44028,9.64718],[47.44809,9.65838],[47.45114,9.66035],[47.45323,9.65739],[47.45323,9.65344],[47.45488,9.64993],[47.45622,9.64151],[47.45659,9.62697],[47.45717,9.62310],[47.45828,9.62057],[47.46161,9.61748],[47.46791,9.61285],[47.47032,9.61079],[47.47049,9.60941],[47.47029,9.60688],[47.46956,9.60594],[47.46701,9.60598],[47.46396,9.60534],[47.46269,9.60426],[47.46173,9.60160],[47.46176,9.59920],[47.46263,9.59555],[47.46460,9.59375],[47.47580,9.58684],[47.48158,9.58314],[47.48422,9.58078],[47.48622,9.57721],[47.49349,9.56344],[47.49863,9.56099],[47.50489,9.56185],[47.52916,9.51732]], // Australia - AU_NSW: [[-28.16438,153.55212], [-28.16895,153.54139], [-28.17206,153.53945], [-28.17591,153.53566], [-28.17761,153.53461], [-28.17691,153.53406], [-28.17574,153.53119], [-28.17519,153.53120], [-28.15696,153.48595], [-28.15772,153.48470], [-28.15836,153.48183], [-28.15764,153.48127], [-28.15734,153.47998], [-28.15749,153.47865], [-28.15692,153.47685], [-28.15817,153.47470], [-28.15991,153.47423], [-28.16014,153.47354], [-28.16078,153.47363], [-28.16176,153.47243], [-28.16165,153.47058], [-28.16256,153.46835], [-28.16570,153.46565], [-28.16793,153.46466], [-28.17221,153.46067], [-28.17531,153.45852], [-28.17833,153.45908], [-28.17932,153.45762], [-28.18053,153.45706], [-28.18129,153.45475], [-28.18094,153.45329], [-28.18185,153.45020], [-28.18348,153.44831], [-28.18424,153.44595], [-28.18424,153.44320], [-28.18609,153.43878], [-28.18696,153.43556], [-28.19040,153.43226], [-28.19123,153.43080], [-28.19415,153.42861], [-28.19520,153.42634], [-28.19668,153.42488], [-28.19751,153.42471], [-28.19937,153.42179], [-28.19940,153.41947], [-28.20031,153.41827], [-28.20160,153.41861], [-28.20311,153.41793], [-28.20474,153.41702], [-28.20648,153.41608], [-28.20814,153.41406], [-28.20829,153.41320], [-28.20897,153.41230], [-28.20901,153.41076], [-28.20973,153.40964], [-28.20969,153.40836], [-28.21056,153.40608], [-28.21222,153.40475], [-28.21389,153.40265], [-28.21525,153.40196], [-28.21873,153.39784], [-28.22406,153.39355], [-28.22988,153.38952], [-28.23181,153.38926], [-28.23276,153.39012], [-28.23446,153.38930], [-28.23593,153.38806], [-28.23703,153.38505], [-28.23722,153.38261], [-28.23911,153.38037], [-28.24017,153.37831], [-28.24089,153.37621], [-28.24312,153.37149], [-28.24508,153.36939], [-28.24743,153.36325], [-28.24882,153.35832], [-28.24947,153.35681], [-28.24841,153.35381], [-28.24864,153.35265], [-28.24864,153.34789], [-28.24799,153.34604], [-28.24981,153.34231], [-28.24962,153.34081], [-28.25019,153.33948], [-28.24894,153.33780], [-28.24826,153.33518], [-28.24758,153.33454], [-28.24648,153.33437], [-28.24576,153.33184], [-28.23801,153.33128], [-28.23680,153.33021], [-28.23620,153.32411], [-28.23771,153.32184], [-28.23771,153.32034], [-28.23877,153.31656], [-28.23707,153.31437], [-28.23763,153.31059], [-28.23839,153.30836], [-28.23949,153.30523], [-28.23918,153.30308], [-28.23786,153.30055], [-28.23510,153.29845], [-28.23419,153.29695], [-28.23370,153.29497], [-28.23366,153.29300], [-28.23419,153.29008], [-28.23468,153.28785], [-28.23468,153.28562], [-28.23359,153.28218], [-28.23351,153.27905], [-28.23431,153.27708], [-28.23741,153.27467], [-28.23816,153.27257], [-28.23911,153.26815], [-28.24085,153.26566], [-28.24319,153.26377], [-28.24656,153.26223], [-28.24651,153.26141], [-28.24568,153.25879], [-28.24553,153.25570], [-28.24636,153.25205], [-28.24666,153.24943], [-28.24560,153.24682], [-28.24564,153.24570], [-28.24640,153.24488], [-28.25184,153.23892], [-28.25604,153.23622], [-28.25929,153.23583], [-28.26318,153.23476], [-28.26424,153.23377], [-28.26488,153.23231], [-28.26492,153.23029], [-28.26265,153.21849], [-28.26174,153.21656], [-28.25672,153.21089], [-28.25316,153.20789], [-28.25309,153.20476], [-28.25358,153.20339], [-28.25577,153.20236], [-28.25588,153.19995], [-28.25456,153.19570], [-28.24927,153.19081], [-28.24670,153.18613], [-28.24587,153.18433], [-28.24666,153.18103], [-28.24742,153.17759], [-28.24870,153.17588], [-28.25203,153.17420], [-28.25365,153.17489], [-28.25660,153.17304], [-28.26080,153.17077], [-28.26397,153.17189], [-28.26681,153.17416], [-28.27202,153.17455], [-28.27486,153.17412], [-28.27596,153.16802], [-28.27815,153.16395], [-28.27932,153.16090], [-28.28113,153.16081], [-28.28321,153.16287], [-28.28503,153.16566], [-28.28812,153.16476], [-28.29050,153.16562], [-28.29357,153.16888], [-28.29621,153.16596], [-28.29723,153.16283], [-28.29614,153.16146], [-28.29466,153.15609], [-28.29580,153.15390], [-28.29957,153.15356], [-28.30282,153.14884], [-28.30399,153.14408], [-28.30505,153.14197], [-28.30679,153.14227], [-28.31174,153.14311], [-28.31151,153.14140], [-28.31060,153.13998], [-28.31144,153.13650], [-28.31193,153.13449], [-28.31657,153.13333], [-28.31733,153.12535], [-28.31975,153.12324], [-28.32379,153.12346], [-28.32632,153.12616], [-28.32995,153.12929], [-28.33255,153.12741], [-28.33931,153.12389], [-28.34124,153.12037], [-28.34177,153.11822], [-28.34256,153.11655], [-28.34441,153.11603], [-28.34585,153.11539], [-28.34911,153.11374], [-28.35349,153.11271], [-28.35723,153.10928], [-28.35689,153.10567], [-28.35757,153.10147], [-28.35493,153.09473], [-28.35330,153.08924], [-28.35444,153.08559], [-28.35364,153.08370], [-28.35398,153.08052], [-28.35206,153.07735], [-28.35206,153.07507], [-28.34752,153.07057], [-28.34605,153.06696], [-28.34341,153.06580], [-28.34322,153.06070], [-28.34224,153.05748], [-28.34311,153.05379], [-28.34103,153.05220], [-28.34137,153.04890], [-28.33835,153.04585], [-28.34277,153.03907], [-28.33929,153.02885], [-28.33816,153.02070], [-28.34156,153.00873], [-28.33959,153.00238], [-28.33948,152.99667], [-28.33612,152.98899], [-28.33789,152.98560], [-28.33733,152.98354], [-28.33313,152.97808], [-28.33170,152.97302], [-28.33219,152.96555], [-28.33155,152.96384], [-28.33340,152.95856], [-28.33321,152.95435], [-28.33378,152.94946], [-28.33536,152.94538], [-28.33408,152.94088], [-28.33585,152.93611], [-28.33808,152.93384], [-28.33120,152.92385], [-28.32980,152.91471], [-28.32652,152.91012], [-28.32504,152.89999], [-28.31745,152.89364], [-28.31412,152.88819], [-28.31171,152.88274], [-28.30924,152.88117], [-28.30958,152.87911], [-28.31101,152.87718], [-28.31241,152.86988], [-28.31245,152.86353], [-28.31094,152.85950], [-28.31135,152.85722], [-28.31173,152.85585], [-28.31082,152.85113], [-28.31113,152.84928], [-28.31233,152.84761], [-28.31642,152.84585], [-28.31861,152.84323], [-28.32087,152.84139], [-28.32174,152.83855], [-28.32076,152.83654], [-28.31963,152.83542], [-28.31915,152.83168], [-28.32142,152.82885], [-28.32512,152.82731], [-28.32784,152.82310], [-28.33423,152.82284], [-28.33574,152.81615], [-28.33936,152.81211], [-28.34397,152.80679], [-28.34994,152.80782], [-28.35364,152.80336], [-28.35326,152.79323], [-28.35085,152.78860], [-28.34631,152.78302], [-28.34624,152.77615], [-28.34790,152.76963], [-28.35221,152.75856], [-28.35545,152.75804], [-28.35863,152.76156], [-28.36180,152.75813], [-28.36323,152.75117], [-28.36097,152.74834], [-28.35855,152.74045], [-28.35394,152.73667], [-28.35130,152.73066], [-28.34344,152.72276], [-28.34450,152.71967], [-28.34035,152.71264], [-28.34314,152.70834], [-28.33816,152.70508], [-28.33468,152.69865], [-28.33604,152.69367], [-28.33408,152.68886], [-28.32909,152.68800], [-28.32909,152.68011], [-28.32509,152.67410], [-28.31670,152.67436], [-28.31020,152.66603], [-28.30922,152.65633], [-28.31277,152.64904], [-28.31096,152.64569], [-28.31194,152.64234], [-28.31035,152.64045], [-28.30589,152.63487], [-28.30204,152.62749], [-28.29305,152.62380], [-28.28753,152.62423], [-28.28315,152.62174], [-28.28239,152.61779], [-28.27816,152.61874], [-28.26799,152.61474], [-28.27358,152.61088], [-28.28076,152.60170], [-28.28681,152.59783], [-28.29867,152.59732], [-28.30623,152.60075], [-28.31409,152.59595], [-28.31643,152.59680], [-28.32013,152.59303], [-28.32406,152.59165], [-28.32588,152.58762], [-28.32973,152.58384], [-28.33275,152.58170], [-28.33834,152.57938], [-28.33298,152.57552], [-28.32648,152.57320], [-28.32399,152.57191], [-28.32232,152.56642], [-28.32270,152.55835], [-28.32172,152.55586], [-28.31568,152.55715], [-28.31651,152.55363], [-28.32013,152.55148], [-28.32013,152.54822], [-28.31840,152.54445], [-28.31560,152.54367], [-28.31197,152.54058], [-28.30940,152.53698], [-28.30903,152.53295], [-28.30495,152.52608], [-28.30245,152.52608], [-28.29920,152.52994], [-28.29482,152.52951], [-28.28530,152.53003], [-28.28023,152.53380], [-28.27267,152.53363], [-28.26625,152.53758], [-28.26436,152.53466], [-28.26254,152.53492], [-28.25990,152.52204], [-28.25551,152.51750], [-28.25219,152.51724], [-28.24992,152.51355], [-28.24825,152.50831], [-28.25234,152.50093], [-28.25324,152.49252], [-28.25271,152.48668], [-28.25627,152.48471], [-28.25718,152.47870], [-28.25581,152.47261], [-28.25884,152.46342], [-28.26050,152.46050], [-28.26693,152.45844], [-28.26980,152.45947], [-28.27192,152.45690], [-28.27630,152.45484], [-28.28091,152.44703], [-28.28681,152.44368], [-28.29066,152.44145], [-28.29739,152.44377], [-28.29746,152.43896], [-28.29845,152.43415], [-28.29709,152.42815], [-28.29860,152.42437], [-28.29595,152.41733], [-28.29845,152.41347], [-28.30381,152.41201], [-28.30691,152.41261], [-28.31107,152.40969], [-28.31515,152.40909], [-28.32180,152.41098], [-28.32708,152.41450], [-28.33200,152.41622], [-28.33691,152.41381], [-28.34212,152.40755], [-28.34824,152.39888], [-28.35639,152.39459], [-28.36168,152.39167], [-28.36780,152.38592], [-28.36433,152.37622], [-28.36614,152.37279], [-28.36455,152.36369], [-28.36055,152.35631], [-28.36161,152.35244], [-28.36720,152.34223], [-28.36636,152.33614], [-28.36735,152.33039], [-28.36591,152.32446], [-28.36636,152.31880], [-28.36395,152.31785], [-28.36251,152.31176], [-28.36334,152.30841], [-28.37271,152.29957], [-28.37830,152.29459], [-28.38200,152.28970], [-28.39242,152.28833], [-28.39340,152.28481], [-28.39234,152.27949], [-28.38864,152.26764], [-28.39453,152.26241], [-28.39989,152.25983], [-28.40797,152.25099], [-28.40971,152.25039], [-28.41265,152.24636], [-28.41680,152.23923], [-28.42292,152.23692], [-28.42473,152.23434], [-28.42722,152.23322], [-28.42911,152.22945], [-28.43469,152.22816], [-28.43810,152.22344], [-28.44822,152.21889], [-28.44520,152.21374], [-28.44482,152.20859], [-28.43750,152.20576], [-28.43576,152.19537], [-28.43252,152.19005], [-28.43818,152.18490], [-28.43380,152.17383], [-28.43433,152.16756], [-28.43154,152.16542], [-28.43440,152.15572], [-28.43788,152.15314], [-28.43871,152.14568], [-28.44203,152.14276], [-28.44263,152.14087], [-28.45206,152.13349], [-28.45350,152.12697], [-28.46180,152.11993], [-28.46195,152.11692], [-28.46331,152.11109], [-28.46157,152.10491], [-28.46338,152.10087], [-28.46512,152.09804], [-28.46625,152.09401], [-28.46761,152.09384], [-28.46859,152.08525], [-28.46693,152.08474], [-28.46950,152.08062], [-28.46897,152.07641], [-28.46731,152.07512], [-28.46821,152.07229], [-28.46753,152.07006], [-28.46934,152.06817], [-28.48557,152.06603], [-28.48941,152.06002], [-28.48979,152.05504], [-28.49500,152.04431], [-28.50646,152.03590], [-28.51227,152.02672], [-28.51249,152.02406], [-28.51800,152.01796], [-28.52064,152.01899], [-28.52486,152.01616], [-28.52758,152.00019], [-28.52584,151.99934], [-28.52554,151.99367], [-28.52388,151.99221], [-28.52418,151.98844], [-28.51966,151.98792], [-28.51604,151.98509], [-28.51046,151.98672], [-28.50269,151.98363], [-28.50239,151.97814], [-28.50405,151.97676], [-28.50540,151.97230], [-28.50759,151.97204], [-28.50872,151.96981], [-28.51544,151.96166], [-28.51589,151.95745], [-28.51898,151.95488], [-28.52531,151.95625], [-28.52720,151.95788], [-28.53519,151.95342], [-28.54130,151.95359], [-28.54430,151.95639], [-28.55026,151.95398], [-28.55373,151.95441], [-28.55720,151.95793], [-28.56519,151.95673], [-28.56752,151.96068], [-28.56782,151.96403], [-28.57182,151.96609], [-28.57401,151.97682], [-28.58056,151.98377], [-28.59157,151.98737], [-28.59556,151.99063], [-28.60204,151.98806], [-28.60845,151.98986], [-28.61184,151.99235], [-28.61817,151.99209], [-28.62352,151.99038], [-28.62623,151.99106], [-28.63015,151.99484], [-28.63542,151.99750], [-28.63678,151.99887], [-28.64069,152.00085], [-28.65184,152.00119], [-28.65274,152.00531], [-28.66525,152.01003], [-28.66615,152.01286], [-28.66457,152.02085], [-28.66630,152.02634], [-28.66660,152.03458], [-28.66487,152.03896], [-28.66954,152.04496], [-28.67315,152.04393], [-28.67722,152.04660], [-28.67827,152.04908], [-28.68227,152.05140], [-28.68106,152.05904], [-28.68061,152.06224], [-28.68249,152.06508], [-28.68686,152.06542], [-28.69205,152.06344], [-28.69928,152.06568], [-28.70357,152.07014], [-28.70809,152.07409], [-28.71419,152.07074], [-28.71614,152.06533], [-28.72134,152.05581], [-28.72585,152.05126], [-28.73075,152.04207], [-28.73415,152.04173], [-28.73475,152.04482], [-28.74107,152.04748], [-28.74604,152.04104], [-28.75243,152.04104], [-28.75581,152.03564], [-28.75942,152.03589], [-28.76574,152.03778], [-28.77771,152.03589], [-28.77869,152.04079], [-28.78335,152.03924], [-28.79095,152.03323], [-28.79787,152.03718], [-28.80810,152.03435], [-28.81705,152.03486], [-28.81991,152.03598], [-28.82803,152.03297], [-28.83149,152.02602], [-28.83096,152.02207], [-28.83811,152.01924], [-28.83773,152.01632], [-28.84698,152.01667], [-28.85186,152.01375], [-28.85352,152.01830], [-28.85961,152.02679], [-28.85585,152.02988], [-28.85292,152.03624], [-28.85464,152.03812], [-28.85863,152.03503], [-28.86472,152.03632], [-28.86652,152.03177], [-28.87103,152.02971], [-28.87389,152.03014], [-28.87704,152.02748], [-28.88696,152.02345], [-28.89035,152.02336], [-28.89223,152.01564], [-28.89669,152.01594], [-28.90120,152.01156], [-28.90608,152.00890], [-28.90947,152.00169], [-28.89917,152.00135], [-28.89564,152.00066], [-28.89429,151.99775], [-28.89812,151.99534], [-28.90766,151.98144], [-28.90759,151.97646], [-28.90924,151.97311], [-28.91179,151.97011], [-28.91548,151.96839], [-28.91826,151.96084], [-28.91615,151.95775], [-28.91863,151.95114], [-28.91961,151.94299], [-28.92111,151.94127], [-28.92476,151.92675], [-28.92777,151.92323], [-28.92852,151.91636], [-28.92446,151.91774], [-28.91935,151.91310], [-28.91672,151.90752], [-28.91454,151.90014], [-28.91327,151.89551], [-28.91507,151.89242], [-28.91131,151.88126], [-28.91424,151.87645], [-28.91379,151.86950], [-28.90868,151.86529], [-28.90665,151.85877], [-28.90696,151.85233], [-28.90838,151.84487], [-28.91327,151.83886], [-28.92191,151.83594], [-28.93310,151.83431], [-28.93791,151.83637], [-28.94024,151.83886], [-28.94286,151.83860], [-28.94632,151.83594], [-28.95007,151.83465], [-28.95383,151.83517], [-28.95954,151.83139], [-28.96235,151.82654], [-28.96018,151.81719], [-28.95650,151.81427], [-28.95387,151.81710], [-28.95086,151.81641], [-28.94914,151.81135], [-28.94651,151.81084], [-28.94418,151.80835], [-28.94711,151.79854], [-28.94966,151.79296], [-28.95319,151.78918], [-28.95342,151.78583], [-28.95717,151.77837], [-28.95995,151.77682], [-28.95612,151.77176], [-28.95011,151.77210], [-28.94748,151.77416], [-28.93772,151.77296], [-28.93314,151.76231], [-28.92908,151.75922], [-28.92510,151.76060], [-28.92465,151.75579], [-28.92232,151.75622], [-28.92172,151.74987], [-28.91946,151.74618], [-28.91488,151.74781], [-28.90774,151.74386], [-28.90504,151.74343], [-28.90106,151.74086], [-28.89677,151.74189], [-28.89399,151.73691], [-28.89069,151.73691], [-28.88280,151.73236], [-28.87783,151.73451], [-28.87122,151.73425], [-28.86634,151.72747], [-28.86806,151.72163], [-28.87024,151.72155], [-28.87438,151.71468], [-28.87024,151.71142], [-28.87137,151.70498], [-28.87348,151.70567], [-28.87671,151.70240], [-28.88204,151.70137], [-28.88467,151.69520], [-28.88806,151.69425], [-28.88640,151.68936], [-28.88903,151.68550], [-28.90076,151.67631], [-28.90609,151.67460], [-28.90474,151.66507], [-28.91218,151.65649], [-28.91473,151.65219], [-28.91668,151.65039], [-28.91571,151.64584], [-28.92082,151.63709], [-28.92307,151.63511], [-28.92615,151.63529], [-28.92855,151.63383], [-28.92592,151.63108], [-28.92517,151.62833], [-28.92315,151.62782], [-28.92390,151.62207], [-28.92585,151.61683], [-28.92262,151.61048], [-28.92450,151.60670], [-28.92487,151.60464], [-28.92690,151.60250], [-28.93073,151.58868], [-28.94050,151.58121], [-28.94410,151.57744], [-28.94320,151.57555], [-28.94440,151.57168], [-28.94185,151.56636], [-28.95229,151.54877], [-28.95251,151.54508], [-28.95462,151.54422], [-28.95837,151.54439], [-28.96273,151.54336], [-28.97196,151.53864], [-28.97429,151.53667], [-28.97962,151.53581], [-28.98293,151.53358], [-28.98871,151.52302], [-28.99411,151.52173], [-28.99574,151.52120], [-28.99597,151.51768], [-28.99882,151.51408], [-29.00625,151.50901], [-29.01083,151.50352], [-29.01654,151.50172], [-29.01736,151.49948], [-29.02097,151.49717], [-29.02614,151.49708], [-29.03042,151.49459], [-29.03598,151.49451], [-29.04220,151.49682], [-29.04573,151.49399], [-29.05593,151.49082], [-29.05826,151.49133], [-29.06389,151.49665], [-29.06599,151.50086], [-29.06869,151.50206], [-29.07154,151.50034], [-29.07334,151.49494], [-29.07837,151.49090], [-29.08384,151.48858], [-29.08812,151.48575], [-29.09052,151.47974], [-29.09419,151.46824], [-29.09922,151.46155], [-29.10417,151.46078], [-29.11392,151.45777], [-29.12321,151.45399], [-29.13139,151.44524], [-29.13896,151.43262], [-29.14473,151.42910], [-29.14818,151.42558], [-29.14855,151.41863], [-29.14990,151.41288], [-29.15755,151.40619], [-29.16834,151.40087], [-29.17216,151.39992], [-29.17688,151.39400], [-29.17599,151.38473], [-29.17599,151.37589], [-29.17194,151.36044], [-29.17554,151.35160], [-29.17688,151.34061], [-29.17584,151.33684], [-29.16677,151.32147], [-29.16497,151.31761], [-29.16429,151.31461], [-29.16182,151.31263], [-29.15410,151.31100], [-29.14578,151.31014], [-29.13716,151.31752], [-29.13393,151.31624], [-29.12171,151.30491], [-29.11617,151.30422], [-29.11197,151.29735], [-29.11129,151.29074], [-29.10642,151.28637], [-29.10394,151.28242], [-29.09449,151.27881], [-29.09007,151.28019], [-29.07882,151.27572], [-29.07364,151.27864], [-29.06486,151.28534], [-29.05856,151.28499], [-29.05046,151.29014], [-29.04498,151.28645], [-29.04123,151.28723], [-29.03725,151.28585], [-29.03492,151.27950], [-29.03432,151.27615], [-29.03020,151.27178], [-29.02464,151.27538], [-29.01894,151.28405], [-29.00303,151.28508], [-28.99604,151.27864], [-28.98576,151.27778], [-28.98276,151.28311], [-28.98028,151.28353], [-28.97337,151.27444], [-28.97239,151.27246], [-28.96443,151.27847], [-28.95813,151.28250], [-28.95129,151.28268], [-28.94716,151.28199], [-28.94130,151.27727], [-28.93732,151.27409], [-28.93574,151.26774], [-28.93289,151.26560], [-28.93139,151.25830], [-28.92320,151.24431], [-28.90577,151.23865], [-28.90366,151.23358], [-28.90757,151.22955], [-28.90622,151.22414], [-28.90216,151.21418], [-28.90088,151.20852], [-28.89036,151.20646], [-28.88285,151.19908], [-28.87781,151.18552], [-28.87909,151.17393], [-28.86992,151.16483], [-28.86616,151.16337], [-28.86413,151.15882], [-28.86459,151.15247], [-28.85932,151.14363], [-28.86105,151.13848], [-28.85895,151.13144], [-28.85045,151.12569], [-28.84970,151.11496], [-28.84684,151.11385], [-28.84196,151.10861], [-28.84391,151.10535], [-28.84083,151.10415], [-28.83624,151.10458], [-28.83549,151.10157], [-28.83722,151.09728], [-28.83354,151.08801], [-28.83406,151.08072], [-28.83790,151.07771], [-28.84060,151.07059], [-28.84421,151.06733], [-28.84572,151.05866], [-28.84887,151.05420], [-28.84805,151.05342], [-28.84504,151.05385], [-28.84271,151.05050], [-28.84414,151.04570], [-28.83985,151.04467], [-28.83782,151.04029], [-28.83481,151.04364], [-28.83143,151.04278], [-28.82699,151.03729], [-28.81865,151.03866], [-28.81504,151.04347], [-28.79714,151.04244], [-28.79300,151.03257], [-28.79308,151.02604], [-28.78164,151.02734], [-28.77201,151.02082], [-28.77216,151.02914], [-28.76750,151.03060], [-28.75636,151.02760], [-28.75125,151.02391], [-28.74410,151.01301], [-28.74003,151.01224], [-28.73710,150.99525], [-28.73424,150.98237], [-28.73213,150.98057], [-28.73093,150.97096], [-28.73198,150.96632], [-28.73642,150.96323], [-28.73454,150.95980], [-28.73499,150.95551], [-28.73574,150.95345], [-28.73288,150.94727], [-28.72874,150.94761], [-28.72807,150.94418], [-28.72987,150.93903], [-28.72506,150.93885], [-28.72220,150.93267], [-28.70656,150.93251], [-28.69858,150.92427], [-28.69918,150.91792], [-28.69376,150.91191], [-28.68788,150.90882], [-28.68608,150.90179], [-28.68788,150.89166], [-28.69526,150.88874], [-28.69496,150.88359], [-28.68969,150.88548], [-28.68788,150.88050], [-28.69270,150.87518], [-28.68638,150.87209], [-28.68457,150.86814], [-28.68608,150.86385], [-28.67945,150.85252], [-28.67493,150.85183], [-28.67237,150.84874], [-28.67102,150.83759], [-28.66665,150.82917], [-28.66529,150.81887], [-28.66288,150.81836], [-28.65656,150.82025], [-28.65204,150.80033], [-28.65415,150.79484], [-28.65023,150.79141], [-28.64225,150.77888], [-28.64330,150.77201], [-28.63712,150.76841], [-28.63758,150.75776], [-28.63215,150.75399], [-28.63351,150.74523], [-28.63366,150.72944], [-28.63501,150.72377], [-28.63818,150.72412], [-28.64556,150.70729], [-28.65113,150.70788], [-28.65370,150.70170], [-28.65234,150.69277], [-28.66002,150.68110], [-28.65550,150.67646], [-28.65129,150.67629], [-28.64918,150.67354], [-28.65716,150.66050], [-28.66499,150.64059], [-28.66906,150.63595], [-28.67493,150.63200], [-28.67192,150.62771], [-28.66861,150.62771], [-28.66831,150.61913], [-28.67192,150.61690], [-28.67042,150.60059], [-28.66469,150.60093], [-28.65490,150.58050], [-28.66063,150.56387], [-28.65521,150.55804], [-28.65220,150.55392], [-28.65446,150.54739], [-28.65958,150.54860], [-28.66425,150.55169], [-28.66907,150.54997], [-28.67027,150.54345], [-28.67133,150.53366], [-28.66726,150.52662], [-28.66259,150.53383], [-28.66289,150.53778], [-28.66078,150.54087], [-28.65626,150.53864], [-28.65310,150.52302], [-28.65943,150.51718], [-28.66003,150.50740], [-28.65773,150.49145], [-28.65637,150.48596], [-28.66240,150.48047], [-28.65908,150.47240], [-28.66270,150.46605], [-28.66676,150.46141], [-28.66240,150.45781], [-28.66405,150.45025], [-28.66119,150.43996], [-28.65155,150.43172], [-28.64899,150.42571], [-28.64809,150.41798], [-28.63408,150.41781], [-28.63136,150.40768], [-28.62534,150.40150], [-28.63257,150.39137], [-28.63076,150.38743], [-28.62428,150.38914], [-28.62428,150.38056], [-28.61750,150.37060], [-28.61057,150.37146], [-28.60695,150.36769], [-28.59640,150.37146], [-28.59399,150.36597], [-28.58819,150.36482], [-28.58759,150.35624], [-28.58111,150.35092], [-28.57372,150.35143], [-28.57041,150.33220], [-28.56242,150.32397], [-28.55518,150.32002], [-28.55427,150.31212], [-28.55035,150.30955], [-28.54870,150.30405], [-28.54734,150.30045], [-28.54100,150.29650], [-28.53708,150.29118], [-28.53784,150.28500], [-28.54251,150.28311], [-28.54025,150.27573], [-28.53799,150.27161], [-28.54477,150.25976], [-28.54447,150.25324], [-28.55292,150.24517], [-28.55081,150.24054], [-28.55473,150.22869], [-28.56242,150.22852], [-28.56603,150.22509], [-28.56588,150.21290], [-28.57056,150.21015], [-28.57131,150.20260], [-28.56815,150.20277], [-28.56468,150.18561], [-28.55623,150.18698], [-28.55644,150.17136], [-28.54981,150.17187], [-28.54890,150.16621], [-28.55237,150.16226], [-28.55315,150.15695], [-28.54848,150.15644], [-28.55225,150.14614], [-28.55797,150.13893], [-28.55994,150.12760], [-28.55933,150.11919], [-28.56190,150.10271], [-28.56235,150.09052], [-28.57290,150.08657], [-28.57561,150.06837], [-28.57682,150.05413], [-28.58406,150.05155], [-28.57984,150.04108], [-28.57757,150.02254], [-28.58014,150.01310], [-28.58918,149.99954], [-28.60290,149.98117], [-28.60757,149.97018], [-28.60486,149.95508], [-28.61089,149.94074], [-28.60862,149.93491], [-28.60576,149.91843], [-28.60968,149.90727], [-28.61616,149.89766], [-28.61119,149.89113], [-28.60425,149.87774], [-28.60003,149.87036], [-28.60199,149.85440], [-28.60501,149.84444], [-28.59898,149.83620], [-28.60938,149.82109], [-28.60350,149.81097], [-28.60938,149.78728], [-28.60817,149.76891], [-28.61194,149.76153], [-28.60817,149.75312], [-28.61330,149.73252], [-28.60817,149.72908], [-28.60832,149.71861], [-28.61495,149.70299], [-28.62852,149.70145], [-28.62776,149.67484], [-28.62309,149.67501], [-28.60923,149.66402], [-28.60697,149.65510], [-28.61104,149.65338], [-28.60621,149.64617], [-28.60139,149.64669], [-28.59446,149.63433], [-28.59220,149.62403], [-28.59838,149.61218], [-28.59310,149.60772], [-28.58828,149.60772], [-28.57938,149.59896], [-28.57320,149.59227], [-28.57064,149.58197], [-28.56989,149.56566], [-28.57712,149.55519], [-28.57260,149.53905], [-28.57381,149.52429], [-28.57863,149.51897], [-28.57381,149.50901], [-28.57320,149.50043], [-28.57667,149.49528], [-28.58195,149.47846], [-28.58783,149.47245], [-28.59370,149.44928], [-28.60245,149.44859], [-28.61254,149.43688], [-28.62158,149.43602], [-28.62716,149.42589], [-28.64388,149.42589], [-28.65187,149.41422], [-28.65895,149.41491], [-28.66437,149.40667], [-28.67100,149.40478], [-28.67732,149.39311], [-28.69178,149.38864], [-28.68591,149.37817], [-28.68666,149.36392], [-28.68305,149.36083], [-28.69344,149.34178], [-28.69675,149.32719], [-28.70247,149.32478], [-28.70473,149.31620], [-28.70864,149.31363], [-28.70804,149.29955], [-28.71105,149.29148], [-28.72445,149.28444], [-28.73183,149.27380], [-28.73363,149.26796], [-28.73514,149.24719], [-28.74342,149.23895], [-28.75365,149.22762], [-28.76223,149.22213], [-28.76298,149.20994], [-28.76689,149.20308], [-28.77231,149.18917], [-28.78044,149.18437], [-28.79428,149.18128], [-28.80225,149.17304], [-28.80571,149.15810], [-28.80586,149.14900], [-28.80375,149.14265], [-28.80932,149.13630], [-28.81849,149.13561], [-28.82421,149.14008], [-28.83007,149.12755], [-28.82722,149.11398], [-28.83188,149.10368], [-28.83113,149.09407], [-28.84692,149.07897], [-28.85789,149.07382], [-28.86902,149.06849], [-28.88270,149.05287], [-28.88736,149.05304], [-28.89232,149.05459], [-28.90659,149.05287], [-28.91846,149.04549], [-28.93033,149.04017], [-28.93469,149.04034], [-28.94415,149.03399], [-28.95227,149.03142], [-28.95692,149.01991], [-28.95482,149.01133], [-28.96188,149.00189], [-28.96849,149.00052], [-28.97183,148.99790], [-28.97160,148.99382], [-28.97142,148.99052], [-28.97528,148.99013], [-28.97363,148.98584], [-28.97603,148.98387], [-28.97524,148.98082], [-28.97566,148.97777], [-28.97641,148.97515], [-28.98091,148.97112], [-28.98497,148.97030], [-28.98538,148.96631], [-28.98700,148.96567], [-28.98812,148.96846], [-28.99086,148.96678], [-28.99056,148.96387], [-28.99304,148.96339], [-28.99338,148.96490], [-28.99578,148.96279], [-28.99754,148.95936], [-28.99908,148.95636], [-28.99889,148.95507], [-28.99879,140.99888], [-34.02277,141.00248], [-34.02419,141.00548], [-34.02689,141.00334], [-34.04176,141.00188], [-34.04809,141.01364], [-34.06333,141.02180], [-34.05992,141.03382], [-34.05196,141.03244], [-34.06390,141.04137], [-34.05878,141.06403], [-34.06561,141.07261], [-34.07926,141.08703], [-34.06988,141.10523], [-34.06874,141.13544], [-34.08438,141.15467], [-34.09575,141.20582], [-34.06931,141.20788], [-34.09177,141.24599], [-34.09461,141.26281], [-34.12929,141.31946], [-34.14862,141.32942], [-34.12048,141.35860], [-34.12986,141.36993], [-34.14151,141.40529], [-34.15884,141.41250], [-34.16112,141.43070], [-34.18157,141.46675], [-34.16538,141.47739], [-34.16651,141.49181], [-34.18242,141.50692], [-34.21167,141.49559], [-34.22019,141.51138], [-34.20627,141.54914], [-34.19804,141.57112], [-34.20202,141.59412], [-34.18952,141.60820], [-34.17447,141.60270], [-34.16339,141.61060], [-34.15345,141.62708], [-34.12617,141.63772], [-34.10627,141.68201], [-34.10314,141.70707], [-34.11849,141.71325], [-34.11537,141.73282], [-34.10485,141.73557], [-34.11593,141.75857], [-34.11878,141.78535], [-34.13725,141.84818], [-34.14208,141.88285], [-34.12020,141.91307], [-34.14094,141.92577], [-34.14322,141.94671], [-34.12588,141.94362], [-34.14407,141.96662], [-34.13697,141.97795], [-34.12134,141.97349], [-34.11565,141.97933], [-34.11473,141.98712], [-34.12120,141.99176], [-34.12042,141.99562], [-34.11907,141.99768], [-34.12184,142.00274], [-34.12475,142.01201], [-34.12617,142.01802], [-34.12433,142.02523], [-34.12148,142.02549], [-34.11750,142.01811], [-34.11438,142.01562], [-34.10791,142.01485], [-34.10578,142.01433], [-34.10542,142.01776], [-34.10699,142.02180], [-34.10706,142.02721], [-34.10343,142.03330], [-34.10073,142.03613], [-34.10258,142.04025], [-34.10422,142.04180], [-34.10727,142.03965], [-34.11004,142.03390], [-34.11715,142.02961], [-34.12070,142.02772], [-34.12468,142.02841], [-34.12752,142.03047], [-34.12958,142.03304], [-34.12987,142.03708], [-34.12901,142.04317], [-34.12639,142.04798], [-34.12596,142.05313], [-34.12845,142.06926], [-34.13292,142.07579], [-34.13804,142.07725], [-34.14138,142.07338], [-34.14400,142.06523], [-34.14791,142.06437], [-34.15253,142.06446], [-34.15501,142.06892], [-34.15636,142.07510], [-34.16112,142.07750], [-34.16979,142.07982], [-34.17426,142.08282], [-34.17379,142.08924], [-34.17287,142.09198], [-34.17535,142.09859], [-34.17763,142.10426], [-34.17748,142.10752], [-34.17606,142.11164], [-34.17514,142.11679], [-34.17578,142.12117], [-34.17131,142.12245], [-34.16506,142.11971], [-34.16009,142.11911], [-34.15703,142.12117], [-34.15788,142.12511], [-34.16129,142.13215], [-34.16115,142.13584], [-34.15987,142.13936], [-34.15703,142.14134], [-34.15128,142.14443], [-34.14979,142.14717], [-34.14993,142.15103], [-34.15234,142.15953], [-34.15192,142.16339], [-34.15362,142.16520], [-34.15682,142.16580], [-34.15994,142.16305], [-34.16818,142.15945], [-34.17223,142.15910], [-34.17258,142.16442], [-34.17713,142.16288], [-34.18025,142.16391], [-34.18345,142.16640], [-34.18437,142.17017], [-34.18480,142.17807], [-34.18224,142.18107], [-34.17727,142.18193], [-34.17720,142.18399], [-34.17954,142.18700], [-34.18309,142.19438], [-34.18444,142.20476], [-34.18182,142.21850], [-34.18608,142.22253], [-34.18870,142.22614], [-34.19062,142.22768], [-34.19417,142.22622], [-34.20184,142.22777], [-34.20858,142.22871], [-34.20979,142.23317], [-34.20382,142.23678], [-34.21199,142.24390], [-34.21575,142.24356], [-34.21830,142.23910], [-34.22299,142.23463], [-34.22675,142.23532], [-34.23008,142.24210], [-34.24052,142.24322], [-34.24782,142.24141], [-34.24832,142.23498], [-34.25343,142.23189], [-34.25705,142.23257], [-34.25832,142.24038], [-34.26393,142.24648], [-34.26861,142.24888], [-34.27322,142.24545], [-34.27946,142.24485], [-34.28308,142.24759], [-34.28733,142.24674], [-34.29294,142.24123], [-34.29513,142.23230], [-34.30215,142.23016], [-34.30697,142.23505], [-34.30775,142.24312], [-34.30605,142.25582], [-34.29641,142.26861], [-34.30506,142.27213], [-34.30293,142.27883], [-34.29733,142.28509], [-34.30322,142.29419], [-34.30556,142.29736], [-34.30541,142.28844], [-34.31102,142.28303], [-34.31662,142.28011], [-34.32420,142.28106], [-34.32668,142.28406], [-34.32640,142.28835], [-34.32385,142.29299], [-34.32456,142.29530], [-34.32980,142.29942], [-34.33086,142.31410], [-34.33497,142.31865], [-34.33823,142.32354], [-34.33972,142.33865], [-34.33660,142.34981], [-34.33256,142.35513], [-34.32710,142.36444], [-34.33043,142.37105], [-34.33206,142.37457], [-34.33156,142.38040], [-34.33426,142.38418], [-34.33575,142.39293], [-34.33893,142.39645], [-34.34276,142.39740], [-34.34319,142.39130], [-34.34255,142.38821], [-34.34666,142.38409], [-34.35127,142.38469], [-34.35892,142.38933], [-34.35998,142.39156], [-34.36409,142.38907], [-34.36444,142.38469], [-34.36055,142.37997], [-34.35828,142.37191], [-34.35920,142.36882], [-34.36239,142.36375], [-34.36466,142.36461], [-34.36331,142.37225], [-34.36310,142.37697], [-34.36572,142.37834], [-34.36841,142.37405], [-34.36962,142.36856], [-34.37351,142.36907], [-34.37535,142.37105], [-34.38067,142.36907], [-34.38768,142.37379], [-34.38768,142.37070], [-34.38563,142.36616], [-34.38669,142.36289], [-34.38966,142.36083], [-34.39228,142.35551], [-34.39644,142.35046], [-34.39899,142.35132], [-34.39906,142.35630], [-34.40204,142.35612], [-34.40699,142.35218], [-34.40898,142.35466], [-34.41046,142.36119], [-34.42108,142.35192], [-34.42321,142.35329], [-34.42222,142.35921], [-34.42264,142.36445], [-34.42512,142.36548], [-34.43135,142.35930], [-34.43355,142.36170], [-34.43496,142.36865], [-34.43772,142.36685], [-34.43928,142.36196], [-34.44303,142.36093], [-34.44558,142.36479], [-34.44961,142.36471], [-34.45407,142.36247], [-34.46009,142.36076], [-34.46462,142.35346], [-34.46851,142.35269], [-34.47035,142.35381], [-34.47162,142.35535], [-34.47091,142.36213], [-34.47056,142.36617], [-34.47263,142.38055], [-34.49018,142.35754], [-34.49725,142.35857], [-34.50602,142.36681], [-34.49640,142.37437], [-34.49018,142.38329], [-34.49329,142.39256], [-34.50150,142.38261], [-34.51281,142.37334], [-34.51904,142.37574], [-34.51706,142.39188], [-34.52158,142.39806], [-34.52413,142.37677], [-34.52922,142.36372], [-34.53431,142.37059], [-34.54591,142.38261], [-34.55071,142.39497], [-34.54704,142.40389], [-34.55411,142.40939], [-34.56174,142.40561], [-34.56937,142.40801], [-34.56909,142.41763], [-34.56542,142.42381], [-34.57559,142.43033], [-34.57588,142.44475], [-34.58266,142.44921], [-34.58634,142.45848], [-34.57757,142.45848], [-34.56457,142.45127], [-34.55807,142.45333], [-34.56853,142.46878], [-34.57842,142.46844], [-34.58351,142.46260], [-34.58916,142.45814], [-34.59029,142.46912], [-34.59877,142.46809], [-34.60527,142.46294], [-34.61149,142.46500], [-34.61855,142.45676], [-34.62477,142.46226], [-34.63013,142.45058], [-34.63748,142.44990], [-34.63663,142.46741], [-34.64285,142.46912], [-34.65951,142.47118], [-34.67137,142.47221], [-34.67532,142.48114], [-34.67391,142.49247], [-34.67532,142.49590], [-34.68323,142.49865], [-34.68294,142.50311], [-34.69226,142.51170], [-34.69791,142.49934], [-34.70581,142.49796], [-34.74165,142.49659], [-34.75801,142.51685], [-34.77719,142.55564], [-34.77155,142.57418], [-34.77916,142.60371], [-34.78621,142.61675], [-34.78480,142.63598], [-34.77549,142.64491], [-34.76337,142.64697], [-34.75660,142.64353], [-34.75547,142.63255], [-34.75660,142.62705], [-34.73798,142.61847], [-34.72923,142.62259], [-34.74193,142.64010], [-34.72613,142.65864], [-34.73939,142.66482], [-34.73911,142.67821], [-34.73431,142.68954], [-34.72585,142.68336], [-34.72726,142.70258], [-34.71823,142.70018], [-34.71512,142.68885], [-34.70553,142.69297], [-34.68379,142.68267], [-34.67504,142.68576], [-34.68182,142.70739], [-34.67250,142.71529], [-34.66177,142.71185], [-34.65556,142.69881], [-34.64962,142.69572], [-34.63239,142.70018], [-34.62053,142.71391], [-34.61573,142.70533], [-34.60131,142.70464], [-34.60188,142.71700], [-34.59736,142.72181], [-34.60612,142.73863], [-34.60357,142.75511], [-34.59679,142.76644], [-34.58747,142.76438], [-34.58605,142.74893], [-34.57927,142.75065], [-34.57955,142.76472], [-34.57927,142.78532], [-34.57248,142.77983], [-34.56994,142.77434], [-34.56033,142.79185], [-34.55241,142.79631], [-34.56061,142.80798], [-34.56485,142.79768], [-34.57220,142.79528], [-34.57842,142.80043], [-34.58096,142.78429], [-34.58803,142.78464], [-34.59849,142.79459], [-34.61092,142.80558], [-34.61262,142.82000], [-34.61940,142.83717], [-34.62731,142.83991], [-34.62194,142.85502], [-34.63098,142.85845], [-34.64539,142.85124], [-34.65245,142.86566], [-34.66346,142.85845], [-34.67899,142.87527], [-34.68012,142.89484], [-34.67193,142.90308], [-34.65923,142.90343], [-34.65640,142.91785], [-34.66487,142.93776], [-34.67645,142.95836], [-34.69847,142.96900], [-34.69395,142.98136], [-34.67419,142.98720], [-34.67956,143.00951], [-34.69198,143.00677], [-34.69847,143.01638], [-34.69593,143.02805], [-34.70496,143.04007], [-34.70101,143.04694], [-34.69960,143.06204], [-34.69170,143.07028], [-34.69960,143.08024], [-34.70186,143.09603], [-34.69988,143.10358], [-34.70524,143.11045], [-34.70468,143.12968], [-34.71851,143.14787], [-34.71879,143.16298], [-34.72387,143.17500], [-34.72133,143.18633], [-34.73882,143.20246], [-34.76026,143.22066], [-34.75321,143.24091], [-34.77916,143.25121], [-34.79523,143.27387], [-34.79777,143.29070], [-34.78762,143.30477], [-34.80031,143.34391], [-34.82088,143.35318], [-34.84146,143.34460], [-34.84679,143.34047], [-34.86116,143.34665], [-34.86708,143.33601], [-34.87947,143.33429], [-34.88200,143.32056], [-34.89299,143.32022], [-34.90453,143.32846], [-34.92396,143.33841], [-34.93578,143.33738], [-34.93888,143.32331], [-34.94816,143.31747], [-34.96251,143.31678], [-34.99567,143.31713], [-35.00158,143.33086], [-35.01170,143.33567], [-35.02267,143.32983], [-35.03054,143.32983], [-35.03616,143.32159], [-35.05078,143.32708], [-35.06876,143.33601], [-35.09287,143.33635], [-35.10860,143.34665], [-35.11085,143.35523], [-35.12854,143.37103], [-35.14089,143.38613], [-35.15100,143.38545], [-35.15998,143.37961], [-35.17514,143.38304], [-35.17850,143.38991], [-35.18832,143.38510], [-35.19394,143.39575], [-35.19674,143.41566], [-35.19562,143.43454], [-35.19450,143.44381], [-35.20375,143.46201], [-35.22143,143.46750], [-35.22143,143.49703], [-35.21526,143.51213], [-35.22199,143.52655], [-35.21694,143.54715], [-35.20852,143.55127], [-35.20516,143.56123], [-35.21357,143.57530], [-35.22283,143.57702], [-35.23236,143.57187], [-35.23601,143.55917], [-35.24695,143.56329], [-35.25087,143.56878], [-35.26685,143.56947], [-35.27021,143.57324], [-35.27049,143.57908], [-35.28451,143.58320], [-35.30300,143.57221], [-35.30384,143.56809], [-35.31533,143.56226], [-35.32906,143.56020], [-35.34418,143.56329], [-35.34362,143.57256], [-35.34222,143.57771], [-35.35706,143.59693], [-35.38058,143.61444], [-35.39093,143.62337], [-35.40493,143.64157], [-35.38757,143.67349], [-35.37638,143.67315], [-35.38646,143.69341], [-35.39513,143.71607], [-35.39485,143.75074], [-35.40409,143.76619], [-35.41472,143.75486], [-35.42563,143.76139], [-35.42479,143.79057], [-35.43486,143.79846], [-35.43934,143.81494], [-35.44605,143.81014], [-35.45137,143.82387], [-35.45836,143.82833], [-35.46227,143.84413], [-35.48184,143.85752], [-35.48576,143.87606], [-35.49666,143.89597], [-35.50504,143.92309], [-35.50560,143.95021], [-35.51119,143.97219], [-35.53187,143.97322], [-35.53858,143.99690], [-35.55813,143.98695], [-35.56651,144.01750], [-35.55673,144.01441], [-35.55841,144.04291], [-35.56595,144.05012], [-35.57209,144.06111], [-35.57880,144.06145], [-35.59415,144.10196], [-35.61341,144.11157], [-35.62988,144.11844], [-35.64718,144.13526], [-35.65025,144.14934], [-35.67340,144.16307], [-35.67591,144.18608], [-35.68539,144.19363], [-35.69515,144.21526], [-35.70797,144.21594], [-35.72637,144.24581], [-35.75870,144.26538], [-35.74699,144.27671], [-35.73919,144.28495], [-35.74226,144.29457], [-35.75535,144.29216], [-35.76260,144.31036], [-35.77095,144.32272], [-35.76956,144.32924], [-35.78265,144.34606], [-35.79518,144.36117], [-35.80108,144.36994], [-35.81249,144.36239], [-35.82725,144.36239], [-35.85007,144.37750], [-35.87233,144.39775], [-35.89069,144.40839], [-35.90292,144.40565], [-35.91099,144.41457], [-35.93657,144.44444], [-35.95491,144.47912], [-35.96491,144.48461], [-35.97770,144.51036], [-35.99186,144.50967], [-35.99964,144.51826], [-35.99909,144.53027], [-36.01186,144.55465], [-36.01908,144.56186], [-36.03907,144.58246], [-36.04490,144.59070], [-36.04324,144.60958], [-36.06156,144.60580], [-36.07710,144.61061], [-36.08043,144.62400], [-36.06128,144.63430], [-36.07848,144.65078], [-36.07543,144.66760], [-36.06905,144.68340], [-36.09374,144.68065], [-36.09735,144.68546], [-36.09485,144.70056], [-36.09374,144.71601], [-36.11177,144.71429], [-36.12342,144.72906], [-36.12564,144.75618], [-36.13618,144.78296], [-36.12509,144.79669], [-36.12509,144.81008], [-36.10817,144.82622], [-36.10096,144.84819], [-36.08265,144.85059], [-36.06267,144.87257], [-36.06766,144.89969], [-36.07182,144.93642], [-36.07904,144.93677], [-36.08431,144.95428], [-36.07959,144.97110], [-36.06711,144.99067], [-36.05018,144.98792], [-36.04046,144.97282], [-36.01742,144.96320], [-36.01020,144.95187], [-35.99242,144.93711], [-35.98436,144.92647], [-35.97103,144.93368], [-35.96352,144.95943], [-35.94129,144.95977], [-35.92934,144.95428], [-35.90821,144.96973], [-35.87706,144.98209], [-35.86704,144.97419], [-35.85953,144.99582], [-35.85897,145.01985], [-35.84701,145.04285], [-35.83754,145.07787], [-35.83476,145.10706], [-35.83281,145.11495], [-35.84589,145.15581], [-35.84395,145.18156], [-35.83949,145.19769], [-35.84506,145.22550], [-35.83615,145.23340], [-35.84311,145.25434], [-35.85202,145.25812], [-35.85786,145.27975], [-35.86426,145.31477], [-35.85675,145.31992], [-35.87010,145.35494], [-35.85313,145.39167], [-35.85007,145.41158], [-35.83059,145.42188], [-35.83894,145.44042], [-35.82947,145.46308], [-35.81722,145.48265], [-35.82196,145.52454], [-35.81500,145.53209], [-35.82502,145.53964], [-35.82279,145.54994], [-35.84840,145.57741], [-35.86954,145.58874], [-35.88262,145.60728], [-35.87928,145.61277], [-35.89069,145.62273], [-35.89903,145.64024], [-35.91794,145.65981], [-35.93851,145.68590], [-35.94296,145.70753], [-35.96408,145.72126], [-35.96853,145.76761], [-35.98853,145.79404], [-35.99436,145.81739], [-35.98270,145.83421], [-35.98659,145.85310], [-35.96158,145.86752], [-35.96158,145.89670], [-35.97103,145.89910], [-35.97381,145.92313], [-35.98492,145.94305], [-36.00047,145.95232], [-36.01369,145.96313], [-36.01869,145.98270], [-36.01119,146.01360], [-35.99508,146.02115], [-35.99814,146.06098], [-36.02563,146.16157], [-36.02952,146.17839], [-36.04173,146.18320], [-36.04118,146.21375], [-36.03285,146.24259], [-36.01897,146.25530], [-36.02924,146.27555], [-36.04368,146.28311], [-36.05062,146.30268], [-36.04479,146.32224], [-36.04227,146.33797], [-36.03144,146.33076], [-36.03116,146.34278], [-36.04504,146.34758], [-36.04560,146.35754], [-36.05282,146.36475], [-36.04643,146.38363], [-36.04171,146.38192], [-36.03838,146.39119], [-36.02339,146.37986], [-36.00950,146.38981], [-36.01034,146.40046], [-35.99256,146.40458], [-35.98117,146.42071], [-35.97284,146.42964], [-35.97923,146.44131], [-35.96839,146.45710], [-35.98506,146.46500], [-35.99312,146.49109], [-35.99145,146.50826], [-35.96811,146.50311], [-35.96811,146.51135], [-35.99200,146.53435], [-35.99367,146.54946], [-35.97978,146.56456], [-35.98478,146.58448], [-35.97811,146.59649], [-35.98145,146.60508], [-35.99062,146.60370], [-36.00311,146.62156], [-36.01367,146.64490], [-36.02950,146.65451], [-36.03116,146.66962], [-36.04449,146.68679], [-36.03894,146.70189], [-36.02950,146.72524], [-36.05476,146.73211], [-36.06392,146.75030], [-36.06003,146.77056], [-36.06725,146.78292], [-36.06586,146.80420], [-36.08945,146.82240], [-36.09000,146.83476], [-36.08390,146.86532], [-36.08001,146.86806], [-36.09167,146.88385], [-36.09028,146.90033], [-36.11136,146.90583], [-36.11691,146.91887], [-36.11081,146.92986], [-36.11663,146.94016], [-36.11108,146.95733], [-36.09805,146.95801], [-36.08639,146.97037], [-36.09721,146.98376], [-36.08806,146.99509], [-36.09139,147.00676], [-36.10914,147.01363], [-36.11191,147.02462], [-36.11885,147.03595], [-36.10859,147.05655], [-36.08750,147.05929], [-36.05781,147.07474], [-36.03644,147.09877], [-36.01756,147.09397], [-36.00839,147.11800], [-36.01811,147.13688], [-36.04199,147.14787], [-36.03449,147.18117], [-36.04754,147.20692], [-36.04421,147.22374], [-36.04171,147.24915], [-36.04116,147.27730], [-36.04699,147.30099], [-36.06725,147.31713], [-36.03921,147.33738], [-36.02334,147.34681], [-36.00557,147.35333], [-35.98640,147.36123], [-35.96390,147.39041], [-35.94722,147.40827], [-35.95334,147.44260], [-35.96056,147.45805], [-35.94750,147.46148], [-35.94889,147.48036], [-35.95417,147.50508], [-35.97251,147.51916], [-35.98002,147.51298], [-35.99057,147.52465], [-36.00363,147.54628], [-36.00529,147.55967], [-35.98418,147.59126], [-35.97501,147.58164], [-35.98196,147.61392], [-35.95918,147.64344], [-35.94834,147.65305], [-35.94667,147.68842], [-35.93472,147.70318], [-35.95167,147.71966], [-35.96223,147.73923], [-35.96279,147.75742], [-35.97390,147.78352], [-35.96918,147.79828], [-35.98363,147.81716], [-35.98807,147.84257], [-35.99502,147.85046], [-35.99724,147.87450], [-36.00613,147.88754], [-35.99974,147.90402], [-36.02834,147.90849], [-36.04694,147.92634], [-36.04944,147.93698], [-36.04916,147.97784], [-36.05499,147.98779], [-36.07858,147.98161], [-36.08635,147.97784], [-36.10300,147.99157], [-36.12734,147.98755], [-36.13511,147.99579], [-36.14537,148.00129], [-36.14453,148.02498], [-36.15119,148.02601], [-36.16449,148.01296], [-36.18500,148.01948], [-36.20079,148.03631], [-36.21409,148.03184], [-36.22406,148.02326], [-36.24123,148.03219], [-36.24843,148.02601], [-36.26200,148.03287], [-36.27445,148.03116], [-36.31153,148.03425], [-36.32703,148.04901], [-36.36491,148.03562], [-36.39476,148.03734], [-36.41825,148.06103], [-36.42819,148.07888], [-36.45885,148.08540], [-36.46631,148.11596], [-36.49860,148.11802], [-36.53144,148.13312], [-36.55240,148.12351], [-36.56895,148.13038], [-36.56729,148.15132], [-36.58411,148.16059], [-36.58218,148.18703], [-36.60230,148.20865], [-36.60782,148.19458], [-36.62399,148.21392], [-36.64989,148.20328], [-36.70083,148.17135], [-36.71982,148.14595], [-36.73330,148.12775], [-36.75064,148.12672], [-36.76879,148.10681], [-36.79051,148.09548], [-36.81196,148.11779], [-36.79986,148.13187], [-36.79574,148.15556], [-36.80261,148.17547], [-36.80866,148.18337], [-36.79766,148.19573], [-37.51406,149.99768], [-37.69308,152.57674], [-27.86885,155.91658]], - AU_SA: [[-31.68766,129.00134], [-25.99855,129.00181], [-25.99635,140.99941], [-34.02232,141.00331], [-34.01949,140.99962], [-34.02063,140.99636], [-34.02399,140.99417], [-34.03058,140.99417], [-34.03190,140.99130], [-34.03082,140.98827], [-34.02641,140.98499], [-34.02091,140.98555], [-34.01686,140.98050], [-34.01367,140.98155], [-34.01163,140.98668], [-34.00958,140.98617], [-34.00942,140.97570], [-34.00727,140.97546], [-34.00576,140.98044], [-33.99976,140.98058], [-33.99715,140.97666], [-33.99788,140.96962], [-33.99329,140.96743], [-33.98722,140.96831], [-33.98346,140.96979], [-33.98062,140.96531], [-33.98104,140.96402], [-35.24073,140.96654], [-36.32451,140.96717], [-37.32380,140.97360], [-37.51222,140.97423], [-37.66380,140.97299], [-37.71745,140.97231], [-37.71793,140.97394], [-37.73022,140.97222], [-37.77470,140.97148], [-37.84231,140.96985], [-37.92414,140.96830], [-38.06224,140.96610], [-39.76567,140.29077]], - AU_WA: [[-31.68774,129.00223], [-25.99855,129.00190], [-25.99856,129.00063], [-14.87935,129.00131], [-12.20406,127.29152], [-18.36847,109.99904], [-35.39095,110.68783], [-38.46585,118.82492]], + AU_NSW: [[-28.16438,153.55212],[-28.16895,153.54139],[-28.17206,153.53945],[-28.17591,153.53566],[-28.17761,153.53461],[-28.17691,153.53406],[-28.17574,153.53119],[-28.17519,153.53120],[-28.15696,153.48595],[-28.15772,153.48470],[-28.15836,153.48183],[-28.15764,153.48127],[-28.15734,153.47998],[-28.15749,153.47865],[-28.15692,153.47685],[-28.15817,153.47470],[-28.15991,153.47423],[-28.16014,153.47354],[-28.16078,153.47363],[-28.16176,153.47243],[-28.16165,153.47058],[-28.16256,153.46835],[-28.16570,153.46565],[-28.16793,153.46466],[-28.17221,153.46067],[-28.17531,153.45852],[-28.17833,153.45908],[-28.17932,153.45762],[-28.18053,153.45706],[-28.18129,153.45475],[-28.18094,153.45329],[-28.18185,153.45020],[-28.18348,153.44831],[-28.18424,153.44595],[-28.18424,153.44320],[-28.18609,153.43878],[-28.18696,153.43556],[-28.19040,153.43226],[-28.19123,153.43080],[-28.19415,153.42861],[-28.19520,153.42634],[-28.19668,153.42488],[-28.19751,153.42471],[-28.19937,153.42179],[-28.19940,153.41947],[-28.20031,153.41827],[-28.20160,153.41861],[-28.20311,153.41793],[-28.20474,153.41702],[-28.20648,153.41608],[-28.20814,153.41406],[-28.20829,153.41320],[-28.20897,153.41230],[-28.20901,153.41076],[-28.20973,153.40964],[-28.20969,153.40836],[-28.21056,153.40608],[-28.21222,153.40475],[-28.21389,153.40265],[-28.21525,153.40196],[-28.21873,153.39784],[-28.22406,153.39355],[-28.22988,153.38952],[-28.23181,153.38926],[-28.23276,153.39012],[-28.23446,153.38930],[-28.23593,153.38806],[-28.23703,153.38505],[-28.23722,153.38261],[-28.23911,153.38037],[-28.24017,153.37831],[-28.24089,153.37621],[-28.24312,153.37149],[-28.24508,153.36939],[-28.24743,153.36325],[-28.24882,153.35832],[-28.24947,153.35681],[-28.24841,153.35381],[-28.24864,153.35265],[-28.24864,153.34789],[-28.24799,153.34604],[-28.24981,153.34231],[-28.24962,153.34081],[-28.25019,153.33948],[-28.24894,153.33780],[-28.24826,153.33518],[-28.24758,153.33454],[-28.24648,153.33437],[-28.24576,153.33184],[-28.23801,153.33128],[-28.23680,153.33021],[-28.23620,153.32411],[-28.23771,153.32184],[-28.23771,153.32034],[-28.23877,153.31656],[-28.23707,153.31437],[-28.23763,153.31059],[-28.23839,153.30836],[-28.23949,153.30523],[-28.23918,153.30308],[-28.23786,153.30055],[-28.23510,153.29845],[-28.23419,153.29695],[-28.23370,153.29497],[-28.23366,153.29300],[-28.23419,153.29008],[-28.23468,153.28785],[-28.23468,153.28562],[-28.23359,153.28218],[-28.23351,153.27905],[-28.23431,153.27708],[-28.23741,153.27467],[-28.23816,153.27257],[-28.23911,153.26815],[-28.24085,153.26566],[-28.24319,153.26377],[-28.24656,153.26223],[-28.24651,153.26141],[-28.24568,153.25879],[-28.24553,153.25570],[-28.24636,153.25205],[-28.24666,153.24943],[-28.24560,153.24682],[-28.24564,153.24570],[-28.24640,153.24488],[-28.25184,153.23892],[-28.25604,153.23622],[-28.25929,153.23583],[-28.26318,153.23476],[-28.26424,153.23377],[-28.26488,153.23231],[-28.26492,153.23029],[-28.26265,153.21849],[-28.26174,153.21656],[-28.25672,153.21089],[-28.25316,153.20789],[-28.25309,153.20476],[-28.25358,153.20339],[-28.25577,153.20236],[-28.25588,153.19995],[-28.25456,153.19570],[-28.24927,153.19081],[-28.24670,153.18613],[-28.24587,153.18433],[-28.24666,153.18103],[-28.24742,153.17759],[-28.24870,153.17588],[-28.25203,153.17420],[-28.25365,153.17489],[-28.25660,153.17304],[-28.26080,153.17077],[-28.26397,153.17189],[-28.26681,153.17416],[-28.27202,153.17455],[-28.27486,153.17412],[-28.27596,153.16802],[-28.27815,153.16395],[-28.27932,153.16090],[-28.28113,153.16081],[-28.28321,153.16287],[-28.28503,153.16566],[-28.28812,153.16476],[-28.29050,153.16562],[-28.29357,153.16888],[-28.29621,153.16596],[-28.29723,153.16283],[-28.29614,153.16146],[-28.29466,153.15609],[-28.29580,153.15390],[-28.29957,153.15356],[-28.30282,153.14884],[-28.30399,153.14408],[-28.30505,153.14197],[-28.30679,153.14227],[-28.31174,153.14311],[-28.31151,153.14140],[-28.31060,153.13998],[-28.31144,153.13650],[-28.31193,153.13449],[-28.31657,153.13333],[-28.31733,153.12535],[-28.31975,153.12324],[-28.32379,153.12346],[-28.32632,153.12616],[-28.32995,153.12929],[-28.33255,153.12741],[-28.33931,153.12389],[-28.34124,153.12037],[-28.34177,153.11822],[-28.34256,153.11655],[-28.34441,153.11603],[-28.34585,153.11539],[-28.34911,153.11374],[-28.35349,153.11271],[-28.35723,153.10928],[-28.35689,153.10567],[-28.35757,153.10147],[-28.35493,153.09473],[-28.35330,153.08924],[-28.35444,153.08559],[-28.35364,153.08370],[-28.35398,153.08052],[-28.35206,153.07735],[-28.35206,153.07507],[-28.34752,153.07057],[-28.34605,153.06696],[-28.34341,153.06580],[-28.34322,153.06070],[-28.34224,153.05748],[-28.34311,153.05379],[-28.34103,153.05220],[-28.34137,153.04890],[-28.33835,153.04585],[-28.34277,153.03907],[-28.33929,153.02885],[-28.33816,153.02070],[-28.34156,153.00873],[-28.33959,153.00238],[-28.33948,152.99667],[-28.33612,152.98899],[-28.33789,152.98560],[-28.33733,152.98354],[-28.33313,152.97808],[-28.33170,152.97302],[-28.33219,152.96555],[-28.33155,152.96384],[-28.33340,152.95856],[-28.33321,152.95435],[-28.33378,152.94946],[-28.33536,152.94538],[-28.33408,152.94088],[-28.33585,152.93611],[-28.33808,152.93384],[-28.33120,152.92385],[-28.32980,152.91471],[-28.32652,152.91012],[-28.32504,152.89999],[-28.31745,152.89364],[-28.31412,152.88819],[-28.31171,152.88274],[-28.30924,152.88117],[-28.30958,152.87911],[-28.31101,152.87718],[-28.31241,152.86988],[-28.31245,152.86353],[-28.31094,152.85950],[-28.31135,152.85722],[-28.31173,152.85585],[-28.31082,152.85113],[-28.31113,152.84928],[-28.31233,152.84761],[-28.31642,152.84585],[-28.31861,152.84323],[-28.32087,152.84139],[-28.32174,152.83855],[-28.32076,152.83654],[-28.31963,152.83542],[-28.31915,152.83168],[-28.32142,152.82885],[-28.32512,152.82731],[-28.32784,152.82310],[-28.33423,152.82284],[-28.33574,152.81615],[-28.33936,152.81211],[-28.34397,152.80679],[-28.34994,152.80782],[-28.35364,152.80336],[-28.35326,152.79323],[-28.35085,152.78860],[-28.34631,152.78302],[-28.34624,152.77615],[-28.34790,152.76963],[-28.35221,152.75856],[-28.35545,152.75804],[-28.35863,152.76156],[-28.36180,152.75813],[-28.36323,152.75117],[-28.36097,152.74834],[-28.35855,152.74045],[-28.35394,152.73667],[-28.35130,152.73066],[-28.34344,152.72276],[-28.34450,152.71967],[-28.34035,152.71264],[-28.34314,152.70834],[-28.33816,152.70508],[-28.33468,152.69865],[-28.33604,152.69367],[-28.33408,152.68886],[-28.32909,152.68800],[-28.32909,152.68011],[-28.32509,152.67410],[-28.31670,152.67436],[-28.31020,152.66603],[-28.30922,152.65633],[-28.31277,152.64904],[-28.31096,152.64569],[-28.31194,152.64234],[-28.31035,152.64045],[-28.30589,152.63487],[-28.30204,152.62749],[-28.29305,152.62380],[-28.28753,152.62423],[-28.28315,152.62174],[-28.28239,152.61779],[-28.27816,152.61874],[-28.26799,152.61474],[-28.27358,152.61088],[-28.28076,152.60170],[-28.28681,152.59783],[-28.29867,152.59732],[-28.30623,152.60075],[-28.31409,152.59595],[-28.31643,152.59680],[-28.32013,152.59303],[-28.32406,152.59165],[-28.32588,152.58762],[-28.32973,152.58384],[-28.33275,152.58170],[-28.33834,152.57938],[-28.33298,152.57552],[-28.32648,152.57320],[-28.32399,152.57191],[-28.32232,152.56642],[-28.32270,152.55835],[-28.32172,152.55586],[-28.31568,152.55715],[-28.31651,152.55363],[-28.32013,152.55148],[-28.32013,152.54822],[-28.31840,152.54445],[-28.31560,152.54367],[-28.31197,152.54058],[-28.30940,152.53698],[-28.30903,152.53295],[-28.30495,152.52608],[-28.30245,152.52608],[-28.29920,152.52994],[-28.29482,152.52951],[-28.28530,152.53003],[-28.28023,152.53380],[-28.27267,152.53363],[-28.26625,152.53758],[-28.26436,152.53466],[-28.26254,152.53492],[-28.25990,152.52204],[-28.25551,152.51750],[-28.25219,152.51724],[-28.24992,152.51355],[-28.24825,152.50831],[-28.25234,152.50093],[-28.25324,152.49252],[-28.25271,152.48668],[-28.25627,152.48471],[-28.25718,152.47870],[-28.25581,152.47261],[-28.25884,152.46342],[-28.26050,152.46050],[-28.26693,152.45844],[-28.26980,152.45947],[-28.27192,152.45690],[-28.27630,152.45484],[-28.28091,152.44703],[-28.28681,152.44368],[-28.29066,152.44145],[-28.29739,152.44377],[-28.29746,152.43896],[-28.29845,152.43415],[-28.29709,152.42815],[-28.29860,152.42437],[-28.29595,152.41733],[-28.29845,152.41347],[-28.30381,152.41201],[-28.30691,152.41261],[-28.31107,152.40969],[-28.31515,152.40909],[-28.32180,152.41098],[-28.32708,152.41450],[-28.33200,152.41622],[-28.33691,152.41381],[-28.34212,152.40755],[-28.34824,152.39888],[-28.35639,152.39459],[-28.36168,152.39167],[-28.36780,152.38592],[-28.36433,152.37622],[-28.36614,152.37279],[-28.36455,152.36369],[-28.36055,152.35631],[-28.36161,152.35244],[-28.36720,152.34223],[-28.36636,152.33614],[-28.36735,152.33039],[-28.36591,152.32446],[-28.36636,152.31880],[-28.36395,152.31785],[-28.36251,152.31176],[-28.36334,152.30841],[-28.37271,152.29957],[-28.37830,152.29459],[-28.38200,152.28970],[-28.39242,152.28833],[-28.39340,152.28481],[-28.39234,152.27949],[-28.38864,152.26764],[-28.39453,152.26241],[-28.39989,152.25983],[-28.40797,152.25099],[-28.40971,152.25039],[-28.41265,152.24636],[-28.41680,152.23923],[-28.42292,152.23692],[-28.42473,152.23434],[-28.42722,152.23322],[-28.42911,152.22945],[-28.43469,152.22816],[-28.43810,152.22344],[-28.44822,152.21889],[-28.44520,152.21374],[-28.44482,152.20859],[-28.43750,152.20576],[-28.43576,152.19537],[-28.43252,152.19005],[-28.43818,152.18490],[-28.43380,152.17383],[-28.43433,152.16756],[-28.43154,152.16542],[-28.43440,152.15572],[-28.43788,152.15314],[-28.43871,152.14568],[-28.44203,152.14276],[-28.44263,152.14087],[-28.45206,152.13349],[-28.45350,152.12697],[-28.46180,152.11993],[-28.46195,152.11692],[-28.46331,152.11109],[-28.46157,152.10491],[-28.46338,152.10087],[-28.46512,152.09804],[-28.46625,152.09401],[-28.46761,152.09384],[-28.46859,152.08525],[-28.46693,152.08474],[-28.46950,152.08062],[-28.46897,152.07641],[-28.46731,152.07512],[-28.46821,152.07229],[-28.46753,152.07006],[-28.46934,152.06817],[-28.48557,152.06603],[-28.48941,152.06002],[-28.48979,152.05504],[-28.49500,152.04431],[-28.50646,152.03590],[-28.51227,152.02672],[-28.51249,152.02406],[-28.51800,152.01796],[-28.52064,152.01899],[-28.52486,152.01616],[-28.52758,152.00019],[-28.52584,151.99934],[-28.52554,151.99367],[-28.52388,151.99221],[-28.52418,151.98844],[-28.51966,151.98792],[-28.51604,151.98509],[-28.51046,151.98672],[-28.50269,151.98363],[-28.50239,151.97814],[-28.50405,151.97676],[-28.50540,151.97230],[-28.50759,151.97204],[-28.50872,151.96981],[-28.51544,151.96166],[-28.51589,151.95745],[-28.51898,151.95488],[-28.52531,151.95625],[-28.52720,151.95788],[-28.53519,151.95342],[-28.54130,151.95359],[-28.54430,151.95639],[-28.55026,151.95398],[-28.55373,151.95441],[-28.55720,151.95793],[-28.56519,151.95673],[-28.56752,151.96068],[-28.56782,151.96403],[-28.57182,151.96609],[-28.57401,151.97682],[-28.58056,151.98377],[-28.59157,151.98737],[-28.59556,151.99063],[-28.60204,151.98806],[-28.60845,151.98986],[-28.61184,151.99235],[-28.61817,151.99209],[-28.62352,151.99038],[-28.62623,151.99106],[-28.63015,151.99484],[-28.63542,151.99750],[-28.63678,151.99887],[-28.64069,152.00085],[-28.65184,152.00119],[-28.65274,152.00531],[-28.66525,152.01003],[-28.66615,152.01286],[-28.66457,152.02085],[-28.66630,152.02634],[-28.66660,152.03458],[-28.66487,152.03896],[-28.66954,152.04496],[-28.67315,152.04393],[-28.67722,152.04660],[-28.67827,152.04908],[-28.68227,152.05140],[-28.68106,152.05904],[-28.68061,152.06224],[-28.68249,152.06508],[-28.68686,152.06542],[-28.69205,152.06344],[-28.69928,152.06568],[-28.70357,152.07014],[-28.70809,152.07409],[-28.71419,152.07074],[-28.71614,152.06533],[-28.72134,152.05581],[-28.72585,152.05126],[-28.73075,152.04207],[-28.73415,152.04173],[-28.73475,152.04482],[-28.74107,152.04748],[-28.74604,152.04104],[-28.75243,152.04104],[-28.75581,152.03564],[-28.75942,152.03589],[-28.76574,152.03778],[-28.77771,152.03589],[-28.77869,152.04079],[-28.78335,152.03924],[-28.79095,152.03323],[-28.79787,152.03718],[-28.80810,152.03435],[-28.81705,152.03486],[-28.81991,152.03598],[-28.82803,152.03297],[-28.83149,152.02602],[-28.83096,152.02207],[-28.83811,152.01924],[-28.83773,152.01632],[-28.84698,152.01667],[-28.85186,152.01375],[-28.85352,152.01830],[-28.85961,152.02679],[-28.85585,152.02988],[-28.85292,152.03624],[-28.85464,152.03812],[-28.85863,152.03503],[-28.86472,152.03632],[-28.86652,152.03177],[-28.87103,152.02971],[-28.87389,152.03014],[-28.87704,152.02748],[-28.88696,152.02345],[-28.89035,152.02336],[-28.89223,152.01564],[-28.89669,152.01594],[-28.90120,152.01156],[-28.90608,152.00890],[-28.90947,152.00169],[-28.89917,152.00135],[-28.89564,152.00066],[-28.89429,151.99775],[-28.89812,151.99534],[-28.90766,151.98144],[-28.90759,151.97646],[-28.90924,151.97311],[-28.91179,151.97011],[-28.91548,151.96839],[-28.91826,151.96084],[-28.91615,151.95775],[-28.91863,151.95114],[-28.91961,151.94299],[-28.92111,151.94127],[-28.92476,151.92675],[-28.92777,151.92323],[-28.92852,151.91636],[-28.92446,151.91774],[-28.91935,151.91310],[-28.91672,151.90752],[-28.91454,151.90014],[-28.91327,151.89551],[-28.91507,151.89242],[-28.91131,151.88126],[-28.91424,151.87645],[-28.91379,151.86950],[-28.90868,151.86529],[-28.90665,151.85877],[-28.90696,151.85233],[-28.90838,151.84487],[-28.91327,151.83886],[-28.92191,151.83594],[-28.93310,151.83431],[-28.93791,151.83637],[-28.94024,151.83886],[-28.94286,151.83860],[-28.94632,151.83594],[-28.95007,151.83465],[-28.95383,151.83517],[-28.95954,151.83139],[-28.96235,151.82654],[-28.96018,151.81719],[-28.95650,151.81427],[-28.95387,151.81710],[-28.95086,151.81641],[-28.94914,151.81135],[-28.94651,151.81084],[-28.94418,151.80835],[-28.94711,151.79854],[-28.94966,151.79296],[-28.95319,151.78918],[-28.95342,151.78583],[-28.95717,151.77837],[-28.95995,151.77682],[-28.95612,151.77176],[-28.95011,151.77210],[-28.94748,151.77416],[-28.93772,151.77296],[-28.93314,151.76231],[-28.92908,151.75922],[-28.92510,151.76060],[-28.92465,151.75579],[-28.92232,151.75622],[-28.92172,151.74987],[-28.91946,151.74618],[-28.91488,151.74781],[-28.90774,151.74386],[-28.90504,151.74343],[-28.90106,151.74086],[-28.89677,151.74189],[-28.89399,151.73691],[-28.89069,151.73691],[-28.88280,151.73236],[-28.87783,151.73451],[-28.87122,151.73425],[-28.86634,151.72747],[-28.86806,151.72163],[-28.87024,151.72155],[-28.87438,151.71468],[-28.87024,151.71142],[-28.87137,151.70498],[-28.87348,151.70567],[-28.87671,151.70240],[-28.88204,151.70137],[-28.88467,151.69520],[-28.88806,151.69425],[-28.88640,151.68936],[-28.88903,151.68550],[-28.90076,151.67631],[-28.90609,151.67460],[-28.90474,151.66507],[-28.91218,151.65649],[-28.91473,151.65219],[-28.91668,151.65039],[-28.91571,151.64584],[-28.92082,151.63709],[-28.92307,151.63511],[-28.92615,151.63529],[-28.92855,151.63383],[-28.92592,151.63108],[-28.92517,151.62833],[-28.92315,151.62782],[-28.92390,151.62207],[-28.92585,151.61683],[-28.92262,151.61048],[-28.92450,151.60670],[-28.92487,151.60464],[-28.92690,151.60250],[-28.93073,151.58868],[-28.94050,151.58121],[-28.94410,151.57744],[-28.94320,151.57555],[-28.94440,151.57168],[-28.94185,151.56636],[-28.95229,151.54877],[-28.95251,151.54508],[-28.95462,151.54422],[-28.95837,151.54439],[-28.96273,151.54336],[-28.97196,151.53864],[-28.97429,151.53667],[-28.97962,151.53581],[-28.98293,151.53358],[-28.98871,151.52302],[-28.99411,151.52173],[-28.99574,151.52120],[-28.99597,151.51768],[-28.99882,151.51408],[-29.00625,151.50901],[-29.01083,151.50352],[-29.01654,151.50172],[-29.01736,151.49948],[-29.02097,151.49717],[-29.02614,151.49708],[-29.03042,151.49459],[-29.03598,151.49451],[-29.04220,151.49682],[-29.04573,151.49399],[-29.05593,151.49082],[-29.05826,151.49133],[-29.06389,151.49665],[-29.06599,151.50086],[-29.06869,151.50206],[-29.07154,151.50034],[-29.07334,151.49494],[-29.07837,151.49090],[-29.08384,151.48858],[-29.08812,151.48575],[-29.09052,151.47974],[-29.09419,151.46824],[-29.09922,151.46155],[-29.10417,151.46078],[-29.11392,151.45777],[-29.12321,151.45399],[-29.13139,151.44524],[-29.13896,151.43262],[-29.14473,151.42910],[-29.14818,151.42558],[-29.14855,151.41863],[-29.14990,151.41288],[-29.15755,151.40619],[-29.16834,151.40087],[-29.17216,151.39992],[-29.17688,151.39400],[-29.17599,151.38473],[-29.17599,151.37589],[-29.17194,151.36044],[-29.17554,151.35160],[-29.17688,151.34061],[-29.17584,151.33684],[-29.16677,151.32147],[-29.16497,151.31761],[-29.16429,151.31461],[-29.16182,151.31263],[-29.15410,151.31100],[-29.14578,151.31014],[-29.13716,151.31752],[-29.13393,151.31624],[-29.12171,151.30491],[-29.11617,151.30422],[-29.11197,151.29735],[-29.11129,151.29074],[-29.10642,151.28637],[-29.10394,151.28242],[-29.09449,151.27881],[-29.09007,151.28019],[-29.07882,151.27572],[-29.07364,151.27864],[-29.06486,151.28534],[-29.05856,151.28499],[-29.05046,151.29014],[-29.04498,151.28645],[-29.04123,151.28723],[-29.03725,151.28585],[-29.03492,151.27950],[-29.03432,151.27615],[-29.03020,151.27178],[-29.02464,151.27538],[-29.01894,151.28405],[-29.00303,151.28508],[-28.99604,151.27864],[-28.98576,151.27778],[-28.98276,151.28311],[-28.98028,151.28353],[-28.97337,151.27444],[-28.97239,151.27246],[-28.96443,151.27847],[-28.95813,151.28250],[-28.95129,151.28268],[-28.94716,151.28199],[-28.94130,151.27727],[-28.93732,151.27409],[-28.93574,151.26774],[-28.93289,151.26560],[-28.93139,151.25830],[-28.92320,151.24431],[-28.90577,151.23865],[-28.90366,151.23358],[-28.90757,151.22955],[-28.90622,151.22414],[-28.90216,151.21418],[-28.90088,151.20852],[-28.89036,151.20646],[-28.88285,151.19908],[-28.87781,151.18552],[-28.87909,151.17393],[-28.86992,151.16483],[-28.86616,151.16337],[-28.86413,151.15882],[-28.86459,151.15247],[-28.85932,151.14363],[-28.86105,151.13848],[-28.85895,151.13144],[-28.85045,151.12569],[-28.84970,151.11496],[-28.84684,151.11385],[-28.84196,151.10861],[-28.84391,151.10535],[-28.84083,151.10415],[-28.83624,151.10458],[-28.83549,151.10157],[-28.83722,151.09728],[-28.83354,151.08801],[-28.83406,151.08072],[-28.83790,151.07771],[-28.84060,151.07059],[-28.84421,151.06733],[-28.84572,151.05866],[-28.84887,151.05420],[-28.84805,151.05342],[-28.84504,151.05385],[-28.84271,151.05050],[-28.84414,151.04570],[-28.83985,151.04467],[-28.83782,151.04029],[-28.83481,151.04364],[-28.83143,151.04278],[-28.82699,151.03729],[-28.81865,151.03866],[-28.81504,151.04347],[-28.79714,151.04244],[-28.79300,151.03257],[-28.79308,151.02604],[-28.78164,151.02734],[-28.77201,151.02082],[-28.77216,151.02914],[-28.76750,151.03060],[-28.75636,151.02760],[-28.75125,151.02391],[-28.74410,151.01301],[-28.74003,151.01224],[-28.73710,150.99525],[-28.73424,150.98237],[-28.73213,150.98057],[-28.73093,150.97096],[-28.73198,150.96632],[-28.73642,150.96323],[-28.73454,150.95980],[-28.73499,150.95551],[-28.73574,150.95345],[-28.73288,150.94727],[-28.72874,150.94761],[-28.72807,150.94418],[-28.72987,150.93903],[-28.72506,150.93885],[-28.72220,150.93267],[-28.70656,150.93251],[-28.69858,150.92427],[-28.69918,150.91792],[-28.69376,150.91191],[-28.68788,150.90882],[-28.68608,150.90179],[-28.68788,150.89166],[-28.69526,150.88874],[-28.69496,150.88359],[-28.68969,150.88548],[-28.68788,150.88050],[-28.69270,150.87518],[-28.68638,150.87209],[-28.68457,150.86814],[-28.68608,150.86385],[-28.67945,150.85252],[-28.67493,150.85183],[-28.67237,150.84874],[-28.67102,150.83759],[-28.66665,150.82917],[-28.66529,150.81887],[-28.66288,150.81836],[-28.65656,150.82025],[-28.65204,150.80033],[-28.65415,150.79484],[-28.65023,150.79141],[-28.64225,150.77888],[-28.64330,150.77201],[-28.63712,150.76841],[-28.63758,150.75776],[-28.63215,150.75399],[-28.63351,150.74523],[-28.63366,150.72944],[-28.63501,150.72377],[-28.63818,150.72412],[-28.64556,150.70729],[-28.65113,150.70788],[-28.65370,150.70170],[-28.65234,150.69277],[-28.66002,150.68110],[-28.65550,150.67646],[-28.65129,150.67629],[-28.64918,150.67354],[-28.65716,150.66050],[-28.66499,150.64059],[-28.66906,150.63595],[-28.67493,150.63200],[-28.67192,150.62771],[-28.66861,150.62771],[-28.66831,150.61913],[-28.67192,150.61690],[-28.67042,150.60059],[-28.66469,150.60093],[-28.65490,150.58050],[-28.66063,150.56387],[-28.65521,150.55804],[-28.65220,150.55392],[-28.65446,150.54739],[-28.65958,150.54860],[-28.66425,150.55169],[-28.66907,150.54997],[-28.67027,150.54345],[-28.67133,150.53366],[-28.66726,150.52662],[-28.66259,150.53383],[-28.66289,150.53778],[-28.66078,150.54087],[-28.65626,150.53864],[-28.65310,150.52302],[-28.65943,150.51718],[-28.66003,150.50740],[-28.65773,150.49145],[-28.65637,150.48596],[-28.66240,150.48047],[-28.65908,150.47240],[-28.66270,150.46605],[-28.66676,150.46141],[-28.66240,150.45781],[-28.66405,150.45025],[-28.66119,150.43996],[-28.65155,150.43172],[-28.64899,150.42571],[-28.64809,150.41798],[-28.63408,150.41781],[-28.63136,150.40768],[-28.62534,150.40150],[-28.63257,150.39137],[-28.63076,150.38743],[-28.62428,150.38914],[-28.62428,150.38056],[-28.61750,150.37060],[-28.61057,150.37146],[-28.60695,150.36769],[-28.59640,150.37146],[-28.59399,150.36597],[-28.58819,150.36482],[-28.58759,150.35624],[-28.58111,150.35092],[-28.57372,150.35143],[-28.57041,150.33220],[-28.56242,150.32397],[-28.55518,150.32002],[-28.55427,150.31212],[-28.55035,150.30955],[-28.54870,150.30405],[-28.54734,150.30045],[-28.54100,150.29650],[-28.53708,150.29118],[-28.53784,150.28500],[-28.54251,150.28311],[-28.54025,150.27573],[-28.53799,150.27161],[-28.54477,150.25976],[-28.54447,150.25324],[-28.55292,150.24517],[-28.55081,150.24054],[-28.55473,150.22869],[-28.56242,150.22852],[-28.56603,150.22509],[-28.56588,150.21290],[-28.57056,150.21015],[-28.57131,150.20260],[-28.56815,150.20277],[-28.56468,150.18561],[-28.55623,150.18698],[-28.55644,150.17136],[-28.54981,150.17187],[-28.54890,150.16621],[-28.55237,150.16226],[-28.55315,150.15695],[-28.54848,150.15644],[-28.55225,150.14614],[-28.55797,150.13893],[-28.55994,150.12760],[-28.55933,150.11919],[-28.56190,150.10271],[-28.56235,150.09052],[-28.57290,150.08657],[-28.57561,150.06837],[-28.57682,150.05413],[-28.58406,150.05155],[-28.57984,150.04108],[-28.57757,150.02254],[-28.58014,150.01310],[-28.58918,149.99954],[-28.60290,149.98117],[-28.60757,149.97018],[-28.60486,149.95508],[-28.61089,149.94074],[-28.60862,149.93491],[-28.60576,149.91843],[-28.60968,149.90727],[-28.61616,149.89766],[-28.61119,149.89113],[-28.60425,149.87774],[-28.60003,149.87036],[-28.60199,149.85440],[-28.60501,149.84444],[-28.59898,149.83620],[-28.60938,149.82109],[-28.60350,149.81097],[-28.60938,149.78728],[-28.60817,149.76891],[-28.61194,149.76153],[-28.60817,149.75312],[-28.61330,149.73252],[-28.60817,149.72908],[-28.60832,149.71861],[-28.61495,149.70299],[-28.62852,149.70145],[-28.62776,149.67484],[-28.62309,149.67501],[-28.60923,149.66402],[-28.60697,149.65510],[-28.61104,149.65338],[-28.60621,149.64617],[-28.60139,149.64669],[-28.59446,149.63433],[-28.59220,149.62403],[-28.59838,149.61218],[-28.59310,149.60772],[-28.58828,149.60772],[-28.57938,149.59896],[-28.57320,149.59227],[-28.57064,149.58197],[-28.56989,149.56566],[-28.57712,149.55519],[-28.57260,149.53905],[-28.57381,149.52429],[-28.57863,149.51897],[-28.57381,149.50901],[-28.57320,149.50043],[-28.57667,149.49528],[-28.58195,149.47846],[-28.58783,149.47245],[-28.59370,149.44928],[-28.60245,149.44859],[-28.61254,149.43688],[-28.62158,149.43602],[-28.62716,149.42589],[-28.64388,149.42589],[-28.65187,149.41422],[-28.65895,149.41491],[-28.66437,149.40667],[-28.67100,149.40478],[-28.67732,149.39311],[-28.69178,149.38864],[-28.68591,149.37817],[-28.68666,149.36392],[-28.68305,149.36083],[-28.69344,149.34178],[-28.69675,149.32719],[-28.70247,149.32478],[-28.70473,149.31620],[-28.70864,149.31363],[-28.70804,149.29955],[-28.71105,149.29148],[-28.72445,149.28444],[-28.73183,149.27380],[-28.73363,149.26796],[-28.73514,149.24719],[-28.74342,149.23895],[-28.75365,149.22762],[-28.76223,149.22213],[-28.76298,149.20994],[-28.76689,149.20308],[-28.77231,149.18917],[-28.78044,149.18437],[-28.79428,149.18128],[-28.80225,149.17304],[-28.80571,149.15810],[-28.80586,149.14900],[-28.80375,149.14265],[-28.80932,149.13630],[-28.81849,149.13561],[-28.82421,149.14008],[-28.83007,149.12755],[-28.82722,149.11398],[-28.83188,149.10368],[-28.83113,149.09407],[-28.84692,149.07897],[-28.85789,149.07382],[-28.86902,149.06849],[-28.88270,149.05287],[-28.88736,149.05304],[-28.89232,149.05459],[-28.90659,149.05287],[-28.91846,149.04549],[-28.93033,149.04017],[-28.93469,149.04034],[-28.94415,149.03399],[-28.95227,149.03142],[-28.95692,149.01991],[-28.95482,149.01133],[-28.96188,149.00189],[-28.96849,149.00052],[-28.97183,148.99790],[-28.97160,148.99382],[-28.97142,148.99052],[-28.97528,148.99013],[-28.97363,148.98584],[-28.97603,148.98387],[-28.97524,148.98082],[-28.97566,148.97777],[-28.97641,148.97515],[-28.98091,148.97112],[-28.98497,148.97030],[-28.98538,148.96631],[-28.98700,148.96567],[-28.98812,148.96846],[-28.99086,148.96678],[-28.99056,148.96387],[-28.99304,148.96339],[-28.99338,148.96490],[-28.99578,148.96279],[-28.99754,148.95936],[-28.99908,148.95636],[-28.99889,148.95507],[-28.99879,140.99888],[-34.02277,141.00248],[-34.02419,141.00548],[-34.02689,141.00334],[-34.04176,141.00188],[-34.04809,141.01364],[-34.06333,141.02180],[-34.05992,141.03382],[-34.05196,141.03244],[-34.06390,141.04137],[-34.05878,141.06403],[-34.06561,141.07261],[-34.07926,141.08703],[-34.06988,141.10523],[-34.06874,141.13544],[-34.08438,141.15467],[-34.09575,141.20582],[-34.06931,141.20788],[-34.09177,141.24599],[-34.09461,141.26281],[-34.12929,141.31946],[-34.14862,141.32942],[-34.12048,141.35860],[-34.12986,141.36993],[-34.14151,141.40529],[-34.15884,141.41250],[-34.16112,141.43070],[-34.18157,141.46675],[-34.16538,141.47739],[-34.16651,141.49181],[-34.18242,141.50692],[-34.21167,141.49559],[-34.22019,141.51138],[-34.20627,141.54914],[-34.19804,141.57112],[-34.20202,141.59412],[-34.18952,141.60820],[-34.17447,141.60270],[-34.16339,141.61060],[-34.15345,141.62708],[-34.12617,141.63772],[-34.10627,141.68201],[-34.10314,141.70707],[-34.11849,141.71325],[-34.11537,141.73282],[-34.10485,141.73557],[-34.11593,141.75857],[-34.11878,141.78535],[-34.13725,141.84818],[-34.14208,141.88285],[-34.12020,141.91307],[-34.14094,141.92577],[-34.14322,141.94671],[-34.12588,141.94362],[-34.14407,141.96662],[-34.13697,141.97795],[-34.12134,141.97349],[-34.11565,141.97933],[-34.11473,141.98712],[-34.12120,141.99176],[-34.12042,141.99562],[-34.11907,141.99768],[-34.12184,142.00274],[-34.12475,142.01201],[-34.12617,142.01802],[-34.12433,142.02523],[-34.12148,142.02549],[-34.11750,142.01811],[-34.11438,142.01562],[-34.10791,142.01485],[-34.10578,142.01433],[-34.10542,142.01776],[-34.10699,142.02180],[-34.10706,142.02721],[-34.10343,142.03330],[-34.10073,142.03613],[-34.10258,142.04025],[-34.10422,142.04180],[-34.10727,142.03965],[-34.11004,142.03390],[-34.11715,142.02961],[-34.12070,142.02772],[-34.12468,142.02841],[-34.12752,142.03047],[-34.12958,142.03304],[-34.12987,142.03708],[-34.12901,142.04317],[-34.12639,142.04798],[-34.12596,142.05313],[-34.12845,142.06926],[-34.13292,142.07579],[-34.13804,142.07725],[-34.14138,142.07338],[-34.14400,142.06523],[-34.14791,142.06437],[-34.15253,142.06446],[-34.15501,142.06892],[-34.15636,142.07510],[-34.16112,142.07750],[-34.16979,142.07982],[-34.17426,142.08282],[-34.17379,142.08924],[-34.17287,142.09198],[-34.17535,142.09859],[-34.17763,142.10426],[-34.17748,142.10752],[-34.17606,142.11164],[-34.17514,142.11679],[-34.17578,142.12117],[-34.17131,142.12245],[-34.16506,142.11971],[-34.16009,142.11911],[-34.15703,142.12117],[-34.15788,142.12511],[-34.16129,142.13215],[-34.16115,142.13584],[-34.15987,142.13936],[-34.15703,142.14134],[-34.15128,142.14443],[-34.14979,142.14717],[-34.14993,142.15103],[-34.15234,142.15953],[-34.15192,142.16339],[-34.15362,142.16520],[-34.15682,142.16580],[-34.15994,142.16305],[-34.16818,142.15945],[-34.17223,142.15910],[-34.17258,142.16442],[-34.17713,142.16288],[-34.18025,142.16391],[-34.18345,142.16640],[-34.18437,142.17017],[-34.18480,142.17807],[-34.18224,142.18107],[-34.17727,142.18193],[-34.17720,142.18399],[-34.17954,142.18700],[-34.18309,142.19438],[-34.18444,142.20476],[-34.18182,142.21850],[-34.18608,142.22253],[-34.18870,142.22614],[-34.19062,142.22768],[-34.19417,142.22622],[-34.20184,142.22777],[-34.20858,142.22871],[-34.20979,142.23317],[-34.20382,142.23678],[-34.21199,142.24390],[-34.21575,142.24356],[-34.21830,142.23910],[-34.22299,142.23463],[-34.22675,142.23532],[-34.23008,142.24210],[-34.24052,142.24322],[-34.24782,142.24141],[-34.24832,142.23498],[-34.25343,142.23189],[-34.25705,142.23257],[-34.25832,142.24038],[-34.26393,142.24648],[-34.26861,142.24888],[-34.27322,142.24545],[-34.27946,142.24485],[-34.28308,142.24759],[-34.28733,142.24674],[-34.29294,142.24123],[-34.29513,142.23230],[-34.30215,142.23016],[-34.30697,142.23505],[-34.30775,142.24312],[-34.30605,142.25582],[-34.29641,142.26861],[-34.30506,142.27213],[-34.30293,142.27883],[-34.29733,142.28509],[-34.30322,142.29419],[-34.30556,142.29736],[-34.30541,142.28844],[-34.31102,142.28303],[-34.31662,142.28011],[-34.32420,142.28106],[-34.32668,142.28406],[-34.32640,142.28835],[-34.32385,142.29299],[-34.32456,142.29530],[-34.32980,142.29942],[-34.33086,142.31410],[-34.33497,142.31865],[-34.33823,142.32354],[-34.33972,142.33865],[-34.33660,142.34981],[-34.33256,142.35513],[-34.32710,142.36444],[-34.33043,142.37105],[-34.33206,142.37457],[-34.33156,142.38040],[-34.33426,142.38418],[-34.33575,142.39293],[-34.33893,142.39645],[-34.34276,142.39740],[-34.34319,142.39130],[-34.34255,142.38821],[-34.34666,142.38409],[-34.35127,142.38469],[-34.35892,142.38933],[-34.35998,142.39156],[-34.36409,142.38907],[-34.36444,142.38469],[-34.36055,142.37997],[-34.35828,142.37191],[-34.35920,142.36882],[-34.36239,142.36375],[-34.36466,142.36461],[-34.36331,142.37225],[-34.36310,142.37697],[-34.36572,142.37834],[-34.36841,142.37405],[-34.36962,142.36856],[-34.37351,142.36907],[-34.37535,142.37105],[-34.38067,142.36907],[-34.38768,142.37379],[-34.38768,142.37070],[-34.38563,142.36616],[-34.38669,142.36289],[-34.38966,142.36083],[-34.39228,142.35551],[-34.39644,142.35046],[-34.39899,142.35132],[-34.39906,142.35630],[-34.40204,142.35612],[-34.40699,142.35218],[-34.40898,142.35466],[-34.41046,142.36119],[-34.42108,142.35192],[-34.42321,142.35329],[-34.42222,142.35921],[-34.42264,142.36445],[-34.42512,142.36548],[-34.43135,142.35930],[-34.43355,142.36170],[-34.43496,142.36865],[-34.43772,142.36685],[-34.43928,142.36196],[-34.44303,142.36093],[-34.44558,142.36479],[-34.44961,142.36471],[-34.45407,142.36247],[-34.46009,142.36076],[-34.46462,142.35346],[-34.46851,142.35269],[-34.47035,142.35381],[-34.47162,142.35535],[-34.47091,142.36213],[-34.47056,142.36617],[-34.47263,142.38055],[-34.49018,142.35754],[-34.49725,142.35857],[-34.50602,142.36681],[-34.49640,142.37437],[-34.49018,142.38329],[-34.49329,142.39256],[-34.50150,142.38261],[-34.51281,142.37334],[-34.51904,142.37574],[-34.51706,142.39188],[-34.52158,142.39806],[-34.52413,142.37677],[-34.52922,142.36372],[-34.53431,142.37059],[-34.54591,142.38261],[-34.55071,142.39497],[-34.54704,142.40389],[-34.55411,142.40939],[-34.56174,142.40561],[-34.56937,142.40801],[-34.56909,142.41763],[-34.56542,142.42381],[-34.57559,142.43033],[-34.57588,142.44475],[-34.58266,142.44921],[-34.58634,142.45848],[-34.57757,142.45848],[-34.56457,142.45127],[-34.55807,142.45333],[-34.56853,142.46878],[-34.57842,142.46844],[-34.58351,142.46260],[-34.58916,142.45814],[-34.59029,142.46912],[-34.59877,142.46809],[-34.60527,142.46294],[-34.61149,142.46500],[-34.61855,142.45676],[-34.62477,142.46226],[-34.63013,142.45058],[-34.63748,142.44990],[-34.63663,142.46741],[-34.64285,142.46912],[-34.65951,142.47118],[-34.67137,142.47221],[-34.67532,142.48114],[-34.67391,142.49247],[-34.67532,142.49590],[-34.68323,142.49865],[-34.68294,142.50311],[-34.69226,142.51170],[-34.69791,142.49934],[-34.70581,142.49796],[-34.74165,142.49659],[-34.75801,142.51685],[-34.77719,142.55564],[-34.77155,142.57418],[-34.77916,142.60371],[-34.78621,142.61675],[-34.78480,142.63598],[-34.77549,142.64491],[-34.76337,142.64697],[-34.75660,142.64353],[-34.75547,142.63255],[-34.75660,142.62705],[-34.73798,142.61847],[-34.72923,142.62259],[-34.74193,142.64010],[-34.72613,142.65864],[-34.73939,142.66482],[-34.73911,142.67821],[-34.73431,142.68954],[-34.72585,142.68336],[-34.72726,142.70258],[-34.71823,142.70018],[-34.71512,142.68885],[-34.70553,142.69297],[-34.68379,142.68267],[-34.67504,142.68576],[-34.68182,142.70739],[-34.67250,142.71529],[-34.66177,142.71185],[-34.65556,142.69881],[-34.64962,142.69572],[-34.63239,142.70018],[-34.62053,142.71391],[-34.61573,142.70533],[-34.60131,142.70464],[-34.60188,142.71700],[-34.59736,142.72181],[-34.60612,142.73863],[-34.60357,142.75511],[-34.59679,142.76644],[-34.58747,142.76438],[-34.58605,142.74893],[-34.57927,142.75065],[-34.57955,142.76472],[-34.57927,142.78532],[-34.57248,142.77983],[-34.56994,142.77434],[-34.56033,142.79185],[-34.55241,142.79631],[-34.56061,142.80798],[-34.56485,142.79768],[-34.57220,142.79528],[-34.57842,142.80043],[-34.58096,142.78429],[-34.58803,142.78464],[-34.59849,142.79459],[-34.61092,142.80558],[-34.61262,142.82000],[-34.61940,142.83717],[-34.62731,142.83991],[-34.62194,142.85502],[-34.63098,142.85845],[-34.64539,142.85124],[-34.65245,142.86566],[-34.66346,142.85845],[-34.67899,142.87527],[-34.68012,142.89484],[-34.67193,142.90308],[-34.65923,142.90343],[-34.65640,142.91785],[-34.66487,142.93776],[-34.67645,142.95836],[-34.69847,142.96900],[-34.69395,142.98136],[-34.67419,142.98720],[-34.67956,143.00951],[-34.69198,143.00677],[-34.69847,143.01638],[-34.69593,143.02805],[-34.70496,143.04007],[-34.70101,143.04694],[-34.69960,143.06204],[-34.69170,143.07028],[-34.69960,143.08024],[-34.70186,143.09603],[-34.69988,143.10358],[-34.70524,143.11045],[-34.70468,143.12968],[-34.71851,143.14787],[-34.71879,143.16298],[-34.72387,143.17500],[-34.72133,143.18633],[-34.73882,143.20246],[-34.76026,143.22066],[-34.75321,143.24091],[-34.77916,143.25121],[-34.79523,143.27387],[-34.79777,143.29070],[-34.78762,143.30477],[-34.80031,143.34391],[-34.82088,143.35318],[-34.84146,143.34460],[-34.84679,143.34047],[-34.86116,143.34665],[-34.86708,143.33601],[-34.87947,143.33429],[-34.88200,143.32056],[-34.89299,143.32022],[-34.90453,143.32846],[-34.92396,143.33841],[-34.93578,143.33738],[-34.93888,143.32331],[-34.94816,143.31747],[-34.96251,143.31678],[-34.99567,143.31713],[-35.00158,143.33086],[-35.01170,143.33567],[-35.02267,143.32983],[-35.03054,143.32983],[-35.03616,143.32159],[-35.05078,143.32708],[-35.06876,143.33601],[-35.09287,143.33635],[-35.10860,143.34665],[-35.11085,143.35523],[-35.12854,143.37103],[-35.14089,143.38613],[-35.15100,143.38545],[-35.15998,143.37961],[-35.17514,143.38304],[-35.17850,143.38991],[-35.18832,143.38510],[-35.19394,143.39575],[-35.19674,143.41566],[-35.19562,143.43454],[-35.19450,143.44381],[-35.20375,143.46201],[-35.22143,143.46750],[-35.22143,143.49703],[-35.21526,143.51213],[-35.22199,143.52655],[-35.21694,143.54715],[-35.20852,143.55127],[-35.20516,143.56123],[-35.21357,143.57530],[-35.22283,143.57702],[-35.23236,143.57187],[-35.23601,143.55917],[-35.24695,143.56329],[-35.25087,143.56878],[-35.26685,143.56947],[-35.27021,143.57324],[-35.27049,143.57908],[-35.28451,143.58320],[-35.30300,143.57221],[-35.30384,143.56809],[-35.31533,143.56226],[-35.32906,143.56020],[-35.34418,143.56329],[-35.34362,143.57256],[-35.34222,143.57771],[-35.35706,143.59693],[-35.38058,143.61444],[-35.39093,143.62337],[-35.40493,143.64157],[-35.38757,143.67349],[-35.37638,143.67315],[-35.38646,143.69341],[-35.39513,143.71607],[-35.39485,143.75074],[-35.40409,143.76619],[-35.41472,143.75486],[-35.42563,143.76139],[-35.42479,143.79057],[-35.43486,143.79846],[-35.43934,143.81494],[-35.44605,143.81014],[-35.45137,143.82387],[-35.45836,143.82833],[-35.46227,143.84413],[-35.48184,143.85752],[-35.48576,143.87606],[-35.49666,143.89597],[-35.50504,143.92309],[-35.50560,143.95021],[-35.51119,143.97219],[-35.53187,143.97322],[-35.53858,143.99690],[-35.55813,143.98695],[-35.56651,144.01750],[-35.55673,144.01441],[-35.55841,144.04291],[-35.56595,144.05012],[-35.57209,144.06111],[-35.57880,144.06145],[-35.59415,144.10196],[-35.61341,144.11157],[-35.62988,144.11844],[-35.64718,144.13526],[-35.65025,144.14934],[-35.67340,144.16307],[-35.67591,144.18608],[-35.68539,144.19363],[-35.69515,144.21526],[-35.70797,144.21594],[-35.72637,144.24581],[-35.75870,144.26538],[-35.74699,144.27671],[-35.73919,144.28495],[-35.74226,144.29457],[-35.75535,144.29216],[-35.76260,144.31036],[-35.77095,144.32272],[-35.76956,144.32924],[-35.78265,144.34606],[-35.79518,144.36117],[-35.80108,144.36994],[-35.81249,144.36239],[-35.82725,144.36239],[-35.85007,144.37750],[-35.87233,144.39775],[-35.89069,144.40839],[-35.90292,144.40565],[-35.91099,144.41457],[-35.93657,144.44444],[-35.95491,144.47912],[-35.96491,144.48461],[-35.97770,144.51036],[-35.99186,144.50967],[-35.99964,144.51826],[-35.99909,144.53027],[-36.01186,144.55465],[-36.01908,144.56186],[-36.03907,144.58246],[-36.04490,144.59070],[-36.04324,144.60958],[-36.06156,144.60580],[-36.07710,144.61061],[-36.08043,144.62400],[-36.06128,144.63430],[-36.07848,144.65078],[-36.07543,144.66760],[-36.06905,144.68340],[-36.09374,144.68065],[-36.09735,144.68546],[-36.09485,144.70056],[-36.09374,144.71601],[-36.11177,144.71429],[-36.12342,144.72906],[-36.12564,144.75618],[-36.13618,144.78296],[-36.12509,144.79669],[-36.12509,144.81008],[-36.10817,144.82622],[-36.10096,144.84819],[-36.08265,144.85059],[-36.06267,144.87257],[-36.06766,144.89969],[-36.07182,144.93642],[-36.07904,144.93677],[-36.08431,144.95428],[-36.07959,144.97110],[-36.06711,144.99067],[-36.05018,144.98792],[-36.04046,144.97282],[-36.01742,144.96320],[-36.01020,144.95187],[-35.99242,144.93711],[-35.98436,144.92647],[-35.97103,144.93368],[-35.96352,144.95943],[-35.94129,144.95977],[-35.92934,144.95428],[-35.90821,144.96973],[-35.87706,144.98209],[-35.86704,144.97419],[-35.85953,144.99582],[-35.85897,145.01985],[-35.84701,145.04285],[-35.83754,145.07787],[-35.83476,145.10706],[-35.83281,145.11495],[-35.84589,145.15581],[-35.84395,145.18156],[-35.83949,145.19769],[-35.84506,145.22550],[-35.83615,145.23340],[-35.84311,145.25434],[-35.85202,145.25812],[-35.85786,145.27975],[-35.86426,145.31477],[-35.85675,145.31992],[-35.87010,145.35494],[-35.85313,145.39167],[-35.85007,145.41158],[-35.83059,145.42188],[-35.83894,145.44042],[-35.82947,145.46308],[-35.81722,145.48265],[-35.82196,145.52454],[-35.81500,145.53209],[-35.82502,145.53964],[-35.82279,145.54994],[-35.84840,145.57741],[-35.86954,145.58874],[-35.88262,145.60728],[-35.87928,145.61277],[-35.89069,145.62273],[-35.89903,145.64024],[-35.91794,145.65981],[-35.93851,145.68590],[-35.94296,145.70753],[-35.96408,145.72126],[-35.96853,145.76761],[-35.98853,145.79404],[-35.99436,145.81739],[-35.98270,145.83421],[-35.98659,145.85310],[-35.96158,145.86752],[-35.96158,145.89670],[-35.97103,145.89910],[-35.97381,145.92313],[-35.98492,145.94305],[-36.00047,145.95232],[-36.01369,145.96313],[-36.01869,145.98270],[-36.01119,146.01360],[-35.99508,146.02115],[-35.99814,146.06098],[-36.02563,146.16157],[-36.02952,146.17839],[-36.04173,146.18320],[-36.04118,146.21375],[-36.03285,146.24259],[-36.01897,146.25530],[-36.02924,146.27555],[-36.04368,146.28311],[-36.05062,146.30268],[-36.04479,146.32224],[-36.04227,146.33797],[-36.03144,146.33076],[-36.03116,146.34278],[-36.04504,146.34758],[-36.04560,146.35754],[-36.05282,146.36475],[-36.04643,146.38363],[-36.04171,146.38192],[-36.03838,146.39119],[-36.02339,146.37986],[-36.00950,146.38981],[-36.01034,146.40046],[-35.99256,146.40458],[-35.98117,146.42071],[-35.97284,146.42964],[-35.97923,146.44131],[-35.96839,146.45710],[-35.98506,146.46500],[-35.99312,146.49109],[-35.99145,146.50826],[-35.96811,146.50311],[-35.96811,146.51135],[-35.99200,146.53435],[-35.99367,146.54946],[-35.97978,146.56456],[-35.98478,146.58448],[-35.97811,146.59649],[-35.98145,146.60508],[-35.99062,146.60370],[-36.00311,146.62156],[-36.01367,146.64490],[-36.02950,146.65451],[-36.03116,146.66962],[-36.04449,146.68679],[-36.03894,146.70189],[-36.02950,146.72524],[-36.05476,146.73211],[-36.06392,146.75030],[-36.06003,146.77056],[-36.06725,146.78292],[-36.06586,146.80420],[-36.08945,146.82240],[-36.09000,146.83476],[-36.08390,146.86532],[-36.08001,146.86806],[-36.09167,146.88385],[-36.09028,146.90033],[-36.11136,146.90583],[-36.11691,146.91887],[-36.11081,146.92986],[-36.11663,146.94016],[-36.11108,146.95733],[-36.09805,146.95801],[-36.08639,146.97037],[-36.09721,146.98376],[-36.08806,146.99509],[-36.09139,147.00676],[-36.10914,147.01363],[-36.11191,147.02462],[-36.11885,147.03595],[-36.10859,147.05655],[-36.08750,147.05929],[-36.05781,147.07474],[-36.03644,147.09877],[-36.01756,147.09397],[-36.00839,147.11800],[-36.01811,147.13688],[-36.04199,147.14787],[-36.03449,147.18117],[-36.04754,147.20692],[-36.04421,147.22374],[-36.04171,147.24915],[-36.04116,147.27730],[-36.04699,147.30099],[-36.06725,147.31713],[-36.03921,147.33738],[-36.02334,147.34681],[-36.00557,147.35333],[-35.98640,147.36123],[-35.96390,147.39041],[-35.94722,147.40827],[-35.95334,147.44260],[-35.96056,147.45805],[-35.94750,147.46148],[-35.94889,147.48036],[-35.95417,147.50508],[-35.97251,147.51916],[-35.98002,147.51298],[-35.99057,147.52465],[-36.00363,147.54628],[-36.00529,147.55967],[-35.98418,147.59126],[-35.97501,147.58164],[-35.98196,147.61392],[-35.95918,147.64344],[-35.94834,147.65305],[-35.94667,147.68842],[-35.93472,147.70318],[-35.95167,147.71966],[-35.96223,147.73923],[-35.96279,147.75742],[-35.97390,147.78352],[-35.96918,147.79828],[-35.98363,147.81716],[-35.98807,147.84257],[-35.99502,147.85046],[-35.99724,147.87450],[-36.00613,147.88754],[-35.99974,147.90402],[-36.02834,147.90849],[-36.04694,147.92634],[-36.04944,147.93698],[-36.04916,147.97784],[-36.05499,147.98779],[-36.07858,147.98161],[-36.08635,147.97784],[-36.10300,147.99157],[-36.12734,147.98755],[-36.13511,147.99579],[-36.14537,148.00129],[-36.14453,148.02498],[-36.15119,148.02601],[-36.16449,148.01296],[-36.18500,148.01948],[-36.20079,148.03631],[-36.21409,148.03184],[-36.22406,148.02326],[-36.24123,148.03219],[-36.24843,148.02601],[-36.26200,148.03287],[-36.27445,148.03116],[-36.31153,148.03425],[-36.32703,148.04901],[-36.36491,148.03562],[-36.39476,148.03734],[-36.41825,148.06103],[-36.42819,148.07888],[-36.45885,148.08540],[-36.46631,148.11596],[-36.49860,148.11802],[-36.53144,148.13312],[-36.55240,148.12351],[-36.56895,148.13038],[-36.56729,148.15132],[-36.58411,148.16059],[-36.58218,148.18703],[-36.60230,148.20865],[-36.60782,148.19458],[-36.62399,148.21392],[-36.64989,148.20328],[-36.70083,148.17135],[-36.71982,148.14595],[-36.73330,148.12775],[-36.75064,148.12672],[-36.76879,148.10681],[-36.79051,148.09548],[-36.81196,148.11779],[-36.79986,148.13187],[-36.79574,148.15556],[-36.80261,148.17547],[-36.80866,148.18337],[-36.79766,148.19573],[-37.51406,149.99768],[-37.69308,152.57674],[-27.86885,155.91658]], + AU_SA: [[-31.68766,129.00134],[-25.99855,129.00181],[-25.99635,140.99941],[-34.02232,141.00331],[-34.01949,140.99962],[-34.02063,140.99636],[-34.02399,140.99417],[-34.03058,140.99417],[-34.03190,140.99130],[-34.03082,140.98827],[-34.02641,140.98499],[-34.02091,140.98555],[-34.01686,140.98050],[-34.01367,140.98155],[-34.01163,140.98668],[-34.00958,140.98617],[-34.00942,140.97570],[-34.00727,140.97546],[-34.00576,140.98044],[-33.99976,140.98058],[-33.99715,140.97666],[-33.99788,140.96962],[-33.99329,140.96743],[-33.98722,140.96831],[-33.98346,140.96979],[-33.98062,140.96531],[-33.98104,140.96402],[-35.24073,140.96654],[-36.32451,140.96717],[-37.32380,140.97360],[-37.51222,140.97423],[-37.66380,140.97299],[-37.71745,140.97231],[-37.71793,140.97394],[-37.73022,140.97222],[-37.77470,140.97148],[-37.84231,140.96985],[-37.92414,140.96830],[-38.06224,140.96610],[-39.76567,140.29077]], + AU_WA: [[-31.68774,129.00223],[-25.99855,129.00190],[-25.99856,129.00063],[-14.87935,129.00131],[-12.20406,127.29152],[-18.36847,109.99904],[-35.39095,110.68783],[-38.46585,118.82492]], // ร…land Islands - AX: [[60.73015,20.57840], [60.71437,20.94976], [60.59564,21.11648], [60.55084,21.14420], [60.49898,21.14849], [60.48099,21.12609], [60.41038,21.11214], [60.34401,21.11680], [60.28875,21.09414], [60.25326,21.09860], [60.19840,21.09198], [60.19481,21.04288], [60.12716,21.01954], [60.06171,21.12785], [59.98727,21.14210], [59.94929,21.16922], [59.93846,21.23171], [59.90517,21.30467], [59.86377,21.33116], [59.78093,21.27090], [59.63718,21.28408], [59.43754,20.94350], [59.74340,19.60867], [60.30873,18.97695], [60.72776,19.30654]], + AX: [[60.73015,20.57840],[60.71437,20.94976],[60.59564,21.11648],[60.55084,21.14420],[60.49898,21.14849],[60.48099,21.12609],[60.41038,21.11214],[60.34401,21.11680],[60.28875,21.09414],[60.25326,21.09860],[60.19840,21.09198],[60.19481,21.04288],[60.12716,21.01954],[60.06171,21.12785],[59.98727,21.14210],[59.94929,21.16922],[59.93846,21.23171],[59.90517,21.30467],[59.86377,21.33116],[59.78093,21.27090],[59.63718,21.28408],[59.43754,20.94350],[59.74340,19.60867],[60.30873,18.97695],[60.72776,19.30654]], // Bosnia and Herzegovina - BA: [[43.52685,19.22329], [43.52772,19.22836], [43.52753,19.23454], [43.52915,19.25222], [43.53985,19.24870], [43.54776,19.24724], [43.55043,19.24870], [43.55777,19.24913], [43.56237,19.25273], [43.56586,19.25093], [43.56710,19.25222], [43.57552,19.25438], [43.58118,19.25284], [43.58846,19.24769], [43.59181,19.24760], [43.59032,19.25378], [43.58895,19.26357], [43.59293,19.26580], [43.59660,19.27327], [43.59517,19.28854], [43.59896,19.29146], [43.59063,19.30073], [43.58933,19.30477], [43.58752,19.31395], [43.58821,19.32554], [43.58989,19.33120], [43.58796,19.33549], [43.58883,19.33815], [43.60412,19.35644], [43.60501,19.36226], [43.60899,19.36569], [43.61023,19.36878], [43.60582,19.36938], [43.60215,19.38105], [43.60084,19.38217], [43.59805,19.38114], [43.59208,19.38397], [43.59046,19.38715], [43.59028,19.39135], [43.59115,19.39384], [43.59133,19.39599], [43.59009,19.39899], [43.58748,19.40178], [43.58651,19.39993], [43.58365,19.39929], [43.58166,19.39963], [43.57912,19.39212], [43.57775,19.39062], [43.57744,19.38736], [43.57566,19.38830], [43.57489,19.39049], [43.57458,19.39186], [43.57346,19.39204], [43.57467,19.39380], [43.57604,19.39757], [43.57787,19.40071], [43.57719,19.40440], [43.57010,19.40208], [43.57004,19.40671], [43.56960,19.40766], [43.57027,19.40997], [43.56598,19.41323], [43.56555,19.41207], [43.56485,19.41230], [43.56345,19.41093], [43.56314,19.41014], [43.56241,19.41039], [43.56203,19.40975], [43.56130,19.40984], [43.55872,19.40904], [43.55802,19.40915], [43.55659,19.40778], [43.55602,19.40814], [43.55524,19.40790], [43.55498,19.40612], [43.55457,19.40374], [43.55415,19.40248], [43.55428,19.40172], [43.55451,19.40129], [43.55453,19.39816], [43.55414,19.39750], [43.55434,19.39625], [43.55395,19.39490], [43.55334,19.39632], [43.55300,19.39724], [43.55310,19.39769], [43.55283,19.39780], [43.55176,19.39930], [43.55170,19.40033], [43.55086,19.40136], [43.55028,19.40185], [43.55023,19.40269], [43.54986,19.40290], [43.54938,19.40393], [43.54943,19.40563], [43.54866,19.40750], [43.54776,19.40829], [43.54731,19.41078], [43.54261,19.41201], [43.53970,19.41373], [43.54110,19.42088], [43.54237,19.42193], [43.54926,19.42624], [43.55032,19.42699], [43.55225,19.42921], [43.55683,19.42814], [43.55801,19.42505], [43.55928,19.42385], [43.56190,19.42469], [43.56431,19.42413], [43.56687,19.42492], [43.56866,19.42351], [43.56830,19.41896], [43.56708,19.41480], [43.56598,19.41323], [43.57027,19.40997], [43.57109,19.41039], [43.57136,19.41191], [43.57319,19.41691], [43.57431,19.41797], [43.57522,19.42234], [43.57735,19.42155], [43.57733,19.41924], [43.57769,19.41915], [43.57749,19.41746], [43.57817,19.41801], [43.57867,19.41956], [43.57897,19.42503], [43.57981,19.43065], [43.58049,19.43164], [43.58110,19.43870], [43.57987,19.44228], [43.58110,19.44370], [43.58119,19.44572], [43.58175,19.44604], [43.58139,19.44728], [43.58043,19.44889], [43.58061,19.44984], [43.57878,19.45144], [43.57875,19.45393], [43.57898,19.45518], [43.57771,19.45857], [43.57769,19.46078], [43.57687,19.46447], [43.57679,19.46820], [43.57611,19.47134], [43.57530,19.47533], [43.57152,19.47887], [43.57177,19.48227], [43.57292,19.48439], [43.57752,19.49791], [43.58437,19.50639], [43.58550,19.50972], [43.58550,19.51148], [43.58586,19.51161], [43.59017,19.50292], [43.59329,19.49931], [43.59626,19.49899], [43.59798,19.49734], [43.59865,19.49536], [43.59839,19.49427], [43.59657,19.49367], [43.59614,19.49259], [43.59646,19.49116], [43.59671,19.49187], [43.59840,19.49206], [43.59935,19.49144], [43.60083,19.49163], [43.60140,19.49270], [43.60440,19.49483], [43.60590,19.49455], [43.60921,19.49521], [43.61101,19.49682], [43.61216,19.49734], [43.61337,19.49884], [43.61573,19.49991], [43.61732,19.49897], [43.61811,19.49601], [43.61887,19.49478], [43.61881,19.49328], [43.61961,19.49236], [43.62129,19.49189], [43.62257,19.49167], [43.62409,19.49242], [43.62550,19.49268], [43.62841,19.49099], [43.63176,19.48800], [43.63338,19.48897], [43.63515,19.49189], [43.63700,19.49356], [43.63760,19.49515], [43.63807,19.49584], [43.63872,19.49858], [43.63857,19.49903], [43.63506,19.49895], [43.63302,19.50049], [43.63304,19.50210], [43.63355,19.50476], [43.63308,19.50730], [43.63231,19.50747], [43.62993,19.50637], [43.62852,19.50642], [43.62731,19.50770], [43.62718,19.50884], [43.62815,19.51058], [43.63035,19.51103], [43.63687,19.51264], [43.63819,19.51461], [43.64184,19.51532], [43.64447,19.51292], [43.64667,19.51530], [43.64763,19.51848], [43.64943,19.52667], [43.65508,19.52839], [43.65766,19.52830], [43.65962,19.53002], [43.66471,19.53144], [43.66871,19.53208], [43.66977,19.53066], [43.67051,19.52835], [43.67290,19.52757], [43.68476,19.52054], [43.68954,19.51757], [43.69348,19.51942], [43.69689,19.51813], [43.69794,19.51672], [43.70176,19.51496], [43.70455,19.51680], [43.70567,19.51920], [43.71008,19.51968], [43.71104,19.52023], [43.71516,19.51890], [43.71597,19.51350], [43.72118,19.50809], [43.72149,19.50560], [43.72375,19.50285], [43.72382,19.49976], [43.72484,19.49818], [43.72729,19.49672], [43.72806,19.49170], [43.73424,19.48118], [43.74124,19.47783], [43.74592,19.47805], [43.74896,19.47612], [43.75076,19.47316], [43.75191,19.47045], [43.75398,19.46766], [43.75597,19.46758], [43.75746,19.46578], [43.76017,19.46621], [43.76504,19.46561], [43.76619,19.46222], [43.76758,19.45861], [43.77149,19.45612], [43.77307,19.45106], [43.77589,19.44715], [43.77644,19.44329], [43.77694,19.43175], [43.77821,19.43093], [43.77988,19.43106], [43.78094,19.43166], [43.78379,19.43179], [43.78608,19.43076], [43.78970,19.42788], [43.79181,19.42509], [43.79770,19.42102], [43.79757,19.41784], [43.79640,19.41625], [43.79457,19.41548], [43.79435,19.40990], [43.79785,19.40578], [43.79835,19.40316], [43.79751,19.40055], [43.79869,19.39475], [43.80132,19.39488], [43.80513,19.39347], [43.80984,19.39183], [43.81012,19.38917], [43.81402,19.38664], [43.81894,19.37909], [43.82123,19.37750], [43.82374,19.37355], [43.82693,19.37154], [43.82972,19.37424], [43.83517,19.37505], [43.83780,19.36475], [43.84160,19.36136], [43.84606,19.35583], [43.84640,19.35407], [43.85104,19.35115], [43.85157,19.34883], [43.85367,19.34626], [43.85627,19.34574], [43.86293,19.33935], [43.86874,19.33639], [43.87032,19.33574], [43.87666,19.32905], [43.87898,19.32592], [43.88072,19.32231], [43.88038,19.32008], [43.88322,19.31635], [43.88715,19.31390], [43.88928,19.31579], [43.89228,19.31364], [43.89550,19.30944], [43.89790,19.31115], [43.90541,19.30269], [43.91036,19.29703], [43.91499,19.29686], [43.92028,19.29390], [43.92575,19.28832], [43.92751,19.28433], [43.93187,19.28407], [43.93206,19.28197], [43.93703,19.27639], [43.93697,19.27428], [43.93895,19.27347], [43.94077,19.27068], [43.94290,19.27072], [43.94590,19.26909], [43.94751,19.26553], [43.94834,19.26240], [43.94998,19.26021], [43.94961,19.25746], [43.95193,19.25343], [43.95508,19.25205], [43.95844,19.25501], [43.96150,19.25579], [43.96756,19.25403], [43.97290,19.24961], [43.97571,19.24583], [43.98263,19.23918], [43.98630,19.23720], [43.99523,19.23502], [44.00378,19.23575], [44.01080,19.23461], [44.01463,19.23813], [44.01527,19.24388], [44.01367,19.24933], [44.01083,19.25324], [44.00361,19.25950], [43.99993,19.26835], [43.99752,19.28066], [43.99764,19.30430], [43.99273,19.31700], [43.98211,19.33589], [43.98139,19.35487], [43.97376,19.35972], [43.96203,19.38083], [43.96014,19.39182], [43.96771,19.40598], [43.96465,19.41006], [43.96008,19.41996], [43.95873,19.42610], [43.95802,19.43309], [43.95996,19.44901], [43.95638,19.47605], [43.95536,19.49910], [43.95610,19.52639], [43.95696,19.52918], [43.96691,19.53377], [43.97392,19.53944], [43.97723,19.54502], [43.97994,19.55030], [43.98390,19.56617], [43.98550,19.56750], [43.99029,19.56849], [43.99356,19.56506], [43.99841,19.56356], [44.00001,19.56570], [44.00381,19.59076], [44.00860,19.59518], [44.01054,19.59930], [44.01319,19.61707], [44.01656,19.62171], [44.02045,19.62282], [44.02538,19.62050], [44.03128,19.61535], [44.03566,19.61402], [44.04821,19.62329], [44.05167,19.62372], [44.05383,19.62016], [44.05370,19.61763], [44.05025,19.61252], [44.04988,19.61008], [44.05053,19.60467], [44.05287,19.60252], [44.06308,19.60321], [44.06850,19.60128], [44.07088,19.59785], [44.07260,19.58909], [44.07054,19.58416], [44.06739,19.58227], [44.05262,19.58291], [44.04762,19.58094], [44.04599,19.57669], [44.04725,19.57227], [44.05123,19.56836], [44.06070,19.56652], [44.06955,19.55811], [44.07334,19.55120], [44.07630,19.53836], [44.07664,19.53360], [44.08124,19.51141], [44.08605,19.50708], [44.09360,19.50253], [44.09634,19.49948], [44.10340,19.49438], [44.11486,19.49425], [44.11656,19.49206], [44.11702,19.47391], [44.12078,19.46966], [44.12774,19.46987], [44.13193,19.47352], [44.13806,19.48219], [44.14511,19.48249], [44.14990,19.47489], [44.14929,19.46755], [44.14405,19.45919], [44.13943,19.45382], [44.13238,19.45013], [44.13140,19.44721], [44.13192,19.44292], [44.13565,19.43382], [44.14119,19.42541], [44.14408,19.41945], [44.14852,19.41653], [44.15634,19.41455], [44.16321,19.41078], [44.16785,19.40988], [44.17124,19.40597], [44.17142,19.39601], [44.17804,19.38567], [44.18044,19.38052], [44.18174,19.37263], [44.18106,19.36503], [44.18318,19.35962], [44.18684,19.35722], [44.20127,19.35556], [44.20574,19.35938], [44.20866,19.35904], [44.21346,19.35530], [44.21638,19.34578], [44.22148,19.34221], [44.23280,19.34839], [44.24347,19.34200], [44.24667,19.33702], [44.24943,19.32990], [44.25635,19.32814], [44.26674,19.32861], [44.27098,19.32633], [44.27270,19.32097], [44.27353,19.31569], [44.27172,19.30908], [44.26993,19.30548], [44.27027,19.29350], [44.27169,19.28904], [44.27390,19.28672], [44.27666,19.28140], [44.27586,19.27801], [44.27221,19.27393], [44.26625,19.26063], [44.26170,19.24690], [44.26244,19.23450], [44.26563,19.22711], [44.27095,19.22081], [44.28838,19.21690], [44.29136,19.20918], [44.29146,19.19849], [44.28755,19.19201], [44.28061,19.18321], [44.27941,19.17776], [44.28187,19.16823], [44.29293,19.15527], [44.30291,19.14994], [44.31888,19.12960], [44.33030,19.13123], [44.33552,19.13673], [44.34092,19.13286], [44.34196,19.11827], [44.34491,19.11398], [44.35653,19.10909], [44.36396,19.11905], [44.36929,19.11441], [44.36721,19.10763], [44.37138,19.10257], [44.37862,19.10428], [44.38322,19.10712], [44.38767,19.10646], [44.39460,19.10758], [44.39945,19.11247], [44.40521,19.12526], [44.41048,19.14217], [44.41441,19.14698], [44.42679,19.14758], [44.43292,19.14526], [44.44202,19.14932], [44.45868,19.14640], [44.47510,19.13851], [44.47773,19.13499], [44.48410,19.13215], [44.49414,19.13344], [44.49825,19.13069], [44.49978,19.12537], [44.50070,19.12108], [44.50351,19.11945], [44.50712,19.12211], [44.51208,19.12705], [44.52441,19.12988], [44.52686,19.13353], [44.52766,19.13679], [44.52747,19.13954], [44.52671,19.14258], [44.52282,19.15039], [44.52227,19.15640], [44.52343,19.16215], [44.52356,19.17035], [44.52512,19.17301], [44.52830,19.17485], [44.53182,19.17374], [44.53754,19.17657], [44.54643,19.19004], [44.55197,19.19613], [44.55851,19.19716], [44.56350,19.19390], [44.56500,19.18815], [44.56585,19.18244], [44.56896,19.18167], [44.57522,19.18544], [44.58345,19.19428], [44.58874,19.20055], [44.59201,19.20896], [44.59213,19.21433], [44.59317,19.22433], [44.59586,19.22750], [44.59888,19.22849], [44.61108,19.22287], [44.61465,19.22278], [44.61590,19.22664], [44.61569,19.23192], [44.61413,19.23325], [44.61383,19.23505], [44.61526,19.23990], [44.61755,19.24226], [44.63050,19.24123], [44.63286,19.24319], [44.63396,19.24804], [44.63772,19.25083], [44.64181,19.25027], [44.64822,19.25534], [44.65195,19.25577], [44.65454,19.25517], [44.65934,19.25762], [44.66370,19.26255], [44.66858,19.27066], [44.67145,19.27744], [44.67414,19.27787], [44.67893,19.27294], [44.68336,19.27093], [44.68647,19.27222], [44.68800,19.27458], [44.68849,19.27806], [44.68821,19.28342], [44.68666,19.29419], [44.68821,19.29947], [44.69389,19.29943], [44.69999,19.30076], [44.70197,19.30363], [44.70511,19.31046], [44.70826,19.31286], [44.71021,19.31222], [44.71323,19.31350], [44.71599,19.31967], [44.71804,19.32070], [44.72423,19.32148], [44.72724,19.32414], [44.72962,19.32744], [44.73087,19.32774], [44.73548,19.32414], [44.73721,19.32444], [44.73816,19.32551], [44.73846,19.32796], [44.73758,19.33607], [44.73813,19.33954], [44.74090,19.34190], [44.74392,19.34182], [44.74752,19.33508], [44.75084,19.33332], [44.75629,19.34079], [44.76047,19.33315], [44.76550,19.32658], [44.77147,19.32744], [44.77278,19.33087], [44.77071,19.33817], [44.77232,19.34135], [44.77458,19.34311], [44.77808,19.34181], [44.78268,19.33824], [44.78456,19.33884], [44.78804,19.34768], [44.79029,19.34970], [44.79544,19.34867], [44.80207,19.34811], [44.80289,19.35009], [44.80469,19.35416], [44.80630,19.35635], [44.80883,19.35571], [44.81090,19.35296], [44.81726,19.34751], [44.82006,19.34781], [44.82323,19.35318], [44.82576,19.35477], [44.82792,19.35189], [44.82847,19.34768], [44.83130,19.34558], [44.83328,19.34644], [44.83377,19.34859], [44.83328,19.35266], [44.83340,19.35618], [44.83507,19.36125], [44.83736,19.36245], [44.83876,19.36210], [44.84064,19.36026], [44.84317,19.35996], [44.85065,19.36202], [44.85123,19.36429], [44.85047,19.36657], [44.84807,19.37069], [44.84813,19.37236], [44.84980,19.37403], [44.85205,19.37438], [44.85476,19.37262], [44.86088,19.36554], [44.86288,19.36434], [44.86638,19.36485], [44.87125,19.37163], [44.87578,19.37253], [44.87706,19.37107], [44.87751,19.36760], [44.87508,19.36176], [44.87572,19.35953], [44.87766,19.35824], [44.87949,19.35944], [44.88055,19.36253], [44.88235,19.36507], [44.88508,19.36682], [44.88724,19.36695], [44.89104,19.35335], [44.88916,19.34683], [44.89758,19.33050], [44.90007,19.32204], [44.90673,19.31307], [44.90953,19.29797], [44.90734,19.28423], [44.90436,19.27655], [44.91263,19.25960], [44.91329,19.25222], [44.91117,19.24462], [44.90232,19.23162], [44.89661,19.22231], [44.89664,19.21235], [44.89940,19.20759], [44.91418,19.20192], [44.92056,19.19312], [44.92229,19.17617], [44.91652,19.16459], [44.90396,19.14879], [44.89965,19.12978], [44.88849,19.12261], [44.88511,19.11270], [44.88183,19.09322], [44.87830,19.08622], [44.86477,19.07330], [44.86112,19.06412], [44.85561,19.02116], [44.85570,19.00794], [44.85400,18.99756], [44.85078,18.98434], [44.84928,18.97769], [44.85273,18.86330], [44.85450,18.84820], [44.87834,18.81936], [44.88528,18.79816], [44.89908,18.77584], [44.90443,18.76537], [44.90960,18.76288], [44.91410,18.76709], [44.91902,18.77404], [44.92248,18.77052], [44.92759,18.75756], [44.93968,18.74966], [44.94490,18.75567], [44.94442,18.76211], [44.93518,18.77781], [44.93403,18.79155], [44.93476,18.79816], [44.93792,18.80391], [44.94430,18.80545], [44.95553,18.78975], [44.97448,18.78417], [44.98743,18.79661], [44.99429,18.79558], [44.99684,18.78631], [45.00011,18.75893], [44.99653,18.74940], [44.99289,18.74520], [44.99204,18.73215], [44.99562,18.72743], [45.00017,18.72872], [45.00970,18.73790], [45.01747,18.73833], [45.02269,18.72451], [45.02778,18.72117], [45.03700,18.71765], [45.03864,18.71061], [45.03815,18.70177], [45.04046,18.69267], [45.05726,18.67199], [45.06301,18.66787], [45.06592,18.66950], [45.07211,18.68409], [45.07732,18.68847], [45.09271,18.68031], [45.09532,18.67233], [45.09459,18.66495], [45.07962,18.65422], [45.07471,18.65422], [45.06605,18.65988], [45.05913,18.65954], [45.05701,18.65636], [45.05725,18.64984], [45.06180,18.64194], [45.06186,18.61302], [45.06532,18.60590], [45.07120,18.60796], [45.08138,18.62864], [45.08193,18.63431], [45.09017,18.63765], [45.09429,18.63310], [45.09653,18.62486], [45.09223,18.62074], [45.08423,18.62049], [45.08029,18.61379], [45.08332,18.59371], [45.09211,18.58821], [45.09532,18.57122], [45.09289,18.56813], [45.08829,18.57053], [45.07956,18.58298], [45.07320,18.58298], [45.06823,18.57843], [45.06683,18.57457], [45.06835,18.57139], [45.07738,18.57028], [45.09265,18.55002], [45.09459,18.53921], [45.08902,18.52976], [45.08623,18.53054], [45.08374,18.53757], [45.07981,18.54796], [45.07520,18.55131], [45.07223,18.54985], [45.06332,18.53680], [45.05592,18.53646], [45.04834,18.53809], [45.04422,18.53526], [45.04404,18.53285], [45.04616,18.53002], [45.05719,18.53122], [45.06089,18.52590], [45.06010,18.52127], [45.05677,18.50942], [45.06089,18.49483], [45.06180,18.48762], [45.06053,18.48221], [45.06301,18.47423], [45.07538,18.46119], [45.08217,18.44677], [45.08871,18.44066], [45.10029,18.43697], [45.10701,18.42701], [45.11059,18.41036], [45.10156,18.31913], [45.10616,18.31475], [45.11525,18.30968], [45.11585,18.29947], [45.11313,18.28994], [45.11543,18.27887], [45.13069,18.27818], [45.13608,18.27381], [45.13856,18.26385], [45.13923,18.24806], [45.12978,18.22016], [45.12355,18.21021], [45.11416,18.20840], [45.10804,18.21124], [45.09956,18.22136], [45.09574,18.22102], [45.08556,18.20986], [45.07987,18.20137], [45.07736,18.19020], [45.07736,18.16746], [45.08627,18.14729], [45.08488,18.13587], [45.08039,18.12171], [45.08361,18.10909], [45.09718,18.09691], [45.10281,18.08498], [45.10633,18.07047], [45.10990,18.07184], [45.11662,18.08540], [45.12226,18.08455], [45.13849,18.07373], [45.14224,18.06755], [45.14381,18.05940], [45.14260,18.04996], [45.13915,18.04412], [45.12668,18.04094], [45.12535,18.03545], [45.13031,18.02841], [45.14696,18.02309], [45.15078,18.01768], [45.15211,18.00704], [45.15211,18.00318], [45.14357,17.98327], [45.13195,17.97520], [45.12195,17.97408], [45.11432,17.96559], [45.11208,17.95357], [45.11178,17.93992], [45.10724,17.93134], [45.09863,17.92894], [45.08452,17.93743], [45.08076,17.93469], [45.07250,17.91797], [45.05843,17.89960], [45.04564,17.86415], [45.04443,17.85300], [45.04576,17.84029], [45.05583,17.81987], [45.06856,17.79978], [45.08304,17.78493], [45.08498,17.77437], [45.08492,17.75850], [45.10692,17.72279], [45.11364,17.71120], [45.11733,17.69078], [45.13011,17.68039], [45.13423,17.66777], [45.13278,17.65481], [45.12696,17.64014], [45.11945,17.62700], [45.11418,17.62503], [45.11340,17.61138], [45.10782,17.60529], [45.10655,17.59679], [45.10746,17.59113], [45.11679,17.58143], [45.11600,17.57370], [45.10922,17.56486], [45.10904,17.55602], [45.11322,17.55473], [45.11921,17.55765], [45.12587,17.55611], [45.12987,17.55182], [45.13017,17.54426], [45.12745,17.53963], [45.12000,17.54203], [45.11443,17.53928], [45.10952,17.53276], [45.10843,17.52418], [45.10891,17.51268], [45.11473,17.50633], [45.11334,17.49723], [45.10958,17.48761], [45.11152,17.48058], [45.11485,17.47937], [45.12248,17.49182], [45.12848,17.49388], [45.13623,17.49285], [45.13792,17.48976], [45.12745,17.47508], [45.12587,17.45800], [45.12775,17.44916], [45.13169,17.44899], [45.13998,17.45500], [45.15064,17.45534], [45.15963,17.45170], [45.16097,17.44354], [45.15848,17.43771], [45.14650,17.43419], [45.13990,17.42552], [45.13379,17.41350], [45.13748,17.38346], [45.13821,17.35994], [45.14299,17.34089], [45.15509,17.32690], [45.16448,17.33205], [45.16563,17.32475], [45.16405,17.31454], [45.16762,17.31016], [45.17597,17.31094], [45.17694,17.30587], [45.17470,17.28991], [45.17791,17.28175], [45.18886,17.27564], [45.18958,17.27178], [45.18511,17.26791], [45.16780,17.25899], [45.15388,17.25478], [45.14837,17.24869], [45.14583,17.24500], [45.14692,17.23453], [45.14595,17.21916], [45.14977,17.20354], [45.14636,17.18775], [45.14781,17.17608], [45.15235,17.16286], [45.16331,17.14277], [45.16839,17.12535], [45.17601,17.11350], [45.17989,17.09788], [45.19120,17.06922], [45.19834,17.06595], [45.20063,17.05351], [45.20849,17.04269], [45.22560,17.03832], [45.22590,17.03497], [45.21889,17.02991], [45.21436,17.02201], [45.21248,17.01257], [45.21599,17.00793], [45.21968,17.00802], [45.23008,17.01626], [45.23261,17.02278], [45.23606,17.02338], [45.23896,17.00862], [45.23787,17.00562], [45.23485,17.00364], [45.22832,17.00707], [45.22451,17.00501], [45.22137,16.99978], [45.22228,16.99214], [45.22451,16.98682], [45.23080,16.98218], [45.24180,16.98562], [45.24893,16.97841], [45.25093,16.97257], [45.25123,16.96691], [45.24386,16.96073], [45.24089,16.96519], [45.23932,16.97377], [45.23292,16.97686], [45.22959,16.97618], [45.22711,16.97386], [45.22832,16.96716], [45.23201,16.96124], [45.23201,16.95412], [45.22820,16.94751], [45.22729,16.93764], [45.24446,16.93515], [45.24972,16.94511], [45.25238,16.95369], [45.25685,16.95480], [45.26567,16.93996], [45.27249,16.93918], [45.27551,16.93704], [45.27666,16.93094], [45.27594,16.92493], [45.27316,16.91910], [45.27074,16.91755], [45.26742,16.91815], [45.26404,16.91412], [45.26090,16.91318], [45.25863,16.91386], [45.25582,16.91279], [45.25183,16.90854], [45.25005,16.89974], [45.25186,16.89614], [45.25624,16.89438], [45.25866,16.89133], [45.25860,16.88781], [45.25815,16.88348], [45.25642,16.88138], [45.25479,16.88211], [45.25455,16.88854], [45.25153,16.89292], [45.24890,16.89404], [45.24658,16.89043], [45.24612,16.88777], [45.24685,16.87949], [45.24585,16.87657], [45.24236,16.87047], [45.24036,16.86978], [45.23991,16.87107], [45.24091,16.87339], [45.24242,16.87523], [45.24338,16.87991], [45.24166,16.88098], [45.23939,16.88012], [45.23435,16.88055], [45.23229,16.87618], [45.23380,16.86661], [45.23003,16.86253], [45.22737,16.86244], [45.22567,16.86579], [45.22301,16.86600], [45.22389,16.87446], [45.22271,16.87987], [45.22047,16.87901], [45.22075,16.87270], [45.22044,16.86596], [45.21754,16.86223], [45.21277,16.86103], [45.20563,16.85356], [45.20596,16.85081], [45.20766,16.85077], [45.21168,16.85631], [45.21531,16.85506], [45.22005,16.84725], [45.22202,16.84326], [45.21954,16.83476], [45.21594,16.83262], [45.21138,16.83901], [45.20747,16.84086], [45.20605,16.84339], [45.20191,16.84390], [45.20073,16.84317], [45.19577,16.84408], [45.19299,16.84287], [45.18870,16.83575], [45.18625,16.82815], [45.18470,16.81923], [45.18485,16.80824], [45.18637,16.80099], [45.19130,16.78163], [45.19353,16.77279], [45.19859,16.76417], [45.20040,16.75992], [45.19961,16.75721], [45.19952,16.75301], [45.20046,16.75133], [45.20061,16.74919], [45.20194,16.74829], [45.20230,16.74606], [45.20418,16.74352], [45.20720,16.73211], [45.20484,16.72232], [45.20415,16.71318], [45.19756,16.70168], [45.19638,16.69555], [45.20173,16.67786], [45.20140,16.66975], [45.20720,16.65722], [45.20775,16.64679], [45.21385,16.63559], [45.21404,16.62761], [45.22365,16.61928], [45.23075,16.60186], [45.23133,16.59555], [45.22422,16.58491], [45.22232,16.57779], [45.22317,16.57388], [45.22232,16.56281], [45.22032,16.55800], [45.21951,16.55337], [45.22057,16.54500], [45.22280,16.54118], [45.22604,16.54002], [45.22703,16.53367], [45.22555,16.52612], [45.22253,16.51835], [45.22084,16.51406], [45.22008,16.51200], [45.21872,16.51062], [45.21806,16.50766], [45.21585,16.50487], [45.21207,16.49904], [45.21147,16.49466], [45.20690,16.49140], [45.19771,16.48685], [45.19145,16.48268], [45.18676,16.47693], [45.18316,16.47445], [45.18050,16.47309], [45.16822,16.47691], [45.16616,16.47807], [45.16389,16.47631], [45.16126,16.47631], [45.16047,16.47347], [45.15468,16.46905], [45.14411,16.46455], [45.14118,16.46081], [45.13414,16.44500], [45.12818,16.43908], [45.12597,16.43547], [45.12136,16.41088], [45.11540,16.39809], [45.11267,16.39427], [45.10505,16.39243], [45.10224,16.39526], [45.09866,16.40264], [45.09694,16.39857], [45.09421,16.39479], [45.09018,16.39492], [45.08636,16.39058], [45.08300,16.38659], [45.07645,16.38556], [45.07282,16.38771], [45.06888,16.38646], [45.06648,16.38664], [45.06127,16.38264], [45.05242,16.38312], [45.05160,16.38110], [45.05175,16.37595], [45.05084,16.37393], [45.04772,16.37222], [45.04220,16.36509], [45.04014,16.36531], [45.03889,16.35994], [45.03689,16.35827], [45.03286,16.35724], [45.03131,16.35479], [45.02970,16.35432], [45.02634,16.35741], [45.01954,16.35687], [45.01481,16.35734], [45.01302,16.35802], [45.00887,16.35614], [45.00720,16.35369], [45.00349,16.35352], [45.00204,16.34880], [45.00125,16.34704], [45.00186,16.34283], [45.00085,16.34000], [45.00079,16.33086], [45.00249,16.32858], [45.00228,16.32013], [44.99858,16.31193], [44.99912,16.31034], [45.00152,16.30738], [44.99976,16.30248], [44.99900,16.30218], [44.99831,16.29652], [44.99903,16.29309], [44.99876,16.29124], [44.99606,16.28957], [44.99767,16.28725], [45.00695,16.28532], [45.00911,16.28261], [45.00911,16.28004], [45.00656,16.27601], [45.00723,16.27390], [45.01102,16.27313], [45.01573,16.27277], [45.01722,16.26612], [45.01698,16.26101], [45.01428,16.25878], [45.01118,16.25826], [45.01121,16.25650], [45.01394,16.25337], [45.01479,16.24509], [45.01419,16.24080], [45.01482,16.23410], [45.01843,16.22990], [45.02198,16.23007], [45.02338,16.22900], [45.02493,16.22432], [45.02477,16.22170], [45.02893,16.21380], [45.02890,16.21106], [45.03172,16.21007], [45.03266,16.20333], [45.03066,16.19586], [45.03254,16.19187], [45.03569,16.19020], [45.03891,16.18758], [45.04655,16.18539], [45.05189,16.17548], [45.05618,16.17642], [45.06303,16.17496], [45.06658,16.17012], [45.07155,16.17419], [45.07316,16.17213], [45.07419,16.16655], [45.07776,16.16256], [45.08346,16.15411], [45.08416,16.14810], [45.08752,16.14252], [45.09216,16.13947], [45.09258,16.13527], [45.09182,16.13209], [45.09491,16.12505], [45.09609,16.11703], [45.09500,16.10772], [45.10221,16.09892], [45.10467,16.09145], [45.11115,16.08952], [45.11480,16.09064], [45.11928,16.08601], [45.12134,16.08674], [45.12483,16.08627], [45.12873,16.08485], [45.13361,16.08567], [45.14015,16.07961], [45.14121,16.07793], [45.14131,16.07510], [45.14445,16.07094], [45.14796,16.07051], [45.15014,16.06914], [45.15553,16.07055], [45.15777,16.06965], [45.15883,16.06716], [45.15898,16.06188], [45.15762,16.06038], [45.15726,16.05819], [45.15831,16.05656], [45.16252,16.05334], [45.16712,16.05223], [45.17066,16.05257], [45.17145,16.05141], [45.17142,16.04978], [45.17287,16.04772], [45.17411,16.04828], [45.17747,16.05171], [45.17910,16.05090], [45.18013,16.04935], [45.18219,16.04961], [45.18264,16.04665], [45.18049,16.04716], [45.17931,16.03944], [45.18028,16.03154], [45.17998,16.02794], [45.18152,16.02296], [45.17868,16.01682], [45.18213,16.01532], [45.19020,16.02463], [45.19816,16.03034], [45.19973,16.03043], [45.20015,16.02485], [45.20018,16.02133], [45.20166,16.02039], [45.20330,16.01833], [45.21261,16.01884], [45.21530,16.01764], [45.21887,16.01262], [45.21838,16.00940], [45.21723,16.00532], [45.21708,16.00155], [45.21865,15.99700], [45.22243,15.99378], [45.22534,15.98755], [45.23002,15.98125], [45.23072,15.97786], [45.23026,15.97537], [45.22416,15.96657], [45.22379,15.96421], [45.22104,15.96026], [45.22032,15.95631], [45.22047,15.95477], [45.21766,15.95232], [45.21593,15.95185], [45.21421,15.94640], [45.21243,15.94464], [45.21324,15.93816], [45.21243,15.93438], [45.21249,15.93207], [45.21007,15.92734], [45.21358,15.92640], [45.21049,15.92185], [45.21082,15.92074], [45.21723,15.92447], [45.21862,15.92610], [45.22410,15.92601], [45.22642,15.92387], [45.22670,15.92228], [45.22984,15.92022], [45.22863,15.91842], [45.22718,15.91928], [45.22512,15.91627], [45.22367,15.91365], [45.22325,15.90881], [45.22416,15.90842], [45.22385,15.90662], [45.22667,15.90396], [45.22636,15.90044], [45.22570,15.89625], [45.22800,15.89492], [45.22818,15.89205], [45.22537,15.89085], [45.22485,15.88776], [45.22376,15.88750], [45.21989,15.89411], [45.21841,15.89441], [45.21760,15.89351], [45.21681,15.89398], [45.21581,15.89346], [45.21636,15.89145], [45.21533,15.88956], [45.21732,15.88891], [45.21908,15.88677], [45.21872,15.88415], [45.21729,15.88355], [45.21841,15.87724], [45.21751,15.87711], [45.21754,15.87540], [45.21853,15.87505], [45.21859,15.87175], [45.21935,15.87149], [45.21838,15.86441], [45.21590,15.85754], [45.21890,15.85437], [45.21989,15.85175], [45.22289,15.84879], [45.22407,15.84458], [45.22237,15.83604], [45.21995,15.83184], [45.21844,15.83132], [45.21841,15.82664], [45.21678,15.82639], [45.21536,15.82729], [45.21297,15.83076], [45.21176,15.83064], [45.21076,15.82965], [45.20952,15.82737], [45.20720,15.82557], [45.20565,15.82231], [45.20759,15.82145], [45.20786,15.81935], [45.20720,15.81883], [45.20786,15.81639], [45.20934,15.81656], [45.21064,15.81433], [45.20940,15.80905], [45.20774,15.80699], [45.20798,15.80446], [45.20641,15.80532], [45.20474,15.80833], [45.20368,15.80442], [45.20384,15.80343], [45.20293,15.80163], [45.20045,15.79979], [45.19721,15.80034], [45.19612,15.79695], [45.19504,15.79571], [45.19585,15.79228], [45.19537,15.79060], [45.19216,15.78507], [45.19077,15.78382], [45.18826,15.78344], [45.18611,15.77914], [45.18399,15.77674], [45.18021,15.77575], [45.17552,15.77700], [45.17488,15.77387], [45.17307,15.77009], [45.17004,15.76708], [45.16832,15.76683], [45.16575,15.76451], [45.16268,15.76473], [45.15066,15.76954], [45.14694,15.77340], [45.14670,15.77482], [45.14609,15.77525], [45.14167,15.77516], [45.13977,15.77448], [45.13719,15.77692], [45.13641,15.78019], [45.13520,15.78079], [45.13069,15.77705], [45.12648,15.78006], [45.12566,15.78525], [45.12342,15.78323], [45.11964,15.78723], [45.11964,15.78877], [45.11746,15.78881], [45.11515,15.79019], [45.11418,15.78692], [45.11137,15.78538], [45.10869,15.78334], [45.10578,15.77991], [45.10169,15.77888], [45.09554,15.77777], [45.09572,15.77450], [45.09539,15.77227], [45.09245,15.76892], [45.08973,15.76875], [45.08570,15.77184], [45.08408,15.77303], [45.08208,15.76891], [45.08069,15.76805], [45.07848,15.76908], [45.07711,15.76625], [45.07511,15.76393], [45.07335,15.76277], [45.07002,15.75552], [45.06738,15.75342], [45.06638,15.75260], [45.06520,15.74720], [45.06266,15.74393], [45.06278,15.74200], [45.06062,15.74209], [45.05962,15.74295], [45.05971,15.74466], [45.05699,15.74436], [45.05611,15.74612], [45.05511,15.74728], [45.05474,15.75072], [45.05283,15.75080], [45.04692,15.75192], [45.04559,15.75355], [45.04295,15.75479], [45.04013,15.75432], [45.03831,15.75728], [45.03619,15.75548], [45.03461,15.75608], [45.03215,15.75968], [45.03076,15.75986], [45.02909,15.76123], [45.02512,15.76054], [45.02248,15.76471], [45.01960,15.76303], [45.01504,15.76728], [45.01210,15.76831], [45.00870,15.76986], [45.00515,15.77406], [45.00528,15.77737], [45.00257,15.78033], [45.00182,15.77788], [44.99690,15.78183], [44.99487,15.78505], [44.99314,15.78153], [44.98786,15.78303], [44.98637,15.78088], [44.98270,15.78016], [44.97896,15.78033], [44.97951,15.78221], [44.97541,15.78217], [44.97234,15.78200], [44.97028,15.78106], [44.96934,15.77702], [44.97177,15.77406], [44.97195,15.76981], [44.97034,15.76183], [44.96991,15.75831], [44.97052,15.75625], [44.97001,15.75217], [44.96828,15.74857], [44.96029,15.74441], [44.95462,15.74455], [44.95183,15.74815], [44.95013,15.74768], [44.94439,15.74468], [44.93932,15.74026], [44.93555,15.73609], [44.93360,15.73897], [44.92340,15.74416], [44.91786,15.74772], [44.90796,15.75137], [44.89701,15.75678], [44.88026,15.76167], [44.87682,15.76159], [44.87530,15.75995], [44.87204,15.76047], [44.86861,15.75923], [44.86560,15.76403], [44.86097,15.77206], [44.85413,15.77935], [44.85194,15.78257], [44.84686,15.79364], [44.82905,15.76734], [44.82811,15.76386], [44.82711,15.75030], [44.82735,15.74275], [44.82799,15.73575], [44.82732,15.73064], [44.82574,15.72794], [44.82403,15.72691], [44.82193,15.72712], [44.82038,15.72300], [44.81773,15.72202], [44.81572,15.72258], [44.80190,15.73863], [44.79891,15.74077], [44.79358,15.74828], [44.78152,15.75940], [44.78015,15.76154], [44.77708,15.76223], [44.77308,15.76759], [44.77046,15.77000], [44.76565,15.77090], [44.76059,15.77609], [44.75480,15.78025], [44.75121,15.78021], [44.74953,15.78094], [44.74505,15.78901], [44.74340,15.80090], [44.73984,15.80643], [44.73822,15.81124], [44.73411,15.81394], [44.72776,15.81394], [44.72270,15.81926], [44.71965,15.82583], [44.72243,15.84561], [44.72532,15.85548], [44.72828,15.85905], [44.73871,15.86411], [44.73850,15.86660], [44.73789,15.86827], [44.73496,15.86930], [44.73411,15.87265], [44.73533,15.87630], [44.74042,15.88402], [44.74661,15.89128], [44.74713,15.89286], [44.74655,15.89510], [44.74277,15.89896], [44.73490,15.91342], [44.72481,15.92033], [44.71621,15.92462], [44.71155,15.92780], [44.70996,15.92947], [44.71167,15.94076], [44.71213,15.94239], [44.71133,15.94822], [44.71155,15.95299], [44.71078,15.95591], [44.70844,15.95595], [44.70493,15.95651], [44.70325,15.95578], [44.70163,15.95260], [44.69898,15.95344], [44.69317,15.95876], [44.69169,15.96507], [44.68247,15.96887], [44.67874,15.96788], [44.67443,15.97187], [44.67128,15.97521], [44.66992,15.97942], [44.66947,15.98367], [44.66780,15.98763], [44.66320,15.99381], [44.66164,15.99377], [44.65956,15.99729], [44.65559,16.01012], [44.65403,16.01226], [44.65648,16.02029], [44.65632,16.02359], [44.65446,16.03016], [44.65272,16.03140], [44.64793,16.03175], [44.64314,16.03634], [44.63971,16.04047], [44.63516,16.04288], [44.62969,16.04279], [44.62768,16.04399], [44.62462,16.04866], [44.62459,16.04965], [44.62643,16.05133], [44.62633,16.05283], [44.62429,16.05545], [44.61460,16.05532], [44.61063,16.05540], [44.61305,16.05175], [44.61280,16.04991], [44.61131,16.04957], [44.60987,16.05055], [44.60883,16.04652], [44.60315,16.04763], [44.60064,16.04253], [44.59899,16.04291], [44.59704,16.04849], [44.59536,16.05158], [44.59416,16.05278], [44.59190,16.05163], [44.58869,16.04763], [44.58588,16.04326], [44.58662,16.03064], [44.58989,16.02382], [44.58949,16.02171], [44.58772,16.01974], [44.58542,16.01438], [44.57769,16.01755], [44.56723,16.02450], [44.56347,16.02789], [44.55907,16.02879], [44.55332,16.03197], [44.54950,16.03708], [44.54335,16.04802], [44.54179,16.04982], [44.53552,16.06896], [44.53629,16.08729], [44.53558,16.09055], [44.53222,16.09690], [44.52955,16.10085], [44.52243,16.10617], [44.51655,16.11184], [44.51426,16.11291], [44.51061,16.11626], [44.50627,16.11960], [44.50024,16.12608], [44.48521,16.13514], [44.48114,16.14025], [44.47899,16.13995], [44.47516,16.13930], [44.47210,16.13591], [44.47023,16.13488], [44.46319,16.13728], [44.46092,16.13226], [44.45700,16.13209], [44.45572,16.13089], [44.45403,16.13132], [44.45330,16.13424], [44.45333,16.13686], [44.45360,16.13904], [44.44855,16.14304], [44.44297,16.14166], [44.44168,16.13831], [44.44024,16.13819], [44.43295,16.14042], [44.42793,16.14106], [44.42480,16.14179], [44.42324,16.14449], [44.42226,16.14291], [44.42075,16.14449], [44.41907,16.14621], [44.42075,16.14982], [44.42198,16.15050], [44.42226,16.15273], [44.42057,16.15424], [44.41910,16.15754], [44.41511,16.15960], [44.41622,16.16119], [44.41334,16.16368], [44.40990,16.16539], [44.40791,16.16539], [44.40540,16.16707], [44.40570,16.16986], [44.40441,16.17157], [44.40310,16.17162], [44.40113,16.16415], [44.40006,16.16016], [44.39620,16.15376], [44.39586,16.15140], [44.39267,16.14583], [44.39307,16.14321], [44.39773,16.13462], [44.39859,16.12887], [44.39942,16.12797], [44.39733,16.12042], [44.39503,16.12218], [44.39356,16.12501], [44.39016,16.12626], [44.38822,16.12819], [44.38421,16.12986], [44.38065,16.13002], [44.37795,16.13079], [44.37743,16.13555], [44.37627,16.13950], [44.37623,16.15637], [44.37498,16.16778], [44.37225,16.16976], [44.36903,16.17461], [44.36455,16.18461], [44.36403,16.19151], [44.36221,16.19495], [44.36059,16.19624], [44.35967,16.19984], [44.35982,16.20503], [44.34924,16.21272], [44.34773,16.21796], [44.34438,16.21667], [44.34073,16.21281], [44.33545,16.20440], [44.33158,16.20062], [44.32556,16.19601], [44.32212,16.19494], [44.31619,16.19485], [44.31198,16.19146], [44.30996,16.18794], [44.30500,16.18674], [44.30025,16.18668], [44.29484,16.18647], [44.29164,16.18857], [44.29069,16.18999], [44.28667,16.18977], [44.28467,16.19123], [44.28188,16.19140], [44.27939,16.18994], [44.27662,16.19067], [44.27416,16.19016], [44.27014,16.19029], [44.26482,16.19290], [44.26347,16.19299], [44.26129,16.19496], [44.25981,16.19556], [44.25892,16.19865], [44.25698,16.20029], [44.25539,16.19956], [44.25271,16.19934], [44.25050,16.20222], [44.25130,16.20608], [44.25031,16.20908], [44.24662,16.21213], [44.24045,16.21685], [44.23626,16.21960], [44.23184,16.21968], [44.22627,16.21925], [44.22526,16.21453], [44.22181,16.21269], [44.21907,16.20844], [44.21634,16.20260], [44.21221,16.21681], [44.20849,16.22230], [44.20868,16.22445], [44.20769,16.22591], [44.20471,16.22724], [44.19936,16.23573], [44.20142,16.23621], [44.19982,16.23805], [44.19816,16.23724], [44.19603,16.24003], [44.19323,16.24256], [44.17231,16.26728], [44.16883,16.26921], [44.16424,16.28388], [44.14333,16.30822], [44.13653,16.32594], [44.12579,16.32650], [44.12240,16.33062], [44.11932,16.33067], [44.11208,16.33534], [44.10397,16.35332], [44.10197,16.35912], [44.09836,16.36307], [44.09467,16.36105], [44.08150,16.36972], [44.08110,16.37762], [44.07965,16.37877], [44.08305,16.38487], [44.07984,16.38989], [44.07947,16.40233], [44.08261,16.42804], [44.06310,16.44066], [44.05437,16.43568], [44.03986,16.43837], [44.03686,16.43863], [44.03288,16.43640], [44.03057,16.43666], [44.02826,16.44078], [44.02884,16.44399], [44.02838,16.45524], [44.03020,16.46786], [44.02918,16.48297], [44.02603,16.50498], [44.00403,16.51498], [43.99946,16.52078], [43.98572,16.53545], [43.97423,16.54232], [43.97312,16.54142], [43.95317,16.54468], [43.93892,16.57983], [43.93324,16.58210], [43.93082,16.59180], [43.92140,16.59575], [43.91951,16.60120], [43.91345,16.60317], [43.90313,16.61832], [43.89799,16.62105], [43.89505,16.63453], [43.88549,16.64951], [43.88410,16.65650], [43.88206,16.65882], [43.87887,16.66105], [43.87736,16.66393], [43.87739,16.66843], [43.86567,16.68342], [43.85766,16.70394], [43.85298,16.70900], [43.85116,16.71003], [43.84639,16.71325], [43.84333,16.71368], [43.84141,16.71660], [43.83596,16.71570], [43.83262,16.71698], [43.83005,16.71415], [43.82537,16.71642], [43.81525,16.71604], [43.80701,16.71844], [43.80125,16.72750], [43.79917,16.72904], [43.79747,16.72853], [43.79453,16.72625], [43.77911,16.74543], [43.76672,16.75242], [43.76786,16.75671], [43.76588,16.77585], [43.76250,16.79752], [43.75559,16.80795], [43.73141,16.82435], [43.71745,16.84602], [43.70951,16.86383], [43.70557,16.86855], [43.70315,16.87044], [43.69271,16.87431], [43.69053,16.87981], [43.68383,16.88436], [43.67430,16.90865], [43.65794,16.91963], [43.65465,16.92693], [43.64279,16.93062], [43.62483,16.95967], [43.61743,16.96950], [43.60849,16.97502], [43.60825,16.97678], [43.60703,16.97699], [43.59205,16.98987], [43.59184,16.99064], [43.58789,16.99210], [43.58742,16.99347], [43.58481,16.99566], [43.58167,17.00017], [43.58142,17.00188], [43.57875,17.00553], [43.57552,17.00733], [43.57536,17.00948], [43.57290,17.01261], [43.56983,17.01892], [43.56812,17.02090], [43.55795,17.04105], [43.55549,17.04680], [43.55403,17.05599], [43.55297,17.05766], [43.55272,17.06109], [43.55154,17.06302], [43.55157,17.06517], [43.54964,17.06865], [43.54638,17.07199], [43.54264,17.08173], [43.53966,17.08229], [43.53717,17.08560], [43.53546,17.08959], [43.53144,17.09405], [43.53085,17.09809], [43.52958,17.10130], [43.52911,17.10345], [43.52475,17.10869], [43.52398,17.11092], [43.52133,17.11547], [43.51869,17.12280], [43.51028,17.13156], [43.50991,17.13087], [43.50848,17.13044], [43.50789,17.13117], [43.50835,17.13469], [43.50767,17.13821], [43.50200,17.14392], [43.49721,17.14529], [43.49475,17.14804], [43.49388,17.15121], [43.49416,17.15203], [43.49288,17.15529], [43.49298,17.16310], [43.49335,17.16628], [43.49266,17.16945], [43.49394,17.17151], [43.49173,17.17538], [43.49148,17.17709], [43.49624,17.18743], [43.49789,17.19327], [43.49660,17.20799], [43.49728,17.20906], [43.49573,17.21271], [43.49772,17.22339], [43.49697,17.22704], [43.49140,17.24039], [43.48598,17.25292], [43.48153,17.26060], [43.48010,17.26482], [43.47904,17.26623], [43.47870,17.26829], [43.47611,17.27143], [43.47530,17.27057], [43.47222,17.27559], [43.46724,17.28173], [43.46400,17.28392], [43.46272,17.28589], [43.46032,17.28447], [43.45848,17.28537], [43.45468,17.28589], [43.45272,17.28353], [43.44867,17.28392], [43.44686,17.28615], [43.44297,17.28379], [43.44051,17.28374], [43.43773,17.28598], [43.43589,17.28563], [43.42841,17.27988], [43.42670,17.27666], [43.41769,17.27220], [43.41760,17.27057], [43.41535,17.26920], [43.41351,17.26435], [43.41143,17.26297], [43.40772,17.25971], [43.40460,17.25572], [43.40073,17.25194], [43.39976,17.25451], [43.39633,17.25884], [43.39243,17.26112], [43.38184,17.26283], [43.37344,17.26507], [43.37179,17.26691], [43.37076,17.26876], [43.36770,17.26919], [43.36452,17.27099], [43.36262,17.27142], [43.36115,17.27189], [43.35950,17.27399], [43.35834,17.27352], [43.34717,17.27958], [43.31751,17.29837], [43.31314,17.30159], [43.29890,17.30966], [43.28765,17.32108], [43.28509,17.32657], [43.27922,17.32803], [43.27716,17.32940], [43.27309,17.32966], [43.27128,17.33138], [43.26909,17.33129], [43.26797,17.33223], [43.26528,17.33112], [43.25666,17.33807], [43.25591,17.34030], [43.25303,17.34125], [43.25090,17.35318], [43.24922,17.35764], [43.24853,17.37558], [43.24678,17.38081], [43.24647,17.38545], [43.24497,17.39626], [43.22971,17.42124], [43.21601,17.42905], [43.21101,17.42931], [43.20919,17.43163], [43.20675,17.43188], [43.20475,17.43223], [43.19436,17.42922], [43.18905,17.42639], [43.18154,17.42991], [43.17856,17.43111], [43.17847,17.43403], [43.18000,17.43802], [43.17859,17.44373], [43.17734,17.44815], [43.17725,17.45059], [43.17540,17.45158], [43.17487,17.45394], [43.17099,17.45823], [43.17080,17.46051], [43.16567,17.46900], [43.16363,17.47171], [43.16175,17.47544], [43.15543,17.49261], [43.15440,17.49420], [43.14206,17.52437], [43.14103,17.52677], [43.13655,17.53411], [43.13574,17.53823], [43.13383,17.54428], [43.13129,17.54763], [43.13047,17.55325], [43.12772,17.55821], [43.12469,17.56190], [43.12271,17.56654], [43.12099,17.57289], [43.11817,17.58126], [43.11400,17.58992], [43.10407,17.60924], [43.09926,17.61956], [43.09447,17.62917], [43.09271,17.63042], [43.09118,17.63338], [43.09024,17.63805], [43.07201,17.64945], [43.07050,17.65078], [43.06868,17.65138], [43.06721,17.65276], [43.05818,17.65765], [43.03529,17.66855], [43.01991,17.68384], [43.00748,17.68862], [42.98560,17.70102], [42.97313,17.71188], [42.96849,17.70137], [42.96601,17.68592], [42.96532,17.67086], [42.95910,17.65206], [42.94707,17.63189], [42.94154,17.61421], [42.94091,17.59146], [42.94016,17.58623], [42.93868,17.58013], [42.93573,17.54168], [42.92253,17.55297], [42.88606,17.64687], [42.88915,17.64833], [42.89473,17.65526], [42.90634,17.66623], [42.90883,17.66711], [42.91295,17.67140], [42.91643,17.67483], [42.91815,17.67581], [42.91951,17.67778], [42.92051,17.67924], [42.92070,17.68126], [42.92510,17.69156], [42.92174,17.69829], [42.92017,17.71228], [42.91875,17.72293], [42.91246,17.74967], [42.90759,17.76447], [42.89114,17.78593], [42.89118,17.79190], [42.89545,17.79314], [42.90532,17.80074], [42.91617,17.80808], [42.90897,17.82880], [42.90221,17.84378], [42.88504,17.85786], [42.87894,17.85365], [42.87378,17.85442], [42.87114,17.85297], [42.86352,17.85623], [42.84622,17.86704], [42.84572,17.86936], [42.83653,17.87751], [42.83710,17.88429], [42.83313,17.89382], [42.83200,17.89854], [42.82998,17.89871], [42.82860,17.89683], [42.82677,17.89571], [42.82274,17.89073], [42.81387,17.88764], [42.80977,17.89099], [42.80946,17.90275], [42.81021,17.91004], [42.80707,17.91631], [42.80108,17.93845], [42.79869,17.94978], [42.78647,17.96326], [42.78175,17.97158], [42.77885,17.97579], [42.77740,17.98214], [42.77778,17.98437], [42.77683,17.99278], [42.77526,17.99630], [42.76612,17.99656], [42.76234,17.99888], [42.75736,18.00351], [42.75238,18.00986], [42.75138,18.02549], [42.74785,18.04171], [42.74117,18.05046], [42.74047,18.05329], [42.73537,18.06248], [42.72767,18.07355], [42.72452,18.07415], [42.72351,18.07595], [42.72377,18.07913], [42.72023,18.08728], [42.71677,18.09878], [42.71134,18.10582], [42.70567,18.10814], [42.70289,18.10677], [42.69936,18.10677], [42.69610,18.10466], [42.68790,18.10328], [42.68607,18.10414], [42.68436,18.11633], [42.68108,18.13435], [42.67894,18.13847], [42.68014,18.14225], [42.66436,18.15109], [42.65578,18.15504], [42.65458,18.15796], [42.65672,18.16079], [42.65836,18.17015], [42.65868,18.17495], [42.66019,18.17615], [42.65918,18.18010], [42.65508,18.18362], [42.65458,18.18688], [42.65439,18.19100], [42.65218,18.19032], [42.65167,18.19349], [42.64056,18.20285], [42.62136,18.22328], [42.61808,18.23066], [42.61770,18.23306], [42.61334,18.23572], [42.61530,18.24070], [42.61252,18.24284], [42.60886,18.24267], [42.60178,18.24490], [42.60153,18.25100], [42.60620,18.26593], [42.60791,18.26653], [42.61056,18.27031], [42.60816,18.27469], [42.61189,18.27658], [42.61637,18.28198], [42.61612,18.28696], [42.61416,18.29125], [42.61391,18.31039], [42.61821,18.33142], [42.61896,18.34730], [42.61568,18.36575], [42.61138,18.37099], [42.60254,18.37623], [42.58839,18.39047], [42.58523,18.40043], [42.56557,18.43184], [42.56361,18.43596], [42.55577,18.43759], [42.55752,18.45098], [42.56258,18.46403], [42.56365,18.46909], [42.57067,18.48128], [42.58388,18.49399], [42.58685,18.50034], [42.58735,18.50386], [42.58413,18.52162], [42.58211,18.52840], [42.57332,18.53905], [42.58053,18.55475], [42.59374,18.55235], [42.60378,18.53578], [42.61143,18.53269], [42.61850,18.52557], [42.62913,18.53145], [42.63588,18.54047], [42.64075,18.55480], [42.64264,18.57068], [42.64188,18.57926], [42.65520,18.57248], [42.65804,18.56690], [42.66234,18.56699], [42.66524,18.55883], [42.67136,18.55102], [42.67881,18.55283], [42.69050,18.54827], [42.69025,18.55548], [42.69870,18.55891], [42.70312,18.56406], [42.70968,18.56483], [42.71491,18.56835], [42.72235,18.56784], [42.72551,18.55719], [42.72229,18.55204], [42.72374,18.53522], [42.72576,18.52689], [42.73509,18.51659], [42.73547,18.50406], [42.73761,18.50072], [42.74379,18.50228], [42.75009,18.49336], [42.75444,18.47705], [42.75665,18.47430], [42.76351,18.47259], [42.76666,18.47559], [42.77429,18.47842], [42.77706,18.47276], [42.78305,18.47070], [42.78758,18.47104], [42.78979,18.46701], [42.79136,18.46503], [42.79741,18.46881], [42.80150,18.47070], [42.80559,18.46786], [42.81359,18.46623], [42.82159,18.46108], [42.82782,18.47688], [42.83386,18.46967], [42.83965,18.46701], [42.85035,18.46838], [42.86086,18.47962], [42.85828,18.48666], [42.85916,18.49052], [42.86475,18.49613], [42.87217,18.49518], [42.87858,18.49055], [42.88557,18.51055], [42.89242,18.50497], [42.90437,18.50145], [42.91612,18.49338], [42.92645,18.48592], [42.94561,18.48600], [42.96440,18.48780], [42.97062,18.49209], [42.99460,18.50068], [42.99950,18.51012], [43.01852,18.51844], [43.03140,18.54079], [43.02889,18.62353], [43.03793,18.65280], [43.03636,18.66387], [43.06590,18.65898], [43.10545,18.65640], [43.14700,18.64919], [43.16466,18.65726], [43.20321,18.66851], [43.21013,18.68366], [43.23170,18.71799], [43.25477,18.68941], [43.28027,18.73258], [43.30370,18.79034], [43.31975,18.83765], [43.32562,18.85370], [43.32962,18.85318], [43.33767,18.84992], [43.34460,18.83962], [43.34753,18.84057], [43.34934,18.85035], [43.35178,18.86219], [43.35359,18.86391], [43.35340,18.87189], [43.35577,18.87876], [43.35477,18.88794], [43.35527,18.89095], [43.35384,18.89335], [43.35427,18.89910], [43.35696,18.90348], [43.35960,18.90908], [43.35998,18.91217], [43.35954,18.91372], [43.35642,18.91518], [43.35361,18.92067], [43.35093,18.92264], [43.34924,18.92796], [43.34519,18.92925], [43.34263,18.93277], [43.33826,18.93835], [43.33676,18.93844], [43.33382,18.94178], [43.33283,18.94453], [43.32995,18.94702], [43.33002,18.94994], [43.33083,18.95389], [43.33064,18.95775], [43.32614,18.95852], [43.32408,18.96015], [43.32140,18.95938], [43.31628,18.95912], [43.31297,18.95251], [43.30985,18.95123], [43.30669,18.95067], [43.30197,18.94861], [43.29985,18.94912], [43.29641,18.95152], [43.28767,18.95504], [43.28742,18.95727], [43.28789,18.96002], [43.28720,18.96294], [43.28604,18.96839], [43.28333,18.97440], [43.28239,18.97779], [43.27939,18.98272], [43.27489,18.98440], [43.27298,18.98654], [43.26298,18.98423], [43.26186,18.98474], [43.25973,18.99109], [43.25248,19.00019], [43.25204,19.00362], [43.25326,19.00504], [43.26320,19.01362], [43.27442,19.02015], [43.28617,19.02598], [43.29997,19.03062], [43.30453,19.03302], [43.30659,19.03693], [43.30847,19.04368], [43.30954,19.05226], [43.30957,19.06488], [43.30982,19.07497], [43.31072,19.07943], [43.31319,19.08157], [43.31541,19.08055], [43.32952,19.06934], [43.33732,19.06922], [43.34038,19.06707], [43.34475,19.06239], [43.35233,19.06226], [43.35480,19.05896], [43.35733,19.05016], [43.36004,19.04621], [43.36595,19.04132], [43.37381,19.04020], [43.37780,19.03772], [43.38070,19.03557], [43.38404,19.03398], [43.39758,19.03141], [43.40684,19.03360], [43.41734,19.02926], [43.42074,19.02669], [43.42747,19.01969], [43.43112,19.01879], [43.43482,19.01394], [43.43825,19.01029], [43.44165,19.01094], [43.44302,19.00832], [43.44586,19.01227], [43.44744,19.00476], [43.44470,19.00261], [43.44040,19.00107], [43.44109,18.99883], [43.44533,18.99883], [43.44866,18.99223], [43.44651,18.98883], [43.44881,18.98845], [43.45087,18.98695], [43.45196,18.98875], [43.45302,18.98793], [43.45277,18.98399], [43.45489,18.98128], [43.45389,18.98012], [43.45635,18.97763], [43.45364,18.97480], [43.45336,18.96841], [43.45159,18.96343], [43.45355,18.95858], [43.45268,18.95639], [43.45386,18.95631], [43.45744,18.95669], [43.45869,18.95914], [43.46050,18.96145], [43.46249,18.96073], [43.46897,18.96105], [43.46996,18.96229], [43.47236,18.96066], [43.47607,18.95684], [43.47753,18.95753], [43.47984,18.95732], [43.48286,18.95980], [43.48578,18.95972], [43.48933,18.95787], [43.49235,18.95551], [43.49335,18.95251], [43.49363,18.94993], [43.49796,18.94710], [43.49958,18.94354], [43.49973,18.94041], [43.49883,18.93800], [43.48977,18.93856], [43.48553,18.93715], [43.48298,18.93294], [43.48074,18.92697], [43.48513,18.92414], [43.49326,18.91899], [43.49593,18.91976], [43.49755,18.92191], [43.49964,18.92221], [43.49979,18.91873], [43.50328,18.91556], [43.50926,18.92208], [43.51165,18.92260], [43.51405,18.92745], [43.51455,18.93886], [43.51772,18.94139], [43.51793,18.94281], [43.51722,18.94663], [43.51955,18.95448], [43.52195,18.95616], [43.52263,18.95826], [43.52295,18.96401], [43.52481,18.96761], [43.52578,18.97152], [43.52786,18.98139], [43.53380,18.98208], [43.54214,18.98088], [43.54378,18.98173], [43.54540,18.98508], [43.55697,18.99229], [43.55675,18.99705], [43.55837,19.00045], [43.55800,19.00396], [43.55850,19.00680], [43.55688,19.01074], [43.55218,19.01276], [43.54490,19.01577], [43.54546,19.01920], [43.54783,19.02207], [43.54783,19.02388], [43.54497,19.02744], [43.53965,19.02916], [43.53514,19.03714], [43.52667,19.04533], [43.52288,19.04323], [43.51874,19.04319], [43.51519,19.04551], [43.51208,19.04628], [43.50735,19.04521], [43.50417,19.04641], [43.50473,19.04821], [43.50535,19.04984], [43.50255,19.05173], [43.50137,19.05448], [43.50199,19.05628], [43.50386,19.05834], [43.50610,19.06405], [43.51096,19.06563], [43.51236,19.06817], [43.51301,19.07096], [43.51314,19.07413], [43.51479,19.07615], [43.51469,19.07851], [43.51615,19.08194], [43.51615,19.08576], [43.51709,19.08984], [43.52135,19.09396], [43.52350,19.09494], [43.52484,19.09859], [43.52456,19.10063], [43.52303,19.10286], [43.52285,19.11655], [43.52104,19.12278], [43.52095,19.12544], [43.52188,19.12917], [43.52381,19.13114], [43.52537,19.13166], [43.52686,19.13561], [43.52804,19.13986], [43.53115,19.14333], [43.53262,19.14574], [43.53517,19.15380], [43.53650,19.15509], [43.53660,19.15625], [43.53598,19.15977], [43.53523,19.17054], [43.53431,19.17344], [43.53366,19.18233], [43.53385,19.18692], [43.53459,19.19022], [43.53441,19.19477], [43.53472,19.20245], [43.52980,19.21155], [43.53080,19.21564], [43.53005,19.21812], [43.52896,19.22194]], + BA: [[43.52685,19.22329],[43.52772,19.22836],[43.52753,19.23454],[43.52915,19.25222],[43.53985,19.24870],[43.54776,19.24724],[43.55043,19.24870],[43.55777,19.24913],[43.56237,19.25273],[43.56586,19.25093],[43.56710,19.25222],[43.57552,19.25438],[43.58118,19.25284],[43.58846,19.24769],[43.59181,19.24760],[43.59032,19.25378],[43.58895,19.26357],[43.59293,19.26580],[43.59660,19.27327],[43.59517,19.28854],[43.59896,19.29146],[43.59063,19.30073],[43.58933,19.30477],[43.58752,19.31395],[43.58821,19.32554],[43.58989,19.33120],[43.58796,19.33549],[43.58883,19.33815],[43.60412,19.35644],[43.60501,19.36226],[43.60899,19.36569],[43.61023,19.36878],[43.60582,19.36938],[43.60215,19.38105],[43.60084,19.38217],[43.59805,19.38114],[43.59208,19.38397],[43.59046,19.38715],[43.59028,19.39135],[43.59115,19.39384],[43.59133,19.39599],[43.59009,19.39899],[43.58748,19.40178],[43.58651,19.39993],[43.58365,19.39929],[43.58166,19.39963],[43.57912,19.39212],[43.57775,19.39062],[43.57744,19.38736],[43.57566,19.38830],[43.57489,19.39049],[43.57458,19.39186],[43.57346,19.39204],[43.57467,19.39380],[43.57604,19.39757],[43.57787,19.40071],[43.57719,19.40440],[43.57010,19.40208],[43.57004,19.40671],[43.56960,19.40766],[43.57027,19.40997],[43.56598,19.41323],[43.56555,19.41207],[43.56485,19.41230],[43.56345,19.41093],[43.56314,19.41014],[43.56241,19.41039],[43.56203,19.40975],[43.56130,19.40984],[43.55872,19.40904],[43.55802,19.40915],[43.55659,19.40778],[43.55602,19.40814],[43.55524,19.40790],[43.55498,19.40612],[43.55457,19.40374],[43.55415,19.40248],[43.55428,19.40172],[43.55451,19.40129],[43.55453,19.39816],[43.55414,19.39750],[43.55434,19.39625],[43.55395,19.39490],[43.55334,19.39632],[43.55300,19.39724],[43.55310,19.39769],[43.55283,19.39780],[43.55176,19.39930],[43.55170,19.40033],[43.55086,19.40136],[43.55028,19.40185],[43.55023,19.40269],[43.54986,19.40290],[43.54938,19.40393],[43.54943,19.40563],[43.54866,19.40750],[43.54776,19.40829],[43.54731,19.41078],[43.54261,19.41201],[43.53970,19.41373],[43.54110,19.42088],[43.54237,19.42193],[43.54926,19.42624],[43.55032,19.42699],[43.55225,19.42921],[43.55683,19.42814],[43.55801,19.42505],[43.55928,19.42385],[43.56190,19.42469],[43.56431,19.42413],[43.56687,19.42492],[43.56866,19.42351],[43.56830,19.41896],[43.56708,19.41480],[43.56598,19.41323],[43.57027,19.40997],[43.57109,19.41039],[43.57136,19.41191],[43.57319,19.41691],[43.57431,19.41797],[43.57522,19.42234],[43.57735,19.42155],[43.57733,19.41924],[43.57769,19.41915],[43.57749,19.41746],[43.57817,19.41801],[43.57867,19.41956],[43.57897,19.42503],[43.57981,19.43065],[43.58049,19.43164],[43.58110,19.43870],[43.57987,19.44228],[43.58110,19.44370],[43.58119,19.44572],[43.58175,19.44604],[43.58139,19.44728],[43.58043,19.44889],[43.58061,19.44984],[43.57878,19.45144],[43.57875,19.45393],[43.57898,19.45518],[43.57771,19.45857],[43.57769,19.46078],[43.57687,19.46447],[43.57679,19.46820],[43.57611,19.47134],[43.57530,19.47533],[43.57152,19.47887],[43.57177,19.48227],[43.57292,19.48439],[43.57752,19.49791],[43.58437,19.50639],[43.58550,19.50972],[43.58550,19.51148],[43.58586,19.51161],[43.59017,19.50292],[43.59329,19.49931],[43.59626,19.49899],[43.59798,19.49734],[43.59865,19.49536],[43.59839,19.49427],[43.59657,19.49367],[43.59614,19.49259],[43.59646,19.49116],[43.59671,19.49187],[43.59840,19.49206],[43.59935,19.49144],[43.60083,19.49163],[43.60140,19.49270],[43.60440,19.49483],[43.60590,19.49455],[43.60921,19.49521],[43.61101,19.49682],[43.61216,19.49734],[43.61337,19.49884],[43.61573,19.49991],[43.61732,19.49897],[43.61811,19.49601],[43.61887,19.49478],[43.61881,19.49328],[43.61961,19.49236],[43.62129,19.49189],[43.62257,19.49167],[43.62409,19.49242],[43.62550,19.49268],[43.62841,19.49099],[43.63176,19.48800],[43.63338,19.48897],[43.63515,19.49189],[43.63700,19.49356],[43.63760,19.49515],[43.63807,19.49584],[43.63872,19.49858],[43.63857,19.49903],[43.63506,19.49895],[43.63302,19.50049],[43.63304,19.50210],[43.63355,19.50476],[43.63308,19.50730],[43.63231,19.50747],[43.62993,19.50637],[43.62852,19.50642],[43.62731,19.50770],[43.62718,19.50884],[43.62815,19.51058],[43.63035,19.51103],[43.63687,19.51264],[43.63819,19.51461],[43.64184,19.51532],[43.64447,19.51292],[43.64667,19.51530],[43.64763,19.51848],[43.64943,19.52667],[43.65508,19.52839],[43.65766,19.52830],[43.65962,19.53002],[43.66471,19.53144],[43.66871,19.53208],[43.66977,19.53066],[43.67051,19.52835],[43.67290,19.52757],[43.68476,19.52054],[43.68954,19.51757],[43.69348,19.51942],[43.69689,19.51813],[43.69794,19.51672],[43.70176,19.51496],[43.70455,19.51680],[43.70567,19.51920],[43.71008,19.51968],[43.71104,19.52023],[43.71516,19.51890],[43.71597,19.51350],[43.72118,19.50809],[43.72149,19.50560],[43.72375,19.50285],[43.72382,19.49976],[43.72484,19.49818],[43.72729,19.49672],[43.72806,19.49170],[43.73424,19.48118],[43.74124,19.47783],[43.74592,19.47805],[43.74896,19.47612],[43.75076,19.47316],[43.75191,19.47045],[43.75398,19.46766],[43.75597,19.46758],[43.75746,19.46578],[43.76017,19.46621],[43.76504,19.46561],[43.76619,19.46222],[43.76758,19.45861],[43.77149,19.45612],[43.77307,19.45106],[43.77589,19.44715],[43.77644,19.44329],[43.77694,19.43175],[43.77821,19.43093],[43.77988,19.43106],[43.78094,19.43166],[43.78379,19.43179],[43.78608,19.43076],[43.78970,19.42788],[43.79181,19.42509],[43.79770,19.42102],[43.79757,19.41784],[43.79640,19.41625],[43.79457,19.41548],[43.79435,19.40990],[43.79785,19.40578],[43.79835,19.40316],[43.79751,19.40055],[43.79869,19.39475],[43.80132,19.39488],[43.80513,19.39347],[43.80984,19.39183],[43.81012,19.38917],[43.81402,19.38664],[43.81894,19.37909],[43.82123,19.37750],[43.82374,19.37355],[43.82693,19.37154],[43.82972,19.37424],[43.83517,19.37505],[43.83780,19.36475],[43.84160,19.36136],[43.84606,19.35583],[43.84640,19.35407],[43.85104,19.35115],[43.85157,19.34883],[43.85367,19.34626],[43.85627,19.34574],[43.86293,19.33935],[43.86874,19.33639],[43.87032,19.33574],[43.87666,19.32905],[43.87898,19.32592],[43.88072,19.32231],[43.88038,19.32008],[43.88322,19.31635],[43.88715,19.31390],[43.88928,19.31579],[43.89228,19.31364],[43.89550,19.30944],[43.89790,19.31115],[43.90541,19.30269],[43.91036,19.29703],[43.91499,19.29686],[43.92028,19.29390],[43.92575,19.28832],[43.92751,19.28433],[43.93187,19.28407],[43.93206,19.28197],[43.93703,19.27639],[43.93697,19.27428],[43.93895,19.27347],[43.94077,19.27068],[43.94290,19.27072],[43.94590,19.26909],[43.94751,19.26553],[43.94834,19.26240],[43.94998,19.26021],[43.94961,19.25746],[43.95193,19.25343],[43.95508,19.25205],[43.95844,19.25501],[43.96150,19.25579],[43.96756,19.25403],[43.97290,19.24961],[43.97571,19.24583],[43.98263,19.23918],[43.98630,19.23720],[43.99523,19.23502],[44.00378,19.23575],[44.01080,19.23461],[44.01463,19.23813],[44.01527,19.24388],[44.01367,19.24933],[44.01083,19.25324],[44.00361,19.25950],[43.99993,19.26835],[43.99752,19.28066],[43.99764,19.30430],[43.99273,19.31700],[43.98211,19.33589],[43.98139,19.35487],[43.97376,19.35972],[43.96203,19.38083],[43.96014,19.39182],[43.96771,19.40598],[43.96465,19.41006],[43.96008,19.41996],[43.95873,19.42610],[43.95802,19.43309],[43.95996,19.44901],[43.95638,19.47605],[43.95536,19.49910],[43.95610,19.52639],[43.95696,19.52918],[43.96691,19.53377],[43.97392,19.53944],[43.97723,19.54502],[43.97994,19.55030],[43.98390,19.56617],[43.98550,19.56750],[43.99029,19.56849],[43.99356,19.56506],[43.99841,19.56356],[44.00001,19.56570],[44.00381,19.59076],[44.00860,19.59518],[44.01054,19.59930],[44.01319,19.61707],[44.01656,19.62171],[44.02045,19.62282],[44.02538,19.62050],[44.03128,19.61535],[44.03566,19.61402],[44.04821,19.62329],[44.05167,19.62372],[44.05383,19.62016],[44.05370,19.61763],[44.05025,19.61252],[44.04988,19.61008],[44.05053,19.60467],[44.05287,19.60252],[44.06308,19.60321],[44.06850,19.60128],[44.07088,19.59785],[44.07260,19.58909],[44.07054,19.58416],[44.06739,19.58227],[44.05262,19.58291],[44.04762,19.58094],[44.04599,19.57669],[44.04725,19.57227],[44.05123,19.56836],[44.06070,19.56652],[44.06955,19.55811],[44.07334,19.55120],[44.07630,19.53836],[44.07664,19.53360],[44.08124,19.51141],[44.08605,19.50708],[44.09360,19.50253],[44.09634,19.49948],[44.10340,19.49438],[44.11486,19.49425],[44.11656,19.49206],[44.11702,19.47391],[44.12078,19.46966],[44.12774,19.46987],[44.13193,19.47352],[44.13806,19.48219],[44.14511,19.48249],[44.14990,19.47489],[44.14929,19.46755],[44.14405,19.45919],[44.13943,19.45382],[44.13238,19.45013],[44.13140,19.44721],[44.13192,19.44292],[44.13565,19.43382],[44.14119,19.42541],[44.14408,19.41945],[44.14852,19.41653],[44.15634,19.41455],[44.16321,19.41078],[44.16785,19.40988],[44.17124,19.40597],[44.17142,19.39601],[44.17804,19.38567],[44.18044,19.38052],[44.18174,19.37263],[44.18106,19.36503],[44.18318,19.35962],[44.18684,19.35722],[44.20127,19.35556],[44.20574,19.35938],[44.20866,19.35904],[44.21346,19.35530],[44.21638,19.34578],[44.22148,19.34221],[44.23280,19.34839],[44.24347,19.34200],[44.24667,19.33702],[44.24943,19.32990],[44.25635,19.32814],[44.26674,19.32861],[44.27098,19.32633],[44.27270,19.32097],[44.27353,19.31569],[44.27172,19.30908],[44.26993,19.30548],[44.27027,19.29350],[44.27169,19.28904],[44.27390,19.28672],[44.27666,19.28140],[44.27586,19.27801],[44.27221,19.27393],[44.26625,19.26063],[44.26170,19.24690],[44.26244,19.23450],[44.26563,19.22711],[44.27095,19.22081],[44.28838,19.21690],[44.29136,19.20918],[44.29146,19.19849],[44.28755,19.19201],[44.28061,19.18321],[44.27941,19.17776],[44.28187,19.16823],[44.29293,19.15527],[44.30291,19.14994],[44.31888,19.12960],[44.33030,19.13123],[44.33552,19.13673],[44.34092,19.13286],[44.34196,19.11827],[44.34491,19.11398],[44.35653,19.10909],[44.36396,19.11905],[44.36929,19.11441],[44.36721,19.10763],[44.37138,19.10257],[44.37862,19.10428],[44.38322,19.10712],[44.38767,19.10646],[44.39460,19.10758],[44.39945,19.11247],[44.40521,19.12526],[44.41048,19.14217],[44.41441,19.14698],[44.42679,19.14758],[44.43292,19.14526],[44.44202,19.14932],[44.45868,19.14640],[44.47510,19.13851],[44.47773,19.13499],[44.48410,19.13215],[44.49414,19.13344],[44.49825,19.13069],[44.49978,19.12537],[44.50070,19.12108],[44.50351,19.11945],[44.50712,19.12211],[44.51208,19.12705],[44.52441,19.12988],[44.52686,19.13353],[44.52766,19.13679],[44.52747,19.13954],[44.52671,19.14258],[44.52282,19.15039],[44.52227,19.15640],[44.52343,19.16215],[44.52356,19.17035],[44.52512,19.17301],[44.52830,19.17485],[44.53182,19.17374],[44.53754,19.17657],[44.54643,19.19004],[44.55197,19.19613],[44.55851,19.19716],[44.56350,19.19390],[44.56500,19.18815],[44.56585,19.18244],[44.56896,19.18167],[44.57522,19.18544],[44.58345,19.19428],[44.58874,19.20055],[44.59201,19.20896],[44.59213,19.21433],[44.59317,19.22433],[44.59586,19.22750],[44.59888,19.22849],[44.61108,19.22287],[44.61465,19.22278],[44.61590,19.22664],[44.61569,19.23192],[44.61413,19.23325],[44.61383,19.23505],[44.61526,19.23990],[44.61755,19.24226],[44.63050,19.24123],[44.63286,19.24319],[44.63396,19.24804],[44.63772,19.25083],[44.64181,19.25027],[44.64822,19.25534],[44.65195,19.25577],[44.65454,19.25517],[44.65934,19.25762],[44.66370,19.26255],[44.66858,19.27066],[44.67145,19.27744],[44.67414,19.27787],[44.67893,19.27294],[44.68336,19.27093],[44.68647,19.27222],[44.68800,19.27458],[44.68849,19.27806],[44.68821,19.28342],[44.68666,19.29419],[44.68821,19.29947],[44.69389,19.29943],[44.69999,19.30076],[44.70197,19.30363],[44.70511,19.31046],[44.70826,19.31286],[44.71021,19.31222],[44.71323,19.31350],[44.71599,19.31967],[44.71804,19.32070],[44.72423,19.32148],[44.72724,19.32414],[44.72962,19.32744],[44.73087,19.32774],[44.73548,19.32414],[44.73721,19.32444],[44.73816,19.32551],[44.73846,19.32796],[44.73758,19.33607],[44.73813,19.33954],[44.74090,19.34190],[44.74392,19.34182],[44.74752,19.33508],[44.75084,19.33332],[44.75629,19.34079],[44.76047,19.33315],[44.76550,19.32658],[44.77147,19.32744],[44.77278,19.33087],[44.77071,19.33817],[44.77232,19.34135],[44.77458,19.34311],[44.77808,19.34181],[44.78268,19.33824],[44.78456,19.33884],[44.78804,19.34768],[44.79029,19.34970],[44.79544,19.34867],[44.80207,19.34811],[44.80289,19.35009],[44.80469,19.35416],[44.80630,19.35635],[44.80883,19.35571],[44.81090,19.35296],[44.81726,19.34751],[44.82006,19.34781],[44.82323,19.35318],[44.82576,19.35477],[44.82792,19.35189],[44.82847,19.34768],[44.83130,19.34558],[44.83328,19.34644],[44.83377,19.34859],[44.83328,19.35266],[44.83340,19.35618],[44.83507,19.36125],[44.83736,19.36245],[44.83876,19.36210],[44.84064,19.36026],[44.84317,19.35996],[44.85065,19.36202],[44.85123,19.36429],[44.85047,19.36657],[44.84807,19.37069],[44.84813,19.37236],[44.84980,19.37403],[44.85205,19.37438],[44.85476,19.37262],[44.86088,19.36554],[44.86288,19.36434],[44.86638,19.36485],[44.87125,19.37163],[44.87578,19.37253],[44.87706,19.37107],[44.87751,19.36760],[44.87508,19.36176],[44.87572,19.35953],[44.87766,19.35824],[44.87949,19.35944],[44.88055,19.36253],[44.88235,19.36507],[44.88508,19.36682],[44.88724,19.36695],[44.89104,19.35335],[44.88916,19.34683],[44.89758,19.33050],[44.90007,19.32204],[44.90673,19.31307],[44.90953,19.29797],[44.90734,19.28423],[44.90436,19.27655],[44.91263,19.25960],[44.91329,19.25222],[44.91117,19.24462],[44.90232,19.23162],[44.89661,19.22231],[44.89664,19.21235],[44.89940,19.20759],[44.91418,19.20192],[44.92056,19.19312],[44.92229,19.17617],[44.91652,19.16459],[44.90396,19.14879],[44.89965,19.12978],[44.88849,19.12261],[44.88511,19.11270],[44.88183,19.09322],[44.87830,19.08622],[44.86477,19.07330],[44.86112,19.06412],[44.85561,19.02116],[44.85570,19.00794],[44.85400,18.99756],[44.85078,18.98434],[44.84928,18.97769],[44.85273,18.86330],[44.85450,18.84820],[44.87834,18.81936],[44.88528,18.79816],[44.89908,18.77584],[44.90443,18.76537],[44.90960,18.76288],[44.91410,18.76709],[44.91902,18.77404],[44.92248,18.77052],[44.92759,18.75756],[44.93968,18.74966],[44.94490,18.75567],[44.94442,18.76211],[44.93518,18.77781],[44.93403,18.79155],[44.93476,18.79816],[44.93792,18.80391],[44.94430,18.80545],[44.95553,18.78975],[44.97448,18.78417],[44.98743,18.79661],[44.99429,18.79558],[44.99684,18.78631],[45.00011,18.75893],[44.99653,18.74940],[44.99289,18.74520],[44.99204,18.73215],[44.99562,18.72743],[45.00017,18.72872],[45.00970,18.73790],[45.01747,18.73833],[45.02269,18.72451],[45.02778,18.72117],[45.03700,18.71765],[45.03864,18.71061],[45.03815,18.70177],[45.04046,18.69267],[45.05726,18.67199],[45.06301,18.66787],[45.06592,18.66950],[45.07211,18.68409],[45.07732,18.68847],[45.09271,18.68031],[45.09532,18.67233],[45.09459,18.66495],[45.07962,18.65422],[45.07471,18.65422],[45.06605,18.65988],[45.05913,18.65954],[45.05701,18.65636],[45.05725,18.64984],[45.06180,18.64194],[45.06186,18.61302],[45.06532,18.60590],[45.07120,18.60796],[45.08138,18.62864],[45.08193,18.63431],[45.09017,18.63765],[45.09429,18.63310],[45.09653,18.62486],[45.09223,18.62074],[45.08423,18.62049],[45.08029,18.61379],[45.08332,18.59371],[45.09211,18.58821],[45.09532,18.57122],[45.09289,18.56813],[45.08829,18.57053],[45.07956,18.58298],[45.07320,18.58298],[45.06823,18.57843],[45.06683,18.57457],[45.06835,18.57139],[45.07738,18.57028],[45.09265,18.55002],[45.09459,18.53921],[45.08902,18.52976],[45.08623,18.53054],[45.08374,18.53757],[45.07981,18.54796],[45.07520,18.55131],[45.07223,18.54985],[45.06332,18.53680],[45.05592,18.53646],[45.04834,18.53809],[45.04422,18.53526],[45.04404,18.53285],[45.04616,18.53002],[45.05719,18.53122],[45.06089,18.52590],[45.06010,18.52127],[45.05677,18.50942],[45.06089,18.49483],[45.06180,18.48762],[45.06053,18.48221],[45.06301,18.47423],[45.07538,18.46119],[45.08217,18.44677],[45.08871,18.44066],[45.10029,18.43697],[45.10701,18.42701],[45.11059,18.41036],[45.10156,18.31913],[45.10616,18.31475],[45.11525,18.30968],[45.11585,18.29947],[45.11313,18.28994],[45.11543,18.27887],[45.13069,18.27818],[45.13608,18.27381],[45.13856,18.26385],[45.13923,18.24806],[45.12978,18.22016],[45.12355,18.21021],[45.11416,18.20840],[45.10804,18.21124],[45.09956,18.22136],[45.09574,18.22102],[45.08556,18.20986],[45.07987,18.20137],[45.07736,18.19020],[45.07736,18.16746],[45.08627,18.14729],[45.08488,18.13587],[45.08039,18.12171],[45.08361,18.10909],[45.09718,18.09691],[45.10281,18.08498],[45.10633,18.07047],[45.10990,18.07184],[45.11662,18.08540],[45.12226,18.08455],[45.13849,18.07373],[45.14224,18.06755],[45.14381,18.05940],[45.14260,18.04996],[45.13915,18.04412],[45.12668,18.04094],[45.12535,18.03545],[45.13031,18.02841],[45.14696,18.02309],[45.15078,18.01768],[45.15211,18.00704],[45.15211,18.00318],[45.14357,17.98327],[45.13195,17.97520],[45.12195,17.97408],[45.11432,17.96559],[45.11208,17.95357],[45.11178,17.93992],[45.10724,17.93134],[45.09863,17.92894],[45.08452,17.93743],[45.08076,17.93469],[45.07250,17.91797],[45.05843,17.89960],[45.04564,17.86415],[45.04443,17.85300],[45.04576,17.84029],[45.05583,17.81987],[45.06856,17.79978],[45.08304,17.78493],[45.08498,17.77437],[45.08492,17.75850],[45.10692,17.72279],[45.11364,17.71120],[45.11733,17.69078],[45.13011,17.68039],[45.13423,17.66777],[45.13278,17.65481],[45.12696,17.64014],[45.11945,17.62700],[45.11418,17.62503],[45.11340,17.61138],[45.10782,17.60529],[45.10655,17.59679],[45.10746,17.59113],[45.11679,17.58143],[45.11600,17.57370],[45.10922,17.56486],[45.10904,17.55602],[45.11322,17.55473],[45.11921,17.55765],[45.12587,17.55611],[45.12987,17.55182],[45.13017,17.54426],[45.12745,17.53963],[45.12000,17.54203],[45.11443,17.53928],[45.10952,17.53276],[45.10843,17.52418],[45.10891,17.51268],[45.11473,17.50633],[45.11334,17.49723],[45.10958,17.48761],[45.11152,17.48058],[45.11485,17.47937],[45.12248,17.49182],[45.12848,17.49388],[45.13623,17.49285],[45.13792,17.48976],[45.12745,17.47508],[45.12587,17.45800],[45.12775,17.44916],[45.13169,17.44899],[45.13998,17.45500],[45.15064,17.45534],[45.15963,17.45170],[45.16097,17.44354],[45.15848,17.43771],[45.14650,17.43419],[45.13990,17.42552],[45.13379,17.41350],[45.13748,17.38346],[45.13821,17.35994],[45.14299,17.34089],[45.15509,17.32690],[45.16448,17.33205],[45.16563,17.32475],[45.16405,17.31454],[45.16762,17.31016],[45.17597,17.31094],[45.17694,17.30587],[45.17470,17.28991],[45.17791,17.28175],[45.18886,17.27564],[45.18958,17.27178],[45.18511,17.26791],[45.16780,17.25899],[45.15388,17.25478],[45.14837,17.24869],[45.14583,17.24500],[45.14692,17.23453],[45.14595,17.21916],[45.14977,17.20354],[45.14636,17.18775],[45.14781,17.17608],[45.15235,17.16286],[45.16331,17.14277],[45.16839,17.12535],[45.17601,17.11350],[45.17989,17.09788],[45.19120,17.06922],[45.19834,17.06595],[45.20063,17.05351],[45.20849,17.04269],[45.22560,17.03832],[45.22590,17.03497],[45.21889,17.02991],[45.21436,17.02201],[45.21248,17.01257],[45.21599,17.00793],[45.21968,17.00802],[45.23008,17.01626],[45.23261,17.02278],[45.23606,17.02338],[45.23896,17.00862],[45.23787,17.00562],[45.23485,17.00364],[45.22832,17.00707],[45.22451,17.00501],[45.22137,16.99978],[45.22228,16.99214],[45.22451,16.98682],[45.23080,16.98218],[45.24180,16.98562],[45.24893,16.97841],[45.25093,16.97257],[45.25123,16.96691],[45.24386,16.96073],[45.24089,16.96519],[45.23932,16.97377],[45.23292,16.97686],[45.22959,16.97618],[45.22711,16.97386],[45.22832,16.96716],[45.23201,16.96124],[45.23201,16.95412],[45.22820,16.94751],[45.22729,16.93764],[45.24446,16.93515],[45.24972,16.94511],[45.25238,16.95369],[45.25685,16.95480],[45.26567,16.93996],[45.27249,16.93918],[45.27551,16.93704],[45.27666,16.93094],[45.27594,16.92493],[45.27316,16.91910],[45.27074,16.91755],[45.26742,16.91815],[45.26404,16.91412],[45.26090,16.91318],[45.25863,16.91386],[45.25582,16.91279],[45.25183,16.90854],[45.25005,16.89974],[45.25186,16.89614],[45.25624,16.89438],[45.25866,16.89133],[45.25860,16.88781],[45.25815,16.88348],[45.25642,16.88138],[45.25479,16.88211],[45.25455,16.88854],[45.25153,16.89292],[45.24890,16.89404],[45.24658,16.89043],[45.24612,16.88777],[45.24685,16.87949],[45.24585,16.87657],[45.24236,16.87047],[45.24036,16.86978],[45.23991,16.87107],[45.24091,16.87339],[45.24242,16.87523],[45.24338,16.87991],[45.24166,16.88098],[45.23939,16.88012],[45.23435,16.88055],[45.23229,16.87618],[45.23380,16.86661],[45.23003,16.86253],[45.22737,16.86244],[45.22567,16.86579],[45.22301,16.86600],[45.22389,16.87446],[45.22271,16.87987],[45.22047,16.87901],[45.22075,16.87270],[45.22044,16.86596],[45.21754,16.86223],[45.21277,16.86103],[45.20563,16.85356],[45.20596,16.85081],[45.20766,16.85077],[45.21168,16.85631],[45.21531,16.85506],[45.22005,16.84725],[45.22202,16.84326],[45.21954,16.83476],[45.21594,16.83262],[45.21138,16.83901],[45.20747,16.84086],[45.20605,16.84339],[45.20191,16.84390],[45.20073,16.84317],[45.19577,16.84408],[45.19299,16.84287],[45.18870,16.83575],[45.18625,16.82815],[45.18470,16.81923],[45.18485,16.80824],[45.18637,16.80099],[45.19130,16.78163],[45.19353,16.77279],[45.19859,16.76417],[45.20040,16.75992],[45.19961,16.75721],[45.19952,16.75301],[45.20046,16.75133],[45.20061,16.74919],[45.20194,16.74829],[45.20230,16.74606],[45.20418,16.74352],[45.20720,16.73211],[45.20484,16.72232],[45.20415,16.71318],[45.19756,16.70168],[45.19638,16.69555],[45.20173,16.67786],[45.20140,16.66975],[45.20720,16.65722],[45.20775,16.64679],[45.21385,16.63559],[45.21404,16.62761],[45.22365,16.61928],[45.23075,16.60186],[45.23133,16.59555],[45.22422,16.58491],[45.22232,16.57779],[45.22317,16.57388],[45.22232,16.56281],[45.22032,16.55800],[45.21951,16.55337],[45.22057,16.54500],[45.22280,16.54118],[45.22604,16.54002],[45.22703,16.53367],[45.22555,16.52612],[45.22253,16.51835],[45.22084,16.51406],[45.22008,16.51200],[45.21872,16.51062],[45.21806,16.50766],[45.21585,16.50487],[45.21207,16.49904],[45.21147,16.49466],[45.20690,16.49140],[45.19771,16.48685],[45.19145,16.48268],[45.18676,16.47693],[45.18316,16.47445],[45.18050,16.47309],[45.16822,16.47691],[45.16616,16.47807],[45.16389,16.47631],[45.16126,16.47631],[45.16047,16.47347],[45.15468,16.46905],[45.14411,16.46455],[45.14118,16.46081],[45.13414,16.44500],[45.12818,16.43908],[45.12597,16.43547],[45.12136,16.41088],[45.11540,16.39809],[45.11267,16.39427],[45.10505,16.39243],[45.10224,16.39526],[45.09866,16.40264],[45.09694,16.39857],[45.09421,16.39479],[45.09018,16.39492],[45.08636,16.39058],[45.08300,16.38659],[45.07645,16.38556],[45.07282,16.38771],[45.06888,16.38646],[45.06648,16.38664],[45.06127,16.38264],[45.05242,16.38312],[45.05160,16.38110],[45.05175,16.37595],[45.05084,16.37393],[45.04772,16.37222],[45.04220,16.36509],[45.04014,16.36531],[45.03889,16.35994],[45.03689,16.35827],[45.03286,16.35724],[45.03131,16.35479],[45.02970,16.35432],[45.02634,16.35741],[45.01954,16.35687],[45.01481,16.35734],[45.01302,16.35802],[45.00887,16.35614],[45.00720,16.35369],[45.00349,16.35352],[45.00204,16.34880],[45.00125,16.34704],[45.00186,16.34283],[45.00085,16.34000],[45.00079,16.33086],[45.00249,16.32858],[45.00228,16.32013],[44.99858,16.31193],[44.99912,16.31034],[45.00152,16.30738],[44.99976,16.30248],[44.99900,16.30218],[44.99831,16.29652],[44.99903,16.29309],[44.99876,16.29124],[44.99606,16.28957],[44.99767,16.28725],[45.00695,16.28532],[45.00911,16.28261],[45.00911,16.28004],[45.00656,16.27601],[45.00723,16.27390],[45.01102,16.27313],[45.01573,16.27277],[45.01722,16.26612],[45.01698,16.26101],[45.01428,16.25878],[45.01118,16.25826],[45.01121,16.25650],[45.01394,16.25337],[45.01479,16.24509],[45.01419,16.24080],[45.01482,16.23410],[45.01843,16.22990],[45.02198,16.23007],[45.02338,16.22900],[45.02493,16.22432],[45.02477,16.22170],[45.02893,16.21380],[45.02890,16.21106],[45.03172,16.21007],[45.03266,16.20333],[45.03066,16.19586],[45.03254,16.19187],[45.03569,16.19020],[45.03891,16.18758],[45.04655,16.18539],[45.05189,16.17548],[45.05618,16.17642],[45.06303,16.17496],[45.06658,16.17012],[45.07155,16.17419],[45.07316,16.17213],[45.07419,16.16655],[45.07776,16.16256],[45.08346,16.15411],[45.08416,16.14810],[45.08752,16.14252],[45.09216,16.13947],[45.09258,16.13527],[45.09182,16.13209],[45.09491,16.12505],[45.09609,16.11703],[45.09500,16.10772],[45.10221,16.09892],[45.10467,16.09145],[45.11115,16.08952],[45.11480,16.09064],[45.11928,16.08601],[45.12134,16.08674],[45.12483,16.08627],[45.12873,16.08485],[45.13361,16.08567],[45.14015,16.07961],[45.14121,16.07793],[45.14131,16.07510],[45.14445,16.07094],[45.14796,16.07051],[45.15014,16.06914],[45.15553,16.07055],[45.15777,16.06965],[45.15883,16.06716],[45.15898,16.06188],[45.15762,16.06038],[45.15726,16.05819],[45.15831,16.05656],[45.16252,16.05334],[45.16712,16.05223],[45.17066,16.05257],[45.17145,16.05141],[45.17142,16.04978],[45.17287,16.04772],[45.17411,16.04828],[45.17747,16.05171],[45.17910,16.05090],[45.18013,16.04935],[45.18219,16.04961],[45.18264,16.04665],[45.18049,16.04716],[45.17931,16.03944],[45.18028,16.03154],[45.17998,16.02794],[45.18152,16.02296],[45.17868,16.01682],[45.18213,16.01532],[45.19020,16.02463],[45.19816,16.03034],[45.19973,16.03043],[45.20015,16.02485],[45.20018,16.02133],[45.20166,16.02039],[45.20330,16.01833],[45.21261,16.01884],[45.21530,16.01764],[45.21887,16.01262],[45.21838,16.00940],[45.21723,16.00532],[45.21708,16.00155],[45.21865,15.99700],[45.22243,15.99378],[45.22534,15.98755],[45.23002,15.98125],[45.23072,15.97786],[45.23026,15.97537],[45.22416,15.96657],[45.22379,15.96421],[45.22104,15.96026],[45.22032,15.95631],[45.22047,15.95477],[45.21766,15.95232],[45.21593,15.95185],[45.21421,15.94640],[45.21243,15.94464],[45.21324,15.93816],[45.21243,15.93438],[45.21249,15.93207],[45.21007,15.92734],[45.21358,15.92640],[45.21049,15.92185],[45.21082,15.92074],[45.21723,15.92447],[45.21862,15.92610],[45.22410,15.92601],[45.22642,15.92387],[45.22670,15.92228],[45.22984,15.92022],[45.22863,15.91842],[45.22718,15.91928],[45.22512,15.91627],[45.22367,15.91365],[45.22325,15.90881],[45.22416,15.90842],[45.22385,15.90662],[45.22667,15.90396],[45.22636,15.90044],[45.22570,15.89625],[45.22800,15.89492],[45.22818,15.89205],[45.22537,15.89085],[45.22485,15.88776],[45.22376,15.88750],[45.21989,15.89411],[45.21841,15.89441],[45.21760,15.89351],[45.21681,15.89398],[45.21581,15.89346],[45.21636,15.89145],[45.21533,15.88956],[45.21732,15.88891],[45.21908,15.88677],[45.21872,15.88415],[45.21729,15.88355],[45.21841,15.87724],[45.21751,15.87711],[45.21754,15.87540],[45.21853,15.87505],[45.21859,15.87175],[45.21935,15.87149],[45.21838,15.86441],[45.21590,15.85754],[45.21890,15.85437],[45.21989,15.85175],[45.22289,15.84879],[45.22407,15.84458],[45.22237,15.83604],[45.21995,15.83184],[45.21844,15.83132],[45.21841,15.82664],[45.21678,15.82639],[45.21536,15.82729],[45.21297,15.83076],[45.21176,15.83064],[45.21076,15.82965],[45.20952,15.82737],[45.20720,15.82557],[45.20565,15.82231],[45.20759,15.82145],[45.20786,15.81935],[45.20720,15.81883],[45.20786,15.81639],[45.20934,15.81656],[45.21064,15.81433],[45.20940,15.80905],[45.20774,15.80699],[45.20798,15.80446],[45.20641,15.80532],[45.20474,15.80833],[45.20368,15.80442],[45.20384,15.80343],[45.20293,15.80163],[45.20045,15.79979],[45.19721,15.80034],[45.19612,15.79695],[45.19504,15.79571],[45.19585,15.79228],[45.19537,15.79060],[45.19216,15.78507],[45.19077,15.78382],[45.18826,15.78344],[45.18611,15.77914],[45.18399,15.77674],[45.18021,15.77575],[45.17552,15.77700],[45.17488,15.77387],[45.17307,15.77009],[45.17004,15.76708],[45.16832,15.76683],[45.16575,15.76451],[45.16268,15.76473],[45.15066,15.76954],[45.14694,15.77340],[45.14670,15.77482],[45.14609,15.77525],[45.14167,15.77516],[45.13977,15.77448],[45.13719,15.77692],[45.13641,15.78019],[45.13520,15.78079],[45.13069,15.77705],[45.12648,15.78006],[45.12566,15.78525],[45.12342,15.78323],[45.11964,15.78723],[45.11964,15.78877],[45.11746,15.78881],[45.11515,15.79019],[45.11418,15.78692],[45.11137,15.78538],[45.10869,15.78334],[45.10578,15.77991],[45.10169,15.77888],[45.09554,15.77777],[45.09572,15.77450],[45.09539,15.77227],[45.09245,15.76892],[45.08973,15.76875],[45.08570,15.77184],[45.08408,15.77303],[45.08208,15.76891],[45.08069,15.76805],[45.07848,15.76908],[45.07711,15.76625],[45.07511,15.76393],[45.07335,15.76277],[45.07002,15.75552],[45.06738,15.75342],[45.06638,15.75260],[45.06520,15.74720],[45.06266,15.74393],[45.06278,15.74200],[45.06062,15.74209],[45.05962,15.74295],[45.05971,15.74466],[45.05699,15.74436],[45.05611,15.74612],[45.05511,15.74728],[45.05474,15.75072],[45.05283,15.75080],[45.04692,15.75192],[45.04559,15.75355],[45.04295,15.75479],[45.04013,15.75432],[45.03831,15.75728],[45.03619,15.75548],[45.03461,15.75608],[45.03215,15.75968],[45.03076,15.75986],[45.02909,15.76123],[45.02512,15.76054],[45.02248,15.76471],[45.01960,15.76303],[45.01504,15.76728],[45.01210,15.76831],[45.00870,15.76986],[45.00515,15.77406],[45.00528,15.77737],[45.00257,15.78033],[45.00182,15.77788],[44.99690,15.78183],[44.99487,15.78505],[44.99314,15.78153],[44.98786,15.78303],[44.98637,15.78088],[44.98270,15.78016],[44.97896,15.78033],[44.97951,15.78221],[44.97541,15.78217],[44.97234,15.78200],[44.97028,15.78106],[44.96934,15.77702],[44.97177,15.77406],[44.97195,15.76981],[44.97034,15.76183],[44.96991,15.75831],[44.97052,15.75625],[44.97001,15.75217],[44.96828,15.74857],[44.96029,15.74441],[44.95462,15.74455],[44.95183,15.74815],[44.95013,15.74768],[44.94439,15.74468],[44.93932,15.74026],[44.93555,15.73609],[44.93360,15.73897],[44.92340,15.74416],[44.91786,15.74772],[44.90796,15.75137],[44.89701,15.75678],[44.88026,15.76167],[44.87682,15.76159],[44.87530,15.75995],[44.87204,15.76047],[44.86861,15.75923],[44.86560,15.76403],[44.86097,15.77206],[44.85413,15.77935],[44.85194,15.78257],[44.84686,15.79364],[44.82905,15.76734],[44.82811,15.76386],[44.82711,15.75030],[44.82735,15.74275],[44.82799,15.73575],[44.82732,15.73064],[44.82574,15.72794],[44.82403,15.72691],[44.82193,15.72712],[44.82038,15.72300],[44.81773,15.72202],[44.81572,15.72258],[44.80190,15.73863],[44.79891,15.74077],[44.79358,15.74828],[44.78152,15.75940],[44.78015,15.76154],[44.77708,15.76223],[44.77308,15.76759],[44.77046,15.77000],[44.76565,15.77090],[44.76059,15.77609],[44.75480,15.78025],[44.75121,15.78021],[44.74953,15.78094],[44.74505,15.78901],[44.74340,15.80090],[44.73984,15.80643],[44.73822,15.81124],[44.73411,15.81394],[44.72776,15.81394],[44.72270,15.81926],[44.71965,15.82583],[44.72243,15.84561],[44.72532,15.85548],[44.72828,15.85905],[44.73871,15.86411],[44.73850,15.86660],[44.73789,15.86827],[44.73496,15.86930],[44.73411,15.87265],[44.73533,15.87630],[44.74042,15.88402],[44.74661,15.89128],[44.74713,15.89286],[44.74655,15.89510],[44.74277,15.89896],[44.73490,15.91342],[44.72481,15.92033],[44.71621,15.92462],[44.71155,15.92780],[44.70996,15.92947],[44.71167,15.94076],[44.71213,15.94239],[44.71133,15.94822],[44.71155,15.95299],[44.71078,15.95591],[44.70844,15.95595],[44.70493,15.95651],[44.70325,15.95578],[44.70163,15.95260],[44.69898,15.95344],[44.69317,15.95876],[44.69169,15.96507],[44.68247,15.96887],[44.67874,15.96788],[44.67443,15.97187],[44.67128,15.97521],[44.66992,15.97942],[44.66947,15.98367],[44.66780,15.98763],[44.66320,15.99381],[44.66164,15.99377],[44.65956,15.99729],[44.65559,16.01012],[44.65403,16.01226],[44.65648,16.02029],[44.65632,16.02359],[44.65446,16.03016],[44.65272,16.03140],[44.64793,16.03175],[44.64314,16.03634],[44.63971,16.04047],[44.63516,16.04288],[44.62969,16.04279],[44.62768,16.04399],[44.62462,16.04866],[44.62459,16.04965],[44.62643,16.05133],[44.62633,16.05283],[44.62429,16.05545],[44.61460,16.05532],[44.61063,16.05540],[44.61305,16.05175],[44.61280,16.04991],[44.61131,16.04957],[44.60987,16.05055],[44.60883,16.04652],[44.60315,16.04763],[44.60064,16.04253],[44.59899,16.04291],[44.59704,16.04849],[44.59536,16.05158],[44.59416,16.05278],[44.59190,16.05163],[44.58869,16.04763],[44.58588,16.04326],[44.58662,16.03064],[44.58989,16.02382],[44.58949,16.02171],[44.58772,16.01974],[44.58542,16.01438],[44.57769,16.01755],[44.56723,16.02450],[44.56347,16.02789],[44.55907,16.02879],[44.55332,16.03197],[44.54950,16.03708],[44.54335,16.04802],[44.54179,16.04982],[44.53552,16.06896],[44.53629,16.08729],[44.53558,16.09055],[44.53222,16.09690],[44.52955,16.10085],[44.52243,16.10617],[44.51655,16.11184],[44.51426,16.11291],[44.51061,16.11626],[44.50627,16.11960],[44.50024,16.12608],[44.48521,16.13514],[44.48114,16.14025],[44.47899,16.13995],[44.47516,16.13930],[44.47210,16.13591],[44.47023,16.13488],[44.46319,16.13728],[44.46092,16.13226],[44.45700,16.13209],[44.45572,16.13089],[44.45403,16.13132],[44.45330,16.13424],[44.45333,16.13686],[44.45360,16.13904],[44.44855,16.14304],[44.44297,16.14166],[44.44168,16.13831],[44.44024,16.13819],[44.43295,16.14042],[44.42793,16.14106],[44.42480,16.14179],[44.42324,16.14449],[44.42226,16.14291],[44.42075,16.14449],[44.41907,16.14621],[44.42075,16.14982],[44.42198,16.15050],[44.42226,16.15273],[44.42057,16.15424],[44.41910,16.15754],[44.41511,16.15960],[44.41622,16.16119],[44.41334,16.16368],[44.40990,16.16539],[44.40791,16.16539],[44.40540,16.16707],[44.40570,16.16986],[44.40441,16.17157],[44.40310,16.17162],[44.40113,16.16415],[44.40006,16.16016],[44.39620,16.15376],[44.39586,16.15140],[44.39267,16.14583],[44.39307,16.14321],[44.39773,16.13462],[44.39859,16.12887],[44.39942,16.12797],[44.39733,16.12042],[44.39503,16.12218],[44.39356,16.12501],[44.39016,16.12626],[44.38822,16.12819],[44.38421,16.12986],[44.38065,16.13002],[44.37795,16.13079],[44.37743,16.13555],[44.37627,16.13950],[44.37623,16.15637],[44.37498,16.16778],[44.37225,16.16976],[44.36903,16.17461],[44.36455,16.18461],[44.36403,16.19151],[44.36221,16.19495],[44.36059,16.19624],[44.35967,16.19984],[44.35982,16.20503],[44.34924,16.21272],[44.34773,16.21796],[44.34438,16.21667],[44.34073,16.21281],[44.33545,16.20440],[44.33158,16.20062],[44.32556,16.19601],[44.32212,16.19494],[44.31619,16.19485],[44.31198,16.19146],[44.30996,16.18794],[44.30500,16.18674],[44.30025,16.18668],[44.29484,16.18647],[44.29164,16.18857],[44.29069,16.18999],[44.28667,16.18977],[44.28467,16.19123],[44.28188,16.19140],[44.27939,16.18994],[44.27662,16.19067],[44.27416,16.19016],[44.27014,16.19029],[44.26482,16.19290],[44.26347,16.19299],[44.26129,16.19496],[44.25981,16.19556],[44.25892,16.19865],[44.25698,16.20029],[44.25539,16.19956],[44.25271,16.19934],[44.25050,16.20222],[44.25130,16.20608],[44.25031,16.20908],[44.24662,16.21213],[44.24045,16.21685],[44.23626,16.21960],[44.23184,16.21968],[44.22627,16.21925],[44.22526,16.21453],[44.22181,16.21269],[44.21907,16.20844],[44.21634,16.20260],[44.21221,16.21681],[44.20849,16.22230],[44.20868,16.22445],[44.20769,16.22591],[44.20471,16.22724],[44.19936,16.23573],[44.20142,16.23621],[44.19982,16.23805],[44.19816,16.23724],[44.19603,16.24003],[44.19323,16.24256],[44.17231,16.26728],[44.16883,16.26921],[44.16424,16.28388],[44.14333,16.30822],[44.13653,16.32594],[44.12579,16.32650],[44.12240,16.33062],[44.11932,16.33067],[44.11208,16.33534],[44.10397,16.35332],[44.10197,16.35912],[44.09836,16.36307],[44.09467,16.36105],[44.08150,16.36972],[44.08110,16.37762],[44.07965,16.37877],[44.08305,16.38487],[44.07984,16.38989],[44.07947,16.40233],[44.08261,16.42804],[44.06310,16.44066],[44.05437,16.43568],[44.03986,16.43837],[44.03686,16.43863],[44.03288,16.43640],[44.03057,16.43666],[44.02826,16.44078],[44.02884,16.44399],[44.02838,16.45524],[44.03020,16.46786],[44.02918,16.48297],[44.02603,16.50498],[44.00403,16.51498],[43.99946,16.52078],[43.98572,16.53545],[43.97423,16.54232],[43.97312,16.54142],[43.95317,16.54468],[43.93892,16.57983],[43.93324,16.58210],[43.93082,16.59180],[43.92140,16.59575],[43.91951,16.60120],[43.91345,16.60317],[43.90313,16.61832],[43.89799,16.62105],[43.89505,16.63453],[43.88549,16.64951],[43.88410,16.65650],[43.88206,16.65882],[43.87887,16.66105],[43.87736,16.66393],[43.87739,16.66843],[43.86567,16.68342],[43.85766,16.70394],[43.85298,16.70900],[43.85116,16.71003],[43.84639,16.71325],[43.84333,16.71368],[43.84141,16.71660],[43.83596,16.71570],[43.83262,16.71698],[43.83005,16.71415],[43.82537,16.71642],[43.81525,16.71604],[43.80701,16.71844],[43.80125,16.72750],[43.79917,16.72904],[43.79747,16.72853],[43.79453,16.72625],[43.77911,16.74543],[43.76672,16.75242],[43.76786,16.75671],[43.76588,16.77585],[43.76250,16.79752],[43.75559,16.80795],[43.73141,16.82435],[43.71745,16.84602],[43.70951,16.86383],[43.70557,16.86855],[43.70315,16.87044],[43.69271,16.87431],[43.69053,16.87981],[43.68383,16.88436],[43.67430,16.90865],[43.65794,16.91963],[43.65465,16.92693],[43.64279,16.93062],[43.62483,16.95967],[43.61743,16.96950],[43.60849,16.97502],[43.60825,16.97678],[43.60703,16.97699],[43.59205,16.98987],[43.59184,16.99064],[43.58789,16.99210],[43.58742,16.99347],[43.58481,16.99566],[43.58167,17.00017],[43.58142,17.00188],[43.57875,17.00553],[43.57552,17.00733],[43.57536,17.00948],[43.57290,17.01261],[43.56983,17.01892],[43.56812,17.02090],[43.55795,17.04105],[43.55549,17.04680],[43.55403,17.05599],[43.55297,17.05766],[43.55272,17.06109],[43.55154,17.06302],[43.55157,17.06517],[43.54964,17.06865],[43.54638,17.07199],[43.54264,17.08173],[43.53966,17.08229],[43.53717,17.08560],[43.53546,17.08959],[43.53144,17.09405],[43.53085,17.09809],[43.52958,17.10130],[43.52911,17.10345],[43.52475,17.10869],[43.52398,17.11092],[43.52133,17.11547],[43.51869,17.12280],[43.51028,17.13156],[43.50991,17.13087],[43.50848,17.13044],[43.50789,17.13117],[43.50835,17.13469],[43.50767,17.13821],[43.50200,17.14392],[43.49721,17.14529],[43.49475,17.14804],[43.49388,17.15121],[43.49416,17.15203],[43.49288,17.15529],[43.49298,17.16310],[43.49335,17.16628],[43.49266,17.16945],[43.49394,17.17151],[43.49173,17.17538],[43.49148,17.17709],[43.49624,17.18743],[43.49789,17.19327],[43.49660,17.20799],[43.49728,17.20906],[43.49573,17.21271],[43.49772,17.22339],[43.49697,17.22704],[43.49140,17.24039],[43.48598,17.25292],[43.48153,17.26060],[43.48010,17.26482],[43.47904,17.26623],[43.47870,17.26829],[43.47611,17.27143],[43.47530,17.27057],[43.47222,17.27559],[43.46724,17.28173],[43.46400,17.28392],[43.46272,17.28589],[43.46032,17.28447],[43.45848,17.28537],[43.45468,17.28589],[43.45272,17.28353],[43.44867,17.28392],[43.44686,17.28615],[43.44297,17.28379],[43.44051,17.28374],[43.43773,17.28598],[43.43589,17.28563],[43.42841,17.27988],[43.42670,17.27666],[43.41769,17.27220],[43.41760,17.27057],[43.41535,17.26920],[43.41351,17.26435],[43.41143,17.26297],[43.40772,17.25971],[43.40460,17.25572],[43.40073,17.25194],[43.39976,17.25451],[43.39633,17.25884],[43.39243,17.26112],[43.38184,17.26283],[43.37344,17.26507],[43.37179,17.26691],[43.37076,17.26876],[43.36770,17.26919],[43.36452,17.27099],[43.36262,17.27142],[43.36115,17.27189],[43.35950,17.27399],[43.35834,17.27352],[43.34717,17.27958],[43.31751,17.29837],[43.31314,17.30159],[43.29890,17.30966],[43.28765,17.32108],[43.28509,17.32657],[43.27922,17.32803],[43.27716,17.32940],[43.27309,17.32966],[43.27128,17.33138],[43.26909,17.33129],[43.26797,17.33223],[43.26528,17.33112],[43.25666,17.33807],[43.25591,17.34030],[43.25303,17.34125],[43.25090,17.35318],[43.24922,17.35764],[43.24853,17.37558],[43.24678,17.38081],[43.24647,17.38545],[43.24497,17.39626],[43.22971,17.42124],[43.21601,17.42905],[43.21101,17.42931],[43.20919,17.43163],[43.20675,17.43188],[43.20475,17.43223],[43.19436,17.42922],[43.18905,17.42639],[43.18154,17.42991],[43.17856,17.43111],[43.17847,17.43403],[43.18000,17.43802],[43.17859,17.44373],[43.17734,17.44815],[43.17725,17.45059],[43.17540,17.45158],[43.17487,17.45394],[43.17099,17.45823],[43.17080,17.46051],[43.16567,17.46900],[43.16363,17.47171],[43.16175,17.47544],[43.15543,17.49261],[43.15440,17.49420],[43.14206,17.52437],[43.14103,17.52677],[43.13655,17.53411],[43.13574,17.53823],[43.13383,17.54428],[43.13129,17.54763],[43.13047,17.55325],[43.12772,17.55821],[43.12469,17.56190],[43.12271,17.56654],[43.12099,17.57289],[43.11817,17.58126],[43.11400,17.58992],[43.10407,17.60924],[43.09926,17.61956],[43.09447,17.62917],[43.09271,17.63042],[43.09118,17.63338],[43.09024,17.63805],[43.07201,17.64945],[43.07050,17.65078],[43.06868,17.65138],[43.06721,17.65276],[43.05818,17.65765],[43.03529,17.66855],[43.01991,17.68384],[43.00748,17.68862],[42.98560,17.70102],[42.97313,17.71188],[42.96849,17.70137],[42.96601,17.68592],[42.96532,17.67086],[42.95910,17.65206],[42.94707,17.63189],[42.94154,17.61421],[42.94091,17.59146],[42.94016,17.58623],[42.93868,17.58013],[42.93573,17.54168],[42.92253,17.55297],[42.88606,17.64687],[42.88915,17.64833],[42.89473,17.65526],[42.90634,17.66623],[42.90883,17.66711],[42.91295,17.67140],[42.91643,17.67483],[42.91815,17.67581],[42.91951,17.67778],[42.92051,17.67924],[42.92070,17.68126],[42.92510,17.69156],[42.92174,17.69829],[42.92017,17.71228],[42.91875,17.72293],[42.91246,17.74967],[42.90759,17.76447],[42.89114,17.78593],[42.89118,17.79190],[42.89545,17.79314],[42.90532,17.80074],[42.91617,17.80808],[42.90897,17.82880],[42.90221,17.84378],[42.88504,17.85786],[42.87894,17.85365],[42.87378,17.85442],[42.87114,17.85297],[42.86352,17.85623],[42.84622,17.86704],[42.84572,17.86936],[42.83653,17.87751],[42.83710,17.88429],[42.83313,17.89382],[42.83200,17.89854],[42.82998,17.89871],[42.82860,17.89683],[42.82677,17.89571],[42.82274,17.89073],[42.81387,17.88764],[42.80977,17.89099],[42.80946,17.90275],[42.81021,17.91004],[42.80707,17.91631],[42.80108,17.93845],[42.79869,17.94978],[42.78647,17.96326],[42.78175,17.97158],[42.77885,17.97579],[42.77740,17.98214],[42.77778,17.98437],[42.77683,17.99278],[42.77526,17.99630],[42.76612,17.99656],[42.76234,17.99888],[42.75736,18.00351],[42.75238,18.00986],[42.75138,18.02549],[42.74785,18.04171],[42.74117,18.05046],[42.74047,18.05329],[42.73537,18.06248],[42.72767,18.07355],[42.72452,18.07415],[42.72351,18.07595],[42.72377,18.07913],[42.72023,18.08728],[42.71677,18.09878],[42.71134,18.10582],[42.70567,18.10814],[42.70289,18.10677],[42.69936,18.10677],[42.69610,18.10466],[42.68790,18.10328],[42.68607,18.10414],[42.68436,18.11633],[42.68108,18.13435],[42.67894,18.13847],[42.68014,18.14225],[42.66436,18.15109],[42.65578,18.15504],[42.65458,18.15796],[42.65672,18.16079],[42.65836,18.17015],[42.65868,18.17495],[42.66019,18.17615],[42.65918,18.18010],[42.65508,18.18362],[42.65458,18.18688],[42.65439,18.19100],[42.65218,18.19032],[42.65167,18.19349],[42.64056,18.20285],[42.62136,18.22328],[42.61808,18.23066],[42.61770,18.23306],[42.61334,18.23572],[42.61530,18.24070],[42.61252,18.24284],[42.60886,18.24267],[42.60178,18.24490],[42.60153,18.25100],[42.60620,18.26593],[42.60791,18.26653],[42.61056,18.27031],[42.60816,18.27469],[42.61189,18.27658],[42.61637,18.28198],[42.61612,18.28696],[42.61416,18.29125],[42.61391,18.31039],[42.61821,18.33142],[42.61896,18.34730],[42.61568,18.36575],[42.61138,18.37099],[42.60254,18.37623],[42.58839,18.39047],[42.58523,18.40043],[42.56557,18.43184],[42.56361,18.43596],[42.55577,18.43759],[42.55752,18.45098],[42.56258,18.46403],[42.56365,18.46909],[42.57067,18.48128],[42.58388,18.49399],[42.58685,18.50034],[42.58735,18.50386],[42.58413,18.52162],[42.58211,18.52840],[42.57332,18.53905],[42.58053,18.55475],[42.59374,18.55235],[42.60378,18.53578],[42.61143,18.53269],[42.61850,18.52557],[42.62913,18.53145],[42.63588,18.54047],[42.64075,18.55480],[42.64264,18.57068],[42.64188,18.57926],[42.65520,18.57248],[42.65804,18.56690],[42.66234,18.56699],[42.66524,18.55883],[42.67136,18.55102],[42.67881,18.55283],[42.69050,18.54827],[42.69025,18.55548],[42.69870,18.55891],[42.70312,18.56406],[42.70968,18.56483],[42.71491,18.56835],[42.72235,18.56784],[42.72551,18.55719],[42.72229,18.55204],[42.72374,18.53522],[42.72576,18.52689],[42.73509,18.51659],[42.73547,18.50406],[42.73761,18.50072],[42.74379,18.50228],[42.75009,18.49336],[42.75444,18.47705],[42.75665,18.47430],[42.76351,18.47259],[42.76666,18.47559],[42.77429,18.47842],[42.77706,18.47276],[42.78305,18.47070],[42.78758,18.47104],[42.78979,18.46701],[42.79136,18.46503],[42.79741,18.46881],[42.80150,18.47070],[42.80559,18.46786],[42.81359,18.46623],[42.82159,18.46108],[42.82782,18.47688],[42.83386,18.46967],[42.83965,18.46701],[42.85035,18.46838],[42.86086,18.47962],[42.85828,18.48666],[42.85916,18.49052],[42.86475,18.49613],[42.87217,18.49518],[42.87858,18.49055],[42.88557,18.51055],[42.89242,18.50497],[42.90437,18.50145],[42.91612,18.49338],[42.92645,18.48592],[42.94561,18.48600],[42.96440,18.48780],[42.97062,18.49209],[42.99460,18.50068],[42.99950,18.51012],[43.01852,18.51844],[43.03140,18.54079],[43.02889,18.62353],[43.03793,18.65280],[43.03636,18.66387],[43.06590,18.65898],[43.10545,18.65640],[43.14700,18.64919],[43.16466,18.65726],[43.20321,18.66851],[43.21013,18.68366],[43.23170,18.71799],[43.25477,18.68941],[43.28027,18.73258],[43.30370,18.79034],[43.31975,18.83765],[43.32562,18.85370],[43.32962,18.85318],[43.33767,18.84992],[43.34460,18.83962],[43.34753,18.84057],[43.34934,18.85035],[43.35178,18.86219],[43.35359,18.86391],[43.35340,18.87189],[43.35577,18.87876],[43.35477,18.88794],[43.35527,18.89095],[43.35384,18.89335],[43.35427,18.89910],[43.35696,18.90348],[43.35960,18.90908],[43.35998,18.91217],[43.35954,18.91372],[43.35642,18.91518],[43.35361,18.92067],[43.35093,18.92264],[43.34924,18.92796],[43.34519,18.92925],[43.34263,18.93277],[43.33826,18.93835],[43.33676,18.93844],[43.33382,18.94178],[43.33283,18.94453],[43.32995,18.94702],[43.33002,18.94994],[43.33083,18.95389],[43.33064,18.95775],[43.32614,18.95852],[43.32408,18.96015],[43.32140,18.95938],[43.31628,18.95912],[43.31297,18.95251],[43.30985,18.95123],[43.30669,18.95067],[43.30197,18.94861],[43.29985,18.94912],[43.29641,18.95152],[43.28767,18.95504],[43.28742,18.95727],[43.28789,18.96002],[43.28720,18.96294],[43.28604,18.96839],[43.28333,18.97440],[43.28239,18.97779],[43.27939,18.98272],[43.27489,18.98440],[43.27298,18.98654],[43.26298,18.98423],[43.26186,18.98474],[43.25973,18.99109],[43.25248,19.00019],[43.25204,19.00362],[43.25326,19.00504],[43.26320,19.01362],[43.27442,19.02015],[43.28617,19.02598],[43.29997,19.03062],[43.30453,19.03302],[43.30659,19.03693],[43.30847,19.04368],[43.30954,19.05226],[43.30957,19.06488],[43.30982,19.07497],[43.31072,19.07943],[43.31319,19.08157],[43.31541,19.08055],[43.32952,19.06934],[43.33732,19.06922],[43.34038,19.06707],[43.34475,19.06239],[43.35233,19.06226],[43.35480,19.05896],[43.35733,19.05016],[43.36004,19.04621],[43.36595,19.04132],[43.37381,19.04020],[43.37780,19.03772],[43.38070,19.03557],[43.38404,19.03398],[43.39758,19.03141],[43.40684,19.03360],[43.41734,19.02926],[43.42074,19.02669],[43.42747,19.01969],[43.43112,19.01879],[43.43482,19.01394],[43.43825,19.01029],[43.44165,19.01094],[43.44302,19.00832],[43.44586,19.01227],[43.44744,19.00476],[43.44470,19.00261],[43.44040,19.00107],[43.44109,18.99883],[43.44533,18.99883],[43.44866,18.99223],[43.44651,18.98883],[43.44881,18.98845],[43.45087,18.98695],[43.45196,18.98875],[43.45302,18.98793],[43.45277,18.98399],[43.45489,18.98128],[43.45389,18.98012],[43.45635,18.97763],[43.45364,18.97480],[43.45336,18.96841],[43.45159,18.96343],[43.45355,18.95858],[43.45268,18.95639],[43.45386,18.95631],[43.45744,18.95669],[43.45869,18.95914],[43.46050,18.96145],[43.46249,18.96073],[43.46897,18.96105],[43.46996,18.96229],[43.47236,18.96066],[43.47607,18.95684],[43.47753,18.95753],[43.47984,18.95732],[43.48286,18.95980],[43.48578,18.95972],[43.48933,18.95787],[43.49235,18.95551],[43.49335,18.95251],[43.49363,18.94993],[43.49796,18.94710],[43.49958,18.94354],[43.49973,18.94041],[43.49883,18.93800],[43.48977,18.93856],[43.48553,18.93715],[43.48298,18.93294],[43.48074,18.92697],[43.48513,18.92414],[43.49326,18.91899],[43.49593,18.91976],[43.49755,18.92191],[43.49964,18.92221],[43.49979,18.91873],[43.50328,18.91556],[43.50926,18.92208],[43.51165,18.92260],[43.51405,18.92745],[43.51455,18.93886],[43.51772,18.94139],[43.51793,18.94281],[43.51722,18.94663],[43.51955,18.95448],[43.52195,18.95616],[43.52263,18.95826],[43.52295,18.96401],[43.52481,18.96761],[43.52578,18.97152],[43.52786,18.98139],[43.53380,18.98208],[43.54214,18.98088],[43.54378,18.98173],[43.54540,18.98508],[43.55697,18.99229],[43.55675,18.99705],[43.55837,19.00045],[43.55800,19.00396],[43.55850,19.00680],[43.55688,19.01074],[43.55218,19.01276],[43.54490,19.01577],[43.54546,19.01920],[43.54783,19.02207],[43.54783,19.02388],[43.54497,19.02744],[43.53965,19.02916],[43.53514,19.03714],[43.52667,19.04533],[43.52288,19.04323],[43.51874,19.04319],[43.51519,19.04551],[43.51208,19.04628],[43.50735,19.04521],[43.50417,19.04641],[43.50473,19.04821],[43.50535,19.04984],[43.50255,19.05173],[43.50137,19.05448],[43.50199,19.05628],[43.50386,19.05834],[43.50610,19.06405],[43.51096,19.06563],[43.51236,19.06817],[43.51301,19.07096],[43.51314,19.07413],[43.51479,19.07615],[43.51469,19.07851],[43.51615,19.08194],[43.51615,19.08576],[43.51709,19.08984],[43.52135,19.09396],[43.52350,19.09494],[43.52484,19.09859],[43.52456,19.10063],[43.52303,19.10286],[43.52285,19.11655],[43.52104,19.12278],[43.52095,19.12544],[43.52188,19.12917],[43.52381,19.13114],[43.52537,19.13166],[43.52686,19.13561],[43.52804,19.13986],[43.53115,19.14333],[43.53262,19.14574],[43.53517,19.15380],[43.53650,19.15509],[43.53660,19.15625],[43.53598,19.15977],[43.53523,19.17054],[43.53431,19.17344],[43.53366,19.18233],[43.53385,19.18692],[43.53459,19.19022],[43.53441,19.19477],[43.53472,19.20245],[43.52980,19.21155],[43.53080,19.21564],[43.53005,19.21812],[43.52896,19.22194]], // Belgium - BE: [[51.28746,2.49427], [51.08874,2.54535], [51.07079,2.55857], [51.06893,2.55926], [51.06469,2.56265], [51.05860,2.56179], [51.01358,2.57543], [51.01331,2.57174], [51.01018,2.57046], [51.00834,2.57157], [51.00586,2.57458], [51.00316,2.57320], [51.00186,2.57526], [50.99976,2.57741], [50.99194,2.59337], [50.99140,2.59878], [50.99075,2.60685], [50.98892,2.60608], [50.98524,2.60917], [50.98178,2.60565], [50.98113,2.60831], [50.97892,2.60779], [50.97227,2.61123], [50.96557,2.61895], [50.95833,2.62316], [50.95097,2.62788], [50.94621,2.63157], [50.94416,2.62942], [50.94183,2.61612], [50.93945,2.61672], [50.93713,2.61741], [50.93410,2.61603], [50.93096,2.60734], [50.92539,2.59876], [50.92122,2.59421], [50.91928,2.58889], [50.91527,2.59103], [50.91370,2.59490], [50.91565,2.60314], [50.91197,2.60563], [50.90937,2.60580], [50.90629,2.60374], [50.90407,2.60305], [50.90207,2.60485], [50.90022,2.60477], [50.89703,2.60743], [50.89465,2.60743], [50.88967,2.60477], [50.88582,2.60271], [50.88463,2.60623], [50.88220,2.60503], [50.88008,2.60846], [50.87499,2.60511], [50.87310,2.60554], [50.86714,2.61052], [50.86373,2.61095], [50.85890,2.60485], [50.85701,2.60133], [50.85069,2.59693], [50.84738,2.59796], [50.84700,2.60422], [50.84890,2.61075], [50.84689,2.61444], [50.84218,2.61512], [50.83800,2.61521], [50.83741,2.62191], [50.83389,2.62482], [50.82472,2.62645], [50.81252,2.63384], [50.81290,2.65830], [50.82109,2.66971], [50.81268,2.67941], [50.81301,2.71160], [50.81388,2.71246], [50.80905,2.72422], [50.80200,2.72018], [50.79213,2.72473], [50.79137,2.72816], [50.78952,2.72773], [50.78176,2.73683], [50.78030,2.73743], [50.78057,2.74087], [50.77775,2.75065], [50.77362,2.75486], [50.77129,2.76078], [50.76168,2.75503], [50.76228,2.76129], [50.76081,2.76241], [50.75923,2.76035], [50.75397,2.76550], [50.75397,2.77159], [50.74973,2.77743], [50.74984,2.78172], [50.74501,2.78198], [50.74338,2.78001], [50.73317,2.78541], [50.73126,2.78893], [50.72545,2.78825], [50.71518,2.81545], [50.71540,2.82052], [50.71926,2.83099], [50.72040,2.84163], [50.72219,2.84661], [50.71513,2.85296], [50.71197,2.85760], [50.71094,2.85785], [50.70246,2.86970], [50.70355,2.87305], [50.70181,2.87991], [50.70540,2.88463], [50.69289,2.89880], [50.69186,2.90618], [50.69349,2.91150], [50.69665,2.91184], [50.70159,2.91038], [50.70344,2.91270], [50.70132,2.92291], [50.70371,2.92515], [50.70725,2.92626], [50.70877,2.93029], [50.71491,2.93132], [50.72214,2.93158], [50.72556,2.93072], [50.72877,2.93424], [50.73105,2.94549], [50.73306,2.94566], [50.73822,2.94162], [50.73979,2.93896], [50.74294,2.93836], [50.74615,2.94291], [50.74919,2.94952], [50.75114,2.95107], [50.75261,2.95716], [50.75185,2.96059], [50.74973,2.96059], [50.74935,2.96609], [50.74973,2.97330], [50.75386,2.98033], [50.75668,2.98222], [50.75788,2.98875], [50.76298,3.00119], [50.76770,3.01115], [50.77096,3.01655], [50.77296,3.01496], [50.77334,3.01668], [50.76943,3.02647], [50.76943,3.03282], [50.77036,3.03754], [50.77481,3.04020], [50.77703,3.04629], [50.77942,3.05591], [50.77953,3.06046], [50.77747,3.06784], [50.77345,3.07728], [50.77204,3.08380], [50.77307,3.08955], [50.77627,3.09324], [50.78072,3.10243], [50.78490,3.10818], [50.78827,3.11041], [50.78843,3.10766], [50.79315,3.11101], [50.79407,3.11290], [50.79261,3.11496], [50.79006,3.12045], [50.78582,3.12491], [50.78593,3.12878], [50.78989,3.14903], [50.78637,3.15144], [50.78349,3.15041], [50.77774,3.15410], [50.76677,3.16422], [50.76194,3.17032], [50.75809,3.16963], [50.75499,3.17924], [50.75287,3.17830], [50.74695,3.18465], [50.74266,3.18482], [50.73924,3.18774], [50.73772,3.19299], [50.73452,3.19840], [50.73169,3.19668], [50.72843,3.19093], [50.72447,3.18999], [50.72229,3.19282], [50.71914,3.19900], [50.71871,3.20561], [50.71729,3.20801], [50.71414,3.20733], [50.71284,3.20321], [50.71104,3.20535], [50.71034,3.21067], [50.71224,3.21145], [50.71126,3.21754], [50.70968,3.21960], [50.70936,3.22372], [50.71164,3.22733], [50.71170,3.23076], [50.71208,3.23394], [50.71077,3.23797], [50.71208,3.24406], [50.70675,3.25041], [50.70479,3.24999], [50.70273,3.25505], [50.70164,3.25865], [50.69669,3.25771], [50.69218,3.25960], [50.69131,3.25144], [50.68837,3.25256], [50.68478,3.25617], [50.67994,3.25874], [50.67706,3.26398], [50.67527,3.25531], [50.67325,3.24638], [50.67168,3.24647], [50.66923,3.24011], [50.66357,3.24106], [50.65878,3.23883], [50.65259,3.24525], [50.65144,3.24431], [50.65025,3.24491], [50.64921,3.24809], [50.64671,3.24817], [50.64040,3.24294], [50.63729,3.24860], [50.63582,3.24834], [50.63555,3.25032], [50.63158,3.25238], [50.63109,3.25469], [50.62978,3.25512], [50.62929,3.25796], [50.62673,3.25753], [50.62575,3.25461], [50.62199,3.25461], [50.62139,3.25753], [50.62036,3.25658], [50.61709,3.26199], [50.60985,3.26877], [50.60151,3.27255], [50.59051,3.27461], [50.58081,3.27486], [50.57776,3.28001], [50.57427,3.28036], [50.57323,3.27753], [50.56364,3.27641], [50.56206,3.28156], [50.55895,3.27547], [50.54946,3.27787], [50.53675,3.27744], [50.53140,3.28473], [50.52546,3.28611], [50.52120,3.29898], [50.51651,3.31692], [50.51258,3.32327], [50.50838,3.32748], [50.50641,3.33306], [50.50783,3.33589], [50.50330,3.36061], [50.49653,3.36730], [50.49194,3.37065], [50.49052,3.37649], [50.49205,3.38052], [50.49456,3.38893], [50.49757,3.39168], [50.49544,3.39674], [50.49778,3.39863], [50.49855,3.40850], [50.50133,3.41664], [50.50444,3.43029], [50.50947,3.43802], [50.50668,3.43793], [50.50537,3.44849], [50.50739,3.45098], [50.51389,3.45432], [50.51967,3.45621], [50.53119,3.47252], [50.53217,3.47578], [50.52660,3.49261], [50.52873,3.49930], [50.52524,3.51200], [50.52278,3.51732], [50.51274,3.51449], [50.50625,3.50222], [50.49959,3.49578], [50.49587,3.49612], [50.48621,3.49981], [50.48725,3.50514], [50.49363,3.52153], [50.49533,3.53269], [50.49369,3.54136], [50.49647,3.54745], [50.49773,3.55784], [50.49718,3.56393], [50.49959,3.56831], [50.49806,3.57037], [50.49555,3.57329], [50.49385,3.57655], [50.49189,3.57758], [50.49003,3.58462], [50.49101,3.59586], [50.49620,3.60693], [50.48539,3.61963], [50.47993,3.63011], [50.47818,3.62968], [50.46928,3.63517], [50.46185,3.64401], [50.46234,3.64986], [50.46053,3.65518], [50.45742,3.65844], [50.45578,3.66128], [50.45288,3.66265], [50.44868,3.65802], [50.44414,3.65724], [50.44037,3.66334], [50.43807,3.66840], [50.43184,3.66797], [50.42216,3.66832], [50.41461,3.66943], [50.40460,3.67192], [50.39629,3.67158], [50.38912,3.67123], [50.38682,3.66729], [50.37938,3.66462], [50.37347,3.65690], [50.36991,3.65690], [50.36728,3.65664], [50.36482,3.66248], [50.36281,3.66519], [50.35120,3.66588], [50.34764,3.66382], [50.34643,3.66502], [50.33997,3.67506], [50.33362,3.67128], [50.32534,3.68442], [50.32441,3.68416], [50.32167,3.69120], [50.32019,3.68845], [50.32123,3.68236], [50.31948,3.68339], [50.31630,3.69257], [50.31246,3.69343], [50.30939,3.70175], [50.30238,3.70888], [50.30457,3.72175], [50.30748,3.71798], [50.31065,3.71909], [50.30835,3.72982], [50.31148,3.73291], [50.31581,3.72948], [50.31910,3.73308], [50.32337,3.73265], [50.32781,3.73119], [50.33005,3.73471], [50.33383,3.73600], [50.33603,3.73892], [50.34471,3.73995], [50.34903,3.75068], [50.34662,3.76398], [50.34980,3.76767], [50.35287,3.78467], [50.34996,3.79746], [50.35374,3.80690], [50.35226,3.81248], [50.34980,3.81394], [50.34536,3.81093], [50.34410,3.81093], [50.34493,3.81883], [50.34679,3.82578], [50.35205,3.82595], [50.35221,3.83385], [50.35308,3.83945], [50.35204,3.84692], [50.34946,3.85490], [50.34574,3.85679], [50.34125,3.85619], [50.34294,3.86168], [50.34081,3.86134], [50.33665,3.87490], [50.33906,3.88537], [50.33615,3.88572], [50.33380,3.88855], [50.32947,3.88838], [50.32897,3.88400], [50.32651,3.88554], [50.32782,3.89601], [50.32624,3.90005], [50.32881,3.91275], [50.34870,3.96722], [50.34026,3.96422], [50.33993,3.96791], [50.34574,3.97314], [50.34130,3.98533], [50.34294,3.98979], [50.34601,3.99151], [50.34804,3.99615], [50.34766,4.00001], [50.34935,4.00447], [50.34952,4.01305], [50.35204,4.01915], [50.35417,4.01726], [50.35625,4.02052], [50.35718,4.02550], [50.35319,4.03048], [50.34497,4.03374], [50.34081,4.03872], [50.33823,4.04764], [50.33862,4.05245], [50.33517,4.05305], [50.33084,4.05614], [50.33015,4.06436], [50.32418,4.06796], [50.32100,4.07612], [50.31848,4.07766], [50.30861,4.07775], [50.30867,4.08401], [50.31042,4.08616], [50.31234,4.09371], [50.31152,4.09672], [50.31229,4.09758], [50.30812,4.10418], [50.30072,4.10976], [50.30286,4.11663], [50.29973,4.11783], [50.29749,4.12187], [50.28619,4.12513], [50.28016,4.12384], [50.27703,4.12084], [50.27138,4.12410], [50.27423,4.12942], [50.27357,4.13577], [50.26584,4.13319], [50.26321,4.13697], [50.26052,4.13697], [50.25991,4.13337], [50.25640,4.13534], [50.25750,4.14624], [50.25574,4.15053], [50.25695,4.16384], [50.25849,4.16504], [50.25947,4.16856], [50.26759,4.16959], [50.27253,4.16341], [50.27462,4.15156], [50.27719,4.15019], [50.27879,4.15422], [50.28109,4.15611], [50.28454,4.15585], [50.28400,4.16109], [50.28827,4.16306], [50.28751,4.16890], [50.28416,4.16881], [50.28389,4.17585], [50.27977,4.17560], [50.27879,4.17336], [50.27506,4.17654], [50.27319,4.18392], [50.27429,4.18641], [50.27237,4.19551], [50.27374,4.20195], [50.27193,4.20821], [50.26101,4.21556], [50.25882,4.21968], [50.25421,4.21951], [50.24932,4.21505], [50.24295,4.20449], [50.24081,4.19960], [50.24076,4.19205], [50.23203,4.18012], [50.22077,4.17428], [50.21989,4.16999], [50.21704,4.16801], [50.21627,4.16424], [50.21506,4.16475], [50.21391,4.15462], [50.21374,4.14922], [50.20935,4.15153], [50.20637,4.15143], [50.20231,4.15641], [50.20099,4.15976], [50.19308,4.15856], [50.19374,4.15504], [50.18742,4.15547], [50.18313,4.15366], [50.17307,4.14671], [50.17115,4.15409], [50.16356,4.15418], [50.15894,4.14911], [50.15834,4.14585], [50.15152,4.13590], [50.14277,4.13375], [50.13870,4.12800], [50.13529,4.12628], [50.13127,4.13092], [50.12808,4.14439], [50.12737,4.15564], [50.12957,4.15761], [50.13502,4.15847], [50.13259,4.17555], [50.13463,4.19675], [50.13336,4.19984], [50.12753,4.19624], [50.12285,4.20130], [50.11438,4.20139], [50.10706,4.19503], [50.10524,4.20585], [50.10100,4.19915], [50.09627,4.20490], [50.09544,4.20688], [50.09583,4.20963], [50.09379,4.21314], [50.08856,4.21623], [50.08586,4.22010], [50.08487,4.22482], [50.08101,4.22456], [50.07694,4.22834], [50.07126,4.23040], [50.06480,4.22489], [50.06000,4.21304], [50.05648,4.19622], [50.05019,4.19261], [50.05124,4.18712], [50.04722,4.18137], [50.04622,4.17416], [50.05036,4.16326], [50.04887,4.15914], [50.03597,4.14944], [50.03095,4.14352], [50.01971,4.13416], [50.01281,4.13502], [50.00818,4.14026], [50.00437,4.14223], [49.99935,4.15304], [50.00101,4.15888], [49.99742,4.16128], [49.99466,4.16068], [49.98512,4.15373], [49.98500,4.14747], [49.97855,4.13974], [49.97468,4.14618], [49.97568,4.14901], [49.97375,4.15193], [49.97612,4.16944], [49.97501,4.17390], [49.97121,4.17708], [49.96984,4.18678], [49.96658,4.19639], [49.96300,4.19416], [49.95449,4.19407], [49.95377,4.19751], [49.95670,4.20566], [49.95670,4.21871], [49.95819,4.22368], [49.95692,4.22935], [49.95803,4.23896], [49.96051,4.24231], [49.96311,4.26093], [49.96388,4.27175], [49.96277,4.29329], [49.96835,4.30874], [49.96465,4.31664], [49.96228,4.32565], [49.96277,4.33448], [49.95178,4.34968], [49.95217,4.36341], [49.95040,4.37362], [49.95316,4.38126], [49.94731,4.39002], [49.94825,4.39688], [49.94864,4.40280], [49.94582,4.41680], [49.94389,4.42401], [49.93985,4.43533], [49.93996,4.44091], [49.93643,4.44555], [49.94781,4.48108], [49.94599,4.48417], [49.94599,4.48889], [49.94808,4.49705], [49.94576,4.51293], [49.95096,4.51945], [49.94980,4.52537], [49.96117,4.53275], [49.96835,4.54271], [49.96763,4.55292], [49.97017,4.56580], [49.97619,4.57464], [49.97983,4.57515], [49.98298,4.58159], [49.98336,4.58777], [49.98601,4.59687], [49.98458,4.60820], [49.98675,4.63634], [49.99277,4.65883], [49.99354,4.66587], [49.99591,4.66870], [49.99475,4.67788], [49.99569,4.68604], [49.99459,4.69496], [49.99762,4.69591], [50.00148,4.68921], [50.00799,4.68775], [50.01114,4.69024], [50.01549,4.68827], [50.02719,4.68758], [50.04328,4.69823], [50.04775,4.69711], [50.05398,4.70200], [50.06031,4.69685], [50.05811,4.68733], [50.06549,4.68338], [50.06737,4.68106], [50.06979,4.68664], [50.07430,4.68957], [50.08218,4.69154], [50.08625,4.69712], [50.09528,4.70347], [50.09710,4.71480], [50.10095,4.71815], [50.11147,4.75300], [50.11681,4.75446], [50.12148,4.74982], [50.12093,4.75652], [50.13627,4.76423], [50.14039,4.77711], [50.15129,4.80397], [50.15470,4.81033], [50.16872,4.82414], [50.16168,4.82277], [50.15783,4.82732], [50.15294,4.83195], [50.15239,4.84620], [50.15184,4.85770], [50.15284,4.87733], [50.14002,4.88094], [50.13975,4.89415], [50.13727,4.89596], [50.13513,4.89192], [50.13078,4.88540], [50.13227,4.87776], [50.12764,4.87724], [50.12484,4.86995], [50.11801,4.86591], [50.10921,4.87227], [50.09693,4.86660], [50.09517,4.87064], [50.09522,4.87321], [50.09313,4.87364], [50.08801,4.87158], [50.08939,4.86737], [50.09192,4.86583], [50.09286,4.86154], [50.09792,4.86291], [50.10161,4.85579], [50.10155,4.84841], [50.09869,4.84789], [50.09605,4.84197], [50.09429,4.83562], [50.09214,4.83673], [50.09142,4.84034], [50.08448,4.84557], [50.08399,4.83956], [50.07237,4.83939], [50.06774,4.83690], [50.06840,4.82969], [50.06669,4.81742], [50.06008,4.81794], [50.05848,4.82231], [50.05837,4.82583], [50.05699,4.82815], [50.05143,4.82523], [50.04656,4.83021], [50.04574,4.83647], [50.04574,4.84008], [50.03945,4.84051], [50.03510,4.83673], [50.03443,4.82961], [50.03019,4.82635], [50.02694,4.82008], [50.02407,4.81879], [50.02236,4.82051], [50.01977,4.81716], [50.01409,4.81656], [50.01122,4.81957], [50.00228,4.81510], [49.99428,4.81665], [49.98346,4.80472], [49.98330,4.79365], [49.98197,4.79201], [49.97640,4.79519], [49.96999,4.78970], [49.96431,4.78901], [49.95840,4.79090], [49.95751,4.79571], [49.95387,4.80669], [49.95045,4.82583], [49.94835,4.82892], [49.94929,4.83519], [49.94989,4.84111], [49.94757,4.84798], [49.93155,4.85733], [49.92686,4.87132], [49.92161,4.88094], [49.91520,4.88008], [49.90923,4.88943], [49.90619,4.88557], [49.90658,4.87870], [49.90337,4.87604], [49.90044,4.87587], [49.90138,4.88531], [49.89867,4.88703], [49.89585,4.87896], [49.89436,4.87604], [49.88330,4.86832], [49.87981,4.87064], [49.87926,4.86609], [49.87102,4.85999], [49.86781,4.86119], [49.86565,4.85716], [49.86858,4.84832], [49.86825,4.84592], [49.86466,4.85021], [49.85088,4.85064], [49.84689,4.85622], [49.84053,4.85656], [49.84119,4.86669], [49.83436,4.86825], [49.83325,4.86482], [49.83004,4.86714], [49.82749,4.86791], [49.82257,4.86843], [49.81952,4.87452], [49.81742,4.87495], [49.81365,4.86371], [49.80695,4.86345], [49.80191,4.86113], [49.80030,4.85838], [49.79681,4.85838], [49.79321,4.84997], [49.79083,4.85795], [49.78822,4.86053], [49.78867,4.87212], [49.79277,4.87091], [49.79238,4.87907], [49.78750,4.88746], [49.78855,4.89845], [49.78573,4.90085], [49.78484,4.90703], [49.78800,4.92128], [49.78623,4.93295], [49.78988,4.93355], [49.79238,4.93887], [49.78961,4.94308], [49.79493,4.94703], [49.79925,4.94909], [49.80063,4.95484], [49.79709,4.96171], [49.79814,4.96883], [49.80074,4.96943], [49.79881,4.98591], [49.79953,4.99715], [49.79448,4.99595], [49.79299,5.00033], [49.78811,5.00385], [49.78667,5.00608], [49.78246,5.00617], [49.76977,5.04170], [49.76960,5.04891], [49.76622,5.06041], [49.76145,5.06221], [49.76106,5.06899], [49.76001,5.07277], [49.76167,5.08084], [49.76239,5.08676], [49.76522,5.08874], [49.76200,5.09449], [49.73788,5.11723], [49.72504,5.12360], [49.71833,5.12171], [49.71577,5.12471], [49.71139,5.12514], [49.71289,5.13098], [49.71194,5.13561], [49.71322,5.13973], [49.70822,5.14428], [49.71794,5.15269], [49.71550,5.15939], [49.71172,5.16428], [49.70556,5.16445], [49.70001,5.16308], [49.69268,5.16342], [49.69313,5.17656], [49.69346,5.18488], [49.69418,5.19166], [49.69279,5.19458], [49.69146,5.19552], [49.69179,5.20248], [49.69551,5.20600], [49.68668,5.21741], [49.69079,5.22968], [49.68941,5.23767], [49.68891,5.24222], [49.68502,5.24196], [49.68757,5.25114], [49.69285,5.25603], [49.69596,5.26805], [49.68863,5.28032], [49.68568,5.28093], [49.68441,5.28299], [49.67513,5.29586], [49.67091,5.30805], [49.65419,5.33182], [49.64619,5.31706], [49.63318,5.30500], [49.62523,5.30337], [49.61633,5.30980], [49.60977,5.31229], [49.61411,5.31925], [49.61367,5.32259], [49.61622,5.32980], [49.61478,5.34027], [49.62962,5.34628], [49.63029,5.35023], [49.62640,5.35615], [49.62540,5.36044], [49.62262,5.36379], [49.62240,5.37134], [49.62306,5.37461], [49.61917,5.38225], [49.61544,5.39778], [49.60972,5.40001], [49.60872,5.40917], [49.59909,5.41818], [49.59781,5.42428], [49.59264,5.43106], [49.58997,5.42763], [49.56915,5.43741], [49.56648,5.44402], [49.56659,5.45561], [49.55596,5.44660], [49.55206,5.44085], [49.54984,5.44214], [49.54677,5.44969], [49.53797,5.46565], [49.53275,5.46448], [49.52713,5.46568], [49.52640,5.45993], [49.52066,5.45264], [49.51793,5.44543], [49.51336,5.45212], [49.50751,5.46448], [49.50066,5.46268], [49.49731,5.46577], [49.49636,5.47607], [49.50055,5.48088], [49.50439,5.48165], [49.50640,5.48508], [49.50590,5.49976], [49.50996,5.52662], [49.51570,5.54310], [49.52379,5.54724], [49.52697,5.55350], [49.52758,5.55702], [49.52457,5.56372], [49.52708,5.56801], [49.52480,5.57496], [49.52112,5.58672], [49.52156,5.59144], [49.51688,5.60054], [49.51293,5.60037], [49.51098,5.60234], [49.50836,5.60226], [49.50602,5.60715], [49.50524,5.61196], [49.51031,5.61427], [49.51638,5.62122], [49.52039,5.62234], [49.52541,5.61994], [49.52780,5.61736], [49.53633,5.62569], [49.53967,5.63376], [49.54184,5.63204], [49.54223,5.63539], [49.54412,5.63453], [49.54641,5.64423], [49.54903,5.64371], [49.55081,5.65856], [49.55209,5.66148], [49.54758,5.67041], [49.54825,5.68071], [49.54524,5.68079], [49.54524,5.68972], [49.54101,5.69856], [49.53950,5.70027], [49.53862,5.70851], [49.53929,5.72070], [49.54069,5.72268], [49.54347,5.72602], [49.54369,5.73160], [49.54119,5.73710], [49.53773,5.73847], [49.53952,5.75229], [49.54275,5.75847], [49.54609,5.75667], [49.55004,5.75950], [49.55405,5.75735], [49.55695,5.75778], [49.55812,5.76113], [49.56090,5.75967], [49.56045,5.76542], [49.56274,5.77323], [49.55851,5.77829], [49.55683,5.78422], [49.55077,5.79366], [49.54893,5.80439], [49.54971,5.80902], [49.54709,5.81177], [49.54698,5.81589], [49.54514,5.81924], [49.54865,5.82095], [49.55121,5.82567], [49.54954,5.82791], [49.55322,5.84327], [49.55761,5.84799], [49.56018,5.84550], [49.56335,5.85237], [49.56463,5.85417], [49.56630,5.86078], [49.56969,5.86172], [49.57248,5.86833], [49.57387,5.87434], [49.57637,5.87073], [49.57988,5.87314], [49.58038,5.86782], [49.58327,5.87391], [49.59034,5.86962], [49.58990,5.86644], [49.58700,5.86344], [49.58739,5.85099], [49.59633,5.84869], [49.60478,5.86723], [49.60756,5.87736], [49.61329,5.87805], [49.61541,5.87599], [49.62036,5.87702], [49.62769,5.88800], [49.63136,5.88397], [49.63453,5.88835], [49.63487,5.89521], [49.63425,5.89925], [49.63881,5.90878], [49.64109,5.90569], [49.64604,5.90491], [49.65326,5.90285], [49.65465,5.90594], [49.65787,5.90371], [49.66099,5.90612], [49.66249,5.91212], [49.66532,5.91015], [49.66634,5.90681], [49.66462,5.90252], [49.66612,5.90252], [49.66734,5.90407], [49.66873,5.90252], [49.66812,5.90012], [49.66662,5.89978], [49.66929,5.89557], [49.66773,5.89317], [49.67095,5.88991], [49.67012,5.88622], [49.67106,5.88467], [49.67112,5.88338], [49.67295,5.88192], [49.67417,5.87377], [49.67612,5.86982], [49.67590,5.86613], [49.68112,5.86296], [49.68484,5.86356], [49.68734,5.86519], [49.68989,5.86579], [49.69233,5.86750], [49.69411,5.86733], [49.69505,5.86965], [49.69794,5.87145], [49.69922,5.87609], [49.70954,5.88742], [49.71442,5.88085], [49.71614,5.87579], [49.71725,5.87536], [49.71813,5.87759], [49.72241,5.87562], [49.72207,5.87124], [49.72474,5.87013], [49.72729,5.86506], [49.72712,5.86154], [49.72784,5.85948], [49.72540,5.85485], [49.72402,5.84841], [49.72185,5.84446], [49.72196,5.84086], [49.72285,5.83923], [49.72452,5.83794], [49.72485,5.83365], [49.72435,5.82652], [49.72546,5.82575], [49.72685,5.82747], [49.72934,5.82807], [49.73162,5.82644], [49.73345,5.82893], [49.73916,5.82858], [49.74160,5.83391], [49.74327,5.83167], [49.74743,5.83288], [49.75020,5.83021], [49.75070,5.82661], [49.74987,5.82455], [49.75153,5.82094], [49.75358,5.82120], [49.75441,5.81820], [49.76312,5.81631], [49.76683,5.80901], [49.77371,5.80738], [49.77725,5.80352], [49.77803,5.80000], [49.78324,5.79837], [49.78757,5.79220], [49.79062,5.79409], [49.79682,5.78980], [49.79710,5.78611], [49.79616,5.78319], [49.79344,5.78147], [49.79527,5.77675], [49.79439,5.77280], [49.79383,5.77177], [49.79488,5.76963], [49.79383,5.76268], [49.79200,5.75590], [49.80724,5.75126], [49.81566,5.75186], [49.81582,5.74688], [49.82086,5.74354], [49.82308,5.74920], [49.82513,5.74954], [49.83205,5.74431], [49.83387,5.74045], [49.83902,5.74199], [49.83847,5.74714], [49.83913,5.75066], [49.84085,5.75118], [49.84478,5.74903], [49.84428,5.75469], [49.84672,5.76122], [49.85347,5.75444], [49.85685,5.76268], [49.86127,5.75615], [49.86576,5.75787], [49.86896,5.75478], [49.87195,5.75684], [49.86858,5.76250], [49.87079,5.77049], [49.86603,5.77418], [49.87090,5.77933], [49.87145,5.78516], [49.87936,5.78396], [49.88097,5.78001], [49.88445,5.77890], [49.88534,5.77323], [49.88755,5.77057], [49.89059,5.75693], [49.89192,5.75624], [49.89236,5.74800], [49.89501,5.74585], [49.89723,5.73667], [49.90109,5.73899], [49.90270,5.74156], [49.90402,5.74165], [49.90679,5.74817], [49.90955,5.74972], [49.91546,5.76517], [49.91745,5.76147], [49.92337,5.76396], [49.92436,5.76611], [49.92795,5.76491], [49.93072,5.76688], [49.93160,5.77177], [49.93596,5.77152], [49.93768,5.77632], [49.94392,5.77306], [49.94546,5.77383], [49.94762,5.77298], [49.94690,5.77135], [49.94944,5.77143], [49.95336,5.77598], [49.95634,5.77478], [49.95739,5.77770], [49.96026,5.77547], [49.96242,5.78061], [49.96032,5.78491], [49.96170,5.79306], [49.96407,5.79186], [49.96518,5.79572], [49.96269,5.80010], [49.96192,5.80860], [49.96424,5.81151], [49.96788,5.81048], [49.97186,5.81211], [49.97175,5.82010], [49.97423,5.82216], [49.97412,5.82636], [49.97743,5.83435], [49.98086,5.83821], [49.98455,5.84001], [49.98974,5.84087], [49.99167,5.83683], [49.99118,5.83297], [49.99493,5.82920], [49.99774,5.82387], [50.00061,5.82138], [50.00309,5.82241], [50.00613,5.82276], [50.01076,5.82061], [50.01308,5.82121], [50.01413,5.82456], [50.01440,5.83074], [50.01788,5.83426], [50.01815,5.84087], [50.02323,5.85426], [50.02598,5.85246], [50.02698,5.85580], [50.02824,5.85752], [50.02857,5.86027], [50.03089,5.86018], [50.03640,5.85743], [50.03938,5.86516], [50.04114,5.86327], [50.04544,5.86936], [50.04660,5.86988], [50.05156,5.86748], [50.05586,5.86155], [50.05553,5.85829], [50.05983,5.85520], [50.06231,5.85735], [50.06699,5.85906], [50.07002,5.86481], [50.07162,5.86816], [50.07305,5.86902], [50.07658,5.88112], [50.07602,5.88232], [50.07834,5.88730], [50.08396,5.88868], [50.09056,5.88680], [50.10124,5.89564], [50.11181,5.89581], [50.12095,5.91435], [50.12221,5.92010], [50.12667,5.93212], [50.12854,5.94370], [50.12887,5.95254], [50.13096,5.96147], [50.13899,5.95915], [50.14294,5.96207], [50.14751,5.96078], [50.15048,5.96199], [50.15097,5.95907], [50.15262,5.96233], [50.15279,5.96490], [50.15515,5.96799], [50.15845,5.96465], [50.16268,5.96370], [50.16604,5.96516], [50.17225,5.96465], [50.17258,5.96945], [50.17456,5.97125], [50.17538,5.99855], [50.17626,6.00550], [50.17879,6.01400], [50.18214,6.02207], [50.18220,6.02447], [50.17791,6.02567], [50.17198,6.02893], [50.16433,6.02928], [50.16219,6.03314], [50.15669,6.04696], [50.15273,6.06430], [50.15669,6.07245], [50.15636,6.07992], [50.15900,6.07949], [50.16180,6.08120], [50.17093,6.08026], [50.17154,6.08421], [50.16994,6.08987], [50.16901,6.09511], [50.17022,6.10077], [50.16323,6.11837], [50.16230,6.11914], [50.15565,6.11373], [50.15449,6.11442], [50.15015,6.12412], [50.14745,6.11657], [50.14520,6.11622], [50.14487,6.11399], [50.13557,6.11116], [50.13623,6.11648], [50.13518,6.12197], [50.13183,6.12790], [50.12968,6.13090], [50.12946,6.13854], [50.13447,6.13923], [50.13507,6.14626], [50.13760,6.15159], [50.14212,6.15545], [50.15119,6.15347], [50.15268,6.14850], [50.14905,6.14257], [50.15213,6.13717], [50.15372,6.13253], [50.15488,6.13244], [50.15477,6.13948], [50.15658,6.14618], [50.16153,6.14832], [50.16719,6.14094], [50.16873,6.14146], [50.17000,6.14884], [50.17417,6.14463], [50.17703,6.14738], [50.17599,6.15141], [50.17077,6.15639], [50.17132,6.16077], [50.17775,6.16352], [50.17857,6.16875], [50.17857,6.17768], [50.17780,6.18308], [50.17995,6.19012], [50.18247,6.19373], [50.18412,6.18703], [50.18599,6.19090], [50.18824,6.19090], [50.19050,6.18712], [50.19615,6.18686], [50.20340,6.18703], [50.20543,6.19055], [50.20724,6.18437], [50.21307,6.18240], [50.21751,6.17811], [50.22021,6.16824], [50.22323,6.16755], [50.22410,6.17244], [50.22509,6.17699], [50.22910,6.17819], [50.23207,6.17493], [50.23470,6.17648], [50.23706,6.18592], [50.23618,6.19390], [50.23827,6.19871], [50.24025,6.20154], [50.24705,6.20557], [50.24925,6.20798], [50.25172,6.20789], [50.25265,6.21347], [50.25594,6.21613], [50.25408,6.21742], [50.25644,6.22257], [50.25808,6.22471], [50.25978,6.23261], [50.26203,6.23596], [50.26132,6.23939], [50.26181,6.24608], [50.26692,6.25784], [50.26461,6.26136], [50.26434,6.26677], [50.26642,6.27046], [50.26692,6.27321], [50.26560,6.27733], [50.26637,6.27922], [50.27339,6.28540], [50.27460,6.28951], [50.27921,6.29312], [50.28283,6.28909], [50.28277,6.28728], [50.28557,6.28557], [50.28902,6.28874], [50.29111,6.28874], [50.29308,6.28685], [50.29544,6.29226], [50.29801,6.29381], [50.29884,6.29612], [50.30119,6.29612], [50.30240,6.29939], [50.30459,6.29896], [50.30825,6.29721], [50.30962,6.30168], [50.30896,6.30734], [50.31269,6.31155], [50.31346,6.30777], [50.31669,6.30931], [50.31735,6.30708], [50.31987,6.30880], [50.32075,6.31361], [50.31866,6.31773], [50.32360,6.32768], [50.32146,6.33283], [50.31998,6.33189], [50.31570,6.33412], [50.31740,6.34124], [50.31548,6.33944], [50.31357,6.34820], [50.31072,6.35026], [50.30474,6.36373], [50.30551,6.36485], [50.30858,6.36098], [50.31198,6.35953], [50.31390,6.36219], [50.31274,6.36785], [50.31176,6.37128], [50.31455,6.37755], [50.31625,6.37678], [50.31855,6.37952], [50.31905,6.38184], [50.32168,6.38244], [50.32053,6.38982], [50.32327,6.40587], [50.33669,6.40854], [50.33817,6.40107], [50.34502,6.40055], [50.35241,6.38682], [50.35488,6.38382], [50.35422,6.38013], [50.35909,6.37292], [50.35920,6.36897], [50.36161,6.37060], [50.36643,6.36562], [50.36834,6.36442], [50.37262,6.35944], [50.37409,6.35335], [50.37847,6.34863], [50.38011,6.34390], [50.38433,6.34725], [50.39051,6.35807], [50.39538,6.35884], [50.40113,6.36579], [50.40917,6.37043], [50.41942,6.36736], [50.42926,6.37509], [50.43620,6.37801], [50.44560,6.37741], [50.45309,6.37500], [50.45604,6.37217], [50.45413,6.36307], [50.45692,6.35629], [50.45703,6.35037], [50.45938,6.34810], [50.45927,6.34518], [50.46156,6.34415], [50.46287,6.34124], [50.46861,6.34467], [50.47216,6.34175], [50.47265,6.33866], [50.47511,6.33866], [50.47800,6.34244], [50.48297,6.34167], [50.48855,6.35300], [50.48969,6.34613], [50.48953,6.33506], [50.49286,6.33240], [50.49433,6.32390], [50.49553,6.32098], [50.49608,6.31798], [50.49777,6.31480], [50.49941,6.31480], [50.50203,6.30879], [50.49805,6.29686], [50.49908,6.28519], [50.50296,6.28201], [50.50329,6.27806], [50.50263,6.27480], [50.50460,6.26991], [50.50220,6.26502], [50.49919,6.26210], [50.49930,6.25498], [50.50258,6.25489], [50.50400,6.25189], [50.50061,6.24253], [50.49832,6.23120], [50.49515,6.22622], [50.49881,6.22193], [50.50110,6.22305], [50.50591,6.21944], [50.51311,6.21343], [50.51606,6.21249], [50.51819,6.20863], [50.52103,6.20769], [50.52360,6.20804], [50.52695,6.20319], [50.52782,6.19967], [50.53178,6.19722], [50.53486,6.19907], [50.53961,6.19881], [50.54375,6.20263], [50.54602,6.20778], [50.54959,6.20855], [50.55136,6.21065], [50.55338,6.21052], [50.55602,6.21503], [50.55583,6.21752], [50.55469,6.21988], [50.55430,6.22383], [50.55619,6.22713], [50.55864,6.22743], [50.56107,6.22803], [50.56347,6.23160], [50.56390,6.23460], [50.56447,6.23434], [50.56766,6.23726], [50.57052,6.23653], [50.57346,6.23739], [50.57635,6.23936], [50.57927,6.23979], [50.58202,6.23928], [50.58698,6.24091], [50.58700,6.24024], [50.58447,6.23893], [50.57942,6.23874], [50.57629,6.23840], [50.57301,6.23625], [50.57190,6.23565], [50.56805,6.23557], [50.56582,6.23471], [50.56506,6.23222], [50.56277,6.22707], [50.56203,6.22634], [50.55827,6.22582], [50.55655,6.22565], [50.55549,6.22367], [50.55535,6.22109], [50.55677,6.21796], [50.55680,6.21423], [50.55538,6.21053], [50.55355,6.20873], [50.55137,6.20886], [50.54916,6.20672], [50.54682,6.20650], [50.54513,6.20380], [50.54393,6.20036], [50.54139,6.19903], [50.53978,6.19727], [50.53640,6.19663], [50.53684,6.19474], [50.53910,6.19006], [50.54087,6.18916], [50.54194,6.18440], [50.54172,6.17994], [50.54232,6.17891], [50.55421,6.17899], [50.55614,6.17625], [50.55669,6.17444], [50.55748,6.17474], [50.56051,6.18157], [50.56408,6.18753], [50.56400,6.18903], [50.56571,6.19028], [50.56536,6.19221], [50.56931,6.20367], [50.57106,6.20508], [50.57179,6.20418], [50.57326,6.20586], [50.57473,6.20710], [50.57580,6.20723], [50.57956,6.21706], [50.58204,6.22049], [50.58474,6.22311], [50.58693,6.22284], [50.58881,6.22499], [50.59031,6.22589], [50.59001,6.22919], [50.58715,6.24014], [50.58715,6.24121], [50.59023,6.24323], [50.59821,6.25022], [50.60287,6.24773], [50.60502,6.25001], [50.60756,6.25627], [50.61044,6.26082], [50.61837,6.26899], [50.62142,6.26994], [50.62513,6.26966], [50.62644,6.27071], [50.62802,6.27335], [50.62974,6.27432], [50.63048,6.27408], [50.63144,6.27342], [50.63304,6.27271], [50.63383,6.27202], [50.63576,6.27075], [50.63749,6.26934], [50.64130,6.26715], [50.64238,6.26633], [50.64307,6.26483], [50.64348,6.26309], [50.64322,6.26024], [50.64236,6.25764], [50.64156,6.25417], [50.64083,6.24895], [50.64068,6.24648], [50.64137,6.24380], [50.64306,6.24129], [50.64391,6.24015], [50.64476,6.23781], [50.64642,6.23627], [50.64826,6.23500], [50.64923,6.23277], [50.64944,6.23009], [50.64887,6.22747], [50.64738,6.22580], [50.64599,6.22533], [50.64433,6.22582], [50.64280,6.22498], [50.64127,6.22303], [50.64063,6.22022], [50.64030,6.21655], [50.64015,6.21084], [50.63967,6.20479], [50.63970,6.20241], [50.64082,6.19893], [50.64110,6.19689], [50.64067,6.19438], [50.64004,6.19239], [50.63984,6.19048], [50.64014,6.18825], [50.64097,6.18634], [50.64242,6.18499], [50.64633,6.18378], [50.64740,6.18404], [50.64766,6.18454], [50.64798,6.18474], [50.64805,6.18550], [50.64867,6.18551], [50.64858,6.18503], [50.64924,6.18550], [50.65040,6.18648], [50.65060,6.18626], [50.65138,6.18676], [50.65300,6.18900], [50.65629,6.19460], [50.65755,6.19645], [50.65893,6.19688], [50.66313,6.19488], [50.66418,6.19314], [50.66450,6.19099], [50.66469,6.18776], [50.66402,6.18398], [50.66347,6.18235], [50.66265,6.17492], [50.66277,6.17219], [50.66219,6.16588], [50.66178,6.16622], [50.66191,6.16711], [50.66229,6.17229], [50.66218,6.17483], [50.66314,6.18368], [50.66394,6.18619], [50.66395,6.18756], [50.66409,6.19007], [50.66378,6.19284], [50.66319,6.19396], [50.66195,6.19475], [50.65896,6.19608], [50.65744,6.19569], [50.65651,6.19432], [50.65257,6.18766], [50.65161,6.18616], [50.65031,6.18522], [50.64899,6.18429], [50.64798,6.18395], [50.64692,6.18355], [50.64599,6.18329], [50.64357,6.18393], [50.64218,6.18441], [50.64103,6.18521], [50.64022,6.18648], [50.63967,6.18867], [50.63942,6.19141], [50.63994,6.19378], [50.64048,6.19521], [50.64075,6.19725], [50.64035,6.19929], [50.63942,6.20195], [50.63927,6.20373], [50.63954,6.20686], [50.64001,6.21470], [50.64011,6.21976], [50.64075,6.22349], [50.64236,6.22534], [50.64375,6.22630], [50.64560,6.22628], [50.64695,6.22643], [50.64822,6.22776], [50.64892,6.22978], [50.64885,6.23133], [50.64840,6.23356], [50.64733,6.23504], [50.64539,6.23607], [50.64414,6.23787], [50.64330,6.23997], [50.64176,6.24205], [50.64100,6.24334], [50.64029,6.24609], [50.64029,6.24909], [50.64077,6.25186], [50.64176,6.25727], [50.64274,6.26036], [50.64301,6.26248], [50.64248,6.26488], [50.64139,6.26621], [50.63904,6.26780], [50.63324,6.27138], [50.63059,6.27332], [50.62958,6.27372], [50.62855,6.27310], [50.62746,6.27156], [50.62618,6.26971], [50.62535,6.26920], [50.62570,6.26851], [50.62682,6.26724], [50.62727,6.26692], [50.62812,6.26235], [50.62852,6.26098], [50.62701,6.25545], [50.62616,6.23672], [50.62647,6.23535], [50.62621,6.23487], [50.63235,6.21704], [50.63132,6.21518], [50.63198,6.21303], [50.63110,6.21080], [50.63193,6.20850], [50.63130,6.20799], [50.63255,6.20305], [50.63232,6.20125], [50.63163,6.20078], [50.63155,6.19979], [50.63206,6.19906], [50.63243,6.19895], [50.63309,6.19713], [50.63289,6.19653], [50.63398,6.19421], [50.63310,6.19155], [50.63021,6.18930], [50.63015,6.18698], [50.62740,6.18825], [50.62700,6.18664], [50.62707,6.18617], [50.62391,6.18172], [50.62582,6.17649], [50.62733,6.17589], [50.62839,6.18018], [50.63223,6.18359], [50.63319,6.18091], [50.64359,6.16696], [50.64411,6.16867], [50.64437,6.16906], [50.64457,6.17069], [50.64444,6.17168], [50.64411,6.17211], [50.64392,6.17271], [50.64478,6.17513], [50.64414,6.17550], [50.64404,6.17638], [50.64464,6.17762], [50.64427,6.17848], [50.64653,6.18163], [50.64695,6.18246], [50.64696,6.18355], [50.64798,6.18393], [50.64801,6.18382], [50.64869,6.18411], [50.64877,6.18391], [50.64912,6.18260], [50.64921,6.18266], [50.64959,6.18125], [50.65088,6.18293], [50.65127,6.18232], [50.65205,6.18358], [50.65416,6.17945], [50.65469,6.17764], [50.65630,6.17328], [50.65809,6.17071], [50.66179,6.16616], [50.66220,6.16584], [50.66315,6.16494], [50.66932,6.16205], [50.67003,6.16274], [50.67072,6.16310], [50.67136,6.16308], [50.67138,6.16244], [50.67187,6.16205], [50.67185,6.16059], [50.67219,6.16048], [50.67230,6.15898], [50.67272,6.15855], [50.67355,6.15724], [50.67508,6.15699], [50.67777,6.14913], [50.68011,6.14776], [50.68038,6.14647], [50.68158,6.14617], [50.68174,6.14428], [50.68332,6.14467], [50.68682,6.14248], [50.68873,6.14394], [50.69011,6.14270], [50.69068,6.14145], [50.69074,6.14085], [50.69226,6.13939], [50.69366,6.13969], [50.69513,6.13527], [50.69638,6.13360], [50.69915,6.13334], [50.70062,6.13111], [50.70720,6.12339], [50.70959,6.12536], [50.71127,6.12515], [50.71315,6.12326], [50.71578,6.12197], [50.71728,6.12116], [50.71749,6.12154], [50.71997,6.11897], [50.72029,6.11832], [50.72122,6.11648], [50.72222,6.11553], [50.72366,6.11034], [50.72293,6.11051], [50.72347,6.09978], [50.72317,6.09764], [50.72062,6.09489], [50.72298,6.09167], [50.72152,6.08820], [50.72111,6.07305], [50.72565,6.05236], [50.72622,6.04996], [50.72804,6.04640], [50.72861,6.04451], [50.72695,6.04365], [50.71855,6.04120], [50.71831,6.03974], [50.72021,6.03696], [50.72486,6.03794], [50.72472,6.03670], [50.72532,6.03438], [50.72643,6.03511], [50.72662,6.03382], [50.72812,6.03459], [50.72934,6.03459], [50.73097,6.03322], [50.73162,6.03528], [50.73363,6.03459], [50.73629,6.03803], [50.73741,6.03996], [50.74068,6.04098], [50.74242,6.03969], [50.74568,6.04076], [50.75092,6.02763], [50.75344,6.02171], [50.75467,6.02111], [50.75532,6.01643], [50.75524,6.01235], [50.75404,6.00399], [50.75423,6.00235], [50.75361,5.99982], [50.75404,5.99686], [50.75306,5.99296], [50.75350,5.98437], [50.75491,5.97931], [50.75464,5.97678], [50.75532,5.97463], [50.75814,5.97566], [50.75996,5.97304], [50.76091,5.96922], [50.76181,5.96116], [50.76284,5.96077], [50.76216,5.95691], [50.76004,5.95347], [50.76072,5.95189], [50.75988,5.94596], [50.75887,5.94442], [50.75801,5.94043], [50.75814,5.93832], [50.75706,5.93575], [50.75706,5.93064], [50.75160,5.92133], [50.75054,5.91549], [50.75268,5.91545], [50.75488,5.91579], [50.75469,5.91425], [50.75611,5.91382], [50.75464,5.90876], [50.75594,5.90854], [50.75551,5.90695], [50.75551,5.90537], [50.75486,5.90326], [50.75290,5.90232], [50.75168,5.90116], [50.75306,5.89751], [50.75418,5.89597], [50.75630,5.89026], [50.75749,5.88966], [50.76042,5.89060], [50.76338,5.89047], [50.76623,5.88932], [50.77057,5.88670], [50.76588,5.87618], [50.76509,5.86773], [50.76297,5.86168], [50.75779,5.85249], [50.75418,5.84897], [50.75879,5.84790], [50.76601,5.84550], [50.76251,5.83533], [50.75889,5.83065], [50.75930,5.82422], [50.75822,5.81881], [50.75656,5.81529], [50.75618,5.80705], [50.77038,5.79340], [50.76807,5.78770], [50.76769,5.78529], [50.77160,5.78233], [50.77204,5.78125], [50.77486,5.77971], [50.77988,5.77859], [50.78343,5.77726], [50.78373,5.77361], [50.78267,5.76529], [50.77833,5.75954], [50.77833,5.75803], [50.77527,5.75559], [50.77532,5.75370], [50.77331,5.75061], [50.76965,5.74533], [50.76335,5.74009], [50.76009,5.74019], [50.75762,5.73916], [50.75737,5.73126], [50.75857,5.73074], [50.75954,5.72654], [50.76093,5.72435], [50.76166,5.72495], [50.76421,5.72276], [50.76495,5.71989], [50.76258,5.71808], [50.76017,5.71529], [50.76033,5.71388], [50.76077,5.71388], [50.76112,5.71212], [50.76068,5.71165], [50.76079,5.70946], [50.75859,5.70641], [50.75892,5.70255], [50.75547,5.69912], [50.75496,5.69482], [50.75596,5.68830], [50.75759,5.68830], [50.75781,5.68598], [50.75764,5.68277], [50.76033,5.68289], [50.76525,5.68800], [50.77274,5.69641], [50.78219,5.69949], [50.79654,5.69378], [50.81108,5.69413], [50.81197,5.69370], [50.81241,5.69160], [50.81192,5.68906], [50.81292,5.68554], [50.81371,5.68430], [50.81216,5.68035], [50.81468,5.67975], [50.81666,5.67842], [50.81639,5.67344], [50.81739,5.67271], [50.81832,5.66864], [50.81696,5.66735], [50.81786,5.66422], [50.81853,5.66177], [50.81878,5.65846], [50.82002,5.65495], [50.82314,5.65675], [50.82455,5.65632], [50.82783,5.65181], [50.82667,5.64898], [50.82903,5.65070], [50.83168,5.65151], [50.83312,5.65108], [50.83431,5.64975], [50.83336,5.64817], [50.83586,5.64782], [50.83800,5.64413], [50.83954,5.64563], [50.84087,5.64216], [50.84144,5.64310], [50.84293,5.64173], [50.84312,5.64314], [50.84634,5.63933], [50.84751,5.63909], [50.84748,5.64115], [50.84938,5.64076], [50.85008,5.64308], [50.85285,5.64201], [50.85382,5.64076], [50.85685,5.64385], [50.85759,5.64214], [50.85905,5.64428], [50.85927,5.64214], [50.86054,5.64377], [50.86135,5.64291], [50.86306,5.64420], [50.86433,5.64261], [50.86831,5.65029], [50.87135,5.64514], [50.87289,5.64750], [50.87367,5.65364], [50.87652,5.65801], [50.87603,5.65904], [50.88101,5.66990], [50.87963,5.67960], [50.88321,5.67990], [50.88727,5.68256], [50.89225,5.68977], [50.89471,5.69389], [50.89983,5.69732], [50.90370,5.69762], [50.90732,5.69707], [50.91052,5.70119], [50.91092,5.70621], [50.90892,5.71114], [50.90778,5.71591], [50.90776,5.72097], [50.91390,5.72685], [50.92096,5.72616], [50.92616,5.72908], [50.93127,5.73462], [50.93538,5.74114], [50.94255,5.74543], [50.94706,5.74616], [50.95036,5.75659], [50.95252,5.75852], [50.95685,5.75685], [50.95985,5.75174], [50.96130,5.74486], [50.95857,5.73980], [50.95557,5.73516], [50.95554,5.72662], [50.95765,5.72169], [50.96059,5.72044], [50.96392,5.72216], [50.97351,5.73452], [50.97878,5.73688], [50.98070,5.74696], [50.99013,5.75563], [50.99647,5.76477], [51.00120,5.76730], [51.00904,5.76614], [51.01363,5.76820], [51.02240,5.77652], [51.02591,5.77477], [51.02750,5.77219], [51.02885,5.76824], [51.03070,5.75946], [51.03294,5.75809], [51.03588,5.75916], [51.04519,5.76809], [51.05355,5.77206], [51.05986,5.77202], [51.06207,5.77270], [51.06285,5.77532], [51.06280,5.77862], [51.05967,5.78777], [51.05886,5.79111], [51.05892,5.79498], [51.05994,5.79867], [51.06264,5.80137], [51.06558,5.80004], [51.07177,5.79653], [51.07385,5.79851], [51.07668,5.80417], [51.07948,5.80443], [51.08256,5.80241], [51.08606,5.79739], [51.08959,5.79550], [51.09218,5.79683], [51.09336,5.79954], [51.09563,5.80413], [51.09609,5.80971], [51.09493,5.81546], [51.09293,5.81936], [51.09253,5.82284], [51.09328,5.82734], [51.09584,5.83039], [51.09918,5.83309], [51.10260,5.83339], [51.10497,5.83215], [51.10696,5.82850], [51.10796,5.82451], [51.10750,5.81580], [51.10863,5.81172], [51.11157,5.80902], [51.11524,5.80773], [51.12474,5.81850], [51.12992,5.82657], [51.13064,5.84009], [51.13310,5.84262], [51.13994,5.84563], [51.14296,5.85026], [51.14479,5.85601], [51.14947,5.84623], [51.15408,5.83709], [51.15738,5.83920], [51.15762,5.83641], [51.15908,5.83469], [51.15900,5.83332], [51.16021,5.83327], [51.16142,5.83400], [51.16274,5.83276], [51.16395,5.83031], [51.16465,5.82873], [51.16675,5.82731], [51.16823,5.82422], [51.16597,5.82100], [51.16298,5.81512], [51.15924,5.81413], [51.16287,5.80650], [51.16305,5.80463], [51.16109,5.80180], [51.15955,5.80176], [51.15716,5.79605], [51.15748,5.79391], [51.15708,5.79120], [51.15503,5.78622], [51.15358,5.78511], [51.15183,5.77794], [51.15444,5.77725], [51.15490,5.77558], [51.15874,5.77880], [51.15926,5.77991], [51.16367,5.77974], [51.16370,5.77734], [51.16566,5.77670], [51.16545,5.77369], [51.16461,5.77369], [51.16464,5.77039], [51.16954,5.76996], [51.16954,5.77322], [51.17145,5.78064], [51.17241,5.77970], [51.17301,5.77412], [51.17470,5.77519], [51.17871,5.77738], [51.18396,5.76743], [51.18472,5.75678], [51.18571,5.75730], [51.18792,5.75176], [51.18988,5.74713], [51.18953,5.74507], [51.18733,5.74090], [51.18569,5.73957], [51.18671,5.73889], [51.18641,5.73357], [51.18539,5.73262], [51.18534,5.73069], [51.18612,5.72923], [51.18488,5.72095], [51.18439,5.71576], [51.18111,5.71009], [51.18259,5.70777], [51.18267,5.70181], [51.18431,5.70194], [51.18418,5.69554], [51.18340,5.69507], [51.18587,5.69031], [51.18343,5.67769], [51.18547,5.67645], [51.18652,5.66825], [51.18628,5.66108], [51.18534,5.65808], [51.19365,5.65040], [51.19402,5.65499], [51.19841,5.65349], [51.20454,5.63100], [51.22276,5.56078], [51.24555,5.55554], [51.25468,5.55760], [51.26655,5.55829], [51.27375,5.54138], [51.28245,5.52808], [51.29061,5.51889], [51.29619,5.51632], [51.30091,5.48224], [51.29914,5.48293], [51.29619,5.47718], [51.29173,5.47563], [51.28492,5.46336], [51.28223,5.44122], [51.27729,5.43795], [51.27713,5.43212], [51.26320,5.41742], [51.26760,5.39579], [51.27635,5.34515], [51.26481,5.33931], [51.26346,5.33382], [51.26405,5.31528], [51.26196,5.29545], [51.26722,5.26249], [51.26185,5.23820], [51.26835,5.22679], [51.30577,5.24297], [51.32368,5.19971], [51.32070,5.19567], [51.32059,5.18992], [51.31598,5.17154], [51.31051,5.16236], [51.31587,5.13481], [51.34746,5.13223], [51.35603,5.12013], [51.36150,5.11747], [51.39365,5.07181], [51.42609,5.09962], [51.43090,5.10520], [51.47220,5.07953], [51.47193,5.04657], [51.47941,5.04022], [51.48759,5.04065], [51.48797,5.03276], [51.48535,5.02846], [51.48139,5.02065], [51.47519,5.01499], [51.47182,5.00932], [51.46284,5.00666], [51.45910,5.00992], [51.45391,5.00897], [51.45113,5.00460], [51.44385,5.00288], [51.44252,4.99988], [51.44000,4.99559], [51.42234,4.96263], [51.43371,4.94223], [51.43515,4.94314], [51.43884,4.94271], [51.44200,4.94451], [51.44382,4.95168], [51.44778,4.94880], [51.45064,4.95382], [51.45612,4.95090], [51.45409,4.94485], [51.45666,4.94054], [51.45543,4.93934], [51.45139,4.94234], [51.45002,4.93393], [51.45125,4.93131], [51.44906,4.92573], [51.44687,4.91750], [51.44355,4.91827], [51.44237,4.92033], [51.43938,4.91741], [51.43767,4.91887], [51.43542,4.91346], [51.43403,4.91629], [51.43376,4.92059], [51.43055,4.92745], [51.42943,4.92968], [51.42943,4.93380], [51.42868,4.93784], [51.43370,4.94223], [51.42234,4.96263], [51.40366,4.93840], [51.40535,4.93646], [51.40934,4.93586], [51.40901,4.93288], [51.40879,4.93292], [51.40851,4.93247], [51.40822,4.93216], [51.40804,4.93163], [51.40827,4.92710], [51.40786,4.92769], [51.40767,4.92858], [51.40762,4.92979], [51.40731,4.93079], [51.40653,4.93139], [51.40648,4.93212], [51.40619,4.93217], [51.40588,4.93176], [51.40608,4.93047], [51.40559,4.92979], [51.40535,4.92840], [51.40517,4.92840], [51.40511,4.92866], [51.40535,4.93646], [51.40366,4.93840], [51.39646,4.92900], [51.40005,4.92810], [51.39887,4.92407], [51.39665,4.92505], [51.39555,4.92720], [51.39373,4.92080], [51.39515,4.91471], [51.39646,4.91793], [51.39676,4.92484], [51.39802,4.92424], [51.39855,4.92334], [51.39839,4.91746], [51.39879,4.91681], [51.40064,4.91819], [51.40230,4.91046], [51.40292,4.91102], [51.40434,4.90896], [51.40760,4.91033], [51.41031,4.90510], [51.41223,4.90553], [51.41435,4.90256], [51.41507,4.89905], [51.41346,4.89686], [51.41547,4.89102], [51.41579,4.88857], [51.41536,4.88647], [51.41684,4.88634], [51.42318,4.89146], [51.42372,4.89181], [51.42410,4.89239], [51.42484,4.89163], [51.42459,4.89122], [51.42492,4.89062], [51.42501,4.89059], [51.42531,4.89007], [51.42471,4.88859], [51.42389,4.89024], [51.42345,4.88930], [51.42319,4.89147], [51.41683,4.88634], [51.41682,4.88415], [51.41647,4.88245], [51.41540,4.88275], [51.41575,4.88125], [51.41465,4.87974], [51.41422,4.87880], [51.41548,4.87790], [51.41534,4.87565], [51.41671,4.87511], [51.41588,4.87281], [51.41449,4.87335], [51.41396,4.87262], [51.41392,4.87084], [51.41295,4.86837], [51.41476,4.86713], [51.41433,4.86528], [51.41188,4.86663], [51.41129,4.86582], [51.41022,4.86655], [51.41034,4.86481], [51.41076,4.86050], [51.41231,4.85985], [51.41374,4.86041], [51.41337,4.85580], [51.41495,4.84985], [51.41352,4.84837], [51.41511,4.83822], [51.41098,4.79552], [51.41137,4.79230], [51.40946,4.78908], [51.41120,4.78593], [51.41199,4.78138], [51.41412,4.77801], [51.41464,4.77428], [51.41458,4.77282], [51.41707,4.77194], [51.41819,4.77050], [51.41942,4.76999], [51.42132,4.76972], [51.42349,4.77188], [51.42425,4.77064], [51.42711,4.77072], [51.42986,4.76828], [51.43014,4.77129], [51.43127,4.77408], [51.43215,4.78627], [51.42942,4.78871], [51.42904,4.79172], [51.42819,4.79313], [51.42821,4.80022], [51.42741,4.80489], [51.42562,4.80867], [51.42557,4.81305], [51.42351,4.81953], [51.42203,4.82133], [51.42260,4.82506], [51.42185,4.82614], [51.42075,4.82609], [51.41957,4.83272], [51.41866,4.83255], [51.41801,4.83478], [51.41718,4.83517], [51.41686,4.83778], [51.41734,4.84225], [51.41986,4.84023], [51.42267,4.84195], [51.42299,4.84049], [51.42157,4.83688], [51.42133,4.83092], [51.42436,4.82877], [51.43557,4.82538], [51.43616,4.82637], [51.44857,4.82405], [51.45084,4.82894], [51.44845,4.83571], [51.44799,4.83624], [51.44841,4.83671], [51.44883,4.83621], [51.44845,4.83571], [51.45084,4.82894], [51.45130,4.82841], [51.45158,4.82935], [51.45213,4.83006], [51.45270,4.82997], [51.45391,4.83154], [51.45824,4.83512], [51.45585,4.83740], [51.45581,4.83916], [51.45670,4.84214], [51.45927,4.84478], [51.46177,4.83841], [51.46148,4.83675], [51.46828,4.83755], [51.47303,4.84003], [51.47880,4.84108], [51.48110,4.84256], [51.48268,4.83551], [51.48209,4.83020], [51.48285,4.82385], [51.48372,4.82160], [51.48658,4.82048], [51.48905,4.81757], [51.49126,4.81870], [51.49448,4.81686], [51.49585,4.81362], [51.49834,4.80343], [51.50010,4.79836], [51.50022,4.79349], [51.49894,4.79229], [51.49940,4.78789], [51.50049,4.78351], [51.50388,4.78173], [51.50440,4.78105], [51.50531,4.77381], [51.50268,4.75952], [51.50046,4.75798], [51.50074,4.75493], [51.49978,4.75201], [51.49653,4.74845], [51.49533,4.74944], [51.48964,4.74611], [51.48448,4.72884], [51.47410,4.71925], [51.47196,4.71530], [51.46955,4.71564], [51.46715,4.70182], [51.45233,4.69178], [51.45164,4.68552], [51.44485,4.66509], [51.42767,4.66835], [51.42564,4.65659], [51.42783,4.65161], [51.42275,4.64071], [51.42639,4.63359], [51.43388,4.57445], [51.42424,4.53634], [51.44923,4.53102], [51.47399,4.55016], [51.48335,4.53900], [51.47805,4.48682], [51.47923,4.47566], [51.47185,4.46416], [51.46897,4.43832], [51.44955,4.38039], [51.44656,4.37798], [51.44426,4.38622], [51.44501,4.39069], [51.44126,4.39541], [51.43693,4.39335], [51.43468,4.39506], [51.43340,4.39120], [51.42960,4.39292], [51.42762,4.39034], [51.42519,4.38906], [51.42150,4.38236], [51.40731,4.39103], [51.37507,4.43017], [51.37089,4.42408], [51.36880,4.42811], [51.36462,4.43034], [51.36591,4.42210], [51.35674,4.39678], [51.35524,4.38580], [51.35717,4.36889], [51.35937,4.34915], [51.35787,4.34133], [51.37821,4.33507], [51.37473,4.23216], [51.35378,4.24074], [51.29341,4.16577], [51.24747,4.06366], [51.24489,4.06006], [51.24199,4.04049], [51.24651,4.03654], [51.24398,4.03225], [51.24253,4.02564], [51.24613,4.02109], [51.24511,4.01165], [51.24006,3.99980], [51.23812,3.99783], [51.23458,3.98581], [51.22603,3.97835], [51.22469,3.96264], [51.21614,3.95800], [51.21716,3.95277], [51.21517,3.94161], [51.21404,3.94161], [51.21265,3.93629], [51.22087,3.93020], [51.21791,3.92462], [51.21786,3.91835], [51.21442,3.91457], [51.20888,3.91758], [51.20867,3.91406], [51.20625,3.91063], [51.20232,3.89818], [51.20399,3.89346], [51.20162,3.88642], [51.20463,3.88471], [51.20754,3.87973], [51.21265,3.89003], [51.21861,3.89466], [51.22394,3.88840], [51.21474,3.86582], [51.21136,3.85896], [51.21367,3.85338], [51.21275,3.84874], [51.21383,3.84454], [51.21302,3.84248], [51.21485,3.83570], [51.21226,3.83333], [51.21038,3.82381], [51.21334,3.80956], [51.21355,3.80286], [51.21060,3.80381], [51.21146,3.79926], [51.21318,3.79840], [51.21484,3.79102], [51.22538,3.78922], [51.24532,3.79042], [51.25632,3.79669], [51.25917,3.78510], [51.26433,3.77523], [51.26454,3.77205], [51.26223,3.77257], [51.26110,3.76888], [51.26196,3.76356], [51.27013,3.75592], [51.27077,3.75188], [51.26986,3.75000], [51.27426,3.72433], [51.27261,3.71619], [51.27626,3.69473], [51.28093,3.69035], [51.28158,3.67756], [51.28410,3.67662], [51.29081,3.65791], [51.29049,3.64297], [51.28893,3.64211], [51.29376,3.62615], [51.29365,3.62023], [51.29628,3.61920], [51.30455,3.59156], [51.30616,3.59250], [51.30664,3.58881], [51.29843,3.58057], [51.29338,3.58624], [51.29290,3.58186], [51.28753,3.58212], [51.28968,3.57851], [51.29263,3.57087], [51.29537,3.56572], [51.29607,3.56126], [51.29483,3.55826], [51.29183,3.55671], [51.29065,3.55422], [51.29151,3.54873], [51.29156,3.54264], [51.28442,3.53843], [51.28410,3.53405], [51.28882,3.52993], [51.28715,3.51518], [51.24633,3.52773], [51.24155,3.44774], [51.24316,3.44370], [51.24596,3.43134], [51.24494,3.42800], [51.25498,3.42473], [51.25713,3.42130], [51.25784,3.41860], [51.26005,3.41731], [51.26042,3.41628], [51.25908,3.41242], [51.25779,3.41268], [51.25688,3.40847], [51.25827,3.40701], [51.26230,3.40452], [51.26402,3.40135], [51.26461,3.39740], [51.26655,3.39422], [51.27122,3.38950], [51.27315,3.38873], [51.27439,3.38658], [51.27439,3.38264], [51.27519,3.37869], [51.27777,3.37577], [51.27900,3.37637], [51.27981,3.37897], [51.28063,3.38109], [51.28211,3.38236], [51.28377,3.38107], [51.28576,3.38118], [51.28783,3.38105], [51.29060,3.37409], [51.29255,3.37010], [51.29703,3.36669], [51.29898,3.36684], [51.30014,3.37304], [51.30267,3.37869], [51.30304,3.37637], [51.31494,3.35859], [51.33419,3.38567], [51.34142,3.38381], [51.34873,3.37416], [51.35436,3.37377], [51.35921,3.37540], [51.37714,3.35969], [51.62540,3.07954]], + BE: [[51.28746,2.49427],[51.08874,2.54535],[51.07079,2.55857],[51.06893,2.55926],[51.06469,2.56265],[51.05860,2.56179],[51.01358,2.57543],[51.01331,2.57174],[51.01018,2.57046],[51.00834,2.57157],[51.00586,2.57458],[51.00316,2.57320],[51.00186,2.57526],[50.99976,2.57741],[50.99194,2.59337],[50.99140,2.59878],[50.99075,2.60685],[50.98892,2.60608],[50.98524,2.60917],[50.98178,2.60565],[50.98113,2.60831],[50.97892,2.60779],[50.97227,2.61123],[50.96557,2.61895],[50.95833,2.62316],[50.95097,2.62788],[50.94621,2.63157],[50.94416,2.62942],[50.94183,2.61612],[50.93945,2.61672],[50.93713,2.61741],[50.93410,2.61603],[50.93096,2.60734],[50.92539,2.59876],[50.92122,2.59421],[50.91928,2.58889],[50.91527,2.59103],[50.91370,2.59490],[50.91565,2.60314],[50.91197,2.60563],[50.90937,2.60580],[50.90629,2.60374],[50.90407,2.60305],[50.90207,2.60485],[50.90022,2.60477],[50.89703,2.60743],[50.89465,2.60743],[50.88967,2.60477],[50.88582,2.60271],[50.88463,2.60623],[50.88220,2.60503],[50.88008,2.60846],[50.87499,2.60511],[50.87310,2.60554],[50.86714,2.61052],[50.86373,2.61095],[50.85890,2.60485],[50.85701,2.60133],[50.85069,2.59693],[50.84738,2.59796],[50.84700,2.60422],[50.84890,2.61075],[50.84689,2.61444],[50.84218,2.61512],[50.83800,2.61521],[50.83741,2.62191],[50.83389,2.62482],[50.82472,2.62645],[50.81252,2.63384],[50.81290,2.65830],[50.82109,2.66971],[50.81268,2.67941],[50.81301,2.71160],[50.81388,2.71246],[50.80905,2.72422],[50.80200,2.72018],[50.79213,2.72473],[50.79137,2.72816],[50.78952,2.72773],[50.78176,2.73683],[50.78030,2.73743],[50.78057,2.74087],[50.77775,2.75065],[50.77362,2.75486],[50.77129,2.76078],[50.76168,2.75503],[50.76228,2.76129],[50.76081,2.76241],[50.75923,2.76035],[50.75397,2.76550],[50.75397,2.77159],[50.74973,2.77743],[50.74984,2.78172],[50.74501,2.78198],[50.74338,2.78001],[50.73317,2.78541],[50.73126,2.78893],[50.72545,2.78825],[50.71518,2.81545],[50.71540,2.82052],[50.71926,2.83099],[50.72040,2.84163],[50.72219,2.84661],[50.71513,2.85296],[50.71197,2.85760],[50.71094,2.85785],[50.70246,2.86970],[50.70355,2.87305],[50.70181,2.87991],[50.70540,2.88463],[50.69289,2.89880],[50.69186,2.90618],[50.69349,2.91150],[50.69665,2.91184],[50.70159,2.91038],[50.70344,2.91270],[50.70132,2.92291],[50.70371,2.92515],[50.70725,2.92626],[50.70877,2.93029],[50.71491,2.93132],[50.72214,2.93158],[50.72556,2.93072],[50.72877,2.93424],[50.73105,2.94549],[50.73306,2.94566],[50.73822,2.94162],[50.73979,2.93896],[50.74294,2.93836],[50.74615,2.94291],[50.74919,2.94952],[50.75114,2.95107],[50.75261,2.95716],[50.75185,2.96059],[50.74973,2.96059],[50.74935,2.96609],[50.74973,2.97330],[50.75386,2.98033],[50.75668,2.98222],[50.75788,2.98875],[50.76298,3.00119],[50.76770,3.01115],[50.77096,3.01655],[50.77296,3.01496],[50.77334,3.01668],[50.76943,3.02647],[50.76943,3.03282],[50.77036,3.03754],[50.77481,3.04020],[50.77703,3.04629],[50.77942,3.05591],[50.77953,3.06046],[50.77747,3.06784],[50.77345,3.07728],[50.77204,3.08380],[50.77307,3.08955],[50.77627,3.09324],[50.78072,3.10243],[50.78490,3.10818],[50.78827,3.11041],[50.78843,3.10766],[50.79315,3.11101],[50.79407,3.11290],[50.79261,3.11496],[50.79006,3.12045],[50.78582,3.12491],[50.78593,3.12878],[50.78989,3.14903],[50.78637,3.15144],[50.78349,3.15041],[50.77774,3.15410],[50.76677,3.16422],[50.76194,3.17032],[50.75809,3.16963],[50.75499,3.17924],[50.75287,3.17830],[50.74695,3.18465],[50.74266,3.18482],[50.73924,3.18774],[50.73772,3.19299],[50.73452,3.19840],[50.73169,3.19668],[50.72843,3.19093],[50.72447,3.18999],[50.72229,3.19282],[50.71914,3.19900],[50.71871,3.20561],[50.71729,3.20801],[50.71414,3.20733],[50.71284,3.20321],[50.71104,3.20535],[50.71034,3.21067],[50.71224,3.21145],[50.71126,3.21754],[50.70968,3.21960],[50.70936,3.22372],[50.71164,3.22733],[50.71170,3.23076],[50.71208,3.23394],[50.71077,3.23797],[50.71208,3.24406],[50.70675,3.25041],[50.70479,3.24999],[50.70273,3.25505],[50.70164,3.25865],[50.69669,3.25771],[50.69218,3.25960],[50.69131,3.25144],[50.68837,3.25256],[50.68478,3.25617],[50.67994,3.25874],[50.67706,3.26398],[50.67527,3.25531],[50.67325,3.24638],[50.67168,3.24647],[50.66923,3.24011],[50.66357,3.24106],[50.65878,3.23883],[50.65259,3.24525],[50.65144,3.24431],[50.65025,3.24491],[50.64921,3.24809],[50.64671,3.24817],[50.64040,3.24294],[50.63729,3.24860],[50.63582,3.24834],[50.63555,3.25032],[50.63158,3.25238],[50.63109,3.25469],[50.62978,3.25512],[50.62929,3.25796],[50.62673,3.25753],[50.62575,3.25461],[50.62199,3.25461],[50.62139,3.25753],[50.62036,3.25658],[50.61709,3.26199],[50.60985,3.26877],[50.60151,3.27255],[50.59051,3.27461],[50.58081,3.27486],[50.57776,3.28001],[50.57427,3.28036],[50.57323,3.27753],[50.56364,3.27641],[50.56206,3.28156],[50.55895,3.27547],[50.54946,3.27787],[50.53675,3.27744],[50.53140,3.28473],[50.52546,3.28611],[50.52120,3.29898],[50.51651,3.31692],[50.51258,3.32327],[50.50838,3.32748],[50.50641,3.33306],[50.50783,3.33589],[50.50330,3.36061],[50.49653,3.36730],[50.49194,3.37065],[50.49052,3.37649],[50.49205,3.38052],[50.49456,3.38893],[50.49757,3.39168],[50.49544,3.39674],[50.49778,3.39863],[50.49855,3.40850],[50.50133,3.41664],[50.50444,3.43029],[50.50947,3.43802],[50.50668,3.43793],[50.50537,3.44849],[50.50739,3.45098],[50.51389,3.45432],[50.51967,3.45621],[50.53119,3.47252],[50.53217,3.47578],[50.52660,3.49261],[50.52873,3.49930],[50.52524,3.51200],[50.52278,3.51732],[50.51274,3.51449],[50.50625,3.50222],[50.49959,3.49578],[50.49587,3.49612],[50.48621,3.49981],[50.48725,3.50514],[50.49363,3.52153],[50.49533,3.53269],[50.49369,3.54136],[50.49647,3.54745],[50.49773,3.55784],[50.49718,3.56393],[50.49959,3.56831],[50.49806,3.57037],[50.49555,3.57329],[50.49385,3.57655],[50.49189,3.57758],[50.49003,3.58462],[50.49101,3.59586],[50.49620,3.60693],[50.48539,3.61963],[50.47993,3.63011],[50.47818,3.62968],[50.46928,3.63517],[50.46185,3.64401],[50.46234,3.64986],[50.46053,3.65518],[50.45742,3.65844],[50.45578,3.66128],[50.45288,3.66265],[50.44868,3.65802],[50.44414,3.65724],[50.44037,3.66334],[50.43807,3.66840],[50.43184,3.66797],[50.42216,3.66832],[50.41461,3.66943],[50.40460,3.67192],[50.39629,3.67158],[50.38912,3.67123],[50.38682,3.66729],[50.37938,3.66462],[50.37347,3.65690],[50.36991,3.65690],[50.36728,3.65664],[50.36482,3.66248],[50.36281,3.66519],[50.35120,3.66588],[50.34764,3.66382],[50.34643,3.66502],[50.33997,3.67506],[50.33362,3.67128],[50.32534,3.68442],[50.32441,3.68416],[50.32167,3.69120],[50.32019,3.68845],[50.32123,3.68236],[50.31948,3.68339],[50.31630,3.69257],[50.31246,3.69343],[50.30939,3.70175],[50.30238,3.70888],[50.30457,3.72175],[50.30748,3.71798],[50.31065,3.71909],[50.30835,3.72982],[50.31148,3.73291],[50.31581,3.72948],[50.31910,3.73308],[50.32337,3.73265],[50.32781,3.73119],[50.33005,3.73471],[50.33383,3.73600],[50.33603,3.73892],[50.34471,3.73995],[50.34903,3.75068],[50.34662,3.76398],[50.34980,3.76767],[50.35287,3.78467],[50.34996,3.79746],[50.35374,3.80690],[50.35226,3.81248],[50.34980,3.81394],[50.34536,3.81093],[50.34410,3.81093],[50.34493,3.81883],[50.34679,3.82578],[50.35205,3.82595],[50.35221,3.83385],[50.35308,3.83945],[50.35204,3.84692],[50.34946,3.85490],[50.34574,3.85679],[50.34125,3.85619],[50.34294,3.86168],[50.34081,3.86134],[50.33665,3.87490],[50.33906,3.88537],[50.33615,3.88572],[50.33380,3.88855],[50.32947,3.88838],[50.32897,3.88400],[50.32651,3.88554],[50.32782,3.89601],[50.32624,3.90005],[50.32881,3.91275],[50.34870,3.96722],[50.34026,3.96422],[50.33993,3.96791],[50.34574,3.97314],[50.34130,3.98533],[50.34294,3.98979],[50.34601,3.99151],[50.34804,3.99615],[50.34766,4.00001],[50.34935,4.00447],[50.34952,4.01305],[50.35204,4.01915],[50.35417,4.01726],[50.35625,4.02052],[50.35718,4.02550],[50.35319,4.03048],[50.34497,4.03374],[50.34081,4.03872],[50.33823,4.04764],[50.33862,4.05245],[50.33517,4.05305],[50.33084,4.05614],[50.33015,4.06436],[50.32418,4.06796],[50.32100,4.07612],[50.31848,4.07766],[50.30861,4.07775],[50.30867,4.08401],[50.31042,4.08616],[50.31234,4.09371],[50.31152,4.09672],[50.31229,4.09758],[50.30812,4.10418],[50.30072,4.10976],[50.30286,4.11663],[50.29973,4.11783],[50.29749,4.12187],[50.28619,4.12513],[50.28016,4.12384],[50.27703,4.12084],[50.27138,4.12410],[50.27423,4.12942],[50.27357,4.13577],[50.26584,4.13319],[50.26321,4.13697],[50.26052,4.13697],[50.25991,4.13337],[50.25640,4.13534],[50.25750,4.14624],[50.25574,4.15053],[50.25695,4.16384],[50.25849,4.16504],[50.25947,4.16856],[50.26759,4.16959],[50.27253,4.16341],[50.27462,4.15156],[50.27719,4.15019],[50.27879,4.15422],[50.28109,4.15611],[50.28454,4.15585],[50.28400,4.16109],[50.28827,4.16306],[50.28751,4.16890],[50.28416,4.16881],[50.28389,4.17585],[50.27977,4.17560],[50.27879,4.17336],[50.27506,4.17654],[50.27319,4.18392],[50.27429,4.18641],[50.27237,4.19551],[50.27374,4.20195],[50.27193,4.20821],[50.26101,4.21556],[50.25882,4.21968],[50.25421,4.21951],[50.24932,4.21505],[50.24295,4.20449],[50.24081,4.19960],[50.24076,4.19205],[50.23203,4.18012],[50.22077,4.17428],[50.21989,4.16999],[50.21704,4.16801],[50.21627,4.16424],[50.21506,4.16475],[50.21391,4.15462],[50.21374,4.14922],[50.20935,4.15153],[50.20637,4.15143],[50.20231,4.15641],[50.20099,4.15976],[50.19308,4.15856],[50.19374,4.15504],[50.18742,4.15547],[50.18313,4.15366],[50.17307,4.14671],[50.17115,4.15409],[50.16356,4.15418],[50.15894,4.14911],[50.15834,4.14585],[50.15152,4.13590],[50.14277,4.13375],[50.13870,4.12800],[50.13529,4.12628],[50.13127,4.13092],[50.12808,4.14439],[50.12737,4.15564],[50.12957,4.15761],[50.13502,4.15847],[50.13259,4.17555],[50.13463,4.19675],[50.13336,4.19984],[50.12753,4.19624],[50.12285,4.20130],[50.11438,4.20139],[50.10706,4.19503],[50.10524,4.20585],[50.10100,4.19915],[50.09627,4.20490],[50.09544,4.20688],[50.09583,4.20963],[50.09379,4.21314],[50.08856,4.21623],[50.08586,4.22010],[50.08487,4.22482],[50.08101,4.22456],[50.07694,4.22834],[50.07126,4.23040],[50.06480,4.22489],[50.06000,4.21304],[50.05648,4.19622],[50.05019,4.19261],[50.05124,4.18712],[50.04722,4.18137],[50.04622,4.17416],[50.05036,4.16326],[50.04887,4.15914],[50.03597,4.14944],[50.03095,4.14352],[50.01971,4.13416],[50.01281,4.13502],[50.00818,4.14026],[50.00437,4.14223],[49.99935,4.15304],[50.00101,4.15888],[49.99742,4.16128],[49.99466,4.16068],[49.98512,4.15373],[49.98500,4.14747],[49.97855,4.13974],[49.97468,4.14618],[49.97568,4.14901],[49.97375,4.15193],[49.97612,4.16944],[49.97501,4.17390],[49.97121,4.17708],[49.96984,4.18678],[49.96658,4.19639],[49.96300,4.19416],[49.95449,4.19407],[49.95377,4.19751],[49.95670,4.20566],[49.95670,4.21871],[49.95819,4.22368],[49.95692,4.22935],[49.95803,4.23896],[49.96051,4.24231],[49.96311,4.26093],[49.96388,4.27175],[49.96277,4.29329],[49.96835,4.30874],[49.96465,4.31664],[49.96228,4.32565],[49.96277,4.33448],[49.95178,4.34968],[49.95217,4.36341],[49.95040,4.37362],[49.95316,4.38126],[49.94731,4.39002],[49.94825,4.39688],[49.94864,4.40280],[49.94582,4.41680],[49.94389,4.42401],[49.93985,4.43533],[49.93996,4.44091],[49.93643,4.44555],[49.94781,4.48108],[49.94599,4.48417],[49.94599,4.48889],[49.94808,4.49705],[49.94576,4.51293],[49.95096,4.51945],[49.94980,4.52537],[49.96117,4.53275],[49.96835,4.54271],[49.96763,4.55292],[49.97017,4.56580],[49.97619,4.57464],[49.97983,4.57515],[49.98298,4.58159],[49.98336,4.58777],[49.98601,4.59687],[49.98458,4.60820],[49.98675,4.63634],[49.99277,4.65883],[49.99354,4.66587],[49.99591,4.66870],[49.99475,4.67788],[49.99569,4.68604],[49.99459,4.69496],[49.99762,4.69591],[50.00148,4.68921],[50.00799,4.68775],[50.01114,4.69024],[50.01549,4.68827],[50.02719,4.68758],[50.04328,4.69823],[50.04775,4.69711],[50.05398,4.70200],[50.06031,4.69685],[50.05811,4.68733],[50.06549,4.68338],[50.06737,4.68106],[50.06979,4.68664],[50.07430,4.68957],[50.08218,4.69154],[50.08625,4.69712],[50.09528,4.70347],[50.09710,4.71480],[50.10095,4.71815],[50.11147,4.75300],[50.11681,4.75446],[50.12148,4.74982],[50.12093,4.75652],[50.13627,4.76423],[50.14039,4.77711],[50.15129,4.80397],[50.15470,4.81033],[50.16872,4.82414],[50.16168,4.82277],[50.15783,4.82732],[50.15294,4.83195],[50.15239,4.84620],[50.15184,4.85770],[50.15284,4.87733],[50.14002,4.88094],[50.13975,4.89415],[50.13727,4.89596],[50.13513,4.89192],[50.13078,4.88540],[50.13227,4.87776],[50.12764,4.87724],[50.12484,4.86995],[50.11801,4.86591],[50.10921,4.87227],[50.09693,4.86660],[50.09517,4.87064],[50.09522,4.87321],[50.09313,4.87364],[50.08801,4.87158],[50.08939,4.86737],[50.09192,4.86583],[50.09286,4.86154],[50.09792,4.86291],[50.10161,4.85579],[50.10155,4.84841],[50.09869,4.84789],[50.09605,4.84197],[50.09429,4.83562],[50.09214,4.83673],[50.09142,4.84034],[50.08448,4.84557],[50.08399,4.83956],[50.07237,4.83939],[50.06774,4.83690],[50.06840,4.82969],[50.06669,4.81742],[50.06008,4.81794],[50.05848,4.82231],[50.05837,4.82583],[50.05699,4.82815],[50.05143,4.82523],[50.04656,4.83021],[50.04574,4.83647],[50.04574,4.84008],[50.03945,4.84051],[50.03510,4.83673],[50.03443,4.82961],[50.03019,4.82635],[50.02694,4.82008],[50.02407,4.81879],[50.02236,4.82051],[50.01977,4.81716],[50.01409,4.81656],[50.01122,4.81957],[50.00228,4.81510],[49.99428,4.81665],[49.98346,4.80472],[49.98330,4.79365],[49.98197,4.79201],[49.97640,4.79519],[49.96999,4.78970],[49.96431,4.78901],[49.95840,4.79090],[49.95751,4.79571],[49.95387,4.80669],[49.95045,4.82583],[49.94835,4.82892],[49.94929,4.83519],[49.94989,4.84111],[49.94757,4.84798],[49.93155,4.85733],[49.92686,4.87132],[49.92161,4.88094],[49.91520,4.88008],[49.90923,4.88943],[49.90619,4.88557],[49.90658,4.87870],[49.90337,4.87604],[49.90044,4.87587],[49.90138,4.88531],[49.89867,4.88703],[49.89585,4.87896],[49.89436,4.87604],[49.88330,4.86832],[49.87981,4.87064],[49.87926,4.86609],[49.87102,4.85999],[49.86781,4.86119],[49.86565,4.85716],[49.86858,4.84832],[49.86825,4.84592],[49.86466,4.85021],[49.85088,4.85064],[49.84689,4.85622],[49.84053,4.85656],[49.84119,4.86669],[49.83436,4.86825],[49.83325,4.86482],[49.83004,4.86714],[49.82749,4.86791],[49.82257,4.86843],[49.81952,4.87452],[49.81742,4.87495],[49.81365,4.86371],[49.80695,4.86345],[49.80191,4.86113],[49.80030,4.85838],[49.79681,4.85838],[49.79321,4.84997],[49.79083,4.85795],[49.78822,4.86053],[49.78867,4.87212],[49.79277,4.87091],[49.79238,4.87907],[49.78750,4.88746],[49.78855,4.89845],[49.78573,4.90085],[49.78484,4.90703],[49.78800,4.92128],[49.78623,4.93295],[49.78988,4.93355],[49.79238,4.93887],[49.78961,4.94308],[49.79493,4.94703],[49.79925,4.94909],[49.80063,4.95484],[49.79709,4.96171],[49.79814,4.96883],[49.80074,4.96943],[49.79881,4.98591],[49.79953,4.99715],[49.79448,4.99595],[49.79299,5.00033],[49.78811,5.00385],[49.78667,5.00608],[49.78246,5.00617],[49.76977,5.04170],[49.76960,5.04891],[49.76622,5.06041],[49.76145,5.06221],[49.76106,5.06899],[49.76001,5.07277],[49.76167,5.08084],[49.76239,5.08676],[49.76522,5.08874],[49.76200,5.09449],[49.73788,5.11723],[49.72504,5.12360],[49.71833,5.12171],[49.71577,5.12471],[49.71139,5.12514],[49.71289,5.13098],[49.71194,5.13561],[49.71322,5.13973],[49.70822,5.14428],[49.71794,5.15269],[49.71550,5.15939],[49.71172,5.16428],[49.70556,5.16445],[49.70001,5.16308],[49.69268,5.16342],[49.69313,5.17656],[49.69346,5.18488],[49.69418,5.19166],[49.69279,5.19458],[49.69146,5.19552],[49.69179,5.20248],[49.69551,5.20600],[49.68668,5.21741],[49.69079,5.22968],[49.68941,5.23767],[49.68891,5.24222],[49.68502,5.24196],[49.68757,5.25114],[49.69285,5.25603],[49.69596,5.26805],[49.68863,5.28032],[49.68568,5.28093],[49.68441,5.28299],[49.67513,5.29586],[49.67091,5.30805],[49.65419,5.33182],[49.64619,5.31706],[49.63318,5.30500],[49.62523,5.30337],[49.61633,5.30980],[49.60977,5.31229],[49.61411,5.31925],[49.61367,5.32259],[49.61622,5.32980],[49.61478,5.34027],[49.62962,5.34628],[49.63029,5.35023],[49.62640,5.35615],[49.62540,5.36044],[49.62262,5.36379],[49.62240,5.37134],[49.62306,5.37461],[49.61917,5.38225],[49.61544,5.39778],[49.60972,5.40001],[49.60872,5.40917],[49.59909,5.41818],[49.59781,5.42428],[49.59264,5.43106],[49.58997,5.42763],[49.56915,5.43741],[49.56648,5.44402],[49.56659,5.45561],[49.55596,5.44660],[49.55206,5.44085],[49.54984,5.44214],[49.54677,5.44969],[49.53797,5.46565],[49.53275,5.46448],[49.52713,5.46568],[49.52640,5.45993],[49.52066,5.45264],[49.51793,5.44543],[49.51336,5.45212],[49.50751,5.46448],[49.50066,5.46268],[49.49731,5.46577],[49.49636,5.47607],[49.50055,5.48088],[49.50439,5.48165],[49.50640,5.48508],[49.50590,5.49976],[49.50996,5.52662],[49.51570,5.54310],[49.52379,5.54724],[49.52697,5.55350],[49.52758,5.55702],[49.52457,5.56372],[49.52708,5.56801],[49.52480,5.57496],[49.52112,5.58672],[49.52156,5.59144],[49.51688,5.60054],[49.51293,5.60037],[49.51098,5.60234],[49.50836,5.60226],[49.50602,5.60715],[49.50524,5.61196],[49.51031,5.61427],[49.51638,5.62122],[49.52039,5.62234],[49.52541,5.61994],[49.52780,5.61736],[49.53633,5.62569],[49.53967,5.63376],[49.54184,5.63204],[49.54223,5.63539],[49.54412,5.63453],[49.54641,5.64423],[49.54903,5.64371],[49.55081,5.65856],[49.55209,5.66148],[49.54758,5.67041],[49.54825,5.68071],[49.54524,5.68079],[49.54524,5.68972],[49.54101,5.69856],[49.53950,5.70027],[49.53862,5.70851],[49.53929,5.72070],[49.54069,5.72268],[49.54347,5.72602],[49.54369,5.73160],[49.54119,5.73710],[49.53773,5.73847],[49.53952,5.75229],[49.54275,5.75847],[49.54609,5.75667],[49.55004,5.75950],[49.55405,5.75735],[49.55695,5.75778],[49.55812,5.76113],[49.56090,5.75967],[49.56045,5.76542],[49.56274,5.77323],[49.55851,5.77829],[49.55683,5.78422],[49.55077,5.79366],[49.54893,5.80439],[49.54971,5.80902],[49.54709,5.81177],[49.54698,5.81589],[49.54514,5.81924],[49.54865,5.82095],[49.55121,5.82567],[49.54954,5.82791],[49.55322,5.84327],[49.55761,5.84799],[49.56018,5.84550],[49.56335,5.85237],[49.56463,5.85417],[49.56630,5.86078],[49.56969,5.86172],[49.57248,5.86833],[49.57387,5.87434],[49.57637,5.87073],[49.57988,5.87314],[49.58038,5.86782],[49.58327,5.87391],[49.59034,5.86962],[49.58990,5.86644],[49.58700,5.86344],[49.58739,5.85099],[49.59633,5.84869],[49.60478,5.86723],[49.60756,5.87736],[49.61329,5.87805],[49.61541,5.87599],[49.62036,5.87702],[49.62769,5.88800],[49.63136,5.88397],[49.63453,5.88835],[49.63487,5.89521],[49.63425,5.89925],[49.63881,5.90878],[49.64109,5.90569],[49.64604,5.90491],[49.65326,5.90285],[49.65465,5.90594],[49.65787,5.90371],[49.66099,5.90612],[49.66249,5.91212],[49.66532,5.91015],[49.66634,5.90681],[49.66462,5.90252],[49.66612,5.90252],[49.66734,5.90407],[49.66873,5.90252],[49.66812,5.90012],[49.66662,5.89978],[49.66929,5.89557],[49.66773,5.89317],[49.67095,5.88991],[49.67012,5.88622],[49.67106,5.88467],[49.67112,5.88338],[49.67295,5.88192],[49.67417,5.87377],[49.67612,5.86982],[49.67590,5.86613],[49.68112,5.86296],[49.68484,5.86356],[49.68734,5.86519],[49.68989,5.86579],[49.69233,5.86750],[49.69411,5.86733],[49.69505,5.86965],[49.69794,5.87145],[49.69922,5.87609],[49.70954,5.88742],[49.71442,5.88085],[49.71614,5.87579],[49.71725,5.87536],[49.71813,5.87759],[49.72241,5.87562],[49.72207,5.87124],[49.72474,5.87013],[49.72729,5.86506],[49.72712,5.86154],[49.72784,5.85948],[49.72540,5.85485],[49.72402,5.84841],[49.72185,5.84446],[49.72196,5.84086],[49.72285,5.83923],[49.72452,5.83794],[49.72485,5.83365],[49.72435,5.82652],[49.72546,5.82575],[49.72685,5.82747],[49.72934,5.82807],[49.73162,5.82644],[49.73345,5.82893],[49.73916,5.82858],[49.74160,5.83391],[49.74327,5.83167],[49.74743,5.83288],[49.75020,5.83021],[49.75070,5.82661],[49.74987,5.82455],[49.75153,5.82094],[49.75358,5.82120],[49.75441,5.81820],[49.76312,5.81631],[49.76683,5.80901],[49.77371,5.80738],[49.77725,5.80352],[49.77803,5.80000],[49.78324,5.79837],[49.78757,5.79220],[49.79062,5.79409],[49.79682,5.78980],[49.79710,5.78611],[49.79616,5.78319],[49.79344,5.78147],[49.79527,5.77675],[49.79439,5.77280],[49.79383,5.77177],[49.79488,5.76963],[49.79383,5.76268],[49.79200,5.75590],[49.80724,5.75126],[49.81566,5.75186],[49.81582,5.74688],[49.82086,5.74354],[49.82308,5.74920],[49.82513,5.74954],[49.83205,5.74431],[49.83387,5.74045],[49.83902,5.74199],[49.83847,5.74714],[49.83913,5.75066],[49.84085,5.75118],[49.84478,5.74903],[49.84428,5.75469],[49.84672,5.76122],[49.85347,5.75444],[49.85685,5.76268],[49.86127,5.75615],[49.86576,5.75787],[49.86896,5.75478],[49.87195,5.75684],[49.86858,5.76250],[49.87079,5.77049],[49.86603,5.77418],[49.87090,5.77933],[49.87145,5.78516],[49.87936,5.78396],[49.88097,5.78001],[49.88445,5.77890],[49.88534,5.77323],[49.88755,5.77057],[49.89059,5.75693],[49.89192,5.75624],[49.89236,5.74800],[49.89501,5.74585],[49.89723,5.73667],[49.90109,5.73899],[49.90270,5.74156],[49.90402,5.74165],[49.90679,5.74817],[49.90955,5.74972],[49.91546,5.76517],[49.91745,5.76147],[49.92337,5.76396],[49.92436,5.76611],[49.92795,5.76491],[49.93072,5.76688],[49.93160,5.77177],[49.93596,5.77152],[49.93768,5.77632],[49.94392,5.77306],[49.94546,5.77383],[49.94762,5.77298],[49.94690,5.77135],[49.94944,5.77143],[49.95336,5.77598],[49.95634,5.77478],[49.95739,5.77770],[49.96026,5.77547],[49.96242,5.78061],[49.96032,5.78491],[49.96170,5.79306],[49.96407,5.79186],[49.96518,5.79572],[49.96269,5.80010],[49.96192,5.80860],[49.96424,5.81151],[49.96788,5.81048],[49.97186,5.81211],[49.97175,5.82010],[49.97423,5.82216],[49.97412,5.82636],[49.97743,5.83435],[49.98086,5.83821],[49.98455,5.84001],[49.98974,5.84087],[49.99167,5.83683],[49.99118,5.83297],[49.99493,5.82920],[49.99774,5.82387],[50.00061,5.82138],[50.00309,5.82241],[50.00613,5.82276],[50.01076,5.82061],[50.01308,5.82121],[50.01413,5.82456],[50.01440,5.83074],[50.01788,5.83426],[50.01815,5.84087],[50.02323,5.85426],[50.02598,5.85246],[50.02698,5.85580],[50.02824,5.85752],[50.02857,5.86027],[50.03089,5.86018],[50.03640,5.85743],[50.03938,5.86516],[50.04114,5.86327],[50.04544,5.86936],[50.04660,5.86988],[50.05156,5.86748],[50.05586,5.86155],[50.05553,5.85829],[50.05983,5.85520],[50.06231,5.85735],[50.06699,5.85906],[50.07002,5.86481],[50.07162,5.86816],[50.07305,5.86902],[50.07658,5.88112],[50.07602,5.88232],[50.07834,5.88730],[50.08396,5.88868],[50.09056,5.88680],[50.10124,5.89564],[50.11181,5.89581],[50.12095,5.91435],[50.12221,5.92010],[50.12667,5.93212],[50.12854,5.94370],[50.12887,5.95254],[50.13096,5.96147],[50.13899,5.95915],[50.14294,5.96207],[50.14751,5.96078],[50.15048,5.96199],[50.15097,5.95907],[50.15262,5.96233],[50.15279,5.96490],[50.15515,5.96799],[50.15845,5.96465],[50.16268,5.96370],[50.16604,5.96516],[50.17225,5.96465],[50.17258,5.96945],[50.17456,5.97125],[50.17538,5.99855],[50.17626,6.00550],[50.17879,6.01400],[50.18214,6.02207],[50.18220,6.02447],[50.17791,6.02567],[50.17198,6.02893],[50.16433,6.02928],[50.16219,6.03314],[50.15669,6.04696],[50.15273,6.06430],[50.15669,6.07245],[50.15636,6.07992],[50.15900,6.07949],[50.16180,6.08120],[50.17093,6.08026],[50.17154,6.08421],[50.16994,6.08987],[50.16901,6.09511],[50.17022,6.10077],[50.16323,6.11837],[50.16230,6.11914],[50.15565,6.11373],[50.15449,6.11442],[50.15015,6.12412],[50.14745,6.11657],[50.14520,6.11622],[50.14487,6.11399],[50.13557,6.11116],[50.13623,6.11648],[50.13518,6.12197],[50.13183,6.12790],[50.12968,6.13090],[50.12946,6.13854],[50.13447,6.13923],[50.13507,6.14626],[50.13760,6.15159],[50.14212,6.15545],[50.15119,6.15347],[50.15268,6.14850],[50.14905,6.14257],[50.15213,6.13717],[50.15372,6.13253],[50.15488,6.13244],[50.15477,6.13948],[50.15658,6.14618],[50.16153,6.14832],[50.16719,6.14094],[50.16873,6.14146],[50.17000,6.14884],[50.17417,6.14463],[50.17703,6.14738],[50.17599,6.15141],[50.17077,6.15639],[50.17132,6.16077],[50.17775,6.16352],[50.17857,6.16875],[50.17857,6.17768],[50.17780,6.18308],[50.17995,6.19012],[50.18247,6.19373],[50.18412,6.18703],[50.18599,6.19090],[50.18824,6.19090],[50.19050,6.18712],[50.19615,6.18686],[50.20340,6.18703],[50.20543,6.19055],[50.20724,6.18437],[50.21307,6.18240],[50.21751,6.17811],[50.22021,6.16824],[50.22323,6.16755],[50.22410,6.17244],[50.22509,6.17699],[50.22910,6.17819],[50.23207,6.17493],[50.23470,6.17648],[50.23706,6.18592],[50.23618,6.19390],[50.23827,6.19871],[50.24025,6.20154],[50.24705,6.20557],[50.24925,6.20798],[50.25172,6.20789],[50.25265,6.21347],[50.25594,6.21613],[50.25408,6.21742],[50.25644,6.22257],[50.25808,6.22471],[50.25978,6.23261],[50.26203,6.23596],[50.26132,6.23939],[50.26181,6.24608],[50.26692,6.25784],[50.26461,6.26136],[50.26434,6.26677],[50.26642,6.27046],[50.26692,6.27321],[50.26560,6.27733],[50.26637,6.27922],[50.27339,6.28540],[50.27460,6.28951],[50.27921,6.29312],[50.28283,6.28909],[50.28277,6.28728],[50.28557,6.28557],[50.28902,6.28874],[50.29111,6.28874],[50.29308,6.28685],[50.29544,6.29226],[50.29801,6.29381],[50.29884,6.29612],[50.30119,6.29612],[50.30240,6.29939],[50.30459,6.29896],[50.30825,6.29721],[50.30962,6.30168],[50.30896,6.30734],[50.31269,6.31155],[50.31346,6.30777],[50.31669,6.30931],[50.31735,6.30708],[50.31987,6.30880],[50.32075,6.31361],[50.31866,6.31773],[50.32360,6.32768],[50.32146,6.33283],[50.31998,6.33189],[50.31570,6.33412],[50.31740,6.34124],[50.31548,6.33944],[50.31357,6.34820],[50.31072,6.35026],[50.30474,6.36373],[50.30551,6.36485],[50.30858,6.36098],[50.31198,6.35953],[50.31390,6.36219],[50.31274,6.36785],[50.31176,6.37128],[50.31455,6.37755],[50.31625,6.37678],[50.31855,6.37952],[50.31905,6.38184],[50.32168,6.38244],[50.32053,6.38982],[50.32327,6.40587],[50.33669,6.40854],[50.33817,6.40107],[50.34502,6.40055],[50.35241,6.38682],[50.35488,6.38382],[50.35422,6.38013],[50.35909,6.37292],[50.35920,6.36897],[50.36161,6.37060],[50.36643,6.36562],[50.36834,6.36442],[50.37262,6.35944],[50.37409,6.35335],[50.37847,6.34863],[50.38011,6.34390],[50.38433,6.34725],[50.39051,6.35807],[50.39538,6.35884],[50.40113,6.36579],[50.40917,6.37043],[50.41942,6.36736],[50.42926,6.37509],[50.43620,6.37801],[50.44560,6.37741],[50.45309,6.37500],[50.45604,6.37217],[50.45413,6.36307],[50.45692,6.35629],[50.45703,6.35037],[50.45938,6.34810],[50.45927,6.34518],[50.46156,6.34415],[50.46287,6.34124],[50.46861,6.34467],[50.47216,6.34175],[50.47265,6.33866],[50.47511,6.33866],[50.47800,6.34244],[50.48297,6.34167],[50.48855,6.35300],[50.48969,6.34613],[50.48953,6.33506],[50.49286,6.33240],[50.49433,6.32390],[50.49553,6.32098],[50.49608,6.31798],[50.49777,6.31480],[50.49941,6.31480],[50.50203,6.30879],[50.49805,6.29686],[50.49908,6.28519],[50.50296,6.28201],[50.50329,6.27806],[50.50263,6.27480],[50.50460,6.26991],[50.50220,6.26502],[50.49919,6.26210],[50.49930,6.25498],[50.50258,6.25489],[50.50400,6.25189],[50.50061,6.24253],[50.49832,6.23120],[50.49515,6.22622],[50.49881,6.22193],[50.50110,6.22305],[50.50591,6.21944],[50.51311,6.21343],[50.51606,6.21249],[50.51819,6.20863],[50.52103,6.20769],[50.52360,6.20804],[50.52695,6.20319],[50.52782,6.19967],[50.53178,6.19722],[50.53486,6.19907],[50.53961,6.19881],[50.54375,6.20263],[50.54602,6.20778],[50.54959,6.20855],[50.55136,6.21065],[50.55338,6.21052],[50.55602,6.21503],[50.55583,6.21752],[50.55469,6.21988],[50.55430,6.22383],[50.55619,6.22713],[50.55864,6.22743],[50.56107,6.22803],[50.56347,6.23160],[50.56390,6.23460],[50.56447,6.23434],[50.56766,6.23726],[50.57052,6.23653],[50.57346,6.23739],[50.57635,6.23936],[50.57927,6.23979],[50.58202,6.23928],[50.58698,6.24091],[50.58700,6.24024],[50.58447,6.23893],[50.57942,6.23874],[50.57629,6.23840],[50.57301,6.23625],[50.57190,6.23565],[50.56805,6.23557],[50.56582,6.23471],[50.56506,6.23222],[50.56277,6.22707],[50.56203,6.22634],[50.55827,6.22582],[50.55655,6.22565],[50.55549,6.22367],[50.55535,6.22109],[50.55677,6.21796],[50.55680,6.21423],[50.55538,6.21053],[50.55355,6.20873],[50.55137,6.20886],[50.54916,6.20672],[50.54682,6.20650],[50.54513,6.20380],[50.54393,6.20036],[50.54139,6.19903],[50.53978,6.19727],[50.53640,6.19663],[50.53684,6.19474],[50.53910,6.19006],[50.54087,6.18916],[50.54194,6.18440],[50.54172,6.17994],[50.54232,6.17891],[50.55421,6.17899],[50.55614,6.17625],[50.55669,6.17444],[50.55748,6.17474],[50.56051,6.18157],[50.56408,6.18753],[50.56400,6.18903],[50.56571,6.19028],[50.56536,6.19221],[50.56931,6.20367],[50.57106,6.20508],[50.57179,6.20418],[50.57326,6.20586],[50.57473,6.20710],[50.57580,6.20723],[50.57956,6.21706],[50.58204,6.22049],[50.58474,6.22311],[50.58693,6.22284],[50.58881,6.22499],[50.59031,6.22589],[50.59001,6.22919],[50.58715,6.24014],[50.58715,6.24121],[50.59023,6.24323],[50.59821,6.25022],[50.60287,6.24773],[50.60502,6.25001],[50.60756,6.25627],[50.61044,6.26082],[50.61837,6.26899],[50.62142,6.26994],[50.62513,6.26966],[50.62644,6.27071],[50.62802,6.27335],[50.62974,6.27432],[50.63048,6.27408],[50.63144,6.27342],[50.63304,6.27271],[50.63383,6.27202],[50.63576,6.27075],[50.63749,6.26934],[50.64130,6.26715],[50.64238,6.26633],[50.64307,6.26483],[50.64348,6.26309],[50.64322,6.26024],[50.64236,6.25764],[50.64156,6.25417],[50.64083,6.24895],[50.64068,6.24648],[50.64137,6.24380],[50.64306,6.24129],[50.64391,6.24015],[50.64476,6.23781],[50.64642,6.23627],[50.64826,6.23500],[50.64923,6.23277],[50.64944,6.23009],[50.64887,6.22747],[50.64738,6.22580],[50.64599,6.22533],[50.64433,6.22582],[50.64280,6.22498],[50.64127,6.22303],[50.64063,6.22022],[50.64030,6.21655],[50.64015,6.21084],[50.63967,6.20479],[50.63970,6.20241],[50.64082,6.19893],[50.64110,6.19689],[50.64067,6.19438],[50.64004,6.19239],[50.63984,6.19048],[50.64014,6.18825],[50.64097,6.18634],[50.64242,6.18499],[50.64633,6.18378],[50.64740,6.18404],[50.64766,6.18454],[50.64798,6.18474],[50.64805,6.18550],[50.64867,6.18551],[50.64858,6.18503],[50.64924,6.18550],[50.65040,6.18648],[50.65060,6.18626],[50.65138,6.18676],[50.65300,6.18900],[50.65629,6.19460],[50.65755,6.19645],[50.65893,6.19688],[50.66313,6.19488],[50.66418,6.19314],[50.66450,6.19099],[50.66469,6.18776],[50.66402,6.18398],[50.66347,6.18235],[50.66265,6.17492],[50.66277,6.17219],[50.66219,6.16588],[50.66178,6.16622],[50.66191,6.16711],[50.66229,6.17229],[50.66218,6.17483],[50.66314,6.18368],[50.66394,6.18619],[50.66395,6.18756],[50.66409,6.19007],[50.66378,6.19284],[50.66319,6.19396],[50.66195,6.19475],[50.65896,6.19608],[50.65744,6.19569],[50.65651,6.19432],[50.65257,6.18766],[50.65161,6.18616],[50.65031,6.18522],[50.64899,6.18429],[50.64798,6.18395],[50.64692,6.18355],[50.64599,6.18329],[50.64357,6.18393],[50.64218,6.18441],[50.64103,6.18521],[50.64022,6.18648],[50.63967,6.18867],[50.63942,6.19141],[50.63994,6.19378],[50.64048,6.19521],[50.64075,6.19725],[50.64035,6.19929],[50.63942,6.20195],[50.63927,6.20373],[50.63954,6.20686],[50.64001,6.21470],[50.64011,6.21976],[50.64075,6.22349],[50.64236,6.22534],[50.64375,6.22630],[50.64560,6.22628],[50.64695,6.22643],[50.64822,6.22776],[50.64892,6.22978],[50.64885,6.23133],[50.64840,6.23356],[50.64733,6.23504],[50.64539,6.23607],[50.64414,6.23787],[50.64330,6.23997],[50.64176,6.24205],[50.64100,6.24334],[50.64029,6.24609],[50.64029,6.24909],[50.64077,6.25186],[50.64176,6.25727],[50.64274,6.26036],[50.64301,6.26248],[50.64248,6.26488],[50.64139,6.26621],[50.63904,6.26780],[50.63324,6.27138],[50.63059,6.27332],[50.62958,6.27372],[50.62855,6.27310],[50.62746,6.27156],[50.62618,6.26971],[50.62535,6.26920],[50.62570,6.26851],[50.62682,6.26724],[50.62727,6.26692],[50.62812,6.26235],[50.62852,6.26098],[50.62701,6.25545],[50.62616,6.23672],[50.62647,6.23535],[50.62621,6.23487],[50.63235,6.21704],[50.63132,6.21518],[50.63198,6.21303],[50.63110,6.21080],[50.63193,6.20850],[50.63130,6.20799],[50.63255,6.20305],[50.63232,6.20125],[50.63163,6.20078],[50.63155,6.19979],[50.63206,6.19906],[50.63243,6.19895],[50.63309,6.19713],[50.63289,6.19653],[50.63398,6.19421],[50.63310,6.19155],[50.63021,6.18930],[50.63015,6.18698],[50.62740,6.18825],[50.62700,6.18664],[50.62707,6.18617],[50.62391,6.18172],[50.62582,6.17649],[50.62733,6.17589],[50.62839,6.18018],[50.63223,6.18359],[50.63319,6.18091],[50.64359,6.16696],[50.64411,6.16867],[50.64437,6.16906],[50.64457,6.17069],[50.64444,6.17168],[50.64411,6.17211],[50.64392,6.17271],[50.64478,6.17513],[50.64414,6.17550],[50.64404,6.17638],[50.64464,6.17762],[50.64427,6.17848],[50.64653,6.18163],[50.64695,6.18246],[50.64696,6.18355],[50.64798,6.18393],[50.64801,6.18382],[50.64869,6.18411],[50.64877,6.18391],[50.64912,6.18260],[50.64921,6.18266],[50.64959,6.18125],[50.65088,6.18293],[50.65127,6.18232],[50.65205,6.18358],[50.65416,6.17945],[50.65469,6.17764],[50.65630,6.17328],[50.65809,6.17071],[50.66179,6.16616],[50.66220,6.16584],[50.66315,6.16494],[50.66932,6.16205],[50.67003,6.16274],[50.67072,6.16310],[50.67136,6.16308],[50.67138,6.16244],[50.67187,6.16205],[50.67185,6.16059],[50.67219,6.16048],[50.67230,6.15898],[50.67272,6.15855],[50.67355,6.15724],[50.67508,6.15699],[50.67777,6.14913],[50.68011,6.14776],[50.68038,6.14647],[50.68158,6.14617],[50.68174,6.14428],[50.68332,6.14467],[50.68682,6.14248],[50.68873,6.14394],[50.69011,6.14270],[50.69068,6.14145],[50.69074,6.14085],[50.69226,6.13939],[50.69366,6.13969],[50.69513,6.13527],[50.69638,6.13360],[50.69915,6.13334],[50.70062,6.13111],[50.70720,6.12339],[50.70959,6.12536],[50.71127,6.12515],[50.71315,6.12326],[50.71578,6.12197],[50.71728,6.12116],[50.71749,6.12154],[50.71997,6.11897],[50.72029,6.11832],[50.72122,6.11648],[50.72222,6.11553],[50.72366,6.11034],[50.72293,6.11051],[50.72347,6.09978],[50.72317,6.09764],[50.72062,6.09489],[50.72298,6.09167],[50.72152,6.08820],[50.72111,6.07305],[50.72565,6.05236],[50.72622,6.04996],[50.72804,6.04640],[50.72861,6.04451],[50.72695,6.04365],[50.71855,6.04120],[50.71831,6.03974],[50.72021,6.03696],[50.72486,6.03794],[50.72472,6.03670],[50.72532,6.03438],[50.72643,6.03511],[50.72662,6.03382],[50.72812,6.03459],[50.72934,6.03459],[50.73097,6.03322],[50.73162,6.03528],[50.73363,6.03459],[50.73629,6.03803],[50.73741,6.03996],[50.74068,6.04098],[50.74242,6.03969],[50.74568,6.04076],[50.75092,6.02763],[50.75344,6.02171],[50.75467,6.02111],[50.75532,6.01643],[50.75524,6.01235],[50.75404,6.00399],[50.75423,6.00235],[50.75361,5.99982],[50.75404,5.99686],[50.75306,5.99296],[50.75350,5.98437],[50.75491,5.97931],[50.75464,5.97678],[50.75532,5.97463],[50.75814,5.97566],[50.75996,5.97304],[50.76091,5.96922],[50.76181,5.96116],[50.76284,5.96077],[50.76216,5.95691],[50.76004,5.95347],[50.76072,5.95189],[50.75988,5.94596],[50.75887,5.94442],[50.75801,5.94043],[50.75814,5.93832],[50.75706,5.93575],[50.75706,5.93064],[50.75160,5.92133],[50.75054,5.91549],[50.75268,5.91545],[50.75488,5.91579],[50.75469,5.91425],[50.75611,5.91382],[50.75464,5.90876],[50.75594,5.90854],[50.75551,5.90695],[50.75551,5.90537],[50.75486,5.90326],[50.75290,5.90232],[50.75168,5.90116],[50.75306,5.89751],[50.75418,5.89597],[50.75630,5.89026],[50.75749,5.88966],[50.76042,5.89060],[50.76338,5.89047],[50.76623,5.88932],[50.77057,5.88670],[50.76588,5.87618],[50.76509,5.86773],[50.76297,5.86168],[50.75779,5.85249],[50.75418,5.84897],[50.75879,5.84790],[50.76601,5.84550],[50.76251,5.83533],[50.75889,5.83065],[50.75930,5.82422],[50.75822,5.81881],[50.75656,5.81529],[50.75618,5.80705],[50.77038,5.79340],[50.76807,5.78770],[50.76769,5.78529],[50.77160,5.78233],[50.77204,5.78125],[50.77486,5.77971],[50.77988,5.77859],[50.78343,5.77726],[50.78373,5.77361],[50.78267,5.76529],[50.77833,5.75954],[50.77833,5.75803],[50.77527,5.75559],[50.77532,5.75370],[50.77331,5.75061],[50.76965,5.74533],[50.76335,5.74009],[50.76009,5.74019],[50.75762,5.73916],[50.75737,5.73126],[50.75857,5.73074],[50.75954,5.72654],[50.76093,5.72435],[50.76166,5.72495],[50.76421,5.72276],[50.76495,5.71989],[50.76258,5.71808],[50.76017,5.71529],[50.76033,5.71388],[50.76077,5.71388],[50.76112,5.71212],[50.76068,5.71165],[50.76079,5.70946],[50.75859,5.70641],[50.75892,5.70255],[50.75547,5.69912],[50.75496,5.69482],[50.75596,5.68830],[50.75759,5.68830],[50.75781,5.68598],[50.75764,5.68277],[50.76033,5.68289],[50.76525,5.68800],[50.77274,5.69641],[50.78219,5.69949],[50.79654,5.69378],[50.81108,5.69413],[50.81197,5.69370],[50.81241,5.69160],[50.81192,5.68906],[50.81292,5.68554],[50.81371,5.68430],[50.81216,5.68035],[50.81468,5.67975],[50.81666,5.67842],[50.81639,5.67344],[50.81739,5.67271],[50.81832,5.66864],[50.81696,5.66735],[50.81786,5.66422],[50.81853,5.66177],[50.81878,5.65846],[50.82002,5.65495],[50.82314,5.65675],[50.82455,5.65632],[50.82783,5.65181],[50.82667,5.64898],[50.82903,5.65070],[50.83168,5.65151],[50.83312,5.65108],[50.83431,5.64975],[50.83336,5.64817],[50.83586,5.64782],[50.83800,5.64413],[50.83954,5.64563],[50.84087,5.64216],[50.84144,5.64310],[50.84293,5.64173],[50.84312,5.64314],[50.84634,5.63933],[50.84751,5.63909],[50.84748,5.64115],[50.84938,5.64076],[50.85008,5.64308],[50.85285,5.64201],[50.85382,5.64076],[50.85685,5.64385],[50.85759,5.64214],[50.85905,5.64428],[50.85927,5.64214],[50.86054,5.64377],[50.86135,5.64291],[50.86306,5.64420],[50.86433,5.64261],[50.86831,5.65029],[50.87135,5.64514],[50.87289,5.64750],[50.87367,5.65364],[50.87652,5.65801],[50.87603,5.65904],[50.88101,5.66990],[50.87963,5.67960],[50.88321,5.67990],[50.88727,5.68256],[50.89225,5.68977],[50.89471,5.69389],[50.89983,5.69732],[50.90370,5.69762],[50.90732,5.69707],[50.91052,5.70119],[50.91092,5.70621],[50.90892,5.71114],[50.90778,5.71591],[50.90776,5.72097],[50.91390,5.72685],[50.92096,5.72616],[50.92616,5.72908],[50.93127,5.73462],[50.93538,5.74114],[50.94255,5.74543],[50.94706,5.74616],[50.95036,5.75659],[50.95252,5.75852],[50.95685,5.75685],[50.95985,5.75174],[50.96130,5.74486],[50.95857,5.73980],[50.95557,5.73516],[50.95554,5.72662],[50.95765,5.72169],[50.96059,5.72044],[50.96392,5.72216],[50.97351,5.73452],[50.97878,5.73688],[50.98070,5.74696],[50.99013,5.75563],[50.99647,5.76477],[51.00120,5.76730],[51.00904,5.76614],[51.01363,5.76820],[51.02240,5.77652],[51.02591,5.77477],[51.02750,5.77219],[51.02885,5.76824],[51.03070,5.75946],[51.03294,5.75809],[51.03588,5.75916],[51.04519,5.76809],[51.05355,5.77206],[51.05986,5.77202],[51.06207,5.77270],[51.06285,5.77532],[51.06280,5.77862],[51.05967,5.78777],[51.05886,5.79111],[51.05892,5.79498],[51.05994,5.79867],[51.06264,5.80137],[51.06558,5.80004],[51.07177,5.79653],[51.07385,5.79851],[51.07668,5.80417],[51.07948,5.80443],[51.08256,5.80241],[51.08606,5.79739],[51.08959,5.79550],[51.09218,5.79683],[51.09336,5.79954],[51.09563,5.80413],[51.09609,5.80971],[51.09493,5.81546],[51.09293,5.81936],[51.09253,5.82284],[51.09328,5.82734],[51.09584,5.83039],[51.09918,5.83309],[51.10260,5.83339],[51.10497,5.83215],[51.10696,5.82850],[51.10796,5.82451],[51.10750,5.81580],[51.10863,5.81172],[51.11157,5.80902],[51.11524,5.80773],[51.12474,5.81850],[51.12992,5.82657],[51.13064,5.84009],[51.13310,5.84262],[51.13994,5.84563],[51.14296,5.85026],[51.14479,5.85601],[51.14947,5.84623],[51.15408,5.83709],[51.15738,5.83920],[51.15762,5.83641],[51.15908,5.83469],[51.15900,5.83332],[51.16021,5.83327],[51.16142,5.83400],[51.16274,5.83276],[51.16395,5.83031],[51.16465,5.82873],[51.16675,5.82731],[51.16823,5.82422],[51.16597,5.82100],[51.16298,5.81512],[51.15924,5.81413],[51.16287,5.80650],[51.16305,5.80463],[51.16109,5.80180],[51.15955,5.80176],[51.15716,5.79605],[51.15748,5.79391],[51.15708,5.79120],[51.15503,5.78622],[51.15358,5.78511],[51.15183,5.77794],[51.15444,5.77725],[51.15490,5.77558],[51.15874,5.77880],[51.15926,5.77991],[51.16367,5.77974],[51.16370,5.77734],[51.16566,5.77670],[51.16545,5.77369],[51.16461,5.77369],[51.16464,5.77039],[51.16954,5.76996],[51.16954,5.77322],[51.17145,5.78064],[51.17241,5.77970],[51.17301,5.77412],[51.17470,5.77519],[51.17871,5.77738],[51.18396,5.76743],[51.18472,5.75678],[51.18571,5.75730],[51.18792,5.75176],[51.18988,5.74713],[51.18953,5.74507],[51.18733,5.74090],[51.18569,5.73957],[51.18671,5.73889],[51.18641,5.73357],[51.18539,5.73262],[51.18534,5.73069],[51.18612,5.72923],[51.18488,5.72095],[51.18439,5.71576],[51.18111,5.71009],[51.18259,5.70777],[51.18267,5.70181],[51.18431,5.70194],[51.18418,5.69554],[51.18340,5.69507],[51.18587,5.69031],[51.18343,5.67769],[51.18547,5.67645],[51.18652,5.66825],[51.18628,5.66108],[51.18534,5.65808],[51.19365,5.65040],[51.19402,5.65499],[51.19841,5.65349],[51.20454,5.63100],[51.22276,5.56078],[51.24555,5.55554],[51.25468,5.55760],[51.26655,5.55829],[51.27375,5.54138],[51.28245,5.52808],[51.29061,5.51889],[51.29619,5.51632],[51.30091,5.48224],[51.29914,5.48293],[51.29619,5.47718],[51.29173,5.47563],[51.28492,5.46336],[51.28223,5.44122],[51.27729,5.43795],[51.27713,5.43212],[51.26320,5.41742],[51.26760,5.39579],[51.27635,5.34515],[51.26481,5.33931],[51.26346,5.33382],[51.26405,5.31528],[51.26196,5.29545],[51.26722,5.26249],[51.26185,5.23820],[51.26835,5.22679],[51.30577,5.24297],[51.32368,5.19971],[51.32070,5.19567],[51.32059,5.18992],[51.31598,5.17154],[51.31051,5.16236],[51.31587,5.13481],[51.34746,5.13223],[51.35603,5.12013],[51.36150,5.11747],[51.39365,5.07181],[51.42609,5.09962],[51.43090,5.10520],[51.47220,5.07953],[51.47193,5.04657],[51.47941,5.04022],[51.48759,5.04065],[51.48797,5.03276],[51.48535,5.02846],[51.48139,5.02065],[51.47519,5.01499],[51.47182,5.00932],[51.46284,5.00666],[51.45910,5.00992],[51.45391,5.00897],[51.45113,5.00460],[51.44385,5.00288],[51.44252,4.99988],[51.44000,4.99559],[51.42234,4.96263],[51.43371,4.94223],[51.43515,4.94314],[51.43884,4.94271],[51.44200,4.94451],[51.44382,4.95168],[51.44778,4.94880],[51.45064,4.95382],[51.45612,4.95090],[51.45409,4.94485],[51.45666,4.94054],[51.45543,4.93934],[51.45139,4.94234],[51.45002,4.93393],[51.45125,4.93131],[51.44906,4.92573],[51.44687,4.91750],[51.44355,4.91827],[51.44237,4.92033],[51.43938,4.91741],[51.43767,4.91887],[51.43542,4.91346],[51.43403,4.91629],[51.43376,4.92059],[51.43055,4.92745],[51.42943,4.92968],[51.42943,4.93380],[51.42868,4.93784],[51.43370,4.94223],[51.42234,4.96263],[51.40366,4.93840],[51.40535,4.93646],[51.40934,4.93586],[51.40901,4.93288],[51.40879,4.93292],[51.40851,4.93247],[51.40822,4.93216],[51.40804,4.93163],[51.40827,4.92710],[51.40786,4.92769],[51.40767,4.92858],[51.40762,4.92979],[51.40731,4.93079],[51.40653,4.93139],[51.40648,4.93212],[51.40619,4.93217],[51.40588,4.93176],[51.40608,4.93047],[51.40559,4.92979],[51.40535,4.92840],[51.40517,4.92840],[51.40511,4.92866],[51.40535,4.93646],[51.40366,4.93840],[51.39646,4.92900],[51.40005,4.92810],[51.39887,4.92407],[51.39665,4.92505],[51.39555,4.92720],[51.39373,4.92080],[51.39515,4.91471],[51.39646,4.91793],[51.39676,4.92484],[51.39802,4.92424],[51.39855,4.92334],[51.39839,4.91746],[51.39879,4.91681],[51.40064,4.91819],[51.40230,4.91046],[51.40292,4.91102],[51.40434,4.90896],[51.40760,4.91033],[51.41031,4.90510],[51.41223,4.90553],[51.41435,4.90256],[51.41507,4.89905],[51.41346,4.89686],[51.41547,4.89102],[51.41579,4.88857],[51.41536,4.88647],[51.41684,4.88634],[51.42318,4.89146],[51.42372,4.89181],[51.42410,4.89239],[51.42484,4.89163],[51.42459,4.89122],[51.42492,4.89062],[51.42501,4.89059],[51.42531,4.89007],[51.42471,4.88859],[51.42389,4.89024],[51.42345,4.88930],[51.42319,4.89147],[51.41683,4.88634],[51.41682,4.88415],[51.41647,4.88245],[51.41540,4.88275],[51.41575,4.88125],[51.41465,4.87974],[51.41422,4.87880],[51.41548,4.87790],[51.41534,4.87565],[51.41671,4.87511],[51.41588,4.87281],[51.41449,4.87335],[51.41396,4.87262],[51.41392,4.87084],[51.41295,4.86837],[51.41476,4.86713],[51.41433,4.86528],[51.41188,4.86663],[51.41129,4.86582],[51.41022,4.86655],[51.41034,4.86481],[51.41076,4.86050],[51.41231,4.85985],[51.41374,4.86041],[51.41337,4.85580],[51.41495,4.84985],[51.41352,4.84837],[51.41511,4.83822],[51.41098,4.79552],[51.41137,4.79230],[51.40946,4.78908],[51.41120,4.78593],[51.41199,4.78138],[51.41412,4.77801],[51.41464,4.77428],[51.41458,4.77282],[51.41707,4.77194],[51.41819,4.77050],[51.41942,4.76999],[51.42132,4.76972],[51.42349,4.77188],[51.42425,4.77064],[51.42711,4.77072],[51.42986,4.76828],[51.43014,4.77129],[51.43127,4.77408],[51.43215,4.78627],[51.42942,4.78871],[51.42904,4.79172],[51.42819,4.79313],[51.42821,4.80022],[51.42741,4.80489],[51.42562,4.80867],[51.42557,4.81305],[51.42351,4.81953],[51.42203,4.82133],[51.42260,4.82506],[51.42185,4.82614],[51.42075,4.82609],[51.41957,4.83272],[51.41866,4.83255],[51.41801,4.83478],[51.41718,4.83517],[51.41686,4.83778],[51.41734,4.84225],[51.41986,4.84023],[51.42267,4.84195],[51.42299,4.84049],[51.42157,4.83688],[51.42133,4.83092],[51.42436,4.82877],[51.43557,4.82538],[51.43616,4.82637],[51.44857,4.82405],[51.45084,4.82894],[51.44845,4.83571],[51.44799,4.83624],[51.44841,4.83671],[51.44883,4.83621],[51.44845,4.83571],[51.45084,4.82894],[51.45130,4.82841],[51.45158,4.82935],[51.45213,4.83006],[51.45270,4.82997],[51.45391,4.83154],[51.45824,4.83512],[51.45585,4.83740],[51.45581,4.83916],[51.45670,4.84214],[51.45927,4.84478],[51.46177,4.83841],[51.46148,4.83675],[51.46828,4.83755],[51.47303,4.84003],[51.47880,4.84108],[51.48110,4.84256],[51.48268,4.83551],[51.48209,4.83020],[51.48285,4.82385],[51.48372,4.82160],[51.48658,4.82048],[51.48905,4.81757],[51.49126,4.81870],[51.49448,4.81686],[51.49585,4.81362],[51.49834,4.80343],[51.50010,4.79836],[51.50022,4.79349],[51.49894,4.79229],[51.49940,4.78789],[51.50049,4.78351],[51.50388,4.78173],[51.50440,4.78105],[51.50531,4.77381],[51.50268,4.75952],[51.50046,4.75798],[51.50074,4.75493],[51.49978,4.75201],[51.49653,4.74845],[51.49533,4.74944],[51.48964,4.74611],[51.48448,4.72884],[51.47410,4.71925],[51.47196,4.71530],[51.46955,4.71564],[51.46715,4.70182],[51.45233,4.69178],[51.45164,4.68552],[51.44485,4.66509],[51.42767,4.66835],[51.42564,4.65659],[51.42783,4.65161],[51.42275,4.64071],[51.42639,4.63359],[51.43388,4.57445],[51.42424,4.53634],[51.44923,4.53102],[51.47399,4.55016],[51.48335,4.53900],[51.47805,4.48682],[51.47923,4.47566],[51.47185,4.46416],[51.46897,4.43832],[51.44955,4.38039],[51.44656,4.37798],[51.44426,4.38622],[51.44501,4.39069],[51.44126,4.39541],[51.43693,4.39335],[51.43468,4.39506],[51.43340,4.39120],[51.42960,4.39292],[51.42762,4.39034],[51.42519,4.38906],[51.42150,4.38236],[51.40731,4.39103],[51.37507,4.43017],[51.37089,4.42408],[51.36880,4.42811],[51.36462,4.43034],[51.36591,4.42210],[51.35674,4.39678],[51.35524,4.38580],[51.35717,4.36889],[51.35937,4.34915],[51.35787,4.34133],[51.37821,4.33507],[51.37473,4.23216],[51.35378,4.24074],[51.29341,4.16577],[51.24747,4.06366],[51.24489,4.06006],[51.24199,4.04049],[51.24651,4.03654],[51.24398,4.03225],[51.24253,4.02564],[51.24613,4.02109],[51.24511,4.01165],[51.24006,3.99980],[51.23812,3.99783],[51.23458,3.98581],[51.22603,3.97835],[51.22469,3.96264],[51.21614,3.95800],[51.21716,3.95277],[51.21517,3.94161],[51.21404,3.94161],[51.21265,3.93629],[51.22087,3.93020],[51.21791,3.92462],[51.21786,3.91835],[51.21442,3.91457],[51.20888,3.91758],[51.20867,3.91406],[51.20625,3.91063],[51.20232,3.89818],[51.20399,3.89346],[51.20162,3.88642],[51.20463,3.88471],[51.20754,3.87973],[51.21265,3.89003],[51.21861,3.89466],[51.22394,3.88840],[51.21474,3.86582],[51.21136,3.85896],[51.21367,3.85338],[51.21275,3.84874],[51.21383,3.84454],[51.21302,3.84248],[51.21485,3.83570],[51.21226,3.83333],[51.21038,3.82381],[51.21334,3.80956],[51.21355,3.80286],[51.21060,3.80381],[51.21146,3.79926],[51.21318,3.79840],[51.21484,3.79102],[51.22538,3.78922],[51.24532,3.79042],[51.25632,3.79669],[51.25917,3.78510],[51.26433,3.77523],[51.26454,3.77205],[51.26223,3.77257],[51.26110,3.76888],[51.26196,3.76356],[51.27013,3.75592],[51.27077,3.75188],[51.26986,3.75000],[51.27426,3.72433],[51.27261,3.71619],[51.27626,3.69473],[51.28093,3.69035],[51.28158,3.67756],[51.28410,3.67662],[51.29081,3.65791],[51.29049,3.64297],[51.28893,3.64211],[51.29376,3.62615],[51.29365,3.62023],[51.29628,3.61920],[51.30455,3.59156],[51.30616,3.59250],[51.30664,3.58881],[51.29843,3.58057],[51.29338,3.58624],[51.29290,3.58186],[51.28753,3.58212],[51.28968,3.57851],[51.29263,3.57087],[51.29537,3.56572],[51.29607,3.56126],[51.29483,3.55826],[51.29183,3.55671],[51.29065,3.55422],[51.29151,3.54873],[51.29156,3.54264],[51.28442,3.53843],[51.28410,3.53405],[51.28882,3.52993],[51.28715,3.51518],[51.24633,3.52773],[51.24155,3.44774],[51.24316,3.44370],[51.24596,3.43134],[51.24494,3.42800],[51.25498,3.42473],[51.25713,3.42130],[51.25784,3.41860],[51.26005,3.41731],[51.26042,3.41628],[51.25908,3.41242],[51.25779,3.41268],[51.25688,3.40847],[51.25827,3.40701],[51.26230,3.40452],[51.26402,3.40135],[51.26461,3.39740],[51.26655,3.39422],[51.27122,3.38950],[51.27315,3.38873],[51.27439,3.38658],[51.27439,3.38264],[51.27519,3.37869],[51.27777,3.37577],[51.27900,3.37637],[51.27981,3.37897],[51.28063,3.38109],[51.28211,3.38236],[51.28377,3.38107],[51.28576,3.38118],[51.28783,3.38105],[51.29060,3.37409],[51.29255,3.37010],[51.29703,3.36669],[51.29898,3.36684],[51.30014,3.37304],[51.30267,3.37869],[51.30304,3.37637],[51.31494,3.35859],[51.33419,3.38567],[51.34142,3.38381],[51.34873,3.37416],[51.35436,3.37377],[51.35921,3.37540],[51.37714,3.35969],[51.62540,3.07954]], // Benin - BJ: [[6.20530, 1.62760], [6.24199, 1.62837], [6.24292, 1.63180], [6.24702, 1.63429], [6.24907, 1.63644], [6.24685, 1.64013], [6.24497, 1.64459], [6.25035, 1.65095], [6.25129, 1.65318], [6.25077, 1.65730], [6.25018, 1.65918], [6.25018, 1.66116], [6.25368, 1.66399], [6.25410, 1.66717], [6.25129, 1.67172], [6.25248, 1.67584], [6.25675, 1.67987], [6.25769, 1.68425], [6.25547, 1.68734], [6.25589, 1.69129], [6.26024, 1.69601], [6.26067, 1.70013], [6.26195, 1.71034], [6.26059, 1.71523], [6.26263, 1.72064], [6.26477, 1.72253], [6.26400, 1.72931], [6.26545, 1.73420], [6.26809, 1.73609], [6.26835, 1.74004], [6.26767, 1.74210], [6.26895, 1.74416], [6.27355, 1.75017], [6.27321, 1.75806], [6.27569, 1.76458], [6.28038, 1.76913], [6.28482, 1.77076], [6.28925, 1.78330], [6.28447, 1.78321], [6.28482, 1.78990], [6.28140, 1.78922], [6.28192, 1.79274], [6.28456, 1.79239], [6.28814, 1.79960], [6.28797, 1.80784], [6.29446, 1.80123], [6.29770, 1.79239], [6.30120, 1.79188], [6.30418, 1.79265], [6.30657, 1.78810], [6.30998, 1.78707], [6.31109, 1.79437], [6.32278, 1.79557], [6.32713, 1.79042], [6.33250, 1.79093], [6.33097, 1.78458], [6.33310, 1.78338], [6.33703, 1.78355], [6.33976, 1.78630], [6.34274, 1.77840], [6.34675, 1.77952], [6.35025, 1.78570], [6.37055, 1.78098], [6.38241, 1.78398], [6.38394, 1.77351], [6.39315, 1.77222], [6.39469, 1.76707], [6.40177, 1.76810], [6.40475, 1.77446], [6.40467, 1.76656], [6.40552, 1.76424], [6.41286, 1.76304], [6.41584, 1.76776], [6.42565, 1.77068], [6.42539, 1.77394], [6.42232, 1.77591], [6.42556, 1.77780], [6.42915, 1.77763], [6.42761, 1.77463], [6.42821, 1.77282], [6.43017, 1.77222], [6.42974, 1.76776], [6.43119, 1.76579], [6.43793, 1.76441], [6.43989, 1.76338], [6.44075, 1.75738], [6.44296, 1.75506], [6.45209, 1.75205], [6.45627, 1.75274], [6.45857, 1.75574], [6.45968, 1.75265], [6.46139, 1.74596], [6.46369, 1.74510], [6.46923, 1.74811], [6.46983, 1.75188], [6.47222, 1.75102], [6.47094, 1.74467], [6.47708, 1.73695], [6.47247, 1.73652], [6.47426, 1.73197], [6.47682, 1.72957], [6.48245, 1.73635], [6.48654, 1.73683], [6.48620, 1.73194], [6.48475, 1.72885], [6.48774, 1.72379], [6.49030, 1.72379], [6.49089, 1.71726], [6.49891, 1.71495], [6.50190, 1.71211], [6.49831, 1.70859], [6.49575, 1.70310], [6.50369, 1.70070], [6.50079, 1.69306], [6.50437, 1.69254], [6.50897, 1.69366], [6.51904, 1.68988], [6.52031, 1.69246], [6.51332, 1.70130], [6.51477, 1.70276], [6.51946, 1.69855], [6.52842, 1.69924], [6.52935, 1.70138], [6.53379, 1.69787], [6.53780, 1.70224], [6.53993, 1.69649], [6.54539, 1.69169], [6.55187, 1.69581], [6.55323, 1.69306], [6.54965, 1.68765], [6.55076, 1.68525], [6.55681, 1.68327], [6.56090, 1.68319], [6.56210, 1.67933], [6.55408, 1.67392], [6.55451, 1.66903], [6.55741, 1.66714], [6.56406, 1.66808], [6.56679, 1.65984], [6.57327, 1.65607], [6.57284, 1.65255], [6.57992, 1.64997], [6.58546, 1.64654], [6.58435, 1.64396], [6.59109, 1.63761], [6.59885, 1.63538], [6.60217, 1.62903], [6.59996, 1.62345], [6.60175, 1.62088], [6.60848, 1.61324], [6.61300, 1.60879], [6.62468, 1.61111], [6.62263, 1.60287], [6.62587, 1.60166], [6.63099, 1.60561], [6.63363, 1.60132], [6.64514, 1.60063], [6.64420, 1.61093], [6.65034, 1.61471], [6.65026, 1.60793], [6.65742, 1.60158], [6.66040, 1.60639], [6.66518, 1.60475], [6.66978, 1.59820], [6.67532, 1.59426], [6.67217, 1.58996], [6.67379, 1.58662], [6.67831, 1.58756], [6.68010, 1.58859], [6.68487, 1.58481], [6.68223, 1.58172], [6.68308, 1.57820], [6.68913, 1.57366], [6.69263, 1.57606], [6.69015, 1.58275], [6.69868, 1.58009], [6.69885, 1.58181], [6.69595, 1.58550], [6.69595, 1.58662], [6.70141, 1.58936], [6.70166, 1.59151], [6.70516, 1.59142], [6.70933, 1.58765], [6.71752, 1.58988], [6.72374, 1.58790], [6.72971, 1.59039], [6.72996, 1.59468], [6.73394, 1.60438], [6.73539, 1.62112], [6.74127, 1.62232], [6.74699, 1.61803], [6.75099, 1.61537], [6.75500, 1.61614], [6.76130, 1.62430], [6.76216, 1.61683], [6.76599, 1.61125], [6.76983, 1.60739], [6.77631, 1.60816], [6.78543, 1.61279], [6.78900, 1.61322], [6.79480, 1.60842], [6.79608, 1.59571], [6.79855, 1.59348], [6.80626, 1.59393], [6.81231, 1.59693], [6.81972, 1.60208], [6.82330, 1.61101], [6.82654, 1.61195], [6.82569, 1.60131], [6.83020, 1.59719], [6.83958, 1.60071], [6.85858, 1.59890], [6.86761, 1.59607], [6.87341, 1.59882], [6.87554, 1.60483], [6.88074, 1.60697], [6.88824, 1.60277], [6.89275, 1.60199], [6.90451, 1.60526], [6.90383, 1.59890], [6.90937, 1.58200], [6.91278, 1.58036], [6.91533, 1.58079], [6.92096, 1.57642], [6.92769, 1.57779], [6.94098, 1.57959], [6.94200, 1.57539], [6.95552, 1.56752], [6.96268, 1.56494], [6.97443, 1.55825], [6.98934, 1.55919], [6.99531, 1.55679], [7.00076, 1.55730], [7.00084, 1.63224], [7.02057, 1.63291], [7.08871, 1.63325], [7.22633, 1.63325], [7.27078, 1.63282], [7.35370, 1.63248], [7.41396, 1.63111], [7.44052, 1.63034], [7.55276, 1.64304], [7.55438, 1.64274], [7.55582, 1.64205], [7.56910, 1.64231], [7.57539, 1.64312], [7.57858, 1.64192], [7.58565, 1.64493], [7.59160, 1.64390], [7.60317, 1.64544], [7.61389, 1.64527], [7.61695, 1.64227], [7.62699, 1.64038], [7.62946, 1.63900], [7.63499, 1.63858], [7.64111, 1.63076], [7.73825, 1.63076], [7.78911, 1.63068], [7.80790, 1.63291], [7.83273, 1.63042], [7.86580, 1.62870], [7.87456, 1.63008], [7.91080, 1.63205], [7.96240, 1.63179], [7.97506, 1.63370], [8.00090, 1.63130], [8.02631, 1.63259], [8.09090, 1.63196], [8.18470, 1.63239], [8.24493, 1.63256], [8.33785, 1.63162], [8.34464, 1.63179], [8.35789, 1.62200], [8.36069, 1.61926], [8.36884, 1.61823], [8.36952, 1.61574], [8.37343, 1.61557], [8.37598, 1.61883], [8.38294, 1.62140], [8.39194, 1.62329], [8.40137, 1.62295], [8.40247, 1.62561], [8.41028, 1.62467], [8.41724, 1.62630], [8.42174, 1.62475], [8.42989, 1.62441], [8.43612, 1.63001], [8.44435, 1.63147], [8.45004, 1.62666], [8.45548, 1.62649], [8.46006, 1.62992], [8.46337, 1.63670], [8.47008, 1.64082], [8.47916, 1.64245], [8.49464, 1.65009], [8.54455, 1.62331], [8.61596, 1.62692], [8.67494, 1.62967], [8.77021, 1.63155], [8.86571, 1.63241], [8.89344, 1.63078], [8.89607, 1.62701], [8.90201, 1.62331], [8.90947, 1.62357], [8.92380, 1.62143], [8.92863, 1.61885], [8.93296, 1.61911], [8.93559, 1.62048], [8.94237, 1.62306], [8.94686, 1.62203], [8.94932, 1.61945], [8.95424, 1.62031], [8.95967, 1.61718], [8.96874, 1.61984], [8.97433, 1.61975], [8.98459, 1.62173], [8.99095, 1.62344], [9.00036, 1.62284], [9.00740, 1.62525], [9.02291, 1.62095], [9.02664, 1.62138], [9.03689, 1.61761], [9.04537, 1.62061], [9.05800, 1.61752], [9.09351, 1.60216], [9.10784, 1.59778], [9.14004, 1.57340], [9.17199, 1.56250], [9.19563, 1.52019], [9.22350, 1.49135], [9.25993, 1.45796], [9.28492, 1.44792], [9.31405, 1.42148], [9.31973, 1.41796], [9.32769, 1.41101], [9.36266, 1.40145], [9.46029, 1.39671], [9.47308, 1.39568], [9.49703, 1.38298], [9.49170, 1.36873], [9.48882, 1.36839], [9.48679, 1.36479], [9.48349, 1.36504], [9.48103, 1.36144], [9.48180, 1.35903], [9.49940, 1.35921], [9.54969, 1.34281], [9.59860, 1.36238], [9.65217, 1.36350], [9.66173, 1.36805], [9.68441, 1.35818], [9.70953, 1.35889], [9.75013, 1.35829], [9.80304, 1.36137], [9.87002, 1.35502], [9.89411, 1.35497], [9.92184, 1.35643], [9.97452, 1.35437], [9.99219, 1.35446], [10.09116, 1.19112], [10.14118, 1.10924], [10.17548, 1.06143], [10.27405, 0.92367], [10.37742, 0.77911], [10.38113, 0.77439], [10.44407, 0.77963], [10.52732, 0.78562], [10.57582, 0.80615], [10.63159, 0.80769], [10.67781, 0.79946], [10.72411, 0.80143], [10.80548, 0.87413], [10.83119, 0.87954], [10.85497, 0.88237], [10.88337, 0.90125], [10.91397, 0.88872], [11.00068, 0.91670], [11.02309, 0.94554], [11.02755, 0.94374], [11.03067, 0.94760], [11.03496, 0.94408], [11.03732, 0.94623], [11.03833, 0.95138], [11.04701, 0.95919], [11.05476, 0.96794], [11.05501, 0.97112], [11.06394, 0.97524], [11.07506, 0.97687], [11.07565, 0.97481], [11.08163, 0.97361], [11.08955, 0.97644], [11.09460, 0.98760], [11.09385, 0.98957], [11.08685, 0.98674], [11.08812, 0.99438], [11.08972, 1.00253], [11.08753, 1.01455], [11.08407, 1.01395], [11.08087, 1.01652], [11.06799, 1.01927], [11.05299, 1.02725], [11.05299, 1.03180], [11.05215, 1.03635], [11.05501, 1.04442], [11.05619, 1.05085], [11.05897, 1.05386], [11.05914, 1.05600], [11.05864, 1.06261], [11.06226, 1.06287], [11.06260, 1.06519], [11.06260, 1.06896], [11.06167, 1.07120], [11.05796, 1.07454], [11.05678, 1.07360], [11.05653, 1.08244], [11.04972, 1.09207], [11.04719, 1.09894], [11.04332, 1.09997], [11.03894, 1.10383], [11.03262, 1.10658], [11.03161, 1.10847], [11.03228, 1.11087], [11.03153, 1.11404], [11.03565, 1.11147], [11.03801, 1.11542], [11.04273, 1.11842], [11.04602, 1.11739], [11.04374, 1.11430], [11.04728, 1.11173], [11.05048, 1.11078], [11.05461, 1.10606], [11.05528, 1.10160], [11.06202, 1.09671], [11.06918, 1.10040], [11.07196, 1.09645], [11.07929, 1.09731], [11.08173, 1.10014], [11.08434, 1.09920], [11.08695, 1.09370], [11.09285, 1.09070], [11.09335, 1.08667], [11.10043, 1.08950], [11.10220, 1.09482], [11.10439, 1.09224], [11.10531, 1.08649], [11.11003, 1.08469], [11.11289, 1.08933], [11.11643, 1.08615], [11.12115, 1.08615], [11.12056, 1.08031], [11.12528, 1.07954], [11.13134, 1.07431], [11.13142, 1.07104], [11.13530, 1.06624], [11.13403, 1.06323], [11.13201, 1.06340], [11.13109, 1.06830], [11.12856, 1.06967], [11.12637, 1.06907], [11.12536, 1.06392], [11.12300, 1.06006], [11.11803, 1.05886], [11.11963, 1.05474], [11.12106, 1.05388], [11.12384, 1.05714], [11.12856, 1.05697], [11.12848, 1.05345], [11.13184, 1.04821], [11.13378, 1.05010], [11.13319, 1.05388], [11.13530, 1.05542], [11.13749, 1.05345], [11.14085, 1.05371], [11.14229, 1.05611], [11.14667, 1.05388], [11.14835, 1.05551], [11.14784, 1.05774], [11.15147, 1.06134], [11.15172, 1.07233], [11.15020, 1.07757], [11.14784, 1.08049], [11.15121, 1.08263], [11.15206, 1.08564], [11.14894, 1.09053], [11.15264, 1.09456], [11.15273, 1.09963], [11.15635, 1.09688], [11.15845, 1.09885], [11.15778, 1.10177], [11.16612, 1.10520], [11.16755, 1.10864], [11.17294, 1.11070], [11.17757, 1.11799], [11.17866, 1.12743], [11.17833, 1.13387], [11.17483, 1.13700], [11.17812, 1.13915], [11.17710, 1.14395], [11.17323, 1.14215], [11.17281, 1.14447], [11.17163, 1.14524], [11.17012, 1.14936], [11.16650, 1.14885], [11.16725, 1.15065], [11.16473, 1.15305], [11.16330, 1.15648], [11.16506, 1.15640], [11.16591, 1.15932], [11.16902, 1.15863], [11.17003, 1.16086], [11.17020, 1.16387], [11.17466, 1.16086], [11.17323, 1.15709], [11.17475, 1.15554], [11.17887, 1.15374], [11.17980, 1.15520], [11.18241, 1.15254], [11.18536, 1.15288], [11.18569, 1.15709], [11.18847, 1.15451], [11.19243, 1.15442], [11.19108, 1.15133], [11.19386, 1.15056], [11.19706, 1.15202], [11.20287, 1.15425], [11.20447, 1.15202], [11.20952, 1.15425], [11.21179, 1.14936], [11.21440, 1.15013], [11.21432, 1.15400], [11.21769, 1.15614], [11.21828, 1.15254], [11.22484, 1.15297], [11.22341, 1.15442], [11.22072, 1.15485], [11.22080, 1.15691], [11.22526, 1.15992], [11.23402, 1.15503], [11.23461, 1.14850], [11.23722, 1.15038], [11.23873, 1.14806], [11.23873, 1.14265], [11.24328, 1.13896], [11.24673, 1.12935], [11.24900, 1.12935], [11.25212, 1.13407], [11.25397, 1.13124], [11.26172, 1.13175], [11.26037, 1.13733], [11.26475, 1.13604], [11.26668, 1.13991], [11.27131, 1.13870], [11.27375, 1.14239], [11.27939, 1.14729], [11.28108, 1.14926], [11.27805, 1.15124], [11.28183, 1.15166], [11.28554, 1.15870], [11.28242, 1.16274], [11.28301, 1.16694], [11.28436, 1.16874], [11.28352, 1.17123], [11.27863, 1.16909], [11.28108, 1.17269], [11.27796, 1.17733], [11.27661, 1.17613], [11.27434, 1.17733], [11.26820, 1.17398], [11.26491, 1.17793], [11.26929, 1.17947], [11.26845, 1.18316], [11.27156, 1.18625], [11.27097, 1.18883], [11.26500, 1.19106], [11.26365, 1.19561], [11.26660, 1.19947], [11.26752, 1.20591], [11.26895, 1.21544], [11.26579, 1.21820], [11.26621, 1.22026], [11.26898, 1.22172], [11.26907, 1.22961], [11.26587, 1.22824], [11.26242, 1.23004], [11.26545, 1.23184], [11.26545, 1.23691], [11.26326, 1.24343], [11.25905, 1.24197], [11.25610, 1.24231], [11.25855, 1.24480], [11.25812, 1.24609], [11.25274, 1.25090], [11.25223, 1.25356], [11.25366, 1.25742], [11.25349, 1.26369], [11.25728, 1.26557], [11.26338, 1.27334], [11.26060, 1.27591], [11.26515, 1.28209], [11.26843, 1.27849], [11.27180, 1.28106], [11.27794, 1.27900], [11.27929, 1.27531], [11.28611, 1.27832], [11.28746, 1.27488], [11.28998, 1.27317], [11.29360, 1.27591], [11.29402, 1.26347], [11.29764, 1.26295], [11.30336, 1.25883], [11.30488, 1.26244], [11.31060, 1.25892], [11.31279, 1.26167], [11.31801, 1.25995], [11.32499, 1.26621], [11.32819, 1.26853], [11.32701, 1.27737], [11.32373, 1.28561], [11.31717, 1.28836], [11.31397, 1.29145], [11.30522, 1.29214], [11.29932, 1.29420], [11.29983, 1.30304], [11.29469, 1.30338], [11.29739, 1.30879], [11.30118, 1.30613], [11.30841, 1.32003], [11.30547, 1.32106], [11.30328, 1.31849], [11.29756, 1.32037], [11.29512, 1.32518], [11.29789, 1.32630], [11.29680, 1.32982], [11.29966, 1.33359], [11.30176, 1.34089], [11.30471, 1.33445], [11.30749, 1.33599], [11.31161, 1.34149], [11.30732, 1.34741], [11.30732, 1.35093], [11.31085, 1.35041], [11.31144, 1.34775], [11.31616, 1.34183], [11.31910, 1.34303], [11.32070, 1.34793], [11.32247, 1.33900], [11.32878, 1.33771], [11.33425, 1.33977], [11.33341, 1.33290], [11.33711, 1.33131], [11.33964, 1.33380], [11.34376, 1.32925], [11.35268, 1.32513], [11.36505, 1.32539], [11.36842, 1.32685], [11.36842, 1.33800], [11.36463, 1.33586], [11.36387, 1.34041], [11.36985, 1.34341], [11.36884, 1.34933], [11.37271, 1.34873], [11.37641, 1.35217], [11.37927, 1.35071], [11.38323, 1.35337], [11.38499, 1.35903], [11.38920, 1.35886], [11.39341, 1.35637], [11.39644, 1.35835], [11.39652, 1.36238], [11.39130, 1.36813], [11.39046, 1.37165], [11.39299, 1.37354], [11.39189, 1.37774], [11.38844, 1.38006], [11.39307, 1.38289], [11.39846, 1.38358], [11.40148, 1.38152], [11.40569, 1.38650], [11.40527, 1.39165], [11.40796, 1.39654], [11.41082, 1.39525], [11.41091, 1.39088], [11.42282, 1.38715], [11.42921, 1.38329], [11.43291, 1.38775], [11.43426, 1.38234], [11.43889, 1.38912], [11.44141, 1.38706], [11.44570, 1.38852], [11.44999, 1.39350], [11.45436, 1.39530], [11.45462, 1.40208], [11.45765, 1.40955], [11.46017, 1.40938], [11.46017, 1.41427], [11.45748, 1.41822], [11.45941, 1.42225], [11.45571, 1.42191], [11.46025, 1.42569], [11.46219, 1.43358], [11.46875, 1.43212], [11.47262, 1.43461], [11.47077, 1.43805], [11.47489, 1.43873], [11.47346, 1.44277], [11.47758, 1.44225], [11.48187, 1.44843], [11.47792, 1.45418], [11.46623, 1.45770], [11.47228, 1.45907], [11.47195, 1.46663], [11.46900, 1.46714], [11.47203, 1.47564], [11.46656, 1.48045], [11.46438, 1.47899], [11.46101, 1.48491], [11.45537, 1.48225], [11.45638, 1.48946], [11.45933, 1.49263], [11.47455, 1.49478], [11.47699, 1.49941], [11.47935, 1.50722], [11.47649, 1.50783], [11.47102, 1.50456], [11.46581, 1.50542], [11.46311, 1.51049], [11.46177, 1.51649], [11.45739, 1.52834], [11.45622, 1.53744], [11.46118, 1.53941], [11.46084, 1.54619], [11.46505, 1.54396], [11.46597, 1.54842], [11.47237, 1.54611], [11.47926, 1.54774], [11.47876, 1.55563], [11.46799, 1.56808], [11.46126, 1.57271], [11.45588, 1.57108], [11.44991, 1.56962], [11.44881, 1.57186], [11.45495, 1.57495], [11.45453, 1.57838], [11.44772, 1.58490], [11.43956, 1.58155], [11.43552, 1.58765], [11.42787, 1.58876], [11.42240, 1.59426], [11.42013, 1.59074], [11.41222, 1.59151], [11.40944, 1.59014], [11.40995, 1.59254], [11.40776, 1.59460], [11.40448, 1.59537], [11.40019, 1.60018], [11.39522, 1.60756], [11.39859, 1.61812], [11.39413, 1.62361], [11.39690, 1.62919], [11.40027, 1.63151], [11.40751, 1.64112], [11.40742, 1.64481], [11.40279, 1.64704], [11.40044, 1.65417], [11.39842, 1.66026], [11.39934, 1.66610], [11.40692, 1.67142], [11.41003, 1.67700], [11.40927, 1.68292], [11.41533, 1.68103], [11.41937, 1.68781], [11.41499, 1.69133], [11.41222, 1.69691], [11.41937, 1.69931], [11.41870, 1.70464], [11.42930, 1.70798], [11.43510, 1.71502], [11.42980, 1.71528], [11.42744, 1.72601], [11.42938, 1.73253], [11.42829, 1.73708], [11.42467, 1.74163], [11.41877, 1.74284], [11.42290, 1.74739], [11.41987, 1.75425], [11.42904, 1.75777], [11.42348, 1.77065], [11.42744, 1.77477], [11.42601, 1.78026], [11.43013, 1.78447], [11.42719, 1.79322], [11.42954, 1.79871], [11.43770, 1.79871], [11.43560, 1.80558], [11.44090, 1.80687], [11.44309, 1.81176], [11.43880, 1.82558], [11.44056, 1.82773], [11.43989, 1.83468], [11.44250, 1.83519], [11.44292, 1.84008], [11.44654, 1.84146], [11.45116, 1.84764], [11.44940, 1.85141], [11.44603, 1.84935], [11.44342, 1.85536], [11.44780, 1.85639], [11.44923, 1.86077], [11.44704, 1.87631], [11.45200, 1.87596], [11.45125, 1.88180], [11.44368, 1.88377], [11.44216, 1.88746], [11.43997, 1.89347], [11.43938, 1.90317], [11.43442, 1.90188], [11.43047, 1.91004], [11.43089, 1.91381], [11.42820, 1.91544], [11.42205, 1.91493], [11.41255, 1.91690], [11.41549, 1.91956], [11.41549, 1.92755], [11.41928, 1.93175], [11.41886, 1.93793], [11.41642, 1.94712], [11.41431, 1.95295], [11.41936, 1.95939], [11.42121, 1.96686], [11.42113, 1.97767], [11.41894, 1.98265], [11.42130, 1.98771], [11.41894, 1.99638], [11.41903, 2.00711], [11.41709, 2.01295], [11.41507, 2.01973], [11.42315, 2.02067], [11.43005, 2.02634], [11.43232, 2.03020], [11.43938, 2.03750], [11.45024, 2.04857], [11.45175, 2.05260], [11.45461, 2.05406], [11.45419, 2.05629], [11.46168, 2.05732], [11.46496, 2.06033], [11.46916, 2.06496], [11.48077, 2.06960], [11.48027, 2.07741], [11.48515, 2.08247], [11.49002, 2.08788], [11.50844, 2.10046], [11.51256, 2.10544], [11.51458, 2.10999], [11.52055, 2.11033], [11.52812, 2.11668], [11.53115, 2.11565], [11.53855, 2.12286], [11.54435, 2.12904], [11.55411, 2.14063], [11.55419, 2.15033], [11.55957, 2.15634], [11.56756, 2.16458], [11.57530, 2.16715], [11.57995, 2.17179], [11.58029, 2.17677], [11.58870, 2.18690], [11.59366, 2.18810], [11.59753, 2.19145], [11.59921, 2.19660], [11.59501, 2.20441], [11.59786, 2.20836], [11.60333, 2.20861], [11.60871, 2.21342], [11.61611, 2.22346], [11.61493, 2.22758], [11.61745, 2.23282], [11.62241, 2.23428], [11.62376, 2.24338], [11.63595, 2.24681], [11.64721, 2.25222], [11.65259, 2.25428], [11.65360, 2.25857], [11.65175, 2.26423], [11.64326, 2.26672], [11.64612, 2.27041], [11.64494, 2.27530], [11.65276, 2.28492], [11.66108, 2.29934], [11.66461, 2.30552], [11.67386, 2.31041], [11.67705, 2.31376], [11.68008, 2.31264], [11.68302, 2.30646], [11.69075, 2.30517], [11.69471, 2.30603], [11.69866, 2.30234], [11.70487, 2.30260], [11.71773, 2.29719], [11.72345, 2.30037], [11.72227, 2.30646], [11.73160, 2.30303], [11.73874, 2.30620], [11.73908, 2.31195], [11.73950, 2.31599], [11.74706, 2.32071], [11.75092, 2.32303], [11.75394, 2.31908], [11.75831, 2.32148], [11.76125, 2.32972], [11.76537, 2.33178], [11.76503, 2.33590], [11.77251, 2.33882], [11.77268, 2.34208], [11.77680, 2.34217], [11.78167, 2.33736], [11.78520, 2.34105], [11.78528, 2.34946], [11.79016, 2.36010], [11.78781, 2.36998], [11.79201, 2.37573], [11.79831, 2.37092], [11.80705, 2.37092], [11.80881, 2.36877], [11.81704, 2.36809], [11.82326, 2.37839], [11.82511, 2.38422], [11.82738, 2.38457], [11.82889, 2.38010], [11.83309, 2.37495], [11.83737, 2.37658], [11.84762, 2.37933], [11.85795, 2.37958], [11.86148, 2.39315], [11.87517, 2.40387], [11.88172, 2.40302], [11.88844, 2.39787], [11.89508, 2.39684], [11.90062, 2.40190], [11.90026, 2.40815], [11.90513, 2.40841], [11.91336, 2.39845], [11.92008, 2.40094], [11.92319, 2.39545], [11.92730, 2.39193], [11.93167, 2.39116], [11.93394, 2.39536], [11.93713, 2.39562], [11.93780, 2.39914], [11.94905, 2.40171], [11.95728, 2.41038], [11.95636, 2.41545], [11.95039, 2.41373], [11.95384, 2.42060], [11.95602, 2.43021], [11.95426, 2.43639], [11.95929, 2.43768], [11.96223, 2.43433], [11.97181, 2.43364], [11.97877, 2.44283], [11.98440, 2.44566], [11.98499, 2.44738], [11.98129, 2.45939], [11.97710, 2.45956], [11.97987, 2.46317], [11.99347, 2.46016], [11.99884, 2.46016], [12.00253, 2.45467], [12.00690, 2.45313], [12.01211, 2.45536], [12.01932, 2.45029], [12.01739, 2.44386], [12.01672, 2.44137], [12.02210, 2.43527], [12.02713, 2.43536], [12.03586, 2.43373], [12.03662, 2.43004], [12.04619, 2.43545], [12.04980, 2.43356], [12.05265, 2.41948], [12.05869, 2.41897], [12.06674, 2.41639], [12.07539, 2.42000], [12.08076, 2.40412], [12.08386, 2.40266], [12.08596, 2.40815], [12.10333, 2.40214], [12.10820, 2.39656], [12.11156, 2.39004], [12.11911, 2.39021], [12.12599, 2.39476], [12.13229, 2.39656], [12.13631, 2.39073], [12.14043, 2.38935], [12.14731, 2.39579], [12.14949, 2.39493], [12.15251, 2.38987], [12.15813, 2.39056], [12.16275, 2.38472], [12.16912, 2.38051], [12.17718, 2.38206], [12.18154, 2.38609], [12.18355, 2.39201], [12.19446, 2.38961], [12.20411, 2.37802], [12.21644, 2.37614], [12.21719, 2.38111], [12.21619, 2.38549], [12.22097, 2.38841], [12.22877, 2.38935], [12.23011, 2.37991], [12.23682, 2.37442], [12.24321, 2.37290], [12.24362, 2.38371], [12.24740, 2.38054], [12.25151, 2.38011], [12.25629, 2.39126], [12.25872, 2.39968], [12.25461, 2.40714], [12.25545, 2.41839], [12.25361, 2.43015], [12.25612, 2.43564], [12.26619, 2.44122], [12.26275, 2.44542], [12.26149, 2.45109], [12.25361, 2.46104], [12.25403, 2.46345], [12.26417, 2.46808], [12.27273, 2.46886], [12.27399, 2.47306], [12.27080, 2.48594], [12.27105, 2.49117], [12.26652, 2.50422], [12.27583, 2.50808], [12.27592, 2.51229], [12.28632, 2.51297], [12.29546, 2.51992], [12.29529, 2.52370], [12.28841, 2.52267], [12.28706, 2.53000], [12.28329, 2.53480], [12.28245, 2.54321], [12.27389, 2.54218], [12.27725, 2.55051], [12.28069, 2.55351], [12.27951, 2.56004], [12.27968, 2.56579], [12.28211, 2.56699], [12.28404, 2.57531], [12.27834, 2.57815], [12.28010, 2.58098], [12.29486, 2.58999], [12.30190, 2.59403], [12.30283, 2.59883], [12.30132, 2.60261], [12.29897, 2.60390], [12.29931, 2.60827], [12.30182, 2.61437], [12.29939, 2.61746], [12.29645, 2.62896], [12.29855, 2.63102], [12.29704, 2.63737], [12.30031, 2.64621], [12.30392, 2.65754], [12.30719, 2.66312], [12.30383, 2.67677], [12.29855, 2.67925], [12.29471, 2.68567], [12.28985, 2.68481], [12.28247, 2.68661], [12.28247, 2.69373], [12.28574, 2.69365], [12.29463, 2.70197], [12.30276, 2.70412], [12.30486, 2.70635], [12.31090, 2.70532], [12.31660, 2.70781], [12.32406, 2.71459], [12.33211, 2.71742], [12.34201, 2.71794], [12.35576, 2.72309], [12.35534, 2.73133], [12.36255, 2.73219], [12.36540, 2.73674], [12.36506, 2.74266], [12.35777, 2.74249], [12.35316, 2.74489], [12.35081, 2.74978], [12.35039, 2.75734], [12.35198, 2.76249], [12.36515, 2.77064], [12.36942, 2.77261], [12.37621, 2.77536], [12.38183, 2.78197], [12.38602, 2.78626], [12.39047, 2.79338], [12.39231, 2.80128], [12.39650, 2.80540], [12.39809, 2.81476], [12.39491, 2.82291], [12.39499, 2.82952], [12.39650, 2.83501], [12.40052, 2.82746], [12.40455, 2.82403], [12.40916, 2.82694], [12.40455, 2.84351], [12.39466, 2.85304], [12.38938, 2.87072], [12.37613, 2.88291], [12.35714, 2.89770], [12.33400, 2.92645], [12.31472, 2.94353], [12.30650, 2.95280], [12.29887, 2.95512], [12.28397, 2.96884], [12.28095, 2.98480], [12.27047, 3.00892], [12.26334, 3.01750], [12.23683, 3.02566], [12.22643, 3.03733], [12.21418, 3.05612], [12.20529, 3.05938], [12.19757, 3.05740], [12.18230, 3.07440], [12.17576, 3.08470], [12.17425, 3.09852], [12.16469, 3.11208], [12.15730, 3.12555], [12.14354, 3.12615], [12.13700, 3.12993], [12.13280, 3.14203], [12.12189, 3.15439], [12.11686, 3.16641], [12.10519, 3.17628], [12.08455, 3.18795], [12.07162, 3.20203], [12.06465, 3.21465], [12.06121, 3.22018], [12.05382, 3.22456], [12.04669, 3.23254], [12.03527, 3.23572], [12.03133, 3.24421], [12.03124, 3.25280], [12.02671, 3.25880], [12.01840, 3.26121], [12.01462, 3.26970], [12.00967, 3.26859], [12.00471, 3.26481], [12.00304, 3.25898], [11.99498, 3.25554], [11.98052, 3.26867], [11.96683, 3.27709], [11.95029, 3.27889], [11.94022, 3.27949], [11.93484, 3.28464], [11.93400, 3.29365], [11.93450, 3.29923], [11.91838, 3.30223], [11.89631, 3.30673], [11.88531, 3.31883], [11.88472, 3.32802], [11.88917, 3.33591], [11.88355, 3.34510], [11.88951, 3.37428], [11.88077, 3.39720], [11.87666, 3.40818], [11.87876, 3.41814], [11.87313, 3.42758], [11.87851, 3.43874], [11.87422, 3.45144], [11.86424, 3.46312], [11.86516, 3.47506], [11.85668, 3.48802], [11.84399, 3.49136], [11.82963, 3.50733], [11.81476, 3.52364], [11.80308, 3.51994], [11.79140, 3.51977], [11.78392, 3.52698], [11.77930, 3.53677], [11.77855, 3.56037], [11.77384, 3.56509], [11.76544, 3.56655], [11.75510, 3.55968], [11.74670, 3.55179], [11.73620, 3.54878], [11.73023, 3.55033], [11.72283, 3.55765], [11.71787, 3.56649], [11.71014, 3.58966], [11.70476, 3.59293], [11.70174, 3.59378], [11.60145, 3.55018], [11.52032, 3.53985], [11.45589, 3.53110], [11.43377, 3.52758], [11.39490, 3.51829], [11.37639, 3.51237], [11.34845, 3.50602], [11.30317, 3.49726], [11.30048, 3.49486], [11.29509, 3.49452], [11.28524, 3.50765], [11.26993, 3.52250], [11.24975, 3.54129], [11.22020, 3.58284], [11.19225, 3.62275], [11.15343, 3.67802], [11.14223, 3.69407], [11.14290, 3.69965], [11.13297, 3.71879], [11.12884, 3.72094], [11.11882, 3.72034], [11.10054, 3.71562], [11.08243, 3.71441], [11.07435, 3.71459], [11.04882, 3.72051], [11.03459, 3.71639], [11.03080, 3.71862], [11.02439, 3.73433], [11.01268, 3.75304], [10.99499, 3.75776], [10.92406, 3.77035], [10.83936, 3.74495], [10.81707, 3.74606], [10.79380, 3.76649], [10.74978, 3.77996], [10.74591, 3.77825], [10.73865, 3.77936], [10.73511, 3.78091], [10.73091, 3.78511], [10.72037, 3.79481], [10.72045, 3.80923], [10.71362, 3.82339], [10.70755, 3.82915], [10.69878, 3.83481], [10.69059, 3.83670], [10.66647, 3.83859], [10.64943, 3.83962], [10.61367, 3.84228], [10.60700, 3.84348], [10.60185, 3.84211], [10.59173, 3.84391], [10.58194, 3.84116], [10.56321, 3.83172], [10.54094, 3.82082], [10.52060, 3.81455], [10.50347, 3.80974], [10.49030, 3.80605], [10.47469, 3.80313], [10.45891, 3.80519], [10.44793, 3.80605], [10.43206, 3.80236], [10.41712, 3.79532], [10.40851, 3.78811], [10.40725, 3.78399], [10.40885, 3.77936], [10.41738, 3.76417], [10.42979, 3.74177], [10.44304, 3.71859], [10.46119, 3.68374], [10.44844, 3.66520], [10.43941, 3.64117], [10.41767, 3.62414], [10.39817, 3.63015], [10.34818, 3.60612], [10.28637, 3.58243], [10.27210, 3.57710], [10.25014, 3.59170], [10.23375, 3.59624], [10.22945, 3.59556], [10.22556, 3.59770], [10.22041, 3.60551], [10.21179, 3.60886], [10.20588, 3.62019], [10.20115, 3.62568], [10.18975, 3.64328], [10.18493, 3.65452], [10.18383, 3.67409], [10.18138, 3.67856], [10.17598, 3.68062], [10.15494, 3.67349], [10.14455, 3.67083], [10.11979, 3.66568], [10.11083, 3.66139], [10.10762, 3.65804], [10.10407, 3.64903], [10.09875, 3.63633], [10.09393, 3.62809], [10.08450, 3.61720], [10.07157, 3.61188], [10.05974, 3.60999], [10.05196, 3.60888], [10.03024, 3.60416], [10.01173, 3.60493], [10.00248, 3.60467], [9.98828, 3.60716], [9.96630, 3.60253], [9.95608, 3.59789], [9.94618, 3.58948], [9.93105, 3.56897], [9.92480, 3.56141], [9.91947, 3.56064], [9.90941, 3.56425], [9.90290, 3.56425], [9.89757, 3.56227], [9.88759, 3.55377], [9.88387, 3.54974], [9.87237, 3.53206], [9.86155, 3.52004], [9.86036, 3.51515], [9.86324, 3.49618], [9.87102, 3.47584], [9.87051, 3.46357], [9.86282, 3.44760], [9.85242, 3.41705], [9.85013, 3.40803], [9.84455, 3.39610], [9.84413, 3.39233], [9.83952, 3.37863], [9.83453, 3.36859], [9.82869, 3.35537], [9.82395, 3.34928], [9.81533, 3.34250], [9.80569, 3.33220], [9.77811, 3.32447], [9.76889, 3.32370], [9.75443, 3.32748], [9.73861, 3.33271], [9.72457, 3.34018], [9.71678, 3.34911], [9.70748, 3.36172], [9.69672, 3.35433], [9.67726, 3.33725], [9.65873, 3.31425], [9.66076, 3.30283], [9.66508, 3.29253], [9.66618, 3.28258], [9.66271, 3.27374], [9.65628, 3.26404], [9.65103, 3.25966], [9.63250, 3.25262], [9.60796, 3.25297], [9.60017, 3.25013], [9.57004, 3.22567], [9.54863, 3.21065], [9.51683, 3.19440], [9.50828, 3.18556], [9.49846, 3.16796], [9.49626, 3.15397], [9.49264, 3.15342], [9.47130, 3.14561], [9.45132, 3.13480], [9.43811, 3.13265], [9.42423, 3.13480], [9.40551, 3.14330], [9.35919, 3.15608], [9.33556, 3.15566], [9.28144, 3.15832], [9.26763, 3.14149], [9.25111, 3.13094], [9.23154, 3.12295], [9.21850, 3.12167], [9.19986, 3.12458], [9.18944, 3.12149], [9.15097, 3.09841], [9.14385, 3.09429], [9.13020, 3.09195], [9.10215, 3.08972], [9.09367, 3.06620], [9.08977, 3.04646], [9.08342, 3.03221], [9.08079, 3.02105], [9.08164, 2.99667], [9.06969, 2.95470], [9.06511, 2.92698], [9.06350, 2.91702], [9.05960, 2.90123], [9.05816, 2.88827], [9.05706, 2.86106], [9.05951, 2.83626], [9.06028, 2.82055], [9.06333, 2.81034], [9.06808, 2.80270], [9.06986, 2.79574], [9.07036, 2.78296], [9.06646, 2.77815], [9.06274, 2.78270], [9.05409, 2.78381], [9.05197, 2.79214], [9.04960, 2.79154], [9.04188, 2.78424], [9.03366, 2.78441], [9.03120, 2.77969], [9.02493, 2.79162], [9.01917, 2.78750], [9.01450, 2.77815], [9.00849, 2.78416], [9.00594, 2.78810], [9.00015, 2.78735], [8.99489, 2.78177], [8.99285, 2.79258], [8.98963, 2.79121], [8.98522, 2.78520], [8.98243, 2.78941], [8.97378, 2.79018], [8.96623, 2.78658], [8.96284, 2.77456], [8.95860, 2.77516], [8.95504, 2.78331], [8.94555, 2.77988], [8.94019, 2.78503], [8.92840, 2.77473], [8.92060, 2.77439], [8.91755, 2.75808], [8.90814, 2.75799], [8.90907, 2.76641], [8.90661, 2.77319], [8.89695, 2.77293], [8.88652, 2.77121], [8.88024, 2.77319], [8.87215, 2.77101], [8.87046, 2.75650], [8.86486, 2.76552], [8.86070, 2.76706], [8.85773, 2.76491], [8.85129, 2.76474], [8.84450, 2.76140], [8.83653, 2.76320], [8.82381, 2.76037], [8.82177, 2.76886], [8.80803, 2.76706], [8.80311, 2.75865], [8.80702, 2.74586], [8.79692, 2.73934], [8.79099, 2.74071], [8.78462, 2.73153], [8.77919, 2.73599], [8.76774, 2.73350], [8.75519, 2.74260], [8.74654, 2.75401], [8.73856, 2.74989], [8.71141, 2.74826], [8.71031, 2.76251], [8.70539, 2.76071], [8.70115, 2.74852], [8.69198, 2.74354], [8.68299, 2.73959], [8.68172, 2.75298], [8.67330, 2.75176], [8.66745, 2.74155], [8.66465, 2.73692], [8.65828, 2.73734], [8.65523, 2.75743], [8.64487, 2.75254], [8.63546, 2.75108], [8.63062, 2.75734], [8.61797, 2.75245], [8.61382, 2.75717], [8.60872, 2.75631], [8.60270, 2.75125], [8.59130, 2.75222], [8.58613, 2.75522], [8.57925, 2.75445], [8.57161, 2.76295], [8.56601, 2.76192], [8.56245, 2.75823], [8.55752, 2.75797], [8.55124, 2.76011], [8.54742, 2.75900], [8.54131, 2.75239], [8.53758, 2.75247], [8.53376, 2.75891], [8.53333, 2.76406], [8.52994, 2.76475], [8.52782, 2.76844], [8.52154, 2.76973], [8.51551, 2.76166], [8.49802, 2.76200], [8.49692, 2.75196], [8.49191, 2.75179], [8.49106, 2.76140], [8.48351, 2.75917], [8.46856, 2.75076], [8.46313, 2.74466], [8.44989, 2.74921], [8.44649, 2.74629], [8.44242, 2.73797], [8.43444, 2.73488], [8.43520, 2.72698], [8.43817, 2.72158], [8.43766, 2.71763], [8.43155, 2.71574], [8.42166, 2.70845], [8.41682, 2.71265], [8.41071, 2.71282], [8.40052, 2.71943], [8.38082, 2.71703], [8.37029, 2.71033], [8.36843, 2.70407], [8.36418, 2.70295], [8.35458, 2.69643], [8.33521, 2.69959], [8.32706, 2.69848], [8.32078, 2.69487], [8.31738, 2.69539], [8.31296, 2.70225], [8.30099, 2.70629], [8.28111, 2.71230], [8.26565, 2.71796], [8.25869, 2.71779], [8.24731, 2.72294], [8.24247, 2.72860], [8.24306, 2.73204], [8.23168, 2.74217], [8.22052, 2.74914], [8.21823, 2.75360], [8.21050, 2.75437], [8.20838, 2.75111], [8.19249, 2.75412], [8.18442, 2.75463], [8.18110, 2.75223], [8.15953, 2.74648], [8.15570, 2.74356], [8.14984, 2.74485], [8.14695, 2.73343], [8.14234, 2.73075], [8.13002, 2.73152], [8.11210, 2.72929], [8.10734, 2.73667], [8.10096, 2.73659], [8.09017, 2.72860], [8.08499, 2.72929], [8.08168, 2.73324], [8.07547, 2.73238], [8.07148, 2.72938], [8.06077, 2.72749], [8.05406, 2.72217], [8.04403, 2.72028], [8.03485, 2.71745], [8.02780, 2.71813], [8.01386, 2.71504], [8.01190, 2.71350], [7.99850, 2.71383], [7.96816, 2.70800], [7.95600, 2.70491], [7.94512, 2.70087], [7.94095, 2.69650], [7.93398, 2.70122], [7.92786, 2.69667], [7.92591, 2.69083], [7.91458, 2.69438], [7.90659, 2.68898], [7.90608, 2.68005], [7.90285, 2.67902], [7.89724, 2.68220], [7.89018, 2.67954], [7.87820, 2.67773], [7.86757, 2.68383], [7.84308, 2.69902], [7.81885, 2.71249], [7.81179, 2.72030], [7.80269, 2.72588], [7.78943, 2.72485], [7.76868, 2.73361], [7.76561, 2.73412], [7.75388, 2.72957], [7.70676, 2.72417], [7.65691, 2.71936], [7.63488, 2.71713], [7.61855, 2.71721], [7.61259, 2.71739], [7.60528, 2.73043], [7.59200, 2.73163], [7.58630, 2.73026], [7.57805, 2.73464], [7.57320, 2.73318], [7.56716, 2.73567], [7.56010, 2.73584], [7.55363, 2.73524], [7.54887, 2.73661], [7.54580, 2.73807], [7.54112, 2.74193], [7.54019, 2.74691], [7.53610, 2.74734], [7.53228, 2.75944], [7.52343, 2.76605], [7.51926, 2.77395], [7.52036, 2.77979], [7.51772, 2.78382], [7.51168, 2.78322], [7.50581, 2.78811], [7.49900, 2.79000], [7.49713, 2.79309], [7.48318, 2.79343], [7.48037, 2.79687], [7.47501, 2.79532], [7.46539, 2.79429], [7.45977, 2.79421], [7.45067, 2.79489], [7.44054, 2.79524], [7.43739, 2.79661], [7.43288, 2.79592], [7.42862, 2.79352], [7.42709, 2.77884], [7.42888, 2.75790], [7.42581, 2.74880], [7.42318, 2.74468], [7.41330, 2.74425], [7.41024, 2.74442], [7.38215, 2.74459], [7.31777, 2.74510], [7.28096, 2.74531], [7.25712, 2.75012], [7.25074, 2.75836], [7.21009, 2.76284], [7.13242, 2.77357], [7.10488, 2.74121], [7.07805, 2.75520], [7.06808, 2.76043], [7.04931, 2.76181], [7.04131, 2.76164], [7.03849, 2.76026], [7.03466, 2.75117], [7.01626, 2.72954], [7.00238, 2.72748], [6.99760, 2.72456], [6.97699, 2.72241], [6.95364, 2.71331], [6.95066, 2.71331], [6.93933, 2.72379], [6.93311, 2.73177], [6.92791, 2.74207], [6.91547, 2.74232], [6.89298, 2.74129], [6.85830, 2.73898], [6.85327, 2.73923], [6.83784, 2.74095], [6.81373, 2.73529], [6.78458, 2.73486], [6.78202, 2.73752], [6.77750, 2.74627], [6.77171, 2.75074], [6.76540, 2.76481], [6.76813, 2.77915], [6.76745, 2.78335], [6.76515, 2.78627], [6.75705, 2.79013], [6.74639, 2.79211], [6.72832, 2.78198], [6.72491, 2.78146], [6.71324, 2.78318], [6.70608, 2.78541], [6.69227, 2.78361], [6.68604, 2.77065], [6.67411, 2.75692], [6.66882, 2.75048], [6.66371, 2.74953], [6.64615, 2.73941], [6.63566, 2.73082], [6.62799, 2.73469], [6.62202, 2.73614], [6.60796, 2.73589], [6.59159, 2.74069], [6.57309, 2.74653], [6.57070, 2.75125], [6.56831, 2.75074], [6.56712, 2.74773], [6.56337, 2.74808], [6.55962, 2.74310], [6.55527, 2.74378], [6.55237, 2.74155], [6.54964, 2.73374], [6.53890, 2.73057], [6.53634, 2.72997], [6.53045, 2.72009], [6.52474, 2.71494], [6.51843, 2.70731], [6.50965, 2.70533], [6.50504, 2.70945], [6.50589, 2.71666], [6.50018, 2.72173], [6.49694, 2.71975], [6.49208, 2.72095], [6.48909, 2.72439], [6.48509, 2.72567], [6.48227, 2.71975], [6.47427, 2.71757], [6.46992, 2.71216], [6.46387, 2.70667], [6.45721, 2.70624], [6.45380, 2.71165], [6.37422, 2.71225], [5.76705, 2.90858], [5.77798, 1.77973]], + BJ: [[6.20530,1.62760],[6.24199,1.62837],[6.24292,1.63180],[6.24702,1.63429],[6.24907,1.63644],[6.24685,1.64013],[6.24497,1.64459],[6.25035,1.65095],[6.25129,1.65318],[6.25077,1.65730],[6.25018,1.65918],[6.25018,1.66116],[6.25368,1.66399],[6.25410,1.66717],[6.25129,1.67172],[6.25248,1.67584],[6.25675,1.67987],[6.25769,1.68425],[6.25547,1.68734],[6.25589,1.69129],[6.26024,1.69601],[6.26067,1.70013],[6.26195,1.71034],[6.26059,1.71523],[6.26263,1.72064],[6.26477,1.72253],[6.26400,1.72931],[6.26545,1.73420],[6.26809,1.73609],[6.26835,1.74004],[6.26767,1.74210],[6.26895,1.74416],[6.27355,1.75017],[6.27321,1.75806],[6.27569,1.76458],[6.28038,1.76913],[6.28482,1.77076],[6.28925,1.78330],[6.28447,1.78321],[6.28482,1.78990],[6.28140,1.78922],[6.28192,1.79274],[6.28456,1.79239],[6.28814,1.79960],[6.28797,1.80784],[6.29446,1.80123],[6.29770,1.79239],[6.30120,1.79188],[6.30418,1.79265],[6.30657,1.78810],[6.30998,1.78707],[6.31109,1.79437],[6.32278,1.79557],[6.32713,1.79042],[6.33250,1.79093],[6.33097,1.78458],[6.33310,1.78338],[6.33703,1.78355],[6.33976,1.78630],[6.34274,1.77840],[6.34675,1.77952],[6.35025,1.78570],[6.37055,1.78098],[6.38241,1.78398],[6.38394,1.77351],[6.39315,1.77222],[6.39469,1.76707],[6.40177,1.76810],[6.40475,1.77446],[6.40467,1.76656],[6.40552,1.76424],[6.41286,1.76304],[6.41584,1.76776],[6.42565,1.77068],[6.42539,1.77394],[6.42232,1.77591],[6.42556,1.77780],[6.42915,1.77763],[6.42761,1.77463],[6.42821,1.77282],[6.43017,1.77222],[6.42974,1.76776],[6.43119,1.76579],[6.43793,1.76441],[6.43989,1.76338],[6.44075,1.75738],[6.44296,1.75506],[6.45209,1.75205],[6.45627,1.75274],[6.45857,1.75574],[6.45968,1.75265],[6.46139,1.74596],[6.46369,1.74510],[6.46923,1.74811],[6.46983,1.75188],[6.47222,1.75102],[6.47094,1.74467],[6.47708,1.73695],[6.47247,1.73652],[6.47426,1.73197],[6.47682,1.72957],[6.48245,1.73635],[6.48654,1.73683],[6.48620,1.73194],[6.48475,1.72885],[6.48774,1.72379],[6.49030,1.72379],[6.49089,1.71726],[6.49891,1.71495],[6.50190,1.71211],[6.49831,1.70859],[6.49575,1.70310],[6.50369,1.70070],[6.50079,1.69306],[6.50437,1.69254],[6.50897,1.69366],[6.51904,1.68988],[6.52031,1.69246],[6.51332,1.70130],[6.51477,1.70276],[6.51946,1.69855],[6.52842,1.69924],[6.52935,1.70138],[6.53379,1.69787],[6.53780,1.70224],[6.53993,1.69649],[6.54539,1.69169],[6.55187,1.69581],[6.55323,1.69306],[6.54965,1.68765],[6.55076,1.68525],[6.55681,1.68327],[6.56090,1.68319],[6.56210,1.67933],[6.55408,1.67392],[6.55451,1.66903],[6.55741,1.66714],[6.56406,1.66808],[6.56679,1.65984],[6.57327,1.65607],[6.57284,1.65255],[6.57992,1.64997],[6.58546,1.64654],[6.58435,1.64396],[6.59109,1.63761],[6.59885,1.63538],[6.60217,1.62903],[6.59996,1.62345],[6.60175,1.62088],[6.60848,1.61324],[6.61300,1.60879],[6.62468,1.61111],[6.62263,1.60287],[6.62587,1.60166],[6.63099,1.60561],[6.63363,1.60132],[6.64514,1.60063],[6.64420,1.61093],[6.65034,1.61471],[6.65026,1.60793],[6.65742,1.60158],[6.66040,1.60639],[6.66518,1.60475],[6.66978,1.59820],[6.67532,1.59426],[6.67217,1.58996],[6.67379,1.58662],[6.67831,1.58756],[6.68010,1.58859],[6.68487,1.58481],[6.68223,1.58172],[6.68308,1.57820],[6.68913,1.57366],[6.69263,1.57606],[6.69015,1.58275],[6.69868,1.58009],[6.69885,1.58181],[6.69595,1.58550],[6.69595,1.58662],[6.70141,1.58936],[6.70166,1.59151],[6.70516,1.59142],[6.70933,1.58765],[6.71752,1.58988],[6.72374,1.58790],[6.72971,1.59039],[6.72996,1.59468],[6.73394,1.60438],[6.73539,1.62112],[6.74127,1.62232],[6.74699,1.61803],[6.75099,1.61537],[6.75500,1.61614],[6.76130,1.62430],[6.76216,1.61683],[6.76599,1.61125],[6.76983,1.60739],[6.77631,1.60816],[6.78543,1.61279],[6.78900,1.61322],[6.79480,1.60842],[6.79608,1.59571],[6.79855,1.59348],[6.80626,1.59393],[6.81231,1.59693],[6.81972,1.60208],[6.82330,1.61101],[6.82654,1.61195],[6.82569,1.60131],[6.83020,1.59719],[6.83958,1.60071],[6.85858,1.59890],[6.86761,1.59607],[6.87341,1.59882],[6.87554,1.60483],[6.88074,1.60697],[6.88824,1.60277],[6.89275,1.60199],[6.90451,1.60526],[6.90383,1.59890],[6.90937,1.58200],[6.91278,1.58036],[6.91533,1.58079],[6.92096,1.57642],[6.92769,1.57779],[6.94098,1.57959],[6.94200,1.57539],[6.95552,1.56752],[6.96268,1.56494],[6.97443,1.55825],[6.98934,1.55919],[6.99531,1.55679],[7.00076,1.55730],[7.00084,1.63224],[7.02057,1.63291],[7.08871,1.63325],[7.22633,1.63325],[7.27078,1.63282],[7.35370,1.63248],[7.41396,1.63111],[7.44052,1.63034],[7.55276,1.64304],[7.55438,1.64274],[7.55582,1.64205],[7.56910,1.64231],[7.57539,1.64312],[7.57858,1.64192],[7.58565,1.64493],[7.59160,1.64390],[7.60317,1.64544],[7.61389,1.64527],[7.61695,1.64227],[7.62699,1.64038],[7.62946,1.63900],[7.63499,1.63858],[7.64111,1.63076],[7.73825,1.63076],[7.78911,1.63068],[7.80790,1.63291],[7.83273,1.63042],[7.86580,1.62870],[7.87456,1.63008],[7.91080,1.63205],[7.96240,1.63179],[7.97506,1.63370],[8.00090,1.63130],[8.02631,1.63259],[8.09090,1.63196],[8.18470,1.63239],[8.24493,1.63256],[8.33785,1.63162],[8.34464,1.63179],[8.35789,1.62200],[8.36069,1.61926],[8.36884,1.61823],[8.36952,1.61574],[8.37343,1.61557],[8.37598,1.61883],[8.38294,1.62140],[8.39194,1.62329],[8.40137,1.62295],[8.40247,1.62561],[8.41028,1.62467],[8.41724,1.62630],[8.42174,1.62475],[8.42989,1.62441],[8.43612,1.63001],[8.44435,1.63147],[8.45004,1.62666],[8.45548,1.62649],[8.46006,1.62992],[8.46337,1.63670],[8.47008,1.64082],[8.47916,1.64245],[8.49464,1.65009],[8.54455,1.62331],[8.61596,1.62692],[8.67494,1.62967],[8.77021,1.63155],[8.86571,1.63241],[8.89344,1.63078],[8.89607,1.62701],[8.90201,1.62331],[8.90947,1.62357],[8.92380,1.62143],[8.92863,1.61885],[8.93296,1.61911],[8.93559,1.62048],[8.94237,1.62306],[8.94686,1.62203],[8.94932,1.61945],[8.95424,1.62031],[8.95967,1.61718],[8.96874,1.61984],[8.97433,1.61975],[8.98459,1.62173],[8.99095,1.62344],[9.00036,1.62284],[9.00740,1.62525],[9.02291,1.62095],[9.02664,1.62138],[9.03689,1.61761],[9.04537,1.62061],[9.05800,1.61752],[9.09351,1.60216],[9.10784,1.59778],[9.14004,1.57340],[9.17199,1.56250],[9.19563,1.52019],[9.22350,1.49135],[9.25993,1.45796],[9.28492,1.44792],[9.31405,1.42148],[9.31973,1.41796],[9.32769,1.41101],[9.36266,1.40145],[9.46029,1.39671],[9.47308,1.39568],[9.49703,1.38298],[9.49170,1.36873],[9.48882,1.36839],[9.48679,1.36479],[9.48349,1.36504],[9.48103,1.36144],[9.48180,1.35903],[9.49940,1.35921],[9.54969,1.34281],[9.59860,1.36238],[9.65217,1.36350],[9.66173,1.36805],[9.68441,1.35818],[9.70953,1.35889],[9.75013,1.35829],[9.80304,1.36137],[9.87002,1.35502],[9.89411,1.35497],[9.92184,1.35643],[9.97452,1.35437],[9.99219,1.35446],[10.09116,1.19112],[10.14118,1.10924],[10.17548,1.06143],[10.27405,0.92367],[10.37742,0.77911],[10.38113,0.77439],[10.44407,0.77963],[10.52732,0.78562],[10.57582,0.80615],[10.63159,0.80769],[10.67781,0.79946],[10.72411,0.80143],[10.80548,0.87413],[10.83119,0.87954],[10.85497,0.88237],[10.88337,0.90125],[10.91397,0.88872],[11.00068,0.91670],[11.02309,0.94554],[11.02755,0.94374],[11.03067,0.94760],[11.03496,0.94408],[11.03732,0.94623],[11.03833,0.95138],[11.04701,0.95919],[11.05476,0.96794],[11.05501,0.97112],[11.06394,0.97524],[11.07506,0.97687],[11.07565,0.97481],[11.08163,0.97361],[11.08955,0.97644],[11.09460,0.98760],[11.09385,0.98957],[11.08685,0.98674],[11.08812,0.99438],[11.08972,1.00253],[11.08753,1.01455],[11.08407,1.01395],[11.08087,1.01652],[11.06799,1.01927],[11.05299,1.02725],[11.05299,1.03180],[11.05215,1.03635],[11.05501,1.04442],[11.05619,1.05085],[11.05897,1.05386],[11.05914,1.05600],[11.05864,1.06261],[11.06226,1.06287],[11.06260,1.06519],[11.06260,1.06896],[11.06167,1.07120],[11.05796,1.07454],[11.05678,1.07360],[11.05653,1.08244],[11.04972,1.09207],[11.04719,1.09894],[11.04332,1.09997],[11.03894,1.10383],[11.03262,1.10658],[11.03161,1.10847],[11.03228,1.11087],[11.03153,1.11404],[11.03565,1.11147],[11.03801,1.11542],[11.04273,1.11842],[11.04602,1.11739],[11.04374,1.11430],[11.04728,1.11173],[11.05048,1.11078],[11.05461,1.10606],[11.05528,1.10160],[11.06202,1.09671],[11.06918,1.10040],[11.07196,1.09645],[11.07929,1.09731],[11.08173,1.10014],[11.08434,1.09920],[11.08695,1.09370],[11.09285,1.09070],[11.09335,1.08667],[11.10043,1.08950],[11.10220,1.09482],[11.10439,1.09224],[11.10531,1.08649],[11.11003,1.08469],[11.11289,1.08933],[11.11643,1.08615],[11.12115,1.08615],[11.12056,1.08031],[11.12528,1.07954],[11.13134,1.07431],[11.13142,1.07104],[11.13530,1.06624],[11.13403,1.06323],[11.13201,1.06340],[11.13109,1.06830],[11.12856,1.06967],[11.12637,1.06907],[11.12536,1.06392],[11.12300,1.06006],[11.11803,1.05886],[11.11963,1.05474],[11.12106,1.05388],[11.12384,1.05714],[11.12856,1.05697],[11.12848,1.05345],[11.13184,1.04821],[11.13378,1.05010],[11.13319,1.05388],[11.13530,1.05542],[11.13749,1.05345],[11.14085,1.05371],[11.14229,1.05611],[11.14667,1.05388],[11.14835,1.05551],[11.14784,1.05774],[11.15147,1.06134],[11.15172,1.07233],[11.15020,1.07757],[11.14784,1.08049],[11.15121,1.08263],[11.15206,1.08564],[11.14894,1.09053],[11.15264,1.09456],[11.15273,1.09963],[11.15635,1.09688],[11.15845,1.09885],[11.15778,1.10177],[11.16612,1.10520],[11.16755,1.10864],[11.17294,1.11070],[11.17757,1.11799],[11.17866,1.12743],[11.17833,1.13387],[11.17483,1.13700],[11.17812,1.13915],[11.17710,1.14395],[11.17323,1.14215],[11.17281,1.14447],[11.17163,1.14524],[11.17012,1.14936],[11.16650,1.14885],[11.16725,1.15065],[11.16473,1.15305],[11.16330,1.15648],[11.16506,1.15640],[11.16591,1.15932],[11.16902,1.15863],[11.17003,1.16086],[11.17020,1.16387],[11.17466,1.16086],[11.17323,1.15709],[11.17475,1.15554],[11.17887,1.15374],[11.17980,1.15520],[11.18241,1.15254],[11.18536,1.15288],[11.18569,1.15709],[11.18847,1.15451],[11.19243,1.15442],[11.19108,1.15133],[11.19386,1.15056],[11.19706,1.15202],[11.20287,1.15425],[11.20447,1.15202],[11.20952,1.15425],[11.21179,1.14936],[11.21440,1.15013],[11.21432,1.15400],[11.21769,1.15614],[11.21828,1.15254],[11.22484,1.15297],[11.22341,1.15442],[11.22072,1.15485],[11.22080,1.15691],[11.22526,1.15992],[11.23402,1.15503],[11.23461,1.14850],[11.23722,1.15038],[11.23873,1.14806],[11.23873,1.14265],[11.24328,1.13896],[11.24673,1.12935],[11.24900,1.12935],[11.25212,1.13407],[11.25397,1.13124],[11.26172,1.13175],[11.26037,1.13733],[11.26475,1.13604],[11.26668,1.13991],[11.27131,1.13870],[11.27375,1.14239],[11.27939,1.14729],[11.28108,1.14926],[11.27805,1.15124],[11.28183,1.15166],[11.28554,1.15870],[11.28242,1.16274],[11.28301,1.16694],[11.28436,1.16874],[11.28352,1.17123],[11.27863,1.16909],[11.28108,1.17269],[11.27796,1.17733],[11.27661,1.17613],[11.27434,1.17733],[11.26820,1.17398],[11.26491,1.17793],[11.26929,1.17947],[11.26845,1.18316],[11.27156,1.18625],[11.27097,1.18883],[11.26500,1.19106],[11.26365,1.19561],[11.26660,1.19947],[11.26752,1.20591],[11.26895,1.21544],[11.26579,1.21820],[11.26621,1.22026],[11.26898,1.22172],[11.26907,1.22961],[11.26587,1.22824],[11.26242,1.23004],[11.26545,1.23184],[11.26545,1.23691],[11.26326,1.24343],[11.25905,1.24197],[11.25610,1.24231],[11.25855,1.24480],[11.25812,1.24609],[11.25274,1.25090],[11.25223,1.25356],[11.25366,1.25742],[11.25349,1.26369],[11.25728,1.26557],[11.26338,1.27334],[11.26060,1.27591],[11.26515,1.28209],[11.26843,1.27849],[11.27180,1.28106],[11.27794,1.27900],[11.27929,1.27531],[11.28611,1.27832],[11.28746,1.27488],[11.28998,1.27317],[11.29360,1.27591],[11.29402,1.26347],[11.29764,1.26295],[11.30336,1.25883],[11.30488,1.26244],[11.31060,1.25892],[11.31279,1.26167],[11.31801,1.25995],[11.32499,1.26621],[11.32819,1.26853],[11.32701,1.27737],[11.32373,1.28561],[11.31717,1.28836],[11.31397,1.29145],[11.30522,1.29214],[11.29932,1.29420],[11.29983,1.30304],[11.29469,1.30338],[11.29739,1.30879],[11.30118,1.30613],[11.30841,1.32003],[11.30547,1.32106],[11.30328,1.31849],[11.29756,1.32037],[11.29512,1.32518],[11.29789,1.32630],[11.29680,1.32982],[11.29966,1.33359],[11.30176,1.34089],[11.30471,1.33445],[11.30749,1.33599],[11.31161,1.34149],[11.30732,1.34741],[11.30732,1.35093],[11.31085,1.35041],[11.31144,1.34775],[11.31616,1.34183],[11.31910,1.34303],[11.32070,1.34793],[11.32247,1.33900],[11.32878,1.33771],[11.33425,1.33977],[11.33341,1.33290],[11.33711,1.33131],[11.33964,1.33380],[11.34376,1.32925],[11.35268,1.32513],[11.36505,1.32539],[11.36842,1.32685],[11.36842,1.33800],[11.36463,1.33586],[11.36387,1.34041],[11.36985,1.34341],[11.36884,1.34933],[11.37271,1.34873],[11.37641,1.35217],[11.37927,1.35071],[11.38323,1.35337],[11.38499,1.35903],[11.38920,1.35886],[11.39341,1.35637],[11.39644,1.35835],[11.39652,1.36238],[11.39130,1.36813],[11.39046,1.37165],[11.39299,1.37354],[11.39189,1.37774],[11.38844,1.38006],[11.39307,1.38289],[11.39846,1.38358],[11.40148,1.38152],[11.40569,1.38650],[11.40527,1.39165],[11.40796,1.39654],[11.41082,1.39525],[11.41091,1.39088],[11.42282,1.38715],[11.42921,1.38329],[11.43291,1.38775],[11.43426,1.38234],[11.43889,1.38912],[11.44141,1.38706],[11.44570,1.38852],[11.44999,1.39350],[11.45436,1.39530],[11.45462,1.40208],[11.45765,1.40955],[11.46017,1.40938],[11.46017,1.41427],[11.45748,1.41822],[11.45941,1.42225],[11.45571,1.42191],[11.46025,1.42569],[11.46219,1.43358],[11.46875,1.43212],[11.47262,1.43461],[11.47077,1.43805],[11.47489,1.43873],[11.47346,1.44277],[11.47758,1.44225],[11.48187,1.44843],[11.47792,1.45418],[11.46623,1.45770],[11.47228,1.45907],[11.47195,1.46663],[11.46900,1.46714],[11.47203,1.47564],[11.46656,1.48045],[11.46438,1.47899],[11.46101,1.48491],[11.45537,1.48225],[11.45638,1.48946],[11.45933,1.49263],[11.47455,1.49478],[11.47699,1.49941],[11.47935,1.50722],[11.47649,1.50783],[11.47102,1.50456],[11.46581,1.50542],[11.46311,1.51049],[11.46177,1.51649],[11.45739,1.52834],[11.45622,1.53744],[11.46118,1.53941],[11.46084,1.54619],[11.46505,1.54396],[11.46597,1.54842],[11.47237,1.54611],[11.47926,1.54774],[11.47876,1.55563],[11.46799,1.56808],[11.46126,1.57271],[11.45588,1.57108],[11.44991,1.56962],[11.44881,1.57186],[11.45495,1.57495],[11.45453,1.57838],[11.44772,1.58490],[11.43956,1.58155],[11.43552,1.58765],[11.42787,1.58876],[11.42240,1.59426],[11.42013,1.59074],[11.41222,1.59151],[11.40944,1.59014],[11.40995,1.59254],[11.40776,1.59460],[11.40448,1.59537],[11.40019,1.60018],[11.39522,1.60756],[11.39859,1.61812],[11.39413,1.62361],[11.39690,1.62919],[11.40027,1.63151],[11.40751,1.64112],[11.40742,1.64481],[11.40279,1.64704],[11.40044,1.65417],[11.39842,1.66026],[11.39934,1.66610],[11.40692,1.67142],[11.41003,1.67700],[11.40927,1.68292],[11.41533,1.68103],[11.41937,1.68781],[11.41499,1.69133],[11.41222,1.69691],[11.41937,1.69931],[11.41870,1.70464],[11.42930,1.70798],[11.43510,1.71502],[11.42980,1.71528],[11.42744,1.72601],[11.42938,1.73253],[11.42829,1.73708],[11.42467,1.74163],[11.41877,1.74284],[11.42290,1.74739],[11.41987,1.75425],[11.42904,1.75777],[11.42348,1.77065],[11.42744,1.77477],[11.42601,1.78026],[11.43013,1.78447],[11.42719,1.79322],[11.42954,1.79871],[11.43770,1.79871],[11.43560,1.80558],[11.44090,1.80687],[11.44309,1.81176],[11.43880,1.82558],[11.44056,1.82773],[11.43989,1.83468],[11.44250,1.83519],[11.44292,1.84008],[11.44654,1.84146],[11.45116,1.84764],[11.44940,1.85141],[11.44603,1.84935],[11.44342,1.85536],[11.44780,1.85639],[11.44923,1.86077],[11.44704,1.87631],[11.45200,1.87596],[11.45125,1.88180],[11.44368,1.88377],[11.44216,1.88746],[11.43997,1.89347],[11.43938,1.90317],[11.43442,1.90188],[11.43047,1.91004],[11.43089,1.91381],[11.42820,1.91544],[11.42205,1.91493],[11.41255,1.91690],[11.41549,1.91956],[11.41549,1.92755],[11.41928,1.93175],[11.41886,1.93793],[11.41642,1.94712],[11.41431,1.95295],[11.41936,1.95939],[11.42121,1.96686],[11.42113,1.97767],[11.41894,1.98265],[11.42130,1.98771],[11.41894,1.99638],[11.41903,2.00711],[11.41709,2.01295],[11.41507,2.01973],[11.42315,2.02067],[11.43005,2.02634],[11.43232,2.03020],[11.43938,2.03750],[11.45024,2.04857],[11.45175,2.05260],[11.45461,2.05406],[11.45419,2.05629],[11.46168,2.05732],[11.46496,2.06033],[11.46916,2.06496],[11.48077,2.06960],[11.48027,2.07741],[11.48515,2.08247],[11.49002,2.08788],[11.50844,2.10046],[11.51256,2.10544],[11.51458,2.10999],[11.52055,2.11033],[11.52812,2.11668],[11.53115,2.11565],[11.53855,2.12286],[11.54435,2.12904],[11.55411,2.14063],[11.55419,2.15033],[11.55957,2.15634],[11.56756,2.16458],[11.57530,2.16715],[11.57995,2.17179],[11.58029,2.17677],[11.58870,2.18690],[11.59366,2.18810],[11.59753,2.19145],[11.59921,2.19660],[11.59501,2.20441],[11.59786,2.20836],[11.60333,2.20861],[11.60871,2.21342],[11.61611,2.22346],[11.61493,2.22758],[11.61745,2.23282],[11.62241,2.23428],[11.62376,2.24338],[11.63595,2.24681],[11.64721,2.25222],[11.65259,2.25428],[11.65360,2.25857],[11.65175,2.26423],[11.64326,2.26672],[11.64612,2.27041],[11.64494,2.27530],[11.65276,2.28492],[11.66108,2.29934],[11.66461,2.30552],[11.67386,2.31041],[11.67705,2.31376],[11.68008,2.31264],[11.68302,2.30646],[11.69075,2.30517],[11.69471,2.30603],[11.69866,2.30234],[11.70487,2.30260],[11.71773,2.29719],[11.72345,2.30037],[11.72227,2.30646],[11.73160,2.30303],[11.73874,2.30620],[11.73908,2.31195],[11.73950,2.31599],[11.74706,2.32071],[11.75092,2.32303],[11.75394,2.31908],[11.75831,2.32148],[11.76125,2.32972],[11.76537,2.33178],[11.76503,2.33590],[11.77251,2.33882],[11.77268,2.34208],[11.77680,2.34217],[11.78167,2.33736],[11.78520,2.34105],[11.78528,2.34946],[11.79016,2.36010],[11.78781,2.36998],[11.79201,2.37573],[11.79831,2.37092],[11.80705,2.37092],[11.80881,2.36877],[11.81704,2.36809],[11.82326,2.37839],[11.82511,2.38422],[11.82738,2.38457],[11.82889,2.38010],[11.83309,2.37495],[11.83737,2.37658],[11.84762,2.37933],[11.85795,2.37958],[11.86148,2.39315],[11.87517,2.40387],[11.88172,2.40302],[11.88844,2.39787],[11.89508,2.39684],[11.90062,2.40190],[11.90026,2.40815],[11.90513,2.40841],[11.91336,2.39845],[11.92008,2.40094],[11.92319,2.39545],[11.92730,2.39193],[11.93167,2.39116],[11.93394,2.39536],[11.93713,2.39562],[11.93780,2.39914],[11.94905,2.40171],[11.95728,2.41038],[11.95636,2.41545],[11.95039,2.41373],[11.95384,2.42060],[11.95602,2.43021],[11.95426,2.43639],[11.95929,2.43768],[11.96223,2.43433],[11.97181,2.43364],[11.97877,2.44283],[11.98440,2.44566],[11.98499,2.44738],[11.98129,2.45939],[11.97710,2.45956],[11.97987,2.46317],[11.99347,2.46016],[11.99884,2.46016],[12.00253,2.45467],[12.00690,2.45313],[12.01211,2.45536],[12.01932,2.45029],[12.01739,2.44386],[12.01672,2.44137],[12.02210,2.43527],[12.02713,2.43536],[12.03586,2.43373],[12.03662,2.43004],[12.04619,2.43545],[12.04980,2.43356],[12.05265,2.41948],[12.05869,2.41897],[12.06674,2.41639],[12.07539,2.42000],[12.08076,2.40412],[12.08386,2.40266],[12.08596,2.40815],[12.10333,2.40214],[12.10820,2.39656],[12.11156,2.39004],[12.11911,2.39021],[12.12599,2.39476],[12.13229,2.39656],[12.13631,2.39073],[12.14043,2.38935],[12.14731,2.39579],[12.14949,2.39493],[12.15251,2.38987],[12.15813,2.39056],[12.16275,2.38472],[12.16912,2.38051],[12.17718,2.38206],[12.18154,2.38609],[12.18355,2.39201],[12.19446,2.38961],[12.20411,2.37802],[12.21644,2.37614],[12.21719,2.38111],[12.21619,2.38549],[12.22097,2.38841],[12.22877,2.38935],[12.23011,2.37991],[12.23682,2.37442],[12.24321,2.37290],[12.24362,2.38371],[12.24740,2.38054],[12.25151,2.38011],[12.25629,2.39126],[12.25872,2.39968],[12.25461,2.40714],[12.25545,2.41839],[12.25361,2.43015],[12.25612,2.43564],[12.26619,2.44122],[12.26275,2.44542],[12.26149,2.45109],[12.25361,2.46104],[12.25403,2.46345],[12.26417,2.46808],[12.27273,2.46886],[12.27399,2.47306],[12.27080,2.48594],[12.27105,2.49117],[12.26652,2.50422],[12.27583,2.50808],[12.27592,2.51229],[12.28632,2.51297],[12.29546,2.51992],[12.29529,2.52370],[12.28841,2.52267],[12.28706,2.53000],[12.28329,2.53480],[12.28245,2.54321],[12.27389,2.54218],[12.27725,2.55051],[12.28069,2.55351],[12.27951,2.56004],[12.27968,2.56579],[12.28211,2.56699],[12.28404,2.57531],[12.27834,2.57815],[12.28010,2.58098],[12.29486,2.58999],[12.30190,2.59403],[12.30283,2.59883],[12.30132,2.60261],[12.29897,2.60390],[12.29931,2.60827],[12.30182,2.61437],[12.29939,2.61746],[12.29645,2.62896],[12.29855,2.63102],[12.29704,2.63737],[12.30031,2.64621],[12.30392,2.65754],[12.30719,2.66312],[12.30383,2.67677],[12.29855,2.67925],[12.29471,2.68567],[12.28985,2.68481],[12.28247,2.68661],[12.28247,2.69373],[12.28574,2.69365],[12.29463,2.70197],[12.30276,2.70412],[12.30486,2.70635],[12.31090,2.70532],[12.31660,2.70781],[12.32406,2.71459],[12.33211,2.71742],[12.34201,2.71794],[12.35576,2.72309],[12.35534,2.73133],[12.36255,2.73219],[12.36540,2.73674],[12.36506,2.74266],[12.35777,2.74249],[12.35316,2.74489],[12.35081,2.74978],[12.35039,2.75734],[12.35198,2.76249],[12.36515,2.77064],[12.36942,2.77261],[12.37621,2.77536],[12.38183,2.78197],[12.38602,2.78626],[12.39047,2.79338],[12.39231,2.80128],[12.39650,2.80540],[12.39809,2.81476],[12.39491,2.82291],[12.39499,2.82952],[12.39650,2.83501],[12.40052,2.82746],[12.40455,2.82403],[12.40916,2.82694],[12.40455,2.84351],[12.39466,2.85304],[12.38938,2.87072],[12.37613,2.88291],[12.35714,2.89770],[12.33400,2.92645],[12.31472,2.94353],[12.30650,2.95280],[12.29887,2.95512],[12.28397,2.96884],[12.28095,2.98480],[12.27047,3.00892],[12.26334,3.01750],[12.23683,3.02566],[12.22643,3.03733],[12.21418,3.05612],[12.20529,3.05938],[12.19757,3.05740],[12.18230,3.07440],[12.17576,3.08470],[12.17425,3.09852],[12.16469,3.11208],[12.15730,3.12555],[12.14354,3.12615],[12.13700,3.12993],[12.13280,3.14203],[12.12189,3.15439],[12.11686,3.16641],[12.10519,3.17628],[12.08455,3.18795],[12.07162,3.20203],[12.06465,3.21465],[12.06121,3.22018],[12.05382,3.22456],[12.04669,3.23254],[12.03527,3.23572],[12.03133,3.24421],[12.03124,3.25280],[12.02671,3.25880],[12.01840,3.26121],[12.01462,3.26970],[12.00967,3.26859],[12.00471,3.26481],[12.00304,3.25898],[11.99498,3.25554],[11.98052,3.26867],[11.96683,3.27709],[11.95029,3.27889],[11.94022,3.27949],[11.93484,3.28464],[11.93400,3.29365],[11.93450,3.29923],[11.91838,3.30223],[11.89631,3.30673],[11.88531,3.31883],[11.88472,3.32802],[11.88917,3.33591],[11.88355,3.34510],[11.88951,3.37428],[11.88077,3.39720],[11.87666,3.40818],[11.87876,3.41814],[11.87313,3.42758],[11.87851,3.43874],[11.87422,3.45144],[11.86424,3.46312],[11.86516,3.47506],[11.85668,3.48802],[11.84399,3.49136],[11.82963,3.50733],[11.81476,3.52364],[11.80308,3.51994],[11.79140,3.51977],[11.78392,3.52698],[11.77930,3.53677],[11.77855,3.56037],[11.77384,3.56509],[11.76544,3.56655],[11.75510,3.55968],[11.74670,3.55179],[11.73620,3.54878],[11.73023,3.55033],[11.72283,3.55765],[11.71787,3.56649],[11.71014,3.58966],[11.70476,3.59293],[11.70174,3.59378],[11.60145,3.55018],[11.52032,3.53985],[11.45589,3.53110],[11.43377,3.52758],[11.39490,3.51829],[11.37639,3.51237],[11.34845,3.50602],[11.30317,3.49726],[11.30048,3.49486],[11.29509,3.49452],[11.28524,3.50765],[11.26993,3.52250],[11.24975,3.54129],[11.22020,3.58284],[11.19225,3.62275],[11.15343,3.67802],[11.14223,3.69407],[11.14290,3.69965],[11.13297,3.71879],[11.12884,3.72094],[11.11882,3.72034],[11.10054,3.71562],[11.08243,3.71441],[11.07435,3.71459],[11.04882,3.72051],[11.03459,3.71639],[11.03080,3.71862],[11.02439,3.73433],[11.01268,3.75304],[10.99499,3.75776],[10.92406,3.77035],[10.83936,3.74495],[10.81707,3.74606],[10.79380,3.76649],[10.74978,3.77996],[10.74591,3.77825],[10.73865,3.77936],[10.73511,3.78091],[10.73091,3.78511],[10.72037,3.79481],[10.72045,3.80923],[10.71362,3.82339],[10.70755,3.82915],[10.69878,3.83481],[10.69059,3.83670],[10.66647,3.83859],[10.64943,3.83962],[10.61367,3.84228],[10.60700,3.84348],[10.60185,3.84211],[10.59173,3.84391],[10.58194,3.84116],[10.56321,3.83172],[10.54094,3.82082],[10.52060,3.81455],[10.50347,3.80974],[10.49030,3.80605],[10.47469,3.80313],[10.45891,3.80519],[10.44793,3.80605],[10.43206,3.80236],[10.41712,3.79532],[10.40851,3.78811],[10.40725,3.78399],[10.40885,3.77936],[10.41738,3.76417],[10.42979,3.74177],[10.44304,3.71859],[10.46119,3.68374],[10.44844,3.66520],[10.43941,3.64117],[10.41767,3.62414],[10.39817,3.63015],[10.34818,3.60612],[10.28637,3.58243],[10.27210,3.57710],[10.25014,3.59170],[10.23375,3.59624],[10.22945,3.59556],[10.22556,3.59770],[10.22041,3.60551],[10.21179,3.60886],[10.20588,3.62019],[10.20115,3.62568],[10.18975,3.64328],[10.18493,3.65452],[10.18383,3.67409],[10.18138,3.67856],[10.17598,3.68062],[10.15494,3.67349],[10.14455,3.67083],[10.11979,3.66568],[10.11083,3.66139],[10.10762,3.65804],[10.10407,3.64903],[10.09875,3.63633],[10.09393,3.62809],[10.08450,3.61720],[10.07157,3.61188],[10.05974,3.60999],[10.05196,3.60888],[10.03024,3.60416],[10.01173,3.60493],[10.00248,3.60467],[9.98828,3.60716],[9.96630,3.60253],[9.95608,3.59789],[9.94618,3.58948],[9.93105,3.56897],[9.92480,3.56141],[9.91947,3.56064],[9.90941,3.56425],[9.90290,3.56425],[9.89757,3.56227],[9.88759,3.55377],[9.88387,3.54974],[9.87237,3.53206],[9.86155,3.52004],[9.86036,3.51515],[9.86324,3.49618],[9.87102,3.47584],[9.87051,3.46357],[9.86282,3.44760],[9.85242,3.41705],[9.85013,3.40803],[9.84455,3.39610],[9.84413,3.39233],[9.83952,3.37863],[9.83453,3.36859],[9.82869,3.35537],[9.82395,3.34928],[9.81533,3.34250],[9.80569,3.33220],[9.77811,3.32447],[9.76889,3.32370],[9.75443,3.32748],[9.73861,3.33271],[9.72457,3.34018],[9.71678,3.34911],[9.70748,3.36172],[9.69672,3.35433],[9.67726,3.33725],[9.65873,3.31425],[9.66076,3.30283],[9.66508,3.29253],[9.66618,3.28258],[9.66271,3.27374],[9.65628,3.26404],[9.65103,3.25966],[9.63250,3.25262],[9.60796,3.25297],[9.60017,3.25013],[9.57004,3.22567],[9.54863,3.21065],[9.51683,3.19440],[9.50828,3.18556],[9.49846,3.16796],[9.49626,3.15397],[9.49264,3.15342],[9.47130,3.14561],[9.45132,3.13480],[9.43811,3.13265],[9.42423,3.13480],[9.40551,3.14330],[9.35919,3.15608],[9.33556,3.15566],[9.28144,3.15832],[9.26763,3.14149],[9.25111,3.13094],[9.23154,3.12295],[9.21850,3.12167],[9.19986,3.12458],[9.18944,3.12149],[9.15097,3.09841],[9.14385,3.09429],[9.13020,3.09195],[9.10215,3.08972],[9.09367,3.06620],[9.08977,3.04646],[9.08342,3.03221],[9.08079,3.02105],[9.08164,2.99667],[9.06969,2.95470],[9.06511,2.92698],[9.06350,2.91702],[9.05960,2.90123],[9.05816,2.88827],[9.05706,2.86106],[9.05951,2.83626],[9.06028,2.82055],[9.06333,2.81034],[9.06808,2.80270],[9.06986,2.79574],[9.07036,2.78296],[9.06646,2.77815],[9.06274,2.78270],[9.05409,2.78381],[9.05197,2.79214],[9.04960,2.79154],[9.04188,2.78424],[9.03366,2.78441],[9.03120,2.77969],[9.02493,2.79162],[9.01917,2.78750],[9.01450,2.77815],[9.00849,2.78416],[9.00594,2.78810],[9.00015,2.78735],[8.99489,2.78177],[8.99285,2.79258],[8.98963,2.79121],[8.98522,2.78520],[8.98243,2.78941],[8.97378,2.79018],[8.96623,2.78658],[8.96284,2.77456],[8.95860,2.77516],[8.95504,2.78331],[8.94555,2.77988],[8.94019,2.78503],[8.92840,2.77473],[8.92060,2.77439],[8.91755,2.75808],[8.90814,2.75799],[8.90907,2.76641],[8.90661,2.77319],[8.89695,2.77293],[8.88652,2.77121],[8.88024,2.77319],[8.87215,2.77101],[8.87046,2.75650],[8.86486,2.76552],[8.86070,2.76706],[8.85773,2.76491],[8.85129,2.76474],[8.84450,2.76140],[8.83653,2.76320],[8.82381,2.76037],[8.82177,2.76886],[8.80803,2.76706],[8.80311,2.75865],[8.80702,2.74586],[8.79692,2.73934],[8.79099,2.74071],[8.78462,2.73153],[8.77919,2.73599],[8.76774,2.73350],[8.75519,2.74260],[8.74654,2.75401],[8.73856,2.74989],[8.71141,2.74826],[8.71031,2.76251],[8.70539,2.76071],[8.70115,2.74852],[8.69198,2.74354],[8.68299,2.73959],[8.68172,2.75298],[8.67330,2.75176],[8.66745,2.74155],[8.66465,2.73692],[8.65828,2.73734],[8.65523,2.75743],[8.64487,2.75254],[8.63546,2.75108],[8.63062,2.75734],[8.61797,2.75245],[8.61382,2.75717],[8.60872,2.75631],[8.60270,2.75125],[8.59130,2.75222],[8.58613,2.75522],[8.57925,2.75445],[8.57161,2.76295],[8.56601,2.76192],[8.56245,2.75823],[8.55752,2.75797],[8.55124,2.76011],[8.54742,2.75900],[8.54131,2.75239],[8.53758,2.75247],[8.53376,2.75891],[8.53333,2.76406],[8.52994,2.76475],[8.52782,2.76844],[8.52154,2.76973],[8.51551,2.76166],[8.49802,2.76200],[8.49692,2.75196],[8.49191,2.75179],[8.49106,2.76140],[8.48351,2.75917],[8.46856,2.75076],[8.46313,2.74466],[8.44989,2.74921],[8.44649,2.74629],[8.44242,2.73797],[8.43444,2.73488],[8.43520,2.72698],[8.43817,2.72158],[8.43766,2.71763],[8.43155,2.71574],[8.42166,2.70845],[8.41682,2.71265],[8.41071,2.71282],[8.40052,2.71943],[8.38082,2.71703],[8.37029,2.71033],[8.36843,2.70407],[8.36418,2.70295],[8.35458,2.69643],[8.33521,2.69959],[8.32706,2.69848],[8.32078,2.69487],[8.31738,2.69539],[8.31296,2.70225],[8.30099,2.70629],[8.28111,2.71230],[8.26565,2.71796],[8.25869,2.71779],[8.24731,2.72294],[8.24247,2.72860],[8.24306,2.73204],[8.23168,2.74217],[8.22052,2.74914],[8.21823,2.75360],[8.21050,2.75437],[8.20838,2.75111],[8.19249,2.75412],[8.18442,2.75463],[8.18110,2.75223],[8.15953,2.74648],[8.15570,2.74356],[8.14984,2.74485],[8.14695,2.73343],[8.14234,2.73075],[8.13002,2.73152],[8.11210,2.72929],[8.10734,2.73667],[8.10096,2.73659],[8.09017,2.72860],[8.08499,2.72929],[8.08168,2.73324],[8.07547,2.73238],[8.07148,2.72938],[8.06077,2.72749],[8.05406,2.72217],[8.04403,2.72028],[8.03485,2.71745],[8.02780,2.71813],[8.01386,2.71504],[8.01190,2.71350],[7.99850,2.71383],[7.96816,2.70800],[7.95600,2.70491],[7.94512,2.70087],[7.94095,2.69650],[7.93398,2.70122],[7.92786,2.69667],[7.92591,2.69083],[7.91458,2.69438],[7.90659,2.68898],[7.90608,2.68005],[7.90285,2.67902],[7.89724,2.68220],[7.89018,2.67954],[7.87820,2.67773],[7.86757,2.68383],[7.84308,2.69902],[7.81885,2.71249],[7.81179,2.72030],[7.80269,2.72588],[7.78943,2.72485],[7.76868,2.73361],[7.76561,2.73412],[7.75388,2.72957],[7.70676,2.72417],[7.65691,2.71936],[7.63488,2.71713],[7.61855,2.71721],[7.61259,2.71739],[7.60528,2.73043],[7.59200,2.73163],[7.58630,2.73026],[7.57805,2.73464],[7.57320,2.73318],[7.56716,2.73567],[7.56010,2.73584],[7.55363,2.73524],[7.54887,2.73661],[7.54580,2.73807],[7.54112,2.74193],[7.54019,2.74691],[7.53610,2.74734],[7.53228,2.75944],[7.52343,2.76605],[7.51926,2.77395],[7.52036,2.77979],[7.51772,2.78382],[7.51168,2.78322],[7.50581,2.78811],[7.49900,2.79000],[7.49713,2.79309],[7.48318,2.79343],[7.48037,2.79687],[7.47501,2.79532],[7.46539,2.79429],[7.45977,2.79421],[7.45067,2.79489],[7.44054,2.79524],[7.43739,2.79661],[7.43288,2.79592],[7.42862,2.79352],[7.42709,2.77884],[7.42888,2.75790],[7.42581,2.74880],[7.42318,2.74468],[7.41330,2.74425],[7.41024,2.74442],[7.38215,2.74459],[7.31777,2.74510],[7.28096,2.74531],[7.25712,2.75012],[7.25074,2.75836],[7.21009,2.76284],[7.13242,2.77357],[7.10488,2.74121],[7.07805,2.75520],[7.06808,2.76043],[7.04931,2.76181],[7.04131,2.76164],[7.03849,2.76026],[7.03466,2.75117],[7.01626,2.72954],[7.00238,2.72748],[6.99760,2.72456],[6.97699,2.72241],[6.95364,2.71331],[6.95066,2.71331],[6.93933,2.72379],[6.93311,2.73177],[6.92791,2.74207],[6.91547,2.74232],[6.89298,2.74129],[6.85830,2.73898],[6.85327,2.73923],[6.83784,2.74095],[6.81373,2.73529],[6.78458,2.73486],[6.78202,2.73752],[6.77750,2.74627],[6.77171,2.75074],[6.76540,2.76481],[6.76813,2.77915],[6.76745,2.78335],[6.76515,2.78627],[6.75705,2.79013],[6.74639,2.79211],[6.72832,2.78198],[6.72491,2.78146],[6.71324,2.78318],[6.70608,2.78541],[6.69227,2.78361],[6.68604,2.77065],[6.67411,2.75692],[6.66882,2.75048],[6.66371,2.74953],[6.64615,2.73941],[6.63566,2.73082],[6.62799,2.73469],[6.62202,2.73614],[6.60796,2.73589],[6.59159,2.74069],[6.57309,2.74653],[6.57070,2.75125],[6.56831,2.75074],[6.56712,2.74773],[6.56337,2.74808],[6.55962,2.74310],[6.55527,2.74378],[6.55237,2.74155],[6.54964,2.73374],[6.53890,2.73057],[6.53634,2.72997],[6.53045,2.72009],[6.52474,2.71494],[6.51843,2.70731],[6.50965,2.70533],[6.50504,2.70945],[6.50589,2.71666],[6.50018,2.72173],[6.49694,2.71975],[6.49208,2.72095],[6.48909,2.72439],[6.48509,2.72567],[6.48227,2.71975],[6.47427,2.71757],[6.46992,2.71216],[6.46387,2.70667],[6.45721,2.70624],[6.45380,2.71165],[6.37422,2.71225],[5.76705,2.90858],[5.77798,1.77973]], // Saint Barthรฉlemy - BL: [[18.01335,-62.88854], [17.95686,-62.99874], [17.86081,-63.00904], [17.79120,-62.79035], [17.88597,-62.67293], [18.01988,-62.73885]], + BL: [[18.01335,-62.88854],[17.95686,-62.99874],[17.86081,-63.00904],[17.79120,-62.79035],[17.88597,-62.67293],[18.01988,-62.73885]], // Brazil BR: [[4.31311,-51.63232],[4.17472,-51.61605],[4.09979,-51.64716],[4.05349,-51.65721],[4.00054,-51.7522],[3.96763,-51.78114],[3.92058,-51.78458],[3.88423,-51.80037],[3.8703,-51.8198],[3.86147,-51.82308],[3.85642,-51.82369],[3.84754,-51.83968],[3.82997,-51.85951],[3.81664,-51.86822],[3.80896,-51.87004],[3.8027,-51.87975],[3.80028,-51.88603],[3.79725,-51.89898],[3.7928,-51.90182],[3.78351,-51.91254],[3.77887,-51.91882],[3.77301,-51.92044],[3.76857,-51.92712],[3.76089,-51.92165],[3.74898,-51.92226],[3.74534,-51.9172],[3.74036,-51.91785],[3.73107,-51.91968],[3.72581,-51.92069],[3.72339,-51.92878],[3.72198,-51.95145],[3.71572,-51.95854],[3.70683,-51.97129],[3.68885,-51.97817],[3.67148,-51.98627],[3.65714,-51.98768],[3.64219,-51.99335],[3.63027,-51.99072],[3.61472,-52.00084],[3.58846,-52.02311],[3.56162,-52.03914],[3.52223,-52.05938],[3.51657,-52.07274],[3.50384,-52.07173],[3.49172,-52.08043],[3.48667,-52.09116],[3.47071,-52.09359],[3.37688,-52.15078],[3.31545,-52.18762],[3.30366,-52.18978],[3.26769,-52.21771],[3.24587,-52.23026],[3.2392,-52.24119],[3.25254,-52.25111],[3.25112,-52.26204],[3.24183,-52.26548],[3.22829,-52.29119],[3.19797,-52.30434],[3.17574,-52.29422],[3.17494,-52.30697],[3.17029,-52.33106],[3.16443,-52.33329],[3.13573,-52.33612],[3.13492,-52.35191],[3.12401,-52.35069],[3.12017,-52.33734],[3.10844,-52.34422],[3.09611,-52.34503],[3.07934,-52.32418],[3.04032,-52.34771],[3.02435,-52.35237],[3.01243,-52.36573],[3.00091,-52.36026],[2.99323,-52.36917],[2.9817,-52.36856],[2.95098,-52.38313],[2.94694,-52.39143],[2.94087,-52.39123],[2.92692,-52.39751],[2.91763,-52.39285],[2.91459,-52.38151],[2.89943,-52.39467],[2.9053,-52.40823],[2.89114,-52.42503],[2.78663,-52.47867],[2.765,-52.4815],[2.75651,-52.48596],[2.74781,-52.48616],[2.70475,-52.51085],[2.66775,-52.52826],[2.65434,-52.53153],[2.65636,-52.54509],[2.642,-52.55643],[2.62866,-52.55582],[2.62239,-52.5459],[2.61006,-52.55643],[2.59691,-52.53659],[2.58397,-52.53295],[2.56739,-52.53963],[2.56254,-52.55784],[2.54697,-52.56331],[2.52897,-52.55825],[2.47995,-52.60059],[2.47773,-52.62245],[2.46701,-52.62549],[2.45791,-52.62488],[2.45386,-52.61415],[2.4478,-52.6184],[2.44759,-52.63601],[2.4387,-52.64816],[2.42778,-52.64877],[2.41119,-52.65666],[2.39097,-52.66435],[2.38409,-52.66132],[2.3752,-52.66617],[2.36832,-52.70159],[2.3529,-52.71954],[2.34542,-52.71975],[2.33612,-52.74586],[2.31529,-52.78512],[2.29911,-52.81124],[2.29284,-52.84544],[2.28252,-52.84524],[2.28212,-52.85799],[2.27302,-52.85941],[2.26513,-52.85637],[2.2625,-52.87277],[2.24713,-52.87722],[2.23924,-52.89179],[2.22185,-52.88997],[2.19414,-52.90778],[2.19636,-52.93511],[2.19119,-52.941],[2.1829,-52.941],[2.17177,-52.98412],[2.18088,-52.99667],[2.19847,-53.05395],[2.22558,-53.07561],[2.22881,-53.11588],[2.22679,-53.14564],[2.21971,-53.18086],[2.21607,-53.20373],[2.20596,-53.22235],[2.21364,-53.23652],[2.21162,-53.25251],[2.20211,-53.25555],[2.19463,-53.26992],[2.19706,-53.27518],[2.21526,-53.26971],[2.22072,-53.25433],[2.2369,-53.25312],[2.25025,-53.22498],[2.26946,-53.22174],[2.27432,-53.25575],[2.28645,-53.25615],[2.29555,-53.26971],[2.30627,-53.28105],[2.31214,-53.30028],[2.32407,-53.31141],[2.3265,-53.30574],[2.34801,-53.32088],[2.34174,-53.32736],[2.35488,-53.33971],[2.34841,-53.35752],[2.3203,-53.36926],[2.31585,-53.38201],[2.30776,-53.398],[2.29785,-53.40508],[2.28936,-53.42269],[2.29178,-53.4316],[2.27925,-53.44111],[2.26974,-53.45285],[2.2574,-53.46722],[2.26489,-53.48139],[2.26387,-53.50629],[2.26327,-53.52451],[2.25619,-53.54475],[2.27277,-53.5642],[2.27358,-53.58342],[2.28632,-53.5984],[2.28288,-53.63727],[2.28409,-53.65143],[2.29724,-53.64516],[2.30715,-53.67066],[2.29946,-53.68706],[2.31119,-53.68645],[2.31443,-53.70244],[2.31079,-53.74292],[2.32474,-53.72754],[2.33021,-53.72673],[2.35225,-53.7156],[2.36216,-53.73725],[2.37611,-53.73159],[2.38137,-53.76681],[2.37126,-53.78644],[2.35488,-53.81397],[2.33971,-53.81194],[2.33425,-53.83178],[2.32798,-53.83664],[2.31969,-53.8164],[2.30553,-53.84109],[2.31665,-53.85485],[2.3116,-53.88522],[2.27884,-53.89149],[2.26488,-53.91031],[2.28187,-53.9089],[2.2845,-53.93541],[2.27014,-53.94493],[2.23394,-53.94412],[2.22342,-53.94695],[2.21998,-53.96618],[2.21209,-53.97104],[2.20987,-54.00403],[2.1858,-54.01779],[2.19126,-54.0354],[2.19065,-54.0516],[2.19793,-54.05787],[2.19632,-54.0686],[2.18074,-54.07993],[2.17609,-54.08439],[2.16638,-54.08681],[2.15364,-54.09106],[2.14373,-54.08864],[2.1415,-54.0937],[2.12755,-54.10786],[2.11521,-54.10382],[2.12512,-54.12143],[2.12249,-54.14045],[2.12431,-54.15118],[2.13058,-54.15381],[2.13402,-54.16899],[2.15202,-54.17284],[2.15667,-54.18073],[2.16719,-54.18134],[2.18195,-54.17972],[2.18013,-54.18964],[2.17083,-54.1951],[2.16375,-54.22],[2.15687,-54.25947],[2.14777,-54.26817],[2.16198,-54.32026],[2.15732,-54.33443],[2.17371,-54.33767],[2.17775,-54.36135],[2.20688,-54.35002],[2.22771,-54.365],[2.22913,-54.37572],[2.22468,-54.38281],[2.21153,-54.3988],[2.21638,-54.42147],[2.21638,-54.43321],[2.20445,-54.44697],[2.21274,-54.45223],[2.21638,-54.47774],[2.22812,-54.47389],[2.23863,-54.49373],[2.24915,-54.49251],[2.25886,-54.50304],[2.254,-54.52065],[2.26493,-54.52267],[2.26755,-54.54372],[2.27888,-54.50648],[2.29284,-54.52004],[2.29587,-54.53198],[2.30497,-54.53441],[2.31771,-54.52814],[2.33005,-54.54129],[2.32944,-54.5502],[2.3345,-54.56032],[2.32913,-54.56686],[2.32807,-54.58869],[2.34084,-54.60271],[2.33339,-54.61372],[2.32807,-54.62348],[2.32647,-54.64247],[2.33073,-54.65401],[2.33126,-54.6691],[2.33676,-54.68596],[2.33747,-54.69501],[2.34545,-54.70087],[2.35715,-54.69022],[2.36726,-54.68987],[2.36939,-54.70566],[2.3834,-54.71205],[2.39705,-54.70442],[2.40291,-54.70815],[2.40699,-54.69412],[2.40965,-54.68188],[2.42773,-54.67851],[2.42862,-54.69235],[2.43749,-54.69412],[2.4476,-54.68152],[2.45664,-54.68685],[2.46639,-54.69093],[2.46781,-54.71312],[2.47083,-54.71613],[2.46846,-54.73028],[2.47732,-54.73614],[2.46828,-54.75939],[2.47732,-54.76135],[2.47892,-54.77306],[2.47324,-54.77785],[2.46012,-54.77785],[2.4564,-54.77111],[2.44859,-54.77803],[2.44966,-54.80057],[2.44044,-54.8004],[2.43317,-54.81548],[2.42696,-54.81743],[2.42767,-54.83465],[2.43795,-54.83518],[2.43122,-54.8556],[2.43707,-54.8611],[2.43813,-54.87086],[2.45586,-54.87246],[2.46402,-54.86944],[2.47803,-54.87477],[2.48619,-54.88719],[2.48903,-54.90689],[2.5041,-54.90956],[2.50392,-54.92145],[2.51367,-54.92305],[2.54453,-54.95322],[2.56705,-54.96192],[2.57166,-54.9676],[2.57237,-54.95979],[2.58416,-54.95285],[2.58115,-54.93954],[2.59179,-54.92942],[2.61129,-54.9241],[2.62317,-54.93297],[2.6292,-54.93155],[2.63682,-54.93936],[2.61892,-54.95392],[2.61448,-54.96829],[2.60367,-54.96847],[2.60048,-54.98107],[2.59587,-54.99953],[2.59657,-55.01018],[2.58753,-55.01835],[2.58168,-55.01835],[2.58168,-55.03166],[2.5659,-55.03716],[2.562,-55.04338],[2.56288,-55.05012],[2.54657,-55.06982],[2.52884,-55.07426],[2.54054,-55.09467],[2.53008,-55.10621],[2.52015,-55.11721],[2.53504,-55.12414],[2.56235,-55.1197],[2.57388,-55.12325],[2.56767,-55.14952],[2.57831,-55.14845],[2.57849,-55.15609],[2.57086,-55.16691],[2.56111,-55.17242],[2.56306,-55.18928],[2.55331,-55.19354],[2.53895,-55.1907],[2.53558,-55.18537],[2.53203,-55.20206],[2.52387,-55.21005],[2.51323,-55.20117],[2.50348,-55.21448],[2.51501,-55.21359],[2.52157,-55.22211],[2.51128,-55.23827],[2.49887,-55.23827],[2.48947,-55.25193],[2.48965,-55.26205],[2.49745,-55.26081],[2.50986,-55.26383],[2.51625,-55.26968],[2.52352,-55.27164],[2.52086,-55.28832],[2.52707,-55.29542],[2.53239,-55.31743],[2.51855,-55.32134],[2.51518,-55.33855],[2.51128,-55.33962],[2.50632,-55.35275],[2.48841,-55.3492],[2.47688,-55.3542],[2.48785,-55.3648],[2.4818,-55.36707],[2.47197,-55.37057],[2.46431,-55.36972],[2.46128,-55.36139],[2.46119,-55.35344],[2.45693,-55.34512],[2.44245,-55.35159],[2.43962,-55.3567],[2.4365,-55.35585],[2.43536,-55.36228],[2.43319,-55.36692],[2.42826,-55.37311],[2.41975,-55.37377],[2.41578,-55.37027],[2.41228,-55.37301],[2.41133,-55.37822],[2.41984,-55.38295],[2.41795,-55.39156],[2.41946,-55.39951],[2.42618,-55.40169],[2.43923,-55.40283],[2.4467,-55.40084],[2.44575,-55.40756],[2.44301,-55.40926],[2.44301,-55.41636],[2.44055,-55.42421],[2.43421,-55.42819],[2.43979,-55.42885],[2.44471,-55.43349],[2.44083,-55.43964],[2.44471,-55.44324],[2.44376,-55.45592],[2.44764,-55.45913],[2.44528,-55.46623],[2.43941,-55.46604],[2.43696,-55.46812],[2.4379,-55.47286],[2.43611,-55.47711],[2.4415,-55.48175],[2.4466,-55.49301],[2.44235,-55.50238],[2.43935,-55.50693],[2.43944,-55.51289],[2.43698,-55.51337],[2.43831,-55.51961],[2.4332,-55.52633],[2.43027,-55.52576],[2.43056,-55.53352],[2.4316,-55.53579],[2.43112,-55.541],[2.4315,-55.54989],[2.42725,-55.55586],[2.42583,-55.56844],[2.43736,-55.57166],[2.43821,-55.57762],[2.43632,-55.58936],[2.43282,-55.59097],[2.43509,-55.59466],[2.43037,-55.60772],[2.42687,-55.61434],[2.42063,-55.61813],[2.42223,-55.62258],[2.41921,-55.62702],[2.41779,-55.63857],[2.41826,-55.64548],[2.42044,-55.65068],[2.41949,-55.65873],[2.41448,-55.66545],[2.41514,-55.67198],[2.41571,-55.68078],[2.42205,-55.68541],[2.42091,-55.69696],[2.4124,-55.69904],[2.40559,-55.70264],[2.40191,-55.70368],[2.40191,-55.71721],[2.40796,-55.72034],[2.40852,-55.72649],[2.4055,-55.72876],[2.40956,-55.73671],[2.40767,-55.74267],[2.41136,-55.74646],[2.41269,-55.74939],[2.41703,-55.74882],[2.41921,-55.75166],[2.42933,-55.75109],[2.42999,-55.75535],[2.42781,-55.75601],[2.43282,-55.75923],[2.43368,-55.76614],[2.43613,-55.76481],[2.43765,-55.75507],[2.44776,-55.75999],[2.45249,-55.75999],[2.45693,-55.76529],[2.46231,-55.77769],[2.45843,-55.78251],[2.45881,-55.79037],[2.4607,-55.80305],[2.4573,-55.81005],[2.46089,-55.81563],[2.46155,-55.82633],[2.46137,-55.83522],[2.46486,-55.84043],[2.46657,-55.84734],[2.47413,-55.85065],[2.47744,-55.85056],[2.48708,-55.86201],[2.48103,-55.86456],[2.48689,-55.86797],[2.48888,-55.8745],[2.48964,-55.878],[2.50542,-55.88661],[2.50665,-55.89191],[2.50533,-55.89617],[2.50788,-55.89825],[2.51044,-55.89731],[2.51564,-55.89863],[2.51942,-55.90668],[2.51913,-55.91027],[2.51686,-55.91803],[2.52197,-55.91756],[2.5267,-55.91907],[2.53086,-55.92286],[2.53161,-55.93185],[2.52982,-55.93932],[2.52934,-55.95712],[2.52632,-55.9716],[2.52745,-55.97869],[2.52008,-55.97907],[2.51563,-55.98002],[2.51384,-55.98996],[2.51053,-55.99062],[2.5006,-55.99507],[2.49635,-55.9874],[2.49171,-55.98238],[2.49238,-55.97746],[2.48595,-55.97775],[2.47952,-55.98049],[2.47923,-55.98986],[2.47082,-55.98996],[2.46496,-55.98996],[2.46108,-55.99838],[2.45543,-56.00921],[2.44938,-56.01318],[2.44409,-56.0129],[2.43917,-56.00855],[2.44295,-56.00391],[2.43728,-56.00211],[2.43633,-55.99747],[2.43132,-55.99747],[2.43104,-55.99331],[2.43529,-55.99227],[2.43038,-55.98848],[2.42612,-55.98735],[2.42376,-55.99104],[2.41941,-55.99397],[2.41553,-55.98829],[2.4126,-55.99246],[2.40986,-56.00296],[2.40683,-56.00618],[2.39804,-56.00571],[2.39785,-56.01508],[2.39142,-56.01801],[2.39076,-56.02151],[2.38318,-56.02407],[2.3795,-56.02378],[2.37751,-56.02852],[2.37203,-56.03287],[2.37222,-56.0359],[2.36853,-56.03807],[2.3673,-56.03495],[2.36342,-56.03987],[2.3603,-56.03921],[2.35936,-56.03268],[2.35255,-56.03022],[2.34801,-56.02624],[2.34659,-56.02161],[2.3429,-56.02416],[2.34111,-56.02842],[2.33392,-56.02937],[2.33505,-56.03372],[2.33799,-56.03523],[2.33609,-56.04744],[2.34555,-56.05776],[2.35312,-56.05993],[2.35945,-56.06893],[2.36503,-56.06845],[2.36626,-56.07404],[2.36541,-56.08],[2.37136,-56.08255],[2.36834,-56.08728],[2.369,-56.09296],[2.35955,-56.08842],[2.35548,-56.09325],[2.34621,-56.09069],[2.33978,-56.09769],[2.33071,-56.0923],[2.32352,-56.09372],[2.32011,-56.10706],[2.31576,-56.10763],[2.31028,-56.11331],[2.29837,-56.11558],[2.29525,-56.12135],[2.28777,-56.12571],[2.28465,-56.13034],[2.27974,-56.12722],[2.27643,-56.12968],[2.27028,-56.13934],[2.26546,-56.14028],[2.26205,-56.13669],[2.26413,-56.13139],[2.25827,-56.13034],[2.25903,-56.12344],[2.25657,-56.12012],[2.25194,-56.12126],[2.24692,-56.11965],[2.24607,-56.11208],[2.24248,-56.10943],[2.24418,-56.10328],[2.23851,-56.09949],[2.23993,-56.09202],[2.24569,-56.09258],[2.24882,-56.08785],[2.24153,-56.08227],[2.23917,-56.07848],[2.23567,-56.0764],[2.23447,-56.07115],[2.24175,-56.06566],[2.23116,-56.05809],[2.23106,-56.05241],[2.23324,-56.04787],[2.22513,-56.04097],[2.2204,-56.04437],[2.21946,-56.04068],[2.22069,-56.03633],[2.2152,-56.03557],[2.21114,-56.03671],[2.20594,-56.04201],[2.1995,-56.04305],[2.19213,-56.04996],[2.19213,-56.05346],[2.18475,-56.05441],[2.18267,-56.05176],[2.18192,-56.04665],[2.17775,-56.04627],[2.17511,-56.03926],[2.17116,-56.03867],[2.1686,-56.03328],[2.16813,-56.0277],[2.16482,-56.01747],[2.16047,-56.01293],[2.1652,-56.01123],[2.16501,-56.00508],[2.16747,-56.0011],[2.15924,-55.99552],[2.15546,-55.99259],[2.1495,-55.99117],[2.14808,-55.98681],[2.14137,-55.99221],[2.13059,-55.99069],[2.1304,-55.98142],[2.12283,-55.97233],[2.11895,-55.97517],[2.11413,-55.97763],[2.11252,-55.97404],[2.11423,-55.97006],[2.11309,-55.96874],[2.10259,-55.97337],[2.08737,-55.96495],[2.08519,-55.95889],[2.08727,-55.95142],[2.08907,-55.94839],[2.08604,-55.94224],[2.07649,-55.93618],[2.07621,-55.92823],[2.07157,-55.92691],[2.0589,-55.93325],[2.05483,-55.93202],[2.05691,-55.92889],[2.05209,-55.92445],[2.04916,-55.91725],[2.04746,-55.91243],[2.04339,-55.90874],[2.04358,-55.90703],[2.0362,-55.90136],[2.0293,-55.89994],[2.02157,-55.90874],[2.01287,-55.90789],[2.0107,-55.90496],[2.0088,-55.90761],[2.0002,-55.90751],[1.99282,-55.91158],[1.99437,-55.91338],[1.99239,-55.91896],[1.99901,-55.9218],[2.00005,-55.92568],[1.99617,-55.93335],[1.98804,-55.93571],[1.98123,-55.93259],[1.97073,-55.92833],[1.96638,-55.92369],[1.95645,-55.92322],[1.9537,-55.92171],[1.95219,-55.91858],[1.94784,-55.92597],[1.94204,-55.92517],[1.94024,-55.92119],[1.93901,-55.91684],[1.93495,-55.9175],[1.92955,-55.91552],[1.9271,-55.91788],[1.91773,-55.91343],[1.91735,-55.90804],[1.91319,-55.90529],[1.91102,-55.89753],[1.8955,-55.89725],[1.88964,-55.9016],[1.89106,-55.90936],[1.88624,-55.91779],[1.87825,-55.9232],[1.88014,-55.92831],[1.86992,-55.93323],[1.85996,-55.94272],[1.84965,-55.95427],[1.85267,-55.95465],[1.85125,-55.96809],[1.84473,-55.96846],[1.84643,-55.97869],[1.84,-55.97944],[1.84094,-55.98995],[1.83527,-55.9979],[1.8417,-56.00433],[1.84019,-56.01048],[1.84643,-56.01891],[1.84596,-56.02458],[1.85674,-56.03566],[1.85248,-56.03935],[1.85712,-56.05042],[1.85542,-56.05932],[1.85674,-56.0631],[1.85542,-56.07332],[1.84917,-56.07673],[1.85787,-56.08269],[1.85816,-56.08667],[1.85229,-56.09897],[1.85447,-56.10417],[1.86071,-56.10891],[1.85854,-56.11288],[1.85665,-56.11581],[1.86501,-56.11714],[1.86255,-56.12073],[1.86368,-56.12783],[1.86869,-56.12793],[1.87636,-56.13133],[1.87759,-56.14032],[1.89272,-56.15329],[1.89618,-56.15886],[1.89362,-56.16245],[1.88965,-56.16435],[1.88974,-56.16842],[1.90308,-56.16785],[1.90365,-56.17154],[1.89854,-56.17731],[1.8957,-56.18394],[1.89684,-56.19255],[1.89391,-56.19747],[1.90015,-56.20428],[1.89882,-56.20778],[1.90422,-56.21526],[1.90365,-56.22056],[1.90176,-56.234],[1.89665,-56.23712],[1.89372,-56.23892],[1.88662,-56.24375],[1.88256,-56.24223],[1.87981,-56.24479],[1.87991,-56.24819],[1.88246,-56.24819],[1.88721,-56.2645],[1.89466,-56.26796],[1.89816,-56.27401],[1.89958,-56.28234],[1.90507,-56.28726],[1.9062,-56.29152],[1.91112,-56.29171],[1.9097,-56.30155],[1.91982,-56.30912],[1.92351,-56.30969],[1.92559,-56.3237],[1.93401,-56.33051],[1.93429,-56.33345],[1.94063,-56.3377],[1.93666,-56.34064],[1.93987,-56.34414],[1.9411,-56.3537],[1.94507,-56.36108],[1.94148,-56.36458],[1.93987,-56.36704],[1.9361,-56.37176],[1.93231,-56.3711],[1.93137,-56.37546],[1.93458,-56.38028],[1.93316,-56.38738],[1.92938,-56.39079],[1.92181,-56.38937],[1.92493,-56.39845],[1.93089,-56.40413],[1.92966,-56.41435],[1.94499,-56.42154],[1.94716,-56.42874],[1.94726,-56.43441],[1.95208,-56.43413],[1.95274,-56.4365],[1.95104,-56.4453],[1.95586,-56.44605],[1.95776,-56.45344],[1.95312,-56.45495],[1.95255,-56.45978],[1.95009,-56.47293],[1.95473,-56.47908],[1.95444,-56.48694],[1.94404,-56.48971],[1.93504,-56.49757],[1.93573,-56.50315],[1.92981,-56.51318],[1.93003,-56.52172],[1.9273,-56.52172],[1.924,-56.52901],[1.92115,-56.52981],[1.92127,-56.53414],[1.91649,-56.5363],[1.91706,-56.54291],[1.91444,-56.54803],[1.91512,-56.55658],[1.90875,-56.56341],[1.91079,-56.57298],[1.90522,-56.58368],[1.91034,-56.58277],[1.92138,-56.58915],[1.92298,-56.59462],[1.93072,-56.59553],[1.9355,-56.59371],[1.938,-56.59804],[1.93664,-56.60521],[1.93493,-56.60624],[1.94142,-56.61546],[1.94517,-56.6174],[1.94779,-56.62617],[1.94256,-56.63096],[1.93322,-56.64075],[1.92946,-56.64189],[1.93154,-56.65082],[1.91982,-56.6523],[1.91674,-56.64956],[1.91913,-56.65981],[1.91492,-56.6597],[1.91526,-56.66323],[1.91333,-56.66392],[1.91242,-56.67371],[1.9197,-56.67576],[1.92004,-56.68077],[1.91788,-56.68396],[1.91185,-56.68134],[1.91401,-56.68806],[1.91993,-56.70264],[1.92278,-56.7031],[1.92551,-56.71494],[1.92357,-56.7228],[1.91754,-56.73192],[1.91367,-56.73704],[1.90661,-56.74616],[1.893,-56.7551],[1.88924,-56.76501],[1.88241,-56.76911],[1.87524,-56.76832],[1.87501,-56.77731],[1.87308,-56.78483],[1.86807,-56.7895],[1.85919,-56.78916],[1.85429,-56.78927],[1.85224,-56.79679],[1.85907,-56.79372],[1.86374,-56.79964],[1.86909,-56.7944],[1.87342,-56.79702],[1.87456,-56.8042],[1.87205,-56.80966],[1.87752,-56.81388],[1.87934,-56.82242],[1.89015,-56.82971],[1.8889,-56.837],[1.89505,-56.846],[1.88936,-56.85488],[1.89533,-56.85788],[1.89544,-56.86267],[1.89339,-56.86449],[1.89601,-56.8736],[1.89601,-56.87907],[1.89863,-56.88192],[1.90295,-56.88955],[1.89886,-56.89194],[1.89931,-56.90436],[1.90432,-56.89969],[1.92151,-56.90732],[1.92515,-56.91518],[1.9354,-56.92008],[1.93164,-56.92406],[1.92663,-56.9252],[1.92447,-56.935],[1.92162,-56.94912],[1.92322,-56.95208],[1.92356,-56.95949],[1.92014,-56.96086],[1.9173,-56.96792],[1.90876,-56.97236],[1.90443,-56.97145],[1.90443,-56.97737],[1.90865,-56.97988],[1.90455,-56.98557],[1.90933,-56.9932],[1.90933,-57.00596],[1.91935,-57.00927],[1.92112,-57.01589],[1.93387,-57.02603],[1.93865,-57.0266],[1.94571,-57.02876],[1.94821,-57.03594],[1.95675,-57.03526],[1.95436,-57.04118],[1.95834,-57.04927],[1.95584,-57.05781],[1.95276,-57.06134],[1.96882,-57.06715],[1.97826,-57.07148],[1.98612,-57.06954],[1.98976,-57.0749],[1.99284,-57.06852],[2.00024,-57.07125],[2.0081,-57.07454],[2.01049,-57.08308],[2.01391,-57.08195],[2.01869,-57.07933],[2.02336,-57.08126],[2.03007,-57.08639],[2.02825,-57.09584],[2.02085,-57.09858],[2.02654,-57.10438],[2.03178,-57.10621],[2.0344,-57.11407],[2.03246,-57.11931],[2.01926,-57.11976],[2.01562,-57.12534],[2.0163,-57.13104],[2.00526,-57.13651],[2.00412,-57.14847],[1.9941,-57.15496],[1.99934,-57.16521],[1.99626,-57.1741],[2.00048,-57.18218],[1.9974,-57.18913],[1.99399,-57.1995],[1.98955,-57.20189],[1.97999,-57.20143],[1.97646,-57.20189],[1.97133,-57.21214],[1.96507,-57.21191],[1.96519,-57.22045],[1.962,-57.22011],[1.95836,-57.22228],[1.9571,-57.22877],[1.95301,-57.23105],[1.94026,-57.23173],[1.94071,-57.2356],[1.94435,-57.23606],[1.94754,-57.24176],[1.95084,-57.24255],[1.94982,-57.25121],[1.95449,-57.2569],[1.95961,-57.25645],[1.95904,-57.2634],[1.96564,-57.26807],[1.9702,-57.26511],[1.96985,-57.27627],[1.97179,-57.27627],[1.97725,-57.26704],[1.9842,-57.26716],[1.98545,-57.27365],[1.98283,-57.27889],[1.98647,-57.27923],[1.98807,-57.29051],[1.99296,-57.29461],[2.0007,-57.30759],[1.99387,-57.31067],[1.9793,-57.31819],[1.98055,-57.3306],[1.97623,-57.34097],[1.98351,-57.34712],[1.97566,-57.35851],[1.96849,-57.35771],[1.96188,-57.3576],[1.95949,-57.36215],[1.9571,-57.37081],[1.94982,-57.36944],[1.94766,-57.36318],[1.93775,-57.36557],[1.92921,-57.36432],[1.9258,-57.36933],[1.9307,-57.38801],[1.92455,-57.40316],[1.9151,-57.40464],[1.90941,-57.41284],[1.91305,-57.41933],[1.9102,-57.42548],[1.91009,-57.4338],[1.9077,-57.43665],[1.9028,-57.4371],[1.89495,-57.43437],[1.88618,-57.43722],[1.87792,-57.43813],[1.87666,-57.43175],[1.87416,-57.43175],[1.87063,-57.43471],[1.85697,-57.4338],[1.85408,-57.43702],[1.8509,-57.4377],[1.8509,-57.44078],[1.83997,-57.44773],[1.83598,-57.44454],[1.83536,-57.4412],[1.82973,-57.43829],[1.82376,-57.44301],[1.8239,-57.44676],[1.81987,-57.44933],[1.81313,-57.44621],[1.81188,-57.45211],[1.80557,-57.45871],[1.80543,-57.46295],[1.80126,-57.47045],[1.80105,-57.47782],[1.79737,-57.48081],[1.80119,-57.48539],[1.79855,-57.48831],[1.79258,-57.48928],[1.79356,-57.49963],[1.78967,-57.50319],[1.77505,-57.50231],[1.77163,-57.49802],[1.76358,-57.49898],[1.75798,-57.51194],[1.75369,-57.51212],[1.74817,-57.51808],[1.74012,-57.51764],[1.72224,-57.5178],[1.72793,-57.52446],[1.72241,-57.54328],[1.70981,-57.54574],[1.70665,-57.55178],[1.69177,-57.55826],[1.68958,-57.57884],[1.69475,-57.58147],[1.70018,-57.58637],[1.70018,-57.5925],[1.70394,-57.59618],[1.7007,-57.60205],[1.69641,-57.60196],[1.69133,-57.60643],[1.69098,-57.61063],[1.69641,-57.61449],[1.69387,-57.62044],[1.69921,-57.62132],[1.69956,-57.63043],[1.69292,-57.635],[1.68732,-57.63395],[1.68574,-57.64823],[1.68146,-57.65261],[1.68469,-57.65585],[1.68898,-57.65593],[1.68951,-57.66285],[1.69634,-57.67082],[1.70273,-57.67082],[1.70693,-57.67976],[1.70308,-57.68571],[1.705,-57.69027],[1.70947,-57.69377],[1.71463,-57.70007],[1.72006,-57.69972],[1.72321,-57.70428],[1.71901,-57.70813],[1.71297,-57.70682],[1.71122,-57.71523],[1.71297,-57.7182],[1.71708,-57.71706],[1.7219,-57.72206],[1.71866,-57.72722],[1.71875,-57.73116],[1.7156,-57.74351],[1.72015,-57.74404],[1.72137,-57.74921],[1.71761,-57.75236],[1.7184,-57.76042],[1.72321,-57.76007],[1.72164,-57.76821],[1.72946,-57.77505],[1.72429,-57.78329],[1.72517,-57.79441],[1.71851,-57.79625],[1.71274,-57.79625],[1.70162,-57.80036],[1.69768,-57.80737],[1.69295,-57.8022],[1.68367,-57.80185],[1.68245,-57.80667],[1.68875,-57.81043],[1.68332,-57.82121],[1.68534,-57.82681],[1.68656,-57.83618],[1.6842,-57.84301],[1.68744,-57.84406],[1.68963,-57.85125],[1.68341,-57.85063],[1.67987,-57.85621],[1.68223,-57.86053],[1.67639,-57.85983],[1.67681,-57.8679],[1.67889,-57.87862],[1.67709,-57.8846],[1.67056,-57.88207],[1.66958,-57.88805],[1.6764,-57.89473],[1.66944,-57.90433],[1.66444,-57.90962],[1.65553,-57.90726],[1.65289,-57.91324],[1.64552,-57.91658],[1.64607,-57.92159],[1.64288,-57.92507],[1.64566,-57.93857],[1.64913,-57.95679],[1.65442,-57.9554],[1.65567,-57.96013],[1.65386,-57.96445],[1.65484,-57.97655],[1.65915,-57.97836],[1.65706,-57.99158],[1.66165,-57.99186],[1.6604,-57.99715],[1.64927,-58.00619],[1.64107,-58.00411],[1.64135,-58.00049],[1.63495,-58.00174],[1.63717,-57.99089],[1.63147,-57.98699],[1.62897,-57.9824],[1.62563,-57.98198],[1.61047,-57.98727],[1.60574,-57.98296],[1.59516,-57.98685],[1.58974,-57.9856],[1.58227,-57.98593],[1.57128,-57.98092],[1.57128,-57.9787],[1.56516,-57.98259],[1.56586,-57.98774],[1.56141,-57.99192],[1.55237,-57.99442],[1.54819,-57.99442],[1.53985,-57.98858],[1.53734,-57.99498],[1.53345,-57.99929],[1.529,-57.99887],[1.52677,-58.00347],[1.52218,-58.00375],[1.51815,-57.99943],[1.51578,-58.00639],[1.51342,-58.00764],[1.50549,-58.00681],[1.50549,-58.01251],[1.50437,-58.01933],[1.51161,-58.02309],[1.51161,-58.02907],[1.52218,-58.03965],[1.52218,-58.04939],[1.52496,-58.05495],[1.52635,-58.06442],[1.51745,-58.06943],[1.50674,-58.06943],[1.50771,-58.0839],[1.5155,-58.08167],[1.51342,-58.10018],[1.50771,-58.10199],[1.5059,-58.10742],[1.50104,-58.11117],[1.50159,-58.12036],[1.49923,-58.12704],[1.50785,-58.13719],[1.5059,-58.14176],[1.50855,-58.14816],[1.51689,-58.14455],[1.52037,-58.14872],[1.53331,-58.15596],[1.54165,-58.15276],[1.55195,-58.15999],[1.56182,-58.15693],[1.56085,-58.16598],[1.5653,-58.17878],[1.57448,-58.19102],[1.57045,-58.19951],[1.56433,-58.21705],[1.55278,-58.23333],[1.54986,-58.23945],[1.55863,-58.24557],[1.55946,-58.25364],[1.56906,-58.25531],[1.57059,-58.26311],[1.56725,-58.27271],[1.57309,-58.2773],[1.57448,-58.28662],[1.56558,-58.29247],[1.56461,-58.29929],[1.56781,-58.3171],[1.59298,-58.31139],[1.60258,-58.32879],[1.59354,-58.33171],[1.58325,-58.33922],[1.57643,-58.34576],[1.55306,-58.34465],[1.54972,-58.36302],[1.53734,-58.36385],[1.53762,-58.3896],[1.52371,-58.39781],[1.51286,-58.39544],[1.50952,-58.38514],[1.5041,-58.39391],[1.49839,-58.39516],[1.48393,-58.38487],[1.48518,-58.38027],[1.47892,-58.37429],[1.4778,-58.38125],[1.46848,-58.38737],[1.47238,-58.39252],[1.46681,-58.40824],[1.47321,-58.41075],[1.47057,-58.42633],[1.4657,-58.43524],[1.46149,-58.44416],[1.45787,-58.44666],[1.46143,-58.45991],[1.46644,-58.4627],[1.46561,-58.46896],[1.46208,-58.47313],[1.46097,-58.49136],[1.46876,-58.49206],[1.4682,-58.49623],[1.46236,-58.5018],[1.46208,-58.51224],[1.44136,-58.51182],[1.44094,-58.50723],[1.42786,-58.49971],[1.42828,-58.50486],[1.40282,-58.50764],[1.39823,-58.50389],[1.39448,-58.49164],[1.38822,-58.47995],[1.37959,-58.48093],[1.37458,-58.47633],[1.36999,-58.47091],[1.36943,-58.46604],[1.37292,-58.46246],[1.37125,-58.45829],[1.36402,-58.46896],[1.35317,-58.47328],[1.3394,-58.47578],[1.33008,-58.47508],[1.31088,-58.47355],[1.30058,-58.48357],[1.30058,-58.49276],[1.29391,-58.49665],[1.28973,-58.49123],[1.28389,-58.49777],[1.27568,-58.49749],[1.2697,-58.49637],[1.26803,-58.50319],[1.27958,-58.50973],[1.27596,-58.51447],[1.27206,-58.52059],[1.26622,-58.52226],[1.27151,-58.53116],[1.2665,-58.5377],[1.28222,-58.5391],[1.29307,-58.54077],[1.29432,-58.5608],[1.2978,-58.56553],[1.29293,-58.57152],[1.28695,-58.57194],[1.28584,-58.58042],[1.27276,-58.58098],[1.26246,-58.58836],[1.27095,-58.58919],[1.2761,-58.60895],[1.28709,-58.61896],[1.2921,-58.63566],[1.28639,-58.64303],[1.29029,-58.65611],[1.28055,-58.66557],[1.28681,-58.67712],[1.29377,-58.67782],[1.29864,-58.68158],[1.29571,-58.6902],[1.29905,-58.69327],[1.29488,-58.7037],[1.2953,-58.70996],[1.2882,-58.71358],[1.27874,-58.71358],[1.27248,-58.71957],[1.24688,-58.72374],[1.23714,-58.71609],[1.23659,-58.72221],[1.22017,-58.72833],[1.21544,-58.73292],[1.21043,-58.73167],[1.20417,-58.74336],[1.20946,-58.74559],[1.20807,-58.75421],[1.20139,-58.76173],[1.18553,-58.77356],[1.18692,-58.78079],[1.19137,-58.77898],[1.18943,-58.79109],[1.19137,-58.79707],[1.18484,-58.79763],[1.18038,-58.79526],[1.17816,-58.80403],[1.18372,-58.8089],[1.17496,-58.81391],[1.17051,-58.82393],[1.17357,-58.82671],[1.18511,-58.82393],[1.18804,-58.82922],[1.18776,-58.83771],[1.18177,-58.84898],[1.18525,-58.85663],[1.19235,-58.8551],[1.20153,-58.86136],[1.20556,-58.86081],[1.20459,-58.86929],[1.21169,-58.87194],[1.2185,-58.87096],[1.21989,-58.87834],[1.23089,-58.88168],[1.23269,-58.89406],[1.22949,-58.89824],[1.23575,-58.91062],[1.24202,-58.90506],[1.24967,-58.90645],[1.25092,-58.89699],[1.26066,-58.8853],[1.27902,-58.89866],[1.28542,-58.91925],[1.29154,-58.92217],[1.30851,-58.91452],[1.31589,-58.91619],[1.32131,-58.92844],[1.32173,-58.93331],[1.31839,-58.93832],[1.31728,-58.94667],[1.31338,-58.94917],[1.31505,-58.9681],[1.31088,-58.97617],[1.30156,-58.97881],[1.31603,-58.98841],[1.32465,-58.98952],[1.32827,-58.99328],[1.3266,-59.00107],[1.32382,-59.01249],[1.33147,-59.01889],[1.3305,-59.02696],[1.32618,-59.03433],[1.3305,-59.03684],[1.32771,-59.04059],[1.32257,-59.04213],[1.32243,-59.04867],[1.32785,-59.05451],[1.33397,-59.05493],[1.33759,-59.06598],[1.33077,-59.07002],[1.3355,-59.08477],[1.34747,-59.08713],[1.3451,-59.09326],[1.35081,-59.09827],[1.34329,-59.11636],[1.35414,-59.13111],[1.349,-59.13904],[1.34955,-59.14975],[1.36068,-59.16103],[1.35734,-59.16951],[1.36736,-59.18079],[1.37265,-59.18343],[1.38058,-59.19498],[1.37779,-59.20555],[1.3714,-59.20611],[1.3771,-59.21404],[1.37752,-59.22545],[1.38781,-59.23325],[1.3867,-59.24187],[1.38934,-59.25022],[1.39741,-59.26038],[1.40047,-59.26748],[1.41174,-59.27374],[1.41814,-59.27291],[1.42648,-59.27694],[1.42941,-59.28181],[1.43817,-59.28279],[1.43914,-59.28835],[1.44888,-59.28153],[1.45458,-59.28585],[1.46641,-59.30018],[1.46766,-59.30895],[1.46112,-59.31437],[1.46613,-59.32676],[1.47104,-59.3229],[1.47563,-59.32026],[1.4869,-59.32235],[1.50067,-59.32694],[1.5143,-59.32652],[1.52015,-59.33849],[1.51625,-59.36103],[1.50804,-59.35825],[1.51124,-59.36507],[1.50707,-59.37119],[1.51194,-59.37648],[1.52029,-59.37759],[1.52321,-59.38344],[1.53044,-59.38274],[1.53934,-59.39443],[1.54839,-59.39401],[1.55186,-59.39429],[1.55784,-59.39944],[1.5527,-59.40974],[1.55701,-59.42226],[1.56577,-59.43131],[1.57185,-59.42973],[1.57602,-59.42625],[1.5859,-59.42527],[1.59202,-59.43585],[1.59772,-59.43682],[1.60565,-59.44267],[1.6133,-59.43974],[1.61887,-59.4474],[1.61817,-59.46604],[1.62443,-59.47746],[1.63375,-59.48706],[1.64084,-59.48803],[1.64557,-59.4936],[1.66157,-59.49638],[1.66713,-59.49053],[1.67506,-59.49109],[1.67909,-59.4986],[1.67297,-59.51015],[1.68814,-59.51864],[1.69175,-59.52546],[1.71053,-59.52365],[1.72138,-59.53798],[1.73292,-59.55079],[1.73682,-59.56512],[1.73404,-59.58029],[1.72666,-59.59671],[1.72583,-59.61021],[1.71985,-59.60909],[1.7186,-59.61619],[1.72666,-59.62649],[1.73209,-59.61995],[1.73793,-59.62384],[1.74266,-59.63289],[1.7396,-59.64026],[1.74266,-59.65321],[1.74169,-59.66003],[1.7453,-59.66086],[1.74781,-59.65627],[1.75768,-59.65265],[1.76297,-59.66072],[1.7606,-59.67102],[1.77076,-59.67687],[1.77006,-59.68341],[1.77994,-59.68243],[1.78967,-59.68313],[1.79315,-59.67645],[1.8001,-59.67909],[1.80414,-59.6706],[1.81206,-59.66559],[1.80956,-59.65989],[1.8122,-59.65251],[1.82653,-59.65377],[1.8396,-59.6507],[1.84294,-59.64681],[1.85337,-59.65084],[1.85226,-59.65724],[1.85727,-59.65641],[1.86492,-59.65168],[1.87062,-59.65919],[1.86895,-59.66392],[1.86199,-59.67005],[1.85142,-59.66462],[1.84627,-59.66434],[1.84724,-59.68271],[1.85239,-59.69092],[1.85601,-59.70275],[1.85573,-59.71319],[1.84849,-59.72682],[1.85253,-59.74032],[1.85475,-59.74811],[1.8695,-59.75215],[1.87812,-59.7463],[1.89314,-59.75326],[1.89912,-59.75827],[1.91108,-59.75424],[1.91817,-59.75354],[1.9204,-59.75646],[1.92847,-59.74603],[1.94015,-59.74477],[1.95155,-59.7392],[1.9542,-59.73781],[1.95851,-59.73892],[1.96657,-59.736],[1.972,-59.74031],[1.97826,-59.736],[1.98104,-59.73725],[1.98326,-59.73224],[1.99008,-59.73419],[1.99647,-59.73099],[2.00927,-59.73016],[2.01316,-59.73308],[2.01845,-59.72974],[2.01831,-59.72348],[2.02637,-59.72125],[2.02999,-59.72236],[2.03055,-59.72918],[2.03486,-59.7264],[2.03653,-59.73141],[2.04084,-59.72974],[2.04932,-59.73238],[2.05099,-59.73544],[2.05655,-59.73489],[2.06434,-59.73934],[2.07282,-59.74059],[2.08256,-59.7367],[2.09062,-59.73489],[2.09883,-59.7225],[2.11079,-59.72097],[2.11955,-59.72069],[2.12511,-59.72821],[2.13234,-59.72487],[2.1413,-59.73098],[2.14784,-59.73933],[2.15688,-59.73641],[2.16299,-59.74002],[2.17106,-59.73933],[2.17676,-59.73474],[2.18065,-59.73835],[2.18302,-59.73446],[2.18747,-59.73529],[2.19831,-59.72903],[2.21041,-59.72499],[2.21361,-59.72694],[2.22988,-59.72987],[2.23655,-59.71873],[2.25087,-59.72124],[2.26148,-59.72458],[2.2644,-59.72806],[2.27761,-59.72124],[2.2815,-59.72583],[2.28873,-59.73516],[2.29346,-59.73877],[2.29277,-59.74698],[2.28915,-59.75074],[2.29221,-59.76452],[2.29527,-59.76841],[2.29263,-59.77662],[2.28595,-59.78581],[2.29291,-59.79499],[2.29749,-59.79778],[2.29958,-59.80473],[2.30751,-59.80348],[2.31362,-59.81517],[2.3196,-59.81851],[2.3196,-59.82449],[2.3253,-59.82616],[2.32906,-59.82909],[2.32808,-59.83507],[2.32141,-59.84147],[2.32961,-59.843],[2.33225,-59.85274],[2.33865,-59.85399],[2.35033,-59.86888],[2.36284,-59.87208],[2.3605,-59.87651],[2.3531,-59.88155],[2.35717,-59.89062],[2.3622,-59.89366],[2.3622,-59.89914],[2.36801,-59.89648],[2.37123,-59.90022],[2.37501,-59.90422],[2.38082,-59.90563],[2.38926,-59.90881],[2.39576,-59.90728],[2.39798,-59.902],[2.40187,-59.89776],[2.41131,-59.89498],[2.42096,-59.89839],[2.42359,-59.89748],[2.42436,-59.88991],[2.42838,-59.89193],[2.43789,-59.89971],[2.44171,-59.89978],[2.44393,-59.89735],[2.44803,-59.89727],[2.45345,-59.89352],[2.46073,-59.89435],[2.46566,-59.89387],[2.47136,-59.89949],[2.47413,-59.89908],[2.47649,-59.89699],[2.48239,-59.89692],[2.48288,-59.90054],[2.49058,-59.90387],[2.49502,-59.91151],[2.50407,-59.91244],[2.50775,-59.91918],[2.50984,-59.91869],[2.51685,-59.91821],[2.52018,-59.92015],[2.52434,-59.91737],[2.52747,-59.91828],[2.53045,-59.92182],[2.53927,-59.92599],[2.54267,-59.93071],[2.54537,-59.93266],[2.54905,-59.93252],[2.55294,-59.9378],[2.55572,-59.93683],[2.56189,-59.93217],[2.56925,-59.92807],[2.57347,-59.93498],[2.582,-59.93755],[2.58506,-59.94242],[2.58756,-59.9518],[2.59186,-59.95847],[2.5929,-59.96416],[2.59214,-59.96993],[2.59609,-59.97181],[2.60567,-59.96833],[2.60824,-59.96597],[2.60838,-59.96347],[2.6072,-59.95986],[2.60831,-59.95722],[2.61095,-59.95736],[2.6158,-59.96173],[2.62094,-59.96333],[2.62441,-59.96305],[2.62857,-59.96591],[2.62909,-59.96891],[2.64068,-59.97595],[2.64432,-59.97556],[2.65174,-59.97073],[2.65864,-59.97073],[2.66216,-59.97347],[2.66723,-59.97295],[2.67309,-59.97712],[2.67635,-59.98155],[2.68103,-59.9882],[2.68598,-59.98924],[2.69418,-59.98794],[2.70251,-59.98911],[2.70941,-59.98989],[2.71579,-59.98898],[2.7219,-59.99028],[2.73062,-59.99171],[2.73544,-59.99119],[2.74195,-59.98754],[2.74872,-59.98702],[2.75693,-59.98862],[2.76266,-59.99057],[2.77047,-59.992],[2.78023,-59.99083],[2.78309,-59.99187],[2.79012,-59.99083],[2.79572,-59.99005],[2.79887,-59.98819],[2.80301,-59.9863],[2.80634,-59.98699],[2.81036,-59.98831],[2.82709,-59.98977],[2.8333,-59.99139],[2.84267,-59.99021],[2.84683,-59.98611],[2.85398,-59.98333],[2.85814,-59.98458],[2.86238,-59.98618],[2.86487,-59.98507],[2.86668,-59.98208],[2.87036,-59.98201],[2.8748,-59.98236],[2.8791,-59.98541],[2.8807,-59.98778],[2.88278,-59.98848],[2.88549,-59.98584],[2.89083,-59.98091],[2.89485,-59.97806],[2.89742,-59.97757],[2.90392,-59.97852],[2.90496,-59.98032],[2.90468,-59.98289],[2.9076,-59.9856],[2.91301,-59.98401],[2.92085,-59.98199],[2.92883,-59.9831],[2.93469,-59.97913],[2.94233,-59.97141],[2.94663,-59.96759],[2.95009,-59.96095],[2.95577,-59.95795],[2.95834,-59.95989],[2.96139,-59.96455],[2.96778,-59.96212],[2.97527,-59.95843],[2.98353,-59.95677],[2.99345,-59.95169],[2.99948,-59.94544],[3.00247,-59.94607],[3.00774,-59.95225],[3.01607,-59.96218],[3.0194,-59.95968],[3.02654,-59.95809],[3.03027,-59.95718],[3.03256,-59.9553],[3.0404,-59.95092],[3.05699,-59.94981],[3.0753,-59.95586],[3.08203,-59.95461],[3.0864,-59.9389],[3.09029,-59.93675],[3.09723,-59.93821],[3.10458,-59.93293],[3.10675,-59.9298],[3.1084,-59.9237],[3.11955,-59.9205],[3.11573,-59.91771],[3.11088,-59.91657],[3.10943,-59.91254],[3.11057,-59.90747],[3.11749,-59.90654],[3.12626,-59.90747],[3.12925,-59.9144],[3.13452,-59.91657],[3.13751,-59.90933],[3.14112,-59.9052],[3.14587,-59.90623],[3.15021,-59.89993],[3.15619,-59.89796],[3.17558,-59.908],[3.19158,-59.91131],[3.20254,-59.90858],[3.21286,-59.9063],[3.21555,-59.89979],[3.21472,-59.89069],[3.21926,-59.88056],[3.22556,-59.87188],[3.2302,-59.87364],[3.24053,-59.88718],[3.24403,-59.87711],[3.25632,-59.88001],[3.26292,-59.87639],[3.27004,-59.87236],[3.27624,-59.87112],[3.2784,-59.86667],[3.27778,-59.85995],[3.2783,-59.85799],[3.28903,-59.85354],[3.29347,-59.85137],[3.29905,-59.8523],[3.30483,-59.84976],[3.30771,-59.84014],[3.31587,-59.84221],[3.31876,-59.83818],[3.32,-59.83574],[3.32443,-59.83429],[3.33104,-59.82643],[3.34456,-59.83016],[3.34951,-59.83315],[3.35416,-59.8314],[3.35632,-59.82561],[3.35478,-59.81971],[3.35251,-59.81144],[3.35178,-59.80876],[3.35429,-59.80631],[3.35804,-59.80474],[3.36546,-59.80409],[3.37082,-59.8045],[3.37552,-59.80966],[3.38132,-59.81117],[3.39281,-59.81371],[3.39931,-59.81756],[3.4102,-59.81937],[3.41763,-59.81776],[3.42315,-59.81254],[3.42852,-59.81392],[3.42952,-59.8203],[3.42469,-59.8259],[3.42453,-59.84042],[3.43343,-59.83911],[3.44263,-59.83919],[3.45244,-59.82936],[3.46953,-59.8226],[3.47045,-59.81776],[3.46815,-59.81285],[3.46884,-59.80878],[3.47804,-59.81116],[3.47919,-59.81477],[3.47659,-59.8246],[3.48011,-59.82559],[3.48349,-59.82199],[3.48556,-59.81308],[3.49118,-59.79956],[3.50299,-59.80209],[3.51119,-59.80493],[3.52459,-59.82236],[3.52613,-59.83474],[3.54235,-59.8399],[3.55291,-59.84145],[3.56115,-59.86931],[3.5766,-59.85254],[3.60363,-59.84841],[3.61109,-59.82158],[3.60775,-59.81101],[3.61547,-59.81281],[3.61573,-59.78289],[3.62577,-59.76148],[3.63092,-59.76303],[3.63246,-59.75683],[3.65177,-59.75193],[3.65997,-59.73883],[3.66409,-59.71948],[3.67285,-59.71638],[3.68597,-59.70374],[3.687,-59.69188],[3.69601,-59.68698],[3.69524,-59.67717],[3.70425,-59.66582],[3.71764,-59.65989],[3.72459,-59.66737],[3.73283,-59.66247],[3.75027,-59.67151],[3.76236,-59.67151],[3.76494,-59.66738],[3.78193,-59.66248],[3.78321,-59.65242],[3.78399,-59.64313],[3.78296,-59.62894],[3.79454,-59.61347],[3.80381,-59.60857],[3.79583,-59.6047],[3.79351,-59.59515],[3.80509,-59.59283],[3.81307,-59.59102],[3.82157,-59.58509],[3.8159,-59.58019],[3.81513,-59.5758],[3.83186,-59.57477],[3.83649,-59.58509],[3.84473,-59.58406],[3.84962,-59.5869],[3.85657,-59.58251],[3.86249,-59.58922],[3.87973,-59.59231],[3.8872,-59.58922],[3.88694,-59.5838],[3.88874,-59.57632],[3.89029,-59.56394],[3.90418,-59.56549],[3.9186,-59.56187],[3.91679,-59.5482],[3.92271,-59.53634],[3.92889,-59.5384],[3.92323,-59.52731],[3.92606,-59.52241],[3.93816,-59.52344],[3.94588,-59.51131],[3.95051,-59.52034],[3.95823,-59.51699],[3.97161,-59.52627],[3.97444,-59.54046],[3.98036,-59.54175],[3.9801,-59.55697],[3.97135,-59.56755],[3.97084,-59.58354],[3.97547,-59.58354],[3.98654,-59.57064],[4.00143,-59.57813],[4.00529,-59.58225],[4.00014,-59.58767],[4.00246,-59.59592],[4.00812,-59.58948],[4.02099,-59.59231],[4.01713,-59.60005],[4.03231,-59.60031],[4.04029,-59.61656],[4.0547,-59.61476],[4.05547,-59.63127],[4.07065,-59.64236],[4.07091,-59.65165],[4.11928,-59.62404],[4.13163,-59.61811],[4.13781,-59.62404],[4.14553,-59.63952],[4.14836,-59.66171],[4.14887,-59.67589],[4.15505,-59.69292],[4.16251,-59.7035],[4.17048,-59.72078],[4.18258,-59.72981],[4.18991,-59.72481],[4.21307,-59.7359],[4.22747,-59.73461],[4.23519,-59.73668],[4.26066,-59.71475],[4.26735,-59.70753],[4.27275,-59.70985],[4.27584,-59.7194],[4.26889,-59.72791],[4.27404,-59.72997],[4.28047,-59.72765],[4.28432,-59.72997],[4.29513,-59.71914],[4.3013,-59.71707],[4.3049,-59.70211],[4.31777,-59.70185],[4.33449,-59.68896],[4.34117,-59.67735],[4.3494,-59.67477],[4.35647,-59.67935],[4.36159,-59.68295],[4.36866,-59.68],[4.36964,-59.67444],[4.37323,-59.66898],[4.37443,-59.66937],[4.37705,-59.67061],[4.37783,-59.67375],[4.38105,-59.67684],[4.38552,-59.6828],[4.38547,-59.68709],[4.38395,-59.68995],[4.38073,-59.69157],[4.38174,-59.69494],[4.39021,-59.70615],[4.39142,-59.71015],[4.39677,-59.71405],[4.39789,-59.71898],[4.39996,-59.72097],[4.40238,-59.71916],[4.40557,-59.71941],[4.41196,-59.72123],[4.41179,-59.7253],[4.4117,-59.72824],[4.41455,-59.72989],[4.418,-59.73067],[4.42594,-59.73621],[4.42266,-59.74106],[4.42378,-59.7446],[4.42154,-59.75101],[4.42206,-59.75378],[4.42965,-59.75889],[4.43379,-59.7614],[4.4388,-59.76676],[4.44061,-59.77291],[4.44061,-59.78024],[4.44372,-59.77946],[4.44734,-59.77928],[4.45071,-59.78249],[4.45122,-59.78448],[4.4476,-59.78647],[4.44743,-59.79097],[4.44976,-59.79547],[4.45338,-59.79599],[4.45761,-59.79452],[4.46443,-59.79357],[4.46598,-59.79512],[4.46805,-59.80447],[4.45796,-59.80655],[4.45373,-59.80724],[4.44829,-59.81244],[4.44958,-59.82577],[4.45226,-59.8307],[4.45873,-59.83122],[4.45519,-59.84048],[4.45433,-59.84957],[4.45623,-59.85208],[4.45606,-59.85615],[4.45364,-59.86005],[4.45537,-59.86446],[4.46193,-59.87104],[4.46797,-59.86827],[4.47021,-59.86169],[4.47228,-59.86204],[4.47944,-59.87485],[4.48583,-59.87043],[4.48756,-59.87355],[4.48643,-59.87753],[4.48177,-59.87883],[4.47504,-59.87935],[4.47867,-59.88896],[4.47806,-59.89519],[4.47893,-59.89805],[4.47642,-59.90047],[4.46753,-59.90393],[4.46037,-59.90584],[4.46141,-59.90878],[4.46477,-59.91423],[4.46745,-59.91536],[4.47815,-59.91008],[4.47988,-59.91216],[4.48039,-59.92107],[4.48169,-59.92999],[4.48928,-59.92523],[4.49187,-59.92592],[4.49377,-59.93414],[4.50024,-59.93587],[4.49903,-59.93951],[4.498,-59.94211],[4.50076,-59.95076],[4.50412,-59.95353],[4.50421,-59.9563],[4.50861,-59.96331],[4.50896,-59.97024],[4.50965,-59.97413],[4.50223,-59.97188],[4.49567,-59.97258],[4.4923,-59.97526],[4.48687,-59.97526],[4.48117,-59.97318],[4.48842,-59.98149],[4.48592,-59.98634],[4.48756,-59.99266],[4.49334,-59.99958],[4.49601,-60.00426],[4.49593,-60.0124],[4.49049,-60.01335],[4.48997,-60.01753],[4.49518,-60.02333],[4.4919,-60.03112],[4.49104,-60.03735],[4.49251,-60.0435],[4.49501,-60.0441],[4.49544,-60.05735],[4.49613,-60.0641],[4.49337,-60.06998],[4.49924,-60.07102],[4.5039,-60.06929],[4.5069,-60.06746],[4.51631,-60.06616],[4.51596,-60.06374],[4.52131,-60.06339],[4.52399,-60.06659],[4.52519,-60.07482],[4.52381,-60.07923],[4.51872,-60.08217],[4.51733,-60.08677],[4.52952,-60.08209],[4.53176,-60.08313],[4.53409,-60.08702],[4.53297,-60.09152],[4.52779,-60.09395],[4.52935,-60.10035],[4.52796,-60.10416],[4.52287,-60.10546],[4.51847,-60.09871],[4.51493,-60.09845],[4.50786,-60.10252],[4.50561,-60.10849],[4.50596,-60.11174],[4.5032,-60.11728],[4.50216,-60.12153],[4.50855,-60.12343],[4.50786,-60.12897],[4.51105,-60.13122],[4.512,-60.13451],[4.51476,-60.13624],[4.51476,-60.14291],[4.51122,-60.14983],[4.51373,-60.15615],[4.5189,-60.16065],[4.52184,-60.16082],[4.52425,-60.15823],[4.5359,-60.15728],[4.54056,-60.1565],[4.54859,-60.15234],[4.5529,-60.15589],[4.5561,-60.16022],[4.55981,-60.16022],[4.56723,-60.15624],[4.56982,-60.15624],[4.57154,-60.15684],[4.57508,-60.15468],[4.57586,-60.1513],[4.57111,-60.14931],[4.56602,-60.14524],[4.56576,-60.13996],[4.56464,-60.13486],[4.568,-60.13589],[4.57102,-60.1384],[4.57655,-60.13728],[4.57862,-60.13936],[4.58043,-60.13615],[4.57387,-60.12758],[4.57706,-60.12308],[4.5812,-60.12213],[4.58377,-60.12645],[4.58981,-60.12896],[4.5908,-60.12939],[4.59599,-60.13047],[4.59969,-60.12849],[4.60131,-60.12727],[4.60452,-60.12379],[4.60469,-60.12153],[4.60472,-60.11748],[4.6025,-60.11354],[4.60385,-60.1111],[4.6078,-60.10777],[4.60615,-60.10353],[4.60365,-60.09939],[4.60412,-60.09592],[4.60624,-60.09475],[4.60531,-60.08996],[4.60837,-60.08493],[4.61232,-60.08186],[4.61478,-60.07602],[4.61485,-60.07326],[4.61729,-60.06929],[4.62112,-60.07043],[4.62341,-60.07235],[4.62676,-60.07354],[4.62986,-60.07419],[4.63426,-60.07555],[4.63599,-60.07463],[4.638,-60.06972],[4.64474,-60.0688],[4.64859,-60.07228],[4.65038,-60.07206],[4.65044,-60.07637],[4.65532,-60.07517],[4.6639,-60.06836],[4.67153,-60.06093],[4.67561,-60.05979],[4.67854,-60.05674],[4.67838,-60.05347],[4.6825,-60.05254],[4.68766,-60.04709],[4.69054,-60.04383],[4.69488,-60.04148],[4.69608,-60.03614],[4.70075,-60.03026],[4.7033,-60.02846],[4.70596,-60.02503],[4.70802,-60.02492],[4.71173,-60.02627],[4.71461,-60.02583],[4.7151,-60.03062],[4.71819,-60.0328],[4.71949,-60.03575],[4.72503,-60.03869],[4.72617,-60.03591],[4.73117,-60.03553],[4.7347,-60.03324],[4.73633,-60.02828],[4.74284,-60.02463],[4.74963,-60.02371],[4.75544,-60.02485],[4.75931,-60.024],[4.76218,-60.02492],[4.76452,-60.02623],[4.7675,-60.02552],[4.77907,-60.02187],[4.78287,-60.02067],[4.78444,-60.02274],[4.78569,-60.02678],[4.78792,-60.02857],[4.78862,-60.03451],[4.7902,-60.03516],[4.79449,-60.03506],[4.79899,-60.03342],[4.8011,-60.03391],[4.80566,-60.03195],[4.80832,-60.02923],[4.80865,-60.02558],[4.81115,-60.02138],[4.8131,-60.02122],[4.81728,-60.02645],[4.81945,-60.02776],[4.82553,-60.0252],[4.83085,-60.02509],[4.83205,-60.0247],[4.83661,-60.01702],[4.84345,-60.01299],[4.8485,-60.01277],[4.85284,-60.01081],[4.85734,-60.01043],[4.86169,-60.00847],[4.86663,-60.00896],[4.86885,-60.00994],[4.87249,-60.01005],[4.87656,-60.00662],[4.8802,-60.00504],[4.88492,-60.0046],[4.88704,-60.00705],[4.891,-60.00547],[4.8974,-60.00406],[4.90196,-60.00302],[4.90717,-60.0003],[4.90858,-60.00269],[4.91683,-60.00117],[4.9177,-59.99899],[4.92167,-59.99812],[4.92921,-59.99768],[4.93174,-59.99675],[4.93402,-59.9931],[4.93787,-59.99158],[4.93944,-59.99387],[4.94927,-59.9937],[4.95057,-59.99267],[4.94867,-59.99043],[4.94921,-59.98956],[4.95399,-59.98956],[4.9586,-59.99147],[4.96327,-59.99196],[4.96549,-59.99403],[4.9681,-59.99152],[4.96973,-59.99158],[4.9731,-59.98804],[4.97668,-59.98734],[4.97912,-59.98581],[4.98504,-59.99104],[4.98759,-59.98979],[4.98906,-59.98641],[4.99378,-59.98777],[4.99839,-59.98717],[5.00072,-59.98908],[5.00295,-59.98843],[5.00604,-59.98832],[5.00642,-59.98554],[5.01836,-59.98543],[5.01825,-59.98412],[5.01592,-59.98172],[5.0176,-59.97873],[5.02178,-59.97747],[5.02713,-59.97666],[5.03169,-59.97486],[5.03418,-59.9777],[5.03684,-59.97819],[5.04156,-59.9777],[5.04276,-59.97824],[5.04455,-59.97721],[5.0459,-59.97726],[5.04802,-59.97432],[5.05247,-59.97786],[5.05432,-59.97759],[5.05849,-59.97203],[5.06349,-59.97051],[5.06691,-59.97176],[5.07309,-59.97154],[5.07662,-59.97268],[5.07912,-59.97541],[5.07977,-59.97781],[5.07971,-59.97977],[5.08194,-59.98216],[5.0834,-59.98402],[5.08416,-59.98756],[5.08405,-59.99066],[5.08655,-59.99105],[5.08693,-59.99214],[5.08633,-59.99382],[5.08422,-59.99589],[5.08394,-59.99802],[5.08302,-59.99829],[5.08356,-60.00047],[5.084,-60.0045],[5.08639,-60.00733],[5.08611,-60.00875],[5.08872,-60.01164],[5.09035,-60.01376],[5.08937,-60.01747],[5.09268,-60.01823],[5.09393,-60.02308],[5.09708,-60.02466],[5.09843,-60.027],[5.10077,-60.02744],[5.10239,-60.03032],[5.10847,-60.03528],[5.11053,-60.03697],[5.11021,-60.03915],[5.10722,-60.04177],[5.1069,-60.04563],[5.10804,-60.04612],[5.11015,-60.04362],[5.1133,-60.04596],[5.11146,-60.04885],[5.1159,-60.04934],[5.1197,-60.0525],[5.12339,-60.05119],[5.1247,-60.05735],[5.12985,-60.05936],[5.13175,-60.05953],[5.13479,-60.06252],[5.135,-60.06111],[5.13701,-60.06356],[5.13831,-60.06394],[5.13962,-60.06644],[5.13826,-60.06688],[5.13804,-60.07745],[5.14021,-60.07647],[5.1471,-60.0756],[5.14727,-60.07892],[5.1489,-60.07794],[5.15275,-60.07167],[5.16034,-60.07271],[5.16479,-60.06894],[5.16685,-60.07063],[5.17233,-60.06496],[5.17532,-60.0661],[5.18091,-60.07008],[5.18471,-60.07199],[5.18753,-60.0746],[5.19491,-60.07586],[5.19561,-60.07769],[5.19729,-60.07845],[5.20033,-60.08145],[5.20261,-60.0821],[5.20619,-60.08068],[5.20928,-60.07823],[5.21303,-60.07889],[5.21509,-60.08068],[5.21878,-60.08166],[5.22309,-60.08096],[5.2283,-60.08477],[5.23405,-60.08673],[5.23584,-60.08945],[5.23698,-60.09218],[5.24229,-60.09643],[5.24577,-60.10182],[5.24783,-60.10667],[5.24913,-60.11233],[5.24625,-60.13679],[5.2303,-60.15771],[5.22678,-60.17231],[5.23253,-60.18843],[5.25227,-60.19203],[5.2667,-60.20123],[5.2698,-60.2087],[5.26898,-60.21409],[5.26377,-60.22722],[5.26063,-60.22842],[5.252,-60.2464],[5.2475,-60.2519],[5.2388,-60.26515],[5.23391,-60.27142],[5.22713,-60.2852],[5.2216,-60.29898],[5.21053,-60.31358],[5.20831,-60.31974],[5.20364,-60.32459],[5.20096,-60.33833],[5.20297,-60.34917],[5.20384,-60.35745],[5.21002,-60.369],[5.21388,-60.37494],[5.21501,-60.38763],[5.21149,-60.40534],[5.21377,-60.41335],[5.20557,-60.41868],[5.1989,-60.41847],[5.19413,-60.41983],[5.18155,-60.43438],[5.18079,-60.44402],[5.18611,-60.4505],[5.19517,-60.45802],[5.19799,-60.47017],[5.19566,-60.48406],[5.20303,-60.50013],[5.20385,-60.52029],[5.19983,-60.53647],[5.19446,-60.54546],[5.19614,-60.56916],[5.20759,-60.5904],[5.21399,-60.59422],[5.21502,-60.59705],[5.2131,-60.60337],[5.21885,-60.61459],[5.21543,-60.62495],[5.22032,-60.63971],[5.22558,-60.64984],[5.23252,-60.68231],[5.229,-60.69724],[5.21896,-60.70906],[5.21842,-60.71211],[5.22086,-60.72345],[5.21413,-60.73265],[5.20849,-60.7369],[5.20176,-60.73761],[5.19932,-60.70596],[5.19751,-60.69434],[5.19447,-60.6866],[5.18867,-60.68078],[5.17912,-60.68018],[5.17521,-60.67348],[5.16377,-60.66089],[5.1559,-60.6568],[5.14342,-60.65621],[5.1343,-60.65838],[5.12633,-60.65599],[5.11743,-60.65517],[5.11395,-60.65272],[5.11868,-60.64847],[5.11705,-60.64215],[5.1107,-60.64111],[5.09914,-60.64471],[5.0898,-60.64127],[5.08215,-60.64094],[5.07292,-60.64231],[5.07016,-60.64198],[5.06061,-60.64481],[5.05236,-60.63925],[5.05002,-60.63163],[5.01535,-60.61163],[5.01014,-60.61349],[5.00818,-60.6136],[5.00579,-60.61174],[5.00303,-60.60254],[4.99885,-60.59823],[4.99233,-60.59387],[4.98539,-60.59169],[4.98327,-60.59469],[4.9798,-60.59153],[4.97714,-60.59295],[4.97269,-60.5924],[4.96829,-60.58843],[4.96406,-60.58581],[4.96037,-60.58527],[4.95695,-60.58281],[4.95516,-60.58281],[4.94772,-60.58674],[4.94332,-60.58935],[4.94079,-60.58934],[4.93927,-60.58732],[4.93667,-60.58699],[4.93059,-60.58983],[4.92614,-60.58835],[4.92636,-60.5901],[4.92733,-60.59391],[4.92543,-60.59506],[4.92538,-60.59838],[4.92239,-60.60176],[4.92315,-60.60562],[4.91914,-60.60868],[4.91941,-60.61205],[4.91626,-60.61233],[4.9123,-60.61619],[4.90736,-60.61799],[4.90573,-60.62017],[4.90475,-60.62328],[4.89884,-60.62398],[4.89202,-60.62311],[4.88849,-60.62431],[4.88578,-60.62703],[4.88529,-60.62916],[4.88735,-60.62965],[4.88567,-60.63717],[4.88344,-60.64076],[4.8848,-60.64452],[4.88279,-60.64757],[4.88111,-60.65607],[4.87747,-60.65068],[4.87226,-60.64763],[4.86895,-60.6479],[4.86336,-60.65128],[4.86086,-60.6546],[4.85402,-60.65683],[4.84751,-60.65711],[4.84496,-60.6625],[4.84371,-60.66315],[4.84246,-60.66909],[4.83975,-60.67094],[4.83497,-60.67459],[4.83312,-60.67329],[4.82862,-60.67503],[4.82585,-60.67901],[4.82308,-60.68413],[4.81912,-60.68593],[4.81695,-60.68593],[4.81432,-60.68929],[4.80906,-60.69517],[4.80938,-60.69773],[4.80721,-60.70422],[4.80347,-60.71032],[4.80121,-60.71161],[4.79904,-60.71559],[4.79334,-60.71957],[4.7934,-60.72409],[4.78873,-60.72741],[4.78596,-60.72714],[4.78504,-60.72529],[4.78324,-60.72534],[4.78232,-60.72234],[4.77792,-60.72142],[4.77467,-60.72556],[4.77391,-60.72616],[4.77255,-60.73171],[4.77304,-60.73438],[4.76978,-60.73978],[4.76804,-60.73956],[4.76669,-60.74152],[4.76185,-60.74245],[4.76126,-60.7449],[4.76012,-60.74495],[4.75936,-60.74773],[4.75659,-60.7504],[4.75545,-60.75029],[4.75398,-60.75165],[4.75409,-60.75634],[4.75594,-60.75928],[4.75843,-60.76135],[4.75833,-60.76598],[4.75653,-60.76789],[4.75506,-60.77115],[4.75273,-60.77474],[4.75295,-60.78106],[4.75387,-60.78379],[4.75409,-60.78646],[4.75229,-60.78978],[4.7492,-60.79163],[4.74925,-60.79566],[4.75115,-60.79714],[4.75018,-60.80226],[4.74681,-60.80291],[4.74936,-60.80416],[4.74719,-60.80928],[4.74252,-60.81114],[4.74084,-60.81032],[4.73579,-60.81359],[4.73145,-60.81441],[4.72879,-60.81566],[4.72672,-60.81806],[4.72515,-60.821],[4.72623,-60.8229],[4.72558,-60.82786],[4.72824,-60.8296],[4.72851,-60.83505],[4.72748,-60.83647],[4.72439,-60.83462],[4.72254,-60.83467],[4.7208,-60.83598],[4.72009,-60.83822],[4.71721,-60.83811],[4.71531,-60.84051],[4.71259,-60.84078],[4.71238,-60.84503],[4.71075,-60.84808],[4.70841,-60.84917],[4.70651,-60.84895],[4.70515,-60.85146],[4.70363,-60.85168],[4.70407,-60.85576],[4.70738,-60.86083],[4.70737,-60.86492],[4.70851,-60.86715],[4.7097,-60.86906],[4.70932,-60.87025],[4.71215,-60.87178],[4.71198,-60.87331],[4.71557,-60.8744],[4.7166,-60.87761],[4.71491,-60.88126],[4.71301,-60.88159],[4.71307,-60.88415],[4.71589,-60.88638],[4.71671,-60.88949],[4.71752,-60.89232],[4.71675,-60.89559],[4.71881,-60.89946],[4.71637,-60.90158],[4.71414,-60.90382],[4.71126,-60.90431],[4.71066,-60.90638],[4.70904,-60.90839],[4.70703,-60.90932],[4.70453,-60.90948],[4.70268,-60.91101],[4.70024,-60.91303],[4.69758,-60.91379],[4.69562,-60.91264],[4.69099,-60.91161],[4.68915,-60.91052],[4.68611,-60.91248],[4.68247,-60.91313],[4.67937,-60.91303],[4.67601,-60.91422],[4.67215,-60.91695],[4.66754,-60.91804],[4.6652,-60.91929],[4.66249,-60.92092],[4.66227,-60.92294],[4.66249,-60.92534],[4.66194,-60.93128],[4.65744,-60.93444],[4.65651,-60.93918],[4.65537,-60.94816],[4.64378,-60.95281],[4.638,-60.95049],[4.63402,-60.94135],[4.62645,-60.94019],[4.619,-60.93491],[4.60745,-60.93723],[4.59577,-60.93955],[4.58447,-60.93581],[4.57998,-60.94715],[4.58319,-60.95384],[4.581,-60.95758],[4.57312,-60.95788],[4.56645,-60.95595],[4.55849,-60.95557],[4.55438,-60.95866],[4.54603,-60.9602],[4.54346,-60.98583],[4.53358,-60.98867],[4.53306,-60.99639],[4.52446,-60.99884],[4.52151,-60.99292],[4.51781,-60.99782],[4.52063,-61.00889],[4.51383,-61.01572],[4.52115,-61.01817],[4.52063,-61.03388],[4.5232,-61.03427],[4.52551,-61.05024],[4.52371,-61.06518],[4.51819,-61.07677],[4.51973,-61.08823],[4.52513,-61.08785],[4.52449,-61.09274],[4.51755,-61.09879],[4.51794,-61.10266],[4.5128,-61.10536],[4.50998,-61.11489],[4.50741,-61.12301],[4.50548,-61.12726],[4.49958,-61.12829],[4.49829,-61.13499],[4.4929,-61.13537],[4.48237,-61.14568],[4.48969,-61.14941],[4.49714,-61.15044],[4.49619,-61.15602],[4.50202,-61.16363],[4.50367,-61.17079],[4.51254,-61.17753],[4.51773,-61.18499],[4.52079,-61.18744],[4.5215,-61.19265],[4.52028,-61.19725],[4.51569,-61.20052],[4.52313,-61.20645],[4.53515,-61.21779],[4.52802,-61.22239],[4.52341,-61.2225],[4.53003,-61.23752],[4.53624,-61.24774],[4.52789,-61.25101],[4.5393,-61.25837],[4.53736,-61.26818],[4.53023,-61.27411],[4.53696,-61.28167],[4.53614,-61.29842],[4.54042,-61.30496],[4.53533,-61.30977],[4.53135,-61.32509],[4.5228,-61.32591],[4.51363,-61.32887],[4.50793,-61.32213],[4.50131,-61.32213],[4.50161,-61.30987],[4.49367,-61.30701],[4.49071,-61.2973],[4.47828,-61.29454],[4.47655,-61.2879],[4.47645,-61.28167],[4.4696,-61.27881],[4.46266,-61.28898],[4.45714,-61.28975],[4.45971,-61.31126],[4.45303,-61.31796],[4.44404,-61.32183],[4.43493,-61.32273],[4.43056,-61.32157],[4.42542,-61.33883],[4.4208,-61.3405],[4.4181,-61.34977],[4.42735,-61.3718],[4.42619,-61.38726],[4.42363,-61.39962],[4.4303,-61.40606],[4.43403,-61.42255],[4.42761,-61.43066],[4.43544,-61.43465],[4.42825,-61.44187],[4.43724,-61.44328],[4.43955,-61.45088],[4.43839,-61.45964],[4.42037,-61.47648],[4.41164,-61.48679],[4.41138,-61.49696],[4.4056,-61.51293],[4.39802,-61.51499],[4.39057,-61.51499],[4.38492,-61.52105],[4.37627,-61.51816],[4.36882,-61.52292],[4.36522,-61.51893],[4.36304,-61.51558],[4.34942,-61.51378],[4.34506,-61.52344],[4.33388,-61.52357],[4.32644,-61.5206],[4.31976,-61.50773],[4.30139,-61.51751],[4.29805,-61.52421],[4.2888,-61.52267],[4.28598,-61.52872],[4.27596,-61.54186],[4.26337,-61.54997],[4.25438,-61.55783],[4.25233,-61.56878],[4.24796,-61.57972],[4.24591,-61.589],[4.24847,-61.59853],[4.25849,-61.60188],[4.26183,-61.60948],[4.25169,-61.62017],[4.25502,-61.6248],[4.24031,-61.63436],[4.24031,-61.63938],[4.24674,-61.64647],[4.25483,-61.64428],[4.25676,-61.64943],[4.26459,-61.65317],[4.26382,-61.66939],[4.25509,-61.67815],[4.25676,-61.68549],[4.25444,-61.69258],[4.25573,-61.70147],[4.24507,-61.72285],[4.25598,-61.72452],[4.26099,-61.72104],[4.26588,-61.7204],[4.26947,-61.72491],[4.2651,-61.73585],[4.2583,-61.7365],[4.25688,-61.7459],[4.24841,-61.77604],[4.23351,-61.76599],[4.2294,-61.76844],[4.22541,-61.78261],[4.2312,-61.79253],[4.22798,-61.79974],[4.21334,-61.80747],[4.19397,-61.81079],[4.16622,-61.8296],[4.16275,-61.83475],[4.17008,-61.84582],[4.17354,-61.86141],[4.16686,-61.86836],[4.14965,-61.87377],[4.14901,-61.88446],[4.16031,-61.90842],[4.14695,-61.92027],[4.13468,-61.92504],[4.13186,-61.93651],[4.13712,-61.94604],[4.15549,-61.95969],[4.165,-61.97759],[4.1781,-61.98184],[4.1772,-62.00206],[4.17155,-62.0134],[4.15215,-62.03014],[4.15794,-62.04611],[4.15922,-62.06054],[4.15434,-62.06788],[4.13378,-62.06827],[4.1194,-62.07496],[4.12492,-62.09235],[4.12127,-62.09898],[4.11407,-62.10065],[4.10123,-62.10323],[4.09313,-62.11211],[4.08555,-62.12499],[4.08363,-62.14277],[4.08697,-62.16196],[4.09802,-62.18733],[4.12024,-62.23305],[4.12988,-62.25328],[4.13322,-62.27801],[4.14246,-62.2932],[4.13887,-62.32205],[4.15634,-62.34588],[4.16828,-62.37499],[4.18229,-62.39908],[4.18267,-62.44106],[4.17741,-62.46128],[4.1724,-62.46514],[4.16572,-62.46514],[4.15672,-62.46115],[4.14979,-62.46179],[4.13823,-62.47068],[4.13566,-62.48111],[4.13656,-62.50984],[4.13283,-62.52877],[4.09622,-62.55054],[4.07723,-62.54422],[4.05359,-62.53469],[4.04896,-62.53791],[4.04588,-62.55156],[4.0225,-62.55324],[4.02018,-62.56238],[4.02635,-62.58273],[4.04035,-62.60154],[4.04549,-62.65537],[4.03939,-62.69234],[4.03734,-62.70857],[4.0408,-62.73368],[4.03875,-62.7427],[4.00496,-62.76691],[3.99455,-62.76356],[3.98787,-62.75352],[3.97361,-62.75223],[3.95727,-62.75636],[3.9335,-62.77491],[3.91667,-62.78457],[3.88647,-62.78225],[3.86694,-62.76525],[3.8546,-62.7543],[3.8407,-62.76972],[3.82143,-62.75941],[3.78865,-62.7361],[3.7713,-62.73765],[3.7474,-62.75336],[3.74067,-62.75149],[3.7079,-62.73282],[3.69568,-62.72973],[3.68219,-62.73205],[3.67795,-62.73823],[3.6773,-62.75214],[3.68746,-62.76811],[3.69491,-62.76875],[3.70648,-62.78318],[3.72923,-62.79966],[3.73077,-62.81448],[3.73643,-62.82156],[3.73579,-62.84101],[3.72717,-62.84333],[3.72216,-62.85028],[3.71484,-62.85427],[3.70118,-62.87974],[3.68768,-62.88695],[3.6801,-62.89533],[3.6747,-62.90396],[3.6783,-62.91645],[3.67393,-62.92482],[3.65761,-62.92237],[3.64784,-62.92791],[3.63768,-62.93023],[3.62573,-62.94388],[3.61352,-62.95213],[3.61648,-62.97982],[3.61995,-62.98909],[3.64912,-63.01653],[3.65748,-63.02271],[3.6729,-63.0343],[3.67946,-63.0504],[3.68563,-63.05774],[3.69026,-63.07114],[3.6959,-63.07451],[3.70027,-63.06318],[3.71184,-63.06266],[3.72996,-63.0588],[3.7423,-63.06202],[3.77045,-63.07502],[3.7752,-63.08391],[3.78356,-63.0861],[3.8063,-63.11521],[3.80708,-63.12113],[3.80643,-63.13286],[3.80887,-63.14174],[3.80502,-63.14767],[3.8099,-63.15681],[3.80887,-63.16647],[3.81723,-63.17536],[3.81736,-63.19107],[3.8153,-63.19944],[3.82006,-63.20962],[3.83304,-63.21606],[3.83843,-63.22623],[3.84769,-63.22417],[3.85552,-63.23074],[3.86054,-63.22559],[3.87878,-63.23177],[3.88816,-63.22855],[3.89483,-63.21925],[3.90588,-63.22543],[3.90793,-63.2302],[3.91886,-63.26433],[3.9249,-63.28919],[3.93453,-63.30078],[3.9407,-63.30799],[3.94224,-63.31328],[3.94481,-63.33028],[3.95881,-63.3466],[3.96588,-63.35652],[3.97012,-63.3636],[3.96922,-63.37571],[3.96627,-63.3846],[3.9742,-63.39832],[3.97369,-63.4045],[3.96366,-63.44211],[3.953,-63.45035],[3.94208,-63.44996],[3.91432,-63.44533],[3.89125,-63.44968],[3.882,-63.45818],[3.85861,-63.49077],[3.85039,-63.51485],[3.85296,-63.52683],[3.86915,-63.55413],[3.88457,-63.56598],[3.89511,-63.57152],[3.90474,-63.58067],[3.91014,-63.5902],[3.92145,-63.59638],[3.94201,-63.59934],[3.94766,-63.60166],[3.95755,-63.613],[3.96925,-63.6215],[3.97259,-63.63361],[3.97195,-63.64352],[3.96629,-63.66465],[3.95601,-63.67083],[3.93969,-63.68873],[3.93533,-63.70032],[3.93828,-63.71127],[3.94458,-63.72003],[3.94432,-63.72583],[3.93777,-63.73111],[3.93288,-63.73626],[3.93802,-63.74927],[3.93687,-63.75815],[3.93211,-63.77271],[3.93147,-63.7852],[3.94124,-63.80478],[3.95807,-63.82603],[3.96526,-63.8353],[3.96616,-63.84677],[3.96462,-63.85565],[3.95922,-63.86918],[3.94843,-63.87884],[3.94098,-63.88991],[3.93571,-63.91039],[3.93327,-63.92598],[3.92492,-63.93384],[3.91425,-63.9404],[3.89678,-63.95045],[3.88585,-63.9565],[3.87018,-63.97222],[3.86465,-63.98252],[3.86375,-63.98896],[3.86748,-64.00867],[3.87313,-64.02786],[3.88084,-64.03945],[3.88444,-64.05516],[3.89549,-64.06302],[3.91207,-64.06985],[3.94779,-64.06585],[3.95678,-64.06779],[3.97446,-64.07371],[4.02097,-64.10359],[4.02868,-64.10526],[4.05579,-64.10578],[4.06594,-64.11454],[4.0802,-64.11582],[4.10922,-64.12853],[4.11025,-64.13458],[4.1105,-64.16125],[4.1177,-64.17322],[4.1186,-64.18031],[4.11127,-64.20246],[4.11423,-64.21676],[4.12361,-64.23711],[4.12296,-64.24612],[4.11988,-64.2572],[4.12052,-64.26866],[4.12309,-64.27703],[4.13838,-64.28708],[4.13992,-64.29532],[4.13819,-64.30077],[4.12882,-64.31558],[4.12702,-64.33181],[4.13216,-64.34636],[4.12869,-64.35692],[4.12933,-64.36787],[4.13306,-64.37933],[4.13421,-64.38848],[4.13203,-64.39582],[4.12509,-64.41063],[4.12381,-64.41475],[4.12728,-64.43639],[4.12522,-64.44837],[4.12098,-64.45738],[4.11494,-64.47606],[4.10813,-64.49512],[4.10505,-64.51045],[4.11263,-64.52655],[4.11636,-64.53951],[4.11083,-64.55342],[4.10248,-64.56089],[4.09799,-64.57428],[4.10518,-64.59193],[4.13447,-64.63958],[4.1468,-64.64345],[4.16774,-64.6522],[4.19523,-64.66354],[4.20294,-64.66599],[4.20987,-64.67127],[4.21219,-64.67925],[4.23117,-64.69141],[4.23926,-64.70364],[4.25262,-64.73597],[4.26598,-64.75697],[4.27124,-64.77191],[4.27355,-64.81222],[4.26675,-64.8233],[4.2557,-64.82871],[4.24594,-64.82961],[4.22695,-64.82621],[4.20806,-64.82299],[4.18893,-64.82183],[4.17351,-64.81733],[4.16311,-64.81295],[4.15116,-64.80213],[4.13651,-64.78268],[4.13253,-64.7698],[4.12521,-64.75125],[4.11211,-64.7403],[4.09631,-64.72884],[4.07588,-64.72395],[4.06637,-64.72202],[4.05802,-64.71802],[4.05237,-64.70604],[4.04081,-64.6902],[4.0286,-64.67964],[4.0128,-64.67655],[3.99109,-64.67693],[3.98569,-64.67333],[3.97785,-64.65182],[3.9686,-64.63907],[3.94907,-64.63482],[3.9394,-64.62639],[3.93593,-64.61764],[3.93593,-64.60798],[3.93182,-64.59355],[3.9227,-64.58428],[3.91229,-64.58015],[3.87078,-64.5741],[3.86101,-64.56998],[3.82396,-64.52472],[3.807,-64.51674],[3.77808,-64.48608],[3.77461,-64.47733],[3.77783,-64.45775],[3.7759,-64.44538],[3.76665,-64.4298],[3.75996,-64.40984],[3.75868,-64.39927],[3.74674,-64.3649],[3.71191,-64.33708],[3.70972,-64.33013],[3.71165,-64.32021],[3.70651,-64.31467],[3.68144,-64.30462],[3.66808,-64.30965],[3.66126,-64.30694],[3.65085,-64.27886],[3.65047,-64.26392],[3.65381,-64.25465],[3.65959,-64.24834],[3.65946,-64.2446],[3.65587,-64.24177],[3.65008,-64.24164],[3.63877,-64.24679],[3.63311,-64.24602],[3.62836,-64.24022],[3.63029,-64.23095],[3.62772,-64.22966],[3.60702,-64.21923],[3.60471,-64.21627],[3.60111,-64.20326],[3.57797,-64.19772],[3.56409,-64.18227],[3.54943,-64.17325],[3.54352,-64.17299],[3.52809,-64.1842],[3.52028,-64.18401],[3.50216,-64.17074],[3.4875,-64.154],[3.48287,-64.13416],[3.47606,-64.1285],[3.46436,-64.12193],[3.4425,-64.12798],[3.43119,-64.12682],[3.41422,-64.12102],[3.39223,-64.1285],[3.38507,-64.14066],[3.37144,-64.14748],[3.36308,-64.13409],[3.34534,-64.12688],[3.33042,-64.11889],[3.30792,-64.11876],[3.29095,-64.12314],[3.2831,-64.12069],[3.28015,-64.12224],[3.27539,-64.12971],[3.2597,-64.1475],[3.23912,-64.15845],[3.22652,-64.15536],[3.21752,-64.15613],[3.20865,-64.15845],[3.20132,-64.1636],[3.19167,-64.17313],[3.16582,-64.18112],[3.16016,-64.18898],[3.15824,-64.20752],[3.14576,-64.22375],[3.13213,-64.2262],[3.1221,-64.22362],[3.10949,-64.2195],[3.09702,-64.21886],[3.08441,-64.21396],[3.07644,-64.19812],[3.06708,-64.18699],[3.06074,-64.17611],[3.04942,-64.16993],[3.03026,-64.14752],[3.02215,-64.1443],[3.01096,-64.14829],[3.00016,-64.15203],[2.99617,-64.16001],[2.98691,-64.16066],[2.98357,-64.15744],[2.98279,-64.14791],[2.98498,-64.14314],[2.98678,-64.12691],[2.98176,-64.11905],[2.97662,-64.10811],[2.96839,-64.10643],[2.96414,-64.10733],[2.95321,-64.10489],[2.94446,-64.09729],[2.93182,-64.08703],[2.91908,-64.07145],[2.90532,-64.07106],[2.89014,-64.06952],[2.88178,-64.07737],[2.87342,-64.07737],[2.86711,-64.06823],[2.85477,-64.05303],[2.82981,-64.03989],[2.82737,-64.03255],[2.8199,-64.02276],[2.8073,-64.01709],[2.7961,-64.01774],[2.77565,-64.01632],[2.77231,-64.01143],[2.77115,-64.00383],[2.76484,-63.99996],[2.75661,-64.00473],[2.74354,-64.00308],[2.73415,-63.99948],[2.72862,-63.98969],[2.7191,-63.98698],[2.71086,-63.99613],[2.70597,-64.00115],[2.6962,-64.00179],[2.69182,-63.99922],[2.68243,-63.98904],[2.6733,-63.99033],[2.66879,-63.99213],[2.65864,-63.98741],[2.64835,-63.98883],[2.63767,-63.99334],[2.63175,-64.00132],[2.62095,-64.0115],[2.61091,-64.01175],[2.59882,-64.01716],[2.57737,-64.03245],[2.57673,-64.04417],[2.56296,-64.04842],[2.55112,-64.04778],[2.5425,-64.04752],[2.52653,-64.0475],[2.51224,-64.05858],[2.50156,-64.06077],[2.49539,-64.05484],[2.495,-64.0493],[2.48638,-64.03939],[2.47068,-64.0305],[2.46644,-64.01839],[2.47609,-64.00822],[2.47647,-64.00281],[2.46553,-63.98001],[2.46656,-63.97318],[2.47223,-63.96172],[2.46013,-63.95206],[2.45614,-63.93339],[2.47004,-63.91986],[2.46952,-63.90531],[2.46669,-63.88998],[2.46849,-63.87942],[2.48201,-63.86757],[2.48747,-63.85312],[2.49094,-63.84681],[2.48438,-63.83341],[2.48772,-63.82427],[2.47357,-63.81615],[2.47305,-63.811],[2.47884,-63.8025],[2.47859,-63.79683],[2.46804,-63.79786],[2.46134,-63.79567],[2.45311,-63.78189],[2.4432,-63.77146],[2.44243,-63.743],[2.45079,-63.73128],[2.44449,-63.72046],[2.44616,-63.71247],[2.4553,-63.70307],[2.45632,-63.69779],[2.45517,-63.692],[2.44268,-63.68298],[2.44384,-63.66894],[2.44114,-63.65761],[2.4405,-63.63507],[2.44268,-63.61343],[2.45156,-63.59913],[2.45143,-63.58934],[2.44626,-63.55657],[2.42657,-63.55193],[2.42528,-63.54099],[2.42181,-63.52489],[2.42309,-63.51533],[2.4263,-63.50825],[2.42759,-63.4973],[2.43595,-63.49099],[2.43492,-63.48494],[2.42321,-63.47257],[2.40031,-63.46279],[2.40185,-63.45428],[2.40777,-63.45132],[2.41614,-63.44334],[2.42862,-63.43947],[2.4438,-63.42968],[2.44921,-63.42209],[2.45088,-63.41822],[2.43711,-63.40714],[2.42759,-63.39671],[2.42888,-63.38615],[2.41794,-63.37069],[2.39915,-63.36438],[2.38255,-63.35678],[2.372,-63.36554],[2.3635,-63.37057],[2.36196,-63.3761],[2.34973,-63.37688],[2.33738,-63.37494],[2.32953,-63.36374],[2.32117,-63.36271],[2.31254,-63.36773],[2.30392,-63.36387],[2.29015,-63.36902],[2.27986,-63.36593],[2.27599,-63.36142],[2.27046,-63.36091],[2.26197,-63.36863],[2.24305,-63.36889],[2.23957,-63.37572],[2.2267,-63.38164],[2.21782,-63.37636],[2.21068,-63.3761],[2.20927,-63.38074],[2.20258,-63.38679],[2.20283,-63.39465],[2.19691,-63.39839],[2.18082,-63.38989],[2.16474,-63.39285],[2.14942,-63.39439],[2.13822,-63.41397],[2.13269,-63.42749],[2.12664,-63.43342],[2.12612,-63.44192],[2.13565,-63.45802],[2.1426,-63.46575],[2.14105,-63.47193],[2.13694,-63.47425],[2.1287,-63.4736],[2.12162,-63.48056],[2.11531,-63.48867],[2.11016,-63.49434],[2.10965,-63.50181],[2.11281,-63.50707],[2.12349,-63.51558],[2.12825,-63.52742],[2.13289,-63.53541],[2.13147,-63.54649],[2.13212,-63.56143],[2.12903,-63.568],[2.11976,-63.57972],[2.12182,-63.59221],[2.1159,-63.60123],[2.10689,-63.61848],[2.10251,-63.62042],[2.09595,-63.6163],[2.09247,-63.61874],[2.08913,-63.62518],[2.08512,-63.62816],[2.0725,-63.63357],[2.07057,-63.63898],[2.07044,-63.64555],[2.07083,-63.65469],[2.06851,-63.65959],[2.05783,-63.66217],[2.0474,-63.66372],[2.03556,-63.66127],[2.02436,-63.66127],[2.02114,-63.66449],[2.02204,-63.67234],[2.02783,-63.6869],[2.038,-63.68394],[2.04573,-63.69166],[2.04573,-63.69823],[2.03749,-63.71523],[2.02745,-63.72708],[2.02114,-63.73314],[2.01406,-63.73739],[1.9999,-63.74164],[1.99527,-63.7513],[1.9972,-63.75542],[2.00389,-63.76225],[2.00055,-63.76791],[1.99051,-63.77538],[1.98252,-63.78247],[1.97944,-63.79148],[1.99051,-63.81441],[1.99475,-63.81827],[1.99565,-63.82111],[1.98896,-63.82677],[1.97454,-63.83167],[1.96708,-63.83244],[1.96309,-63.83914],[1.9636,-63.84545],[1.97635,-63.85485],[1.9775,-63.86013],[1.97712,-63.86928],[1.9833,-63.88113],[1.99038,-63.89517],[1.98857,-63.90508],[1.9824,-63.91771],[1.98536,-63.93033],[1.98935,-63.93548],[1.9869,-63.95287],[1.99128,-63.97348],[1.98716,-63.9803],[1.97956,-63.98648],[1.97042,-64.00503],[1.95832,-64.01817],[1.9488,-64.021],[1.94378,-64.02641],[1.93902,-64.03891],[1.93194,-64.04444],[1.92949,-64.06029],[1.9237,-64.0608],[1.91044,-64.06054],[1.87839,-64.06196],[1.86526,-64.06698],[1.8462,-64.07085],[1.84093,-64.06892],[1.82947,-64.05513],[1.82432,-64.05398],[1.81943,-64.05475],[1.81363,-64.06016],[1.80771,-64.06003],[1.80205,-64.05835],[1.76863,-64.06875],[1.76271,-64.07377],[1.75691,-64.07764],[1.74906,-64.07751],[1.74224,-64.06746],[1.73425,-64.06695],[1.72447,-64.07107],[1.72061,-64.07248],[1.7107,-64.06772],[1.70065,-64.06025],[1.68675,-64.0627],[1.67066,-64.06695],[1.65546,-64.07493],[1.64426,-64.08202],[1.64168,-64.08601],[1.63319,-64.09026],[1.62314,-64.09348],[1.61529,-64.09567],[1.60692,-64.10778],[1.59662,-64.11151],[1.58877,-64.11396],[1.58079,-64.12503],[1.57576,-64.13392],[1.57834,-64.1392],[1.58272,-64.14513],[1.5813,-64.15337],[1.57576,-64.16432],[1.56559,-64.17655],[1.54242,-64.19223],[1.52544,-64.19837],[1.51623,-64.20799],[1.50887,-64.23582],[1.50559,-64.25322],[1.4837,-64.2743],[1.47347,-64.28801],[1.45158,-64.31727],[1.43153,-64.32505],[1.41946,-64.32955],[1.39982,-64.32996],[1.38591,-64.33487],[1.38022,-64.34098],[1.36222,-64.34139],[1.37736,-64.3551],[1.38452,-64.35653],[1.38759,-64.36595],[1.38329,-64.37413],[1.39086,-64.38027],[1.38841,-64.39357],[1.40109,-64.39583],[1.41255,-64.39173],[1.41909,-64.39357],[1.4382,-64.38709],[1.44485,-64.37168],[1.45528,-64.37045],[1.46142,-64.37434],[1.47411,-64.36534],[1.48311,-64.3504],[1.50009,-64.34528],[1.5142,-64.34508],[1.52075,-64.34978],[1.52034,-64.36411],[1.523,-64.37802],[1.52116,-64.38621],[1.52811,-64.39337],[1.51932,-64.40381],[1.48556,-64.4255],[1.4737,-64.43103],[1.46797,-64.44249],[1.47881,-64.44965],[1.47595,-64.45866],[1.46838,-64.47237],[1.45672,-64.48526],[1.45017,-64.49099],[1.44015,-64.50675],[1.43401,-64.5133],[1.4428,-64.52333],[1.43994,-64.52906],[1.4248,-64.53028],[1.41662,-64.53847],[1.40843,-64.56057],[1.37059,-64.57879],[1.34767,-64.57653],[1.33396,-64.5884],[1.33683,-64.60437],[1.31765,-64.63256],[1.28942,-64.65384],[1.28798,-64.66919],[1.2841,-64.67942],[1.29146,-64.69722],[1.28246,-64.705],[1.25873,-64.71155],[1.24768,-64.71523],[1.23254,-64.73161],[1.2219,-64.74941],[1.25238,-64.7711],[1.26425,-64.78481],[1.27939,-64.78297],[1.29228,-64.78297],[1.30865,-64.79709],[1.30926,-64.80303],[1.30026,-64.81326],[1.28532,-64.83557],[1.27735,-64.84744],[1.26323,-64.85378],[1.25279,-64.85255],[1.2264,-64.86667],[1.22517,-64.87752],[1.24563,-64.88653],[1.2487,-64.89717],[1.24829,-64.9031],[1.23561,-64.9076],[1.22476,-64.90965],[1.2112,-64.93405],[1.21345,-64.94367],[1.21447,-64.95595],[1.20547,-64.9625],[1.18808,-64.97007],[1.17705,-64.96751],[1.15986,-64.97365],[1.14636,-64.97754],[1.14247,-64.98634],[1.13019,-64.99576],[1.12917,-65.00885],[1.11894,-65.01909],[1.11137,-65.01949],[1.1171,-65.03341],[1.11464,-65.04753],[1.11219,-65.06411],[1.12897,-65.06001],[1.14165,-65.05858],[1.148,-65.06759],[1.15291,-65.06881],[1.14922,-65.07823],[1.14411,-65.08785],[1.15884,-65.10606],[1.15045,-65.11097],[1.13981,-65.12284],[1.13244,-65.12591],[1.12672,-65.14024],[1.12406,-65.1564],[1.11996,-65.1605],[1.11117,-65.15477],[1.09868,-65.15211],[1.08211,-65.15763],[1.07147,-65.15477],[1.0504,-65.15763],[1.04098,-65.16152],[1.02543,-65.17073],[1.01716,-65.17126],[1.01082,-65.16451],[1.00632,-65.15714],[0.99956,-65.16021],[0.98831,-65.16205],[0.97337,-65.16901],[0.95803,-65.17024],[0.94104,-65.17556],[0.92856,-65.18825],[0.9081,-65.20626],[0.93061,-65.21076],[0.92958,-65.22181],[0.92774,-65.23429],[0.9214,-65.24637],[0.92239,-65.26257],[0.94142,-65.28058],[0.94163,-65.29531],[0.93958,-65.30821],[0.93101,-65.32573],[0.91301,-65.34067],[0.88436,-65.35213],[0.85121,-65.38221],[0.83505,-65.39715],[0.80315,-65.40574],[0.77347,-65.39673],[0.76099,-65.40062],[0.70022,-65.435],[0.67607,-65.51052],[0.66911,-65.52423],[0.64885,-65.54224],[0.6732,-65.55841],[0.68835,-65.56946],[0.71863,-65.57744],[0.76038,-65.57437],[0.79987,-65.54244],[0.85758,-65.49865],[0.88561,-65.49967],[0.91462,-65.51287],[0.93303,-65.52494],[0.93999,-65.53108],[0.97416,-65.54193],[0.98849,-65.56178],[0.99319,-65.58429],[1.01427,-65.61315],[0.99647,-65.62584],[1.01099,-65.64814],[1.0112,-65.6553],[0.99176,-65.68027],[1.0026,-65.70074],[1.00281,-65.73553],[0.99319,-65.74515],[0.976,-65.76254],[0.96209,-65.79508],[0.94893,-65.82797],[0.93584,-65.88056],[0.90289,-65.891],[0.85992,-65.94482],[0.83013,-65.96191],[0.8156,-65.96764],[0.81192,-66.06464],[0.79718,-66.07365],[0.76383,-66.08572],[0.74869,-66.14282],[0.77017,-66.17597],[0.78245,-66.20401],[0.76608,-66.28047],[0.75626,-66.32099],[0.82051,-66.39118],[1.03303,-66.63032],[1.20187,-66.81858],[1.22916,-66.85696],[1.167,-67.08789],[1.17092,-67.09092],[1.18107,-67.07769],[1.18813,-67.08856],[1.20244,-67.08005],[1.21947,-67.08983],[1.23124,-67.08802],[1.23758,-67.09961],[1.25153,-67.09581],[1.26131,-67.09925],[1.27,-67.11828],[1.27109,-67.1248],[1.28033,-67.12136],[1.28775,-67.12534],[1.29753,-67.13694],[1.30496,-67.14364],[1.31692,-67.14527],[1.31999,-67.15505],[1.32652,-67.15379],[1.33177,-67.15052],[1.34316,-67.14985],[1.34153,-67.133],[1.33863,-67.12267],[1.33537,-67.10909],[1.34932,-67.08753],[1.35602,-67.08535],[1.37232,-67.06832],[1.37613,-67.07738],[1.41163,-67.07792],[1.42595,-67.07656],[1.43409,-67.08298],[1.46021,-67.07399],[1.47477,-67.07656],[1.49232,-67.08941],[1.52058,-67.09883],[1.54028,-67.09112],[1.57154,-67.10097],[1.58524,-67.09583],[1.59765,-67.11211],[1.6105,-67.14166],[1.62977,-67.13352],[1.65546,-67.13095],[1.67686,-67.13095],[1.68628,-67.12496],[1.70512,-67.13952],[1.73295,-67.14252],[1.73595,-67.13566],[1.7565,-67.14123],[1.77576,-67.12581],[1.80145,-67.13438],[1.80487,-67.15408],[1.81772,-67.14894],[1.83784,-67.16265],[1.85239,-67.18364],[1.86267,-67.20805],[1.89392,-67.2072],[1.91832,-67.21748],[1.92003,-67.25346],[1.92517,-67.28001],[1.91533,-67.28087],[1.90334,-67.29929],[1.94358,-67.31771],[1.98211,-67.33355],[1.99366,-67.3464],[2.03005,-67.33912],[2.0369,-67.35368],[2.07114,-67.34769],[2.08655,-67.33998],[2.09725,-67.35283],[2.10967,-67.35197],[2.1208,-67.34212],[2.15418,-67.31985],[2.16788,-67.3327],[2.17986,-67.34854],[2.17772,-67.35882],[2.188,-67.36054],[2.1929,-67.36718],[2.21047,-67.36307],[2.21823,-67.36969],[2.23603,-67.3955],[2.23192,-67.41742],[2.2059,-67.42678],[2.19632,-67.42359],[2.20225,-67.44665],[2.19321,-67.44753],[2.17062,-67.45118],[2.17336,-67.46739],[2.16195,-67.48795],[2.16628,-67.49183],[2.1656,-67.51307],[2.15966,-67.5238],[2.16217,-67.5318],[2.15442,-67.53385],[2.15236,-67.55281],[2.1624,-67.56286],[2.16354,-67.57016],[2.16195,-67.57793],[2.14985,-67.58501],[2.12726,-67.5898],[2.11242,-67.58432],[2.10182,-67.5781],[2.09177,-67.5886],[2.08105,-67.58883],[2.07877,-67.60048],[2.04499,-67.60322],[2.04408,-67.61692],[2.04202,-67.62834],[2.02901,-67.63268],[2.02034,-67.63154],[2.00596,-67.64592],[1.99409,-67.65871],[2.01053,-67.67653],[2.00231,-67.69251],[2.01304,-67.70188],[2.01943,-67.71718],[2.01167,-67.72403],[2.016,-67.7286],[2.02696,-67.72882],[2.03768,-67.74253],[2.03814,-67.77678],[2.0103,-67.77884],[1.99295,-67.80487],[1.98017,-67.81629],[1.9578,-67.82977],[1.94025,-67.83751],[1.94162,-67.84436],[1.93523,-67.85852],[1.92268,-67.87291],[1.90419,-67.87633],[1.90168,-67.88524],[1.89711,-67.89711],[1.89848,-67.91538],[1.893,-67.92292],[1.88022,-67.92269],[1.87657,-67.91561],[1.86287,-67.91264],[1.86196,-67.92201],[1.84895,-67.92338],[1.83503,-67.91995],[1.82407,-67.92452],[1.81585,-67.92246],[1.8227,-67.94256],[1.83115,-67.94964],[1.81973,-67.96243],[1.81563,-67.97978],[1.83777,-67.99349],[1.83868,-68.00468],[1.82955,-68.02158],[1.817,-68.02683],[1.83891,-68.03528],[1.84347,-68.03985],[1.86767,-68.04236],[1.88091,-68.0588],[1.89529,-68.06086],[1.89369,-68.07502],[1.90145,-68.08552],[1.89985,-68.091],[1.91423,-68.10356],[1.93386,-68.10813],[1.94048,-68.11795],[1.94938,-68.12183],[1.95395,-68.12731],[1.9592,-68.12709],[1.97654,-68.14444],[1.9665,-68.16614],[1.9722,-68.17367],[1.98133,-68.16911],[1.97905,-68.17413],[1.98148,-68.18311],[1.98901,-68.18311],[2.00567,-68.18745],[2.04356,-68.18973],[2.03831,-68.20115],[2.00019,-68.20252],[1.98581,-68.208],[1.98079,-68.21828],[1.96915,-68.21759],[1.95203,-68.22924],[1.93058,-68.23929],[1.92213,-68.2482],[1.89931,-68.25048],[1.87899,-68.25733],[1.86507,-68.27332],[1.8532,-68.27743],[1.84511,-68.28914],[1.82685,-68.28572],[1.83027,-68.27772],[1.81749,-68.27749],[1.82182,-68.26311],[1.82456,-68.24301],[1.81817,-68.23639],[1.80516,-68.23958],[1.78256,-68.24644],[1.7659,-68.23821],[1.7764,-68.23319],[1.77024,-68.22223],[1.77275,-68.21035],[1.78188,-68.2051],[1.77594,-68.19345],[1.76659,-68.18135],[1.75631,-68.18934],[1.74193,-68.19254],[1.73075,-68.1898],[1.72769,-69.38804],[1.74714,-69.4059],[1.75927,-69.4686],[1.75742,-69.48178],[1.76601,-69.50099],[1.76702,-69.51009],[1.77713,-69.51161],[1.78066,-69.54043],[1.77056,-69.56065],[1.75792,-69.57835],[1.76399,-69.59099],[1.74074,-69.61172],[1.74023,-69.62739],[1.73013,-69.63346],[1.73265,-69.64762],[1.72255,-69.65571],[1.7372,-69.67947],[1.7367,-69.72245],[1.72659,-69.75531],[1.70183,-69.78565],[1.70941,-69.82104],[1.72154,-69.84379],[1.71372,-69.84615],[1.07616,-69.84717],[1.0795,-69.8351],[1.06472,-69.82382],[1.06234,-69.80634],[1.08283,-69.79443],[1.11301,-69.74931],[1.11047,-69.72786],[1.11095,-69.72039],[1.12145,-69.70783],[1.11557,-69.70195],[1.08201,-69.70728],[1.07629,-69.69854],[1.07201,-69.6825],[1.06946,-69.67344],[1.08157,-69.66968],[1.08744,-69.65195],[1.09348,-69.64258],[1.08347,-69.63336],[1.09745,-69.62208],[1.09602,-69.60492],[1.07283,-69.57553],[1.07203,-69.55631],[1.07156,-69.5436],[1.06584,-69.51754],[1.0781,-69.48583],[1.07079,-69.47392],[1.0773,-69.46756],[1.06491,-69.43531],[1.04633,-69.43436],[1.04109,-69.42276],[1.04204,-69.40941],[1.05379,-69.40004],[1.07176,-69.38277],[1.07995,-69.37798],[1.08776,-69.37597],[1.07781,-69.37118],[1.08197,-69.36563],[1.0773,-69.35769],[1.08323,-69.33248],[1.08726,-69.32265],[1.07743,-69.31181],[1.06495,-69.30475],[1.05954,-69.29379],[1.06067,-69.29064],[1.04996,-69.28874],[1.05399,-69.28257],[1.0526,-69.26921],[1.05349,-69.25749],[1.05613,-69.24539],[1.04782,-69.24665],[1.04227,-69.24375],[1.03516,-69.2327],[1.02205,-69.22035],[1.01323,-69.20737],[1.0034,-69.20497],[0.99798,-69.19804],[0.98223,-69.21758],[0.97467,-69.2201],[0.9724,-69.21833],[0.97051,-69.20863],[0.96118,-69.20333],[0.95891,-69.19325],[0.9545,-69.18443],[0.95009,-69.17157],[0.9443,-69.17081],[0.93888,-69.16514],[0.93623,-69.17094],[0.93749,-69.18039],[0.93409,-69.18859],[0.92766,-69.19213],[0.92312,-69.19276],[0.91543,-69.19087],[0.91279,-69.1862],[0.90522,-69.18419],[0.90044,-69.18179],[0.89426,-69.16868],[0.88229,-69.15923],[0.87964,-69.14952],[0.88141,-69.13881],[0.86288,-69.13642],[0.85154,-69.14045],[0.84738,-69.14915],[0.85015,-69.15873],[0.84662,-69.16465],[0.83704,-69.16679],[0.81981,-69.16566],[0.81049,-69.16251],[0.8062,-69.15242],[0.79347,-69.15343],[0.78515,-69.14889],[0.77091,-69.14663],[0.76386,-69.15242],[0.75579,-69.16036],[0.75995,-69.17209],[0.75869,-69.17826],[0.75213,-69.17814],[0.74646,-69.18809],[0.7389,-69.18835],[0.72201,-69.18116],[0.71256,-69.17738],[0.71314,-69.16441],[0.70546,-69.15471],[0.69525,-69.14551],[0.66324,-69.12572],[0.65441,-69.11828],[0.64143,-69.11526],[0.63362,-69.12257],[0.63513,-69.12799],[0.64295,-69.13101],[0.64597,-69.13757],[0.64433,-69.14601],[0.65202,-69.17223],[0.65278,-69.18559],[0.64912,-69.19466],[0.64244,-69.1992],[0.63601,-69.19681],[0.63299,-69.2026],[0.62366,-69.20134],[0.61421,-69.1997],[0.60892,-69.20021],[0.6084,-69.20826],[0.60992,-69.21229],[0.60475,-69.22691],[0.60412,-69.23233],[0.59908,-69.23221],[0.60286,-69.23762],[0.61004,-69.24216],[0.60588,-69.25502],[0.60828,-69.25842],[0.60551,-69.26939],[0.60198,-69.27342],[0.60689,-69.28628],[0.6045,-69.2946],[0.61307,-69.28817],[0.61962,-69.28287],[0.6355,-69.29006],[0.64911,-69.28363],[0.6505,-69.29119],[0.64924,-69.30165],[0.63764,-69.313],[0.6287,-69.31943],[0.64168,-69.32182],[0.63928,-69.32686],[0.64445,-69.3319],[0.64369,-69.33884],[0.63348,-69.33871],[0.62643,-69.34463],[0.61924,-69.34917],[0.61508,-69.35182],[0.61634,-69.35635],[0.63575,-69.36858],[0.65415,-69.38673],[0.66348,-69.40148],[0.67129,-69.40286],[0.67785,-69.40614],[0.68264,-69.4108],[0.68894,-69.41471],[0.68957,-69.41862],[0.69549,-69.43085],[0.70179,-69.43513],[0.71452,-69.43211],[0.71629,-69.44408],[0.71641,-69.44799],[0.72045,-69.45593],[0.72574,-69.45908],[0.73116,-69.45782],[0.73746,-69.46324],[0.73582,-69.48252],[0.73141,-69.48555],[0.72385,-69.49903],[0.72259,-69.50294],[0.71478,-69.50445],[0.71351,-69.51605],[0.70179,-69.53533],[0.68919,-69.53206],[0.68087,-69.53622],[0.68112,-69.55751],[0.68575,-69.56375],[0.6797,-69.56854],[0.67365,-69.56664],[0.66999,-69.57345],[0.66331,-69.57761],[0.66457,-69.5853],[0.65348,-69.59878],[0.64882,-69.59727],[0.64504,-69.59173],[0.63912,-69.58858],[0.63735,-69.60408],[0.63269,-69.60899],[0.62248,-69.60584],[0.61693,-69.60698],[0.62462,-69.61315],[0.63307,-69.61668],[0.63622,-69.6245],[0.62992,-69.63017],[0.63647,-69.63294],[0.6434,-69.63798],[0.64933,-69.63849],[0.65575,-69.64542],[0.66016,-69.64315],[0.66495,-69.64983],[0.66571,-69.66899],[0.66861,-69.67],[0.66672,-69.68361],[0.66306,-69.68865],[0.65449,-69.68676],[0.65084,-69.69042],[0.6559,-69.69581],[0.65212,-69.70602],[0.64178,-69.71522],[0.63334,-69.71724],[0.61985,-69.72228],[0.61506,-69.72959],[0.61204,-69.74043],[0.62036,-69.74736],[0.61771,-69.75177],[0.61103,-69.76085],[0.60561,-69.76488],[0.59792,-69.78101],[0.5877,-69.79009],[0.58279,-69.7979],[0.57586,-69.80547],[0.5872,-69.8124],[0.58997,-69.82034],[0.59249,-69.82652],[0.59073,-69.83408],[0.58556,-69.83824],[0.58947,-69.84996],[0.58569,-69.85853],[0.58077,-69.86105],[0.58266,-69.8676],[0.58102,-69.87769],[0.57838,-69.88588],[0.58657,-69.89395],[0.5843,-69.90201],[0.59073,-69.91714],[0.58632,-69.9184],[0.57926,-69.91588],[0.56892,-69.92596],[0.56136,-69.93214],[0.55607,-69.93731],[0.56338,-69.95898],[0.57447,-69.9634],[0.57957,-69.97474],[0.57793,-69.98558],[0.57553,-69.99088],[0.57679,-69.99844],[0.57276,-70.00512],[0.56621,-69.99516],[0.5623,-69.99415],[0.55675,-69.99945],[0.55058,-69.99768],[0.54768,-70.00638],[0.54932,-70.01104],[0.54592,-70.02012],[0.5565,-70.01898],[0.56406,-70.02907],[0.56658,-70.04016],[0.56356,-70.04684],[-0.10868,-70.04822],[-0.11647,-70.04822],[-0.1233,-70.04409],[-0.12918,-70.05188],[-0.13887,-70.05029],[-0.14777,-70.06014],[-0.16111,-70.06856],[-0.18383,-70.05458],[-0.1918,-70.05203],[-0.2007,-70.04044],[-0.22087,-70.00501],[-0.24169,-69.99404],[-0.24979,-69.98197],[-0.26822,-69.97387],[-0.28029,-69.95417],[-0.29316,-69.94813],[-0.29555,-69.93733],[-0.30921,-69.93669],[-0.327,-69.92239],[-0.34782,-69.88521],[-0.33939,-69.88474],[-0.34003,-69.87616],[-0.33971,-69.84645],[-0.34813,-69.84009],[-0.36863,-69.83104],[-0.37514,-69.83263],[-0.37768,-69.82834],[-0.37562,-69.80911],[-0.38674,-69.79593],[-0.39405,-69.79036],[-0.39897,-69.77813],[-0.40183,-69.77019],[-0.42137,-69.75033],[-0.43616,-69.73998],[-0.44538,-69.73092],[-0.45872,-69.69645],[-0.47222,-69.6742],[-0.4754,-69.6553],[-0.49637,-69.64116],[-0.50448,-69.61177],[-0.52052,-69.61669],[-0.538,-69.61606],[-0.54022,-69.60891],[-0.55357,-69.6016],[-0.56389,-69.59683],[-0.57676,-69.60033],[-0.59249,-69.60716],[-0.6025,-69.59635],[-0.62188,-69.5865],[-0.61775,-69.57538],[-0.63125,-69.57681],[-0.63507,-69.56633],[-0.64349,-69.573],[-0.65222,-69.57681],[-0.65778,-69.57697],[-0.65937,-69.58555],[-0.66827,-69.58269],[-0.67399,-69.58921],[-0.67891,-69.5873],[-0.684,-69.60144],[-0.6948,-69.60319],[-0.70722,-69.60849],[-0.71377,-69.61624],[-0.72926,-69.62756],[-0.74506,-69.62607],[-0.76115,-69.6219],[-0.77247,-69.61415],[-0.78588,-69.6067],[-0.78677,-69.59151],[-0.80614,-69.58525],[-0.81537,-69.56707],[-0.82461,-69.5635],[-0.83385,-69.58048],[-0.84606,-69.57303],[-0.8553,-69.55754],[-0.87645,-69.53519],[-0.88956,-69.52834],[-0.89403,-69.53459],[-0.91131,-69.53578],[-0.9274,-69.52834],[-0.93813,-69.51463],[-0.94766,-69.5036],[-0.9566,-69.49764],[-0.95183,-69.48543],[-0.9712,-69.46486],[-0.9858,-69.47142],[-1.0001,-69.45175],[-0.99474,-69.44013],[-1.00963,-69.43566],[-1.01947,-69.44103],[-1.02155,-69.44788],[-1.03764,-69.44401],[-1.04985,-69.42672],[-1.06296,-69.43358],[-1.06952,-69.43745],[-1.0862,-69.41927],[-1.11421,-69.4002],[-1.12851,-69.39603],[-1.14132,-69.39901],[-1.14966,-69.41182],[-1.17141,-69.41659],[-1.19405,-69.42047],[-1.21971,-69.42985],[-1.24861,-69.42866],[-1.279,-69.40959],[-1.31266,-69.40929],[-1.349,-69.40274],[-1.3639,-69.39767],[-1.38148,-69.42598],[-1.4065,-69.4385],[-1.44522,-69.43373],[-1.46131,-69.43671],[-1.48603,-69.45637],[-1.52535,-69.45757],[-1.54501,-69.45488],[-4.21642,-69.93649],[-4.21888,-69.93524],[-4.21972,-69.93671],[-4.22283,-69.94097],[-4.22501,-69.94255],[-4.22567,-69.94564],[-4.22681,-69.94755],[-4.26206,-69.95053],[-4.29244,-69.9446],[-4.32254,-69.97533],[-4.34324,-70.00202],[-4.35211,-70.02277],[-4.36663,-70.03167],[-4.33276,-70.04326],[-4.3212,-70.07211],[-4.30722,-70.07804],[-4.30641,-70.04758],[-4.29674,-70.03733],[-4.2884,-70.04623],[-4.29217,-70.06213],[-4.28464,-70.07157],[-4.28464,-70.09367],[-4.25803,-70.10095],[-4.25372,-70.11146],[-4.26394,-70.1182],[-4.27899,-70.1182],[-4.28249,-70.12629],[-4.27012,-70.14759],[-4.27846,-70.16322],[-4.3048,-70.17374],[-4.32147,-70.1546],[-4.33034,-70.1546],[-4.33141,-70.17967],[-4.35641,-70.18721],[-4.35641,-70.19827],[-4.31717,-70.20447],[-4.29378,-70.21417],[-4.30399,-70.22118],[-4.31448,-70.22442],[-4.3005,-70.26485],[-4.28168,-70.24194],[-4.2712,-70.24517],[-4.26932,-70.26162],[-4.28061,-70.28157],[-4.26797,-70.28184],[-4.25373,-70.30852],[-4.24378,-70.29585],[-4.23652,-70.27483],[-4.19673,-70.28318],[-4.16043,-70.28318],[-4.15479,-70.30286],[-4.13758,-70.31985],[-4.1443,-70.33332],[-4.17092,-70.33359],[-4.17119,-70.34869],[-4.13193,-70.37268],[-4.13274,-70.38832],[-4.13735,-70.3976],[-4.13323,-70.42248],[-4.13006,-70.43318],[-4.13587,-70.44419],[-4.14654,-70.44069],[-4.15594,-70.43275],[-4.16122,-70.43519],[-4.16185,-70.44239],[-4.15731,-70.45255],[-4.161,-70.45827],[-4.17495,-70.46113],[-4.17495,-70.46643],[-4.15752,-70.47733],[-4.1609,-70.48686],[-4.16956,-70.49269],[-4.18812,-70.49326],[-4.19614,-70.49834],[-4.19794,-70.50798],[-4.19012,-70.51243],[-4.16805,-70.50099],[-4.15295,-70.50523],[-4.13626,-70.52058],[-4.13636,-70.52831],[-4.14407,-70.53361],[-4.13478,-70.5496],[-4.13795,-70.55479],[-4.14957,-70.54271],[-4.15538,-70.54102],[-4.16298,-70.55722],[-4.17122,-70.55945],[-4.17291,-70.57342],[-4.1859,-70.5873],[-4.19234,-70.61578],[-4.18959,-70.62711],[-4.17006,-70.63315],[-4.13732,-70.618],[-4.12728,-70.61642],[-4.12722,-70.64561],[-4.13778,-70.65123],[-4.16461,-70.65101],[-4.14317,-70.66023],[-4.14222,-70.67336],[-4.15352,-70.67071],[-4.1625,-70.66605],[-4.19661,-70.67378],[-4.20643,-70.68077],[-4.20612,-70.68638],[-4.18858,-70.68786],[-4.18626,-70.69634],[-4.18816,-70.71847],[-4.18394,-70.7281],[-4.16746,-70.73996],[-4.16007,-70.74928],[-4.15806,-70.75881],[-4.16408,-70.77216],[-4.18531,-70.78666],[-4.18517,-70.7943],[-4.18115,-70.79992],[-4.18506,-70.80415],[-4.19182,-70.8033],[-4.19467,-70.80743],[-4.19721,-70.81707],[-4.20291,-70.82258],[-4.21157,-70.82522],[-4.21748,-70.84482],[-4.2253,-70.84746],[-4.23248,-70.84577],[-4.22931,-70.83719],[-4.22012,-70.8284],[-4.22002,-70.82131],[-4.22593,-70.81675],[-4.23058,-70.81771],[-4.24029,-70.82681],[-4.25285,-70.83049],[-4.25528,-70.83695],[-4.24831,-70.84595],[-4.24556,-70.85908],[-4.25095,-70.86629],[-4.25866,-70.86512],[-4.26911,-70.85379],[-4.2727,-70.84754],[-4.2764,-70.84606],[-4.27978,-70.84839],[-4.28221,-70.85347],[-4.28611,-70.86459],[-4.29203,-70.8756],[-4.299,-70.88037],[-4.32043,-70.8756],[-4.32423,-70.88026],[-4.32307,-70.88884],[-4.32476,-70.89911],[-4.33141,-70.90462],[-4.34313,-70.91023],[-4.35023,-70.93637],[-4.36999,-70.961],[-4.32994,-70.9958],[-4.37266,-71.12163],[-4.36786,-71.22605],[-4.38548,-71.2978],[-4.42338,-71.34599],[-4.41591,-71.39792],[-4.42659,-71.46325],[-4.43886,-71.52161],[-4.47296,-71.5602],[-4.5162,-71.59554],[-4.50019,-71.61],[-4.46175,-71.60518],[-4.47136,-71.6448],[-4.47403,-71.66622],[-4.49698,-71.66783],[-4.48791,-71.73208],[-4.46122,-71.74921],[-4.47937,-71.80276],[-4.51673,-71.92056],[-4.55517,-71.94412],[-4.59466,-71.96661],[-4.60961,-71.9998],[-4.62882,-72.01962],[-4.61868,-72.0496],[-4.65124,-72.06299],[-4.70781,-72.1326],[-4.70941,-72.16044],[-4.74623,-72.22202],[-4.76544,-72.27717],[-4.77551,-72.33082],[-4.79953,-72.37366],[-4.83367,-72.39133],[-4.85075,-72.3924],[-4.87102,-72.42828],[-4.88916,-72.44059],[-4.88436,-72.48343],[-4.9281,-72.48557],[-4.93611,-72.54554],[-4.96118,-72.56963],[-5.00012,-72.61943],[-5.03479,-72.63175],[-5.04332,-72.72224],[-5.06776,-72.75238],[-5.09602,-72.82359],[-5.11899,-72.82757],[-5.13589,-72.83854],[-5.13544,-72.84861],[-5.13893,-72.86003],[-5.14337,-72.86593],[-5.14454,-72.86957],[-5.151,-72.86672],[-5.15214,-72.87591],[-5.15705,-72.88095],[-5.16216,-72.88805],[-5.1708,-72.88667],[-5.18869,-72.88367],[-5.20146,-72.87683],[-5.22687,-72.86842],[-5.25271,-72.87512],[-5.26832,-72.87256],[-5.27457,-72.86871],[-5.29273,-72.87883],[-5.30863,-72.89536],[-5.33418,-72.90463],[-5.35451,-72.90792],[-5.38406,-72.9253],[-5.41945,-72.9392],[-5.44261,-72.95738],[-5.47508,-72.96112],[-5.52165,-72.96353],[-5.55236,-72.95686],[-5.58508,-72.96728],[-5.6234,-72.97423],[-5.6508,-72.96862],[-5.66197,-72.99081],[-5.68326,-72.99081],[-5.70454,-73.00712],[-5.7181,-73.00498],[-5.73274,-73.02797],[-5.75761,-73.05276],[-5.78714,-73.05971],[-5.79511,-73.08083],[-5.82517,-73.10382],[-5.83528,-73.11719],[-5.85629,-73.1204],[-5.86692,-73.15328],[-5.89059,-73.16424],[-5.93324,-73.18467],[-5.95079,-73.19028],[-5.97233,-73.18467],[-5.98589,-73.19643],[-6.00158,-73.19135],[-6.01141,-73.21889],[-6.04598,-73.25124],[-6.06937,-73.23359],[-6.07761,-73.24349],[-6.11935,-73.25311],[-6.15595,-73.24937],[-6.18732,-73.2213],[-6.19928,-73.22585],[-6.23356,-73.22211],[-6.23197,-73.2074],[-6.27342,-73.18949],[-6.27901,-73.16997],[-6.31302,-73.16383],[-6.36111,-73.14591],[-6.39831,-73.12934],[-6.39406,-73.12105],[-6.40924,-73.10459],[-6.42783,-73.12437],[-6.44776,-73.1201],[-6.46689,-73.1348],[-6.49823,-73.1495],[-6.52346,-73.15939],[-6.51629,-73.17196],[-6.52107,-73.19094],[-6.55268,-73.20511],[-6.57048,-73.20618],[-6.56091,-73.22169],[-6.58216,-73.2404],[-6.57962,-73.25688],[-6.5844,-73.2911],[-6.58865,-73.30446],[-6.58838,-73.34858],[-6.60591,-73.37691],[-6.63246,-73.38627],[-6.63937,-73.41033],[-6.65212,-73.43439],[-6.65238,-73.44776],[-6.66778,-73.47048],[-6.66194,-73.47289],[-6.67203,-73.49107],[-6.67123,-73.50845],[-6.68212,-73.53839],[-6.70336,-73.55363],[-6.71889,-73.56683],[-6.72473,-73.59249],[-6.73535,-73.61334],[-6.7542,-73.64142],[-6.7773,-73.65024],[-6.79217,-73.66467],[-6.81367,-73.68392],[-6.83597,-73.69569],[-6.83756,-73.71119],[-6.8849,-73.72592],[-6.90587,-73.74998],[-6.91967,-73.75185],[-6.93798,-73.76335],[-6.96293,-73.74838],[-6.9754,-73.76281],[-7.01255,-73.76415],[-7.01547,-73.75961],[-7.02555,-73.76495],[-7.05023,-73.7588],[-7.06174,-73.76242],[-7.07819,-73.77819],[-7.09066,-73.78781],[-7.10313,-73.78808],[-7.11639,-73.80332],[-7.13178,-73.79717],[-7.14769,-73.79209],[-7.15618,-73.77151],[-7.17316,-73.77311],[-7.1782,-73.76322],[-7.21188,-73.75359],[-7.22488,-73.74076],[-7.22912,-73.72258],[-7.24371,-73.72312],[-7.24716,-73.71617],[-7.27606,-73.71964],[-7.29781,-73.70013],[-7.31637,-73.70227],[-7.32114,-73.7159],[-7.34845,-73.75333],[-7.33838,-73.74958],[-7.33626,-73.76429],[-7.33705,-73.78755],[-7.33493,-73.82016],[-7.34872,-73.83407],[-7.35084,-73.85118],[-7.3694,-73.86321],[-7.37894,-73.8616],[-7.37444,-73.90063],[-7.3519,-73.92336],[-7.35058,-73.96052],[-7.36781,-73.96239],[-7.39803,-73.94341],[-7.41474,-73.93993],[-7.44655,-73.92416],[-7.46373,-73.91658],[-7.4796,-73.93242],[-7.49263,-73.93006],[-7.51516,-73.93785],[-7.53019,-73.94358],[-7.53186,-73.98436],[-7.5646,-73.98806],[-7.56961,-73.95942],[-7.58765,-73.94223],[-7.62239,-73.91898],[-7.63107,-73.89202],[-7.67115,-73.89202],[-7.68584,-73.85428],[-7.66848,-73.83945],[-7.70965,-73.8308],[-7.72399,-73.82136],[-7.73267,-73.76845],[-7.75371,-73.72195],[-7.77341,-73.69634],[-7.7851,-73.6832],[-7.82149,-73.68825],[-7.84586,-73.68151],[-7.84853,-73.69802],[-7.86856,-73.70308],[-7.86856,-73.73644],[-7.85621,-73.76205],[-7.86489,-73.76947],[-7.89226,-73.75228],[-7.8966,-73.77385],[-7.91629,-73.77958],[-7.93398,-73.74554],[-7.947,-73.75127],[-7.97103,-73.72936],[-7.96402,-73.69465],[-8.01272,-73.67744],[-8.01773,-73.65925],[-8.01706,-73.63768],[-8.03608,-73.62319],[-8.05843,-73.63633],[-8.08413,-73.61611],[-8.11282,-73.59488],[-8.13617,-73.59185],[-8.18254,-73.59589],[-8.20559,-73.59802],[-8.2176,-73.57948],[-8.23994,-73.57611],[-8.27463,-73.53601],[-8.29497,-73.54208],[-8.31931,-73.53264],[-8.33565,-73.54275],[-8.35499,-73.54309],[-8.37933,-73.51546],[-8.38666,-73.48715],[-8.40466,-73.47367],[-8.425,-73.44705],[-8.414,-73.4275],[-8.42133,-73.41267],[-8.439,-73.40661],[-8.46209,-73.39349],[-8.47542,-73.39652],[-8.47042,-73.37799],[-8.47975,-73.33216],[-8.55074,-73.33991],[-8.60972,-73.34901],[-8.62472,-73.3362],[-8.61406,-73.32171],[-8.64604,-73.3089],[-8.67336,-73.27756],[-8.69668,-73.25195],[-8.69335,-73.18792],[-8.70467,-73.16501],[-8.73965,-73.14007],[-8.76047,-73.13953],[-8.78379,-73.12235],[-8.81709,-73.11594],[-8.84373,-73.08797],[-8.87336,-73.07753],[-8.91165,-73.05899],[-8.91898,-73.01687],[-8.92663,-72.99766],[-8.97956,-72.97272],[-8.98688,-72.94408],[-9.00453,-72.96464],[-9.01617,-72.96699],[-9.03248,-72.95183],[-9.06377,-72.9461],[-9.09571,-72.94711],[-9.12266,-72.95014],[-9.13231,-72.96362],[-9.14961,-72.97609],[-9.16159,-73.00912],[-9.17523,-73.02597],[-9.19087,-73.02462],[-9.20151,-73.00777],[-9.2238,-73.0135],[-9.21681,-73.02866],[-9.23444,-73.04686],[-9.2218,-73.06607],[-9.24475,-73.08393],[-9.27892,-73.11002],[-9.30459,-73.10595],[-9.31423,-73.11168],[-9.31357,-73.13123],[-9.33784,-73.14942],[-9.35314,-73.15785],[-9.3538,-73.18144],[-9.37408,-73.19694],[-9.39337,-73.19559],[-9.41165,-73.20941],[-9.41241,-73.2049],[-9.41266,-72.71728],[-9.41733,-72.71835],[-9.42695,-72.71902],[-9.43261,-72.71114],[-9.44064,-72.69512],[-9.44025,-72.68498],[-9.44341,-72.6715],[-9.45552,-72.65414],[-9.44907,-72.64894],[-9.44933,-72.64026],[-9.44894,-72.62651],[-9.45341,-72.62037],[-9.45381,-72.6117],[-9.45894,-72.59314],[-9.46236,-72.58485],[-9.46671,-72.5695],[-9.47684,-72.55909],[-9.47131,-72.54841],[-9.47513,-72.54174],[-9.47737,-72.5328],[-9.48869,-72.52866],[-9.4937,-72.51678],[-9.48738,-72.51197],[-9.48725,-72.49769],[-9.48145,-72.48821],[-9.48672,-72.48167],[-9.48843,-72.47073],[-9.49146,-72.45324],[-9.48343,-72.45017],[-9.48448,-72.44003],[-9.48698,-72.43042],[-9.48277,-72.42107],[-9.48479,-72.40779],[-9.49032,-72.39405],[-9.49532,-72.38217],[-9.49585,-72.36882],[-9.49058,-72.36575],[-9.49835,-72.36201],[-9.50019,-72.3536],[-9.51217,-72.34199],[-9.52284,-72.34412],[-9.52297,-72.33705],[-9.53245,-72.33345],[-9.54456,-72.3205],[-9.54679,-72.31129],[-9.54232,-72.30475],[-9.53653,-72.29794],[-9.54456,-72.28633],[-9.54824,-72.28326],[-9.55943,-72.28606],[-9.57124,-72.28698],[-9.58098,-72.28672],[-9.60112,-72.29045],[-9.62178,-72.26963],[-9.62165,-72.26416],[-9.61757,-72.26162],[-9.61744,-72.25348],[-9.62717,-72.25628],[-9.63625,-72.26002],[-9.64362,-72.26029],[-9.65047,-72.25628],[-9.65784,-72.25121],[-9.65876,-72.24801],[-9.67668,-72.24982],[-9.68194,-72.25422],[-9.69168,-72.25235],[-9.69904,-72.25476],[-9.70536,-72.25329],[-9.71549,-72.25889],[-9.71904,-72.25983],[-9.73299,-72.25556],[-9.74088,-72.25743],[-9.74233,-72.2629],[-9.74877,-72.26597],[-9.75325,-72.25996],[-9.75298,-72.25329],[-9.75588,-72.24341],[-9.75969,-72.24154],[-9.76535,-72.23487],[-9.76443,-72.231],[-9.76759,-72.22713],[-9.76338,-72.22312],[-9.76785,-72.21872],[-9.77561,-72.21912],[-9.77969,-72.21364],[-9.77706,-72.20871],[-9.77732,-72.18948],[-9.78284,-72.18294],[-9.78587,-72.17],[-9.79403,-72.16572],[-9.796,-72.15064],[-9.80087,-72.15358],[-9.80613,-72.15118],[-9.81036,-72.1565],[-9.81575,-72.15597],[-9.8193,-72.16384],[-9.82601,-72.16251],[-9.83101,-72.16571],[-9.83285,-72.15717],[-9.84232,-72.1537],[-9.84666,-72.15637],[-9.85192,-72.15477],[-9.85731,-72.15624],[-9.86152,-72.15236],[-9.87362,-72.14996],[-9.87796,-72.13835],[-9.88387,-72.13982],[-9.88532,-72.14662],[-9.89439,-72.15223],[-9.9057,-72.15183],[-9.90951,-72.15717],[-9.90767,-72.16678],[-9.91517,-72.16424],[-9.91846,-72.17038],[-9.92582,-72.17025],[-9.92984,-72.1749],[-9.93418,-72.1741],[-9.93575,-72.16916],[-9.9418,-72.16636],[-9.94114,-72.16102],[-9.94522,-72.15768],[-9.95061,-72.16262],[-9.95653,-72.16209],[-9.96152,-72.15101],[-9.96849,-72.15114],[-9.96928,-72.15688],[-9.97467,-72.15849],[-9.97861,-72.15929],[-9.9798,-72.16943],[-9.98387,-72.17223],[-9.98348,-72.17784],[-9.99097,-72.17971],[-10.00096,-72.17824],[-10.00024,-71.37506],[-9.99888,-71.37268],[-9.99509,-71.37016],[-9.9946,-71.36828],[-9.9907,-71.36515],[-9.98398,-71.35819],[-9.9875,-71.35388],[-9.98556,-71.34848],[-9.97721,-71.34976],[-9.96688,-71.3427],[-9.97111,-71.33529],[-9.9768,-71.32888],[-9.98198,-71.32562],[-9.99576,-71.3143],[-9.99477,-71.29466],[-9.98914,-71.28584],[-9.97848,-71.26603],[-9.98056,-71.25441],[-9.96677,-71.24702],[-9.97067,-71.22773],[-9.97041,-71.2103],[-9.96131,-71.20608],[-9.95116,-71.20528],[-9.944,-71.19611],[-9.94452,-71.19136],[-9.92448,-71.1837],[-9.91824,-71.17525],[-9.91017,-71.17736],[-9.89404,-71.16574],[-9.87375,-71.15464],[-9.86776,-71.14223],[-9.861,-71.13932],[-9.85553,-71.13061],[-9.85579,-71.11793],[-9.85709,-71.09891],[-9.84981,-71.09865],[-9.84122,-71.08439],[-9.83523,-71.07673],[-9.83003,-71.07568],[-9.82664,-71.05772],[-9.81857,-71.05006],[-9.82066,-71.04267],[-9.81727,-71.02814],[-9.81936,-71.01678],[-9.81962,-70.99196],[-9.80999,-70.98879],[-9.79203,-70.98799],[-9.77459,-70.97637],[-9.76399,-70.97268],[-9.75774,-70.96343],[-9.74837,-70.95207],[-9.7442,-70.93543],[-9.74004,-70.91853],[-9.71244,-70.89344],[-9.6937,-70.88789],[-9.68459,-70.87574],[-9.66922,-70.86386],[-9.65673,-70.84959],[-9.65777,-70.83665],[-9.64709,-70.8311],[-9.64449,-70.79228],[-9.62183,-70.78251],[-9.61402,-70.78066],[-9.6135,-70.77036],[-9.60491,-70.75292],[-9.58459,-70.75292],[-9.56402,-70.74447],[-9.57209,-70.72704],[-9.55177,-70.71542],[-9.5437,-70.69693],[-9.53406,-70.67342],[-9.51583,-70.64833],[-9.50072,-70.6478],[-9.50411,-70.62878],[-9.48483,-70.62958],[-9.4763,-70.61352],[-9.46352,-70.60927],[-9.46099,-70.59531],[-9.44501,-70.59307],[-9.44699,-70.58738],[-9.43641,-70.5733],[-9.4406,-70.57162],[-9.43388,-70.56392],[-9.43421,-70.55688],[-9.43542,-70.54783],[-9.43046,-70.54548],[-9.43288,-70.53967],[-9.44049,-70.54001],[-9.43718,-70.53163],[-9.43586,-70.52102],[-9.43002,-70.51621],[-9.42516,-70.50962],[-9.4274,-70.50396],[-9.42574,-70.49718],[-9.4291,-70.49703],[-9.43121,-70.49448],[-9.43939,-70.49497],[-9.44234,-70.49695],[-9.44623,-70.51127],[-9.45015,-70.51097],[-9.46064,-70.50408],[-9.46474,-70.5037],[-9.46592,-70.51094],[-9.46311,-70.51349],[-9.45646,-70.51364],[-9.4555,-70.51723],[-9.45661,-70.52136],[-9.46563,-70.52349],[-9.47613,-70.52166],[-9.47909,-70.51352],[-9.48268,-70.51257],[-9.49141,-70.51493],[-9.49725,-70.51467],[-9.50173,-70.51497],[-9.50365,-70.52033],[-9.49644,-70.5276],[-9.49825,-70.53147],[-9.50457,-70.53004],[-9.50905,-70.53098],[-9.51009,-70.53845],[-9.51157,-70.54216],[-9.51586,-70.54713],[-9.52156,-70.54814],[-9.52647,-70.54619],[-9.52729,-70.53895],[-9.53246,-70.53723],[-9.5359,-70.53877],[-9.53838,-70.5445],[-9.53964,-70.55256],[-9.53801,-70.55826],[-9.53076,-70.5631],[-9.5301,-70.56714],[-9.53206,-70.56804],[-9.53568,-70.56456],[-9.54075,-70.56415],[-9.54751,-70.56763],[-9.55387,-70.57022],[-9.55546,-70.57014],[-9.55712,-70.56163],[-9.56211,-70.55534],[-9.56776,-70.55295],[-9.57138,-70.55381],[-9.57523,-70.55876],[-9.57393,-70.56708],[-9.56917,-70.57095],[-9.56347,-70.57383],[-9.56369,-70.57679],[-9.56891,-70.58043],[-9.56769,-70.58662],[-9.56336,-70.58677],[-9.55556,-70.58369],[-9.5491,-70.58791],[-9.54854,-70.59117],[-9.5498,-70.59477],[-9.55387,-70.59852],[-9.56041,-70.60077],[-9.56411,-70.59964],[-9.56644,-70.59413],[-9.56843,-70.59192],[-9.5715,-70.59095],[-9.5739,-70.5866],[-9.5756,-70.58638],[-9.58211,-70.58825],[-9.58621,-70.59167],[-9.59052,-70.58728],[-9.59904,-70.59043],[-9.60805,-70.59958],[-9.61707,-70.59359],[-9.62444,-70.59376],[-9.64231,-70.58495],[-9.65214,-70.5763],[-9.66246,-70.57281],[-9.6718,-70.56384],[-9.67,-70.55187],[-9.68032,-70.55004],[-9.68377,-70.54439],[-9.71254,-70.53195],[-9.72467,-70.52879],[-9.73417,-70.53627],[-9.74285,-70.53395],[-9.74974,-70.53993],[-9.76645,-70.53827],[-9.78741,-70.55871],[-9.77791,-70.57783],[-9.78561,-70.58913],[-9.79053,-70.5883],[-9.80266,-70.59163],[-9.79824,-70.60376],[-9.80201,-70.61141],[-9.81921,-70.62388],[-9.83411,-70.62138],[-9.85278,-70.62304],[-9.86638,-70.61989],[-11.00515,-70.61871],[-10.9351,-70.52302],[-10.94802,-70.5149],[-10.95517,-70.50201],[-10.96287,-70.49641],[-10.96672,-70.48521],[-10.97936,-70.47345],[-10.98214,-70.47451],[-10.98555,-70.47346],[-10.98914,-70.46876],[-10.98877,-70.46529],[-10.99302,-70.46322],[-10.99791,-70.45335],[-11.00966,-70.44836],[-11.01824,-70.44225],[-11.02793,-70.43887],[-11.03527,-70.44242],[-11.03951,-70.43847],[-11.04127,-70.43029],[-11.03896,-70.42616],[-11.04376,-70.41319],[-11.04901,-70.40529],[-11.04699,-70.39975],[-11.05003,-70.38537],[-11.06045,-70.37813],[-11.06322,-70.37109],[-11.06073,-70.36742],[-11.06303,-70.35868],[-11.06018,-70.35351],[-11.06765,-70.34872],[-11.06912,-70.33801],[-11.06759,-70.32807],[-11.07035,-70.31896],[-11.07266,-70.30683],[-11.06648,-70.29753],[-11.06722,-70.29302],[-11.0591,-70.28456],[-11.06104,-70.26764],[-11.05403,-70.26341],[-11.05277,-70.25375],[-11.05092,-70.24144],[-11.05489,-70.22913],[-11.05212,-70.22791],[-11.05489,-70.21184],[-11.05268,-70.21014],[-11.05683,-70.19764],[-11.04604,-70.18768],[-11.04576,-70.18073],[-11.04364,-70.1577],[-11.03589,-70.15564],[-11.02934,-70.13665],[-11.02371,-70.13919],[-11.02454,-70.12932],[-11.01421,-70.12443],[-11.01061,-70.1124],[-11.00762,-70.10466],[-10.99674,-70.10748],[-10.99378,-70.10005],[-10.99867,-70.09432],[-10.9876,-70.09376],[-10.98806,-70.09131],[-10.9912,-70.08746],[-10.98567,-70.08154],[-10.99434,-70.08191],[-10.99249,-70.0774],[-10.98982,-70.07759],[-10.99591,-70.07036],[-10.99498,-70.06406],[-10.98792,-70.06249],[-10.98866,-70.05723],[-10.98506,-70.0483],[-10.98091,-70.04539],[-10.97953,-70.03495],[-10.97261,-70.0373],[-10.97879,-70.02687],[-10.97289,-70.02659],[-10.96985,-70.02025],[-10.97262,-70.01396],[-10.96348,-70.007],[-10.96413,-69.99666],[-10.95592,-69.99488],[-10.95084,-69.9945],[-10.95075,-69.99159],[-10.9537,-69.99197],[-10.95629,-69.98379],[-10.95158,-69.98275],[-10.94725,-69.98341],[-10.94374,-69.982],[-10.95066,-69.97627],[-10.94605,-69.96819],[-10.94291,-69.96847],[-10.94005,-69.95935],[-10.94014,-69.95634],[-10.93396,-69.95221],[-10.92861,-69.95287],[-10.92501,-69.94695],[-10.9263,-69.94187],[-10.92261,-69.93366],[-10.92445,-69.92417],[-10.93165,-69.92502],[-10.93387,-69.92023],[-10.93184,-69.91628],[-10.9263,-69.91703],[-10.92372,-69.91242],[-10.92325,-69.9034],[-10.92104,-69.90105],[-10.92538,-69.88367],[-10.9251,-69.87803],[-10.93165,-69.87418],[-10.92907,-69.86901],[-10.92701,-69.86266],[-10.93495,-69.85909],[-10.93504,-69.85608],[-10.92406,-69.8527],[-10.92508,-69.84593],[-10.93135,-69.83992],[-10.92932,-69.83249],[-10.93347,-69.834],[-10.93347,-69.82319],[-10.92895,-69.81191],[-10.92581,-69.81032],[-10.92803,-69.79904],[-10.93375,-69.79706],[-10.9332,-69.79086],[-10.93024,-69.78898],[-10.93505,-69.78109],[-10.94215,-69.77179],[-10.94187,-69.75919],[-10.95613,-69.74802],[-10.96261,-69.74616],[-10.96529,-69.74127],[-10.97387,-69.74165],[-10.97571,-69.73657],[-10.96925,-69.72605],[-10.96602,-69.72351],[-10.97027,-69.71872],[-10.97682,-69.71825],[-10.97728,-69.71223],[-10.96759,-69.70387],[-10.96732,-69.70039],[-10.97442,-69.70048],[-10.97304,-69.69663],[-10.9675,-69.69334],[-10.96547,-69.68752],[-10.96243,-69.68047],[-10.96167,-69.67535],[-10.96305,-69.66772],[-10.95964,-69.66541],[-10.95356,-69.65938],[-10.95331,-69.65051],[-10.9556,-69.64287],[-10.95839,-69.63353],[-10.95352,-69.62517],[-10.95018,-69.62096],[-10.95118,-69.61731],[-10.9576,-69.61239],[-10.96006,-69.61035],[-10.95785,-69.60831],[-10.95589,-69.60797],[-10.95285,-69.61188],[-10.9476,-69.61095],[-10.9436,-69.60012],[-10.94155,-69.59592],[-10.9421,-69.59494],[-10.94543,-69.59469],[-10.94843,-69.59116],[-10.9456,-69.58773],[-10.94261,-69.58592],[-10.94065,-69.58579],[-10.94005,-69.58466],[-10.94044,-69.58114],[-10.94153,-69.57654],[-10.94275,-69.57408],[-10.94502,-69.57202],[-10.94559,-69.57042],[-10.94437,-69.56624],[-10.94541,-69.56394],[-10.94844,-69.55618],[-10.94789,-69.55092],[-10.95214,-69.55006],[-10.95348,-69.54832],[-10.95223,-69.54184],[-10.95068,-69.5409],[-10.94359,-69.5432],[-10.93956,-69.54279],[-10.93671,-69.53714],[-10.93643,-69.53299],[-10.93803,-69.52746],[-10.93588,-69.52276],[-10.9383,-69.5185],[-10.94011,-69.5141],[-10.9417,-69.51155],[-10.94413,-69.50888],[-10.9418,-69.50389],[-10.93805,-69.50249],[-10.93666,-69.50177],[-10.93748,-69.4992],[-10.94129,-69.49929],[-10.94478,-69.49931],[-10.94799,-69.49599],[-10.95125,-69.49358],[-10.95019,-69.48933],[-10.95001,-69.48631],[-10.95179,-69.48204],[-10.955,-69.479],[-10.95365,-69.4764],[-10.95104,-69.47602],[-10.94605,-69.47863],[-10.94458,-69.47633],[-10.94485,-69.47347],[-10.95014,-69.46699],[-10.95086,-69.46166],[-10.94943,-69.45916],[-10.94663,-69.45818],[-10.94707,-69.457],[-10.94939,-69.45481],[-10.94931,-69.45393],[-10.94211,-69.45253],[-10.93713,-69.45237],[-10.93516,-69.44686],[-10.93426,-69.43688],[-10.93487,-69.43379],[-10.93873,-69.42935],[-10.93604,-69.42517],[-10.93307,-69.42526],[-10.9278,-69.42508],[-10.92514,-69.42142],[-10.92595,-69.41512],[-10.92896,-69.41305],[-10.93324,-69.41388],[-10.93741,-69.41246],[-10.9377,-69.41005],[-10.93145,-69.40722],[-10.92861,-69.40433],[-10.93035,-69.40038],[-10.93677,-69.3992],[-10.94123,-69.39737],[-10.94632,-69.39337],[-10.94407,-69.39024],[-10.94146,-69.39101],[-10.94013,-69.39531],[-10.93458,-69.39578],[-10.93324,-69.38877],[-10.93475,-69.38647],[-10.93753,-69.38759],[-10.93874,-69.38865],[-10.94221,-69.38541],[-10.94239,-69.38393],[-10.94071,-69.38046],[-10.94274,-69.37786],[-10.94603,-69.37827],[-10.95333,-69.37757],[-10.95634,-69.37444],[-10.95541,-69.37262],[-10.95107,-69.37285],[-10.94482,-69.37214],[-10.94071,-69.37379],[-10.9388,-69.37079],[-10.94065,-69.36324],[-10.94268,-69.35947],[-10.94551,-69.35747],[-10.94542,-69.35526],[-10.94311,-69.35408],[-10.93882,-69.35756],[-10.9372,-69.35756],[-10.93633,-69.35437],[-10.93622,-69.35125],[-10.93929,-69.35054],[-10.93709,-69.34718],[-10.93911,-69.34465],[-10.94392,-69.34612],[-10.94692,-69.347],[-10.95237,-69.3427],[-10.95127,-69.34146],[-10.94513,-69.34111],[-10.94062,-69.33639],[-10.94212,-69.33486],[-10.94779,-69.33427],[-10.95069,-69.3295],[-10.94814,-69.32773],[-10.93986,-69.32678],[-10.93564,-69.3262],[-10.93714,-69.32236],[-10.94345,-69.32195],[-10.94478,-69.31924],[-10.94397,-69.31264],[-10.94692,-69.30698],[-10.94901,-69.30309],[-10.94727,-69.29843],[-10.94826,-69.29607],[-10.95022,-69.29053],[-10.94993,-69.28558],[-10.94739,-69.28552],[-10.94386,-69.28664],[-10.94345,-69.28328],[-10.94866,-69.27756],[-10.95177,-69.27702],[-10.95496,-69.27478],[-10.95235,-69.27072],[-10.95021,-69.27107],[-10.94836,-69.27514],[-10.9435,-69.27549],[-10.9417,-69.27137],[-10.94101,-69.26465],[-10.94182,-69.25739],[-10.93933,-69.25286],[-10.93979,-69.2502],[-10.94321,-69.25044],[-10.94477,-69.25303],[-10.9435,-69.25757],[-10.94512,-69.25828],[-10.94749,-69.25681],[-10.94981,-69.24938],[-10.95137,-69.23953],[-10.94865,-69.23665],[-10.94396,-69.23446],[-10.93979,-69.23346],[-10.94182,-69.23105],[-10.94894,-69.22433],[-10.94848,-69.22038],[-10.95791,-69.21595],[-10.95525,-69.21035],[-10.95091,-69.20629],[-10.94796,-69.19939],[-10.94817,-69.19704],[-10.9507,-69.19043],[-10.94765,-69.18568],[-10.95546,-69.18273],[-10.95866,-69.17057],[-10.9628,-69.17031],[-10.96567,-69.16585],[-10.96536,-69.16092],[-10.95629,-69.15633],[-10.95468,-69.15356],[-10.95484,-69.15133],[-10.95725,-69.15055],[-10.96129,-69.15595],[-10.96329,-69.15664],[-10.96505,-69.15567],[-10.964,-69.15218],[-10.96203,-69.14417],[-10.96511,-69.14476],[-10.96953,-69.15167],[-10.97132,-69.15104],[-10.97166,-69.14778],[-10.96857,-69.13828],[-10.96962,-69.13605],[-10.97184,-69.1363],[-10.97471,-69.13838],[-10.97428,-69.13633],[-10.96646,-69.12591],[-10.96737,-69.11947],[-10.97503,-69.12006],[-10.97935,-69.1226],[-10.98143,-69.11828],[-10.97561,-69.11616],[-10.9712,-69.11235],[-10.97212,-69.10854],[-10.97619,-69.1054],[-10.98118,-69.10413],[-10.98193,-69.10099],[-10.9791,-69.09472],[-10.97311,-69.08947],[-10.97091,-69.08703],[-10.971,-69.08483],[-10.97366,-69.08119],[-10.97865,-69.07669],[-10.97166,-69.07619],[-10.96684,-69.07085],[-10.97075,-69.06898],[-10.97615,-69.06814],[-10.97881,-69.06653],[-10.98114,-69.0622],[-10.98564,-69.06153],[-10.98522,-69.05856],[-10.98131,-69.05432],[-10.97515,-69.05195],[-10.97449,-69.04899],[-10.9784,-69.05077],[-10.98206,-69.04916],[-10.98131,-69.04475],[-10.97807,-69.04136],[-10.97674,-69.03831],[-10.98339,-69.0367],[-10.98638,-69.03382],[-10.98605,-69.02958],[-10.98322,-69.0267],[-10.98863,-69.02814],[-10.99196,-69.02577],[-10.99454,-69.02289],[-10.99121,-69.0173],[-10.99138,-69.01425],[-10.99437,-69.01153],[-10.9967,-69.01136],[-11.00052,-69.01619],[-11.00244,-69.01535],[-11.00269,-69.00925],[-11.0026,-69.00687],[-11.00851,-69.00247],[-11.00893,-69.00086],[-11.00344,-68.99815],[-11.00344,-68.99569],[-11.00635,-68.9956],[-11.01017,-68.99467],[-11.011,-68.99154],[-11.00776,-68.98408],[-11.00452,-68.9862],[-10.99836,-68.98747],[-10.99562,-68.97942],[-10.98888,-68.9723],[-10.98813,-68.96798],[-10.99221,-68.96324],[-10.99296,-68.96036],[-10.99021,-68.95375],[-11.00011,-68.95807],[-11.00335,-68.9562],[-11.0041,-68.94739],[-11.01134,-68.94824],[-11.01258,-68.94671],[-11.01042,-68.94146],[-11.00468,-68.93655],[-11.00502,-68.93366],[-11.01375,-68.9318],[-11.01234,-68.92748],[-11.01907,-68.92417],[-11.01292,-68.92078],[-11.01866,-68.91562],[-11.02273,-68.91104],[-11.02207,-68.90799],[-11.01292,-68.90299],[-11.00768,-68.89689],[-11.00651,-68.89528],[-11.00893,-68.89265],[-11.01164,-68.88822],[-11.01461,-68.88847],[-11.01649,-68.88838],[-11.01826,-68.88635],[-11.02165,-68.87974],[-11.0201,-68.8767],[-11.01613,-68.87537],[-11.01324,-68.87634],[-11.01168,-68.87903],[-11.01214,-68.87998],[-11.01553,-68.88057],[-11.01728,-68.8812],[-11.01726,-68.88321],[-11.01537,-68.88501],[-11.01161,-68.88533],[-11.00948,-68.88377],[-11.00873,-68.88226],[-11.00907,-68.87714],[-11.00929,-68.87121],[-11.0119,-68.87228],[-11.01387,-68.8702],[-11.01478,-68.86474],[-11.01635,-68.86086],[-11.01644,-68.85965],[-11.01221,-68.85847],[-11.00526,-68.86037],[-11.00327,-68.85714],[-10.99861,-68.85232],[-10.9933,-68.85011],[-10.99135,-68.84686],[-10.99168,-68.84286],[-10.99343,-68.84158],[-10.99695,-68.84065],[-10.99797,-68.84138],[-10.99762,-68.84404],[-10.99793,-68.84562],[-10.99919,-68.84575],[-11.00107,-68.84341],[-11.00211,-68.84079],[-11.00191,-68.83842],[-11.00034,-68.83684],[-10.99246,-68.83391],[-10.99326,-68.83242],[-10.99492,-68.82908],[-10.9966,-68.82624],[-11.00007,-68.82662],[-11.00034,-68.82859],[-10.99985,-68.83123],[-11.00147,-68.83136],[-11.00391,-68.83032],[-11.00621,-68.82892],[-11.00676,-68.82658],[-11.00577,-68.82423],[-11.00262,-68.82283],[-11.0024,-68.82159],[-11.00377,-68.82035],[-11.00484,-68.81798],[-11.00506,-68.81532],[-11.00335,-68.81313],[-11.00081,-68.8118],[-11.00089,-68.8065],[-11.00089,-68.80311],[-10.99956,-68.80322],[-10.99848,-68.80645],[-10.99706,-68.81109],[-10.99551,-68.81209],[-10.9942,-68.81134],[-10.99412,-68.80938],[-10.99434,-68.80527],[-10.99482,-68.80155],[-10.98978,-68.79853],[-10.98975,-68.79409],[-10.99017,-68.7923],[-10.9915,-68.79181],[-10.9935,-68.79445],[-10.99595,-68.79871],[-10.99788,-68.79876],[-11.00007,-68.79767],[-10.99927,-68.78971],[-11.00113,-68.78908],[-11.00253,-68.78924],[-11.00873,-68.79068],[-11.01238,-68.79088],[-11.01424,-68.78948],[-11.01424,-68.78696],[-11.01258,-68.78612],[-11.00933,-68.78757],[-11.00437,-68.78732],[-11.002,-68.78337],[-10.99912,-68.78181],[-10.99828,-68.77981],[-10.99872,-68.77884],[-11.00111,-68.77906],[-11.00353,-68.77988],[-11.0047,-68.77879],[-11.0051,-68.7757],[-11.00479,-68.77241],[-11.00627,-68.77103],[-11.00674,-68.76952],[-11.00441,-68.76598],[-11.0012,-68.76122],[-10.9997,-68.75871],[-10.99999,-68.75743],[-11.00165,-68.75723],[-11.00233,-68.75957],[-11.0045,-68.7591],[-11.00709,-68.75689],[-11.00942,-68.75693],[-11.01013,-68.75826],[-11.01033,-68.76079],[-11.01084,-68.76258],[-11.01447,-68.76368],[-11.01783,-68.76352],[-11.0185,-68.7619],[-11.01732,-68.75955],[-11.01369,-68.75861],[-11.01152,-68.75721],[-11.00906,-68.75448],[-11.00785,-68.75137],[-11.00858,-68.74859],[-11.00977,-68.74746],[-11.01239,-68.74848],[-11.0154,-68.75143],[-11.01843,-68.75137],[-11.01912,-68.75058],[-11.01887,-68.74782],[-11.01673,-68.74239],[-11.01549,-68.74072],[-11.01325,-68.73919],[-11.01216,-68.73688],[-11.01431,-68.73979],[-11.01604,-68.74119],[-11.01929,-68.74859],[-11.02113,-68.7497],[-11.02067,-68.75146],[-11.02215,-68.75285],[-11.02248,-68.75457],[-11.02354,-68.75477],[-11.02441,-68.75386],[-11.02368,-68.7531],[-11.02444,-68.75262],[-11.02656,-68.7524],[-11.02658,-68.75163],[-11.02824,-68.75147],[-11.02884,-68.75353],[-11.02962,-68.75301],[-11.0311,-68.75321],[-11.03123,-68.7519],[-11.03265,-68.75242],[-11.03486,-68.75197],[-11.03555,-68.75116],[-11.03655,-68.75296],[-11.03692,-68.75456],[-11.03689,-68.75613],[-11.03821,-68.75799],[-11.03909,-68.76014],[-11.04043,-68.76104],[-11.04224,-68.76178],[-11.0437,-68.76127],[-11.04636,-68.76233],[-11.04746,-68.76269],[-11.04895,-68.76436],[-11.05,-68.76476],[-11.05175,-68.76359],[-11.05382,-68.76325],[-11.0551,-68.76061],[-11.05677,-68.76013],[-11.05865,-68.76181],[-11.06056,-68.76229],[-11.0638,-68.76253],[-11.06563,-68.76349],[-11.06764,-68.76357],[-11.06842,-68.76293],[-11.07007,-68.76343],[-11.07091,-68.76322],[-11.07326,-68.7609],[-11.07508,-68.75747],[-11.07636,-68.75702],[-11.07843,-68.75731],[-11.08008,-68.75835],[-11.08109,-68.7583],[-11.08224,-68.75768],[-11.08284,-68.75662],[-11.08457,-68.75619],[-11.08616,-68.75412],[-11.08747,-68.75342],[-11.0887,-68.75175],[-11.09027,-68.7506],[-11.09136,-68.75017],[-11.09207,-68.74908],[-11.09392,-68.74876],[-11.09479,-68.74629],[-11.09626,-68.7453],[-11.09775,-68.74258],[-11.09715,-68.74051],[-11.09485,-68.74013],[-11.09383,-68.7392],[-11.09375,-68.73563],[-11.0949,-68.73324],[-11.09736,-68.73252],[-11.0983,-68.73052],[-11.10037,-68.72962],[-11.10201,-68.72892],[-11.10204,-68.72765],[-11.10363,-68.72757],[-11.10478,-68.72544],[-11.10444,-68.72408],[-11.10499,-68.72344],[-11.1081,-68.7224],[-11.1099,-68.72267],[-11.11123,-68.72349],[-11.11259,-68.72378],[-11.11392,-68.72292],[-11.11607,-68.72255],[-11.11677,-68.72],[-11.1192,-68.71866],[-11.12189,-68.71627],[-11.12393,-68.71571],[-11.12759,-68.71403],[-11.13132,-68.71147],[-11.1331,-68.71304],[-11.13597,-68.71357],[-11.13739,-68.71328],[-11.14211,-68.71674],[-11.14436,-68.7173],[-11.1464,-68.71709],[-11.14734,-68.71624],[-11.14757,-68.71533],[-11.10896,-68.54455],[-11.09992,-68.53722],[-11.09013,-68.51726],[-11.0716,-68.50027],[-11.05361,-68.48679],[-11.05308,-68.4636],[-11.04805,-68.4485],[-11.04382,-68.43825],[-11.03746,-68.43205],[-11.04646,-68.42288],[-11.04752,-68.41156],[-11.05308,-68.40967],[-11.0597,-68.39996],[-11.04726,-68.38405],[-11.02397,-68.38486],[-11.01656,-68.37246],[-11.00888,-68.34819],[-11.01814,-68.33471],[-11.01682,-68.32608],[-11.00385,-68.32068],[-10.99326,-68.2983],[-10.99564,-68.28887],[-10.99009,-68.27053],[-10.98214,-68.26999],[-10.97685,-68.25543],[-10.96626,-68.24383],[-10.96467,-68.23521],[-10.94641,-68.22658],[-10.92576,-68.22388],[-10.91175,-68.21819],[-10.90804,-68.20686],[-10.87494,-68.19823],[-10.85985,-68.19311],[-10.85667,-68.18394],[-10.84793,-68.18098],[-10.83337,-68.16507],[-10.82754,-68.15482],[-10.80291,-68.13028],[-10.79549,-68.12138],[-10.78648,-68.1141],[-10.78013,-68.10493],[-10.7486,-68.09604],[-10.73509,-68.10412],[-10.72026,-68.10224],[-10.698,-68.08067],[-10.68846,-68.07069],[-10.68555,-68.06422],[-10.67495,-68.05208],[-10.667,-68.03078],[-10.65878,-68.02566],[-10.6511,-68.01379],[-10.65746,-67.99465],[-10.66541,-67.97523],[-10.65375,-67.9604],[-10.65825,-67.94584],[-10.65534,-67.92508],[-10.65322,-67.91186],[-10.64606,-67.90539],[-10.65083,-67.89056],[-10.64341,-67.88517],[-10.64686,-67.87573],[-10.64606,-67.86036],[-10.65322,-67.85443],[-10.65401,-67.84418],[-10.65375,-67.83285],[-10.66355,-67.82369],[-10.67044,-67.81263],[-10.6821,-67.78809],[-10.68793,-67.76922],[-10.69641,-67.75412],[-10.7078,-67.74414],[-10.71496,-67.73147],[-10.71125,-67.70935],[-10.70999,-67.70695],[-10.60533,-67.67556],[-10.60543,-67.67175],[-10.60717,-67.66971],[-10.60965,-67.6675],[-10.61159,-67.66598],[-10.61278,-67.66503],[-10.61539,-67.66304],[-10.61574,-67.66177],[-10.61602,-67.65763],[-10.61229,-67.65443],[-10.60442,-67.64623],[-10.59901,-67.63953],[-10.59479,-67.63773],[-10.59213,-67.63623],[-10.58741,-67.63563],[-10.57926,-67.63514],[-10.5772,-67.62704],[-10.57307,-67.62234],[-10.57179,-67.61804],[-10.56628,-67.61414],[-10.56412,-67.60994],[-10.55213,-67.60694],[-10.54485,-67.60434],[-10.54121,-67.60514],[-10.53443,-67.60184],[-10.53216,-67.59934],[-10.52764,-67.59824],[-10.52292,-67.59414],[-10.52292,-67.58824],[-10.51912,-67.58129],[-10.51011,-67.56681],[-10.50077,-67.56731],[-10.49486,-67.5595],[-10.49693,-67.5575],[-10.4928,-67.5513],[-10.49005,-67.5456],[-10.48975,-67.54],[-10.4927,-67.5347],[-10.49242,-67.52281],[-10.49006,-67.51911],[-10.47747,-67.51491],[-10.47481,-67.50731],[-10.47216,-67.50471],[-10.47354,-67.49431],[-10.47029,-67.49041],[-10.47098,-67.48511],[-10.46626,-67.476],[-10.45573,-67.4667],[-10.45671,-67.45739],[-10.45465,-67.45519],[-10.45642,-67.45239],[-10.45386,-67.44449],[-10.45219,-67.43989],[-10.44747,-67.43468],[-10.43084,-67.42968],[-10.42829,-67.42658],[-10.42976,-67.42418],[-10.4272,-67.41308],[-10.40458,-67.41218],[-10.3974,-67.41688],[-10.39632,-67.42048],[-10.39209,-67.42268],[-10.38618,-67.41858],[-10.38185,-67.41208],[-10.37861,-67.41008],[-10.37356,-67.4063],[-10.37228,-67.3997],[-10.3773,-67.39749],[-10.37927,-67.39089],[-10.37838,-67.38729],[-10.38271,-67.38119],[-10.38251,-67.37589],[-10.38123,-67.37129],[-10.3771,-67.36759],[-10.37838,-67.36489],[-10.38625,-67.36309],[-10.39383,-67.35559],[-10.39196,-67.35039],[-10.38251,-67.35379],[-10.37956,-67.35079],[-10.37769,-67.34398],[-10.37946,-67.33788],[-10.38428,-67.32868],[-10.38251,-67.32308],[-10.38064,-67.31708],[-10.37671,-67.30908],[-10.36923,-67.31028],[-10.36716,-67.31538],[-10.35477,-67.31518],[-10.34493,-67.31448],[-10.33686,-67.32538],[-10.32879,-67.32328],[-10.32228,-67.31862],[-10.32091,-67.31332],[-10.32514,-67.30172],[-10.32219,-67.29822],[-10.32543,-67.29652],[-10.32563,-67.29041],[-10.32101,-67.28621],[-10.32445,-67.27661],[-10.33478,-67.26431],[-10.33016,-67.25781],[-10.3272,-67.24871],[-10.32278,-67.2397],[-10.31756,-67.234],[-10.31795,-67.226],[-10.32543,-67.2184],[-10.32366,-67.20157],[-10.33065,-67.19516],[-10.33655,-67.19246],[-10.34108,-67.19046],[-10.34098,-67.18566],[-10.33872,-67.18326],[-10.33911,-67.17646],[-10.33547,-67.16086],[-10.33035,-67.16196],[-10.32917,-67.15366],[-10.32602,-67.14555],[-10.3272,-67.14345],[-10.32228,-67.13915],[-10.31845,-67.13245],[-10.31697,-67.12635],[-10.31215,-67.13015],[-10.30821,-67.13415],[-10.30821,-67.14095],[-10.30044,-67.13355],[-10.29325,-67.12835],[-10.29148,-67.12405],[-10.29424,-67.11635],[-10.2904,-67.10495],[-10.28509,-67.09735],[-10.28814,-67.09184],[-10.29119,-67.09004],[-10.29099,-67.08024],[-10.28484,-67.07577],[-10.28557,-67.0725],[-10.28181,-67.05447],[-10.2781,-67.04773],[-10.26855,-67.048],[-10.26563,-67.03317],[-10.25847,-67.02319],[-10.26032,-67.01537],[-10.24759,-67.00566],[-10.23352,-67.00243],[-10.23405,-66.99784],[-10.21946,-66.98517],[-10.21627,-66.99326],[-10.20327,-66.98652],[-10.19584,-66.97034],[-10.18973,-66.95092],[-10.16001,-66.94068],[-10.15497,-66.9307],[-10.14727,-66.92477],[-10.14966,-66.90967],[-10.13426,-66.90778],[-10.12179,-66.89403],[-10.11037,-66.88297],[-10.09922,-66.86949],[-10.08781,-66.8703],[-10.08568,-66.85493],[-10.08807,-66.84711],[-10.08515,-66.83605],[-10.07241,-66.83497],[-10.06179,-66.8285],[-10.06205,-66.82365],[-10.04718,-66.80423],[-10.04214,-66.79992],[-10.03683,-66.80019],[-10.02753,-66.79075],[-10.02222,-66.78239],[-10.02249,-66.76972],[-10.01346,-66.76864],[-10.00178,-66.75516],[-9.99992,-66.73979],[-9.98478,-66.73547],[-9.98345,-66.71714],[-9.97628,-66.70365],[-9.96832,-66.68963],[-9.96805,-66.6748],[-9.96061,-66.67264],[-9.95955,-66.66563],[-9.94085,-66.65943],[-9.95174,-66.63516],[-9.93846,-66.63031],[-9.93023,-66.62303],[-9.92598,-66.63247],[-9.91775,-66.62384],[-9.91057,-66.63058],[-9.90632,-66.6206],[-9.90048,-66.62195],[-9.89464,-66.61548],[-9.90553,-66.57719],[-9.89623,-66.57557],[-9.89145,-66.55885],[-9.88295,-66.55993],[-9.89118,-66.54645],[-9.88693,-66.54267],[-9.8872,-66.5184],[-9.88002,-66.51085],[-9.8872,-66.49791],[-9.87817,-66.48658],[-9.86966,-66.48308],[-9.87737,-66.46933],[-9.88138,-66.45435],[-9.87288,-66.45219],[-9.86836,-66.43358],[-9.8766,-66.42954],[-9.8952,-66.43304],[-9.90104,-66.42603],[-9.89254,-66.41039],[-9.89148,-66.41983],[-9.88165,-66.40689],[-9.86597,-66.40095],[-9.86916,-66.381],[-9.86783,-66.35889],[-9.84685,-66.35296],[-9.84127,-66.34675],[-9.84153,-66.33516],[-9.83675,-66.32464],[-9.83834,-66.31547],[-9.84233,-66.30253],[-9.84552,-66.27934],[-9.83542,-66.27988],[-9.83755,-66.25507],[-9.82798,-66.24537],[-9.82931,-66.2397],[-9.81868,-66.23862],[-9.83489,-66.21004],[-9.8325,-66.19278],[-9.82054,-66.18496],[-9.81151,-66.1944],[-9.80487,-66.19224],[-9.80221,-66.17391],[-9.78972,-66.16285],[-9.78972,-66.15341],[-9.79291,-66.14398],[-9.79078,-66.12995],[-9.79264,-66.12025],[-9.78547,-66.10218],[-9.80646,-66.10461],[-9.81948,-66.09436],[-9.78733,-66.07467],[-9.78813,-66.03881],[-9.81735,-66.02614],[-9.79689,-66.00241],[-9.80726,-66.00052],[-9.80991,-65.97814],[-9.80035,-65.96142],[-9.79397,-65.97329],[-9.77936,-65.97275],[-9.7682,-65.9474],[-9.77059,-65.93661],[-9.76235,-65.91963],[-9.76634,-65.90318],[-9.76262,-65.89293],[-9.75703,-65.87972],[-9.76527,-65.8719],[-9.78255,-65.87567],[-9.80008,-65.87055],[-9.79264,-65.84304],[-9.78069,-65.83307],[-9.77909,-65.82174],[-9.79291,-65.79747],[-9.78839,-65.78129],[-9.76474,-65.77051],[-9.78653,-65.74678],[-9.77823,-65.73303],[-9.75979,-65.71078],[-9.7882,-65.71432],[-9.81013,-65.71786],[-9.81711,-65.68398],[-9.7887,-65.67639],[-9.79617,-65.65818],[-9.8196,-65.6597],[-9.82657,-65.64251],[-9.84451,-65.62531],[-9.83305,-65.61014],[-9.85049,-65.598],[-9.847,-65.56007],[-9.84003,-65.54793],[-9.81312,-65.55855],[-9.79916,-65.52669],[-9.7867,-65.49533],[-9.74833,-65.49938],[-9.71692,-65.47106],[-9.69599,-65.44172],[-9.66719,-65.44525],[-9.69087,-65.3837],[-9.71713,-65.35966],[-9.76768,-65.33902],[-9.78466,-65.32761],[-9.80775,-65.32402],[-9.8387,-65.28816],[-9.8623,-65.28801],[-9.91209,-65.32444],[-9.95333,-65.33394],[-10.00323,-65.31388],[-10.03303,-65.33007],[-10.07148,-65.32795],[-10.0985,-65.30333],[-10.12621,-65.30614],[-10.17439,-65.30441],[-10.21906,-65.28893],[-10.24641,-65.30265],[-10.27267,-65.31841],[-10.31456,-65.33214],[-10.33913,-65.35993],[-10.38032,-65.40074],[-10.40039,-65.37471],[-10.42946,-65.38491],[-10.45579,-65.39847],[-10.46687,-65.42345],[-10.49351,-65.43049],[-10.50388,-65.41008],[-10.52568,-65.42204],[-10.54263,-65.41677],[-10.55716,-65.40128],[-10.58655,-65.39812],[-10.61422,-65.4136],[-10.62702,-65.40375],[-10.63877,-65.4048],[-10.65572,-65.35836],[-10.68061,-65.34675],[-10.73204,-65.34826],[-10.77179,-65.34369],[-10.787,-65.35108],[-10.80048,-65.34721],[-10.85335,-65.28845],[-10.87547,-65.26945],[-10.92211,-65.26347],[-10.94836,-65.2698],[-10.97461,-65.25678],[-10.99154,-65.24728],[-11.02987,-65.299],[-11.072,-65.28387],[-11.09341,-65.28599],[-11.10791,-65.34193],[-11.13524,-65.36031],[-11.1739,-65.35855],[-11.18701,-65.3473],[-11.17631,-65.32407],[-11.19426,-65.31211],[-11.21014,-65.32478],[-11.21462,-65.3582],[-11.25086,-65.36313],[-11.3109,-65.3473],[-11.31435,-65.28572],[-11.33367,-65.29206],[-11.33367,-65.33076],[-11.36747,-65.33217],[-11.49438,-65.30894],[-11.51576,-65.2238],[-11.53265,-65.21324],[-11.54575,-65.21711],[-11.55988,-65.23189],[-11.60917,-65.23576],[-11.62985,-65.21817],[-11.65604,-65.21852],[-11.68085,-65.234],[-11.69084,-65.25546],[-11.70152,-65.25898],[-11.72219,-65.23682],[-11.75079,-65.20128],[-11.75423,-65.17137],[-11.73804,-65.1858],[-11.7277,-65.19319],[-11.71875,-65.17947],[-11.73115,-65.13232],[-11.69808,-65.09854],[-11.71082,-65.0908],[-11.74872,-65.07884],[-11.77696,-65.05456],[-11.84274,-65.06617],[-11.87987,-65.07347],[-11.88331,-65.05764],[-11.88779,-65.02527],[-11.91843,-65.01858],[-11.95182,-65.03019],[-11.96524,-65.04145],[-11.96799,-65.02843],[-11.98899,-65.04251],[-11.99897,-65.02316],[-11.99381,-65.00204],[-12.01824,-64.98445],[-12.01721,-64.96756],[-11.99828,-64.96334],[-11.99587,-64.94751],[-12.01652,-64.93203],[-12.02581,-64.90529],[-12.01446,-64.87996],[-12.0117,-64.83527],[-12.02891,-64.82296],[-12.05713,-64.80818],[-12.07226,-64.82366],[-12.08981,-64.82296],[-12.10632,-64.81487],[-12.08671,-64.80466],[-12.08637,-64.77792],[-12.09944,-64.76103],[-12.1194,-64.76209],[-12.13969,-64.76877],[-12.15311,-64.76385],[-12.15861,-64.74872],[-12.14829,-64.74133],[-12.11114,-64.73781],[-12.09463,-64.73676],[-12.08878,-64.72691],[-12.08637,-64.71354],[-12.09188,-64.70615],[-12.1108,-64.70579],[-12.13384,-64.71494],[-12.14898,-64.71741],[-12.17065,-64.71354],[-12.18028,-64.70368],[-12.18716,-64.6868],[-12.19919,-64.65302],[-12.21226,-64.62205],[-12.21398,-64.59602],[-12.2157,-64.57315],[-12.24011,-64.55732],[-12.23943,-64.54254],[-12.22567,-64.52389],[-12.22602,-64.50243],[-12.25627,-64.50208],[-12.29719,-64.48835],[-12.32881,-64.49715],[-12.3429,-64.51369],[-12.35699,-64.51158],[-12.37212,-64.48976],[-12.38277,-64.47287],[-12.38758,-64.45739],[-12.40167,-64.45176],[-12.42126,-64.43171],[-12.43122,-64.42432],[-12.44118,-64.41482],[-12.45213,-64.38179],[-12.45694,-64.36491],[-12.45659,-64.34485],[-12.45762,-64.31354],[-12.46106,-64.29348],[-12.47583,-64.297],[-12.49095,-64.30157],[-12.50331,-64.2963],[-12.50434,-64.28469],[-12.49369,-64.27202],[-12.48201,-64.26182],[-12.47755,-64.25443],[-12.47068,-64.24739],[-12.45728,-64.24246],[-12.45075,-64.22487],[-12.46346,-64.21185],[-12.46381,-64.20517],[-12.47274,-64.1918],[-12.46862,-64.17667],[-12.48236,-64.17491],[-12.50675,-64.17491],[-12.51465,-64.16752],[-12.51293,-64.1531],[-12.50262,-64.14888],[-12.48888,-64.14536],[-12.4803,-64.14113],[-12.47898,-64.12532],[-12.49135,-64.12356],[-12.50166,-64.12497],[-12.50475,-64.11547],[-12.49307,-64.10351],[-12.48345,-64.09788],[-12.4996,-64.09155],[-12.50647,-64.08099],[-12.49513,-64.06868],[-12.49341,-64.06164],[-12.49891,-64.05601],[-12.51437,-64.04933],[-12.51917,-64.03736],[-12.51643,-64.03138],[-12.51299,-64.02681],[-12.51952,-64.00253],[-12.5075,-64.00077],[-12.50406,-63.99972],[-12.50681,-63.9867],[-12.51677,-63.97544],[-12.52398,-63.96453],[-12.52673,-63.95151],[-12.52158,-63.93674],[-12.51059,-63.92477],[-12.50818,-63.90648],[-12.50372,-63.89803],[-12.46744,-63.90683],[-12.46916,-63.891],[-12.45198,-63.89065],[-12.44408,-63.87833],[-12.45576,-63.85054],[-12.45885,-63.83259],[-12.44717,-63.82063],[-12.44681,-63.80136],[-12.42586,-63.78658],[-12.44303,-63.76758],[-12.43822,-63.73204],[-12.45128,-63.68947],[-12.4585,-63.67892],[-12.46227,-63.65886],[-12.47292,-63.62544],[-12.48151,-63.62051],[-12.48838,-63.60362],[-12.49663,-63.57864],[-12.50659,-63.56422],[-12.51105,-63.55049],[-12.54506,-63.53607],[-12.5612,-63.51461],[-12.56669,-63.50335],[-12.56154,-63.46852],[-12.56463,-63.44248],[-12.58146,-63.44072],[-12.59073,-63.4372],[-12.60034,-63.44529],[-12.61099,-63.44142],[-12.6103,-63.41715],[-12.62678,-63.408],[-12.65734,-63.37741],[-12.65906,-63.34926],[-12.67313,-63.32041],[-12.68378,-63.2898],[-12.69167,-63.24406],[-12.68515,-63.2314],[-12.66352,-63.2409],[-12.66249,-63.22225],[-12.66215,-63.19903],[-12.64293,-63.18847],[-12.6316,-63.19164],[-12.64018,-63.17581],[-12.64293,-63.16349],[-12.61992,-63.16209],[-12.63709,-63.15329],[-12.6419,-63.11881],[-12.62954,-63.11599],[-12.63778,-63.09418],[-12.65357,-63.09277],[-12.67485,-63.0984],[-12.68687,-63.09911],[-12.68172,-63.06709],[-12.69304,-63.06357],[-12.703,-63.0794],[-12.71981,-63.08749],[-12.73011,-63.07588],[-12.73148,-63.05548],[-12.74418,-63.04387],[-12.76271,-63.03753],[-12.77575,-63.02522],[-12.78707,-63.02839],[-12.80011,-63.01748],[-12.80389,-63.02065],[-12.80869,-63.01537],[-12.82653,-63.01642],[-12.83888,-63.00552],[-12.84197,-62.99566],[-12.83682,-62.98405],[-12.85535,-62.97878],[-12.86221,-62.96998],[-12.8502,-62.96013],[-12.84917,-62.95239],[-12.85672,-62.94781],[-12.86118,-62.94148],[-12.843,-62.9348],[-12.84197,-62.92389],[-12.85204,-62.91039],[-12.85787,-62.89561],[-12.86542,-62.89456],[-12.87948,-62.8935],[-12.89491,-62.86887],[-12.90692,-62.87274],[-12.91823,-62.8636],[-12.92543,-62.84847],[-12.94087,-62.85445],[-12.95595,-62.84882],[-12.95012,-62.83651],[-12.93778,-62.82419],[-12.93847,-62.80449],[-12.95287,-62.8066],[-12.96281,-62.81223],[-12.99058,-62.79534],[-13.00567,-62.78338],[-13.01904,-62.75382],[-13.00738,-62.74608],[-13.01766,-62.72955],[-13.00704,-62.72779],[-13.00841,-62.70034],[-12.99607,-62.69366],[-12.99744,-62.66375],[-12.97584,-62.65777],[-12.99332,-62.65249],[-12.99367,-62.63525],[-13.00704,-62.63666],[-13.01801,-62.62997],[-13.01561,-62.60851],[-13.02761,-62.61836],[-13.03412,-62.61977],[-13.05325,-62.59415],[-13.05942,-62.56495],[-13.07142,-62.55228],[-13.0745,-62.53469],[-13.06971,-62.52308],[-13.09781,-62.48438],[-13.06491,-62.47875],[-13.07073,-62.46186],[-13.08856,-62.46608],[-13.09233,-62.44427],[-13.0841,-62.4404],[-13.10535,-62.43442],[-13.11905,-62.41612],[-13.11186,-62.40169],[-13.11289,-62.38129],[-13.12317,-62.29896],[-13.12522,-62.26342],[-13.12282,-62.2497],[-13.1218,-62.23281],[-13.11254,-62.21522],[-13.11528,-62.20642],[-13.14201,-62.20009],[-13.15332,-62.19692],[-13.15092,-62.18707],[-13.1307,-62.17898],[-13.11837,-62.17687],[-13.11837,-62.16878],[-13.12591,-62.16842],[-13.14248,-62.16638],[-13.1579,-62.15266],[-13.16475,-62.1407],[-13.1531,-62.13366],[-13.1555,-62.12029],[-13.18633,-62.12381],[-13.22195,-62.11466],[-13.24148,-62.10622],[-13.25346,-62.11536],[-13.26853,-62.10973],[-13.28291,-62.08264],[-13.29978,-62.07558],[-13.29327,-62.05974],[-13.31244,-62.0608],[-13.321,-62.04532],[-13.33846,-62.03758],[-13.33367,-62.01682],[-13.35969,-62.02034],[-13.35969,-61.99782],[-13.37304,-61.97777],[-13.38981,-61.9644],[-13.40556,-61.97319],[-13.41617,-61.95349],[-13.41445,-61.93836],[-13.43362,-61.92288],[-13.43636,-61.90177],[-13.47463,-61.88212],[-13.49516,-61.88669],[-13.49693,-61.88293],[-13.51185,-61.87137],[-13.51903,-61.87044],[-13.52544,-61.86889],[-13.52953,-61.86716],[-13.53794,-61.85837],[-13.53926,-61.85024],[-13.52881,-61.84799],[-13.52591,-61.84495],[-13.52632,-61.84115],[-13.5295,-61.83802],[-13.53191,-61.8318],[-13.52845,-61.83007],[-13.52198,-61.82704],[-13.52221,-61.82456],[-13.52598,-61.81703],[-13.52798,-61.81007],[-13.54244,-61.76979],[-13.54143,-61.75618],[-13.52578,-61.73893],[-13.51866,-61.69706],[-13.50492,-61.67979],[-13.51764,-61.64419],[-13.51764,-61.60912],[-13.50746,-61.5772],[-13.52171,-61.57353],[-13.53393,-61.52957],[-13.55072,-61.51072],[-13.55326,-61.47251],[-13.54156,-61.38929],[-13.52222,-61.394],[-13.52629,-61.36207],[-13.52019,-61.34043],[-13.50797,-61.32316],[-13.50848,-61.30012],[-13.4927,-61.28809],[-13.50899,-61.28233],[-13.50543,-61.25511],[-13.50136,-61.24569],[-13.52069,-61.23836],[-13.53596,-61.20853],[-13.54054,-61.18864],[-13.51713,-61.17555],[-13.51713,-61.16247],[-13.53494,-61.15095],[-13.52782,-61.12164],[-13.53393,-61.08971],[-13.51103,-61.0918],[-13.49474,-61.08081],[-13.50797,-61.06511],[-13.51103,-61.04365],[-13.49016,-61.0269],[-13.4927,-61.00649],[-13.51764,-61.01172],[-13.5497,-61.01381],[-13.55021,-60.99026],[-13.54207,-60.97037],[-13.55886,-60.95938],[-13.54512,-60.9285],[-13.56598,-60.93059],[-13.60669,-60.88767],[-13.62703,-60.86621],[-13.63721,-60.83952],[-13.62296,-60.83324],[-13.64636,-60.81178],[-13.66366,-60.80706],[-13.66416,-60.76885],[-13.6779,-60.77409],[-13.68908,-60.74792],[-13.69112,-60.71547],[-13.70943,-60.70133],[-13.72875,-60.6715],[-13.74044,-60.64533],[-13.73027,-60.6312],[-13.75773,-60.59351],[-13.77349,-60.56053],[-13.79077,-60.54169],[-13.77247,-60.54222],[-13.77705,-60.5239],[-13.78874,-60.53332],[-13.79941,-60.52023],[-13.79996,-60.48608],[-13.81419,-60.48922],[-13.84977,-60.49393],[-13.8706,-60.48608],[-13.90261,-60.47299],[-13.92903,-60.45153],[-13.9524,-60.44944],[-13.99202,-60.41176],[-14.03315,-60.41542],[-14.05804,-60.43793],[-14.09104,-60.46148],[-14.08494,-60.47823],[-14.10677,-60.49131],[-14.15678,-60.4875],[-14.17454,-60.49535],[-14.19331,-60.49483],[-14.19687,-60.4807],[-14.22122,-60.47389],[-14.24202,-60.46343],[-14.27094,-60.47703],[-14.31,-60.45819],[-14.3384,-60.43464],[-14.37338,-60.42312],[-14.37947,-60.41318],[-14.40887,-60.41475],[-14.43777,-60.39695],[-14.46869,-60.3823],[-14.49453,-60.37078],[-14.50821,-60.35194],[-14.54672,-60.34461],[-14.55989,-60.33833],[-14.58289,-60.33276],[-14.6148,-60.30188],[-14.62898,-60.27623],[-15.09667,-60.24547],[-15.09658,-60.57714],[-15.4741,-60.24061],[-16.26799,-60.17419],[-16.28165,-59.46822],[-16.32349,-58.42846],[-16.29798,-58.38901],[-16.27128,-58.38776],[-16.27845,-58.35911],[-16.27487,-58.32382],[-16.30117,-58.3151],[-16.31393,-58.30513],[-16.33146,-58.30928],[-16.36015,-58.30928],[-16.37091,-58.32174],[-16.38644,-58.35704],[-16.40995,-58.35205],[-16.43464,-58.36243],[-16.47008,-58.34499],[-16.48641,-58.33586],[-16.5091,-58.34748],[-16.54638,-58.38898],[-16.5639,-58.39936],[-16.57305,-58.42843],[-16.58539,-58.4359],[-16.61483,-58.4467],[-16.63871,-58.45459],[-16.66297,-58.46414],[-16.69042,-58.47078],[-16.72423,-58.47452],[-16.7465,-58.47161],[-16.76558,-58.46995],[-16.78427,-58.46912],[-16.7954,-58.47867],[-16.81686,-58.47909],[-16.8268,-58.46248],[-16.86894,-58.46657],[-16.89993,-58.47113],[-16.91702,-58.47695],[-16.94403,-58.47612],[-16.94482,-58.46158],[-16.99248,-58.41342],[-17.04529,-58.38144],[-17.14848,-58.40428],[-17.19133,-58.39639],[-17.20244,-58.36857],[-17.21989,-58.36649],[-17.22465,-58.3557],[-17.26894,-58.32228],[-17.28203,-58.30941],[-17.3082,-58.30027],[-17.30463,-58.28034],[-17.32762,-58.28408],[-17.35814,-58.26166],[-17.36488,-58.22719],[-17.35814,-58.20518],[-17.38588,-58.20435],[-17.3942,-58.17404],[-17.38311,-58.15909],[-17.40411,-58.1512],[-17.41599,-58.1267],[-17.44927,-58.12546],[-17.46393,-58.09307],[-17.45918,-58.07023],[-17.46076,-58.05985],[-17.49245,-58.04781],[-17.51822,-57.99902],[-17.50634,-57.96829],[-17.45247,-57.88067],[-17.56612,-57.76025],[-17.57246,-57.76939],[-17.59581,-57.77728],[-17.6061,-57.78766],[-17.62352,-57.78143],[-17.65557,-57.78641],[-17.68524,-57.75859],[-17.71412,-57.73991],[-17.7422,-57.7179],[-17.81185,-57.68653],[-17.8245,-57.69027],[-17.82727,-57.72805],[-18.04525,-57.60051],[-18.13248,-57.57601],[-18.20192,-57.50334],[-18.20784,-57.48507],[-18.22992,-57.46182],[-18.23978,-57.56148],[-18.89937,-57.76963],[-18.90212,-57.72229],[-18.97927,-57.72184],[-18.9773,-57.71316],[-18.98347,-57.70712],[-18.98893,-57.70274],[-18.99386,-57.70081],[-18.99634,-57.69635],[-19.00392,-57.69928],[-19.00653,-57.69897],[-19.00914,-57.69324],[-19.0103,-57.69132],[-19.01104,-57.69758],[-19.01502,-57.69929],[-19.01618,-57.70209],[-19.01858,-57.70222],[-19.01961,-57.70415],[-19.02098,-57.70476],[-19.02185,-57.70423],[-19.02305,-57.70555],[-19.02446,-57.7066],[-19.0252,-57.70765],[-19.0269,-57.70752],[-19.02768,-57.7087],[-19.02901,-57.70857],[-19.02913,-57.70922],[-19.03046,-57.70936],[-19.03215,-57.70988],[-19.03385,-57.71036],[-19.03414,-57.71767],[-19.03481,-57.78358],[-19.76074,-58.13341],[-19.9721,-57.85995],[-20.00855,-57.87901],[-20.04264,-57.90493],[-20.01946,-57.93126],[-20.02258,-57.95386],[-20.03329,-57.96609],[-20.05316,-57.975],[-20.05588,-57.98952],[-20.05647,-58.01605],[-20.06172,-58.03223],[-20.081,-58.03907],[-20.10515,-58.04549],[-20.10831,-58.06138],[-20.10467,-58.0742],[-20.10872,-58.09963],[-20.12128,-58.10217],[-20.13322,-58.11057],[-20.14702,-58.11665],[-20.15314,-58.14008],[-20.15314,-58.15821],[-20.16733,-58.17018],[-20.17698,-58.16532],[-20.1801,-58.15758],[-20.18124,-58.13968],[-20.18508,-58.12752],[-20.19587,-58.12088],[-20.20842,-58.12564],[-20.21236,-58.14598],[-20.22159,-58.15946],[-20.23134,-58.16786],[-20.25311,-58.16532],[-20.2696,-58.15338],[-20.2724,-58.13968],[-20.25757,-58.13183],[-20.24989,-58.12044],[-20.25041,-58.10364],[-20.25383,-58.09458],[-20.27032,-58.09004],[-20.29925,-58.09458],[-20.32678,-58.10161],[-20.3556,-58.09343],[-20.38513,-58.07718],[-20.39331,-58.05729],[-20.39995,-58.02346],[-20.42994,-58.00273],[-20.44175,-57.99765],[-20.45743,-58.00041],[-20.48487,-58.01744],[-20.51614,-58.02109],[-20.55755,-58.00064],[-20.57404,-57.99759],[-20.60389,-58.01552],[-20.61549,-58.01065],[-20.63331,-57.99516],[-20.64243,-57.96947],[-20.67226,-57.98276],[-20.69547,-57.99095],[-20.70727,-57.98497],[-20.7052,-57.95796],[-20.69236,-57.94822],[-20.66564,-57.93095],[-20.66605,-57.92254],[-20.69774,-57.9004],[-20.72384,-57.87051],[-20.74765,-57.86476],[-20.74889,-57.87959],[-20.74434,-57.93007],[-20.75676,-57.94357],[-20.78532,-57.95774],[-20.79919,-57.96328],[-20.79878,-57.93273],[-20.78801,-57.90195],[-20.80209,-57.87804],[-20.82196,-57.86365],[-20.8412,-57.85568],[-20.85506,-57.86343],[-20.87918,-57.90417],[-20.88932,-57.92586],[-20.90359,-57.93118],[-20.90586,-57.91811],[-20.90359,-57.89553],[-20.91517,-57.88025],[-20.93709,-57.8776],[-20.95177,-57.85612],[-20.94598,-57.84395],[-20.93254,-57.82823],[-20.93854,-57.81694],[-20.95115,-57.82181],[-20.96376,-57.82734],[-20.97844,-57.81671],[-20.98754,-57.83022],[-21.01743,-57.84605],[-21.04347,-57.86841],[-21.0602,-57.86753],[-21.09821,-57.84694],[-21.11887,-57.85956],[-21.14076,-57.86664],[-21.18824,-57.85026],[-21.22746,-57.85513],[-21.24087,-57.87063],[-21.27843,-57.92332],[-21.29802,-57.90893],[-21.31205,-57.88103],[-21.31494,-57.85314],[-21.33618,-57.85646],[-21.36092,-57.87173],[-21.38113,-57.88812],[-21.40236,-57.91114],[-21.42454,-57.90933],[-21.44123,-57.92239],[-21.45462,-57.92704],[-21.46554,-57.92549],[-21.48553,-57.93723],[-21.51334,-57.96069],[-21.52652,-57.96866],[-21.55597,-57.96667],[-21.5712,-57.94963],[-21.57903,-57.91885],[-21.58994,-57.91686],[-21.61822,-57.94055],[-21.63181,-57.94099],[-21.6495,-57.93479],[-21.66164,-57.92638],[-21.67522,-57.90335],[-21.68407,-57.88608],[-21.69024,-57.88321],[-21.70156,-57.89428],[-21.71164,-57.90601],[-21.7322,-57.94719],[-21.75194,-57.95073],[-21.76531,-57.93568],[-21.76942,-57.91376],[-21.776,-57.90845],[-21.79923,-57.91996],[-21.83347,-57.93853],[-21.84087,-57.96111],[-21.84724,-57.96798],[-21.85834,-57.94805],[-21.87457,-57.92237],[-21.88402,-57.91373],[-21.88875,-57.91838],[-21.88895,-57.93366],[-21.89655,-57.94384],[-21.90682,-57.95248],[-21.92285,-57.93477],[-21.94051,-57.94384],[-21.97911,-57.96399],[-22.00641,-57.96665],[-22.01668,-57.97617],[-22.02755,-57.9972],[-22.03761,-58.01181],[-22.05341,-58.00384],[-22.06039,-57.98879],[-22.07372,-57.98679],[-22.08583,-57.99255],[-22.09301,-57.99565],[-22.08973,-57.96089],[-22.09055,-57.94318],[-22.11044,-57.93654],[-22.12172,-57.93344],[-22.13567,-57.86791],[-22.12029,-57.82562],[-22.14162,-57.8254],[-22.15987,-57.79728],[-22.13095,-57.78112],[-22.14141,-57.73773],[-22.12419,-57.72931],[-22.10244,-57.73573],[-22.1129,-57.72732],[-22.1181,-57.71488],[-22.09349,-57.69385],[-22.10949,-57.67658],[-22.11174,-57.64692],[-22.10046,-57.61238],[-22.12754,-57.61681],[-22.15358,-57.58913],[-22.17306,-57.58825],[-22.18597,-57.56146],[-22.18597,-57.53157],[-22.1747,-57.51829],[-22.18843,-57.50301],[-22.20135,-57.45142],[-22.21119,-57.40825],[-22.20586,-57.40604],[-22.22594,-57.38058],[-22.23476,-57.37814],[-22.24275,-57.33829],[-22.24849,-57.31571],[-22.2284,-57.29623],[-22.23537,-57.27896],[-22.25361,-57.23623],[-22.23066,-57.20767],[-22.21898,-57.20058],[-22.24111,-57.18354],[-22.2366,-57.16073],[-22.23271,-57.11623],[-22.24664,-57.11225],[-22.25135,-57.0983],[-22.25463,-57.08147],[-22.24521,-57.05225],[-22.23578,-57.05446],[-22.24603,-57.04184],[-22.24131,-57.03254],[-22.23783,-57.00421],[-22.22512,-56.98782],[-22.24295,-56.99668],[-22.24828,-56.98362],[-22.24644,-56.96081],[-22.25627,-56.94952],[-22.25812,-56.92406],[-22.27307,-56.90126],[-22.2489,-56.89306],[-22.26242,-56.87646],[-22.27533,-56.88332],[-22.29213,-56.86959],[-22.29827,-56.85011],[-22.30646,-56.83616],[-22.29213,-56.81624],[-22.28393,-56.79897],[-22.25115,-56.7972],[-22.26611,-56.78081],[-22.25955,-56.76044],[-22.24992,-56.75779],[-22.24849,-56.73631],[-22.25812,-56.74318],[-22.26836,-56.72126],[-22.25299,-56.7124],[-22.23804,-56.6938],[-22.22205,-56.69026],[-22.25074,-56.68251],[-22.25709,-56.66104],[-22.26918,-56.64244],[-22.26898,-56.63425],[-22.23592,-56.64089],[-22.25231,-56.62274],[-22.23489,-56.61211],[-22.21932,-56.6037],[-22.2187,-56.59462],[-22.20564,-56.55978],[-22.18371,-56.55026],[-22.16874,-56.55269],[-22.16115,-56.52945],[-22.14906,-56.53564],[-22.14413,-56.51948],[-22.13857,-56.51923],[-22.13787,-56.52255],[-22.13503,-56.5233],[-22.13384,-56.52445],[-22.1322,-56.52431],[-22.13129,-56.5272],[-22.12943,-56.52599],[-22.12844,-56.52328],[-22.12716,-56.52344],[-22.12602,-56.52489],[-22.12437,-56.52435],[-22.12264,-56.52547],[-22.12184,-56.52389],[-22.12217,-56.52277],[-22.1215,-56.52174],[-22.11979,-56.52202],[-22.11862,-56.52234],[-22.11499,-56.51999],[-22.1141,-56.51978],[-22.11274,-56.51983],[-22.11177,-56.51862],[-22.10851,-56.51905],[-22.10802,-56.51678],[-22.10482,-56.51321],[-22.10308,-56.50764],[-22.10115,-56.50806],[-22.10024,-56.50902],[-22.09872,-56.50865],[-22.09605,-56.50732],[-22.09563,-56.50658],[-22.09777,-56.50459],[-22.0966,-56.50073],[-22.09391,-56.49666],[-22.09638,-56.49326],[-22.09647,-56.48209],[-22.09515,-56.47371],[-22.08225,-56.46987],[-22.08804,-56.46078],[-22.08646,-56.44927],[-22.08633,-56.42611],[-22.08567,-56.41532],[-22.08028,-56.40992],[-22.08028,-56.40111],[-22.08581,-56.39372],[-22.09818,-56.39926],[-22.10437,-56.39131],[-22.11411,-56.38491],[-22.12424,-56.37681],[-22.13911,-56.37085],[-22.14583,-56.37838],[-22.1603,-56.37269],[-22.17293,-56.36261],[-22.17767,-56.35081],[-22.19135,-56.34683],[-22.2195,-56.31798],[-22.21621,-56.30804],[-22.23962,-56.27479],[-22.23896,-56.23814],[-22.25711,-56.23629],[-22.27907,-56.21228],[-22.27962,-56.19858],[-22.27568,-56.19218],[-22.28528,-56.18949],[-22.28133,-56.18167],[-22.29014,-56.17002],[-22.28791,-56.16022],[-22.28541,-56.14914],[-22.28449,-56.12569],[-22.27634,-56.12598],[-22.27542,-56.11646],[-22.2862,-56.09529],[-22.28791,-56.08392],[-22.28764,-56.06702],[-22.27897,-56.05949],[-22.28146,-56.04897],[-22.28593,-56.03349],[-22.28975,-56.01359],[-22.2933,-56.01459],[-22.29527,-56.00791],[-22.29382,-56.00154],[-22.28488,-55.9977],[-22.28199,-55.98264],[-22.29369,-55.96929],[-22.29198,-55.96005],[-22.29474,-55.9467],[-22.28436,-55.94229],[-22.28068,-55.92951],[-22.2812,-55.91473],[-22.28554,-55.90294],[-22.28607,-55.8893],[-22.28475,-55.87523],[-22.28501,-55.85762],[-22.28304,-55.85264],[-22.28725,-55.84952],[-22.28883,-55.84185],[-22.29724,-55.83886],[-22.30749,-55.8363],[-22.31591,-55.83545],[-22.3255,-55.83119],[-22.33575,-55.82849],[-22.34166,-55.82508],[-22.34587,-55.82153],[-22.34574,-55.81428],[-22.35901,-55.80135],[-22.36939,-55.80036],[-22.3778,-55.79425],[-22.38144,-55.7919],[-22.38915,-55.79107],[-22.38978,-55.78508],[-22.38508,-55.78001],[-22.38683,-55.77311],[-22.38508,-55.76705],[-22.38725,-55.75577],[-22.38543,-55.75039],[-22.38964,-55.74615],[-22.39293,-55.74312],[-22.40336,-55.74615],[-22.41093,-55.73918],[-22.41758,-55.7391],[-22.42241,-55.741],[-22.43162,-55.7374],[-22.44002,-55.73543],[-22.44366,-55.73702],[-22.44954,-55.73884],[-22.45647,-55.73853],[-22.45962,-55.73649],[-22.46039,-55.7402],[-22.46284,-55.74369],[-22.46382,-55.74997],[-22.46893,-55.74679],[-22.47495,-55.75331],[-22.48188,-55.75187],[-22.48286,-55.74868],[-22.48671,-55.7474],[-22.49315,-55.74831],[-22.50148,-55.74815],[-22.50498,-55.74755],[-22.51009,-55.7449],[-22.51667,-55.74149],[-22.52192,-55.74028],[-22.5273,-55.73838],[-22.53353,-55.73505],[-22.5434,-55.72906],[-22.55186,-55.72399],[-22.55599,-55.71702],[-22.55963,-55.7099],[-22.56396,-55.69884],[-22.57124,-55.69543],[-22.57851,-55.69536],[-22.58103,-55.69172],[-22.58939,-55.68444],[-22.6203,-55.63566],[-22.62135,-55.63081],[-22.62835,-55.62573],[-22.64527,-55.62323],[-22.6482,-55.62278],[-22.65149,-55.62293],[-22.65401,-55.62119],[-22.65533,-55.61558],[-22.65911,-55.61452],[-22.66386,-55.61823],[-22.67008,-55.61838],[-22.67575,-55.61838],[-22.68148,-55.61604],[-22.6888,-55.61],[-22.69104,-55.61469],[-22.70514,-55.61757],[-22.7145,-55.61583],[-22.72575,-55.6184],[-22.73728,-55.61666],[-22.74371,-55.62159],[-22.7514,-55.62009],[-22.75713,-55.62736],[-22.76139,-55.6266],[-22.76775,-55.6191],[-22.76712,-55.63039],[-22.77019,-55.63637],[-22.7748,-55.63713],[-22.77857,-55.6369],[-22.78688,-55.64281],[-22.78975,-55.64993],[-22.79422,-55.65137],[-22.80134,-55.65031],[-22.80923,-55.65683],[-22.81611,-55.65371],[-22.82819,-55.66158],[-22.84173,-55.6609],[-22.8522,-55.66658],[-22.86058,-55.66469],[-22.8656,-55.66075],[-22.87444,-55.66285],[-22.88212,-55.66247],[-22.88644,-55.65747],[-22.88609,-55.65398],[-22.89014,-55.6502],[-22.89789,-55.65012],[-22.90186,-55.65141],[-22.91268,-55.65156],[-22.91408,-55.64929],[-22.92454,-55.64679],[-22.93082,-55.65239],[-22.93487,-55.65073],[-22.9408,-55.64618],[-22.94582,-55.64588],[-22.9504,-55.64863],[-22.95124,-55.64219],[-22.95096,-55.63992],[-22.95535,-55.63651],[-22.95856,-55.63939],[-22.96512,-55.63757],[-22.97133,-55.63272],[-22.98437,-55.62325],[-22.98807,-55.62522],[-22.9873,-55.62856],[-22.99134,-55.63454],[-22.99706,-55.63386],[-22.99825,-55.62962],[-23.0015,-55.63234],[-23.01628,-55.63741],[-23.02597,-55.63991],[-23.02556,-55.6359],[-23.03308,-55.62984],[-23.03322,-55.62567],[-23.04117,-55.61461],[-23.04793,-55.61219],[-23.051,-55.6134],[-23.05372,-55.61461],[-23.05908,-55.61272],[-23.07665,-55.61147],[-23.08181,-55.61776],[-23.08711,-55.6136],[-23.09233,-55.61337],[-23.1046,-55.60072],[-23.11909,-55.59754],[-23.12229,-55.5992],[-23.13762,-55.60079],[-23.1466,-55.59996],[-23.15106,-55.59905],[-23.15273,-55.59564],[-23.14862,-55.58095],[-23.14375,-55.57163],[-23.14486,-55.56754],[-23.15218,-55.56102],[-23.15496,-55.55231],[-23.1574,-55.54504],[-23.15754,-55.54231],[-23.16325,-55.54209],[-23.16729,-55.54489],[-23.16882,-55.54254],[-23.17404,-55.54065],[-23.17815,-55.54587],[-23.18191,-55.54292],[-23.18644,-55.53784],[-23.19166,-55.53299],[-23.19709,-55.5239],[-23.20747,-55.52655],[-23.21158,-55.53216],[-23.21868,-55.53678],[-23.21986,-55.54094],[-23.21791,-55.54466],[-23.22077,-55.54807],[-23.22773,-55.54087],[-23.23357,-55.54094],[-23.23664,-55.53769],[-23.24479,-55.54116],[-23.25182,-55.53707],[-23.25329,-55.52919],[-23.25948,-55.52306],[-23.26324,-55.5276],[-23.26867,-55.53306],[-23.27006,-55.53844],[-23.2727,-55.53995],[-23.27423,-55.54684],[-23.27695,-55.54927],[-23.27931,-55.55396],[-23.28286,-55.55586],[-23.291,-55.55548],[-23.30353,-55.55056],[-23.31649,-55.556],[-23.32038,-55.55494],[-23.32309,-55.54805],[-23.33207,-55.53601],[-23.34027,-55.53328],[-23.34299,-55.52866],[-23.34806,-55.52555],[-23.35245,-55.52093],[-23.36615,-55.52048],[-23.36705,-55.51154],[-23.37338,-55.50586],[-23.37967,-55.5059],[-23.39246,-55.51037],[-23.40122,-55.51431],[-23.40908,-55.5159],[-23.42159,-55.52393],[-23.43771,-55.53915],[-23.44855,-55.54576],[-23.45578,-55.54122],[-23.47558,-55.54478],[-23.47468,-55.5544],[-23.47558,-55.56288],[-23.49031,-55.55948],[-23.48927,-55.55341],[-23.49504,-55.55167],[-23.52242,-55.54766],[-23.52506,-55.54152],[-23.52971,-55.54357],[-23.53513,-55.54069],[-23.53715,-55.53819],[-23.54222,-55.53773],[-23.55083,-55.53584],[-23.55534,-55.5366],[-23.56305,-55.53099],[-23.56742,-55.52713],[-23.57131,-55.53183],[-23.58034,-55.5291],[-23.58415,-55.53137],[-23.59193,-55.53902],[-23.60088,-55.53887],[-23.61046,-55.5369],[-23.61734,-55.53652],[-23.62539,-55.54076],[-23.62844,-55.53705],[-23.63066,-55.53205],[-23.62872,-55.53039],[-23.62573,-55.5166],[-23.62421,-55.51107],[-23.63094,-55.51046],[-23.63253,-55.51077],[-23.63878,-55.49775],[-23.63787,-55.49388],[-23.64259,-55.49176],[-23.64315,-55.48911],[-23.64086,-55.48419],[-23.64523,-55.48199],[-23.6469,-55.47828],[-23.65057,-55.47532],[-23.65848,-55.47487],[-23.67569,-55.47661],[-23.67749,-55.46881],[-23.68145,-55.46699],[-23.68339,-55.46305],[-23.69889,-55.46477],[-23.70478,-55.46704],[-23.71262,-55.46454],[-23.7174,-55.45507],[-23.71657,-55.45242],[-23.71172,-55.44765],[-23.71234,-55.44197],[-23.71505,-55.43742],[-23.72233,-55.4428],[-23.72628,-55.4428],[-23.73467,-55.4475],[-23.738,-55.44666],[-23.74209,-55.44901],[-23.75003,-55.44618],[-23.7537,-55.44398],[-23.75682,-55.44428],[-23.75953,-55.44777],[-23.7657,-55.44519],[-23.7711,-55.43398],[-23.78282,-55.4339],[-23.78954,-55.43072],[-23.79287,-55.4361],[-23.79675,-55.43731],[-23.80771,-55.445],[-23.81963,-55.45519],[-23.82229,-55.45139],[-23.82348,-55.44589],[-23.82977,-55.44193],[-23.85344,-55.44136],[-23.85729,-55.43958],[-23.86277,-55.44023],[-23.86676,-55.43982],[-23.87237,-55.43626],[-23.87517,-55.43594],[-23.90474,-55.43948],[-23.91115,-55.44516],[-23.9168,-55.44648],[-23.9185,-55.44247],[-23.91921,-55.43846],[-23.92374,-55.4338],[-23.92634,-55.42841],[-23.94148,-55.43311],[-23.94006,-55.42707],[-23.94436,-55.41987],[-23.94885,-55.41711],[-23.9576,-55.41991],[-23.96619,-55.41405],[-23.96529,-55.40581],[-23.97063,-55.40253],[-23.97448,-55.40337],[-23.97492,-55.39815],[-23.97772,-55.39556],[-23.97305,-55.3925],[-23.97332,-55.38745],[-23.9686,-55.38841],[-23.97074,-55.3794],[-23.97464,-55.37982],[-23.98134,-55.37465],[-23.97975,-55.37212],[-23.9831,-55.36467],[-23.98969,-55.3592],[-23.99024,-55.35404],[-23.99474,-55.34791],[-23.99507,-55.33865],[-23.99298,-55.33445],[-23.97656,-55.32495],[-23.96668,-55.32032],[-23.96369,-55.31757],[-23.96578,-55.31192],[-23.96589,-55.30459],[-23.97286,-55.29563],[-23.97802,-55.28385],[-23.98516,-55.27839],[-23.98598,-55.27171],[-23.98944,-55.26991],[-23.99016,-55.26637],[-23.98829,-55.2648],[-23.99499,-55.26108],[-23.99697,-55.25501],[-24.00031,-55.24972],[-24.0007,-55.24702],[-23.99949,-55.24641],[-24.00499,-55.24238],[-24.00653,-55.23979],[-24.00713,-55.23552],[-24.01449,-55.22952],[-24.0129,-55.22405],[-24.00955,-55.21708],[-24.00626,-55.21461],[-24.0045,-55.21004],[-24.00362,-55.20632],[-23.99533,-55.19833],[-23.9872,-55.1979],[-23.98742,-55.19298],[-23.98935,-55.18703],[-23.98841,-55.1818],[-23.99451,-55.17934],[-23.99357,-55.17321],[-23.98989,-55.16744],[-23.99039,-55.16335],[-23.98786,-55.1589],[-23.98495,-55.1562],[-23.98874,-55.15091],[-23.9905,-55.14718],[-23.98407,-55.12801],[-23.97732,-55.12489],[-23.97963,-55.12224],[-23.9776,-55.11756],[-23.96343,-55.10782],[-23.96683,-55.10752],[-23.9737,-55.09839],[-23.97545,-55.09448],[-23.9832,-55.09069],[-23.98298,-55.08499],[-23.98589,-55.07801],[-23.98517,-55.07423],[-23.98792,-55.07194],[-23.99011,-55.0663],[-23.99401,-55.06197],[-23.98567,-55.05151],[-23.98116,-55.05085],[-23.98429,-55.0464],[-23.97847,-55.03697],[-23.9743,-55.03324],[-23.97315,-55.0288],[-23.97326,-55.02225],[-23.97249,-55.01918],[-23.95854,-54.99857],[-23.96096,-54.99586],[-23.96255,-54.98889],[-23.96299,-54.98324],[-23.95887,-54.97675],[-23.96508,-54.97104],[-23.96635,-54.96647],[-23.9653,-54.94976],[-23.96481,-54.9461],[-23.97003,-54.94057],[-23.96377,-54.93907],[-23.96217,-54.92422],[-23.95438,-54.92542],[-23.94306,-54.92894],[-23.93395,-54.92134],[-23.92723,-54.92545],[-23.92233,-54.91125],[-23.91493,-54.90951],[-23.91128,-54.90514],[-23.91322,-54.89916],[-23.91094,-54.89244],[-23.89978,-54.88758],[-23.89875,-54.88421],[-23.9098,-54.87487],[-23.90866,-54.86652],[-23.90798,-54.85307],[-23.90832,-54.84808],[-23.89739,-54.84821],[-23.88429,-54.8335],[-23.89272,-54.82516],[-23.89124,-54.81457],[-23.87996,-54.8051],[-23.87814,-54.79787],[-23.86936,-54.79214],[-23.87244,-54.77918],[-23.8672,-54.77545],[-23.86708,-54.76286],[-23.8582,-54.76087],[-23.86321,-54.7514],[-23.87073,-54.74554],[-23.86845,-54.73894],[-23.87005,-54.7347],[-23.86617,-54.71901],[-23.86594,-54.70742],[-23.85774,-54.69695],[-23.8419,-54.69695],[-23.83415,-54.69047],[-23.82937,-54.68038],[-23.81546,-54.67042],[-23.81934,-54.66917],[-23.82093,-54.65559],[-23.83575,-54.64649],[-23.83142,-54.63416],[-23.83666,-54.62594],[-23.83677,-54.61672],[-23.85307,-54.61024],[-23.85307,-54.5994],[-23.84566,-54.59367],[-23.83928,-54.5852],[-23.8468,-54.58221],[-23.85512,-54.56626],[-23.86856,-54.57149],[-23.8754,-54.5685],[-23.87176,-54.55766],[-23.87198,-54.54869],[-23.8697,-54.54184],[-23.87506,-54.53523],[-23.87289,-54.52938],[-23.87654,-54.52103],[-23.88691,-54.51542],[-23.88398,-54.5078],[-23.88626,-54.50194],[-23.8866,-54.49397],[-23.89537,-54.48737],[-23.90494,-54.48762],[-23.90221,-54.47964],[-23.89947,-54.47578],[-23.89959,-54.46805],[-23.90152,-54.46232],[-23.90095,-54.45622],[-23.9054,-54.446],[-23.90676,-54.43965],[-23.91439,-54.42856],[-23.92066,-54.42769],[-23.92487,-54.42881],[-23.92806,-54.43466],[-23.93034,-54.4328],[-23.93375,-54.42856],[-23.94491,-54.42034],[-23.95072,-54.41722],[-23.95824,-54.4156],[-23.96484,-54.40862],[-23.96746,-54.39554],[-23.98214,-54.38944],[-23.98954,-54.38134],[-23.99216,-54.37274],[-24.00013,-54.36489],[-24.00923,-54.35094],[-24.00377,-54.34433],[-24.00434,-54.3386],[-24.00662,-54.33449],[-24.00525,-54.32315],[-24.01231,-54.31393],[-24.0224,-54.31476],[-24.03162,-54.30579],[-24.03799,-54.29769],[-24.03959,-54.29171],[-24.0463,-54.28648],[-24.06473,-54.27589],[-24.11672,-54.33505],[-24.16415,-54.34508],[-24.20073,-54.32837],[-24.24557,-54.32698],[-24.2757,-54.29134],[-24.31698,-54.27092],[-24.35014,-54.26275],[-24.39005,-54.27166],[-24.46205,-54.32512],[-24.5285,-54.33738],[-24.62878,-54.31436],[-24.8457,-54.4123],[-25.01727,-54.44107],[-25.10047,-54.45656],[-25.1766,-54.41894],[-25.27069,-54.48754],[-25.3797,-54.56057],[-25.4077,-54.58943],[-25.42752,-54.60096],[-25.44162,-54.60542],[-25.45528,-54.62104],[-25.47358,-54.61807],[-25.48853,-54.59928],[-25.50028,-54.60449],[-25.51152,-54.6004],[-25.53135,-54.5989],[-25.54024,-54.59314],[-25.56575,-54.59518],[-25.59343,-54.59388],[-25.59105,-54.56993],[-25.5879,-54.55935],[-25.58821,-54.55237],[-25.5965,-54.53853],[-25.60049,-54.53341],[-25.61559,-54.53725],[-25.61968,-54.53562],[-25.62901,-54.52596],[-25.6222,-54.51154],[-25.61486,-54.50247],[-25.61821,-54.49258],[-25.62618,-54.482],[-25.63666,-54.47003],[-25.65501,-54.45328],[-25.66906,-54.44468],[-25.6786,-54.44235],[-25.68824,-54.44142],[-25.6939,-54.43653],[-25.69149,-54.4249],[-25.65407,-54.42525],[-25.63781,-54.39524],[-25.59691,-54.38757],[-25.5924,-54.37047],[-25.60551,-54.35488],[-25.60079,-54.34279],[-25.57446,-54.33162],[-25.56373,-54.31044],[-25.55555,-54.28869],[-25.55943,-54.27927],[-25.58178,-54.26915],[-25.59311,-54.25729],[-25.59846,-54.23822],[-25.56772,-54.23891],[-25.5631,-54.23228],[-25.56625,-54.21798],[-25.57832,-54.20542],[-25.58659,-54.18136],[-25.57841,-54.17369],[-25.56761,-54.17962],[-25.56267,-54.19381],[-25.55753,-54.20649],[-25.53675,-54.20474],[-25.53581,-54.19393],[-25.54263,-54.16892],[-25.53445,-54.1595],[-25.49865,-54.11867],[-25.49298,-54.09995],[-25.5018,-54.08925],[-25.51849,-54.09646],[-25.54662,-54.11693],[-25.56729,-54.12763],[-25.58974,-54.11716],[-25.61523,-54.10309],[-25.61733,-54.09564],[-25.60789,-54.09099],[-25.58271,-54.09378],[-25.55313,-54.07855],[-25.56425,-54.06505],[-25.58093,-54.05877],[-25.58513,-54.04714],[-25.56792,-54.02818],[-25.56288,-54.01783],[-25.56993,-54.00687],[-25.57863,-54.00105],[-25.58671,-53.99256],[-25.59133,-53.98442],[-25.59343,-53.97907],[-25.60119,-53.97116],[-25.60243,-53.97035],[-25.60411,-53.97295],[-25.60461,-53.9785],[-25.6076,-53.97806],[-25.61417,-53.97686],[-25.6154,-53.97483],[-25.6121,-53.96796],[-25.61262,-53.96543],[-25.61945,-53.96566],[-25.62631,-53.96242],[-25.62902,-53.96043],[-25.63256,-53.96199],[-25.63612,-53.96413],[-25.64164,-53.96292],[-25.64354,-53.96222],[-25.64456,-53.95703],[-25.64678,-53.95551],[-25.64727,-53.9511],[-25.64365,-53.95036],[-25.64168,-53.94848],[-25.6339,-53.94653],[-25.63144,-53.94439],[-25.63006,-53.94595],[-25.62971,-53.94782],[-25.62588,-53.95122],[-25.62429,-53.9541],[-25.62285,-53.95313],[-25.62211,-53.95024],[-25.61965,-53.9486],[-25.61338,-53.94859],[-25.6124,-53.94906],[-25.61117,-53.94614],[-25.61131,-53.94344],[-25.61384,-53.94114],[-25.61624,-53.94321],[-25.6188,-53.94196],[-25.62183,-53.93841],[-25.62306,-53.93193],[-25.62204,-53.9265],[-25.6206,-53.92502],[-25.61782,-53.92323],[-25.61634,-53.91761],[-25.61719,-53.91636],[-25.6218,-53.91601],[-25.6237,-53.91651],[-25.62693,-53.91932],[-25.62961,-53.92127],[-25.63309,-53.92065],[-25.63291,-53.91816],[-25.63115,-53.9171],[-25.62918,-53.91714],[-25.62901,-53.91511],[-25.63059,-53.91488],[-25.63358,-53.9146],[-25.63664,-53.91328],[-25.6358,-53.91004],[-25.63502,-53.90816],[-25.63281,-53.90883],[-25.63062,-53.9052],[-25.62999,-53.90336],[-25.62806,-53.90211],[-25.626,-53.8987],[-25.62293,-53.89487],[-25.62265,-53.89296],[-25.62346,-53.89054],[-25.62554,-53.88843],[-25.62783,-53.89101],[-25.63004,-53.89343],[-25.63265,-53.89234],[-25.63645,-53.89374],[-25.64137,-53.8955],[-25.64345,-53.89409],[-25.64338,-53.88988],[-25.64419,-53.88683],[-25.64436,-53.88461],[-25.64092,-53.88094],[-25.64099,-53.87965],[-25.64373,-53.8777],[-25.64552,-53.87751],[-25.64683,-53.87852],[-25.64609,-53.88121],[-25.64844,-53.88406],[-25.6521,-53.88465],[-25.65534,-53.88715],[-25.65703,-53.89003],[-25.65875,-53.88996],[-25.66105,-53.89027],[-25.66176,-53.8875],[-25.65996,-53.88547],[-25.65831,-53.88446],[-25.65644,-53.88067],[-25.65444,-53.87708],[-25.65423,-53.8754],[-25.6549,-53.87333],[-25.65588,-53.87337],[-25.65676,-53.87404],[-25.65757,-53.87322],[-25.65806,-53.8683],[-25.65887,-53.86377],[-25.65898,-53.86245],[-25.66183,-53.86206],[-25.66334,-53.86092],[-25.66577,-53.85995],[-25.66841,-53.85913],[-25.67256,-53.8548],[-25.67358,-53.85472],[-25.67414,-53.85675],[-25.676,-53.85811],[-25.67695,-53.86038],[-25.67885,-53.85979],[-25.68269,-53.8574],[-25.68361,-53.85638],[-25.68325,-53.85373],[-25.68449,-53.85123],[-25.68519,-53.84725],[-25.68596,-53.84459],[-25.68755,-53.84272],[-25.68881,-53.84264],[-25.68944,-53.84577],[-25.69,-53.84948],[-25.69053,-53.8519],[-25.69025,-53.85467],[-25.69194,-53.85494],[-25.69479,-53.85447],[-25.69901,-53.85264],[-25.70073,-53.85084],[-25.70319,-53.85119],[-25.70541,-53.8517],[-25.70664,-53.8535],[-25.70688,-53.85658],[-25.70488,-53.85736],[-25.70217,-53.85834],[-25.69957,-53.8613],[-25.69635,-53.86713],[-25.6934,-53.87147],[-25.69319,-53.87307],[-25.69512,-53.87342],[-25.69684,-53.87232],[-25.69881,-53.86936],[-25.70085,-53.86717],[-25.70208,-53.86694],[-25.70331,-53.86463],[-25.70479,-53.86584],[-25.70679,-53.86842],[-25.70651,-53.874],[-25.70676,-53.87759],[-25.70713,-53.87881],[-25.70771,-53.87924],[-25.7093,-53.87827],[-25.7118,-53.87601],[-25.71287,-53.87444],[-25.71335,-53.87313],[-25.71461,-53.87125],[-25.71332,-53.87029],[-25.71393,-53.86717],[-25.71555,-53.86685],[-25.71682,-53.87002],[-25.71856,-53.87027],[-25.72016,-53.86893],[-25.7199,-53.86778],[-25.71714,-53.86461],[-25.7165,-53.8615],[-25.71827,-53.86172],[-25.71965,-53.86142],[-25.7231,-53.85913],[-25.72557,-53.85904],[-25.72919,-53.86163],[-25.73047,-53.86358],[-25.73148,-53.86394],[-25.73269,-53.86355],[-25.73512,-53.86419],[-25.73942,-53.86553],[-25.74118,-53.86663],[-25.74359,-53.86663],[-25.74488,-53.86609],[-25.74531,-53.86444],[-25.74528,-53.86201],[-25.74447,-53.85734],[-25.74266,-53.85217],[-25.74122,-53.8494],[-25.74432,-53.84813],[-25.74606,-53.846],[-25.74783,-53.84025],[-25.74927,-53.8358],[-25.75186,-53.83405],[-25.75329,-53.83448],[-25.75317,-53.83546],[-25.7511,-53.84064],[-25.7515,-53.84227],[-25.75244,-53.84287],[-25.75507,-53.84216],[-25.75968,-53.84048],[-25.76084,-53.84089],[-25.75986,-53.84261],[-25.75725,-53.84675],[-25.75785,-53.8486],[-25.7589,-53.8492],[-25.76289,-53.85199],[-25.7646,-53.85482],[-25.76598,-53.85725],[-25.76699,-53.85707],[-25.76719,-53.85629],[-25.76915,-53.85244],[-25.76922,-53.84925],[-25.76899,-53.84744],[-25.76986,-53.84422],[-25.7712,-53.84172],[-25.77358,-53.83726],[-25.77749,-53.83376],[-25.78104,-53.83107],[-25.78415,-53.83229],[-25.78553,-53.83328],[-25.78651,-53.83438],[-25.78853,-53.84203],[-25.79024,-53.84351],[-25.79098,-53.84343],[-25.79152,-53.84173],[-25.79219,-53.83927],[-25.7918,-53.83423],[-25.79223,-53.83219],[-25.79046,-53.8277],[-25.79057,-53.82542],[-25.79213,-53.82314],[-25.79373,-53.82245],[-25.79955,-53.82234],[-25.8006,-53.8233],[-25.80278,-53.82776],[-25.80849,-53.82875],[-25.80922,-53.82758],[-25.81014,-53.82374],[-25.81175,-53.82132],[-25.81259,-53.81993],[-25.81618,-53.82013],[-25.81317,-53.82657],[-25.81233,-53.83154],[-25.81582,-53.83931],[-25.82473,-53.83562],[-25.82622,-53.8441],[-25.83083,-53.84596],[-25.83659,-53.85108],[-25.84224,-53.85085],[-25.84318,-53.84759],[-25.84025,-53.84224],[-25.84349,-53.84096],[-25.84737,-53.83922],[-25.8504,-53.83515],[-25.85281,-53.83561],[-25.85574,-53.83968],[-25.85626,-53.84515],[-25.85961,-53.84422],[-25.86181,-53.84096],[-25.86108,-53.83608],[-25.85888,-53.8334],[-25.85981,-53.83247],[-25.86833,-53.83816],[-25.87078,-53.83545],[-25.87066,-53.82737],[-25.87173,-53.82432],[-25.87495,-53.82969],[-25.87804,-53.8328],[-25.87644,-53.83936],[-25.87751,-53.84121],[-25.88216,-53.84002],[-25.88263,-53.85055],[-25.88829,-53.84902],[-25.8896,-53.84472],[-25.88847,-53.83777],[-25.89008,-53.83426],[-25.8955,-53.83671],[-25.89675,-53.83114],[-25.89717,-53.82174],[-25.89943,-53.82061],[-25.90348,-53.82267],[-25.90569,-53.83366],[-25.90862,-53.8342],[-25.91249,-53.83619],[-25.91535,-53.83453],[-25.91505,-53.83089],[-25.90963,-53.82387],[-25.91303,-53.82023],[-25.91517,-53.82393],[-25.92047,-53.82407],[-25.92559,-53.81884],[-25.92994,-53.8238],[-25.91976,-53.83208],[-25.9202,-53.8348],[-25.93116,-53.8338],[-25.93139,-53.84294],[-25.93806,-53.84307],[-25.95426,-53.84102],[-25.96044,-53.83525],[-25.96211,-53.83022],[-25.96687,-53.8381],[-25.97134,-53.8371],[-25.978,-53.83141],[-25.97628,-53.82234],[-25.97782,-53.81638],[-25.98086,-53.81379],[-25.98098,-53.82105],[-25.99003,-53.81787],[-25.99146,-53.81509],[-25.99122,-53.81019],[-25.98634,-53.80542],[-25.98598,-53.80284],[-25.9895,-53.80125],[-25.9967,-53.80483],[-25.99872,-53.80271],[-26.0014,-53.7994],[-26.00229,-53.79681],[-26.00039,-53.79602],[-26.00069,-53.79344],[-26.00363,-53.79151],[-26.00679,-53.79403],[-26.00839,-53.78198],[-26.01321,-53.78449],[-26.01684,-53.77787],[-26.02101,-53.78198],[-26.02351,-53.78092],[-26.02351,-53.77469],[-26.02678,-53.77231],[-26.03226,-53.77284],[-26.03672,-53.76224],[-26.03208,-53.76006],[-26.03261,-53.75741],[-26.0344,-53.75555],[-26.03761,-53.75913],[-26.04059,-53.75873],[-26.04338,-53.75542],[-26.04326,-53.75403],[-26.03844,-53.75257],[-26.03993,-53.74893],[-26.0435,-53.74827],[-26.04493,-53.74675],[-26.04439,-53.7441],[-26.04076,-53.74324],[-26.04368,-53.74012],[-26.04332,-53.7348],[-26.04499,-53.73593],[-26.04784,-53.7346],[-26.05088,-53.73334],[-26.05284,-53.73076],[-26.0545,-53.73109],[-26.05546,-53.7299],[-26.0576,-53.73076],[-26.05938,-53.73017],[-26.06176,-53.72983],[-26.06237,-53.72856],[-26.0631,-53.72746],[-26.06506,-53.7269],[-26.06619,-53.72716],[-26.06725,-53.72791],[-26.06745,-53.72892],[-26.06825,-53.7299],[-26.0682,-53.73105],[-26.06868,-53.73262],[-26.07036,-53.7325],[-26.07146,-53.73421],[-26.07254,-53.73469],[-26.07362,-53.73396],[-26.07433,-53.7348],[-26.07591,-53.73598],[-26.07893,-53.73811],[-26.08348,-53.73999],[-26.08607,-53.74041],[-26.08919,-53.74083],[-26.09128,-53.73954],[-26.09312,-53.7396],[-26.09654,-53.73884],[-26.09943,-53.73864],[-26.10094,-53.73932],[-26.10265,-53.7396],[-26.10796,-53.74312],[-26.11114,-53.74312],[-26.11321,-53.74248],[-26.11572,-53.74184],[-26.11798,-53.74077],[-26.11798,-53.73819],[-26.1202,-53.73467],[-26.12171,-53.73296],[-26.125,-53.73058],[-26.12804,-53.72635],[-26.12968,-53.72119],[-26.12724,-53.7178],[-26.12809,-53.71461],[-26.13043,-53.7117],[-26.13192,-53.71041],[-26.13436,-53.71044],[-26.13607,-53.70834],[-26.1371,-53.70853],[-26.14019,-53.7064],[-26.14145,-53.70806],[-26.14286,-53.70705],[-26.14459,-53.7052],[-26.14731,-53.70287],[-26.15023,-53.70211],[-26.15343,-53.70009],[-26.1574,-53.69211],[-26.16167,-53.6878],[-26.16262,-53.68231],[-26.16587,-53.67911],[-26.1672,-53.67948],[-26.17175,-53.6769],[-26.17437,-53.67348],[-26.17688,-53.67236],[-26.17962,-53.67073],[-26.18111,-53.6681],[-26.18312,-53.66575],[-26.18623,-53.66449],[-26.18694,-53.66222],[-26.18749,-53.66051],[-26.1896,-53.65928],[-26.19316,-53.65784],[-26.19366,-53.65283],[-26.19507,-53.65067],[-26.19783,-53.6507],[-26.20045,-53.65056],[-26.20206,-53.65249],[-26.20407,-53.65372],[-26.20648,-53.65291],[-26.20806,-53.65022],[-26.21027,-53.64479],[-26.21276,-53.64235],[-26.21445,-53.64162],[-26.21543,-53.64156],[-26.21621,-53.64395],[-26.21807,-53.64554],[-26.21985,-53.64708],[-26.22219,-53.6477],[-26.22274,-53.64717],[-26.22759,-53.65005],[-26.229,-53.65109],[-26.23404,-53.65319],[-26.23548,-53.65375],[-26.23791,-53.65209],[-26.23776,-53.65044],[-26.23852,-53.65013],[-26.23987,-53.64733],[-26.24141,-53.64604],[-26.24181,-53.64428],[-26.24314,-53.64268],[-26.24497,-53.64361],[-26.24575,-53.64271],[-26.24548,-53.64075],[-26.24673,-53.64097],[-26.24977,-53.63781],[-26.25027,-53.63862],[-26.24939,-53.64098],[-26.24941,-53.64168],[-26.24808,-53.64355],[-26.24743,-53.64585],[-26.24871,-53.64633],[-26.25002,-53.64582],[-26.2506,-53.64398],[-26.25281,-53.64428],[-26.25692,-53.64308],[-26.25945,-53.6421],[-26.26144,-53.64275],[-26.26408,-53.64233],[-26.26508,-53.64347],[-26.26606,-53.6423],[-26.26772,-53.64311],[-26.27018,-53.64507],[-26.27357,-53.64518],[-26.27675,-53.64622],[-26.2802,-53.64616],[-26.28193,-53.64515],[-26.28409,-53.64616],[-26.28549,-53.64611],[-26.2877,-53.64798],[-26.29019,-53.65291],[-26.29389,-53.6545],[-26.29532,-53.65489],[-26.2968,-53.65755],[-26.30029,-53.65896],[-26.30157,-53.65876],[-26.30338,-53.66033],[-26.30486,-53.66038],[-26.30777,-53.66358],[-26.31056,-53.66204],[-26.31119,-53.66391],[-26.3142,-53.66475],[-26.31583,-53.66587],[-26.3189,-53.67072],[-26.32284,-53.67178],[-26.32279,-53.67363],[-26.32731,-53.67571],[-26.33201,-53.67938],[-26.33476,-53.68205],[-26.33504,-53.68593],[-26.33696,-53.68575],[-26.33871,-53.68695],[-26.34302,-53.68895],[-26.34757,-53.69104],[-26.35179,-53.69033],[-26.35215,-53.69541],[-26.3567,-53.69736],[-26.35642,-53.6922],[-26.36017,-53.69042],[-26.36101,-53.69611],[-26.36368,-53.69714],[-26.36236,-53.70025],[-26.36531,-53.70136],[-26.36922,-53.70185],[-26.37341,-53.70319],[-26.37792,-53.69816],[-26.38019,-53.69847],[-26.38477,-53.70212],[-26.38816,-53.70163],[-26.38597,-53.70675],[-26.38629,-53.70955],[-26.3886,-53.71009],[-26.39566,-53.70786],[-26.39809,-53.70217],[-26.40267,-53.69696],[-26.4053,-53.69803],[-26.40813,-53.70123],[-26.4073,-53.70234],[-26.40893,-53.70706],[-26.41156,-53.70524],[-26.41497,-53.70631],[-26.41624,-53.7055],[-26.41752,-53.70141],[-26.4162,-53.69874],[-26.41959,-53.6987],[-26.42314,-53.69892],[-26.4237,-53.69571],[-26.42776,-53.69473],[-26.43079,-53.69344],[-26.42832,-53.69051],[-26.42828,-53.68864],[-26.43167,-53.68819],[-26.43526,-53.68944],[-26.44179,-53.68788],[-26.44299,-53.68922],[-26.44283,-53.69554],[-26.44032,-53.69598],[-26.43976,-53.70097],[-26.44135,-53.70493],[-26.44709,-53.70377],[-26.45131,-53.70266],[-26.45466,-53.69798],[-26.45964,-53.69856],[-26.46677,-53.69972],[-26.4694,-53.69883],[-26.46287,-53.70399],[-26.46383,-53.70711],[-26.46729,-53.71196],[-26.47056,-53.7157],[-26.47211,-53.71552],[-26.47363,-53.712],[-26.47422,-53.70924],[-26.47869,-53.70893],[-26.48159,-53.70844],[-26.48195,-53.7055],[-26.47562,-53.70243],[-26.47391,-53.70123],[-26.47458,-53.69776],[-26.47558,-53.69669],[-26.47857,-53.70074],[-26.4806,-53.70048],[-26.4894,-53.69739],[-26.48909,-53.70233],[-26.49195,-53.70531],[-26.50115,-53.71043],[-26.50386,-53.70451],[-26.50828,-53.70438],[-26.50299,-53.71088],[-26.50275,-53.71568],[-26.50641,-53.71978],[-26.50028,-53.72387],[-26.49984,-53.72957],[-26.5047,-53.73139],[-26.51131,-53.73117],[-26.51247,-53.7293],[-26.52003,-53.72939],[-26.52625,-53.72681],[-26.52756,-53.72196],[-26.52481,-53.71813],[-26.52652,-53.71737],[-26.52776,-53.7176],[-26.5309,-53.72396],[-26.53345,-53.72512],[-26.53576,-53.7245],[-26.53871,-53.72049],[-26.54062,-53.72218],[-26.54202,-53.7248],[-26.53844,-53.73019],[-26.54071,-53.73642],[-26.54441,-53.74305],[-26.54775,-53.74247],[-26.5497,-53.73433],[-26.55014,-53.72832],[-26.55599,-53.72449],[-26.55882,-53.7256],[-26.55847,-53.72958],[-26.55723,-53.73443],[-26.56058,-53.73733],[-26.56528,-53.73808],[-26.56736,-53.735],[-26.56632,-53.7298],[-26.56258,-53.72401],[-26.55963,-53.72125],[-26.55686,-53.71102],[-26.55833,-53.70902],[-26.5607,-53.70795],[-26.5615,-53.70977],[-26.56122,-53.71551],[-26.56066,-53.7213],[-26.56301,-53.72299],[-26.56775,-53.7229],[-26.57408,-53.72166],[-26.57854,-53.72353],[-26.58459,-53.72566],[-26.58869,-53.72535],[-26.58451,-53.73158],[-26.58765,-53.73283],[-26.59386,-53.72842],[-26.60098,-53.73082],[-26.60731,-53.7306],[-26.60663,-53.73523],[-26.61248,-53.73541],[-26.61555,-53.73301],[-26.61715,-53.73044],[-26.62001,-53.73004],[-26.62503,-53.73409],[-26.62968,-53.73351],[-26.62841,-53.73787],[-26.62897,-53.74112],[-26.63302,-53.7417],[-26.63935,-53.74174],[-26.64325,-53.74045],[-26.64285,-53.74268],[-26.63545,-53.7482],[-26.63505,-53.75167],[-26.6374,-53.75781],[-26.64007,-53.76048],[-26.64245,-53.75972],[-26.64444,-53.75665],[-26.64575,-53.75211],[-26.64762,-53.74659],[-26.64794,-53.74072],[-26.64568,-53.73444],[-26.64778,-53.73431],[-26.6526,-53.73414],[-26.65657,-53.73116],[-26.6588,-53.72657],[-26.65892,-53.72372],[-26.65586,-53.72225],[-26.64977,-53.72461],[-26.64818,-53.7243],[-26.64878,-53.72234],[-26.65124,-53.72145],[-26.65303,-53.7215],[-26.66198,-53.71945],[-26.66779,-53.71972],[-26.66636,-53.72622],[-26.66827,-53.72804],[-26.67244,-53.72693],[-26.67801,-53.73338],[-26.67972,-53.73027],[-26.67952,-53.72252],[-26.68147,-53.71705],[-26.68406,-53.71718],[-26.68557,-53.72141],[-26.69046,-53.72466],[-26.69125,-53.72884],[-26.68883,-53.73325],[-26.68016,-53.7385],[-26.67944,-53.7434],[-26.68306,-53.7446],[-26.69106,-53.74282],[-26.69909,-53.73457],[-26.70402,-53.73412],[-26.71177,-53.73546],[-26.71749,-53.73639],[-26.71805,-53.74262],[-26.71853,-53.7473],[-26.70899,-53.75264],[-26.71006,-53.75597],[-26.71463,-53.75833],[-26.72195,-53.75945],[-26.72481,-53.75161],[-26.73017,-53.7448],[-26.73343,-53.74458],[-26.73717,-53.75121],[-26.74079,-53.75135],[-26.74214,-53.74734],[-26.74234,-53.73563],[-26.73614,-53.73323],[-26.73157,-53.73252],[-26.73157,-53.73145],[-26.73447,-53.73038],[-26.73991,-53.73047],[-26.74345,-53.72722],[-26.74623,-53.72433],[-26.74933,-53.71868],[-26.75001,-53.71463],[-26.75354,-53.71467],[-26.75601,-53.7169],[-26.75955,-53.71926],[-26.76543,-53.73034],[-26.764,-53.73466],[-26.76066,-53.73839],[-26.76066,-53.7436],[-26.76364,-53.74538],[-26.76602,-53.73906],[-26.76873,-53.7363],[-26.7729,-53.73439],[-26.77385,-53.73109],[-26.77449,-53.72139],[-26.77354,-53.71543],[-26.76905,-53.71534],[-26.76726,-53.71379],[-26.76634,-53.71067],[-26.76638,-53.7072],[-26.76769,-53.70515],[-26.76769,-53.70181],[-26.76944,-53.69959],[-26.77131,-53.69968],[-26.77258,-53.70925],[-26.77671,-53.71374],[-26.77997,-53.71739],[-26.78466,-53.71837],[-26.79082,-53.71579],[-26.79006,-53.71374],[-26.79531,-53.71178],[-26.79916,-53.70764],[-26.79789,-53.70333],[-26.79781,-53.70075],[-26.80239,-53.70096],[-26.80569,-53.69963],[-26.81065,-53.6978],[-26.81375,-53.69811],[-26.81466,-53.70172],[-26.81423,-53.70465],[-26.80938,-53.70884],[-26.81037,-53.71129],[-26.8149,-53.71089],[-26.81649,-53.7079],[-26.81939,-53.70083],[-26.82451,-53.70011],[-26.82935,-53.69756],[-26.83495,-53.69106],[-26.83789,-53.68897],[-26.83987,-53.69729],[-26.84656,-53.698],[-26.84989,-53.69306],[-26.84688,-53.68354],[-26.84481,-53.67645],[-26.85009,-53.67405],[-26.85315,-53.67093],[-26.8553,-53.66296],[-26.85752,-53.66101],[-26.86304,-53.66113],[-26.86395,-53.66451],[-26.86121,-53.67243],[-26.8603,-53.6792],[-26.86093,-53.68739],[-26.85768,-53.69767],[-26.86066,-53.69753],[-26.86618,-53.69081],[-26.86681,-53.68614],[-26.86848,-53.68084],[-26.87034,-53.68062],[-26.8709,-53.68529],[-26.87729,-53.69264],[-26.88607,-53.69638],[-26.88912,-53.69331],[-26.89036,-53.68908],[-26.89194,-53.67911],[-26.89266,-53.67311],[-26.89397,-53.67164],[-26.89524,-53.67146],[-26.89766,-53.67551],[-26.90016,-53.67818],[-26.90349,-53.67938],[-26.90953,-53.67925],[-26.9104,-53.67609],[-26.9125,-53.67115],[-26.91445,-53.67765],[-26.91752,-53.68441],[-26.92363,-53.69353],[-26.92769,-53.69707],[-26.92971,-53.69698],[-26.93142,-53.69551],[-26.93332,-53.69226],[-26.93642,-53.68656],[-26.93828,-53.6786],[-26.9407,-53.67232],[-26.94201,-53.67192],[-26.94412,-53.67286],[-26.94523,-53.67375],[-26.94324,-53.68434],[-26.9369,-53.69333],[-26.93301,-53.70508],[-26.93428,-53.70877],[-26.93634,-53.71051],[-26.93797,-53.70975],[-26.94614,-53.70704],[-26.95312,-53.70152],[-26.9578,-53.70254],[-26.95993,-53.70352],[-26.96076,-53.70602],[-26.96485,-53.71011],[-26.96453,-53.71394],[-26.96084,-53.7195],[-26.95854,-53.72355],[-26.9587,-53.7256],[-26.96049,-53.72778],[-26.9664,-53.72987],[-26.97381,-53.73143],[-26.97334,-53.7365],[-26.97556,-53.73739],[-26.97838,-53.73477],[-26.98163,-53.7268],[-26.98349,-53.72039],[-26.98782,-53.71728],[-26.98944,-53.71848],[-26.99178,-53.72088],[-26.99365,-53.72511],[-26.99063,-53.73432],[-26.99043,-53.74051],[-26.99127,-53.74331],[-26.99293,-53.74416],[-26.99773,-53.74202],[-26.99971,-53.73601],[-27.00352,-53.7325],[-27.00701,-53.73277],[-27.01022,-53.73561],[-27.01411,-53.74091],[-27.00495,-53.7499],[-27.00416,-53.75474],[-27.00515,-53.76071],[-27.00757,-53.76329],[-27.00927,-53.76378],[-27.01772,-53.75897],[-27.01966,-53.75483],[-27.02184,-53.74998],[-27.02493,-53.74869],[-27.03099,-53.74776],[-27.03309,-53.74971],[-27.03412,-53.75995],[-27.04447,-53.76284],[-27.04399,-53.7652],[-27.03301,-53.7721],[-27.02774,-53.77847],[-27.02588,-53.78127],[-27.02556,-53.78585],[-27.02778,-53.78599],[-27.03844,-53.77909],[-27.04939,-53.77753],[-27.05692,-53.76943],[-27.0611,-53.75919],[-27.06508,-53.76055],[-27.06718,-53.7687],[-27.05779,-53.78093],[-27.04447,-53.78899],[-27.03916,-53.79593],[-27.03952,-53.80288],[-27.05182,-53.79887],[-27.05907,-53.79865],[-27.06347,-53.7938],[-27.07207,-53.78401],[-27.07215,-53.77862],[-27.07175,-53.77497],[-27.07302,-53.77301],[-27.0752,-53.77319],[-27.07849,-53.77924],[-27.0756,-53.78699],[-27.071,-53.79286],[-27.06672,-53.79495],[-27.06537,-53.79829],[-27.06803,-53.79954],[-27.07231,-53.80172],[-27.07975,-53.80492],[-27.08312,-53.80341],[-27.08784,-53.79869],[-27.09731,-53.78325],[-27.10221,-53.77684],[-27.10348,-53.77818],[-27.1053,-53.7885],[-27.11029,-53.79505],[-27.10665,-53.80515],[-27.09797,-53.80973],[-27.09773,-53.81307],[-27.09963,-53.81708],[-27.10177,-53.81872],[-27.10363,-53.81872],[-27.1108,-53.80728],[-27.11746,-53.80577],[-27.12332,-53.80546],[-27.1272,-53.81093],[-27.12934,-53.81628],[-27.12614,-53.82433],[-27.12784,-53.8258],[-27.13287,-53.8246],[-27.13715,-53.82188],[-27.14008,-53.81783],[-27.1402,-53.81271],[-27.13635,-53.7991],[-27.14059,-53.79821],[-27.14586,-53.79856],[-27.1463,-53.80172],[-27.14404,-53.81449],[-27.14392,-53.82602],[-27.14796,-53.83101],[-27.15346,-53.83702],[-27.15643,-53.8375],[-27.15968,-53.8359],[-27.16372,-53.83279],[-27.16976,-53.83646],[-27.13114,-53.8582],[-27.12644,-53.86524],[-27.12749,-53.87535],[-27.15318,-53.88958],[-27.16871,-53.89721],[-27.17731,-53.90894],[-27.16701,-53.92316],[-27.15944,-53.93152],[-27.15475,-53.93958],[-27.1524,-53.95527],[-27.16518,-53.96245],[-27.1781,-53.95864],[-27.18579,-53.95717],[-27.19699,-53.96236],[-27.19829,-53.97013],[-27.19477,-53.98919],[-27.19634,-54.00106],[-27.20259,-54.01089],[-27.21224,-54.01499],[-27.22267,-54.01558],[-27.2318,-54.01484],[-27.2447,-54.02071],[-27.25422,-54.02936],[-27.25956,-54.04197],[-27.26517,-54.05795],[-27.27663,-54.06542],[-27.29478,-54.07251],[-27.30195,-54.08996],[-27.30117,-54.13702],[-27.29661,-54.15256],[-27.2897,-54.15828],[-27.28175,-54.15623],[-27.26846,-54.15447],[-27.26012,-54.15828],[-27.25556,-54.16312],[-27.25452,-54.17147],[-27.25973,-54.17998],[-27.26898,-54.19039],[-27.28188,-54.19215],[-27.29616,-54.19156],[-27.30867,-54.19273],[-27.32196,-54.20109],[-27.3411,-54.21208],[-27.37925,-54.21912],[-27.38889,-54.22469],[-27.39357,-54.23877],[-27.39488,-54.25314],[-27.39839,-54.2612],[-27.40442,-54.2658],[-27.4173,-54.26712],[-27.43201,-54.26565],[-27.43955,-54.26829],[-27.44541,-54.2787],[-27.44671,-54.28911],[-27.43474,-54.29453],[-27.4229,-54.30538],[-27.40914,-54.322],[-27.40433,-54.33021],[-27.40394,-54.3393],[-27.41006,-54.34282],[-27.43764,-54.34399],[-27.4487,-54.3305],[-27.45573,-54.33651],[-27.46991,-54.34355],[-27.46054,-54.35704],[-27.42307,-54.38709],[-27.40719,-54.40571],[-27.40849,-54.41891],[-27.41838,-54.42785],[-27.42528,-54.44559],[-27.42281,-54.46187],[-27.4301,-54.47052],[-27.43921,-54.46832],[-27.45352,-54.4516],[-27.46132,-54.44105],[-27.4703,-54.44325],[-27.47667,-54.45219],[-27.47888,-54.47345],[-27.4811,-54.49324],[-27.48526,-54.50556],[-27.49982,-54.51846],[-27.50893,-54.52828],[-27.5062,-54.53752],[-27.48786,-54.53972],[-27.47411,-54.55145],[-27.45902,-54.56625],[-27.45602,-54.57549],[-27.45837,-54.58913],[-27.47229,-54.59015],[-27.48412,-54.59514],[-27.50246,-54.60408],[-27.53484,-54.61464],[-27.54342,-54.62886],[-27.54419,-54.63927],[-27.53562,-54.64572],[-27.51975,-54.65026],[-27.50779,-54.66053],[-27.50493,-54.66976],[-27.50779,-54.67563],[-27.52209,-54.67856],[-27.53601,-54.67475],[-27.55745,-54.66786],[-27.56941,-54.67196],[-27.57517,-54.68025],[-27.57244,-54.70678],[-27.56139,-54.73039],[-27.56373,-54.7386],[-27.56945,-54.74784],[-27.57699,-54.7591],[-27.58362,-54.76613],[-27.58219,-54.78094],[-27.57271,-54.7849],[-27.54216,-54.79208],[-27.52994,-54.80073],[-27.5328,-54.81452],[-27.54255,-54.81862],[-27.57722,-54.83321],[-27.61866,-54.8448],[-27.62737,-54.85345],[-27.62906,-54.86429],[-27.62594,-54.88145],[-27.62919,-54.89611],[-27.64076,-54.90557],[-27.64777,-54.90586],[-27.68802,-54.90396],[-27.73164,-54.90293],[-27.74721,-54.92492],[-27.77367,-54.93533],[-27.77782,-54.94926],[-27.77016,-54.97037],[-27.77315,-54.98547],[-27.78651,-55.00306],[-27.79455,-55.00732],[-27.79598,-55.01948],[-27.77613,-55.03708],[-27.76977,-55.04939],[-27.77107,-55.06376],[-27.77808,-55.07696],[-27.79001,-55.08927],[-27.79896,-55.08561],[-27.80557,-55.06537],[-27.82826,-55.03371],[-27.83449,-55.02462],[-27.84473,-55.02623],[-27.85393,-55.03019],[-27.85705,-55.03994],[-27.85472,-55.05504],[-27.84668,-55.06838],[-27.84279,-55.08803],[-27.84422,-55.0958],[-27.85174,-55.11808],[-27.85913,-55.12644],[-27.87888,-55.12221],[-27.88808,-55.12455],[-27.89586,-55.13188],[-27.89093,-55.14053],[-27.86644,-55.17074],[-27.86061,-55.17323],[-27.86048,-55.18921],[-27.8645,-55.20446],[-27.87875,-55.22146],[-27.88834,-55.23466],[-27.89871,-55.24213],[-27.91115,-55.24756],[-27.91983,-55.25533],[-27.92682,-55.26222],[-27.93272,-55.277],[-27.92638,-55.29225],[-27.92288,-55.30618],[-27.9234,-55.32099],[-27.93143,-55.32846],[-27.94891,-55.33477],[-27.96834,-55.33931],[-27.97481,-55.35441],[-27.97779,-55.3767],[-27.98296,-55.38641],[-27.99733,-55.38231],[-28.01079,-55.36882],[-28.03137,-55.36926],[-28.0469,-55.38891],[-28.05337,-55.41178],[-28.06695,-55.4282],[-28.07908,-55.43341],[-28.08968,-55.44162],[-28.10171,-55.45115],[-28.08115,-55.47798],[-28.07714,-55.49191],[-28.08412,-55.49894],[-28.10158,-55.50393],[-28.11064,-55.51082],[-28.11568,-55.51874],[-28.11865,-55.53164],[-28.12964,-55.54351],[-28.14813,-55.54527],[-28.15796,-55.55378],[-28.16132,-55.56052],[-28.15653,-55.56961],[-28.15007,-55.58075],[-28.1427,-55.5875],[-28.12939,-55.58222],[-28.12021,-55.5831],[-28.11775,-55.59101],[-28.11736,-55.60289],[-28.12202,-55.61638],[-28.13288,-55.62034],[-28.14322,-55.62048],[-28.16636,-55.62254],[-28.1745,-55.62928],[-28.18174,-55.64658],[-28.18523,-55.65963],[-28.20073,-55.67121],[-28.21301,-55.68631],[-28.22554,-55.71182],[-28.23071,-55.74173],[-28.24257,-55.77422],[-28.25665,-55.78257],[-28.26543,-55.77627],[-28.27447,-55.76747],[-28.2817,-55.74035],[-28.2928,-55.72056],[-28.30855,-55.70326],[-28.31462,-55.68728],[-28.33397,-55.66719],[-28.35204,-55.67159],[-28.37049,-55.68024],[-28.39474,-55.69211],[-28.42014,-55.69035],[-28.42182,-55.71748],[-28.38687,-55.72906],[-28.37358,-55.74284],[-28.36881,-55.76234],[-28.36571,-55.80706],[-28.35939,-55.8396],[-28.35526,-55.86687],[-28.3652,-55.8786],[-28.38313,-55.89165],[-28.40338,-55.90162],[-28.41355,-55.9026],[-28.44295,-55.88853],[-28.47337,-55.88061],[-28.48123,-55.88897],[-28.48187,-55.92401],[-28.49373,-55.95626],[-28.49772,-55.98485],[-28.50718,-56.01094],[-28.52199,-56.02369],[-28.54093,-56.02457],[-28.56617,-56.01152],[-28.5775,-56.00214],[-28.59872,-56.00379],[-28.6107,-56.0164],[-28.62743,-56.05598],[-28.67736,-56.10935],[-28.69743,-56.13486],[-28.72301,-56.15054],[-28.76446,-56.17856],[-28.7714,-56.18779],[-28.77487,-56.20524],[-28.77538,-56.22503],[-28.78027,-56.25978],[-28.79016,-56.28456],[-28.80121,-56.29702],[-28.81264,-56.30288],[-28.82998,-56.30171],[-28.87453,-56.29657],[-28.8884,-56.2995],[-28.90791,-56.30595],[-28.92177,-56.32208],[-28.93883,-56.34011],[-28.95179,-56.38087],[-28.96565,-56.39729],[-28.97956,-56.41159],[-28.99856,-56.41461],[-29.00794,-56.40746],[-29.01419,-56.39839],[-29.02645,-56.40086],[-29.044,-56.41076],[-29.06347,-56.41681],[-29.07982,-56.42506],[-29.08703,-56.44843],[-29.08823,-56.51278],[-29.10168,-56.52845],[-29.11274,-56.54193],[-29.1137,-56.56337],[-29.11898,-56.5862],[-29.13219,-56.60022],[-29.17167,-56.61818],[-29.20095,-56.64925],[-29.25015,-56.6542],[-29.27569,-56.65034],[-29.3656,-56.70781],[-29.37782,-56.76748],[-29.41423,-56.77738],[-29.43531,-56.77848],[-29.4583,-56.80406],[-29.48056,-56.81368],[-29.52771,-56.8882],[-29.5478,-56.91735],[-29.5789,-56.94237],[-29.60066,-56.97152],[-29.61787,-56.97207],[-29.63747,-56.96629],[-29.64607,-56.97839],[-29.64799,-56.99297],[-29.65993,-57.00946],[-29.68048,-57.02349],[-29.74587,-57.08874],[-29.73895,-57.09232],[-29.75852,-57.11266],[-29.77666,-57.16298],[-29.7769,-57.21771],[-29.7843,-57.24383],[-29.82033,-57.27793],[-29.85826,-57.31835],[-29.8995,-57.33705],[-29.93954,-57.32687],[-29.98909,-57.33622],[-30.01029,-57.35822],[-30.02553,-57.40057],[-30.04767,-57.42614],[-30.0767,-57.45529],[-30.11429,-57.46931],[-30.14164,-57.50781],[-30.16993,-57.5672],[-30.17944,-57.60185],[-30.18277,-57.60598],[-30.1904,-57.60395],[-30.20362,-57.57518],[-30.21374,-57.55788],[-30.22639,-57.55642],[-30.23866,-57.56096],[-30.2515,-57.5674],[-30.25915,-57.56652],[-30.26288,-57.56074],[-30.26396,-57.55634],[-30.2699,-57.55203],[-30.2735,-57.55063],[-30.27635,-57.54353],[-30.28071,-57.53416],[-30.28419,-57.5267],[-30.28602,-57.52172],[-30.28488,-57.51359],[-30.28589,-57.50488],[-30.28969,-57.50035],[-30.28722,-57.49749],[-30.27603,-57.49354],[-30.26712,-57.4879],[-30.26674,-57.47978],[-30.26484,-57.46543],[-30.27135,-57.4584],[-30.27578,-57.45328],[-30.27546,-57.44483],[-30.27534,-57.42697],[-30.279,-57.41336],[-30.2852,-57.41907],[-30.29373,-57.42229],[-30.30011,-57.42156],[-30.30422,-57.41877],[-30.30106,-57.41028],[-30.30258,-57.40033],[-30.30599,-57.39681],[-30.30498,-57.39074],[-30.29721,-57.38708],[-30.2876,-57.38356],[-30.28248,-57.37859],[-30.27357,-57.36841],[-30.27161,-57.36146],[-30.2742,-57.35794],[-30.28071,-57.35787],[-30.28444,-57.35692],[-30.28501,-57.35333],[-30.27963,-57.34652],[-30.27426,-57.33525],[-30.27249,-57.328],[-30.27061,-57.31969],[-30.25873,-57.31632],[-30.25816,-57.31368],[-30.261,-57.30673],[-30.26941,-57.30234],[-30.2763,-57.30014],[-30.28515,-57.29494],[-30.28977,-57.29077],[-30.29331,-57.28616],[-30.29432,-57.28045],[-30.29122,-57.27701],[-30.28692,-57.2735],[-30.28414,-57.26874],[-30.2787,-57.26918],[-30.27118,-57.26706],[-30.26846,-57.26178],[-30.2684,-57.25864],[-30.27346,-57.25439],[-30.28022,-57.25666],[-30.2849,-57.25527],[-30.28806,-57.253],[-30.28996,-57.24846],[-30.28958,-57.24012],[-30.28854,-57.2168],[-30.28512,-57.21073],[-30.28512,-57.2029],[-30.28057,-57.20231],[-30.27374,-57.19887],[-30.26382,-57.19572],[-30.25762,-57.18569],[-30.25471,-57.18233],[-30.25035,-57.17618],[-30.25029,-57.1693],[-30.24795,-57.1671],[-30.24238,-57.16791],[-30.24156,-57.16586],[-30.24283,-57.16446],[-30.242,-57.1608],[-30.23688,-57.15612],[-30.23263,-57.15473],[-30.23004,-57.15825],[-30.22675,-57.163],[-30.22239,-57.16461],[-30.21764,-57.16117],[-30.21739,-57.16718],[-30.21417,-57.16352],[-30.20828,-57.16696],[-30.19772,-57.16593],[-30.1943,-57.15839],[-30.18487,-57.15568],[-30.17152,-57.14317],[-30.16652,-57.14243],[-30.14843,-57.13026],[-30.14128,-57.1269],[-30.14584,-57.12009],[-30.14597,-57.11445],[-30.14014,-57.10779],[-30.13413,-57.10479],[-30.12628,-57.10289],[-30.12406,-57.11409],[-30.11678,-57.11482],[-30.11792,-57.09886],[-30.12204,-57.09784],[-30.12235,-57.08744],[-30.11361,-57.08371],[-30.10785,-57.08708],[-30.09968,-57.08378],[-30.09282,-57.07562],[-30.08788,-57.06784],[-30.10555,-57.07285],[-30.09956,-57.05918],[-30.1012,-57.05347],[-30.10659,-57.0469],[-30.10285,-57.02959],[-30.09507,-57.02907],[-30.08968,-57.02267],[-30.08893,-57.01124],[-30.08683,-56.98996],[-30.08848,-56.98373],[-30.09851,-56.97681],[-30.09911,-56.9685],[-30.10076,-56.95015],[-30.09492,-56.93302],[-30.09671,-56.91814],[-30.10495,-56.90914],[-30.10944,-56.91572],[-30.11167,-56.91111],[-30.11541,-56.90332],[-30.10448,-56.89311],[-30.08771,-56.88515],[-30.09505,-56.87165],[-30.08936,-56.85953],[-30.09131,-56.84136],[-30.09819,-56.82198],[-30.10822,-56.81938],[-30.10942,-56.81142],[-30.10388,-56.80796],[-30.11646,-56.80519],[-30.12379,-56.80121],[-30.12739,-56.77941],[-30.13711,-56.77802],[-30.14909,-56.78546],[-30.15881,-56.782],[-30.16659,-56.77387],[-30.16136,-56.75847],[-30.17303,-56.72801],[-30.17946,-56.71984],[-30.17662,-56.71291],[-30.17587,-56.70755],[-30.17722,-56.70461],[-30.18694,-56.71066],[-30.19382,-56.70599],[-30.20384,-56.70028],[-30.20669,-56.69388],[-30.19771,-56.68522],[-30.19547,-56.6809],[-30.201,-56.67969],[-30.19861,-56.66238],[-30.20803,-56.65304],[-30.20773,-56.64819],[-30.21177,-56.65511],[-30.21312,-56.66325],[-30.21745,-56.67017],[-30.22239,-56.66515],[-30.22044,-56.65009],[-30.22478,-56.6475],[-30.23315,-56.64421],[-30.24541,-56.62517],[-30.25095,-56.63175],[-30.25304,-56.64248],[-30.26141,-56.64075],[-30.26769,-56.62898],[-30.26261,-56.61427],[-30.27262,-56.61012],[-30.28428,-56.60839],[-30.29354,-56.62292],[-30.30251,-56.61894],[-30.29892,-56.61115],[-30.29384,-56.60406],[-30.29638,-56.59558],[-30.29011,-56.57706],[-30.30445,-56.57654],[-30.31117,-56.56772],[-30.31924,-56.55872],[-30.32133,-56.55266],[-30.31043,-56.54141],[-30.32268,-56.54107],[-30.33269,-56.53864],[-30.33941,-56.55266],[-30.34448,-56.55249],[-30.3533,-56.54556],[-30.35957,-56.54885],[-30.36121,-56.54418],[-30.36136,-56.53362],[-30.36121,-56.52289],[-30.36539,-56.51718],[-30.37047,-56.50974],[-30.38316,-56.50853],[-30.38674,-56.49884],[-30.39883,-56.49278],[-30.39926,-56.48386],[-30.39681,-56.48194],[-30.39175,-56.47945],[-30.38754,-56.47288],[-30.38669,-56.46586],[-30.38519,-56.46406],[-30.38499,-56.46162],[-30.3889,-56.45796],[-30.39305,-56.45598],[-30.40102,-56.45494],[-30.40746,-56.44919],[-30.41167,-56.44466],[-30.41402,-56.44501],[-30.41678,-56.44809],[-30.41988,-56.45413],[-30.42279,-56.45465],[-30.42464,-56.44902],[-30.42825,-56.44461],[-30.43205,-56.44124],[-30.4334,-56.43648],[-30.43511,-56.4302],[-30.43591,-56.42608],[-30.43245,-56.42196],[-30.43315,-56.4172],[-30.43255,-56.41563],[-30.43566,-56.41522],[-30.43926,-56.41435],[-30.44714,-56.40806],[-30.44794,-56.40173],[-30.44804,-56.39854],[-30.45094,-56.39947],[-30.45605,-56.40051],[-30.4585,-56.40109],[-30.4578,-56.40626],[-30.46015,-56.40818],[-30.46601,-56.40696],[-30.47151,-56.40522],[-30.47452,-56.40272],[-30.47507,-56.3997],[-30.47256,-56.39813],[-30.47256,-56.39697],[-30.47572,-56.39744],[-30.48252,-56.39778],[-30.48488,-56.3961],[-30.48658,-56.39006],[-30.48718,-56.38751],[-30.48963,-56.38791],[-30.49273,-56.38402],[-30.49133,-56.39058],[-30.49388,-56.39012],[-30.49939,-56.38385],[-30.50119,-56.37903],[-30.50159,-56.37305],[-30.50304,-56.36886],[-30.50159,-56.36457],[-30.49949,-56.35888],[-30.49468,-56.35876],[-30.49659,-56.35295],[-30.50124,-56.35185],[-30.50854,-56.34505],[-30.5119,-56.33762],[-30.51525,-56.33582],[-30.5193,-56.33826],[-30.52766,-56.33803],[-30.53076,-56.33222],[-30.53311,-56.32252],[-30.53261,-56.31039],[-30.52715,-56.29558],[-30.5268,-56.29157],[-30.53166,-56.29244],[-30.54362,-56.29008],[-30.55042,-56.2827],[-30.55432,-56.27905],[-30.55982,-56.28265],[-30.56137,-56.278],[-30.55552,-56.27033],[-30.55507,-56.26662],[-30.56137,-56.25953],[-30.56542,-56.25721],[-30.56747,-56.25855],[-30.56932,-56.26145],[-30.57422,-56.2622],[-30.58002,-56.26197],[-30.58222,-56.26325],[-30.58587,-56.26197],[-30.58792,-56.25646],[-30.58612,-56.25303],[-30.57797,-56.25036],[-30.57416,-56.23477],[-30.57641,-56.2321],[-30.57841,-56.22757],[-30.58066,-56.22536],[-30.58356,-56.22472],[-30.58536,-56.226],[-30.58561,-56.23407],[-30.58681,-56.23529],[-30.59076,-56.23489],[-30.59556,-56.23419],[-30.59711,-56.22647],[-30.60086,-56.22455],[-30.60516,-56.22321],[-30.60781,-56.21921],[-30.60836,-56.21613],[-30.60806,-56.20573],[-30.60536,-56.1983],[-30.60491,-56.19313],[-30.60506,-56.18698],[-30.61021,-56.18134],[-30.615,-56.17484],[-30.6157,-56.17199],[-30.61745,-56.17199],[-30.61955,-56.17734],[-30.62165,-56.1814],[-30.62535,-56.18413],[-30.63145,-56.18146],[-30.63424,-56.17623],[-30.63694,-56.17118],[-30.64129,-56.16595],[-30.64324,-56.16566],[-30.64674,-56.16752],[-30.65308,-56.17118],[-30.66072,-56.16793],[-30.66956,-56.16398],[-30.68025,-56.1519],[-30.68105,-56.14551],[-30.6803,-56.14331],[-30.684,-56.13907],[-30.6853,-56.13785],[-30.6862,-56.13872],[-30.68794,-56.14325],[-30.69239,-56.15074],[-30.69698,-56.15056],[-30.70547,-56.15115],[-30.70692,-56.14598],[-30.71076,-56.13866],[-30.71346,-56.135],[-30.717,-56.13152],[-30.7217,-56.12913],[-30.7229,-56.13139],[-30.72699,-56.13279],[-30.73234,-56.13308],[-30.73393,-56.13017],[-30.73863,-56.12977],[-30.74022,-56.12774],[-30.74052,-56.1239],[-30.73733,-56.11705],[-30.73378,-56.11676],[-30.73289,-56.10921],[-30.73308,-56.10758],[-30.73873,-56.10364],[-30.74337,-56.10207],[-30.74561,-56.10259],[-30.74596,-56.10021],[-30.74796,-56.09806],[-30.7536,-56.09725],[-30.7552,-56.09504],[-30.75679,-56.09109],[-30.75764,-56.08772],[-30.75525,-56.08424],[-30.74926,-56.07779],[-30.74576,-56.07251],[-30.74951,-56.06821],[-30.7521,-56.06566],[-30.75405,-56.06444],[-30.75769,-56.06484],[-30.76238,-56.06653],[-30.76604,-56.06716],[-30.77272,-56.06443],[-30.77582,-56.06158],[-30.77417,-56.05757],[-30.77801,-56.0491],[-30.77447,-56.04666],[-30.77592,-56.03655],[-30.77831,-56.03911],[-30.7836,-56.03469],[-30.78505,-56.03045],[-30.78649,-56.02157],[-30.79083,-56.02116],[-30.79448,-56.02488],[-30.79991,-56.02558],[-30.80296,-56.01652],[-30.80654,-56.01346],[-30.81153,-56.01764],[-30.81691,-56.01758],[-30.81886,-56.01717],[-30.82041,-56.00986],[-30.83163,-56.00504],[-30.83547,-56.00579],[-30.84107,-56.00433],[-30.8469,-55.99364],[-30.84914,-55.99207],[-30.85248,-55.99376],[-30.85832,-55.98952],[-30.8625,-55.99126],[-30.86689,-55.99207],[-30.88284,-56.00438],[-30.89108,-56.00671],[-30.90518,-56.00898],[-30.9115,-56.01203],[-30.92239,-56.00676],[-30.92462,-56.00944],[-30.93003,-56.01221],[-30.94026,-56.01247],[-30.94263,-56.01601],[-30.94544,-56.01566],[-30.94871,-56.01083],[-30.9536,-56.01419],[-30.9596,-56.01169],[-30.96434,-56.01281],[-30.97116,-56.01229],[-30.97464,-56.00728],[-30.97723,-56.01091],[-30.98405,-56.01031],[-30.99086,-56.01497],[-30.99731,-56.01489],[-31.0056,-56.01826],[-31.01167,-56.01782],[-31.01915,-56.01679],[-31.02189,-56.01566],[-31.02945,-56.01895],[-31.03914,-56.01921],[-31.04744,-56.02068],[-31.05395,-56.01808],[-31.06424,-56.01229],[-31.07068,-56.00884],[-31.07853,-56.00858],[-31.08363,-56.01039],[-31.08223,-56.00599],[-31.0843,-55.99743],[-31.086,-55.98931],[-31.07609,-55.983],[-31.07409,-55.97756],[-31.07942,-55.95855],[-31.08341,-55.94386],[-31.08667,-55.93833],[-31.08852,-55.93073],[-31.08452,-55.92796],[-31.07646,-55.92252],[-31.07498,-55.91655],[-31.07549,-55.91102],[-31.07305,-55.90705],[-31.06935,-55.89919],[-31.07053,-55.89668],[-31.07342,-55.89547],[-31.07779,-55.88978],[-31.07734,-55.88304],[-31.07498,-55.87743],[-31.07201,-55.86939],[-31.06572,-55.86758],[-31.06254,-55.86473],[-31.04611,-55.85488],[-31.04367,-55.84693],[-31.04337,-55.83949],[-31.04389,-55.83129],[-31.04285,-55.82697],[-31.03337,-55.82161],[-31.02471,-55.81357],[-31.01553,-55.81236],[-31.01657,-55.80873],[-31.01775,-55.80398],[-31.01782,-55.79586],[-31.01686,-55.79456],[-31.01768,-55.781],[-31.01057,-55.76544],[-31.00287,-55.767],[-30.99879,-55.77115],[-30.99783,-55.76778],[-31.00109,-55.76311],[-30.99931,-55.75507],[-30.99924,-55.75153],[-30.9899,-55.74747],[-30.98324,-55.74445],[-30.98042,-55.74522],[-30.97946,-55.73935],[-30.98138,-55.73684],[-30.9805,-55.73071],[-30.97909,-55.72647],[-30.97286,-55.72958],[-30.96649,-55.72309],[-30.95716,-55.72145],[-30.95219,-55.72327],[-30.94738,-55.71929],[-30.94441,-55.72007],[-30.94441,-55.71705],[-30.94641,-55.71679],[-30.95197,-55.71178],[-30.95567,-55.71039],[-30.95656,-55.70279],[-30.94938,-55.6989],[-30.94901,-55.69648],[-30.94471,-55.69432],[-30.94552,-55.69009],[-30.94938,-55.69086],[-30.95382,-55.68888],[-30.95679,-55.67246],[-30.95427,-55.66512],[-30.94945,-55.66382],[-30.94878,-55.65959],[-30.94367,-55.65794],[-30.93307,-55.66218],[-30.93085,-55.65855],[-30.92566,-55.65449],[-30.92403,-55.65043],[-30.92247,-55.64662],[-30.91995,-55.64541],[-30.91306,-55.64075],[-30.9095,-55.64222],[-30.90438,-55.64896],[-30.90044,-55.64818],[-30.89533,-55.65267],[-30.88724,-55.65267],[-30.88524,-55.65284],[-30.88235,-55.6506],[-30.87278,-55.66079],[-30.86522,-55.65734],[-30.86537,-55.65327],[-30.86722,-55.6525],[-30.86574,-55.64723],[-30.8578,-55.64412],[-30.85565,-55.6455],[-30.84957,-55.64126],[-30.8489,-55.63798],[-30.84667,-55.63668],[-30.84608,-55.63349],[-30.84927,-55.62839],[-30.84727,-55.62424],[-30.84326,-55.62165],[-30.84304,-55.61716],[-30.84408,-55.61344],[-30.8486,-55.61154],[-30.85031,-55.60532],[-30.85038,-55.60273],[-30.84793,-55.59962],[-30.8417,-55.59167],[-30.8417,-55.58726],[-30.83933,-55.58424],[-30.83762,-55.58406],[-30.83354,-55.57698],[-30.83792,-55.58026],[-30.8417,-55.57931],[-30.84467,-55.57706],[-30.84437,-55.57499],[-30.85046,-55.57032],[-30.85469,-55.56471],[-30.85768,-55.56529],[-30.85906,-55.56437],[-30.86037,-55.56452],[-30.86367,-55.5651],[-30.86546,-55.56393],[-30.86913,-55.56404],[-30.86935,-55.56156],[-30.87151,-55.559],[-30.87239,-55.55736],[-30.87274,-55.55527],[-30.87543,-55.55304],[-30.87681,-55.55209],[-30.8791,-55.55271],[-30.88092,-55.55165],[-30.88224,-55.55217],[-30.88346,-55.55176],[-30.88603,-55.55005],[-30.88726,-55.54862],[-30.88914,-55.5476],[-30.89115,-55.54588],[-30.89607,-55.53733],[-30.89588,-55.53612],[-30.89726,-55.53455],[-30.89798,-55.53451],[-30.90081,-55.53386],[-30.90272,-55.53247],[-30.89965,-55.52867],[-30.9004,-55.52695],[-30.89833,-55.52475],[-30.89918,-55.52117],[-30.89852,-55.51858],[-30.89927,-55.5158],[-30.90059,-55.51346],[-30.90212,-55.51068],[-30.90328,-55.50911],[-30.90423,-55.50838],[-30.90548,-55.51043],[-30.90736,-55.51039],[-30.91219,-55.51028],[-30.91407,-55.50918],[-30.91451,-55.5086],[-30.91702,-55.50787],[-30.91783,-55.50717],[-30.92066,-55.50736],[-30.92326,-55.50575],[-30.92523,-55.50381],[-30.92561,-55.50261],[-30.92686,-55.49899],[-30.92686,-55.49753],[-30.92479,-55.49475],[-30.92498,-55.49285],[-30.9257,-55.48861],[-30.92844,-55.48689],[-30.93129,-55.48806],[-30.93305,-55.48948],[-30.93772,-55.48926],[-30.93938,-55.48977],[-30.94076,-55.48934],[-30.94239,-55.48743],[-30.94464,-55.48725],[-30.94765,-55.48722],[-30.95424,-55.47815],[-30.95301,-55.47753],[-30.95295,-55.47274],[-30.95364,-55.47117],[-30.95452,-55.47022],[-30.95461,-55.46825],[-30.9537,-55.46638],[-30.95079,-55.46423],[-30.95035,-55.4628],[-30.95054,-55.46053],[-30.9517,-55.45911],[-30.9517,-55.45732],[-30.95812,-55.45238],[-30.95919,-55.45301],[-30.96047,-55.45242],[-30.96047,-55.45041],[-30.95956,-55.44778],[-30.95881,-55.44401],[-30.96003,-55.44204],[-30.96282,-55.44142],[-30.9647,-55.43978],[-30.96646,-55.43999],[-30.96975,-55.4382],[-30.97276,-55.43831],[-30.97163,-55.43575],[-30.97257,-55.43327],[-30.97426,-55.43312],[-30.97627,-55.43265],[-30.97824,-55.43152],[-30.98128,-55.42808],[-30.98194,-55.42662],[-30.98529,-55.42483],[-30.98473,-55.4272],[-30.98692,-55.4298],[-30.99002,-55.42936],[-30.99259,-55.43228],[-30.99181,-55.43594],[-30.99481,-55.43786],[-30.99869,-55.43564],[-31.00042,-55.43512],[-31.00493,-55.43775],[-31.00768,-55.43147],[-31.01022,-55.43063],[-31.01223,-55.42558],[-31.01414,-55.42584],[-31.01733,-55.42485],[-31.01852,-55.4231],[-31.01561,-55.41915],[-31.0158,-55.41422],[-31.01934,-55.40702],[-31.02316,-55.40691],[-31.02817,-55.40501],[-31.02927,-55.40004],[-31.02645,-55.39302],[-31.02181,-55.38728],[-31.02441,-55.3799],[-31.02341,-55.37654],[-31.02144,-55.37412],[-31.02357,-55.37244],[-31.02617,-55.37442],[-31.02917,-55.3738],[-31.03594,-55.37091],[-31.0366,-55.36777],[-31.037,-55.3647],[-31.04007,-55.36192],[-31.04073,-55.35859],[-31.03891,-55.3515],[-31.04239,-55.35026],[-31.04731,-55.35183],[-31.05498,-55.35625],[-31.06059,-55.35784],[-31.06459,-55.36138],[-31.06785,-55.36112],[-31.07169,-55.35092],[-31.0805,-55.34496],[-31.08642,-55.34038],[-31.08834,-55.32923],[-31.0933,-55.3307],[-31.09619,-55.33433],[-31.10425,-55.33502],[-31.10928,-55.3301],[-31.11424,-55.3326],[-31.11794,-55.33744],[-31.12742,-55.34087],[-31.13333,-55.3407],[-31.13474,-55.33543],[-31.1343,-55.33284],[-31.13733,-55.33068],[-31.13844,-55.3261],[-31.13725,-55.32117],[-31.14088,-55.31884],[-31.14428,-55.31979],[-31.14879,-55.31417],[-31.14709,-55.30899],[-31.14295,-55.3045],[-31.1448,-55.29689],[-31.1445,-55.29197],[-31.15005,-55.29119],[-31.15552,-55.28704],[-31.15781,-55.29033],[-31.16336,-55.29223],[-31.16558,-55.28929],[-31.16846,-55.28272],[-31.17158,-55.2784],[-31.17225,-55.2752],[-31.17535,-55.27132],[-31.17809,-55.27158],[-31.17735,-55.27762],[-31.18215,-55.28048],[-31.18526,-55.28661],[-31.18859,-55.28523],[-31.19426,-55.28362],[-31.19529,-55.27956],[-31.19499,-55.27377],[-31.19729,-55.27083],[-31.19596,-55.2634],[-31.19869,-55.25995],[-31.20187,-55.25589],[-31.20564,-55.25174],[-31.21162,-55.25589],[-31.21628,-55.25286],[-31.21598,-55.24854],[-31.22071,-55.24889],[-31.22411,-55.24828],[-31.22552,-55.24975],[-31.23165,-55.2488],[-31.23623,-55.24733],[-31.2417,-55.24949],[-31.24621,-55.2488],[-31.24857,-55.24863],[-31.25248,-55.24707],[-31.25315,-55.24223],[-31.25699,-55.2412],[-31.25994,-55.24111],[-31.26201,-55.23886],[-31.25987,-55.23489],[-31.26164,-55.22391],[-31.26475,-55.21173],[-31.26305,-55.20274],[-31.26593,-55.19903],[-31.26615,-55.19229],[-31.26659,-55.18373],[-31.26999,-55.18097],[-31.27021,-55.17112],[-31.27531,-55.1693],[-31.27937,-55.16447],[-31.28136,-55.1668],[-31.28697,-55.16369],[-31.28594,-55.16058],[-31.28643,-55.15662],[-31.29027,-55.15317],[-31.29396,-55.15291],[-31.29817,-55.14686],[-31.29935,-55.13891],[-31.30179,-55.13649],[-31.30304,-55.12534],[-31.30865,-55.12284],[-31.3139,-55.12232],[-31.31212,-55.11446],[-31.30843,-55.10815],[-31.31455,-55.1033],[-31.31647,-55.09967],[-31.31913,-55.09371],[-31.32179,-55.09025],[-31.32641,-55.08233],[-31.33275,-55.07567],[-31.33128,-55.06634],[-31.33393,-55.05952],[-31.33209,-55.05589],[-31.32552,-55.05908],[-31.32087,-55.05632],[-31.31615,-55.05831],[-31.31459,-55.05174],[-31.31304,-55.05148],[-31.30891,-55.04457],[-31.3095,-55.04267],[-31.30463,-55.04094],[-31.30204,-55.03688],[-31.29717,-55.03696],[-31.29237,-55.03463],[-31.29119,-55.03169],[-31.28661,-55.03204],[-31.28381,-55.0342],[-31.27805,-55.03031],[-31.27561,-55.03394],[-31.27399,-55.03178],[-31.27147,-55.03161],[-31.26954,-55.02183],[-31.26873,-55.01923],[-31.2705,-55.01621],[-31.27087,-55.00722],[-31.26732,-55.00601],[-31.26969,-55.00359],[-31.27382,-55.00273],[-31.27907,-55.00273],[-31.28335,-55.00152],[-31.28446,-54.994],[-31.28763,-54.99737],[-31.29103,-54.99409],[-31.29376,-54.99072],[-31.29553,-54.98865],[-31.29324,-54.98528],[-31.29531,-54.98312],[-31.29686,-54.98346],[-31.3059,-54.98175],[-31.31188,-54.98409],[-31.31668,-54.97985],[-31.31786,-54.9764],[-31.3245,-54.95972],[-31.3324,-54.95471],[-31.33941,-54.95393],[-31.33875,-54.95877],[-31.34244,-54.96162],[-31.34701,-54.96136],[-31.35225,-54.96058],[-31.35557,-54.9516],[-31.35321,-54.95168],[-31.35565,-54.94624],[-31.35572,-54.93916],[-31.35712,-54.93553],[-31.36059,-54.93743],[-31.36347,-54.93725],[-31.36701,-54.93561],[-31.37048,-54.9395],[-31.37505,-54.94149],[-31.38103,-54.94227],[-31.38508,-54.93345],[-31.3842,-54.92818],[-31.38331,-54.92205],[-31.38103,-54.91945],[-31.38405,-54.90865],[-31.38538,-54.90183],[-31.38236,-54.89759],[-31.37852,-54.89854],[-31.37609,-54.89353],[-31.37741,-54.89034],[-31.37918,-54.8855],[-31.38302,-54.888],[-31.38774,-54.88541],[-31.39792,-54.8791],[-31.40898,-54.85854],[-31.4179,-54.8626],[-31.42225,-54.85655],[-31.42476,-54.85396],[-31.42764,-54.84998],[-31.43051,-54.84791],[-31.43553,-54.84394],[-31.44223,-54.83763],[-31.44157,-54.83322],[-31.43811,-54.82639],[-31.43523,-54.81266],[-31.43472,-54.8098],[-31.43221,-54.80911],[-31.4311,-54.80211],[-31.4325,-54.80004],[-31.43177,-54.79632],[-31.43376,-54.7927],[-31.43582,-54.78889],[-31.43081,-54.77619],[-31.4269,-54.76522],[-31.42631,-54.75675],[-31.42712,-54.75183],[-31.42933,-54.74984],[-31.42638,-54.73912],[-31.43073,-54.73385],[-31.43007,-54.72703],[-31.43376,-54.7221],[-31.43671,-54.72106],[-31.43951,-54.71519],[-31.44113,-54.7018],[-31.43774,-54.70145],[-31.43899,-54.69531],[-31.44268,-54.69583],[-31.44636,-54.69125],[-31.44703,-54.68711],[-31.44622,-54.68451],[-31.44872,-54.67752],[-31.45071,-54.67674],[-31.45727,-54.66654],[-31.45804,-54.59017],[-31.46401,-54.58636],[-31.47211,-54.58075],[-31.48273,-54.57781],[-31.48398,-54.57211],[-31.48796,-54.56917],[-31.48936,-54.56243],[-31.49456,-54.56059],[-31.49721,-54.55541],[-31.49375,-54.55359],[-31.50023,-54.54538],[-31.50296,-54.53346],[-31.50797,-54.52741],[-31.51173,-54.52456],[-31.51386,-54.51523],[-31.52366,-54.51117],[-31.52661,-54.5065],[-31.53272,-54.50512],[-31.54428,-54.5008],[-31.54973,-54.49337],[-31.55889,-54.49786],[-31.57641,-54.4747],[-31.59237,-54.47233],[-31.60093,-54.45931],[-31.60676,-54.46479],[-31.61507,-54.469],[-31.62577,-54.4642],[-31.63355,-54.45735],[-31.64094,-54.45598],[-31.64911,-54.45895],[-31.65225,-54.45612],[-31.85616,-54.18291],[-31.87126,-54.16233],[-31.87635,-54.15615],[-31.88005,-54.15354],[-31.88095,-54.14822],[-31.88472,-54.14494],[-31.89006,-54.14542],[-31.90171,-54.13547],[-31.90162,-54.12735],[-31.90975,-54.10957],[-31.91664,-54.11015],[-31.92115,-54.10715],[-31.92899,-54.10213],[-31.93653,-54.0887],[-31.93637,-54.0858],[-31.93202,-54.08367],[-31.92948,-54.07855],[-31.92366,-54.0771],[-31.92111,-54.07343],[-31.92415,-54.06821],[-31.92341,-54.06425],[-31.91414,-54.05806],[-31.90504,-54.04917],[-31.90315,-54.04251],[-31.8997,-54.03903],[-31.89831,-54.03226],[-31.9002,-54.03168],[-31.90118,-54.02192],[-31.90454,-54.01815],[-31.9084,-54.01709],[-31.91316,-54.00762],[-31.9166,-54.00414],[-31.91808,-53.99003],[-31.91988,-53.97998],[-31.92423,-53.96353],[-31.92768,-53.96218],[-31.93366,-53.96875],[-31.93498,-53.97358],[-31.94195,-53.97329],[-31.94605,-53.96856],[-31.95244,-53.96595],[-31.95695,-53.95764],[-31.95818,-53.9502],[-31.95613,-53.94836],[-31.9608,-53.93986],[-31.96171,-53.93503],[-31.96367,-53.93338],[-31.96531,-53.92237],[-31.96794,-53.91493],[-31.97286,-53.91174],[-31.97704,-53.907],[-31.98099,-53.90018],[-31.98886,-53.89322],[-31.99468,-53.89419],[-31.99665,-53.88723],[-31.9964,-53.87969],[-32.00238,-53.87148],[-31.99566,-53.86762],[-31.99656,-53.86288],[-31.99902,-53.85844],[-32.00124,-53.85003],[-32.00509,-53.8536],[-32.0114,-53.8537],[-32.01467,-53.85167],[-32.01926,-53.85428],[-32.02313,-53.85442],[-32.02502,-53.8523],[-32.03165,-53.85365],[-32.03042,-53.84853],[-32.03215,-53.84131],[-32.03731,-53.84256],[-32.04034,-53.84218],[-32.04026,-53.83793],[-32.04288,-53.83464],[-32.04583,-53.83367],[-32.04837,-53.83686],[-32.05394,-53.83522],[-32.05738,-53.83068],[-32.06057,-53.8243],[-32.06041,-53.81647],[-32.06254,-53.8156],[-32.06712,-53.80942],[-32.07064,-53.80671],[-32.07179,-53.80091],[-32.06876,-53.78787],[-32.07181,-53.79116],[-32.0723,-53.78439],[-32.07131,-53.78053],[-32.0732,-53.77183],[-32.0777,-53.76729],[-32.07983,-53.7641],[-32.07819,-53.7584],[-32.08008,-53.75463],[-32.07893,-53.74641],[-32.08302,-53.74776],[-32.08785,-53.74467],[-32.09072,-53.74457],[-32.09432,-53.7351],[-32.09669,-53.72476],[-32.10193,-53.7295],[-32.09784,-53.74206],[-32.1025,-53.74138],[-32.10684,-53.73935],[-32.1111,-53.7407],[-32.11446,-53.74447],[-32.11904,-53.74467],[-32.1273,-53.73645],[-32.13851,-53.72822],[-32.1431,-53.7259],[-32.14522,-53.72658],[-32.15013,-53.7373],[-32.153,-53.73643],[-32.15316,-53.7288],[-32.15177,-53.72416],[-32.15332,-53.71865],[-32.15823,-53.71759],[-32.16469,-53.72049],[-32.16993,-53.7232],[-32.17336,-53.72378],[-32.17647,-53.71885],[-32.17647,-53.71459],[-32.1804,-53.71546],[-32.18555,-53.71604],[-32.18866,-53.71488],[-32.18907,-53.7086],[-32.188,-53.70599],[-32.18858,-53.70358],[-32.1916,-53.70416],[-32.19348,-53.70812],[-32.19586,-53.71363],[-32.19896,-53.71305],[-32.20281,-53.70976],[-32.20811,-53.70365],[-32.20541,-53.69631],[-32.20925,-53.69341],[-32.21301,-53.69524],[-32.21923,-53.68935],[-32.22438,-53.68471],[-32.23549,-53.67978],[-32.24636,-53.68181],[-32.25919,-53.67968],[-32.26589,-53.67321],[-32.27243,-53.6677],[-32.2766,-53.66422],[-32.27717,-53.65862],[-32.28215,-53.65736],[-32.29008,-53.65698],[-32.29727,-53.64325],[-32.31115,-53.64799],[-32.31123,-53.65572],[-32.31344,-53.65765],[-32.31687,-53.65785],[-32.32259,-53.6534],[-32.32487,-53.6449],[-32.33132,-53.64625],[-32.33851,-53.64432],[-32.34806,-53.63668],[-32.35386,-53.63465],[-32.36695,-53.64428],[-32.38336,-53.64689],[-32.38793,-53.63993],[-32.39021,-53.62737],[-32.39723,-53.61935],[-32.40343,-53.61287],[-32.41086,-53.61365],[-32.41608,-53.61558],[-32.42831,-53.60288],[-32.43304,-53.59883],[-32.43483,-53.59119],[-32.44454,-53.58684],[-32.45343,-53.58394],[-32.45861,-53.56887],[-32.46619,-53.56211],[-32.47198,-53.55824],[-32.4741,-53.55263],[-32.47296,-53.53814],[-32.4772,-53.54597],[-32.48054,-53.54413],[-32.48975,-53.52229],[-32.4891,-53.50915],[-32.48413,-53.50306],[-32.4838,-53.4757],[-32.48315,-53.47106],[-32.4891,-53.46401],[-32.49228,-53.46672],[-32.50776,-53.46488],[-32.52813,-53.45734],[-32.56044,-53.43423],[-32.56573,-53.43171],[-32.56622,-53.42621],[-32.55971,-53.42514],[-32.56011,-53.42051],[-32.56321,-53.41867],[-32.56883,-53.41625],[-32.5764,-53.40978],[-32.58308,-53.40012],[-32.5865,-53.38746],[-32.58463,-53.38436],[-32.57884,-53.38079],[-32.57396,-53.37953],[-32.57127,-53.37731],[-32.57005,-53.37354],[-32.57086,-53.36997],[-32.58104,-53.36252],[-32.58894,-53.3546],[-32.59195,-53.35074],[-32.58984,-53.34561],[-32.58748,-53.34146],[-32.58609,-53.33769],[-32.58674,-53.33286],[-32.59212,-53.32861],[-32.60156,-53.3088],[-32.60986,-53.29768],[-32.61613,-53.29575],[-32.61996,-53.2887],[-32.6202,-53.2827],[-32.61751,-53.28019],[-32.61092,-53.27739],[-32.6062,-53.27179],[-32.60237,-53.25806],[-32.60319,-53.2454],[-32.61524,-53.24473],[-32.62321,-53.24231],[-32.63974,-53.21611],[-32.64178,-53.19301],[-32.64511,-53.18586],[-32.65292,-53.1819],[-32.73761,-53.11011],[-32.81919,-53.23371],[-32.90264,-53.30187],[-32.95016,-53.29956],[-33.09835,-53.46245],[-33.23373,-53.52829],[-33.53363,-53.52267],[-33.60614,-53.53213],[-33.61262,-53.53567],[-33.61848,-53.53331],[-33.6227,-53.52852],[-33.63629,-53.52981],[-33.64343,-53.53272],[-33.65076,-53.53592],[-33.66102,-53.53096],[-33.66528,-53.53311],[-33.67105,-53.52986],[-33.67432,-53.52609],[-33.67876,-53.5311],[-33.68646,-53.53253],[-33.68998,-53.53193],[-33.69195,-53.4812],[-33.69392,-53.44299],[-33.70083,-53.44437],[-33.70321,-53.43925],[-33.70898,-53.44068],[-33.71681,-53.43788],[-33.72349,-53.43667],[-33.73537,-53.43279],[-33.73972,-53.4329],[-33.74173,-53.42592],[-33.74828,-53.41838],[-33.75029,-53.41216],[-33.75111,-53.40061],[-33.75194,-53.39367],[-33.74882,-53.3885],[-33.74745,-53.38526],[-33.74919,-53.37761],[-33.74489,-53.37249],[-36.77674,-44.82661],[-23.54989,-24.01673],[1.7002,-28.15818],[5.47524,-51.23282]], // Switzerland - CH: [[46.13242,5.95597], [46.13513,5.96044], [46.13641,5.96503], [46.13810,5.96674], [46.13941,5.96631], [46.14316,5.96395], [46.14619,5.96498], [46.14952,5.96756], [46.15291,5.96996], [46.15832,5.97477], [46.16813,5.98086], [46.17352,5.98143], [46.17387,5.98375], [46.17227,5.98594], [46.16992,5.98697], [46.17138,5.98838], [46.17595,5.99023], [46.17708,5.99173], [46.17747,5.99014], [46.17922,5.99242], [46.18205,5.99521], [46.18626,5.99242], [46.18799,5.99010], [46.18763,5.98911], [46.18891,5.98332], [46.19001,5.98220], [46.19069,5.98289], [46.19687,5.96389], [46.19872,5.96552], [46.20157,5.97093], [46.20302,5.97355], [46.20638,5.96947], [46.21220,5.97216], [46.21522,5.97512], [46.21724,5.97976], [46.21514,5.99310], [46.21805,5.99388], [46.21989,5.99139], [46.22191,5.99031], [46.22289,5.99276], [46.22167,5.99898], [46.22006,5.99993], [46.22066,6.00169], [46.22283,6.00349], [46.22404,6.00718], [46.22657,6.00641], [46.22660,6.00739], [46.22648,6.00860], [46.22802,6.01023], [46.22885,6.00928], [46.22906,6.00954], [46.22856,6.01190], [46.22879,6.01297], [46.22921,6.01340], [46.23046,6.01233], [46.23105,6.01302], [46.23052,6.01478], [46.23069,6.01551], [46.23173,6.01606], [46.23170,6.01774], [46.23227,6.02083], [46.23411,6.02619], [46.23838,6.03362], [46.23337,6.04168], [46.23138,6.04602], [46.23313,6.04774], [46.23429,6.04941], [46.23577,6.05061], [46.23812,6.05181], [46.24129,6.05542], [46.24260,6.05773], [46.24491,6.06027], [46.24509,6.06160], [46.24559,6.06276], [46.24512,6.06387], [46.24188,6.06700], [46.24173,6.07341], [46.24371,6.07316], [46.24401,6.07616], [46.24532,6.08243], [46.24683,6.08406], [46.24695,6.08770], [46.24594,6.08809], [46.24484,6.09122], [46.24330,6.09251], [46.24285,6.09393], [46.23766,6.10127], [46.24128,6.10676], [46.23997,6.10908], [46.24790,6.12049], [46.24834,6.12036], [46.25105,6.12418], [46.25262,6.12431], [46.25416,6.12126], [46.25597,6.12144], [46.25662,6.12242], [46.25775,6.12169], [46.25820,6.12238], [46.26111,6.11945], [46.26188,6.12013], [46.26351,6.11833], [46.26479,6.12013], [46.26624,6.11606], [46.26585,6.11516], [46.26888,6.11172], [46.27054,6.10983], [46.27256,6.11357], [46.27876,6.10331], [46.28408,6.10457], [46.28482,6.10263], [46.28713,6.10469], [46.29185,6.11190], [46.29455,6.11366], [46.29455,6.11929], [46.29603,6.11847], [46.29701,6.12079], [46.29819,6.11967], [46.29885,6.12165], [46.30059,6.12143], [46.30306,6.11838], [46.31153,6.12031], [46.31233,6.12074], [46.31360,6.12044], [46.31461,6.12310], [46.31763,6.12478], [46.32175,6.12770], [46.32400,6.13139], [46.32771,6.13392], [46.33079,6.13692], [46.33227,6.13649], [46.33346,6.13928], [46.33517,6.13890], [46.33577,6.13684], [46.33944,6.13920], [46.34113,6.14495], [46.34273,6.14984], [46.34726,6.15207], [46.34896,6.15626], [46.35154,6.15832], [46.35326,6.15815], [46.35806,6.16012], [46.36599,6.17003], [46.36880,6.16873], [46.37324,6.16396], [46.37499,6.16109], [46.37872,6.16015], [46.37973,6.15890], [46.37760,6.15680], [46.37848,6.15452], [46.37739,6.15246], [46.37751,6.14955], [46.37887,6.14869], [46.37946,6.14714], [46.38020,6.14633], [46.38858,6.13474], [46.39012,6.13118], [46.39988,6.11324], [46.39814,6.11350], [46.39666,6.11573], [46.39707,6.11324], [46.39962,6.10886], [46.39932,6.10569], [46.40571,6.09929], [46.40941,6.09736], [46.40983,6.09440], [46.41504,6.06715], [46.41634,6.06402], [46.42565,6.07058], [46.42858,6.07389], [46.43243,6.07444], [46.44065,6.08539], [46.44426,6.08633], [46.44754,6.08406], [46.45055,6.07831], [46.45342,6.07436], [46.45783,6.07681], [46.45987,6.07308], [46.46324,6.07368], [46.46581,6.07359], [46.46784,6.07741], [46.47940,6.09414], [46.48232,6.09766], [46.48924,6.10131], [46.50950,6.11234], [46.53135,6.13844], [46.52780,6.14445], [46.53690,6.15372], [46.53961,6.14823], [46.54528,6.15646], [46.57632,6.11029], [46.58458,6.12265], [46.58989,6.12574], [46.61041,6.16367], [46.61572,6.17930], [46.61937,6.17926], [46.64613,6.22132], [46.64848,6.22870], [46.65508,6.23265], [46.67888,6.26938], [46.68194,6.26904], [46.69018,6.28071], [46.69489,6.29891], [46.70650,6.32706], [46.71486,6.35126], [46.72251,6.36139], [46.72404,6.37032], [46.73039,6.37066], [46.73121,6.38354], [46.73710,6.39092], [46.74368,6.38920], [46.75039,6.40053], [46.74980,6.40311], [46.75368,6.42474], [46.76332,6.43898], [46.76826,6.43984], [46.77367,6.45169], [46.77913,6.45137], [46.78818,6.45858], [46.80099,6.43472], [46.81227,6.43112], [46.81591,6.44056], [46.82495,6.43901], [46.83388,6.44330], [46.85079,6.46064], [46.89128,6.46455], [46.90195,6.45665], [46.92188,6.43536], [46.92904,6.43245], [46.93701,6.45133], [46.96208,6.47742], [46.97450,6.49579], [46.96560,6.50420], [46.97321,6.52669], [46.97392,6.54111], [46.98539,6.58093], [46.99300,6.59793], [46.99101,6.62196], [47.00249,6.63930], [47.02719,6.65819], [47.03749,6.68549], [47.03772,6.69579], [47.04018,6.70265], [47.05211,6.72033], [47.05480,6.70986], [47.05737,6.70866], [47.06334,6.69424], [47.06755,6.69167], [47.07094,6.70265], [47.07678,6.70609], [47.08181,6.70368], [47.08999,6.72051], [47.09128,6.72789], [47.09046,6.73630], [47.09478,6.74522], [47.10109,6.74471], [47.10682,6.73990], [47.11628,6.75415], [47.12189,6.77647], [47.13275,6.80754], [47.13579,6.80874], [47.13637,6.81629], [47.14653,6.82831], [47.15108,6.83964], [47.15447,6.84101], [47.15774,6.85097], [47.16544,6.85801], [47.16474,6.84582], [47.17127,6.83861], [47.18038,6.86573], [47.18553,6.86693], [47.18542,6.87328], [47.19160,6.87431], [47.20151,6.88255], [47.21866,6.91174], [47.22507,6.92787], [47.23020,6.92856], [47.23113,6.94006], [47.23964,6.94367], [47.24220,6.95517], [47.25292,6.94624], [47.26422,6.95036], [47.27388,6.94779], [47.28564,6.93903], [47.29309,6.95259], [47.29239,6.97336], [47.29624,6.97697], [47.29717,6.99551], [47.30171,7.00478], [47.30869,7.01319], [47.31952,7.01353], [47.32056,7.00907], [47.32452,7.00993], [47.32813,7.03497], [47.32697,7.04596], [47.33639,7.05385], [47.34023,7.05986], [47.34442,7.06089], [47.34733,7.04990], [47.36210,7.04870], [47.36291,7.03325], [47.36977,7.03411], [47.37256,7.01111], [47.36431,6.99961], [47.36256,6.97849], [47.36024,6.97077], [47.35524,6.92270], [47.35907,6.90124], [47.35152,6.88082], [47.35431,6.87841], [47.36698,6.88528], [47.37233,6.88339], [47.38186,6.89661], [47.38442,6.91034], [47.38930,6.91292], [47.39650,6.90966], [47.39790,6.91515], [47.40278,6.91721], [47.40429,6.91240], [47.40708,6.92047], [47.40533,6.92099], [47.40603,6.93918], [47.41614,6.94210], [47.43286,6.93987], [47.43426,6.95377], [47.43402,6.95944], [47.43728,6.96613], [47.44738,6.97077], [47.44888,6.98278], [47.44865,6.99531], [47.45504,7.00098], [47.45620,6.99772], [47.46351,7.00167], [47.46641,6.99120], [47.47094,6.99274], [47.47685,6.98484], [47.48219,6.98845], [47.49402,6.98313], [47.49889,6.99978], [47.50482,7.02180], [47.50087,7.02918], [47.49821,7.03914], [47.49728,7.04807], [47.49299,7.07227], [47.48835,7.07399], [47.48916,7.08017], [47.49542,7.09527], [47.49542,7.11450], [47.50459,7.12892], [47.49751,7.15038], [47.49102,7.15999], [47.48974,7.17286], [47.49508,7.20136], [47.49078,7.20342], [47.48870,7.19158], [47.46735,7.17733], [47.45725,7.17733], [47.44321,7.17063], [47.43810,7.19535], [47.43566,7.19707], [47.43543,7.21338], [47.44007,7.22350], [47.43844,7.23518], [47.43264,7.23895], [47.42857,7.23827], [47.42741,7.24479], [47.42114,7.24702], [47.42288,7.25097], [47.42927,7.27277], [47.43601,7.28582], [47.43357,7.29200], [47.43961,7.30419], [47.43868,7.32410], [47.44204,7.32976], [47.44123,7.34006], [47.43612,7.34796], [47.43241,7.38143], [47.43589,7.40392], [47.43856,7.40306], [47.44576,7.42109], [47.45029,7.42383], [47.45969,7.43001], [47.46213,7.44460], [47.47245,7.45525], [47.47408,7.44735], [47.47779,7.44375], [47.48255,7.42984], [47.48046,7.42092], [47.49832,7.43379], [47.48928,7.45456], [47.48904,7.46297], [47.48058,7.47138], [47.48069,7.48065], [47.48382,7.48958], [47.48881,7.49421], [47.49229,7.50094], [47.49705,7.51073], [47.51073,7.50815], [47.51569,7.49879], [47.52056,7.49828], [47.51523,7.50377], [47.51731,7.51613], [47.51465,7.52282], [47.51998,7.52540], [47.52890,7.53175], [47.53505,7.52025], [47.52809,7.51012], [47.52821,7.50102], [47.53400,7.49965], [47.53934,7.49845], [47.54698,7.51098], [47.54631,7.51805], [47.55292,7.52681], [47.56427,7.55599], [47.57052,7.55857], [47.57249,7.55754], [47.57770,7.56663], [47.57643,7.58466], [47.58963,7.58826], [47.58516,7.60423], [47.57763,7.60491], [47.57705,7.62019], [47.58551,7.63393], [47.59130,7.64285], [47.59384,7.64217], [47.59651,7.64697], [47.59141,7.67478], [47.59755,7.68199], [47.60067,7.69349], [47.59882,7.69349], [47.58655,7.67324], [47.58470,7.67495], [47.58284,7.68216], [47.57891,7.68233], [47.57323,7.68422], [47.57207,7.69126], [47.56513,7.68594], [47.57126,7.68302], [47.56582,7.67598], [47.56408,7.67787], [47.56350,7.67221], [47.56582,7.67186], [47.56327,7.65693], [47.56003,7.64886], [47.56420,7.63530], [47.56014,7.63478], [47.55400,7.64611], [47.54810,7.64817], [47.54497,7.66053], [47.53639,7.66860], [47.53315,7.68010], [47.53234,7.69572], [47.53825,7.71255], [47.54324,7.72735], [47.54440,7.75173], [47.54996,7.76203], [47.55633,7.79344], [47.56815,7.80786], [47.58749,7.82022], [47.58633,7.83601], [47.58355,7.83773], [47.58332,7.85369], [47.58899,7.86640], [47.58772,7.88940], [47.58343,7.90124], [47.57243,7.90931], [47.56340,7.91000], [47.55958,7.90622], [47.55529,7.90845], [47.54776,7.91549], [47.54660,7.92682], [47.54451,7.94485], [47.55170,7.95326], [47.55830,7.95789], [47.55656,7.97163], [47.55610,7.99772], [47.55309,8.01265], [47.55065,8.01677], [47.55158,8.03360], [47.56015,8.05505], [47.56363,8.05934], [47.56490,8.07188], [47.55703,8.08338], [47.55981,8.09505], [47.56606,8.10192], [47.57591,8.10363], [47.58343,8.11101], [47.58424,8.13682], [47.58795,8.13802], [47.59652,8.14849], [47.59374,8.16325], [47.60485,8.17973], [47.60682,8.18626], [47.62024,8.19793], [47.62140,8.20943], [47.61897,8.21784], [47.61295,8.22265], [47.60612,8.22385], [47.60508,8.22797], [47.61017,8.23484], [47.61249,8.23810], [47.61527,8.25887], [47.60809,8.26762], [47.61122,8.27792], [47.60670,8.29921], [47.59281,8.29475], [47.58679,8.30075], [47.58332,8.31157], [47.57266,8.32547], [47.56965,8.34264], [47.56892,8.37145], [47.56614,8.38295], [47.57888,8.39514], [47.57390,8.40801], [47.56626,8.43479], [47.57240,8.45402], [47.57274,8.46655], [47.57923,8.47685], [47.58178,8.49573], [47.58803,8.48766], [47.58398,8.46741], [47.58942,8.46054], [47.60169,8.45745], [47.60597,8.46981], [47.60771,8.47547], [47.61534,8.47839], [47.61500,8.48389], [47.61812,8.50929], [47.62263,8.50689], [47.62321,8.51410], [47.63536,8.51547], [47.63397,8.52337], [47.63096,8.54002], [47.62657,8.54053], [47.62472,8.55959], [47.61754,8.56508], [47.61662,8.56955], [47.61141,8.57607], [47.60852,8.56594], [47.60099,8.56354], [47.59764,8.56663], [47.59822,8.58139], [47.60736,8.59289], [47.61083,8.60165], [47.61801,8.60353], [47.62888,8.59564], [47.64369,8.59512], [47.65352,8.60748], [47.64912,8.61315], [47.64230,8.61504], [47.64103,8.60628], [47.63871,8.60508], [47.63686,8.60851], [47.63895,8.61607], [47.64195,8.62328], [47.65167,8.62860], [47.66219,8.61452], [47.66415,8.60954], [47.67132,8.60645], [47.67259,8.59718], [47.66566,8.59512], [47.66092,8.57676], [47.66543,8.56251], [47.67028,8.56422], [47.66404,8.54088], [47.65548,8.54277], [47.65710,8.53418], [47.66277,8.53315], [47.66022,8.52818], [47.65040,8.53504], [47.64646,8.53332], [47.64496,8.52852], [47.64623,8.51547], [47.64658,8.50140], [47.64623,8.49487], [47.64057,8.49470], [47.64369,8.48268], [47.64878,8.47942], [47.64935,8.47462], [47.64704,8.47427], [47.64635,8.47891], [47.63952,8.47788], [47.63802,8.47239], [47.64161,8.46500], [47.65132,8.46449], [47.65560,8.46518], [47.65259,8.45728], [47.65421,8.45367], [47.65363,8.44303], [47.65814,8.43531], [47.66624,8.42243], [47.66508,8.41059], [47.67421,8.40475], [47.67988,8.40836], [47.68022,8.41471], [47.68450,8.41934], [47.69351,8.41199], [47.69640,8.40393], [47.70322,8.40976], [47.71130,8.41903], [47.71361,8.42968], [47.72354,8.44512], [47.72424,8.45336], [47.72920,8.45474], [47.73394,8.45045], [47.74190,8.45251], [47.75206,8.45920], [47.75425,8.46521], [47.76729,8.47517], [47.77410,8.48907], [47.77156,8.49628], [47.77675,8.51156], [47.77145,8.52014], [47.77975,8.52649], [47.78587,8.55482], [47.77860,8.56615], [47.78217,8.57576], [47.78909,8.57336], [47.79198,8.56185], [47.80455,8.56134], [47.80904,8.57027], [47.80017,8.57765], [47.80305,8.58829], [47.79959,8.59378], [47.80374,8.59945], [47.80247,8.61576], [47.79521,8.62365], [47.78736,8.62073], [47.78633,8.61713], [47.78102,8.61816], [47.77675,8.62417], [47.76764,8.62091], [47.75991,8.62983], [47.76498,8.64322], [47.76983,8.64683], [47.78194,8.64923], [47.78713,8.64477], [47.79567,8.64734], [47.80028,8.65266], [47.79959,8.65953], [47.79405,8.66210], [47.79221,8.65953], [47.78829,8.67000], [47.78713,8.68185], [47.78425,8.68270], [47.77560,8.68751], [47.77378,8.68983], [47.77090,8.68571], [47.75913,8.68983], [47.75694,8.69584], [47.76224,8.70116], [47.76421,8.70802], [47.76513,8.71403], [47.76374,8.72313], [47.75901,8.73171], [47.75220,8.74390], [47.74586,8.74218], [47.74563,8.72347], [47.73570,8.71575], [47.72900,8.71355], [47.72126,8.71853], [47.71699,8.73655], [47.69620,8.72642], [47.69285,8.72848], [47.68961,8.76127], [47.67956,8.77586], [47.67493,8.79509], [47.68291,8.79371], [47.69181,8.80092], [47.69238,8.81002], [47.69597,8.80676], [47.69724,8.79646], [47.70359,8.79903], [47.70567,8.79045], [47.70683,8.76796], [47.71433,8.77174], [47.71907,8.76951], [47.72357,8.77826], [47.72808,8.78702], [47.72923,8.79852], [47.73466,8.79663], [47.73928,8.80710], [47.73016,8.81225], [47.72507,8.80539], [47.72415,8.81397], [47.71861,8.81878], [47.71884,8.82719], [47.71214,8.82049], [47.71214,8.82702], [47.71480,8.83268], [47.71237,8.84676], [47.70414,8.84877], [47.70599,8.85718], [47.70553,8.86371], [47.70472,8.87332], [47.70137,8.87263], [47.69640,8.87744], [47.69386,8.87452], [47.69213,8.86130], [47.68311,8.85032], [47.68092,8.85993], [47.67560,8.87040], [47.66682,8.87675], [47.65479,8.87572], [47.65174,8.89091], [47.65024,8.91615], [47.66643,8.96988], [47.68989,9.02721], [47.67276,9.10829], [47.66790,9.12442], [47.66430,9.13963], [47.66591,9.14512], [47.66759,9.15615], [47.66612,9.15722], [47.66363,9.16027], [47.66230,9.16079], [47.65620,9.16967], [47.65492,9.17048], [47.65555,9.17236], [47.65567,9.17584], [47.65414,9.17575], [47.65619,9.18262], [47.63077,9.33241], [47.50474,9.56184], [47.49952,9.56103], [47.49848,9.56086], [47.49364,9.56343], [47.48411,9.58082], [47.48017,9.58438], [47.46981,9.59060], [47.46384,9.59429], [47.46181,9.59893], [47.46320,9.60459], [47.46987,9.60623], [47.47068,9.60957], [47.46935,9.61206], [47.46082,9.61841], [47.45711,9.62356], [47.45647,9.64004], [47.45420,9.65333], [47.45327,9.65814], [47.45107,9.66071], [47.44770,9.65788], [47.44004,9.64681], [47.43569,9.64372], [47.43209,9.64526], [47.42338,9.64955], [47.40415,9.65187], [47.40380,9.65487], [47.39683,9.65976], [47.39253,9.67272], [47.38684,9.67487], [47.37998,9.67298], [47.37129,9.66428], [47.36821,9.65501], [47.36734,9.64832], [47.36693,9.63313], [47.36531,9.62600], [47.36589,9.62386], [47.34758,9.60088], [47.34124,9.59744], [47.32093,9.59006], [47.31593,9.58740], [47.31058,9.58096], [47.30336,9.56483], [47.29760,9.55513], [47.28921,9.55212], [47.28071,9.54698], [47.27501,9.53753], [47.27210,9.53153], [47.26744,9.52921], [47.26482,9.53050], [47.25736,9.52783], [47.24227,9.51908], [47.22389,9.50381], [47.21707,9.50020], [47.21066,9.49943], [47.20302,9.49368], [47.19468,9.48896], [47.18208,9.48578], [47.16359,9.49128], [47.14874,9.50029], [47.14150,9.50758], [47.13362,9.51067], [47.12223,9.51402], [47.10956,9.51745], [47.09854,9.51953], [47.09252,9.51798], [47.08446,9.51326], [47.07400,9.49249], [47.06651,9.47378], [47.06441,9.47198], [47.05944,9.47180], [47.05143,9.47575], [47.05638,9.48176], [47.04930,9.48313], [47.05702,9.49215], [47.05562,9.49575], [47.05755,9.50004], [47.05626,9.50339], [47.05772,9.51343], [47.06059,9.51669], [47.06561,9.54004], [47.06234,9.54570], [47.05889,9.55274], [47.05094,9.55437], [47.04877,9.55806], [47.05047,9.56441], [47.05269,9.57085], [47.05474,9.58816], [47.05755,9.59100], [47.05983,9.60061], [47.06228,9.60378], [47.06082,9.60713], [47.05649,9.61366], [47.05328,9.62181], [47.05176,9.62953], [47.05222,9.63760], [47.05491,9.64095], [47.06024,9.64455], [47.05854,9.65940], [47.06012,9.66455], [47.06006,9.67253], [47.06281,9.68095], [47.06076,9.68351], [47.05877,9.68376], [47.05597,9.68926], [47.05298,9.69818], [47.05380,9.70797], [47.05146,9.70943], [47.05029,9.70616], [47.04836,9.70685], [47.04667,9.71243], [47.04468,9.71732], [47.04333,9.71810], [47.04386,9.72144], [47.04374,9.72788], [47.04199,9.73844], [47.04293,9.74213], [47.04105,9.74573], [47.03854,9.74668], [47.03708,9.74925], [47.03731,9.75921], [47.03942,9.76788], [47.03906,9.77740], [47.03825,9.78427], [47.03439,9.79035], [47.03129,9.79275], [47.02913,9.80219], [47.02784,9.80245], [47.02176,9.81275], [47.02293,9.81618], [47.01596,9.83094], [47.01251,9.83790], [47.01374,9.83807], [47.01678,9.84622], [47.01719,9.85292], [47.02398,9.86064], [47.02299,9.86184], [47.02147,9.86759], [47.02123,9.87558], [47.01901,9.88030], [47.01655,9.88124], [47.01579,9.87669], [47.01316,9.87171], [47.01064,9.87309], [47.00783,9.87300], [47.00607,9.87506], [47.00239,9.88364], [47.00068,9.88948], [46.99407,9.89042], [46.99032,9.89257], [46.98792,9.89137], [46.98610,9.88648], [46.98359,9.88407], [46.98160,9.88433], [46.98025,9.88459], [46.97469,9.87875], [46.97346,9.87635], [46.97182,9.87592], [46.97041,9.87652], [46.96824,9.87618], [46.96467,9.87283], [46.96303,9.87231], [46.96098,9.87334], [46.95846,9.87661], [46.95676,9.87892], [46.95336,9.87755], [46.95131,9.87781], [46.94985,9.87566], [46.94762,9.87661], [46.94370,9.87635], [46.94129,9.87764], [46.94006,9.88090], [46.93526,9.87738], [46.93514,9.88201], [46.93291,9.88648], [46.92992,9.89926], [46.92676,9.90227], [46.92506,9.90982], [46.92629,9.91248], [46.92312,9.91720], [46.92107,9.91806], [46.91809,9.92418], [46.91627,9.92993], [46.91375,9.94023], [46.91322,9.94769], [46.91504,9.95113], [46.91633,9.95894], [46.91252,9.96572], [46.91387,9.97164], [46.91592,9.97387], [46.91609,9.97842], [46.91363,9.98168], [46.90988,9.98288], [46.90712,9.98194], [46.90571,9.98477], [46.90267,9.99104], [46.90225,9.99670], [46.89932,10.00357], [46.90067,10.01447], [46.90255,10.01842], [46.89956,10.01945], [46.89533,10.02726], [46.88659,10.03524], [46.88589,10.03936], [46.88038,10.04322], [46.87621,10.05344], [46.86717,10.05138], [46.86266,10.05249], [46.86195,10.05885], [46.86213,10.07421], [46.86060,10.08356], [46.86148,10.08743], [46.85831,10.09343], [46.85643,10.09378], [46.85467,10.09275], [46.85180,10.09335], [46.84781,10.09893], [46.84147,10.10511], [46.84241,10.11326], [46.84452,10.11781], [46.84833,10.12099], [46.84781,10.13807], [46.84910,10.14433], [46.85103,10.14502], [46.85156,10.14974], [46.85004,10.15704], [46.84851,10.15721], [46.85115,10.16244], [46.85115,10.17051], [46.85403,10.17171], [46.85547,10.18073], [46.86046,10.18511], [46.86298,10.19052], [46.86685,10.19421], [46.86656,10.20004], [46.86498,10.20493], [46.86668,10.21515], [46.86762,10.22056], [46.86672,10.23163], [46.86995,10.23060], [46.87276,10.23292], [46.87528,10.23214], [46.88538,10.23386], [46.88870,10.22974], [46.89855,10.22914], [46.90225,10.23334], [46.91632,10.23686], [46.91890,10.24210], [46.92318,10.24081], [46.93227,10.24021], [46.92898,10.26776], [46.92318,10.29128], [46.92078,10.29652], [46.92523,10.30115], [46.92588,10.31660], [46.93133,10.31634], [46.93485,10.31111], [46.93865,10.30630], [46.94141,10.30690], [46.94938,10.30862], [46.95073,10.31094], [46.95254,10.32621], [46.95858,10.32947], [46.96543,10.33033], [46.97053,10.33420], [46.97562,10.33720], [46.97849,10.34115], [46.98154,10.34003], [46.98282,10.34235], [46.98276,10.34432], [46.98979,10.34647], [46.99272,10.35703], [46.99120,10.36964], [46.99289,10.37514], [46.99939,10.38295], [47.00115,10.38989], [46.99717,10.39924], [46.99084,10.40336], [46.98669,10.40980], [46.98265,10.41435], [46.97767,10.42474], [46.97492,10.42765], [46.97088,10.42808], [46.96490,10.42396], [46.95994,10.42291], [46.95591,10.42917], [46.95638,10.43457], [46.95591,10.43861], [46.95392,10.43955], [46.95438,10.44367], [46.95269,10.45028], [46.95333,10.45543], [46.95081,10.45809], [46.94712,10.46951], [46.94285,10.47396], [46.94109,10.47808], [46.93787,10.49078], [46.93423,10.48718], [46.93007,10.48581], [46.92655,10.48821], [46.92116,10.48675], [46.91459,10.48632], [46.91008,10.47903], [46.90422,10.47808], [46.90070,10.47533], [46.89589,10.47559], [46.89343,10.47525], [46.89225,10.47259], [46.89032,10.47216], [46.88463,10.46546], [46.88058,10.46950], [46.87248,10.47104], [46.86415,10.46984], [46.86145,10.46855], [46.84883,10.47166], [46.84730,10.46908], [46.84484,10.46780], [46.84132,10.46436], [46.83838,10.46745], [46.83515,10.46651], [46.83347,10.45975], [46.82936,10.45743], [46.82396,10.46112], [46.82220,10.45692], [46.81714,10.45760], [46.81184,10.45667], [46.79979,10.44723], [46.79756,10.43908], [46.79715,10.43152], [46.78598,10.42595], [46.78346,10.43255], [46.78122,10.43496], [46.77511,10.44062], [46.76242,10.44451], [46.75154,10.44211], [46.75230,10.43533], [46.74248,10.41945], [46.74083,10.41413], [46.73707,10.41035], [46.73354,10.40108], [46.73066,10.40452], [46.72830,10.41035], [46.72465,10.41087], [46.71889,10.41939], [46.71395,10.41861], [46.70854,10.41604], [46.70554,10.41140], [46.70412,10.40342], [46.68829,10.39278], [46.68577,10.38280], [46.68430,10.38289], [46.68183,10.38598], [46.67753,10.38881], [46.67128,10.39285], [46.66657,10.39242], [46.66033,10.39310], [46.65732,10.39104], [46.65414,10.39456], [46.65267,10.39688], [46.64984,10.39714], [46.64601,10.40143], [46.63971,10.40194], [46.63835,10.40126], [46.63605,10.40598], [46.63629,10.41207], [46.63871,10.42083], [46.64000,10.44306], [46.64171,10.44658], [46.63417,10.46125], [46.61766,10.48563], [46.61525,10.48872], [46.61595,10.49206], [46.61442,10.49326], [46.61024,10.49155], [46.60446,10.48485], [46.59862,10.48833], [46.59284,10.48421], [46.59060,10.48610], [46.58948,10.48808], [46.58246,10.48567], [46.58022,10.48293], [46.57768,10.48456], [46.57379,10.48018], [46.56275,10.47512], [46.55781,10.47868], [46.54742,10.47190], [46.54223,10.47259], [46.54028,10.46006], [46.53621,10.45937], [46.53089,10.45336], [46.53083,10.45070], [46.53272,10.44744], [46.53727,10.43645], [46.54093,10.43302], [46.55061,10.41783], [46.54311,10.39680], [46.54919,10.38298], [46.55155,10.37380], [46.55492,10.36032], [46.55480,10.35251], [46.54843,10.35011], [46.54181,10.33946], [46.54311,10.33509], [46.54736,10.33234], [46.55096,10.32539], [46.54807,10.31861], [46.54601,10.31080], [46.54860,10.30788], [46.54925,10.29543], [46.55197,10.29354], [46.55645,10.29603], [46.56495,10.28874], [46.56979,10.28711], [46.57097,10.27947], [46.57639,10.26973], [46.57586,10.26415], [46.57025,10.25385], [46.57462,10.24441], [46.59208,10.24012], [46.59733,10.24552], [46.61087,10.25731], [46.62113,10.24435], [46.62820,10.23963], [46.63462,10.23946], [46.62749,10.22350], [46.61635,10.21586], [46.62195,10.20238], [46.62130,10.19251], [46.62543,10.19303], [46.62496,10.18813], [46.61488,10.16153], [46.60945,10.14127], [46.60432,10.12771], [46.60668,10.11243], [46.61004,10.10488], [46.60892,10.10290], [46.60503,10.09981], [46.60043,10.10247], [46.59654,10.09818], [46.59182,10.09775], [46.58906,10.10284], [46.58747,10.10104], [46.58411,10.10224], [46.58216,10.10018], [46.57679,10.09571], [46.57455,10.07941], [46.57213,10.08044], [46.56782,10.08645], [46.56452,10.08336], [46.56033,10.07812], [46.55909,10.07297], [46.55691,10.07142], [46.55342,10.06988], [46.55053,10.06885], [46.54864,10.06421], [46.54534,10.06173], [46.54286,10.04748], [46.53908,10.04430], [46.53595,10.04610], [46.53223,10.05383], [46.53034,10.05374], [46.52904,10.05100], [46.52638,10.05220], [46.52373,10.05400], [46.51859,10.05374], [46.51245,10.05151], [46.50896,10.04342], [46.50495,10.04385], [46.49923,10.05012], [46.49586,10.04617], [46.49114,10.04540], [46.48706,10.04917], [46.48192,10.04377], [46.47831,10.04385], [46.47287,10.05158], [46.46820,10.05252], [46.46460,10.05432], [46.45967,10.05252], [46.45819,10.04763], [46.45500,10.04728], [46.45406,10.04368], [46.45015,10.04239], [46.44584,10.04102], [46.44306,10.04274], [46.44205,10.05012], [46.44104,10.05801], [46.43560,10.05870], [46.42880,10.06007], [46.42596,10.06625], [46.42874,10.07389], [46.42661,10.08059], [46.42129,10.08059], [46.42297,10.09435], [46.42167,10.10018], [46.42575,10.10293], [46.42830,10.10851], [46.42623,10.11606], [46.42936,10.11907], [46.43220,10.12954], [46.43120,10.13254], [46.42904,10.13386], [46.42880,10.14270], [46.42756,10.14434], [46.42714,10.14313], [46.42424,10.14768], [46.41342,10.14957], [46.41632,10.15687], [46.41549,10.16279], [46.41241,10.16313], [46.40708,10.16802], [46.40478,10.16296], [46.39838,10.16313], [46.39069,10.16468], [46.38601,10.16090], [46.38489,10.15524], [46.38536,10.14888], [46.38560,10.14150], [46.37731,10.12820], [46.37280,10.12925], [46.37120,10.12737], [46.36160,10.13003], [46.35900,10.12754], [46.35242,10.11312], [46.35207,10.10900], [46.34739,10.11003], [46.33536,10.10522], [46.32965,10.10855], [46.32170,10.11405], [46.31352,10.11799], [46.31091,10.12846], [46.30807,10.13010], [46.30457,10.13962], [46.29994,10.13919], [46.29540,10.14790], [46.29398,10.15451], [46.28805,10.15726], [46.28580,10.15459], [46.28259,10.16283], [46.27185,10.16378], [46.26563,10.17339], [46.25678,10.17700], [46.25257,10.17348], [46.23915,10.15125], [46.23031,10.14661], [46.22407,10.13039], [46.22342,10.12035], [46.22675,10.10438], [46.22762,10.09028], [46.22513,10.08101], [46.21895,10.07491], [46.21788,10.06796], [46.22038,10.06161], [46.22442,10.05792], [46.22911,10.04479], [46.23059,10.04221], [46.23350,10.05071], [46.23760,10.05371], [46.24205,10.05294], [46.24757,10.05723], [46.25024,10.06066], [46.25327,10.05800], [46.25597,10.05741], [46.25716,10.05621], [46.25894,10.05750], [46.26232,10.05527], [46.26541,10.05518], [46.26695,10.05149], [46.27021,10.04119], [46.27466,10.03467], [46.27804,10.02025], [46.28326,9.99939], [46.28653,9.99424], [46.29724,9.99178], [46.29760,9.99590], [46.30270,10.00001], [46.30750,9.99624], [46.31248,10.00079], [46.31325,9.99366], [46.32327,9.97959], [46.33352,9.98602], [46.33512,9.98673], [46.34199,9.99300], [46.35112,9.99523], [46.35207,9.99085], [46.35130,9.98459], [46.35343,9.98304], [46.35758,9.97626], [46.35858,9.97257], [46.36498,9.96210], [46.37268,9.95549], [46.37783,9.95781], [46.37830,9.95008], [46.37357,9.93386], [46.37138,9.93086], [46.36776,9.93206], [46.36616,9.92828], [46.36581,9.92390], [46.36830,9.92339], [46.37037,9.92150], [46.37007,9.91747], [46.37274,9.91317], [46.37950,9.90929], [46.38033,9.90585], [46.37671,9.89942], [46.37180,9.88405], [46.36700,9.88011], [46.36185,9.86817], [46.36262,9.84972], [46.35847,9.83281], [46.34908,9.81895], [46.34808,9.81122], [46.34328,9.80264], [46.33937,9.78384], [46.33320,9.77723], [46.33759,9.76281], [46.34393,9.75646], [46.34985,9.74239], [46.34754,9.73415], [46.34037,9.72419], [46.33285,9.72882], [46.32420,9.71827], [46.31924,9.72692], [46.30916,9.72495], [46.30537,9.71937], [46.29606,9.71482], [46.29244,9.71456], [46.29013,9.70212], [46.29280,9.69233], [46.29369,9.68555], [46.29962,9.67946], [46.30181,9.67491], [46.29873,9.66993], [46.29624,9.67027], [46.29446,9.66821], [46.29529,9.66109], [46.29102,9.65148], [46.28907,9.65118], [46.28788,9.64526], [46.28605,9.64123], [46.28569,9.63316], [46.28753,9.61779], [46.29358,9.60955], [46.29471,9.59745], [46.29340,9.59282], [46.29471,9.57943], [46.29868,9.57196], [46.30004,9.56655], [46.30565,9.55864], [46.30535,9.55564], [46.30227,9.55058], [46.30274,9.54706], [46.31010,9.53487], [46.32545,9.51942], [46.33227,9.51607], [46.33250,9.51358], [46.33549,9.51350], [46.33733,9.51058], [46.35149,9.50715], [46.35706,9.49805], [46.36362,9.49659], [46.36753,9.47994], [46.37007,9.47925], [46.37078,9.47359], [46.37493,9.46028], [46.37961,9.46243], [46.38357,9.46123], [46.38494,9.46552], [46.38926,9.46818], [46.39820,9.46559], [46.41175,9.46027], [46.41767,9.45349], [46.42619,9.45520], [46.43228,9.45666], [46.43905,9.45726], [46.44278,9.45958], [46.44970,9.45949], [46.45975,9.45821], [46.46472,9.45881], [46.46690,9.46344], [46.47057,9.46482], [46.47571,9.46344], [46.47961,9.46241], [46.47937,9.44919], [46.48467,9.44876], [46.48485,9.46009], [46.49017,9.46138], [46.49779,9.46250], [46.50541,9.46078], [46.50789,9.46344], [46.50742,9.45761], [46.50441,9.45400], [46.49755,9.43512], [46.49212,9.43048], [46.48893,9.42568], [46.48573,9.42696], [46.47651,9.42576], [46.47131,9.41744], [46.46667,9.41336], [46.46691,9.40701], [46.47046,9.39353], [46.47477,9.38735], [46.47814,9.38675], [46.48559,9.37379], [46.48807,9.37302], [46.49014,9.36950], [46.49546,9.36778], [46.49953,9.37070], [46.50219,9.37250], [46.50420,9.37105], [46.50556,9.36667], [46.50863,9.36289], [46.50704,9.35809], [46.50485,9.35817], [46.50385,9.35405], [46.50479,9.34658], [46.50349,9.33903], [46.50556,9.33568], [46.50473,9.32169], [46.50337,9.30976], [46.49977,9.30358], [46.49628,9.28831], [46.49699,9.28127], [46.49303,9.28110], [46.48760,9.27886], [46.48234,9.27432], [46.47879,9.27818], [46.47247,9.27672], [46.46646,9.27496], [46.46368,9.27581], [46.46173,9.27873], [46.45783,9.27496], [46.45298,9.27058], [46.44955,9.26268], [46.44795,9.25161], [46.44570,9.24792], [46.43417,9.24895], [46.42754,9.25633], [46.42447,9.26277], [46.42104,9.26423], [46.41938,9.26920], [46.42038,9.27229], [46.41885,9.27762], [46.41577,9.27770], [46.41399,9.28113], [46.40453,9.28294], [46.40239,9.28156], [46.39997,9.28208], [46.39482,9.27667], [46.39091,9.27822], [46.38699,9.28346], [46.38539,9.28492], [46.38119,9.28252], [46.37758,9.27969], [46.37219,9.27737], [46.36769,9.27780], [46.36632,9.27943], [46.35880,9.28321], [46.35673,9.28801], [46.35637,9.29471], [46.35566,9.29668], [46.35051,9.29883], [46.34660,9.29900], [46.34310,9.30054], [46.34072,9.29725], [46.33669,9.29322], [46.33308,9.29339], [46.32846,9.29648], [46.32680,9.29974], [46.32283,9.29751], [46.31583,9.29382], [46.31376,9.28558], [46.30860,9.28249], [46.29727,9.28558], [46.28847,9.27202], [46.28040,9.26825], [46.27779,9.25726], [46.26949,9.25829], [46.26593,9.25177], [46.26082,9.25400], [46.25501,9.24971], [46.25168,9.25125], [46.23261,9.24892], [46.23189,9.24566], [46.23332,9.23433], [46.22714,9.22163], [46.22239,9.22369], [46.21099,9.21699], [46.20755,9.20361], [46.20208,9.20034], [46.19091,9.19485], [46.18699,9.19777], [46.18247,9.19640], [46.17629,9.19296], [46.17285,9.18627], [46.16892,9.18180], [46.16964,9.17768], [46.17130,9.17099], [46.16928,9.16035], [46.16215,9.15794], [46.15953,9.14867], [46.15394,9.14043], [46.15263,9.13546], [46.14217,9.12704], [46.13396,9.12207], [46.13432,9.11348], [46.12682,9.10044], [46.12385,9.08636], [46.11778,9.07297], [46.08898,9.08979], [46.08541,9.08979], [46.07898,9.08379], [46.07588,9.07915], [46.06850,9.07898], [46.06361,9.07778], [46.06230,9.07349], [46.06087,9.05924], [46.06072,9.05649], [46.06212,9.05473], [46.06162,9.04881], [46.05843,9.04460], [46.05861,9.03941], [46.05268,9.02881], [46.05218,9.02224], [46.05033,9.01808], [46.04765,9.01658], [46.04553,9.01671], [46.04410,9.01748], [46.03999,9.01405], [46.03836,9.01087], [46.03668,9.00979], [46.02893,9.00850], [46.02652,9.01001], [46.02384,9.01477], [46.02181,9.01666], [46.01791,9.02168], [46.01658,9.02257], [46.00030,9.02459], [45.99361,9.02829], [45.99233,9.02327], [45.98917,9.02271], [45.98726,9.01829], [45.98830,9.01327], [45.98735,9.01181], [45.98452,9.01087], [45.98311,9.01143], [45.98174,9.00915], [45.98049,9.00851], [45.97965,9.00216], [45.98010,9.00143], [45.98025,8.99589], [45.97834,8.99585], [45.97661,8.99542], [45.97560,8.99624], [45.97390,8.99654], [45.97124,8.99473], [45.97214,8.99254], [45.97127,8.99061], [45.97026,8.98933], [45.96680,8.99418], [45.96319,9.00684], [45.96036,9.01456], [45.95105,9.01550], [45.94908,9.01756], [45.94383,9.01336], [45.94156,9.01362], [45.93989,9.02022], [45.93774,9.02289], [45.92776,9.01967], [45.92955,9.02636], [45.92675,9.02962], [45.92627,9.03769], [45.92776,9.04250], [45.92591,9.04473], [45.92102,9.05057], [45.92108,9.06018], [45.91666,9.05949], [45.91469,9.06258], [45.91481,9.06439], [45.91278,9.07374], [45.91104,9.07752], [45.90734,9.07709], [45.90549,9.07589], [45.89946,9.07700], [45.90270,9.08675], [45.90037,9.08941], [45.89876,9.08726], [45.89673,9.08941], [45.89559,9.08520], [45.89368,9.08538], [45.89016,9.07911], [45.88801,9.08014], [45.88329,9.07696], [45.88107,9.07147], [45.87504,9.06667], [45.87552,9.06443], [45.87450,9.05782], [45.87349,9.05576], [45.87157,9.05688], [45.86900,9.05370], [45.86775,9.05379], [45.86709,9.05207], [45.86135,9.04941], [45.85457,9.05212], [45.85337,9.04890], [45.85206,9.05100], [45.85137,9.04843], [45.84955,9.04589], [45.84802,9.04482], [45.84653,9.04349], [45.84632,9.04100], [45.84530,9.03967], [45.84357,9.03868], [45.84192,9.03868], [45.84183,9.03731], [45.84118,9.03564], [45.84031,9.03547], [45.83905,9.03547], [45.83648,9.03705], [45.83514,9.03838], [45.83464,9.03727], [45.83252,9.03529], [45.83174,9.03443], [45.83004,9.03469], [45.82576,9.03207], [45.82421,9.03246], [45.82295,9.03482], [45.82059,9.03083], [45.82041,9.02847], [45.82160,9.02602], [45.82178,9.02237], [45.82050,9.02117], [45.81885,9.01825], [45.81775,9.01804], [45.81796,9.01439], [45.81873,9.01173], [45.81942,9.00920], [45.81996,9.00396], [45.82166,9.00147], [45.82250,8.99834], [45.82217,8.99362], [45.82301,8.99276], [45.82483,8.99426], [45.82642,8.99431], [45.83225,8.99641], [45.83239,8.99740], [45.83373,8.99675], [45.83454,8.99680], [45.83412,8.99293], [45.83541,8.98997], [45.83678,8.98946], [45.83843,8.98766], [45.83720,8.98414], [45.83556,8.98186], [45.83574,8.97946], [45.83648,8.97826], [45.83621,8.97581], [45.83472,8.97624], [45.83304,8.97457], [45.83224,8.97268], [45.83215,8.96976], [45.83298,8.96774], [45.83424,8.96723], [45.83451,8.96573], [45.83514,8.96534], [45.83478,8.96384], [45.83657,8.96092], [45.83816,8.96264], [45.83932,8.96101], [45.84175,8.95556], [45.84303,8.95577], [45.84282,8.95427], [45.84189,8.95264], [45.84315,8.94968], [45.84219,8.94538], [45.84087,8.93921], [45.83887,8.93587], [45.83842,8.93303], [45.83765,8.93269], [45.83630,8.93213], [45.83433,8.92952], [45.83322,8.92926], [45.83316,8.92608], [45.83391,8.92312], [45.83385,8.92003], [45.83280,8.91750], [45.83023,8.91192], [45.83170,8.91183], [45.83866,8.91244], [45.84285,8.91471], [45.85032,8.92128], [45.86189,8.93328], [45.86254,8.93457], [45.86341,8.93740], [45.86398,8.93955], [45.86553,8.94328], [45.86747,8.94478], [45.86966,8.94247], [45.86995,8.94156], [45.86709,8.93714], [45.86990,8.93491], [45.87031,8.93367], [45.87202,8.93453], [45.87375,8.93328], [45.87600,8.93294], [45.87875,8.93302], [45.88547,8.93143], [45.89160,8.92774], [45.89199,8.92410], [45.89494,8.92268], [45.89590,8.92135], [45.90083,8.92470], [45.90572,8.92402], [45.90656,8.92277], [45.90877,8.92002], [45.91137,8.91852], [45.91372,8.91646], [45.93238,8.89252], [45.95207,8.89930], [45.95815,8.88380], [45.95899,8.87445], [45.96123,8.86727], [45.96714,8.85886], [45.96971,8.85474], [45.97173,8.85221], [45.97326,8.84882], [45.97580,8.84747], [45.97735,8.84339], [45.98156,8.84253], [45.98150,8.83970], [45.98424,8.83919], [45.98508,8.83378], [45.98776,8.83180], [45.98723,8.82730], [45.98800,8.82378], [45.98723,8.81996], [45.99051,8.81309], [45.98988,8.80945], [45.99125,8.79869], [45.99199,8.79216], [45.98961,8.79182], [45.98862,8.79019], [45.98904,8.78624], [45.99843,8.78942], [46.00869,8.79315], [46.01959,8.80457], [46.02195,8.80585], [46.02582,8.82006], [46.03254,8.82707], [46.04171,8.82995], [46.04094,8.83231], [46.04377,8.83518], [46.04648,8.82857], [46.05156,8.83453], [46.04879,8.84410], [46.06160,8.85416], [46.06893,8.85382], [46.07536,8.85199], [46.07553,8.84675], [46.07985,8.84165], [46.08083,8.83963], [46.08113,8.83701], [46.08307,8.83281], [46.08836,8.82740], [46.08869,8.82420], [46.09119,8.82111], [46.09303,8.82004], [46.09485,8.81570], [46.09681,8.81510], [46.10086,8.80639], [46.09866,8.80347], [46.09458,8.80017], [46.09401,8.78382], [46.09706,8.77504], [46.09995,8.76869], [46.10123,8.76182], [46.10396,8.75581], [46.11938,8.74075], [46.09870,8.70835], [46.10192,8.69646], [46.10144,8.69359], [46.10120,8.68895], [46.10192,8.68539], [46.10549,8.68097], [46.11013,8.67930], [46.10968,8.67586], [46.10989,8.67290], [46.10876,8.67080], [46.10899,8.66794], [46.11003,8.66640], [46.11292,8.65674], [46.11574,8.65597], [46.11857,8.65284], [46.12089,8.64953], [46.12324,8.64709], [46.12309,8.64211], [46.12246,8.63898], [46.12205,8.63061], [46.12238,8.62657], [46.12193,8.62417], [46.12124,8.61975], [46.12139,8.61177], [46.12246,8.61203], [46.12520,8.61074], [46.12719,8.60928], [46.12812,8.61022], [46.13112,8.61018], [46.13267,8.60966], [46.14272,8.59141], [46.14878,8.59484], [46.15425,8.59931], [46.15639,8.58678], [46.16198,8.58540], [46.16210,8.57579], [46.16578,8.57098], [46.17945,8.56618], [46.18468,8.56034], [46.18587,8.55107], [46.19205,8.55210], [46.19823,8.53871], [46.20619,8.53408], [46.21719,8.53113], [46.22134,8.52272], [46.21956,8.51636], [46.22384,8.50332], [46.22954,8.48546], [46.23227,8.46761], [46.24390,8.46366], [46.24842,8.44306], [46.25376,8.44152], [46.26242,8.44753], [46.26408,8.45336], [46.27512,8.44890], [46.28746,8.43328], [46.29991,8.42676], [46.30525,8.43723], [46.32078,8.44324], [46.32185,8.45319], [46.32837,8.45577], [46.33335,8.46435], [46.33821,8.46281], [46.35468,8.46143], [46.36279,8.46874], [46.38730,8.46067], [46.39678,8.47097], [46.40494,8.46136], [46.41133,8.46806], [46.42080,8.45570], [46.42873,8.45913], [46.43536,8.45655], [46.44305,8.46531], [46.44541,8.46102], [46.44979,8.46119], [46.45582,8.45192], [46.46197,8.44934], [46.46220,8.42857], [46.45842,8.41810], [46.45546,8.40523], [46.45144,8.39373], [46.45026,8.37965], [46.45168,8.37278], [46.44707,8.35751], [46.44021,8.35150], [46.42506,8.32626], [46.42246,8.31390], [46.42412,8.30772], [46.42021,8.30309], [46.41406,8.29966], [46.40826,8.29210], [46.40400,8.30343], [46.40482,8.30956], [46.39820,8.31608], [46.39287,8.31762], [46.38920,8.31556], [46.38588,8.32174], [46.38304,8.31522], [46.37522,8.31316], [46.37120,8.29548], [46.36279,8.28192], [46.36539,8.27248], [46.36184,8.26544], [46.35829,8.26321], [46.35757,8.26664], [46.35224,8.26647], [46.34739,8.26132], [46.34549,8.26166], [46.34561,8.25239], [46.33992,8.24844], [46.33885,8.23488], [46.33316,8.22544], [46.32925,8.22338], [46.32558,8.22544], [46.31953,8.21652], [46.31609,8.21377], [46.30882,8.21222], [46.30159,8.19729], [46.30171,8.19128], [46.29708,8.17926], [46.29542,8.15832], [46.30123,8.14476], [46.30112,8.13772], [46.29471,8.12914], [46.29305,8.12382], [46.28949,8.11918], [46.28534,8.11935], [46.28000,8.11249], [46.27775,8.10614], [46.26451,8.08691], [46.25644,8.08382], [46.25442,8.08879], [46.25264,8.09858], [46.25039,8.10287], [46.25051,8.11180], [46.23913,8.11386], [46.23568,8.12192], [46.22927,8.12690], [46.22654,8.13961], [46.21157,8.14373], [46.20266,8.15214], [46.19577,8.15196], [46.19114,8.15402], [46.18139,8.16673], [46.17688,8.16656], [46.17319,8.15626], [46.16772,8.15608], [46.16344,8.15042], [46.15587,8.15133], [46.14767,8.15528], [46.14089,8.15116], [46.13459,8.14155], [46.13613,8.13417], [46.13149,8.12061], [46.12828,8.11649], [46.11971,8.11511], [46.11329,8.11168], [46.11055,8.10602], [46.10698,8.09434], [46.10436,8.07924], [46.10508,8.06568], [46.10055,8.05452], [46.09924,8.04113], [46.09948,8.03581], [46.09508,8.03460], [46.08710,8.03014], [46.08162,8.03100], [46.07293,8.02327], [46.05733,8.02847], [46.04828,8.03276], [46.04446,8.03516], [46.04256,8.03465], [46.03791,8.02109], [46.03064,8.01474], [46.02468,8.01851], [46.02015,8.01302], [46.01371,8.01405], [46.01061,8.01130], [46.01085,8.00135], [45.99571,7.99139], [45.99595,7.98418], [45.99881,7.97577], [45.99511,7.95414], [45.99654,7.94762], [45.99619,7.93011], [45.99523,7.90934], [45.97726,7.89396], [45.97284,7.87885], [45.96449,7.88194], [45.95793,7.87662], [45.94838,7.87782], [45.94611,7.87096], [45.93752,7.86958], [45.93191,7.87525], [45.92606,7.87748], [45.91806,7.87061], [45.91567,7.85894], [45.92486,7.82615], [45.92379,7.81448], [45.91901,7.80195], [45.92474,7.78924], [45.93083,7.77448], [45.93644,7.76590], [45.93967,7.74959], [45.93095,7.74272], [45.92797,7.73723], [45.92283,7.73569], [45.92295,7.72006], [45.92690,7.71793], [45.93359,7.70815], [45.94362,7.70781], [45.94827,7.70815], [45.95281,7.70163], [45.95484,7.68583], [45.95782,7.67742], [45.96486,7.67691], [45.97536,7.66249], [45.97560,7.65528], [45.97274,7.64858], [45.96928,7.63983], [45.97107,7.61889], [45.96844,7.60790], [45.97035,7.58507], [45.97608,7.57992], [45.98514,7.57734], [45.98717,7.56996], [45.98335,7.54696], [45.97560,7.54387], [45.96796,7.54490], [45.95985,7.54662], [45.95448,7.53855], [45.95615,7.52224], [45.96140,7.51640], [45.95878,7.50748], [45.95949,7.49855], [45.95531,7.49580], [45.95066,7.47761], [45.94481,7.47194], [45.93646,7.47624], [45.93359,7.47177], [45.93478,7.45855], [45.93013,7.45701], [45.92977,7.44585], [45.92368,7.43727], [45.91580,7.42972], [45.90684,7.40671], [45.90959,7.40242], [45.90290,7.39573], [45.89525,7.38337], [45.89955,7.37667], [45.90314,7.35882], [45.91007,7.35607], [45.91413,7.34457], [45.91042,7.33170], [45.91066,7.31693], [45.91592,7.31625], [45.91651,7.30045], [45.92081,7.29513], [45.91938,7.29050], [45.91699,7.29033], [45.91604,7.28655], [45.90720,7.28209], [45.89991,7.27694], [45.89704,7.26949], [45.88730,7.25636], [45.88754,7.25293], [45.89208,7.25070], [45.89107,7.24632], [45.88933,7.23362], [45.89053,7.22907], [45.88802,7.22417], [45.88862,7.21971], [45.88587,7.21696], [45.88252,7.21516], [45.88151,7.21061], [45.87768,7.20452], [45.87201,7.19911], [45.86812,7.19843], [45.86262,7.20160], [45.85949,7.19463], [45.85841,7.18828], [45.86146,7.18047], [45.86308,7.17815], [45.86296,7.17515], [45.87222,7.16082], [45.87406,7.16366], [45.87615,7.16331], [45.87848,7.15894], [45.87848,7.15482], [45.87651,7.14804], [45.87382,7.13911], [45.87077,7.13387], [45.86808,7.13413], [45.86384,7.12598], [45.86085,7.12057], [45.85894,7.11851], [45.85894,7.11122], [45.85774,7.10675], [45.85905,7.09920], [45.86324,7.09680], [45.87262,7.09190], [45.87680,7.09362], [45.88356,7.08143], [45.89055,7.07637], [45.89426,7.07551], [45.89760,7.06864], [45.90019,7.06306], [45.90945,7.06375], [45.91327,7.05997], [45.91387,7.05482], [45.92181,7.04564], [45.92234,7.04032], [45.92752,7.04207], [45.93862,7.03443], [45.94513,7.03795], [45.95480,7.03649], [45.95808,7.02173], [45.96327,7.01314], [45.97001,7.00817], [45.97305,7.00937], [45.97753,7.02267], [45.98003,7.02164], [45.98296,7.01855], [45.98665,7.01503], [45.98707,7.01194], [45.99297,7.01100], [45.99792,7.00945], [46.00067,7.00405], [45.99882,7.00173], [45.99959,6.99486], [46.00347,6.98722], [46.00454,6.98388], [46.00681,6.98405], [46.01056,6.98250], [46.01424,6.98182], [46.01966,6.97968], [46.02228,6.97556], [46.02580,6.96981], [46.03081,6.96603], [46.03081,6.96294], [46.03867,6.95590], [46.05071,6.95041], [46.05041,6.94414], [46.05249,6.93985], [46.05577,6.93427], [46.06333,6.93642], [46.06518,6.93504], [46.06554,6.93213], [46.06452,6.92852], [46.06476,6.92406], [46.06018,6.91891], [46.05833,6.91865], [46.05553,6.91393], [46.05297,6.91084], [46.05166,6.91118], [46.04981,6.90869], [46.04725,6.89479], [46.04606,6.89316], [46.04135,6.89076], [46.04201,6.88801], [46.04767,6.87548], [46.04981,6.87462], [46.05130,6.87119], [46.06041,6.87496], [46.07000,6.88028], [46.07429,6.89024], [46.07983,6.88724], [46.08298,6.89067], [46.08566,6.89024], [46.09280,6.88440], [46.09542,6.88166], [46.09768,6.88586], [46.10066,6.88749], [46.10477,6.89307], [46.11078,6.89316], [46.11441,6.89256], [46.12339,6.89865], [46.12357,6.89488], [46.12500,6.89067], [46.12256,6.88303], [46.12357,6.87925], [46.12523,6.87651], [46.12482,6.86775], [46.12720,6.84578], [46.13011,6.84115], [46.13243,6.84029], [46.13029,6.81746], [46.12898,6.81437], [46.13612,6.80673], [46.13517,6.79789], [46.14694,6.79325], [46.15417,6.78944], [46.16356,6.79055], [46.16915,6.79956], [46.17467,6.80583], [46.17907,6.80720], [46.18193,6.81192], [46.19692,6.80662], [46.20429,6.80293], [46.20874,6.80688], [46.21462,6.80988], [46.21539,6.81263], [46.22103,6.81709], [46.22323,6.82130], [46.23208,6.82026], [46.23350,6.82292], [46.23451,6.82858], [46.23950,6.83511], [46.24846,6.83957], [46.25137,6.84953], [46.25475,6.85476], [46.25932,6.85390], [46.26597,6.85957], [46.27445,6.85845], [46.27825,6.86283], [46.28193,6.86412], [46.28804,6.85991], [46.29195,6.85433], [46.29065,6.85141], [46.28917,6.84695], [46.29355,6.84223], [46.29782,6.83493], [46.29931,6.83313], [46.30014,6.82772], [46.30352,6.82730], [46.30624,6.82910], [46.31164,6.82524], [46.31253,6.82060], [46.31543,6.81914], [46.31573,6.81545], [46.31970,6.80695], [46.31935,6.80009], [46.32723,6.79657], [46.32924,6.79777], [46.33096,6.79605], [46.33246,6.79491], [46.33222,6.78393], [46.33702,6.78307], [46.34549,6.77723], [46.34775,6.77354], [46.35326,6.77019], [46.36184,6.77036], [46.36534,6.77672], [46.36688,6.78041], [46.36706,6.78599], [46.36718,6.78942], [46.36795,6.79199], [46.37067,6.79577], [46.37476,6.79895], [46.37671,6.80247], [46.37902,6.80540], [46.38293,6.80566], [46.38358,6.80317], [46.38678,6.80111], [46.39063,6.80231], [46.39412,6.80480], [46.40932,6.80604], [46.46496,6.58392], [46.37262,6.27002], [46.31173,6.22019], [46.30355,6.24250], [46.30376,6.24474], [46.30233,6.24804], [46.30174,6.24873], [46.30038,6.24765], [46.30026,6.24697], [46.29984,6.24757], [46.29866,6.24950], [46.29801,6.24860], [46.29738,6.24911], [46.29643,6.25036], [46.29460,6.24984], [46.29350,6.25087], [46.29279,6.25160], [46.29259,6.25152], [46.29073,6.25285], [46.28927,6.25238], [46.28755,6.25088], [46.28681,6.24912], [46.28616,6.24903], [46.28491,6.24530], [46.28483,6.24294], [46.28343,6.24178], [46.28144,6.23981], [46.28121,6.23843], [46.27904,6.23951], [46.27702,6.23830], [46.27489,6.23925], [46.27275,6.24324], [46.26821,6.24624], [46.26200,6.25010], [46.25422,6.26194], [46.25164,6.26083], [46.25031,6.26396], [46.24790,6.26709], [46.25164,6.27825], [46.25256,6.27842], [46.25517,6.28477], [46.25612,6.28331], [46.25950,6.28911], [46.26352,6.29221], [46.26464,6.29526], [46.26414,6.29685], [46.26286,6.29702], [46.26099,6.29629], [46.25918,6.29440], [46.25809,6.29449], [46.25687,6.29505], [46.25601,6.29565], [46.25506,6.30157], [46.25613,6.30466], [46.25648,6.30711], [46.25628,6.31041], [46.25381,6.30779], [46.25156,6.30659], [46.25022,6.30934], [46.24723,6.30908], [46.24349,6.31032], [46.23951,6.30693], [46.23425,6.30222], [46.22525,6.29496], [46.22306,6.28973], [46.22086,6.28655], [46.21495,6.27617], [46.21321,6.26818], [46.21342,6.26667], [46.21217,6.26440], [46.21105,6.26032], [46.20962,6.25556], [46.20879,6.25397], [46.20573,6.24955], [46.20490,6.24959], [46.20508,6.24728], [46.20677,6.24543], [46.20484,6.24539], [46.20425,6.24243], [46.20558,6.23766], [46.20629,6.23668], [46.20609,6.23380], [46.20549,6.23226], [46.20353,6.23020], [46.20324,6.22831], [46.20231,6.22766], [46.20175,6.22496], [46.20038,6.22239], [46.19890,6.22239], [46.19839,6.22024], [46.19753,6.21762], [46.19495,6.21638], [46.19394,6.21419], [46.19346,6.21350], [46.19239,6.21251], [46.19224,6.20874], [46.19165,6.20638], [46.19017,6.20496], [46.18907,6.20475], [46.18758,6.20252], [46.18645,6.20166], [46.18505,6.19930], [46.18336,6.19822], [46.18352,6.19542], [46.18087,6.19109], [46.18010,6.18714], [46.17850,6.18740], [46.17772,6.18628], [46.17419,6.18676], [46.16658,6.18916], [46.16164,6.18156], [46.16032,6.17875], [46.15795,6.17493], [46.15685,6.16832], [46.15477,6.16219], [46.15322,6.15815], [46.15218,6.15631], [46.15161,6.15249], [46.14965,6.14832], [46.14721,6.14669], [46.14629,6.14751], [46.14481,6.14515], [46.14558,6.14266], [46.14650,6.14219], [46.14516,6.14167], [46.14383,6.13901], [46.14243,6.13678], [46.14151,6.13644], [46.14094,6.13270], [46.14005,6.12957], [46.14023,6.12695], [46.14189,6.12300], [46.14252,6.11846], [46.14287,6.10764], [46.14397,6.10468], [46.14368,6.09816], [46.14875,6.09500], [46.15012,6.09337], [46.15143,6.09170], [46.14860,6.07414], [46.14968,6.07158], [46.15087,6.06068], [46.15111,6.05257], [46.14710,6.04857], [46.14159,6.04707], [46.13969,6.04501], [46.14118,6.04252], [46.13954,6.04064], [46.13936,6.03909], [46.13690,6.03664], [46.13523,6.03574], [46.13413,6.03540], [46.13475,6.03484], [46.13820,6.03228], [46.14028,6.02790], [46.14013,6.02378], [46.14138,6.02228], [46.14272,6.01601], [46.14186,6.01301], [46.14198,6.00927], [46.14275,6.00859], [46.14203,6.00691], [46.14165,6.00344], [46.14269,5.99927], [46.14432,5.99408], [46.14355,5.99155], [46.14308,5.98447], [46.14168,5.98224], [46.14099,5.98288], [46.13704,5.98215], [46.13543,5.97919], [46.13288,5.97687], [46.13204,5.97382], [46.13175,5.97228], [46.13183,5.97000], [46.13044,5.96743], [46.12960,5.96425], [46.13038,5.96134], [46.12818,5.95670]], + CH: [[46.13242,5.95597],[46.13513,5.96044],[46.13641,5.96503],[46.13810,5.96674],[46.13941,5.96631],[46.14316,5.96395],[46.14619,5.96498],[46.14952,5.96756],[46.15291,5.96996],[46.15832,5.97477],[46.16813,5.98086],[46.17352,5.98143],[46.17387,5.98375],[46.17227,5.98594],[46.16992,5.98697],[46.17138,5.98838],[46.17595,5.99023],[46.17708,5.99173],[46.17747,5.99014],[46.17922,5.99242],[46.18205,5.99521],[46.18626,5.99242],[46.18799,5.99010],[46.18763,5.98911],[46.18891,5.98332],[46.19001,5.98220],[46.19069,5.98289],[46.19687,5.96389],[46.19872,5.96552],[46.20157,5.97093],[46.20302,5.97355],[46.20638,5.96947],[46.21220,5.97216],[46.21522,5.97512],[46.21724,5.97976],[46.21514,5.99310],[46.21805,5.99388],[46.21989,5.99139],[46.22191,5.99031],[46.22289,5.99276],[46.22167,5.99898],[46.22006,5.99993],[46.22066,6.00169],[46.22283,6.00349],[46.22404,6.00718],[46.22657,6.00641],[46.22660,6.00739],[46.22648,6.00860],[46.22802,6.01023],[46.22885,6.00928],[46.22906,6.00954],[46.22856,6.01190],[46.22879,6.01297],[46.22921,6.01340],[46.23046,6.01233],[46.23105,6.01302],[46.23052,6.01478],[46.23069,6.01551],[46.23173,6.01606],[46.23170,6.01774],[46.23227,6.02083],[46.23411,6.02619],[46.23838,6.03362],[46.23337,6.04168],[46.23138,6.04602],[46.23313,6.04774],[46.23429,6.04941],[46.23577,6.05061],[46.23812,6.05181],[46.24129,6.05542],[46.24260,6.05773],[46.24491,6.06027],[46.24509,6.06160],[46.24559,6.06276],[46.24512,6.06387],[46.24188,6.06700],[46.24173,6.07341],[46.24371,6.07316],[46.24401,6.07616],[46.24532,6.08243],[46.24683,6.08406],[46.24695,6.08770],[46.24594,6.08809],[46.24484,6.09122],[46.24330,6.09251],[46.24285,6.09393],[46.23766,6.10127],[46.24128,6.10676],[46.23997,6.10908],[46.24790,6.12049],[46.24834,6.12036],[46.25105,6.12418],[46.25262,6.12431],[46.25416,6.12126],[46.25597,6.12144],[46.25662,6.12242],[46.25775,6.12169],[46.25820,6.12238],[46.26111,6.11945],[46.26188,6.12013],[46.26351,6.11833],[46.26479,6.12013],[46.26624,6.11606],[46.26585,6.11516],[46.26888,6.11172],[46.27054,6.10983],[46.27256,6.11357],[46.27876,6.10331],[46.28408,6.10457],[46.28482,6.10263],[46.28713,6.10469],[46.29185,6.11190],[46.29455,6.11366],[46.29455,6.11929],[46.29603,6.11847],[46.29701,6.12079],[46.29819,6.11967],[46.29885,6.12165],[46.30059,6.12143],[46.30306,6.11838],[46.31153,6.12031],[46.31233,6.12074],[46.31360,6.12044],[46.31461,6.12310],[46.31763,6.12478],[46.32175,6.12770],[46.32400,6.13139],[46.32771,6.13392],[46.33079,6.13692],[46.33227,6.13649],[46.33346,6.13928],[46.33517,6.13890],[46.33577,6.13684],[46.33944,6.13920],[46.34113,6.14495],[46.34273,6.14984],[46.34726,6.15207],[46.34896,6.15626],[46.35154,6.15832],[46.35326,6.15815],[46.35806,6.16012],[46.36599,6.17003],[46.36880,6.16873],[46.37324,6.16396],[46.37499,6.16109],[46.37872,6.16015],[46.37973,6.15890],[46.37760,6.15680],[46.37848,6.15452],[46.37739,6.15246],[46.37751,6.14955],[46.37887,6.14869],[46.37946,6.14714],[46.38020,6.14633],[46.38858,6.13474],[46.39012,6.13118],[46.39988,6.11324],[46.39814,6.11350],[46.39666,6.11573],[46.39707,6.11324],[46.39962,6.10886],[46.39932,6.10569],[46.40571,6.09929],[46.40941,6.09736],[46.40983,6.09440],[46.41504,6.06715],[46.41634,6.06402],[46.42565,6.07058],[46.42858,6.07389],[46.43243,6.07444],[46.44065,6.08539],[46.44426,6.08633],[46.44754,6.08406],[46.45055,6.07831],[46.45342,6.07436],[46.45783,6.07681],[46.45987,6.07308],[46.46324,6.07368],[46.46581,6.07359],[46.46784,6.07741],[46.47940,6.09414],[46.48232,6.09766],[46.48924,6.10131],[46.50950,6.11234],[46.53135,6.13844],[46.52780,6.14445],[46.53690,6.15372],[46.53961,6.14823],[46.54528,6.15646],[46.57632,6.11029],[46.58458,6.12265],[46.58989,6.12574],[46.61041,6.16367],[46.61572,6.17930],[46.61937,6.17926],[46.64613,6.22132],[46.64848,6.22870],[46.65508,6.23265],[46.67888,6.26938],[46.68194,6.26904],[46.69018,6.28071],[46.69489,6.29891],[46.70650,6.32706],[46.71486,6.35126],[46.72251,6.36139],[46.72404,6.37032],[46.73039,6.37066],[46.73121,6.38354],[46.73710,6.39092],[46.74368,6.38920],[46.75039,6.40053],[46.74980,6.40311],[46.75368,6.42474],[46.76332,6.43898],[46.76826,6.43984],[46.77367,6.45169],[46.77913,6.45137],[46.78818,6.45858],[46.80099,6.43472],[46.81227,6.43112],[46.81591,6.44056],[46.82495,6.43901],[46.83388,6.44330],[46.85079,6.46064],[46.89128,6.46455],[46.90195,6.45665],[46.92188,6.43536],[46.92904,6.43245],[46.93701,6.45133],[46.96208,6.47742],[46.97450,6.49579],[46.96560,6.50420],[46.97321,6.52669],[46.97392,6.54111],[46.98539,6.58093],[46.99300,6.59793],[46.99101,6.62196],[47.00249,6.63930],[47.02719,6.65819],[47.03749,6.68549],[47.03772,6.69579],[47.04018,6.70265],[47.05211,6.72033],[47.05480,6.70986],[47.05737,6.70866],[47.06334,6.69424],[47.06755,6.69167],[47.07094,6.70265],[47.07678,6.70609],[47.08181,6.70368],[47.08999,6.72051],[47.09128,6.72789],[47.09046,6.73630],[47.09478,6.74522],[47.10109,6.74471],[47.10682,6.73990],[47.11628,6.75415],[47.12189,6.77647],[47.13275,6.80754],[47.13579,6.80874],[47.13637,6.81629],[47.14653,6.82831],[47.15108,6.83964],[47.15447,6.84101],[47.15774,6.85097],[47.16544,6.85801],[47.16474,6.84582],[47.17127,6.83861],[47.18038,6.86573],[47.18553,6.86693],[47.18542,6.87328],[47.19160,6.87431],[47.20151,6.88255],[47.21866,6.91174],[47.22507,6.92787],[47.23020,6.92856],[47.23113,6.94006],[47.23964,6.94367],[47.24220,6.95517],[47.25292,6.94624],[47.26422,6.95036],[47.27388,6.94779],[47.28564,6.93903],[47.29309,6.95259],[47.29239,6.97336],[47.29624,6.97697],[47.29717,6.99551],[47.30171,7.00478],[47.30869,7.01319],[47.31952,7.01353],[47.32056,7.00907],[47.32452,7.00993],[47.32813,7.03497],[47.32697,7.04596],[47.33639,7.05385],[47.34023,7.05986],[47.34442,7.06089],[47.34733,7.04990],[47.36210,7.04870],[47.36291,7.03325],[47.36977,7.03411],[47.37256,7.01111],[47.36431,6.99961],[47.36256,6.97849],[47.36024,6.97077],[47.35524,6.92270],[47.35907,6.90124],[47.35152,6.88082],[47.35431,6.87841],[47.36698,6.88528],[47.37233,6.88339],[47.38186,6.89661],[47.38442,6.91034],[47.38930,6.91292],[47.39650,6.90966],[47.39790,6.91515],[47.40278,6.91721],[47.40429,6.91240],[47.40708,6.92047],[47.40533,6.92099],[47.40603,6.93918],[47.41614,6.94210],[47.43286,6.93987],[47.43426,6.95377],[47.43402,6.95944],[47.43728,6.96613],[47.44738,6.97077],[47.44888,6.98278],[47.44865,6.99531],[47.45504,7.00098],[47.45620,6.99772],[47.46351,7.00167],[47.46641,6.99120],[47.47094,6.99274],[47.47685,6.98484],[47.48219,6.98845],[47.49402,6.98313],[47.49889,6.99978],[47.50482,7.02180],[47.50087,7.02918],[47.49821,7.03914],[47.49728,7.04807],[47.49299,7.07227],[47.48835,7.07399],[47.48916,7.08017],[47.49542,7.09527],[47.49542,7.11450],[47.50459,7.12892],[47.49751,7.15038],[47.49102,7.15999],[47.48974,7.17286],[47.49508,7.20136],[47.49078,7.20342],[47.48870,7.19158],[47.46735,7.17733],[47.45725,7.17733],[47.44321,7.17063],[47.43810,7.19535],[47.43566,7.19707],[47.43543,7.21338],[47.44007,7.22350],[47.43844,7.23518],[47.43264,7.23895],[47.42857,7.23827],[47.42741,7.24479],[47.42114,7.24702],[47.42288,7.25097],[47.42927,7.27277],[47.43601,7.28582],[47.43357,7.29200],[47.43961,7.30419],[47.43868,7.32410],[47.44204,7.32976],[47.44123,7.34006],[47.43612,7.34796],[47.43241,7.38143],[47.43589,7.40392],[47.43856,7.40306],[47.44576,7.42109],[47.45029,7.42383],[47.45969,7.43001],[47.46213,7.44460],[47.47245,7.45525],[47.47408,7.44735],[47.47779,7.44375],[47.48255,7.42984],[47.48046,7.42092],[47.49832,7.43379],[47.48928,7.45456],[47.48904,7.46297],[47.48058,7.47138],[47.48069,7.48065],[47.48382,7.48958],[47.48881,7.49421],[47.49229,7.50094],[47.49705,7.51073],[47.51073,7.50815],[47.51569,7.49879],[47.52056,7.49828],[47.51523,7.50377],[47.51731,7.51613],[47.51465,7.52282],[47.51998,7.52540],[47.52890,7.53175],[47.53505,7.52025],[47.52809,7.51012],[47.52821,7.50102],[47.53400,7.49965],[47.53934,7.49845],[47.54698,7.51098],[47.54631,7.51805],[47.55292,7.52681],[47.56427,7.55599],[47.57052,7.55857],[47.57249,7.55754],[47.57770,7.56663],[47.57643,7.58466],[47.58963,7.58826],[47.58516,7.60423],[47.57763,7.60491],[47.57705,7.62019],[47.58551,7.63393],[47.59130,7.64285],[47.59384,7.64217],[47.59651,7.64697],[47.59141,7.67478],[47.59755,7.68199],[47.60067,7.69349],[47.59882,7.69349],[47.58655,7.67324],[47.58470,7.67495],[47.58284,7.68216],[47.57891,7.68233],[47.57323,7.68422],[47.57207,7.69126],[47.56513,7.68594],[47.57126,7.68302],[47.56582,7.67598],[47.56408,7.67787],[47.56350,7.67221],[47.56582,7.67186],[47.56327,7.65693],[47.56003,7.64886],[47.56420,7.63530],[47.56014,7.63478],[47.55400,7.64611],[47.54810,7.64817],[47.54497,7.66053],[47.53639,7.66860],[47.53315,7.68010],[47.53234,7.69572],[47.53825,7.71255],[47.54324,7.72735],[47.54440,7.75173],[47.54996,7.76203],[47.55633,7.79344],[47.56815,7.80786],[47.58749,7.82022],[47.58633,7.83601],[47.58355,7.83773],[47.58332,7.85369],[47.58899,7.86640],[47.58772,7.88940],[47.58343,7.90124],[47.57243,7.90931],[47.56340,7.91000],[47.55958,7.90622],[47.55529,7.90845],[47.54776,7.91549],[47.54660,7.92682],[47.54451,7.94485],[47.55170,7.95326],[47.55830,7.95789],[47.55656,7.97163],[47.55610,7.99772],[47.55309,8.01265],[47.55065,8.01677],[47.55158,8.03360],[47.56015,8.05505],[47.56363,8.05934],[47.56490,8.07188],[47.55703,8.08338],[47.55981,8.09505],[47.56606,8.10192],[47.57591,8.10363],[47.58343,8.11101],[47.58424,8.13682],[47.58795,8.13802],[47.59652,8.14849],[47.59374,8.16325],[47.60485,8.17973],[47.60682,8.18626],[47.62024,8.19793],[47.62140,8.20943],[47.61897,8.21784],[47.61295,8.22265],[47.60612,8.22385],[47.60508,8.22797],[47.61017,8.23484],[47.61249,8.23810],[47.61527,8.25887],[47.60809,8.26762],[47.61122,8.27792],[47.60670,8.29921],[47.59281,8.29475],[47.58679,8.30075],[47.58332,8.31157],[47.57266,8.32547],[47.56965,8.34264],[47.56892,8.37145],[47.56614,8.38295],[47.57888,8.39514],[47.57390,8.40801],[47.56626,8.43479],[47.57240,8.45402],[47.57274,8.46655],[47.57923,8.47685],[47.58178,8.49573],[47.58803,8.48766],[47.58398,8.46741],[47.58942,8.46054],[47.60169,8.45745],[47.60597,8.46981],[47.60771,8.47547],[47.61534,8.47839],[47.61500,8.48389],[47.61812,8.50929],[47.62263,8.50689],[47.62321,8.51410],[47.63536,8.51547],[47.63397,8.52337],[47.63096,8.54002],[47.62657,8.54053],[47.62472,8.55959],[47.61754,8.56508],[47.61662,8.56955],[47.61141,8.57607],[47.60852,8.56594],[47.60099,8.56354],[47.59764,8.56663],[47.59822,8.58139],[47.60736,8.59289],[47.61083,8.60165],[47.61801,8.60353],[47.62888,8.59564],[47.64369,8.59512],[47.65352,8.60748],[47.64912,8.61315],[47.64230,8.61504],[47.64103,8.60628],[47.63871,8.60508],[47.63686,8.60851],[47.63895,8.61607],[47.64195,8.62328],[47.65167,8.62860],[47.66219,8.61452],[47.66415,8.60954],[47.67132,8.60645],[47.67259,8.59718],[47.66566,8.59512],[47.66092,8.57676],[47.66543,8.56251],[47.67028,8.56422],[47.66404,8.54088],[47.65548,8.54277],[47.65710,8.53418],[47.66277,8.53315],[47.66022,8.52818],[47.65040,8.53504],[47.64646,8.53332],[47.64496,8.52852],[47.64623,8.51547],[47.64658,8.50140],[47.64623,8.49487],[47.64057,8.49470],[47.64369,8.48268],[47.64878,8.47942],[47.64935,8.47462],[47.64704,8.47427],[47.64635,8.47891],[47.63952,8.47788],[47.63802,8.47239],[47.64161,8.46500],[47.65132,8.46449],[47.65560,8.46518],[47.65259,8.45728],[47.65421,8.45367],[47.65363,8.44303],[47.65814,8.43531],[47.66624,8.42243],[47.66508,8.41059],[47.67421,8.40475],[47.67988,8.40836],[47.68022,8.41471],[47.68450,8.41934],[47.69351,8.41199],[47.69640,8.40393],[47.70322,8.40976],[47.71130,8.41903],[47.71361,8.42968],[47.72354,8.44512],[47.72424,8.45336],[47.72920,8.45474],[47.73394,8.45045],[47.74190,8.45251],[47.75206,8.45920],[47.75425,8.46521],[47.76729,8.47517],[47.77410,8.48907],[47.77156,8.49628],[47.77675,8.51156],[47.77145,8.52014],[47.77975,8.52649],[47.78587,8.55482],[47.77860,8.56615],[47.78217,8.57576],[47.78909,8.57336],[47.79198,8.56185],[47.80455,8.56134],[47.80904,8.57027],[47.80017,8.57765],[47.80305,8.58829],[47.79959,8.59378],[47.80374,8.59945],[47.80247,8.61576],[47.79521,8.62365],[47.78736,8.62073],[47.78633,8.61713],[47.78102,8.61816],[47.77675,8.62417],[47.76764,8.62091],[47.75991,8.62983],[47.76498,8.64322],[47.76983,8.64683],[47.78194,8.64923],[47.78713,8.64477],[47.79567,8.64734],[47.80028,8.65266],[47.79959,8.65953],[47.79405,8.66210],[47.79221,8.65953],[47.78829,8.67000],[47.78713,8.68185],[47.78425,8.68270],[47.77560,8.68751],[47.77378,8.68983],[47.77090,8.68571],[47.75913,8.68983],[47.75694,8.69584],[47.76224,8.70116],[47.76421,8.70802],[47.76513,8.71403],[47.76374,8.72313],[47.75901,8.73171],[47.75220,8.74390],[47.74586,8.74218],[47.74563,8.72347],[47.73570,8.71575],[47.72900,8.71355],[47.72126,8.71853],[47.71699,8.73655],[47.69620,8.72642],[47.69285,8.72848],[47.68961,8.76127],[47.67956,8.77586],[47.67493,8.79509],[47.68291,8.79371],[47.69181,8.80092],[47.69238,8.81002],[47.69597,8.80676],[47.69724,8.79646],[47.70359,8.79903],[47.70567,8.79045],[47.70683,8.76796],[47.71433,8.77174],[47.71907,8.76951],[47.72357,8.77826],[47.72808,8.78702],[47.72923,8.79852],[47.73466,8.79663],[47.73928,8.80710],[47.73016,8.81225],[47.72507,8.80539],[47.72415,8.81397],[47.71861,8.81878],[47.71884,8.82719],[47.71214,8.82049],[47.71214,8.82702],[47.71480,8.83268],[47.71237,8.84676],[47.70414,8.84877],[47.70599,8.85718],[47.70553,8.86371],[47.70472,8.87332],[47.70137,8.87263],[47.69640,8.87744],[47.69386,8.87452],[47.69213,8.86130],[47.68311,8.85032],[47.68092,8.85993],[47.67560,8.87040],[47.66682,8.87675],[47.65479,8.87572],[47.65174,8.89091],[47.65024,8.91615],[47.66643,8.96988],[47.68989,9.02721],[47.67276,9.10829],[47.66790,9.12442],[47.66430,9.13963],[47.66591,9.14512],[47.66759,9.15615],[47.66612,9.15722],[47.66363,9.16027],[47.66230,9.16079],[47.65620,9.16967],[47.65492,9.17048],[47.65555,9.17236],[47.65567,9.17584],[47.65414,9.17575],[47.65619,9.18262],[47.63077,9.33241],[47.50474,9.56184],[47.49952,9.56103],[47.49848,9.56086],[47.49364,9.56343],[47.48411,9.58082],[47.48017,9.58438],[47.46981,9.59060],[47.46384,9.59429],[47.46181,9.59893],[47.46320,9.60459],[47.46987,9.60623],[47.47068,9.60957],[47.46935,9.61206],[47.46082,9.61841],[47.45711,9.62356],[47.45647,9.64004],[47.45420,9.65333],[47.45327,9.65814],[47.45107,9.66071],[47.44770,9.65788],[47.44004,9.64681],[47.43569,9.64372],[47.43209,9.64526],[47.42338,9.64955],[47.40415,9.65187],[47.40380,9.65487],[47.39683,9.65976],[47.39253,9.67272],[47.38684,9.67487],[47.37998,9.67298],[47.37129,9.66428],[47.36821,9.65501],[47.36734,9.64832],[47.36693,9.63313],[47.36531,9.62600],[47.36589,9.62386],[47.34758,9.60088],[47.34124,9.59744],[47.32093,9.59006],[47.31593,9.58740],[47.31058,9.58096],[47.30336,9.56483],[47.29760,9.55513],[47.28921,9.55212],[47.28071,9.54698],[47.27501,9.53753],[47.27210,9.53153],[47.26744,9.52921],[47.26482,9.53050],[47.25736,9.52783],[47.24227,9.51908],[47.22389,9.50381],[47.21707,9.50020],[47.21066,9.49943],[47.20302,9.49368],[47.19468,9.48896],[47.18208,9.48578],[47.16359,9.49128],[47.14874,9.50029],[47.14150,9.50758],[47.13362,9.51067],[47.12223,9.51402],[47.10956,9.51745],[47.09854,9.51953],[47.09252,9.51798],[47.08446,9.51326],[47.07400,9.49249],[47.06651,9.47378],[47.06441,9.47198],[47.05944,9.47180],[47.05143,9.47575],[47.05638,9.48176],[47.04930,9.48313],[47.05702,9.49215],[47.05562,9.49575],[47.05755,9.50004],[47.05626,9.50339],[47.05772,9.51343],[47.06059,9.51669],[47.06561,9.54004],[47.06234,9.54570],[47.05889,9.55274],[47.05094,9.55437],[47.04877,9.55806],[47.05047,9.56441],[47.05269,9.57085],[47.05474,9.58816],[47.05755,9.59100],[47.05983,9.60061],[47.06228,9.60378],[47.06082,9.60713],[47.05649,9.61366],[47.05328,9.62181],[47.05176,9.62953],[47.05222,9.63760],[47.05491,9.64095],[47.06024,9.64455],[47.05854,9.65940],[47.06012,9.66455],[47.06006,9.67253],[47.06281,9.68095],[47.06076,9.68351],[47.05877,9.68376],[47.05597,9.68926],[47.05298,9.69818],[47.05380,9.70797],[47.05146,9.70943],[47.05029,9.70616],[47.04836,9.70685],[47.04667,9.71243],[47.04468,9.71732],[47.04333,9.71810],[47.04386,9.72144],[47.04374,9.72788],[47.04199,9.73844],[47.04293,9.74213],[47.04105,9.74573],[47.03854,9.74668],[47.03708,9.74925],[47.03731,9.75921],[47.03942,9.76788],[47.03906,9.77740],[47.03825,9.78427],[47.03439,9.79035],[47.03129,9.79275],[47.02913,9.80219],[47.02784,9.80245],[47.02176,9.81275],[47.02293,9.81618],[47.01596,9.83094],[47.01251,9.83790],[47.01374,9.83807],[47.01678,9.84622],[47.01719,9.85292],[47.02398,9.86064],[47.02299,9.86184],[47.02147,9.86759],[47.02123,9.87558],[47.01901,9.88030],[47.01655,9.88124],[47.01579,9.87669],[47.01316,9.87171],[47.01064,9.87309],[47.00783,9.87300],[47.00607,9.87506],[47.00239,9.88364],[47.00068,9.88948],[46.99407,9.89042],[46.99032,9.89257],[46.98792,9.89137],[46.98610,9.88648],[46.98359,9.88407],[46.98160,9.88433],[46.98025,9.88459],[46.97469,9.87875],[46.97346,9.87635],[46.97182,9.87592],[46.97041,9.87652],[46.96824,9.87618],[46.96467,9.87283],[46.96303,9.87231],[46.96098,9.87334],[46.95846,9.87661],[46.95676,9.87892],[46.95336,9.87755],[46.95131,9.87781],[46.94985,9.87566],[46.94762,9.87661],[46.94370,9.87635],[46.94129,9.87764],[46.94006,9.88090],[46.93526,9.87738],[46.93514,9.88201],[46.93291,9.88648],[46.92992,9.89926],[46.92676,9.90227],[46.92506,9.90982],[46.92629,9.91248],[46.92312,9.91720],[46.92107,9.91806],[46.91809,9.92418],[46.91627,9.92993],[46.91375,9.94023],[46.91322,9.94769],[46.91504,9.95113],[46.91633,9.95894],[46.91252,9.96572],[46.91387,9.97164],[46.91592,9.97387],[46.91609,9.97842],[46.91363,9.98168],[46.90988,9.98288],[46.90712,9.98194],[46.90571,9.98477],[46.90267,9.99104],[46.90225,9.99670],[46.89932,10.00357],[46.90067,10.01447],[46.90255,10.01842],[46.89956,10.01945],[46.89533,10.02726],[46.88659,10.03524],[46.88589,10.03936],[46.88038,10.04322],[46.87621,10.05344],[46.86717,10.05138],[46.86266,10.05249],[46.86195,10.05885],[46.86213,10.07421],[46.86060,10.08356],[46.86148,10.08743],[46.85831,10.09343],[46.85643,10.09378],[46.85467,10.09275],[46.85180,10.09335],[46.84781,10.09893],[46.84147,10.10511],[46.84241,10.11326],[46.84452,10.11781],[46.84833,10.12099],[46.84781,10.13807],[46.84910,10.14433],[46.85103,10.14502],[46.85156,10.14974],[46.85004,10.15704],[46.84851,10.15721],[46.85115,10.16244],[46.85115,10.17051],[46.85403,10.17171],[46.85547,10.18073],[46.86046,10.18511],[46.86298,10.19052],[46.86685,10.19421],[46.86656,10.20004],[46.86498,10.20493],[46.86668,10.21515],[46.86762,10.22056],[46.86672,10.23163],[46.86995,10.23060],[46.87276,10.23292],[46.87528,10.23214],[46.88538,10.23386],[46.88870,10.22974],[46.89855,10.22914],[46.90225,10.23334],[46.91632,10.23686],[46.91890,10.24210],[46.92318,10.24081],[46.93227,10.24021],[46.92898,10.26776],[46.92318,10.29128],[46.92078,10.29652],[46.92523,10.30115],[46.92588,10.31660],[46.93133,10.31634],[46.93485,10.31111],[46.93865,10.30630],[46.94141,10.30690],[46.94938,10.30862],[46.95073,10.31094],[46.95254,10.32621],[46.95858,10.32947],[46.96543,10.33033],[46.97053,10.33420],[46.97562,10.33720],[46.97849,10.34115],[46.98154,10.34003],[46.98282,10.34235],[46.98276,10.34432],[46.98979,10.34647],[46.99272,10.35703],[46.99120,10.36964],[46.99289,10.37514],[46.99939,10.38295],[47.00115,10.38989],[46.99717,10.39924],[46.99084,10.40336],[46.98669,10.40980],[46.98265,10.41435],[46.97767,10.42474],[46.97492,10.42765],[46.97088,10.42808],[46.96490,10.42396],[46.95994,10.42291],[46.95591,10.42917],[46.95638,10.43457],[46.95591,10.43861],[46.95392,10.43955],[46.95438,10.44367],[46.95269,10.45028],[46.95333,10.45543],[46.95081,10.45809],[46.94712,10.46951],[46.94285,10.47396],[46.94109,10.47808],[46.93787,10.49078],[46.93423,10.48718],[46.93007,10.48581],[46.92655,10.48821],[46.92116,10.48675],[46.91459,10.48632],[46.91008,10.47903],[46.90422,10.47808],[46.90070,10.47533],[46.89589,10.47559],[46.89343,10.47525],[46.89225,10.47259],[46.89032,10.47216],[46.88463,10.46546],[46.88058,10.46950],[46.87248,10.47104],[46.86415,10.46984],[46.86145,10.46855],[46.84883,10.47166],[46.84730,10.46908],[46.84484,10.46780],[46.84132,10.46436],[46.83838,10.46745],[46.83515,10.46651],[46.83347,10.45975],[46.82936,10.45743],[46.82396,10.46112],[46.82220,10.45692],[46.81714,10.45760],[46.81184,10.45667],[46.79979,10.44723],[46.79756,10.43908],[46.79715,10.43152],[46.78598,10.42595],[46.78346,10.43255],[46.78122,10.43496],[46.77511,10.44062],[46.76242,10.44451],[46.75154,10.44211],[46.75230,10.43533],[46.74248,10.41945],[46.74083,10.41413],[46.73707,10.41035],[46.73354,10.40108],[46.73066,10.40452],[46.72830,10.41035],[46.72465,10.41087],[46.71889,10.41939],[46.71395,10.41861],[46.70854,10.41604],[46.70554,10.41140],[46.70412,10.40342],[46.68829,10.39278],[46.68577,10.38280],[46.68430,10.38289],[46.68183,10.38598],[46.67753,10.38881],[46.67128,10.39285],[46.66657,10.39242],[46.66033,10.39310],[46.65732,10.39104],[46.65414,10.39456],[46.65267,10.39688],[46.64984,10.39714],[46.64601,10.40143],[46.63971,10.40194],[46.63835,10.40126],[46.63605,10.40598],[46.63629,10.41207],[46.63871,10.42083],[46.64000,10.44306],[46.64171,10.44658],[46.63417,10.46125],[46.61766,10.48563],[46.61525,10.48872],[46.61595,10.49206],[46.61442,10.49326],[46.61024,10.49155],[46.60446,10.48485],[46.59862,10.48833],[46.59284,10.48421],[46.59060,10.48610],[46.58948,10.48808],[46.58246,10.48567],[46.58022,10.48293],[46.57768,10.48456],[46.57379,10.48018],[46.56275,10.47512],[46.55781,10.47868],[46.54742,10.47190],[46.54223,10.47259],[46.54028,10.46006],[46.53621,10.45937],[46.53089,10.45336],[46.53083,10.45070],[46.53272,10.44744],[46.53727,10.43645],[46.54093,10.43302],[46.55061,10.41783],[46.54311,10.39680],[46.54919,10.38298],[46.55155,10.37380],[46.55492,10.36032],[46.55480,10.35251],[46.54843,10.35011],[46.54181,10.33946],[46.54311,10.33509],[46.54736,10.33234],[46.55096,10.32539],[46.54807,10.31861],[46.54601,10.31080],[46.54860,10.30788],[46.54925,10.29543],[46.55197,10.29354],[46.55645,10.29603],[46.56495,10.28874],[46.56979,10.28711],[46.57097,10.27947],[46.57639,10.26973],[46.57586,10.26415],[46.57025,10.25385],[46.57462,10.24441],[46.59208,10.24012],[46.59733,10.24552],[46.61087,10.25731],[46.62113,10.24435],[46.62820,10.23963],[46.63462,10.23946],[46.62749,10.22350],[46.61635,10.21586],[46.62195,10.20238],[46.62130,10.19251],[46.62543,10.19303],[46.62496,10.18813],[46.61488,10.16153],[46.60945,10.14127],[46.60432,10.12771],[46.60668,10.11243],[46.61004,10.10488],[46.60892,10.10290],[46.60503,10.09981],[46.60043,10.10247],[46.59654,10.09818],[46.59182,10.09775],[46.58906,10.10284],[46.58747,10.10104],[46.58411,10.10224],[46.58216,10.10018],[46.57679,10.09571],[46.57455,10.07941],[46.57213,10.08044],[46.56782,10.08645],[46.56452,10.08336],[46.56033,10.07812],[46.55909,10.07297],[46.55691,10.07142],[46.55342,10.06988],[46.55053,10.06885],[46.54864,10.06421],[46.54534,10.06173],[46.54286,10.04748],[46.53908,10.04430],[46.53595,10.04610],[46.53223,10.05383],[46.53034,10.05374],[46.52904,10.05100],[46.52638,10.05220],[46.52373,10.05400],[46.51859,10.05374],[46.51245,10.05151],[46.50896,10.04342],[46.50495,10.04385],[46.49923,10.05012],[46.49586,10.04617],[46.49114,10.04540],[46.48706,10.04917],[46.48192,10.04377],[46.47831,10.04385],[46.47287,10.05158],[46.46820,10.05252],[46.46460,10.05432],[46.45967,10.05252],[46.45819,10.04763],[46.45500,10.04728],[46.45406,10.04368],[46.45015,10.04239],[46.44584,10.04102],[46.44306,10.04274],[46.44205,10.05012],[46.44104,10.05801],[46.43560,10.05870],[46.42880,10.06007],[46.42596,10.06625],[46.42874,10.07389],[46.42661,10.08059],[46.42129,10.08059],[46.42297,10.09435],[46.42167,10.10018],[46.42575,10.10293],[46.42830,10.10851],[46.42623,10.11606],[46.42936,10.11907],[46.43220,10.12954],[46.43120,10.13254],[46.42904,10.13386],[46.42880,10.14270],[46.42756,10.14434],[46.42714,10.14313],[46.42424,10.14768],[46.41342,10.14957],[46.41632,10.15687],[46.41549,10.16279],[46.41241,10.16313],[46.40708,10.16802],[46.40478,10.16296],[46.39838,10.16313],[46.39069,10.16468],[46.38601,10.16090],[46.38489,10.15524],[46.38536,10.14888],[46.38560,10.14150],[46.37731,10.12820],[46.37280,10.12925],[46.37120,10.12737],[46.36160,10.13003],[46.35900,10.12754],[46.35242,10.11312],[46.35207,10.10900],[46.34739,10.11003],[46.33536,10.10522],[46.32965,10.10855],[46.32170,10.11405],[46.31352,10.11799],[46.31091,10.12846],[46.30807,10.13010],[46.30457,10.13962],[46.29994,10.13919],[46.29540,10.14790],[46.29398,10.15451],[46.28805,10.15726],[46.28580,10.15459],[46.28259,10.16283],[46.27185,10.16378],[46.26563,10.17339],[46.25678,10.17700],[46.25257,10.17348],[46.23915,10.15125],[46.23031,10.14661],[46.22407,10.13039],[46.22342,10.12035],[46.22675,10.10438],[46.22762,10.09028],[46.22513,10.08101],[46.21895,10.07491],[46.21788,10.06796],[46.22038,10.06161],[46.22442,10.05792],[46.22911,10.04479],[46.23059,10.04221],[46.23350,10.05071],[46.23760,10.05371],[46.24205,10.05294],[46.24757,10.05723],[46.25024,10.06066],[46.25327,10.05800],[46.25597,10.05741],[46.25716,10.05621],[46.25894,10.05750],[46.26232,10.05527],[46.26541,10.05518],[46.26695,10.05149],[46.27021,10.04119],[46.27466,10.03467],[46.27804,10.02025],[46.28326,9.99939],[46.28653,9.99424],[46.29724,9.99178],[46.29760,9.99590],[46.30270,10.00001],[46.30750,9.99624],[46.31248,10.00079],[46.31325,9.99366],[46.32327,9.97959],[46.33352,9.98602],[46.33512,9.98673],[46.34199,9.99300],[46.35112,9.99523],[46.35207,9.99085],[46.35130,9.98459],[46.35343,9.98304],[46.35758,9.97626],[46.35858,9.97257],[46.36498,9.96210],[46.37268,9.95549],[46.37783,9.95781],[46.37830,9.95008],[46.37357,9.93386],[46.37138,9.93086],[46.36776,9.93206],[46.36616,9.92828],[46.36581,9.92390],[46.36830,9.92339],[46.37037,9.92150],[46.37007,9.91747],[46.37274,9.91317],[46.37950,9.90929],[46.38033,9.90585],[46.37671,9.89942],[46.37180,9.88405],[46.36700,9.88011],[46.36185,9.86817],[46.36262,9.84972],[46.35847,9.83281],[46.34908,9.81895],[46.34808,9.81122],[46.34328,9.80264],[46.33937,9.78384],[46.33320,9.77723],[46.33759,9.76281],[46.34393,9.75646],[46.34985,9.74239],[46.34754,9.73415],[46.34037,9.72419],[46.33285,9.72882],[46.32420,9.71827],[46.31924,9.72692],[46.30916,9.72495],[46.30537,9.71937],[46.29606,9.71482],[46.29244,9.71456],[46.29013,9.70212],[46.29280,9.69233],[46.29369,9.68555],[46.29962,9.67946],[46.30181,9.67491],[46.29873,9.66993],[46.29624,9.67027],[46.29446,9.66821],[46.29529,9.66109],[46.29102,9.65148],[46.28907,9.65118],[46.28788,9.64526],[46.28605,9.64123],[46.28569,9.63316],[46.28753,9.61779],[46.29358,9.60955],[46.29471,9.59745],[46.29340,9.59282],[46.29471,9.57943],[46.29868,9.57196],[46.30004,9.56655],[46.30565,9.55864],[46.30535,9.55564],[46.30227,9.55058],[46.30274,9.54706],[46.31010,9.53487],[46.32545,9.51942],[46.33227,9.51607],[46.33250,9.51358],[46.33549,9.51350],[46.33733,9.51058],[46.35149,9.50715],[46.35706,9.49805],[46.36362,9.49659],[46.36753,9.47994],[46.37007,9.47925],[46.37078,9.47359],[46.37493,9.46028],[46.37961,9.46243],[46.38357,9.46123],[46.38494,9.46552],[46.38926,9.46818],[46.39820,9.46559],[46.41175,9.46027],[46.41767,9.45349],[46.42619,9.45520],[46.43228,9.45666],[46.43905,9.45726],[46.44278,9.45958],[46.44970,9.45949],[46.45975,9.45821],[46.46472,9.45881],[46.46690,9.46344],[46.47057,9.46482],[46.47571,9.46344],[46.47961,9.46241],[46.47937,9.44919],[46.48467,9.44876],[46.48485,9.46009],[46.49017,9.46138],[46.49779,9.46250],[46.50541,9.46078],[46.50789,9.46344],[46.50742,9.45761],[46.50441,9.45400],[46.49755,9.43512],[46.49212,9.43048],[46.48893,9.42568],[46.48573,9.42696],[46.47651,9.42576],[46.47131,9.41744],[46.46667,9.41336],[46.46691,9.40701],[46.47046,9.39353],[46.47477,9.38735],[46.47814,9.38675],[46.48559,9.37379],[46.48807,9.37302],[46.49014,9.36950],[46.49546,9.36778],[46.49953,9.37070],[46.50219,9.37250],[46.50420,9.37105],[46.50556,9.36667],[46.50863,9.36289],[46.50704,9.35809],[46.50485,9.35817],[46.50385,9.35405],[46.50479,9.34658],[46.50349,9.33903],[46.50556,9.33568],[46.50473,9.32169],[46.50337,9.30976],[46.49977,9.30358],[46.49628,9.28831],[46.49699,9.28127],[46.49303,9.28110],[46.48760,9.27886],[46.48234,9.27432],[46.47879,9.27818],[46.47247,9.27672],[46.46646,9.27496],[46.46368,9.27581],[46.46173,9.27873],[46.45783,9.27496],[46.45298,9.27058],[46.44955,9.26268],[46.44795,9.25161],[46.44570,9.24792],[46.43417,9.24895],[46.42754,9.25633],[46.42447,9.26277],[46.42104,9.26423],[46.41938,9.26920],[46.42038,9.27229],[46.41885,9.27762],[46.41577,9.27770],[46.41399,9.28113],[46.40453,9.28294],[46.40239,9.28156],[46.39997,9.28208],[46.39482,9.27667],[46.39091,9.27822],[46.38699,9.28346],[46.38539,9.28492],[46.38119,9.28252],[46.37758,9.27969],[46.37219,9.27737],[46.36769,9.27780],[46.36632,9.27943],[46.35880,9.28321],[46.35673,9.28801],[46.35637,9.29471],[46.35566,9.29668],[46.35051,9.29883],[46.34660,9.29900],[46.34310,9.30054],[46.34072,9.29725],[46.33669,9.29322],[46.33308,9.29339],[46.32846,9.29648],[46.32680,9.29974],[46.32283,9.29751],[46.31583,9.29382],[46.31376,9.28558],[46.30860,9.28249],[46.29727,9.28558],[46.28847,9.27202],[46.28040,9.26825],[46.27779,9.25726],[46.26949,9.25829],[46.26593,9.25177],[46.26082,9.25400],[46.25501,9.24971],[46.25168,9.25125],[46.23261,9.24892],[46.23189,9.24566],[46.23332,9.23433],[46.22714,9.22163],[46.22239,9.22369],[46.21099,9.21699],[46.20755,9.20361],[46.20208,9.20034],[46.19091,9.19485],[46.18699,9.19777],[46.18247,9.19640],[46.17629,9.19296],[46.17285,9.18627],[46.16892,9.18180],[46.16964,9.17768],[46.17130,9.17099],[46.16928,9.16035],[46.16215,9.15794],[46.15953,9.14867],[46.15394,9.14043],[46.15263,9.13546],[46.14217,9.12704],[46.13396,9.12207],[46.13432,9.11348],[46.12682,9.10044],[46.12385,9.08636],[46.11778,9.07297],[46.08898,9.08979],[46.08541,9.08979],[46.07898,9.08379],[46.07588,9.07915],[46.06850,9.07898],[46.06361,9.07778],[46.06230,9.07349],[46.06087,9.05924],[46.06072,9.05649],[46.06212,9.05473],[46.06162,9.04881],[46.05843,9.04460],[46.05861,9.03941],[46.05268,9.02881],[46.05218,9.02224],[46.05033,9.01808],[46.04765,9.01658],[46.04553,9.01671],[46.04410,9.01748],[46.03999,9.01405],[46.03836,9.01087],[46.03668,9.00979],[46.02893,9.00850],[46.02652,9.01001],[46.02384,9.01477],[46.02181,9.01666],[46.01791,9.02168],[46.01658,9.02257],[46.00030,9.02459],[45.99361,9.02829],[45.99233,9.02327],[45.98917,9.02271],[45.98726,9.01829],[45.98830,9.01327],[45.98735,9.01181],[45.98452,9.01087],[45.98311,9.01143],[45.98174,9.00915],[45.98049,9.00851],[45.97965,9.00216],[45.98010,9.00143],[45.98025,8.99589],[45.97834,8.99585],[45.97661,8.99542],[45.97560,8.99624],[45.97390,8.99654],[45.97124,8.99473],[45.97214,8.99254],[45.97127,8.99061],[45.97026,8.98933],[45.96680,8.99418],[45.96319,9.00684],[45.96036,9.01456],[45.95105,9.01550],[45.94908,9.01756],[45.94383,9.01336],[45.94156,9.01362],[45.93989,9.02022],[45.93774,9.02289],[45.92776,9.01967],[45.92955,9.02636],[45.92675,9.02962],[45.92627,9.03769],[45.92776,9.04250],[45.92591,9.04473],[45.92102,9.05057],[45.92108,9.06018],[45.91666,9.05949],[45.91469,9.06258],[45.91481,9.06439],[45.91278,9.07374],[45.91104,9.07752],[45.90734,9.07709],[45.90549,9.07589],[45.89946,9.07700],[45.90270,9.08675],[45.90037,9.08941],[45.89876,9.08726],[45.89673,9.08941],[45.89559,9.08520],[45.89368,9.08538],[45.89016,9.07911],[45.88801,9.08014],[45.88329,9.07696],[45.88107,9.07147],[45.87504,9.06667],[45.87552,9.06443],[45.87450,9.05782],[45.87349,9.05576],[45.87157,9.05688],[45.86900,9.05370],[45.86775,9.05379],[45.86709,9.05207],[45.86135,9.04941],[45.85457,9.05212],[45.85337,9.04890],[45.85206,9.05100],[45.85137,9.04843],[45.84955,9.04589],[45.84802,9.04482],[45.84653,9.04349],[45.84632,9.04100],[45.84530,9.03967],[45.84357,9.03868],[45.84192,9.03868],[45.84183,9.03731],[45.84118,9.03564],[45.84031,9.03547],[45.83905,9.03547],[45.83648,9.03705],[45.83514,9.03838],[45.83464,9.03727],[45.83252,9.03529],[45.83174,9.03443],[45.83004,9.03469],[45.82576,9.03207],[45.82421,9.03246],[45.82295,9.03482],[45.82059,9.03083],[45.82041,9.02847],[45.82160,9.02602],[45.82178,9.02237],[45.82050,9.02117],[45.81885,9.01825],[45.81775,9.01804],[45.81796,9.01439],[45.81873,9.01173],[45.81942,9.00920],[45.81996,9.00396],[45.82166,9.00147],[45.82250,8.99834],[45.82217,8.99362],[45.82301,8.99276],[45.82483,8.99426],[45.82642,8.99431],[45.83225,8.99641],[45.83239,8.99740],[45.83373,8.99675],[45.83454,8.99680],[45.83412,8.99293],[45.83541,8.98997],[45.83678,8.98946],[45.83843,8.98766],[45.83720,8.98414],[45.83556,8.98186],[45.83574,8.97946],[45.83648,8.97826],[45.83621,8.97581],[45.83472,8.97624],[45.83304,8.97457],[45.83224,8.97268],[45.83215,8.96976],[45.83298,8.96774],[45.83424,8.96723],[45.83451,8.96573],[45.83514,8.96534],[45.83478,8.96384],[45.83657,8.96092],[45.83816,8.96264],[45.83932,8.96101],[45.84175,8.95556],[45.84303,8.95577],[45.84282,8.95427],[45.84189,8.95264],[45.84315,8.94968],[45.84219,8.94538],[45.84087,8.93921],[45.83887,8.93587],[45.83842,8.93303],[45.83765,8.93269],[45.83630,8.93213],[45.83433,8.92952],[45.83322,8.92926],[45.83316,8.92608],[45.83391,8.92312],[45.83385,8.92003],[45.83280,8.91750],[45.83023,8.91192],[45.83170,8.91183],[45.83866,8.91244],[45.84285,8.91471],[45.85032,8.92128],[45.86189,8.93328],[45.86254,8.93457],[45.86341,8.93740],[45.86398,8.93955],[45.86553,8.94328],[45.86747,8.94478],[45.86966,8.94247],[45.86995,8.94156],[45.86709,8.93714],[45.86990,8.93491],[45.87031,8.93367],[45.87202,8.93453],[45.87375,8.93328],[45.87600,8.93294],[45.87875,8.93302],[45.88547,8.93143],[45.89160,8.92774],[45.89199,8.92410],[45.89494,8.92268],[45.89590,8.92135],[45.90083,8.92470],[45.90572,8.92402],[45.90656,8.92277],[45.90877,8.92002],[45.91137,8.91852],[45.91372,8.91646],[45.93238,8.89252],[45.95207,8.89930],[45.95815,8.88380],[45.95899,8.87445],[45.96123,8.86727],[45.96714,8.85886],[45.96971,8.85474],[45.97173,8.85221],[45.97326,8.84882],[45.97580,8.84747],[45.97735,8.84339],[45.98156,8.84253],[45.98150,8.83970],[45.98424,8.83919],[45.98508,8.83378],[45.98776,8.83180],[45.98723,8.82730],[45.98800,8.82378],[45.98723,8.81996],[45.99051,8.81309],[45.98988,8.80945],[45.99125,8.79869],[45.99199,8.79216],[45.98961,8.79182],[45.98862,8.79019],[45.98904,8.78624],[45.99843,8.78942],[46.00869,8.79315],[46.01959,8.80457],[46.02195,8.80585],[46.02582,8.82006],[46.03254,8.82707],[46.04171,8.82995],[46.04094,8.83231],[46.04377,8.83518],[46.04648,8.82857],[46.05156,8.83453],[46.04879,8.84410],[46.06160,8.85416],[46.06893,8.85382],[46.07536,8.85199],[46.07553,8.84675],[46.07985,8.84165],[46.08083,8.83963],[46.08113,8.83701],[46.08307,8.83281],[46.08836,8.82740],[46.08869,8.82420],[46.09119,8.82111],[46.09303,8.82004],[46.09485,8.81570],[46.09681,8.81510],[46.10086,8.80639],[46.09866,8.80347],[46.09458,8.80017],[46.09401,8.78382],[46.09706,8.77504],[46.09995,8.76869],[46.10123,8.76182],[46.10396,8.75581],[46.11938,8.74075],[46.09870,8.70835],[46.10192,8.69646],[46.10144,8.69359],[46.10120,8.68895],[46.10192,8.68539],[46.10549,8.68097],[46.11013,8.67930],[46.10968,8.67586],[46.10989,8.67290],[46.10876,8.67080],[46.10899,8.66794],[46.11003,8.66640],[46.11292,8.65674],[46.11574,8.65597],[46.11857,8.65284],[46.12089,8.64953],[46.12324,8.64709],[46.12309,8.64211],[46.12246,8.63898],[46.12205,8.63061],[46.12238,8.62657],[46.12193,8.62417],[46.12124,8.61975],[46.12139,8.61177],[46.12246,8.61203],[46.12520,8.61074],[46.12719,8.60928],[46.12812,8.61022],[46.13112,8.61018],[46.13267,8.60966],[46.14272,8.59141],[46.14878,8.59484],[46.15425,8.59931],[46.15639,8.58678],[46.16198,8.58540],[46.16210,8.57579],[46.16578,8.57098],[46.17945,8.56618],[46.18468,8.56034],[46.18587,8.55107],[46.19205,8.55210],[46.19823,8.53871],[46.20619,8.53408],[46.21719,8.53113],[46.22134,8.52272],[46.21956,8.51636],[46.22384,8.50332],[46.22954,8.48546],[46.23227,8.46761],[46.24390,8.46366],[46.24842,8.44306],[46.25376,8.44152],[46.26242,8.44753],[46.26408,8.45336],[46.27512,8.44890],[46.28746,8.43328],[46.29991,8.42676],[46.30525,8.43723],[46.32078,8.44324],[46.32185,8.45319],[46.32837,8.45577],[46.33335,8.46435],[46.33821,8.46281],[46.35468,8.46143],[46.36279,8.46874],[46.38730,8.46067],[46.39678,8.47097],[46.40494,8.46136],[46.41133,8.46806],[46.42080,8.45570],[46.42873,8.45913],[46.43536,8.45655],[46.44305,8.46531],[46.44541,8.46102],[46.44979,8.46119],[46.45582,8.45192],[46.46197,8.44934],[46.46220,8.42857],[46.45842,8.41810],[46.45546,8.40523],[46.45144,8.39373],[46.45026,8.37965],[46.45168,8.37278],[46.44707,8.35751],[46.44021,8.35150],[46.42506,8.32626],[46.42246,8.31390],[46.42412,8.30772],[46.42021,8.30309],[46.41406,8.29966],[46.40826,8.29210],[46.40400,8.30343],[46.40482,8.30956],[46.39820,8.31608],[46.39287,8.31762],[46.38920,8.31556],[46.38588,8.32174],[46.38304,8.31522],[46.37522,8.31316],[46.37120,8.29548],[46.36279,8.28192],[46.36539,8.27248],[46.36184,8.26544],[46.35829,8.26321],[46.35757,8.26664],[46.35224,8.26647],[46.34739,8.26132],[46.34549,8.26166],[46.34561,8.25239],[46.33992,8.24844],[46.33885,8.23488],[46.33316,8.22544],[46.32925,8.22338],[46.32558,8.22544],[46.31953,8.21652],[46.31609,8.21377],[46.30882,8.21222],[46.30159,8.19729],[46.30171,8.19128],[46.29708,8.17926],[46.29542,8.15832],[46.30123,8.14476],[46.30112,8.13772],[46.29471,8.12914],[46.29305,8.12382],[46.28949,8.11918],[46.28534,8.11935],[46.28000,8.11249],[46.27775,8.10614],[46.26451,8.08691],[46.25644,8.08382],[46.25442,8.08879],[46.25264,8.09858],[46.25039,8.10287],[46.25051,8.11180],[46.23913,8.11386],[46.23568,8.12192],[46.22927,8.12690],[46.22654,8.13961],[46.21157,8.14373],[46.20266,8.15214],[46.19577,8.15196],[46.19114,8.15402],[46.18139,8.16673],[46.17688,8.16656],[46.17319,8.15626],[46.16772,8.15608],[46.16344,8.15042],[46.15587,8.15133],[46.14767,8.15528],[46.14089,8.15116],[46.13459,8.14155],[46.13613,8.13417],[46.13149,8.12061],[46.12828,8.11649],[46.11971,8.11511],[46.11329,8.11168],[46.11055,8.10602],[46.10698,8.09434],[46.10436,8.07924],[46.10508,8.06568],[46.10055,8.05452],[46.09924,8.04113],[46.09948,8.03581],[46.09508,8.03460],[46.08710,8.03014],[46.08162,8.03100],[46.07293,8.02327],[46.05733,8.02847],[46.04828,8.03276],[46.04446,8.03516],[46.04256,8.03465],[46.03791,8.02109],[46.03064,8.01474],[46.02468,8.01851],[46.02015,8.01302],[46.01371,8.01405],[46.01061,8.01130],[46.01085,8.00135],[45.99571,7.99139],[45.99595,7.98418],[45.99881,7.97577],[45.99511,7.95414],[45.99654,7.94762],[45.99619,7.93011],[45.99523,7.90934],[45.97726,7.89396],[45.97284,7.87885],[45.96449,7.88194],[45.95793,7.87662],[45.94838,7.87782],[45.94611,7.87096],[45.93752,7.86958],[45.93191,7.87525],[45.92606,7.87748],[45.91806,7.87061],[45.91567,7.85894],[45.92486,7.82615],[45.92379,7.81448],[45.91901,7.80195],[45.92474,7.78924],[45.93083,7.77448],[45.93644,7.76590],[45.93967,7.74959],[45.93095,7.74272],[45.92797,7.73723],[45.92283,7.73569],[45.92295,7.72006],[45.92690,7.71793],[45.93359,7.70815],[45.94362,7.70781],[45.94827,7.70815],[45.95281,7.70163],[45.95484,7.68583],[45.95782,7.67742],[45.96486,7.67691],[45.97536,7.66249],[45.97560,7.65528],[45.97274,7.64858],[45.96928,7.63983],[45.97107,7.61889],[45.96844,7.60790],[45.97035,7.58507],[45.97608,7.57992],[45.98514,7.57734],[45.98717,7.56996],[45.98335,7.54696],[45.97560,7.54387],[45.96796,7.54490],[45.95985,7.54662],[45.95448,7.53855],[45.95615,7.52224],[45.96140,7.51640],[45.95878,7.50748],[45.95949,7.49855],[45.95531,7.49580],[45.95066,7.47761],[45.94481,7.47194],[45.93646,7.47624],[45.93359,7.47177],[45.93478,7.45855],[45.93013,7.45701],[45.92977,7.44585],[45.92368,7.43727],[45.91580,7.42972],[45.90684,7.40671],[45.90959,7.40242],[45.90290,7.39573],[45.89525,7.38337],[45.89955,7.37667],[45.90314,7.35882],[45.91007,7.35607],[45.91413,7.34457],[45.91042,7.33170],[45.91066,7.31693],[45.91592,7.31625],[45.91651,7.30045],[45.92081,7.29513],[45.91938,7.29050],[45.91699,7.29033],[45.91604,7.28655],[45.90720,7.28209],[45.89991,7.27694],[45.89704,7.26949],[45.88730,7.25636],[45.88754,7.25293],[45.89208,7.25070],[45.89107,7.24632],[45.88933,7.23362],[45.89053,7.22907],[45.88802,7.22417],[45.88862,7.21971],[45.88587,7.21696],[45.88252,7.21516],[45.88151,7.21061],[45.87768,7.20452],[45.87201,7.19911],[45.86812,7.19843],[45.86262,7.20160],[45.85949,7.19463],[45.85841,7.18828],[45.86146,7.18047],[45.86308,7.17815],[45.86296,7.17515],[45.87222,7.16082],[45.87406,7.16366],[45.87615,7.16331],[45.87848,7.15894],[45.87848,7.15482],[45.87651,7.14804],[45.87382,7.13911],[45.87077,7.13387],[45.86808,7.13413],[45.86384,7.12598],[45.86085,7.12057],[45.85894,7.11851],[45.85894,7.11122],[45.85774,7.10675],[45.85905,7.09920],[45.86324,7.09680],[45.87262,7.09190],[45.87680,7.09362],[45.88356,7.08143],[45.89055,7.07637],[45.89426,7.07551],[45.89760,7.06864],[45.90019,7.06306],[45.90945,7.06375],[45.91327,7.05997],[45.91387,7.05482],[45.92181,7.04564],[45.92234,7.04032],[45.92752,7.04207],[45.93862,7.03443],[45.94513,7.03795],[45.95480,7.03649],[45.95808,7.02173],[45.96327,7.01314],[45.97001,7.00817],[45.97305,7.00937],[45.97753,7.02267],[45.98003,7.02164],[45.98296,7.01855],[45.98665,7.01503],[45.98707,7.01194],[45.99297,7.01100],[45.99792,7.00945],[46.00067,7.00405],[45.99882,7.00173],[45.99959,6.99486],[46.00347,6.98722],[46.00454,6.98388],[46.00681,6.98405],[46.01056,6.98250],[46.01424,6.98182],[46.01966,6.97968],[46.02228,6.97556],[46.02580,6.96981],[46.03081,6.96603],[46.03081,6.96294],[46.03867,6.95590],[46.05071,6.95041],[46.05041,6.94414],[46.05249,6.93985],[46.05577,6.93427],[46.06333,6.93642],[46.06518,6.93504],[46.06554,6.93213],[46.06452,6.92852],[46.06476,6.92406],[46.06018,6.91891],[46.05833,6.91865],[46.05553,6.91393],[46.05297,6.91084],[46.05166,6.91118],[46.04981,6.90869],[46.04725,6.89479],[46.04606,6.89316],[46.04135,6.89076],[46.04201,6.88801],[46.04767,6.87548],[46.04981,6.87462],[46.05130,6.87119],[46.06041,6.87496],[46.07000,6.88028],[46.07429,6.89024],[46.07983,6.88724],[46.08298,6.89067],[46.08566,6.89024],[46.09280,6.88440],[46.09542,6.88166],[46.09768,6.88586],[46.10066,6.88749],[46.10477,6.89307],[46.11078,6.89316],[46.11441,6.89256],[46.12339,6.89865],[46.12357,6.89488],[46.12500,6.89067],[46.12256,6.88303],[46.12357,6.87925],[46.12523,6.87651],[46.12482,6.86775],[46.12720,6.84578],[46.13011,6.84115],[46.13243,6.84029],[46.13029,6.81746],[46.12898,6.81437],[46.13612,6.80673],[46.13517,6.79789],[46.14694,6.79325],[46.15417,6.78944],[46.16356,6.79055],[46.16915,6.79956],[46.17467,6.80583],[46.17907,6.80720],[46.18193,6.81192],[46.19692,6.80662],[46.20429,6.80293],[46.20874,6.80688],[46.21462,6.80988],[46.21539,6.81263],[46.22103,6.81709],[46.22323,6.82130],[46.23208,6.82026],[46.23350,6.82292],[46.23451,6.82858],[46.23950,6.83511],[46.24846,6.83957],[46.25137,6.84953],[46.25475,6.85476],[46.25932,6.85390],[46.26597,6.85957],[46.27445,6.85845],[46.27825,6.86283],[46.28193,6.86412],[46.28804,6.85991],[46.29195,6.85433],[46.29065,6.85141],[46.28917,6.84695],[46.29355,6.84223],[46.29782,6.83493],[46.29931,6.83313],[46.30014,6.82772],[46.30352,6.82730],[46.30624,6.82910],[46.31164,6.82524],[46.31253,6.82060],[46.31543,6.81914],[46.31573,6.81545],[46.31970,6.80695],[46.31935,6.80009],[46.32723,6.79657],[46.32924,6.79777],[46.33096,6.79605],[46.33246,6.79491],[46.33222,6.78393],[46.33702,6.78307],[46.34549,6.77723],[46.34775,6.77354],[46.35326,6.77019],[46.36184,6.77036],[46.36534,6.77672],[46.36688,6.78041],[46.36706,6.78599],[46.36718,6.78942],[46.36795,6.79199],[46.37067,6.79577],[46.37476,6.79895],[46.37671,6.80247],[46.37902,6.80540],[46.38293,6.80566],[46.38358,6.80317],[46.38678,6.80111],[46.39063,6.80231],[46.39412,6.80480],[46.40932,6.80604],[46.46496,6.58392],[46.37262,6.27002],[46.31173,6.22019],[46.30355,6.24250],[46.30376,6.24474],[46.30233,6.24804],[46.30174,6.24873],[46.30038,6.24765],[46.30026,6.24697],[46.29984,6.24757],[46.29866,6.24950],[46.29801,6.24860],[46.29738,6.24911],[46.29643,6.25036],[46.29460,6.24984],[46.29350,6.25087],[46.29279,6.25160],[46.29259,6.25152],[46.29073,6.25285],[46.28927,6.25238],[46.28755,6.25088],[46.28681,6.24912],[46.28616,6.24903],[46.28491,6.24530],[46.28483,6.24294],[46.28343,6.24178],[46.28144,6.23981],[46.28121,6.23843],[46.27904,6.23951],[46.27702,6.23830],[46.27489,6.23925],[46.27275,6.24324],[46.26821,6.24624],[46.26200,6.25010],[46.25422,6.26194],[46.25164,6.26083],[46.25031,6.26396],[46.24790,6.26709],[46.25164,6.27825],[46.25256,6.27842],[46.25517,6.28477],[46.25612,6.28331],[46.25950,6.28911],[46.26352,6.29221],[46.26464,6.29526],[46.26414,6.29685],[46.26286,6.29702],[46.26099,6.29629],[46.25918,6.29440],[46.25809,6.29449],[46.25687,6.29505],[46.25601,6.29565],[46.25506,6.30157],[46.25613,6.30466],[46.25648,6.30711],[46.25628,6.31041],[46.25381,6.30779],[46.25156,6.30659],[46.25022,6.30934],[46.24723,6.30908],[46.24349,6.31032],[46.23951,6.30693],[46.23425,6.30222],[46.22525,6.29496],[46.22306,6.28973],[46.22086,6.28655],[46.21495,6.27617],[46.21321,6.26818],[46.21342,6.26667],[46.21217,6.26440],[46.21105,6.26032],[46.20962,6.25556],[46.20879,6.25397],[46.20573,6.24955],[46.20490,6.24959],[46.20508,6.24728],[46.20677,6.24543],[46.20484,6.24539],[46.20425,6.24243],[46.20558,6.23766],[46.20629,6.23668],[46.20609,6.23380],[46.20549,6.23226],[46.20353,6.23020],[46.20324,6.22831],[46.20231,6.22766],[46.20175,6.22496],[46.20038,6.22239],[46.19890,6.22239],[46.19839,6.22024],[46.19753,6.21762],[46.19495,6.21638],[46.19394,6.21419],[46.19346,6.21350],[46.19239,6.21251],[46.19224,6.20874],[46.19165,6.20638],[46.19017,6.20496],[46.18907,6.20475],[46.18758,6.20252],[46.18645,6.20166],[46.18505,6.19930],[46.18336,6.19822],[46.18352,6.19542],[46.18087,6.19109],[46.18010,6.18714],[46.17850,6.18740],[46.17772,6.18628],[46.17419,6.18676],[46.16658,6.18916],[46.16164,6.18156],[46.16032,6.17875],[46.15795,6.17493],[46.15685,6.16832],[46.15477,6.16219],[46.15322,6.15815],[46.15218,6.15631],[46.15161,6.15249],[46.14965,6.14832],[46.14721,6.14669],[46.14629,6.14751],[46.14481,6.14515],[46.14558,6.14266],[46.14650,6.14219],[46.14516,6.14167],[46.14383,6.13901],[46.14243,6.13678],[46.14151,6.13644],[46.14094,6.13270],[46.14005,6.12957],[46.14023,6.12695],[46.14189,6.12300],[46.14252,6.11846],[46.14287,6.10764],[46.14397,6.10468],[46.14368,6.09816],[46.14875,6.09500],[46.15012,6.09337],[46.15143,6.09170],[46.14860,6.07414],[46.14968,6.07158],[46.15087,6.06068],[46.15111,6.05257],[46.14710,6.04857],[46.14159,6.04707],[46.13969,6.04501],[46.14118,6.04252],[46.13954,6.04064],[46.13936,6.03909],[46.13690,6.03664],[46.13523,6.03574],[46.13413,6.03540],[46.13475,6.03484],[46.13820,6.03228],[46.14028,6.02790],[46.14013,6.02378],[46.14138,6.02228],[46.14272,6.01601],[46.14186,6.01301],[46.14198,6.00927],[46.14275,6.00859],[46.14203,6.00691],[46.14165,6.00344],[46.14269,5.99927],[46.14432,5.99408],[46.14355,5.99155],[46.14308,5.98447],[46.14168,5.98224],[46.14099,5.98288],[46.13704,5.98215],[46.13543,5.97919],[46.13288,5.97687],[46.13204,5.97382],[46.13175,5.97228],[46.13183,5.97000],[46.13044,5.96743],[46.12960,5.96425],[46.13038,5.96134],[46.12818,5.95670]], // Czech Republic - CZ: [[49.51732,18.85381], [49.51933,18.84488], [49.52434,18.83887], [49.52824,18.84540], [49.53393,18.84557], [49.53771,18.85862], [49.55119,18.86068], [49.55331,18.85261], [49.56177,18.84763], [49.56121,18.84059], [49.56622,18.83784], [49.57068,18.83887], [49.57340,18.83508], [49.57740,18.83611], [49.58442,18.83371], [49.58865,18.83886], [49.59677,18.84092], [49.59532,18.83131], [49.60144,18.82547], [49.61546,18.82547], [49.61890,18.82066], [49.62613,18.82118], [49.63425,18.81671], [49.64081,18.81414], [49.65248,18.80882], [49.65837,18.81002], [49.66637,18.80813], [49.67237,18.81088], [49.67815,18.80744], [49.68048,18.80453], [49.68015,18.79405], [49.68637,18.78032], [49.68348,18.77397], [49.68525,18.76333], [49.67748,18.75080], [49.67759,18.73998], [49.68048,18.74015], [49.68314,18.73586], [49.68481,18.72779], [49.68359,18.72350], [49.68459,18.71852], [49.69025,18.71887], [49.69192,18.71458], [49.69603,18.71595], [49.69725,18.71046], [49.70002,18.71252], [49.70291,18.70857], [49.70491,18.71097], [49.70735,18.69483], [49.70491,18.68110], [49.70660,18.67767], [49.70394,18.67235], [49.70460,18.66874], [49.71016,18.66754], [49.71171,18.65861], [49.70838,18.65346], [49.71160,18.65312], [49.71282,18.64213], [49.71559,18.63750], [49.71792,18.63698], [49.72270,18.62995], [49.72336,18.62583], [49.72547,18.62978], [49.72958,18.62703], [49.73623,18.62909], [49.74112,18.62892], [49.74766,18.63063], [49.75054,18.62686], [49.75310,18.61673], [49.75676,18.61347], [49.76108,18.61553], [49.76640,18.61158], [49.77116,18.61124], [49.77593,18.60523], [49.78125,18.60385], [49.78435,18.59836], [49.78967,18.60076], [49.79699,18.59476], [49.80286,18.59338], [49.80408,18.58909], [49.80618,18.58566], [49.81239,18.58274], [49.81870,18.58325], [49.82147,18.57742], [49.82524,18.57587], [49.82845,18.56969], [49.83376,18.56987], [49.84373,18.58840], [49.84660,18.59132], [49.84871,18.58737], [49.85236,18.58497], [49.85237,18.58926], [49.85470,18.59149], [49.85735,18.60677], [49.86211,18.60626], [49.86676,18.60059], [49.86687,18.59510], [49.86820,18.58961], [49.86731,18.58171], [49.87561,18.57261], [49.88081,18.56626], [49.88413,18.56987], [49.88811,18.57519], [49.89131,18.57175], [49.89939,18.57742], [49.90569,18.57999], [49.90864,18.57526], [49.91041,18.57629], [49.91184,18.57423], [49.91284,18.57663], [49.91516,18.57491], [49.91881,18.57560], [49.92146,18.57371], [49.92268,18.57062], [49.91826,18.56393], [49.91837,18.55723], [49.92279,18.54985], [49.92665,18.54367], [49.92588,18.53938], [49.92223,18.54110], [49.91107,18.53852], [49.90886,18.54539], [49.90422,18.53886], [49.90145,18.53371], [49.90145,18.52427], [49.90377,18.51243], [49.90411,18.50522], [49.90709,18.49423], [49.90665,18.48771], [49.91107,18.48359], [49.91461,18.47312], [49.91781,18.46659], [49.92279,18.46488], [49.92411,18.45561], [49.92422,18.44462], [49.92909,18.43844], [49.92975,18.43381], [49.93947,18.43055], [49.93879,18.41928], [49.93580,18.40108], [49.93514,18.39199], [49.93636,18.37722], [49.93824,18.37310], [49.93724,18.36761], [49.94056,18.36435], [49.94210,18.35903], [49.94354,18.35834], [49.94630,18.33894], [49.95028,18.33156], [49.94288,18.33379], [49.94011,18.33379], [49.93790,18.33946], [49.93956,18.34409], [49.93934,18.34770], [49.93625,18.34838], [49.93536,18.34993], [49.93536,18.34632], [49.93525,18.34117], [49.93304,18.34014], [49.92951,18.34186], [49.92641,18.34049], [49.92752,18.33482], [49.93072,18.33431], [49.93139,18.32984], [49.92807,18.32916], [49.92332,18.32830], [49.91602,18.32126], [49.91768,18.31628], [49.91967,18.31560], [49.92376,18.30015], [49.92564,18.30186], [49.92917,18.29877], [49.92917,18.29053], [49.93680,18.28281], [49.94045,18.28401], [49.94056,18.27989], [49.95028,18.28247], [49.96364,18.27903], [49.96629,18.27491], [49.96695,18.26599], [49.96695,18.26152], [49.96949,18.25311], [49.96916,18.24625], [49.97137,18.23492], [49.97004,18.22874], [49.96773,18.22170], [49.97280,18.21500], [49.97744,18.21638], [49.98815,18.21414], [49.99830,18.20728], [49.99510,18.19355], [49.99907,18.19080], [50.00106,18.18222], [50.00029,18.17277], [49.99841,18.16728], [49.99267,18.16762], [49.99036,18.17003], [49.98704,18.16780], [49.98550,18.16196], [49.98274,18.15664], [49.98351,18.15372], [49.99201,18.14771], [49.99411,18.13638], [49.99775,18.13484], [49.99863,18.13037], [49.99477,18.11904], [49.99620,18.11647], [49.99753,18.11595], [50.00040,18.10634], [50.01220,18.09587], [50.01617,18.09570], [50.02268,18.10480], [50.02654,18.09862], [50.02842,18.09518], [50.03272,18.08609], [50.03955,18.08952], [50.04518,18.09003], [50.04705,18.08488], [50.04595,18.08094], [50.04705,18.07441], [50.04859,18.06669], [50.05305,18.06831], [50.05360,18.06367], [50.06043,18.06213], [50.05878,18.04874], [50.06308,18.04719], [50.06385,18.03947], [50.06727,18.03329], [50.05933,18.01698], [50.05459,18.00943], [50.05349,18.00290], [50.04456,18.00668], [50.03728,18.00393], [50.03078,18.00737], [50.02979,18.01423], [50.03177,18.02093], [50.03651,18.02419], [50.03762,18.02693], [50.03585,18.03895], [50.03541,18.04513], [50.02791,18.04891], [50.02229,18.04204], [50.01699,18.04479], [50.01523,18.03964], [50.00828,18.04462], [50.01181,18.03569], [50.01137,18.00754], [50.01909,18.00599], [50.01324,17.98677], [50.00607,17.98436], [50.00938,17.97132], [50.00828,17.96445], [50.00475,17.96033], [50.00563,17.95364], [49.98146,17.92342], [49.97937,17.92239], [49.97727,17.90746], [49.98080,17.89132], [49.97749,17.87862], [49.97252,17.86746], [49.98080,17.86351], [49.98080,17.85802], [49.98455,17.85133], [49.98753,17.85167], [49.98775,17.84171], [49.99294,17.83897], [49.99217,17.83193], [49.99449,17.82798], [50.00409,17.83879], [50.01181,17.82798], [50.01291,17.80446], [50.01512,17.79502], [50.01821,17.79502], [50.02008,17.79245], [50.01788,17.78730], [50.02096,17.78678], [50.02041,17.77888], [50.02571,17.77185], [50.02791,17.77734], [50.03199,17.77803], [50.03640,17.77511], [50.03596,17.77133], [50.03905,17.77099], [50.04291,17.77494], [50.04467,17.77030], [50.04853,17.77236], [50.05184,17.76979], [50.05316,17.76258], [50.05625,17.76498], [50.05988,17.75983], [50.06396,17.75863], [50.06440,17.76069], [50.06859,17.75931], [50.06914,17.75245], [50.07333,17.75211], [50.07509,17.75279], [50.07927,17.74970], [50.08170,17.74266], [50.08916,17.73116], [50.09786,17.73151], [50.11471,17.70421], [50.11735,17.69529], [50.11746,17.68172], [50.10403,17.67606], [50.10964,17.66198], [50.11108,17.64979], [50.11713,17.64876], [50.12329,17.64482], [50.12560,17.64516], [50.13221,17.63950], [50.13771,17.61958], [50.13991,17.61701], [50.14112,17.61151], [50.14772,17.60791], [50.15542,17.60036], [50.15751,17.59555], [50.15982,17.59366], [50.16906,17.60224], [50.17049,17.60654], [50.17071,17.61958], [50.16862,17.62490], [50.17334,17.63074], [50.17389,17.63726], [50.17631,17.64911], [50.17818,17.66713], [50.18214,17.67863], [50.18148,17.68361], [50.18522,17.70679], [50.18928,17.70558], [50.19192,17.71125], [50.19906,17.71176], [50.20214,17.71915], [50.20511,17.71829], [50.20588,17.72309], [50.20258,17.73271], [50.20148,17.74438], [50.20555,17.75022], [50.20643,17.75949], [50.21280,17.75949], [50.21796,17.76172], [50.22115,17.75760], [50.22839,17.76086], [50.23674,17.76687], [50.24947,17.73872], [50.25509,17.73236], [50.25542,17.72876], [50.25728,17.72601], [50.27089,17.72756], [50.27550,17.73133], [50.27769,17.73631], [50.28131,17.73700], [50.28811,17.74284], [50.29283,17.74747], [50.29919,17.75365], [50.30138,17.75159], [50.30226,17.74421], [50.30270,17.73683], [50.30456,17.72962], [50.30829,17.72653], [50.31949,17.72275], [50.32234,17.71606], [50.32716,17.69477], [50.32837,17.68550], [50.31521,17.68670], [50.31412,17.68876], [50.30568,17.68636], [50.30173,17.68808], [50.29515,17.67795], [50.29230,17.67451], [50.29120,17.66782], [50.28857,17.66576], [50.28539,17.65735], [50.27793,17.64945], [50.27606,17.64035], [50.27409,17.63847], [50.27036,17.62731], [50.26904,17.61993], [50.26652,17.61460], [50.26762,17.60894], [50.26860,17.60516], [50.27025,17.60242], [50.27124,17.59898], [50.27486,17.59830], [50.27870,17.59263], [50.27925,17.59126], [50.27848,17.58542], [50.27837,17.58062], [50.27683,17.57907], [50.27299,17.56602], [50.27036,17.56293], [50.27168,17.55916], [50.27058,17.54663], [50.27398,17.52826], [50.27574,17.52483], [50.27453,17.51710], [50.27508,17.49719], [50.27552,17.49393], [50.27277,17.48140], [50.27036,17.47144], [50.27003,17.46698], [50.26784,17.46234], [50.27058,17.45908], [50.27025,17.45530], [50.26860,17.45393], [50.26564,17.45565], [50.26037,17.45582], [50.25807,17.45479], [50.25609,17.45084], [50.25445,17.44586], [50.25258,17.43848], [50.25379,17.43299], [50.25950,17.42955], [50.26356,17.43230], [50.27014,17.42767], [50.27266,17.42440], [50.27705,17.42097], [50.27431,17.40672], [50.28001,17.40106], [50.28330,17.38818], [50.28276,17.36621], [50.27903,17.36037], [50.26904,17.36226], [50.26520,17.36072], [50.26553,17.35419], [50.26378,17.35059], [50.26773,17.34716], [50.27541,17.34475], [50.27990,17.34424], [50.28330,17.33909], [50.28703,17.34973], [50.29098,17.34492], [50.29877,17.34750], [50.30403,17.35265], [50.30842,17.35488], [50.31214,17.35059], [50.31247,17.34012], [50.31576,17.33840], [50.32157,17.34063], [50.32267,17.34973], [50.32552,17.35110], [50.32902,17.34956], [50.32734,17.32638], [50.32098,17.31214], [50.32011,17.29686], [50.31813,17.29119], [50.32011,17.28141], [50.32285,17.27351], [50.32865,17.26510], [50.32964,17.25480], [50.33227,17.24776], [50.33460,17.24745], [50.33789,17.24152], [50.34178,17.23466], [50.34567,17.22513], [50.35021,17.22007], [50.35717,17.21294], [50.35821,17.21277], [50.36390,17.20204], [50.37498,17.19941], [50.38133,17.20319], [50.38652,17.20439], [50.39036,17.18431], [50.38953,17.18336], [50.38784,17.18233], [50.38581,17.17555], [50.38384,17.16173], [50.38023,17.15693], [50.38182,17.15341], [50.38171,17.14817], [50.38072,17.14345], [50.38751,17.13384], [50.39101,17.13015], [50.39320,17.12466], [50.39435,17.12337], [50.39397,17.11118], [50.40518,17.11101], [50.40655,17.09942], [50.40573,17.08286], [50.40217,17.08208], [50.40294,17.07968], [50.40464,17.07599], [50.40622,17.06535], [50.40704,17.05239], [50.41175,17.04252], [50.41497,17.03805], [50.41536,17.03024], [50.41752,17.02835], [50.41862,17.02672], [50.42190,17.02441], [50.42163,17.01814], [50.42026,17.01582], [50.41911,17.01385], [50.42173,17.01024], [50.42441,17.00698], [50.42824,16.99814], [50.42496,16.99351], [50.42015,16.98304], [50.41818,16.97445], [50.42075,16.97239], [50.42256,16.96965], [50.42529,16.96527], [50.42687,16.96278], [50.42841,16.95772], [50.43169,16.95190], [50.43376,16.94761], [50.43540,16.94126], [50.43688,16.93465], [50.43934,16.92632], [50.44125,16.92177], [50.44448,16.91834], [50.44798,16.91070], [50.45000,16.90787], [50.44863,16.90461], [50.44787,16.89731], [50.44366,16.89388], [50.44470,16.88916], [50.44393,16.88384], [50.44240,16.88083], [50.43568,16.87997], [50.43294,16.87525], [50.43087,16.87568], [50.42775,16.87551], [50.42589,16.87234], [50.42288,16.86925], [50.42108,16.86830], [50.41709,16.86882], [50.41566,16.86701], [50.41441,16.86392], [50.41309,16.86324], [50.41167,16.86049], [50.40899,16.85955], [50.40727,16.86003], [50.40891,16.86269], [50.40765,16.86535], [50.40503,16.87007], [50.40306,16.87093], [50.39890,16.88071], [50.39835,16.88492], [50.39545,16.89196], [50.39299,16.89299], [50.38949,16.89814], [50.38938,16.90071], [50.39096,16.90603], [50.39047,16.90783], [50.38888,16.91041], [50.38670,16.91041], [50.38467,16.90972], [50.38254,16.91427], [50.37991,16.91410], [50.37684,16.91642], [50.37312,16.91616], [50.36907,16.91925], [50.36616,16.91618], [50.36288,16.91515], [50.36074,16.91721], [50.35938,16.91893], [50.35467,16.92090], [50.35237,16.92391], [50.34804,16.92717], [50.34481,16.93069], [50.34256,16.93584], [50.34114,16.93661], [50.33769,16.93584], [50.33363,16.93764], [50.33067,16.93369], [50.32799,16.93555], [50.32530,16.93778], [50.31960,16.93958], [50.31796,16.94508], [50.31445,16.94611], [50.31193,16.95538], [50.31231,16.96173], [50.31412,16.96216], [50.31544,16.96825], [50.31231,16.96980], [50.31040,16.97151], [50.30864,16.97194], [50.30535,16.98164], [50.30163,16.99469], [50.30256,17.00104], [50.29938,17.00310], [50.29740,17.00370], [50.29587,17.00310], [50.29527,17.00833], [50.29143,17.01082], [50.28736,17.01439], [50.28275,17.01603], [50.27836,17.01860], [50.27430,17.01748], [50.26898,17.01714], [50.26372,17.01268], [50.25982,17.00830], [50.25933,17.00547], [50.25642,17.00066], [50.25258,17.00238], [50.24879,17.01079], [50.24637,17.01088], [50.24242,17.01019], [50.24143,17.01139], [50.24028,17.01517], [50.23759,17.01886], [50.23386,17.02306], [50.23002,17.02804], [50.22848,17.02555], [50.22639,17.02023], [50.22469,17.01989], [50.22277,17.01697], [50.22002,17.01542], [50.21881,17.01113], [50.21777,17.00615], [50.21673,17.00204], [50.21667,16.99800], [50.22024,16.99483], [50.22480,16.99422], [50.22903,16.99096], [50.23271,16.98478], [50.23413,16.98186], [50.23748,16.98101], [50.24231,16.98126], [50.24511,16.97723], [50.24484,16.97440], [50.24341,16.97380], [50.24138,16.96642], [50.23809,16.96161], [50.23518,16.96118], [50.23243,16.96281], [50.23034,16.96530], [50.22842,16.96195], [50.22617,16.95792], [50.22354,16.95732], [50.22205,16.95448], [50.22167,16.95045], [50.22337,16.94487], [50.22264,16.93925], [50.22429,16.93522], [50.22330,16.92947], [50.22418,16.92595], [50.22615,16.92286], [50.22632,16.91779], [50.22528,16.91153], [50.22352,16.90706], [50.22330,16.90020], [50.22275,16.89883], [50.22022,16.89745], [50.21819,16.89608], [50.21720,16.89016], [50.21556,16.88621], [50.21242,16.88380], [50.20896,16.88355], [50.20517,16.88389], [50.20089,16.88295], [50.19952,16.87908], [50.19759,16.87308], [50.19825,16.86758], [50.19891,16.86269], [50.20111,16.86338], [50.20265,16.85797], [50.20501,16.85102], [50.20787,16.84921], [50.20776,16.84673], [50.20424,16.83952], [50.20245,16.83476], [50.20014,16.83373], [50.19949,16.83467], [50.19817,16.83501], [50.19707,16.83175], [50.19421,16.82454], [50.19097,16.82291], [50.18921,16.82334], [50.19053,16.82042], [50.19251,16.81665], [50.19201,16.81407], [50.18987,16.80969], [50.18635,16.80763], [50.18284,16.80489], [50.18146,16.80163], [50.17893,16.79905], [50.17382,16.79819], [50.16634,16.79665], [50.16151,16.79423], [50.15591,16.78839], [50.15354,16.78599], [50.15173,16.78187], [50.14997,16.78136], [50.14821,16.78324], [50.14650,16.78324], [50.14458,16.78144], [50.14276,16.77492], [50.13968,16.76608], [50.13610,16.76067], [50.13561,16.75595], [50.13412,16.75509], [50.13467,16.75260], [50.13583,16.75054], [50.13478,16.74445], [50.13181,16.74385], [50.12994,16.74119], [50.12637,16.73732], [50.12020,16.73338], [50.11734,16.72891], [50.11019,16.72694], [50.10650,16.72239], [50.10529,16.72316], [50.10286,16.71956], [50.09995,16.71063], [50.09681,16.70531], [50.09714,16.70059], [50.09879,16.69141], [50.09984,16.68634], [50.10419,16.67793], [50.10655,16.66548], [50.10932,16.65679], [50.11268,16.64108], [50.11169,16.63387], [50.11504,16.63224], [50.12170,16.62503], [50.12528,16.61439], [50.13260,16.61379], [50.13441,16.60401], [50.13953,16.59903], [50.14069,16.59388], [50.14074,16.58821], [50.14311,16.58023], [50.14569,16.58555], [50.14822,16.58100], [50.15031,16.58289], [50.15207,16.58632], [50.15460,16.58246], [50.15559,16.57834], [50.15713,16.57912], [50.15856,16.57826], [50.16103,16.56847], [50.16362,16.56367], [50.16334,16.56251], [50.16488,16.56140], [50.16857,16.56071], [50.17121,16.55891], [50.17362,16.55908], [50.17769,16.56363], [50.18050,16.56466], [50.18445,16.56105], [50.18456,16.55839], [50.18566,16.55762], [50.18671,16.55942], [50.18945,16.55934], [50.19275,16.55788], [50.19596,16.55496], [50.19953,16.55779], [50.20332,16.55710], [50.20502,16.56191], [50.20848,16.56251], [50.21019,16.55916], [50.21398,16.55882], [50.21409,16.55504], [50.21557,16.55504], [50.21678,16.55710], [50.21985,16.55856], [50.22145,16.55685], [50.22243,16.55470], [50.22271,16.55213], [50.22553,16.54957], [50.22751,16.54983], [50.23025,16.54888], [50.23053,16.54511], [50.23558,16.53996], [50.23948,16.53755], [50.23871,16.53103], [50.23816,16.52880], [50.23981,16.52305], [50.24085,16.52253], [50.24431,16.51635], [50.24760,16.51352], [50.25199,16.51532], [50.25287,16.50906], [50.25599,16.50756], [50.25764,16.50868], [50.26011,16.50739], [50.26170,16.50267], [50.26005,16.49795], [50.26373,16.49434], [50.26455,16.49040], [50.26894,16.48962], [50.27141,16.48662], [50.27108,16.48310], [50.27322,16.48173], [50.27695,16.48155], [50.27871,16.47795], [50.28479,16.47211], [50.28693,16.46731], [50.29083,16.46877], [50.29648,16.46463], [50.30092,16.45587], [50.30289,16.45476], [50.30569,16.44901], [50.31106,16.44626], [50.31424,16.44274], [50.31725,16.43845], [50.32109,16.43725], [50.32547,16.43098], [50.32558,16.42103], [50.32465,16.41922], [50.32487,16.40944], [50.32021,16.40523], [50.31939,16.39905], [50.32383,16.39296], [50.32424,16.39063], [50.32884,16.38393], [50.34237,16.37526], [50.34714,16.36445], [50.35075,16.36230], [50.35376,16.36179], [50.35754,16.36642], [50.36318,16.36599], [50.36723,16.36848], [50.37090,16.36411], [50.37457,16.36557], [50.37862,16.36265], [50.38004,16.36067], [50.38015,16.35458], [50.37906,16.35260], [50.38103,16.34788], [50.37813,16.34188], [50.37862,16.33836], [50.38026,16.33372], [50.38026,16.32995], [50.38240,16.32686], [50.38201,16.32145], [50.38059,16.31887], [50.38092,16.31458], [50.38207,16.31295], [50.38338,16.30849], [50.38261,16.30226], [50.38070,16.29874], [50.37883,16.29874], [50.37555,16.29428], [50.37358,16.29273], [50.37117,16.29308], [50.36783,16.28458], [50.36789,16.27943], [50.37199,16.27874], [50.37424,16.27728], [50.37648,16.27711], [50.37883,16.27110], [50.37971,16.26793], [50.38261,16.26647], [50.38715,16.26810], [50.39443,16.26312], [50.39487,16.25857], [50.39427,16.25625], [50.39372,16.25059], [50.39651,16.24741], [50.39821,16.24801], [50.39968,16.25282], [50.40226,16.25290], [50.40363,16.25462], [50.40637,16.25299], [50.40773,16.24603], [50.41020,16.24200], [50.41167,16.24166], [50.41408,16.24003], [50.41446,16.23676], [50.41309,16.23033], [50.41030,16.22578], [50.40724,16.22106], [50.40932,16.21668], [50.41118,16.21127], [50.41337,16.21162], [50.41490,16.21488], [50.41862,16.21290], [50.42288,16.21282], [50.42414,16.21076], [50.42737,16.21041], [50.42808,16.20698], [50.42983,16.20484], [50.42917,16.19831], [50.43251,16.19591], [50.43433,16.19884], [50.44215,16.19919], [50.44838,16.20588], [50.44909,16.21017], [50.45171,16.21326], [50.45144,16.21996], [50.44964,16.22142], [50.44855,16.22021], [50.44570,16.22099], [50.44199,16.22382], [50.44259,16.23189], [50.44488,16.23283], [50.44669,16.23498], [50.44893,16.23429], [50.45095,16.23137], [50.45270,16.23103], [50.45439,16.23008], [50.45784,16.22107], [50.46002,16.22476], [50.45926,16.23171], [50.45986,16.23652], [50.46341,16.23575], [50.46603,16.23180], [50.46647,16.23343], [50.46510,16.23798], [50.46292,16.24313], [50.46477,16.24751], [50.46762,16.25686], [50.47139,16.25077], [50.47308,16.24983], [50.47466,16.25197], [50.47696,16.25635], [50.47969,16.25952], [50.47952,16.26407], [50.47586,16.26742], [50.47641,16.27515], [50.47865,16.27223], [50.48144,16.27008], [50.48417,16.27283], [50.48149,16.27343], [50.47963,16.28605], [50.47870,16.29523], [50.48864,16.30184], [50.49056,16.30167], [50.49072,16.30604], [50.49323,16.31188], [50.49471,16.31334], [50.49951,16.30999], [50.50604,16.31237], [50.50697,16.31984], [50.50495,16.32370], [50.50276,16.33297], [50.49965,16.33348], [50.49861,16.33777], [50.49517,16.34344], [50.49561,16.34842], [50.49758,16.34885], [50.49769,16.35245], [50.50113,16.36095], [50.50746,16.36781], [50.51614,16.37425], [50.52017,16.38764], [50.52601,16.39502], [50.52716,16.40026], [50.53000,16.40223], [50.53360,16.39846], [50.53502,16.39863], [50.54156,16.38807], [50.54565,16.40283], [50.54674,16.40652], [50.54778,16.41236], [50.55416,16.41107], [50.55914,16.41037], [50.56318,16.40737], [50.56471,16.40454], [50.56885,16.40479], [50.56809,16.41715], [50.56988,16.42514], [50.57375,16.43372], [50.57975,16.44582], [50.58716,16.44385], [50.58765,16.44153], [50.58972,16.44067], [50.59359,16.43749], [50.59605,16.43451], [50.59905,16.43271], [50.60036,16.42816], [50.60646,16.42370], [50.60858,16.42001], [50.61005,16.41340], [50.61332,16.40902], [50.61512,16.40876], [50.61795,16.40499], [50.61871,16.39967], [50.61871,16.39520], [50.62143,16.39160], [50.62399,16.38799], [50.63017,16.38181], [50.63513,16.37864], [50.63725,16.38010], [50.63660,16.37460], [50.64144,16.36997], [50.64531,16.36542], [50.64781,16.36585], [50.64884,16.36130], [50.64738,16.35847], [50.64754,16.35460], [50.64835,16.35091], [50.65195,16.35023], [50.65478,16.34722], [50.65725,16.34457], [50.66187,16.34345], [50.66274,16.33942], [50.66318,16.33410], [50.66459,16.32920], [50.66704,16.32199], [50.66498,16.31607], [50.66498,16.31324], [50.66215,16.31212], [50.66041,16.30715], [50.65964,16.30517], [50.66122,16.30011], [50.66035,16.29479], [50.66122,16.28286], [50.66508,16.28140], [50.66601,16.28054], [50.66819,16.28071], [50.66867,16.27676], [50.66791,16.27479], [50.66753,16.26732], [50.66857,16.26500], [50.66819,16.26011], [50.66742,16.25805], [50.66987,16.24998], [50.67069,16.24595], [50.66976,16.24183], [50.67199,16.23539], [50.67096,16.23333], [50.66759,16.22955], [50.65964,16.22552], [50.65447,16.22432], [50.65181,16.22132], [50.64637,16.22080], [50.64185,16.22003], [50.63962,16.22020], [50.63805,16.21857], [50.63625,16.21968], [50.63374,16.21685], [50.63244,16.21385], [50.63244,16.20930], [50.63227,16.20295], [50.63129,16.19943], [50.63086,16.19419], [50.62797,16.18904], [50.62748,16.18303], [50.62890,16.18063], [50.63347,16.18072], [50.63641,16.17754], [50.63962,16.17746], [50.64583,16.17068], [50.64779,16.16269], [50.65378,16.14822], [50.65149,16.13964], [50.65677,16.13457], [50.65808,16.12797], [50.66080,16.12659], [50.66047,16.11226], [50.66205,16.10951], [50.66390,16.10325], [50.66259,16.10007], [50.65791,16.09878], [50.65372,16.09509], [50.65269,16.09140], [50.65313,16.08926], [50.65193,16.08711], [50.64926,16.08685], [50.64703,16.08376], [50.64649,16.08050], [50.64311,16.07578], [50.64088,16.07097], [50.63990,16.06737], [50.63593,16.06539], [50.63304,16.06265], [50.62950,16.06102], [50.62455,16.05922], [50.62014,16.05844], [50.61807,16.05655], [50.61425,16.05887], [50.61142,16.05673], [50.61071,16.05510], [50.61246,16.05183], [50.61491,16.04256], [50.60265,16.02772], [50.59949,16.02531], [50.60047,16.01999], [50.60380,16.01613], [50.60652,16.01656], [50.60728,16.01089], [50.60565,16.00918], [50.60832,16.00025], [50.61120,15.99012], [50.61425,15.98677], [50.62226,15.99767], [50.62509,16.01003], [50.63005,16.02214], [50.63217,16.01999], [50.63364,16.01570], [50.63456,16.00918], [50.63701,16.00720], [50.63968,16.00780], [50.64294,16.00564], [50.64484,16.00160], [50.64865,16.00547], [50.65524,16.00452], [50.65861,16.00521], [50.66329,16.00143], [50.66726,16.00040], [50.66954,15.99894], [50.67270,15.99963], [50.67384,15.99414], [50.67886,15.98984], [50.68343,15.99190], [50.68528,15.98855], [50.69202,15.96769], [50.69191,15.95765], [50.69033,15.94924], [50.68740,15.94152], [50.68685,15.93173], [50.68571,15.92941], [50.68272,15.92958], [50.68136,15.92684], [50.68212,15.92452], [50.68500,15.91928], [50.68375,15.91757], [50.68120,15.90770], [50.67957,15.90435], [50.67576,15.88435], [50.67157,15.88418], [50.67217,15.87594], [50.67418,15.86727], [50.67451,15.86212], [50.68065,15.86392], [50.68556,15.86164], [50.68839,15.86026], [50.69421,15.85812], [50.69715,15.85769], [50.69948,15.85529], [50.70188,15.85293], [50.70841,15.85190], [50.70971,15.85027], [50.70977,15.84615], [50.71161,15.84675], [50.71275,15.84358], [50.71536,15.84126], [50.71819,15.83877], [50.72036,15.83482], [50.72237,15.83362], [50.72504,15.83053], [50.72699,15.83242], [50.72819,15.83079], [50.73074,15.83199], [50.73281,15.83259], [50.73485,15.83087], [50.73833,15.83173], [50.74365,15.83250], [50.74778,15.82306], [50.75087,15.81937], [50.75571,15.81663], [50.75538,15.80864], [50.75348,15.80306], [50.75261,15.79585], [50.75305,15.79113], [50.74724,15.78899], [50.74246,15.77920], [50.74267,15.77010], [50.74409,15.76599], [50.74398,15.75963], [50.73832,15.74203], [50.73653,15.73980], [50.73675,15.73448], [50.73957,15.72873], [50.73995,15.72289], [50.73898,15.71817], [50.73784,15.71491], [50.73784,15.71088], [50.73751,15.70470], [50.73990,15.69551], [50.74272,15.68959], [50.74788,15.68796], [50.75293,15.68444], [50.75532,15.67964], [50.75592,15.67491], [50.75739,15.66676], [50.75967,15.66204], [50.76021,15.65758], [50.75961,15.64848], [50.76124,15.64582], [50.76102,15.64238], [50.76575,15.62187], [50.77302,15.61715], [50.77460,15.60900], [50.77720,15.60213], [50.77715,15.59114], [50.77861,15.58814], [50.77910,15.57732], [50.77628,15.56462], [50.77711,15.55880], [50.77934,15.55451], [50.78097,15.54464], [50.78015,15.53735], [50.77728,15.52422], [50.78867,15.51289], [50.79128,15.51151], [50.78867,15.49452], [50.79062,15.48714], [50.79128,15.48121], [50.79681,15.47460], [50.79811,15.46937], [50.80115,15.46508], [50.80247,15.45607], [50.80437,15.45117], [50.80751,15.45074], [50.80811,15.44311], [50.80898,15.43976], [50.80816,15.43203], [50.80621,15.42508], [50.80339,15.42027], [50.79986,15.41830], [50.79737,15.41778], [50.79563,15.41487], [50.79283,15.41461], [50.79147,15.41238], [50.78756,15.40903], [50.78400,15.40377], [50.78231,15.40291], [50.77813,15.39493], [50.77678,15.39373], [50.77542,15.38498], [50.77830,15.38137], [50.77824,15.37416], [50.78166,15.37038], [50.78519,15.37433], [50.78725,15.37193], [50.78861,15.37408], [50.79631,15.37296], [50.80257,15.36646], [50.80512,15.36955], [50.80696,15.37530], [50.80913,15.37247], [50.81233,15.37522], [50.81477,15.37075], [50.81938,15.37324], [50.82128,15.37668], [50.82366,15.37281], [50.82925,15.37153], [50.83611,15.37014], [50.84386,15.36036], [50.84733,15.35847], [50.85172,15.35461], [50.85285,15.34834], [50.85741,15.33924], [50.85751,15.33160], [50.85925,15.32903], [50.85919,15.32628], [50.86071,15.32131], [50.86039,15.31538], [50.86212,15.30920], [50.87671,15.29242], [50.88239,15.28959], [50.89100,15.27723], [50.89403,15.27783], [50.89712,15.27551], [50.89961,15.27731], [50.90215,15.27620], [50.91259,15.27074], [50.91643,15.27151], [50.91925,15.26773], [50.92341,15.26902], [50.92547,15.27022], [50.93223,15.26859], [50.93575,15.27056], [50.93932,15.27880], [50.94132,15.27863], [50.94694,15.29134], [50.95132,15.29151], [50.95376,15.29331], [50.95976,15.28653], [50.96143,15.27700], [50.96349,15.27443], [50.97165,15.27777], [50.97365,15.27674], [50.97767,15.27619], [50.98005,15.27387], [50.97983,15.27061], [50.98042,15.26357], [50.98134,15.25868], [50.98134,15.24967], [50.98021,15.24881], [50.98248,15.24581], [50.98426,15.24314], [50.98604,15.24005], [50.98864,15.24409], [50.99026,15.24014], [50.99215,15.24023], [50.99480,15.23842], [50.99625,15.24263], [50.99766,15.24306], [50.99928,15.23654], [50.99804,15.23224], [50.99652,15.22812], [50.99539,15.21748], [50.99318,15.21448], [50.99199,15.20933], [50.99323,15.20675], [50.99278,15.20349], [50.99057,15.20108], [50.98905,15.19662], [50.98706,15.19662], [50.98403,15.19937], [50.98057,15.18967], [50.98295,15.18323], [50.98344,15.17945], [50.98527,15.17834], [50.98679,15.17250], [50.98846,15.17671], [50.99267,15.17739], [50.99386,15.17800], [50.99581,15.17636], [51.00342,15.17525], [51.01104,15.17508], [51.01567,15.17358], [51.02053,15.17229], [51.02020,15.16903], [51.01869,15.16817], [51.01621,15.15924], [51.01362,15.14440], [51.01254,15.14405], [51.01032,15.14045], [51.00832,15.14216], [51.00508,15.13985], [50.99995,15.13487], [50.99341,15.13246], [50.99309,15.14165], [50.99206,15.14156], [50.99206,15.13581], [50.99088,15.13006], [50.99179,15.12683], [50.99341,15.12322], [50.99331,15.11816], [50.99228,15.11353], [50.99217,15.10572], [50.99450,15.10185], [50.99720,15.10134], [51.00152,15.09808], [51.00527,15.10134], [51.00657,15.10675], [51.00949,15.10829], [51.01165,15.10460], [51.01343,15.09979], [51.01321,15.09439], [51.01386,15.08992], [51.01537,15.08477], [51.01397,15.08391], [51.01413,15.07773], [51.01661,15.07808], [51.01758,15.07567], [51.01856,15.07015], [51.02147,15.06818], [51.02315,15.06063], [51.02277,15.05745], [51.01273,15.05565], [51.01192,15.04647], [51.01273,15.03634], [51.01548,15.03428], [51.01737,15.03599], [51.02034,15.03351], [51.02190,15.03290], [51.02342,15.02715], [51.02342,15.02123], [51.02239,15.01574], [51.01624,15.01428], [51.01564,15.00896], [51.01073,14.99754], [51.00954,14.99617], [51.01148,14.99025], [51.01084,14.98527], [51.00808,14.98355], [51.00630,14.98321], [51.00122,14.97703], [50.98984,14.96725], [50.98746,14.97411], [50.97758,14.98879], [50.98141,14.99334], [50.98617,15.00630], [50.97844,15.01231], [50.97125,15.01505], [50.96974,15.01892], [50.96677,15.02123], [50.96715,15.01660], [50.96569,15.01583], [50.96282,15.01042], [50.95782,15.01036], [50.95046,15.01474], [50.94338,15.01225], [50.94003,15.01336], [50.93576,15.00693], [50.92856,15.00143], [50.92721,14.99500], [50.92158,14.98847], [50.91509,14.99458], [50.91309,14.99750], [50.90659,14.99776], [50.90611,15.00076], [50.90719,15.00523], [50.90519,15.00360], [50.90053,14.99570], [50.89441,14.99621], [50.89122,14.99312], [50.88997,14.99639], [50.88516,14.99853], [50.87757,15.00013], [50.87243,15.00202], [50.86912,15.00090], [50.87020,14.99489], [50.86939,14.98511], [50.86836,14.98167], [50.86804,14.97712], [50.86134,14.96070], [50.86319,14.95520], [50.86584,14.94568], [50.87034,14.93752], [50.87651,14.90147], [50.87619,14.89967], [50.86795,14.89693], [50.87191,14.88783], [50.87505,14.88259], [50.87749,14.87435], [50.87751,14.86695], [50.87041,14.86231], [50.86998,14.85682], [50.86927,14.85390], [50.87074,14.84635], [50.86933,14.84043], [50.87215,14.83425], [50.87334,14.83099], [50.87095,14.82335], [50.87025,14.82258], [50.86906,14.82412], [50.86624,14.82275], [50.86229,14.82026], [50.85947,14.82052], [50.85801,14.81785], [50.85676,14.81785], [50.85346,14.81219], [50.85058,14.80919], [50.84565,14.80678], [50.83644,14.80206], [50.83120,14.80209], [50.82962,14.80063], [50.82686,14.80029], [50.82437,14.80037], [50.82100,14.79514], [50.82052,14.79299], [50.82431,14.79290], [50.82388,14.78827], [50.82279,14.78389], [50.82073,14.77977], [50.81992,14.76673], [50.82138,14.76441], [50.82274,14.76458], [50.82263,14.76201], [50.82502,14.75900], [50.82475,14.74982], [50.82919,14.74784], [50.82968,14.74295], [50.82876,14.74063], [50.82946,14.73935], [50.82805,14.73737], [50.82534,14.73325], [50.82453,14.72793], [50.82274,14.72596], [50.82296,14.72184], [50.82388,14.71729], [50.82735,14.71643], [50.83179,14.71952], [50.83271,14.72081], [50.83472,14.71866], [50.83580,14.71591], [50.83765,14.71454], [50.83889,14.71128], [50.84101,14.70862], [50.83987,14.69841], [50.83944,14.69248], [50.83851,14.68956], [50.83960,14.68596], [50.84122,14.68502], [50.84144,14.68193], [50.84290,14.68132], [50.84664,14.67171], [50.84974,14.66400], [50.85023,14.66005], [50.84844,14.65138], [50.84915,14.64761], [50.85207,14.64340], [50.85186,14.63920], [50.85397,14.63636], [50.85619,14.62907], [50.85792,14.61937], [50.85966,14.62074], [50.86361,14.61928], [50.86573,14.61988], [50.86692,14.62280], [50.86979,14.62538], [50.87282,14.62555], [50.87975,14.62967], [50.88290,14.63272], [50.88989,14.63495], [50.89757,14.63641], [50.90088,14.64139], [50.90521,14.65357], [50.91901,14.65203], [50.92626,14.65288], [50.92907,14.65108], [50.93194,14.65056], [50.93156,14.64387], [50.92962,14.63674], [50.92577,14.62713], [50.92594,14.61631], [50.92220,14.61091], [50.92128,14.60207], [50.91708,14.59356], [50.91729,14.58875], [50.91535,14.58188], [50.91870,14.56420], [50.92563,14.56180], [50.92898,14.56575], [50.93634,14.57141], [50.94250,14.58377], [50.95332,14.58738], [50.96300,14.59733], [50.96646,14.59390], [50.96927,14.59768], [50.97576,14.59836], [50.97997,14.60111], [50.98138,14.59905], [50.98732,14.59922], [50.98764,14.59459], [50.99488,14.58154], [51.00082,14.57879], [51.00633,14.56746], [51.00925,14.56678], [51.01065,14.56489], [51.00785,14.55854], [51.00709,14.55287], [51.00407,14.53639], [51.00612,14.53313], [51.00882,14.53588], [51.00990,14.54051], [51.01238,14.54000], [51.01681,14.53210], [51.01940,14.52403], [51.02167,14.50017], [51.03290,14.50292], [51.04304,14.50979], [51.04704,14.50103], [51.04661,14.49760], [51.04456,14.49554], [51.04412,14.49056], [51.03290,14.49296], [51.02404,14.49245], [51.02599,14.47460], [51.02933,14.47700], [51.03182,14.46962], [51.03506,14.46653], [51.03570,14.45863], [51.03624,14.45073], [51.02566,14.43254], [51.02415,14.43056], [51.02210,14.42584], [51.01929,14.42061], [51.01897,14.41005], [51.02156,14.40447], [51.02269,14.39512], [51.02696,14.38559], [51.03117,14.38379], [51.03867,14.38344], [51.03981,14.37615], [51.03916,14.37374], [51.04223,14.36997], [51.04585,14.36164], [51.04304,14.35598], [51.04342,14.35117], [51.04132,14.34628], [51.03921,14.34413], [51.03927,14.33675], [51.04337,14.33169], [51.04747,14.32800], [51.05006,14.32671], [51.05551,14.31787], [51.05621,14.31461], [51.05529,14.30843], [51.05518,14.30190], [51.05179,14.29697], [51.04801,14.29500], [51.04639,14.29139], [51.03959,14.28848], [51.04002,14.27268], [51.03738,14.27337], [51.03630,14.27903], [51.03425,14.27998], [51.03160,14.28556], [51.02799,14.28582], [51.01932,14.27748], [51.01490,14.27997], [51.01144,14.27284], [51.00809,14.26503], [51.00901,14.25988], [51.00615,14.26057], [51.00280,14.26237], [50.99988,14.26769], [50.99869,14.26494], [50.99189,14.25773], [50.98740,14.25816], [50.98470,14.26263], [50.98308,14.27336], [50.98011,14.28031], [50.97800,14.28117], [50.97719,14.28563], [50.97762,14.28941], [50.97887,14.29868], [50.98162,14.30546], [50.98470,14.31335], [50.98481,14.31953], [50.98443,14.32382], [50.98227,14.32872], [50.98049,14.32606], [50.97729,14.32544], [50.97586,14.32715], [50.97440,14.32857], [50.97323,14.32767], [50.97218,14.32561], [50.97275,14.32359], [50.97237,14.31939], [50.97342,14.31690], [50.97267,14.31316], [50.96934,14.30952], [50.96810,14.30664], [50.96599,14.30269], [50.96513,14.30244], [50.96367,14.30441], [50.96044,14.31544], [50.95930,14.31681], [50.95790,14.31600], [50.95549,14.31020], [50.95417,14.31029], [50.95214,14.31462], [50.95095,14.32016], [50.94922,14.32707], [50.94900,14.33239], [50.94876,14.33509], [50.94949,14.33578], [50.94941,14.34024], [50.94838,14.34436], [50.94792,14.34687], [50.94633,14.34627], [50.94492,14.34871], [50.94470,14.35283], [50.94365,14.35820], [50.94246,14.36069], [50.94105,14.36013], [50.94127,14.36343], [50.94203,14.36721], [50.94200,14.36919], [50.93916,14.36884], [50.93889,14.37176], [50.93843,14.37206], [50.93792,14.37498], [50.93884,14.37609], [50.93878,14.37833], [50.93946,14.37906], [50.94051,14.38661], [50.94181,14.38755], [50.94013,14.38940], [50.93811,14.39167], [50.93619,14.39626], [50.93410,14.39815], [50.93286,14.40026], [50.93067,14.39897], [50.92921,14.39923], [50.92791,14.40047], [50.92683,14.39996], [50.92369,14.40154], [50.92345,14.39905], [50.92204,14.39536], [50.92071,14.39429], [50.92120,14.39227], [50.92047,14.39107], [50.91971,14.39159], [50.91892,14.39446], [50.91830,14.39193], [50.91914,14.38845], [50.91790,14.38815], [50.91679,14.38588], [50.91603,14.38532], [50.91389,14.38601], [50.91273,14.38566], [50.91018,14.38682], [50.90824,14.38815], [50.90412,14.38691], [50.90296,14.38573], [50.89999,14.38745], [50.89898,14.38440], [50.89958,14.38316], [50.89793,14.38028], [50.89855,14.37857], [50.89760,14.37621], [50.89850,14.37492], [50.89639,14.37427], [50.89777,14.36569], [50.89847,14.36140], [50.89991,14.35912], [50.89839,14.35595], [50.89980,14.35243], [50.90094,14.35243], [50.90104,14.34844], [50.89747,14.34814], [50.89517,14.34977], [50.89279,14.34839], [50.89292,14.34303], [50.89049,14.33685], [50.89089,14.33432], [50.88876,14.31685], [50.88426,14.30436], [50.88551,14.29488], [50.88580,14.29033], [50.88800,14.28891], [50.89290,14.28269], [50.89544,14.27180], [50.89555,14.26750], [50.88949,14.25536], [50.88686,14.24416], [50.88835,14.23476], [50.88739,14.23292], [50.88122,14.23652], [50.87396,14.23553], [50.85908,14.22335], [50.86011,14.22026], [50.86074,14.21987], [50.86025,14.21584], [50.85689,14.21069], [50.85434,14.20610], [50.85253,14.20395], [50.85147,14.20035], [50.85223,14.19477], [50.85012,14.19095], [50.84995,14.18528], [50.84814,14.17614], [50.84784,14.16121], [50.84310,14.15284], [50.84234,14.14687], [50.83396,14.13220], [50.83464,14.12659], [50.83241,14.11565], [50.83081,14.11414], [50.83008,14.11131], [50.83046,14.10753], [50.82859,14.10157], [50.82677,14.09981], [50.82645,14.09796], [50.82686,14.09539], [50.82640,14.09084], [50.82625,14.08879], [50.82414,14.08536], [50.82246,14.08351], [50.81874,14.07828], [50.81459,14.07729], [50.81294,14.07785], [50.81110,14.07206], [50.81139,14.07004], [50.81004,14.06163], [50.81194,14.05815], [50.81215,14.05455], [50.81015,14.04760], [50.81113,14.04095], [50.81001,14.03850], [50.80494,14.03429], [50.80424,14.03039], [50.80562,14.02726], [50.80855,14.02490], [50.81031,14.02009], [50.81150,14.01597], [50.81180,14.01146], [50.81083,14.00563], [50.81048,14.00328], [50.81241,14.00396], [50.81439,14.00375], [50.81612,13.99971], [50.81699,13.99868], [50.81799,13.99516], [50.82038,13.99040], [50.81930,13.99003], [50.81878,13.98788], [50.81642,13.98496], [50.81493,13.98088], [50.81409,13.97526], [50.81154,13.97101], [50.81119,13.96355], [50.81011,13.95874], [50.80881,13.95647], [50.80748,13.95334], [50.80547,13.95471], [50.80056,13.95561], [50.79885,13.95106], [50.79576,13.94608], [50.79435,13.94664], [50.79386,13.94552], [50.79226,13.94402], [50.79166,13.94076], [50.79020,13.93892], [50.79009,13.93192], [50.78922,13.93007], [50.78890,13.92729], [50.79004,13.91982], [50.78938,13.91733], [50.79126,13.91467], [50.79302,13.90604], [50.79440,13.90368], [50.79218,13.89733], [50.78854,13.89596], [50.78711,13.89694], [50.78575,13.89956], [50.78412,13.89918], [50.78241,13.89755], [50.78030,13.89433], [50.77373,13.89111], [50.77129,13.88716], [50.76841,13.88686], [50.76398,13.88785], [50.75259,13.90094], [50.74303,13.89493], [50.73934,13.87914], [50.74423,13.86798], [50.74206,13.86077], [50.72793,13.85648], [50.72576,13.84017], [50.72728,13.83468], [50.72522,13.82799], [50.72848,13.81305], [50.73326,13.80962], [50.73500,13.79674], [50.73445,13.79262], [50.73576,13.79005], [50.73663,13.77511], [50.73413,13.77082], [50.73641,13.75657], [50.72967,13.74826], [50.72924,13.74054], [50.73423,13.72784], [50.72543,13.70621], [50.72098,13.71170], [50.71880,13.70878], [50.71924,13.68887], [50.72533,13.68217], [50.73271,13.66518], [50.73000,13.64218], [50.72228,13.62295], [50.71620,13.62518], [50.71326,13.60767], [50.71076,13.60063], [50.71370,13.58759], [50.71554,13.55600], [50.70967,13.53832], [50.70696,13.53763], [50.70478,13.52442], [50.70032,13.52424], [50.69467,13.53180], [50.68804,13.53884], [50.67814,13.54227], [50.67401,13.53849], [50.66857,13.54004], [50.66867,13.52871], [50.66530,13.52459], [50.65591,13.51320], [50.65243,13.51234], [50.64938,13.51526], [50.64720,13.52384], [50.64024,13.52281], [50.63664,13.51646], [50.63370,13.49775], [50.62848,13.49466], [50.62292,13.49088], [50.61933,13.48144], [50.60343,13.46325], [50.60637,13.45810], [50.60876,13.44951], [50.61269,13.44162], [50.61181,13.42908], [50.61606,13.42788], [50.61824,13.42187], [50.61683,13.41690], [50.62194,13.41415], [50.62728,13.40900], [50.63534,13.40660], [50.64339,13.39252], [50.64786,13.39269], [50.64688,13.38102], [50.65123,13.37570], [50.65090,13.36900], [50.64198,13.37312], [50.62859,13.37398], [50.62380,13.36814], [50.61966,13.36746], [50.62020,13.35887], [50.61683,13.35870], [50.61628,13.35098], [50.61421,13.34257], [50.61334,13.33673], [50.60800,13.33398], [50.60931,13.32368], [50.60441,13.32489], [50.60146,13.31819], [50.59602,13.32248], [50.58977,13.32164], [50.58345,13.32335], [50.58138,13.31820], [50.57833,13.29125], [50.58432,13.28593], [50.59173,13.28421], [50.59260,13.27614], [50.59413,13.25898], [50.59609,13.25486], [50.59228,13.24662], [50.58694,13.24610], [50.58526,13.23780], [50.58069,13.23643], [50.57894,13.23162], [50.57120,13.23403], [50.56401,13.22132], [50.55648,13.22201], [50.55528,13.22562], [50.54961,13.22836], [50.54688,13.22150], [50.54143,13.22029], [50.53106,13.21017], [50.52514,13.20732], [50.52208,13.20681], [50.51662,13.19445], [50.51269,13.19411], [50.50407,13.19617], [50.50462,13.18707], [50.50385,13.17677], [50.50691,13.17230], [50.50876,13.15342], [50.50647,13.13694], [50.51259,13.14003], [50.51990,13.13402], [50.51706,13.12441], [50.50942,13.11308], [50.50320,13.10021], [50.50079,13.07789], [50.50134,13.06570], [50.50370,13.05560], [50.50839,13.05028], [50.51210,13.04324], [50.50981,13.03809], [50.51014,13.03037], [50.50370,13.03054], [50.49365,13.02608], [50.48207,13.01938], [50.46339,13.01749], [50.45235,13.02316], [50.44569,13.01664], [50.43836,13.00462], [50.43322,12.99312], [50.42218,12.98625], [50.41616,12.96943], [50.41452,12.94454], [50.40883,12.93990], [50.41266,12.93527], [50.41682,12.92342], [50.42491,12.91330], [50.42371,12.90488], [50.43355,12.88978], [50.44722,12.85236], [50.45421,12.83879], [50.46110,12.81768], [50.45148,12.81648], [50.44383,12.80532], [50.43760,12.80790], [50.44339,12.80137], [50.45093,12.79559], [50.43235,12.73207], [50.42382,12.73036], [50.41255,12.71010], [50.40446,12.70409], [50.39888,12.70615], [50.40544,12.69397], [50.41157,12.68143], [50.41736,12.67405], [50.41561,12.66530], [50.41190,12.65757], [50.41124,12.64315], [50.41474,12.63406], [50.41736,12.62221], [50.41540,12.61226], [50.40861,12.60436], [50.40679,12.59925], [50.40821,12.59135], [50.40766,12.57985], [50.40197,12.56784], [50.39956,12.55239], [50.40197,12.54398], [50.39967,12.54037], [50.40000,12.53247], [50.39781,12.50982], [50.39223,12.50947], [50.37351,12.48630], [50.36837,12.48647], [50.35917,12.48836], [50.35468,12.49059], [50.34953,12.48698], [50.34855,12.48149], [50.35556,12.46948], [50.35150,12.45815], [50.34931,12.45643], [50.34471,12.44390], [50.33595,12.43755], [50.33156,12.43291], [50.32806,12.43531], [50.32356,12.43137], [50.32510,12.42433], [50.32367,12.41815], [50.32576,12.41609], [50.32367,12.39961], [50.31962,12.39600], [50.31425,12.39892], [50.30975,12.39686], [50.30010,12.39978], [50.29002,12.39171], [50.28914,12.38021], [50.28475,12.36854], [50.27334,12.35910], [50.26972,12.35858], [50.26061,12.35017], [50.25249,12.34966], [50.24349,12.35601], [50.23811,12.34828], [50.24064,12.34176], [50.24316,12.33180], [50.24228,12.33094], [50.23789,12.33094], [50.23394,12.32682], [50.23394,12.33146], [50.22438,12.32871], [50.22065,12.33506], [50.21768,12.33403], [50.21900,12.32494], [50.21131,12.32648], [50.20769,12.32270], [50.20034,12.32579], [50.19990,12.33266], [50.19561,12.33369], [50.19309,12.33661], [50.18891,12.33661], [50.18715,12.33094], [50.18232,12.32339], [50.17660,12.32631], [50.17440,12.33318], [50.17264,12.33575], [50.17253,12.32820], [50.17242,12.31893], [50.17605,12.30417], [50.17528,12.29352], [50.17913,12.29181], [50.18616,12.29181], [50.19100,12.28425], [50.19517,12.27653], [50.20001,12.27824], [50.20265,12.29026], [50.20836,12.28872], [50.21166,12.28923], [50.20924,12.28185], [50.21517,12.28666], [50.22176,12.29490], [50.22374,12.28700], [50.22670,12.28683], [50.23439,12.27618], [50.23285,12.26812], [50.23593,12.26279], [50.23703,12.25816], [50.24164,12.25335], [50.24636,12.24031], [50.25097,12.24340], [50.25097,12.24855], [50.25404,12.24975], [50.24943,12.25782], [50.25031,12.26709], [50.25931,12.26640], [50.27083,12.25524], [50.27160,12.24872], [50.26831,12.24563], [50.27193,12.23121], [50.27094,12.21267], [50.27467,12.20203], [50.28915,12.20409], [50.29376,12.19711], [50.30735,12.20055], [50.30944,12.20123], [50.30790,12.19832], [50.31283,12.18836], [50.31700,12.18544], [50.32358,12.18510], [50.32259,12.16862], [50.32160,12.13978], [50.31853,12.12862], [50.31645,12.12502], [50.31722,12.11420], [50.32106,12.11609], [50.32358,12.10510], [50.31810,12.09961], [50.31415,12.10373], [50.31130,12.11660], [50.30670,12.12553], [50.29924,12.11781], [50.28948,12.12261], [50.28356,12.13532], [50.27928,12.13446], [50.27654,12.13944], [50.27193,12.12982], [50.26809,12.11884], [50.26919,12.11420], [50.26469,12.10631], [50.26238,12.09583], [50.25711,12.10133], [50.25228,12.08965], [50.24608,12.09515], [50.24531,12.10047], [50.24630,12.10442], [50.24278,12.10819], [50.23674,12.10871], [50.23751,12.11163], [50.23147,12.12725], [50.22917,12.14287], [50.22664,12.15626], [50.22137,12.15643], [50.21928,12.16141], [50.21412,12.15712], [50.20973,12.15901], [50.21170,12.16622], [50.21148,12.17548], [50.20379,12.17823], [50.20423,12.18390], [50.20281,12.18424], [50.19907,12.17909], [50.19874,12.18441], [50.19292,12.18905], [50.18830,12.20038], [50.17258,12.20741], [50.16848,12.20547], [50.16760,12.21405], [50.15902,12.21011], [50.15253,12.19998], [50.14131,12.19328], [50.13416,12.19483], [50.12194,12.19551], [50.11578,12.19929], [50.10884,12.19946], [50.10213,12.20873], [50.10114,12.21697], [50.10268,12.22298], [50.09982,12.22727], [50.09497,12.22693], [50.09288,12.23397], [50.09552,12.24324], [50.09123,12.24650], [50.08693,12.25165], [50.08142,12.26092], [50.07636,12.27173], [50.06964,12.26538], [50.06380,12.25937], [50.05829,12.25937], [50.05762,12.26178], [50.06093,12.26916], [50.05873,12.27362], [50.05355,12.28135], [50.05663,12.28581], [50.05807,12.29903], [50.05388,12.31121], [50.05156,12.31654], [50.04726,12.31585], [50.04341,12.31739], [50.03800,12.32392], [50.03227,12.32460], [50.03238,12.32924], [50.03448,12.33353], [50.03855,12.33799], [50.03580,12.34623], [50.03073,12.34967], [50.02499,12.35567], [50.02334,12.36237], [50.01628,12.36683], [50.01817,12.37609], [50.01189,12.37901], [50.01376,12.39995], [50.00891,12.39652], [50.00670,12.39755], [50.00416,12.40133], [49.99986,12.42536], [50.00107,12.42982], [49.99633,12.43326], [49.99114,12.42364], [49.98871,12.42897], [49.98397,12.43103], [49.98584,12.44201], [49.99214,12.45506], [49.99412,12.45901], [49.99125,12.46913], [49.99037,12.46725], [49.98066,12.47566], [49.98110,12.48836], [49.97227,12.49780], [49.96906,12.49282], [49.95813,12.48973], [49.95846,12.47720], [49.94687,12.46896], [49.93836,12.47428], [49.93482,12.47772], [49.93482,12.49317], [49.93217,12.49317], [49.92643,12.51325], [49.92687,12.52492], [49.92289,12.54312], [49.91703,12.54896], [49.90686,12.54947], [49.89669,12.54432], [49.89216,12.53831], [49.88950,12.53059], [49.88176,12.52115], [49.87590,12.51720], [49.86594,12.51737], [49.85940,12.51053], [49.85741,12.49766], [49.84678,12.49783], [49.83781,12.49800], [49.84224,12.48736], [49.84191,12.48118], [49.83571,12.47346], [49.83128,12.47157], [49.82497,12.47397], [49.81821,12.47294], [49.81190,12.46419], [49.80625,12.46556], [49.80104,12.46779], [49.79550,12.46384], [49.79151,12.46848], [49.79018,12.47459], [49.78575,12.46549], [49.76269,12.40421], [49.75903,12.40129], [49.75404,12.39940], [49.74761,12.40558], [49.74583,12.40352], [49.73951,12.40541], [49.73474,12.41038], [49.73108,12.41073], [49.72997,12.42360], [49.71787,12.42858], [49.71210,12.43356], [49.70322,12.44197], [49.70100,12.45416], [49.69656,12.46961], [49.69223,12.48368], [49.68661,12.48437], [49.68417,12.49725], [49.68672,12.51647], [49.68506,12.52145], [49.68084,12.52145], [49.67617,12.52145], [49.66651,12.52917], [49.66024,12.52152], [49.65324,12.52410], [49.64746,12.51706], [49.64268,12.51672], [49.64101,12.52599], [49.63767,12.52582], [49.63378,12.52101], [49.62822,12.52273], [49.62611,12.52770], [49.62644,12.53251], [49.62433,12.53251], [49.62311,12.52685], [49.61822,12.52788], [49.61699,12.53560], [49.62111,12.54607], [49.61977,12.56101], [49.61388,12.55500], [49.60954,12.56049], [49.60008,12.56324], [49.59605,12.56365], [49.58592,12.57515], [49.57980,12.57361], [49.56967,12.57000], [49.55820,12.57378], [49.55508,12.58047], [49.54573,12.58785], [49.54161,12.59335], [49.53804,12.58768], [49.52913,12.61120], [49.52501,12.62322], [49.52724,12.63060], [49.53091,12.63300], [49.53002,12.63764], [49.52311,12.64347], [49.51776,12.64210], [49.50937,12.64263], [49.50190,12.63799], [49.49309,12.64245], [49.48529,12.64297], [49.48284,12.63730], [49.47547,12.63215], [49.47481,12.63713], [49.46856,12.64022], [49.46800,12.64675], [49.45015,12.65705], [49.44691,12.65464], [49.43352,12.65499], [49.42849,12.67181], [49.42503,12.67988], [49.42403,12.70820], [49.41789,12.71301], [49.41319,12.71421], [49.40940,12.73292], [49.39409,12.75661], [49.38214,12.75970], [49.37476,12.75798], [49.36392,12.76811], [49.36302,12.77601], [49.35901,12.78062], [49.35387,12.77667], [49.34694,12.77839], [49.34213,12.79641], [49.33989,12.81564], [49.34045,12.83933], [49.34425,12.84533], [49.33743,12.85203], [49.33821,12.85632], [49.33173,12.87778], [49.33251,12.88945], [49.34123,12.88602], [49.34996,12.88035], [49.34873,12.90112], [49.34224,12.91743], [49.34414,12.92825], [49.34179,12.93666], [49.34280,12.94558], [49.33654,12.95640], [49.33419,12.97030], [49.32281,12.98786], [49.31743,12.99198], [49.31061,13.00349], [49.30492,13.00572], [49.30347,13.02803], [49.28791,13.03009], [49.27962,13.02563], [49.26416,13.03267], [49.26173,13.05617], [49.25210,13.05685], [49.24862,13.06424], [49.24593,13.07522], [49.24627,13.08192], [49.23394,13.08793], [49.22867,13.08518], [49.22475,13.09256], [49.22172,13.10561], [49.21679,13.11385], [49.20894,13.11110], [49.20344,13.10870], [49.19974,13.11350], [49.19615,13.12655], [49.19233,13.13479], [49.18470,13.14423], [49.17550,13.15677], [49.17169,13.17239], [49.16114,13.17651], [49.14407,13.16947], [49.11992,13.20809], [49.11318,13.24071], [49.11880,13.27006], [49.11936,13.28397], [49.10298,13.31306], [49.09062,13.33761], [49.08129,13.34619], [49.07623,13.35546], [49.06779,13.36353], [49.05632,13.37881], [49.05148,13.38774], [49.04844,13.39580], [49.04271,13.39151], [49.03877,13.39271], [49.03280,13.40061], [49.02290,13.40421], [49.01975,13.39992], [49.01130,13.40215], [49.00443,13.40713], [48.99396,13.40164], [48.98619,13.40198], [48.97875,13.41640], [48.97638,13.42361], [48.97177,13.42516], [48.96974,13.43237], [48.96467,13.44250], [48.96331,13.45108], [48.96151,13.46000], [48.95554,13.46533], [48.95091,13.48198], [48.94573,13.48593], [48.93987,13.49674], [48.94156,13.51030], [48.95249,13.50858], [48.96850,13.50910], [48.96838,13.51717], [48.97391,13.52901], [48.97255,13.53760], [48.96624,13.54463], [48.96624,13.55253], [48.96974,13.56300], [48.96489,13.57330], [48.96974,13.57776], [48.96838,13.58360], [48.96117,13.59012], [48.95644,13.58806], [48.95103,13.59012], [48.94111,13.60300], [48.93795,13.61261], [48.94392,13.60849], [48.94359,13.61639], [48.94776,13.62360], [48.94764,13.62926], [48.94314,13.62274], [48.93761,13.62205], [48.92949,13.62943], [48.92712,13.63510], [48.91629,13.63819], [48.91392,13.64162], [48.89313,13.65489], [48.89426,13.66142], [48.88974,13.66863], [48.88669,13.66760], [48.87947,13.67034], [48.87755,13.68270], [48.87789,13.69163], [48.88026,13.69953], [48.87947,13.70656], [48.87710,13.71789], [48.88274,13.72940], [48.88613,13.73077], [48.88500,13.73678], [48.87969,13.73643], [48.87461,13.74364], [48.86513,13.74879], [48.85598,13.74862], [48.85022,13.75635], [48.84299,13.75961], [48.83169,13.76539], [48.82932,13.77448], [48.83158,13.78169], [48.82887,13.78976], [48.82446,13.78530], [48.82197,13.79165], [48.81542,13.79766], [48.81440,13.79371], [48.79688,13.81465], [48.78093,13.80247], [48.77426,13.81191], [48.77064,13.82032], [48.77018,13.84023], [48.77165,13.84363], [48.76837,13.84826], [48.76984,13.85461], [48.76781,13.86835], [48.75898,13.88551], [48.75049,13.90199], [48.74121,13.91607], [48.73464,13.92242], [48.72038,13.94096], [48.72015,13.94560], [48.71879,13.95246], [48.71256,13.95504], [48.71109,13.97220], [48.70826,13.97838], [48.70894,13.98353], [48.70746,14.00499], [48.70384,14.00671], [48.69512,14.00980], [48.69115,14.01512], [48.68571,14.02490], [48.68344,14.02404], [48.67766,14.03228], [48.67472,14.04070], [48.67404,14.05065], [48.67098,14.05958], [48.65284,14.05215], [48.65590,14.04013], [48.65329,14.02382], [48.64683,14.02399], [48.64320,14.01678], [48.63923,14.00837], [48.63526,14.01816], [48.62845,14.02279], [48.62550,14.02897], [48.62811,14.04442], [48.62584,14.04683], [48.61983,14.04408], [48.61745,14.03962], [48.61121,14.04150], [48.60905,14.04923], [48.60337,14.05404], [48.60576,14.06090], [48.60474,14.06760], [48.59929,14.06519], [48.59429,14.06691], [48.59883,14.07275], [48.59849,14.09609], [48.59145,14.09506], [48.58771,14.11171], [48.58964,14.12236], [48.59599,14.13008], [48.59509,14.13592], [48.59270,14.14673], [48.59452,14.15343], [48.59145,14.15995], [48.58805,14.16321], [48.59111,14.17952], [48.59293,14.18192], [48.59168,14.19119], [48.58294,14.23114], [48.57771,14.23818], [48.57714,14.24711], [48.58078,14.25260], [48.57976,14.26942], [48.57567,14.27612], [48.57033,14.28522], [48.56454,14.30839], [48.56158,14.32161], [48.55431,14.32641], [48.55045,14.33191], [48.55295,14.33774], [48.55511,14.34530], [48.56090,14.34804], [48.56295,14.35405], [48.56919,14.35371], [48.57442,14.36040], [48.57317,14.36658], [48.56953,14.36813], [48.56829,14.37860], [48.57078,14.38787], [48.57839,14.39439], [48.58475,14.39268], [48.58373,14.38959], [48.59191,14.38735], [48.59304,14.39302], [48.59134,14.39765], [48.59225,14.40881], [48.59020,14.41705], [48.58759,14.42675], [48.58873,14.43121], [48.59895,14.43808], [48.60110,14.44306], [48.61767,14.45027], [48.62074,14.44786], [48.62482,14.45490], [48.62879,14.45456], [48.63764,14.44872], [48.64263,14.44460], [48.64377,14.45421], [48.64286,14.46125], [48.64558,14.46881], [48.64207,14.47378], [48.63776,14.47653], [48.63231,14.48752], [48.63016,14.49198], [48.62131,14.49335], [48.61711,14.50039], [48.61665,14.50571], [48.61904,14.51327], [48.61643,14.52099], [48.61325,14.52975], [48.61348,14.54245], [48.61030,14.54983], [48.60564,14.55034], [48.60417,14.55721], [48.60394,14.56425], [48.60825,14.56425], [48.60996,14.57180], [48.61552,14.58227], [48.61677,14.59257], [48.62698,14.60390], [48.62766,14.60716], [48.62618,14.61214], [48.62176,14.61592], [48.60439,14.62416], [48.60326,14.62965], [48.60360,14.63360], [48.60837,14.64424], [48.60701,14.64888], [48.60212,14.65437], [48.57998,14.66347], [48.58294,14.68424], [48.58180,14.70312], [48.58509,14.70759], [48.59372,14.71188], [48.60076,14.72098], [48.60371,14.72286], [48.61801,14.71497], [48.63866,14.72304], [48.65114,14.71857], [48.65023,14.71188], [48.67574,14.72441], [48.67971,14.72784], [48.68481,14.72698], [48.69648,14.73660], [48.70192,14.74432], [48.70328,14.75685], [48.70996,14.75788], [48.71076,14.77265], [48.71721,14.78758], [48.72918,14.79521], [48.73416,14.80997], [48.74729,14.80276], [48.75499,14.80636], [48.76585,14.81357], [48.77140,14.80808], [48.77445,14.81083], [48.77773,14.81100], [48.78113,14.82113], [48.78282,14.82525], [48.77943,14.82834], [48.78214,14.84482], [48.77875,14.84567], [48.77434,14.85923], [48.78045,14.86868], [48.77966,14.88086], [48.77570,14.88516], [48.77140,14.88430], [48.76913,14.88859], [48.77151,14.89511], [48.76461,14.90816], [48.76891,14.91743], [48.75963,14.94249], [48.76121,14.94798], [48.75748,14.95743], [48.76936,14.97596], [48.77479,14.98232], [48.78033,14.98026], [48.78542,14.97081], [48.78746,14.95949], [48.79051,14.95640], [48.79605,14.95416], [48.80454,14.96052], [48.80872,14.95863], [48.81765,14.96277], [48.82386,14.97049], [48.83573,14.96929], [48.84127,14.97444], [48.84194,14.98680], [48.84635,14.98560], [48.86126,14.97410], [48.87391,14.97444], [48.87436,14.98697], [48.89061,14.98457], [48.89050,14.99126], [48.89648,14.99143], [48.90473,14.99514], [48.91038,14.99188], [48.91737,14.99068], [48.92211,14.98690], [48.92730,14.98467], [48.92921,14.98141], [48.93361,14.98519], [48.93722,14.98845], [48.94286,14.98570], [48.94556,14.98021], [48.95458,14.97729], [48.97014,14.97781], [48.98321,14.98313], [48.98715,14.98982], [48.99143,14.99823], [48.99943,14.99926], [49.00382,15.00235], [49.00979,14.99326], [49.01361,14.99635], [49.01125,15.00287], [49.01508,15.01574], [49.01913,15.02106], [49.01440,15.02948], [49.01125,15.03926], [49.01361,15.05145], [49.01418,15.05746], [49.00945,15.06553], [49.00359,15.06329], [48.99807,15.06535], [48.99774,15.07428], [48.99646,15.09110], [48.99218,15.10381], [48.99905,15.10930], [48.99713,15.12046], [48.99725,15.13093], [48.99680,15.13968], [48.99331,15.15410], [48.98790,15.15754], [48.98373,15.15101], [48.97810,15.15016], [48.97720,15.16269], [48.97032,15.15908], [48.96627,15.16784], [48.95995,15.16784], [48.95714,15.16046], [48.94485,15.15410], [48.94428,15.15754], [48.94079,15.15822], [48.94248,15.16595], [48.94338,15.17230], [48.94643,15.17693], [48.94259,15.18895], [48.94519,15.19359], [48.95161,15.20183], [48.95680,15.21470], [48.95894,15.22431], [48.95736,15.23976], [48.95883,15.24285], [48.95691,15.25281], [48.95240,15.26294], [48.95860,15.26397], [48.95657,15.26843], [48.96491,15.26740], [48.96705,15.27495], [48.97517,15.28027], [48.98182,15.28255], [48.98587,15.27688], [48.99432,15.27774], [48.99116,15.28873], [48.98688,15.29216], [48.98384,15.29096], [48.97934,15.29834], [48.97776,15.30658], [48.98046,15.31241], [48.97517,15.32151], [48.97967,15.32821], [48.98350,15.33216], [48.98294,15.34383], [48.98396,15.35001], [48.98125,15.35876], [48.98091,15.36752], [48.97607,15.37507], [48.97066,15.38829], [48.96536,15.39172], [48.96232,15.40288], [48.95409,15.41507], [48.95037,15.42708], [48.94922,15.44814], [48.94415,15.45621], [48.95080,15.46616], [48.94404,15.47458], [48.94167,15.48556], [48.93704,15.49878], [48.93017,15.50342], [48.92611,15.50187], [48.91550,15.50942], [48.91212,15.51852], [48.90490,15.55165], [48.90084,15.56521], [48.89508,15.57671], [48.89632,15.60283], [48.89531,15.61089], [48.89700,15.61141], [48.89587,15.61776], [48.89113,15.62360], [48.88628,15.62549], [48.88289,15.63476], [48.88628,15.63922], [48.88255,15.65192], [48.87894,15.65810], [48.87183,15.66617], [48.86403,15.67664], [48.86110,15.68128], [48.85579,15.68728], [48.85455,15.69192], [48.85602,15.69655], [48.85929,15.70308], [48.85907,15.71286], [48.85726,15.71338], [48.85455,15.73003], [48.85150,15.75355], [48.85692,15.76299], [48.86618,15.77449], [48.87386,15.77929], [48.87295,15.79577], [48.87092,15.80822], [48.87284,15.81766], [48.86979,15.82951], [48.87612,15.83826], [48.87533,15.84376], [48.87115,15.84307], [48.86810,15.85079], [48.86358,15.84341], [48.86076,15.83895], [48.85715,15.84427], [48.85545,15.85972], [48.85184,15.86212], [48.85443,15.87877], [48.84562,15.87929], [48.84020,15.88410], [48.83297,15.89525], [48.83647,15.91585], [48.83173,15.92804], [48.82303,15.92221], [48.81760,15.93765], [48.82223,15.94521], [48.82087,15.95860], [48.81353,15.94985], [48.80222,15.94864], [48.79679,15.95980], [48.79634,15.96547], [48.78741,15.98109], [48.77700,15.99431], [48.77225,16.01456], [48.75912,16.05439], [48.74826,16.07979], [48.74418,16.11207], [48.74509,16.12133], [48.74158,16.14399], [48.74362,16.14691], [48.74305,16.15120], [48.74815,16.15601], [48.74475,16.17575], [48.74056,16.21541], [48.73920,16.25094], [48.73637,16.26656], [48.74090,16.26931], [48.73954,16.28201], [48.73728,16.29540], [48.73932,16.30227], [48.73715,16.30580], [48.73262,16.31027], [48.73024,16.32709], [48.73205,16.33876], [48.74383,16.34220], [48.73998,16.34649], [48.74055,16.34992], [48.73726,16.35507], [48.73330,16.34958], [48.72798,16.36056], [48.72639,16.36262], [48.72934,16.37430], [48.72753,16.37893], [48.73183,16.38580], [48.73715,16.39129], [48.73590,16.39455], [48.73953,16.40279], [48.74451,16.41275], [48.75141,16.41429], [48.75933,16.42202], [48.76556,16.43695], [48.77563,16.44142], [48.77778,16.43713], [48.78603,16.44434], [48.79130,16.44872], [48.79854,16.44923], [48.80385,16.46331], [48.80905,16.46382], [48.80351,16.47395], [48.80046,16.48151], [48.80182,16.51670], [48.79775,16.51858], [48.80306,16.52854], [48.81143,16.53781], [48.81346,16.54056], [48.80589,16.55034], [48.79684,16.56201], [48.79243,16.56493], [48.79209,16.57798], [48.78564,16.59446], [48.78180,16.59223], [48.77942,16.61317], [48.77933,16.63075], [48.78556,16.63573], [48.78488,16.64826], [48.78262,16.65461], [48.78069,16.66268], [48.77470,16.66354], [48.77085,16.67435], [48.75059,16.67950], [48.74143,16.67212], [48.73735,16.67401], [48.73226,16.67950], [48.72727,16.68174], [48.72841,16.68895], [48.73531,16.69959], [48.73486,16.70714], [48.73746,16.71298], [48.73701,16.72774], [48.73339,16.72654], [48.73237,16.73272], [48.72931,16.73444], [48.72988,16.74096], [48.73158,16.74645], [48.72206,16.75315], [48.71753,16.75486], [48.71618,16.76225], [48.71719,16.76430], [48.71198,16.77254], [48.71221,16.77941], [48.71278,16.78971], [48.70485,16.80040], [48.70904,16.80744], [48.71176,16.80658], [48.70949,16.82117], [48.71142,16.83062], [48.71561,16.83456], [48.71063,16.84109], [48.71221,16.87078], [48.71606,16.87439], [48.72127,16.87834], [48.71493,16.88675], [48.71584,16.90220], [48.71142,16.90203], [48.70632,16.90666], [48.70372,16.90718], [48.70077,16.91627], [48.69114,16.91490], [48.68128,16.90992], [48.67573,16.90907], [48.67187,16.91387], [48.67074,16.92177], [48.66609,16.91816], [48.66076,16.92091], [48.65611,16.92039], [48.65418,16.91782], [48.64659,16.92005], [48.64374,16.91980], [48.64193,16.92701], [48.63807,16.92701], [48.63456,16.92426], [48.62661,16.91894], [48.62139,16.91894], [48.61856,16.92718], [48.61606,16.93868], [48.61924,16.94452], [48.62253,16.95774], [48.62843,16.96031], [48.63421,16.96529], [48.63909,16.96443], [48.64703,16.97164], [48.65554,16.96838], [48.66801,16.96924], [48.67515,16.97902], [48.68252,16.98248], [48.68739,16.99312], [48.69544,17.00170], [48.70529,16.99810], [48.71175,17.00479], [48.71843,17.01423], [48.72783,17.01595], [48.73904,17.02831], [48.74776,17.03123], [48.75285,17.04204], [48.76302,17.04351], [48.76789,17.05209], [48.77196,17.06325], [48.77920,17.07200], [48.78327,17.08677], [48.79051,17.09260], [48.79651,17.09175], [48.80442,17.10479], [48.81686,17.10891], [48.82251,17.10548], [48.83035,17.11149], [48.83543,17.12539], [48.84176,17.14359], [48.84391,17.15543], [48.85227,17.16230], [48.85690,17.17397], [48.86740,17.18530], [48.87496,17.19406], [48.87700,17.20092], [48.87000,17.21723], [48.87056,17.22633], [48.86627,17.23543], [48.86717,17.24487], [48.86029,17.25500], [48.85972,17.26907], [48.85904,17.27869], [48.85340,17.28177], [48.84707,17.29894], [48.84244,17.30649], [48.84404,17.32054], [48.83635,17.32295], [48.82822,17.33411], [48.82505,17.34612], [48.81827,17.35608], [48.81239,17.36157], [48.81861,17.37874], [48.81228,17.39779], [48.82110,17.40723], [48.82833,17.41908], [48.82392,17.43350], [48.83918,17.43607], [48.83669,17.44500], [48.84573,17.45290], [48.84008,17.47796], [48.81863,17.50928], [48.81162,17.52061], [48.81151,17.53143], [48.81784,17.54001], [48.81558,17.54876], [48.82349,17.55838], [48.82586,17.56353], [48.82213,17.57572], [48.82575,17.59305], [48.82971,17.59820], [48.83988,17.60164], [48.84180,17.62224], [48.84629,17.62314], [48.85227,17.63000], [48.85385,17.63550], [48.85385,17.64786], [48.85487,17.65575], [48.85374,17.66760], [48.86029,17.68356], [48.86210,17.69060], [48.85950,17.70588], [48.86876,17.71686], [48.87610,17.72407], [48.87779,17.73248], [48.88637,17.74175], [48.88931,17.74364], [48.89055,17.74742], [48.90026,17.75308], [48.90861,17.76579], [48.91257,17.77626], [48.91697,17.78364], [48.92464,17.78450], [48.92509,17.81643], [48.92690,17.81832], [48.92600,17.84321], [48.92679,17.84904], [48.92430,17.86037], [48.92216,17.87016], [48.92588,17.87857], [48.92791,17.88646], [48.94505,17.89058], [48.95125,17.89719], [48.96388,17.90440], [48.96996,17.90114], [48.97729,17.90268], [48.98562,17.90543], [48.99238,17.91436], [49.00061,17.91539], [49.00894,17.91367], [49.01581,17.92174], [49.02110,17.93032], [49.02331,17.94816], [49.02444,17.95503], [49.02286,17.97443], [49.02253,17.98301], [49.02680,17.98764], [49.02658,17.99503], [49.02309,18.00018], [49.02027,18.01047], [49.02095,18.02610], [49.02714,18.03142], [49.02512,18.03691], [49.03041,18.05150], [49.02692,18.05785], [49.03164,18.05734], [49.03446,18.06489], [49.03885,18.07262], [49.04200,18.07674], [49.04616,18.08309], [49.05289,18.08483], [49.05807,18.09702], [49.06369,18.09204], [49.06797,18.09307], [49.06651,18.09685], [49.08652,18.11212], [49.09091,18.11779], [49.11394,18.11127], [49.11798,18.11522], [49.11697,18.12277], [49.12584,18.11814], [49.13045,18.11058], [49.13494,18.10818], [49.14112,18.11419], [49.14359,18.11951], [49.15212,18.11848], [49.15516,18.12998], [49.16032,18.13445], [49.16111,18.13788], [49.16930,18.13015], [49.18916,18.13221], [49.19681,18.14339], [49.20421,18.14717], [49.20466,18.15026], [49.21419,18.14889], [49.21576,18.15524], [49.22025,18.15404], [49.23045,18.15816], [49.23090,18.15232], [49.22967,18.14597], [49.23572,18.14820], [49.24681,18.14803], [49.25152,18.15215], [49.25443,18.16279], [49.26127,18.16365], [49.26261,18.17378], [49.26754,18.18064], [49.27045,18.18614], [49.27930,18.18511], [49.28098,18.18665], [49.28669,18.18494], [49.28915,18.19197], [49.28949,18.19815], [49.29240,18.20279], [49.29128,18.20880], [49.29296,18.21429], [49.29240,18.21824], [49.29453,18.22253], [49.29352,18.22820], [49.29397,18.23781], [49.29475,18.24948], [49.29845,18.26630], [49.30102,18.27163], [49.30270,18.28536], [49.30595,18.30510], [49.31031,18.30235], [49.31311,18.32106], [49.31781,18.32845], [49.32419,18.36604], [49.32871,18.37897], [49.34258,18.39047], [49.34750,18.39631], [49.35019,18.40558], [49.35589,18.39940], [49.35992,18.40936], [49.36752,18.41811], [49.38216,18.41159], [49.39798,18.40678], [49.39854,18.41142], [49.39463,18.42189], [49.39128,18.43854], [49.39295,18.45193], [49.39798,18.45210], [49.40345,18.46120], [49.40781,18.47630], [49.41339,18.48025], [49.41753,18.47905], [49.42579,18.48712], [49.42903,18.49673], [49.43349,18.49261], [49.43584,18.50240], [49.44175,18.50789], [49.44678,18.51699], [49.44887,18.52430], [49.45569,18.52551], [49.45837,18.53443], [49.46294,18.53632], [49.46595,18.55040], [49.47097,18.54817], [49.47454,18.54422], [49.48146,18.54044], [49.48302,18.53684], [49.48960,18.53632], [49.49317,18.54336], [49.49986,18.54799], [49.50354,18.55744], [49.50733,18.57237], [49.50554,18.58404], [49.50944,18.59726], [49.50577,18.60018], [49.49774,18.60121], [49.49573,18.60722], [49.49439,18.61769], [49.49785,18.63211], [49.49529,18.64052], [49.50008,18.64275], [49.50030,18.65065], [49.50209,18.66524], [49.50655,18.67502], [49.50420,18.68395], [49.49919,18.68790], [49.49852,18.69751], [49.50153,18.70592], [49.50119,18.71142], [49.49807,18.71983], [49.49473,18.72635], [49.48871,18.73648], [49.48815,18.74918], [49.48837,18.75742], [49.49250,18.76343], [49.49841,18.77064], [49.50565,18.78197], [49.50833,18.79210], [49.50900,18.80137], [49.51491,18.80995], [49.51602,18.81888], [49.51412,18.84308]], + CZ: [[49.51732,18.85381],[49.51933,18.84488],[49.52434,18.83887],[49.52824,18.84540],[49.53393,18.84557],[49.53771,18.85862],[49.55119,18.86068],[49.55331,18.85261],[49.56177,18.84763],[49.56121,18.84059],[49.56622,18.83784],[49.57068,18.83887],[49.57340,18.83508],[49.57740,18.83611],[49.58442,18.83371],[49.58865,18.83886],[49.59677,18.84092],[49.59532,18.83131],[49.60144,18.82547],[49.61546,18.82547],[49.61890,18.82066],[49.62613,18.82118],[49.63425,18.81671],[49.64081,18.81414],[49.65248,18.80882],[49.65837,18.81002],[49.66637,18.80813],[49.67237,18.81088],[49.67815,18.80744],[49.68048,18.80453],[49.68015,18.79405],[49.68637,18.78032],[49.68348,18.77397],[49.68525,18.76333],[49.67748,18.75080],[49.67759,18.73998],[49.68048,18.74015],[49.68314,18.73586],[49.68481,18.72779],[49.68359,18.72350],[49.68459,18.71852],[49.69025,18.71887],[49.69192,18.71458],[49.69603,18.71595],[49.69725,18.71046],[49.70002,18.71252],[49.70291,18.70857],[49.70491,18.71097],[49.70735,18.69483],[49.70491,18.68110],[49.70660,18.67767],[49.70394,18.67235],[49.70460,18.66874],[49.71016,18.66754],[49.71171,18.65861],[49.70838,18.65346],[49.71160,18.65312],[49.71282,18.64213],[49.71559,18.63750],[49.71792,18.63698],[49.72270,18.62995],[49.72336,18.62583],[49.72547,18.62978],[49.72958,18.62703],[49.73623,18.62909],[49.74112,18.62892],[49.74766,18.63063],[49.75054,18.62686],[49.75310,18.61673],[49.75676,18.61347],[49.76108,18.61553],[49.76640,18.61158],[49.77116,18.61124],[49.77593,18.60523],[49.78125,18.60385],[49.78435,18.59836],[49.78967,18.60076],[49.79699,18.59476],[49.80286,18.59338],[49.80408,18.58909],[49.80618,18.58566],[49.81239,18.58274],[49.81870,18.58325],[49.82147,18.57742],[49.82524,18.57587],[49.82845,18.56969],[49.83376,18.56987],[49.84373,18.58840],[49.84660,18.59132],[49.84871,18.58737],[49.85236,18.58497],[49.85237,18.58926],[49.85470,18.59149],[49.85735,18.60677],[49.86211,18.60626],[49.86676,18.60059],[49.86687,18.59510],[49.86820,18.58961],[49.86731,18.58171],[49.87561,18.57261],[49.88081,18.56626],[49.88413,18.56987],[49.88811,18.57519],[49.89131,18.57175],[49.89939,18.57742],[49.90569,18.57999],[49.90864,18.57526],[49.91041,18.57629],[49.91184,18.57423],[49.91284,18.57663],[49.91516,18.57491],[49.91881,18.57560],[49.92146,18.57371],[49.92268,18.57062],[49.91826,18.56393],[49.91837,18.55723],[49.92279,18.54985],[49.92665,18.54367],[49.92588,18.53938],[49.92223,18.54110],[49.91107,18.53852],[49.90886,18.54539],[49.90422,18.53886],[49.90145,18.53371],[49.90145,18.52427],[49.90377,18.51243],[49.90411,18.50522],[49.90709,18.49423],[49.90665,18.48771],[49.91107,18.48359],[49.91461,18.47312],[49.91781,18.46659],[49.92279,18.46488],[49.92411,18.45561],[49.92422,18.44462],[49.92909,18.43844],[49.92975,18.43381],[49.93947,18.43055],[49.93879,18.41928],[49.93580,18.40108],[49.93514,18.39199],[49.93636,18.37722],[49.93824,18.37310],[49.93724,18.36761],[49.94056,18.36435],[49.94210,18.35903],[49.94354,18.35834],[49.94630,18.33894],[49.95028,18.33156],[49.94288,18.33379],[49.94011,18.33379],[49.93790,18.33946],[49.93956,18.34409],[49.93934,18.34770],[49.93625,18.34838],[49.93536,18.34993],[49.93536,18.34632],[49.93525,18.34117],[49.93304,18.34014],[49.92951,18.34186],[49.92641,18.34049],[49.92752,18.33482],[49.93072,18.33431],[49.93139,18.32984],[49.92807,18.32916],[49.92332,18.32830],[49.91602,18.32126],[49.91768,18.31628],[49.91967,18.31560],[49.92376,18.30015],[49.92564,18.30186],[49.92917,18.29877],[49.92917,18.29053],[49.93680,18.28281],[49.94045,18.28401],[49.94056,18.27989],[49.95028,18.28247],[49.96364,18.27903],[49.96629,18.27491],[49.96695,18.26599],[49.96695,18.26152],[49.96949,18.25311],[49.96916,18.24625],[49.97137,18.23492],[49.97004,18.22874],[49.96773,18.22170],[49.97280,18.21500],[49.97744,18.21638],[49.98815,18.21414],[49.99830,18.20728],[49.99510,18.19355],[49.99907,18.19080],[50.00106,18.18222],[50.00029,18.17277],[49.99841,18.16728],[49.99267,18.16762],[49.99036,18.17003],[49.98704,18.16780],[49.98550,18.16196],[49.98274,18.15664],[49.98351,18.15372],[49.99201,18.14771],[49.99411,18.13638],[49.99775,18.13484],[49.99863,18.13037],[49.99477,18.11904],[49.99620,18.11647],[49.99753,18.11595],[50.00040,18.10634],[50.01220,18.09587],[50.01617,18.09570],[50.02268,18.10480],[50.02654,18.09862],[50.02842,18.09518],[50.03272,18.08609],[50.03955,18.08952],[50.04518,18.09003],[50.04705,18.08488],[50.04595,18.08094],[50.04705,18.07441],[50.04859,18.06669],[50.05305,18.06831],[50.05360,18.06367],[50.06043,18.06213],[50.05878,18.04874],[50.06308,18.04719],[50.06385,18.03947],[50.06727,18.03329],[50.05933,18.01698],[50.05459,18.00943],[50.05349,18.00290],[50.04456,18.00668],[50.03728,18.00393],[50.03078,18.00737],[50.02979,18.01423],[50.03177,18.02093],[50.03651,18.02419],[50.03762,18.02693],[50.03585,18.03895],[50.03541,18.04513],[50.02791,18.04891],[50.02229,18.04204],[50.01699,18.04479],[50.01523,18.03964],[50.00828,18.04462],[50.01181,18.03569],[50.01137,18.00754],[50.01909,18.00599],[50.01324,17.98677],[50.00607,17.98436],[50.00938,17.97132],[50.00828,17.96445],[50.00475,17.96033],[50.00563,17.95364],[49.98146,17.92342],[49.97937,17.92239],[49.97727,17.90746],[49.98080,17.89132],[49.97749,17.87862],[49.97252,17.86746],[49.98080,17.86351],[49.98080,17.85802],[49.98455,17.85133],[49.98753,17.85167],[49.98775,17.84171],[49.99294,17.83897],[49.99217,17.83193],[49.99449,17.82798],[50.00409,17.83879],[50.01181,17.82798],[50.01291,17.80446],[50.01512,17.79502],[50.01821,17.79502],[50.02008,17.79245],[50.01788,17.78730],[50.02096,17.78678],[50.02041,17.77888],[50.02571,17.77185],[50.02791,17.77734],[50.03199,17.77803],[50.03640,17.77511],[50.03596,17.77133],[50.03905,17.77099],[50.04291,17.77494],[50.04467,17.77030],[50.04853,17.77236],[50.05184,17.76979],[50.05316,17.76258],[50.05625,17.76498],[50.05988,17.75983],[50.06396,17.75863],[50.06440,17.76069],[50.06859,17.75931],[50.06914,17.75245],[50.07333,17.75211],[50.07509,17.75279],[50.07927,17.74970],[50.08170,17.74266],[50.08916,17.73116],[50.09786,17.73151],[50.11471,17.70421],[50.11735,17.69529],[50.11746,17.68172],[50.10403,17.67606],[50.10964,17.66198],[50.11108,17.64979],[50.11713,17.64876],[50.12329,17.64482],[50.12560,17.64516],[50.13221,17.63950],[50.13771,17.61958],[50.13991,17.61701],[50.14112,17.61151],[50.14772,17.60791],[50.15542,17.60036],[50.15751,17.59555],[50.15982,17.59366],[50.16906,17.60224],[50.17049,17.60654],[50.17071,17.61958],[50.16862,17.62490],[50.17334,17.63074],[50.17389,17.63726],[50.17631,17.64911],[50.17818,17.66713],[50.18214,17.67863],[50.18148,17.68361],[50.18522,17.70679],[50.18928,17.70558],[50.19192,17.71125],[50.19906,17.71176],[50.20214,17.71915],[50.20511,17.71829],[50.20588,17.72309],[50.20258,17.73271],[50.20148,17.74438],[50.20555,17.75022],[50.20643,17.75949],[50.21280,17.75949],[50.21796,17.76172],[50.22115,17.75760],[50.22839,17.76086],[50.23674,17.76687],[50.24947,17.73872],[50.25509,17.73236],[50.25542,17.72876],[50.25728,17.72601],[50.27089,17.72756],[50.27550,17.73133],[50.27769,17.73631],[50.28131,17.73700],[50.28811,17.74284],[50.29283,17.74747],[50.29919,17.75365],[50.30138,17.75159],[50.30226,17.74421],[50.30270,17.73683],[50.30456,17.72962],[50.30829,17.72653],[50.31949,17.72275],[50.32234,17.71606],[50.32716,17.69477],[50.32837,17.68550],[50.31521,17.68670],[50.31412,17.68876],[50.30568,17.68636],[50.30173,17.68808],[50.29515,17.67795],[50.29230,17.67451],[50.29120,17.66782],[50.28857,17.66576],[50.28539,17.65735],[50.27793,17.64945],[50.27606,17.64035],[50.27409,17.63847],[50.27036,17.62731],[50.26904,17.61993],[50.26652,17.61460],[50.26762,17.60894],[50.26860,17.60516],[50.27025,17.60242],[50.27124,17.59898],[50.27486,17.59830],[50.27870,17.59263],[50.27925,17.59126],[50.27848,17.58542],[50.27837,17.58062],[50.27683,17.57907],[50.27299,17.56602],[50.27036,17.56293],[50.27168,17.55916],[50.27058,17.54663],[50.27398,17.52826],[50.27574,17.52483],[50.27453,17.51710],[50.27508,17.49719],[50.27552,17.49393],[50.27277,17.48140],[50.27036,17.47144],[50.27003,17.46698],[50.26784,17.46234],[50.27058,17.45908],[50.27025,17.45530],[50.26860,17.45393],[50.26564,17.45565],[50.26037,17.45582],[50.25807,17.45479],[50.25609,17.45084],[50.25445,17.44586],[50.25258,17.43848],[50.25379,17.43299],[50.25950,17.42955],[50.26356,17.43230],[50.27014,17.42767],[50.27266,17.42440],[50.27705,17.42097],[50.27431,17.40672],[50.28001,17.40106],[50.28330,17.38818],[50.28276,17.36621],[50.27903,17.36037],[50.26904,17.36226],[50.26520,17.36072],[50.26553,17.35419],[50.26378,17.35059],[50.26773,17.34716],[50.27541,17.34475],[50.27990,17.34424],[50.28330,17.33909],[50.28703,17.34973],[50.29098,17.34492],[50.29877,17.34750],[50.30403,17.35265],[50.30842,17.35488],[50.31214,17.35059],[50.31247,17.34012],[50.31576,17.33840],[50.32157,17.34063],[50.32267,17.34973],[50.32552,17.35110],[50.32902,17.34956],[50.32734,17.32638],[50.32098,17.31214],[50.32011,17.29686],[50.31813,17.29119],[50.32011,17.28141],[50.32285,17.27351],[50.32865,17.26510],[50.32964,17.25480],[50.33227,17.24776],[50.33460,17.24745],[50.33789,17.24152],[50.34178,17.23466],[50.34567,17.22513],[50.35021,17.22007],[50.35717,17.21294],[50.35821,17.21277],[50.36390,17.20204],[50.37498,17.19941],[50.38133,17.20319],[50.38652,17.20439],[50.39036,17.18431],[50.38953,17.18336],[50.38784,17.18233],[50.38581,17.17555],[50.38384,17.16173],[50.38023,17.15693],[50.38182,17.15341],[50.38171,17.14817],[50.38072,17.14345],[50.38751,17.13384],[50.39101,17.13015],[50.39320,17.12466],[50.39435,17.12337],[50.39397,17.11118],[50.40518,17.11101],[50.40655,17.09942],[50.40573,17.08286],[50.40217,17.08208],[50.40294,17.07968],[50.40464,17.07599],[50.40622,17.06535],[50.40704,17.05239],[50.41175,17.04252],[50.41497,17.03805],[50.41536,17.03024],[50.41752,17.02835],[50.41862,17.02672],[50.42190,17.02441],[50.42163,17.01814],[50.42026,17.01582],[50.41911,17.01385],[50.42173,17.01024],[50.42441,17.00698],[50.42824,16.99814],[50.42496,16.99351],[50.42015,16.98304],[50.41818,16.97445],[50.42075,16.97239],[50.42256,16.96965],[50.42529,16.96527],[50.42687,16.96278],[50.42841,16.95772],[50.43169,16.95190],[50.43376,16.94761],[50.43540,16.94126],[50.43688,16.93465],[50.43934,16.92632],[50.44125,16.92177],[50.44448,16.91834],[50.44798,16.91070],[50.45000,16.90787],[50.44863,16.90461],[50.44787,16.89731],[50.44366,16.89388],[50.44470,16.88916],[50.44393,16.88384],[50.44240,16.88083],[50.43568,16.87997],[50.43294,16.87525],[50.43087,16.87568],[50.42775,16.87551],[50.42589,16.87234],[50.42288,16.86925],[50.42108,16.86830],[50.41709,16.86882],[50.41566,16.86701],[50.41441,16.86392],[50.41309,16.86324],[50.41167,16.86049],[50.40899,16.85955],[50.40727,16.86003],[50.40891,16.86269],[50.40765,16.86535],[50.40503,16.87007],[50.40306,16.87093],[50.39890,16.88071],[50.39835,16.88492],[50.39545,16.89196],[50.39299,16.89299],[50.38949,16.89814],[50.38938,16.90071],[50.39096,16.90603],[50.39047,16.90783],[50.38888,16.91041],[50.38670,16.91041],[50.38467,16.90972],[50.38254,16.91427],[50.37991,16.91410],[50.37684,16.91642],[50.37312,16.91616],[50.36907,16.91925],[50.36616,16.91618],[50.36288,16.91515],[50.36074,16.91721],[50.35938,16.91893],[50.35467,16.92090],[50.35237,16.92391],[50.34804,16.92717],[50.34481,16.93069],[50.34256,16.93584],[50.34114,16.93661],[50.33769,16.93584],[50.33363,16.93764],[50.33067,16.93369],[50.32799,16.93555],[50.32530,16.93778],[50.31960,16.93958],[50.31796,16.94508],[50.31445,16.94611],[50.31193,16.95538],[50.31231,16.96173],[50.31412,16.96216],[50.31544,16.96825],[50.31231,16.96980],[50.31040,16.97151],[50.30864,16.97194],[50.30535,16.98164],[50.30163,16.99469],[50.30256,17.00104],[50.29938,17.00310],[50.29740,17.00370],[50.29587,17.00310],[50.29527,17.00833],[50.29143,17.01082],[50.28736,17.01439],[50.28275,17.01603],[50.27836,17.01860],[50.27430,17.01748],[50.26898,17.01714],[50.26372,17.01268],[50.25982,17.00830],[50.25933,17.00547],[50.25642,17.00066],[50.25258,17.00238],[50.24879,17.01079],[50.24637,17.01088],[50.24242,17.01019],[50.24143,17.01139],[50.24028,17.01517],[50.23759,17.01886],[50.23386,17.02306],[50.23002,17.02804],[50.22848,17.02555],[50.22639,17.02023],[50.22469,17.01989],[50.22277,17.01697],[50.22002,17.01542],[50.21881,17.01113],[50.21777,17.00615],[50.21673,17.00204],[50.21667,16.99800],[50.22024,16.99483],[50.22480,16.99422],[50.22903,16.99096],[50.23271,16.98478],[50.23413,16.98186],[50.23748,16.98101],[50.24231,16.98126],[50.24511,16.97723],[50.24484,16.97440],[50.24341,16.97380],[50.24138,16.96642],[50.23809,16.96161],[50.23518,16.96118],[50.23243,16.96281],[50.23034,16.96530],[50.22842,16.96195],[50.22617,16.95792],[50.22354,16.95732],[50.22205,16.95448],[50.22167,16.95045],[50.22337,16.94487],[50.22264,16.93925],[50.22429,16.93522],[50.22330,16.92947],[50.22418,16.92595],[50.22615,16.92286],[50.22632,16.91779],[50.22528,16.91153],[50.22352,16.90706],[50.22330,16.90020],[50.22275,16.89883],[50.22022,16.89745],[50.21819,16.89608],[50.21720,16.89016],[50.21556,16.88621],[50.21242,16.88380],[50.20896,16.88355],[50.20517,16.88389],[50.20089,16.88295],[50.19952,16.87908],[50.19759,16.87308],[50.19825,16.86758],[50.19891,16.86269],[50.20111,16.86338],[50.20265,16.85797],[50.20501,16.85102],[50.20787,16.84921],[50.20776,16.84673],[50.20424,16.83952],[50.20245,16.83476],[50.20014,16.83373],[50.19949,16.83467],[50.19817,16.83501],[50.19707,16.83175],[50.19421,16.82454],[50.19097,16.82291],[50.18921,16.82334],[50.19053,16.82042],[50.19251,16.81665],[50.19201,16.81407],[50.18987,16.80969],[50.18635,16.80763],[50.18284,16.80489],[50.18146,16.80163],[50.17893,16.79905],[50.17382,16.79819],[50.16634,16.79665],[50.16151,16.79423],[50.15591,16.78839],[50.15354,16.78599],[50.15173,16.78187],[50.14997,16.78136],[50.14821,16.78324],[50.14650,16.78324],[50.14458,16.78144],[50.14276,16.77492],[50.13968,16.76608],[50.13610,16.76067],[50.13561,16.75595],[50.13412,16.75509],[50.13467,16.75260],[50.13583,16.75054],[50.13478,16.74445],[50.13181,16.74385],[50.12994,16.74119],[50.12637,16.73732],[50.12020,16.73338],[50.11734,16.72891],[50.11019,16.72694],[50.10650,16.72239],[50.10529,16.72316],[50.10286,16.71956],[50.09995,16.71063],[50.09681,16.70531],[50.09714,16.70059],[50.09879,16.69141],[50.09984,16.68634],[50.10419,16.67793],[50.10655,16.66548],[50.10932,16.65679],[50.11268,16.64108],[50.11169,16.63387],[50.11504,16.63224],[50.12170,16.62503],[50.12528,16.61439],[50.13260,16.61379],[50.13441,16.60401],[50.13953,16.59903],[50.14069,16.59388],[50.14074,16.58821],[50.14311,16.58023],[50.14569,16.58555],[50.14822,16.58100],[50.15031,16.58289],[50.15207,16.58632],[50.15460,16.58246],[50.15559,16.57834],[50.15713,16.57912],[50.15856,16.57826],[50.16103,16.56847],[50.16362,16.56367],[50.16334,16.56251],[50.16488,16.56140],[50.16857,16.56071],[50.17121,16.55891],[50.17362,16.55908],[50.17769,16.56363],[50.18050,16.56466],[50.18445,16.56105],[50.18456,16.55839],[50.18566,16.55762],[50.18671,16.55942],[50.18945,16.55934],[50.19275,16.55788],[50.19596,16.55496],[50.19953,16.55779],[50.20332,16.55710],[50.20502,16.56191],[50.20848,16.56251],[50.21019,16.55916],[50.21398,16.55882],[50.21409,16.55504],[50.21557,16.55504],[50.21678,16.55710],[50.21985,16.55856],[50.22145,16.55685],[50.22243,16.55470],[50.22271,16.55213],[50.22553,16.54957],[50.22751,16.54983],[50.23025,16.54888],[50.23053,16.54511],[50.23558,16.53996],[50.23948,16.53755],[50.23871,16.53103],[50.23816,16.52880],[50.23981,16.52305],[50.24085,16.52253],[50.24431,16.51635],[50.24760,16.51352],[50.25199,16.51532],[50.25287,16.50906],[50.25599,16.50756],[50.25764,16.50868],[50.26011,16.50739],[50.26170,16.50267],[50.26005,16.49795],[50.26373,16.49434],[50.26455,16.49040],[50.26894,16.48962],[50.27141,16.48662],[50.27108,16.48310],[50.27322,16.48173],[50.27695,16.48155],[50.27871,16.47795],[50.28479,16.47211],[50.28693,16.46731],[50.29083,16.46877],[50.29648,16.46463],[50.30092,16.45587],[50.30289,16.45476],[50.30569,16.44901],[50.31106,16.44626],[50.31424,16.44274],[50.31725,16.43845],[50.32109,16.43725],[50.32547,16.43098],[50.32558,16.42103],[50.32465,16.41922],[50.32487,16.40944],[50.32021,16.40523],[50.31939,16.39905],[50.32383,16.39296],[50.32424,16.39063],[50.32884,16.38393],[50.34237,16.37526],[50.34714,16.36445],[50.35075,16.36230],[50.35376,16.36179],[50.35754,16.36642],[50.36318,16.36599],[50.36723,16.36848],[50.37090,16.36411],[50.37457,16.36557],[50.37862,16.36265],[50.38004,16.36067],[50.38015,16.35458],[50.37906,16.35260],[50.38103,16.34788],[50.37813,16.34188],[50.37862,16.33836],[50.38026,16.33372],[50.38026,16.32995],[50.38240,16.32686],[50.38201,16.32145],[50.38059,16.31887],[50.38092,16.31458],[50.38207,16.31295],[50.38338,16.30849],[50.38261,16.30226],[50.38070,16.29874],[50.37883,16.29874],[50.37555,16.29428],[50.37358,16.29273],[50.37117,16.29308],[50.36783,16.28458],[50.36789,16.27943],[50.37199,16.27874],[50.37424,16.27728],[50.37648,16.27711],[50.37883,16.27110],[50.37971,16.26793],[50.38261,16.26647],[50.38715,16.26810],[50.39443,16.26312],[50.39487,16.25857],[50.39427,16.25625],[50.39372,16.25059],[50.39651,16.24741],[50.39821,16.24801],[50.39968,16.25282],[50.40226,16.25290],[50.40363,16.25462],[50.40637,16.25299],[50.40773,16.24603],[50.41020,16.24200],[50.41167,16.24166],[50.41408,16.24003],[50.41446,16.23676],[50.41309,16.23033],[50.41030,16.22578],[50.40724,16.22106],[50.40932,16.21668],[50.41118,16.21127],[50.41337,16.21162],[50.41490,16.21488],[50.41862,16.21290],[50.42288,16.21282],[50.42414,16.21076],[50.42737,16.21041],[50.42808,16.20698],[50.42983,16.20484],[50.42917,16.19831],[50.43251,16.19591],[50.43433,16.19884],[50.44215,16.19919],[50.44838,16.20588],[50.44909,16.21017],[50.45171,16.21326],[50.45144,16.21996],[50.44964,16.22142],[50.44855,16.22021],[50.44570,16.22099],[50.44199,16.22382],[50.44259,16.23189],[50.44488,16.23283],[50.44669,16.23498],[50.44893,16.23429],[50.45095,16.23137],[50.45270,16.23103],[50.45439,16.23008],[50.45784,16.22107],[50.46002,16.22476],[50.45926,16.23171],[50.45986,16.23652],[50.46341,16.23575],[50.46603,16.23180],[50.46647,16.23343],[50.46510,16.23798],[50.46292,16.24313],[50.46477,16.24751],[50.46762,16.25686],[50.47139,16.25077],[50.47308,16.24983],[50.47466,16.25197],[50.47696,16.25635],[50.47969,16.25952],[50.47952,16.26407],[50.47586,16.26742],[50.47641,16.27515],[50.47865,16.27223],[50.48144,16.27008],[50.48417,16.27283],[50.48149,16.27343],[50.47963,16.28605],[50.47870,16.29523],[50.48864,16.30184],[50.49056,16.30167],[50.49072,16.30604],[50.49323,16.31188],[50.49471,16.31334],[50.49951,16.30999],[50.50604,16.31237],[50.50697,16.31984],[50.50495,16.32370],[50.50276,16.33297],[50.49965,16.33348],[50.49861,16.33777],[50.49517,16.34344],[50.49561,16.34842],[50.49758,16.34885],[50.49769,16.35245],[50.50113,16.36095],[50.50746,16.36781],[50.51614,16.37425],[50.52017,16.38764],[50.52601,16.39502],[50.52716,16.40026],[50.53000,16.40223],[50.53360,16.39846],[50.53502,16.39863],[50.54156,16.38807],[50.54565,16.40283],[50.54674,16.40652],[50.54778,16.41236],[50.55416,16.41107],[50.55914,16.41037],[50.56318,16.40737],[50.56471,16.40454],[50.56885,16.40479],[50.56809,16.41715],[50.56988,16.42514],[50.57375,16.43372],[50.57975,16.44582],[50.58716,16.44385],[50.58765,16.44153],[50.58972,16.44067],[50.59359,16.43749],[50.59605,16.43451],[50.59905,16.43271],[50.60036,16.42816],[50.60646,16.42370],[50.60858,16.42001],[50.61005,16.41340],[50.61332,16.40902],[50.61512,16.40876],[50.61795,16.40499],[50.61871,16.39967],[50.61871,16.39520],[50.62143,16.39160],[50.62399,16.38799],[50.63017,16.38181],[50.63513,16.37864],[50.63725,16.38010],[50.63660,16.37460],[50.64144,16.36997],[50.64531,16.36542],[50.64781,16.36585],[50.64884,16.36130],[50.64738,16.35847],[50.64754,16.35460],[50.64835,16.35091],[50.65195,16.35023],[50.65478,16.34722],[50.65725,16.34457],[50.66187,16.34345],[50.66274,16.33942],[50.66318,16.33410],[50.66459,16.32920],[50.66704,16.32199],[50.66498,16.31607],[50.66498,16.31324],[50.66215,16.31212],[50.66041,16.30715],[50.65964,16.30517],[50.66122,16.30011],[50.66035,16.29479],[50.66122,16.28286],[50.66508,16.28140],[50.66601,16.28054],[50.66819,16.28071],[50.66867,16.27676],[50.66791,16.27479],[50.66753,16.26732],[50.66857,16.26500],[50.66819,16.26011],[50.66742,16.25805],[50.66987,16.24998],[50.67069,16.24595],[50.66976,16.24183],[50.67199,16.23539],[50.67096,16.23333],[50.66759,16.22955],[50.65964,16.22552],[50.65447,16.22432],[50.65181,16.22132],[50.64637,16.22080],[50.64185,16.22003],[50.63962,16.22020],[50.63805,16.21857],[50.63625,16.21968],[50.63374,16.21685],[50.63244,16.21385],[50.63244,16.20930],[50.63227,16.20295],[50.63129,16.19943],[50.63086,16.19419],[50.62797,16.18904],[50.62748,16.18303],[50.62890,16.18063],[50.63347,16.18072],[50.63641,16.17754],[50.63962,16.17746],[50.64583,16.17068],[50.64779,16.16269],[50.65378,16.14822],[50.65149,16.13964],[50.65677,16.13457],[50.65808,16.12797],[50.66080,16.12659],[50.66047,16.11226],[50.66205,16.10951],[50.66390,16.10325],[50.66259,16.10007],[50.65791,16.09878],[50.65372,16.09509],[50.65269,16.09140],[50.65313,16.08926],[50.65193,16.08711],[50.64926,16.08685],[50.64703,16.08376],[50.64649,16.08050],[50.64311,16.07578],[50.64088,16.07097],[50.63990,16.06737],[50.63593,16.06539],[50.63304,16.06265],[50.62950,16.06102],[50.62455,16.05922],[50.62014,16.05844],[50.61807,16.05655],[50.61425,16.05887],[50.61142,16.05673],[50.61071,16.05510],[50.61246,16.05183],[50.61491,16.04256],[50.60265,16.02772],[50.59949,16.02531],[50.60047,16.01999],[50.60380,16.01613],[50.60652,16.01656],[50.60728,16.01089],[50.60565,16.00918],[50.60832,16.00025],[50.61120,15.99012],[50.61425,15.98677],[50.62226,15.99767],[50.62509,16.01003],[50.63005,16.02214],[50.63217,16.01999],[50.63364,16.01570],[50.63456,16.00918],[50.63701,16.00720],[50.63968,16.00780],[50.64294,16.00564],[50.64484,16.00160],[50.64865,16.00547],[50.65524,16.00452],[50.65861,16.00521],[50.66329,16.00143],[50.66726,16.00040],[50.66954,15.99894],[50.67270,15.99963],[50.67384,15.99414],[50.67886,15.98984],[50.68343,15.99190],[50.68528,15.98855],[50.69202,15.96769],[50.69191,15.95765],[50.69033,15.94924],[50.68740,15.94152],[50.68685,15.93173],[50.68571,15.92941],[50.68272,15.92958],[50.68136,15.92684],[50.68212,15.92452],[50.68500,15.91928],[50.68375,15.91757],[50.68120,15.90770],[50.67957,15.90435],[50.67576,15.88435],[50.67157,15.88418],[50.67217,15.87594],[50.67418,15.86727],[50.67451,15.86212],[50.68065,15.86392],[50.68556,15.86164],[50.68839,15.86026],[50.69421,15.85812],[50.69715,15.85769],[50.69948,15.85529],[50.70188,15.85293],[50.70841,15.85190],[50.70971,15.85027],[50.70977,15.84615],[50.71161,15.84675],[50.71275,15.84358],[50.71536,15.84126],[50.71819,15.83877],[50.72036,15.83482],[50.72237,15.83362],[50.72504,15.83053],[50.72699,15.83242],[50.72819,15.83079],[50.73074,15.83199],[50.73281,15.83259],[50.73485,15.83087],[50.73833,15.83173],[50.74365,15.83250],[50.74778,15.82306],[50.75087,15.81937],[50.75571,15.81663],[50.75538,15.80864],[50.75348,15.80306],[50.75261,15.79585],[50.75305,15.79113],[50.74724,15.78899],[50.74246,15.77920],[50.74267,15.77010],[50.74409,15.76599],[50.74398,15.75963],[50.73832,15.74203],[50.73653,15.73980],[50.73675,15.73448],[50.73957,15.72873],[50.73995,15.72289],[50.73898,15.71817],[50.73784,15.71491],[50.73784,15.71088],[50.73751,15.70470],[50.73990,15.69551],[50.74272,15.68959],[50.74788,15.68796],[50.75293,15.68444],[50.75532,15.67964],[50.75592,15.67491],[50.75739,15.66676],[50.75967,15.66204],[50.76021,15.65758],[50.75961,15.64848],[50.76124,15.64582],[50.76102,15.64238],[50.76575,15.62187],[50.77302,15.61715],[50.77460,15.60900],[50.77720,15.60213],[50.77715,15.59114],[50.77861,15.58814],[50.77910,15.57732],[50.77628,15.56462],[50.77711,15.55880],[50.77934,15.55451],[50.78097,15.54464],[50.78015,15.53735],[50.77728,15.52422],[50.78867,15.51289],[50.79128,15.51151],[50.78867,15.49452],[50.79062,15.48714],[50.79128,15.48121],[50.79681,15.47460],[50.79811,15.46937],[50.80115,15.46508],[50.80247,15.45607],[50.80437,15.45117],[50.80751,15.45074],[50.80811,15.44311],[50.80898,15.43976],[50.80816,15.43203],[50.80621,15.42508],[50.80339,15.42027],[50.79986,15.41830],[50.79737,15.41778],[50.79563,15.41487],[50.79283,15.41461],[50.79147,15.41238],[50.78756,15.40903],[50.78400,15.40377],[50.78231,15.40291],[50.77813,15.39493],[50.77678,15.39373],[50.77542,15.38498],[50.77830,15.38137],[50.77824,15.37416],[50.78166,15.37038],[50.78519,15.37433],[50.78725,15.37193],[50.78861,15.37408],[50.79631,15.37296],[50.80257,15.36646],[50.80512,15.36955],[50.80696,15.37530],[50.80913,15.37247],[50.81233,15.37522],[50.81477,15.37075],[50.81938,15.37324],[50.82128,15.37668],[50.82366,15.37281],[50.82925,15.37153],[50.83611,15.37014],[50.84386,15.36036],[50.84733,15.35847],[50.85172,15.35461],[50.85285,15.34834],[50.85741,15.33924],[50.85751,15.33160],[50.85925,15.32903],[50.85919,15.32628],[50.86071,15.32131],[50.86039,15.31538],[50.86212,15.30920],[50.87671,15.29242],[50.88239,15.28959],[50.89100,15.27723],[50.89403,15.27783],[50.89712,15.27551],[50.89961,15.27731],[50.90215,15.27620],[50.91259,15.27074],[50.91643,15.27151],[50.91925,15.26773],[50.92341,15.26902],[50.92547,15.27022],[50.93223,15.26859],[50.93575,15.27056],[50.93932,15.27880],[50.94132,15.27863],[50.94694,15.29134],[50.95132,15.29151],[50.95376,15.29331],[50.95976,15.28653],[50.96143,15.27700],[50.96349,15.27443],[50.97165,15.27777],[50.97365,15.27674],[50.97767,15.27619],[50.98005,15.27387],[50.97983,15.27061],[50.98042,15.26357],[50.98134,15.25868],[50.98134,15.24967],[50.98021,15.24881],[50.98248,15.24581],[50.98426,15.24314],[50.98604,15.24005],[50.98864,15.24409],[50.99026,15.24014],[50.99215,15.24023],[50.99480,15.23842],[50.99625,15.24263],[50.99766,15.24306],[50.99928,15.23654],[50.99804,15.23224],[50.99652,15.22812],[50.99539,15.21748],[50.99318,15.21448],[50.99199,15.20933],[50.99323,15.20675],[50.99278,15.20349],[50.99057,15.20108],[50.98905,15.19662],[50.98706,15.19662],[50.98403,15.19937],[50.98057,15.18967],[50.98295,15.18323],[50.98344,15.17945],[50.98527,15.17834],[50.98679,15.17250],[50.98846,15.17671],[50.99267,15.17739],[50.99386,15.17800],[50.99581,15.17636],[51.00342,15.17525],[51.01104,15.17508],[51.01567,15.17358],[51.02053,15.17229],[51.02020,15.16903],[51.01869,15.16817],[51.01621,15.15924],[51.01362,15.14440],[51.01254,15.14405],[51.01032,15.14045],[51.00832,15.14216],[51.00508,15.13985],[50.99995,15.13487],[50.99341,15.13246],[50.99309,15.14165],[50.99206,15.14156],[50.99206,15.13581],[50.99088,15.13006],[50.99179,15.12683],[50.99341,15.12322],[50.99331,15.11816],[50.99228,15.11353],[50.99217,15.10572],[50.99450,15.10185],[50.99720,15.10134],[51.00152,15.09808],[51.00527,15.10134],[51.00657,15.10675],[51.00949,15.10829],[51.01165,15.10460],[51.01343,15.09979],[51.01321,15.09439],[51.01386,15.08992],[51.01537,15.08477],[51.01397,15.08391],[51.01413,15.07773],[51.01661,15.07808],[51.01758,15.07567],[51.01856,15.07015],[51.02147,15.06818],[51.02315,15.06063],[51.02277,15.05745],[51.01273,15.05565],[51.01192,15.04647],[51.01273,15.03634],[51.01548,15.03428],[51.01737,15.03599],[51.02034,15.03351],[51.02190,15.03290],[51.02342,15.02715],[51.02342,15.02123],[51.02239,15.01574],[51.01624,15.01428],[51.01564,15.00896],[51.01073,14.99754],[51.00954,14.99617],[51.01148,14.99025],[51.01084,14.98527],[51.00808,14.98355],[51.00630,14.98321],[51.00122,14.97703],[50.98984,14.96725],[50.98746,14.97411],[50.97758,14.98879],[50.98141,14.99334],[50.98617,15.00630],[50.97844,15.01231],[50.97125,15.01505],[50.96974,15.01892],[50.96677,15.02123],[50.96715,15.01660],[50.96569,15.01583],[50.96282,15.01042],[50.95782,15.01036],[50.95046,15.01474],[50.94338,15.01225],[50.94003,15.01336],[50.93576,15.00693],[50.92856,15.00143],[50.92721,14.99500],[50.92158,14.98847],[50.91509,14.99458],[50.91309,14.99750],[50.90659,14.99776],[50.90611,15.00076],[50.90719,15.00523],[50.90519,15.00360],[50.90053,14.99570],[50.89441,14.99621],[50.89122,14.99312],[50.88997,14.99639],[50.88516,14.99853],[50.87757,15.00013],[50.87243,15.00202],[50.86912,15.00090],[50.87020,14.99489],[50.86939,14.98511],[50.86836,14.98167],[50.86804,14.97712],[50.86134,14.96070],[50.86319,14.95520],[50.86584,14.94568],[50.87034,14.93752],[50.87651,14.90147],[50.87619,14.89967],[50.86795,14.89693],[50.87191,14.88783],[50.87505,14.88259],[50.87749,14.87435],[50.87751,14.86695],[50.87041,14.86231],[50.86998,14.85682],[50.86927,14.85390],[50.87074,14.84635],[50.86933,14.84043],[50.87215,14.83425],[50.87334,14.83099],[50.87095,14.82335],[50.87025,14.82258],[50.86906,14.82412],[50.86624,14.82275],[50.86229,14.82026],[50.85947,14.82052],[50.85801,14.81785],[50.85676,14.81785],[50.85346,14.81219],[50.85058,14.80919],[50.84565,14.80678],[50.83644,14.80206],[50.83120,14.80209],[50.82962,14.80063],[50.82686,14.80029],[50.82437,14.80037],[50.82100,14.79514],[50.82052,14.79299],[50.82431,14.79290],[50.82388,14.78827],[50.82279,14.78389],[50.82073,14.77977],[50.81992,14.76673],[50.82138,14.76441],[50.82274,14.76458],[50.82263,14.76201],[50.82502,14.75900],[50.82475,14.74982],[50.82919,14.74784],[50.82968,14.74295],[50.82876,14.74063],[50.82946,14.73935],[50.82805,14.73737],[50.82534,14.73325],[50.82453,14.72793],[50.82274,14.72596],[50.82296,14.72184],[50.82388,14.71729],[50.82735,14.71643],[50.83179,14.71952],[50.83271,14.72081],[50.83472,14.71866],[50.83580,14.71591],[50.83765,14.71454],[50.83889,14.71128],[50.84101,14.70862],[50.83987,14.69841],[50.83944,14.69248],[50.83851,14.68956],[50.83960,14.68596],[50.84122,14.68502],[50.84144,14.68193],[50.84290,14.68132],[50.84664,14.67171],[50.84974,14.66400],[50.85023,14.66005],[50.84844,14.65138],[50.84915,14.64761],[50.85207,14.64340],[50.85186,14.63920],[50.85397,14.63636],[50.85619,14.62907],[50.85792,14.61937],[50.85966,14.62074],[50.86361,14.61928],[50.86573,14.61988],[50.86692,14.62280],[50.86979,14.62538],[50.87282,14.62555],[50.87975,14.62967],[50.88290,14.63272],[50.88989,14.63495],[50.89757,14.63641],[50.90088,14.64139],[50.90521,14.65357],[50.91901,14.65203],[50.92626,14.65288],[50.92907,14.65108],[50.93194,14.65056],[50.93156,14.64387],[50.92962,14.63674],[50.92577,14.62713],[50.92594,14.61631],[50.92220,14.61091],[50.92128,14.60207],[50.91708,14.59356],[50.91729,14.58875],[50.91535,14.58188],[50.91870,14.56420],[50.92563,14.56180],[50.92898,14.56575],[50.93634,14.57141],[50.94250,14.58377],[50.95332,14.58738],[50.96300,14.59733],[50.96646,14.59390],[50.96927,14.59768],[50.97576,14.59836],[50.97997,14.60111],[50.98138,14.59905],[50.98732,14.59922],[50.98764,14.59459],[50.99488,14.58154],[51.00082,14.57879],[51.00633,14.56746],[51.00925,14.56678],[51.01065,14.56489],[51.00785,14.55854],[51.00709,14.55287],[51.00407,14.53639],[51.00612,14.53313],[51.00882,14.53588],[51.00990,14.54051],[51.01238,14.54000],[51.01681,14.53210],[51.01940,14.52403],[51.02167,14.50017],[51.03290,14.50292],[51.04304,14.50979],[51.04704,14.50103],[51.04661,14.49760],[51.04456,14.49554],[51.04412,14.49056],[51.03290,14.49296],[51.02404,14.49245],[51.02599,14.47460],[51.02933,14.47700],[51.03182,14.46962],[51.03506,14.46653],[51.03570,14.45863],[51.03624,14.45073],[51.02566,14.43254],[51.02415,14.43056],[51.02210,14.42584],[51.01929,14.42061],[51.01897,14.41005],[51.02156,14.40447],[51.02269,14.39512],[51.02696,14.38559],[51.03117,14.38379],[51.03867,14.38344],[51.03981,14.37615],[51.03916,14.37374],[51.04223,14.36997],[51.04585,14.36164],[51.04304,14.35598],[51.04342,14.35117],[51.04132,14.34628],[51.03921,14.34413],[51.03927,14.33675],[51.04337,14.33169],[51.04747,14.32800],[51.05006,14.32671],[51.05551,14.31787],[51.05621,14.31461],[51.05529,14.30843],[51.05518,14.30190],[51.05179,14.29697],[51.04801,14.29500],[51.04639,14.29139],[51.03959,14.28848],[51.04002,14.27268],[51.03738,14.27337],[51.03630,14.27903],[51.03425,14.27998],[51.03160,14.28556],[51.02799,14.28582],[51.01932,14.27748],[51.01490,14.27997],[51.01144,14.27284],[51.00809,14.26503],[51.00901,14.25988],[51.00615,14.26057],[51.00280,14.26237],[50.99988,14.26769],[50.99869,14.26494],[50.99189,14.25773],[50.98740,14.25816],[50.98470,14.26263],[50.98308,14.27336],[50.98011,14.28031],[50.97800,14.28117],[50.97719,14.28563],[50.97762,14.28941],[50.97887,14.29868],[50.98162,14.30546],[50.98470,14.31335],[50.98481,14.31953],[50.98443,14.32382],[50.98227,14.32872],[50.98049,14.32606],[50.97729,14.32544],[50.97586,14.32715],[50.97440,14.32857],[50.97323,14.32767],[50.97218,14.32561],[50.97275,14.32359],[50.97237,14.31939],[50.97342,14.31690],[50.97267,14.31316],[50.96934,14.30952],[50.96810,14.30664],[50.96599,14.30269],[50.96513,14.30244],[50.96367,14.30441],[50.96044,14.31544],[50.95930,14.31681],[50.95790,14.31600],[50.95549,14.31020],[50.95417,14.31029],[50.95214,14.31462],[50.95095,14.32016],[50.94922,14.32707],[50.94900,14.33239],[50.94876,14.33509],[50.94949,14.33578],[50.94941,14.34024],[50.94838,14.34436],[50.94792,14.34687],[50.94633,14.34627],[50.94492,14.34871],[50.94470,14.35283],[50.94365,14.35820],[50.94246,14.36069],[50.94105,14.36013],[50.94127,14.36343],[50.94203,14.36721],[50.94200,14.36919],[50.93916,14.36884],[50.93889,14.37176],[50.93843,14.37206],[50.93792,14.37498],[50.93884,14.37609],[50.93878,14.37833],[50.93946,14.37906],[50.94051,14.38661],[50.94181,14.38755],[50.94013,14.38940],[50.93811,14.39167],[50.93619,14.39626],[50.93410,14.39815],[50.93286,14.40026],[50.93067,14.39897],[50.92921,14.39923],[50.92791,14.40047],[50.92683,14.39996],[50.92369,14.40154],[50.92345,14.39905],[50.92204,14.39536],[50.92071,14.39429],[50.92120,14.39227],[50.92047,14.39107],[50.91971,14.39159],[50.91892,14.39446],[50.91830,14.39193],[50.91914,14.38845],[50.91790,14.38815],[50.91679,14.38588],[50.91603,14.38532],[50.91389,14.38601],[50.91273,14.38566],[50.91018,14.38682],[50.90824,14.38815],[50.90412,14.38691],[50.90296,14.38573],[50.89999,14.38745],[50.89898,14.38440],[50.89958,14.38316],[50.89793,14.38028],[50.89855,14.37857],[50.89760,14.37621],[50.89850,14.37492],[50.89639,14.37427],[50.89777,14.36569],[50.89847,14.36140],[50.89991,14.35912],[50.89839,14.35595],[50.89980,14.35243],[50.90094,14.35243],[50.90104,14.34844],[50.89747,14.34814],[50.89517,14.34977],[50.89279,14.34839],[50.89292,14.34303],[50.89049,14.33685],[50.89089,14.33432],[50.88876,14.31685],[50.88426,14.30436],[50.88551,14.29488],[50.88580,14.29033],[50.88800,14.28891],[50.89290,14.28269],[50.89544,14.27180],[50.89555,14.26750],[50.88949,14.25536],[50.88686,14.24416],[50.88835,14.23476],[50.88739,14.23292],[50.88122,14.23652],[50.87396,14.23553],[50.85908,14.22335],[50.86011,14.22026],[50.86074,14.21987],[50.86025,14.21584],[50.85689,14.21069],[50.85434,14.20610],[50.85253,14.20395],[50.85147,14.20035],[50.85223,14.19477],[50.85012,14.19095],[50.84995,14.18528],[50.84814,14.17614],[50.84784,14.16121],[50.84310,14.15284],[50.84234,14.14687],[50.83396,14.13220],[50.83464,14.12659],[50.83241,14.11565],[50.83081,14.11414],[50.83008,14.11131],[50.83046,14.10753],[50.82859,14.10157],[50.82677,14.09981],[50.82645,14.09796],[50.82686,14.09539],[50.82640,14.09084],[50.82625,14.08879],[50.82414,14.08536],[50.82246,14.08351],[50.81874,14.07828],[50.81459,14.07729],[50.81294,14.07785],[50.81110,14.07206],[50.81139,14.07004],[50.81004,14.06163],[50.81194,14.05815],[50.81215,14.05455],[50.81015,14.04760],[50.81113,14.04095],[50.81001,14.03850],[50.80494,14.03429],[50.80424,14.03039],[50.80562,14.02726],[50.80855,14.02490],[50.81031,14.02009],[50.81150,14.01597],[50.81180,14.01146],[50.81083,14.00563],[50.81048,14.00328],[50.81241,14.00396],[50.81439,14.00375],[50.81612,13.99971],[50.81699,13.99868],[50.81799,13.99516],[50.82038,13.99040],[50.81930,13.99003],[50.81878,13.98788],[50.81642,13.98496],[50.81493,13.98088],[50.81409,13.97526],[50.81154,13.97101],[50.81119,13.96355],[50.81011,13.95874],[50.80881,13.95647],[50.80748,13.95334],[50.80547,13.95471],[50.80056,13.95561],[50.79885,13.95106],[50.79576,13.94608],[50.79435,13.94664],[50.79386,13.94552],[50.79226,13.94402],[50.79166,13.94076],[50.79020,13.93892],[50.79009,13.93192],[50.78922,13.93007],[50.78890,13.92729],[50.79004,13.91982],[50.78938,13.91733],[50.79126,13.91467],[50.79302,13.90604],[50.79440,13.90368],[50.79218,13.89733],[50.78854,13.89596],[50.78711,13.89694],[50.78575,13.89956],[50.78412,13.89918],[50.78241,13.89755],[50.78030,13.89433],[50.77373,13.89111],[50.77129,13.88716],[50.76841,13.88686],[50.76398,13.88785],[50.75259,13.90094],[50.74303,13.89493],[50.73934,13.87914],[50.74423,13.86798],[50.74206,13.86077],[50.72793,13.85648],[50.72576,13.84017],[50.72728,13.83468],[50.72522,13.82799],[50.72848,13.81305],[50.73326,13.80962],[50.73500,13.79674],[50.73445,13.79262],[50.73576,13.79005],[50.73663,13.77511],[50.73413,13.77082],[50.73641,13.75657],[50.72967,13.74826],[50.72924,13.74054],[50.73423,13.72784],[50.72543,13.70621],[50.72098,13.71170],[50.71880,13.70878],[50.71924,13.68887],[50.72533,13.68217],[50.73271,13.66518],[50.73000,13.64218],[50.72228,13.62295],[50.71620,13.62518],[50.71326,13.60767],[50.71076,13.60063],[50.71370,13.58759],[50.71554,13.55600],[50.70967,13.53832],[50.70696,13.53763],[50.70478,13.52442],[50.70032,13.52424],[50.69467,13.53180],[50.68804,13.53884],[50.67814,13.54227],[50.67401,13.53849],[50.66857,13.54004],[50.66867,13.52871],[50.66530,13.52459],[50.65591,13.51320],[50.65243,13.51234],[50.64938,13.51526],[50.64720,13.52384],[50.64024,13.52281],[50.63664,13.51646],[50.63370,13.49775],[50.62848,13.49466],[50.62292,13.49088],[50.61933,13.48144],[50.60343,13.46325],[50.60637,13.45810],[50.60876,13.44951],[50.61269,13.44162],[50.61181,13.42908],[50.61606,13.42788],[50.61824,13.42187],[50.61683,13.41690],[50.62194,13.41415],[50.62728,13.40900],[50.63534,13.40660],[50.64339,13.39252],[50.64786,13.39269],[50.64688,13.38102],[50.65123,13.37570],[50.65090,13.36900],[50.64198,13.37312],[50.62859,13.37398],[50.62380,13.36814],[50.61966,13.36746],[50.62020,13.35887],[50.61683,13.35870],[50.61628,13.35098],[50.61421,13.34257],[50.61334,13.33673],[50.60800,13.33398],[50.60931,13.32368],[50.60441,13.32489],[50.60146,13.31819],[50.59602,13.32248],[50.58977,13.32164],[50.58345,13.32335],[50.58138,13.31820],[50.57833,13.29125],[50.58432,13.28593],[50.59173,13.28421],[50.59260,13.27614],[50.59413,13.25898],[50.59609,13.25486],[50.59228,13.24662],[50.58694,13.24610],[50.58526,13.23780],[50.58069,13.23643],[50.57894,13.23162],[50.57120,13.23403],[50.56401,13.22132],[50.55648,13.22201],[50.55528,13.22562],[50.54961,13.22836],[50.54688,13.22150],[50.54143,13.22029],[50.53106,13.21017],[50.52514,13.20732],[50.52208,13.20681],[50.51662,13.19445],[50.51269,13.19411],[50.50407,13.19617],[50.50462,13.18707],[50.50385,13.17677],[50.50691,13.17230],[50.50876,13.15342],[50.50647,13.13694],[50.51259,13.14003],[50.51990,13.13402],[50.51706,13.12441],[50.50942,13.11308],[50.50320,13.10021],[50.50079,13.07789],[50.50134,13.06570],[50.50370,13.05560],[50.50839,13.05028],[50.51210,13.04324],[50.50981,13.03809],[50.51014,13.03037],[50.50370,13.03054],[50.49365,13.02608],[50.48207,13.01938],[50.46339,13.01749],[50.45235,13.02316],[50.44569,13.01664],[50.43836,13.00462],[50.43322,12.99312],[50.42218,12.98625],[50.41616,12.96943],[50.41452,12.94454],[50.40883,12.93990],[50.41266,12.93527],[50.41682,12.92342],[50.42491,12.91330],[50.42371,12.90488],[50.43355,12.88978],[50.44722,12.85236],[50.45421,12.83879],[50.46110,12.81768],[50.45148,12.81648],[50.44383,12.80532],[50.43760,12.80790],[50.44339,12.80137],[50.45093,12.79559],[50.43235,12.73207],[50.42382,12.73036],[50.41255,12.71010],[50.40446,12.70409],[50.39888,12.70615],[50.40544,12.69397],[50.41157,12.68143],[50.41736,12.67405],[50.41561,12.66530],[50.41190,12.65757],[50.41124,12.64315],[50.41474,12.63406],[50.41736,12.62221],[50.41540,12.61226],[50.40861,12.60436],[50.40679,12.59925],[50.40821,12.59135],[50.40766,12.57985],[50.40197,12.56784],[50.39956,12.55239],[50.40197,12.54398],[50.39967,12.54037],[50.40000,12.53247],[50.39781,12.50982],[50.39223,12.50947],[50.37351,12.48630],[50.36837,12.48647],[50.35917,12.48836],[50.35468,12.49059],[50.34953,12.48698],[50.34855,12.48149],[50.35556,12.46948],[50.35150,12.45815],[50.34931,12.45643],[50.34471,12.44390],[50.33595,12.43755],[50.33156,12.43291],[50.32806,12.43531],[50.32356,12.43137],[50.32510,12.42433],[50.32367,12.41815],[50.32576,12.41609],[50.32367,12.39961],[50.31962,12.39600],[50.31425,12.39892],[50.30975,12.39686],[50.30010,12.39978],[50.29002,12.39171],[50.28914,12.38021],[50.28475,12.36854],[50.27334,12.35910],[50.26972,12.35858],[50.26061,12.35017],[50.25249,12.34966],[50.24349,12.35601],[50.23811,12.34828],[50.24064,12.34176],[50.24316,12.33180],[50.24228,12.33094],[50.23789,12.33094],[50.23394,12.32682],[50.23394,12.33146],[50.22438,12.32871],[50.22065,12.33506],[50.21768,12.33403],[50.21900,12.32494],[50.21131,12.32648],[50.20769,12.32270],[50.20034,12.32579],[50.19990,12.33266],[50.19561,12.33369],[50.19309,12.33661],[50.18891,12.33661],[50.18715,12.33094],[50.18232,12.32339],[50.17660,12.32631],[50.17440,12.33318],[50.17264,12.33575],[50.17253,12.32820],[50.17242,12.31893],[50.17605,12.30417],[50.17528,12.29352],[50.17913,12.29181],[50.18616,12.29181],[50.19100,12.28425],[50.19517,12.27653],[50.20001,12.27824],[50.20265,12.29026],[50.20836,12.28872],[50.21166,12.28923],[50.20924,12.28185],[50.21517,12.28666],[50.22176,12.29490],[50.22374,12.28700],[50.22670,12.28683],[50.23439,12.27618],[50.23285,12.26812],[50.23593,12.26279],[50.23703,12.25816],[50.24164,12.25335],[50.24636,12.24031],[50.25097,12.24340],[50.25097,12.24855],[50.25404,12.24975],[50.24943,12.25782],[50.25031,12.26709],[50.25931,12.26640],[50.27083,12.25524],[50.27160,12.24872],[50.26831,12.24563],[50.27193,12.23121],[50.27094,12.21267],[50.27467,12.20203],[50.28915,12.20409],[50.29376,12.19711],[50.30735,12.20055],[50.30944,12.20123],[50.30790,12.19832],[50.31283,12.18836],[50.31700,12.18544],[50.32358,12.18510],[50.32259,12.16862],[50.32160,12.13978],[50.31853,12.12862],[50.31645,12.12502],[50.31722,12.11420],[50.32106,12.11609],[50.32358,12.10510],[50.31810,12.09961],[50.31415,12.10373],[50.31130,12.11660],[50.30670,12.12553],[50.29924,12.11781],[50.28948,12.12261],[50.28356,12.13532],[50.27928,12.13446],[50.27654,12.13944],[50.27193,12.12982],[50.26809,12.11884],[50.26919,12.11420],[50.26469,12.10631],[50.26238,12.09583],[50.25711,12.10133],[50.25228,12.08965],[50.24608,12.09515],[50.24531,12.10047],[50.24630,12.10442],[50.24278,12.10819],[50.23674,12.10871],[50.23751,12.11163],[50.23147,12.12725],[50.22917,12.14287],[50.22664,12.15626],[50.22137,12.15643],[50.21928,12.16141],[50.21412,12.15712],[50.20973,12.15901],[50.21170,12.16622],[50.21148,12.17548],[50.20379,12.17823],[50.20423,12.18390],[50.20281,12.18424],[50.19907,12.17909],[50.19874,12.18441],[50.19292,12.18905],[50.18830,12.20038],[50.17258,12.20741],[50.16848,12.20547],[50.16760,12.21405],[50.15902,12.21011],[50.15253,12.19998],[50.14131,12.19328],[50.13416,12.19483],[50.12194,12.19551],[50.11578,12.19929],[50.10884,12.19946],[50.10213,12.20873],[50.10114,12.21697],[50.10268,12.22298],[50.09982,12.22727],[50.09497,12.22693],[50.09288,12.23397],[50.09552,12.24324],[50.09123,12.24650],[50.08693,12.25165],[50.08142,12.26092],[50.07636,12.27173],[50.06964,12.26538],[50.06380,12.25937],[50.05829,12.25937],[50.05762,12.26178],[50.06093,12.26916],[50.05873,12.27362],[50.05355,12.28135],[50.05663,12.28581],[50.05807,12.29903],[50.05388,12.31121],[50.05156,12.31654],[50.04726,12.31585],[50.04341,12.31739],[50.03800,12.32392],[50.03227,12.32460],[50.03238,12.32924],[50.03448,12.33353],[50.03855,12.33799],[50.03580,12.34623],[50.03073,12.34967],[50.02499,12.35567],[50.02334,12.36237],[50.01628,12.36683],[50.01817,12.37609],[50.01189,12.37901],[50.01376,12.39995],[50.00891,12.39652],[50.00670,12.39755],[50.00416,12.40133],[49.99986,12.42536],[50.00107,12.42982],[49.99633,12.43326],[49.99114,12.42364],[49.98871,12.42897],[49.98397,12.43103],[49.98584,12.44201],[49.99214,12.45506],[49.99412,12.45901],[49.99125,12.46913],[49.99037,12.46725],[49.98066,12.47566],[49.98110,12.48836],[49.97227,12.49780],[49.96906,12.49282],[49.95813,12.48973],[49.95846,12.47720],[49.94687,12.46896],[49.93836,12.47428],[49.93482,12.47772],[49.93482,12.49317],[49.93217,12.49317],[49.92643,12.51325],[49.92687,12.52492],[49.92289,12.54312],[49.91703,12.54896],[49.90686,12.54947],[49.89669,12.54432],[49.89216,12.53831],[49.88950,12.53059],[49.88176,12.52115],[49.87590,12.51720],[49.86594,12.51737],[49.85940,12.51053],[49.85741,12.49766],[49.84678,12.49783],[49.83781,12.49800],[49.84224,12.48736],[49.84191,12.48118],[49.83571,12.47346],[49.83128,12.47157],[49.82497,12.47397],[49.81821,12.47294],[49.81190,12.46419],[49.80625,12.46556],[49.80104,12.46779],[49.79550,12.46384],[49.79151,12.46848],[49.79018,12.47459],[49.78575,12.46549],[49.76269,12.40421],[49.75903,12.40129],[49.75404,12.39940],[49.74761,12.40558],[49.74583,12.40352],[49.73951,12.40541],[49.73474,12.41038],[49.73108,12.41073],[49.72997,12.42360],[49.71787,12.42858],[49.71210,12.43356],[49.70322,12.44197],[49.70100,12.45416],[49.69656,12.46961],[49.69223,12.48368],[49.68661,12.48437],[49.68417,12.49725],[49.68672,12.51647],[49.68506,12.52145],[49.68084,12.52145],[49.67617,12.52145],[49.66651,12.52917],[49.66024,12.52152],[49.65324,12.52410],[49.64746,12.51706],[49.64268,12.51672],[49.64101,12.52599],[49.63767,12.52582],[49.63378,12.52101],[49.62822,12.52273],[49.62611,12.52770],[49.62644,12.53251],[49.62433,12.53251],[49.62311,12.52685],[49.61822,12.52788],[49.61699,12.53560],[49.62111,12.54607],[49.61977,12.56101],[49.61388,12.55500],[49.60954,12.56049],[49.60008,12.56324],[49.59605,12.56365],[49.58592,12.57515],[49.57980,12.57361],[49.56967,12.57000],[49.55820,12.57378],[49.55508,12.58047],[49.54573,12.58785],[49.54161,12.59335],[49.53804,12.58768],[49.52913,12.61120],[49.52501,12.62322],[49.52724,12.63060],[49.53091,12.63300],[49.53002,12.63764],[49.52311,12.64347],[49.51776,12.64210],[49.50937,12.64263],[49.50190,12.63799],[49.49309,12.64245],[49.48529,12.64297],[49.48284,12.63730],[49.47547,12.63215],[49.47481,12.63713],[49.46856,12.64022],[49.46800,12.64675],[49.45015,12.65705],[49.44691,12.65464],[49.43352,12.65499],[49.42849,12.67181],[49.42503,12.67988],[49.42403,12.70820],[49.41789,12.71301],[49.41319,12.71421],[49.40940,12.73292],[49.39409,12.75661],[49.38214,12.75970],[49.37476,12.75798],[49.36392,12.76811],[49.36302,12.77601],[49.35901,12.78062],[49.35387,12.77667],[49.34694,12.77839],[49.34213,12.79641],[49.33989,12.81564],[49.34045,12.83933],[49.34425,12.84533],[49.33743,12.85203],[49.33821,12.85632],[49.33173,12.87778],[49.33251,12.88945],[49.34123,12.88602],[49.34996,12.88035],[49.34873,12.90112],[49.34224,12.91743],[49.34414,12.92825],[49.34179,12.93666],[49.34280,12.94558],[49.33654,12.95640],[49.33419,12.97030],[49.32281,12.98786],[49.31743,12.99198],[49.31061,13.00349],[49.30492,13.00572],[49.30347,13.02803],[49.28791,13.03009],[49.27962,13.02563],[49.26416,13.03267],[49.26173,13.05617],[49.25210,13.05685],[49.24862,13.06424],[49.24593,13.07522],[49.24627,13.08192],[49.23394,13.08793],[49.22867,13.08518],[49.22475,13.09256],[49.22172,13.10561],[49.21679,13.11385],[49.20894,13.11110],[49.20344,13.10870],[49.19974,13.11350],[49.19615,13.12655],[49.19233,13.13479],[49.18470,13.14423],[49.17550,13.15677],[49.17169,13.17239],[49.16114,13.17651],[49.14407,13.16947],[49.11992,13.20809],[49.11318,13.24071],[49.11880,13.27006],[49.11936,13.28397],[49.10298,13.31306],[49.09062,13.33761],[49.08129,13.34619],[49.07623,13.35546],[49.06779,13.36353],[49.05632,13.37881],[49.05148,13.38774],[49.04844,13.39580],[49.04271,13.39151],[49.03877,13.39271],[49.03280,13.40061],[49.02290,13.40421],[49.01975,13.39992],[49.01130,13.40215],[49.00443,13.40713],[48.99396,13.40164],[48.98619,13.40198],[48.97875,13.41640],[48.97638,13.42361],[48.97177,13.42516],[48.96974,13.43237],[48.96467,13.44250],[48.96331,13.45108],[48.96151,13.46000],[48.95554,13.46533],[48.95091,13.48198],[48.94573,13.48593],[48.93987,13.49674],[48.94156,13.51030],[48.95249,13.50858],[48.96850,13.50910],[48.96838,13.51717],[48.97391,13.52901],[48.97255,13.53760],[48.96624,13.54463],[48.96624,13.55253],[48.96974,13.56300],[48.96489,13.57330],[48.96974,13.57776],[48.96838,13.58360],[48.96117,13.59012],[48.95644,13.58806],[48.95103,13.59012],[48.94111,13.60300],[48.93795,13.61261],[48.94392,13.60849],[48.94359,13.61639],[48.94776,13.62360],[48.94764,13.62926],[48.94314,13.62274],[48.93761,13.62205],[48.92949,13.62943],[48.92712,13.63510],[48.91629,13.63819],[48.91392,13.64162],[48.89313,13.65489],[48.89426,13.66142],[48.88974,13.66863],[48.88669,13.66760],[48.87947,13.67034],[48.87755,13.68270],[48.87789,13.69163],[48.88026,13.69953],[48.87947,13.70656],[48.87710,13.71789],[48.88274,13.72940],[48.88613,13.73077],[48.88500,13.73678],[48.87969,13.73643],[48.87461,13.74364],[48.86513,13.74879],[48.85598,13.74862],[48.85022,13.75635],[48.84299,13.75961],[48.83169,13.76539],[48.82932,13.77448],[48.83158,13.78169],[48.82887,13.78976],[48.82446,13.78530],[48.82197,13.79165],[48.81542,13.79766],[48.81440,13.79371],[48.79688,13.81465],[48.78093,13.80247],[48.77426,13.81191],[48.77064,13.82032],[48.77018,13.84023],[48.77165,13.84363],[48.76837,13.84826],[48.76984,13.85461],[48.76781,13.86835],[48.75898,13.88551],[48.75049,13.90199],[48.74121,13.91607],[48.73464,13.92242],[48.72038,13.94096],[48.72015,13.94560],[48.71879,13.95246],[48.71256,13.95504],[48.71109,13.97220],[48.70826,13.97838],[48.70894,13.98353],[48.70746,14.00499],[48.70384,14.00671],[48.69512,14.00980],[48.69115,14.01512],[48.68571,14.02490],[48.68344,14.02404],[48.67766,14.03228],[48.67472,14.04070],[48.67404,14.05065],[48.67098,14.05958],[48.65284,14.05215],[48.65590,14.04013],[48.65329,14.02382],[48.64683,14.02399],[48.64320,14.01678],[48.63923,14.00837],[48.63526,14.01816],[48.62845,14.02279],[48.62550,14.02897],[48.62811,14.04442],[48.62584,14.04683],[48.61983,14.04408],[48.61745,14.03962],[48.61121,14.04150],[48.60905,14.04923],[48.60337,14.05404],[48.60576,14.06090],[48.60474,14.06760],[48.59929,14.06519],[48.59429,14.06691],[48.59883,14.07275],[48.59849,14.09609],[48.59145,14.09506],[48.58771,14.11171],[48.58964,14.12236],[48.59599,14.13008],[48.59509,14.13592],[48.59270,14.14673],[48.59452,14.15343],[48.59145,14.15995],[48.58805,14.16321],[48.59111,14.17952],[48.59293,14.18192],[48.59168,14.19119],[48.58294,14.23114],[48.57771,14.23818],[48.57714,14.24711],[48.58078,14.25260],[48.57976,14.26942],[48.57567,14.27612],[48.57033,14.28522],[48.56454,14.30839],[48.56158,14.32161],[48.55431,14.32641],[48.55045,14.33191],[48.55295,14.33774],[48.55511,14.34530],[48.56090,14.34804],[48.56295,14.35405],[48.56919,14.35371],[48.57442,14.36040],[48.57317,14.36658],[48.56953,14.36813],[48.56829,14.37860],[48.57078,14.38787],[48.57839,14.39439],[48.58475,14.39268],[48.58373,14.38959],[48.59191,14.38735],[48.59304,14.39302],[48.59134,14.39765],[48.59225,14.40881],[48.59020,14.41705],[48.58759,14.42675],[48.58873,14.43121],[48.59895,14.43808],[48.60110,14.44306],[48.61767,14.45027],[48.62074,14.44786],[48.62482,14.45490],[48.62879,14.45456],[48.63764,14.44872],[48.64263,14.44460],[48.64377,14.45421],[48.64286,14.46125],[48.64558,14.46881],[48.64207,14.47378],[48.63776,14.47653],[48.63231,14.48752],[48.63016,14.49198],[48.62131,14.49335],[48.61711,14.50039],[48.61665,14.50571],[48.61904,14.51327],[48.61643,14.52099],[48.61325,14.52975],[48.61348,14.54245],[48.61030,14.54983],[48.60564,14.55034],[48.60417,14.55721],[48.60394,14.56425],[48.60825,14.56425],[48.60996,14.57180],[48.61552,14.58227],[48.61677,14.59257],[48.62698,14.60390],[48.62766,14.60716],[48.62618,14.61214],[48.62176,14.61592],[48.60439,14.62416],[48.60326,14.62965],[48.60360,14.63360],[48.60837,14.64424],[48.60701,14.64888],[48.60212,14.65437],[48.57998,14.66347],[48.58294,14.68424],[48.58180,14.70312],[48.58509,14.70759],[48.59372,14.71188],[48.60076,14.72098],[48.60371,14.72286],[48.61801,14.71497],[48.63866,14.72304],[48.65114,14.71857],[48.65023,14.71188],[48.67574,14.72441],[48.67971,14.72784],[48.68481,14.72698],[48.69648,14.73660],[48.70192,14.74432],[48.70328,14.75685],[48.70996,14.75788],[48.71076,14.77265],[48.71721,14.78758],[48.72918,14.79521],[48.73416,14.80997],[48.74729,14.80276],[48.75499,14.80636],[48.76585,14.81357],[48.77140,14.80808],[48.77445,14.81083],[48.77773,14.81100],[48.78113,14.82113],[48.78282,14.82525],[48.77943,14.82834],[48.78214,14.84482],[48.77875,14.84567],[48.77434,14.85923],[48.78045,14.86868],[48.77966,14.88086],[48.77570,14.88516],[48.77140,14.88430],[48.76913,14.88859],[48.77151,14.89511],[48.76461,14.90816],[48.76891,14.91743],[48.75963,14.94249],[48.76121,14.94798],[48.75748,14.95743],[48.76936,14.97596],[48.77479,14.98232],[48.78033,14.98026],[48.78542,14.97081],[48.78746,14.95949],[48.79051,14.95640],[48.79605,14.95416],[48.80454,14.96052],[48.80872,14.95863],[48.81765,14.96277],[48.82386,14.97049],[48.83573,14.96929],[48.84127,14.97444],[48.84194,14.98680],[48.84635,14.98560],[48.86126,14.97410],[48.87391,14.97444],[48.87436,14.98697],[48.89061,14.98457],[48.89050,14.99126],[48.89648,14.99143],[48.90473,14.99514],[48.91038,14.99188],[48.91737,14.99068],[48.92211,14.98690],[48.92730,14.98467],[48.92921,14.98141],[48.93361,14.98519],[48.93722,14.98845],[48.94286,14.98570],[48.94556,14.98021],[48.95458,14.97729],[48.97014,14.97781],[48.98321,14.98313],[48.98715,14.98982],[48.99143,14.99823],[48.99943,14.99926],[49.00382,15.00235],[49.00979,14.99326],[49.01361,14.99635],[49.01125,15.00287],[49.01508,15.01574],[49.01913,15.02106],[49.01440,15.02948],[49.01125,15.03926],[49.01361,15.05145],[49.01418,15.05746],[49.00945,15.06553],[49.00359,15.06329],[48.99807,15.06535],[48.99774,15.07428],[48.99646,15.09110],[48.99218,15.10381],[48.99905,15.10930],[48.99713,15.12046],[48.99725,15.13093],[48.99680,15.13968],[48.99331,15.15410],[48.98790,15.15754],[48.98373,15.15101],[48.97810,15.15016],[48.97720,15.16269],[48.97032,15.15908],[48.96627,15.16784],[48.95995,15.16784],[48.95714,15.16046],[48.94485,15.15410],[48.94428,15.15754],[48.94079,15.15822],[48.94248,15.16595],[48.94338,15.17230],[48.94643,15.17693],[48.94259,15.18895],[48.94519,15.19359],[48.95161,15.20183],[48.95680,15.21470],[48.95894,15.22431],[48.95736,15.23976],[48.95883,15.24285],[48.95691,15.25281],[48.95240,15.26294],[48.95860,15.26397],[48.95657,15.26843],[48.96491,15.26740],[48.96705,15.27495],[48.97517,15.28027],[48.98182,15.28255],[48.98587,15.27688],[48.99432,15.27774],[48.99116,15.28873],[48.98688,15.29216],[48.98384,15.29096],[48.97934,15.29834],[48.97776,15.30658],[48.98046,15.31241],[48.97517,15.32151],[48.97967,15.32821],[48.98350,15.33216],[48.98294,15.34383],[48.98396,15.35001],[48.98125,15.35876],[48.98091,15.36752],[48.97607,15.37507],[48.97066,15.38829],[48.96536,15.39172],[48.96232,15.40288],[48.95409,15.41507],[48.95037,15.42708],[48.94922,15.44814],[48.94415,15.45621],[48.95080,15.46616],[48.94404,15.47458],[48.94167,15.48556],[48.93704,15.49878],[48.93017,15.50342],[48.92611,15.50187],[48.91550,15.50942],[48.91212,15.51852],[48.90490,15.55165],[48.90084,15.56521],[48.89508,15.57671],[48.89632,15.60283],[48.89531,15.61089],[48.89700,15.61141],[48.89587,15.61776],[48.89113,15.62360],[48.88628,15.62549],[48.88289,15.63476],[48.88628,15.63922],[48.88255,15.65192],[48.87894,15.65810],[48.87183,15.66617],[48.86403,15.67664],[48.86110,15.68128],[48.85579,15.68728],[48.85455,15.69192],[48.85602,15.69655],[48.85929,15.70308],[48.85907,15.71286],[48.85726,15.71338],[48.85455,15.73003],[48.85150,15.75355],[48.85692,15.76299],[48.86618,15.77449],[48.87386,15.77929],[48.87295,15.79577],[48.87092,15.80822],[48.87284,15.81766],[48.86979,15.82951],[48.87612,15.83826],[48.87533,15.84376],[48.87115,15.84307],[48.86810,15.85079],[48.86358,15.84341],[48.86076,15.83895],[48.85715,15.84427],[48.85545,15.85972],[48.85184,15.86212],[48.85443,15.87877],[48.84562,15.87929],[48.84020,15.88410],[48.83297,15.89525],[48.83647,15.91585],[48.83173,15.92804],[48.82303,15.92221],[48.81760,15.93765],[48.82223,15.94521],[48.82087,15.95860],[48.81353,15.94985],[48.80222,15.94864],[48.79679,15.95980],[48.79634,15.96547],[48.78741,15.98109],[48.77700,15.99431],[48.77225,16.01456],[48.75912,16.05439],[48.74826,16.07979],[48.74418,16.11207],[48.74509,16.12133],[48.74158,16.14399],[48.74362,16.14691],[48.74305,16.15120],[48.74815,16.15601],[48.74475,16.17575],[48.74056,16.21541],[48.73920,16.25094],[48.73637,16.26656],[48.74090,16.26931],[48.73954,16.28201],[48.73728,16.29540],[48.73932,16.30227],[48.73715,16.30580],[48.73262,16.31027],[48.73024,16.32709],[48.73205,16.33876],[48.74383,16.34220],[48.73998,16.34649],[48.74055,16.34992],[48.73726,16.35507],[48.73330,16.34958],[48.72798,16.36056],[48.72639,16.36262],[48.72934,16.37430],[48.72753,16.37893],[48.73183,16.38580],[48.73715,16.39129],[48.73590,16.39455],[48.73953,16.40279],[48.74451,16.41275],[48.75141,16.41429],[48.75933,16.42202],[48.76556,16.43695],[48.77563,16.44142],[48.77778,16.43713],[48.78603,16.44434],[48.79130,16.44872],[48.79854,16.44923],[48.80385,16.46331],[48.80905,16.46382],[48.80351,16.47395],[48.80046,16.48151],[48.80182,16.51670],[48.79775,16.51858],[48.80306,16.52854],[48.81143,16.53781],[48.81346,16.54056],[48.80589,16.55034],[48.79684,16.56201],[48.79243,16.56493],[48.79209,16.57798],[48.78564,16.59446],[48.78180,16.59223],[48.77942,16.61317],[48.77933,16.63075],[48.78556,16.63573],[48.78488,16.64826],[48.78262,16.65461],[48.78069,16.66268],[48.77470,16.66354],[48.77085,16.67435],[48.75059,16.67950],[48.74143,16.67212],[48.73735,16.67401],[48.73226,16.67950],[48.72727,16.68174],[48.72841,16.68895],[48.73531,16.69959],[48.73486,16.70714],[48.73746,16.71298],[48.73701,16.72774],[48.73339,16.72654],[48.73237,16.73272],[48.72931,16.73444],[48.72988,16.74096],[48.73158,16.74645],[48.72206,16.75315],[48.71753,16.75486],[48.71618,16.76225],[48.71719,16.76430],[48.71198,16.77254],[48.71221,16.77941],[48.71278,16.78971],[48.70485,16.80040],[48.70904,16.80744],[48.71176,16.80658],[48.70949,16.82117],[48.71142,16.83062],[48.71561,16.83456],[48.71063,16.84109],[48.71221,16.87078],[48.71606,16.87439],[48.72127,16.87834],[48.71493,16.88675],[48.71584,16.90220],[48.71142,16.90203],[48.70632,16.90666],[48.70372,16.90718],[48.70077,16.91627],[48.69114,16.91490],[48.68128,16.90992],[48.67573,16.90907],[48.67187,16.91387],[48.67074,16.92177],[48.66609,16.91816],[48.66076,16.92091],[48.65611,16.92039],[48.65418,16.91782],[48.64659,16.92005],[48.64374,16.91980],[48.64193,16.92701],[48.63807,16.92701],[48.63456,16.92426],[48.62661,16.91894],[48.62139,16.91894],[48.61856,16.92718],[48.61606,16.93868],[48.61924,16.94452],[48.62253,16.95774],[48.62843,16.96031],[48.63421,16.96529],[48.63909,16.96443],[48.64703,16.97164],[48.65554,16.96838],[48.66801,16.96924],[48.67515,16.97902],[48.68252,16.98248],[48.68739,16.99312],[48.69544,17.00170],[48.70529,16.99810],[48.71175,17.00479],[48.71843,17.01423],[48.72783,17.01595],[48.73904,17.02831],[48.74776,17.03123],[48.75285,17.04204],[48.76302,17.04351],[48.76789,17.05209],[48.77196,17.06325],[48.77920,17.07200],[48.78327,17.08677],[48.79051,17.09260],[48.79651,17.09175],[48.80442,17.10479],[48.81686,17.10891],[48.82251,17.10548],[48.83035,17.11149],[48.83543,17.12539],[48.84176,17.14359],[48.84391,17.15543],[48.85227,17.16230],[48.85690,17.17397],[48.86740,17.18530],[48.87496,17.19406],[48.87700,17.20092],[48.87000,17.21723],[48.87056,17.22633],[48.86627,17.23543],[48.86717,17.24487],[48.86029,17.25500],[48.85972,17.26907],[48.85904,17.27869],[48.85340,17.28177],[48.84707,17.29894],[48.84244,17.30649],[48.84404,17.32054],[48.83635,17.32295],[48.82822,17.33411],[48.82505,17.34612],[48.81827,17.35608],[48.81239,17.36157],[48.81861,17.37874],[48.81228,17.39779],[48.82110,17.40723],[48.82833,17.41908],[48.82392,17.43350],[48.83918,17.43607],[48.83669,17.44500],[48.84573,17.45290],[48.84008,17.47796],[48.81863,17.50928],[48.81162,17.52061],[48.81151,17.53143],[48.81784,17.54001],[48.81558,17.54876],[48.82349,17.55838],[48.82586,17.56353],[48.82213,17.57572],[48.82575,17.59305],[48.82971,17.59820],[48.83988,17.60164],[48.84180,17.62224],[48.84629,17.62314],[48.85227,17.63000],[48.85385,17.63550],[48.85385,17.64786],[48.85487,17.65575],[48.85374,17.66760],[48.86029,17.68356],[48.86210,17.69060],[48.85950,17.70588],[48.86876,17.71686],[48.87610,17.72407],[48.87779,17.73248],[48.88637,17.74175],[48.88931,17.74364],[48.89055,17.74742],[48.90026,17.75308],[48.90861,17.76579],[48.91257,17.77626],[48.91697,17.78364],[48.92464,17.78450],[48.92509,17.81643],[48.92690,17.81832],[48.92600,17.84321],[48.92679,17.84904],[48.92430,17.86037],[48.92216,17.87016],[48.92588,17.87857],[48.92791,17.88646],[48.94505,17.89058],[48.95125,17.89719],[48.96388,17.90440],[48.96996,17.90114],[48.97729,17.90268],[48.98562,17.90543],[48.99238,17.91436],[49.00061,17.91539],[49.00894,17.91367],[49.01581,17.92174],[49.02110,17.93032],[49.02331,17.94816],[49.02444,17.95503],[49.02286,17.97443],[49.02253,17.98301],[49.02680,17.98764],[49.02658,17.99503],[49.02309,18.00018],[49.02027,18.01047],[49.02095,18.02610],[49.02714,18.03142],[49.02512,18.03691],[49.03041,18.05150],[49.02692,18.05785],[49.03164,18.05734],[49.03446,18.06489],[49.03885,18.07262],[49.04200,18.07674],[49.04616,18.08309],[49.05289,18.08483],[49.05807,18.09702],[49.06369,18.09204],[49.06797,18.09307],[49.06651,18.09685],[49.08652,18.11212],[49.09091,18.11779],[49.11394,18.11127],[49.11798,18.11522],[49.11697,18.12277],[49.12584,18.11814],[49.13045,18.11058],[49.13494,18.10818],[49.14112,18.11419],[49.14359,18.11951],[49.15212,18.11848],[49.15516,18.12998],[49.16032,18.13445],[49.16111,18.13788],[49.16930,18.13015],[49.18916,18.13221],[49.19681,18.14339],[49.20421,18.14717],[49.20466,18.15026],[49.21419,18.14889],[49.21576,18.15524],[49.22025,18.15404],[49.23045,18.15816],[49.23090,18.15232],[49.22967,18.14597],[49.23572,18.14820],[49.24681,18.14803],[49.25152,18.15215],[49.25443,18.16279],[49.26127,18.16365],[49.26261,18.17378],[49.26754,18.18064],[49.27045,18.18614],[49.27930,18.18511],[49.28098,18.18665],[49.28669,18.18494],[49.28915,18.19197],[49.28949,18.19815],[49.29240,18.20279],[49.29128,18.20880],[49.29296,18.21429],[49.29240,18.21824],[49.29453,18.22253],[49.29352,18.22820],[49.29397,18.23781],[49.29475,18.24948],[49.29845,18.26630],[49.30102,18.27163],[49.30270,18.28536],[49.30595,18.30510],[49.31031,18.30235],[49.31311,18.32106],[49.31781,18.32845],[49.32419,18.36604],[49.32871,18.37897],[49.34258,18.39047],[49.34750,18.39631],[49.35019,18.40558],[49.35589,18.39940],[49.35992,18.40936],[49.36752,18.41811],[49.38216,18.41159],[49.39798,18.40678],[49.39854,18.41142],[49.39463,18.42189],[49.39128,18.43854],[49.39295,18.45193],[49.39798,18.45210],[49.40345,18.46120],[49.40781,18.47630],[49.41339,18.48025],[49.41753,18.47905],[49.42579,18.48712],[49.42903,18.49673],[49.43349,18.49261],[49.43584,18.50240],[49.44175,18.50789],[49.44678,18.51699],[49.44887,18.52430],[49.45569,18.52551],[49.45837,18.53443],[49.46294,18.53632],[49.46595,18.55040],[49.47097,18.54817],[49.47454,18.54422],[49.48146,18.54044],[49.48302,18.53684],[49.48960,18.53632],[49.49317,18.54336],[49.49986,18.54799],[49.50354,18.55744],[49.50733,18.57237],[49.50554,18.58404],[49.50944,18.59726],[49.50577,18.60018],[49.49774,18.60121],[49.49573,18.60722],[49.49439,18.61769],[49.49785,18.63211],[49.49529,18.64052],[49.50008,18.64275],[49.50030,18.65065],[49.50209,18.66524],[49.50655,18.67502],[49.50420,18.68395],[49.49919,18.68790],[49.49852,18.69751],[49.50153,18.70592],[49.50119,18.71142],[49.49807,18.71983],[49.49473,18.72635],[49.48871,18.73648],[49.48815,18.74918],[49.48837,18.75742],[49.49250,18.76343],[49.49841,18.77064],[49.50565,18.78197],[49.50833,18.79210],[49.50900,18.80137],[49.51491,18.80995],[49.51602,18.81888],[49.51412,18.84308]], // Germany - DE_BY: [[47.58434,9.60202], [47.58521,9.60373], [47.58620,9.60767], [47.58326,9.61012], [47.58329,9.61047], [47.57980,9.61364], [47.58107,9.61619], [47.58144,9.61681], [47.58174,9.61829], [47.58312,9.62016], [47.58433,9.61954], [47.58601,9.62190], [47.58664,9.62152], [47.58829,9.62198], [47.58873,9.62285], [47.59112,9.62487], [47.59264,9.62659], [47.59309,9.63058], [47.59303,9.63217], [47.59367,9.63294], [47.59347,9.63489], [47.59267,9.63629], [47.59185,9.63712], [47.59167,9.63824], [47.59082,9.63878], [47.59041,9.63998], [47.58979,9.64279], [47.59114,9.64485], [47.59257,9.64493], [47.59338,9.64272], [47.59726,9.64086], [47.59953,9.63910], [47.60214,9.63566], [47.60480,9.63789], [47.60405,9.64596], [47.60567,9.64768], [47.60601,9.65377], [47.60775,9.65266], [47.61226,9.65789], [47.61163,9.67145], [47.60925,9.67575], [47.60509,9.67841], [47.60468,9.68321], [47.60717,9.68785], [47.61070,9.69188], [47.60989,9.69291], [47.60729,9.69248], [47.60578,9.69523], [47.60457,9.69506], [47.60283,9.69943], [47.60318,9.70149], [47.60173,9.70450], [47.60266,9.70793], [47.60439,9.71025], [47.60659,9.71188], [47.60613,9.71540], [47.60787,9.71780], [47.60833,9.72012], [47.60740,9.72536], [47.60729,9.72724], [47.60920,9.72784], [47.61180,9.72939], [47.61649,9.73514], [47.61209,9.73754], [47.61377,9.73943], [47.61377,9.74029], [47.61602,9.74252], [47.61747,9.74604], [47.61643,9.74767], [47.61498,9.74690], [47.61226,9.74656], [47.61076,9.74286], [47.60734,9.74415], [47.60515,9.74089], [47.60474,9.74252], [47.60422,9.74630], [47.60312,9.74904], [47.60937,9.75600], [47.61116,9.75291], [47.61406,9.75462], [47.61458,9.75600], [47.61602,9.75780], [47.61788,9.76175], [47.62407,9.77119], [47.62731,9.77548], [47.63164,9.77934], [47.63101,9.78449], [47.63378,9.78887], [47.63592,9.79471], [47.64477,9.79968], [47.64761,9.79282], [47.65154,9.80123], [47.65159,9.80913], [47.64974,9.81428], [47.65090,9.81685], [47.65489,9.81943], [47.65726,9.82715], [47.65963,9.82861], [47.66148,9.82784], [47.66356,9.83067], [47.66726,9.83136], [47.66813,9.82990], [47.67177,9.83015], [47.67345,9.83376], [47.67293,9.83736], [47.66911,9.83762], [47.67206,9.83917], [47.67506,9.83908], [47.67784,9.84020], [47.67784,9.84372], [47.67865,9.85135], [47.67784,9.85968], [47.67587,9.87084], [47.67628,9.87607], [47.67408,9.88088], [47.67056,9.88268], [47.66478,9.89170], [47.66154,9.90320], [47.66131,9.91641], [47.65720,9.92594], [47.65408,9.93229], [47.65842,9.94088], [47.65587,9.94482], [47.65657,9.95246], [47.65292,9.95984], [47.65472,9.96096], [47.65483,9.97023], [47.65697,9.97452], [47.66194,9.97761], [47.66333,9.97478], [47.66703,9.97650], [47.66695,9.97989], [47.67625,9.99045], [47.67960,9.99560], [47.68371,10.00023], [47.68405,10.00744], [47.68619,10.02092], [47.68827,10.02839], [47.68602,10.02967], [47.68238,10.03225], [47.67718,10.02976], [47.67562,10.03062], [47.67671,10.03508], [47.67978,10.03654], [47.67735,10.04092], [47.67874,10.04418], [47.67510,10.04315], [47.67856,10.04641], [47.68249,10.04847], [47.68053,10.05053], [47.68001,10.05439], [47.68111,10.05928], [47.67463,10.06512], [47.66325,10.06933], [47.65851,10.07576], [47.65047,10.07293], [47.64879,10.07568], [47.64269,10.07362], [47.63985,10.07508], [47.64309,10.07611], [47.64731,10.08100], [47.64778,10.07868], [47.65049,10.08194], [47.65402,10.08134], [47.65668,10.08349], [47.66026,10.08915], [47.66327,10.08752], [47.66333,10.09259], [47.66807,10.09216], [47.67333,10.08933], [47.67471,10.09113], [47.66801,10.10160], [47.66680,10.11319], [47.66980,10.11301], [47.67188,10.11791], [47.67593,10.12761], [47.67859,10.12975], [47.68182,10.12949], [47.68523,10.13241], [47.68673,10.12992], [47.69124,10.12752], [47.69765,10.13911], [47.70274,10.13859], [47.71227,10.12125], [47.72024,10.11430], [47.73346,10.11748], [47.74021,10.11113], [47.75077,10.11791], [47.75527,10.11301], [47.76012,10.11705], [47.76739,10.09130], [47.77108,10.08160], [47.77633,10.08340], [47.78043,10.07963], [47.77979,10.07662], [47.78198,10.06649], [47.78550,10.06469], [47.78983,10.06933], [47.79323,10.07508], [47.79617,10.08512], [47.79756,10.08624], [47.79946,10.08967], [47.80471,10.09010], [47.80534,10.09637], [47.80096,10.10203], [47.80125,10.10727], [47.80246,10.11036], [47.80125,10.11628], [47.80499,10.11430], [47.80678,10.11027], [47.81157,10.11559], [47.81347,10.12108], [47.81387,10.12829], [47.81013,10.13405], [47.80972,10.13679], [47.81549,10.13130], [47.82200,10.13087], [47.82246,10.12486], [47.82655,10.12297], [47.82817,10.11825], [47.83635,10.11199], [47.83963,10.10838], [47.84032,10.10418], [47.84263,10.10169], [47.84412,10.10160], [47.84677,10.10907], [47.85259,10.10641], [47.84672,10.10049], [47.84395,10.10049], [47.84620,10.09662], [47.84309,10.09473], [47.84384,10.09242], [47.84631,10.09173], [47.85202,10.09525], [47.85196,10.09817], [47.85420,10.09508], [47.85593,10.09731], [47.85495,10.10040], [47.85697,10.10443], [47.86088,10.10263], [47.86417,10.10426], [47.86411,10.10117], [47.85795,10.09036], [47.85495,10.08237], [47.86065,10.07929], [47.86290,10.07911], [47.86411,10.07826], [47.86836,10.07567], [47.87032,10.08108], [47.86986,10.08571], [47.86802,10.08829], [47.86865,10.09129], [47.87228,10.09661], [47.87717,10.09764], [47.87815,10.10606], [47.88276,10.10460], [47.88402,10.09481], [47.88909,10.10073], [47.89358,10.10185], [47.90175,10.10116], [47.90578,10.10099], [47.90624,10.10417], [47.90947,10.10311], [47.91085,10.10964], [47.91609,10.10818], [47.91643,10.11084], [47.92184,10.10432], [47.92868,10.10620], [47.93328,10.11041], [47.93835,10.10964], [47.94076,10.10311], [47.94404,10.09445], [47.95030,10.08698], [47.96024,10.08432], [47.96834,10.08766], [47.97156,10.09110], [47.97386,10.09745], [47.97535,10.11067], [47.97662,10.11522], [47.98058,10.11453], [47.98719,10.11513], [47.98880,10.11462], [47.99506,10.11959], [47.99713,10.12131], [48.00431,10.11813], [48.00752,10.12389], [48.01206,10.12552], [48.01728,10.13418], [48.02343,10.13410], [48.03049,10.12835], [48.03284,10.12758], [48.03588,10.12921], [48.04053,10.13504], [48.04506,10.13650], [48.04724,10.14028], [48.05327,10.13882], [48.05619,10.14174], [48.06296,10.14045], [48.07025,10.14174], [48.07409,10.14311], [48.07507,10.13727], [48.07707,10.13444], [48.08309,10.13436], [48.08636,10.13805], [48.09015,10.13968], [48.09376,10.13693], [48.09582,10.13805], [48.09594,10.14019], [48.09938,10.13933], [48.10058,10.13633], [48.10557,10.13504], [48.10660,10.13633], [48.11175,10.13521], [48.11405,10.13178], [48.11542,10.12397], [48.11749,10.12071], [48.12092,10.12002], [48.12522,10.11084], [48.13072,10.10972], [48.13278,10.10689], [48.13748,10.10577], [48.14074,10.10363], [48.14470,10.10406], [48.14773,10.10183], [48.15369,10.09831], [48.16021,10.09359], [48.16416,10.09487], [48.17263,10.08998], [48.17978,10.08904], [48.18213,10.08492], [48.19598,10.08200], [48.20502,10.08406], [48.20965,10.07917], [48.21108,10.07591], [48.21423,10.07676], [48.21606,10.07771], [48.22183,10.07694], [48.22275,10.07513], [48.22303,10.06827], [48.22737,10.06664], [48.23086,10.06887], [48.23331,10.06415], [48.23743,10.06295], [48.24355,10.06192], [48.24732,10.06355], [48.24835,10.06629], [48.25018,10.06672], [48.25395,10.06861], [48.25709,10.06140], [48.26149,10.06415], [48.26464,10.06363], [48.26949,10.06303], [48.27286,10.06131], [48.27515,10.06518], [48.27749,10.06432], [48.28023,10.06501], [48.28246,10.06329], [48.28406,10.05883], [48.28640,10.05677], [48.28777,10.05376], [48.29017,10.05196], [48.29131,10.04904], [48.29165,10.04561], [48.29382,10.04226], [48.29776,10.04123], [48.30045,10.04278], [48.30170,10.03934], [48.30450,10.03926], [48.30593,10.03745], [48.30930,10.03359], [48.31175,10.03050], [48.31763,10.02672], [48.32362,10.02389], [48.32431,10.02046], [48.33093,10.01153], [48.33355,10.00973], [48.34103,10.00904], [48.34291,10.00904], [48.34451,10.00407], [48.34462,10.00218], [48.34639,10.00209], [48.34685,9.99806], [48.34970,9.99746], [48.35226,9.99617], [48.35637,9.99419], [48.36105,9.99849], [48.36379,9.99977], [48.36310,9.99188], [48.36846,9.99188], [48.37034,9.98707], [48.36766,9.98355], [48.36344,9.98424], [48.36230,9.98184], [48.36236,9.97703], [48.36504,9.97334], [48.36396,9.96965], [48.36909,9.96862], [48.37542,9.96656], [48.37696,9.97008], [48.37969,9.96879], [48.38340,9.97634], [48.38716,9.98484], [48.39411,9.98905], [48.39759,10.00089], [48.40209,10.01162], [48.40642,10.01668], [48.41792,10.01669], [48.42715,10.03257], [48.42977,10.03969], [48.43205,10.03909], [48.43370,10.04192], [48.43529,10.03823], [48.43336,10.03815], [48.43176,10.03506], [48.43484,10.03351], [48.43700,10.02656], [48.44256,10.02835], [48.44546,10.03711], [48.44780,10.03556], [48.45195,10.03548], [48.45372,10.03015], [48.45822,10.03101], [48.46055,10.04097], [48.45844,10.04475], [48.45776,10.05341], [48.45856,10.06286], [48.45685,10.06277], [48.45395,10.05753], [48.45457,10.06286], [48.45770,10.06449], [48.46112,10.07667], [48.46368,10.08629], [48.46624,10.08603], [48.47347,10.10217], [48.47842,10.10508], [48.47557,10.11762], [48.47352,10.11684], [48.47330,10.11976], [48.46823,10.11804], [48.46095,10.12388], [48.46112,10.12525], [48.45748,10.12817], [48.45759,10.13212], [48.45600,10.13478], [48.45822,10.15418], [48.45975,10.16439], [48.46044,10.16448], [48.45947,10.17212], [48.46118,10.17280], [48.46237,10.17220], [48.46402,10.17727], [48.46783,10.17392], [48.47227,10.17607], [48.47586,10.18132], [48.48877,10.21763], [48.48917,10.23565], [48.49224,10.24098], [48.50015,10.23694], [48.50043,10.24192], [48.50566,10.23995], [48.50458,10.22733], [48.50720,10.22578], [48.50925,10.23385], [48.51078,10.23025], [48.51243,10.23591], [48.51169,10.24698], [48.51658,10.24810], [48.52102,10.25934], [48.52005,10.26647], [48.51783,10.26775], [48.51852,10.27290], [48.51641,10.27351], [48.51840,10.28635], [48.51692,10.28721], [48.51749,10.29717], [48.52318,10.31116], [48.52647,10.30798], [48.52699,10.31313], [48.52960,10.31167], [48.52841,10.30584], [48.53034,10.30232], [48.53722,10.30112], [48.54193,10.30069], [48.54807,10.30240], [48.55125,10.30532], [48.55199,10.31099], [48.55551,10.31451], [48.55602,10.31245], [48.56216,10.31296], [48.56926,10.31210], [48.57250,10.30927], [48.57693,10.30927], [48.58397,10.30592], [48.58478,10.30164], [48.58876,10.29701], [48.58944,10.29315], [48.60051,10.29495], [48.60414,10.29675], [48.60533,10.30061], [48.60352,10.30671], [48.60505,10.30842], [48.60459,10.31649], [48.60772,10.31924], [48.61010,10.32344], [48.61123,10.31924], [48.62361,10.29743], [48.63184,10.29391], [48.63490,10.28842], [48.63734,10.28147], [48.64074,10.27889], [48.64454,10.27829], [48.64646,10.26713], [48.65123,10.26936], [48.65333,10.26275], [48.65571,10.26147], [48.65622,10.25889], [48.65707,10.25898], [48.65792,10.26602], [48.65945,10.26284], [48.66285,10.25460], [48.66574,10.25426], [48.66869,10.25657], [48.67232,10.26327], [48.67317,10.26026], [48.67776,10.25434], [48.68116,10.25589], [48.67980,10.26627], [48.68280,10.26361], [48.68598,10.27185], [48.70201,10.26679], [48.70393,10.26808], [48.70133,10.28284], [48.69209,10.29571], [48.69090,10.30284], [48.68309,10.31657], [48.68864,10.31666], [48.69136,10.32781], [48.68943,10.33605], [48.68830,10.33957], [48.67730,10.34893], [48.67385,10.34790], [48.66591,10.35270], [48.66308,10.34927], [48.65990,10.34927], [48.65781,10.35373], [48.65525,10.35210], [48.65355,10.36112], [48.65537,10.36137], [48.65798,10.36489], [48.66438,10.36738], [48.66427,10.37433], [48.66710,10.37854], [48.66631,10.38309], [48.66875,10.38764], [48.67453,10.38592], [48.67560,10.38978], [48.67809,10.38840], [48.67911,10.39132], [48.68869,10.39149], [48.69050,10.39827], [48.69305,10.39981], [48.69900,10.40719], [48.69934,10.41234], [48.69503,10.42144], [48.70013,10.43114], [48.69781,10.43414], [48.69611,10.43869], [48.69124,10.43938], [48.69033,10.43526], [48.68727,10.43569], [48.68585,10.42925], [48.68687,10.42633], [48.69141,10.42599], [48.69107,10.42393], [48.68693,10.42316], [48.68376,10.42324], [48.68262,10.42144], [48.67979,10.42530], [48.67317,10.42362], [48.67493,10.42611], [48.67074,10.42508], [48.66921,10.41958], [48.66677,10.41100], [48.66212,10.41100], [48.66496,10.41701], [48.66530,10.44033], [48.66700,10.44205], [48.66779,10.44995], [48.67164,10.45441], [48.67130,10.46471], [48.68207,10.48016], [48.68723,10.48153], [48.68763,10.48651], [48.68627,10.48857], [48.68757,10.49063], [48.68621,10.49312], [48.68814,10.49561], [48.68995,10.49209], [48.69131,10.48497], [48.69669,10.48711], [48.69437,10.47870], [48.70054,10.47913], [48.70275,10.47037], [48.70541,10.47115], [48.70745,10.48196], [48.71204,10.48093], [48.71153,10.47312], [48.71521,10.46763], [48.72003,10.46462], [48.72303,10.46059], [48.72484,10.46188], [48.72450,10.46531], [48.72733,10.46480], [48.72784,10.46196], [48.72954,10.45312], [48.73588,10.46291], [48.73350,10.45492], [48.73339,10.45132], [48.72688,10.44875], [48.72937,10.44308], [48.73418,10.43887], [48.73729,10.43776], [48.73678,10.43003], [48.74154,10.43166], [48.74397,10.42325], [48.74624,10.42171], [48.74743,10.41536], [48.75393,10.41776], [48.75433,10.42317], [48.75823,10.42240], [48.76355,10.41725], [48.76915,10.41647], [48.77000,10.41046], [48.77741,10.41630], [48.77328,10.42754], [48.77622,10.42875], [48.78086,10.42600], [48.78731,10.42780], [48.79251,10.42720], [48.79568,10.41905], [48.80105,10.42102], [48.80122,10.42660], [48.80082,10.42918], [48.80382,10.43742], [48.80930,10.44214], [48.81077,10.44900], [48.81313,10.44521], [48.82189,10.44736], [48.82404,10.44607], [48.82715,10.44675], [48.83099,10.44753], [48.83184,10.44341], [48.83455,10.43843], [48.83461,10.43543], [48.83670,10.42581], [48.84303,10.42693], [48.84681,10.42890], [48.84884,10.43997], [48.84997,10.44693], [48.85325,10.45036], [48.85607,10.45190], [48.85957,10.45302], [48.86110,10.44727], [48.86387,10.44710], [48.86691,10.44890], [48.87070,10.45225], [48.87205,10.45062], [48.87408,10.45096], [48.87713,10.44615], [48.88120,10.44366], [48.88187,10.44521], [48.88159,10.44796], [48.88487,10.45036], [48.88763,10.45165], [48.89119,10.44881], [48.89339,10.44933], [48.89398,10.44414], [48.89697,10.44028], [48.89849,10.43985], [48.89883,10.43745], [48.90007,10.43530], [48.90001,10.43007], [48.90300,10.42286], [48.90464,10.42268], [48.90577,10.42097], [48.90848,10.42509], [48.90639,10.43024], [48.90808,10.43024], [48.90791,10.43522], [48.90949,10.43599], [48.90893,10.44268], [48.91118,10.44406], [48.91350,10.45058], [48.91502,10.45066], [48.91541,10.45384], [48.91750,10.45444], [48.92207,10.45418], [48.92591,10.45161], [48.92596,10.44878], [48.92985,10.44543], [48.93064,10.44071], [48.93295,10.43762], [48.93583,10.43959], [48.93498,10.44680], [48.93854,10.44929], [48.94006,10.44414], [48.94389,10.44483], [48.94570,10.44294], [48.94474,10.43770], [48.94384,10.43633], [48.94547,10.43032], [48.95161,10.42826], [48.95635,10.42792], [48.95584,10.42543], [48.95826,10.42303], [48.95905,10.41899], [48.96142,10.41994], [48.96159,10.42457], [48.96390,10.42337], [48.96548,10.41788], [48.96830,10.41711], [48.96869,10.41324], [48.96565,10.40844], [48.96660,10.40414], [48.97483,10.40123], [48.97607,10.40277], [48.97607,10.40809], [48.97844,10.40990], [48.98046,10.40509], [48.98187,10.40406], [48.98210,10.40226], [48.98548,10.40037], [48.98784,10.39384], [48.98936,10.39316], [48.98779,10.38183], [48.99060,10.37814], [48.99150,10.38106], [48.99449,10.38183], [48.99652,10.38028], [48.99916,10.38106], [49.00023,10.37908], [48.99916,10.37548], [49.00277,10.37204], [49.00429,10.35265], [49.01116,10.35677], [49.01375,10.35496], [49.01510,10.34750], [49.01757,10.34492], [49.02112,10.34518], [49.02247,10.34999], [49.02787,10.34956], [49.02720,10.33711], [49.02979,10.33617], [49.03198,10.33342], [49.03041,10.33248], [49.02641,10.33376], [49.02669,10.33170], [49.02962,10.32861], [49.02506,10.32930], [49.02377,10.32904], [49.02517,10.32106], [49.02832,10.31814], [49.02984,10.31067], [49.03142,10.30844], [49.03148,10.30226], [49.03873,10.30166], [49.04082,10.29943], [49.04188,10.29402], [49.04070,10.29325], [49.04037,10.28862], [49.03592,10.28493], [49.03823,10.27686], [49.04082,10.27375], [49.04267,10.26903], [49.04357,10.26414], [49.04087,10.26268], [49.04104,10.25950], [49.03778,10.25418], [49.03879,10.25135], [49.04144,10.24903], [49.04380,10.25066], [49.04492,10.25504], [49.04897,10.25066], [49.05511,10.25504], [49.06225,10.25667], [49.06146,10.25950], [49.06180,10.26174], [49.06410,10.26011], [49.06534,10.25848], [49.07018,10.25676], [49.07248,10.24603], [49.07198,10.24011], [49.07344,10.23367], [49.07726,10.23367], [49.08305,10.24088], [49.08013,10.24448], [49.08294,10.24680], [49.09092,10.24938], [49.08980,10.24431], [49.09098,10.24062], [49.08890,10.22663], [49.09098,10.22449], [49.09373,10.22483], [49.09767,10.22165], [49.09418,10.21247], [49.09474,10.20818], [49.09772,10.20346], [49.10014,10.20680], [49.10143,10.20680], [49.10239,10.21213], [49.10576,10.21470], [49.11205,10.21256], [49.11379,10.21599], [49.11183,10.22663], [49.11323,10.22637], [49.11402,10.22886], [49.11739,10.22886], [49.11952,10.22397], [49.12076,10.22500], [49.11964,10.23075], [49.12160,10.23873], [49.12464,10.24002], [49.12711,10.24878], [49.13014,10.25264], [49.13261,10.25341], [49.13390,10.25024], [49.13924,10.25453], [49.14860,10.24620], [49.14922,10.23788], [49.15157,10.23539], [49.15320,10.23024], [49.15764,10.22964], [49.16117,10.22457], [49.15960,10.22217], [49.15999,10.21710], [49.16314,10.21865], [49.16173,10.21316], [49.15960,10.21135], [49.15893,10.20818], [49.15517,10.20569], [49.15534,10.19590], [49.15657,10.19616], [49.15994,10.19882], [49.16241,10.19505], [49.16387,10.19608], [49.16718,10.19187], [49.17004,10.19350], [49.16942,10.18732], [49.17229,10.17874], [49.17320,10.17614], [49.17639,10.17785], [49.17695,10.17991], [49.18234,10.18094], [49.18128,10.17631], [49.17982,10.17639], [49.17763,10.17039], [49.17841,10.16618], [49.18178,10.16541], [49.18335,10.15820], [49.18559,10.15845], [49.18941,10.15536], [49.18975,10.15176], [49.19249,10.15391], [49.19524,10.14180], [49.19721,10.14043], [49.19698,10.13760], [49.19962,10.13468], [49.19883,10.13322], [49.19760,10.13331], [49.19479,10.12884], [49.19872,10.12464], [49.20102,10.12412], [49.20315,10.12876], [49.20455,10.12610], [49.20966,10.12764], [49.20926,10.12352], [49.21128,10.12541], [49.21005,10.13880], [49.21599,10.13743], [49.21711,10.13090], [49.22687,10.12481], [49.22866,10.12644], [49.23651,10.12541], [49.24060,10.12206], [49.24441,10.12283], [49.24687,10.11960], [49.24844,10.12080], [49.25163,10.13170], [49.25387,10.12629], [49.25538,10.12415], [49.25611,10.10947], [49.25818,10.10870], [49.25958,10.11531], [49.26485,10.11496], [49.26653,10.11273], [49.27079,10.11977], [49.27476,10.12174], [49.27633,10.12801], [49.27454,10.13239], [49.27202,10.12372], [49.26345,10.12938], [49.26412,10.13333], [49.26804,10.14183], [49.26939,10.14646], [49.27202,10.14492], [49.27538,10.14457], [49.28115,10.15075], [49.28301,10.15355], [49.28429,10.14891], [49.28687,10.14823], [49.28709,10.14042], [49.29068,10.14205], [49.29163,10.13758], [49.29616,10.13235], [49.30512,10.13072], [49.31071,10.13604], [49.31614,10.14385], [49.32155,10.14289], [49.32262,10.14049], [49.32642,10.13791], [49.32642,10.13113], [49.32463,10.13113], [49.32390,10.12178], [49.32508,10.11894], [49.32821,10.11817], [49.32821,10.11062], [49.33297,10.10727], [49.33308,10.11165], [49.33543,10.11002], [49.33582,10.10727], [49.33727,10.10744], [49.33800,10.10349], [49.34354,10.10195], [49.34773,10.10392], [49.34857,10.10796], [49.35332,10.10547], [49.35360,10.10822], [49.35209,10.10907], [49.35243,10.11414], [49.35086,10.12057], [49.35086,10.12306], [49.35494,10.12246], [49.35634,10.12384], [49.35729,10.11757], [49.35947,10.11688], [49.35941,10.11208], [49.36540,10.11242], [49.36707,10.11345], [49.36718,10.11620], [49.37009,10.11594], [49.37931,10.10555], [49.38646,10.11285], [49.38669,10.12066], [49.38836,10.12203], [49.38602,10.14083], [49.38836,10.14590], [49.38909,10.15619], [49.39211,10.15697], [49.39105,10.15989], [49.39523,10.16057], [49.39674,10.15379], [49.39847,10.15302], [49.39920,10.14830], [49.40272,10.13834], [49.40440,10.13817], [49.40339,10.14710], [49.40250,10.15130], [49.41372,10.14641], [49.41875,10.14426], [49.42528,10.13602], [49.42852,10.13766], [49.43215,10.13285], [49.43382,10.13457], [49.43739,10.13199], [49.43968,10.12375], [49.44158,10.12075], [49.44336,10.11628], [49.44247,10.11148], [49.43806,10.11337], [49.43845,10.11131], [49.44465,10.10178], [49.44727,10.09543], [49.45201,10.09706], [49.45776,10.09749], [49.45860,10.10581], [49.46061,10.10633], [49.46284,10.10392], [49.46423,10.10753], [49.46261,10.10942], [49.46256,10.11525], [49.46161,10.11611], [49.46345,10.12152], [49.46702,10.11757], [49.47092,10.11688], [49.47388,10.11448], [49.47812,10.11516], [49.47762,10.11036], [49.48224,10.10761], [49.48236,10.10392], [49.48615,10.10049], [49.49211,10.10032], [49.49607,10.10280], [49.49919,10.10323], [49.50215,10.10941], [49.50471,10.11705], [49.50739,10.11637], [49.50822,10.11963], [49.50956,10.11980], [49.51001,10.11594], [49.51173,10.11456], [49.51084,10.10864], [49.51446,10.10547], [49.51341,10.09989], [49.51419,10.09860], [49.51168,10.08332], [49.51848,10.07594], [49.52137,10.08023], [49.52483,10.07706], [49.52806,10.08032], [49.52990,10.08847], [49.53229,10.08916], [49.53424,10.09190], [49.54048,10.08710], [49.54555,10.06513], [49.54254,10.06186], [49.53898,10.06298], [49.53469,10.05723], [49.52839,10.04023], [49.52132,10.05242], [49.51876,10.06109], [49.51692,10.05946], [49.51229,10.05285], [49.50939,10.05371], [49.50544,10.04513], [49.50293,10.02856], [49.49891,10.02865], [49.48637,10.02101], [49.48314,10.01474], [49.48280,10.00959], [49.48553,9.99792], [49.48565,9.99020], [49.48314,9.97861], [49.48035,9.97466], [49.48185,9.97286], [49.48542,9.97483], [49.48342,9.95895], [49.47996,9.95526], [49.48146,9.93947], [49.48403,9.92599], [49.49362,9.91252], [49.49618,9.91449], [49.49981,9.91544], [49.50856,9.92411], [49.51915,9.91561], [49.52399,9.91784], [49.52466,9.92265], [49.53007,9.92282], [49.53396,9.92445], [49.53829,9.92414], [49.54147,9.92087], [49.54553,9.91916], [49.55199,9.92087], [49.54999,9.92620], [49.55249,9.92568], [49.55450,9.92002], [49.56046,9.92414], [49.56229,9.92002], [49.56046,9.91306], [49.56207,9.90637], [49.56040,9.89779], [49.56519,9.89744], [49.57025,9.90088], [49.57276,9.90036], [49.57376,9.90319], [49.57827,9.90525], [49.58044,9.90663], [49.58294,9.91246], [49.58395,9.91006], [49.58545,9.91006], [49.58439,9.89830], [49.58038,9.88508], [49.57665,9.87598], [49.57165,9.87487], [49.56625,9.86620], [49.55773,9.86723], [49.55255,9.86474], [49.55199,9.86199], [49.54526,9.86054], [49.54509,9.84749], [49.55010,9.83908], [49.55121,9.82552], [49.55656,9.81530], [49.55494,9.81144], [49.55712,9.80861], [49.56925,9.83659], [49.57070,9.83659], [49.57293,9.84037], [49.57476,9.84054], [49.57749,9.84757], [49.58528,9.84474], [49.58545,9.84105], [49.58829,9.83942], [49.59535,9.84182], [49.59902,9.84534], [49.59874,9.84921], [49.60308,9.85933], [49.60865,9.85607], [49.60926,9.86843], [49.61209,9.86680], [49.62133,9.86620], [49.62166,9.86397], [49.63217,9.85993], [49.63217,9.85745], [49.64162,9.85401], [49.64423,9.84037], [49.64695,9.83419], [49.65095,9.82852], [49.65462,9.82921], [49.65618,9.83195], [49.65990,9.82886], [49.66384,9.82191], [49.66623,9.82045], [49.66779,9.82440], [49.67201,9.82243], [49.67851,9.82878], [49.68167,9.82989], [49.68201,9.83616], [49.68462,9.83625], [49.68684,9.83007], [49.68900,9.82912], [49.69200,9.83410], [49.69378,9.83238], [49.69600,9.83187], [49.70216,9.83110], [49.70472,9.82629], [49.70466,9.82328], [49.70982,9.82002], [49.71404,9.80749], [49.71765,9.80397], [49.71926,9.80028], [49.72092,9.79548], [49.72791,9.79565], [49.72969,9.79977], [49.73096,9.79908], [49.73080,9.79204], [49.72841,9.79024], [49.72353,9.78964], [49.72120,9.78681], [49.72192,9.77882], [49.71787,9.76767], [49.71121,9.75694], [49.70899,9.75290], [49.70222,9.75162], [49.69822,9.75187], [49.69450,9.74999], [49.69367,9.74698], [49.69117,9.74552], [49.68773,9.73866], [49.68795,9.72707], [49.69528,9.72784], [49.69828,9.72767], [49.70066,9.72501], [49.70177,9.71849], [49.70422,9.71788], [49.71260,9.71291], [49.71948,9.71394], [49.72270,9.71128], [49.72564,9.71102], [49.72364,9.70355], [49.71687,9.70089], [49.71687,9.69866], [49.71870,9.69591], [49.71737,9.69042], [49.71615,9.67849], [49.70838,9.67823], [49.69661,9.67463], [49.69334,9.67660], [49.68889,9.66304], [49.68673,9.65334], [49.68859,9.64892], [49.69086,9.64840], [49.69075,9.64343], [49.69308,9.64248], [49.69281,9.63218], [49.70152,9.63012], [49.70269,9.62446], [49.70985,9.62763], [49.71362,9.63021], [49.71701,9.63081], [49.72050,9.64025], [49.72670,9.63463], [49.73219,9.62458], [49.73253,9.63651], [49.73896,9.63763], [49.73741,9.64295], [49.73957,9.64510], [49.74024,9.63909], [49.74218,9.63857], [49.74395,9.64081], [49.74417,9.64398], [49.74717,9.64467], [49.75216,9.63789], [49.75621,9.63763], [49.75981,9.64475], [49.76636,9.64967], [49.77595,9.64383], [49.77966,9.64520], [49.77999,9.65104], [49.78620,9.64941], [49.79046,9.64829], [49.78287,9.61988], [49.78298,9.60804], [49.77927,9.59130], [49.77794,9.57963], [49.77872,9.57611], [49.78332,9.57680], [49.78354,9.57500], [49.78260,9.56555], [49.77844,9.55809], [49.77445,9.55671], [49.76297,9.55826], [49.75205,9.56864], [49.74750,9.56924], [49.74417,9.56487], [49.74528,9.55852], [49.74833,9.55345], [49.76114,9.55165], [49.76647,9.54581], [49.76824,9.53749], [49.76602,9.53311], [49.76198,9.52744], [49.76070,9.52281], [49.76264,9.51491], [49.76813,9.51002], [49.77101,9.50951], [49.77866,9.51260], [49.78376,9.51277], [49.78853,9.50255], [49.78803,9.48110], [49.78032,9.47105], [49.77467,9.46951], [49.76940,9.45930], [49.77101,9.45037], [49.77461,9.44333], [49.78753,9.43518], [49.78936,9.42711], [49.78897,9.42067], [49.77622,9.40351], [49.77390,9.39648], [49.77008,9.39211], [49.77135,9.38593], [49.77817,9.37700], [49.77922,9.37039], [49.77767,9.36618], [49.77307,9.36206], [49.76936,9.35357], [49.76831,9.34215], [49.76936,9.32911], [49.76847,9.31640], [49.76587,9.31297], [49.75838,9.31391], [49.74951,9.32293], [49.74425,9.32388], [49.74136,9.31993], [49.73998,9.31255], [49.74098,9.28946], [49.73793,9.29615], [49.73565,9.30714], [49.73565,9.31650], [49.73227,9.32096], [49.73193,9.32645], [49.73404,9.33400], [49.73465,9.34199], [49.73132,9.35890], [49.73182,9.36422], [49.72772,9.37520], [49.72533,9.36679], [49.72333,9.36379], [49.72095,9.34954], [49.71795,9.34525], [49.71684,9.34559], [49.71706,9.35357], [49.71196,9.35297], [49.70574,9.35632], [49.70402,9.36070], [49.70419,9.37460], [49.70563,9.37949], [49.70757,9.38155], [49.71606,9.38155], [49.72000,9.38233], [49.72694,9.37958], [49.72833,9.38576], [49.73188,9.38533], [49.72988,9.40121], [49.72056,9.40215], [49.72222,9.40790], [49.71684,9.41168], [49.71273,9.41597], [49.71190,9.41958], [49.70624,9.42129], [49.70496,9.41726], [49.69708,9.41975], [49.69642,9.42241], [49.69342,9.42001], [49.68947,9.42095], [49.68720,9.41735], [49.68209,9.41151], [49.67942,9.40713], [49.67737,9.41417], [49.67459,9.41211], [49.67481,9.40258], [49.67270,9.39812], [49.67143,9.39803], [49.66559,9.40765], [49.66398,9.41254], [49.66081,9.41348], [49.65909,9.42061], [49.65248,9.41606], [49.64487,9.40559], [49.64576,9.39417], [49.64237,9.38276], [49.64426,9.37975], [49.64765,9.37735], [49.65137,9.37048], [49.65670,9.36628], [49.65304,9.35932], [49.65037,9.35306], [49.64976,9.34963], [49.64337,9.34482], [49.64398,9.33615], [49.64759,9.32697], [49.65065,9.31521], [49.65287,9.31375], [49.65443,9.30491], [49.64992,9.30826], [49.64381,9.29160], [49.63581,9.28560], [49.63736,9.27864], [49.63447,9.27246], [49.63142,9.27624], [49.62663,9.27152], [49.62541,9.27581], [49.62007,9.27882], [49.61740,9.28517], [49.61435,9.28603], [49.60800,9.26714], [49.60528,9.26465], [49.60228,9.26560], [49.59799,9.26079], [49.59254,9.26002], [49.59343,9.25332], [49.59326,9.25058], [49.58948,9.24732], [49.58751,9.24983], [49.58378,9.24975], [49.58440,9.24631], [49.58217,9.24116], [49.58045,9.24022], [49.57794,9.22477], [49.57616,9.21275], [49.57683,9.21129], [49.57571,9.20443], [49.57622,9.20091], [49.57360,9.19456], [49.57644,9.18752], [49.57315,9.18065], [49.57599,9.17422], [49.57688,9.17224], [49.57494,9.16452], [49.57917,9.15825], [49.57950,9.15362], [49.57794,9.15181], [49.57811,9.14787], [49.57571,9.14375], [49.57638,9.14151], [49.57499,9.13799], [49.57516,9.12993], [49.57276,9.12014], [49.57427,9.11473], [49.57833,9.10933], [49.57722,9.10177], [49.58006,9.10109], [49.58212,9.09894], [49.58545,9.09585], [49.58840,9.09147], [49.59619,9.08727], [49.60170,9.08246], [49.60009,9.07457], [49.60209,9.06581], [49.60703,9.06693], [49.61092,9.06736], [49.61615,9.06478], [49.61910,9.06581], [49.62310,9.06916], [49.62939,9.07954], [49.63300,9.08066], [49.63622,9.08607], [49.63545,9.09147], [49.64234,9.10186], [49.64634,9.09834], [49.64956,9.10057], [49.65345,9.09903], [49.65990,9.10340], [49.66195,9.09748], [49.66512,9.09594], [49.66595,9.09139], [49.66940,9.08796], [49.67567,9.08864], [49.68263,9.08798], [49.69046,9.08781], [49.69479,9.09072], [49.69657,9.09596], [49.69629,9.09974], [49.69835,9.11287], [49.69779,9.11768], [49.70073,9.12746], [49.70629,9.12669], [49.70623,9.12291], [49.71500,9.12094], [49.71494,9.13141], [49.71636,9.13373], [49.72554,9.13618], [49.72837,9.13996], [49.73853,9.14373], [49.74246,9.15026], [49.74518,9.14339], [49.74757,9.14451], [49.75500,9.12743], [49.75622,9.11180], [49.75882,9.10631], [49.76703,9.11067], [49.77413,9.11273], [49.77413,9.11857], [49.77618,9.11986], [49.77707,9.12389], [49.77679,9.12690], [49.78261,9.13368], [49.78798,9.12810], [49.79491,9.12964], [49.79790,9.10870], [49.79469,9.10398], [49.78948,9.09377], [49.79053,9.09042], [49.79613,9.08930], [49.79807,9.08741], [49.79966,9.08652], [49.80171,9.08695], [49.80758,9.08575], [49.81035,9.08154], [49.81362,9.08026], [49.81583,9.07717], [49.81960,9.07622], [49.82392,9.08120], [49.82680,9.08652], [49.82851,9.08558], [49.82957,9.08275], [49.83112,9.08275], [49.83316,9.08137], [49.83422,9.07725], [49.83959,9.08163], [49.84125,9.08953], [49.84379,9.08687], [49.84706,9.08549], [49.84269,9.08069], [49.84202,9.07785], [49.83831,9.07485], [49.83577,9.07142], [49.83278,9.07073], [49.83117,9.06403], [49.83278,9.05717], [49.83449,9.05571], [49.83887,9.05837], [49.84069,9.05785], [49.83864,9.05356], [49.84014,9.05253], [49.84385,9.05451], [49.84495,9.05640], [49.84473,9.05416], [49.84269,9.05185], [49.84169,9.04876], [49.84202,9.04567], [49.84324,9.04335], [49.83909,9.04198], [49.84130,9.03932], [49.84302,9.03691], [49.84667,9.03562], [49.84789,9.04103], [49.85099,9.04292], [49.85558,9.04266], [49.85775,9.03743], [49.86063,9.03322], [49.86716,9.03314], [49.86799,9.03708], [49.86594,9.03837], [49.86655,9.04180], [49.86871,9.04326], [49.86716,9.04567], [49.86694,9.04953], [49.86909,9.04833], [49.86965,9.04489], [49.87236,9.04352], [49.87612,9.03811], [49.87966,9.03674], [49.88552,9.03683], [49.89438,9.03640], [49.89919,9.03485], [49.90085,9.03116], [49.90544,9.03039], [49.90638,9.02970], [49.90837,9.03056], [49.90948,9.02206], [49.92031,9.02919], [49.92456,9.03176], [49.92727,9.02884], [49.93186,9.02859], [49.93412,9.02661], [49.93965,9.02481], [49.94511,9.02515], [49.94688,9.01812], [49.95522,9.02584], [49.95975,9.02318], [49.96621,9.02266], [49.97548,9.01863], [49.98338,9.02000], [49.98662,9.01885], [49.98988,9.01448], [49.99164,9.01370], [49.99744,9.02297], [49.99286,9.03027], [49.98877,9.03139], [49.98833,9.04443], [49.99175,9.04924], [49.99390,9.05053], [49.99633,9.04993], [49.99804,9.04641], [49.99920,9.03980], [50.00113,9.03654], [50.00444,9.03473], [50.00687,9.03456], [50.00963,9.03851], [50.01145,9.03808], [50.01713,9.03267], [50.02308,9.03027], [50.03136,9.03078], [50.03764,9.03190], [50.04183,9.02847], [50.04459,9.01722], [50.04574,9.01001], [50.04431,9.00092], [50.04183,8.99233], [50.04177,8.98607], [50.04326,8.97946], [50.04712,8.97680], [50.05208,8.97645], [50.05594,8.98255], [50.06823,8.99165], [50.06986,8.99788], [50.08077,8.99874], [50.08462,8.99797], [50.09129,8.99788], [50.09365,8.99822], [50.10131,9.00561], [50.10819,9.01162], [50.11243,9.02011], [50.11303,9.03024], [50.11612,9.04612], [50.11672,9.05728], [50.11716,9.06560], [50.11997,9.07204], [50.11606,9.07796], [50.11755,9.08921], [50.12039,9.09239], [50.12281,9.09574], [50.12534,9.09651], [50.12688,9.11874], [50.11791,9.13831], [50.11461,9.14432], [50.11852,9.15496], [50.11483,9.15462], [50.11169,9.15702], [50.10591,9.15367], [50.10322,9.14973], [50.09540,9.14286], [50.09220,9.14578], [50.09022,9.14827], [50.09556,9.15513], [50.09969,9.15694], [50.10894,9.16578], [50.11434,9.17359], [50.11643,9.17213], [50.11962,9.17384], [50.12535,9.18868], [50.12832,9.18988], [50.13008,9.18800], [50.13311,9.18413], [50.13806,9.18233], [50.13977,9.19495], [50.14114,9.19641], [50.14351,9.20997], [50.14686,9.21177], [50.14703,9.21898], [50.14994,9.22147], [50.14752,9.22696], [50.14681,9.23623], [50.14312,9.24250], [50.14136,9.25065], [50.13883,9.25546], [50.13955,9.26533], [50.14268,9.27151], [50.14307,9.27614], [50.14230,9.28164], [50.13960,9.29468], [50.13388,9.30725], [50.13702,9.31746], [50.14087,9.32287], [50.14142,9.32828], [50.13729,9.33660], [50.13184,9.34072], [50.13096,9.35240], [50.13135,9.36536], [50.13206,9.37025], [50.13069,9.37694], [50.12568,9.37634], [50.11891,9.38381], [50.11049,9.38699], [50.10212,9.39368], [50.09799,9.39471], [50.09001,9.40226], [50.08583,9.40930], [50.08357,9.41342], [50.08594,9.42389], [50.08549,9.43067], [50.08538,9.43651], [50.08786,9.44012], [50.08990,9.44501], [50.09095,9.45145], [50.08985,9.46037], [50.09150,9.46286], [50.09298,9.47076], [50.09548,9.48157], [50.09570,9.48560], [50.09504,9.48784], [50.09504,9.49702], [50.09796,9.49985], [50.09444,9.51041], [50.09714,9.51401], [50.09961,9.51238], [50.10561,9.51831], [50.10776,9.51770], [50.11376,9.51865], [50.12421,9.51145], [50.13720,9.50827], [50.14639,9.50638], [50.14848,9.50982], [50.14925,9.51668], [50.15051,9.52183], [50.15706,9.52758], [50.16123,9.53050], [50.16745,9.52775], [50.16690,9.52295], [50.16794,9.51153], [50.16882,9.50381], [50.17597,9.49754], [50.18306,9.50063], [50.19246,9.50089], [50.19405,9.50312], [50.19570,9.50904], [50.19460,9.51059], [50.19487,9.51471], [50.19948,9.51540], [50.20140,9.50990], [50.20679,9.50630], [50.20849,9.50252], [50.21255,9.50123], [50.21437,9.50467], [50.22162,9.50158], [50.22519,9.49505], [50.22689,9.49411], [50.23375,9.49728], [50.23806,9.50040], [50.23949,9.49782], [50.24322,9.50100], [50.24311,9.50340], [50.23822,9.50907], [50.23581,9.51078], [50.23460,9.51742], [50.23515,9.53458], [50.23186,9.53836], [50.22686,9.53810], [50.22461,9.54257], [50.22532,9.54643], [50.22895,9.55021], [50.22983,9.56248], [50.23224,9.56840], [50.23197,9.57347], [50.23318,9.57561], [50.23109,9.57793], [50.22659,9.58102], [50.22153,9.58265], [50.22340,9.58514], [50.22395,9.59175], [50.22609,9.59484], [50.22280,9.59647], [50.22241,9.60411], [50.22351,9.60651], [50.22450,9.61672], [50.22483,9.62067], [50.22642,9.61990], [50.23065,9.62454], [50.23230,9.63089], [50.23477,9.63389], [50.23554,9.63767], [50.23543,9.64848], [50.23268,9.65372], [50.23427,9.66376], [50.23960,9.66668], [50.24399,9.65166], [50.24575,9.64943], [50.24805,9.63895], [50.25148,9.63645], [50.25340,9.63773], [50.25532,9.64194], [50.25850,9.64151], [50.26284,9.64769], [50.26591,9.64709], [50.26947,9.65215], [50.27189,9.65490], [50.27178,9.66048], [50.27139,9.66374], [50.27469,9.67189], [50.27875,9.68125], [50.27880,9.68494], [50.27820,9.68726], [50.27853,9.69318], [50.27935,9.69584], [50.28066,9.70228], [50.29068,9.71131], [50.29288,9.71586], [50.29304,9.71775], [50.29523,9.71964], [50.29512,9.72401], [50.29606,9.72813], [50.29858,9.73054], [50.29978,9.73551], [50.30132,9.73534], [50.30275,9.73852], [50.30538,9.73834], [50.30614,9.74126], [50.30976,9.74324], [50.31113,9.74547], [50.31464,9.74744], [50.31749,9.74495], [50.31744,9.74409], [50.32094,9.74375], [50.32264,9.74667], [50.32489,9.74658], [50.32763,9.74375], [50.33196,9.74324], [50.33398,9.74512], [50.33930,9.74624], [50.34297,9.74478], [50.34806,9.74083], [50.34954,9.73826], [50.35075,9.73294], [50.35425,9.73234], [50.35661,9.73267], [50.36198,9.74254], [50.36663,9.74563], [50.37216,9.74391], [50.37797,9.74983], [50.38847,9.75421], [50.39088,9.75387], [50.40035,9.75703], [50.40194,9.75892], [50.40642,9.75617], [50.40960,9.75265], [50.41135,9.75094], [50.41594,9.75085], [50.41786,9.75403], [50.41900,9.75617], [50.42513,9.75952], [50.42584,9.76235], [50.42540,9.76390], [50.42611,9.76836], [50.42486,9.77343], [50.41879,9.77935], [50.42015,9.78278], [50.42584,9.78956], [50.42502,9.79111], [50.42557,9.79677], [50.42316,9.80673], [50.41917,9.81153], [50.41583,9.81145], [50.41310,9.80870], [50.41261,9.81480], [50.41124,9.81694], [50.40807,9.82072], [50.40653,9.82570], [50.40626,9.83462], [50.40566,9.83857], [50.40068,9.84784], [50.39778,9.86003], [50.40112,9.86355], [50.40484,9.86432], [50.40993,9.87101], [50.40878,9.87453], [50.40270,9.87805], [50.39920,9.88286], [50.40325,9.89033], [50.40429,9.89591], [50.40402,9.90131], [50.40921,9.91067], [50.41107,9.91882], [50.41704,9.92646], [50.42092,9.93745], [50.42436,9.94423], [50.42294,9.95204], [50.42414,9.95925], [50.42737,9.96182], [50.42912,9.96122], [50.43563,9.96757], [50.43688,9.97221], [50.43973,9.97384], [50.44241,9.97882], [50.44399,9.98345], [50.44700,9.98938], [50.45202,9.99238], [50.45552,9.99264], [50.45984,9.99624], [50.46159,9.99650], [50.46339,10.00354], [50.46476,10.00508], [50.46700,10.01358], [50.46689,10.01796], [50.47055,10.02019], [50.47590,10.02139], [50.48093,10.03032], [50.48125,10.03263], [50.48426,10.03263], [50.48677,10.03135], [50.48710,10.03444], [50.49054,10.03384], [50.49305,10.03770], [50.49458,10.04036], [50.50009,10.03675], [50.50408,10.03941], [50.50812,10.04070], [50.51521,10.03916], [50.51734,10.04096], [50.51871,10.04937], [50.52351,10.05692], [50.52929,10.06645], [50.52793,10.07117], [50.52989,10.06782], [50.53355,10.07074], [50.53546,10.06911], [50.53753,10.07229], [50.54135,10.07641], [50.54211,10.08319], [50.54337,10.08422], [50.54680,10.09074], [50.54834,10.09365], [50.55434,10.09305], [50.55243,10.09812], [50.55946,10.09966], [50.56459,10.10756], [50.56508,10.12052], [50.56132,10.12704], [50.55837,10.12756], [50.55826,10.12275], [50.55575,10.12266], [50.55374,10.12696], [50.54915,10.13116], [50.54801,10.13331], [50.54714,10.13434], [50.54408,10.13846], [50.54266,10.14326], [50.54346,10.14674], [50.54532,10.14623], [50.55023,10.14760], [50.55306,10.15163], [50.54968,10.15301], [50.55055,10.16073], [50.54281,10.17609], [50.54739,10.17378], [50.55219,10.17807], [50.55464,10.18777], [50.55563,10.19790], [50.55459,10.20631], [50.54995,10.20502], [50.54406,10.20596], [50.54101,10.20983], [50.53850,10.22433], [50.53026,10.22579], [50.53135,10.23369], [50.51799,10.22708], [50.51433,10.23197], [50.51220,10.23231], [50.51280,10.24004], [50.51542,10.24476], [50.51220,10.24450], [50.51225,10.25205], [50.51340,10.25746], [50.50996,10.26107], [50.50456,10.26802], [50.50625,10.27437], [50.50035,10.28527], [50.49975,10.28870], [50.49730,10.29154], [50.49282,10.30587], [50.49462,10.30853], [50.49413,10.31531], [50.49282,10.32432], [50.49495,10.32578], [50.49468,10.33188], [50.49206,10.33145], [50.49053,10.33411], [50.48616,10.33488], [50.48386,10.33874], [50.48321,10.34158], [50.47354,10.33900], [50.46652,10.33753], [50.46324,10.34800], [50.45903,10.35083], [50.45592,10.35392], [50.45466,10.35856], [50.45127,10.35925], [50.44777,10.36414], [50.44592,10.36182], [50.44214,10.36834], [50.43974,10.36757], [50.44122,10.37856], [50.43914,10.38242], [50.43783,10.37770], [50.43394,10.37152], [50.43236,10.37195], [50.43077,10.38148], [50.43006,10.38826], [50.42634,10.40439], [50.42298,10.40558], [50.41784,10.40000], [50.41762,10.39588], [50.41341,10.39622], [50.40597,10.38618], [50.40323,10.38532], [50.40280,10.38807], [50.39886,10.38901], [50.39705,10.39828], [50.39514,10.41133], [50.39432,10.43013], [50.39793,10.43631], [50.40241,10.43785], [50.40384,10.45090], [50.40095,10.45448], [50.39597,10.45620], [50.39329,10.45336], [50.38858,10.45791], [50.38765,10.46092], [50.38339,10.45937], [50.37736,10.46495], [50.37835,10.46770], [50.37304,10.47422], [50.37364,10.48057], [50.37556,10.48967], [50.37479,10.49310], [50.37233,10.48924], [50.36915,10.49061], [50.36959,10.49705], [50.36445,10.49680], [50.36023,10.49001], [50.35497,10.49242], [50.35925,10.49868], [50.35377,10.50392], [50.35820,10.50718], [50.36056,10.51327], [50.35081,10.51525], [50.35481,10.51834], [50.35530,10.52237], [50.35875,10.52563], [50.36193,10.52606], [50.36603,10.53164], [50.36582,10.53593], [50.36335,10.53722], [50.36461,10.54417], [50.35886,10.55301], [50.35459,10.55602], [50.35021,10.55147], [50.34583,10.55113], [50.33980,10.55825], [50.33838,10.56091], [50.33799,10.57121], [50.33515,10.57954], [50.33350,10.58340], [50.33460,10.58975], [50.33345,10.59610], [50.33454,10.60228], [50.32194,10.59550], [50.31920,10.59670], [50.31668,10.59318], [50.31339,10.59541], [50.31087,10.59275], [50.30703,10.59335], [50.30697,10.59687], [50.29299,10.60606], [50.28954,10.60177], [50.28838,10.59790], [50.28416,10.59842], [50.28444,10.60134], [50.28158,10.60194], [50.27813,10.59499], [50.27067,10.59215], [50.27012,10.59430], [50.27242,10.60855], [50.27116,10.60812], [50.26952,10.60245], [50.26705,10.60262], [50.26447,10.59945], [50.26200,10.59928], [50.26123,10.60297], [50.25750,10.60683], [50.25262,10.60820], [50.25130,10.61207], [50.24888,10.61232], [50.24515,10.60365], [50.24570,10.59868], [50.24186,10.60357], [50.23379,10.60795], [50.23121,10.60812], [50.22441,10.61287], [50.22342,10.63664], [50.22754,10.64505], [50.23210,10.66008], [50.22639,10.66282], [50.22370,10.65973], [50.22161,10.67115], [50.22381,10.67449], [50.22397,10.68050], [50.22650,10.68703], [50.22430,10.68685], [50.21941,10.68771], [50.21233,10.69621], [50.21299,10.70007], [50.21068,10.70454], [50.21077,10.70934], [50.20753,10.71603], [50.20478,10.71741], [50.20555,10.72316], [50.21050,10.72685], [50.21204,10.72977], [50.22423,10.72771], [50.23010,10.72857], [50.23043,10.72694], [50.23916,10.72728], [50.24081,10.72496], [50.24399,10.73003], [50.24772,10.72539], [50.25228,10.73226], [50.24954,10.74599], [50.24745,10.75028], [50.24438,10.74728], [50.24202,10.75380], [50.24251,10.76187], [50.24147,10.77079], [50.24531,10.77783], [50.24838,10.78221], [50.25129,10.78101], [50.25129,10.79345], [50.25223,10.80221], [50.24384,10.80751], [50.24093,10.80811], [50.23813,10.82648], [50.23972,10.83137], [50.23983,10.83526], [50.24247,10.83543], [50.24395,10.84590], [50.25196,10.84942], [50.25690,10.85019], [50.26487,10.85025], [50.26805,10.84510], [50.27540,10.84510], [50.27277,10.83591], [50.27332,10.83222], [50.27738,10.82579], [50.27700,10.81609], [50.27732,10.81042], [50.27891,10.81042], [50.27859,10.80536], [50.28040,10.80184], [50.28533,10.80098], [50.28966,10.80407], [50.29180,10.80192], [50.29284,10.79566], [50.29509,10.79351], [50.29339,10.78793], [50.29449,10.78321], [50.29416,10.77480], [50.29213,10.77351], [50.29295,10.76897], [50.29515,10.76665], [50.29822,10.76193], [50.30354,10.75867], [50.30551,10.75334], [50.31083,10.74665], [50.31554,10.74073], [50.31412,10.73644], [50.31488,10.73232], [50.31795,10.72631], [50.31801,10.72021], [50.32009,10.71755], [50.32091,10.71481], [50.32541,10.71326], [50.32809,10.71549], [50.33302,10.71412], [50.33450,10.72193], [50.33642,10.72296], [50.33855,10.72742], [50.34217,10.72579], [50.34491,10.72742], [50.34710,10.72596], [50.34854,10.72785], [50.34876,10.71910], [50.34701,10.71867], [50.34624,10.71421], [50.34849,10.71257], [50.35495,10.71180], [50.35583,10.71730], [50.36196,10.71429], [50.36437,10.71455], [50.36311,10.72837], [50.36344,10.73463], [50.36311,10.73995], [50.35811,10.74908], [50.35860,10.75517], [50.36276,10.76007], [50.36802,10.76187], [50.37125,10.76419], [50.37240,10.76582], [50.37103,10.76719], [50.37207,10.77363], [50.37620,10.77680], [50.38183,10.78109], [50.38561,10.78590], [50.38402,10.78710], [50.38200,10.79225], [50.38129,10.79886], [50.37948,10.80186], [50.37986,10.80556], [50.38282,10.80950], [50.38452,10.81062], [50.38670,10.81689], [50.38506,10.81972], [50.38966,10.82461], [50.39349,10.83096], [50.39130,10.83671], [50.39075,10.85044], [50.38868,10.85105], [50.38796,10.85929], [50.38955,10.86478], [50.39420,10.86735], [50.39694,10.87182], [50.39716,10.87594], [50.39327,10.87860], [50.39355,10.88143], [50.39081,10.88864], [50.38764,10.88366], [50.38550,10.88830], [50.38085,10.89302], [50.38512,10.89937], [50.38764,10.90881], [50.38583,10.91173], [50.38753,10.91508], [50.39086,10.92435], [50.39294,10.93387], [50.39229,10.93902], [50.38802,10.94357], [50.38391,10.95027], [50.38162,10.95018], [50.37762,10.95584], [50.37817,10.96220], [50.37642,10.96408], [50.37149,10.96400], [50.36804,10.95679], [50.36799,10.96185], [50.36574,10.96357], [50.35495,10.97953], [50.34794,10.98597], [50.34964,10.99292], [50.34740,10.99567], [50.35134,10.99799], [50.35473,10.99258], [50.35912,10.99318], [50.36065,10.99138], [50.36629,10.99344], [50.36618,10.99859], [50.36486,11.00202], [50.36590,11.00915], [50.36339,11.01327], [50.36322,11.01756], [50.36092,11.03704], [50.35775,11.03661], [50.35523,11.03266], [50.35386,11.04391], [50.35161,11.04459], [50.35134,11.03189], [50.34625,11.03859], [50.34723,11.04125], [50.34614,11.04288], [50.34975,11.06030], [50.35178,11.06906], [50.35473,11.07412], [50.35211,11.08227], [50.35435,11.08107], [50.35769,11.08373], [50.35933,11.08614], [50.36109,11.08485], [50.36366,11.08699], [50.36651,11.08974], [50.36585,11.09566], [50.36777,11.09970], [50.36760,11.11034], [50.36684,11.11652], [50.36048,11.11927], [50.35813,11.12055], [50.35260,11.11635], [50.34915,11.11841], [50.35085,11.12270], [50.35714,11.12536], [50.35424,11.13523], [50.35380,11.13961], [50.34931,11.13798], [50.34225,11.14544], [50.33365,11.15557], [50.33103,11.16004], [50.32654,11.15875], [50.32500,11.15978], [50.32309,11.15901], [50.32172,11.15197], [50.32046,11.15034], [50.31783,11.14193], [50.31366,11.13532], [50.31311,11.13652], [50.31207,11.13291], [50.30527,11.13120], [50.29974,11.13309], [50.30050,11.13815], [50.29513,11.14090], [50.29283,11.14364], [50.28855,11.14236], [50.28564,11.14622], [50.28647,11.15068], [50.28471,11.15403], [50.28734,11.15574], [50.28959,11.15866], [50.28548,11.16175], [50.28334,11.16630], [50.28416,11.17094], [50.28180,11.17763], [50.28115,11.18476], [50.27550,11.18132], [50.27232,11.17583], [50.27012,11.17591], [50.27061,11.18553], [50.26974,11.18819], [50.27478,11.18896], [50.27747,11.19033], [50.27950,11.18896], [50.28427,11.19145], [50.29217,11.19712], [50.29020,11.20347], [50.28471,11.21342], [50.28466,11.21832], [50.28224,11.21651], [50.28076,11.22244], [50.27692,11.22544], [50.27577,11.23617], [50.27248,11.23943], [50.26760,11.24921], [50.26831,11.25419], [50.27182,11.25591], [50.27407,11.25908], [50.27555,11.26132], [50.27923,11.25891], [50.28515,11.25908], [50.28734,11.25891], [50.28882,11.25625], [50.29096,11.25660], [50.29370,11.25102], [50.29606,11.25333], [50.29952,11.25042], [50.30034,11.26003], [50.30308,11.26346], [50.30319,11.26595], [50.30725,11.27007], [50.30977,11.26569], [50.31163,11.26604], [50.31234,11.26243], [50.31887,11.26132], [50.32259,11.25565], [50.32391,11.25763], [50.32517,11.26235], [50.32742,11.26089], [50.33180,11.26003], [50.33547,11.26200], [50.33810,11.26060], [50.33848,11.26618], [50.33705,11.26884], [50.33629,11.27631], [50.35135,11.26601], [50.35075,11.26197], [50.35256,11.26197], [50.35447,11.26764], [50.35551,11.27382], [50.35595,11.27802], [50.36044,11.28343], [50.36679,11.27862], [50.37052,11.28043], [50.37303,11.27794], [50.37638,11.27634], [50.37994,11.27608], [50.38492,11.27136], [50.38678,11.26364], [50.39105,11.26372], [50.39406,11.26690], [50.39395,11.27042], [50.39658,11.26544], [50.39756,11.26003], [50.40014,11.25737], [50.40227,11.26038], [50.40479,11.25986], [50.40747,11.26295], [50.41020,11.26329], [50.41764,11.26647], [50.42371,11.26595], [50.42874,11.26638], [50.43475,11.26681], [50.43864,11.26329], [50.44213,11.26347], [50.44427,11.25600], [50.44738,11.25119], [50.44929,11.24467], [50.45099,11.24699], [50.45629,11.25420], [50.46454,11.25059], [50.46984,11.24458], [50.47487,11.24561], [50.47918,11.24733], [50.48147,11.25239], [50.48218,11.25943], [50.47989,11.26664], [50.48281,11.27275], [50.48324,11.27455], [50.48357,11.27747], [50.48619,11.28992], [50.47926,11.29241], [50.47592,11.29121], [50.48106,11.29395], [50.48182,11.29618], [50.48095,11.29730], [50.48275,11.29799], [50.48636,11.30245], [50.48718,11.29953], [50.48903,11.30065], [50.48974,11.32065], [50.49821,11.32416], [50.50012,11.32090], [50.50907,11.32090], [50.51082,11.32434], [50.51000,11.33730], [50.51202,11.34674], [50.51676,11.34433], [50.51868,11.34330], [50.52086,11.34382], [50.52239,11.34648], [50.52075,11.34923], [50.52075,11.35704], [50.52129,11.35978], [50.52129,11.36227], [50.52331,11.36983], [50.52292,11.37586], [50.51953,11.38247], [50.51615,11.38693], [50.51768,11.38976], [50.52013,11.39732], [50.51784,11.39654], [50.51626,11.39843], [50.51588,11.40478], [50.51571,11.41251], [50.51697,11.41955], [50.51506,11.42650], [50.50922,11.43191], [50.50458,11.43474], [50.50010,11.44221], [50.49197,11.43611], [50.49251,11.42066], [50.48489,11.42526], [50.48363,11.42706], [50.48123,11.41951], [50.47806,11.42088], [50.47162,11.42036], [50.46763,11.41607], [50.46506,11.41976], [50.46375,11.42457], [50.45807,11.42268], [50.45228,11.41925], [50.44386,11.42071], [50.44096,11.42740], [50.43921,11.44208], [50.43150,11.45169], [50.42806,11.45032], [50.42505,11.44517], [50.42106,11.44311], [50.42467,11.44560], [50.42702,11.45238], [50.42872,11.46036], [50.43271,11.46259], [50.43331,11.46697], [50.43232,11.47487], [50.43418,11.47572], [50.43189,11.48242], [50.43014,11.48354], [50.42516,11.48079], [50.42019,11.48551], [50.41756,11.48860], [50.41280,11.48748], [50.40957,11.48457], [50.40689,11.48019], [50.40104,11.47942], [50.39623,11.48903], [50.39989,11.49555], [50.39962,11.50353], [50.39655,11.50654], [50.39655,11.51838], [50.39541,11.51958], [50.38818,11.51864], [50.38473,11.52121], [50.37943,11.52079], [50.37729,11.51890], [50.37423,11.52053], [50.37702,11.52791], [50.37997,11.53109], [50.38178,11.53460], [50.38473,11.54799], [50.38337,11.55306], [50.38435,11.55555], [50.38419,11.55847], [50.38769,11.56499], [50.38950,11.56482], [50.39721,11.56765], [50.40055,11.57211], [50.39934,11.58104], [50.40323,11.59348], [50.39847,11.60739], [50.39382,11.61039], [50.39043,11.61760], [50.38698,11.62284], [50.38900,11.62687], [50.38868,11.63254], [50.39059,11.63949], [50.39300,11.65065], [50.39355,11.66241], [50.39502,11.67511], [50.39327,11.68378], [50.39568,11.68704], [50.39557,11.69176], [50.39655,11.69528], [50.40022,11.69708], [50.40274,11.70395], [50.40400,11.70781], [50.40274,11.71107], [50.39770,11.71339], [50.39951,11.71657], [50.40006,11.72335], [50.40219,11.72961], [50.40793,11.73682], [50.41018,11.74068], [50.41094,11.74592], [50.40837,11.74566], [50.40766,11.75176], [50.40602,11.75425], [50.40555,11.76187], [50.40763,11.75998], [50.41288,11.75054], [50.41490,11.74994], [50.41660,11.75303], [50.41572,11.75861], [50.41299,11.76899], [50.41151,11.77225], [50.41217,11.77302], [50.41550,11.77388], [50.41840,11.77895], [50.41884,11.78126], [50.41561,11.78470], [50.41572,11.78950], [50.41698,11.78916], [50.41835,11.79208], [50.41824,11.79517], [50.41693,11.79895], [50.41468,11.79929], [50.41386,11.80186], [50.40867,11.80684], [50.40741,11.80967], [50.40282,11.81455], [50.40019,11.81755], [50.40178,11.82038], [50.40489,11.82485], [50.40254,11.82716], [50.39981,11.82845], [50.39833,11.82476], [50.39669,11.82158], [50.39472,11.81901], [50.39237,11.81927], [50.39072,11.82133], [50.38990,11.82433], [50.39220,11.82579], [50.39499,11.83111], [50.39543,11.83334], [50.39461,11.83454], [50.39680,11.83712], [50.40024,11.84708], [50.40265,11.85403], [50.40019,11.85755], [50.40128,11.86630], [50.40533,11.86750], [50.40686,11.87188], [50.40993,11.87694], [50.41283,11.87883], [50.41583,11.88167], [50.41676,11.88690], [50.41633,11.89205], [50.41698,11.90063], [50.42054,11.90613], [50.42431,11.91471], [50.42497,11.91960], [50.42393,11.92441], [50.42185,11.92964], [50.42393,11.93600], [50.41851,11.93994], [50.41638,11.94621], [50.41299,11.94432], [50.41020,11.94758], [50.40736,11.95548], [50.40287,11.95265], [50.39899,11.94844], [50.39548,11.94999], [50.39696,11.95273], [50.39745,11.95977], [50.39641,11.96123], [50.39910,11.96295], [50.40046,11.96544], [50.39795,11.96938], [50.39510,11.96998], [50.38936,11.97634], [50.39040,11.98217], [50.38996,11.98466], [50.38695,11.98303], [50.38383,11.98157], [50.38104,11.98217], [50.38000,11.98028], [50.37808,11.98123], [50.37726,11.98475], [50.37463,11.98569], [50.36905,11.97977], [50.36505,11.98586], [50.36215,11.98020], [50.35881,11.98209], [50.35317,11.97582], [50.35213,11.97471], [50.34895,11.97994], [50.35065,11.98380], [50.35459,11.99882], [50.35240,11.99891], [50.34780,11.99659], [50.34638,12.00045], [50.34600,12.00749], [50.34797,12.01187], [50.34742,12.01625], [50.34495,12.01427], [50.34353,12.01642], [50.33975,12.02260], [50.34139,12.02783], [50.33893,12.03170], [50.33608,12.03024], [50.33077,12.03281], [50.33099,12.03839], [50.33674,12.03745], [50.33115,12.04406], [50.32918,12.04706], [50.32709,12.04663], [50.32562,12.04852], [50.32890,12.04826], [50.33186,12.04509], [50.33131,12.04946], [50.33126,12.05384], [50.32830,12.05547], [50.33246,12.05650], [50.33038,12.06097], [50.33356,12.06328], [50.32841,12.07805], [50.32841,12.08148], [50.33060,12.08122], [50.33334,12.08920], [50.33274,12.09272], [50.33011,12.09178], [50.32868,12.09427], [50.32479,12.09195], [50.32562,12.09573], [50.32348,12.09624], [50.32375,12.09907], [50.31948,12.09993], [50.31718,12.10294], [50.31515,12.10603], [50.31438,12.11298], [50.31076,12.12173], [50.30665,12.12723], [50.30386,12.12439], [50.29870,12.12019], [50.28971,12.12474], [50.28428,12.13615], [50.27759,12.14113], [50.27369,12.13796], [50.26759,12.12087], [50.26611,12.12018], [50.26726,12.11477], [50.26270,12.10567], [50.26216,12.09821], [50.25705,12.10482], [50.25376,12.10190], [50.25178,12.09246], [50.24690,12.09812], [50.24805,12.10473], [50.24591,12.10859], [50.23784,12.10954], [50.23674,12.11975], [50.23175,12.13323], [50.23147,12.14009], [50.23416,12.14001], [50.23685,12.15031], [50.23471,12.15348], [50.23224,12.14893], [50.22988,12.14678], [50.22977,12.15313], [50.22626,12.15957], [50.22351,12.15802], [50.22351,12.16249], [50.22247,12.16223], [50.21967,12.16180], [50.21945,12.16498], [50.21681,12.16506], [50.21385,12.16017], [50.21264,12.16068], [50.21440,12.16532], [50.21330,12.17673], [50.20643,12.17948], [50.20550,12.18583], [50.20253,12.18763], [50.20039,12.18360], [50.20099,12.19141], [50.19885,12.19905], [50.19687,12.19742], [50.19682,12.19098], [50.19412,12.19167], [50.19061,12.19982], [50.18422,12.20480], [50.17608,12.20703], [50.17405,12.20918], [50.16926,12.20918], [50.16954,12.21716], [50.16668,12.21681], [50.15821,12.21278], [50.15211,12.20154], [50.15007,12.20523], [50.14820,12.20325], [50.14479,12.20420], [50.14540,12.20016], [50.14309,12.19870], [50.14232,12.19510], [50.13459,12.19824], [50.12232,12.19772], [50.11561,12.20356], [50.10999,12.20055], [50.10625,12.20879], [50.10289,12.20999], [50.10473,12.22147], [50.10203,12.23142], [50.09691,12.22842], [50.09498,12.23460], [50.09812,12.24653], [50.09597,12.25005], [50.09388,12.24601], [50.09274,12.25299], [50.08778,12.25437], [50.07930,12.26801], [50.07660,12.27711], [50.06255,12.26106], [50.05903,12.26183], [50.06321,12.26981], [50.05743,12.27994], [50.05952,12.30033], [50.05489,12.31329], [50.05395,12.31810], [50.04910,12.32119], [50.04469,12.31715], [50.03902,12.32642], [50.03323,12.32625], [50.03576,12.33458], [50.04078,12.33647], [50.03758,12.34625], [50.03422,12.35080], [50.03135,12.35131], [50.02771,12.35844], [50.02374,12.36685], [50.01861,12.36874], [50.02010,12.37904], [50.01547,12.38015], [50.01338,12.38711], [50.01580,12.40007], [50.01371,12.40470], [50.00918,12.39878], [50.00819,12.40367], [50.00609,12.40359], [50.00532,12.41637], [50.00102,12.42393], [50.00350,12.43242], [50.00041,12.43285], [49.99854,12.43852], [49.99318,12.43594], [49.99098,12.42779], [49.98695,12.43440], [49.98480,12.43294], [49.98739,12.44092], [49.99230,12.45276], [49.99407,12.45345], [49.99600,12.46152], [49.99175,12.46976], [49.99037,12.47096], [49.98927,12.46942], [49.98140,12.47691], [49.98262,12.49098], [49.97147,12.50060], [49.96948,12.49519], [49.96363,12.49347], [49.95761,12.49098], [49.95783,12.48189], [49.95525,12.47804], [49.95073,12.47435], [49.94758,12.46988], [49.93592,12.47821], [49.93725,12.49529], [49.93310,12.49349], [49.93261,12.50138], [49.92786,12.51117], [49.92841,12.52344], [49.92404,12.54404], [49.91914,12.54975], [49.90870,12.55181], [49.90101,12.55095], [49.89084,12.54074], [49.88841,12.53258], [49.87912,12.52022], [49.87049,12.51936], [49.86307,12.51696], [49.85643,12.50941], [49.85577,12.49876], [49.83673,12.49979], [49.84193,12.48194], [49.83385,12.47611], [49.82931,12.47593], [49.82245,12.47662], [49.81358,12.47267], [49.81104,12.46563], [49.80428,12.46907], [49.80273,12.47181], [49.79896,12.47199], [49.79519,12.46666], [49.79176,12.47525], [49.78478,12.47336], [49.78511,12.46752], [49.76238,12.40607], [49.75817,12.40281], [49.75307,12.40366], [49.74874,12.40658], [49.74220,12.40607], [49.73621,12.41328], [49.73254,12.41465], [49.73110,12.42650], [49.70562,12.44141], [49.70162,12.45257], [49.70262,12.45737], [49.69474,12.48553], [49.68830,12.48793], [49.68663,12.49806], [49.68807,12.51745], [49.68663,12.52398], [49.67730,12.52432], [49.66697,12.53119], [49.66008,12.52398], [49.65363,12.52604], [49.64552,12.51900], [49.64074,12.52947], [49.63685,12.52964], [49.63285,12.52346], [49.62840,12.52552], [49.62751,12.53599], [49.62106,12.52999], [49.61806,12.53256], [49.62273,12.54561], [49.62050,12.56123], [49.61450,12.55934], [49.60727,12.56569], [49.59737,12.56552], [49.58691,12.57839], [49.56923,12.57251], [49.55921,12.57680], [49.55331,12.58384], [49.54017,12.59688], [49.53749,12.59105], [49.53125,12.61079], [49.52825,12.62898], [49.53348,12.63001], [49.53259,12.63757], [49.52702,12.64478], [49.51955,12.64563], [49.50261,12.64186], [49.49856,12.64186], [49.49477,12.64632], [49.48362,12.64512], [49.48161,12.63911], [49.47771,12.63568], [49.47024,12.64460], [49.46990,12.65113], [49.44960,12.65902], [49.44390,12.65885], [49.43542,12.65834], [49.42694,12.67962], [49.42560,12.70915], [49.41644,12.71687], [49.41365,12.71687], [49.41030,12.73541], [49.39549,12.75920], [49.38298,12.76349], [49.37504,12.75954], [49.36599,12.76915], [49.36464,12.77911], [49.35861,12.78529], [49.35514,12.77945], [49.34731,12.78117], [49.34273,12.80211], [49.34183,12.83730], [49.34608,12.84383], [49.34508,12.85035], [49.33971,12.85361], [49.34038,12.85790], [49.33289,12.87764], [49.33412,12.88777], [49.34541,12.87696], [49.35134,12.87884], [49.35134,12.88657], [49.34955,12.90785], [49.34429,12.91970], [49.34631,12.92811], [49.34318,12.93841], [49.34530,12.94236], [49.34286,12.95235], [49.33772,12.96042], [49.33436,12.97433], [49.32351,12.99063], [49.31165,13.00694], [49.30751,13.00729], [49.30560,13.03149], [49.28668,13.03166], [49.27829,13.02771], [49.26529,13.03458], [49.26619,13.05398], [49.26115,13.05930], [49.25252,13.05981], [49.24927,13.06908], [49.24748,13.08196], [49.23650,13.09054], [49.22887,13.08848], [49.21901,13.11578], [49.21407,13.11629], [49.20454,13.11200], [49.19972,13.11921], [49.19736,13.13363], [49.18480,13.14873], [49.17515,13.16384], [49.17537,13.17122], [49.16684,13.17775], [49.15921,13.17689], [49.14383,13.17260], [49.12350,13.20521], [49.11440,13.23714], [49.11934,13.26100], [49.12181,13.28057], [49.11844,13.29121], [49.10507,13.31284], [49.10485,13.31954], [49.09001,13.34529], [49.08180,13.34958], [49.07865,13.35541], [49.07236,13.36365], [49.06730,13.37224], [49.05909,13.37739], [49.05447,13.39541], [49.04772,13.40022], [49.03580,13.40108], [49.02386,13.40743], [49.01801,13.40176], [49.01216,13.40451], [49.00653,13.41120], [48.99954,13.40914], [48.99279,13.40296], [48.98794,13.40434], [48.98040,13.41635], [48.97859,13.42545], [48.97352,13.42889], [48.97059,13.43730], [48.96304,13.46133], [48.95346,13.47317], [48.95267,13.48588], [48.94658,13.48862], [48.94264,13.49807], [48.94343,13.50665], [48.95267,13.50562], [48.96214,13.50304], [48.96947,13.50545], [48.97003,13.51678], [48.97589,13.53377], [48.97352,13.53789], [48.96766,13.54613], [48.96766,13.55368], [48.97161,13.56158], [48.96732,13.57119], [48.97081,13.57605], [48.97171,13.58154], [48.96337,13.59339], [48.95965,13.59476], [48.95537,13.59030], [48.94274,13.60472], [48.94545,13.60867], [48.94962,13.62206], [48.94984,13.63047], [48.94714,13.63356], [48.93958,13.62206], [48.93147,13.63219], [48.92537,13.63888], [48.91082,13.64695], [48.89424,13.65553], [48.89457,13.66343], [48.89141,13.66995], [48.88024,13.67150], [48.87967,13.67853], [48.88013,13.68471], [48.87990,13.69072], [48.88261,13.69896], [48.87945,13.71905], [48.88814,13.73106], [48.88588,13.74016], [48.87911,13.73947], [48.87426,13.74668], [48.86421,13.75303], [48.85901,13.75012], [48.85540,13.75578], [48.83721,13.76660], [48.83337,13.76848], [48.83371,13.77878], [48.83009,13.79441], [48.82557,13.79166], [48.81800,13.79915], [48.81404,13.79863], [48.79618,13.81717], [48.78034,13.80790], [48.77491,13.81391], [48.77152,13.83554], [48.77134,13.83877], [48.76500,13.83705], [48.75538,13.81971], [48.73070,13.81611], [48.71517,13.79320], [48.70781,13.80333], [48.70759,13.81105], [48.70203,13.80865], [48.69807,13.81981], [48.69954,13.83440], [48.69331,13.83079], [48.69614,13.81569], [48.69002,13.81345], [48.68130,13.81242], [48.67858,13.81654], [48.66668,13.81637], [48.65341,13.81363], [48.64561,13.81426], [48.64175,13.82095], [48.63347,13.82507], [48.62292,13.82250], [48.61566,13.82198], [48.61588,13.81443], [48.61009,13.81272], [48.60601,13.80791], [48.59681,13.80121], [48.59034,13.80018], [48.58750,13.80430], [48.57899,13.80413], [48.57422,13.79933], [48.57194,13.79006], [48.56606,13.77976], [48.56185,13.77855], [48.55867,13.77255], [48.55469,13.77014], [48.56356,13.76396], [48.56719,13.76002], [48.56299,13.75263], [48.55583,13.74680], [48.55197,13.74645], [48.55106,13.75298], [48.54629,13.74268], [48.53981,13.74405], [48.53799,13.74731], [48.52958,13.74645], [48.52605,13.73289], [48.51264,13.72654], [48.51900,13.70234], [48.53572,13.66388], [48.54072,13.65856], [48.55049,13.65221], [48.55448,13.62391], [48.56505,13.60881], [48.56868,13.60039], [48.56846,13.59181], [48.56482,13.58512], [48.56016,13.58220], [48.56039,13.56932], [48.56755,13.55902], [48.57061,13.54993], [48.58095,13.53722], [48.58890,13.52263], [48.59094,13.51302], [48.58788,13.50392], [48.58152,13.50272], [48.57743,13.50821], [48.57198,13.50375], [48.56823,13.49293], [48.56437,13.49259], [48.56119,13.48504], [48.56323,13.47954], [48.56164,13.47508], [48.55710,13.47714], [48.55482,13.47319], [48.55357,13.46427], [48.55732,13.45551], [48.56346,13.45019], [48.55960,13.44178], [48.55778,13.43783], [48.55221,13.43646], [48.54312,13.44350], [48.53380,13.44950], [48.52902,13.44453], [48.51891,13.45002], [48.51265,13.45877], [48.49794,13.44901], [48.48041,13.44043], [48.46095,13.42841], [48.45321,13.42738], [48.43898,13.43957], [48.42998,13.43991], [48.40576,13.42278], [48.37908,13.41608], [48.36859,13.40115], [48.35164,13.36535], [48.33395,13.34492], [48.31877,13.32243], [48.30427,13.28484], [48.29285,13.25445], [48.29525,13.18304], [48.28984,13.16319], [48.27830,13.12817], [48.27830,13.08388], [48.27214,13.06894], [48.26528,13.05538], [48.25911,13.02603], [48.25317,13.01144], [48.24711,13.00818], [48.23899,13.00011], [48.21841,12.97058], [48.20971,12.95839], [48.20662,12.94380], [48.20605,12.90930], [48.20376,12.89488], [48.20273,12.87222], [48.19705,12.86335], [48.18710,12.86147], [48.18241,12.85683], [48.17680,12.85134], [48.16798,12.84791], [48.16523,12.84396], [48.16546,12.83743], [48.16340,12.83434], [48.15940,12.83589], [48.15470,12.83160], [48.15126,12.82456], [48.15104,12.81512], [48.15012,12.80696], [48.14605,12.79860], [48.14350,12.79765], [48.13929,12.79786], [48.12406,12.78683], [48.12294,12.78426], [48.12391,12.78091], [48.12744,12.77486], [48.12858,12.76666], [48.12795,12.76198], [48.12646,12.75894], [48.12451,12.75791], [48.11970,12.75924], [48.11525,12.75547], [48.11167,12.74937], [48.10671,12.74946], [48.08281,12.75400], [48.07212,12.76177], [48.05913,12.78095], [48.03170,12.82773], [48.01917,12.84715], [48.00978,12.85594], [47.99408,12.86118], [47.97100,12.86866], [47.96431,12.87272], [47.95982,12.88310], [47.95773,12.90203], [47.95645,12.91518], [47.95335,12.91965], [47.95074,12.92085], [47.94499,12.91917], [47.94082,12.92020], [47.93944,12.92256], [47.93910,12.92698], [47.93996,12.93342], [47.94240,12.93497], [47.94396,12.93561], [47.94401,12.93715], [47.94255,12.93848], [47.93947,12.93891], [47.93165,12.94072], [47.92346,12.94539], [47.91658,12.95050], [47.90214,12.96552], [47.87854,12.98028], [47.86306,12.99307], [47.85384,13.00234], [47.84954,13.00400], [47.84516,13.00486], [47.84072,13.00263], [47.83496,12.99421], [47.83058,12.98709], [47.82741,12.98426], [47.82085,12.98039], [47.80853,12.97182], [47.79954,12.96401], [47.79418,12.95645], [47.79072,12.95096], [47.78645,12.94744], [47.78610,12.94203], [47.78449,12.93886], [47.78253,12.93843], [47.77866,12.93997], [47.77760,12.93869], [47.77598,12.93272], [47.77315,12.92920], [47.76966,12.92766], [47.76998,12.92963], [47.77073,12.93053], [47.77085,12.93319], [47.77258,12.93452], [47.77223,12.93598], [47.77027,12.93495], [47.77111,12.94242], [47.76436,12.94495], [47.75970,12.94080], [47.75846,12.93715], [47.75722,12.93831], [47.75420,12.93641], [47.74909,12.93645], [47.74716,12.93528], [47.74789,12.93408], [47.74711,12.93271], [47.74607,12.93224], [47.74537,12.93112], [47.74460,12.93112], [47.74474,12.92773], [47.74408,12.92159], [47.74312,12.92112], [47.74246,12.91880], [47.74145,12.91739], [47.73903,12.91662], [47.73900,12.91546], [47.73701,12.91443], [47.73675,12.91267], [47.73571,12.91258], [47.73510,12.91168], [47.73374,12.91155], [47.73334,12.91198], [47.73129,12.91099], [47.72892,12.90769], [47.72803,12.90589], [47.72762,12.90576], [47.72728,12.90481], [47.72465,12.90499], [47.72329,12.90563], [47.72295,12.90722], [47.72226,12.90895], [47.72024,12.91139], [47.71822,12.91315], [47.71750,12.91358], [47.71718,12.91624], [47.71640,12.91753], [47.71507,12.91852], [47.71438,12.92152], [47.71441,12.92268], [47.71219,12.92440], [47.71126,12.92431], [47.71034,12.92586], [47.71069,12.92676], [47.71005,12.92800], [47.70988,12.93302], [47.71213,12.94010], [47.71173,12.94418], [47.71230,12.94603], [47.71207,12.94779], [47.71126,12.94864], [47.71089,12.95092], [47.70835,12.95487], [47.70786,12.95663], [47.70947,12.95929], [47.70962,12.96289], [47.70817,12.96693], [47.70809,12.96984], [47.70734,12.97362], [47.70788,12.97581], [47.70757,12.98734], [47.70895,12.99124], [47.70991,12.99116], [47.71207,12.99326], [47.71354,12.99506], [47.71352,13.00197], [47.71710,13.00532], [47.71802,13.00438], [47.72157,13.00802], [47.72229,13.00832], [47.72333,13.01017], [47.72258,13.01270], [47.72325,13.01884], [47.72189,13.01931], [47.72091,13.02377], [47.71701,13.02721], [47.71597,13.02897], [47.71710,13.03073], [47.71554,13.03927], [47.71464,13.04094], [47.71404,13.04351], [47.71285,13.04270], [47.71274,13.04583], [47.71054,13.04978], [47.70907,13.04836], [47.70696,13.05206], [47.70523,13.05296], [47.70413,13.05587], [47.70121,13.05725], [47.69701,13.06160], [47.69588,13.06487], [47.69221,13.06933], [47.69201,13.07482], [47.68687,13.08100], [47.68355,13.07980], [47.68187,13.08014], [47.68126,13.07920], [47.67736,13.07825], [47.67444,13.07856], [47.67286,13.07757], [47.66736,13.07800], [47.66274,13.08023], [47.66051,13.08469], [47.65638,13.08783], [47.65387,13.08984], [47.65031,13.08894], [47.64736,13.09036], [47.64447,13.09237], [47.64230,13.09649], [47.63869,13.09831], [47.63505,13.09891], [47.62785,13.09608], [47.61981,13.08389], [47.61872,13.08085], [47.61652,13.07956], [47.61371,13.07685], [47.61073,13.07231], [47.60735,13.07201], [47.60474,13.06952], [47.60292,13.06544], [47.60098,13.06291], [47.59777,13.06475], [47.59580,13.06492], [47.59317,13.06827], [47.59233,13.06896], [47.59215,13.07123], [47.58816,13.07269], [47.58593,13.06947], [47.58567,13.06166], [47.58524,13.05814], [47.58304,13.04394], [47.58043,13.04531], [47.57817,13.04510], [47.57617,13.04235], [47.57195,13.04441], [47.57114,13.04613], [47.56937,13.04741], [47.56818,13.04772], [47.56540,13.04990], [47.56291,13.05171], [47.56228,13.05806], [47.56138,13.05690], [47.55871,13.05595], [47.55703,13.05613], [47.54956,13.04523], [47.54715,13.04562], [47.54252,13.03824], [47.54061,13.03832], [47.53418,13.03214], [47.53186,13.03240], [47.52792,13.03875], [47.52386,13.04734], [47.52021,13.04708], [47.51656,13.04356], [47.51609,13.04708], [47.50163,13.04735], [47.49838,13.04889], [47.49392,13.04709], [47.49166,13.04846], [47.48806,13.04280], [47.48829,13.03610], [47.48667,13.03379], [47.48609,13.02675], [47.48290,13.02640], [47.47739,13.02228], [47.47617,13.01851], [47.47101,13.01628], [47.46845,13.01096], [47.46410,13.00684], [47.46271,13.00254], [47.46375,12.99997], [47.46927,12.99705], [47.47153,12.99259], [47.47808,12.99448], [47.47727,12.98847], [47.48023,12.98443], [47.48185,12.98383], [47.48238,12.97817], [47.48476,12.97697], [47.48383,12.97379], [47.48098,12.97508], [47.47849,12.97328], [47.47431,12.97345], [47.47348,12.97124], [47.47632,12.96043], [47.47951,12.95099], [47.48763,12.93271], [47.48804,12.92927], [47.48995,12.92747], [47.49094,12.92361], [47.49593,12.91159], [47.49668,12.90790], [47.51310,12.88370], [47.51907,12.88404], [47.52173,12.87949], [47.52370,12.86782], [47.52556,12.86361], [47.52770,12.86344], [47.52649,12.85889], [47.52689,12.85640], [47.53222,12.84988], [47.53755,12.84893], [47.54149,12.84825], [47.54567,12.84722], [47.54613,12.84276], [47.54456,12.83503], [47.54439,12.82662], [47.54503,12.82164], [47.54462,12.81752], [47.54807,12.80690], [47.55711,12.79308], [47.56487,12.79230], [47.56603,12.78810], [47.56910,12.78329], [47.57518,12.77977], [47.58178,12.77806], [47.58652,12.78561], [47.58953,12.78784], [47.59139,12.79316], [47.59359,12.79454], [47.59775,12.79085], [47.60076,12.79308], [47.60551,12.79960], [47.60973,12.80552], [47.61205,12.81273], [47.61020,12.82192], [47.61193,12.82372], [47.62125,12.81076], [47.62573,12.79914], [47.63302,12.78944], [47.63180,12.78438], [47.63244,12.78051], [47.63892,12.77107], [47.64192,12.76884], [47.64331,12.76558], [47.64753,12.76361], [47.65077,12.75794], [47.65470,12.75837], [47.65632,12.76378], [47.65597,12.76721], [47.65771,12.77142], [47.66105,12.77795], [47.66304,12.77740], [47.66697,12.78118], [47.67148,12.78298], [47.67350,12.78041], [47.67032,12.77714], [47.66535,12.77199], [47.66749,12.76607], [47.66639,12.76144], [47.66298,12.75672], [47.66622,12.75483], [47.67015,12.75011], [47.67304,12.74788], [47.67546,12.74410], [47.67593,12.73792], [47.67737,12.73603], [47.67934,12.73260], [47.67841,12.72522], [47.67626,12.71802], [47.67603,12.71450], [47.67892,12.70798], [47.68071,12.70472], [47.67892,12.70017], [47.68193,12.69588], [47.68077,12.68481], [47.68222,12.68283], [47.68037,12.66979], [47.68042,12.66438], [47.67597,12.65768], [47.67360,12.65708], [47.67193,12.65451], [47.66985,12.64824], [47.67291,12.64592], [47.67048,12.63786], [47.67592,12.63082], [47.67274,12.62120], [47.67210,12.61473], [47.67332,12.60838], [47.67285,12.60511], [47.66823,12.60202], [47.66557,12.59627], [47.64775,12.58347], [47.63885,12.58038], [47.63335,12.57823], [47.63191,12.57497], [47.63648,12.53660], [47.62485,12.51188], [47.62479,12.49927], [47.63486,12.49017], [47.63671,12.49068], [47.64943,12.46502], [47.66168,12.45515], [47.66440,12.45301], [47.66781,12.45163], [47.67156,12.44357], [47.67341,12.44537], [47.67405,12.43962], [47.67630,12.43842], [47.67861,12.44048], [47.67971,12.43919], [47.68434,12.44142], [47.68636,12.44048], [47.69283,12.44219], [47.69485,12.43893], [47.69416,12.43258], [47.69618,12.42846], [47.69300,12.41061], [47.69208,12.40099], [47.68856,12.39035], [47.68769,12.38391], [47.68613,12.38048], [47.68480,12.37293], [47.68390,12.36352], [47.69025,12.35682], [47.69071,12.35124], [47.69164,12.35098], [47.69198,12.34515], [47.68990,12.34026], [47.69094,12.33699], [47.69250,12.33468], [47.69666,12.33751], [47.68979,12.29236], [47.68996,12.28464], [47.68725,12.27769], [47.68384,12.27185], [47.68031,12.26807], [47.67789,12.26352], [47.67933,12.25503], [47.68338,12.25279], [47.68713,12.24584], [47.69482,12.24052], [47.71139,12.24679], [47.71624,12.25202], [47.72173,12.25700], [47.72791,12.26189], [47.73235,12.26443], [47.73685,12.26306], [47.74245,12.25714], [47.74141,12.24993], [47.73160,12.23911], [47.71884,12.22787], [47.71745,12.22607], [47.70891,12.20787], [47.70683,12.20186], [47.70798,12.19654], [47.70336,12.18676], [47.70117,12.18556], [47.69995,12.18290], [47.70105,12.16264], [47.68407,12.16659], [47.67783,12.17054], [47.66858,12.18187], [47.65852,12.18547], [47.64048,12.19980], [47.62388,12.20332], [47.61381,12.20856], [47.60814,12.20633], [47.60525,12.20006], [47.60479,12.18393], [47.60073,12.17680], [47.60548,12.17981], [47.61092,12.18032], [47.61416,12.17878], [47.61404,12.16951], [47.61196,12.15938], [47.60926,12.15436], [47.60510,12.13900], [47.60533,12.12784], [47.60903,12.11934], [47.61088,12.11591], [47.60949,12.08321], [47.61071,12.07960], [47.61302,12.07780], [47.61453,12.07033], [47.61673,12.06475], [47.61812,12.06330], [47.61823,12.06021], [47.61644,12.05789], [47.61436,12.05051], [47.61707,12.03849], [47.61545,12.03394], [47.61071,12.02896], [47.61100,12.01952], [47.61806,12.01600], [47.62124,12.01205], [47.62321,12.01102], [47.62407,12.00768], [47.62118,12.00012], [47.61893,11.98244], [47.61245,11.97601], [47.61569,11.97360], [47.61667,11.96751], [47.61525,11.95203], [47.61224,11.93254], [47.61346,11.91366], [47.60767,11.90302], [47.60854,11.89521], [47.60165,11.86525], [47.60071,11.86457], [47.60129,11.85487], [47.58178,11.84757], [47.58167,11.84538], [47.58109,11.84478], [47.58103,11.84109], [47.58161,11.83817], [47.58184,11.82968], [47.58514,11.82804], [47.58474,11.82315], [47.58393,11.81620], [47.58549,11.80744], [47.58729,11.78865], [47.59076,11.78084], [47.58908,11.77200], [47.58943,11.76616], [47.58821,11.75354], [47.58711,11.74548], [47.58885,11.72239], [47.58844,11.70007], [47.58630,11.69072], [47.58325,11.68048], [47.58493,11.67670], [47.58505,11.67027], [47.58337,11.66580], [47.58366,11.65868], [47.58933,11.64941], [47.58875,11.64297], [47.59274,11.64134], [47.59425,11.63568], [47.59217,11.63216], [47.58539,11.63199], [47.58198,11.63473], [47.58012,11.63439], [47.58001,11.62830], [47.58342,11.62358], [47.58360,11.61894], [47.58076,11.61722], [47.57914,11.61233], [47.58128,11.60675], [47.57145,11.60323], [47.56497,11.59851], [47.55645,11.58830], [47.55170,11.59019], [47.54382,11.58564], [47.53913,11.58778], [47.52540,11.58847], [47.51880,11.57714], [47.51387,11.57285], [47.51335,11.56264], [47.51213,11.55328], [47.51254,11.55028], [47.50865,11.53817], [47.50940,11.52264], [47.51074,11.51835], [47.50581,11.51234], [47.50575,11.50891], [47.50465,11.50564], [47.50651,11.50213], [47.50709,11.49449], [47.50604,11.49071], [47.50767,11.48685], [47.50871,11.48693], [47.50888,11.48032], [47.50819,11.46728], [47.50807,11.45895], [47.50709,11.45020], [47.50784,11.44797], [47.51271,11.44367], [47.51694,11.44161], [47.51451,11.43578], [47.50993,11.42900], [47.50575,11.42265], [47.50320,11.42084], [47.49949,11.41518], [47.49595,11.41140], [47.49410,11.40994], [47.48911,11.40702], [47.48534,11.39921], [47.48354,11.39793], [47.47954,11.39029], [47.47588,11.38582], [47.47246,11.38488], [47.46898,11.38900], [47.46720,11.39048], [47.46644,11.39563], [47.46784,11.39846], [47.46708,11.41048], [47.46464,11.40867], [47.46308,11.41125], [47.45501,11.41279], [47.44456,11.42249], [47.44358,11.41957], [47.44613,11.41597], [47.44613,11.40790], [47.44549,11.40541], [47.44752,11.40224], [47.44578,11.38739], [47.44770,11.38653], [47.44874,11.37554], [47.44503,11.37211], [47.44439,11.36370], [47.44683,11.36069], [47.44810,11.35640], [47.44718,11.34962], [47.44868,11.34610], [47.44926,11.33786], [47.44344,11.33158], [47.43885,11.33175], [47.43740,11.32909], [47.43665,11.32188], [47.43113,11.31613], [47.42951,11.30866], [47.43026,11.29991], [47.42742,11.29767], [47.42695,11.29175], [47.42318,11.29141], [47.41842,11.29295], [47.41586,11.29347], [47.41243,11.29132], [47.40668,11.29072], [47.40058,11.28291], [47.39675,11.26969], [47.39884,11.26334], [47.39791,11.25888], [47.39820,11.25124], [47.39750,11.23322], [47.39506,11.23030], [47.39483,11.22506], [47.39669,11.22197], [47.40221,11.22420], [47.40662,11.23030], [47.41133,11.23253], [47.41673,11.23897], [47.42109,11.24128], [47.42800,11.25313], [47.43212,11.24970], [47.43119,11.24000], [47.43177,11.23845], [47.43055,11.22352], [47.43026,11.22043], [47.43305,11.20747], [47.43229,11.20446], [47.42695,11.19854], [47.42562,11.17923], [47.42341,11.17588], [47.42010,11.15408], [47.41345,11.14064], [47.41188,11.13300], [47.41182,11.12828], [47.40595,11.12339], [47.40102,11.12408], [47.39980,11.12502], [47.39637,11.11970], [47.39497,11.11352], [47.39515,11.10365], [47.39404,11.10030], [47.39567,11.07558], [47.39521,11.06597], [47.39585,11.06108], [47.39515,11.05850], [47.39555,11.05275], [47.39352,11.04932], [47.39445,11.04160], [47.39619,11.03859], [47.39323,11.03190], [47.39317,11.02795], [47.39614,11.02469], [47.39631,11.01885], [47.39404,11.00915], [47.39416,11.00040], [47.39730,10.97799], [47.39980,10.96993], [47.40572,10.96975], [47.40834,10.97053], [47.41188,10.96864], [47.41780,10.97147], [47.41879,10.98126], [47.42144,10.98433], [47.42997,10.98347], [47.43885,10.97137], [47.44814,10.96064], [47.45132,10.95802], [47.45637,10.95081], [47.46229,10.93931], [47.46786,10.93200], [47.47117,10.92797], [47.47372,10.92814], [47.48016,10.93827], [47.48242,10.93467], [47.48207,10.92746], [47.48416,10.91681], [47.48521,10.91003], [47.48265,10.89887], [47.48016,10.88909], [47.47813,10.87939], [47.48207,10.86993], [47.48555,10.86907], [47.49460,10.87122], [47.49924,10.87053], [47.50382,10.87714], [47.50573,10.88649], [47.50829,10.89096], [47.50979,10.90349], [47.51078,10.90495], [47.51379,10.91679], [47.51762,10.91808], [47.51895,10.91465], [47.51658,10.90555], [47.51976,10.90263], [47.52266,10.89774], [47.53054,10.89216], [47.53680,10.88984], [47.53535,10.86744], [47.53460,10.86641], [47.53333,10.86109], [47.53414,10.85371], [47.52985,10.84899], [47.52904,10.84584], [47.52753,10.84301], [47.52741,10.84001], [47.52521,10.83898], [47.52765,10.83460], [47.52794,10.82644], [47.52498,10.81254], [47.51942,10.81366], [47.51947,10.80773], [47.52029,10.79494], [47.51600,10.78645], [47.51675,10.78319], [47.51321,10.77726], [47.51559,10.77623], [47.51536,10.77203], [47.52016,10.76250], [47.52271,10.76190], [47.52590,10.76379], [47.53106,10.76078], [47.53448,10.75787], [47.53465,10.75383], [47.53697,10.75014], [47.53772,10.74010], [47.53737,10.73529], [47.53848,10.72903], [47.53726,10.72310], [47.53772,10.71701], [47.54294,10.71040], [47.54346,10.69684], [47.54491,10.69375], [47.55526,10.68986], [47.55630,10.69192], [47.55798,10.69055], [47.55815,10.68669], [47.55555,10.68102], [47.55670,10.67707], [47.55844,10.67681], [47.55827,10.66008], [47.55856,10.64806], [47.55902,10.63828], [47.55844,10.63416], [47.56122,10.62472], [47.56284,10.62472], [47.56603,10.62025], [47.56667,10.61545], [47.56516,10.61356], [47.56586,10.60738], [47.56730,10.60334], [47.56904,10.59776], [47.56615,10.59648], [47.56400,10.59562], [47.56145,10.59141], [47.55867,10.58832], [47.55595,10.58249], [47.55306,10.57974], [47.55016,10.58274], [47.54431,10.58026], [47.53388,10.57399], [47.53307,10.56747], [47.53434,10.56214], [47.53637,10.56283], [47.53596,10.55940], [47.53660,10.55674], [47.53637,10.53614], [47.53498,10.52438], [47.54034,10.48946], [47.55089,10.47212], [47.55251,10.46010], [47.55587,10.45401], [47.55691,10.45581], [47.55981,10.45719], [47.56346,10.46199], [47.56861,10.46800], [47.57087,10.47264], [47.57776,10.47032], [47.58019,10.47049], [47.57950,10.47384], [47.58100,10.47873], [47.58430,10.48173], [47.58459,10.47255], [47.58685,10.47143], [47.58650,10.46766], [47.58506,10.46182], [47.58338,10.45968], [47.58257,10.45521], [47.58349,10.44895], [47.58291,10.44028], [47.58396,10.43736], [47.58199,10.43436], [47.57973,10.43599], [47.57892,10.43470], [47.57736,10.42989], [47.57301,10.43453], [47.56994,10.43333], [47.56873,10.43659], [47.56740,10.44569], [47.55517,10.45109], [47.55570,10.45367], [47.55500,10.45418], [47.52377,10.43916], [47.51884,10.44268], [47.51316,10.44079], [47.50951,10.43667], [47.50603,10.43539], [47.50348,10.43187], [47.49200,10.43796], [47.49101,10.43822], [47.49003,10.44002], [47.48649,10.44105], [47.48440,10.44466], [47.48643,10.45126], [47.48301,10.45744], [47.48289,10.46508], [47.48092,10.46414], [47.47727,10.46852], [47.47402,10.46766], [47.46856,10.47083], [47.46444,10.46689], [47.46212,10.46740], [47.45864,10.46877], [47.45301,10.46663], [47.45075,10.46774], [47.44819,10.47101], [47.44564,10.47075], [47.44309,10.47341], [47.43937,10.47264], [47.43205,10.47667], [47.43101,10.47530], [47.43171,10.47135], [47.43025,10.46603], [47.42724,10.45856], [47.41800,10.45616], [47.41434,10.44594], [47.41318,10.43856], [47.40900,10.43650], [47.40685,10.43856], [47.40209,10.43195], [47.40029,10.43478], [47.39494,10.43067], [47.39105,10.43015], [47.37983,10.43719], [47.38367,10.43067], [47.38268,10.42826], [47.38419,10.42054], [47.38047,10.41762], [47.37791,10.41264], [47.37693,10.40474], [47.37716,10.39977], [47.37460,10.39341], [47.37204,10.39324], [47.36919,10.38904], [47.36594,10.38929], [47.36199,10.38629], [47.35971,10.38773], [47.35569,10.38662], [47.35488,10.38447], [47.35157,10.37915], [47.35157,10.37709], [47.34494,10.37134], [47.34360,10.36799], [47.34069,10.36464], [47.33650,10.35709], [47.33290,10.35675], [47.32114,10.34619], [47.31777,10.34954], [47.31515,10.34705], [47.31358,10.34027], [47.31035,10.33960], [47.30826,10.33574], [47.30471,10.33084], [47.30349,10.32398], [47.30581,10.32261], [47.30552,10.31531], [47.29772,10.30183], [47.29900,10.29625], [47.29388,10.29196], [47.28987,10.28518], [47.28719,10.28158], [47.28771,10.26776], [47.28451,10.26647], [47.28428,10.26270], [47.28142,10.25995], [47.27851,10.24939], [47.27816,10.24433], [47.27676,10.24244], [47.27135,10.23806], [47.27001,10.23223], [47.27548,10.22219], [47.27484,10.20742], [47.27665,10.20107], [47.27385,10.19532], [47.27298,10.19489], [47.27228,10.19026], [47.26983,10.17730], [47.27042,10.17249], [47.27409,10.17223], [47.27647,10.17378], [47.27886,10.17155], [47.28276,10.17541], [47.28992,10.17386], [47.29173,10.17712], [47.29487,10.17790], [47.29679,10.17936], [47.29615,10.18339], [47.29481,10.18382], [47.29476,10.19000], [47.29732,10.19481], [47.30034,10.20287], [47.30273,10.20382], [47.30669,10.21025], [47.31146,10.21189], [47.31199,10.21463], [47.31781,10.21051], [47.32234,10.20519], [47.32653,10.19884], [47.32869,10.20099], [47.33154,10.20656], [47.33508,10.20691], [47.33648,10.20365], [47.34363,10.21000], [47.34928,10.21558], [47.35143,10.21712], [47.35433,10.21618], [47.35753,10.22055], [47.35875,10.22433], [47.36090,10.22433], [47.36352,10.22751], [47.36747,10.22974], [47.37271,10.23592], [47.37503,10.23575], [47.37904,10.23094], [47.38241,10.23523], [47.38834,10.22759], [47.38648,10.22476], [47.38189,10.21798], [47.38009,10.21137], [47.38276,10.20819], [47.38224,10.20270], [47.38381,10.19875], [47.38927,10.19360], [47.38915,10.18957], [47.39183,10.18245], [47.38904,10.18253], [47.38793,10.18339], [47.38479,10.17601], [47.38549,10.16931], [47.37119,10.16991], [47.36864,10.16614], [47.36695,10.14974], [47.36701,10.14150], [47.36835,10.13584], [47.37550,10.11945], [47.35422,10.09996], [47.39405,10.08207], [47.39916,10.08611], [47.40102,10.08147], [47.40375,10.07993], [47.40364,10.07735], [47.40602,10.07220], [47.40788,10.06954], [47.41067,10.06868], [47.41136,10.07152], [47.41334,10.07126], [47.41560,10.07529], [47.41560,10.08104], [47.41514,10.08654], [47.41653,10.08997], [47.41758,10.09486], [47.42315,10.09564], [47.42889,10.10551], [47.43940,10.09503], [47.44085,10.09289], [47.44892,10.09246], [47.44962,10.09426], [47.45501,10.09220], [47.45879,10.09023], [47.45937,10.08877], [47.45826,10.08688], [47.45879,10.08448], [47.45501,10.08096], [47.45600,10.07615], [47.45519,10.07238], [47.45583,10.06903], [47.45762,10.06963], [47.46070,10.06774], [47.46378,10.06319], [47.46621,10.05384], [47.47051,10.05118], [47.47521,10.05426], [47.47642,10.05246], [47.48507,10.04465], [47.48675,10.04551], [47.48797,10.03976], [47.48896,10.03736], [47.48519,10.02851], [47.48316,10.01976], [47.48455,10.01607], [47.48229,10.01315], [47.48148,10.00817], [47.48229,10.00422], [47.48177,10.00165], [47.48606,9.99453], [47.49876,9.98689], [47.50276,9.99478], [47.50560,9.98920], [47.51059,9.98423], [47.51007,9.98242], [47.51094,9.97908], [47.51273,9.97813], [47.51557,9.97092], [47.51743,9.97032], [47.52021,9.96491], [47.52288,9.96466], [47.52462,9.96723], [47.52746,9.96723], [47.52919,9.96732], [47.52960,9.96500], [47.53406,9.96500], [47.53870,9.96423], [47.53899,9.96629], [47.54113,9.96629], [47.54368,9.97066], [47.54558,9.97044], [47.54587,9.96821], [47.54419,9.96692], [47.54343,9.96512], [47.54158,9.96340], [47.54286,9.95979], [47.54129,9.96065], [47.53834,9.96082], [47.53474,9.96383], [47.53434,9.96108], [47.53532,9.95190], [47.53764,9.94083], [47.53347,9.93611], [47.53109,9.92890], [47.52941,9.91988], [47.53028,9.91662], [47.53376,9.91173], [47.53967,9.90744], [47.54228,9.90521], [47.54471,9.89645], [47.54355,9.88993], [47.54761,9.88066], [47.54309,9.87542], [47.54193,9.87886], [47.53764,9.87868], [47.53306,9.87517], [47.53098,9.87637], [47.52848,9.87508], [47.52822,9.87390], [47.53008,9.87218], [47.53286,9.86377], [47.53332,9.85759], [47.53888,9.85364], [47.54126,9.84969], [47.54091,9.84437], [47.54253,9.83828], [47.54404,9.82927], [47.54601,9.82789], [47.54734,9.81553], [47.54931,9.81493], [47.55418,9.81742], [47.55818,9.82343], [47.56049,9.82549], [47.56524,9.82309], [47.57136,9.82041], [47.57397,9.82581], [47.57987,9.82650], [47.58144,9.82358], [47.58653,9.82341], [47.58856,9.81672], [47.58769,9.81423], [47.59099,9.80968], [47.59469,9.80384], [47.59574,9.79981], [47.59348,9.79672], [47.59319,9.79114], [47.59319,9.78384], [47.59487,9.77723], [47.59319,9.77612], [47.58856,9.77200], [47.58717,9.76899], [47.58844,9.76590], [47.58520,9.76685], [47.58479,9.76299], [47.58230,9.76221], [47.58074,9.76324], [47.57929,9.75646], [47.57235,9.75706], [47.56997,9.75123], [47.56748,9.75311], [47.56475,9.74855], [47.56093,9.74752], [47.55809,9.74452], [47.55746,9.74812], [47.55473,9.74726], [47.55439,9.74134], [47.55091,9.74074], [47.54853,9.73748], [47.54541,9.73559], [47.53909,9.73705], [47.53480,9.73739], [47.53318,9.73430], [47.53405,9.73027], [47.53017,9.71834], [47.54070,9.62785], [47.57129,9.57841]], - DE_BE: [[52.33790,13.64949], [52.36036,13.66854], [52.36726,13.68463], [52.36673,13.69287], [52.36906,13.69317], [52.37108,13.69579], [52.37357,13.69952], [52.37732,13.70064], [52.37771,13.69905], [52.37750,13.69725], [52.38151,13.69905], [52.38107,13.69529], [52.38337,13.68971], [52.38302,13.68789], [52.38344,13.68722], [52.38396,13.68714], [52.38386,13.68606], [52.38523,13.68690], [52.38514,13.68774], [52.38602,13.68799], [52.38523,13.68872], [52.38521,13.69003], [52.38618,13.69199], [52.38886,13.69554], [52.38898,13.69613], [52.38970,13.69688], [52.38982,13.69756], [52.39040,13.69776], [52.39092,13.69802], [52.39114,13.69778], [52.39167,13.69837], [52.39180,13.69891], [52.39121,13.69849], [52.39059,13.69842], [52.39057,13.69881], [52.39082,13.69954], [52.39111,13.70025], [52.39258,13.70158], [52.39301,13.70195], [52.39330,13.70257], [52.39321,13.70344], [52.39345,13.70451], [52.39403,13.70549], [52.39488,13.70642], [52.39510,13.70686], [52.39512,13.70728], [52.39508,13.70802], [52.39542,13.70895], [52.39566,13.70931], [52.39590,13.70937], [52.39619,13.70972], [52.39607,13.71008], [52.39665,13.71093], [52.39712,13.71144], [52.39730,13.71193], [52.39749,13.71208], [52.39778,13.71273], [52.39778,13.71291], [52.39798,13.71362], [52.39888,13.71421], [52.39922,13.71521], [52.39968,13.71591], [52.39967,13.71661], [52.39886,13.71739], [52.39870,13.71818], [52.39869,13.71907], [52.39891,13.71991], [52.39808,13.72284], [52.39882,13.72483], [52.39946,13.72716], [52.39987,13.72755], [52.39944,13.73004], [52.39994,13.73107], [52.40043,13.73202], [52.40164,13.73404], [52.40193,13.73438], [52.40526,13.73507], [52.40599,13.73580], [52.40725,13.73876], [52.40813,13.73782], [52.40967,13.73681], [52.41066,13.73417], [52.41257,13.73275], [52.41561,13.72977], [52.41673,13.72955], [52.41914,13.73148], [52.42020,13.73133], [52.42077,13.73058], [52.42646,13.73743], [52.42665,13.73760], [52.42633,13.73962], [52.42655,13.73987], [52.42630,13.74084], [52.42672,13.74131], [52.42821,13.74174], [52.42881,13.73910], [52.42977,13.73962], [52.43250,13.74020], [52.43331,13.73284], [52.43465,13.72786], [52.43682,13.72299], [52.43704,13.72286], [52.43593,13.72524], [52.43462,13.72844], [52.43364,13.73187], [52.43312,13.73578], [52.43289,13.73848], [52.43313,13.73839], [52.43280,13.74301], [52.43803,13.74419], [52.44137,13.75047], [52.44155,13.75616], [52.43663,13.75440], [52.43612,13.76011], [52.43774,13.76131], [52.43790,13.76080], [52.43844,13.75539], [52.44299,13.75717], [52.44330,13.75455], [52.44627,13.75670], [52.44607,13.75550], [52.44699,13.75455], [52.44781,13.75318], [52.44819,13.75142], [52.44833,13.75030], [52.44880,13.74925], [52.44904,13.74620], [52.44933,13.74455], [52.44904,13.74314], [52.44968,13.73781], [52.45023,13.73573], [52.45070,13.73563], [52.45082,13.73412], [52.45045,13.73267], [52.45087,13.72908], [52.45677,13.72063], [52.45978,13.71842], [52.46303,13.71597], [52.46307,13.71393], [52.46310,13.71292], [52.46338,13.71144], [52.46559,13.70580], [52.46745,13.70216], [52.46834,13.70118], [52.46831,13.69890], [52.46600,13.70070], [52.46443,13.70191], [52.46327,13.70248], [52.46209,13.70268], [52.46004,13.70321], [52.45985,13.70517], [52.45758,13.70551], [52.45575,13.70521], [52.45485,13.70456], [52.45499,13.70139], [52.45532,13.69849], [52.45653,13.69875], [52.45780,13.69834], [52.45860,13.69768], [52.46018,13.69763], [52.46117,13.69742], [52.46197,13.69710], [52.46366,13.69596], [52.46427,13.69549], [52.46478,13.69109], [52.46510,13.68989], [52.46516,13.68643], [52.46612,13.68274], [52.46801,13.68015], [52.46931,13.67866], [52.47010,13.67643], [52.47084,13.67521], [52.47152,13.67330], [52.47354,13.66933], [52.47378,13.66770], [52.47444,13.66714], [52.47375,13.66407], [52.47383,13.66255], [52.47510,13.65828], [52.47664,13.65588], [52.47887,13.64819], [52.47898,13.64534], [52.47931,13.64305], [52.47863,13.64229], [52.47617,13.63607], [52.47507,13.63084], [52.47408,13.62920], [52.47367,13.62820], [52.47379,13.62532], [52.47217,13.62493], [52.46885,13.62453], [52.46886,13.62272], [52.46794,13.62245], [52.46677,13.62299], [52.46672,13.62183], [52.46726,13.62221], [52.46850,13.62202], [52.46870,13.62123], [52.47058,13.62140], [52.47131,13.61698], [52.46991,13.61515], [52.47047,13.61279], [52.47068,13.61161], [52.47487,13.61661], [52.47544,13.61524], [52.47565,13.61378], [52.48080,13.61509], [52.49314,13.63006], [52.49381,13.62556], [52.49429,13.62440], [52.49999,13.62738], [52.50413,13.62858], [52.50713,13.63011], [52.51133,13.63305], [52.51332,13.63489], [52.51640,13.63927], [52.51941,13.64440], [52.52148,13.64916], [52.52408,13.65549], [52.52603,13.65873], [52.52665,13.65822], [52.52937,13.65716], [52.52997,13.65708], [52.52985,13.65021], [52.52971,13.64783], [52.52992,13.64399], [52.53046,13.64129], [52.53058,13.63472], [52.53063,13.63124], [52.53020,13.62673], [52.53053,13.62577], [52.53360,13.62495], [52.53413,13.62592], [52.53805,13.62506], [52.53741,13.62802], [52.53789,13.62900], [52.53754,13.63076], [52.53789,13.63164], [52.53758,13.63388], [52.53790,13.63480], [52.53850,13.63553], [52.54092,13.63771], [52.54252,13.63726], [52.54242,13.63578], [52.54311,13.63370], [52.54388,13.62513], [52.54425,13.61983], [52.54885,13.59160], [52.54983,13.58677], [52.55214,13.58741], [52.55337,13.58799], [52.55557,13.58763], [52.55807,13.58657], [52.55945,13.58492], [52.56311,13.58395], [52.56399,13.58416], [52.56584,13.58328], [52.56784,13.58369], [52.57121,13.58163], [52.57136,13.57798], [52.57311,13.57710], [52.57400,13.57491], [52.57340,13.57152], [52.57347,13.56856], [52.57722,13.56575], [52.57908,13.56354], [52.58089,13.56140], [52.58390,13.55632], [52.58600,13.55173], [52.58772,13.54731], [52.58803,13.54752], [52.59131,13.53172], [52.59168,13.53075], [52.59257,13.52704], [52.59297,13.52256], [52.59228,13.50829], [52.60527,13.49891], [52.60513,13.49668], [52.61059,13.49857], [52.61895,13.50357], [52.61955,13.50554], [52.62072,13.50576], [52.62568,13.50591], [52.62760,13.51097], [52.62955,13.51797], [52.63172,13.51863], [52.63664,13.52092], [52.63928,13.52210], [52.64132,13.52277], [52.64522,13.52320], [52.64498,13.52058], [52.64712,13.51940], [52.64604,13.51444], [52.64549,13.51296], [52.64962,13.50468], [52.65008,13.50294], [52.65494,13.49061], [52.65938,13.48552], [52.67081,13.48851], [52.66789,13.47943], [52.66645,13.47570], [52.66777,13.47572], [52.66845,13.47503], [52.67118,13.47645], [52.67473,13.47995], [52.67486,13.48027], [52.67547,13.47963], [52.67394,13.47720], [52.67521,13.47536], [52.66722,13.46589], [52.66912,13.45946], [52.66262,13.45059], [52.66186,13.45375], [52.65726,13.46241], [52.65627,13.47340], [52.65429,13.47383], [52.65195,13.46911], [52.65153,13.46576], [52.64799,13.45915], [52.64888,13.45220], [52.65002,13.45254], [52.65002,13.44628], [52.64950,13.44044], [52.64554,13.43924], [52.64450,13.43340], [52.64101,13.43315], [52.63789,13.43400], [52.63768,13.42808], [52.63570,13.42371], [52.64127,13.41461], [52.64268,13.41555], [52.64398,13.41212], [52.64284,13.40783], [52.64388,13.40723], [52.64554,13.40285], [52.64841,13.39796], [52.64762,13.39415], [52.64637,13.39340], [52.64596,13.39267], [52.64386,13.39119], [52.64186,13.38984], [52.64132,13.38932], [52.63982,13.38980], [52.63754,13.38808], [52.63659,13.38473], [52.63676,13.38297], [52.63628,13.38162], [52.63524,13.38259], [52.63442,13.37988], [52.63404,13.37941], [52.63449,13.37877], [52.63346,13.37761], [52.63310,13.37750], [52.63315,13.37699], [52.63248,13.37634], [52.63141,13.37563], [52.62949,13.37651], [52.62913,13.37555], [52.62815,13.37445], [52.62750,13.37051], [52.62586,13.36855], [52.62612,13.36716], [52.62565,13.36613], [52.62495,13.36220], [52.62334,13.35763], [52.62381,13.35441], [52.62320,13.35124], [52.62385,13.35117], [52.62366,13.34687], [52.62380,13.34389], [52.62335,13.34142], [52.62341,13.33833], [52.62277,13.33670], [52.62423,13.33295], [52.62419,13.33226], [52.62546,13.32915], [52.62584,13.32645], [52.62643,13.32406], [52.62655,13.32243], [52.62672,13.31930], [52.62727,13.31724], [52.62759,13.31531], [52.62814,13.31334], [52.62822,13.31231], [52.62808,13.30952], [52.62793,13.30784], [52.62718,13.30252], [52.62750,13.30274], [52.62830,13.30544], [52.62861,13.30621], [52.62914,13.30909], [52.62953,13.31001], [52.63002,13.31035], [52.63017,13.30973], [52.63047,13.30977], [52.63055,13.31014], [52.63245,13.30964], [52.63316,13.30917], [52.63655,13.30617], [52.63730,13.30583], [52.63758,13.30724], [52.63948,13.30645], [52.63967,13.30735], [52.64011,13.30737], [52.64006,13.30835], [52.64076,13.30818], [52.64146,13.30913], [52.64275,13.30955], [52.64403,13.30936], [52.64391,13.30855], [52.65337,13.30040], [52.65744,13.31029], [52.65782,13.30920], [52.65850,13.30856], [52.65965,13.30718], [52.65926,13.30251], [52.65939,13.29332], [52.66010,13.28914], [52.66003,13.28714], [52.66079,13.28279], [52.65265,13.28184], [52.65255,13.28505], [52.64868,13.28454], [52.64842,13.28407], [52.64755,13.28445], [52.64112,13.28364], [52.64091,13.28017], [52.64022,13.27635], [52.64024,13.27315], [52.63971,13.26984], [52.64073,13.26199], [52.63899,13.26236], [52.63660,13.26427], [52.63452,13.26510], [52.62698,13.26418], [52.62785,13.26064], [52.62776,13.25665], [52.62734,13.25167], [52.62751,13.24918], [52.62738,13.24598], [52.62827,13.24339], [52.62831,13.24148], [52.62797,13.24010], [52.62775,13.23412], [52.62745,13.23079], [52.62779,13.22680], [52.62835,13.22603], [52.62852,13.22399], [52.62844,13.22021], [52.62715,13.22038], [52.61966,13.21730], [52.60916,13.20614], [52.60699,13.20193], [52.60381,13.20305], [52.59159,13.21888], [52.58797,13.21399], [52.58818,13.21128], [52.58831,13.20733], [52.58643,13.20669], [52.58687,13.20527], [52.58872,13.20012], [52.58904,13.19811], [52.59029,13.19098], [52.59144,13.18935], [52.59232,13.18626], [52.59370,13.18429], [52.59422,13.18120], [52.59501,13.17854], [52.59537,13.17403], [52.59647,13.17206], [52.59712,13.16837], [52.59902,13.16455], [52.59774,13.15682], [52.59514,13.15292], [52.59185,13.14923], [52.58945,13.14193], [52.58906,13.13846], [52.58737,13.13519], [52.58695,13.13210], [52.58732,13.12906], [52.58583,13.12820], [52.58573,13.12966], [52.58317,13.12798], [52.58283,13.12979], [52.57973,13.13172], [52.57947,13.13378], [52.58030,13.13807], [52.58033,13.13953], [52.58309,13.14927], [52.58197,13.15107], [52.57731,13.15339], [52.57035,13.15189], [52.56925,13.15064], [52.56631,13.14918], [52.56443,13.14742], [52.56158,13.14678], [52.56057,13.14558], [52.55835,13.14669], [52.55538,13.14695], [52.55399,13.14614], [52.55258,13.14472], [52.55230,13.14287], [52.55279,13.13652], [52.55404,13.13395], [52.55624,13.13073], [52.55538,13.12996], [52.55170,13.12845], [52.54376,13.12481], [52.54306,13.12528], [52.53833,13.12339], [52.53504,13.12163], [52.53019,13.11927], [52.52124,13.11828], [52.51677,13.11712], [52.51753,13.12776], [52.51899,13.13905], [52.51954,13.14274], [52.51865,13.14458], [52.51724,13.14519], [52.51680,13.14772], [52.51382,13.15518], [52.51244,13.15960], [52.50925,13.16832], [52.50452,13.16132], [52.49431,13.14673], [52.48341,13.13265], [52.47942,13.12715], [52.47861,13.12517], [52.47756,13.11865], [52.47738,13.11745], [52.47432,13.11736], [52.47320,13.11680], [52.46373,13.11032], [52.45884,13.11235], [52.45727,13.11253], [52.45392,13.11162], [52.45060,13.10905], [52.44537,13.11544], [52.44382,13.11896], [52.44267,13.11879], [52.44102,13.12034], [52.42591,13.10711], [52.42397,13.09758], [52.41602,13.08986], [52.41206,13.09020], [52.40934,13.09741], [52.41020,13.09891], [52.41099,13.09939], [52.41308,13.09685], [52.41363,13.10063], [52.41039,13.10059], [52.40942,13.10612], [52.40926,13.11020], [52.41036,13.11093], [52.41036,13.11226], [52.41172,13.11166], [52.41146,13.11037], [52.41306,13.10981], [52.41324,13.10735], [52.41180,13.10758], [52.40979,13.10724], [52.40902,13.10651], [52.40866,13.10652], [52.40839,13.10865], [52.40803,13.10928], [52.40727,13.10826], [52.40298,13.11412], [52.40163,13.11837], [52.39728,13.12382], [52.39677,13.12618], [52.39978,13.13431], [52.39856,13.13495], [52.39785,13.13791], [52.39739,13.13510], [52.39610,13.13566], [52.39595,13.13851], [52.39388,13.13477], [52.39184,13.13165], [52.39193,13.13148], [52.39160,13.13117], [52.39170,13.13148], [52.39052,13.13015], [52.39069,13.12988], [52.39168,13.13085], [52.39163,13.13105], [52.39190,13.13125], [52.39178,13.13091], [52.39176,13.12937], [52.39169,13.12934], [52.39162,13.12718], [52.38961,13.12659], [52.38740,13.13065], [52.38720,13.13119], [52.38722,13.13131], [52.38743,13.13144], [52.38749,13.13195], [52.38728,13.13319], [52.38875,13.13398], [52.38877,13.13370], [52.38868,13.13325], [52.38876,13.13286], [52.39036,13.13040], [52.39178,13.13213], [52.39363,13.13485], [52.39474,13.13692], [52.39564,13.13867], [52.39642,13.14058], [52.39705,13.14180], [52.39692,13.14197], [52.39717,13.14310], [52.39663,13.14305], [52.39609,13.14385], [52.39535,13.14580], [52.39482,13.15335], [52.39385,13.15882], [52.39434,13.16844], [52.39557,13.17189], [52.39786,13.17133], [52.39710,13.16691], [52.39636,13.15785], [52.39761,13.15809], [52.39986,13.15949], [52.40275,13.15938], [52.41545,13.19723], [52.41533,13.19959], [52.41574,13.20421], [52.41689,13.21024], [52.41814,13.21457], [52.41941,13.21852], [52.42064,13.22354], [52.42092,13.22498], [52.42078,13.22543], [52.42074,13.22697], [52.42043,13.22961], [52.42019,13.23332], [52.42079,13.23568], [52.42075,13.23860], [52.42103,13.24476], [52.42116,13.24587], [52.41876,13.24708], [52.41381,13.24841], [52.41093,13.24882], [52.40823,13.24862], [52.40780,13.24922], [52.40499,13.24963], [52.40632,13.25439], [52.40615,13.26087], [52.40462,13.26435], [52.40417,13.27061], [52.40538,13.27668], [52.41632,13.29678], [52.41556,13.29706], [52.41468,13.29629], [52.41455,13.29560], [52.41403,13.29633], [52.39893,13.31219], [52.40129,13.31639], [52.40565,13.32725], [52.41167,13.34321], [52.40756,13.34300], [52.40240,13.35154], [52.40144,13.35348], [52.40052,13.35509], [52.39820,13.35968], [52.39543,13.36726], [52.39377,13.37173], [52.38833,13.37029], [52.38810,13.37649], [52.38823,13.38190], [52.38847,13.38711], [52.38282,13.38805], [52.37902,13.38803], [52.37778,13.38846], [52.37750,13.39713], [52.37720,13.40119], [52.37686,13.40490], [52.37678,13.40698], [52.37643,13.41018], [52.37670,13.41254], [52.37632,13.41239], [52.37608,13.42086], [52.38578,13.42761], [52.38693,13.42759], [52.38957,13.42637], [52.39476,13.42407], [52.40725,13.41858], [52.40987,13.41884], [52.41034,13.42148], [52.41126,13.42512], [52.41225,13.43083], [52.41258,13.43237], [52.41454,13.43937], [52.41505,13.44182], [52.41610,13.44533], [52.41687,13.44763], [52.41753,13.44928], [52.41953,13.45514], [52.42050,13.45937], [52.42098,13.46357], [52.41995,13.46797], [52.41274,13.47158], [52.40613,13.47578], [52.40379,13.47701], [52.40332,13.47748], [52.40244,13.47741], [52.39998,13.47889], [52.39576,13.47969], [52.39702,13.48452], [52.39755,13.48806], [52.39767,13.49035], [52.39850,13.49518], [52.39907,13.49945], [52.39947,13.50218], [52.40042,13.50979], [52.40117,13.51406], [52.40167,13.51608], [52.40096,13.51887], [52.40049,13.52196], [52.39954,13.52389], [52.39879,13.52668], [52.39720,13.52977], [52.39910,13.53484], [52.40052,13.53840], [52.39827,13.53682], [52.39772,13.53611], [52.39690,13.53637], [52.39415,13.53519], [52.39069,13.53463], [52.38896,13.53540], [52.38816,13.55913], [52.38815,13.56430], [52.38866,13.56765], [52.39008,13.57452], [52.39194,13.58552], [52.39353,13.59168], [52.39374,13.59276], [52.39222,13.59389], [52.38994,13.59353], [52.38874,13.59432], [52.38877,13.59497], [52.38736,13.59488], [52.38582,13.59610], [52.38517,13.59960], [52.38263,13.60269], [52.37903,13.60621], [52.37792,13.60539], [52.37597,13.60679], [52.37372,13.60569], [52.37348,13.60571], [52.37620,13.61436], [52.38112,13.62841], [52.37609,13.63320], [52.37736,13.64268], [52.37252,13.64276], [52.37063,13.64195], [52.37007,13.64691], [52.36463,13.64577], [52.35577,13.63659], [52.34282,13.63745], [52.33845,13.64562]], - DE_BW: [[49.57893,9.10241], [49.57214,9.09966], [49.56101,9.09829], [49.56245,9.08336], [49.57509,9.08001], [49.57609,9.07254], [49.56702,9.07211], [49.56468,9.06962], [49.55622,9.07700], [49.55227,9.08353], [49.54603,9.08447], [49.54219,9.08155], [49.53617,9.10335], [49.53450,9.10550], [49.53556,9.10902], [49.53339,9.11451], [49.52844,9.11466], [49.52560,9.12033], [49.52131,9.12453], [49.51696,9.12359], [49.51278,9.11938], [49.51167,9.10728], [49.51702,9.10711], [49.52627,9.10067], [49.52649,9.08230], [49.53139,9.06625], [49.52965,9.06149], [49.52274,9.05651], [49.52118,9.05093], [49.51745,9.04629], [49.51388,9.04801], [49.50630,9.03986], [49.49934,9.04149], [49.50028,9.03617], [49.50000,9.01376], [49.50318,9.01050], [49.50513,9.00200], [49.50524,8.99462], [49.50419,8.99153], [49.51076,8.98656], [49.50926,8.97849], [49.50435,8.97565], [49.50207,8.96553], [49.50435,8.95986], [49.50580,8.95128], [49.50151,8.95051], [49.49555,8.95669], [49.49131,8.95033], [49.48702,8.94896], [49.48356,8.95282], [49.48657,8.94321], [49.48345,8.93858], [49.47954,8.93557], [49.47475,8.93308], [49.47023,8.93085], [49.46571,8.93368], [49.46370,8.94124], [49.45634,8.94939], [49.45238,8.94270], [49.45042,8.92742], [49.44869,8.92484], [49.44205,8.92364], [49.43843,8.91205], [49.44205,8.90519], [49.44624,8.90459], [49.44473,8.90124], [49.44088,8.89798], [49.43162,8.89592], [49.42263,8.89248], [49.41699,8.88287], [49.41347,8.87480], [49.41085,8.87086], [49.40096,8.86201], [49.39521,8.85172], [49.39616,8.84622], [49.39901,8.84253], [49.40549,8.83841], [49.40744,8.83498], [49.40783,8.83129], [49.40694,8.82648], [49.40046,8.82571], [49.39610,8.82176], [49.39739,8.81541], [49.40364,8.80502], [49.40638,8.80957], [49.40772,8.80416], [49.41046,8.80253], [49.40979,8.80717], [49.41247,8.81069], [49.41526,8.80648], [49.41906,8.80837], [49.42274,8.81618], [49.42118,8.82434], [49.42308,8.83112], [49.43080,8.83798], [49.43359,8.83721], [49.43694,8.83395], [49.44459,8.83438], [49.45262,8.83463], [49.45898,8.83103], [49.46227,8.82751], [49.46333,8.82554], [49.47031,8.82760], [49.47287,8.83541], [49.47443,8.83661], [49.47410,8.83927], [49.47862,8.84751], [49.48274,8.85129], [49.47990,8.85901], [49.47381,8.86455], [49.46344,8.86060], [49.46427,8.86755], [49.46634,8.87759], [49.47537,8.89107], [49.47894,8.89038], [49.48485,8.90206], [49.49020,8.90000], [49.49294,8.90223], [49.49572,8.90137], [49.49751,8.89819], [49.50431,8.90111], [49.50342,8.89347], [49.50665,8.88480], [49.50654,8.87751], [49.50453,8.87124], [49.50342,8.86094], [49.50197,8.85691], [49.50236,8.84618], [49.50041,8.84266], [49.49801,8.84300], [49.49924,8.83751], [49.49277,8.83605], [49.49221,8.83202], [49.49455,8.83107], [49.50615,8.81768], [49.51083,8.81983], [49.51339,8.82215], [49.52114,8.82000], [49.52415,8.82438], [49.52632,8.81605], [49.52738,8.81047], [49.51908,8.79734], [49.51311,8.79631], [49.51534,8.78902], [49.51534,8.78284], [49.51852,8.77777], [49.51852,8.77245], [49.51590,8.76782], [49.51685,8.75983], [49.52270,8.74996], [49.52387,8.74241], [49.52309,8.73838], [49.51980,8.73743], [49.51908,8.72971], [49.52225,8.72559], [49.52019,8.73374], [49.52370,8.73494], [49.52671,8.73323], [49.52610,8.72799], [49.52899,8.72207], [49.53144,8.72338], [49.53450,8.71625], [49.53272,8.71445], [49.53344,8.71042], [49.53695,8.70776], [49.53612,8.70364], [49.54230,8.70716], [49.54408,8.70475], [49.54803,8.70647], [49.55087,8.70389], [49.54948,8.69823], [49.55650,8.69256], [49.56045,8.69162], [49.56318,8.69265], [49.56941,8.68673], [49.57264,8.68578], [49.57642,8.68578], [49.57853,8.68450], [49.58988,8.68467], [49.59027,8.68673], [49.58899,8.69308], [49.59216,8.69651], [49.59700,8.69900], [49.60018,8.69883], [49.60407,8.69626], [49.60730,8.69059], [49.61380,8.68776], [49.61781,8.69093], [49.61914,8.69600], [49.62465,8.69231], [49.62309,8.68596], [49.62659,8.67900], [49.62470,8.67428], [49.62192,8.66055], [49.61892,8.65317], [49.62059,8.64810], [49.61825,8.63695], [49.61547,8.61609], [49.61047,8.59309], [49.60585,8.59352], [49.60496,8.58785], [49.59461,8.59077], [49.59216,8.59437], [49.59294,8.60287], [49.57363,8.60828], [49.56946,8.60862], [49.56100,8.61111], [49.55487,8.61660], [49.55098,8.61721], [49.54602,8.61884], [49.54496,8.61532], [49.54134,8.61618], [49.54078,8.61137], [49.53198,8.60562], [49.52886,8.60716], [49.53226,8.60107], [49.53126,8.59686], [49.52914,8.59549], [49.52218,8.59051], [49.52285,8.58571], [49.52145,8.58090], [49.52056,8.57970], [49.52190,8.57214], [49.51967,8.56674], [49.52212,8.55592], [49.52870,8.54210], [49.53689,8.53352], [49.54936,8.52640], [49.56912,8.49902], [49.57347,8.49524], [49.57491,8.48211], [49.57809,8.48228], [49.58131,8.47533], [49.58454,8.47679], [49.59016,8.46434], [49.59083,8.44572], [49.58960,8.43971], [49.58654,8.43954], [49.58476,8.43825], [49.58493,8.42821], [49.58415,8.42263], [49.57786,8.42470], [49.56740,8.41621], [49.55303,8.41475], [49.54546,8.42084], [49.49031,8.44462], [49.48116,8.45612], [49.47144,8.46444], [49.46430,8.46050], [49.46051,8.44590], [49.45337,8.44144], [49.44623,8.44651], [49.44321,8.45921], [49.44377,8.48642], [49.44321,8.49620], [49.44054,8.50478], [49.43495,8.50736], [49.42887,8.50702], [49.41282,8.49802], [49.40188,8.49544], [49.39853,8.48995], [49.38774,8.46557], [49.38456,8.46257], [49.37774,8.46283], [49.37344,8.47115], [49.37478,8.47845], [49.37797,8.48300], [49.38350,8.48840], [49.38702,8.49407], [49.38903,8.50051], [49.37132,8.49939], [49.35757,8.49330], [49.34331,8.47622], [49.33833,8.46549], [49.33000,8.45278], [49.32217,8.45012], [49.31707,8.45244], [49.31450,8.45527], [49.30874,8.47699], [49.30325,8.48660], [49.29486,8.48918], [49.28792,8.48652], [49.28052,8.46111], [49.26081,8.43759], [49.24238,8.39656], [49.23044,8.38704], [49.21946,8.38343], [49.21951,8.38987], [49.22344,8.39322], [49.22501,8.39596], [49.22495,8.40249], [49.21974,8.40489], [49.21239,8.40180], [49.20617,8.39699], [49.20033,8.38893], [49.19843,8.38489], [49.18755,8.38196], [49.16482,8.36720], [49.15225,8.37355], [49.10591,8.36128], [49.08956,8.35244], [49.06448,8.31879], [49.03827,8.30317], [49.03236,8.30326], [49.00467,8.29364], [48.98924,8.27648], [48.96659,8.23339], [48.95859,8.19897], [48.95171,8.19193], [48.93142,8.17666], [48.90135,8.14481], [48.87031,8.12439], [48.84066,8.11022], [48.82501,8.10619], [48.81428,8.09881], [48.80535,8.09057], [48.79328,8.07538], [48.78921,8.05881], [48.79124,8.04456], [48.78949,8.03529], [48.78581,8.02851], [48.77903,8.02414], [48.76811,8.02233], [48.76019,8.01392], [48.75895,8.00053], [48.76140,7.98603], [48.75846,7.97410], [48.75314,7.96818], [48.73701,7.96749], [48.72586,7.96706], [48.71453,7.95470], [48.66305,7.89140], [48.64836,7.85475], [48.64422,7.84059], [48.61830,7.82960], [48.58958,7.80248], [48.57948,7.80007], [48.57204,7.80153], [48.56630,7.80437], [48.55045,7.80574], [48.53408,7.80239], [48.52294,7.80651], [48.51294,7.80522], [48.50378,7.79716], [48.49696,7.78428], [48.49457,7.77467], [48.48979,7.76763], [48.47466,7.76514], [48.46299,7.76617], [48.44853,7.76128], [48.43071,7.75132], [48.39980,7.73313], [48.37803,7.73132], [48.33280,7.74591], [48.32178,7.74119], [48.31676,7.73089], [48.30894,7.70085], [48.30192,7.69390], [48.29227,7.68944], [48.27966,7.68811], [48.23480,7.67198], [48.22039,7.66554], [48.21261,7.65292], [48.20741,7.64331], [48.18664,7.63146], [48.17048,7.61536], [48.15560,7.59931], [48.15291,7.59836], [48.14191,7.60042], [48.13687,7.59965], [48.13263,7.59622], [48.12398,7.57854], [48.11951,7.57682], [48.11092,7.57871], [48.10117,7.57991], [48.09040,7.57442], [48.08352,7.56909], [48.07503,7.56961], [48.05426,7.57356], [48.04153,7.57047], [48.03188,7.56875], [48.02017,7.58489], [48.00329,7.60669], [47.99100,7.61527], [47.98262,7.62059], [47.97480,7.62162], [47.96825,7.62059], [47.95825,7.61407], [47.94503,7.59828], [47.93502,7.58592], [47.92494,7.58077], [47.91102,7.58214], [47.90343,7.58300], [47.89917,7.58274], [47.89243,7.57802], [47.88841,7.57124], [47.88403,7.56128], [47.87983,7.55811], [47.87499,7.55596], [47.87067,7.55528], [47.86423,7.55613], [47.85570,7.56214], [47.84833,7.56291], [47.84113,7.56249], [47.83306,7.55776], [47.82488,7.55073], [47.81860,7.54789], [47.80801,7.54403], [47.78997,7.53330], [47.77930,7.52884], [47.77209,7.53047], [47.73879,7.54884], [47.72898,7.54738], [47.71789,7.54034], [47.70265,7.51356], [47.69837,7.51167], [47.69352,7.51262], [47.68462,7.51897], [47.67884,7.51974], [47.66879,7.51914], [47.66318,7.52172], [47.64948,7.53648], [47.64260,7.54995], [47.63589,7.56317], [47.63155,7.56764], [47.62559,7.56970], [47.61581,7.57339], [47.60573,7.59077], [47.59936,7.59275], [47.59357,7.59120], [47.58894,7.58880], [47.58729,7.59862], [47.58486,7.60425], [47.58098,7.60386], [47.57745,7.60463], [47.57655,7.61991], [47.59126,7.64351], [47.59372,7.64248], [47.59644,7.64600], [47.59282,7.66368], [47.59166,7.66798], [47.59146,7.67566], [47.59658,7.68016], [47.59841,7.68368], [47.59872,7.68892], [47.59965,7.69257], [47.59728,7.68849], [47.59629,7.68317], [47.59187,7.67845], [47.58871,7.67295], [47.58561,7.67107], [47.58448,7.67291], [47.58257,7.68003], [47.57635,7.68158], [47.57293,7.68373], [47.57140,7.68845], [47.56653,7.68609], [47.57166,7.68347], [47.56952,7.67703], [47.56404,7.67471], [47.56596,7.67244], [47.56532,7.66180], [47.56066,7.64871], [47.56436,7.63540], [47.56129,7.63394], [47.55446,7.64321], [47.54809,7.64939], [47.54449,7.66227], [47.53737,7.66519], [47.53441,7.67248], [47.53238,7.68733], [47.53279,7.69729], [47.54079,7.71840], [47.54229,7.72527], [47.54357,7.74578], [47.54509,7.75329], [47.54839,7.75836], [47.55111,7.76960], [47.55360,7.78514], [47.55708,7.79578], [47.56357,7.80136], [47.56942,7.81071], [47.58325,7.81629], [47.58696,7.81990], [47.58806,7.82316], [47.58708,7.83063], [47.58511,7.83552], [47.58273,7.83818], [47.58181,7.84427], [47.58401,7.85414], [47.58655,7.85861], [47.58893,7.86942], [47.58841,7.88333], [47.58789,7.89122], [47.58337,7.89989], [47.57394,7.90920], [47.56688,7.91066], [47.56172,7.90766], [47.55773,7.90723], [47.55182,7.90972], [47.54713,7.91693], [47.54684,7.92568], [47.54684,7.93427], [47.54371,7.94396], [47.54545,7.94920], [47.54950,7.95143], [47.55558,7.95375], [47.55773,7.96474], [47.55518,7.97461], [47.55628,8.00010], [47.55506,8.00722], [47.55205,8.01203], [47.55008,8.01786], [47.55089,8.02387], [47.55228,8.03005], [47.55251,8.04044], [47.55779,8.05022], [47.56172,8.05812], [47.56398,8.05949], [47.56329,8.06250], [47.56421,8.06816], [47.55952,8.07880], [47.55738,8.08232], [47.55750,8.09125], [47.56103,8.09692], [47.56555,8.10172], [47.57759,8.10327], [47.58292,8.11091], [47.58396,8.11623], [47.58350,8.13494], [47.58523,8.13820], [47.59021,8.13854], [47.59357,8.14412], [47.59612,8.14953], [47.59531,8.15476], [47.59386,8.16017], [47.59421,8.16403], [47.59612,8.16910], [47.60248,8.17648], [47.60486,8.18523], [47.61816,8.19519], [47.62054,8.20146], [47.62083,8.20781], [47.61990,8.21502], [47.61770,8.21948], [47.61290,8.22223], [47.60601,8.22352], [47.60480,8.22746], [47.60607,8.23064], [47.61070,8.23613], [47.61244,8.23991], [47.61330,8.24969], [47.61527,8.25699], [47.61475,8.26094], [47.60948,8.26265], [47.60908,8.26720], [47.61053,8.27175], [47.61134,8.27888], [47.61076,8.28806], [47.60810,8.29355], [47.60613,8.29716], [47.59785,8.29536], [47.59178,8.29587], [47.58795,8.29922], [47.58518,8.30411], [47.58332,8.31115], [47.57389,8.32243], [47.57082,8.32775], [47.57070,8.33668], [47.57087,8.34853], [47.57001,8.36114], [47.56862,8.36818], [47.56769,8.37728], [47.56584,8.38380], [47.57423,8.39084], [47.57713,8.39711], [47.57614,8.40277], [47.57394,8.40938], [47.57001,8.41839], [47.56711,8.42818], [47.56665,8.43530], [47.56925,8.44637], [47.57221,8.45573], [47.57203,8.46285], [47.57539,8.47289], [47.57748,8.47624], [47.57782,8.48088], [47.57724,8.48414], [47.57748,8.48791], [47.58118,8.49512], [47.58179,8.49500], [47.58827,8.48899], [47.58665,8.48135], [47.58555,8.48053], [47.58471,8.46744], [47.58833,8.46547], [47.58900,8.46071], [47.59273,8.46174], [47.59866,8.45736], [47.60190,8.45749], [47.60144,8.46178], [47.60341,8.46963], [47.60497,8.46907], [47.60538,8.47131], [47.60813,8.47182], [47.60740,8.47564], [47.61229,8.47963], [47.61446,8.47937], [47.61336,8.48384], [47.61452,8.48912], [47.61397,8.49487], [47.61718,8.50899], [47.61889,8.50989], [47.62299,8.50873], [47.62297,8.51615], [47.63355,8.51684], [47.63375,8.52044], [47.63150,8.52632], [47.63037,8.53890], [47.62505,8.53744], [47.62670,8.54267], [47.62444,8.54327], [47.62409,8.55705], [47.62094,8.55924], [47.62036,8.56031], [47.61594,8.56314], [47.61675,8.56907], [47.61319,8.57001], [47.61134,8.57271], [47.61009,8.56598], [47.60468,8.56452], [47.60150,8.56066], [47.59739,8.56452], [47.59687,8.56684], [47.59768,8.56980], [47.59481,8.57508], [47.59655,8.57641], [47.59574,8.58267], [47.60043,8.58598], [47.60124,8.58915], [47.60109,8.59070], [47.60558,8.59319], [47.60543,8.59593], [47.61299,8.60477], [47.61701,8.60503], [47.62522,8.59872], [47.63225,8.59683], [47.64321,8.59537], [47.64601,8.60246], [47.65035,8.60379], [47.65194,8.60512], [47.65237,8.60752], [47.65122,8.61121], [47.64613,8.61451], [47.64257,8.61241], [47.64127,8.60791], [47.64130,8.60344], [47.63873,8.60284], [47.63728,8.60503], [47.63705,8.61087], [47.63796,8.61762], [47.64082,8.62350], [47.64675,8.62741], [47.65221,8.62947], [47.65467,8.62659], [47.65984,8.61895], [47.66195,8.61397], [47.66453,8.60981], [47.66947,8.60822], [47.67242,8.60689], [47.67297,8.59762], [47.66695,8.59295], [47.66776,8.59123], [47.66245,8.57814], [47.66305,8.57436], [47.66586,8.57106], [47.66484,8.56887], [47.66667,8.56393], [47.67074,8.56419], [47.67054,8.55943], [47.66976,8.55612], [47.66958,8.55239], [47.66756,8.54793], [47.66739,8.54527], [47.66519,8.53904], [47.66224,8.53776], [47.65727,8.54097], [47.65982,8.53454], [47.66386,8.53407], [47.66036,8.52643], [47.65756,8.52759], [47.65698,8.52904], [47.65447,8.52904], [47.65210,8.53106], [47.64981,8.53334], [47.64681,8.53188], [47.64597,8.52707], [47.64533,8.52286], [47.64825,8.51347], [47.64712,8.50857], [47.64796,8.49986], [47.64684,8.49896], [47.64718,8.49248], [47.64259,8.49330], [47.64334,8.49012], [47.64582,8.48707], [47.64412,8.48441], [47.64597,8.48175], [47.64762,8.48282], [47.64964,8.47991], [47.65036,8.47587], [47.64947,8.47257], [47.64764,8.47252], [47.64600,8.47441], [47.64574,8.47695], [47.64490,8.47664], [47.64360,8.47360], [47.64316,8.47102], [47.64175,8.47038], [47.64013,8.47261], [47.64004,8.47669], [47.63935,8.47235], [47.64094,8.46853], [47.64744,8.46497], [47.65438,8.46699], [47.65762,8.46785], [47.65681,8.46334], [47.65383,8.45789], [47.65545,8.45347], [47.65455,8.44510], [47.66031,8.43562], [47.66733,8.42360], [47.66669,8.41300], [47.67441,8.40635], [47.67843,8.40888], [47.67955,8.41691], [47.68386,8.42158], [47.68894,8.41823], [47.69480,8.41231], [47.69616,8.40759], [47.69833,8.40609], [47.70942,8.41759], [47.70927,8.42192], [47.71245,8.42862], [47.71785,8.43698], [47.71756,8.44179], [47.71961,8.44243], [47.72120,8.44286], [47.72296,8.44655], [47.72169,8.45621], [47.72668,8.45561], [47.73035,8.45840], [47.73078,8.45419], [47.73855,8.45106], [47.74274,8.45706], [47.74915,8.45689], [47.75296,8.46745], [47.76167,8.47157], [47.77223,8.48890], [47.77015,8.49560], [47.77309,8.50246], [47.77477,8.51251], [47.76940,8.52083], [47.77713,8.52675], [47.77754,8.53474], [47.78405,8.55379], [47.77944,8.56255], [47.77713,8.56229], [47.77713,8.56898], [47.78117,8.57834], [47.79040,8.57534], [47.79334,8.56375], [47.80495,8.56383], [47.80749,8.56761], [47.80541,8.56984], [47.80576,8.57242], [47.80219,8.57448], [47.79878,8.57534], [47.80219,8.58744], [47.79757,8.59302], [47.80195,8.59894], [47.80120,8.61156], [47.79832,8.61713], [47.79509,8.61731], [47.79423,8.62151], [47.78944,8.61919], [47.78714,8.61507], [47.78327,8.61430], [47.77727,8.61885], [47.77681,8.62143], [47.76787,8.61782], [47.76187,8.62477], [47.75864,8.62821], [47.75731,8.63233], [47.76389,8.64237], [47.76331,8.64537], [47.76701,8.65001], [47.76862,8.64683], [47.77393,8.65396], [47.77525,8.64975], [47.78419,8.65078], [47.78783,8.64563], [47.79780,8.64941], [47.79994,8.65559], [47.79584,8.65919], [47.79088,8.65619], [47.79146,8.66202], [47.78719,8.66666], [47.78512,8.67696], [47.78644,8.67876], [47.78402,8.68065], [47.77629,8.68228], [47.77352,8.68649], [47.77064,8.68168], [47.75714,8.68820], [47.75466,8.69541], [47.75697,8.69773], [47.76216,8.70726], [47.76464,8.71430], [47.76112,8.72691], [47.75893,8.73000], [47.75737,8.72768], [47.75189,8.73962], [47.74871,8.73944], [47.74762,8.73807], [47.74646,8.72399], [47.74479,8.72056], [47.74081,8.71824], [47.73844,8.71327], [47.72915,8.70957], [47.72106,8.71773], [47.71633,8.73532], [47.70996,8.72950], [47.69992,8.72674], [47.69570,8.72476], [47.69507,8.71790], [47.69674,8.71197], [47.70269,8.71197], [47.71286,8.70571], [47.71540,8.70262], [47.71557,8.69953], [47.71373,8.69644], [47.71193,8.68871], [47.70980,8.68991], [47.70899,8.68476], [47.71078,8.68082], [47.71228,8.68228], [47.71361,8.67790], [47.71217,8.67155], [47.71245,8.66871], [47.71378,8.66399], [47.70801,8.66554], [47.70420,8.67352], [47.69859,8.67515], [47.69761,8.67361], [47.69530,8.67258], [47.69264,8.66657], [47.69131,8.65764], [47.68582,8.66399], [47.68502,8.67198], [47.68860,8.68142], [47.69501,8.68957], [47.69478,8.69335], [47.68946,8.70888], [47.69050,8.71712], [47.69143,8.71858], [47.69507,8.71790], [47.69570,8.72476], [47.69178,8.72841], [47.69253,8.73459], [47.69120,8.74206], [47.69056,8.75287], [47.68802,8.76214], [47.68519,8.76858], [47.67860,8.77853], [47.67565,8.78746], [47.67531,8.79673], [47.68045,8.79424], [47.68692,8.79785], [47.69010,8.80008], [47.69160,8.80274], [47.69091,8.80729], [47.69363,8.81124], [47.69709,8.80651], [47.69703,8.79785], [47.70345,8.79905], [47.70622,8.78875], [47.70720,8.77029], [47.71303,8.77364], [47.71771,8.77107], [47.71875,8.77673], [47.72112,8.77819], [47.72158,8.78171], [47.72626,8.78497], [47.72574,8.78695], [47.72805,8.79313], [47.72637,8.79973], [47.73448,8.79807], [47.73725,8.80691], [47.73332,8.80665], [47.72876,8.80957], [47.72547,8.80391], [47.72374,8.80416], [47.72403,8.80983], [47.72149,8.81446], [47.71646,8.81772], [47.71808,8.82536], [47.71288,8.81790], [47.71080,8.82373], [47.71098,8.83154], [47.71358,8.83292], [47.71098,8.84502], [47.70445,8.84656], [47.70283,8.84837], [47.70433,8.85712], [47.70306,8.86382], [47.70451,8.86776], [47.70358,8.87197], [47.70127,8.86854], [47.69648,8.87420], [47.69423,8.87231], [47.69469,8.86622], [47.69706,8.86673], [47.69931,8.86296], [47.69821,8.85446], [47.69810,8.85094], [47.69428,8.84948], [47.69255,8.85635], [47.68908,8.85403], [47.68411,8.84812], [47.68065,8.84933], [47.67955,8.86014], [47.67487,8.86812], [47.66920,8.87199], [47.66059,8.87456], [47.65446,8.87507], [47.64949,8.90932], [47.65423,8.93052], [47.68976,9.02692], [47.67266,9.10889], [47.66410,9.13945], [47.66751,9.15636], [47.66508,9.15679], [47.66361,9.15962], [47.66289,9.15966], [47.65576,9.16940], [47.65455,9.17021], [47.65522,9.17210], [47.65559,9.17566], [47.65394,9.17570], [47.65597,9.18270], [47.63036,9.33233], [47.52915,9.51721], [47.57121,9.57815], [47.58513,9.60398], [47.58606,9.60759], [47.57955,9.61343], [47.58204,9.61931], [47.58317,9.62038], [47.58428,9.61963], [47.58599,9.62227], [47.58664,9.62179], [47.58749,9.62194], [47.58812,9.62242], [47.58855,9.62312], [47.59228,9.62641], [47.59285,9.62851], [47.59288,9.63179], [47.59344,9.63308], [47.59332,9.63452], [47.59270,9.63578], [47.59152,9.63651], [47.59131,9.63789], [47.59039,9.63872], [47.58971,9.64119], [47.58962,9.64405], [47.59094,9.64531], [47.59254,9.64608], [47.59327,9.64409], [47.59691,9.64241], [47.60010,9.63993], [47.60199,9.63688], [47.60390,9.63830], [47.60327,9.64334], [47.60379,9.64737], [47.60474,9.64823], [47.60526,9.65402], [47.60737,9.65364], [47.61070,9.65763], [47.61166,9.65857], [47.61108,9.67080], [47.60792,9.67612], [47.60460,9.67776], [47.60413,9.68394], [47.60651,9.68771], [47.61004,9.69218], [47.60711,9.69200], [47.60419,9.69441], [47.60254,9.69900], [47.60260,9.70149], [47.60185,9.70325], [47.60133,9.70621], [47.60225,9.70883], [47.60590,9.71273], [47.60572,9.71599], [47.60749,9.71870], [47.60766,9.72076], [47.60627,9.72638], [47.60740,9.72874], [47.60972,9.72870], [47.61539,9.73470], [47.61142,9.73767], [47.61304,9.73917], [47.61325,9.74127], [47.61504,9.74252], [47.61689,9.74586], [47.61652,9.74685], [47.61579,9.74612], [47.61307,9.74599], [47.61085,9.74213], [47.60931,9.74204], [47.60746,9.74329], [47.60599,9.73960], [47.60436,9.73943], [47.60367,9.74625], [47.60260,9.74895], [47.60946,9.75702], [47.61200,9.75406], [47.61368,9.75526], [47.61507,9.75869], [47.61707,9.76084], [47.61717,9.76392], [47.61787,9.76366], [47.61847,9.76469], [47.62018,9.76834], [47.62330,9.77121], [47.62507,9.77546], [47.62611,9.77525], [47.62883,9.77915], [47.63048,9.77834], [47.63039,9.78258], [47.63108,9.78645], [47.63224,9.78855], [47.63314,9.78941], [47.63386,9.79211], [47.63577,9.79627], [47.64494,9.80061], [47.64742,9.79434], [47.64890,9.79812], [47.65078,9.80138], [47.65046,9.80430], [47.65127,9.80825], [47.64916,9.81383], [47.64907,9.81632], [47.65017,9.81778], [47.65393,9.81949], [47.65456,9.82190], [47.65621,9.82619], [47.65844,9.83009], [47.66003,9.83018], [47.66081,9.82988], [47.66069,9.82868], [47.66173,9.82902], [47.66361,9.83134], [47.66667,9.83232], [47.66838,9.83232], [47.66858,9.83052], [47.67037,9.83069], [47.67167,9.83142], [47.67271,9.83344], [47.67219,9.83477], [47.67239,9.83636], [47.66841,9.83769], [47.67000,9.83928], [47.67268,9.84065], [47.67459,9.84001], [47.67508,9.84151], [47.67728,9.84074], [47.67722,9.84284], [47.67612,9.84378], [47.67520,9.84589], [47.67526,9.85018], [47.67823,9.85189], [47.67502,9.85237], [47.67554,9.85490], [47.67656,9.85730], [47.67479,9.87417], [47.67286,9.87957], [47.67026,9.87987], [47.66800,9.88490], [47.66604,9.88477], [47.66211,9.89416], [47.66002,9.90476], [47.66014,9.91652], [47.65416,9.92811], [47.65329,9.93223], [47.65552,9.94000], [47.65416,9.94631], [47.65557,9.95270], [47.65170,9.95892], [47.65349,9.96219], [47.65341,9.97030], [47.65632,9.97609], [47.66196,9.97875], [47.66398,9.97575], [47.66690,9.98158], [47.67543,9.99102], [47.67699,9.99454], [47.68170,9.99956], [47.68352,10.00283], [47.68311,10.00780], [47.68459,10.01596], [47.68745,10.02840], [47.68592,10.02828], [47.68476,10.02793], [47.68257,10.03081], [47.67867,10.02720], [47.67728,10.02888], [47.67416,10.02913], [47.67537,10.03334], [47.67621,10.03832], [47.67780,10.03609], [47.67575,10.04089], [47.67424,10.04424], [47.67705,10.04772], [47.68040,10.04943], [47.67901,10.05145], [47.67997,10.05908], [47.67696,10.06131], [47.67450,10.06367], [47.67098,10.06358], [47.66306,10.06796], [47.65796,10.07472], [47.65018,10.07111], [47.64871,10.07407], [47.64663,10.07322], [47.64475,10.07373], [47.64374,10.07176], [47.64122,10.07223], [47.63842,10.07579], [47.63882,10.07759], [47.64053,10.07909], [47.64220,10.07703], [47.64735,10.08244], [47.64822,10.08103], [47.64969,10.08352], [47.65533,10.08429], [47.65787,10.08725], [47.66036,10.09085], [47.66287,10.08957], [47.66261,10.09399], [47.66568,10.09532], [47.66894,10.09403], [47.67325,10.09124], [47.66845,10.09837], [47.66715,10.10000], [47.66666,10.10738], [47.66565,10.11257], [47.66637,10.11420], [47.66912,10.11403], [47.66972,10.11673], [47.67380,10.12536], [47.67625,10.13060], [47.68174,10.13098], [47.68518,10.13411], [47.69070,10.12888], [47.69212,10.13231], [47.69356,10.13287], [47.69827,10.14038], [47.70379,10.14047], [47.70676,10.13626], [47.70690,10.13261], [47.71098,10.12506], [47.71594,10.11948], [47.71944,10.11626], [47.72683,10.11708], [47.73243,10.11909], [47.73450,10.11909], [47.73632,10.11549], [47.73909,10.11352], [47.74132,10.11347], [47.74296,10.11558], [47.74761,10.11673], [47.74879,10.11854], [47.75090,10.11909], [47.75471,10.11626], [47.75926,10.11944], [47.76261,10.11618], [47.76604,10.10000], [47.77193,10.08347], [47.77481,10.08403], [47.77721,10.08553], [47.78153,10.07983], [47.78081,10.07742], [47.78297,10.06841], [47.78508,10.06961], [47.78736,10.06931], [47.79024,10.07571], [47.79217,10.07498], [47.79465,10.08493], [47.79690,10.08717], [47.79840,10.09034], [47.80157,10.09326], [47.80206,10.09442], [47.80385,10.09566], [47.80013,10.10193], [47.80027,10.10841], [47.80166,10.11068], [47.80019,10.11678], [47.80396,10.12047], [47.80428,10.11596], [47.80687,10.11489], [47.80710,10.11141], [47.80987,10.11622], [47.81226,10.12085], [47.81244,10.12497], [47.81295,10.12755], [47.81151,10.12879], [47.81071,10.13145], [47.80973,10.13145], [47.80929,10.13351], [47.80927,10.13502], [47.80909,10.13896], [47.81382,10.13600], [47.81635,10.13356], [47.82290,10.13175], [47.82295,10.12609], [47.82739,10.12407], [47.82880,10.11961], [47.83229,10.11686], [47.84067,10.11047], [47.84090,10.10592], [47.84332,10.10261], [47.84695,10.11073], [47.85363,10.10772], [47.85306,10.10506], [47.85124,10.10257], [47.84574,10.09914], [47.84859,10.09811], [47.84842,10.09622], [47.84943,10.09558], [47.85081,10.09613], [47.85113,10.10000], [47.85401,10.10184], [47.85654,10.10643], [47.86081,10.10542], [47.86374,10.10649], [47.86521,10.10460], [47.86530,10.10138], [47.86026,10.09271], [47.85675,10.08280], [47.86035,10.08053], [47.86150,10.08237], [47.86570,10.08070], [47.86708,10.07859], [47.86956,10.08173], [47.86864,10.08456], [47.86697,10.09181], [47.87022,10.09688], [47.87399,10.09962], [47.87621,10.09864], [47.87661,10.10494], [47.87820,10.10761], [47.88335,10.10705], [47.88459,10.10203], [47.88389,10.10001], [47.88530,10.09743], [47.88597,10.09988], [47.88804,10.10293], [47.89031,10.10374], [47.89437,10.10477], [47.89825,10.10228], [47.90507,10.10228], [47.90576,10.10494], [47.90850,10.10452], [47.91060,10.11142], [47.91537,10.10936], [47.91646,10.11340], [47.91971,10.10791], [47.92245,10.10494], [47.93156,10.10842], [47.93398,10.11142], [47.93961,10.10859], [47.94002,10.10593], [47.94203,10.09868], [47.94691,10.09048], [47.95160,10.08675], [47.95723,10.08443], [47.96649,10.08658], [47.97016,10.08937], [47.97298,10.09580], [47.97459,10.10700], [47.97611,10.11130], [47.97508,10.11404], [47.97611,10.11640], [47.98120,10.11610], [47.98628,10.11640], [47.98904,10.11576], [47.99616,10.12125], [47.99920,10.12198], [48.00380,10.12035], [48.00633,10.12417], [48.00923,10.12580], [48.01734,10.13533], [48.02319,10.13649], [48.02830,10.13121], [48.03318,10.12851], [48.03576,10.12984], [48.03780,10.13357], [48.04136,10.13602], [48.04428,10.13696], [48.04506,10.13945], [48.04667,10.14155], [48.05100,10.14202], [48.05180,10.14005], [48.05344,10.13966], [48.05498,10.14310], [48.05699,10.14224], [48.05914,10.14473], [48.06238,10.14202], [48.06454,10.14138], [48.06864,10.14292], [48.07145,10.14421], [48.07503,10.14430], [48.07598,10.13786], [48.07698,10.13632], [48.08303,10.13571], [48.08550,10.13898], [48.09011,10.14035], [48.09433,10.13765], [48.09501,10.14108], [48.09842,10.14074], [48.10115,10.13756], [48.11201,10.13636], [48.11484,10.13207], [48.11596,10.12563], [48.11814,10.12263], [48.12141,10.12112], [48.12567,10.11177], [48.13077,10.11087], [48.13312,10.10752], [48.13633,10.10799], [48.13939,10.10645], [48.14103,10.10494], [48.14400,10.10567], [48.14767,10.10297], [48.14974,10.10331], [48.15561,10.10009], [48.16042,10.09649], [48.16359,10.09683], [48.17124,10.09202], [48.17624,10.09142], [48.19041,10.08554], [48.19693,10.08460], [48.20142,10.08584], [48.20408,10.08541], [48.20671,10.08649], [48.20937,10.08322], [48.21123,10.07790], [48.21664,10.07842], [48.22187,10.07790], [48.22356,10.07541], [48.22341,10.06906], [48.22787,10.06748], [48.23067,10.07065], [48.23462,10.06443], [48.23856,10.06460], [48.24202,10.06284], [48.24565,10.06408], [48.24828,10.06752], [48.25008,10.06756], [48.25417,10.06975], [48.25783,10.06237], [48.26194,10.06640], [48.26440,10.06537], [48.26894,10.06361], [48.27328,10.06378], [48.27437,10.06657], [48.27668,10.06550], [48.27842,10.06653], [48.28168,10.06610], [48.28439,10.06194], [48.28442,10.05932], [48.28705,10.05692], [48.28822,10.05482], [48.29082,10.05310], [48.29244,10.04941], [48.29207,10.04632], [48.29410,10.04336], [48.29778,10.04250], [48.30027,10.04374], [48.30281,10.04052], [48.30509,10.04014], [48.30709,10.03713], [48.31163,10.03241], [48.31865,10.02707], [48.32385,10.02505], [48.32539,10.02024], [48.33095,10.01282], [48.33466,10.01033], [48.34065,10.00956], [48.34196,10.01106], [48.34399,10.00900], [48.34524,10.00372], [48.34741,10.00200], [48.34761,9.99904], [48.35229,9.99784], [48.35448,9.99518], [48.35805,9.99733], [48.36119,10.00046], [48.36321,10.00080], [48.36429,10.00003], [48.36375,9.99312], [48.36900,9.99256], [48.37077,9.98879], [48.37031,9.98612], [48.36843,9.98278], [48.36575,9.98282], [48.36352,9.98355], [48.36278,9.98149], [48.36290,9.97814], [48.36449,9.97518], [48.36851,9.97119], [48.37288,9.96823], [48.37422,9.96784], [48.37689,9.97153], [48.37940,9.96982], [48.38069,9.97355], [48.38405,9.97870], [48.38730,9.98509], [48.39337,9.98879], [48.39702,9.99934], [48.40055,10.00780], [48.40343,10.01406], [48.40636,10.01672], [48.41790,10.01681], [48.42704,10.03204], [48.42994,10.04157], [48.43199,10.04091], [48.43359,10.04374], [48.43672,10.03730], [48.43376,10.03730], [48.43313,10.03542], [48.43655,10.03267], [48.43735,10.02864], [48.44139,10.02992], [48.44441,10.03876], [48.45175,10.03627], [48.45431,10.03190], [48.45722,10.03198], [48.45750,10.04091], [48.45648,10.05147], [48.45727,10.06134], [48.45346,10.05584], [48.45414,10.06348], [48.45653,10.06529], [48.45921,10.07507], [48.46331,10.08786], [48.46536,10.08734], [48.46729,10.09455], [48.47213,10.10374], [48.47731,10.10545], [48.47531,10.11567], [48.47349,10.11644], [48.47304,10.11816], [48.46843,10.11618], [48.46006,10.12314], [48.46023,10.12459], [48.45676,10.12657], [48.45636,10.13120], [48.45448,10.13412], [48.45847,10.16373], [48.45898,10.17240], [48.46171,10.17463], [48.46342,10.17953], [48.46843,10.17618], [48.46581,10.18485], [48.47201,10.18648], [48.47537,10.18339], [48.48817,10.21841], [48.48857,10.23746], [48.49204,10.24253], [48.49983,10.23798], [48.49955,10.24356], [48.50637,10.24132], [48.50580,10.22888], [48.50751,10.24004], [48.51047,10.23180], [48.51149,10.23918], [48.50979,10.24819], [48.51104,10.25025], [48.51803,10.25677], [48.51894,10.26338], [48.51485,10.27652], [48.51684,10.28527], [48.51530,10.28681], [48.51672,10.29814], [48.52286,10.31299], [48.52582,10.31033], [48.52633,10.31591], [48.53048,10.31265], [48.52934,10.30698], [48.53037,10.30372], [48.53701,10.30201], [48.53844,10.30553], [48.54383,10.30226], [48.55020,10.30578], [48.55043,10.30965], [48.55599,10.31728], [48.55656,10.31428], [48.57002,10.31291], [48.57354,10.31059], [48.57776,10.31152], [48.58463,10.30646], [48.58497,10.30311], [48.58934,10.29710], [48.58974,10.29401], [48.59513,10.29676], [48.59950,10.29616], [48.59950,10.29873], [48.60342,10.29761], [48.60495,10.30079], [48.60291,10.30628], [48.60103,10.30688], [48.60092,10.30997], [48.60495,10.30980], [48.60370,10.32019], [48.60552,10.32130], [48.60716,10.31924], [48.60909,10.32465], [48.62305,10.29985], [48.62601,10.29997], [48.63373,10.29560], [48.63702,10.28925], [48.63730,10.28590], [48.63940,10.28487], [48.64133,10.28101], [48.64757,10.28023], [48.65029,10.27019], [48.65664,10.26332], [48.65766,10.26779], [48.66373,10.25586], [48.66883,10.25723], [48.67262,10.26624], [48.67790,10.25611], [48.67977,10.25826], [48.67943,10.26968], [48.68237,10.26504], [48.68577,10.27465], [48.70271,10.26876], [48.70073,10.28129], [48.69246,10.29313], [48.69059,10.29228], [48.68963,10.30163], [48.68668,10.30163], [48.68487,10.30421], [48.68606,10.30678], [48.68203,10.31682], [48.68345,10.31931], [48.68696,10.31931], [48.68776,10.32369], [48.68940,10.32481], [48.68985,10.32970], [48.68764,10.33510], [48.67960,10.34523], [48.67438,10.34583], [48.66582,10.35013], [48.66599,10.34643], [48.65942,10.34712], [48.65828,10.35038], [48.65420,10.35081], [48.65239,10.36188], [48.65619,10.36532], [48.66293,10.36927], [48.66282,10.37381], [48.66565,10.37974], [48.66497,10.38437], [48.66769,10.38995], [48.67410,10.38944], [48.67495,10.39227], [48.67886,10.39313], [48.68651,10.39338], [48.68883,10.39555], [48.68997,10.39958], [48.69121,10.40370], [48.69489,10.40860], [48.69790,10.40714], [48.69654,10.41581], [48.69291,10.42130], [48.69841,10.43048], [48.69455,10.43812], [48.69172,10.43761], [48.69167,10.43323], [48.68810,10.43426], [48.68708,10.42920], [48.69252,10.42611], [48.69144,10.42293], [48.68838,10.42181], [48.68390,10.42173], [48.68254,10.41821], [48.67982,10.42379], [48.67756,10.42156], [48.67359,10.42259], [48.67319,10.41735], [48.66962,10.41177], [48.66701,10.40791], [48.66265,10.40714], [48.66044,10.41074], [48.66322,10.41890], [48.66163,10.42233], [48.66310,10.42782], [48.66129,10.42894], [48.66378,10.43383], [48.66480,10.44276], [48.66560,10.45117], [48.67075,10.45632], [48.67036,10.46396], [48.68158,10.48181], [48.68651,10.48327], [48.68538,10.49357], [48.68872,10.49683], [48.69240,10.48705], [48.69761,10.48799], [48.69506,10.48061], [48.70147,10.48001], [48.70407,10.47151], [48.70486,10.48370], [48.70945,10.48353], [48.71296,10.48250], [48.71274,10.47460], [48.71614,10.46876], [48.72242,10.46791], [48.72242,10.46344], [48.72378,10.46258], [48.72361,10.46593], [48.72814,10.46608], [48.73018,10.45947], [48.72990,10.45647], [48.73641,10.46445], [48.73607,10.45759], [48.73431,10.45364], [48.73499,10.44977], [48.72842,10.44746], [48.73222,10.44729], [48.73425,10.44093], [48.73929,10.43905], [48.73839,10.43252], [48.74190,10.43475], [48.74308,10.42823], [48.74807,10.42445], [48.75180,10.41845], [48.75554,10.42806], [48.75757,10.42815], [48.76034,10.42179], [48.76770,10.41767], [48.77092,10.41759], [48.77075,10.41270], [48.77568,10.41690], [48.77240,10.41870], [48.77104,10.42514], [48.76979,10.43141], [48.77358,10.43106], [48.77675,10.43656], [48.78331,10.42943], [48.78778,10.43596], [48.79157,10.43407], [48.79445,10.43184], [48.79598,10.42274], [48.79960,10.42317], [48.79920,10.43106], [48.80440,10.44214], [48.80683,10.44282], [48.81113,10.45149], [48.81339,10.44823], [48.81667,10.44849], [48.81893,10.45080], [48.83170,10.44935], [48.83537,10.44124], [48.83842,10.42888], [48.84565,10.43016], [48.84915,10.44741], [48.85333,10.45299], [48.86061,10.45488], [48.86141,10.44930], [48.86982,10.45351], [48.87377,10.45282], [48.87970,10.44819], [48.88427,10.45162], [48.88387,10.45359], [48.88777,10.45480], [48.89003,10.45351], [48.89454,10.44922], [48.89996,10.43883], [48.90244,10.42699], [48.90599,10.42390], [48.90537,10.43033], [48.90690,10.43145], [48.90746,10.43600], [48.90819,10.43866], [48.90797,10.44424], [48.91034,10.44561], [48.91259,10.45162], [48.91682,10.45737], [48.92077,10.45711], [48.92681,10.45214], [48.92692,10.44956], [48.93047,10.44561], [48.93335,10.43918], [48.93448,10.44106], [48.93374,10.44973], [48.93854,10.45342], [48.94107,10.44681], [48.94648,10.44535], [48.94547,10.43617], [48.94648,10.43231], [48.95032,10.43085], [48.95336,10.43197], [48.95736,10.42776], [48.95668,10.42634], [48.95938,10.42453], [48.96068,10.42496], [48.96406,10.42556], [48.96671,10.41904], [48.96896,10.42076], [48.96992,10.41183], [48.96710,10.40763], [48.96744,10.40539], [48.97437,10.40239], [48.97583,10.41132], [48.97882,10.41269], [48.98372,10.40291], [48.98766,10.40059], [48.99127,10.39432], [48.98997,10.39089], [48.98834,10.38231], [48.99042,10.38042], [48.99149,10.38291], [48.99656,10.38274], [48.99932,10.38239], [49.00056,10.37904], [49.00028,10.37613], [49.00433,10.37226], [49.00518,10.35475], [49.01109,10.35836], [49.01475,10.35561], [49.01554,10.35218], [49.01537,10.34969], [49.01852,10.34626], [49.02021,10.34823], [49.02190,10.35192], [49.02882,10.35081], [49.02910,10.33922], [49.02755,10.33894], [49.02778,10.33783], [49.03256,10.33414], [49.03127,10.33156], [49.02761,10.33259], [49.03143,10.32770], [49.02744,10.32684], [49.02536,10.32856], [49.02569,10.32358], [49.02930,10.31774], [49.03262,10.30993], [49.03183,10.30384], [49.03819,10.30495], [49.04235,10.29800], [49.04314,10.29422], [49.04297,10.28418], [49.03965,10.28598], [49.03740,10.28324], [49.04078,10.27594], [49.04336,10.27886], [49.04398,10.26890], [49.04561,10.26590], [49.04499,10.26195], [49.03914,10.25448], [49.04252,10.25122], [49.04454,10.25646], [49.04910,10.25328], [49.05394,10.25809], [49.05962,10.25895], [49.06193,10.26641], [49.06614,10.25972], [49.07115,10.25886], [49.07517,10.24506], [49.07450,10.23519], [49.07601,10.23571], [49.07894,10.24120], [49.07798,10.24412], [49.07967,10.24781], [49.08456,10.24944], [49.09254,10.25150], [49.09355,10.24652], [49.09305,10.24206], [49.09114,10.23485], [49.09293,10.23425], [49.08889,10.22764], [49.09619,10.22541], [49.09861,10.22249], [49.09468,10.21168], [49.09715,10.20550], [49.09895,10.20747], [49.09580,10.21090], [49.09765,10.21245], [49.10485,10.21665], [49.11238,10.21605], [49.10962,10.22824], [49.11284,10.23049], [49.11868,10.22886], [49.11975,10.23633], [49.12245,10.24285], [49.12458,10.24225], [49.12756,10.25332], [49.12862,10.25804], [49.13497,10.25307], [49.13783,10.25641], [49.14210,10.25444], [49.14665,10.24903], [49.14957,10.24852], [49.14974,10.23890], [49.15243,10.23702], [49.15378,10.23178], [49.15715,10.23247], [49.16231,10.22500], [49.16035,10.22174], [49.16091,10.21891], [49.16304,10.22045], [49.16388,10.21702], [49.16237,10.21298], [49.16007,10.20998], [49.15878,10.20612], [49.15591,10.20440], [49.15653,10.19822], [49.16181,10.20054], [49.16276,10.19710], [49.16478,10.19728], [49.16719,10.19367], [49.17056,10.19565], [49.17107,10.19084], [49.17528,10.19041], [49.17264,10.18191], [49.17398,10.17934], [49.17741,10.18191], [49.18335,10.18200], [49.18184,10.17556], [49.17982,10.17445], [49.17937,10.16887], [49.18190,10.16724], [49.18414,10.16097], [49.18846,10.15745], [49.19227,10.15737], [49.19368,10.15505], [49.19536,10.14286], [49.19788,10.14174], [49.20091,10.13531], [49.19951,10.13093], [49.19985,10.12604], [49.20344,10.13187], [49.20562,10.12775], [49.20944,10.12835], [49.20837,10.14046], [49.21717,10.13986], [49.21790,10.13299], [49.22485,10.12715], [49.23119,10.12818], [49.23713,10.12629], [49.24144,10.12381], [49.24794,10.12595], [49.25141,10.13359], [49.25528,10.13290], [49.25696,10.12921], [49.25668,10.11925], [49.26699,10.11573], [49.26648,10.11925], [49.27130,10.12200], [49.26609,10.12492], [49.26083,10.12887], [49.26262,10.13539], [49.26682,10.14363], [49.26805,10.15195], [49.27360,10.14689], [49.28076,10.15290], [49.28015,10.15676], [49.28563,10.15341], [49.28894,10.14852], [49.29308,10.13942], [49.29890,10.13445], [49.30513,10.13288], [49.30837,10.13889], [49.31039,10.13735], [49.31470,10.14413], [49.31693,10.14584], [49.32326,10.14318], [49.32790,10.13906], [49.32868,10.12971], [49.32594,10.12885], [49.32589,10.12078], [49.32958,10.11855], [49.32980,10.11117], [49.33567,10.11357], [49.33998,10.10542], [49.34658,10.10379], [49.34803,10.10954], [49.35094,10.10791], [49.35116,10.11658], [49.35010,10.12396], [49.35726,10.12516], [49.35882,10.11855], [49.36033,10.11804], [49.36011,10.11349], [49.36631,10.11383], [49.36726,10.11846], [49.37006,10.11761], [49.37934,10.10722], [49.38498,10.11220], [49.38576,10.12198], [49.38738,10.12181], [49.38559,10.13915], [49.38291,10.13941], [49.38308,10.14464], [49.38800,10.14696], [49.38828,10.15649], [49.39068,10.15778], [49.38962,10.16155], [49.39548,10.16215], [49.39716,10.15511], [49.39962,10.15391], [49.40034,10.14902], [49.40152,10.15305], [49.40414,10.15288], [49.41006,10.14962], [49.41157,10.15280], [49.41983,10.14559], [49.42525,10.13881], [49.42932,10.13769], [49.43345,10.13589], [49.43317,10.14001], [49.43831,10.13297], [49.43993,10.12602], [49.44462,10.11864], [49.44277,10.10911], [49.44838,10.09683], [49.45658,10.09881], [49.45847,10.10833], [49.46160,10.10799], [49.46098,10.11657], [49.46333,10.12275], [49.46958,10.11863], [49.47064,10.12069], [49.47404,10.11657], [49.47945,10.11683], [49.47850,10.11142], [49.48329,10.10782], [49.48663,10.10167], [49.49159,10.10150], [49.49661,10.10725], [49.49979,10.10914], [49.50436,10.11953], [49.50960,10.12236], [49.51155,10.12210], [49.51250,10.11395], [49.51177,10.10846], [49.51567,10.10640], [49.51478,10.09781], [49.51227,10.08339], [49.51545,10.08374], [49.51746,10.07893], [49.52119,10.08099], [49.52464,10.07962], [49.52737,10.08176], [49.52838,10.08974], [49.53233,10.09412], [49.54147,10.08803], [49.54392,10.08279], [49.54615,10.06666], [49.54787,10.06597], [49.54659,10.05988], [49.54046,10.06125], [49.53662,10.05747], [49.53005,10.03679], [49.52721,10.03730], [49.52191,10.04674], [49.51835,10.05807], [49.51439,10.05009], [49.50960,10.05103], [49.50670,10.04417], [49.50397,10.02674], [49.49444,10.02460], [49.48591,10.01868], [49.48384,10.01284], [49.48479,10.00434], [49.48702,9.99945], [49.48635,9.99061], [49.48373,9.97619], [49.48574,9.97593], [49.48585,9.96838], [49.48390,9.95817], [49.48133,9.95336], [49.48479,9.92710], [49.49343,9.91491], [49.50475,9.92340], [49.50854,9.92564], [49.51935,9.91705], [49.52269,9.92057], [49.52420,9.92521], [49.53038,9.92598], [49.53629,9.92752], [49.54292,9.92332], [49.54969,9.92294], [49.54741,9.92586], [49.54880,9.92852], [49.55409,9.92646], [49.55531,9.92226], [49.55693,9.92543], [49.56227,9.92535], [49.56350,9.92080], [49.56172,9.91119], [49.56311,9.90741], [49.56172,9.89960], [49.57224,9.90252], [49.57302,9.90423], [49.57914,9.90801], [49.58253,9.91462], [49.58576,9.91282], [49.58654,9.90784], [49.58576,9.89874], [49.58799,9.89720], [49.58493,9.89419], [49.57869,9.87436], [49.57335,9.87342], [49.56756,9.86261], [49.55849,9.86570], [49.55281,9.85883], [49.54652,9.85806], [49.54853,9.84328], [49.55098,9.84165], [49.55249,9.82895], [49.55572,9.81934], [49.56039,9.81839], [49.56897,9.83856], [49.57097,9.83899], [49.57247,9.84260], [49.57392,9.84260], [49.57748,9.84989], [49.58756,9.84629], [49.59056,9.84526], [49.59457,9.85058], [49.59618,9.84646], [49.60230,9.86122], [49.60714,9.85890], [49.60664,9.86637], [49.61031,9.87427], [49.61398,9.86998], [49.62199,9.86792], [49.63272,9.86071], [49.64016,9.85607], [49.64239,9.85521], [49.64478,9.84826], [49.65039,9.83195], [49.65523,9.83230], [49.65550,9.83418], [49.66256,9.83118], [49.66528,9.82406], [49.66945,9.82655], [49.67273,9.82534], [49.68050,9.83315], [49.68378,9.84131], [49.68833,9.83410], [49.69288,9.83547], [49.70286,9.83310], [49.70636,9.82717], [49.70586,9.82451], [49.71030,9.82237], [49.71440,9.80864], [49.71840,9.80434], [49.72217,9.79653], [49.72800,9.79688], [49.73011,9.80134], [49.73138,9.80005], [49.73160,9.79207], [49.72822,9.78907], [49.72312,9.78735], [49.72190,9.78340], [49.72278,9.77877], [49.71668,9.76306], [49.70985,9.75104], [49.69870,9.74941], [49.69176,9.74126], [49.68863,9.73611], [49.68979,9.73036], [49.69751,9.72976], [49.70090,9.72667], [49.70251,9.71980], [49.71405,9.71431], [49.72210,9.71465], [49.72726,9.71096], [49.72548,9.70787], [49.72543,9.70452], [49.72227,9.69980], [49.71755,9.69980], [49.71982,9.69585], [49.71710,9.67628], [49.71205,9.67749], [49.69746,9.67405], [49.69296,9.67500], [49.68896,9.66212], [49.68863,9.65405], [49.68902,9.65045], [49.69190,9.64942], [49.69135,9.64521], [49.69368,9.64384], [49.69346,9.63423], [49.70206,9.63114], [49.70327,9.62659], [49.70793,9.62839], [49.71020,9.63234], [49.71614,9.63165], [49.72019,9.64127], [49.72219,9.64024], [49.72358,9.64281], [49.72824,9.63448], [49.73135,9.62693], [49.73162,9.63766], [49.73750,9.63852], [49.73645,9.64719], [49.73939,9.64762], [49.74083,9.63946], [49.74250,9.64118], [49.74360,9.64478], [49.74715,9.64599], [49.75342,9.63878], [49.76229,9.64805], [49.76612,9.65165], [49.77903,9.64547], [49.77975,9.65242], [49.78757,9.65062], [49.79156,9.64865], [49.78906,9.63946], [49.78330,9.61981], [49.78347,9.60693], [49.78064,9.59166], [49.78175,9.58977], [49.77892,9.58153], [49.77926,9.57766], [49.78391,9.57809], [49.78264,9.56561], [49.77873,9.55835], [49.77405,9.55651], [49.76265,9.55844], [49.75209,9.56861], [49.74724,9.56883], [49.74399,9.56479], [49.74535,9.55732], [49.74835,9.55350], [49.76138,9.55149], [49.76665,9.54565], [49.76823,9.53793], [49.76307,9.52904], [49.76069,9.52299], [49.76282,9.51499], [49.76872,9.50962], [49.77194,9.50954], [49.77898,9.51262], [49.78394,9.51288], [49.78857,9.50249], [49.78810,9.48147], [49.78036,9.47078], [49.77443,9.46966], [49.76960,9.45944], [49.77096,9.45047], [49.77459,9.44360], [49.78747,9.43523], [49.78950,9.42725], [49.78897,9.42047], [49.77628,9.40343], [49.77384,9.39605], [49.77002,9.39189], [49.77135,9.38592], [49.77797,9.37704], [49.77916,9.37064], [49.77742,9.36592], [49.77317,9.36185], [49.76929,9.35339], [49.76835,9.34181], [49.76938,9.32915], [49.76857,9.31597], [49.76591,9.31314], [49.75829,9.31370], [49.74956,9.32284], [49.74440,9.32339], [49.74151,9.31975], [49.74004,9.31241], [49.74068,9.29516], [49.73835,9.29520], [49.73475,9.31086], [49.73461,9.31627], [49.73158,9.32000], [49.73036,9.32335], [49.73169,9.33112], [49.73344,9.33481], [49.73372,9.34009], [49.73225,9.34803], [49.73020,9.35953], [49.73114,9.36378], [49.72751,9.37331], [49.72568,9.36459], [49.72398,9.36309], [49.72171,9.34837], [49.71860,9.34391], [49.71699,9.34356], [49.71594,9.34708], [49.71610,9.35219], [49.71150,9.35172], [49.71055,9.35258], [49.70681,9.35314], [49.70386,9.35773], [49.70317,9.36966], [49.70436,9.38026], [49.70672,9.38215], [49.70972,9.38339], [49.72004,9.38335], [49.72598,9.38137], [49.72823,9.38695], [49.73153,9.38618], [49.73009,9.39099], [49.72934,9.39948], [49.72468,9.40077], [49.72018,9.40043], [49.71974,9.40343], [49.72132,9.40734], [49.71707,9.40940], [49.71491,9.41279], [49.71130,9.41759], [49.70994,9.41927], [49.70712,9.42004], [49.70600,9.41656], [49.70198,9.41656], [49.69726,9.41819], [49.69615,9.42146], [49.69421,9.41850], [49.69085,9.42004], [49.68782,9.41712], [49.68788,9.41588], [49.68496,9.41373], [49.68180,9.40828], [49.67942,9.40545], [49.67801,9.40880], [49.67720,9.41193], [49.67576,9.41137], [49.67606,9.40442], [49.67404,9.39858], [49.67204,9.39674], [49.67084,9.39747], [49.66818,9.40060], [49.66470,9.40704], [49.66348,9.41077], [49.66301,9.41030], [49.66073,9.41171], [49.65859,9.41875], [49.65367,9.41532], [49.65009,9.40948], [49.64634,9.40609], [49.64556,9.40034], [49.64639,9.39249], [49.64317,9.38296], [49.64815,9.37768], [49.65242,9.37150], [49.65737,9.36644], [49.65723,9.36425], [49.65323,9.35794], [49.65059,9.34987], [49.64731,9.34524], [49.64448,9.34241], [49.64534,9.33554], [49.64906,9.32648], [49.65126,9.31812], [49.65415,9.31352], [49.65546,9.30331], [49.65068,9.30575], [49.64865,9.29867], [49.64676,9.29610], [49.64379,9.28949], [49.63659,9.28537], [49.63793,9.27812], [49.63481,9.27125], [49.63145,9.27443], [49.62611,9.26953], [49.62494,9.27473], [49.62191,9.27700], [49.61938,9.27704], [49.61719,9.28374], [49.61499,9.28460], [49.60815,9.26524], [49.60559,9.26305], [49.60203,9.26451], [49.59780,9.25945], [49.59388,9.25906], [49.59494,9.25262], [49.59338,9.24803], [49.58929,9.24576], [49.58768,9.24820], [49.58490,9.24872], [49.58506,9.24559], [49.58317,9.24018], [49.58184,9.23825], [49.58153,9.23310], [49.57841,9.21915], [49.57691,9.21340], [49.57827,9.21138], [49.57658,9.20537], [49.57724,9.20070], [49.57449,9.19422], [49.57724,9.18752], [49.57499,9.18096], [49.57633,9.17576], [49.57822,9.17439], [49.57813,9.17031], [49.57580,9.16452], [49.57827,9.16293], [49.58042,9.15838], [49.57975,9.15220], [49.57894,9.15143], [49.57880,9.14735], [49.57852,9.14379], [49.57772,9.14263], [49.57719,9.14040], [49.57594,9.13744], [49.57616,9.13032], [49.57421,9.12152], [49.57452,9.11658], [49.57972,9.10821]], - DE_HB: [[53.22837,8.48893], [53.22818,8.48991], [53.22698,8.48971], [53.22688,8.49150], [53.22730,8.49203], [53.22900,8.50474], [53.22803,8.50583], [53.22824,8.50644], [53.22780,8.50690], [53.22791,8.51000], [53.22782,8.51164], [53.22767,8.51202], [53.22823,8.51577], [53.22839,8.51569], [53.22867,8.51751], [53.22617,8.51883], [53.22649,8.52117], [53.22298,8.52074], [53.22326,8.52327], [53.22175,8.52342], [53.22204,8.52612], [53.21596,8.53037], [53.21536,8.53612], [53.21473,8.53720], [53.21550,8.54091], [53.21318,8.54361], [53.21306,8.54666], [53.20792,8.55393], [53.21375,8.56625], [53.21091,8.57219], [53.21758,8.57839], [53.21492,8.59056], [53.21403,8.59363], [53.21304,8.59863], [53.21257,8.59912], [53.21059,8.59944], [53.21019,8.59869], [53.20866,8.59781], [53.20842,8.59663], [53.20807,8.59659], [53.20780,8.59713], [53.20527,8.59419], [53.20519,8.59243], [53.20454,8.59116], [53.20384,8.59009], [53.20360,8.58919], [53.20318,8.58893], [53.20307,8.58831], [53.20226,8.58835], [53.20188,8.58629], [53.20153,8.58477], [53.20064,8.58294], [53.19998,8.58187], [53.19843,8.58159], [53.19769,8.58239], [53.19702,8.58445], [53.19617,8.58535], [53.19591,8.58507], [53.19582,8.58367], [53.19532,8.58320], [53.19469,8.58265], [53.19397,8.58137], [53.19314,8.58049], [53.19271,8.58147], [53.19150,8.58154], [53.19089,8.58040], [53.19006,8.58061], [53.19077,8.58225], [53.19069,8.58310], [53.19040,8.58443], [53.18976,8.58413], [53.18945,8.58840], [53.19018,8.58873], [53.18900,8.59055], [53.18820,8.59044], [53.18754,8.59312], [53.18680,8.59154], [53.18486,8.59216], [53.18490,8.59270], [53.18430,8.59297], [53.18496,8.59458], [53.18502,8.59744], [53.18569,8.59712], [53.18587,8.59881], [53.18665,8.59984], [53.18774,8.60649], [53.18821,8.60638], [53.18874,8.60823], [53.18875,8.60887], [53.19333,8.60853], [53.19453,8.61540], [53.19469,8.61516], [53.19620,8.61201], [53.19740,8.61335], [53.19574,8.61674], [53.19456,8.61560], [53.19484,8.61879], [53.19532,8.62217], [53.19717,8.62153], [53.19718,8.62599], [53.19791,8.62726], [53.19825,8.62749], [53.19843,8.62807], [53.19796,8.62969], [53.19746,8.62975], [53.19706,8.62948], [53.19555,8.63223], [53.19570,8.63409], [53.19620,8.63423], [53.19469,8.63749], [53.19396,8.63663], [53.19298,8.63892], [53.19175,8.63773], [53.18999,8.64255], [53.18962,8.64210], [53.18793,8.64762], [53.18881,8.64895], [53.18861,8.65211], [53.18701,8.65534], [53.18627,8.65563], [53.18626,8.65425], [53.18602,8.65316], [53.18578,8.65313], [53.18552,8.65359], [53.18509,8.65290], [53.18423,8.65241], [53.18444,8.65329], [53.18324,8.65379], [53.18324,8.65441], [53.18280,8.65527], [53.18270,8.65605], [53.18226,8.65712], [53.18229,8.65755], [53.18172,8.65815], [53.17871,8.65840], [53.17775,8.65889], [53.17732,8.65912], [53.17725,8.65934], [53.17761,8.65963], [53.17769,8.66158], [53.17757,8.66199], [53.17776,8.66281], [53.17832,8.66273], [53.17742,8.66439], [53.17648,8.66518], [53.17582,8.66583], [53.17593,8.66586], [53.17650,8.66525], [53.17655,8.66610], [53.17716,8.66608], [53.17714,8.66777], [53.17740,8.66787], [53.17722,8.67020], [53.17907,8.67114], [53.17897,8.67492], [53.17640,8.67541], [53.17525,8.67592], [53.17639,8.67964], [53.17749,8.67836], [53.17824,8.67966], [53.17815,8.68200], [53.17841,8.68373], [53.17841,8.68423], [53.17913,8.68758], [53.17972,8.68874], [53.18126,8.69100], [53.18156,8.69166], [53.18189,8.69414], [53.18266,8.69674], [53.18300,8.69736], [53.18378,8.69831], [53.18563,8.69937], [53.18482,8.70022], [53.18392,8.70094], [53.18385,8.70055], [53.18188,8.70209], [53.18122,8.70292], [53.17994,8.70127], [53.17930,8.70103], [53.17904,8.70165], [53.17850,8.70169], [53.17811,8.70125], [53.17775,8.70231], [53.17661,8.70418], [53.17580,8.70540], [53.17708,8.70704], [53.17812,8.70940], [53.17801,8.70975], [53.17843,8.71031], [53.17935,8.71065], [53.18049,8.70998], [53.18044,8.71016], [53.18008,8.71076], [53.18005,8.71127], [53.18099,8.71284], [53.18208,8.71329], [53.18338,8.71433], [53.18251,8.71610], [53.18159,8.72105], [53.18067,8.72912], [53.17932,8.72988], [53.17642,8.73070], [53.17537,8.73049], [53.17536,8.73149], [53.17462,8.73201], [53.17443,8.73245], [53.17442,8.73284], [53.17409,8.73331], [53.17431,8.73350], [53.17367,8.73474], [53.17341,8.73438], [53.17292,8.73458], [53.17300,8.73490], [53.17247,8.73524], [53.17258,8.73562], [53.17320,8.73541], [53.17341,8.73687], [53.17317,8.73716], [53.17231,8.73781], [53.17088,8.73905], [53.17201,8.74310], [53.17101,8.74353], [53.16844,8.74143], [53.16543,8.74073], [53.16389,8.74159], [53.16371,8.74312], [53.16433,8.74551], [53.16579,8.74739], [53.16598,8.74839], [53.16571,8.74913], [53.16370,8.75428], [53.16331,8.75508], [53.16521,8.76075], [53.16485,8.76249], [53.16239,8.76494], [53.15914,8.77200], [53.15820,8.77677], [53.15877,8.77769], [53.15971,8.77734], [53.16125,8.77525], [53.16176,8.77563], [53.16184,8.77704], [53.16170,8.77993], [53.16231,8.78077], [53.16336,8.78172], [53.16352,8.78274], [53.16311,8.78661], [53.16246,8.78706], [53.16067,8.78779], [53.16035,8.78845], [53.16037,8.78950], [53.16111,8.79060], [53.16347,8.79089], [53.16322,8.79239], [53.16143,8.79419], [53.16160,8.79539], [53.16359,8.79709], [53.16363,8.79781], [53.16320,8.79835], [53.16145,8.79762], [53.16093,8.79782], [53.16065,8.79911], [53.16099,8.80095], [53.16229,8.80384], [53.16227,8.80427], [53.16167,8.80519], [53.16021,8.80630], [53.16027,8.80730], [53.16078,8.80779], [53.16291,8.80858], [53.16312,8.80896], [53.16298,8.80994], [53.16110,8.81198], [53.16110,8.81279], [53.16149,8.81340], [53.16375,8.81416], [53.16410,8.81461], [53.16384,8.81536], [53.16304,8.81630], [53.16208,8.81719], [53.16178,8.81801], [53.16180,8.81869], [53.16271,8.82022], [53.16357,8.82140], [53.16381,8.82244], [53.16344,8.82418], [53.16314,8.82551], [53.16328,8.82665], [53.16425,8.82873], [53.16425,8.82941], [53.16386,8.82999], [53.16325,8.82998], [53.16254,8.82860], [53.16195,8.82686], [53.16139,8.82665], [53.16085,8.82752], [53.15981,8.83143], [53.15684,8.83454], [53.15690,8.83541], [53.15788,8.83743], [53.15798,8.83923], [53.15769,8.84016], [53.15591,8.83992], [53.15186,8.84119], [53.14778,8.84085], [53.14749,8.84174], [53.14760,8.84485], [53.14724,8.84542], [53.14648,8.84526], [53.14602,8.84475], [53.14552,8.84505], [53.14345,8.85068], [53.14372,8.85272], [53.14348,8.85339], [53.14228,8.85276], [53.14001,8.85550], [53.14029,8.85728], [53.14013,8.85790], [53.13976,8.85745], [53.13901,8.85592], [53.13859,8.85599], [53.13806,8.85672], [53.13819,8.85815], [53.13725,8.85913], [53.13778,8.86011], [53.13810,8.86033], [53.13805,8.86128], [53.13747,8.86186], [53.13524,8.86052], [53.13387,8.86077], [53.13252,8.86182], [53.13189,8.86200], [53.13142,8.86335], [53.13146,8.86488], [53.13218,8.86673], [53.13258,8.86872], [53.13346,8.87489], [53.13345,8.87697], [53.13347,8.88343], [53.13286,8.88632], [53.13378,8.88972], [53.13398,8.89786], [53.13523,8.89893], [53.13847,8.90309], [53.13859,8.90398], [53.13834,8.90494], [53.13810,8.90606], [53.13712,8.90692], [53.13601,8.90748], [53.13527,8.90762], [53.13409,8.90861], [53.13342,8.90922], [53.13300,8.90910], [53.13274,8.90988], [53.13271,8.91211], [53.13527,8.91437], [53.13825,8.91779], [53.13930,8.91648], [53.13964,8.91786], [53.14057,8.92016], [53.14259,8.92258], [53.14330,8.92247], [53.14458,8.92077], [53.14780,8.93086], [53.14937,8.93173], [53.14887,8.93258], [53.15009,8.93455], [53.14989,8.93555], [53.15132,8.93700], [53.15088,8.93989], [53.15149,8.93976], [53.15224,8.94018], [53.15231,8.94058], [53.15181,8.94136], [53.15195,8.94221], [53.15232,8.94236], [53.15247,8.94287], [53.15217,8.94508], [53.15103,8.94604], [53.15043,8.94762], [53.14984,8.94708], [53.14739,8.95664], [53.14243,8.96029], [53.13394,8.97101], [53.13188,8.97507], [53.13086,8.97858], [53.12548,8.98351], [53.12487,8.98160], [53.12336,8.97814], [53.12327,8.97563], [53.12246,8.97309], [53.12229,8.97046], [53.12207,8.96902], [53.12200,8.96710], [53.12064,8.96391], [53.11966,8.96228], [53.11951,8.96123], [53.11965,8.96047], [53.11884,8.95862], [53.11886,8.95746], [53.11862,8.95486], [53.11856,8.95362], [53.11742,8.94935], [53.11620,8.94747], [53.11374,8.95157], [53.11280,8.95548], [53.11148,8.95751], [53.11083,8.95805], [53.10869,8.95971], [53.10670,8.96015], [53.10677,8.96082], [53.10610,8.96133], [53.10423,8.96140], [53.10103,8.96288], [53.10052,8.96325], [53.10078,8.96427], [53.10124,8.96562], [53.10112,8.96668], [53.10086,8.96719], [53.10074,8.96879], [53.10176,8.97021], [53.09961,8.97927], [53.09846,8.97887], [53.09648,8.98182], [53.09692,8.98357], [53.09775,8.98552], [53.09807,8.98720], [53.09872,8.98831], [53.09853,8.99018], [53.09649,8.99109], [53.09525,8.98644], [53.09359,8.98464], [53.09263,8.98065], [53.09112,8.97326], [53.09061,8.97053], [53.09048,8.96825], [53.08929,8.96446], [53.08776,8.96322], [53.08778,8.96362], [53.08509,8.96135], [53.08461,8.96277], [53.08285,8.96624], [53.08008,8.96442], [53.07671,8.96492], [53.07421,8.96415], [53.07286,8.96451], [53.07216,8.96364], [53.07169,8.96376], [53.07138,8.96539], [53.07016,8.96363], [53.06920,8.96417], [53.06581,8.96485], [53.06443,8.96632], [53.06289,8.96649], [53.06216,8.96476], [53.06013,8.96383], [53.05904,8.96529], [53.05761,8.96616], [53.05779,8.96796], [53.05632,8.97058], [53.05565,8.97124], [53.05131,8.97371], [53.05159,8.97680], [53.04663,8.98061], [53.04542,8.97794], [53.03903,8.97119], [53.03778,8.96811], [53.03667,8.96668], [53.03628,8.96539], [53.03706,8.96353], [53.03401,8.95419], [53.03359,8.95376], [53.03341,8.95317], [53.03361,8.95293], [53.03328,8.95197], [53.03134,8.95133], [53.03132,8.95065], [53.03050,8.94879], [53.03076,8.94643], [53.02925,8.94645], [53.02755,8.94505], [53.02581,8.94629], [53.02497,8.94594], [53.02439,8.94490], [53.02431,8.94246], [53.02473,8.93925], [53.02460,8.93831], [53.02165,8.93786], [53.01344,8.93584], [53.01397,8.92893], [53.01277,8.92867], [53.01393,8.92406], [53.01481,8.92178], [53.01223,8.92142], [53.01323,8.91781], [53.01119,8.91616], [53.01351,8.89343], [53.01687,8.88992], [53.02292,8.88531], [53.03038,8.87119], [53.03276,8.86656], [53.04068,8.86624], [53.04073,8.86349], [53.03771,8.86218], [53.03511,8.86214], [53.03428,8.86259], [53.03343,8.86413], [53.02825,8.86477], [53.02668,8.86610], [53.02646,8.86670], [53.02581,8.86722], [53.02484,8.86927], [53.02305,8.86818], [53.02165,8.86689], [53.02189,8.86429], [53.02149,8.86228], [53.02148,8.85916], [53.02169,8.85822], [53.02096,8.85507], [53.02059,8.85443], [53.02025,8.85286], [53.01915,8.85164], [53.01767,8.85148], [53.01651,8.85088], [53.01642,8.84783], [53.01794,8.84714], [53.01797,8.84763], [53.02096,8.84852], [53.02235,8.84953], [53.02369,8.84968], [53.02404,8.84901], [53.02433,8.84681], [53.02426,8.84605], [53.02364,8.84528], [53.02335,8.84464], [53.02233,8.84423], [53.02146,8.84283], [53.02114,8.84119], [53.02058,8.84045], [53.02026,8.84061], [53.01958,8.83975], [53.01803,8.83803], [53.01995,8.83309], [53.02084,8.83194], [53.02120,8.83036], [53.02107,8.82855], [53.02044,8.82408], [53.02076,8.82141], [53.02235,8.81734], [53.02400,8.81723], [53.02511,8.81677], [53.02644,8.81540], [53.02784,8.81179], [53.02886,8.81021], [53.02967,8.80997], [53.03045,8.80972], [53.03100,8.80896], [53.03363,8.80005], [53.03576,8.79282], [53.03668,8.79080], [53.03729,8.78969], [53.03728,8.78812], [53.03836,8.78594], [53.03774,8.78320], [53.03838,8.78050], [53.03925,8.77789], [53.04077,8.77695], [53.04285,8.77646], [53.04371,8.77554], [53.04496,8.77248], [53.04618,8.77281], [53.04792,8.77126], [53.05089,8.77102], [53.05301,8.77047], [53.05128,8.76683], [53.05248,8.76600], [53.05025,8.76085], [53.04760,8.76264], [53.04713,8.76393], [53.04609,8.76297], [53.04589,8.76205], [53.04588,8.76119], [53.04529,8.75926], [53.04497,8.75949], [53.04373,8.75801], [53.04419,8.75632], [53.04245,8.75509], [53.04092,8.75740], [53.03978,8.75714], [53.03908,8.75648], [53.03880,8.75587], [53.03869,8.75421], [53.03798,8.75173], [53.03853,8.74982], [53.03909,8.74928], [53.03880,8.74927], [53.03888,8.74842], [53.04066,8.74292], [53.03916,8.74167], [53.04007,8.73943], [53.03921,8.74019], [53.03848,8.73959], [53.03783,8.73801], [53.03723,8.73809], [53.03680,8.73522], [53.03720,8.73346], [53.03683,8.73278], [53.03634,8.73267], [53.03517,8.73499], [53.03358,8.73411], [53.03348,8.73338], [53.03362,8.73252], [53.03370,8.73070], [53.03670,8.72450], [53.03998,8.71880], [53.04068,8.71801], [53.04165,8.71590], [53.04208,8.71538], [53.04423,8.71172], [53.04450,8.71154], [53.04572,8.70959], [53.04876,8.70844], [53.05117,8.70739], [53.05192,8.70684], [53.05289,8.70681], [53.05620,8.70785], [53.05700,8.70830], [53.05760,8.70806], [53.05962,8.70858], [53.06221,8.70905], [53.06359,8.70915], [53.06533,8.70953], [53.06856,8.71015], [53.07032,8.71012], [53.07286,8.70970], [53.07490,8.70893], [53.07582,8.70869], [53.07606,8.70595], [53.07736,8.70656], [53.07898,8.70440], [53.07963,8.70449], [53.08050,8.70300], [53.08087,8.70137], [53.08164,8.70146], [53.08168,8.70249], [53.08132,8.70327], [53.08142,8.70381], [53.08168,8.70401], [53.08289,8.70055], [53.08304,8.69978], [53.08379,8.69755], [53.08448,8.69430], [53.08547,8.68925], [53.08592,8.68639], [53.08592,8.68383], [53.08582,8.68175], [53.08602,8.68113], [53.08610,8.67818], [53.08646,8.67484], [53.08611,8.67467], [53.08751,8.67329], [53.09035,8.66801], [53.09158,8.66649], [53.09464,8.66482], [53.09596,8.66521], [53.09610,8.66574], [53.09839,8.66625], [53.09992,8.66860], [53.10035,8.66871], [53.10256,8.67074], [53.10635,8.66021], [53.10688,8.65944], [53.10845,8.65551], [53.10900,8.65477], [53.11020,8.65369], [53.11201,8.65397], [53.11333,8.65457], [53.11432,8.65477], [53.11718,8.65634], [53.11763,8.65715], [53.11794,8.65705], [53.11743,8.65537], [53.11656,8.65461], [53.11626,8.65352], [53.11637,8.65178], [53.11852,8.64964], [53.12203,8.65140], [53.12209,8.65050], [53.12321,8.64988], [53.12369,8.64883], [53.12515,8.64843], [53.12708,8.64522], [53.12961,8.64102], [53.13685,8.63251], [53.15399,8.62607], [53.16605,8.62291], [53.17091,8.61081], [53.17341,8.58055], [53.19167,8.52708], [53.19784,8.51485], [53.19686,8.51233], [53.20099,8.50444], [53.20587,8.50084], [53.20958,8.49631], [53.21434,8.49265], [53.21695,8.49141], [53.22358,8.48252], [53.22650,8.48162], [53.22763,8.48749], [53.22776,8.48751], [53.22789,8.48762], [53.47568,8.51995], [53.47611,8.51947], [53.47727,8.51900], [53.48031,8.51515], [53.48199,8.51219], [53.48232,8.51145], [53.48316,8.50863], [53.48496,8.50140], [53.50511,8.51446], [53.51981,8.56030], [53.53731,8.56227], [53.66907,8.37270], [53.68996,8.39870], [53.60650,8.52083], [53.60688,8.52375], [53.60537,8.52362], [53.60385,8.52563], [53.60593,8.52718], [53.60459,8.53375], [53.60728,8.53520], [53.60280,8.55718], [53.60336,8.55812], [53.60222,8.56035], [53.59796,8.58151], [53.59740,8.58160], [53.59672,8.58670], [53.59585,8.58537], [53.59460,8.59134], [53.59353,8.59129], [53.59315,8.59275], [53.59580,8.60159], [53.60311,8.61262], [53.60543,8.62344], [53.60548,8.62614], [53.60471,8.63897], [53.60424,8.64136], [53.60367,8.64261], [53.60287,8.64288], [53.60170,8.64571], [53.60282,8.64662], [53.60318,8.64729], [53.60416,8.64659], [53.60436,8.64674], [53.60439,8.64576], [53.60488,8.64424], [53.60581,8.64364], [53.60712,8.64482], [53.60814,8.64477], [53.60785,8.64407], [53.60812,8.64320], [53.60902,8.64241], [53.61012,8.64312], [53.61010,8.64535], [53.61033,8.64779], [53.61001,8.64759], [53.61013,8.65189], [53.60859,8.65236], [53.60865,8.65345], [53.60833,8.65363], [53.60833,8.65520], [53.60911,8.65611], [53.60943,8.65786], [53.60908,8.65828], [53.60866,8.65704], [53.60805,8.65704], [53.60812,8.65932], [53.60724,8.65844], [53.60721,8.65873], [53.60624,8.65850], [53.60565,8.65806], [53.60559,8.65757], [53.60305,8.65720], [53.60238,8.65361], [53.60265,8.65388], [53.60360,8.65142], [53.60427,8.65147], [53.60441,8.64790], [53.60424,8.64761], [53.60440,8.64686], [53.60415,8.64685], [53.60410,8.64727], [53.60381,8.64844], [53.60398,8.64931], [53.60405,8.65099], [53.60316,8.65103], [53.60285,8.65288], [53.60272,8.65319], [53.59461,8.63868], [53.59349,8.64108], [53.58728,8.62992], [53.58563,8.62737], [53.57994,8.62257], [53.57718,8.62010], [53.57423,8.61959], [53.57118,8.62209], [53.56733,8.62545], [53.56628,8.62571], [53.56103,8.62849], [53.55559,8.63118], [53.55519,8.63235], [53.55437,8.63324], [53.55373,8.63463], [53.55359,8.63708], [53.55399,8.63902], [53.55494,8.64103], [53.55484,8.64240], [53.55489,8.64362], [53.55568,8.64691], [53.54942,8.64459], [53.54034,8.64553], [53.54178,8.64204], [53.53652,8.64163], [53.53479,8.63837], [53.53299,8.63850], [53.53000,8.63900], [53.52660,8.63953], [53.52657,8.63931], [53.52504,8.63966], [53.52515,8.63998], [53.52264,8.64380], [53.51867,8.64576], [53.51950,8.64950], [53.51735,8.65072], [53.51600,8.65222], [53.51428,8.64828], [53.51266,8.64942], [53.51283,8.64999], [53.51079,8.65122], [53.50980,8.64848], [53.50933,8.64554], [53.50953,8.64536], [53.50740,8.64035], [53.50564,8.63728], [53.50566,8.63664], [53.50356,8.63780], [53.50277,8.63636], [53.50240,8.63526], [53.50194,8.63426], [53.50154,8.63177], [53.50161,8.62802], [53.50138,8.62554], [53.49828,8.63055], [53.49060,8.61973], [53.48789,8.61068], [53.48397,8.60965], [53.48389,8.60674], [53.48426,8.60308], [53.48455,8.60201], [53.48462,8.60131], [53.48531,8.59907], [53.48564,8.59755], [53.48552,8.59569], [53.48563,8.59436], [53.48517,8.59337], [53.48526,8.59213], [53.48505,8.59175], [53.48697,8.58442], [53.48560,8.57936], [53.48584,8.57678], [53.48665,8.57503], [53.48855,8.57399], [53.48746,8.57228], [53.48795,8.57155], [53.48523,8.56495], [53.48306,8.55479], [53.48084,8.53936], [53.48050,8.53656], [53.48053,8.53141], [53.48023,8.52920], [53.47784,8.52341], [53.47568,8.51995], [53.22789,8.48762], [53.22819,8.48864], [53.22835,8.48859]], - DE_HH: [[53.55760,9.72992], [53.56623,9.73486], [53.56661,9.73504], [53.56722,9.73487], [53.56725,9.73475], [53.56868,9.73460], [53.56984,9.73493], [53.57019,9.73521], [53.57523,9.73684], [53.57565,9.73583], [53.57637,9.73597], [53.57723,9.73674], [53.57727,9.73693], [53.57772,9.73758], [53.57760,9.73841], [53.57781,9.73994], [53.57790,9.73997], [53.57802,9.74258], [53.57912,9.74166], [53.58122,9.74037], [53.58115,9.73904], [53.58001,9.73920], [53.57980,9.73743], [53.58139,9.73647], [53.58222,9.73520], [53.58248,9.73440], [53.58378,9.73568], [53.58844,9.74214], [53.58932,9.74268], [53.58949,9.74297], [53.58920,9.74382], [53.58918,9.74440], [53.58899,9.74544], [53.58939,9.74515], [53.59261,9.74641], [53.59456,9.74469], [53.59453,9.74428], [53.59690,9.74354], [53.59811,9.74373], [53.59972,9.74516], [53.60184,9.74732], [53.60388,9.74827], [53.60268,9.75536], [53.61099,9.75912], [53.61285,9.75340], [53.61613,9.75573], [53.61606,9.75654], [53.61713,9.75742], [53.62435,9.75985], [53.62495,9.76340], [53.62742,9.76363], [53.62767,9.77028], [53.62256,9.76858], [53.61607,9.77059], [53.61149,9.78614], [53.61127,9.78917], [53.61053,9.78913], [53.60874,9.79116], [53.61048,9.79619], [53.60788,9.79919], [53.60561,9.79728], [53.60482,9.79215], [53.60418,9.79226], [53.60389,9.78983], [53.60128,9.79142], [53.59678,9.79754], [53.59614,9.79764], [53.59579,9.79932], [53.59487,9.80185], [53.59336,9.80360], [53.59393,9.80457], [53.59233,9.80723], [53.59136,9.80805], [53.58649,9.81605], [53.58531,9.82071], [53.58471,9.82191], [53.58424,9.82450], [53.58509,9.82558], [53.58555,9.82864], [53.58563,9.82931], [53.58667,9.83227], [53.58726,9.83313], [53.58745,9.83425], [53.58735,9.83493], [53.58781,9.83656], [53.58930,9.83665], [53.58991,9.83577], [53.59219,9.83712], [53.59213,9.83786], [53.59258,9.83872], [53.59276,9.83911], [53.59253,9.83969], [53.59321,9.83986], [53.59384,9.83915], [53.59517,9.83967], [53.59509,9.84488], [53.59656,9.84434], [53.59745,9.84915], [53.59786,9.84876], [53.59750,9.85282], [53.59871,9.85493], [53.59940,9.85766], [53.60225,9.85757], [53.60504,9.86055], [53.60735,9.86158], [53.60938,9.86808], [53.61379,9.86913], [53.61675,9.87363], [53.61991,9.87932], [53.62096,9.88273], [53.62218,9.88505], [53.62289,9.88878], [53.62488,9.88580], [53.62735,9.88760], [53.63113,9.89443], [53.63124,9.89625], [53.63510,9.89676], [53.63644,9.90028], [53.63788,9.90028], [53.64008,9.89917], [53.64185,9.90552], [53.64522,9.90540], [53.64541,9.90562], [53.64630,9.90491], [53.64629,9.90433], [53.64740,9.90506], [53.64977,9.90577], [53.65091,9.90628], [53.65096,9.90680], [53.65265,9.90662], [53.65311,9.90924], [53.65270,9.91081], [53.65344,9.91433], [53.65508,9.91474], [53.65436,9.91753], [53.65581,9.92119], [53.65537,9.92158], [53.65474,9.92149], [53.65444,9.92224], [53.65420,9.92205], [53.65317,9.92518], [53.65335,9.92997], [53.65272,9.93096], [53.65291,9.93246], [53.65220,9.93493], [53.65343,9.93663], [53.65241,9.93766], [53.65295,9.94542], [53.65159,9.94751], [53.65083,9.94967], [53.65089,9.95051], [53.65061,9.95150], [53.65179,9.95293], [53.65097,9.95502], [53.65064,9.95817], [53.64989,9.95969], [53.64971,9.96094], [53.65022,9.96270], [53.65015,9.96343], [53.64936,9.96471], [53.64880,9.96542], [53.65048,9.96896], [53.64833,9.97360], [53.65009,9.97579], [53.64910,9.97798], [53.64884,9.97821], [53.64880,9.97866], [53.64934,9.98059], [53.64933,9.98237], [53.64891,9.98252], [53.64842,9.98594], [53.64916,9.98740], [53.65555,9.98686], [53.65821,9.99106], [53.66107,9.99145], [53.66511,9.99044], [53.66650,9.99102], [53.66936,9.98952], [53.67515,9.99229], [53.67655,9.99223], [53.68055,9.99761], [53.68167,9.99972], [53.68120,10.00137], [53.68100,10.00315], [53.68139,10.00502], [53.68209,10.04338], [53.67782,10.05157], [53.67958,10.06899], [53.68507,10.06564], [53.68528,10.06686], [53.68582,10.06658], [53.68602,10.06145], [53.68852,10.06012], [53.68909,10.06525], [53.69082,10.06549], [53.69091,10.06615], [53.69270,10.06742], [53.69420,10.06748], [53.69510,10.06813], [53.69505,10.06860], [53.69664,10.06980], [53.69586,10.07087], [53.69709,10.07109], [53.69889,10.07343], [53.69956,10.07725], [53.70082,10.07583], [53.70256,10.07705], [53.70397,10.07873], [53.70615,10.06909], [53.70840,10.07113], [53.70969,10.07265], [53.71009,10.07134], [53.70998,10.07091], [53.71080,10.06911], [53.71249,10.07053], [53.71197,10.07370], [53.71396,10.07643], [53.72059,10.08179], [53.71941,10.09428], [53.71839,10.09671], [53.71673,10.09885], [53.71683,10.10119], [53.71524,10.10226], [53.71442,10.10911], [53.71459,10.11321], [53.71592,10.11439], [53.71625,10.11578], [53.71504,10.11767], [53.71390,10.11793], [53.71335,10.11956], [53.71334,10.12072], [53.71726,10.12329], [53.71717,10.12404], [53.71920,10.12548], [53.72169,10.13035], [53.72248,10.13230], [53.72306,10.13310], [53.72517,10.13865], [53.72582,10.13947], [53.72522,10.14288], [53.72829,10.14595], [53.73339,10.16133], [53.73706,10.16164], [53.73728,10.16227], [53.73761,10.16205], [53.73842,10.16272], [53.73962,10.16476], [53.73935,10.16589], [53.73952,10.16757], [53.73834,10.17282], [53.73655,10.17685], [53.73423,10.17898], [53.73282,10.18312], [53.73265,10.18541], [53.73138,10.18627], [53.73124,10.18863], [53.73096,10.18889], [53.73140,10.19031], [53.73134,10.19187], [53.73010,10.19947], [53.72245,10.19180], [53.70869,10.18153], [53.70937,10.17988], [53.70986,10.17733], [53.71083,10.17548], [53.71119,10.17484], [53.71234,10.17409], [53.71229,10.17233], [53.71167,10.17203], [53.71143,10.16885], [53.71088,10.16653], [53.71012,10.16641], [53.71029,10.16782], [53.70857,10.16855], [53.70446,10.15686], [53.70337,10.15701], [53.70294,10.15778], [53.70190,10.15866], [53.70140,10.16004], [53.70065,10.16036], [53.69994,10.16001], [53.69735,10.15977], [53.69669,10.16003], [53.69470,10.15902], [53.69047,10.15872], [53.68986,10.15874], [53.68932,10.15812], [53.68941,10.15672], [53.68897,10.15586], [53.68848,10.15607], [53.68814,10.15517], [53.68767,10.15532], [53.68681,10.15440], [53.68672,10.15350], [53.68635,10.15283], [53.68435,10.15331], [53.68251,10.15200], [53.67987,10.14569], [53.67951,10.14514], [53.68064,10.14336], [53.68020,10.14241], [53.68036,10.14007], [53.67659,10.14235], [53.67734,10.14372], [53.67628,10.14484], [53.67478,10.15379], [53.67563,10.15331], [53.67620,10.15419], [53.67580,10.15477], [53.67439,10.15542], [53.67430,10.15516], [53.67255,10.15602], [53.67224,10.15956], [53.67142,10.16138], [53.67102,10.16092], [53.67133,10.15990], [53.67205,10.15525], [53.66997,10.15580], [53.66970,10.15865], [53.67069,10.15893], [53.67060,10.15991], [53.67111,10.16035], [53.67094,10.16088], [53.67100,10.16145], [53.67092,10.16206], [53.66969,10.16375], [53.66831,10.16495], [53.66795,10.16636], [53.66775,10.16860], [53.66891,10.17171], [53.66890,10.17244], [53.66864,10.17334], [53.66666,10.17463], [53.66554,10.17313], [53.66453,10.17397], [53.66443,10.17453], [53.66336,10.17601], [53.66293,10.17709], [53.66336,10.18016], [53.66354,10.18383], [53.65864,10.18795], [53.65800,10.18728], [53.65725,10.18675], [53.65660,10.18752], [53.65613,10.18896], [53.65603,10.19031], [53.65529,10.19215], [53.65502,10.19499], [53.65489,10.19623], [53.65361,10.19657], [53.65291,10.19623], [53.65263,10.19539], [53.65210,10.19541], [53.65151,10.19634], [53.64952,10.19694], [53.64914,10.19765], [53.64843,10.19748], [53.64715,10.19891], [53.64655,10.19891], [53.64231,10.19542], [53.63839,10.18982], [53.63809,10.19404], [53.63729,10.19655], [53.63670,10.19726], [53.63631,10.19951], [53.63684,10.19982], [53.63663,10.20065], [53.63703,10.20254], [53.63652,10.20782], [53.63683,10.20990], [53.63354,10.22275], [53.63081,10.21653], [53.62996,10.21705], [53.62884,10.21668], [53.62713,10.21821], [53.62633,10.21790], [53.62567,10.21672], [53.62400,10.21288], [53.62283,10.21095], [53.62373,10.20926], [53.62424,10.20784], [53.62326,10.20574], [53.62138,10.20600], [53.62000,10.20177], [53.61821,10.19909], [53.61500,10.19204], [53.61312,10.18913], [53.61086,10.19099], [53.60960,10.19189], [53.60998,10.19346], [53.60734,10.19537], [53.60474,10.19535], [53.60251,10.19625], [53.59931,10.19724], [53.59789,10.19619], [53.59779,10.19511], [53.59742,10.19462], [53.59714,10.19481], [53.59656,10.19350], [53.59586,10.19363], [53.59583,10.19211], [53.59531,10.19234], [53.59084,10.19476], [53.58616,10.19935], [53.58394,10.20139], [53.58199,10.19835], [53.58458,10.19581], [53.58389,10.18740], [53.58389,10.18629], [53.58223,10.16536], [53.58404,10.16300], [53.58513,10.16411], [53.58578,10.16355], [53.58567,10.16194], [53.58393,10.16072], [53.58120,10.15926], [53.57851,10.15422], [53.57799,10.15377], [53.57768,10.15259], [53.57571,10.15171], [53.57295,10.15218], [53.57016,10.15069], [53.56947,10.15071], [53.56863,10.15024], [53.56759,10.14830], [53.56716,10.14893], [53.56620,10.14755], [53.56416,10.14792], [53.56163,10.15717], [53.56101,10.16079], [53.56024,10.15886], [53.55877,10.16036], [53.55660,10.16030], [53.55484,10.15948], [53.55360,10.15723], [53.55224,10.15646], [53.55215,10.15534], [53.54864,10.15024], [53.54611,10.14867], [53.54490,10.15174], [53.54298,10.15262], [53.54216,10.15202], [53.54011,10.15255], [53.54013,10.15365], [53.53655,10.15472], [53.53691,10.15695], [53.53753,10.15730], [53.53744,10.15882], [53.53842,10.16024], [53.53789,10.16144], [53.53744,10.16790], [53.53782,10.16811], [53.53744,10.16897], [53.53452,10.16873], [53.53460,10.16594], [53.53376,10.16532], [53.53303,10.16577], [53.53159,10.16395], [53.53081,10.16335], [53.52948,10.16423], [53.52891,10.16395], [53.52825,10.16285], [53.52628,10.16187], [53.52482,10.16210], [53.52250,10.16253], [53.52045,10.16614], [53.52029,10.16800], [53.51992,10.16843], [53.51705,10.17714], [53.51443,10.18255], [53.51225,10.18818], [53.51159,10.18795], [53.51169,10.18943], [53.51359,10.18999], [53.51428,10.20028], [53.52006,10.21048], [53.51526,10.21363], [53.51435,10.21335], [53.51409,10.21367], [53.51390,10.21558], [53.51369,10.21550], [53.51341,10.21419], [53.51307,10.21432], [53.51227,10.21674], [53.51064,10.21936], [53.50779,10.21857], [53.50754,10.22065], [53.50652,10.22135], [53.50626,10.22356], [53.50564,10.22410], [53.50505,10.22399], [53.50451,10.22290], [53.50404,10.22266], [53.50320,10.22236], [53.50270,10.22161], [53.50182,10.21867], [53.50156,10.21893], [53.49928,10.21837], [53.49937,10.22029], [53.49916,10.22127], [53.49842,10.22088], [53.49829,10.22234], [53.49804,10.22244], [53.49764,10.22237], [53.49711,10.22332], [53.49654,10.22317], [53.49653,10.22482], [53.49612,10.22564], [53.49628,10.22701], [53.49572,10.22866], [53.49642,10.22924], [53.49743,10.23320], [53.49634,10.23715], [53.49037,10.23472], [53.48918,10.23524], [53.48906,10.23760], [53.48268,10.23861], [53.48020,10.24871], [53.47737,10.25230], [53.47769,10.25286], [53.47757,10.25449], [53.47820,10.25504], [53.47838,10.25595], [53.47819,10.25663], [53.47785,10.25719], [53.47701,10.26007], [53.47626,10.25884], [53.47447,10.26007], [53.47522,10.26444], [53.47345,10.26530], [53.47315,10.26622], [53.47143,10.26612], [53.46903,10.26500], [53.46829,10.26841], [53.46670,10.27210], [53.46410,10.26951], [53.46290,10.27306], [53.46273,10.27392], [53.46166,10.27506], [53.46018,10.27808], [53.45902,10.28102], [53.45760,10.28249], [53.45869,10.28391], [53.45809,10.28498], [53.45753,10.28642], [53.45676,10.28741], [53.45468,10.29168], [53.45353,10.29286], [53.45275,10.29389], [53.45172,10.29788], [53.45077,10.29917], [53.44821,10.29451], [53.44735,10.29520], [53.44613,10.29732], [53.44369,10.29937], [53.44268,10.30111], [53.44266,10.30862], [53.44310,10.30961], [53.45246,10.31226], [53.45227,10.31657], [53.44990,10.32547], [53.44048,10.31513], [53.43957,10.31463], [53.43779,10.31925], [53.43649,10.31827], [53.43524,10.31805], [53.43465,10.30780], [53.43283,10.30788], [53.43176,10.30222], [53.42486,10.28644], [53.41964,10.26164], [53.41417,10.25142], [53.39764,10.24086], [53.39498,10.22481], [53.39958,10.19409], [53.39636,10.18083], [53.39984,10.16504], [53.40864,10.14933], [53.42005,10.14238], [53.42430,10.13002], [53.42435,10.11714], [53.42920,10.10215], [53.44035,10.09752], [53.45282,10.08181], [53.45548,10.06833], [53.46381,10.05108], [53.46331,10.04940], [53.46154,10.04781], [53.46022,10.04610], [53.45949,10.04642], [53.45872,10.04353], [53.45650,10.04273], [53.45477,10.04490], [53.45180,10.04192], [53.44987,10.05048], [53.44587,10.04516], [53.44574,10.03619], [53.44405,10.03257], [53.44347,10.03225], [53.44565,10.02345], [53.44684,10.02336], [53.44705,10.02223], [53.44212,10.01489], [53.43864,10.02559], [53.43525,10.02962], [53.43230,10.02318], [53.43123,10.02179], [53.43048,10.02125], [53.43010,10.01972], [53.43016,10.01790], [53.42928,10.01901], [53.42863,10.01741], [53.42941,10.01655], [53.42882,10.01500], [53.42920,10.01472], [53.42855,10.01017], [53.42941,10.00951], [53.42875,10.00704], [53.42448,10.00084], [53.42578,9.99592], [53.41952,9.99288], [53.42045,9.98854], [53.41936,9.98836], [53.41936,9.98750], [53.41736,9.98718], [53.41736,9.98572], [53.41631,9.98523], [53.41606,9.98456], [53.41566,9.98437], [53.41556,9.98297], [53.41478,9.98321], [53.41433,9.98119], [53.41368,9.97645], [53.41929,9.97557], [53.41966,9.97469], [53.42033,9.97478], [53.42131,9.97568], [53.42171,9.97565], [53.42170,9.97497], [53.42053,9.97460], [53.42125,9.97259], [53.42072,9.97130], [53.42211,9.96887], [53.42377,9.96823], [53.42357,9.96397], [53.42392,9.96188], [53.42463,9.96199], [53.42478,9.95980], [53.42645,9.96008], [53.42750,9.95594], [53.42935,9.94414], [53.42837,9.94300], [53.42695,9.94729], [53.42092,9.94215], [53.42146,9.92996], [53.41979,9.92955], [53.42039,9.92719], [53.41912,9.92528], [53.41925,9.92460], [53.41405,9.91636], [53.41589,9.90651], [53.42128,9.91005], [53.42255,9.91256], [53.42325,9.91269], [53.42487,9.91615], [53.42593,9.91527], [53.42668,9.91611], [53.43015,9.91383], [53.43482,9.92038], [53.43533,9.92032], [53.43637,9.92133], [53.43641,9.92262], [53.43943,9.91962], [53.44258,9.91891], [53.44231,9.91677], [53.44291,9.91670], [53.44472,9.91790], [53.44661,9.91679], [53.44861,9.91363], [53.44926,9.91104], [53.45036,9.91084], [53.45240,9.90945], [53.45296,9.90809], [53.45366,9.90768], [53.45414,9.90579], [53.45652,9.90399], [53.45589,9.90309], [53.45638,9.90036], [53.45715,9.90077], [53.45727,9.89942], [53.45768,9.89869], [53.45695,9.89875], [53.45509,9.89820], [53.45405,9.90043], [53.45423,9.89809], [53.45356,9.89770], [53.45428,9.89562], [53.45506,9.89466], [53.45616,9.89468], [53.45372,9.89217], [53.45303,9.89187], [53.45192,9.88964], [53.45040,9.88878], [53.44961,9.88629], [53.44997,9.88577], [53.44204,9.87326], [53.44281,9.87036], [53.44351,9.86957], [53.44446,9.86886], [53.44336,9.86749], [53.44048,9.86766], [53.43958,9.86646], [53.44034,9.86363], [53.43993,9.86242], [53.43842,9.86105], [53.43620,9.86045], [53.43525,9.86208], [53.43400,9.86255], [53.43345,9.86401], [53.43243,9.86425], [53.43205,9.86485], [53.43106,9.86463], [53.43050,9.86491], [53.42940,9.86176], [53.43087,9.86092], [53.43408,9.85839], [53.43486,9.85614], [53.45091,9.83627], [53.46242,9.81292], [53.46266,9.80711], [53.46513,9.80698], [53.46723,9.80608], [53.46661,9.80340], [53.46940,9.80301], [53.46930,9.79954], [53.47543,9.80043], [53.47497,9.79975], [53.47515,9.79824], [53.47786,9.79955], [53.48178,9.80013], [53.48376,9.80011], [53.48646,9.80078], [53.48824,9.80082], [53.49020,9.80256], [53.49135,9.80208], [53.49365,9.80249], [53.49334,9.79895], [53.49443,9.79301], [53.49220,9.78157], [53.49987,9.78440], [53.49971,9.78095], [53.50149,9.78127], [53.50180,9.77880], [53.50369,9.77432], [53.50545,9.76846], [53.50835,9.76342], [53.51408,9.76654], [53.51489,9.76607], [53.52002,9.76890], [53.52057,9.77010], [53.52205,9.77094], [53.51840,9.78096], [53.51873,9.78105], [53.52001,9.77963], [53.52492,9.77792], [53.52458,9.77440], [53.52527,9.77403], [53.52616,9.77476], [53.52760,9.77354], [53.52931,9.76946], [53.53016,9.77058], [53.53079,9.77058], [53.53118,9.77098], [53.53369,9.76976], [53.53354,9.76922], [53.54125,9.76530], [53.54104,9.76688], [53.54214,9.76695], [53.54264,9.77015], [53.54380,9.77250], [53.55424,9.77424], [53.55474,9.76435], [53.55525,9.76249]], - DE_MV: [[53.95692,10.90352], [53.95367,10.90356], [53.91445,10.86552], [53.88907,10.80750], [53.88566,10.80695], [53.88478,10.80736], [53.88481,10.80813], [53.88407,10.80830], [53.88407,10.80786], [53.88353,10.80801], [53.88315,10.80827], [53.88261,10.80739], [53.88118,10.80558], [53.88033,10.80560], [53.87969,10.80510], [53.87780,10.80318], [53.87687,10.80187], [53.87597,10.79953], [53.87596,10.79781], [53.87622,10.79678], [53.87623,10.79419], [53.87573,10.79148], [53.87479,10.78970], [53.87460,10.78847], [53.87425,10.78795], [53.87354,10.78311], [53.87418,10.78137], [53.87472,10.77937], [53.87500,10.77770], [53.87449,10.77530], [53.87368,10.77113], [53.87269,10.77036], [53.87130,10.77045], [53.87001,10.76852], [53.86685,10.76440], [53.86576,10.76397], [53.86460,10.76392], [53.86407,10.76435], [53.86358,10.76397], [53.86341,10.76234], [53.86118,10.75968], [53.86060,10.75955], [53.85827,10.75946], [53.85746,10.75856], [53.85632,10.75611], [53.85544,10.75551], [53.85455,10.75358], [53.85397,10.75178], [53.85227,10.74946], [53.85194,10.74839], [53.85133,10.74770], [53.85027,10.74800], [53.84997,10.74860], [53.84956,10.75075], [53.84964,10.75221], [53.84893,10.75362], [53.84832,10.75324], [53.84759,10.75341], [53.84632,10.75242], [53.84564,10.75118], [53.84549,10.74998], [53.84394,10.74908], [53.84306,10.74963], [53.84088,10.74929], [53.83986,10.74830], [53.83928,10.74817], [53.83842,10.74899], [53.83594,10.74856], [53.83376,10.74766], [53.83151,10.75011], [53.83115,10.75225], [53.83014,10.75508], [53.82941,10.75551], [53.82860,10.75526], [53.82791,10.75568], [53.82697,10.75689], [53.82637,10.75736], [53.82507,10.75865], [53.82277,10.76126], [53.81908,10.76267], [53.81566,10.76202], [53.81361,10.76335], [53.81097,10.76297], [53.80603,10.76675], [53.80343,10.76517], [53.80244,10.76551], [53.80075,10.76637], [53.79971,10.76817], [53.79819,10.77032], [53.79727,10.77229], [53.79418,10.77229], [53.79228,10.77294], [53.79083,10.77186], [53.78946,10.77152], [53.78891,10.76912], [53.78704,10.76879], [53.78494,10.76810], [53.78423,10.76879], [53.78352,10.76857], [53.78245,10.76703], [53.77908,10.76583], [53.77964,10.76776], [53.77799,10.76956], [53.77659,10.77051], [53.77479,10.76995], [53.77330,10.76733], [53.77241,10.76686], [53.77061,10.76557], [53.77018,10.76471], [53.76914,10.76196], [53.76746,10.76051], [53.76467,10.75887], [53.76315,10.75836], [53.76076,10.75887], [53.75899,10.75686], [53.75790,10.75724], [53.74985,10.75862], [53.74719,10.75853], [53.74762,10.76154], [53.74744,10.76634], [53.74909,10.77132], [53.74853,10.77510], [53.74724,10.77686], [53.74747,10.78080], [53.74600,10.78205], [53.74508,10.78561], [53.74445,10.78690], [53.74402,10.79140], [53.74102,10.79810], [53.74100,10.80115], [53.73838,10.80728], [53.73516,10.80926], [53.73331,10.80780], [53.73074,10.80952], [53.73036,10.80870], [53.73054,10.80660], [53.72990,10.80634], [53.72742,10.80621], [53.72308,10.80823], [53.71945,10.81102], [53.71734,10.81608], [53.71516,10.81943], [53.71179,10.82289], [53.71057,10.82555], [53.71044,10.82692], [53.71074,10.82868], [53.70993,10.83306], [53.70935,10.83388], [53.70879,10.83534], [53.70833,10.83744], [53.70721,10.83885], [53.70688,10.84091], [53.70772,10.84246], [53.70737,10.84340], [53.70681,10.84366], [53.70625,10.84465], [53.70539,10.84469], [53.70655,10.85216], [53.70569,10.85310], [53.70402,10.85334], [53.70381,10.86336], [53.70368,10.86576], [53.70384,10.86750], [53.70302,10.86950], [53.70287,10.86907], [53.70208,10.87083], [53.70162,10.87158], [53.70147,10.87308], [53.70113,10.87373], [53.70161,10.87514], [53.70221,10.88057], [53.70396,10.88100], [53.70530,10.88615], [53.70500,10.88993], [53.70373,10.89182], [53.70297,10.90564], [53.69895,10.91465], [53.69911,10.91602], [53.69850,10.92246], [53.69555,10.92297], [53.69367,10.92426], [53.69204,10.92563], [53.69163,10.92435], [53.69204,10.92091], [53.69103,10.91782], [53.68889,10.91808], [53.68818,10.92057], [53.68950,10.92297], [53.68909,10.92443], [53.68945,10.92709], [53.68813,10.92692], [53.68615,10.92829], [53.68609,10.93053], [53.68701,10.93173], [53.68676,10.93370], [53.68752,10.93559], [53.68670,10.93748], [53.68589,10.93834], [53.68401,10.94168], [53.67430,10.94340], [53.67354,10.93937], [53.67278,10.93945], [53.67156,10.94065], [53.67059,10.94074], [53.66947,10.94126], [53.66840,10.94040], [53.66647,10.93817], [53.66581,10.93834], [53.66439,10.94040], [53.66362,10.94168], [53.66306,10.94057], [53.66154,10.94306], [53.65955,10.94314], [53.65864,10.94503], [53.66194,10.94804], [53.66072,10.95027], [53.65854,10.95387], [53.65828,10.95456], [53.65665,10.95456], [53.65452,10.95250], [53.65218,10.95250], [53.65141,10.95181], [53.64770,10.95224], [53.64587,10.95078], [53.64562,10.94898], [53.64679,10.94726], [53.64709,10.94555], [53.64704,10.94434], [53.64043,10.94374], [53.63758,10.93980], [53.63437,10.93842], [53.63381,10.93619], [53.63269,10.93344], [53.63040,10.93250], [53.62933,10.92872], [53.60458,10.92162], [53.59864,10.91531], [53.57974,10.91892], [53.57265,10.91169], [53.57189,10.91015], [53.57163,10.90671], [53.57265,10.90405], [53.57316,10.90088], [53.57285,10.89839], [53.57275,10.89564], [53.57178,10.89109], [53.57036,10.88835], [53.56908,10.88182], [53.56918,10.87418], [53.56724,10.86749], [53.56525,10.86457], [53.56474,10.86079], [53.56587,10.85719], [53.56627,10.85513], [53.56515,10.85204], [53.56571,10.84972], [53.56831,10.84801], [53.56892,10.84637], [53.57147,10.84672], [53.57224,10.84457], [53.57407,10.84397], [53.57575,10.83977], [53.57601,10.83659], [53.57489,10.83307], [53.57616,10.83221], [53.57591,10.82904], [53.57637,10.82629], [53.57509,10.82217], [53.57244,10.82191], [53.56694,10.82629], [53.56286,10.82517], [53.55924,10.82578], [53.55608,10.82397], [53.55394,10.82698], [53.54976,10.82921], [53.54777,10.82869], [53.54262,10.83161], [53.53374,10.81779], [53.52619,10.81805], [53.52425,10.82157], [53.52374,10.81977], [53.52257,10.81548], [53.52144,10.81307], [53.52053,10.81342], [53.51746,10.82389], [53.51415,10.82311], [53.51649,10.81101], [53.51062,10.78586], [53.49689,10.77737], [53.49511,10.77745], [53.49143,10.76501], [53.48847,10.76200], [53.48653,10.76140], [53.48362,10.75608], [53.48438,10.75248], [53.48219,10.74449], [53.48178,10.73788], [53.47973,10.73188], [53.48157,10.72655], [53.47805,10.72415], [53.47626,10.72063], [53.47841,10.70166], [53.46415,10.69609], [53.46195,10.69583], [53.45868,10.69368], [53.45536,10.69274], [53.45787,10.68038], [53.45858,10.67042], [53.46119,10.66029], [53.46175,10.65137], [53.45904,10.64725], [53.45766,10.64665], [53.45669,10.64218], [53.45577,10.64141], [53.45644,10.63497], [53.45531,10.63145], [53.45143,10.62982], [53.44948,10.62811], [53.44826,10.62776], [53.44391,10.62476], [53.44130,10.62519], [53.43814,10.62304], [53.43404,10.62270], [53.43006,10.62081], [53.42556,10.61789], [53.42218,10.61815], [53.42024,10.61884], [53.41614,10.61635], [53.41430,10.61901], [53.41272,10.61712], [53.40591,10.61669], [53.40484,10.61592], [53.40361,10.62055], [53.39941,10.61789], [53.39527,10.61789], [53.39261,10.61652], [53.38964,10.61678], [53.38815,10.61712], [53.38790,10.61515], [53.38355,10.61437], [53.38134,10.60802], [53.37925,10.60313], [53.37822,10.59867], [53.36987,10.59575], [53.36793,10.59309], [53.36332,10.59472], [53.36916,10.61086], [53.37110,10.64193], [53.36772,10.65883], [53.36859,10.68510], [53.37075,10.69609], [53.36694,10.70984], [53.35516,10.72958], [53.33482,10.73996], [53.34194,10.74177], [53.33984,10.74795], [53.34035,10.75078], [53.33861,10.75473], [53.33933,10.75850], [53.33856,10.76340], [53.33625,10.76305], [53.33374,10.75842], [53.33231,10.75713], [53.33026,10.75808], [53.32898,10.76108], [53.32872,10.76383], [53.33010,10.76657], [53.32990,10.76726], [53.32862,10.76940], [53.32887,10.77095], [53.32636,10.77112], [53.32508,10.77164], [53.32354,10.77670], [53.31924,10.78348], [53.31908,10.78571], [53.31785,10.78940], [53.31580,10.79318], [53.31513,10.79481], [53.31436,10.80199], [53.31242,10.81444], [53.31293,10.81572], [53.31211,10.82285], [53.31242,10.82551], [53.31175,10.82765], [53.30990,10.82602], [53.30795,10.82680], [53.30698,10.82911], [53.30647,10.83237], [53.30503,10.83538], [53.30549,10.83752], [53.30693,10.83675], [53.30708,10.84130], [53.30801,10.84087], [53.30929,10.85134], [53.31406,10.85109], [53.31534,10.85246], [53.31595,10.85718], [53.31616,10.86044], [53.31595,10.86482], [53.31595,10.86851], [53.31898,10.87186], [53.32011,10.87117], [53.32252,10.87271], [53.32529,10.86731], [53.32616,10.86679], [53.32652,10.86860], [53.32590,10.87091], [53.32323,10.87194], [53.32329,10.87512], [53.32364,10.87701], [53.32077,10.87975], [53.32380,10.88585], [53.32498,10.88825], [53.32652,10.89022], [53.32831,10.88894], [53.33010,10.88267], [53.33215,10.88010], [53.33467,10.88130], [53.33369,10.88765], [53.33385,10.89280], [53.33595,10.89469], [53.33610,10.89623], [53.33441,10.89649], [53.33415,10.89949], [53.33702,10.90482], [53.33718,10.91022], [53.34041,10.91366], [53.34169,10.91314], [53.34374,10.91683], [53.34840,10.91881], [53.34784,10.92662], [53.34338,10.93134], [53.34256,10.93271], [53.33830,10.93400], [53.33754,10.94052], [53.33282,10.95511], [53.33830,10.95966], [53.33308,10.98781], [53.32713,10.98215], [53.32416,10.98876], [53.32564,10.99056], [53.32411,10.99193], [53.32052,10.99502], [53.32093,10.99803], [53.31534,10.99811], [53.31124,11.00292], [53.30862,11.00361], [53.30621,11.00172], [53.30406,11.00215], [53.30277,11.00627], [53.30057,11.00901], [53.29893,11.00781], [53.29472,11.00275], [53.29199,11.00215], [53.29265,11.00472], [53.29152,11.00652], [53.28865,11.00781], [53.28126,11.00841], [53.27977,11.01270], [53.28044,11.01751], [53.28080,11.02060], [53.27947,11.02361], [53.27757,11.02790], [53.27336,11.03150], [53.27141,11.03442], [53.26607,11.03639], [53.26171,11.03845], [53.25791,11.04532], [53.25447,11.04729], [53.24758,11.05442], [53.23937,11.05923], [53.23081,11.06732], [53.22460,11.07419], [53.21899,11.08354], [53.21236,11.08972], [53.20985,11.10123], [53.20322,11.11693], [53.20353,11.12723], [53.20142,11.13685], [53.19833,11.13616], [53.19782,11.14294], [53.19211,11.13633], [53.19010,11.14929], [53.18548,11.16234], [53.18645,11.17641], [53.18038,11.19284], [53.17719,11.19413], [53.16860,11.18864], [53.16222,11.18323], [53.15683,11.17251], [53.14550,11.18092], [53.13577,11.18315], [53.13526,11.19878], [53.14406,11.20839], [53.14308,11.22839], [53.13639,11.24727], [53.12181,11.26613], [53.12006,11.27677], [53.12120,11.28243], [53.11955,11.28415], [53.11610,11.29145], [53.11661,11.29900], [53.11589,11.30054], [53.11553,11.31187], [53.11785,11.31462], [53.11847,11.31788], [53.11759,11.32046], [53.11888,11.32432], [53.11744,11.32638], [53.11635,11.33110], [53.11527,11.32998], [53.11316,11.33805], [53.11594,11.35917], [53.11491,11.36054], [53.11295,11.36989], [53.11218,11.36732], [53.11105,11.37238], [53.10991,11.38097], [53.11136,11.38809], [53.11007,11.39135], [53.11058,11.39564], [53.11203,11.39556], [53.11599,11.40131], [53.12763,11.39247], [53.13500,11.39307], [53.13927,11.39564], [53.13644,11.40620], [53.13649,11.41599], [53.14066,11.42174], [53.13819,11.43324], [53.13592,11.43873], [53.13726,11.44517], [53.13896,11.44688], [53.13999,11.45976], [53.13824,11.46285], [53.13453,11.47203], [53.13273,11.47315], [53.12928,11.47229], [53.12604,11.47358], [53.12805,11.47598], [53.12835,11.48216], [53.12784,11.49006], [53.12599,11.49976], [53.12145,11.50019], [53.12063,11.50285], [53.12269,11.50740], [53.12521,11.50954], [53.12475,11.52490], [53.12599,11.52808], [53.12496,11.53400], [53.12518,11.53478], [53.12894,11.53676], [53.13079,11.54920], [53.13429,11.54740], [53.13491,11.55109], [53.13872,11.55633], [53.14088,11.55607], [53.14155,11.55392], [53.15102,11.55083], [53.14938,11.55272], [53.15000,11.55676], [53.15329,11.55667], [53.15720,11.55933], [53.16055,11.56396], [53.16435,11.56594], [53.16487,11.56929], [53.16682,11.56989], [53.17109,11.56929], [53.17346,11.56594], [53.17581,11.56297], [53.18254,11.56752], [53.18537,11.55714], [53.18851,11.55997], [53.19432,11.55705], [53.20090,11.55851], [53.20208,11.55937], [53.20651,11.55422], [53.20712,11.55104], [53.20800,11.55121], [53.20831,11.55336], [53.21053,11.55825], [53.21238,11.56357], [53.21300,11.56829], [53.21161,11.57542], [53.21552,11.58984], [53.21809,11.59224], [53.22451,11.59945], [53.22785,11.60649], [53.23021,11.61722], [53.23705,11.61928], [53.24182,11.62889], [53.23833,11.63910], [53.23859,11.65015], [53.23905,11.65676], [53.24105,11.66097], [53.24357,11.66269], [53.24362,11.67316], [53.24193,11.67470], [53.24188,11.67805], [53.24208,11.68337], [53.24121,11.69144], [53.24372,11.69358], [53.24342,11.70028], [53.23946,11.70157], [53.23746,11.70775], [53.23386,11.70706], [53.23201,11.71393], [53.22996,11.71436], [53.23027,11.71779], [53.23165,11.71822], [53.23086,11.72241], [53.23142,11.72653], [53.22438,11.72636], [53.21678,11.72747], [53.21806,11.73563], [53.21780,11.74163], [53.21976,11.74429], [53.21986,11.75022], [53.22181,11.75674], [53.22377,11.75889], [53.22726,11.76953], [53.22675,11.77476], [53.22705,11.78489], [53.22813,11.78824], [53.22597,11.79502], [53.22664,11.81571], [53.22901,11.82154], [53.22808,11.82884], [53.23052,11.82977], [53.23134,11.83329], [53.23370,11.83329], [53.23622,11.83071], [53.23951,11.82513], [53.24537,11.81758], [53.24685,11.80513], [53.25317,11.79758], [53.25384,11.80204], [53.25230,11.80479], [53.25333,11.81955], [53.25065,11.83311], [53.25132,11.84573], [53.24958,11.84925], [53.24829,11.85826], [53.24891,11.86333], [53.25836,11.87036], [53.26375,11.88324], [53.26827,11.88839], [53.26919,11.89088], [53.27371,11.89354], [53.27863,11.89328], [53.27807,11.89740], [53.27473,11.90616], [53.27309,11.91500], [53.27330,11.92607], [53.27391,11.93843], [53.27401,11.94332], [53.27324,11.94555], [53.27068,11.94804], [53.27309,11.95208], [53.27355,11.95491], [53.27596,11.95697], [53.27786,11.95611], [53.28099,11.96117], [53.28377,11.96341], [53.28772,11.96882], [53.29655,11.97491], [53.29793,11.97577], [53.29726,11.98109], [53.29819,11.98281], [53.29608,11.98685], [53.29347,11.99663], [53.29932,12.00290], [53.29993,12.00710], [53.29906,12.01877], [53.30491,12.02427], [53.31542,12.01946], [53.32126,12.02289], [53.33429,12.01609], [53.33634,12.02390], [53.33818,12.02321], [53.33987,12.03051], [53.34464,12.04115], [53.34525,12.04081], [53.34643,12.04621], [53.34925,12.05789], [53.35284,12.05377], [53.35391,12.05531], [53.36057,12.05188], [53.36155,12.04767], [53.36482,12.04844], [53.36697,12.05222], [53.37063,12.04650], [53.36992,12.05680], [53.37104,12.06195], [53.36986,12.06392], [53.36879,12.07379], [53.36894,12.07706], [53.36367,12.07886], [53.35962,12.07869], [53.34608,12.08160], [53.34526,12.08984], [53.34434,12.09156], [53.34357,12.10521], [53.34347,12.11062], [53.34946,12.10959], [53.34833,12.13495], [53.35171,12.13563], [53.35417,12.13975], [53.36017,12.14001], [53.35843,12.14096], [53.36099,12.15126], [53.35556,12.15555], [53.34885,12.15606], [53.33870,12.16851], [53.34321,12.18742], [53.34644,12.18777], [53.34731,12.18519], [53.35074,12.18691], [53.35366,12.19137], [53.35202,12.19790], [53.35341,12.19978], [53.35289,12.21171], [53.35330,12.21463], [53.35771,12.22313], [53.35766,12.22914], [53.35305,12.23051], [53.34736,12.23369], [53.34234,12.23489], [53.33757,12.24210], [53.33286,12.24536], [53.33132,12.25214], [53.32799,12.25855], [53.32599,12.25615], [53.32435,12.25726], [53.32373,12.26130], [53.32455,12.26576], [53.32358,12.27263], [53.32650,12.27932], [53.32753,12.28155], [53.32845,12.29048], [53.32773,12.29383], [53.32712,12.31022], [53.32312,12.31108], [53.32076,12.32533], [53.31748,12.33116], [53.31558,12.34232], [53.31327,12.34799], [53.31266,12.35202], [53.30733,12.36061], [53.30564,12.36610], [53.30579,12.37331], [53.30415,12.37615], [53.30272,12.37941], [53.30149,12.38550], [53.30220,12.39331], [53.30010,12.39597], [53.29487,12.39786], [53.28615,12.39142], [53.28415,12.39134], [53.27927,12.39923], [53.27855,12.40275], [53.27948,12.40824], [53.27820,12.41305], [53.27655,12.41743], [53.27486,12.42738], [53.27055,12.43193], [53.26213,12.43090], [53.25992,12.43331], [53.25776,12.43408], [53.25545,12.43794], [53.25443,12.44034], [53.25242,12.44069], [53.25145,12.44403], [53.24919,12.44652], [53.25068,12.45116], [53.25325,12.45691], [53.25551,12.46566], [53.25597,12.47639], [53.25515,12.48583], [53.25474,12.49519], [53.25515,12.49912], [53.25710,12.50127], [53.26162,12.50118], [53.26459,12.53002], [53.26120,12.55045], [53.25525,12.56650], [53.25160,12.58435], [53.24755,12.59912], [53.24462,12.60126], [53.24385,12.60684], [53.24616,12.61111], [53.24770,12.61197], [53.24770,12.61454], [53.25109,12.61814], [53.25078,12.62287], [53.25391,12.62947], [53.25381,12.63995], [53.25463,12.64655], [53.25484,12.65565], [53.25314,12.66578], [53.24811,12.66698], [53.24770,12.66999], [53.24898,12.67316], [53.24703,12.67454], [53.23722,12.66896], [53.23486,12.66329], [53.23219,12.66424], [53.22910,12.67007], [53.22756,12.68003], [53.22638,12.68157], [53.22612,12.68501], [53.22628,12.69024], [53.22684,12.69651], [53.22402,12.71695], [53.22263,12.72073], [53.22171,12.72159], [53.22227,12.72820], [53.22197,12.73420], [53.22340,12.74553], [53.22525,12.74768], [53.22392,12.75755], [53.22114,12.75729], [53.20691,12.74957], [53.19950,12.73867], [53.19842,12.74184], [53.19673,12.74897], [53.19472,12.75892], [53.18912,12.76330], [53.18814,12.76819], [53.18793,12.77403], [53.18829,12.77858], [53.18742,12.78158], [53.18876,12.78682], [53.19045,12.79369], [53.18922,12.79480], [53.19174,12.81343], [53.19164,12.81506], [53.19328,12.82210], [53.19498,12.82278], [53.19585,12.82913], [53.19570,12.83162], [53.19688,12.84007], [53.20094,12.84625], [53.19935,12.84926], [53.19349,12.85492], [53.19004,12.85561], [53.18767,12.85913], [53.18685,12.86513], [53.18618,12.86805], [53.18310,12.87063], [53.18140,12.87501], [53.17939,12.87792], [53.17908,12.88256], [53.18063,12.88522], [53.17996,12.88754], [53.18243,12.88891], [53.18670,12.88968], [53.18767,12.89106], [53.18942,12.90033], [53.19369,12.90153], [53.19441,12.90642], [53.19620,12.92386], [53.19507,12.93132], [53.19795,12.94437], [53.20191,12.95724], [53.19877,12.97441], [53.19662,12.98016], [53.18942,12.98282], [53.18294,12.96377], [53.17923,12.96214], [53.17728,12.96111], [53.17630,12.96402], [53.17188,12.96531], [53.16802,12.96600], [53.16514,12.96977], [53.16560,12.97321], [53.16282,12.97656], [53.16215,12.98093], [53.16483,12.98591], [53.16704,12.98488], [53.16838,12.99166], [53.16791,12.99630], [53.16858,13.00205], [53.16658,13.00042], [53.16673,13.00548], [53.16755,13.00737], [53.16899,13.00711], [53.16982,13.00539], [53.17244,13.00986], [53.17136,13.01157], [53.17275,13.01501], [53.17567,13.02076], [53.18041,13.02050], [53.18169,13.01896], [53.18483,13.01938], [53.18478,13.02471], [53.18576,13.02908], [53.19085,13.03243], [53.19244,13.03810], [53.19481,13.04419], [53.19666,13.04239], [53.19697,13.04805], [53.19933,13.05234], [53.19938,13.05870], [53.20031,13.06445], [53.20283,13.06874], [53.20278,13.07011], [53.20051,13.07131], [53.19974,13.07397], [53.19949,13.07895], [53.20036,13.08101], [53.20190,13.08135], [53.20360,13.07878], [53.20788,13.08273], [53.21004,13.08290], [53.20979,13.08599], [53.21117,13.08608], [53.21302,13.08530], [53.21323,13.08891], [53.21549,13.08814], [53.21662,13.09337], [53.21241,13.09723], [53.21523,13.10702], [53.21935,13.10590], [53.22597,13.10865], [53.23584,13.10513], [53.23723,13.10831], [53.23800,13.10968], [53.23974,13.11225], [53.23943,13.11500], [53.23635,13.12985], [53.23687,13.13380], [53.23877,13.13337], [53.24102,13.13617], [53.24410,13.13772], [53.24641,13.14364], [53.25062,13.15145], [53.24836,13.15171], [53.24667,13.15111], [53.24538,13.15248], [53.24692,13.15548], [53.24728,13.15823], [53.24903,13.15986], [53.24928,13.16364], [53.24985,13.17042], [53.24677,13.17419], [53.24672,13.17737], [53.24857,13.18055], [53.25062,13.18123], [53.24857,13.18484], [53.24559,13.18733], [53.24343,13.18750], [53.23973,13.19024], [53.23434,13.19016], [53.22720,13.19874], [53.22187,13.20241], [53.21997,13.20567], [53.22079,13.21348], [53.21822,13.21958], [53.21632,13.23005], [53.22455,13.23975], [53.22881,13.23949], [53.23236,13.24181], [53.23518,13.24078], [53.23754,13.24335], [53.23924,13.24387], [53.24273,13.24816], [53.24581,13.25048], [53.24828,13.25159], [53.24869,13.24867], [53.25054,13.24584], [53.25393,13.24678], [53.25798,13.24987], [53.25942,13.25408], [53.26194,13.25408], [53.26055,13.25614], [53.26189,13.25992], [53.26379,13.26481], [53.26353,13.27253], [53.26522,13.27725], [53.27400,13.28627], [53.27503,13.28910], [53.27841,13.29622], [53.28057,13.29828], [53.27775,13.31622], [53.27616,13.32094], [53.27313,13.33828], [53.27380,13.34146], [53.27605,13.34051], [53.27795,13.34884], [53.27780,13.36008], [53.27472,13.36506], [53.27030,13.36901], [53.26168,13.37004], [53.25978,13.37364], [53.25701,13.37587], [53.25080,13.38128], [53.24807,13.38497], [53.24485,13.38566], [53.24254,13.38866], [53.24305,13.39390], [53.24577,13.39819], [53.24572,13.40240], [53.24716,13.40634], [53.24860,13.40591], [53.24952,13.40403], [53.25178,13.40540], [53.25435,13.40634], [53.26272,13.40840], [53.26492,13.41475], [53.26780,13.41724], [53.27767,13.42626], [53.28106,13.42789], [53.28373,13.43158], [53.29830,13.43570], [53.29974,13.43922], [53.29810,13.44102], [53.29999,13.45861], [53.29538,13.45716], [53.29122,13.46076], [53.29148,13.47209], [53.29538,13.48840], [53.29656,13.49147], [53.29918,13.49310], [53.30220,13.49808], [53.30661,13.49687], [53.30984,13.49988], [53.31359,13.50357], [53.31543,13.50649], [53.31759,13.51078], [53.31877,13.52271], [53.32046,13.52451], [53.33261,13.52177], [53.33445,13.52477], [53.33912,13.52177], [53.34204,13.52357], [53.34332,13.52528], [53.34624,13.52537], [53.34747,13.52640], [53.35131,13.52537], [53.35234,13.51722], [53.36671,13.52631], [53.36425,13.53447], [53.36384,13.54348], [53.37086,13.54726], [53.37286,13.54949], [53.37623,13.55721], [53.39006,13.56056], [53.39231,13.55610], [53.39978,13.55601], [53.39983,13.55970], [53.39917,13.56348], [53.40357,13.57138], [53.40664,13.57181], [53.40797,13.57309], [53.40761,13.57464], [53.40725,13.58056], [53.40843,13.58374], [53.40935,13.58906], [53.40751,13.59240], [53.40838,13.59524], [53.41063,13.59747], [53.41042,13.60099], [53.41089,13.60682], [53.41268,13.60742], [53.41375,13.61232], [53.41355,13.61592], [53.41181,13.61944], [53.40838,13.62142], [53.40853,13.62468], [53.41017,13.62657], [53.41273,13.62897], [53.41452,13.62863], [53.42035,13.63395], [53.42398,13.63721], [53.43172,13.62988], [53.43212,13.63666], [53.43305,13.63804], [53.43407,13.63692], [53.43826,13.63932], [53.43985,13.63478], [53.44670,13.64078], [53.44521,13.64396], [53.44532,13.64774], [53.44266,13.65143], [53.44486,13.65134], [53.44680,13.65709], [53.45211,13.65752], [53.45804,13.66456], [53.45881,13.67074], [53.46116,13.67589], [53.46541,13.68088], [53.46602,13.68723], [53.46970,13.69462], [53.47215,13.69839], [53.47440,13.70577], [53.48155,13.71298], [53.48237,13.71848], [53.48155,13.72174], [53.48124,13.73753], [53.48523,13.74131], [53.48451,13.74543], [53.48114,13.74680], [53.47828,13.75212], [53.47675,13.76156], [53.47501,13.77667], [53.47379,13.77993], [53.47501,13.79006], [53.47787,13.80293], [53.48175,13.80877], [53.48604,13.81529], [53.49554,13.82353], [53.49912,13.82748], [53.50055,13.81976], [53.50228,13.81117], [53.50157,13.80585], [53.49942,13.80190], [53.50453,13.79675], [53.51178,13.79298], [53.51433,13.77959], [53.52372,13.78045], [53.52953,13.77718], [53.54535,13.78251], [53.55289,13.78628], [53.55814,13.79186], [53.55600,13.79992], [53.54539,13.79821], [53.53662,13.80799], [53.52050,13.82344], [53.51734,13.82207], [53.51468,13.84816], [53.50376,13.87786], [53.49847,13.87451], [53.49582,13.87572], [53.49306,13.87400], [53.48734,13.87383], [53.48499,13.88378], [53.47294,13.87400], [53.45556,13.91589], [53.44636,13.91554], [53.44514,13.90507], [53.44332,13.90382], [53.43811,13.91017], [53.43596,13.90932], [53.43146,13.90159], [53.42543,13.90623], [53.42082,13.91876], [53.42573,13.92700], [53.42706,13.93541], [53.43013,13.94502], [53.42952,13.96133], [53.43422,13.99995], [53.43003,14.00648], [53.42870,14.03755], [53.42921,14.04459], [53.41499,14.04871], [53.41274,14.05214], [53.41192,14.05797], [53.41509,14.07119], [53.41069,14.08304], [53.41243,14.08390], [53.41550,14.08252], [53.42133,14.09385], [53.42256,14.10758], [53.42829,14.10896], [53.44148,14.12269], [53.43852,14.13351], [53.43995,14.13728], [53.43197,14.15376], [53.42266,14.17522], [53.42144,14.18998], [53.42338,14.20904], [53.43054,14.21762], [53.43330,14.22397], [53.42727,14.23255], [53.42819,14.23513], [53.42236,14.24114], [53.41550,14.23702], [53.40640,14.24079], [53.39657,14.24217], [53.38777,14.24079], [53.36771,14.22975], [53.34547,14.20897], [53.32692,14.18220], [53.31718,14.16623], [53.30467,14.14065], [53.28712,14.11576], [53.28066,14.10666], [53.26895,14.10100], [53.26115,14.09928], [53.25920,14.12486], [53.26629,14.15233], [53.26680,14.16263], [53.26187,14.17447], [53.25961,14.18889], [53.26033,14.20073], [53.25478,14.21069], [53.25550,14.22854], [53.25879,14.26768], [53.27655,14.26322], [53.28599,14.30322], [53.28876,14.30202], [53.30559,14.31540], [53.31218,14.31764], [53.31002,14.34974], [53.31269,14.35077], [53.31546,14.36313], [53.31556,14.37137], [53.31638,14.37943], [53.32284,14.38218], [53.32827,14.39540], [53.32920,14.41291], [53.33719,14.40930], [53.34765,14.40587], [53.35390,14.39128], [53.36199,14.39523], [53.37345,14.39650], [53.38748,14.39032], [53.40713,14.37504], [53.42012,14.37418], [53.42790,14.36955], [53.44180,14.37144], [53.45683,14.37178], [53.45724,14.35891], [53.46235,14.35685], [53.47073,14.35753], [53.48258,14.35393], [53.48953,14.35376], [53.49647,14.35032], [53.50209,14.33384], [53.50393,14.32680], [53.51720,14.32217], [53.52526,14.31633], [53.52985,14.32028], [53.53750,14.31633], [53.54393,14.30621], [53.55158,14.30827], [53.55382,14.30346], [53.56086,14.30998], [53.56575,14.31547], [53.57218,14.31307], [53.57924,14.31207], [53.61897,14.31774], [53.61857,14.31156], [53.63424,14.28461], [53.65927,14.28546], [53.66324,14.27911], [53.66334,14.27448], [53.66507,14.27173], [53.66690,14.27190], [53.66955,14.27722], [53.67331,14.28220], [53.67667,14.28443], [53.68277,14.28409], [53.68470,14.28272], [53.68602,14.27808], [53.68978,14.27534], [53.69466,14.27173], [53.69893,14.26778], [53.70411,14.27276], [53.73347,14.27448], [53.74322,14.27139], [53.86608,14.21234], [53.87614,14.21462], [53.88120,14.21608], [53.88793,14.21394], [53.90067,14.21256], [53.90674,14.20439], [53.91099,14.20636], [53.91225,14.19288], [53.91220,14.18576], [53.91412,14.18602], [53.91559,14.19151], [53.91463,14.19709], [53.91589,14.20902], [53.92868,14.22842], [53.94791,14.24191], [54.51836,14.03950], [54.83913,13.55061], [54.79323,12.66072], [54.41301,11.90541], [54.03083,10.93037]], - DE_NI: [[53.24409,7.20800], [53.22883,7.21148], [53.22891,7.20997], [53.22362,7.21156], [53.21480,7.21628], [53.19650,7.21619], [53.19107,7.20915], [53.18840,7.20739], [53.18030,7.22689], [53.17693,7.20921], [53.17708,7.20389], [53.16165,7.19016], [53.15928,7.19042], [53.15704,7.18831], [53.14786,7.18899], [53.14248,7.18320], [53.14029,7.18264], [53.13859,7.18028], [53.13897,7.17822], [53.12695,7.18024], [53.12427,7.18372], [53.12396,7.18483], [53.12167,7.18226], [53.11322,7.20247], [53.08115,7.19866], [53.01074,7.21250], [53.00699,7.21683], [53.00035,7.20890], [52.94228,7.18108], [52.86450,7.10418], [52.85030,7.08658], [52.83837,7.09156], [52.81021,7.07019], [52.72736,7.06387], [52.64458,7.05408], [52.64323,7.05434], [52.63344,7.04190], [52.63344,7.03872], [52.63557,7.03606], [52.63505,7.02894], [52.63833,7.00954], [52.64021,7.00645], [52.64302,7.00284], [52.64234,6.99658], [52.64177,6.99229], [52.64458,6.98405], [52.64562,6.98285], [52.64703,6.97512], [52.64266,6.96894], [52.64203,6.95821], [52.63917,6.95315], [52.64005,6.94542], [52.63828,6.93881], [52.63859,6.93487], [52.64078,6.92937], [52.64031,6.91993], [52.64172,6.91641], [52.64677,6.91555], [52.64766,6.91289], [52.64870,6.90328], [52.65151,6.89830], [52.65172,6.89221], [52.65088,6.87933], [52.65411,6.87221], [52.65015,6.86457], [52.64971,6.85336], [52.64869,6.85087], [52.65213,6.83881], [52.65153,6.83105], [52.64945,6.82817], [52.64799,6.82199], [52.64791,6.81856], [52.64890,6.81633], [52.64940,6.80804], [52.65151,6.80594], [52.65218,6.80289], [52.65093,6.79401], [52.65299,6.79071], [52.65252,6.78714], [52.65278,6.78324], [52.65171,6.77684], [52.65039,6.77375], [52.65031,6.77161], [52.64711,6.76779], [52.64908,6.75895], [52.64604,6.75367], [52.64711,6.75243], [52.64791,6.75406], [52.64841,6.75316], [52.64799,6.75122], [52.64713,6.75002], [52.64552,6.74183], [52.64218,6.73775], [52.63974,6.73371], [52.63752,6.72964], [52.63343,6.72612], [52.63098,6.71715], [52.63015,6.71427], [52.62757,6.70921], [52.62695,6.70981], [52.62630,6.71427], [52.62304,6.71799], [52.62150,6.71803], [52.62150,6.71975], [52.62004,6.72181], [52.62007,6.72279], [52.61853,6.72438], [52.61504,6.72670], [52.60915,6.72408], [52.60292,6.72322], [52.59829,6.72046], [52.59591,6.72042], [52.59482,6.72123], [52.59320,6.71960], [52.58835,6.71853], [52.56343,6.76639], [52.56178,6.76613], [52.56183,6.76351], [52.55938,6.75326], [52.55927,6.75111], [52.56251,6.73927], [52.56191,6.73468], [52.56358,6.72545], [52.55325,6.72099], [52.55275,6.71953], [52.55181,6.71940], [52.55045,6.71601], [52.54878,6.71558], [52.55361,6.68024], [52.52096,6.70496], [52.48617,6.69729], [52.47679,6.72047], [52.47661,6.72398], [52.46382,6.75298], [52.45927,6.77521], [52.45980,6.83168], [52.45889,6.84520], [52.45944,6.85404], [52.44968,6.85211], [52.45109,6.86163], [52.44625,6.88947], [52.44196,6.90612], [52.43526,6.94191], [52.43641,6.94783], [52.44348,6.96105], [52.44363,6.96264], [52.44473,6.96251], [52.45012,6.96761], [52.45496,6.97070], [52.45980,6.97504], [52.46555,6.97787], [52.46937,6.98735], [52.46738,6.99156], [52.46544,6.99383], [52.46204,6.99430], [52.45503,6.99948], [52.44496,7.00480], [52.42903,7.01048], [52.42264,7.02224], [52.40301,7.03518], [52.40204,7.03720], [52.40241,7.04183], [52.40058,7.04621], [52.40071,7.04998], [52.39958,7.05183], [52.40086,7.05552], [52.39914,7.05848], [52.39584,7.05831], [52.39029,7.06345], [52.37324,7.07186], [52.36782,7.07190], [52.36669,7.07242], [52.35615,7.07169], [52.35201,7.07182], [52.33808,7.05606], [52.33514,7.05611], [52.33336,7.05465], [52.33207,7.05491], [52.32502,7.04791], [52.32349,7.04684], [52.32226,7.04675], [52.31993,7.04752], [52.31640,7.04551], [52.31606,7.04607], [52.31517,7.04692], [52.31406,7.04276], [52.31341,7.04302], [52.31249,7.03825], [52.31112,7.04061], [52.30779,7.03898], [52.30262,7.03362], [52.29184,7.02598], [52.28695,7.02589], [52.28071,7.02924], [52.27858,7.02735], [52.27692,7.02737], [52.27324,7.02823], [52.27143,7.03188], [52.25589,7.04242], [52.24118,7.06538], [52.24244,7.09851], [52.24346,7.10096], [52.24328,7.10246], [52.24462,7.10615], [52.24546,7.10585], [52.24748,7.10984], [52.25229,7.10963], [52.25602,7.11426], [52.25587,7.11555], [52.25676,7.12057], [52.26078,7.12177], [52.26611,7.15567], [52.26400,7.21668], [52.26384,7.27856], [52.26434,7.29478], [52.26360,7.29860], [52.28013,7.31761], [52.28268,7.34628], [52.28814,7.36207], [52.29993,7.37113], [52.30890,7.38594], [52.30733,7.38877], [52.30759,7.39057], [52.30649,7.39267], [52.30677,7.39375], [52.30596,7.39731], [52.30830,7.40044], [52.30916,7.39963], [52.31131,7.40078], [52.31150,7.40409], [52.31247,7.40379], [52.31260,7.40512], [52.31160,7.41233], [52.31391,7.42640], [52.32267,7.43117], [52.33322,7.43816], [52.34770,7.48006], [52.36081,7.50615], [52.36120,7.51164], [52.36461,7.52117], [52.36728,7.52374], [52.36948,7.52975], [52.37032,7.53456], [52.37042,7.53971], [52.36767,7.54280], [52.37024,7.54984], [52.36890,7.55134], [52.36867,7.55327], [52.36872,7.55614], [52.36977,7.55941], [52.37061,7.56421], [52.37302,7.56507], [52.37213,7.56069], [52.37891,7.57134], [52.37734,7.57322], [52.37545,7.57468], [52.37540,7.57640], [52.37598,7.57867], [52.37624,7.58245], [52.37710,7.58314], [52.37836,7.58142], [52.37944,7.58056], [52.37941,7.57850], [52.38046,7.57327], [52.39424,7.58233], [52.39673,7.58195], [52.40165,7.58401], [52.40356,7.58332], [52.40908,7.59104], [52.41427,7.60272], [52.42105,7.60504], [52.42320,7.59508], [52.43026,7.57577], [52.43217,7.56526], [52.43207,7.57096], [52.44197,7.57630], [52.44762,7.57815], [52.45597,7.58420], [52.46384,7.59201], [52.46512,7.59269], [52.47471,7.60428], [52.47380,7.60874], [52.47223,7.61050], [52.47341,7.61359], [52.47189,7.61467], [52.47092,7.61595], [52.47137,7.61634], [52.46985,7.62110], [52.46888,7.62218], [52.46946,7.62286], [52.46787,7.63089], [52.46413,7.64192], [52.46251,7.64775], [52.46214,7.65574], [52.46039,7.65415], [52.45827,7.65840], [52.45837,7.65998], [52.45683,7.66900], [52.45754,7.67822], [52.45775,7.68170], [52.45707,7.68372], [52.45382,7.68762], [52.44402,7.69625], [52.43337,7.70251], [52.41590,7.70702], [52.40071,7.71363], [52.40012,7.72434], [52.37125,7.80651], [52.36877,7.84291], [52.37480,7.86363], [52.37718,7.87003], [52.37742,7.87423], [52.37799,7.88526], [52.37844,7.88998], [52.38048,7.89196], [52.36523,7.92221], [52.36413,7.92595], [52.36384,7.93050], [52.36442,7.93509], [52.36458,7.93676], [52.36256,7.93642], [52.36125,7.93711], [52.35952,7.94050], [52.35734,7.94080], [52.35512,7.94376], [52.35213,7.94062], [52.34928,7.94006], [52.34713,7.94354], [52.34915,7.94702], [52.34773,7.95054], [52.34786,7.95200], [52.34713,7.95285], [52.34619,7.95182], [52.34600,7.95019], [52.34440,7.94951], [52.34181,7.95075], [52.34016,7.94972], [52.33921,7.94689], [52.33444,7.94835], [52.33213,7.95165], [52.33197,7.95448], [52.33027,7.95672], [52.32633,7.95856], [52.32494,7.96114], [52.32539,7.96290], [52.32432,7.96478], [52.32243,7.96556], [52.32182,7.96672], [52.31978,7.96624], [52.31747,7.97096], [52.31616,7.97208], [52.31516,7.97526], [52.31435,7.97611], [52.31262,7.97581], [52.31128,7.97757], [52.30949,7.98191], [52.30986,7.98641], [52.30894,7.98980], [52.30739,7.99092], [52.30367,7.98894], [52.30585,7.95847], [52.30566,7.94886], [52.30301,7.94071], [52.30228,7.93474], [52.30188,7.93139], [52.29978,7.93238], [52.29871,7.93148], [52.29587,7.93255], [52.29385,7.93105], [52.29341,7.92985], [52.29244,7.92946], [52.29104,7.93139], [52.28926,7.93101], [52.28905,7.93178], [52.28766,7.93204], [52.28632,7.93062], [52.28549,7.93494], [52.27307,7.95635], [52.27249,7.95626], [52.27055,7.95390], [52.26847,7.95103], [52.26776,7.94974], [52.26605,7.94669], [52.26545,7.94459], [52.26529,7.94167], [52.26553,7.93948], [52.26593,7.92957], [52.26530,7.92738], [52.26364,7.92558], [52.26220,7.92352], [52.26038,7.92403], [52.25823,7.92515], [52.25634,7.92468], [52.25411,7.92215], [52.25242,7.92185], [52.25116,7.92210], [52.25077,7.92283], [52.24909,7.92215], [52.24717,7.92283], [52.24515,7.92622], [52.24352,7.92747], [52.24089,7.92794], [52.23818,7.92601], [52.23592,7.92712], [52.23135,7.92549], [52.23237,7.92833], [52.22998,7.92665], [52.22759,7.92554], [52.22565,7.92549], [52.22496,7.92386], [52.22373,7.92335], [52.22378,7.92193], [52.22162,7.91906], [52.22299,7.91850], [52.22304,7.91464], [52.22020,7.91245], [52.21984,7.91378], [52.21773,7.91206], [52.21723,7.91026], [52.21508,7.91013], [52.21437,7.90906], [52.21555,7.90665], [52.21329,7.90459], [52.20995,7.90554], [52.20874,7.90601], [52.20819,7.90511], [52.20874,7.90142], [52.20821,7.89966], [52.20627,7.89953], [52.20293,7.90228], [52.20253,7.90571], [52.19990,7.90399], [52.19945,7.90318], [52.19964,7.90189], [52.19903,7.90108], [52.19764,7.90464], [52.19501,7.90798], [52.19301,7.90889], [52.19177,7.90721], [52.19117,7.90829], [52.18951,7.90751], [52.18917,7.90979], [52.18756,7.91159], [52.18754,7.91438], [52.18559,7.91189], [52.18499,7.91232], [52.18562,7.91511], [52.18380,7.91721], [52.18185,7.92112], [52.18072,7.92798], [52.17914,7.92949], [52.17825,7.93279], [52.17720,7.93167], [52.17638,7.93335], [52.17664,7.93545], [52.17570,7.93837], [52.17650,7.95555], [52.17795,7.95576], [52.17790,7.95714], [52.17624,7.95692], [52.17571,7.96147], [52.17463,7.96555], [52.17276,7.97091], [52.17105,7.97297], [52.17092,7.97473], [52.17161,7.98083], [52.17303,7.98319], [52.17376,7.98340], [52.17353,7.98563], [52.17429,7.98606], [52.17408,7.98864], [52.17500,7.98915], [52.17476,7.99203], [52.17563,7.99490], [52.17540,8.00215], [52.17604,8.00699], [52.17441,8.01085], [52.17185,8.01682], [52.16796,8.01458], [52.16733,8.01836], [52.16572,8.01780], [52.16548,8.02179], [52.16438,8.02377], [52.16351,8.02437], [52.16051,8.02282], [52.16053,8.02064], [52.15950,8.02060], [52.15929,8.01781], [52.16071,8.01768], [52.16177,8.01523], [52.16205,8.01124], [52.16069,8.01141], [52.16003,8.01210], [52.15919,8.01167], [52.15934,8.00940], [52.15998,8.00914], [52.16021,8.00176], [52.15695,7.99991], [52.15610,8.00219], [52.15497,8.00266], [52.15442,7.99944], [52.15476,7.99708], [52.15308,7.99729], [52.15334,7.99948], [52.15013,7.99738], [52.14913,8.00253], [52.14821,8.00244], [52.14705,8.00150], [52.14655,8.00227], [52.14386,8.00232], [52.14402,8.00416], [52.13729,8.00262], [52.13671,8.00463], [52.11566,8.00764], [52.11553,7.99536], [52.11637,7.98880], [52.11597,7.98867], [52.11611,7.97159], [52.11455,7.96987], [52.11487,7.96773], [52.11213,7.96476], [52.10883,7.96112], [52.10654,7.95961], [52.10332,7.95150], [52.10240,7.94880], [52.10208,7.94640], [52.10111,7.94623], [52.10053,7.94155], [52.09984,7.94060], [52.10087,7.93859], [52.09961,7.93678], [52.10048,7.93584], [52.09889,7.93185], [52.09547,7.91582], [52.09442,7.91659], [52.09358,7.91333], [52.09252,7.90470], [52.09218,7.90033], [52.09044,7.89728], [52.08825,7.89252], [52.08582,7.88775], [52.08503,7.88501], [52.08305,7.88440], [52.08327,7.88887], [52.07860,7.89432], [52.07042,7.90294], [52.06770,7.90593], [52.06572,7.90859], [52.06198,7.91129], [52.05826,7.91889], [52.05791,7.92060], [52.05161,7.91647], [52.04910,7.92488], [52.04802,7.92870], [52.04907,7.92956], [52.04812,7.93291], [52.04646,7.93274], [52.03799,7.97192], [52.03717,7.97342], [52.03558,7.98153], [52.03698,7.98273], [52.03891,7.98685], [52.04026,7.98763], [52.04411,7.98896], [52.04556,7.99170], [52.04947,7.99462], [52.05227,8.00076], [52.05443,8.00432], [52.05517,8.00951], [52.05562,8.01342], [52.05810,8.01831], [52.05878,8.01968], [52.06166,8.01908], [52.06327,8.02428], [52.06546,8.02831], [52.06741,8.03016], [52.06805,8.03333], [52.06620,8.03539], [52.06419,8.03470], [52.06385,8.03548], [52.06287,8.04217], [52.06279,8.04603], [52.06272,8.04839], [52.06401,8.05612], [52.06710,8.05711], [52.06702,8.06110], [52.06783,8.06644], [52.06630,8.06833], [52.06520,8.06880], [52.06630,8.07112], [52.06419,8.08678], [52.06322,8.09210], [52.05762,8.09506], [52.05665,8.09682], [52.06119,8.10704], [52.06435,8.11725], [52.06533,8.11802], [52.06591,8.12043], [52.06863,8.12871], [52.07124,8.13257], [52.07211,8.13232], [52.07300,8.13970], [52.07282,8.14056], [52.07493,8.15081], [52.07625,8.15171], [52.07554,8.15407], [52.07462,8.15428], [52.07467,8.15677], [52.07591,8.15780], [52.07506,8.16102], [52.07332,8.16423], [52.07309,8.16608], [52.07382,8.16861], [52.07258,8.17187], [52.07145,8.17346], [52.07269,8.17488], [52.07303,8.17689], [52.07098,8.18016], [52.07169,8.18599], [52.07206,8.18629], [52.07227,8.19320], [52.07435,8.19685], [52.07633,8.19771], [52.07815,8.19759], [52.07971,8.19870], [52.08171,8.19913], [52.08237,8.20025], [52.08482,8.20188], [52.08733,8.20188], [52.09065,8.20582], [52.09112,8.20746], [52.09302,8.20801], [52.09693,8.20999], [52.09998,8.21600], [52.10257,8.22054], [52.10512,8.22046], [52.10649,8.22213], [52.10549,8.22333], [52.10573,8.22509], [52.10747,8.22574], [52.10823,8.22981], [52.11063,8.23458], [52.11488,8.23951], [52.11701,8.24067], [52.11846,8.24368], [52.12141,8.24674], [52.12085,8.24867], [52.12064,8.25618], [52.11998,8.26318], [52.12336,8.26554], [52.12589,8.26528], [52.12747,8.26747], [52.12849,8.26687], [52.13160,8.26854], [52.13076,8.27236], [52.13060,8.27554], [52.13181,8.28086], [52.13395,8.28550], [52.13426,8.28790], [52.13237,8.28562], [52.12884,8.28558], [52.12749,8.28382], [52.12478,8.28528], [52.12470,8.29146], [52.12299,8.29404], [52.12254,8.29785], [52.12041,8.29734], [52.12043,8.30107], [52.11806,8.31026], [52.11817,8.31270], [52.11911,8.31485], [52.12025,8.31541], [52.12220,8.31455], [52.12317,8.31845], [52.12446,8.32103], [52.12507,8.32395], [52.12433,8.32455], [52.12409,8.32944], [52.12433,8.33008], [52.12265,8.33575], [52.12185,8.34163], [52.12309,8.34386], [52.11935,8.34854], [52.11859,8.35601], [52.11748,8.36399], [52.11084,8.37064], [52.10907,8.37416], [52.10901,8.37779], [52.10819,8.38122], [52.10790,8.39264], [52.10988,8.39834], [52.11127,8.40581], [52.11494,8.41096], [52.11905,8.41066], [52.12185,8.40847], [52.12283,8.40551], [52.12433,8.40495], [52.12501,8.40589], [52.12765,8.40499], [52.12810,8.40568], [52.12999,8.40533], [52.13210,8.40692], [52.13463,8.40975], [52.13768,8.41332], [52.13992,8.41752], [52.14287,8.42523], [52.14485,8.43043], [52.14553,8.43305], [52.14782,8.43523], [52.14790,8.43841], [52.14996,8.44493], [52.15127,8.44545], [52.15551,8.45420], [52.15475,8.45837], [52.15401,8.45875], [52.15293,8.46343], [52.15512,8.46532], [52.15686,8.47429], [52.16007,8.48257], [52.16386,8.48527], [52.16465,8.48504], [52.16654,8.48723], [52.16617,8.49190], [52.16702,8.49461], [52.16854,8.49358], [52.17096,8.49838], [52.17286,8.49911], [52.17607,8.50452], [52.17699,8.50585], [52.17973,8.50478], [52.18031,8.50731], [52.18283,8.51495], [52.18546,8.51795], [52.18646,8.51512], [52.18691,8.51302], [52.18670,8.51092], [52.18775,8.51066], [52.18865,8.50843], [52.18867,8.50358], [52.18967,8.50358], [52.19091,8.49959], [52.18989,8.49817], [52.19149,8.49534], [52.19075,8.49341], [52.19217,8.49350], [52.19299,8.48899], [52.19454,8.47672], [52.19586,8.46596], [52.19670,8.46579], [52.19907,8.45995], [52.19978,8.45583], [52.20070,8.45678], [52.20285,8.45223], [52.20577,8.45352], [52.21022,8.44931], [52.21169,8.44532], [52.21374,8.44253], [52.21637,8.44558], [52.21713,8.45034], [52.22162,8.45255], [52.22501,8.45280], [52.22820,8.46014], [52.22940,8.46225], [52.23521,8.45890], [52.23711,8.46066], [52.24249,8.45984], [52.24425,8.46452], [52.24682,8.46778], [52.24746,8.46873], [52.25163,8.46619], [52.25169,8.46315], [52.25676,8.46375], [52.25812,8.45967], [52.26787,8.46671], [52.27225,8.46379], [52.27663,8.46319], [52.28530,8.46062], [52.29018,8.46032], [52.29338,8.45877], [52.29690,8.46126], [52.29858,8.46199], [52.30026,8.46096], [52.30173,8.45813], [52.30409,8.45899], [52.30459,8.46122], [52.30380,8.46521], [52.30766,8.46731], [52.31315,8.46984], [52.31294,8.47138], [52.31546,8.47203], [52.31630,8.46688], [52.31751,8.46108], [52.32005,8.46091], [52.32191,8.46065], [52.32511,8.45950], [52.32978,8.45435], [52.33584,8.45130], [52.34032,8.45079], [52.35059,8.44526], [52.35080,8.44629], [52.35437,8.44371], [52.35531,8.44217], [52.35660,8.44247], [52.35665,8.44097], [52.35770,8.44127], [52.35898,8.44320], [52.36157,8.44221], [52.36194,8.43620], [52.36640,8.43303], [52.36645,8.42959], [52.37755,8.40112], [52.38164,8.39816], [52.38410,8.39396], [52.38326,8.39237], [52.38507,8.38954], [52.38693,8.38100], [52.39138,8.35869], [52.39843,8.34350], [52.40070,8.32367], [52.40706,8.31239], [52.40924,8.32419], [52.41039,8.32389], [52.41115,8.32252], [52.41117,8.32007], [52.41259,8.31651], [52.41505,8.31698], [52.41798,8.32218], [52.42668,8.32226], [52.42793,8.31754], [52.42997,8.31900], [52.43238,8.31166], [52.43814,8.30982], [52.43788,8.30909], [52.43432,8.30771], [52.43400,8.30458], [52.44376,8.30625], [52.44392,8.30870], [52.44567,8.30754], [52.44586,8.30501], [52.45485,8.29715], [52.45634,8.29737], [52.45875,8.30312], [52.45582,8.30651], [52.45773,8.30973], [52.45433,8.31505], [52.45226,8.32028], [52.45185,8.32354], [52.45247,8.32694], [52.45342,8.33191], [52.45446,8.33157], [52.45305,8.33638], [52.45344,8.33814], [52.45216,8.34599], [52.45030,8.35157], [52.44766,8.35294], [52.44293,8.36133], [52.44265,8.36429], [52.44259,8.36712], [52.44521,8.36815], [52.44414,8.36987], [52.44497,8.37133], [52.44398,8.37476], [52.44469,8.37729], [52.44469,8.38617], [52.44775,8.38678], [52.44848,8.39098], [52.44877,8.39347], [52.44963,8.39484], [52.44953,8.39888], [52.45049,8.39836], [52.45062,8.40085], [52.44968,8.40265], [52.44953,8.40553], [52.44722,8.40695], [52.44675,8.41227], [52.44414,8.41815], [52.44490,8.41823], [52.44599,8.41828], [52.44678,8.41634], [52.44890,8.41793], [52.44968,8.42003], [52.45136,8.42514], [52.44861,8.42759], [52.44745,8.42988], [52.44798,8.43087], [52.44905,8.43207], [52.45180,8.43808], [52.45522,8.44374], [52.45635,8.44619], [52.45723,8.44713], [52.45676,8.44786], [52.45703,8.44971], [52.45948,8.45009], [52.46069,8.45215], [52.46069,8.45473], [52.47322,8.45840], [52.47322,8.45951], [52.47586,8.45900], [52.48106,8.45908], [52.49083,8.46041], [52.49159,8.45947], [52.49880,8.47287], [52.49851,8.47424], [52.49684,8.48218], [52.49908,8.48548], [52.50248,8.48780], [52.51449,8.50874], [52.50935,8.51604], [52.49880,8.55775], [52.50042,8.55883], [52.53115,8.65218], [52.52393,8.66255], [52.52265,8.66508], [52.52014,8.66684], [52.51722,8.67113], [52.51774,8.67684], [52.51732,8.67731], [52.51735,8.67972], [52.51865,8.68384], [52.51831,8.68946], [52.51466,8.68427], [52.51327,8.68409], [52.51184,8.68564], [52.51181,8.68710], [52.51071,8.68903], [52.51066,8.69087], [52.51006,8.69427], [52.50875,8.69813], [52.50713,8.69757], [52.50619,8.69894], [52.50330,8.70173], [52.50160,8.69851], [52.50008,8.70276], [52.48751,8.69830], [52.48738,8.69710], [52.48485,8.69993], [52.47677,8.70916], [52.47403,8.70821], [52.47147,8.70950], [52.46518,8.71103], [52.46055,8.71030], [52.45801,8.70631], [52.45556,8.70468], [52.44896,8.70447], [52.44358,8.70301], [52.43708,8.70653], [52.43507,8.71236], [52.43148,8.71756], [52.42868,8.71824], [52.42617,8.71674], [52.42530,8.71704], [52.42423,8.70983], [52.42277,8.70751], [52.42075,8.70618], [52.41944,8.70601], [52.41812,8.70447], [52.41650,8.70524], [52.41611,8.70576], [52.41294,8.70473], [52.41163,8.70623], [52.41147,8.70709], [52.40946,8.70842], [52.40948,8.70957], [52.40770,8.71073], [52.40605,8.71078], [52.39925,8.70786], [52.39531,8.70541], [52.39151,8.71515], [52.39518,8.71683], [52.39536,8.71786], [52.40057,8.72490], [52.39801,8.72914], [52.39699,8.73241], [52.39468,8.73562], [52.39225,8.73678], [52.39047,8.73867], [52.38984,8.74150], [52.38785,8.74665], [52.39866,8.78764], [52.38931,8.85371], [52.39285,8.85641], [52.39285,8.85873], [52.39442,8.86289], [52.39450,8.86469], [52.39549,8.86645], [52.39476,8.86808], [52.39240,8.86641], [52.39301,8.87135], [52.39374,8.87195], [52.39390,8.87851], [52.39500,8.87727], [52.39510,8.88195], [52.39445,8.88302], [52.39625,8.88388], [52.39602,8.88946], [52.39997,8.88963], [52.40010,8.89250], [52.40246,8.89272], [52.40351,8.89122], [52.40570,8.89259], [52.40589,8.89576], [52.40136,8.89744], [52.40154,8.90418], [52.40442,8.90336], [52.40264,8.92130], [52.40152,8.92396], [52.40104,8.93100], [52.40112,8.93508], [52.40178,8.93718], [52.40259,8.93714], [52.40450,8.93512], [52.40963,8.94696], [52.41516,8.94904], [52.41503,8.94719], [52.41414,8.94174], [52.41537,8.93977], [52.41624,8.94749], [52.41519,8.94865], [52.41676,8.95543], [52.41723,8.95792], [52.41812,8.95788], [52.41906,8.96251], [52.42244,8.96393], [52.42469,8.96324], [52.42652,8.96659], [52.42621,8.96788], [52.42655,8.97247], [52.42723,8.97281], [52.42815,8.97637], [52.42684,8.97830], [52.43244,8.98753], [52.43314,8.98646], [52.43296,8.98474], [52.43406,8.98281], [52.43678,8.98320], [52.43628,8.97993], [52.43801,8.98006], [52.43976,8.98418], [52.44340,8.98826], [52.44544,8.98843], [52.44643,8.98590], [52.44730,8.98573], [52.45057,8.97921], [52.45177,8.98693], [52.45138,8.98989], [52.45010,8.99311], [52.45266,8.99178], [52.45454,8.99611], [52.45418,8.99684], [52.45538,8.99792], [52.45697,8.99903], [52.45690,9.00101], [52.45747,9.00611], [52.45724,9.01255], [52.45797,9.01358], [52.45980,9.01354], [52.46001,9.01714], [52.46385,9.01770], [52.46869,9.01714], [52.46986,9.02186], [52.47065,9.02221], [52.47582,9.02259], [52.47914,9.02577], [52.48105,9.03066], [52.48082,9.03603], [52.47985,9.03903], [52.48257,9.04401], [52.48343,9.04319], [52.48437,9.04547], [52.48526,9.04499], [52.48510,9.04444], [52.48628,9.04298], [52.48659,9.04375], [52.48772,9.04319], [52.48915,9.04688], [52.48913,9.04418], [52.49247,9.04723], [52.49378,9.04632], [52.49511,9.04714], [52.49587,9.04967], [52.49932,9.05208], [52.50005,9.05336], [52.49864,9.05903], [52.49699,9.06298], [52.49673,9.06362], [52.49699,9.06461], [52.49637,9.06628], [52.49673,9.06710], [52.49762,9.06881], [52.49840,9.07130], [52.49835,9.07456], [52.49616,9.08117], [52.49590,9.09001], [52.49725,9.09469], [52.49775,9.09589], [52.48495,9.11217], [52.48349,9.13431], [52.47648,9.13637], [52.47606,9.12161], [52.46759,9.12453], [52.45776,9.10204], [52.44249,9.09277], [52.43537,9.10874], [52.42878,9.10925], [52.42773,9.10307], [52.42093,9.11080], [52.42061,9.11698], [52.42218,9.12247], [52.41349,9.12504], [52.40501,9.12264], [52.39789,9.11749], [52.39841,9.11165], [52.39517,9.11114], [52.38972,9.10067], [52.38668,9.09517], [52.38092,9.09569], [52.37935,9.09741], [52.37233,9.09723], [52.36750,9.08865], [52.35755,9.08453], [52.35419,9.07578], [52.34863,9.07097], [52.34727,9.05758], [52.34087,9.05844], [52.34192,9.04041], [52.34675,9.02617], [52.34035,9.02359], [52.33699,9.02462], [52.33227,9.01999], [52.33259,9.01123], [52.33070,9.00814], [52.32654,9.00740], [52.32707,8.99847], [52.31846,8.99624], [52.31458,8.98732], [52.30965,8.98783], [52.30692,8.99024], [52.29852,8.98818], [52.29527,8.98371], [52.28865,8.98835], [52.28361,8.98131], [52.27941,8.96277], [52.27426,8.96706], [52.27248,8.97101], [52.27458,8.97753], [52.27101,8.97496], [52.26628,8.97015], [52.26344,8.97135], [52.26155,8.97633], [52.26040,8.98388], [52.25945,8.99401], [52.25704,8.99847], [52.25725,9.00431], [52.25294,9.00620], [52.24999,9.02817], [52.24947,9.03435], [52.24400,9.04602], [52.24117,9.04808], [52.23665,9.05701], [52.23339,9.07469], [52.23023,9.07418], [52.22613,9.06456], [52.22287,9.05924], [52.22024,9.05100], [52.22140,9.04723], [52.22361,9.04757], [52.22618,9.04139], [52.22440,9.03624], [52.21840,9.03547], [52.21467,9.04208], [52.21120,9.04474], [52.20946,9.04534], [52.20683,9.04551], [52.20594,9.04311], [52.20347,9.04268], [52.20147,9.04414], [52.19984,9.04465], [52.19505,9.04843], [52.19023,9.04276], [52.18681,9.04371], [52.18350,9.04517], [52.18347,9.04251], [52.18408,9.03877], [52.18366,9.02701], [52.18445,9.02697], [52.18345,9.02221], [52.18584,9.01843], [52.18887,9.01800], [52.19023,9.02006], [52.19152,9.02006], [52.19247,9.01916], [52.19542,9.01362], [52.19121,9.01053], [52.19005,9.00869], [52.18984,9.00650], [52.19034,9.00221], [52.19176,8.99856], [52.19529,8.99570], [52.19618,8.99386], [52.19631,8.99184], [52.19623,8.98961], [52.19500,8.98609], [52.19442,8.98592], [52.19179,8.99364], [52.18960,8.99261], [52.18731,8.99394], [52.18576,8.99673], [52.18700,8.99849], [52.18763,9.00098], [52.18568,9.00055], [52.18524,9.00137], [52.18445,9.00081], [52.18297,9.00154], [52.18110,9.00540], [52.18076,9.00815], [52.17818,9.00764], [52.17786,9.01047], [52.17463,9.00974], [52.17481,9.01069], [52.17273,9.01094], [52.17242,9.01489], [52.17147,9.01592], [52.17194,9.01897], [52.17192,9.02150], [52.16863,9.02150], [52.17047,9.01708], [52.16773,9.01528], [52.16647,9.01403], [52.16144,9.01219], [52.15944,9.01378], [52.15849,9.01331], [52.15652,9.01343], [52.15610,9.01438], [52.15612,9.01695], [52.15378,9.01730], [52.14756,9.01743], [52.13961,9.01137], [52.13640,9.01077], [52.13513,9.01167], [52.13237,9.01798], [52.13447,9.02236], [52.13582,9.02648], [52.13706,9.02897], [52.13763,9.03283], [52.13985,9.03639], [52.13961,9.03850], [52.13842,9.03966], [52.13908,9.04275], [52.14008,9.04468], [52.14124,9.04420], [52.14267,9.04386], [52.14430,9.04665], [52.14382,9.04699], [52.14438,9.04931], [52.14493,9.05214], [52.14601,9.05506], [52.14814,9.05317], [52.14806,9.05974], [52.14756,9.06000], [52.14717,9.06296], [52.14872,9.06352], [52.14959,9.06734], [52.14925,9.07043], [52.14862,9.06940], [52.14799,9.07017], [52.14614,9.07047], [52.14482,9.07017], [52.14482,9.07124], [52.14385,9.07107], [52.14373,9.07166], [52.14265,9.07093], [52.14156,9.06999], [52.14145,9.06934], [52.14005,9.06698], [52.14045,9.07151], [52.14035,9.07312], [52.14107,9.08035], [52.14031,9.08091], [52.14010,9.08153], [52.13886,9.08175], [52.13820,9.08224], [52.13815,9.08359], [52.13749,9.08462], [52.13662,9.08636], [52.13634,9.08554], [52.13600,9.08591], [52.13562,9.08722], [52.13488,9.08784], [52.13538,9.08951], [52.13562,9.09067], [52.13552,9.09189], [52.13506,9.09380], [52.13586,9.09419], [52.13596,9.09612], [52.13670,9.09548], [52.13704,9.09599], [52.13704,9.09724], [52.13646,9.09842], [52.13479,9.10033], [52.13415,9.10063], [52.13294,9.10089], [52.13286,9.10605], [52.13225,9.10692], [52.13361,9.11019], [52.13497,9.11278], [52.13514,9.11231], [52.13642,9.11360], [52.13743,9.11392], [52.13727,9.11596], [52.13772,9.11579], [52.13819,9.11634], [52.13821,9.11735], [52.13807,9.11950], [52.13806,9.12156], [52.13839,9.12287], [52.13825,9.12484], [52.13834,9.12660], [52.13860,9.12791], [52.13977,9.12958], [52.13952,9.13006], [52.13692,9.12703], [52.13540,9.12873], [52.13537,9.13057], [52.13520,9.13152], [52.13545,9.13255], [52.13531,9.13660], [52.13530,9.13868], [52.13549,9.13982], [52.13466,9.13993], [52.13526,9.14145], [52.13505,9.14317], [52.13485,9.14471], [52.13404,9.14527], [52.13282,9.14733], [52.13096,9.14911], [52.12918,9.15111], [52.12880,9.15184], [52.12901,9.15295], [52.12870,9.15360], [52.12781,9.15387], [52.12654,9.15520], [52.12527,9.15645], [52.12460,9.15664], [52.12382,9.15576], [52.12252,9.15572], [52.12123,9.15829], [52.11991,9.15902], [52.11850,9.15881], [52.11817,9.15791], [52.11688,9.15756], [52.11601,9.15656], [52.11436,9.15566], [52.11381,9.15353], [52.11390,9.15267], [52.11310,9.15036], [52.11319,9.14860], [52.11348,9.14714], [52.11302,9.14596], [52.11237,9.14621], [52.11156,9.14467], [52.11066,9.14471], [52.10958,9.14654], [52.10897,9.14649], [52.10801,9.14024], [52.10736,9.13859], [52.10648,9.13717], [52.10606,9.13539], [52.10045,9.13580], [52.09806,9.13295], [52.09679,9.13256], [52.09405,9.13434], [52.09468,9.13595], [52.09469,9.13666], [52.09530,9.13700], [52.09538,9.13775], [52.09637,9.13883], [52.09862,9.14368], [52.09926,9.14415], [52.09951,9.14619], [52.09937,9.14756], [52.09898,9.14872], [52.09795,9.15016], [52.09781,9.15157], [52.09759,9.15500], [52.09190,9.15361], [52.09062,9.15721], [52.09079,9.15960], [52.09055,9.16069], [52.09046,9.16170], [52.08945,9.16475], [52.08906,9.16704], [52.08851,9.16934], [52.08727,9.17284], [52.08566,9.17672], [52.08399,9.17676], [52.08289,9.17768], [52.08264,9.17852], [52.08095,9.17979], [52.08085,9.18095], [52.08057,9.18178], [52.07875,9.18303], [52.07630,9.18485], [52.07518,9.18640], [52.07423,9.18738], [52.07259,9.18762], [52.07195,9.18826], [52.07163,9.19054], [52.07068,9.19092], [52.07030,9.19146], [52.07044,9.19262], [52.06964,9.19378], [52.06914,9.19210], [52.06980,9.19118], [52.06970,9.18940], [52.06900,9.18689], [52.06899,9.18543], [52.06796,9.18092], [52.06737,9.18153], [52.06266,9.17942], [52.06172,9.17783], [52.06050,9.17453], [52.05923,9.17372], [52.05552,9.17463], [52.05367,9.17488], [52.05120,9.17400], [52.04749,9.17175], [52.04590,9.17432], [52.04438,9.17538], [52.04310,9.17591], [52.04219,9.17568], [52.04123,9.17703], [52.04054,9.17347], [52.03502,9.17621], [52.03484,9.17555], [52.03362,9.17662], [52.03383,9.17842], [52.03117,9.17928], [52.02975,9.18102], [52.02713,9.18731], [52.02608,9.18902], [52.02234,9.18950], [52.02023,9.19016], [52.01526,9.19426], [52.01551,9.19527], [52.01270,9.19655], [52.01238,9.19600], [52.01197,9.19471], [52.01012,9.18956], [52.00907,9.18773], [52.00763,9.18554], [52.00650,9.18657], [52.00243,9.17882], [52.00093,9.18187], [51.99946,9.18507], [51.99929,9.18704], [51.99949,9.19054], [51.99909,9.19189], [51.99823,9.19303], [51.99654,9.19676], [51.99619,9.19517], [51.99533,9.19421], [51.99438,9.19157], [51.99362,9.18758], [51.99188,9.18462], [51.99056,9.18350], [51.98706,9.18329], [51.98577,9.18260], [51.98445,9.18108], [51.98404,9.17936], [51.98334,9.17434], [51.98051,9.17601], [51.98005,9.17844], [51.97921,9.18090], [51.97769,9.18369], [51.97673,9.18447], [51.97556,9.18438], [51.97313,9.18769], [51.97239,9.18803], [51.97084,9.18801], [51.96891,9.18824], [51.96741,9.18676], [51.96583,9.18573], [51.96468,9.18715], [51.96472,9.19073], [51.96435,9.19193], [51.96396,9.19423], [51.96343,9.19535], [51.96341,9.19638], [51.96283,9.19856], [51.96320,9.19974], [51.96385,9.20086], [51.96495,9.20133], [51.96458,9.20163], [51.96278,9.20112], [51.96263,9.20337], [51.96294,9.20365], [51.96253,9.20665], [51.96212,9.20665], [51.96151,9.20773], [51.96035,9.20779], [51.95969,9.20919], [51.95991,9.21084], [51.96072,9.21146], [51.96394,9.20972], [51.96402,9.21101], [51.96561,9.21000], [51.96624,9.21037], [51.96702,9.20942], [51.96745,9.21144], [51.96753,9.21258], [51.96885,9.21419], [51.96936,9.21369], [51.97083,9.21361], [51.97076,9.21468], [51.96961,9.21706], [51.97016,9.21728], [51.97128,9.21631], [51.97174,9.21689], [51.97388,9.21706], [51.97344,9.21730], [51.97385,9.21882], [51.97360,9.21895], [51.97278,9.22481], [51.97400,9.22914], [51.97449,9.22895], [51.97498,9.23017], [51.97496,9.23124], [51.97514,9.23266], [51.97558,9.23386], [51.97603,9.23564], [51.97667,9.23798], [51.97675,9.24024], [51.97629,9.24090], [51.97558,9.24039], [51.97442,9.24088], [51.97564,9.24890], [51.97613,9.25547], [51.97635,9.25624], [51.97662,9.25784], [51.97715,9.25833], [51.97737,9.25741], [51.97745,9.25908], [51.97642,9.26033], [51.97728,9.26078], [51.97668,9.26273], [51.97606,9.26198], [51.97594,9.26365], [51.97655,9.26460], [51.97586,9.26689], [51.97530,9.26726], [51.97516,9.26775], [51.97345,9.26711], [51.97244,9.26556], [51.97093,9.26683], [51.97040,9.26629], [51.97006,9.26657], [51.97408,9.27389], [51.97251,9.27520], [51.97050,9.27741], [51.96956,9.27483], [51.96914,9.27419], [51.96844,9.27361], [51.96764,9.27393], [51.96652,9.27457], [51.96582,9.27743], [51.96508,9.27843], [51.96307,9.27893], [51.96192,9.27801], [51.96115,9.27850], [51.96073,9.28026], [51.96082,9.28105], [51.96041,9.28189], [51.96005,9.28425], [51.95973,9.28451], [51.95878,9.28440], [51.95787,9.28468], [51.95696,9.28582], [51.95671,9.28519], [51.95661,9.28449], [51.95787,9.28019], [51.95608,9.27912], [51.95561,9.27292], [51.95483,9.27026], [51.95411,9.27009], [51.95410,9.27060], [51.95328,9.27082], [51.95241,9.27178], [51.95209,9.27251], [51.94976,9.27155], [51.94844,9.26917], [51.94709,9.26835], [51.94784,9.26535], [51.94849,9.26412], [51.94654,9.26301], [51.94617,9.26350], [51.94419,9.27174], [51.94376,9.27721], [51.94261,9.27732], [51.94017,9.27861], [51.94031,9.27354], [51.93913,9.27362], [51.93812,9.27441], [51.93696,9.27490], [51.93627,9.27460], [51.93518,9.27351], [51.93450,9.27261], [51.93315,9.27205], [51.93225,9.27222], [51.93184,9.27274], [51.92965,9.27422], [51.92812,9.27638], [51.92541,9.27902], [51.92631,9.28095], [51.92670,9.28076], [51.92739,9.28188], [51.92678,9.28246], [51.92649,9.28308], [51.92375,9.28555], [51.92343,9.28507], [51.92257,9.28512], [51.92103,9.28670], [51.92099,9.28722], [51.92150,9.28849], [51.92285,9.28924], [51.92223,9.29108], [51.92145,9.29248], [51.91969,9.29424], [51.92014,9.29544], [51.91989,9.29709], [51.92066,9.30067], [51.92167,9.30155], [51.92252,9.30318], [51.92283,9.30436], [51.92283,9.30700], [51.92283,9.31003], [51.92239,9.31331], [51.92197,9.31531], [51.92019,9.31756], [51.91827,9.31850], [51.91785,9.32093], [51.91703,9.32284], [51.91684,9.32851], [51.91703,9.32969], [51.91687,9.33215], [51.91422,9.33275], [51.91378,9.33361], [51.91251,9.33484], [51.91103,9.33621], [51.90767,9.34098], [51.90699,9.34085], [51.90494,9.34178], [51.90331,9.34120], [51.89884,9.34208], [51.89558,9.34542], [51.89465,9.34602], [51.89367,9.34578], [51.89297,9.34490], [51.89240,9.34499], [51.89094,9.34557], [51.88937,9.34552], [51.88893,9.34431], [51.88705,9.34240], [51.88527,9.34234], [51.88007,9.34421], [51.87976,9.34292], [51.87977,9.34187], [51.87876,9.33996], [51.87757,9.33945], [51.87585,9.33966], [51.87509,9.34015], [51.87413,9.33964], [51.87197,9.33908], [51.87155,9.33931], [51.86869,9.33882], [51.86743,9.33822], [51.86641,9.33846], [51.86485,9.33831], [51.86241,9.33745], [51.86076,9.33736], [51.85852,9.33605], [51.85788,9.33573], [51.85651,9.33558], [51.85572,9.33466], [51.85492,9.33232], [51.85485,9.33015], [51.85526,9.32352], [51.85489,9.32279], [51.85438,9.32511], [51.85402,9.33346], [51.85382,9.33472], [51.85713,9.34326], [51.85980,9.34650], [51.86255,9.35288], [51.86304,9.35740], [51.86406,9.35940], [51.86462,9.36369], [51.86474,9.36586], [51.86409,9.36890], [51.86324,9.37516], [51.86155,9.37784], [51.86098,9.38003], [51.86103,9.38171], [51.86143,9.38291], [51.86139,9.38576], [51.86030,9.39288], [51.85952,9.39374], [51.85798,9.39775], [51.85695,9.40105], [51.85601,9.40270], [51.85544,9.40521], [51.85574,9.40815], [51.85652,9.41156], [51.85652,9.41360], [51.85614,9.41736], [51.85576,9.42435], [51.85618,9.42553], [51.85674,9.43211], [51.85607,9.43765], [51.85966,9.44366], [51.85950,9.44649], [51.85970,9.44889], [51.85922,9.45097], [51.86060,9.45310], [51.86102,9.45640], [51.86273,9.45823], [51.86284,9.45934], [51.85923,9.46142], [51.85571,9.46123], [51.85057,9.45398], [51.84809,9.44617], [51.84428,9.43977], [51.84187,9.43364], [51.84037,9.43276], [51.83858,9.43314], [51.83661,9.43570], [51.83248,9.44077], [51.82942,9.44270], [51.82657,9.44255], [51.82877,9.44105], [51.82977,9.43878], [51.82674,9.43876], [51.82498,9.44062], [51.82035,9.43562], [51.81823,9.43157], [51.81707,9.43133], [51.81557,9.42949], [51.81409,9.42775], [51.81219,9.42783], [51.81087,9.42719], [51.81047,9.42979], [51.81007,9.43058], [51.80861,9.43026], [51.80492,9.43088], [51.80508,9.43283], [51.80484,9.43573], [51.80423,9.43567], [51.80363,9.43957], [51.79956,9.43702], [51.79709,9.43537], [51.79634,9.43790], [51.79632,9.43942], [51.79598,9.44004], [51.79616,9.44148], [51.79594,9.44309], [51.79535,9.44500], [51.79529,9.44558], [51.79450,9.44811], [51.79460,9.44893], [51.79371,9.44833], [51.78791,9.43698], [51.78706,9.43736], [51.78714,9.43961], [51.78670,9.43944], [51.78508,9.43281], [51.78438,9.43073], [51.77786,9.42273], [51.77743,9.42204], [51.77835,9.42003], [51.77679,9.41702], [51.77556,9.41493], [51.77483,9.41420], [51.77370,9.41242], [51.77296,9.41253], [51.77241,9.41218], [51.77215,9.41135], [51.77019,9.41004], [51.76824,9.40937], [51.76483,9.40873], [51.76406,9.40809], [51.76324,9.40684], [51.76333,9.40613], [51.76146,9.40377], [51.76041,9.40354], [51.75936,9.40229], [51.75889,9.40010], [51.75796,9.39646], [51.75811,9.39410], [51.75876,9.39171], [51.75823,9.39040], [51.75799,9.38620], [51.75818,9.38412], [51.75270,9.38551], [51.74970,9.38412], [51.74601,9.37710], [51.74469,9.37564], [51.74261,9.37489], [51.74007,9.37639], [51.73719,9.37968], [51.73649,9.38354], [51.73313,9.39290], [51.73099,9.39451], [51.72927,9.39389], [51.72303,9.38762], [51.71940,9.38714], [51.71335,9.39109], [51.70581,9.40106], [51.70245,9.40190], [51.69842,9.40054], [51.69602,9.39734], [51.69129,9.38745], [51.68985,9.38641], [51.68751,9.38686], [51.68505,9.38928], [51.68346,9.39192], [51.68216,9.39435], [51.67738,9.39712], [51.67420,9.39750], [51.67292,9.39654], [51.67187,9.39435], [51.67044,9.38658], [51.66884,9.38260], [51.66499,9.37880], [51.66162,9.37837], [51.65732,9.37801], [51.65134,9.37471], [51.64957,9.37452], [51.64964,9.37623], [51.64913,9.37930], [51.64728,9.38067], [51.64651,9.38220], [51.64587,9.38595], [51.64587,9.38939], [51.64666,9.39305], [51.64675,9.39653], [51.64708,9.39747], [51.64706,9.40359], [51.64646,9.41245], [51.64644,9.41541], [51.64672,9.41940], [51.64751,9.42272], [51.64961,9.42405], [51.64969,9.42528], [51.64955,9.42650], [51.64979,9.42854], [51.65045,9.42974], [51.65121,9.43360], [51.65126,9.43480], [51.65109,9.43607], [51.65134,9.43755], [51.65025,9.44050], [51.65025,9.44082], [51.64815,9.44898], [51.64816,9.44981], [51.64885,9.45034], [51.64885,9.45063], [51.64780,9.45044], [51.64738,9.45109], [51.64640,9.45061], [51.64696,9.45265], [51.64729,9.45366], [51.64808,9.45493], [51.65036,9.45746], [51.65250,9.46157], [51.65333,9.46278], [51.65307,9.46317], [51.65393,9.46474], [51.65325,9.46595], [51.65515,9.47401], [51.65784,9.49079], [51.65762,9.49461], [51.65675,9.49646], [51.65499,9.49796], [51.65243,9.49834], [51.64950,9.49740], [51.64636,9.49470], [51.64274,9.49251], [51.63756,9.49093], [51.63428,9.49213], [51.63167,9.49526], [51.62965,9.49913], [51.62736,9.50646], [51.62616,9.51161], [51.62584,9.52097], [51.62850,9.52938], [51.63210,9.53423], [51.63681,9.53826], [51.63980,9.54114], [51.64012,9.54303], [51.64028,9.54483], [51.63990,9.54856], [51.63809,9.55419], [51.63641,9.55659], [51.63391,9.55783], [51.63205,9.55801], [51.63081,9.56047], [51.63053,9.56024], [51.63015,9.55901], [51.62881,9.55889], [51.62800,9.55983], [51.62834,9.56135], [51.62801,9.56189], [51.62713,9.56356], [51.62613,9.56678], [51.62545,9.56730], [51.62580,9.56813], [51.62540,9.56899], [51.62463,9.56951], [51.62437,9.57030], [51.62487,9.57331], [51.62553,9.57397], [51.62585,9.57665], [51.62654,9.57738], [51.62672,9.57871], [51.62706,9.58004], [51.62689,9.58101], [51.62640,9.58202], [51.62573,9.58378], [51.62609,9.58820], [51.62656,9.58948], [51.62716,9.58976], [51.62734,9.59081], [51.62738,9.59302], [51.62634,9.59545], [51.62702,9.59607], [51.62649,9.59691], [51.62737,9.59762], [51.62784,9.59596], [51.62833,9.59506], [51.62812,9.59365], [51.62816,9.59202], [51.62898,9.59127], [51.62906,9.59234], [51.62868,9.59554], [51.62832,9.59800], [51.62849,9.60114], [51.62880,9.60290], [51.62857,9.60502], [51.62895,9.60854], [51.62976,9.61062], [51.63185,9.61292], [51.63397,9.61397], [51.63365,9.61478], [51.63372,9.61573], [51.63305,9.61601], [51.63416,9.61856], [51.63498,9.62111], [51.63549,9.62214], [51.63673,9.62577], [51.63508,9.62882], [51.63410,9.63154], [51.63067,9.62663], [51.62955,9.62633], [51.62811,9.62667], [51.62724,9.62794], [51.62593,9.63152], [51.62555,9.63075], [51.62471,9.63232], [51.62366,9.63704], [51.62166,9.63579], [51.62016,9.63603], [51.61716,9.63571], [51.61496,9.63577], [51.61441,9.63614], [51.61324,9.63624], [51.61280,9.63586], [51.60875,9.63769], [51.60839,9.63866], [51.60783,9.63889], [51.60706,9.64172], [51.60694,9.64608], [51.60653,9.64782], [51.60622,9.64917], [51.60389,9.65220], [51.59885,9.65603], [51.59267,9.66133], [51.59182,9.66506], [51.59145,9.66755], [51.59161,9.66862], [51.58927,9.67051], [51.58930,9.67144], [51.58685,9.67227], [51.58723,9.67596], [51.58711,9.67731], [51.58655,9.67727], [51.58626,9.67796], [51.58642,9.67925], [51.58738,9.68070], [51.58518,9.68238], [51.58179,9.68455], [51.58187,9.68532], [51.58023,9.68785], [51.57803,9.68918], [51.57630,9.69068], [51.57474,9.68830], [51.57365,9.68798], [51.57169,9.68751], [51.57026,9.68669], [51.56979,9.68628], [51.56851,9.68587], [51.56648,9.68381], [51.56655,9.68229], [51.56711,9.68051], [51.56823,9.67268], [51.57065,9.66754], [51.57159,9.66360], [51.57293,9.66014], [51.57535,9.65733], [51.57692,9.65384], [51.57876,9.65092], [51.58003,9.64968], [51.57996,9.64852], [51.57938,9.64723], [51.58032,9.64728], [51.58019,9.64502], [51.58139,9.64447], [51.58175,9.64550], [51.58242,9.64552], [51.58242,9.64061], [51.58439,9.63516], [51.58466,9.63370], [51.58383,9.62992], [51.58195,9.62645], [51.58001,9.62539], [51.57815,9.62557], [51.57593,9.62509], [51.57350,9.62509], [51.56897,9.62693], [51.56489,9.62997], [51.55880,9.63613], [51.55874,9.63802], [51.55920,9.63963], [51.55942,9.64467], [51.55349,9.64725], [51.55115,9.64875], [51.55032,9.64743], [51.55007,9.64327], [51.55064,9.63612], [51.55028,9.63400], [51.55046,9.63284], [51.54928,9.63005], [51.54879,9.62879], [51.54959,9.62827], [51.54842,9.62497], [51.54924,9.62312], [51.54884,9.62241], [51.55027,9.62149], [51.55209,9.62098], [51.55498,9.61765], [51.55467,9.61630], [51.55506,9.61516], [51.55581,9.61327], [51.55563,9.61280], [51.55772,9.61126], [51.55761,9.60939], [51.54911,9.61299], [51.54693,9.61542], [51.54464,9.62011], [51.54299,9.62209], [51.53852,9.62116], [51.53483,9.62130], [51.52717,9.61639], [51.52327,9.61068], [51.52126,9.60605], [51.52134,9.60109], [51.52385,9.59590], [51.52379,9.59017], [51.52143,9.58650], [51.51793,9.58474], [51.51518,9.58635], [51.51123,9.59313], [51.50765,9.59803], [51.49958,9.60501], [51.49582,9.60584], [51.49155,9.60911], [51.48121,9.61878], [51.47580,9.62691], [51.47416,9.63888], [51.47063,9.64358], [51.46713,9.64472], [51.46559,9.64293], [51.46131,9.63351], [51.45854,9.62989], [51.45591,9.62881], [51.45377,9.62924], [51.45319,9.63040], [51.45297,9.63115], [51.45241,9.62929], [51.45228,9.62862], [51.44775,9.62804], [51.44428,9.62740], [51.44215,9.62892], [51.43945,9.62997], [51.43707,9.63055], [51.43487,9.63409], [51.43326,9.63357], [51.43203,9.63387], [51.42993,9.63516], [51.42988,9.63415], [51.42936,9.63404], [51.42921,9.63471], [51.42804,9.63518], [51.42824,9.63557], [51.42643,9.63612], [51.42409,9.63803], [51.42195,9.63960], [51.42070,9.64196], [51.41946,9.64260], [51.41841,9.64430], [51.41808,9.64424], [51.41724,9.64278], [51.41689,9.64286], [51.41593,9.64190], [51.41477,9.64012], [51.41439,9.63763], [51.41303,9.63623], [51.41226,9.63505], [51.41152,9.63301], [51.41170,9.63121], [51.41063,9.62977], [51.40856,9.62859], [51.40708,9.62904], [51.40607,9.63050], [51.40464,9.63168], [51.40391,9.63155], [51.40440,9.62707], [51.40429,9.62477], [51.40432,9.62252], [51.40503,9.62044], [51.40531,9.61720], [51.40595,9.61244], [51.40579,9.61029], [51.40495,9.60866], [51.40432,9.60568], [51.39969,9.59900], [51.39803,9.59362], [51.39803,9.59104], [51.40045,9.58950], [51.40243,9.58997], [51.40304,9.58898], [51.40308,9.58587], [51.40246,9.57935], [51.40163,9.57724], [51.39672,9.57630], [51.39249,9.57415], [51.39011,9.56973], [51.38886,9.56513], [51.38384,9.55986], [51.38057,9.55808], [51.37711,9.55877], [51.37497,9.56064], [51.37446,9.56203], [51.37372,9.57010], [51.37218,9.57581], [51.37175,9.57654], [51.36984,9.57650], [51.36598,9.57105], [51.36378,9.57017], [51.36242,9.56731], [51.36139,9.56356], [51.36094,9.55682], [51.36235,9.54961], [51.36168,9.55027], [51.35912,9.54851], [51.35743,9.55276], [51.35328,9.55679], [51.34761,9.55924], [51.34194,9.56647], [51.33995,9.56812], [51.34012,9.57035], [51.34015,9.57338], [51.34048,9.57449], [51.34060,9.57713], [51.34141,9.57941], [51.34210,9.58065], [51.34204,9.58170], [51.34142,9.58174], [51.34000,9.58310], [51.33886,9.58335], [51.33824,9.58430], [51.33796,9.58623], [51.33633,9.58906], [51.33595,9.59082], [51.33599,9.59179], [51.33453,9.59477], [51.33332,9.59509], [51.33143,9.59640], [51.32883,9.60000], [51.32870,9.60124], [51.32753,9.60186], [51.32756,9.60607], [51.32634,9.60583], [51.32651,9.60457], [51.32461,9.60379], [51.32407,9.60667], [51.32442,9.60787], [51.32521,9.60854], [51.32557,9.60942], [51.32557,9.61021], [51.32634,9.61079], [51.32797,9.61499], [51.32808,9.61798], [51.32817,9.62094], [51.32701,9.62512], [51.32707,9.62956], [51.32715,9.63098], [51.32609,9.63343], [51.32438,9.63583], [51.32242,9.63909], [51.32180,9.63838], [51.32280,9.63658], [51.32357,9.63606], [51.32486,9.63441], [51.32497,9.63321], [51.32088,9.62950], [51.31189,9.62826], [51.31175,9.63453], [51.31291,9.63494], [51.31709,9.63560], [51.31697,9.63638], [51.31614,9.63816], [51.31519,9.63921], [51.31657,9.64002], [51.31614,9.64090], [51.31709,9.64127], [51.31917,9.64077], [51.31975,9.64099], [51.32014,9.64039], [51.32044,9.64095], [51.31948,9.64185], [51.31920,9.64273], [51.31846,9.64489], [51.31585,9.64813], [51.31477,9.65229], [51.31488,9.65392], [51.31441,9.65386], [51.31420,9.65446], [51.31379,9.65437], [51.31198,9.65735], [51.31264,9.65757], [51.31182,9.65946], [51.31146,9.66182], [51.31135,9.66563], [51.31161,9.66688], [51.31212,9.66714], [51.31213,9.66795], [51.31257,9.66827], [51.31322,9.66780], [51.31340,9.66729], [51.31373,9.66722], [51.31402,9.66600], [51.31469,9.66628], [51.31485,9.66746], [51.31552,9.66789], [51.31583,9.66752], [51.31696,9.66857], [51.31749,9.66941], [51.31693,9.67119], [51.31605,9.67344], [51.31567,9.67493], [51.31442,9.67649], [51.31299,9.67763], [51.31122,9.67788], [51.31028,9.67851], [51.30982,9.67921], [51.30894,9.68136], [51.30875,9.68385], [51.30971,9.68400], [51.30954,9.68574], [51.30985,9.68675], [51.30969,9.68696], [51.30864,9.68548], [51.30804,9.68587], [51.30784,9.68640], [51.30824,9.68748], [51.30843,9.68876], [51.30875,9.68887], [51.30861,9.69067], [51.30832,9.69192], [51.30789,9.69209], [51.30723,9.69374], [51.30691,9.69533], [51.30639,9.69567], [51.30509,9.69711], [51.30411,9.69938], [51.30393,9.70110], [51.30416,9.70217], [51.30383,9.70398], [51.30399,9.70466], [51.30362,9.70670], [51.30299,9.70887], [51.30212,9.71069], [51.30165,9.71226], [51.29932,9.71672], [51.29824,9.71945], [51.29769,9.71857], [51.29749,9.71919], [51.29867,9.72116], [51.29829,9.72198], [51.29849,9.72389], [51.29889,9.72404], [51.29871,9.72432], [51.29806,9.72434], [51.29784,9.72754], [51.29718,9.72979], [51.29612,9.73056], [51.29500,9.73189], [51.29541,9.73320], [51.29578,9.73466], [51.29737,9.73865], [51.29816,9.74043], [51.29952,9.74434], [51.30035,9.74728], [51.30179,9.75056], [51.30561,9.76114], [51.30628,9.76659], [51.30667,9.76803], [51.30809,9.76874], [51.31813,9.77099], [51.31798,9.77240], [51.31990,9.77193], [51.32096,9.77297], [51.32199,9.77314], [51.32321,9.77393], [51.32516,9.77511], [51.32604,9.77481], [51.32639,9.77417], [51.32540,9.77267], [51.32441,9.77190], [51.32528,9.77057], [51.32560,9.77084], [51.32639,9.77269], [51.32713,9.77181], [51.32873,9.77359], [51.32940,9.77260], [51.32938,9.77228], [51.32780,9.77003], [51.32702,9.76917], [51.32564,9.76518], [51.32439,9.76365], [51.32423,9.76335], [51.32538,9.76447], [51.32647,9.76625], [51.32712,9.76773], [51.33036,9.77091], [51.33306,9.77209], [51.33605,9.77254], [51.33692,9.77213], [51.33777,9.77101], [51.33708,9.76807], [51.33753,9.76318], [51.33430,9.76365], [51.33363,9.76404], [51.33304,9.76591], [51.33281,9.76767], [51.33257,9.76812], [51.33096,9.76491], [51.32970,9.76098], [51.32904,9.75976], [51.32857,9.75622], [51.32674,9.75521], [51.32580,9.75367], [51.32415,9.75105], [51.32221,9.74914], [51.32123,9.74758], [51.31999,9.74646], [51.31903,9.74513], [51.31888,9.74191], [51.31951,9.73790], [51.32146,9.73616], [51.32300,9.73629], [51.32408,9.73610], [51.32568,9.73620], [51.32781,9.73715], [51.32912,9.73683], [51.33049,9.73547], [51.33177,9.73359], [51.33428,9.73132], [51.33601,9.72905], [51.33638,9.72742], [51.33767,9.72647], [51.33953,9.72716], [51.34086,9.72703], [51.34206,9.72489], [51.34566,9.72176], [51.34669,9.72110], [51.34849,9.72071], [51.34967,9.71841], [51.35046,9.71642], [51.35195,9.71444], [51.35519,9.71288], [51.35605,9.71148], [51.35641,9.70732], [51.35739,9.70562], [51.35806,9.70438], [51.35902,9.70384], [51.36017,9.70253], [51.36087,9.70202], [51.36297,9.70249], [51.36441,9.70211], [51.36534,9.70378], [51.36614,9.70734], [51.36640,9.70957], [51.36737,9.71444], [51.36852,9.71801], [51.37046,9.72294], [51.37077,9.72562], [51.36964,9.72848], [51.36827,9.73179], [51.36819,9.73379], [51.36912,9.73853], [51.36999,9.74029], [51.37100,9.74344], [51.37296,9.74538], [51.37325,9.74827], [51.37332,9.74935], [51.37407,9.75076], [51.37450,9.75233], [51.37649,9.75329], [51.37924,9.75529], [51.38146,9.75615], [51.38244,9.75716], [51.38319,9.75837], [51.38342,9.75959], [51.38333,9.76007], [51.38355,9.76161], [51.38418,9.76303], [51.38435,9.76393], [51.38583,9.76416], [51.38675,9.77052], [51.38755,9.77073], [51.38782,9.77116], [51.38718,9.77178], [51.38714,9.77260], [51.38735,9.77369], [51.38733,9.77498], [51.38753,9.77588], [51.38852,9.77674], [51.38885,9.77764], [51.38873,9.77848], [51.38893,9.77959], [51.38956,9.78079], [51.39008,9.78820], [51.39016,9.79004], [51.39038,9.79023], [51.38824,9.79556], [51.38834,9.79594], [51.38670,9.79785], [51.38585,9.79923], [51.38676,9.80084], [51.38818,9.80152], [51.38952,9.80212], [51.38988,9.80154], [51.39348,9.79957], [51.39572,9.80139], [51.39652,9.80144], [51.39944,9.80013], [51.40103,9.79862], [51.40078,9.79802], [51.40012,9.79712], [51.39967,9.79605], [51.40009,9.79536], [51.39991,9.79412], [51.40092,9.79285], [51.40241,9.79253], [51.40515,9.79399], [51.40535,9.79336], [51.40705,9.79420], [51.40819,9.79611], [51.40906,9.79997], [51.40980,9.80109], [51.41013,9.80246], [51.41001,9.80514], [51.40991,9.80624], [51.41007,9.80806], [51.41051,9.80924], [51.41061,9.81190], [51.41029,9.81240], [51.41013,9.81426], [51.41032,9.81656], [51.40985,9.81956], [51.40950,9.82229], [51.40965,9.82407], [51.40879,9.82407], [51.40764,9.82523], [51.40750,9.82673], [51.40511,9.82800], [51.40530,9.82926], [51.40407,9.82920], [51.40405,9.83079], [51.40547,9.83079], [51.40637,9.83169], [51.40558,9.83179], [51.40526,9.83139], [51.40421,9.83143], [51.40425,9.83291], [51.40348,9.83441], [51.40249,9.83297], [51.40205,9.83403], [51.40279,9.83611], [51.40364,9.83729], [51.40341,9.83787], [51.40290,9.83742], [51.40258,9.83761], [51.40289,9.83868], [51.40196,9.83911], [51.40258,9.84072], [51.40101,9.84014], [51.40093,9.83988], [51.39814,9.84014], [51.39645,9.84109], [51.39542,9.84115], [51.39345,9.83941], [51.39121,9.83950], [51.38984,9.84008], [51.38848,9.84149], [51.38797,9.84154], [51.38698,9.84091], [51.38367,9.83988], [51.37388,9.85012], [51.37337,9.85123], [51.37249,9.85276], [51.37231,9.85398], [51.37247,9.85555], [51.37221,9.85791], [51.37168,9.85971], [51.37184,9.86231], [51.37164,9.86460], [51.37199,9.86649], [51.37281,9.86831], [51.37355,9.86810], [51.37434,9.86853], [51.37510,9.86791], [51.37515,9.86651], [51.37930,9.85947], [51.37981,9.85990], [51.38129,9.86023], [51.38529,9.85597], [51.38629,9.85617], [51.39207,9.85930], [51.39293,9.85939], [51.39396,9.86029], [51.39443,9.86139], [51.39458,9.85991], [51.39451,9.85789], [51.39783,9.85504], [51.39872,9.85341], [51.39961,9.85278], [51.40119,9.85070], [51.40190,9.85186], [51.40368,9.85107], [51.40367,9.85180], [51.40504,9.85296], [51.40679,9.85353], [51.40924,9.85401], [51.41108,9.85328], [51.41109,9.85283], [51.41213,9.85227], [51.41209,9.85165], [51.41438,9.85088], [51.41470,9.85339], [51.41440,9.85603], [51.41351,9.85596], [51.41296,9.85624], [51.41319,9.85702], [51.41424,9.85882], [51.41397,9.85970], [51.41413,9.86159], [51.41411,9.86311], [51.41480,9.86532], [51.41250,9.86560], [51.41387,9.86856], [51.41240,9.87032], [51.41082,9.87311], [51.40986,9.87354], [51.40757,9.87607], [51.40690,9.87721], [51.40355,9.87841], [51.40418,9.88021], [51.40524,9.88197], [51.40558,9.88206], [51.40673,9.88118], [51.40761,9.88161], [51.40820,9.88298], [51.40929,9.88337], [51.40979,9.88468], [51.41057,9.88438], [51.41290,9.88281], [51.41329,9.88453], [51.41484,9.88317], [51.41525,9.89011], [51.41660,9.89483], [51.41722,9.89858], [51.41623,9.89925], [51.41751,9.90088], [51.41924,9.90216], [51.41983,9.90349], [51.42094,9.90540], [51.41776,9.90714], [51.41698,9.90553], [51.41553,9.90607], [51.41282,9.90875], [51.41217,9.91028], [51.41094,9.91372], [51.41026,9.91378], [51.40999,9.91099], [51.40963,9.90876], [51.40813,9.90835], [51.40699,9.90932], [51.40473,9.91322], [51.40442,9.91344], [51.40311,9.91373], [51.40330,9.91555], [51.40175,9.91510], [51.40104,9.91587], [51.40128,9.91759], [51.40113,9.91967], [51.40011,9.92175], [51.39740,9.92495], [51.39551,9.92666], [51.39208,9.92761], [51.39239,9.93070], [51.38611,9.93043], [51.38283,9.93150], [51.38169,9.93189], [51.38118,9.93062], [51.38046,9.93030], [51.37899,9.93068], [51.37820,9.92731], [51.37661,9.92555], [51.37516,9.92849], [51.37614,9.93375], [51.37658,9.93394], [51.37673,9.93549], [51.37757,9.93989], [51.37843,9.94253], [51.38189,9.94770], [51.38812,9.95283], [51.39102,9.95658], [51.39228,9.96207], [51.39520,9.96636], [51.39549,9.96593], [51.39595,9.96726], [51.39585,9.96797], [51.39666,9.97070], [51.39659,9.97175], [51.39715,9.97340], [51.39735,9.97745], [51.39830,9.98127], [51.39811,9.98786], [51.40186,9.98992], [51.40250,9.99168], [51.40304,9.99310], [51.40402,9.99458], [51.40368,9.99814], [51.40355,10.00052], [51.40523,10.00177], [51.40760,10.00097], [51.40837,10.00612], [51.41119,10.00801], [51.41301,10.00773], [51.41773,10.00975], [51.41919,10.00936], [51.42006,10.00893], [51.42069,10.00956], [51.42081,10.01091], [51.42046,10.01352], [51.42000,10.01516], [51.41977,10.01739], [51.41895,10.01717], [51.41903,10.02106], [51.41874,10.02421], [51.41914,10.02458], [51.41898,10.02601], [51.41909,10.02758], [51.42032,10.03166], [51.42069,10.03451], [51.42033,10.03655], [51.41977,10.03769], [51.42182,10.04045], [51.42330,10.04275], [51.42472,10.04183], [51.42568,10.04153], [51.42754,10.04322], [51.42826,10.04513], [51.42907,10.04820], [51.42919,10.05074], [51.43158,10.05226], [51.43300,10.05065], [51.43275,10.04904], [51.43424,10.04812], [51.43522,10.04986], [51.43610,10.04636], [51.43634,10.04642], [51.43539,10.04958], [51.43529,10.05095], [51.43482,10.05147], [51.43507,10.05460], [51.43546,10.05629], [51.43493,10.05928], [51.43327,10.05977], [51.43212,10.06136], [51.42943,10.05947], [51.42726,10.05990], [51.42657,10.06112], [51.42602,10.06488], [51.42438,10.06561], [51.41962,10.06434], [51.41848,10.06784], [51.41826,10.07241], [51.41941,10.07528], [51.42235,10.07745], [51.42484,10.07970], [51.42821,10.07943], [51.42995,10.07911], [51.43347,10.07935], [51.43471,10.08032], [51.43510,10.08761], [51.43554,10.09126], [51.43417,10.09660], [51.43361,10.09752], [51.43341,10.10010], [51.43384,10.10463], [51.43321,10.10433], [51.43234,10.10832], [51.43143,10.10980], [51.43050,10.11025], [51.43100,10.11445], [51.43051,10.11469], [51.43013,10.11709], [51.43151,10.11911], [51.43286,10.11978], [51.43284,10.12051], [51.43432,10.12145], [51.43405,10.12501], [51.43438,10.12671], [51.43490,10.12735], [51.43360,10.13048], [51.43550,10.13205], [51.43519,10.13284], [51.43412,10.13216], [51.43403,10.13278], [51.43426,10.13329], [51.43216,10.13628], [51.43177,10.13589], [51.43011,10.13885], [51.42889,10.14377], [51.42927,10.14666], [51.42994,10.15241], [51.43146,10.15507], [51.43418,10.14937], [51.43427,10.14814], [51.43543,10.14525], [51.43636,10.14385], [51.43700,10.14128], [51.43820,10.14091], [51.43950,10.13994], [51.43990,10.14269], [51.44093,10.14215], [51.44260,10.14029], [51.44454,10.14276], [51.44607,10.14840], [51.44585,10.15097], [51.44719,10.15207], [51.44559,10.15275], [51.44365,10.15527], [51.44369,10.15593], [51.44536,10.15765], [51.44593,10.15698], [51.44631,10.15741], [51.44675,10.15887], [51.44615,10.16074], [51.44440,10.16778], [51.44634,10.17454], [51.44882,10.17497], [51.45282,10.17786], [51.45326,10.17807], [51.45431,10.17921], [51.45546,10.17966], [51.45615,10.17756], [51.45661,10.17784], [51.45779,10.17743], [51.45803,10.17868], [51.45873,10.18011], [51.45958,10.18095], [51.46096,10.18211], [51.46181,10.18464], [51.46210,10.18653], [51.46532,10.18602], [51.46548,10.18353], [51.46590,10.18233], [51.46741,10.17889], [51.46835,10.17827], [51.47002,10.17819], [51.47237,10.18415], [51.47701,10.18692], [51.47809,10.18834], [51.47877,10.19081], [51.47931,10.18980], [51.48067,10.18997], [51.48071,10.19179], [51.48158,10.19437], [51.48417,10.19827], [51.48641,10.20196], [51.48723,10.20563], [51.48529,10.20750], [51.48501,10.20729], [51.48364,10.20960], [51.48248,10.21081], [51.48195,10.21156], [51.48153,10.21108], [51.47994,10.21445], [51.47857,10.21278], [51.47803,10.21484], [51.47886,10.21615], [51.47861,10.21656], [51.47735,10.21437], [51.47699,10.21651], [51.47444,10.21587], [51.47286,10.21504], [51.47051,10.21577], [51.46977,10.21699], [51.47132,10.22085], [51.47184,10.22141], [51.47071,10.22435], [51.47345,10.22549], [51.47253,10.22733], [51.47108,10.22982], [51.47064,10.23351], [51.47118,10.23548], [51.47314,10.23424], [51.47531,10.23752], [51.47738,10.23797], [51.47802,10.24173], [51.47865,10.24392], [51.47986,10.24349], [51.48004,10.24420], [51.48207,10.24482], [51.48379,10.24484], [51.48388,10.24744], [51.48351,10.24948], [51.48378,10.25239], [51.48453,10.25250], [51.48483,10.25626], [51.48529,10.25787], [51.48509,10.25872], [51.48582,10.26203], [51.48577,10.26293], [51.48735,10.26544], [51.48812,10.27267], [51.48880,10.27407], [51.49058,10.27209], [51.49133,10.27379], [51.49129,10.27735], [51.49224,10.27783], [51.49308,10.28216], [51.49374,10.28263], [51.49446,10.28456], [51.49406,10.28815], [51.49281,10.29031], [51.49268,10.29293], [51.49323,10.29602], [51.49372,10.29594], [51.49384,10.29727], [51.49371,10.29995], [51.49479,10.30111], [51.49535,10.30117], [51.49585,10.30156], [51.49764,10.30059], [51.49864,10.29924], [51.50537,10.30012], [51.50866,10.30257], [51.50940,10.30480], [51.51496,10.30856], [51.51481,10.31049], [51.51557,10.31287], [51.51532,10.31546], [51.51381,10.31802], [51.51448,10.31905], [51.51491,10.32091], [51.51744,10.33048], [51.51842,10.33609], [51.51874,10.33935], [51.51914,10.34192], [51.52009,10.34302], [51.52158,10.34327], [51.52309,10.34435], [51.52464,10.34430], [51.52601,10.34321], [51.52690,10.34370], [51.52919,10.34838], [51.53003,10.34806], [51.53158,10.34826], [51.53208,10.34805], [51.53449,10.35202], [51.53536,10.35303], [51.53667,10.35622], [51.53747,10.35944], [51.53795,10.36079], [51.54015,10.36163], [51.54091,10.36292], [51.54093,10.36412], [51.54208,10.36668], [51.54306,10.36816], [51.54472,10.36874], [51.54624,10.36861], [51.54651,10.36670], [51.54870,10.36762], [51.55059,10.36949], [51.55201,10.37149], [51.55361,10.37249], [51.55419,10.37200], [51.55453,10.36943], [51.55607,10.36446], [51.55692,10.36609], [51.55711,10.36880], [51.55847,10.37399], [51.56111,10.37661], [51.56226,10.37811], [51.56460,10.37914], [51.56668,10.37914], [51.56909,10.37918], [51.57125,10.37747], [51.57141,10.37837], [51.57459,10.37907], [51.57615,10.37780], [51.57741,10.37752], [51.57821,10.37858], [51.57952,10.37881], [51.57961,10.37808], [51.58104,10.37675], [51.58213,10.37722], [51.58316,10.37680], [51.58412,10.37356], [51.58604,10.37150], [51.58705,10.36935], [51.58791,10.37153], [51.58815,10.37415], [51.58886,10.37670], [51.58880,10.37775], [51.58754,10.38395], [51.58674,10.38544], [51.58630,10.38835], [51.58628,10.39011], [51.58756,10.39522], [51.58767,10.39741], [51.58668,10.40391], [51.58677,10.40749], [51.58761,10.41013], [51.58831,10.41189], [51.58873,10.41594], [51.58963,10.41940], [51.59073,10.42135], [51.59217,10.42609], [51.59263,10.42974], [51.59231,10.43231], [51.59055,10.43794], [51.59003,10.44047], [51.59017,10.44225], [51.58977,10.44294], [51.58969,10.44435], [51.58854,10.44675], [51.58673,10.44688], [51.58621,10.44896], [51.58462,10.45017], [51.58362,10.45223], [51.58342,10.45493], [51.58361,10.45609], [51.58430,10.45703], [51.58361,10.45999], [51.58313,10.45995], [51.58311,10.46130], [51.58202,10.46268], [51.58202,10.46353], [51.58267,10.46495], [51.58333,10.46703], [51.58289,10.46776], [51.58199,10.46806], [51.58182,10.46896], [51.58179,10.47117], [51.58163,10.47313], [51.58062,10.47587], [51.57977,10.47686], [51.57869,10.48004], [51.57703,10.48499], [51.57553,10.48727], [51.57482,10.48806], [51.57446,10.49012], [51.57269,10.49547], [51.56706,10.50097], [51.56216,10.50333], [51.56291,10.50496], [51.56322,10.50601], [51.56215,10.50700], [51.56143,10.50781], [51.55830,10.50940], [51.55650,10.50941], [51.55574,10.51091], [51.55536,10.51314], [51.55361,10.51896], [51.55517,10.52261], [51.55524,10.52394], [51.55533,10.52548], [51.55615,10.52857], [51.55664,10.53074], [51.55882,10.53314], [51.55920,10.53417], [51.55744,10.53928], [51.55547,10.54511], [51.55670,10.55910], [51.55881,10.56410], [51.55966,10.56622], [51.56096,10.56740], [51.56327,10.57022], [51.56264,10.57670], [51.56581,10.57743], [51.56552,10.57999], [51.56597,10.58381], [51.56532,10.58576], [51.56704,10.58619], [51.56768,10.58653], [51.56895,10.58619], [51.56879,10.58853], [51.56941,10.58883], [51.56880,10.59054], [51.56998,10.59140], [51.57007,10.59104], [51.57056,10.59108], [51.57195,10.59239], [51.57480,10.59271], [51.57629,10.59670], [51.57801,10.59827], [51.57870,10.60050], [51.57926,10.60129], [51.57923,10.60281], [51.57955,10.60417], [51.57938,10.60829], [51.57914,10.61063], [51.57937,10.61193], [51.57777,10.61460], [51.57677,10.61856], [51.57579,10.62140], [51.57502,10.62070], [51.57391,10.62308], [51.57325,10.62548], [51.57158,10.62743], [51.56997,10.62542], [51.56922,10.62544], [51.56772,10.62638], [51.56730,10.62932], [51.56627,10.63181], [51.56499,10.63374], [51.56343,10.63397], [51.56321,10.63665], [51.56209,10.63612], [51.56217,10.64004], [51.56257,10.63987], [51.56301,10.64178], [51.56282,10.64565], [51.55963,10.64468], [51.55948,10.64601], [51.55867,10.64590], [51.55830,10.64919], [51.55783,10.65152], [51.56013,10.65268], [51.55891,10.65429], [51.55826,10.65642], [51.55834,10.65697], [51.56005,10.65891], [51.56016,10.65835], [51.56125,10.65898], [51.56066,10.66046], [51.56160,10.66084], [51.56233,10.66073], [51.56230,10.65998], [51.56405,10.65985], [51.56396,10.65895], [51.56679,10.65829], [51.56940,10.66050], [51.57127,10.66258], [51.57215,10.66260], [51.57310,10.66438], [51.57455,10.66584], [51.57614,10.66607], [51.57675,10.66547], [51.57731,10.66631], [51.57818,10.66620], [51.57855,10.66376], [51.57944,10.66444], [51.57956,10.66343], [51.58046,10.66290], [51.58112,10.65760], [51.58142,10.65756], [51.58192,10.65142], [51.58271,10.64856], [51.58322,10.64771], [51.58394,10.64423], [51.58472,10.64394], [51.58452,10.64193], [51.58411,10.64113], [51.58422,10.63884], [51.58486,10.63828], [51.58902,10.63864], [51.59091,10.63815], [51.59242,10.63652], [51.59342,10.63652], [51.59406,10.63446], [51.59578,10.63382], [51.59680,10.63425], [51.59697,10.63330], [51.59825,10.63294], [51.60025,10.63386], [51.60141,10.63397], [51.60267,10.63161], [51.60385,10.63206], [51.60492,10.63435], [51.60540,10.63525], [51.60592,10.63523], [51.60665,10.63504], [51.60705,10.63317], [51.60797,10.63397], [51.60800,10.63551], [51.60772,10.63667], [51.60733,10.63955], [51.60721,10.64083], [51.60765,10.64257], [51.60791,10.64540], [51.60655,10.64776], [51.60657,10.64920], [51.60736,10.64830], [51.60853,10.64817], [51.61089,10.64500], [51.61143,10.64446], [51.61210,10.64319], [51.61346,10.64304], [51.61446,10.64178], [51.61516,10.63993], [51.61683,10.63897], [51.61779,10.64019], [51.61907,10.63935], [51.61938,10.63856], [51.62003,10.63916], [51.62122,10.63963], [51.62236,10.64150], [51.62246,10.64367], [51.62228,10.64626], [51.62266,10.64766], [51.62323,10.65071], [51.62330,10.65231], [51.62400,10.65540], [51.62434,10.65714], [51.62609,10.65963], [51.62733,10.66540], [51.62805,10.66660], [51.62870,10.67092], [51.62936,10.67321], [51.62820,10.67840], [51.62837,10.68154], [51.62894,10.68298], [51.63001,10.68152], [51.63046,10.67886], [51.63114,10.67735], [51.63281,10.67688], [51.63338,10.67581], [51.63498,10.67622], [51.63575,10.67542], [51.63668,10.67576], [51.63835,10.67709], [51.63839,10.67891], [51.63808,10.68102], [51.63807,10.68312], [51.63884,10.68677], [51.63951,10.68773], [51.63975,10.69035], [51.63996,10.69378], [51.63943,10.69708], [51.63963,10.69914], [51.64057,10.70116], [51.64083,10.70168], [51.64108,10.70141], [51.64168,10.69834], [51.64224,10.69442], [51.64514,10.69178], [51.64597,10.69006], [51.64748,10.68901], [51.64855,10.68924], [51.65093,10.68703], [51.65226,10.68648], [51.65427,10.68403], [51.65523,10.68369], [51.66004,10.68171], [51.66062,10.68169], [51.66150,10.68055], [51.66400,10.67583], [51.66527,10.67446], [51.66593,10.67210], [51.66672,10.67126], [51.66802,10.66959], [51.66854,10.66877], [51.67022,10.66802], [51.67196,10.66834], [51.67357,10.66748], [51.67643,10.66735], [51.67782,10.66651], [51.67886,10.66634], [51.68034,10.66565], [51.68168,10.66576], [51.68339,10.66443], [51.68421,10.66486], [51.68438,10.66660], [51.68478,10.66731], [51.68520,10.66729], [51.68594,10.66643], [51.68679,10.66671], [51.68758,10.66565], [51.68799,10.66546], [51.68883,10.66465], [51.68993,10.66538], [51.69056,10.66514], [51.69110,10.66342], [51.69137,10.66351], [51.69275,10.66572], [51.69355,10.66619], [51.69530,10.66666], [51.69673,10.66840], [51.69764,10.67149], [51.69775,10.67295], [51.69927,10.67250], [51.70094,10.67095], [51.70208,10.66993], [51.70344,10.66952], [51.70586,10.66943], [51.70653,10.66834], [51.70758,10.66844], [51.70832,10.66771], [51.70994,10.66888], [51.71033,10.66744], [51.71113,10.66665], [51.71224,10.66454], [51.71319,10.66409], [51.71405,10.66304], [51.71422,10.66190], [51.71486,10.66216], [51.71581,10.66038], [51.71643,10.66027], [51.71662,10.65899], [51.71731,10.65851], [51.71833,10.65647], [51.71856,10.65564], [51.71784,10.65499], [51.71839,10.65356], [51.71832,10.65173], [51.71881,10.65049], [51.72025,10.64879], [51.72069,10.64757], [51.72167,10.64740], [51.72291,10.64654], [51.72450,10.64405], [51.72521,10.64214], [51.72751,10.64203], [51.72865,10.64302], [51.72941,10.64319], [51.73125,10.64239], [51.73287,10.64014], [51.73443,10.63731], [51.73524,10.63551], [51.73783,10.63368], [51.74005,10.63169], [51.74160,10.63136], [51.74346,10.63179], [51.74631,10.63112], [51.74891,10.63140], [51.75069,10.63132], [51.75253,10.63087], [51.75392,10.62949], [51.75720,10.62870], [51.75822,10.62664], [51.75969,10.62192], [51.75975,10.62020], [51.76147,10.61295], [51.76190,10.60797], [51.76300,10.60449], [51.76494,10.60087], [51.76620,10.59763], [51.76746,10.59164], [51.76869,10.58977], [51.76997,10.58932], [51.77254,10.58851], [51.77317,10.58728], [51.77461,10.58582], [51.77852,10.58361], [51.78172,10.57919], [51.78213,10.58022], [51.78467,10.58386], [51.78756,10.58628], [51.79043,10.58512], [51.79340,10.58521], [51.79552,10.58503], [51.79697,10.58510], [51.79945,10.58463], [51.80033,10.58381], [51.80199,10.58137], [51.80360,10.58025], [51.80561,10.57890], [51.80742,10.57763], [51.80827,10.57744], [51.80953,10.57585], [51.80967,10.57499], [51.81118,10.57390], [51.81247,10.57634], [51.81377,10.57647], [51.81553,10.57819], [51.81718,10.57798], [51.81858,10.57701], [51.82044,10.57770], [51.82093,10.57900], [51.82234,10.57813], [51.82484,10.57858], [51.82564,10.57767], [51.83331,10.58337], [51.83587,10.58910], [51.84074,10.58300], [51.84188,10.57805], [51.84295,10.57642], [51.84355,10.57657], [51.84532,10.57897], [51.84604,10.57893], [51.84751,10.57865], [51.84865,10.57940], [51.84929,10.58107], [51.85067,10.58152], [51.85170,10.58292], [51.85267,10.58401], [51.85301,10.58573], [51.85239,10.58843], [51.85314,10.59103], [51.85349,10.59159], [51.85318,10.59433], [51.85373,10.59597], [51.85404,10.59871], [51.85430,10.59921], [51.85355,10.60142], [51.85467,10.60272], [51.85550,10.60382], [51.85660,10.60382], [51.85742,10.60478], [51.85867,10.60493], [51.85913,10.60468], [51.86185,10.60601], [51.86381,10.61146], [51.86666,10.61228], [51.86671,10.61500], [51.86751,10.61623], [51.86980,10.61603], [51.86945,10.61792], [51.87001,10.61990], [51.87031,10.62296], [51.87116,10.62395], [51.87141,10.63028], [51.87359,10.63440], [51.87642,10.63594], [51.88008,10.64017], [51.88220,10.64090], [51.88290,10.64378], [51.88475,10.64410], [51.88945,10.65014], [51.89224,10.65070], [51.89380,10.64963], [51.89522,10.65021], [51.89696,10.64997], [51.89938,10.65076], [51.90309,10.65029], [51.90498,10.64975], [51.90861,10.64791], [51.90946,10.64538], [51.91028,10.64560], [51.91152,10.64435], [51.91324,10.64100], [51.91541,10.63804], [51.91634,10.63113], [51.91904,10.61834], [51.92049,10.61328], [51.92828,10.61628], [51.92883,10.61714], [51.93084,10.61650], [51.93142,10.61847], [51.93399,10.61787], [51.93484,10.61654], [51.93619,10.61392], [51.93841,10.61319], [51.93986,10.61680], [51.94277,10.61783], [51.94333,10.62028], [51.94336,10.62135], [51.94550,10.62216], [51.94767,10.62276], [51.94910,10.62517], [51.94920,10.63311], [51.95058,10.63470], [51.95312,10.64375], [51.95351,10.64783], [51.95650,10.65135], [51.95767,10.65126], [51.95809,10.64946], [51.95989,10.64800], [51.96134,10.64457], [51.96296,10.64178], [51.96103,10.63864], [51.96105,10.63796], [51.95941,10.63530], [51.96010,10.63405], [51.95827,10.62740], [51.95880,10.62641], [51.95817,10.62006], [51.96261,10.61916], [51.96473,10.62023], [51.96719,10.61998], [51.96719,10.61461], [51.96898,10.61461], [51.96890,10.60629], [51.97274,10.60710], [51.97583,10.60659], [51.97773,10.60603], [51.97644,10.59856], [51.97501,10.59526], [51.97491,10.58732], [51.97557,10.58517], [51.98048,10.58727], [51.99268,10.57560], [52.00398,10.56118], [52.00522,10.56645], [52.00622,10.57096], [52.00590,10.57302], [52.00762,10.57156], [52.00993,10.57144], [52.01078,10.57547], [52.01054,10.57882], [52.01054,10.58191], [52.01115,10.59015], [52.01408,10.59075], [52.01416,10.59650], [52.01342,10.59718], [52.00943,10.59598], [52.00956,10.60006], [52.00719,10.60002], [52.00711,10.60139], [52.00869,10.60826], [52.01012,10.61199], [52.01036,10.61366], [52.00882,10.61465], [52.00940,10.61864], [52.00832,10.62096], [52.00824,10.62727], [52.00843,10.62765], [52.01109,10.62319], [52.01215,10.62615], [52.01152,10.62761], [52.01308,10.63422], [52.01495,10.63834], [52.01529,10.63946], [52.01746,10.63877], [52.02105,10.64177], [52.02264,10.64182], [52.02235,10.64774], [52.02364,10.64984], [52.02449,10.65534], [52.02837,10.65714], [52.03326,10.65456], [52.03305,10.65181], [52.03659,10.65027], [52.04163,10.64830], [52.04258,10.65722], [52.04435,10.66340], [52.04324,10.66559], [52.04643,10.67902], [52.04883,10.69443], [52.04990,10.70464], [52.04948,10.71649], [52.04956,10.72236], [52.04766,10.73571], [52.04792,10.74125], [52.04835,10.74472], [52.04790,10.75974], [52.04615,10.76219], [52.04647,10.76301], [52.04724,10.76313], [52.04885,10.76992], [52.04956,10.77644], [52.04956,10.78695], [52.04869,10.79000], [52.04782,10.79884], [52.04734,10.80326], [52.04734,10.81223], [52.04811,10.81918], [52.04724,10.82691], [52.04808,10.83386], [52.04953,10.83982], [52.04940,10.84952], [52.05228,10.86172], [52.05682,10.87155], [52.05832,10.87760], [52.05851,10.88271], [52.05814,10.88790], [52.05840,10.89086], [52.05798,10.89640], [52.05779,10.90395], [52.05806,10.91362], [52.05782,10.91697], [52.05859,10.93289], [52.05906,10.93603], [52.05801,10.95070], [52.05714,10.96353], [52.05592,10.96495], [52.06286,10.96710], [52.06864,10.97040], [52.07397,10.97388], [52.07685,10.97182], [52.08107,10.97220], [52.08143,10.97139], [52.08676,10.97074], [52.08842,10.96701], [52.08848,10.96242], [52.08787,10.95911], [52.08990,10.95545], [52.09122,10.95077], [52.09243,10.94545], [52.09351,10.94391], [52.09552,10.94013], [52.09633,10.94223], [52.09955,10.94447], [52.10295,10.94253], [52.10511,10.95343], [52.10606,10.95949], [52.10648,10.96790], [52.10540,10.97472], [52.10545,10.97712], [52.10717,10.97901], [52.11231,10.99049], [52.11545,10.99989], [52.11677,11.00169], [52.11745,11.00478], [52.11877,11.00667], [52.11901,11.00881], [52.12061,11.01053], [52.12069,11.01225], [52.12154,11.01250], [52.12241,11.01199], [52.12459,11.01448], [52.12644,11.01551], [52.12804,11.01741], [52.12818,11.02114], [52.12899,11.02277], [52.12897,11.02530], [52.12836,11.02616], [52.12868,11.02685], [52.13092,11.02831], [52.13395,11.03788], [52.13345,11.04466], [52.13576,11.04633], [52.13805,11.04668], [52.14008,11.04676], [52.14322,11.04500], [52.14909,11.05217], [52.15161,11.05825], [52.15274,11.05808], [52.15345,11.06087], [52.15582,11.05885], [52.16051,11.05521], [52.16169,11.05791], [52.16338,11.05984], [52.16543,11.06130], [52.16870,11.06156], [52.17059,11.05988], [52.17254,11.06087], [52.17294,11.05297], [52.17188,11.04349], [52.17222,11.04044], [52.17186,11.03568], [52.17557,11.02688], [52.17838,11.01992], [52.18194,11.01434], [52.18786,11.01211], [52.19583,11.01447], [52.19948,11.01361], [52.20322,11.02237], [52.20477,11.02155], [52.20493,11.02378], [52.20664,11.02361], [52.20845,11.02906], [52.20972,11.02627], [52.21206,11.03151], [52.21124,11.03301], [52.21190,11.03563], [52.21127,11.03717], [52.21442,11.04485], [52.21639,11.04554], [52.21881,11.06107], [52.21976,11.07484], [52.22341,11.07750], [52.22878,11.08673], [52.23127,11.08337], [52.23225,11.08329], [52.23579,11.07930], [52.23645,11.08033], [52.23808,11.07912], [52.23953,11.07895], [52.23971,11.07762], [52.24344,11.07329], [52.24152,11.06930], [52.24063,11.05908], [52.24265,11.05998], [52.25356,11.05230], [52.25724,11.05629], [52.25871,11.05634], [52.26221,11.05202], [52.26465,11.05103], [52.26673,11.05357], [52.27253,11.04237], [52.27230,11.03593], [52.27035,11.02906], [52.27613,11.02537], [52.27689,11.02541], [52.27996,11.02258], [52.28322,11.01868], [52.28637,11.01468], [52.28821,11.01164], [52.29073,11.01220], [52.29669,11.02250], [52.29711,11.02563], [52.29773,11.02687], [52.29868,11.03245], [52.30199,11.03825], [52.30290,11.03666], [52.30374,11.03571], [52.30519,11.03717], [52.30645,11.03782], [52.31042,11.03627], [52.30992,11.03374], [52.31144,11.03224], [52.31212,11.03284], [52.31414,11.02915], [52.31700,11.02541], [52.31847,11.02177], [52.31955,11.02022], [52.32120,11.01996], [52.32563,11.01435], [52.32825,11.01289], [52.32854,11.00641], [52.32822,11.00087], [52.32943,11.00062], [52.33014,11.00559], [52.33677,11.00242], [52.33578,10.99585], [52.33688,10.99431], [52.33641,10.99049], [52.33562,10.99062], [52.33515,10.98778], [52.33735,10.98637], [52.33732,10.98727], [52.34154,10.98405], [52.34233,10.98667], [52.34293,10.98620], [52.34356,10.99225], [52.34168,10.99379], [52.34168,10.99637], [52.34291,11.00079], [52.34482,11.00285], [52.34354,11.00504], [52.34537,11.00705], [52.34485,11.00813], [52.34574,11.01083], [52.34605,11.01684], [52.34695,11.02302], [52.34492,11.02192], [52.34400,11.02368], [52.34500,11.02630], [52.34547,11.03020], [52.34371,11.03303], [52.34369,11.03733], [52.34542,11.03788], [52.34673,11.04102], [52.34699,11.04436], [52.34916,11.04424], [52.34882,11.05428], [52.34940,11.05518], [52.35037,11.05848], [52.35200,11.05934], [52.35708,11.06144], [52.35396,11.06363], [52.35425,11.06634], [52.35530,11.06904], [52.35598,11.06827], [52.35679,11.06951], [52.35860,11.06990], [52.36767,11.06762], [52.36974,11.06750], [52.37176,11.07436], [52.37273,11.07496], [52.37453,11.07423], [52.37466,11.06973], [52.37681,11.06908], [52.37642,11.06913], [52.37383,11.06651], [52.37485,11.06441], [52.37694,11.06561], [52.38134,11.05998], [52.38155,11.05458], [52.38538,11.05063], [52.38582,11.04930], [52.38726,11.04874], [52.38813,11.04651], [52.38936,11.03836], [52.38643,11.04127], [52.38556,11.03634], [52.38884,11.03449], [52.39088,11.02595], [52.39352,11.02166], [52.38868,11.01844], [52.38795,11.01505], [52.38954,11.01647], [52.39193,11.01939], [52.39496,11.01664], [52.39719,11.01866], [52.40300,11.01085], [52.40395,11.01046], [52.40497,11.00823], [52.40963,11.00505], [52.41387,10.99183], [52.41492,10.99509], [52.41615,10.99393], [52.41864,10.98964], [52.42063,10.98968], [52.42193,10.98711], [52.42301,10.98620], [52.42611,10.98013], [52.43106,10.97313], [52.43278,10.96541], [52.43547,10.96136], [52.44465,10.95681], [52.44575,10.95557], [52.44923,10.94892], [52.45378,10.94819], [52.46047,10.93372], [52.46487,10.93505], [52.47669,10.93471], [52.47599,10.93965], [52.47627,10.94175], [52.47941,10.94368], [52.48383,10.94179], [52.48683,10.94454], [52.49224,10.94377], [52.49564,10.94961], [52.49512,10.95055], [52.49732,10.95879], [52.49648,10.95892], [52.50110,10.97536], [52.49687,10.98167], [52.49656,10.98978], [52.49679,10.99394], [52.49622,11.00107], [52.49554,11.00677], [52.49664,11.00948], [52.51756,10.97995], [52.53405,10.96033], [52.53457,10.95848], [52.53687,10.95741], [52.54459,10.95007], [52.54754,10.94647], [52.55365,10.94192], [52.56042,10.94315], [52.56600,10.93877], [52.56699,10.93813], [52.56764,10.93736], [52.56863,10.93761], [52.57103,10.94173], [52.57304,10.94173], [52.57534,10.94010], [52.57794,10.94173], [52.57985,10.94199], [52.58186,10.94472], [52.58253,10.94803], [52.58681,10.94266], [52.58908,10.93953], [52.59020,10.94236], [52.59205,10.94700], [52.59239,10.95125], [52.59356,10.95485], [52.59508,10.95541], [52.59547,10.95777], [52.59867,10.95944], [52.59904,10.96060], [52.59985,10.95987], [52.60198,10.96549], [52.60321,10.97202], [52.60691,10.97601], [52.60972,10.97489], [52.61262,10.97678], [52.62257,10.97742], [52.62418,10.97708], [52.62458,10.97296], [52.62614,10.96897], [52.62603,10.96476], [52.62038,10.94554], [52.61512,10.94356], [52.61413,10.93798], [52.61129,10.93005], [52.60931,10.92670], [52.61001,10.92078], [52.61494,10.92593], [52.61671,10.91927], [52.61819,10.91636], [52.62270,10.91382], [52.62408,10.91327], [52.62677,10.90862], [52.62719,10.90561], [52.62883,10.90373], [52.63023,10.90433], [52.63570,10.90244], [52.63789,10.89913], [52.64021,10.89836], [52.64133,10.89875], [52.64214,10.89742], [52.64367,10.89656], [52.64612,10.89364], [52.64867,10.88875], [52.65071,10.88492], [52.65188,10.88385], [52.65318,10.88213], [52.65419,10.88205], [52.65552,10.88076], [52.65831,10.87896], [52.66195,10.87754], [52.66336,10.87844], [52.66588,10.87565], [52.66601,10.87420], [52.66965,10.87018], [52.67048,10.86864], [52.67139,10.86688], [52.67243,10.86602], [52.67446,10.86151], [52.67532,10.85932], [52.67714,10.85924], [52.67946,10.85550], [52.68123,10.85405], [52.68336,10.85181], [52.68495,10.84971], [52.68895,10.84769], [52.69349,10.84232], [52.69731,10.83722], [52.69877,10.83692], [52.70064,10.83425], [52.70408,10.83430], [52.70748,10.83739], [52.70995,10.83413], [52.71128,10.83335], [52.71607,10.83038], [52.71747,10.82866], [52.71849,10.82248], [52.71641,10.81888], [52.71581,10.80704], [52.71422,10.80416], [52.71459,10.79832], [52.71834,10.79609], [52.72814,10.79377], [52.73017,10.79343], [52.73188,10.79000], [52.73396,10.78828], [52.73816,10.79122], [52.74473,10.79062], [52.74746,10.79255], [52.75312,10.78856], [52.75450,10.77611], [52.75985,10.77607], [52.76068,10.77538], [52.76328,10.77542], [52.76925,10.76937], [52.76881,10.76804], [52.77486,10.76276], [52.77527,10.76319], [52.77725,10.76182], [52.78363,10.75586], [52.78675,10.75564], [52.79614,10.75942], [52.80270,10.76243], [52.81718,10.75758], [52.81986,10.75749], [52.82347,10.76599], [52.82757,10.76758], [52.83016,10.76505], [52.83244,10.77024], [52.83379,10.77208], [52.84068,10.76488], [52.84167,10.76483], [52.84291,10.77543], [52.84348,10.79650], [52.85022,10.80096], [52.84869,10.80869], [52.84714,10.82465], [52.84750,10.83075], [52.84727,10.83577], [52.85082,10.84074], [52.85211,10.84165], [52.85113,10.84525], [52.85139,10.84894], [52.85268,10.85250], [52.85183,10.85491], [52.85139,10.86023], [52.85300,10.85980], [52.85504,10.86383], [52.85551,10.86628], [52.85522,10.86907], [52.85247,10.87405], [52.84967,10.87426], [52.84921,10.87632], [52.84724,10.87679], [52.84667,10.88319], [52.84553,10.88490], [52.84537,10.89070], [52.84716,10.89181], [52.84796,10.89327], [52.85359,10.89585], [52.85563,10.89598], [52.85418,10.90074], [52.85457,10.90525], [52.85379,10.90812], [52.85392,10.91186], [52.85294,10.91336], [52.85260,10.91585], [52.85330,10.91864], [52.85330,10.92576], [52.85245,10.92932], [52.85317,10.93331], [52.85232,10.93692], [52.85322,10.94207], [52.85749,10.94678], [52.85998,10.95051], [52.86371,10.95446], [52.86508,10.95566], [52.86773,10.95824], [52.86954,10.95794], [52.87190,10.96407], [52.87348,10.96523], [52.87517,10.96811], [52.87856,10.96858], [52.87701,10.97394], [52.87843,10.97643], [52.87742,10.97991], [52.88048,10.98261], [52.88149,10.98587], [52.88467,10.98806], [52.88646,10.99038], [52.89022,10.99051], [52.89273,10.98875], [52.89697,10.98982], [52.89896,10.98922], [52.90362,10.99411], [52.90600,10.99266], [52.90797,10.99677], [52.91043,10.99819], [52.91115,11.00424], [52.91027,11.00956], [52.90942,11.01085], [52.90965,11.01489], [52.91133,11.02652], [52.91170,11.02986], [52.91113,11.03450], [52.91136,11.03600], [52.91304,11.03853], [52.91268,11.04218], [52.91165,11.05145], [52.90914,11.06062], [52.90914,11.06877], [52.91033,11.07199], [52.91160,11.07422], [52.91279,11.07899], [52.91248,11.08083], [52.91256,11.08624], [52.91271,11.09358], [52.91191,11.09778], [52.91010,11.09577], [52.89943,11.09319], [52.89752,11.09740], [52.89521,11.11194], [52.89666,11.11765], [52.89750,11.13788], [52.90167,11.15478], [52.90472,11.15551], [52.90609,11.15556], [52.90035,11.18603], [52.90017,11.19654], [52.89760,11.21984], [52.89232,11.21903], [52.89118,11.22435], [52.89105,11.23044], [52.88844,11.23538], [52.88427,11.23765], [52.88020,11.23753], [52.87867,11.24045], [52.87849,11.24590], [52.87934,11.24946], [52.87895,11.25526], [52.87968,11.25869], [52.87989,11.26461], [52.88022,11.26822], [52.88157,11.27101], [52.88330,11.27114], [52.88745,11.27667], [52.88763,11.28109], [52.88763,11.28560], [52.88758,11.28912], [52.88895,11.29028], [52.88750,11.29118], [52.88267,11.29492], [52.87817,11.29217], [52.87439,11.29440], [52.87812,11.31483], [52.88283,11.32745], [52.88640,11.33706], [52.88827,11.33783], [52.88822,11.34848], [52.89174,11.35938], [52.89438,11.36350], [52.89604,11.36393], [52.89723,11.36908], [52.90038,11.37637], [52.90178,11.38667], [52.90163,11.39276], [52.90411,11.40804], [52.91100,11.41800], [52.91814,11.42598], [52.91980,11.42684], [52.91902,11.43233], [52.92373,11.43911], [52.93263,11.45338], [52.93677,11.46608], [52.93884,11.46986], [52.93956,11.48290], [52.94173,11.49234], [52.94085,11.50633], [52.95968,11.49277], [52.98467,11.50247], [52.99191,11.50341], [52.99671,11.50668], [52.99971,11.50719], [53.00611,11.51277], [53.00776,11.52590], [53.00291,11.53311], [53.00038,11.53972], [52.99842,11.54504], [52.99847,11.55706], [53.00425,11.56109], [53.00487,11.55320], [53.01283,11.55929], [53.01174,11.56144], [53.01252,11.56341], [53.01690,11.56770], [53.01938,11.57285], [53.03296,11.59731], [53.03616,11.59860], [53.03533,11.58907], [53.04137,11.56221], [53.05331,11.54892], [53.04670,11.52300], [53.04841,11.50412], [53.07667,11.46052], [53.07818,11.44001], [53.07307,11.41615], [53.07148,11.39838], [53.06379,11.38164], [53.05332,11.34714], [53.05739,11.33315], [53.07550,11.31263], [53.08364,11.29555], [53.09390,11.27659], [53.10411,11.26689], [53.12136,11.26629], [53.13609,11.24783], [53.14299,11.22835], [53.14413,11.20929], [53.13517,11.19771], [53.13594,11.18449], [53.15689,11.17273], [53.15864,11.18063], [53.16168,11.18380], [53.16574,11.18990], [53.17199,11.19215], [53.17692,11.19636], [53.18125,11.19421], [53.18315,11.19172], [53.18721,11.17988], [53.18788,11.17275], [53.18587,11.16803], [53.18778,11.16022], [53.19019,11.15542], [53.19163,11.14726], [53.19235,11.13782], [53.19816,11.14580], [53.19971,11.13808], [53.20254,11.13911], [53.20261,11.13361], [53.20488,11.12666], [53.20380,11.11911], [53.20863,11.10675], [53.21130,11.10203], [53.21464,11.08992], [53.21809,11.08709], [53.22101,11.08057], [53.22441,11.07808], [53.22564,11.07439], [53.22985,11.07267], [53.23509,11.06323], [53.24485,11.05782], [53.24835,11.05490], [53.25487,11.04804], [53.25784,11.04761], [53.26103,11.04220], [53.26277,11.03928], [53.26760,11.03722], [53.27253,11.03516], [53.27910,11.02744], [53.28151,11.02126], [53.28048,11.01190], [53.28228,11.00907], [53.29259,11.00821], [53.29367,11.00281], [53.29849,11.00881], [53.30065,11.00967], [53.30311,11.00727], [53.30531,11.00238], [53.30880,11.00504], [53.31204,11.00410], [53.31573,10.99912], [53.32147,10.99921], [53.32158,10.99655], [53.32640,10.99071], [53.32522,10.98874], [53.32768,10.98384], [53.33419,10.98865], [53.33875,10.95861], [53.33398,10.95492], [53.33993,10.93587], [53.34392,10.93458], [53.34823,10.92831], [53.34920,10.91849], [53.34387,10.91548], [53.34187,10.91265], [53.34018,10.91299], [53.33782,10.90999], [53.33690,10.90355], [53.33428,10.89900], [53.33649,10.89600], [53.33690,10.89368], [53.33475,10.89231], [53.33526,10.88029], [53.33218,10.87901], [53.32993,10.88098], [53.32752,10.88699], [53.32583,10.88733], [53.32449,10.88416], [53.32193,10.88047], [53.32403,10.87780], [53.32455,10.87265], [53.32695,10.87180], [53.32706,10.86845], [53.32654,10.86579], [53.32434,10.86596], [53.32270,10.87042], [53.31978,10.86999], [53.31773,10.86931], [53.31680,10.86656], [53.31660,10.85446], [53.31491,10.84991], [53.31065,10.85017], [53.30968,10.84802], [53.30727,10.83703], [53.30645,10.83437], [53.30829,10.82948], [53.31265,10.82871], [53.31301,10.82716], [53.31316,10.82339], [53.31357,10.81541], [53.31378,10.80931], [53.31655,10.79389], [53.31973,10.78677], [53.32039,10.78342], [53.32470,10.77621], [53.32537,10.77226], [53.32977,10.77183], [53.33106,10.76746], [53.32901,10.76085], [53.33223,10.75844], [53.33510,10.76231], [53.33859,10.76462], [53.34095,10.75836], [53.33926,10.75595], [53.34120,10.75098], [53.34069,10.74926], [53.34330,10.73913], [53.35703,10.72928], [53.36943,10.70353], [53.37081,10.69477], [53.36697,10.68018], [53.36907,10.64473], [53.37065,10.62920], [53.36804,10.60834], [53.36328,10.59401], [53.35944,10.57693], [53.36569,10.56019], [53.36681,10.56124], [53.37019,10.54596], [53.37167,10.51000], [53.38908,10.45859], [53.40894,10.40101], [53.42587,10.37311], [53.42520,10.33346], [53.42761,10.32264], [53.43334,10.31071], [53.43186,10.30274], [53.42465,10.28592], [53.41943,10.26145], [53.41411,10.25176], [53.39687,10.24025], [53.39487,10.22429], [53.39967,10.19412], [53.39644,10.17978], [53.40013,10.16485], [53.40888,10.14914], [53.41967,10.14253], [53.42458,10.13035], [53.42438,10.11790], [53.42934,10.10211], [53.44018,10.09730], [53.45286,10.08142], [53.45557,10.06820], [53.46379,10.05147], [53.45632,10.04296], [53.45525,10.04562], [53.45234,10.04279], [53.44999,10.05026], [53.44595,10.04476], [53.44564,10.03592], [53.44421,10.03283], [53.44349,10.03202], [53.44564,10.02352], [53.44677,10.02335], [53.44710,10.02219], [53.44191,10.01464], [53.43932,10.02358], [53.43536,10.02877], [53.43221,10.02182], [53.43104,10.02075], [53.43035,10.01753], [53.42922,10.01851], [53.42917,10.01744], [53.42968,10.01598], [53.42896,10.01062], [53.42991,10.00933], [53.42843,10.00585], [53.42485,10.00062], [53.42594,9.99551], [53.41980,9.99255], [53.42079,9.98819], [53.41951,9.98806], [53.41941,9.98695], [53.41756,9.98677], [53.41759,9.98559], [53.41607,9.98371], [53.41472,9.98194], [53.41394,9.97677], [53.41951,9.97604], [53.41996,9.97503], [53.42181,9.97647], [53.42207,9.97510], [53.42089,9.97426], [53.42162,9.97269], [53.42123,9.97147], [53.42221,9.96924], [53.42389,9.96827], [53.42391,9.96421], [53.42458,9.96352], [53.42497,9.96224], [53.42513,9.96056], [53.42667,9.96046], [53.42793,9.95608], [53.42965,9.94368], [53.42838,9.94282], [53.42678,9.94671], [53.42109,9.94186], [53.42160,9.92976], [53.42017,9.92954], [53.42069,9.92720], [53.41948,9.92529], [53.41956,9.92456], [53.41434,9.91598], [53.41603,9.90712], [53.42102,9.91047], [53.42227,9.91309], [53.42317,9.91347], [53.42470,9.91643], [53.42695,9.91656], [53.43000,9.91446], [53.43480,9.92133], [53.43529,9.92090], [53.43629,9.92223], [53.43629,9.92330], [53.43943,9.91995], [53.44321,9.91888], [53.44286,9.91742], [53.44488,9.91836], [53.44692,9.91712], [53.44943,9.91300], [53.44953,9.91176], [53.45267,9.90974], [53.45403,9.90791], [53.45443,9.90606], [53.45680,9.90439], [53.45604,9.90289], [53.45644,9.90080], [53.45698,9.90119], [53.45730,9.90074], [53.45810,9.89872], [53.45712,9.89774], [53.45645,9.89857], [53.45510,9.89763], [53.45418,9.90005], [53.45447,9.89808], [53.45386,9.89731], [53.45438,9.89593], [53.45652,9.89473], [53.45504,9.89327], [53.45377,9.89162], [53.45311,9.89158], [53.45203,9.88937], [53.45064,9.88847], [53.44990,9.88606], [53.45031,9.88591], [53.44227,9.87319], [53.44255,9.87212], [53.44306,9.87033], [53.44467,9.86911], [53.44330,9.86699], [53.44162,9.86705], [53.44059,9.86724], [53.43993,9.86626], [53.44047,9.86364], [53.44040,9.86259], [53.43906,9.86096], [53.43621,9.85986], [53.43506,9.86158], [53.43309,9.86330], [53.43156,9.86424], [53.43027,9.86383], [53.43005,9.86197], [53.43175,9.86115], [53.43478,9.85894], [53.43509,9.85645], [53.45120,9.83650], [53.46261,9.81287], [53.46281,9.80749], [53.46465,9.80743], [53.46684,9.80657], [53.46751,9.80605], [53.46693,9.80352], [53.46945,9.80327], [53.46952,9.79996], [53.47566,9.80058], [53.47525,9.79976], [53.47525,9.79878], [53.47806,9.80000], [53.47984,9.80017], [53.48075,9.80048], [53.48329,9.80035], [53.48643,9.80111], [53.48832,9.80111], [53.49019,9.80278], [53.49150,9.80233], [53.49389,9.80272], [53.49389,9.80171], [53.49355,9.79892], [53.49392,9.79754], [53.49466,9.79265], [53.49327,9.78643], [53.49253,9.78228], [53.49825,9.78410], [53.50013,9.78476], [53.50020,9.78311], [53.50054,9.78266], [53.49993,9.78114], [53.50165,9.78157], [53.50187,9.77912], [53.50315,9.77635], [53.50505,9.77051], [53.50549,9.76873], [53.50723,9.76607], [53.50830,9.76382], [53.51411,9.76687], [53.51485,9.76642], [53.51887,9.76876], [53.51999,9.76921], [53.52046,9.77032], [53.52171,9.77109], [53.52050,9.77519], [53.51819,9.78107], [53.51868,9.78137], [53.52024,9.77996], [53.52309,9.77901], [53.52528,9.77811], [53.52486,9.77466], [53.52536,9.77459], [53.52615,9.77521], [53.52669,9.77453], [53.52757,9.77397], [53.52882,9.77079], [53.52934,9.76963], [53.52991,9.77058], [53.53105,9.77129], [53.53371,9.77002], [53.53424,9.76923], [53.54098,9.76571], [53.54087,9.76712], [53.54200,9.76734], [53.54221,9.76936], [53.54257,9.77107], [53.54376,9.77277], [53.55341,9.77436], [53.55441,9.77449], [53.55483,9.76514], [53.55534,9.76263], [53.55699,9.74005], [53.55962,9.70342], [53.56482,9.67638], [53.61180,9.56003], [53.63308,9.53257], [53.66299,9.52827], [53.69350,9.50390], [53.14716,8.95669], [53.14218,8.96017], [53.13843,8.96494], [53.13385,8.97072], [53.13179,8.97479], [53.13055,8.97857], [53.12567,8.98271], [53.12518,8.98155], [53.12355,8.97767], [53.12341,8.97548], [53.12262,8.97289], [53.12253,8.97048], [53.12221,8.96656], [53.11985,8.96196], [53.11989,8.96055], [53.11897,8.95836], [53.11891,8.95523], [53.11815,8.95079], [53.11765,8.94892], [53.11612,8.94690], [53.11352,8.95143], [53.11253,8.95544], [53.11022,8.95806], [53.10864,8.95943], [53.10656,8.95993], [53.10650,8.96057], [53.10397,8.96111], [53.10046,8.96280], [53.09914,8.96194], [53.10107,8.96572], [53.10046,8.96832], [53.10105,8.96999], [53.10149,8.97053], [53.09945,8.97883], [53.09842,8.97838], [53.09629,8.98171], [53.09743,8.98589], [53.09796,8.98799], [53.09821,8.98834], [53.09658,8.99063], [53.09546,8.98647], [53.09369,8.98445], [53.09208,8.97645], [53.09086,8.97085], [53.09056,8.96739], [53.08941,8.96405], [53.08789,8.96284], [53.08756,8.96306], [53.08494,8.96081], [53.08463,8.96216], [53.08327,8.96465], [53.08266,8.96578], [53.08106,8.96454], [53.07980,8.96394], [53.07768,8.96437], [53.07660,8.96458], [53.07438,8.96370], [53.07310,8.96405], [53.07273,8.96413], [53.07234,8.96327], [53.07131,8.96344], [53.07125,8.96484], [53.07007,8.96314], [53.06909,8.96398], [53.06726,8.96417], [53.06547,8.96454], [53.06426,8.96611], [53.06298,8.96618], [53.06240,8.96474], [53.06007,8.96341], [53.05880,8.96506], [53.05727,8.96583], [53.05760,8.96785], [53.05573,8.97083], [53.05114,8.97362], [53.05138,8.97656], [53.04674,8.98019], [53.04518,8.97712], [53.03918,8.97098], [53.03793,8.96798], [53.03665,8.96643], [53.03646,8.96547], [53.03718,8.96362], [53.03411,8.95384], [53.03355,8.95337], [53.03372,8.95291], [53.03340,8.95169], [53.03157,8.95105], [53.03069,8.94890], [53.03099,8.94624], [53.02966,8.94633], [53.02926,8.94646], [53.02785,8.94525], [53.02728,8.94493], [53.02580,8.94618], [53.02504,8.94583], [53.02448,8.94483], [53.02440,8.94274], [53.02478,8.93972], [53.02488,8.93895], [53.02478,8.93787], [53.02314,8.93783], [53.01359,8.93568], [53.01417,8.92871], [53.01295,8.92854], [53.01395,8.92442], [53.01493,8.92169], [53.01245,8.92133], [53.01343,8.91779], [53.01117,8.91586], [53.01353,8.89353], [53.01709,8.88982], [53.02284,8.88544], [53.02797,8.87630], [53.03266,8.86686], [53.03697,8.86497], [53.04068,8.86634], [53.04072,8.86345], [53.03775,8.86218], [53.03443,8.86248], [53.03325,8.86401], [53.02802,8.86452], [53.02652,8.86600], [53.02466,8.86870], [53.02191,8.86668], [53.02203,8.86357], [53.02147,8.86134], [53.02183,8.85744], [53.02066,8.85327], [53.02001,8.85209], [53.01899,8.85132], [53.01670,8.85068], [53.01659,8.84797], [53.01772,8.84746], [53.01804,8.84800], [53.02022,8.84879], [53.02106,8.84900], [53.02208,8.84980], [53.02354,8.85016], [53.02418,8.84937], [53.02460,8.84662], [53.02436,8.84570], [53.02343,8.84431], [53.02244,8.84373], [53.02154,8.84250], [53.02118,8.84051], [53.02036,8.84023], [53.01819,8.83785], [53.01987,8.83364], [53.02096,8.83222], [53.02127,8.83098], [53.02125,8.82941], [53.02063,8.82431], [53.02097,8.82150], [53.02225,8.81804], [53.02380,8.81748], [53.02494,8.81705], [53.02660,8.81537], [53.02867,8.81068], [53.03022,8.81010], [53.03092,8.80945], [53.03235,8.80535], [53.03588,8.79267], [53.03736,8.79046], [53.03763,8.78921], [53.03862,8.78604], [53.03800,8.78299], [53.03940,8.77816], [53.04329,8.77653], [53.04442,8.77484], [53.04515,8.77278], [53.04631,8.77303], [53.04793,8.77142], [53.05135,8.77119], [53.05316,8.77069], [53.05142,8.76685], [53.05271,8.76604], [53.05022,8.76054], [53.04766,8.76228], [53.04697,8.76357], [53.04612,8.76276], [53.04588,8.75992], [53.04536,8.75904], [53.04490,8.75885], [53.04393,8.75773], [53.04433,8.75628], [53.04267,8.75475], [53.04121,8.75600], [53.04081,8.75692], [53.03983,8.75700], [53.03893,8.75595], [53.03859,8.75278], [53.03809,8.75170], [53.03885,8.74982], [53.03929,8.74947], [53.03895,8.74883], [53.04082,8.74295], [53.03942,8.74162], [53.04036,8.73907], [53.03924,8.73984], [53.03869,8.73950], [53.03793,8.73769], [53.03737,8.73774], [53.03706,8.73550], [53.03735,8.73338], [53.03681,8.73236], [53.03622,8.73238], [53.03561,8.73354], [53.03508,8.73457], [53.03383,8.73393], [53.03383,8.73286], [53.03383,8.73092], [53.03947,8.72030], [53.04031,8.71876], [53.04081,8.71822], [53.04175,8.71633], [53.04233,8.71582], [53.04427,8.71208], [53.04476,8.71181], [53.04562,8.71002], [53.04780,8.70914], [53.04923,8.70867], [53.05091,8.70777], [53.05278,8.70695], [53.05343,8.70785], [53.05384,8.70736], [53.05625,8.70811], [53.05690,8.70858], [53.05812,8.70841], [53.05976,8.70892], [53.06211,8.70912], [53.06862,8.71040], [53.07109,8.71019], [53.07370,8.70965], [53.07512,8.70905], [53.07599,8.70901], [53.07613,8.70622], [53.07733,8.70673], [53.07794,8.70609], [53.07907,8.70474], [53.07990,8.70472], [53.08079,8.70270], [53.08101,8.70169], [53.08153,8.70165], [53.08151,8.70238], [53.08121,8.70319], [53.08138,8.70379], [53.08173,8.70431], [53.08304,8.70075], [53.08410,8.69710], [53.08570,8.68884], [53.08612,8.68633], [53.08596,8.68184], [53.08620,8.68058], [53.08669,8.67472], [53.08639,8.67455], [53.08779,8.67296], [53.09001,8.66862], [53.09123,8.66678], [53.09458,8.66487], [53.09576,8.66526], [53.09607,8.66583], [53.09851,8.66671], [53.09978,8.66892], [53.10018,8.66875], [53.10215,8.67066], [53.10249,8.67122], [53.10640,8.66056], [53.10703,8.65961], [53.10863,8.65556], [53.10989,8.65412], [53.11163,8.65403], [53.11382,8.65502], [53.11715,8.65648], [53.11751,8.65732], [53.11819,8.65714], [53.11743,8.65523], [53.11660,8.65393], [53.11653,8.65165], [53.11832,8.65028], [53.11944,8.65034], [53.12207,8.65174], [53.12234,8.65114], [53.12228,8.65081], [53.12332,8.65015], [53.12368,8.64918], [53.12530,8.64867], [53.12743,8.64517], [53.13688,8.63298], [53.14952,8.62673], [53.16502,8.62398], [53.17060,8.61184], [53.17335,8.58017], [53.19153,8.52857], [53.19802,8.51484], [53.19705,8.51237], [53.20106,8.50461], [53.20595,8.50101], [53.20964,8.49648], [53.21435,8.49285], [53.21704,8.49152], [53.22057,8.48697], [53.22366,8.48268], [53.22643,8.48182], [53.22748,8.48781], [53.22824,8.48897], [53.22807,8.48957], [53.22680,8.48944], [53.22674,8.49178], [53.22726,8.49257], [53.22831,8.50101], [53.22883,8.50465], [53.22776,8.50589], [53.22755,8.50720], [53.22769,8.51147], [53.22750,8.51239], [53.22809,8.51602], [53.22834,8.51596], [53.22845,8.51742], [53.22599,8.51866], [53.22633,8.52087], [53.22284,8.52040], [53.22307,8.52282], [53.22145,8.52315], [53.22180,8.52576], [53.21582,8.53018], [53.21521,8.53469], [53.21454,8.53711], [53.21527,8.54076], [53.21306,8.54349], [53.21293,8.54656], [53.20766,8.55396], [53.21358,8.56619], [53.21071,8.57215], [53.21732,8.57844], [53.21490,8.58977], [53.21402,8.59278], [53.21286,8.59838], [53.21252,8.59870], [53.21091,8.59904], [53.21000,8.59808], [53.20882,8.59739], [53.20857,8.59617], [53.20807,8.59617], [53.20771,8.59670], [53.20548,8.59374], [53.20536,8.59215], [53.20397,8.58984], [53.20397,8.58885], [53.20287,8.58771], [53.20244,8.58784], [53.20217,8.58595], [53.20125,8.58346], [53.20039,8.58194], [53.19986,8.58119], [53.19847,8.58115], [53.19752,8.58200], [53.19695,8.58381], [53.19621,8.58451], [53.19608,8.58331], [53.19488,8.58243], [53.19385,8.58047], [53.19293,8.58009], [53.19236,8.58120], [53.19156,8.58097], [53.19105,8.58004], [53.18998,8.58041], [53.19009,8.58116], [53.19064,8.58253], [53.19021,8.58401], [53.18949,8.58373], [53.18925,8.58886], [53.18974,8.58893], [53.18895,8.59009], [53.18800,8.59015], [53.18760,8.59223], [53.18751,8.59242], [53.18668,8.59034], [53.18647,8.59135], [53.18463,8.59195], [53.18465,8.59227], [53.18395,8.59298], [53.18480,8.59474], [53.18481,8.59781], [53.18548,8.59757], [53.18573,8.59925], [53.18633,8.60006], [53.18682,8.60320], [53.18660,8.60333], [53.18672,8.60440], [53.18715,8.60421], [53.18764,8.60714], [53.18808,8.60699], [53.18839,8.60822], [53.18847,8.60917], [53.18954,8.60928], [53.19145,8.60915], [53.19321,8.60878], [53.19446,8.61558], [53.19461,8.61544], [53.19622,8.61213], [53.19733,8.61336], [53.19573,8.61666], [53.19460,8.61546], [53.19446,8.61558], [53.19468,8.61812], [53.19522,8.62237], [53.19702,8.62170], [53.19705,8.62621], [53.19778,8.62722], [53.19801,8.62910], [53.19737,8.62921], [53.19697,8.62902], [53.19591,8.63108], [53.19543,8.63211], [53.19552,8.63408], [53.19598,8.63440], [53.19465,8.63730], [53.19394,8.63646], [53.19291,8.63872], [53.19175,8.63747], [53.18999,8.64218], [53.18956,8.64176], [53.18776,8.64755], [53.18865,8.64918], [53.18834,8.65199], [53.18676,8.65532], [53.18635,8.65538], [53.18639,8.65304], [53.18559,8.65263], [53.18545,8.65289], [53.18456,8.65223], [53.18397,8.65199], [53.18423,8.65306], [53.18312,8.65349], [53.18313,8.65431], [53.18255,8.65555], [53.18203,8.65727], [53.18128,8.65808], [53.17888,8.65802], [53.17712,8.65901], [53.17713,8.65954], [53.17754,8.65984], [53.17760,8.66165], [53.17730,8.66220], [53.17773,8.66293], [53.17814,8.66289], [53.17704,8.66452], [53.17636,8.66536], [53.17646,8.66628], [53.17706,8.66645], [53.17701,8.66787], [53.17717,8.66800], [53.17714,8.67047], [53.17892,8.67124], [53.17881,8.67467], [53.17593,8.67540], [53.17503,8.67587], [53.17632,8.68006], [53.17744,8.67862], [53.17807,8.67976], [53.17804,8.68228], [53.17862,8.68591], [53.17926,8.68837], [53.18100,8.69095], [53.18155,8.69269], [53.18178,8.69451], [53.18281,8.69736], [53.18371,8.69833], [53.18540,8.69951], [53.18374,8.70041], [53.18177,8.70204], [53.18124,8.70266], [53.18006,8.70101], [53.17930,8.70078], [53.17879,8.70142], [53.17803,8.70108], [53.17772,8.70174], [53.17602,8.70466], [53.17556,8.70539], [53.17708,8.70732], [53.17803,8.70951], [53.17776,8.70985], [53.17913,8.71110], [53.18003,8.71056], [53.17997,8.71150], [53.18097,8.71314], [53.18167,8.71331], [53.18316,8.71436], [53.18239,8.71618], [53.18129,8.72183], [53.18055,8.72880], [53.17924,8.72974], [53.17525,8.73026], [53.17520,8.73142], [53.17444,8.73185], [53.17418,8.73290], [53.17391,8.73331], [53.17366,8.73419], [53.17280,8.73444], [53.17227,8.73519], [53.17262,8.73586], [53.17307,8.73567], [53.17329,8.73667], [53.17089,8.73893], [53.17204,8.74315], [53.17087,8.74345], [53.16835,8.74131], [53.16549,8.74073], [53.16405,8.74157], [53.16381,8.74294], [53.16423,8.74592], [53.16607,8.74826], [53.16424,8.75279], [53.16347,8.75498], [53.16399,8.75674], [53.16529,8.76103], [53.16505,8.76240], [53.16285,8.76438], [53.16149,8.76714], [53.15964,8.77056], [53.15885,8.77401], [53.15816,8.77669], [53.15867,8.77759], [53.15964,8.77757], [53.16051,8.77611], [53.16145,8.77528], [53.16183,8.77586], [53.16168,8.77920], [53.16207,8.78055], [53.16334,8.78171], [53.16346,8.78289], [53.16319,8.78474], [53.16316,8.78613], [53.16276,8.78708], [53.16092,8.78759], [53.16041,8.78836], [53.16031,8.78950], [53.16151,8.79059], [53.16346,8.79104], [53.16315,8.79237], [53.16127,8.79426], [53.16216,8.79600], [53.16373,8.79761], [53.16304,8.79836], [53.16095,8.79765], [53.16078,8.79900], [53.16125,8.80166], [53.16233,8.80407], [53.16022,8.80668], [53.16076,8.80782], [53.16314,8.80859], [53.16311,8.81010], [53.16102,8.81216], [53.16128,8.81331], [53.16388,8.81424], [53.16392,8.81544], [53.16173,8.81788], [53.16194,8.81879], [53.16377,8.82192], [53.16311,8.82522], [53.16364,8.82782], [53.16436,8.82913], [53.16365,8.83014], [53.16295,8.82943], [53.16221,8.82720], [53.16109,8.82664], [53.16052,8.82883], [53.15953,8.83153], [53.15786,8.83359], [53.15683,8.83445], [53.15684,8.83576], [53.15790,8.83793], [53.15792,8.83975], [53.15671,8.84014], [53.15123,8.84125], [53.14760,8.84085], [53.14746,8.84293], [53.14756,8.84520], [53.14671,8.84552], [53.14574,8.84471], [53.14484,8.84653], [53.14345,8.85089], [53.14364,8.85289], [53.14307,8.85315], [53.14205,8.85298], [53.14003,8.85564], [53.14022,8.85764], [53.13875,8.85603], [53.13825,8.85635], [53.13812,8.85791], [53.13740,8.85901], [53.13825,8.86111], [53.13740,8.86182], [53.13507,8.86060], [53.13164,8.86217], [53.13134,8.86432], [53.13247,8.86814], [53.13352,8.87541], [53.13341,8.88357], [53.13289,8.88622], [53.13379,8.88991], [53.13400,8.89801], [53.13580,8.90001], [53.13840,8.90340], [53.13798,8.90505], [53.13755,8.90638], [53.13656,8.90703], [53.13521,8.90739], [53.13282,8.90911], [53.13225,8.91205], [53.13356,8.91310], [53.13831,8.91814], [53.13921,8.91705], [53.14044,8.92024], [53.14100,8.92104], [53.14270,8.92295], [53.14342,8.92269], [53.14453,8.92104], [53.14779,8.93125], [53.14911,8.93188], [53.14870,8.93263], [53.14986,8.93462], [53.14981,8.93591], [53.15112,8.93705], [53.15072,8.94033], [53.15162,8.93992], [53.15221,8.94035], [53.15171,8.94125], [53.15167,8.94233], [53.15217,8.94250], [53.15195,8.94475], [53.15123,8.94550], [53.15080,8.94567], [53.15031,8.94713], [53.14986,8.94670], [53.14716,8.95669], [53.69347,9.50387], [53.72049,9.46686], [53.74608,9.41365], [53.82418,9.35219], [53.86489,9.28902], [53.88048,9.19907], [53.87966,8.87801], [53.92681,8.61574], [53.69002,8.39876], [53.60627,8.52048], [53.60664,8.52319], [53.60635,8.52332], [53.60545,8.52328], [53.60388,8.52505], [53.60341,8.52564], [53.60562,8.52725], [53.60564,8.52763], [53.60430,8.53412], [53.60697,8.53538], [53.60561,8.54213], [53.60333,8.55333], [53.60311,8.55385], [53.60290,8.55577], [53.60258,8.55748], [53.60313,8.55814], [53.60272,8.55875], [53.60201,8.56008], [53.60128,8.56294], [53.59951,8.57168], [53.59822,8.57776], [53.59834,8.57844], [53.59795,8.58121], [53.59734,8.58100], [53.59662,8.58585], [53.59564,8.58484], [53.59511,8.58781], [53.59435,8.59086], [53.59336,8.59091], [53.59306,8.59288], [53.59556,8.60152], [53.59875,8.60666], [53.60284,8.61263], [53.60462,8.62034], [53.60527,8.62329], [53.60540,8.62595], [53.60459,8.63893], [53.60420,8.64115], [53.60368,8.64235], [53.60283,8.64265], [53.60160,8.64570], [53.60192,8.64616], [53.60277,8.64674], [53.60321,8.64746], [53.60409,8.64686], [53.60405,8.64712], [53.60382,8.64761], [53.60370,8.64853], [53.60362,8.64913], [53.60394,8.64930], [53.60379,8.64961], [53.60395,8.65082], [53.60313,8.65078], [53.60286,8.65119], [53.60259,8.65261], [53.59464,8.63839], [53.59346,8.64090], [53.58780,8.63023], [53.58563,8.62704], [53.58114,8.62326], [53.57757,8.62004], [53.57684,8.61983], [53.57404,8.61927], [53.57112,8.62184], [53.56727,8.62528], [53.56631,8.62554], [53.56080,8.62852], [53.55559,8.63102], [53.55499,8.63244], [53.55377,8.63409], [53.55345,8.63712], [53.55494,8.64130], [53.55477,8.64398], [53.55563,8.64675], [53.54945,8.64439], [53.54065,8.64529], [53.54198,8.64179], [53.53658,8.64130], [53.53479,8.63795], [53.52666,8.63902], [53.52485,8.63939], [53.52450,8.64048], [53.52254,8.64348], [53.51841,8.64552], [53.51936,8.64936], [53.51724,8.65063], [53.51597,8.65190], [53.51435,8.64797], [53.51243,8.64926], [53.51258,8.64971], [53.51094,8.65080], [53.50988,8.64842], [53.50962,8.64525], [53.50768,8.64038], [53.50577,8.63636], [53.50370,8.63745], [53.50296,8.63622], [53.50238,8.63459], [53.50172,8.63193], [53.50168,8.62777], [53.50157,8.62477], [53.49822,8.63015], [53.49064,8.61941], [53.48800,8.61048], [53.48406,8.60952], [53.48440,8.60388], [53.48508,8.60042], [53.48578,8.59761], [53.48575,8.59403], [53.48531,8.59293], [53.48555,8.59209], [53.48528,8.59137], [53.48670,8.58553], [53.48693,8.58463], [53.48665,8.58287], [53.48564,8.57935], [53.48581,8.57677], [53.48671,8.57504], [53.48875,8.57375], [53.48770,8.57225], [53.48822,8.57158], [53.48635,8.56804], [53.48339,8.55671], [53.48093,8.53867], [53.48056,8.53646], [53.48059,8.53148], [53.48023,8.52899], [53.47885,8.52556], [53.47724,8.52204], [53.47571,8.51980], [53.47736,8.51910], [53.48086,8.51420], [53.48207,8.51225], [53.48309,8.50897], [53.48497,8.50146], [53.50522,8.51467], [53.51994,8.56025], [53.53716,8.56201], [53.56794,8.52280], [53.60544,8.46942], [54.02246,7.83601], [53.62360,6.47201], [53.46489,6.91009], [53.33315,6.97772], [53.31675,7.12672], [53.25158,7.20774]], - DE_RP: [[49.55092,6.37984], [49.55108,6.38270], [49.55011,6.38338], [49.54831,6.38841], [49.54805,6.39222], [49.54732,6.39428], [49.54785,6.39692], [49.54773,6.39986], [49.54867,6.40409], [49.54784,6.40722], [49.54759,6.40782], [49.54748,6.41315], [49.54715,6.41420], [49.54303,6.41375], [49.54393,6.41804], [49.54682,6.42465], [49.54758,6.42456], [49.54882,6.43070], [49.54679,6.43377], [49.54715,6.43505], [49.54590,6.43827], [49.54453,6.43832], [49.54478,6.44209], [49.54278,6.44355], [49.54372,6.44956], [49.54211,6.44857], [49.54027,6.45059], [49.53938,6.44990], [49.53779,6.45209], [49.54119,6.46055], [49.54372,6.46398], [49.54264,6.46698], [49.54428,6.46806], [49.54333,6.47333], [49.54205,6.47479], [49.53927,6.48115], [49.53504,6.48415], [49.53175,6.48964], [49.53024,6.49471], [49.53089,6.49750], [49.53008,6.49943], [49.53267,6.50239], [49.53545,6.50917], [49.53401,6.51110], [49.53470,6.51402], [49.53362,6.51243], [49.53175,6.51410], [49.52910,6.51333], [49.52718,6.51664], [49.52768,6.51917], [49.52888,6.51908], [49.52816,6.52252], [49.52866,6.52436], [49.52972,6.52531], [49.53036,6.52728], [49.53231,6.52827], [49.53927,6.53874], [49.53821,6.54080], [49.53710,6.54728], [49.53554,6.55590], [49.53710,6.55689], [49.53776,6.56024], [49.54047,6.56316], [49.53774,6.56530], [49.53749,6.56886], [49.53548,6.57174], [49.53431,6.57300], [49.53387,6.57441], [49.52919,6.57875], [49.52493,6.57944], [49.52180,6.57922], [49.52136,6.58218], [49.51999,6.58317], [49.51874,6.58544], [49.51907,6.58707], [49.51701,6.58845], [49.51657,6.59162], [49.51849,6.59527], [49.51816,6.60355], [49.51696,6.60518], [49.51871,6.60918], [49.52139,6.61115], [49.52754,6.60767], [49.52821,6.61072], [49.52916,6.61394], [49.52933,6.61836], [49.52977,6.61952], [49.53150,6.61995], [49.53300,6.61930], [49.53531,6.61711], [49.53604,6.61989], [49.53668,6.62298], [49.53821,6.62624], [49.53810,6.62782], [49.54122,6.63147], [49.54161,6.63576], [49.54024,6.64057], [49.53676,6.64139], [49.53874,6.64456], [49.53868,6.64611], [49.54080,6.64945], [49.54395,6.65164], [49.54826,6.65177], [49.54938,6.65117], [49.55083,6.65293], [49.54601,6.65726], [49.54367,6.65804], [49.54247,6.66430], [49.54533,6.67325], [49.54781,6.68423], [49.54366,6.68496], [49.54104,6.68749], [49.53725,6.68737], [49.53519,6.68844], [49.53480,6.69084], [49.53720,6.69346], [49.53959,6.69402], [49.54007,6.69938], [49.54282,6.70161], [49.54867,6.70530], [49.55271,6.70839], [49.55432,6.71359], [49.55596,6.72288], [49.55880,6.72889], [49.55985,6.73361], [49.55871,6.73438], [49.55791,6.73717], [49.55727,6.74283], [49.55754,6.74863], [49.56183,6.75772], [49.56499,6.76259], [49.56772,6.76543], [49.56827,6.76804], [49.56719,6.76929], [49.56961,6.77770], [49.57047,6.77903], [49.57317,6.78328], [49.57682,6.78804], [49.57960,6.79002], [49.58119,6.79379], [49.58592,6.79821], [49.58653,6.80126], [49.58778,6.80165], [49.59176,6.81358], [49.58896,6.81896], [49.58593,6.82265], [49.58810,6.82437], [49.58741,6.82527], [49.58557,6.83080], [49.58262,6.83475], [49.58382,6.83617], [49.58579,6.83982], [49.58902,6.84201], [49.59177,6.84016], [49.59219,6.84269], [49.58935,6.84402], [49.59578,6.84823], [49.59823,6.85033], [49.59909,6.85166], [49.60499,6.85745], [49.60757,6.86385], [49.60807,6.86775], [49.60768,6.87037], [49.60649,6.87260], [49.60504,6.87149], [49.60323,6.87402], [49.60206,6.87629], [49.60315,6.87831], [49.60435,6.87844], [49.60785,6.87934], [49.60854,6.88432], [49.60671,6.88904], [49.60677,6.89093], [49.60740,6.89110], [49.60835,6.88612], [49.60921,6.88801], [49.61021,6.88745], [49.61172,6.88496], [49.61297,6.88604], [49.61297,6.89235], [49.61391,6.89235], [49.61539,6.89419], [49.61572,6.89638], [49.61447,6.89775], [49.61405,6.90651], [49.61586,6.91153], [49.61633,6.92149], [49.61444,6.92449], [49.61183,6.92646], [49.61233,6.92994], [49.61466,6.93153], [49.61555,6.92840], [49.61703,6.93106], [49.61575,6.93513], [49.61780,6.93822], [49.61889,6.93629], [49.62267,6.93479], [49.62323,6.93797], [49.62442,6.93846], [49.62622,6.93756], [49.62889,6.93309], [49.63114,6.93412], [49.63206,6.93670], [49.63428,6.94005], [49.63554,6.94507], [49.63492,6.94816], [49.63162,6.94786], [49.62539,6.94992], [49.62478,6.95189], [49.62661,6.95528], [49.63070,6.95850], [49.62873,6.96052], [49.63045,6.96446], [49.63006,6.96652], [49.63195,6.96930], [49.63401,6.97561], [49.63453,6.97514], [49.63503,6.97638], [49.63528,6.97797], [49.63448,6.97883], [49.63262,6.97776], [49.63253,6.97904], [49.63326,6.98754], [49.63262,6.98900], [49.63473,6.99115], [49.63317,6.99321], [49.62953,6.98793], [49.62294,6.98934], [49.62389,6.99256], [49.62759,6.99595], [49.62864,6.99896], [49.63103,7.00145], [49.63120,7.00346], [49.62911,7.00844], [49.62817,7.01260], [49.63390,7.02153], [49.63920,7.02780], [49.63793,7.03187], [49.63637,7.03539], [49.63164,7.05123], [49.63128,7.05565], [49.63003,7.05934], [49.62369,7.06796], [49.61719,7.07277], [49.61160,7.07951], [49.60687,7.08256], [49.60520,7.08444], [49.60364,7.08333], [49.60295,7.08367], [49.60192,7.08693], [49.60103,7.08655], [49.59903,7.08826], [49.59950,7.08934], [49.60320,7.09298], [49.60317,7.09560], [49.60237,7.09783], [49.60253,7.09925], [49.60214,7.10122], [49.60492,7.10045], [49.60542,7.10178], [49.60448,7.10273], [49.60242,7.10298], [49.59992,7.10444], [49.59864,7.10440], [49.59825,7.10886], [49.59839,7.11028], [49.59728,7.11105], [49.59705,7.11290], [49.59728,7.11491], [49.59576,7.11845], [49.59523,7.12373], [49.59604,7.13278], [49.59682,7.13914], [49.59698,7.14171], [49.59929,7.14437], [49.60046,7.14416], [49.60227,7.14574], [49.60349,7.15252], [49.60258,7.15725], [49.60132,7.16145], [49.60013,7.17025], [49.60082,7.17257], [49.59910,7.17278], [49.59696,7.17506], [49.59354,7.17428], [49.58703,7.17055], [49.58511,7.17274], [49.58477,7.17746], [49.58305,7.17978], [49.58168,7.18244], [49.57637,7.18544], [49.57489,7.18763], [49.57654,7.18956], [49.57637,7.19493], [49.57765,7.19746], [49.57645,7.20077], [49.57701,7.20956], [49.57439,7.21351], [49.56838,7.20969], [49.56691,7.21038], [49.56529,7.21450], [49.56448,7.22549], [49.56554,7.22905], [49.56780,7.23158], [49.56749,7.23669], [49.56885,7.24033], [49.57083,7.24197], [49.57153,7.23999], [49.57253,7.23982], [49.57370,7.24244], [49.57423,7.24926], [49.57389,7.25265], [49.57531,7.25407], [49.57748,7.25802], [49.57865,7.25939], [49.58369,7.26166], [49.58473,7.26568], [49.58373,7.26817], [49.57944,7.26529], [49.57457,7.26113], [49.57132,7.26233], [49.56786,7.26755], [49.56489,7.26845], [49.56377,7.26678], [49.56168,7.26922], [49.56244,7.27021], [49.56082,7.27218], [49.56024,7.27137], [49.55943,7.27214], [49.55898,7.27356], [49.55704,7.27480], [49.55537,7.27506], [49.55459,7.27339], [49.55119,7.27377], [49.54891,7.27493], [49.54849,7.27588], [49.54774,7.27523], [49.54498,7.27532], [49.54261,7.27618], [49.54231,7.27549], [49.54083,7.27575], [49.53743,7.27558], [49.53646,7.27712], [49.53696,7.28073], [49.53632,7.28416], [49.53523,7.28656], [49.53440,7.28660], [49.53404,7.28952], [49.53493,7.29472], [49.53537,7.30257], [49.53398,7.30184], [49.53161,7.29866], [49.52897,7.29935], [49.52977,7.30051], [49.52730,7.30214], [49.52624,7.30407], [49.52599,7.30677], [49.52532,7.30750], [49.52457,7.30639], [49.52362,7.30875], [49.52245,7.30836], [49.52114,7.30647], [49.51997,7.30707], [49.51805,7.30149], [49.51799,7.29887], [49.51908,7.29943], [49.52053,7.30286], [49.52162,7.30183], [49.52061,7.29849], [49.52315,7.29711], [49.52181,7.29321], [49.52014,7.29419], [49.51967,7.29342], [49.51855,7.29003], [49.51721,7.28720], [49.51699,7.28518], [49.51315,7.28814], [49.51281,7.28754], [49.51228,7.28595], [49.51134,7.28522], [49.51008,7.28274], [49.50888,7.28248], [49.50813,7.28278], [49.50548,7.28098], [49.50481,7.28119], [49.50470,7.28475], [49.50398,7.28338], [49.50102,7.28192], [49.50133,7.28415], [49.50055,7.28613], [49.49935,7.28664], [49.49874,7.28617], [49.49843,7.28432], [49.49565,7.28299], [49.49542,7.28175], [49.49333,7.28229], [49.49110,7.28229], [49.48831,7.28074], [49.48717,7.27963], [49.48600,7.28113], [49.48430,7.27795], [49.48388,7.27941], [49.48349,7.28302], [49.48307,7.28491], [49.48288,7.29083], [49.48154,7.29306], [49.48318,7.29637], [49.47769,7.29984], [49.47437,7.30473], [49.47253,7.30443], [49.47042,7.30095], [49.46916,7.30009], [49.46679,7.30173], [49.46389,7.29460], [49.46239,7.28941], [49.46135,7.28937], [49.45996,7.28593], [49.45650,7.28722], [49.45594,7.28293], [49.45625,7.28186], [49.45497,7.27765], [49.45438,7.27469], [49.45379,7.27301], [49.45271,7.27241], [49.45193,7.26997], [49.45265,7.26877], [49.45282,7.26645], [49.45237,7.26439], [49.45053,7.26048], [49.44939,7.25405], [49.44813,7.25014], [49.44598,7.24576], [49.44342,7.24800], [49.44236,7.24945], [49.44208,7.25143], [49.44026,7.25310], [49.44035,7.25495], [49.43839,7.25349], [49.43689,7.25169], [49.43624,7.25319], [49.43493,7.25006], [49.42974,7.25362], [49.42941,7.25568], [49.42586,7.25654], [49.42592,7.25950], [49.42483,7.25950], [49.42455,7.26074], [49.42299,7.26091], [49.42360,7.26306], [49.42332,7.26426], [49.42405,7.26499], [49.42433,7.26645], [49.42363,7.26928], [49.42435,7.27070], [49.42416,7.27259], [49.42176,7.27469], [49.42053,7.27864], [49.42011,7.27834], [49.41919,7.27877], [49.41718,7.28241], [49.41715,7.28628], [49.41573,7.29108], [49.41065,7.29104], [49.40886,7.29267], [49.40763,7.29258], [49.40450,7.29670], [49.40115,7.29400], [49.40017,7.29456], [49.39956,7.29580], [49.39844,7.29851], [49.39587,7.29349], [49.39311,7.28948], [49.39289,7.29180], [49.39107,7.29030], [49.38954,7.28953], [49.38920,7.29184], [49.38945,7.29691], [49.38870,7.29699], [49.38839,7.29927], [49.38951,7.29931], [49.38914,7.30326], [49.38579,7.30189], [49.38185,7.31905], [49.38029,7.32283], [49.38018,7.32892], [49.37867,7.33107], [49.38043,7.33768], [49.38068,7.34167], [49.38048,7.34798], [49.37956,7.35583], [49.37420,7.35454], [49.37492,7.35866], [49.37436,7.36673], [49.37369,7.36913], [49.36936,7.36609], [49.36307,7.36609], [49.36366,7.37012], [49.36475,7.37304], [49.36598,7.37935], [49.37146,7.39677], [49.37171,7.39866], [49.37042,7.40089], [49.36780,7.40171], [49.36598,7.39909], [49.36358,7.39299], [49.36193,7.39368], [49.35933,7.39720], [49.35829,7.39978], [49.35606,7.40222], [49.35405,7.39896], [49.35419,7.39531], [49.35357,7.39081], [49.35100,7.39158], [49.34960,7.39136], [49.35027,7.39630], [49.35170,7.39686], [49.35136,7.39922], [49.34868,7.39952], [49.34806,7.39789], [49.34627,7.40089], [49.34697,7.40179], [49.34594,7.40347], [49.34474,7.40252], [49.34457,7.40076], [49.34309,7.40068], [49.34233,7.40415], [49.33895,7.40093], [49.33761,7.40188], [49.33615,7.39626], [49.33517,7.39677], [49.33235,7.39557], [49.33045,7.39312], [49.32821,7.39312], [49.32818,7.39231], [49.32552,7.38922], [49.32460,7.38699], [49.32088,7.38437], [49.32060,7.37785], [49.31867,7.37763], [49.31640,7.38115], [49.31710,7.38317], [49.31990,7.38587], [49.32035,7.39295], [49.31804,7.39299], [49.31633,7.39407], [49.31504,7.39317], [49.31429,7.39381], [49.31216,7.38990], [49.31102,7.38973], [49.30953,7.39196], [49.31068,7.38780], [49.30987,7.38355], [49.30780,7.38239], [49.30657,7.38016], [49.30374,7.38089], [49.30147,7.37913], [49.29910,7.37909], [49.29565,7.38111], [49.29431,7.38335], [49.29361,7.38674], [49.28107,7.37369], [49.28073,7.37253], [49.28322,7.36957], [49.28350,7.36708], [49.28168,7.36493], [49.27819,7.36476], [49.27931,7.36026], [49.28224,7.35489], [49.28392,7.35592], [49.28157,7.34785], [49.28177,7.34322], [49.28096,7.33923], [49.27835,7.33502], [49.27816,7.33416], [49.27586,7.33549], [49.27396,7.34159], [49.27399,7.34395], [49.27331,7.34485], [49.27124,7.34442], [49.26911,7.34266], [49.26668,7.34112], [49.26525,7.33953], [49.26365,7.33816], [49.26158,7.33391], [49.26060,7.33099], [49.26108,7.33000], [49.25830,7.32601], [49.25617,7.32811], [49.25147,7.32618], [49.25152,7.32524], [49.24833,7.32416], [49.24780,7.32279], [49.25102,7.31777], [49.25192,7.31554], [49.25435,7.31356], [49.25489,7.31249], [49.25735,7.31189], [49.25699,7.31022], [49.25763,7.31000], [49.25741,7.30876], [49.25620,7.30580], [49.25505,7.30653], [49.25323,7.30421], [49.25208,7.30438], [49.25111,7.30263], [49.24806,7.30289], [49.24554,7.30374], [49.24492,7.30284], [49.24377,7.30181], [49.24231,7.29774], [49.24004,7.29473], [49.23948,7.29117], [49.23803,7.28894], [49.23710,7.29083], [49.23640,7.28864], [49.23567,7.28993], [49.23472,7.29400], [49.23251,7.29096], [49.23035,7.28894], [49.22637,7.29430], [49.22301,7.30284], [49.22217,7.30349], [49.22203,7.30211], [49.21762,7.30199], [49.21734,7.30250], [49.21687,7.30130], [49.21603,7.30117], [49.21415,7.29817], [49.21067,7.29829], [49.20975,7.30087], [49.20666,7.29563], [49.20529,7.29546], [49.20338,7.29812], [49.20546,7.30379], [49.20058,7.30546], [49.19817,7.31018], [49.19163,7.31623], [49.19059,7.31919], [49.18829,7.32082], [49.18821,7.32619], [49.18684,7.33112], [49.18625,7.33164], [49.18515,7.33619], [49.18430,7.33812], [49.18049,7.33473], [49.17563,7.33537], [49.17384,7.33743], [49.17297,7.34297], [49.16845,7.34584], [49.16562,7.34705], [49.16340,7.34915], [49.16082,7.35396], [49.16107,7.36108], [49.15804,7.36245], [49.15936,7.36511], [49.16093,7.36687], [49.16332,7.36662], [49.16727,7.36494], [49.17173,7.36597], [49.17499,7.38134], [49.17712,7.39618], [49.18391,7.44527], [49.18169,7.44145], [49.18046,7.43562], [49.17892,7.43476], [49.17642,7.43600], [49.17476,7.44012], [49.17207,7.44128], [49.17050,7.43896], [49.16859,7.43283], [49.16579,7.43150], [49.16416,7.43343], [49.16455,7.43866], [49.16694,7.44480], [49.16817,7.44652], [49.16809,7.44914], [49.16705,7.45137], [49.16433,7.45643], [49.16233,7.45768], [49.16259,7.46214], [49.16713,7.46922], [49.16848,7.47274], [49.16926,7.49363], [49.16346,7.49089], [49.15470,7.49591], [49.15464,7.50591], [49.15083,7.50582], [49.14925,7.50080], [49.14369,7.49524], [49.14220,7.49606], [49.14175,7.49486], [49.14270,7.48941], [49.13577,7.48889], [49.13597,7.49232], [49.13476,7.49619], [49.13285,7.49790], [49.12883,7.50035], [49.12249,7.50584], [49.12240,7.51202], [49.12038,7.51584], [49.11266,7.52112], [49.10957,7.52065], [49.10485,7.52365], [49.10367,7.52507], [49.10313,7.52906], [49.10178,7.52953], [49.09658,7.52846], [49.09605,7.53726], [49.09342,7.53513], [49.08651,7.54779], [49.07976,7.56392], [49.07934,7.57100], [49.08159,7.58568], [49.08302,7.60027], [49.08089,7.60628], [49.07844,7.60937], [49.07690,7.61242], [49.07391,7.62015], [49.07318,7.62955], [49.07073,7.63045], [49.06438,7.63071], [49.06244,7.63255], [49.05445,7.63032], [49.04728,7.66307], [49.04473,7.67447], [49.04504,7.67743], [49.04856,7.68061], [49.04808,7.68653], [49.04895,7.68705], [49.04949,7.69880], [49.05267,7.69777], [49.05449,7.69318], [49.05736,7.69563], [49.05559,7.69773], [49.05677,7.70078], [49.05587,7.70580], [49.05236,7.70756], [49.05216,7.70979], [49.05385,7.71747], [49.05123,7.71940], [49.05081,7.72232], [49.05140,7.72408], [49.05464,7.72674], [49.05525,7.73095], [49.04361,7.73125], [49.04369,7.73644], [49.04687,7.74095], [49.04628,7.74713], [49.04774,7.75146], [49.04451,7.75760], [49.04645,7.76713], [49.04831,7.77073], [49.05059,7.77103], [49.05686,7.77760], [49.05829,7.78094], [49.05756,7.78936], [49.05897,7.79455], [49.06226,7.79442], [49.06527,7.79588], [49.06192,7.80485], [49.06074,7.81038], [49.05492,7.81360], [49.05205,7.82532], [49.04714,7.82968], [49.04695,7.83448], [49.04470,7.84251], [49.04287,7.84277], [49.04231,7.84547], [49.04340,7.84968], [49.03699,7.85152], [49.03516,7.85453], [49.03389,7.86358], [49.03268,7.86697], [49.03992,7.87508], [49.04461,7.88272], [49.04585,7.88311], [49.04844,7.88907], [49.04624,7.89246], [49.04446,7.90057], [49.04449,7.90512], [49.04466,7.91018], [49.03976,7.91241], [49.04165,7.91906], [49.04460,7.92408], [49.05197,7.92915], [49.05397,7.93231], [49.05723,7.93243], [49.05642,7.93840], [49.05372,7.94085], [49.05403,7.94351], [49.05490,7.94398], [49.05504,7.94552], [49.04885,7.94531], [49.04649,7.95012], [49.04486,7.95672], [49.04280,7.95660], [49.04249,7.96501], [49.04128,7.96672], [49.03546,7.96659], [49.03510,7.96883], [49.03591,7.97153], [49.03068,7.97243], [49.02930,7.97441], [49.02558,7.97466], [49.02685,7.97750], [49.02528,7.98213], [49.02803,7.99058], [49.02817,7.99651], [49.02606,8.00247], [49.02435,8.00869], [49.02454,8.01110], [49.02069,8.01247], [49.01967,8.01668], [49.02015,8.01878], [49.01799,8.02144], [49.01776,8.02685], [49.01773,8.03329], [49.01692,8.03311], [49.01503,8.03865], [49.01340,8.04680], [49.01396,8.04886], [49.01033,8.05289], [49.00960,8.05538], [49.00732,8.05654], [49.00588,8.06074], [49.00478,8.06336], [49.00253,8.06465], [49.00034,8.06327], [48.99873,8.06564], [48.99837,8.06744], [48.99696,8.06851], [48.99583,8.07164], [48.99389,8.07748], [48.99234,8.08516], [48.99003,8.08722], [48.98958,8.08898], [48.98831,8.09967], [48.98944,8.10173], [48.98820,8.10602], [48.98575,8.10761], [48.98626,8.11250], [48.98521,8.11748], [48.98417,8.12070], [48.98471,8.12203], [48.98167,8.12838], [48.98203,8.12975], [48.97750,8.13915], [48.97643,8.15112], [48.97572,8.17181], [48.97868,8.17104], [48.97795,8.17915], [48.97696,8.17988], [48.97710,8.18370], [48.97522,8.19515], [48.96857,8.19442], [48.96567,8.19970], [48.97000,8.20919], [48.97431,8.21459], [48.97538,8.22099], [48.97434,8.22532], [48.96885,8.22876], [48.96662,8.23335], [48.98893,8.27617], [49.00449,8.29362], [49.03305,8.30319], [49.03825,8.30328], [49.06455,8.31906], [49.08940,8.35193], [49.10566,8.36166], [49.15254,8.37328], [49.16475,8.36714], [49.17917,8.37581], [49.18904,8.38289], [49.19822,8.38508], [49.19858,8.38697], [49.20369,8.39486], [49.20755,8.39894], [49.21490,8.40332], [49.22048,8.40577], [49.22586,8.40255], [49.22538,8.39963], [49.22527,8.39426], [49.22362,8.39152], [49.22051,8.38980], [49.21922,8.38731], [49.21913,8.38332], [49.23032,8.38727], [49.24217,8.39658], [49.26057,8.43773], [49.28076,8.46091], [49.28753,8.48558], [49.29394,8.48979], [49.30308,8.48648], [49.31007,8.47430], [49.31357,8.45627], [49.31760,8.45168], [49.32750,8.45078], [49.33922,8.46670], [49.34327,8.47631], [49.35781,8.49369], [49.37254,8.49992], [49.38919,8.50060], [49.38754,8.49421], [49.38547,8.49000], [49.38237,8.48576], [49.37869,8.48215], [49.37522,8.47739], [49.37354,8.47211], [49.37743,8.46370], [49.38494,8.46365], [49.38896,8.46885], [49.39092,8.47455], [49.39941,8.49374], [49.40212,8.49636], [49.41207,8.49781], [49.42971,8.50708], [49.43549,8.50734], [49.44068,8.50485], [49.44319,8.49627], [49.44383,8.48374], [49.44328,8.45876], [49.44643,8.44670], [49.45360,8.44129], [49.46064,8.44620], [49.46449,8.46070], [49.47158,8.46448], [49.48153,8.45590], [49.49037,8.44439], [49.51071,8.43628], [49.54662,8.42058], [49.55305,8.41513], [49.56794,8.41684], [49.57782,8.42487], [49.58464,8.42272], [49.60114,8.41126], [49.60871,8.40490], [49.62011,8.38717], [49.63401,8.37850], [49.66374,8.36666], [49.67613,8.35569], [49.69143,8.35590], [49.70443,8.37384], [49.71522,8.41324], [49.71990,8.43477], [49.74034,8.45490], [49.76060,8.48090], [49.76839,8.47464], [49.76859,8.46073], [49.76540,8.43640], [49.76961,8.42116], [49.77990,8.41288], [49.78912,8.41090], [49.80875,8.39535], [49.82345,8.37772], [49.84040,8.38093], [49.85574,8.38607], [49.86272,8.37187], [49.86421,8.35650], [49.87173,8.34736], [49.88689,8.34041], [49.90226,8.34874], [49.91260,8.35552], [49.92578,8.35088], [49.94315,8.34183], [49.95409,8.34127], [49.97455,8.32114], [49.99731,8.28539], [50.01483,8.26677], [50.02716,8.24552], [50.03113,8.23449], [50.03207,8.21939], [50.03454,8.20210], [50.03561,8.17884], [50.01529,8.09968], [50.00656,8.07343], [50.00126,8.03095], [49.97632,7.96924], [49.97618,7.94859], [49.97450,7.94314], [49.97455,7.93211], [49.97400,7.92023], [49.97254,7.88122], [49.97742,7.86963], [49.98584,7.86396], [49.99293,7.86160], [50.00807,7.85843], [50.01535,7.84753], [50.02230,7.82882], [50.03608,7.80947], [50.04351,7.79626], [50.05490,7.77429], [50.06291,7.77330], [50.06707,7.77454], [50.06636,7.78128], [50.06669,7.78377], [50.06939,7.78802], [50.07118,7.78750], [50.07272,7.78862], [50.07390,7.79184], [50.07616,7.79574], [50.08035,7.79973], [50.08266,7.80076], [50.08473,7.80291], [50.08409,7.80694], [50.08409,7.80960], [50.08321,7.81458], [50.08051,7.81604], [50.08054,7.81990], [50.08225,7.82188], [50.08420,7.82141], [50.08203,7.82566], [50.08131,7.82853], [50.08170,7.83218], [50.08296,7.83334], [50.08318,7.83587], [50.08500,7.83926], [50.08770,7.83904], [50.08930,7.83634], [50.09101,7.83698], [50.09593,7.83561], [50.09483,7.83261], [50.09891,7.83218], [50.09907,7.83832], [50.10193,7.83986], [50.10397,7.83578], [50.10590,7.83595], [50.10736,7.83870], [50.10934,7.83964], [50.11124,7.84398], [50.11127,7.84531], [50.11988,7.84780], [50.12453,7.84793], [50.12813,7.85419], [50.12667,7.85999], [50.12420,7.86505], [50.11996,7.86488], [50.12062,7.86788], [50.11903,7.87101], [50.11911,7.87531], [50.11490,7.87844], [50.11655,7.88080], [50.11393,7.88440], [50.11471,7.88676], [50.11677,7.89020], [50.11770,7.89273], [50.12136,7.89788], [50.12211,7.90118], [50.12095,7.90530], [50.11735,7.91024], [50.10884,7.91934], [50.10304,7.92032], [50.10100,7.92560], [50.10293,7.92517], [50.10295,7.92964], [50.10422,7.93067], [50.10493,7.92732], [50.10771,7.92655], [50.11030,7.92650], [50.11366,7.92449], [50.11850,7.92801], [50.11958,7.92796], [50.12142,7.92483], [50.12373,7.92539], [50.12486,7.92522], [50.12618,7.92363], [50.13097,7.92264], [50.13259,7.92359], [50.13443,7.92303], [50.13724,7.92625], [50.13982,7.92698], [50.14222,7.93135], [50.14315,7.93311], [50.14422,7.93286], [50.14549,7.92912], [50.14717,7.92131], [50.15085,7.91676], [50.15201,7.91213], [50.15327,7.91238], [50.15668,7.90831], [50.15858,7.90354], [50.16039,7.89711], [50.16235,7.89221], [50.16842,7.88556], [50.17318,7.88792], [50.17381,7.88934], [50.17642,7.88732], [50.17645,7.88518], [50.17862,7.88385], [50.17903,7.88479], [50.18095,7.88367], [50.18392,7.89183], [50.18545,7.89260], [50.18636,7.89565], [50.18842,7.89762], [50.18815,7.89985], [50.18991,7.90191], [50.19131,7.90668], [50.19329,7.91204], [50.19677,7.91393], [50.19947,7.90981], [50.20155,7.90715], [50.20353,7.90981], [50.20339,7.91299], [50.20532,7.91535], [50.20773,7.92088], [50.20773,7.92934], [50.20957,7.93886], [50.20856,7.94208], [50.20985,7.94758], [50.21166,7.94689], [50.21383,7.95255], [50.21748,7.94848], [50.22019,7.95293], [50.21961,7.95576], [50.21977,7.96039], [50.22038,7.96173], [50.22071,7.96533], [50.22216,7.96924], [50.22227,7.97164], [50.22496,7.97374], [50.22483,7.97876], [50.22623,7.98198], [50.22658,7.98567], [50.23122,7.98958], [50.23337,7.98709], [50.23474,7.98812], [50.23853,7.98958], [50.23638,7.99108], [50.23682,7.99370], [50.23603,7.99679], [50.23397,7.99425], [50.23191,7.99185], [50.23147,7.99297], [50.23183,7.99520], [50.23026,7.99940], [50.22922,7.99983], [50.22862,8.00164], [50.22864,8.00601], [50.22422,8.00258], [50.22332,8.00511], [50.22178,8.01116], [50.21999,8.01211], [50.21780,8.01189], [50.21689,8.01340], [50.21708,8.01541], [50.21620,8.01940], [50.21695,8.02288], [50.21610,8.02524], [50.21599,8.02760], [50.21491,8.02799], [50.21519,8.03176], [50.21574,8.03584], [50.21939,8.03824], [50.22090,8.03726], [50.22123,8.03554], [50.22249,8.03563], [50.22351,8.03893], [50.22549,8.04223], [50.22730,8.04176], [50.22691,8.04580], [50.23100,8.05313], [50.23312,8.05640], [50.23408,8.05970], [50.23512,8.05708], [50.23611,8.05738], [50.23735,8.05348], [50.23781,8.05244], [50.24019,8.05154], [50.24154,8.04935], [50.24541,8.05047], [50.24338,8.04382], [50.24697,8.03712], [50.24961,8.03905], [50.25647,8.03116], [50.25435,8.02575], [50.25806,8.02279], [50.26382,8.03386], [50.26456,8.03712], [50.27101,8.03680], [50.27337,8.04984], [50.27249,8.05547], [50.27263,8.05959], [50.27181,8.06594], [50.27304,8.07237], [50.27112,8.07336], [50.26830,8.07323], [50.26676,8.07469], [50.26564,8.08212], [50.26015,8.07851], [50.26056,8.08413], [50.26506,8.09177], [50.26476,8.09340], [50.26317,8.09327], [50.25941,8.10327], [50.26067,8.10688], [50.27211,8.11439], [50.27713,8.12254], [50.28324,8.12018], [50.28785,8.12310], [50.29114,8.12310], [50.30112,8.11898], [50.30244,8.11486], [50.30880,8.10439], [50.32031,8.10748], [50.32340,8.10676], [50.32778,8.10247], [50.32855,8.09406], [50.33205,8.09612], [50.32964,8.08633], [50.33194,8.07929], [50.33096,8.07517], [50.33304,8.07329], [50.33578,8.07775], [50.34454,8.07723], [50.35079,8.07638], [50.35955,8.06917], [50.36732,8.06625], [50.37554,8.05955], [50.37356,8.05809], [50.37638,8.05131], [50.37898,8.05419], [50.37959,8.05037], [50.37592,8.04840], [50.37510,8.04556], [50.37641,8.04745], [50.37846,8.04943], [50.37964,8.04595], [50.38626,8.04303], [50.38634,8.03895], [50.38511,8.03964], [50.38492,8.03711], [50.38281,8.03689], [50.38183,8.03076], [50.38320,8.03029], [50.38254,8.02758], [50.38246,8.02179], [50.38301,8.01737], [50.38440,8.01445], [50.38624,8.02071], [50.38780,8.02054], [50.38957,8.02119], [50.39176,8.02102], [50.39401,8.02132], [50.39595,8.02054], [50.39838,8.02110], [50.39879,8.02346], [50.40123,8.02462], [50.40093,8.01411], [50.40000,8.01376], [50.39912,8.01175], [50.39948,8.00844], [50.40074,8.00479], [50.39967,8.00372], [50.39923,8.00582], [50.39901,8.00527], [50.39855,7.99763], [50.39975,7.98913], [50.39833,7.98956], [50.39767,7.98638], [50.39816,7.98407], [50.39929,7.98621], [50.39953,7.98857], [50.40082,7.98994], [50.40582,7.98540], [50.40591,7.98432], [50.40894,7.98256], [50.40656,7.97754], [50.40648,7.97213], [50.40722,7.97020], [50.40965,7.96973], [50.40976,7.96510], [50.41140,7.96437], [50.41324,7.96565], [50.41274,7.96990], [50.41345,7.97213], [50.41392,7.97458], [50.41786,7.98158], [50.41980,7.98252], [50.42073,7.98252], [50.42215,7.98299], [50.42158,7.98647], [50.42259,7.98711], [50.42371,7.98402], [50.42554,7.98424], [50.42666,7.98664], [50.42797,7.98797], [50.43022,7.98750], [50.43180,7.98462], [50.43317,7.98514], [50.43355,7.98964], [50.43582,7.98861], [50.43609,7.98213], [50.43557,7.97926], [50.43445,7.97823], [50.43615,7.97535], [50.43771,7.97621], [50.43853,7.98055], [50.43877,7.98565], [50.43967,7.98986], [50.44093,7.98934], [50.44339,7.99020], [50.44391,7.99110], [50.44506,8.00127], [50.44763,8.00054], [50.44856,8.00836], [50.45071,8.00767], [50.45254,8.01106], [50.45798,8.00960], [50.46080,8.01072], [50.46263,8.00080], [50.46596,7.99848], [50.46828,7.99492], [50.47022,7.99570], [50.47175,7.99338], [50.47238,7.98849], [50.47563,7.98904], [50.47571,7.98634], [50.47815,7.98787], [50.47960,7.98774], [50.48298,7.98551], [50.48296,7.98178], [50.48460,7.97950], [50.48563,7.98045], [50.48757,7.97931], [50.49027,7.98176], [50.49232,7.98116], [50.49524,7.98120], [50.49620,7.98725], [50.49876,7.99090], [50.49985,7.98845], [50.50436,7.98579], [50.50949,7.98472], [50.51170,7.98343], [50.51162,7.98579], [50.51317,7.99043], [50.51459,7.99133], [50.51560,7.99433], [50.51762,7.99712], [50.52021,7.99553], [50.52210,7.99346], [50.52742,8.00144], [50.53023,8.00522], [50.52894,8.00887], [50.53200,8.01372], [50.53334,8.01380], [50.53620,8.01711], [50.53612,8.01831], [50.54135,8.02496], [50.54236,8.02531], [50.54408,8.02822], [50.54628,8.02912], [50.55043,8.03015], [50.55127,8.03535], [50.55206,8.04041], [50.55397,8.04367], [50.55681,8.04183], [50.55692,8.04599], [50.55334,8.04771], [50.55231,8.05032], [50.55239,8.05324], [50.55108,8.05500], [50.54912,8.06148], [50.54852,8.06642], [50.54565,8.06702], [50.54500,8.06878], [50.53742,8.07024], [50.53870,8.07466], [50.53821,8.08011], [50.53829,8.08732], [50.53507,8.09092], [50.53616,8.09260], [50.53505,8.09569], [50.53428,8.10169], [50.53237,8.10264], [50.53305,8.10534], [50.53444,8.10938], [50.53570,8.11581], [50.53494,8.11869], [50.54004,8.12169], [50.53990,8.11856], [50.53865,8.11611], [50.53908,8.11216], [50.54015,8.11049], [50.54156,8.11071], [50.54320,8.11118], [50.54508,8.11487], [50.54519,8.11689], [50.54677,8.11989], [50.54863,8.11963], [50.54860,8.12422], [50.54964,8.12607], [50.55024,8.13336], [50.55228,8.13796], [50.55337,8.13573], [50.55384,8.13676], [50.55656,8.13439], [50.55692,8.13229], [50.56207,8.13495], [50.56313,8.13645], [50.56657,8.13993], [50.57184,8.14071], [50.57405,8.14230], [50.58220,8.14754], [50.58574,8.14784], [50.58939,8.15080], [50.59389,8.15260], [50.59978,8.15179], [50.59964,8.14947], [50.60234,8.14797], [50.60425,8.14063], [50.60760,8.12823], [50.60997,8.12643], [50.61223,8.13085], [50.61779,8.13776], [50.62201,8.13831], [50.62299,8.13780], [50.62443,8.14072], [50.62667,8.14145], [50.62925,8.13999], [50.63064,8.14089], [50.63225,8.14050], [50.63726,8.13153], [50.63655,8.13123], [50.64199,8.12630], [50.64564,8.12767], [50.64523,8.12441], [50.65097,8.11879], [50.65250,8.11432], [50.65763,8.11032], [50.67107,8.11062], [50.67531,8.11311], [50.67604,8.11968], [50.68344,8.12706], [50.68639,8.12587], [50.68549,8.12137], [50.68758,8.12133], [50.68946,8.11966], [50.69870,8.10974], [50.70374,8.09890], [50.70399,8.08911], [50.70309,8.08250], [50.70682,8.07976], [50.70513,8.07426], [50.70220,8.07044], [50.70051,8.07113], [50.70018,8.06624], [50.69556,8.06010], [50.69719,8.03980], [50.71234,8.04349], [50.71799,8.04208], [50.72484,8.04066], [50.72729,8.04062], [50.73158,8.03366], [50.73353,8.02847], [50.73492,8.02525], [50.73918,8.02195], [50.74187,8.01676], [50.74681,8.01023], [50.75177,8.00355], [50.75536,8.00068], [50.75967,7.98810], [50.76280,7.98518], [50.76290,7.98278], [50.76456,7.98008], [50.76771,7.97797], [50.76942,7.97420], [50.77448,7.96871], [50.77969,7.96815], [50.78321,7.96630], [50.78365,7.96489], [50.78433,7.96459], [50.78433,7.96935], [50.78899,7.96858], [50.79124,7.96695], [50.79857,7.96742], [50.79846,7.96862], [50.80304,7.97416], [50.80478,7.97484], [50.80890,7.97476], [50.81191,7.97579], [50.81595,7.97360], [50.82100,7.97699], [50.82354,7.97574], [50.82501,7.97682], [50.82666,7.97613], [50.82878,7.97420], [50.82954,7.97665], [50.83422,7.97849], [50.83379,7.97403], [50.83658,7.96815], [50.83726,7.96909], [50.83815,7.96768], [50.83921,7.96896], [50.84176,7.96836], [50.84235,7.96755], [50.84417,7.96738], [50.84517,7.96497], [50.84661,7.96369], [50.84851,7.96025], [50.84910,7.95721], [50.84661,7.95412], [50.84609,7.95012], [50.84653,7.94742], [50.84810,7.94562], [50.84872,7.93734], [50.84750,7.93480], [50.84666,7.92785], [50.84498,7.92635], [50.84474,7.92236], [50.84463,7.91746], [50.84688,7.91420], [50.84712,7.90815], [50.84810,7.90604], [50.85013,7.90467], [50.85262,7.90111], [50.85780,7.89729], [50.85948,7.89356], [50.86083,7.89454], [50.86509,7.89424], [50.86609,7.88892], [50.86747,7.88720], [50.87050,7.88716], [50.87245,7.88360], [50.87354,7.88338], [50.87470,7.88188], [50.87459,7.87781], [50.87641,7.87351], [50.87830,7.87081], [50.87735,7.86630], [50.87719,7.86077], [50.87784,7.85073], [50.87882,7.84785], [50.87841,7.84549], [50.88299,7.82970], [50.88791,7.82781], [50.89024,7.82854], [50.89116,7.82725], [50.89465,7.83000], [50.89717,7.83377], [50.90313,7.83566], [50.90735,7.83373], [50.90959,7.83871], [50.91338,7.84047], [50.91858,7.84450], [50.92472,7.85043], [50.92856,7.84871], [50.93005,7.84596], [50.93029,7.84463], [50.92767,7.84004], [50.92731,7.84064], [50.92658,7.83841], [50.92951,7.83764], [50.92975,7.83498], [50.92918,7.82854], [50.93326,7.81953], [50.94103,7.81288], [50.93857,7.81142], [50.93911,7.80858], [50.94019,7.80687], [50.94273,7.79219], [50.94003,7.78575], [50.92975,7.77618], [50.91914,7.74996], [50.91993,7.74181], [50.91763,7.73473], [50.91536,7.73558], [50.91225,7.74666], [50.90478,7.74460], [50.90545,7.75022], [50.90456,7.75172], [50.90272,7.75867], [50.90018,7.75979], [50.89422,7.75653], [50.89292,7.75314], [50.88843,7.75262], [50.87990,7.75829], [50.87811,7.75777], [50.87530,7.75266], [50.87115,7.75163], [50.86744,7.74773], [50.86593,7.75133], [50.86414,7.75498], [50.86281,7.75520], [50.86173,7.75760], [50.86159,7.75970], [50.85703,7.76414], [50.85635,7.76565], [50.85421,7.76101], [50.85407,7.75839], [50.84971,7.75118], [50.84828,7.76020], [50.84535,7.76105], [50.84464,7.76226], [50.84375,7.75805], [50.84681,7.74685], [50.84746,7.73638], [50.85155,7.72968], [50.84326,7.72119], [50.84066,7.71402], [50.83348,7.71290], [50.83473,7.70999], [50.83378,7.70527], [50.82963,7.70557], [50.82581,7.69990], [50.82066,7.67866], [50.81917,7.67402], [50.81998,7.67265], [50.81903,7.66909], [50.82082,7.66668], [50.82036,7.66218], [50.82028,7.65862], [50.81721,7.66265], [50.81651,7.66295], [50.81445,7.66982], [50.81334,7.66990], [50.81315,7.67106], [50.81304,7.67278], [50.81209,7.67432], [50.81119,7.67467], [50.80962,7.67836], [50.80859,7.67711], [50.80856,7.67527], [50.80653,7.67462], [50.80468,7.67565], [50.80241,7.67449], [50.80116,7.67698], [50.79926,7.67853], [50.79685,7.68020], [50.79639,7.68205], [50.79403,7.68188], [50.79226,7.67934], [50.79050,7.67900], [50.78930,7.67746], [50.78667,7.67720], [50.78412,7.67793], [50.78168,7.67767], [50.78089,7.67647], [50.78130,7.67497], [50.78130,7.67312], [50.78363,7.67110], [50.78629,7.66801], [50.78578,7.66042], [50.78492,7.65874], [50.77833,7.66008], [50.77454,7.66237], [50.77283,7.66269], [50.77163,7.66158], [50.76990,7.65793], [50.77000,7.65520], [50.76937,7.65460], [50.76891,7.65574], [50.76830,7.65544], [50.77111,7.64544], [50.76978,7.64503], [50.76963,7.64450], [50.76898,7.64441], [50.76860,7.64304], [50.76966,7.63997], [50.77023,7.63727], [50.76940,7.63491], [50.76894,7.62926], [50.76974,7.62797], [50.76960,7.62282], [50.76935,7.62171], [50.77053,7.61740], [50.77012,7.61619], [50.76859,7.61416], [50.76872,7.61197], [50.76890,7.60911], [50.76871,7.60740], [50.76811,7.60645], [50.76794,7.60727], [50.76678,7.60619], [50.76620,7.60454], [50.76693,7.60276], [50.76754,7.60261], [50.76773,7.60032], [50.76667,7.59796], [50.76548,7.59875], [50.76365,7.59662], [50.76166,7.59725], [50.76013,7.59416], [50.75796,7.59122], [50.75657,7.58884], [50.75313,7.59125], [50.75174,7.59374], [50.74995,7.59511], [50.74876,7.59192], [50.74706,7.59280], [50.74616,7.59458], [50.74329,7.59308], [50.74149,7.59147], [50.74000,7.58548], [50.73901,7.58406], [50.73884,7.58100], [50.73917,7.57705], [50.74053,7.57415], [50.74205,7.56608], [50.74346,7.56306], [50.74308,7.55834], [50.74348,7.55801], [50.74357,7.55649], [50.74456,7.55544], [50.74605,7.55291], [50.74668,7.55149], [50.74399,7.54634], [50.74222,7.53875], [50.73896,7.53083], [50.73374,7.52156], [50.73624,7.52204], [50.73762,7.51899], [50.73632,7.51933], [50.73102,7.51775], [50.72934,7.51959], [50.72907,7.51629], [50.73067,7.50753], [50.72956,7.50706], [50.73015,7.50436], [50.73005,7.50152], [50.72869,7.50015], [50.72679,7.49809], [50.72665,7.49577], [50.72581,7.49397], [50.72622,7.49200], [50.72556,7.49140], [50.72396,7.49311], [50.72277,7.48431], [50.71999,7.48230], [50.71834,7.47891], [50.71866,7.46818], [50.71801,7.46689], [50.71866,7.46427], [50.71866,7.46110], [50.71820,7.45590], [50.71654,7.45500], [50.71706,7.45432], [50.71605,7.45277], [50.71635,7.44951], [50.71815,7.44895], [50.71671,7.44483], [50.71535,7.44290], [50.71423,7.44260], [50.71220,7.44118], [50.71290,7.43981], [50.71002,7.43651], [50.71013,7.41986], [50.71119,7.41865], [50.71168,7.41689], [50.71499,7.41277], [50.71779,7.40715], [50.71649,7.39917], [50.71451,7.39874], [50.71578,7.38763], [50.71747,7.38818], [50.71771,7.38505], [50.71668,7.38299], [50.71668,7.37999], [50.71586,7.37934], [50.71679,7.37733], [50.71787,7.37621], [50.71864,7.37437], [50.71489,7.37037], [50.71461,7.37243], [50.71285,7.37140], [50.71317,7.36844], [50.71217,7.36806], [50.71111,7.36934], [50.70907,7.36767], [50.70665,7.36698], [50.70619,7.36505], [50.70459,7.36183], [50.70151,7.36252], [50.69975,7.35847], [50.69771,7.35718], [50.69690,7.35958], [50.69755,7.36799], [50.69456,7.36550], [50.69263,7.36443], [50.69024,7.36731], [50.68909,7.36589], [50.68746,7.36473], [50.68439,7.36812], [50.68167,7.37164], [50.68018,7.37143], [50.67952,7.36688], [50.67800,7.36997], [50.67150,7.36872], [50.67202,7.36538], [50.67101,7.36344], [50.66467,7.35520], [50.66258,7.35585], [50.66165,7.35473], [50.65953,7.35542], [50.65785,7.35495], [50.65485,7.35568], [50.65465,7.35731], [50.65198,7.35782], [50.65060,7.35894], [50.65016,7.35769], [50.64820,7.35602], [50.64730,7.35237], [50.64654,7.35074], [50.64638,7.34894], [50.64368,7.34233], [50.64267,7.33752], [50.64197,7.33611], [50.63833,7.33413], [50.63917,7.33126], [50.63977,7.33053], [50.64029,7.32752], [50.64135,7.32370], [50.64208,7.32173], [50.64012,7.31774], [50.63901,7.31684], [50.63868,7.31383], [50.63754,7.31388], [50.63784,7.31173], [50.63833,7.31152], [50.63833,7.30684], [50.63792,7.30474], [50.63305,7.29745], [50.63177,7.29672], [50.63090,7.29054], [50.62896,7.28264], [50.62798,7.27607], [50.62747,7.27153], [50.62665,7.26968], [50.62662,7.26633], [50.62757,7.26522], [50.62752,7.26333], [50.62608,7.26213], [50.62529,7.25964], [50.62532,7.25642], [50.62793,7.25200], [50.62722,7.25080], [50.62722,7.24822], [50.62771,7.24651], [50.62796,7.24509], [50.62703,7.24088], [50.62858,7.24028], [50.62774,7.23067], [50.62706,7.22458], [50.62687,7.21582], [50.62450,7.21548], [50.62341,7.21299], [50.64989,7.21123], [50.64924,7.20565], [50.64984,7.20492], [50.65006,7.20269], [50.64929,7.20033], [50.64807,7.19831], [50.64777,7.19951], [50.64597,7.19681], [50.64295,7.19449], [50.63797,7.19359], [50.63669,7.19089], [50.63280,7.18943], [50.62967,7.18908], [50.62708,7.18981], [50.62638,7.19110], [50.62589,7.18932], [50.62445,7.18923], [50.62268,7.18743], [50.62295,7.18426], [50.62260,7.18009], [50.61889,7.17374], [50.61288,7.17258], [50.61293,7.16443], [50.61506,7.15477], [50.61255,7.15117], [50.61037,7.15147], [50.60964,7.14808], [50.60087,7.14709], [50.60095,7.14181], [50.60193,7.14207], [50.60225,7.13615], [50.60296,7.13598], [50.60392,7.13095], [50.60650,7.12615], [50.60825,7.12555], [50.61252,7.11932], [50.61211,7.11456], [50.60934,7.11138], [50.60787,7.11289], [50.60536,7.11147], [50.60223,7.10963], [50.60198,7.11143], [50.59700,7.10490], [50.59228,7.10387], [50.59027,7.10181], [50.58929,7.09894], [50.58768,7.09615], [50.58705,7.09289], [50.58648,7.08542], [50.58842,7.08675], [50.59226,7.07293], [50.59414,7.07117], [50.59416,7.06868], [50.59773,7.06692], [50.60095,7.06684], [50.60103,7.05963], [50.60389,7.05954], [50.60661,7.05594], [50.60520,7.05491], [50.60408,7.05169], [50.60473,7.05109], [50.60454,7.04873], [50.60351,7.04929], [50.59053,7.02937], [50.58950,7.03091], [50.58350,7.02302], [50.57231,7.00921], [50.56514,6.99753], [50.56449,6.99230], [50.56522,6.98573], [50.56612,6.98320], [50.56484,6.98148], [50.56337,6.97633], [50.56157,6.97659], [50.55743,6.97518], [50.55617,6.97247], [50.55770,6.96797], [50.55685,6.96565], [50.55647,6.96093], [50.55702,6.95913], [50.55699,6.95702], [50.56100,6.95634], [50.56187,6.95359], [50.56367,6.95209], [50.56326,6.95028], [50.56310,6.94822], [50.56386,6.94780], [50.56345,6.94565], [50.56419,6.94428], [50.56224,6.93879], [50.56126,6.93875], [50.56088,6.93673], [50.56077,6.93107], [50.55971,6.92892], [50.55842,6.92712], [50.55409,6.92167], [50.54948,6.92398], [50.54620,6.92444], [50.54280,6.92670], [50.54253,6.92855], [50.53866,6.92953], [50.53699,6.93104], [50.53394,6.93052], [50.53337,6.92919], [50.53386,6.92833], [50.53282,6.92288], [50.53143,6.92301], [50.53124,6.92151], [50.52916,6.91550], [50.52807,6.91593], [50.52772,6.91194], [50.52586,6.90932], [50.52586,6.90636], [50.52736,6.90516], [50.52723,6.90027], [50.52854,6.89997], [50.53004,6.90233], [50.53162,6.90258], [50.53137,6.90074], [50.53069,6.89683], [50.52982,6.89310], [50.52966,6.88641], [50.52897,6.88517], [50.52701,6.88199], [50.52619,6.88216], [50.52510,6.88371], [50.52316,6.88362], [50.52153,6.88319], [50.51964,6.88409], [50.51883,6.88654], [50.51812,6.89109], [50.51760,6.89332], [50.51752,6.89718], [50.51547,6.89568], [50.51424,6.89508], [50.51361,6.89336], [50.50897,6.88967], [50.50826,6.88817], [50.50775,6.88766], [50.50766,6.89165], [50.50684,6.89414], [50.50684,6.89757], [50.50507,6.89959], [50.50324,6.90027], [50.50237,6.90272], [50.50250,6.90508], [50.50125,6.90581], [50.50027,6.90444], [50.49789,6.90143], [50.49399,6.89933], [50.49284,6.89723], [50.49169,6.89748], [50.49178,6.90109], [50.48943,6.90014], [50.48593,6.90491], [50.48438,6.90486], [50.48167,6.90362], [50.48099,6.90152], [50.47780,6.89907], [50.47627,6.90083], [50.47479,6.90263], [50.47313,6.90143], [50.47094,6.89920], [50.46914,6.90135], [50.46750,6.89465], [50.46766,6.89238], [50.46731,6.89049], [50.46619,6.88821], [50.46744,6.88748], [50.46692,6.88388], [50.46665,6.88092], [50.46539,6.87787], [50.46356,6.87465], [50.46173,6.87169], [50.46001,6.86920], [50.45652,6.86770], [50.45764,6.86641], [50.45736,6.86422], [50.45687,6.86165], [50.45619,6.86040], [50.45392,6.85864], [50.45356,6.85710], [50.45408,6.85624], [50.45482,6.85641], [50.45622,6.85418], [50.45761,6.85453], [50.45714,6.85075], [50.45922,6.84877], [50.46067,6.84375], [50.46387,6.84139], [50.46504,6.83933], [50.46608,6.83457], [50.46668,6.83058], [50.46761,6.82890], [50.46739,6.82581], [50.46843,6.82384], [50.47157,6.81521], [50.47233,6.81212], [50.47722,6.80899], [50.48023,6.80779], [50.48435,6.80719], [50.48797,6.80695], [50.48887,6.80562], [50.49155,6.80090], [50.48925,6.79150], [50.48934,6.78888], [50.48838,6.78746], [50.48661,6.77909], [50.48483,6.77768], [50.48311,6.77485], [50.48491,6.77081], [50.48535,6.76789], [50.48292,6.76811], [50.48087,6.76510], [50.47560,6.75918], [50.47612,6.75202], [50.47358,6.74459], [50.46768,6.74292], [50.46601,6.74601], [50.46596,6.74936], [50.46719,6.75108], [50.46798,6.75249], [50.46965,6.75194], [50.47104,6.75417], [50.47071,6.75825], [50.46787,6.75726], [50.46662,6.75764], [50.46446,6.75567], [50.46263,6.75657], [50.46145,6.75966], [50.46235,6.76327], [50.46151,6.76430], [50.45951,6.76477], [50.45823,6.76661], [50.45722,6.76262], [50.45547,6.76215], [50.45443,6.76434], [50.45063,6.76404], [50.44759,6.75756], [50.44114,6.74292], [50.43783,6.74589], [50.43690,6.74460], [50.43529,6.74516], [50.43474,6.74833], [50.43340,6.74988], [50.43357,6.75404], [50.43376,6.75812], [50.43130,6.76013], [50.43344,6.76512], [50.43551,6.77108], [50.43333,6.76919], [50.43103,6.76924], [50.42614,6.77095], [50.42523,6.77018], [50.42488,6.77001], [50.42359,6.77524], [50.42376,6.77821], [50.42048,6.78439], [50.41834,6.78181], [50.41569,6.78031], [50.41298,6.77864], [50.40511,6.77954], [50.40070,6.77237], [50.39616,6.76984], [50.39277,6.76928], [50.38929,6.77344], [50.38406,6.77688], [50.38461,6.77748], [50.38215,6.77911], [50.38174,6.77988], [50.37700,6.78314], [50.37561,6.78533], [50.37451,6.78370], [50.37364,6.78434], [50.36980,6.79524], [50.36890,6.80194], [50.36332,6.79992], [50.36099,6.79726], [50.36343,6.79722], [50.36219,6.79078], [50.36291,6.78657], [50.36184,6.78361], [50.36403,6.78022], [50.36416,6.77640], [50.36033,6.77666], [50.35915,6.77597], [50.36091,6.77490], [50.36025,6.77301], [50.36195,6.77143], [50.35923,6.76615], [50.35551,6.75580], [50.35455,6.75482], [50.35586,6.75241], [50.35406,6.74216], [50.35433,6.73958], [50.35293,6.73203], [50.34943,6.72735], [50.34765,6.72280], [50.34625,6.71615], [50.34409,6.71057], [50.34381,6.70787], [50.34195,6.70431], [50.33606,6.69847], [50.33943,6.69757], [50.34266,6.69684], [50.34570,6.69680], [50.34694,6.69632], [50.35219,6.69027], [50.35597,6.68761], [50.35900,6.68750], [50.36347,6.68157], [50.36289,6.68076], [50.36605,6.67724], [50.36936,6.67269], [50.37204,6.66861], [50.36985,6.66007], [50.36774,6.65552], [50.36350,6.65574], [50.35699,6.65660], [50.35458,6.65514], [50.35221,6.65262], [50.35085,6.65378], [50.34975,6.65112], [50.34893,6.65086], [50.34838,6.64932], [50.34761,6.64477], [50.34756,6.64258], [50.34715,6.64052], [50.34523,6.63777], [50.34556,6.63662], [50.34917,6.63237], [50.34846,6.63147], [50.35065,6.62911], [50.35090,6.63001], [50.35230,6.62563], [50.35183,6.62391], [50.35361,6.62232], [50.35441,6.62353], [50.35599,6.62177], [50.35692,6.62293], [50.35892,6.62327], [50.36005,6.62237], [50.36109,6.62468], [50.36215,6.62567], [50.36311,6.62541], [50.36335,6.62606], [50.36877,6.62730], [50.36894,6.62632], [50.37151,6.62593], [50.37159,6.62777], [50.37310,6.62739], [50.37617,6.62374], [50.37471,6.62378], [50.37477,6.62207], [50.37559,6.61919], [50.37682,6.61752], [50.37606,6.61546], [50.37721,6.61499], [50.37597,6.60760], [50.37565,6.60434], [50.37792,6.60194], [50.38074,6.60726], [50.38312,6.60597], [50.38673,6.60554], [50.38829,6.60336], [50.38610,6.59713], [50.38511,6.59512], [50.38416,6.58778], [50.38262,6.58452], [50.37890,6.58168], [50.37767,6.57752], [50.37710,6.57409], [50.37679,6.56852], [50.37329,6.56590], [50.37263,6.56603], [50.37145,6.56170], [50.37006,6.55990], [50.36921,6.55595], [50.36888,6.55342], [50.36825,6.55307], [50.36672,6.54350], [50.37019,6.54483], [50.37104,6.54380], [50.37140,6.53981], [50.37000,6.53513], [50.37093,6.53479], [50.36935,6.52844], [50.36601,6.52526], [50.36324,6.52041], [50.36242,6.51604], [50.36061,6.51466], [50.35845,6.51694], [50.35755,6.51535], [50.35590,6.51561], [50.35878,6.51213], [50.35952,6.51063], [50.35968,6.50904], [50.35968,6.50728], [50.35922,6.50574], [50.35694,6.50351], [50.35475,6.50312], [50.35207,6.50372], [50.35092,6.50286], [50.35073,6.49994], [50.34999,6.49780], [50.34774,6.49308], [50.34553,6.49093], [50.34301,6.48651], [50.34040,6.48737], [50.33945,6.48381], [50.33851,6.47689], [50.33958,6.47182], [50.34130,6.47114], [50.34218,6.46929], [50.34264,6.46500], [50.34141,6.46230], [50.33826,6.45732], [50.33558,6.45243], [50.33802,6.45002], [50.34136,6.45444], [50.34426,6.45934], [50.34705,6.45758], [50.35242,6.45826], [50.35831,6.46092], [50.36137,6.46058], [50.36307,6.45801], [50.36348,6.45616], [50.36335,6.45264], [50.36402,6.45204], [50.36350,6.45062], [50.36566,6.44929], [50.36832,6.44835], [50.37073,6.44912], [50.37171,6.44861], [50.37229,6.44217], [50.37234,6.43921], [50.37010,6.43445], [50.36955,6.43620], [50.36867,6.43389], [50.36657,6.43166], [50.36459,6.43286], [50.36385,6.43003], [50.36654,6.42775], [50.36744,6.42496], [50.36867,6.42440], [50.36895,6.42093], [50.37365,6.42256], [50.37475,6.41591], [50.37762,6.41831], [50.38017,6.42106], [50.38126,6.42286], [50.38310,6.42204], [50.38318,6.41891], [50.38587,6.41582], [50.38685,6.41552], [50.38994,6.41299], [50.38411,6.38411], [50.38069,6.38861], [50.37954,6.39097], [50.37705,6.38904], [50.37106,6.38861], [50.37062,6.39114], [50.36917,6.39299], [50.36687,6.39441], [50.36717,6.39737], [50.36567,6.39724], [50.36493,6.39612], [50.36315,6.39405], [50.36118,6.39538], [50.36342,6.40512], [50.36137,6.40289], [50.35992,6.39856], [50.35836,6.39770], [50.35743,6.39658], [50.35570,6.39967], [50.35069,6.40392], [50.34913,6.40358], [50.34604,6.40280], [50.33933,6.40774], [50.33571,6.41190], [50.33234,6.41456], [50.33346,6.41834], [50.33349,6.42388], [50.33116,6.42169], [50.32897,6.42255], [50.32667,6.42469], [50.32536,6.42370], [50.32316,6.42508], [50.32344,6.42070], [50.32440,6.41735], [50.32467,6.41435], [50.32311,6.40963], [50.32347,6.40512], [50.32144,6.38993], [50.32229,6.38165], [50.32037,6.38015], [50.31916,6.38053], [50.31957,6.37804], [50.31790,6.37568], [50.31571,6.37444], [50.31492,6.37551], [50.31423,6.37465], [50.31324,6.37036], [50.31396,6.36744], [50.31522,6.36092], [50.31333,6.35830], [50.31042,6.35743], [50.30639,6.36146], [50.30984,6.35618], [50.31094,6.35193], [50.31508,6.34940], [50.31576,6.34314], [50.31779,6.34459], [50.31888,6.34314], [50.31749,6.33601], [50.31924,6.33605], [50.31940,6.33331], [50.32116,6.33455], [50.32395,6.33387], [50.32524,6.32644], [50.32283,6.32485], [50.31965,6.31842], [50.32176,6.31842], [50.32099,6.31503], [50.32231,6.31275], [50.32012,6.30537], [50.31713,6.30511], [50.31598,6.30739], [50.31321,6.30666], [50.31195,6.30846], [50.31011,6.30597], [50.31088,6.30172], [50.30918,6.29580], [50.30715,6.29516], [50.30502,6.29564], [50.30338,6.29762], [50.30151,6.29384], [50.29990,6.29418], [50.29798,6.29002], [50.29628,6.29122], [50.29439,6.28466], [50.28383,6.28401], [50.28111,6.28938], [50.27810,6.29152], [50.27537,6.28834], [50.27425,6.28392], [50.26731,6.27706], [50.26813,6.27264], [50.26596,6.26491], [50.26903,6.25714], [50.26251,6.24444], [50.26341,6.23358], [50.26059,6.23032], [50.25842,6.22229], [50.25634,6.21908], [50.25733,6.21581], [50.25387,6.21062], [50.25423,6.20796], [50.25107,6.20418], [50.24910,6.20530], [50.24308,6.20144], [50.23918,6.19796], [50.23704,6.19324], [50.23773,6.18440], [50.23558,6.17543], [50.23306,6.17273], [50.23073,6.17303], [50.22847,6.17672], [50.22669,6.17573], [50.22534,6.17260], [50.22518,6.16878], [50.22361,6.16612], [50.22002,6.16560], [50.21849,6.16709], [50.21888,6.16821], [50.21849,6.17112], [50.21599,6.17739], [50.21385,6.17816], [50.21149,6.18160], [50.20822,6.18134], [50.20578,6.18447], [50.20498,6.18765], [50.20300,6.18486], [50.20124,6.18503], [50.20058,6.18550], [50.19913,6.18481], [50.19534,6.18584], [50.19242,6.18336], [50.19171,6.18366], [50.18970,6.18593], [50.18674,6.18920], [50.18399,6.18499], [50.18166,6.19061], [50.17913,6.18589], [50.17861,6.18031], [50.18100,6.17808], [50.17982,6.17744], [50.17916,6.16924], [50.18017,6.16787], [50.17828,6.16130], [50.17193,6.15946], [50.17174,6.15598], [50.17663,6.15298], [50.17820,6.14675], [50.17545,6.14405], [50.17264,6.14396], [50.17072,6.14718], [50.17022,6.14495], [50.17025,6.14027], [50.16899,6.13856], [50.16660,6.13907], [50.16261,6.14439], [50.16069,6.14628], [50.15692,6.14353], [50.15585,6.13937], [50.15612,6.13182], [50.15453,6.13100], [50.15241,6.13186], [50.15084,6.13491], [50.14991,6.13890], [50.14776,6.14006], [50.14762,6.14130], [50.15128,6.14886], [50.14963,6.15143], [50.14713,6.15165], [50.14226,6.15392], [50.13913,6.15019], [50.13789,6.14976], [50.13514,6.14615], [50.13577,6.14452], [50.13497,6.13740], [50.13065,6.13774], [50.12923,6.13750], [50.12759,6.13738], [50.12663,6.13690], [50.12474,6.13641], [50.12367,6.13545], [50.12294,6.13233], [50.12192,6.12950], [50.12051,6.12877], [50.11884,6.12854], [50.11598,6.12758], [50.11401,6.12927], [50.11343,6.13185], [50.11363,6.13425], [50.11303,6.13509], [50.10852,6.13071], [50.10743,6.13048], [50.10578,6.13112], [50.10481,6.13442], [50.10340,6.13550], [50.10260,6.13299], [50.10303,6.13048], [50.10246,6.12786], [50.10183,6.12531], [50.09887,6.12513], [50.09506,6.12822], [50.09467,6.13254], [50.09328,6.13303], [50.09252,6.13121], [50.09263,6.12900], [50.09318,6.12522], [50.09378,6.12350], [50.09386,6.12254], [50.09343,6.12164], [50.09189,6.11982], [50.08907,6.11916], [50.08565,6.11939], [50.08344,6.12199], [50.08196,6.12182], [50.08071,6.12169], [50.07812,6.11987], [50.07694,6.11821], [50.07575,6.11763], [50.07477,6.11594], [50.07411,6.11615], [50.07260,6.11830], [50.07225,6.12027], [50.07265,6.12190], [50.07534,6.12266], [50.07674,6.12459], [50.07577,6.12568], [50.07454,6.12854], [50.07342,6.12886], [50.07213,6.12718], [50.07099,6.12581], [50.06906,6.12145], [50.06831,6.12094], [50.06571,6.12057], [50.06471,6.11992], [50.06470,6.11829], [50.06583,6.11604], [50.06598,6.11452], [50.06547,6.11355], [50.06444,6.11374], [50.06236,6.11346], [50.06037,6.11216], [50.05887,6.11239], [50.05741,6.11409], [50.05627,6.11774], [50.05641,6.11967], [50.05680,6.12061], [50.05959,6.12055], [50.06026,6.12117], [50.06024,6.12263], [50.05933,6.12443], [50.05824,6.12391], [50.05609,6.12263], [50.05453,6.12094], [50.05277,6.12121], [50.05201,6.12194], [50.05104,6.12506], [50.04759,6.12731], [50.04294,6.13257], [50.03962,6.13430], [50.03658,6.13214], [50.03469,6.13175], [50.03150,6.12924], [50.02962,6.12952], [50.02844,6.13119], [50.02661,6.13619], [50.02475,6.14040], [50.02440,6.14334], [50.02250,6.14587], [50.01963,6.14302], [50.01740,6.13909], [50.01584,6.13724], [50.01638,6.13529], [50.01893,6.13272], [50.01957,6.13158], [50.01906,6.13003], [50.01843,6.12911], [50.01704,6.13098], [50.01293,6.13625], [50.01105,6.13820], [50.01032,6.14084], [50.01017,6.14706], [50.00970,6.14880], [50.00859,6.14960], [50.00637,6.14917], [50.00257,6.14657], [50.00125,6.14633], [49.99855,6.14539], [49.99812,6.14410], [49.99882,6.14273], [50.00008,6.14039], [50.00024,6.13945], [49.99922,6.13790], [49.99791,6.13773], [49.99500,6.14134], [49.99454,6.14221], [49.99489,6.14760], [49.99405,6.15076], [49.99041,6.15275], [49.98919,6.15382], [49.98718,6.15726], [49.98696,6.16015], [49.98701,6.16386], [49.98581,6.16802], [49.98531,6.17135], [49.98422,6.17272], [49.98400,6.17156], [49.98476,6.16982], [49.98406,6.16916], [49.98064,6.16839], [49.97978,6.16701], [49.97723,6.16633], [49.97481,6.16500], [49.97232,6.16463], [49.96958,6.16497], [49.96842,6.16691], [49.96492,6.16841], [49.96310,6.16989], [49.96238,6.17152], [49.96178,6.17551], [49.95996,6.17618], [49.95615,6.17669], [49.95345,6.17781], [49.95259,6.18175], [49.95560,6.18701], [49.95670,6.18871], [49.95745,6.18373], [49.96114,6.18330], [49.96380,6.18107], [49.96802,6.18497], [49.96867,6.19096], [49.96790,6.19257], [49.96238,6.19255], [49.96125,6.19418], [49.95681,6.19296], [49.95031,6.19750], [49.94863,6.19755], [49.94870,6.19871], [49.94968,6.19974], [49.95104,6.19969], [49.95225,6.20062], [49.95501,6.20469], [49.95497,6.20641], [49.95447,6.20825], [49.95330,6.20810], [49.94999,6.21177], [49.94995,6.22376], [49.94899,6.22339], [49.94674,6.21940], [49.94544,6.21827], [49.94527,6.21687], [49.94460,6.21627], [49.94386,6.21717], [49.94328,6.21992], [49.94293,6.21968], [49.94214,6.22071], [49.94151,6.22095], [49.94107,6.22226], [49.93937,6.22419], [49.93866,6.22419], [49.93847,6.22560], [49.93655,6.22678], [49.93420,6.22346], [49.93344,6.22352], [49.93326,6.22515], [49.93295,6.22496], [49.93257,6.22438], [49.93177,6.22378], [49.93151,6.22436], [49.93038,6.22530], [49.92933,6.22569], [49.92824,6.22524], [49.92782,6.22440], [49.92786,6.22365], [49.92741,6.22316], [49.92644,6.22133], [49.92578,6.21895], [49.92423,6.21801], [49.92330,6.21779], [49.92242,6.21880], [49.92196,6.22108], [49.92116,6.22618], [49.92105,6.22902], [49.92033,6.22994], [49.91846,6.23151], [49.91634,6.23256], [49.91365,6.23378], [49.91258,6.23352], [49.91152,6.23183], [49.91108,6.23080], [49.91166,6.22764], [49.91110,6.22672], [49.91021,6.22687], [49.90754,6.23101], [49.90619,6.23191], [49.90444,6.23198], [49.90024,6.23350], [49.89722,6.23801], [49.89619,6.23955], [49.89557,6.24242], [49.89540,6.24584], [49.89445,6.24725], [49.89336,6.24817], [49.89231,6.24976], [49.89043,6.25054], [49.88978,6.25146], [49.88733,6.25654], [49.88607,6.25762], [49.88476,6.25828], [49.88300,6.25890], [49.88206,6.26108], [49.88079,6.26166], [49.88031,6.26405], [49.87865,6.27014], [49.87669,6.27389], [49.87660,6.27634], [49.87778,6.27889], [49.87872,6.28194], [49.87760,6.28353], [49.87497,6.28628], [49.87519,6.28761], [49.87521,6.29014], [49.87467,6.29164], [49.87399,6.29207], [49.87179,6.29194], [49.86962,6.29270], [49.86669,6.29599], [49.86624,6.29771], [49.86641,6.30005], [49.86714,6.30226], [49.86929,6.30646], [49.86984,6.30865], [49.86991,6.31043], [49.86962,6.31146], [49.86847,6.31292], [49.86658,6.31440], [49.86479,6.31475], [49.86244,6.31389], [49.86070,6.31380], [49.85552,6.31754], [49.85335,6.32138], [49.85198,6.32267], [49.85020,6.32288], [49.84645,6.32142], [49.84522,6.32043], [49.84257,6.31968], [49.84015,6.32041], [49.83872,6.32103], [49.83673,6.32552], [49.83586,6.32713], [49.83634,6.33084], [49.83803,6.33558], [49.84015,6.33743], [49.84354,6.33842], [49.84573,6.33897], [49.84815,6.34009], [49.84906,6.34194], [49.85036,6.34857], [49.85083,6.35254], [49.85087,6.36005], [49.85078,6.36412], [49.84942,6.36658], [49.84456,6.37121], [49.84212,6.37276], [49.84027,6.37713], [49.83788,6.37900], [49.83634,6.38151], [49.83266,6.38479], [49.83018,6.38848], [49.82954,6.38891], [49.82763,6.39239], [49.82351,6.39627], [49.82221,6.39752], [49.81970,6.40192], [49.81898,6.40567], [49.81754,6.41050], [49.81606,6.42031], [49.81610,6.42518], [49.81581,6.42574], [49.81483,6.42597], [49.81264,6.42627], [49.81142,6.42792], [49.81052,6.42996], [49.81054,6.43110], [49.81067,6.43207], [49.81242,6.43458], [49.81362,6.43752], [49.81437,6.44132], [49.81419,6.44203], [49.81326,6.44220], [49.81200,6.44273], [49.81150,6.44366], [49.81166,6.44542], [49.81180,6.44803], [49.81135,6.45233], [49.81162,6.45430], [49.81247,6.45585], [49.81530,6.45876], [49.81952,6.46449], [49.82056,6.46694], [49.82246,6.46966], [49.82251,6.47168], [49.82035,6.47662], [49.81865,6.48067], [49.81347,6.48509], [49.81177,6.48844], [49.81139,6.49314], [49.81239,6.49455], [49.81238,6.49634], [49.81110,6.49908], [49.80993,6.50241], [49.80948,6.50550], [49.80594,6.50843], [49.80216,6.51069], [49.80243,6.51260], [49.80521,6.51626], [49.80820,6.51787], [49.81161,6.51847], [49.81302,6.51978], [49.81334,6.52096], [49.81324,6.52195], [49.81258,6.52330], [49.81126,6.52697], [49.81001,6.52854], [49.80928,6.52972], [49.80766,6.53010], [49.80567,6.53120], [49.80430,6.53043], [49.80279,6.52753], [49.80189,6.52624], [49.79828,6.52253], [49.79705,6.52161], [49.79531,6.51828], [49.79362,6.51371], [49.79245,6.50878], [49.79152,6.50719], [49.78982,6.50575], [49.78817,6.50607], [49.78698,6.50745], [49.78603,6.50978], [49.78465,6.51446], [49.78409,6.51579], [49.78325,6.51682], [49.78215,6.51710], [49.78091,6.51592], [49.77691,6.51073], [49.77536,6.51028], [49.77362,6.50998], [49.77185,6.51350], [49.76962,6.51706], [49.76837,6.51798], [49.76651,6.51812], [49.76500,6.51780], [49.76237,6.51851], [49.76105,6.51806], [49.75927,6.51600], [49.75735,6.51212], [49.75524,6.50422], [49.75374,6.50164], [49.75225,6.50053], [49.74827,6.50064], [49.74577,6.50263], [49.74426,6.50207], [49.74281,6.50177], [49.74118,6.50250], [49.73693,6.50166], [49.73268,6.50186], [49.72932,6.50594], [49.72780,6.50911], [49.72590,6.51450], [49.72430,6.51712], [49.72350,6.51759], [49.72233,6.51617], [49.72075,6.51349], [49.72035,6.51158], [49.72232,6.50922], [49.72482,6.50634], [49.72613,6.50486], [49.72690,6.50132], [49.72626,6.49604], [49.72529,6.49510], [49.72411,6.49536], [49.72200,6.49746], [49.71665,6.50568], [49.71590,6.50688], [49.71283,6.50625], [49.71275,6.50248], [49.70782,6.49323], [49.70340,6.48840], [49.69679,6.47997], [49.69490,6.47344], [49.69282,6.46735], [49.69154,6.45992], [49.68838,6.45670], [49.68235,6.45153], [49.67754,6.44600], [49.67254,6.43911], [49.66993,6.43145], [49.66321,6.42577], [49.66098,6.42669], [49.66017,6.42988], [49.66064,6.43720], [49.65861,6.43984], [49.65528,6.44048], [49.64557,6.43512], [49.63268,6.42632], [49.62209,6.42199], [49.61686,6.41899], [49.61449,6.41246], [49.61132,6.40843], [49.60771,6.40405], [49.60526,6.40294], [49.60184,6.39860], [49.60031,6.39508], [49.59967,6.39006], [49.59962,6.38654], [49.59850,6.38324], [49.59211,6.37543], [49.58735,6.37410], [49.58451,6.37714], [49.58184,6.38139], [49.57975,6.38264], [49.57769,6.38208], [49.57658,6.38023], [49.57636,6.37719], [49.57792,6.37375], [49.57917,6.37084], [49.57864,6.36847], [49.57641,6.36234], [49.57516,6.35989], [49.57352,6.35835], [49.57154,6.35783], [49.56879,6.35985], [49.56695,6.36659], [49.55811,6.38165], [49.55558,6.38268], [49.55260,6.38066]], - DE_SH: [[53.88787,8.44595], [53.92671,8.61487], [53.87958,8.87751], [53.88079,9.19920], [53.86460,9.28984], [53.82219,9.35300], [53.74491,9.41205], [53.71546,9.47179], [53.69432,9.49960], [53.66222,9.52858], [53.63434,9.53167], [53.61418,9.55468], [53.56425,9.67621], [53.55875,9.70540], [53.55744,9.73042], [53.56610,9.73531], [53.56876,9.73497], [53.57548,9.73728], [53.57579,9.73630], [53.57732,9.73724], [53.57790,9.74329], [53.58175,9.74046], [53.58134,9.73887], [53.57994,9.73891], [53.57999,9.73733], [53.58203,9.73647], [53.58267,9.73475], [53.58435,9.73686], [53.58912,9.74338], [53.58886,9.74566], [53.59032,9.74600], [53.59296,9.74703], [53.59490,9.74480], [53.59622,9.74390], [53.59841,9.74399], [53.60167,9.74768], [53.60362,9.74843], [53.60239,9.75585], [53.61103,9.75959], [53.61299,9.75392], [53.61594,9.75598], [53.61589,9.75701], [53.61762,9.75808], [53.62411,9.76014], [53.62485,9.76370], [53.62747,9.76375], [53.62750,9.76997], [53.62251,9.76821], [53.61568,9.77036], [53.61133,9.78594], [53.61098,9.78885], [53.61031,9.78885], [53.60830,9.79091], [53.61026,9.79615], [53.60787,9.79864], [53.60568,9.79684], [53.60504,9.79203], [53.60446,9.79207], [53.60425,9.78947], [53.60107,9.79110], [53.59674,9.79715], [53.59580,9.79736], [53.59483,9.80140], [53.59315,9.80363], [53.59353,9.80470], [53.59147,9.80723], [53.58632,9.81569], [53.58507,9.82058], [53.58426,9.82212], [53.58387,9.82500], [53.58497,9.82603], [53.58566,9.83041], [53.58714,9.83375], [53.58762,9.83723], [53.59032,9.83667], [53.59185,9.83745], [53.59231,9.84002], [53.59376,9.84054], [53.59473,9.83989], [53.59485,9.84521], [53.59656,9.84470], [53.59730,9.84933], [53.59778,9.84925], [53.59725,9.85350], [53.59847,9.85483], [53.59923,9.85813], [53.60228,9.85766], [53.60495,9.86103], [53.60716,9.86184], [53.60927,9.86845], [53.61364,9.86951], [53.61658,9.87397], [53.61992,9.87985], [53.62043,9.88227], [53.62198,9.88517], [53.62288,9.88942], [53.62498,9.88609], [53.62718,9.88794], [53.63089,9.89470], [53.63104,9.89659], [53.63487,9.89702], [53.63614,9.90041], [53.63782,9.90071], [53.64002,9.89961], [53.64165,9.90590], [53.64493,9.90583], [53.64514,9.90635], [53.64669,9.90489], [53.64737,9.90536], [53.64989,9.90605], [53.65074,9.90644], [53.65090,9.90723], [53.65250,9.90725], [53.65282,9.90914], [53.65249,9.90974], [53.65260,9.91247], [53.65319,9.91493], [53.65473,9.91487], [53.65398,9.91770], [53.65528,9.92088], [53.65436,9.92098], [53.65389,9.92227], [53.65302,9.92502], [53.65317,9.92976], [53.65261,9.93081], [53.65263,9.93274], [53.65186,9.93545], [53.65306,9.93665], [53.65227,9.93753], [53.65275,9.94517], [53.65137,9.94757], [53.65077,9.94944], [53.65046,9.95163], [53.65139,9.95287], [53.65085,9.95459], [53.65039,9.95817], [53.64975,9.95946], [53.64954,9.96103], [53.65001,9.96281], [53.64928,9.96371], [53.64854,9.96551], [53.65024,9.96897], [53.64811,9.97371], [53.64978,9.97594], [53.64861,9.97843], [53.64913,9.98216], [53.64860,9.98229], [53.64818,9.98581], [53.64914,9.98761], [53.65553,9.98706], [53.65821,9.99139], [53.66115,9.99169], [53.66494,9.99079], [53.66647,9.99124], [53.66936,9.98984], [53.67511,9.99275], [53.67633,9.99258], [53.68032,9.99758], [53.68144,9.99975], [53.68105,10.00091], [53.68083,10.00314], [53.68109,10.00473], [53.68187,10.04326], [53.67766,10.05131], [53.67952,10.06956], [53.68484,10.06617], [53.68515,10.06724], [53.68594,10.06681], [53.68615,10.06190], [53.68827,10.06057], [53.68882,10.06589], [53.69059,10.06597], [53.69078,10.06665], [53.69256,10.06779], [53.69405,10.06779], [53.69470,10.06824], [53.69472,10.06876], [53.69619,10.06977], [53.69556,10.07123], [53.69697,10.07140], [53.69849,10.07329], [53.69881,10.07511], [53.69910,10.07575], [53.69938,10.07779], [53.70081,10.07612], [53.70379,10.07895], [53.70412,10.07859], [53.70620,10.06953], [53.70989,10.07322], [53.71028,10.07114], [53.71023,10.07086], [53.71080,10.06949], [53.71216,10.07069], [53.71170,10.07393], [53.71365,10.07708], [53.72039,10.08193], [53.71918,10.09401], [53.71644,10.09882], [53.71648,10.10118], [53.71504,10.10176], [53.71410,10.10908], [53.71427,10.11309], [53.71447,10.11384], [53.71570,10.11483], [53.71600,10.11569], [53.71521,10.11659], [53.71465,10.11753], [53.71429,10.11754], [53.71483,10.11555], [53.71461,10.11524], [53.71378,10.11594], [53.71383,10.11703], [53.71444,10.11703], [53.71428,10.11754], [53.71369,10.11769], [53.71343,10.11887], [53.71307,10.11887], [53.71319,10.12110], [53.71517,10.12208], [53.71701,10.12358], [53.71707,10.12429], [53.71917,10.12610], [53.71936,10.12618], [53.72250,10.13291], [53.72310,10.13351], [53.72484,10.13856], [53.72558,10.13952], [53.72498,10.14277], [53.72808,10.14622], [53.73322,10.16174], [53.73699,10.16195], [53.73725,10.16268], [53.73786,10.16251], [53.73927,10.16485], [53.73912,10.16556], [53.73922,10.16732], [53.73808,10.17236], [53.73644,10.17646], [53.73416,10.17850], [53.73266,10.18234], [53.73244,10.18476], [53.73126,10.18581], [53.73087,10.18704], [53.73110,10.18766], [53.73055,10.18910], [53.73121,10.19090], [53.73078,10.19305], [53.72337,10.19122], [53.72276,10.19152], [53.70894,10.18134], [53.70953,10.18065], [53.71003,10.17801], [53.71085,10.17627], [53.71131,10.17537], [53.71263,10.17434], [53.71250,10.17203], [53.71197,10.17168], [53.71161,10.16825], [53.71132,10.16632], [53.70947,10.16610], [53.70953,10.16705], [53.70859,10.16722], [53.70443,10.15651], [53.70340,10.15639], [53.70209,10.15757], [53.70113,10.15984], [53.69706,10.15931], [53.69658,10.15959], [53.69468,10.15856], [53.69008,10.15826], [53.68949,10.15764], [53.68989,10.15747], [53.68972,10.15667], [53.68895,10.15528], [53.68811,10.15472], [53.68744,10.15401], [53.68663,10.15227], [53.68440,10.15300], [53.68265,10.15189], [53.67976,10.14526], [53.68100,10.14346], [53.68026,10.14217], [53.68044,10.13981], [53.67632,10.14226], [53.67717,10.14368], [53.67591,10.14469], [53.67449,10.15400], [53.67556,10.15376], [53.67589,10.15402], [53.67563,10.15451], [53.67444,10.15494], [53.67435,10.15417], [53.67313,10.15454], [53.67229,10.15598], [53.67203,10.15943], [53.67132,10.16087], [53.67217,10.15497], [53.66985,10.15574], [53.66959,10.15898], [53.67055,10.15904], [53.67043,10.16012], [53.67099,10.16042], [53.67084,10.16091], [53.67081,10.16183], [53.66953,10.16372], [53.66811,10.16501], [53.66771,10.16593], [53.66757,10.16887], [53.66873,10.17194], [53.66854,10.17283], [53.66665,10.17401], [53.66636,10.17330], [53.66557,10.17276], [53.66447,10.17398], [53.66387,10.17486], [53.66280,10.17699], [53.66317,10.18034], [53.66306,10.18165], [53.66283,10.18275], [53.66332,10.18355], [53.65870,10.18765], [53.65725,10.18645], [53.65620,10.18808], [53.65583,10.18984], [53.65511,10.19221], [53.65473,10.19557], [53.65357,10.19619], [53.65269,10.19498], [53.65217,10.19476], [53.65128,10.19600], [53.65009,10.19650], [53.64958,10.19634], [53.64911,10.19726], [53.64852,10.19713], [53.64704,10.19860], [53.64665,10.19869], [53.64242,10.19516], [53.63827,10.18928], [53.63793,10.19383], [53.63640,10.19741], [53.63611,10.19990], [53.63657,10.20009], [53.63667,10.20243], [53.63618,10.20807], [53.63659,10.20925], [53.63649,10.21033], [53.63345,10.22239], [53.63131,10.21706], [53.63163,10.21679], [53.63132,10.21582], [53.63000,10.21674], [53.62868,10.21623], [53.62758,10.21728], [53.62721,10.21750], [53.62711,10.21803], [53.62625,10.21752], [53.62602,10.21662], [53.62563,10.21625], [53.62449,10.21307], [53.62320,10.21074], [53.62398,10.20930], [53.62445,10.20756], [53.62373,10.20531], [53.62159,10.20559], [53.62016,10.20134], [53.61834,10.19878], [53.61530,10.19220], [53.61310,10.18855], [53.60934,10.19164], [53.60972,10.19342], [53.60724,10.19533], [53.60492,10.19505], [53.59931,10.19683], [53.59746,10.19421], [53.59713,10.19413], [53.59627,10.19252], [53.59628,10.19168], [53.59546,10.19151], [53.59084,10.19426], [53.58394,10.20112], [53.58222,10.19846], [53.58478,10.19589], [53.58245,10.16551], [53.58404,10.16334], [53.58507,10.16456], [53.58599,10.16407], [53.58576,10.16175], [53.58121,10.15888], [53.57887,10.15377], [53.57812,10.15358], [53.57803,10.15235], [53.57541,10.15122], [53.57295,10.15192], [53.57029,10.15012], [53.56967,10.15036], [53.56867,10.14989], [53.56755,10.14772], [53.56716,10.14847], [53.56634,10.14714], [53.56399,10.14768], [53.56108,10.15868], [53.56092,10.15982], [53.56032,10.15860], [53.55868,10.15993], [53.55776,10.16008], [53.55581,10.15948], [53.55483,10.15879], [53.55379,10.15677], [53.55263,10.15637], [53.55240,10.15521], [53.54872,10.14995], [53.54586,10.14817], [53.54471,10.15139], [53.54301,10.15231], [53.54202,10.15167], [53.53991,10.15223], [53.53995,10.15334], [53.53634,10.15463], [53.53659,10.15733], [53.53719,10.15776], [53.53694,10.15881], [53.53751,10.15948], [53.53789,10.16057], [53.53741,10.16311], [53.53711,10.16847], [53.53488,10.16849], [53.53484,10.16572], [53.53385,10.16504], [53.53311,10.16521], [53.53155,10.16328], [53.53071,10.16296], [53.52940,10.16375], [53.52892,10.16331], [53.52825,10.16254], [53.52615,10.16155], [53.52232,10.16226], [53.52036,10.16574], [53.51690,10.17694], [53.51423,10.18256], [53.51206,10.18797], [53.51138,10.18764], [53.51158,10.18957], [53.51330,10.19007], [53.51412,10.20032], [53.51977,10.21038], [53.51519,10.21332], [53.51417,10.21298], [53.51376,10.21353], [53.51379,10.21504], [53.51343,10.21371], [53.51260,10.21450], [53.51187,10.21699], [53.51054,10.21890], [53.50765,10.21823], [53.50737,10.21999], [53.50646,10.22102], [53.50600,10.22349], [53.50513,10.22358], [53.50462,10.22233], [53.50345,10.22214], [53.50299,10.22147], [53.50197,10.21843], [53.50139,10.21843], [53.49906,10.21815], [53.49911,10.22062], [53.49819,10.22053], [53.49805,10.22227], [53.49748,10.22167], [53.49686,10.22300], [53.49674,10.22192], [53.49626,10.22145], [53.49608,10.22446], [53.49560,10.22551], [53.49552,10.22941], [53.49637,10.23014], [53.49707,10.23321], [53.49623,10.23645], [53.49025,10.23428], [53.48905,10.23510], [53.48880,10.23727], [53.48237,10.23833], [53.47991,10.24860], [53.47716,10.25229], [53.47753,10.25300], [53.47756,10.25508], [53.47794,10.25506], [53.47813,10.25605], [53.47769,10.25717], [53.47700,10.25970], [53.47619,10.25850], [53.47434,10.25995], [53.47506,10.26431], [53.47332,10.26504], [53.47301,10.26592], [53.47158,10.26592], [53.46887,10.26465], [53.46820,10.26832], [53.46664,10.27165], [53.46405,10.26910], [53.45886,10.28066], [53.45731,10.28219], [53.45842,10.28394], [53.45738,10.28592], [53.45639,10.28727], [53.45435,10.29148], [53.45254,10.29364], [53.45152,10.29781], [53.45083,10.29862], [53.44816,10.29377], [53.44697,10.29515], [53.44603,10.29693], [53.44295,10.29952], [53.44229,10.30141], [53.44247,10.30903], [53.44319,10.31014], [53.45215,10.31244], [53.45203,10.31632], [53.44982,10.32486], [53.44059,10.31485], [53.43964,10.31429], [53.43772,10.31878], [53.43655,10.31805], [53.43534,10.31785], [53.43471,10.30760], [53.43262,10.30801], [53.43325,10.31078], [53.42761,10.32256], [53.42508,10.33353], [53.42589,10.37307], [53.40897,10.40089], [53.37161,10.51008], [53.37010,10.54618], [53.36682,10.56103], [53.36559,10.56008], [53.35939,10.57695], [53.36346,10.59502], [53.36520,10.59471], [53.36779,10.59390], [53.37044,10.59729], [53.37741,10.59947], [53.37851,10.60114], [53.37790,10.60196], [53.37846,10.60449], [53.37915,10.60672], [53.38146,10.61144], [53.38292,10.61621], [53.38463,10.61762], [53.38733,10.61795], [53.39078,10.61928], [53.39145,10.61816], [53.39306,10.62027], [53.39386,10.61885], [53.39575,10.62057], [53.39711,10.61911], [53.39844,10.62185], [53.40030,10.62121], [53.40051,10.62057], [53.40271,10.62151], [53.40476,10.62164], [53.40586,10.61881], [53.41169,10.61902], [53.41328,10.62001], [53.41604,10.61954], [53.41763,10.61902], [53.42095,10.62078], [53.42295,10.61881], [53.42424,10.62042], [53.42508,10.61891], [53.42570,10.61986], [53.42496,10.62265], [53.42623,10.62321], [53.42856,10.62119], [53.42930,10.62209], [53.43056,10.62170], [53.43296,10.62346], [53.43337,10.62582], [53.43437,10.62531], [53.43654,10.62419], [53.43797,10.62630], [53.43892,10.62484], [53.44071,10.62591], [53.43968,10.62999], [53.44285,10.63042], [53.44214,10.62608], [53.44341,10.62677], [53.44674,10.62878], [53.44932,10.63149], [53.45088,10.63097], [53.45170,10.63406], [53.45354,10.63359], [53.45540,10.63672], [53.45499,10.64106], [53.45729,10.64767], [53.46115,10.65187], [53.46084,10.66003], [53.45796,10.67201], [53.45709,10.68090], [53.45499,10.69279], [53.46370,10.69695], [53.47792,10.70197], [53.47539,10.72076], [53.47815,10.72566], [53.48065,10.72716], [53.47881,10.73184], [53.48131,10.73844], [53.48182,10.74454], [53.48397,10.75265], [53.48279,10.75707], [53.48644,10.76208], [53.48848,10.76268], [53.49103,10.76620], [53.49458,10.77792], [53.49695,10.77805], [53.51028,10.78663], [53.51620,10.81071], [53.51332,10.82414], [53.51457,10.82504], [53.51569,10.82397], [53.51778,10.82495], [53.52084,10.81405], [53.52130,10.81367], [53.52271,10.81706], [53.52329,10.82148], [53.52449,10.82208], [53.52628,10.81877], [53.53362,10.81877], [53.54265,10.83276], [53.54724,10.82985], [53.55034,10.82960], [53.55340,10.82763], [53.55432,10.82746], [53.55597,10.82493], [53.55934,10.82699], [53.56273,10.82634], [53.56538,10.82660], [53.56757,10.82733], [53.57356,10.82291], [53.57481,10.82364], [53.57481,10.82471], [53.57590,10.82720], [53.57534,10.83196], [53.57448,10.83209], [53.57417,10.83368], [53.57542,10.83656], [53.57514,10.83973], [53.57093,10.84553], [53.56864,10.84557], [53.56533,10.84986], [53.56467,10.85222], [53.56586,10.85578], [53.56416,10.86175], [53.56461,10.86479], [53.56681,10.86745], [53.56839,10.87321], [53.56862,10.88046], [53.57042,10.89042], [53.57205,10.89489], [53.57246,10.90124], [53.57113,10.90806], [53.57233,10.91231], [53.57980,10.91918], [53.59878,10.91557], [53.60453,10.92201], [53.62953,10.92913], [53.63038,10.93260], [53.63260,10.93338], [53.63445,10.93853], [53.63776,10.94003], [53.64041,10.94372], [53.64702,10.94453], [53.64673,10.94726], [53.64564,10.94863], [53.64586,10.95121], [53.64772,10.95258], [53.65149,10.95207], [53.65253,10.95323], [53.65472,10.95297], [53.65652,10.95507], [53.65853,10.95481], [53.66204,10.94782], [53.65894,10.94507], [53.66034,10.94408], [53.66222,10.94378], [53.66283,10.94250], [53.66410,10.94353], [53.66634,10.93975], [53.66875,10.94305], [53.67318,10.94211], [53.67385,10.94464], [53.68509,10.94190], [53.69014,10.93491], [53.68732,10.92981], [53.69431,10.92491], [53.69901,10.92311], [53.69965,10.92243], [53.69934,10.91998], [53.69970,10.91474], [53.70059,10.91324], [53.70343,10.90586], [53.70445,10.89157], [53.70564,10.88908], [53.70590,10.88582], [53.70425,10.88037], [53.70267,10.88007], [53.70181,10.87389], [53.70392,10.86775], [53.70389,10.86294], [53.70394,10.85325], [53.70572,10.85342], [53.70661,10.85179], [53.70549,10.84544], [53.70674,10.84535], [53.70773,10.84338], [53.70698,10.84059], [53.70757,10.83853], [53.70879,10.83729], [53.70973,10.83467], [53.71123,10.82974], [53.71102,10.82562], [53.71775,10.81682], [53.71981,10.81150], [53.72713,10.80718], [53.72992,10.80739], [53.73053,10.81052], [53.73338,10.80838], [53.73523,10.80975], [53.73843,10.80752], [53.74117,10.80211], [53.74157,10.79816], [53.74457,10.79151], [53.74498,10.78695], [53.74607,10.78464], [53.74617,10.78271], [53.74792,10.78090], [53.74813,10.77674], [53.74929,10.77434], [53.74975,10.77065], [53.74813,10.76636], [53.74790,10.75945], [53.75896,10.75747], [53.76107,10.75983], [53.76315,10.75872], [53.76903,10.76241], [53.77033,10.76606], [53.77314,10.76807], [53.77492,10.77086], [53.77733,10.77073], [53.77991,10.76854], [53.78019,10.76717], [53.78217,10.76751], [53.78308,10.76953], [53.78448,10.76957], [53.78526,10.76897], [53.78871,10.76975], [53.78929,10.77301], [53.79160,10.77326], [53.79305,10.77442], [53.79819,10.77271], [53.80108,10.76678], [53.80369,10.76606], [53.80595,10.76773], [53.81061,10.76369], [53.81487,10.76395], [53.81594,10.76266], [53.81961,10.76361], [53.82379,10.76176], [53.82640,10.75785], [53.82797,10.75760], [53.82853,10.75605], [53.83038,10.75567], [53.83160,10.75189], [53.83205,10.75052], [53.83380,10.74850], [53.83826,10.74996], [53.83967,10.74889], [53.84180,10.75000], [53.84512,10.75022], [53.84575,10.75228], [53.84803,10.75412], [53.84925,10.75404], [53.84998,10.75202], [53.84998,10.74970], [53.85074,10.74824], [53.85168,10.74859], [53.85216,10.75030], [53.85365,10.75223], [53.85512,10.75592], [53.85651,10.75652], [53.85788,10.76039], [53.86094,10.76031], [53.86312,10.76310], [53.86327,10.76516], [53.86461,10.76533], [53.86562,10.76438], [53.86727,10.76559], [53.87116,10.77095], [53.87341,10.77142], [53.87465,10.77769], [53.87400,10.78069], [53.87319,10.78310], [53.87417,10.78863], [53.87564,10.79181], [53.87610,10.79554], [53.87579,10.79940], [53.87702,10.80261], [53.88011,10.80604], [53.88112,10.80587], [53.88324,10.80853], [53.88524,10.80853], [53.88547,10.80729], [53.88686,10.81342], [53.89096,10.81244], [53.91454,10.86595], [53.95394,10.90389], [53.95709,10.90355], [54.03100,10.93045], [54.41271,11.89260], [54.67560,10.87225], [54.68592,10.25564], [54.82670,9.86273], [54.82373,9.72059], [54.85274,9.62245], [54.87887,9.63267], [54.88988,9.60117], [54.84937,9.51015], [54.82660,9.43394], [54.83200,9.42051], [54.83254,9.41946], [54.83235,9.41793], [54.83328,9.41701], [54.83369,9.41641], [54.83468,9.41615], [54.83507,9.41684], [54.83564,9.41652], [54.83632,9.41873], [54.83711,9.41825], [54.83832,9.41815], [54.83898,9.41705], [54.83974,9.41536], [54.84183,9.41209], [54.84221,9.41104], [54.84284,9.40765], [54.83925,9.40355], [54.84077,9.40276], [54.83900,9.39604], [54.83847,9.39031], [54.83925,9.38254], [54.83729,9.38069], [54.83562,9.38123], [54.83327,9.37885], [54.83421,9.37569], [54.83338,9.37421], [54.83101,9.37406], [54.82918,9.37593], [54.82692,9.37454], [54.82612,9.37507], [54.82462,9.37363], [54.82340,9.37394], [54.82205,9.37222], [54.82113,9.37318], [54.81942,9.37029], [54.81938,9.36763], [54.81846,9.36529], [54.81678,9.36250], [54.81499,9.35462], [54.80696,9.34631], [54.80727,9.34313], [54.80357,9.34178], [54.80209,9.34513], [54.80038,9.34365], [54.80428,9.33058], [54.80589,9.32959], [54.80901,9.29350], [54.80589,9.29181], [54.80304,9.29537], [54.80179,9.29488], [54.80435,9.28644], [54.80979,9.28417], [54.80983,9.28114], [54.81193,9.27316], [54.81227,9.27024], [54.81096,9.26511], [54.81058,9.25745], [54.80974,9.25022], [54.81753,9.24622], [54.82737,9.23829], [54.83129,9.23583], [54.83531,9.23540], [54.84391,9.24508], [54.85024,9.24022], [54.85373,9.22352], [54.85936,9.20431], [54.85918,9.19580], [54.86043,9.19176], [54.86108,9.18797], [54.86339,9.18612], [54.86868,9.16220], [54.86899,9.16022], [54.87115,9.15442], [54.87326,9.14226], [54.87392,9.13591], [54.87274,9.12336], [54.87310,9.11746], [54.87422,9.11049], [54.87198,9.09884], [54.87219,9.09551], [54.87035,9.09130], [54.87202,9.07646], [54.87134,9.07188], [54.87146,9.06802], [54.87122,9.06325], [54.87317,9.05744], [54.87213,9.04842], [54.87847,9.02914], [54.88046,9.03017], [54.88675,9.01436], [54.89223,8.98400], [54.89592,8.97756], [54.89822,8.96592], [54.90008,8.96266], [54.90139,8.95620], [54.90248,8.94775], [54.90351,8.92275], [54.90329,8.91648], [54.90239,8.91356], [54.90338,8.91346], [54.90427,8.90932], [54.90392,8.90430], [54.90459,8.90258], [54.90402,8.89503], [54.90515,8.89260], [54.90381,8.88801], [54.90255,8.88692], [54.90234,8.87765], [54.89959,8.87276], [54.90017,8.86580], [54.89693,8.85971], [54.89758,8.84883], [54.90154,8.84173], [54.90558,8.83739], [54.90694,8.83340], [54.90622,8.83190], [54.90696,8.82390], [54.90403,8.81862], [54.90420,8.81418], [54.90598,8.81120], [54.90483,8.79893], [54.90278,8.79893], [54.90158,8.79287], [54.89869,8.78725], [54.89783,8.78081], [54.89553,8.77626], [54.89271,8.77690], [54.89446,8.75984], [54.89674,8.75030], [54.89524,8.74787], [54.89329,8.73798], [54.89288,8.72787], [54.89643,8.71655], [54.89731,8.71693], [54.89898,8.70975], [54.90102,8.70764], [54.90287,8.70086], [54.90381,8.69988], [54.90476,8.69676], [54.90560,8.69573], [54.90890,8.68741], [54.91061,8.68088], [54.91149,8.66981], [54.90878,8.65994], [54.91128,8.63836], [54.91842,8.60166], [55.11935,8.40794], [54.75981,7.77405], [53.97835,8.48964]], - DE_ST: [[51.09109,12.28531], [51.09605,12.28069], [51.09568,12.27887], [51.09720,12.27786], [51.09775,12.27957], [51.09964,12.27879], [51.10045,12.26094], [51.09813,12.26120], [51.09791,12.25399], [51.10012,12.25322], [51.10056,12.24446], [51.10223,12.24412], [51.10352,12.24146], [51.10287,12.23511], [51.10422,12.23322], [51.10616,12.22875], [51.10885,12.22584], [51.10950,12.22249], [51.11079,12.22438], [51.11176,12.22326], [51.11489,12.22515], [51.11952,12.22481], [51.11985,12.22335], [51.12117,12.22343], [51.12122,12.22086], [51.12230,12.22086], [51.12305,12.22215], [51.12243,12.22292], [51.12222,12.22558], [51.12041,12.22429], [51.11998,12.22845], [51.12144,12.22987], [51.12346,12.23227], [51.12289,12.23339], [51.12313,12.23515], [51.12483,12.23798], [51.12642,12.23927], [51.12774,12.23772], [51.12844,12.23901], [51.12844,12.23978], [51.13000,12.24189], [51.13089,12.24176], [51.13129,12.24103], [51.13164,12.23966], [51.13269,12.23914], [51.13323,12.23532], [51.13506,12.23378], [51.13568,12.23210], [51.13520,12.23124], [51.13549,12.23069], [51.13668,12.23051], [51.13716,12.22785], [51.13668,12.22687], [51.13692,12.22528], [51.13746,12.22511], [51.13811,12.22099], [51.13838,12.21622], [51.14180,12.19708], [51.14486,12.19657], [51.14573,12.19751], [51.14758,12.19747], [51.14877,12.19824], [51.15127,12.19708], [51.15426,12.19768], [51.15547,12.19751], [51.15781,12.19786], [51.16002,12.19768], [51.16061,12.20082], [51.16155,12.20249], [51.16363,12.20279], [51.16578,12.20262], [51.17081,12.20670], [51.17108,12.20983], [51.17213,12.21167], [51.17509,12.21232], [51.17579,12.21163], [51.17619,12.20880], [51.17700,12.20884], [51.17883,12.21245], [51.18034,12.21215], [51.18087,12.21301], [51.18373,12.21373], [51.18381,12.20537], [51.18542,12.19275], [51.18486,12.18678], [51.18330,12.18000], [51.18284,12.17975], [51.18281,12.17829], [51.18200,12.17816], [51.18133,12.17455], [51.18445,12.17460], [51.18980,12.17417], [51.18978,12.18095], [51.19139,12.18799], [51.19422,12.18584], [51.19567,12.19206], [51.20391,12.18965], [51.21321,12.20115], [51.21410,12.20544], [51.21700,12.20351], [51.21649,12.20102], [51.21738,12.19789], [51.22391,12.19621], [51.22953,12.19540], [51.23560,12.19261], [51.23619,12.19827], [51.23751,12.19754], [51.23839,12.19991], [51.23971,12.19922], [51.23845,12.19514], [51.24223,12.19321], [51.24981,12.19167], [51.25784,12.18930], [51.25736,12.18506], [51.25862,12.18128], [51.25808,12.17356], [51.26034,12.17321], [51.26152,12.17377], [51.26611,12.17356], [51.26619,12.16600], [51.26769,12.16566], [51.27014,12.16926], [51.27355,12.17021], [51.27619,12.17220], [51.28583,12.17267], [51.28586,12.17019], [51.29396,12.16911], [51.29265,12.15783], [51.30107,12.15577], [51.30150,12.15851], [51.31033,12.15478], [51.31977,12.14804], [51.32090,12.15542], [51.31990,12.16079], [51.32079,12.16697], [51.32551,12.16602], [51.32605,12.16795], [51.32674,12.16740], [51.32688,12.17066], [51.32747,12.17233], [51.32704,12.17465], [51.32808,12.17765], [51.32787,12.18267], [51.33036,12.19473], [51.33527,12.19289], [51.34071,12.19327], [51.34087,12.19400], [51.34347,12.19366], [51.34334,12.19250], [51.34741,12.19147], [51.34723,12.18907], [51.34875,12.19048], [51.35395,12.19078], [51.35417,12.19559], [51.36057,12.19636], [51.36097,12.19091], [51.36459,12.19194], [51.36469,12.18787], [51.36737,12.18583], [51.36965,12.18986], [51.37020,12.19353], [51.37059,12.19325], [51.36994,12.18930], [51.36757,12.18529], [51.36722,12.18471], [51.36847,12.18248], [51.36879,12.18293], [51.37020,12.18289], [51.37148,12.18482], [51.37135,12.18330], [51.37183,12.18323], [51.37250,12.18381], [51.37365,12.18362], [51.37225,12.18488], [51.37293,12.18615], [51.37202,12.18804], [51.37132,12.19218], [51.37266,12.19383], [51.37324,12.19076], [51.37270,12.18898], [51.37341,12.18660], [51.37386,12.18772], [51.37461,12.18722], [51.37521,12.18830], [51.37435,12.18900], [51.37558,12.19038], [51.37787,12.19096], [51.37905,12.18986], [51.37935,12.18862], [51.37777,12.18688], [51.37904,12.18282], [51.37820,12.18184], [51.37550,12.18012], [51.37541,12.17589], [51.37636,12.17637], [51.37735,12.17868], [51.37758,12.17697], [51.37907,12.17540], [51.38099,12.17935], [51.38225,12.17671], [51.38399,12.17649], [51.38311,12.17420], [51.38414,12.17325], [51.38528,12.17467], [51.38630,12.17819], [51.38632,12.18141], [51.38765,12.18255], [51.38926,12.18267], [51.39033,12.18250], [51.39053,12.17780], [51.40110,12.17465], [51.40065,12.17806], [51.40394,12.17828], [51.40621,12.17716], [51.40996,12.17420], [51.41031,12.18368], [51.41403,12.18312], [51.41400,12.18849], [51.41331,12.18999], [51.42163,12.19493], [51.42149,12.18913], [51.42091,12.18896], [51.42091,12.18613], [51.43049,12.18488], [51.43284,12.17042], [51.43244,12.16939], [51.43485,12.15759], [51.44306,12.15810], [51.44392,12.15459], [51.44523,12.15463], [51.44512,12.15849], [51.45122,12.15896], [51.45234,12.15845], [51.45245,12.15343], [51.45753,12.15291], [51.45945,12.14871], [51.46298,12.14905], [51.46285,12.15338], [51.46493,12.15557], [51.46467,12.15862], [51.46558,12.15853], [51.46560,12.16351], [51.46721,12.16390], [51.46718,12.16729], [51.46814,12.17351], [51.46996,12.17630], [51.47483,12.17712], [51.48204,12.17630], [51.48522,12.20385], [51.48998,12.20141], [51.49059,12.20518], [51.49415,12.20553], [51.49412,12.20454], [51.49770,12.20471], [51.49757,12.20763], [51.50267,12.20832], [51.50195,12.19823], [51.50590,12.19784], [51.50550,12.19274], [51.50614,12.19154], [51.50787,12.19138], [51.50829,12.19404], [51.51770,12.19602], [51.51986,12.19168], [51.52488,12.19220], [51.52531,12.19473], [51.53094,12.19396], [51.53158,12.19674], [51.53110,12.19760], [51.53121,12.20241], [51.53422,12.20189], [51.53476,12.20739], [51.53940,12.20692], [51.53959,12.21069], [51.54172,12.21022], [51.54439,12.22361], [51.54629,12.21915], [51.54725,12.23151], [51.55154,12.23099], [51.55251,12.23163], [51.55293,12.23614], [51.55659,12.23627], [51.55645,12.23468], [51.56092,12.23317], [51.56143,12.23686], [51.56618,12.24193], [51.56676,12.24497], [51.56343,12.24922], [51.56303,12.24798], [51.56135,12.24939], [51.55919,12.24995], [51.55900,12.25090], [51.56055,12.25467], [51.56009,12.26102], [51.55980,12.27278], [51.56073,12.28330], [51.56036,12.29381], [51.56484,12.29484], [51.56519,12.29755], [51.56642,12.29750], [51.56506,12.30154], [51.56810,12.31347], [51.57317,12.31703], [51.57799,12.32196], [51.57807,12.32600], [51.57863,12.33209], [51.57941,12.33231], [51.57999,12.33827], [51.57885,12.33930], [51.58018,12.34153], [51.58375,12.34218], [51.58493,12.33673], [51.58599,12.33754], [51.58434,12.34407], [51.58647,12.34866], [51.58498,12.35668], [51.58474,12.36003], [51.58399,12.36196], [51.58293,12.36767], [51.58477,12.36908], [51.58375,12.37350], [51.58474,12.37526], [51.58543,12.37355], [51.58541,12.38187], [51.58621,12.38526], [51.58487,12.39118], [51.58677,12.39419], [51.58461,12.39711], [51.58167,12.42324], [51.59898,12.42740], [51.59741,12.43354], [51.59919,12.43414], [51.59917,12.43723], [51.60298,12.43916], [51.60426,12.43371], [51.60594,12.43320], [51.60503,12.43685], [51.60588,12.44002], [51.60791,12.44208], [51.60964,12.44217], [51.61047,12.44401], [51.60993,12.44848], [51.60903,12.44998], [51.60692,12.44994], [51.60324,12.46015], [51.60407,12.46727], [51.60527,12.47116], [51.60447,12.48576], [51.60188,12.48769], [51.59981,12.48511], [51.59666,12.47756], [51.59525,12.47769], [51.59258,12.48254], [51.59370,12.48554], [51.59813,12.49000], [51.59839,12.49108], [51.59613,12.49790], [51.60042,12.49726], [51.60372,12.49816], [51.60418,12.49541], [51.60503,12.49636], [51.60378,12.49902], [51.60452,12.50417], [51.60849,12.50661], [51.60551,12.51601], [51.60682,12.52356], [51.60476,12.52704], [51.60596,12.53434], [51.60260,12.53764], [51.60247,12.54172], [51.60418,12.54528], [51.60716,12.54292], [51.60772,12.54575], [51.60879,12.55129], [51.60817,12.55545], [51.60801,12.56197], [51.61020,12.56086], [51.61305,12.56227], [51.61473,12.56708], [51.61657,12.57009], [51.61489,12.57515], [51.62215,12.57774], [51.62559,12.58079], [51.62444,12.58517], [51.62569,12.58689], [51.62551,12.58813], [51.62098,12.58860], [51.62084,12.58968], [51.61962,12.59023], [51.61813,12.59581], [51.62047,12.59877], [51.62287,12.59929], [51.62505,12.60186], [51.62689,12.60658], [51.62663,12.61804], [51.62753,12.62439], [51.62548,12.62873], [51.62431,12.62847], [51.62234,12.62444], [51.62047,12.62268], [51.61658,12.62195], [51.61634,12.61736], [51.61368,12.60989], [51.61093,12.60740], [51.61091,12.60907], [51.61269,12.61302], [51.61277,12.61474], [51.61426,12.61864], [51.61613,12.62701], [51.61602,12.63066], [51.61687,12.63701], [51.61842,12.63765], [51.61895,12.64027], [51.61970,12.63963], [51.61954,12.64092], [51.62071,12.64958], [51.62204,12.64962], [51.62300,12.64872], [51.62476,12.64936], [51.62604,12.65348], [51.62908,12.65739], [51.63001,12.65713], [51.62996,12.66357], [51.63140,12.66421], [51.63132,12.66614], [51.63731,12.66777], [51.64181,12.66713], [51.64964,12.67880], [51.65497,12.67962], [51.66075,12.68653], [51.66261,12.69271], [51.66008,12.69824], [51.66072,12.70258], [51.66261,12.70674], [51.66104,12.71708], [51.65736,12.72773], [51.65569,12.73429], [51.65510,12.74086], [51.65039,12.74893], [51.64888,12.75679], [51.64949,12.76065], [51.64784,12.76430], [51.64609,12.76391], [51.64742,12.77323], [51.65367,12.78232], [51.66368,12.78979], [51.66520,12.79280], [51.66664,12.80601], [51.67031,12.81863], [51.67220,12.81996], [51.67449,12.82580], [51.67537,12.82700], [51.67625,12.83262], [51.67904,12.82996], [51.68021,12.82854], [51.68197,12.82859], [51.68077,12.83108], [51.68085,12.83412], [51.68221,12.83571], [51.68178,12.84116], [51.68460,12.84425], [51.68391,12.84584], [51.68322,12.84618], [51.68085,12.84841], [51.68101,12.85013], [51.67832,12.85421], [51.67896,12.85584], [51.67593,12.85876], [51.67228,12.85670], [51.67180,12.85914], [51.67428,12.86060], [51.67383,12.86163], [51.66962,12.86043], [51.66544,12.86099], [51.66483,12.86086], [51.66376,12.86631], [51.66132,12.86318], [51.65801,12.86459], [51.65628,12.86755], [51.65535,12.86476], [51.65471,12.86618], [51.65554,12.86931], [51.65764,12.87124], [51.65849,12.87618], [51.65833,12.87931], [51.66030,12.88142], [51.66741,12.88905], [51.66440,12.89579], [51.65535,12.89309], [51.64878,12.89496], [51.64582,12.90256], [51.64614,12.90848], [51.64361,12.91372], [51.64569,12.91582], [51.64875,12.91496], [51.65024,12.92496], [51.64854,12.93286], [51.64238,12.94007], [51.63312,12.94616], [51.63927,12.94577], [51.64356,12.95243], [51.64915,12.94977], [51.64995,12.95449], [51.65085,12.95599], [51.65101,12.95835], [51.64928,12.96319], [51.65208,12.96594], [51.65093,12.97259], [51.66508,12.96723], [51.66481,12.96874], [51.66470,12.97371], [51.66297,12.97878], [51.66356,12.98178], [51.66505,12.98221], [51.66606,12.97762], [51.66782,12.97762], [51.66766,12.98397], [51.66864,12.98414], [51.66846,12.99448], [51.66707,12.99830], [51.66728,13.00105], [51.66135,13.00530], [51.66438,13.01144], [51.65821,13.01792], [51.65357,13.02019], [51.64473,13.01603], [51.63690,13.02358], [51.68636,13.15507], [51.68876,13.15542], [51.69009,13.16237], [51.69169,13.16348], [51.69482,13.15808], [51.69477,13.16391], [51.69972,13.16057], [51.71009,13.15516], [51.71270,13.16194], [51.70887,13.16580], [51.70770,13.17035], [51.71217,13.17190], [51.71770,13.16735], [51.71653,13.17250], [51.71583,13.18194], [51.71530,13.18803], [51.72131,13.18486], [51.72142,13.18657], [51.72381,13.18632], [51.72397,13.18323], [51.73147,13.17945], [51.73428,13.17481], [51.73482,13.17035], [51.73763,13.16863], [51.73896,13.16941], [51.74194,13.16546], [51.74258,13.15782], [51.74576,13.15876], [51.74736,13.15628], [51.75044,13.15876], [51.74986,13.16254], [51.75214,13.16469], [51.75522,13.16374], [51.75522,13.16082], [51.75915,13.15095], [51.76335,13.15413], [51.76324,13.15602], [51.76473,13.15662], [51.76659,13.14804], [51.77488,13.16125], [51.78104,13.16185], [51.78125,13.15954], [51.78390,13.16065], [51.78247,13.17001], [51.78725,13.17095], [51.78799,13.16014], [51.79266,13.16460], [51.79723,13.15954], [51.79696,13.16151], [51.80211,13.16348], [51.80562,13.16160], [51.81596,13.15404], [51.81761,13.14838], [51.81920,13.15027], [51.82084,13.14881], [51.81994,13.14537], [51.82275,13.14314], [51.82238,13.14194], [51.82450,13.14091], [51.82705,13.14409], [51.82944,13.14194], [51.83315,13.13653], [51.83925,13.13370], [51.84694,13.12769], [51.85744,13.12392], [51.85802,13.14452], [51.85945,13.15147], [51.86736,13.15208], [51.87297,13.14985], [51.87334,13.14401], [51.87663,13.14358], [51.87674,13.14015], [51.88023,13.13895], [51.88002,13.13302], [51.88283,13.13242], [51.88320,13.11826], [51.87652,13.11860], [51.87637,13.10813], [51.87350,13.09826], [51.87414,13.08453], [51.86826,13.07981], [51.86926,13.07268], [51.87096,13.04007], [51.87949,13.02857], [51.87970,13.03784], [51.88225,13.03973], [51.89041,13.03827], [51.89120,13.04917], [51.90084,13.04582], [51.90386,13.02256], [51.89793,13.02101], [51.90222,13.01535], [51.90328,13.00728], [51.90444,12.98600], [51.90158,12.97364], [51.92043,12.97698], [51.92313,12.95724], [51.93541,12.96171], [51.93758,12.93544], [51.93715,12.93407], [51.94017,12.92008], [51.93943,12.91639], [51.93165,12.91433], [51.92842,12.89948], [51.92863,12.89132], [51.93488,12.88884], [51.93525,12.85296], [51.95557,12.85244], [51.95948,12.84970], [51.96831,12.84403], [51.96636,12.82910], [51.96392,12.82197], [51.96249,12.80034], [51.96530,12.77700], [51.97661,12.77751], [51.97931,12.77245], [51.98000,12.76498], [51.98280,12.75932], [51.98666,12.75666], [51.98740,12.74876], [51.98956,12.74284], [51.98882,12.73013], [51.99707,12.71271], [52.00035,12.71202], [52.00341,12.69924], [52.00325,12.68327], [52.00669,12.67675], [52.01250,12.67271], [52.01387,12.66344], [52.01239,12.65383], [52.00758,12.64782], [51.99480,12.64387], [51.99231,12.62293], [51.99369,12.62096], [51.99194,12.61409], [51.98264,12.61340], [51.98164,12.60139], [51.98396,12.56688], [51.98528,12.53993], [51.98740,12.53968], [51.98925,12.54105], [51.99792,12.53787], [52.00077,12.53573], [52.00362,12.53599], [52.00537,12.52423], [52.00758,12.50320], [52.01223,12.49247], [52.01878,12.48509], [52.03352,12.48131], [52.03553,12.46620], [52.03500,12.46045], [52.02586,12.45161], [52.01651,12.44973], [52.01894,12.42938], [52.02364,12.42389], [52.02713,12.42071], [52.02914,12.41067], [52.03843,12.39617], [52.04424,12.38973], [52.04445,12.38278], [52.04756,12.35909], [52.05986,12.34776], [52.06682,12.33240], [52.08429,12.32132], [52.09046,12.31978], [52.09436,12.31291], [52.09816,12.29746], [52.10243,12.29094], [52.10501,12.28098], [52.10459,12.27781], [52.11202,12.27146], [52.12472,12.26888], [52.12858,12.26606], [52.13263,12.26400], [52.13764,12.24744], [52.15676,12.23233], [52.16318,12.23447], [52.16629,12.22237], [52.17076,12.21654], [52.17050,12.21963], [52.17676,12.22091], [52.18544,12.22838], [52.18365,12.23078], [52.18165,12.24211], [52.18412,12.24855], [52.19170,12.24460], [52.19581,12.24357], [52.20107,12.25216], [52.20606,12.25422], [52.20748,12.24683], [52.21201,12.24975], [52.21621,12.26082], [52.21427,12.26761], [52.21674,12.28297], [52.22893,12.29771], [52.22979,12.29466], [52.23016,12.28844], [52.23355,12.28582], [52.23489,12.28329], [52.23510,12.27591], [52.23781,12.27497], [52.23973,12.27205], [52.24222,12.27089], [52.24343,12.26462], [52.24264,12.26454], [52.24351,12.25861], [52.24688,12.26303], [52.24789,12.25576], [52.24931,12.25688], [52.25015,12.24589], [52.25598,12.24872], [52.26244,12.25559], [52.26444,12.25207], [52.26633,12.25224], [52.26769,12.25104], [52.27573,12.25276], [52.28455,12.25722], [52.29411,12.26460], [52.29526,12.26374], [52.30476,12.27387], [52.32129,12.28477], [52.32260,12.28984], [52.34085,12.30417], [52.34463,12.30855], [52.34720,12.30709], [52.35103,12.29833], [52.35386,12.29868], [52.36481,12.28391], [52.36892,12.28630], [52.37012,12.29240], [52.37091,12.30046], [52.37300,12.30373], [52.37850,12.30733], [52.38144,12.29480], [52.38610,12.29248], [52.39322,12.29677], [52.39511,12.30287], [52.39846,12.30433], [52.40098,12.30218], [52.40527,12.30278], [52.40951,12.29935], [52.40805,12.29497], [52.40841,12.29042], [52.41019,12.28450], [52.41223,12.27532], [52.41626,12.27480], [52.42375,12.29806], [52.42668,12.29617], [52.43066,12.28948], [52.43254,12.29986], [52.43500,12.30347], [52.43924,12.30330], [52.44442,12.30870], [52.44568,12.30759], [52.44594,12.30338], [52.44793,12.30544], [52.45059,12.30484], [52.45159,12.30888], [52.45148,12.31463], [52.45274,12.31754], [52.45697,12.31789], [52.45922,12.31514], [52.46126,12.31600], [52.46231,12.32235], [52.46445,12.32561], [52.47364,12.32604], [52.47887,12.33154], [52.47996,12.32742], [52.47672,12.32312], [52.47599,12.31609], [52.47855,12.31248], [52.47887,12.30913], [52.48059,12.30870], [52.48331,12.31051], [52.48608,12.31025], [52.49057,12.31480], [52.49036,12.31866], [52.49183,12.32475], [52.49094,12.32647], [52.49235,12.32956], [52.49690,12.33111], [52.49606,12.32175], [52.49141,12.31265], [52.49104,12.30905], [52.49455,12.30355], [52.49664,12.29763], [52.49439,12.29420], [52.49277,12.29471], [52.49266,12.28433], [52.48958,12.28235], [52.48906,12.28004], [52.48749,12.27789], [52.48847,12.27190], [52.49375,12.27018], [52.49527,12.26263], [52.50122,12.27078], [52.50138,12.26649], [52.50300,12.26478], [52.50446,12.26006], [52.51021,12.25920], [52.51940,12.25894], [52.51961,12.24744], [52.52233,12.24478], [52.52483,12.23516], [52.52280,12.23139], [52.51945,12.23104], [52.51700,12.23165], [52.51214,12.22280], [52.50864,12.22323], [52.50613,12.22813], [52.50284,12.22203], [52.50060,12.22083], [52.50206,12.21362], [52.50378,12.21130], [52.49872,12.20658], [52.49736,12.20032], [52.49939,12.19740], [52.49898,12.18842], [52.49631,12.18490], [52.50279,12.17958], [52.50660,12.17108], [52.51554,12.16816], [52.51977,12.17580], [52.52431,12.18009], [52.52682,12.18619], [52.53340,12.18962], [52.53434,12.18052], [52.53914,12.17378], [52.53747,12.16726], [52.53596,12.16451], [52.53418,12.15653], [52.53011,12.15490], [52.52959,12.14383], [52.53429,12.14563], [52.53664,12.14366], [52.54034,12.15044], [52.55569,12.15756], [52.56252,12.16151], [52.57530,12.18160], [52.57656,12.17705], [52.58360,12.17421], [52.60122,12.17439], [52.60664,12.17687], [52.60763,12.17052], [52.61295,12.17190], [52.61800,12.17662], [52.61686,12.16949], [52.62170,12.16958], [52.62530,12.17267], [52.61972,12.18992], [52.61800,12.20322], [52.62368,12.20940], [52.62566,12.21799], [52.62858,12.23790], [52.63040,12.23713], [52.63014,12.23095], [52.63968,12.23181], [52.64072,12.23696], [52.64639,12.23910], [52.64973,12.23421], [52.65337,12.23327], [52.65452,12.23627], [52.66019,12.23481], [52.66254,12.23867], [52.66441,12.23524], [52.66555,12.23936], [52.66717,12.23747], [52.67024,12.23919], [52.67541,12.23634], [52.68077,12.23479], [52.68135,12.22870], [52.68337,12.22741], [52.68800,12.23376], [52.69009,12.23136], [52.68837,12.22553], [52.68847,12.22192], [52.69784,12.21771], [52.69997,12.21832], [52.70257,12.22484], [52.70616,12.22080], [52.70663,12.21840], [52.70954,12.21634], [52.70907,12.21033], [52.71307,12.20484], [52.71573,12.21196], [52.71885,12.21050], [52.72035,12.20372], [52.71775,12.19892], [52.72035,12.19883], [52.72524,12.20761], [52.72929,12.20547], [52.73454,12.21087], [52.73579,12.22126], [52.74026,12.22358], [52.74327,12.21971], [52.74421,12.22169], [52.74722,12.21946], [52.75122,12.21989], [52.75330,12.21053], [52.75600,12.20787], [52.76083,12.20607], [52.76343,12.20847], [52.76322,12.21628], [52.76644,12.21242], [52.76862,12.21405], [52.77215,12.21311], [52.77412,12.21525], [52.77334,12.22109], [52.77573,12.22418], [52.77916,12.22306], [52.78710,12.22401], [52.78975,12.22143], [52.78923,12.23225], [52.78695,12.23628], [52.78591,12.24529], [52.79328,12.25087], [52.79650,12.24795], [52.79852,12.25628], [52.80309,12.25319], [52.80464,12.25808], [52.81020,12.25422], [52.81258,12.25010], [52.81891,12.24667], [52.82042,12.24418], [52.82864,12.24296], [52.83481,12.23961], [52.84010,12.23858], [52.84456,12.23987], [52.85036,12.23214], [52.85472,12.23274], [52.85865,12.23523], [52.86145,12.23188], [52.86617,12.22193], [52.86632,12.21721], [52.86218,12.21429], [52.86264,12.20983], [52.86731,12.20888], [52.86846,12.20267], [52.87815,12.19727], [52.87753,12.19229], [52.87126,12.18542], [52.86841,12.17787], [52.86489,12.17177], [52.86152,12.16010], [52.86043,12.15221], [52.85587,12.13109], [52.85333,12.12603], [52.85401,12.12422], [52.86603,12.13358], [52.86784,12.12998], [52.87577,12.12071], [52.88887,12.12277], [52.89006,12.12525], [52.88991,12.12706], [52.89395,12.12980], [52.89462,12.12474], [52.88654,12.11667], [52.87603,12.11255], [52.87820,12.09770], [52.87727,12.08182], [52.88297,12.08225], [52.88706,12.07599], [52.88375,12.06698], [52.88727,12.06775], [52.88877,12.05916], [52.88939,12.05402], [52.88654,12.04904], [52.88949,12.04715], [52.88949,12.04286], [52.88856,12.02998], [52.89105,12.02277], [52.88991,12.01917], [52.88877,12.01840], [52.88768,12.00526], [52.88333,12.00621], [52.88204,12.00389], [52.88240,11.99419], [52.88100,11.98844], [52.87753,11.98707], [52.87670,11.98295], [52.87851,11.97325], [52.88183,11.95909], [52.88867,11.94784], [52.89281,11.91986], [52.89348,11.89514], [52.90907,11.87154], [52.91015,11.83386], [52.91776,11.82279], [52.93018,11.82699], [52.93856,11.84476], [52.94647,11.84922], [52.95439,11.84021], [52.95816,11.82768], [52.95940,11.78948], [52.96948,11.77412], [52.97972,11.76889], [52.98633,11.75507], [52.98984,11.73644], [52.98349,11.71739], [52.97615,11.69619], [52.98390,11.68443], [53.00214,11.68340], [53.00942,11.67276], [53.00927,11.66203], [53.00555,11.64855], [53.00839,11.62872], [53.02001,11.62443], [53.03467,11.64194], [53.03978,11.63662], [53.04169,11.62529], [53.03632,11.59851], [53.03347,11.59665], [53.01717,11.56632], [53.01283,11.56186], [53.01355,11.55843], [53.00441,11.55190], [53.00364,11.55920], [52.99904,11.55611], [52.99904,11.54675], [53.00152,11.53877], [53.00317,11.53654], [53.00353,11.53371], [53.00875,11.52658], [53.00761,11.51877], [53.00730,11.51182], [52.99914,11.50538], [52.99072,11.50204], [52.98307,11.50118], [52.95899,11.49139], [52.94244,11.50290], [52.94161,11.48976], [52.93996,11.48084], [52.93944,11.46839], [52.93306,11.45277], [52.92018,11.43217], [52.92070,11.42513], [52.91681,11.42282], [52.91024,11.41397], [52.90491,11.40780], [52.90372,11.39715], [52.90227,11.39192], [52.90475,11.38445], [52.90201,11.38436], [52.90066,11.37312], [52.89761,11.36857], [52.89632,11.36265], [52.89419,11.36213], [52.89088,11.35509], [52.88912,11.34883], [52.88865,11.33647], [52.88699,11.33630], [52.88026,11.31647], [52.87840,11.31295], [52.87798,11.30600], [52.87529,11.29493], [52.87855,11.29407], [52.88461,11.29561], [52.88720,11.29458], [52.88922,11.29149], [52.88881,11.28343], [52.88803,11.27579], [52.88326,11.27047], [52.88150,11.27012], [52.88021,11.26532], [52.88016,11.25725], [52.87964,11.24858], [52.87891,11.24180], [52.88031,11.23845], [52.88466,11.23837], [52.88870,11.23631], [52.89207,11.23030], [52.89171,11.22463], [52.89274,11.21983], [52.89787,11.22094], [52.90072,11.19511], [52.90087,11.18584], [52.90662,11.15425], [52.90222,11.15425], [52.89792,11.13691], [52.89699,11.11649], [52.89569,11.11125], [52.89802,11.09743], [52.89978,11.09374], [52.90978,11.09674], [52.91179,11.09941], [52.91304,11.09941], [52.91366,11.09108], [52.91314,11.07709], [52.91091,11.07125], [52.90941,11.06585], [52.90993,11.05984], [52.91242,11.05100], [52.91397,11.03804], [52.91257,11.03555], [52.91190,11.03435], [52.91236,11.02705], [52.91019,11.01297], [52.91200,11.00722], [52.91148,10.99838], [52.90776,10.99461], [52.90682,10.99186], [52.90341,10.99272], [52.89932,10.98843], [52.89616,10.98894], [52.89238,10.98783], [52.88964,10.98997], [52.88560,10.98834], [52.88207,10.98516], [52.88052,10.98070], [52.87845,10.97847], [52.87943,10.97555], [52.87762,10.97392], [52.88021,10.96680], [52.87575,10.96688], [52.87441,10.96388], [52.87254,10.96414], [52.86985,10.95667], [52.86498,10.95392], [52.85643,10.94345], [52.85306,10.93864], [52.85384,10.93315], [52.85425,10.92319], [52.85358,10.91453], [52.85503,10.90929], [52.85658,10.89470], [52.85005,10.89324], [52.84642,10.88989], [52.84616,10.88457], [52.84720,10.88371], [52.84798,10.87633], [52.84953,10.87650], [52.85021,10.87513], [52.85321,10.87479], [52.85617,10.86861], [52.85591,10.86474], [52.85337,10.85848], [52.85187,10.85934], [52.85218,10.85462], [52.85311,10.85264], [52.85166,10.84698], [52.85264,10.84114], [52.84772,10.83462], [52.84751,10.82269], [52.85073,10.80011], [52.84378,10.79617], [52.84337,10.77428], [52.84207,10.76415], [52.84057,10.76424], [52.83403,10.77102], [52.83019,10.76303], [52.82879,10.76570], [52.82723,10.76621], [52.82370,10.76527], [52.81992,10.75651], [52.80254,10.76132], [52.78562,10.75445], [52.78323,10.75497], [52.77441,10.76218], [52.76828,10.76776], [52.76849,10.76930], [52.76256,10.77539], [52.75950,10.77462], [52.75410,10.77522], [52.75218,10.78784], [52.74729,10.79102], [52.74428,10.78981], [52.73846,10.79016], [52.73415,10.78732], [52.73170,10.78827], [52.72936,10.79230], [52.71673,10.79531], [52.71372,10.79668], [52.71335,10.80174], [52.71502,10.80887], [52.71569,10.81951], [52.71767,10.82389], [52.71652,10.82981], [52.71174,10.83127], [52.70763,10.83539], [52.70534,10.83479], [52.70326,10.83264], [52.69926,10.83350], [52.69505,10.83754], [52.69380,10.84045], [52.69052,10.84320], [52.68683,10.84784], [52.68391,10.84887], [52.67907,10.85470], [52.67413,10.85934], [52.66830,10.87032], [52.66304,10.87685], [52.65784,10.87745], [52.65164,10.88217], [52.64378,10.89496], [52.63675,10.89822], [52.63487,10.90114], [52.62799,10.90354], [52.62612,10.90560], [52.62612,10.90929], [52.62320,10.91315], [52.61778,10.91504], [52.61455,10.92397], [52.60955,10.91959], [52.60856,10.92731], [52.61137,10.93109], [52.61486,10.94448], [52.62018,10.94628], [52.62570,10.96465], [52.62575,10.96877], [52.62461,10.97238], [52.62388,10.97624], [52.61294,10.97607], [52.60934,10.97392], [52.60679,10.97564], [52.60371,10.97186], [52.60209,10.96362], [52.59954,10.95907], [52.59558,10.95710], [52.59516,10.95427], [52.59360,10.95418], [52.59281,10.95066], [52.59208,10.94594], [52.58927,10.93839], [52.58249,10.94680], [52.58207,10.94379], [52.57962,10.94105], [52.57743,10.94113], [52.57592,10.93950], [52.57138,10.94148], [52.56908,10.93693], [52.56653,10.93667], [52.56042,10.94259], [52.55348,10.94105], [52.54675,10.94611], [52.54294,10.95092], [52.53615,10.95675], [52.53401,10.95770], [52.53339,10.96045], [52.51777,10.97898], [52.49656,11.00903], [52.49614,11.00679], [52.49712,10.99368], [52.49739,10.98210], [52.50151,10.97497], [52.49671,10.95927], [52.49801,10.95892], [52.49540,10.95051], [52.49629,10.94931], [52.49232,10.94270], [52.48657,10.94364], [52.48385,10.94090], [52.47930,10.94287], [52.47684,10.94150], [52.47627,10.93944], [52.47726,10.93386], [52.46445,10.93437], [52.45985,10.93317], [52.45347,10.94716], [52.44871,10.94845], [52.44484,10.95618], [52.43550,10.96079], [52.43199,10.96560], [52.43053,10.97264], [52.42498,10.98053], [52.42273,10.98602], [52.42131,10.98680], [52.42006,10.98886], [52.41838,10.98894], [52.41519,10.99418], [52.41435,10.99100], [52.41331,10.99178], [52.40917,11.00465], [52.40409,11.00808], [52.40336,11.00937], [52.39728,11.01804], [52.39440,11.01564], [52.39163,11.01907], [52.38733,11.01366], [52.38838,11.01873], [52.39314,11.02173], [52.38990,11.02576], [52.38827,11.03392], [52.38524,11.03606], [52.38576,11.04276], [52.38880,11.03967], [52.38696,11.04782], [52.38377,11.04945], [52.38424,11.05066], [52.38125,11.05400], [52.38062,11.06001], [52.37706,11.06439], [52.37429,11.06310], [52.37277,11.06671], [52.37544,11.06851], [52.37439,11.06928], [52.37423,11.07349], [52.37298,11.07417], [52.37187,11.07340], [52.36983,11.06653], [52.36541,11.06756], [52.35897,11.06911], [52.35566,11.06722], [52.35493,11.06396], [52.35797,11.06138], [52.35058,11.05804], [52.34942,11.05272], [52.34958,11.04345], [52.34806,11.04345], [52.34748,11.03941], [52.34439,11.03615], [52.34429,11.03272], [52.34607,11.03014], [52.34481,11.02319], [52.34801,11.02388], [52.34586,11.00800], [52.34581,11.00637], [52.34413,11.00474], [52.34554,11.00388], [52.34549,11.00199], [52.34303,10.99916], [52.34219,10.99392], [52.34492,10.99220], [52.34324,10.98485], [52.34235,10.98502], [52.34177,10.98270], [52.33464,10.98743], [52.33495,10.99180], [52.33600,10.99137], [52.33616,10.99403], [52.33532,10.99584], [52.33595,11.00133], [52.33086,11.00399], [52.33007,10.99987], [52.32714,11.00039], [52.32829,11.00493], [52.32687,11.00631], [52.32635,11.00863], [52.32782,11.00948], [52.32740,11.01249], [52.32562,11.01189], [52.32089,11.01970], [52.31862,11.01953], [52.31673,11.02468], [52.31579,11.02502], [52.31311,11.02802], [52.31316,11.02957], [52.31190,11.03189], [52.30944,11.03257], [52.31001,11.03575], [52.30650,11.03686], [52.30366,11.03489], [52.30172,11.03643], [52.29957,11.03257], [52.29794,11.02571], [52.29674,11.02090], [52.29059,11.01120], [52.28765,11.01103], [52.28009,11.02133], [52.26970,11.02862], [52.27190,11.03609], [52.27216,11.04150], [52.26649,11.05231], [52.26423,11.05042], [52.26134,11.05180], [52.25887,11.05583], [52.25735,11.05583], [52.25336,11.05171], [52.24243,11.05927], [52.24001,11.05832], [52.24138,11.06991], [52.24290,11.07317], [52.23917,11.07755], [52.23633,11.07926], [52.23496,11.07849], [52.23181,11.08278], [52.22850,11.08544], [52.22366,11.07686], [52.22003,11.07446], [52.21919,11.05935], [52.21682,11.04485], [52.21451,11.04390], [52.21146,11.03686], [52.21225,11.03575], [52.21151,11.03326], [52.21220,11.03171], [52.20994,11.02553], [52.20862,11.02794], [52.20657,11.02244], [52.20457,11.02021], [52.19952,11.01335], [52.19510,11.01360], [52.18695,11.01103], [52.18116,11.01369], [52.17795,11.01961], [52.17142,11.03592], [52.17163,11.04553], [52.17258,11.05377], [52.17221,11.05978], [52.17100,11.05961], [52.16747,11.06115], [52.16389,11.05978], [52.16047,11.05437], [52.15326,11.05995], [52.15273,11.05669], [52.15152,11.05806], [52.14888,11.05077], [52.14341,11.04399], [52.13782,11.04588], [52.13435,11.04416], [52.13435,11.03721], [52.13071,11.02691], [52.12911,11.02657], [52.12964,11.02262], [52.12817,11.01636], [52.12226,11.01103], [52.12089,11.01189], [52.12058,11.00932], [52.11936,11.00829], [52.11884,11.00520], [52.11752,11.00357], [52.11726,11.00013], [52.11578,10.99859], [52.11088,10.98503], [52.10592,10.97567], [52.10751,10.96752], [52.10714,10.96271], [52.10561,10.95318], [52.10313,10.94125], [52.09965,10.94297], [52.09512,10.93894], [52.09200,10.94477], [52.08715,10.95962], [52.08794,10.96640], [52.08631,10.96975], [52.07623,10.97121], [52.07349,10.97258], [52.06468,10.96614], [52.05713,10.96443], [52.05803,10.96288], [52.05956,10.93439], [52.05827,10.91753], [52.05875,10.91032], [52.05843,10.89547], [52.05896,10.88620], [52.05849,10.87668], [52.05738,10.87101], [52.05405,10.86346], [52.05231,10.85822], [52.05025,10.84981], [52.04999,10.84028], [52.04798,10.82646], [52.04856,10.82346], [52.04819,10.81462], [52.04793,10.80209], [52.05020,10.78750], [52.05020,10.77951], [52.04999,10.77359], [52.04761,10.76252], [52.04877,10.76080], [52.04909,10.74355], [52.04803,10.73797], [52.05004,10.72261], [52.05015,10.70338], [52.04793,10.68416], [52.04392,10.66588], [52.04498,10.66385], [52.04286,10.65612], [52.04202,10.64771], [52.03236,10.65106], [52.03283,10.65397], [52.02819,10.65638], [52.02481,10.65509], [52.02401,10.64908], [52.02285,10.64702], [52.02312,10.64084], [52.02111,10.64093], [52.01741,10.63818], [52.01556,10.63853], [52.01445,10.63535], [52.01202,10.62788], [52.01282,10.62539], [52.01112,10.62222], [52.00848,10.62720], [52.00864,10.62059], [52.01002,10.61870], [52.00938,10.61509], [52.01076,10.61363], [52.00753,10.60127], [52.01012,10.60033], [52.01007,10.59690], [52.01324,10.59801], [52.01472,10.59647], [52.01451,10.59037], [52.01155,10.58969], [52.01076,10.57913], [52.01107,10.57518], [52.01002,10.57072], [52.00642,10.57175], [52.00410,10.56025], [51.99242,10.57501], [51.98037,10.58651], [51.97519,10.58454], [51.97445,10.58763], [51.97434,10.59527], [51.97709,10.60454], [51.97661,10.60600], [51.97275,10.60582], [51.96847,10.60591], [51.96842,10.61406], [51.96651,10.61406], [51.96662,10.61947], [51.96456,10.61938], [51.96149,10.61835], [51.95710,10.61938], [51.95890,10.63415], [51.96213,10.64179], [51.95922,10.64779], [51.95721,10.64908], [51.95699,10.65037], [51.95377,10.64797], [51.95319,10.64333], [51.94948,10.63071], [51.94927,10.62393], [51.94784,10.62239], [51.94366,10.62033], [51.94377,10.61810], [51.93996,10.61578], [51.93837,10.61226], [51.93551,10.61338], [51.93361,10.61793], [51.93181,10.61758], [51.93096,10.61578], [51.92826,10.61561], [51.92017,10.61218], [51.91635,10.62968], [51.91434,10.63835], [51.91080,10.64204], [51.90741,10.64737], [51.90449,10.64874], [51.89941,10.64968], [51.89538,10.64814], [51.89162,10.65011], [51.88823,10.64814], [51.88702,10.64496], [51.88490,10.64299], [51.88331,10.64247], [51.88246,10.63998], [51.87954,10.63887], [51.87944,10.63672], [51.87605,10.63466], [51.87239,10.63097], [51.87112,10.62170], [51.87038,10.61844], [51.87038,10.61527], [51.86730,10.61501], [51.86720,10.61106], [51.85994,10.60685], [51.85863,10.60360], [51.85524,10.60128], [51.85291,10.58317], [51.84760,10.57742], [51.84278,10.57561], [51.84034,10.57948], [51.83933,10.58566], [51.83642,10.58840], [51.83244,10.58385], [51.82666,10.57733], [51.82119,10.57759], [51.81896,10.57630], [51.81620,10.57742], [51.81265,10.57561], [51.81111,10.57313], [51.80947,10.57458], [51.80607,10.57785], [51.80092,10.58111], [51.79906,10.58403], [51.78940,10.58454], [51.78807,10.58548], [51.78176,10.57870], [51.77788,10.58291], [51.76742,10.59012], [51.76561,10.59776], [51.76168,10.60771], [51.75892,10.62188], [51.75669,10.62780], [51.75052,10.63037], [51.73955,10.63088], [51.73397,10.63526], [51.73094,10.64144], [51.72876,10.64307], [51.72632,10.64109], [51.72376,10.64324], [51.72238,10.64564], [51.71930,10.64813], [51.71685,10.65465], [51.71760,10.65611], [51.71414,10.66152], [51.70925,10.66727], [51.70638,10.66770], [51.70058,10.66950], [51.69829,10.67199], [51.69616,10.66633], [51.69281,10.66513], [51.69121,10.66255], [51.68994,10.66427], [51.68834,10.66418], [51.68547,10.66650], [51.68440,10.66384], [51.68148,10.66435], [51.67264,10.66753], [51.66796,10.66813], [51.66045,10.68100], [51.65353,10.68341], [51.65017,10.68693], [51.64479,10.68976], [51.64171,10.69508], [51.64021,10.70401], [51.64032,10.71122], [51.64240,10.71774], [51.64453,10.72710], [51.64416,10.73267], [51.64479,10.73671], [51.64320,10.73868], [51.64032,10.74950], [51.64096,10.75679], [51.64469,10.75568], [51.64682,10.76177], [51.64852,10.76280], [51.64442,10.77061], [51.64314,10.78014], [51.64128,10.78658], [51.64069,10.80537], [51.63819,10.81370], [51.63638,10.81344], [51.63254,10.81773], [51.63132,10.81645], [51.62412,10.81816], [51.62370,10.82494], [51.62663,10.82863], [51.62695,10.83164], [51.62956,10.83217], [51.63062,10.83329], [51.63073,10.83964], [51.63041,10.85054], [51.63158,10.85303], [51.63265,10.85878], [51.62812,10.86753], [51.62561,10.86873], [51.62188,10.87637], [51.61975,10.87654], [51.61799,10.87963], [51.61783,10.88255], [51.61671,10.88109], [51.61426,10.88521], [51.61144,10.88624], [51.61042,10.89483], [51.61154,10.89620], [51.61106,10.90126], [51.61394,10.90813], [51.61655,10.91706], [51.61698,10.92083], [51.61426,10.91560], [51.60984,10.91319], [51.60691,10.92427], [51.60536,10.93354], [51.60307,10.93654], [51.59742,10.93531], [51.59528,10.93119], [51.59198,10.92853], [51.59336,10.92278], [51.59315,10.91411], [51.59539,10.90621], [51.59512,10.90484], [51.59379,10.90381], [51.59667,10.89720], [51.60248,10.89557], [51.60126,10.89360], [51.59822,10.89291], [51.59683,10.88845], [51.59443,10.88905], [51.58937,10.88707], [51.58777,10.88716], [51.58558,10.88484], [51.57891,10.88270], [51.57683,10.89351], [51.57315,10.89214], [51.56782,10.89497], [51.56483,10.90012], [51.56237,10.90046], [51.56019,10.89540], [51.55618,10.89480], [51.55063,10.90003], [51.54941,10.90467], [51.55186,10.90630], [51.55266,10.91128], [51.54962,10.91188], [51.54668,10.91729], [51.54514,10.92510], [51.54300,10.92836], [51.54348,10.93188], [51.54135,10.93969], [51.53782,10.94441], [51.53809,10.94638], [51.53734,10.94758], [51.53563,10.94698], [51.53334,10.94776], [51.53435,10.94492], [51.53531,10.94467], [51.53595,10.93943], [51.53280,10.93342], [51.53200,10.93445], [51.52608,10.93299], [51.52592,10.93394], [51.52084,10.93282], [51.52170,10.92904], [51.52084,10.92570], [51.51903,10.93239], [51.51780,10.93102], [51.51700,10.93445], [51.51433,10.93488], [51.51118,10.93660], [51.50626,10.94415], [51.50343,10.94338], [51.50225,10.93960], [51.50006,10.93849], [51.49830,10.94673], [51.50092,10.94827], [51.49873,10.94973], [51.49814,10.95325], [51.49712,10.95170], [51.49386,10.95239], [51.49328,10.95677], [51.48986,10.96097], [51.48408,10.96690], [51.48221,10.97153], [51.48147,10.96956], [51.47430,10.96329], [51.47291,10.96132], [51.47099,10.96037], [51.46874,10.96312], [51.46302,10.96037], [51.46275,10.96303], [51.46003,10.96269], [51.45831,10.96973], [51.45414,10.96801], [51.45366,10.97187], [51.45163,10.97153], [51.44601,10.96638], [51.44478,10.96835], [51.44179,10.96818], [51.44211,10.97093], [51.43216,10.96664], [51.43189,10.96956], [51.42766,11.00835], [51.42611,11.01015], [51.42429,11.01153], [51.42440,11.00698], [51.42359,10.99797], [51.42178,10.99513], [51.42002,10.99428], [51.41820,10.98913], [51.41766,10.99419], [51.41756,11.00063], [51.41622,11.00809], [51.41713,11.01668], [51.41691,11.01891], [51.41820,11.02457], [51.42071,11.02466], [51.42146,11.03650], [51.42403,11.04037], [51.42275,11.04243], [51.42087,11.04543], [51.42023,11.05049], [51.42098,11.05152], [51.42387,11.04637], [51.42564,11.04577], [51.42596,11.04972], [51.42906,11.05135], [51.42703,11.05590], [51.42740,11.05813], [51.42928,11.06054], [51.42842,11.07118], [51.42591,11.07753], [51.42312,11.08500], [51.42296,11.08723], [51.42195,11.08938], [51.41975,11.09495], [51.41847,11.09504], [51.41943,11.09882], [51.41932,11.10251], [51.41649,11.10113], [51.41590,11.10963], [51.41397,11.11401], [51.41520,11.11624], [51.41413,11.11770], [51.41162,11.11478], [51.41038,11.11676], [51.41263,11.11993], [51.41204,11.12362], [51.41301,11.12603], [51.41226,11.12731], [51.41022,11.12783], [51.40712,11.12560], [51.40803,11.13015], [51.40369,11.13186], [51.40583,11.13530], [51.40455,11.13984], [51.40235,11.14036], [51.40278,11.14259], [51.40380,11.14894], [51.40310,11.15143], [51.40144,11.15289], [51.40278,11.15838], [51.40246,11.16233], [51.40455,11.17229], [51.40573,11.17229], [51.40546,11.18302], [51.40246,11.18327], [51.40262,11.19246], [51.40492,11.19332], [51.40487,11.19546], [51.40637,11.19649], [51.40498,11.20267], [51.40736,11.21092], [51.41137,11.21032], [51.41271,11.22336], [51.40795,11.23049], [51.40457,11.22929], [51.40489,11.24740], [51.39836,11.24551], [51.39718,11.24336], [51.39429,11.24877], [51.40008,11.25306], [51.40066,11.27435], [51.40447,11.27555], [51.40195,11.28422], [51.40602,11.30550], [51.40586,11.30868], [51.40939,11.32113], [51.40013,11.32859], [51.39001,11.33031], [51.38894,11.33529], [51.39215,11.34052], [51.38888,11.34233], [51.38717,11.34293], [51.38412,11.34825], [51.38728,11.35031], [51.38926,11.35640], [51.38288,11.35975], [51.38213,11.36198], [51.38288,11.36550], [51.38524,11.36610], [51.38701,11.36850], [51.38481,11.36971], [51.38470,11.37305], [51.38540,11.37297], [51.38470,11.37769], [51.38610,11.37966], [51.38342,11.39305], [51.38101,11.39382], [51.38101,11.39606], [51.37763,11.39709], [51.37319,11.39528], [51.37281,11.39031], [51.36729,11.38919], [51.36579,11.39082], [51.36515,11.39237], [51.36070,11.39125], [51.35909,11.39202], [51.35866,11.39400], [51.35561,11.39262], [51.35400,11.39271], [51.35400,11.39460], [51.34880,11.39666], [51.34928,11.40121], [51.34655,11.39949], [51.34457,11.39932], [51.34199,11.40541], [51.34017,11.40524], [51.33996,11.40936], [51.34215,11.41314], [51.34215,11.42447], [51.34253,11.42824], [51.33899,11.42790], [51.33626,11.42635], [51.33738,11.42301], [51.33604,11.41837], [51.33384,11.41211], [51.33207,11.41442], [51.33127,11.42009], [51.32735,11.42824], [51.32601,11.42584], [51.32296,11.42902], [51.32156,11.43459], [51.32059,11.43348], [51.31856,11.43648], [51.31630,11.44687], [51.31190,11.44592], [51.31400,11.45082], [51.31169,11.45125], [51.30514,11.46524], [51.30144,11.47013], [51.29833,11.47519], [51.29865,11.47167], [51.29484,11.47339], [51.28883,11.46772], [51.29098,11.46249], [51.29452,11.46026], [51.29183,11.45837], [51.28609,11.45373], [51.28346,11.45391], [51.28148,11.45196], [51.27734,11.45582], [51.27149,11.44689], [51.27364,11.44123], [51.26864,11.43651], [51.26687,11.44123], [51.25983,11.43411], [51.25752,11.43119], [51.25677,11.43230], [51.25489,11.42913], [51.25645,11.42647], [51.25323,11.42149], [51.25199,11.42157], [51.24743,11.41745], [51.24619,11.41917], [51.24280,11.41308], [51.24060,11.41179], [51.23668,11.39986], [51.24318,11.40286], [51.24442,11.38724], [51.24608,11.38707], [51.24528,11.38158], [51.24211,11.38003], [51.23905,11.37540], [51.23738,11.37754], [51.23620,11.37643], [51.23362,11.37505], [51.23067,11.37171], [51.23061,11.36853], [51.22717,11.36647], [51.22158,11.36433], [51.21927,11.37171], [51.21932,11.37909], [51.21739,11.39042], [51.21583,11.38827], [51.21540,11.39145], [51.21406,11.38896], [51.21045,11.38982], [51.20900,11.38741], [51.20707,11.38947], [51.20292,11.39093], [51.20352,11.39694], [51.20567,11.39857], [51.20588,11.40166], [51.20341,11.40080], [51.20223,11.40655], [51.20357,11.40870], [51.20717,11.40587], [51.20776,11.41505], [51.21217,11.42913], [51.20852,11.44569], [51.20368,11.44415], [51.20185,11.44647], [51.19636,11.44741], [51.19316,11.44895], [51.19170,11.45331], [51.19514,11.45552], [51.19331,11.46367], [51.19262,11.46565], [51.19228,11.46852], [51.18983,11.47007], [51.18765,11.46910], [51.18527,11.47007], [51.18337,11.46973], [51.18235,11.46833], [51.18048,11.46649], [51.18013,11.47003], [51.17410,11.47172], [51.17168,11.47048], [51.16974,11.47035], [51.16800,11.48575], [51.16536,11.48467], [51.16600,11.48107], [51.16584,11.47463], [51.16356,11.47467], [51.16041,11.47137], [51.16030,11.47665], [51.15841,11.47862], [51.15214,11.47510], [51.15169,11.47394], [51.14851,11.47167], [51.14902,11.46746], [51.14794,11.46708], [51.14811,11.46519], [51.14673,11.45038], [51.14479,11.45171], [51.14490,11.45274], [51.14283,11.45334], [51.13874,11.45699], [51.13734,11.45879], [51.13214,11.45849], [51.12988,11.45982], [51.12996,11.46283], [51.12621,11.46244], [51.12707,11.46502], [51.12396,11.46514], [51.12019,11.46373], [51.11820,11.46360], [51.11817,11.46476], [51.11251,11.46296], [51.10955,11.46901], [51.10707,11.47888], [51.10764,11.48364], [51.10233,11.48463], [51.10205,11.50507], [51.10345,11.50537], [51.10259,11.51142], [51.10749,11.51223], [51.10448,11.52485], [51.10216,11.54605], [51.10768,11.54764], [51.10763,11.54970], [51.10914,11.54944], [51.10995,11.54798], [51.11124,11.54807], [51.11097,11.55433], [51.10898,11.55348], [51.10849,11.55966], [51.11135,11.56026], [51.11113,11.56292], [51.11824,11.56927], [51.12002,11.57262], [51.11878,11.58180], [51.11657,11.58575], [51.11501,11.59716], [51.11145,11.60755], [51.11097,11.60549], [51.10758,11.61596], [51.10472,11.61982], [51.09960,11.61656], [51.09674,11.61622], [51.09610,11.62051], [51.10285,11.62456], [51.10468,11.62773], [51.10500,11.63134], [51.10684,11.63666], [51.10851,11.63597], [51.11012,11.63880], [51.10894,11.63983], [51.10926,11.64601], [51.10651,11.64636], [51.10646,11.64876], [51.10888,11.65168], [51.11039,11.66172], [51.10899,11.66086], [51.10905,11.66670], [51.10743,11.66593], [51.10166,11.67228], [51.10360,11.67434], [51.09773,11.69039], [51.09460,11.69253], [51.09164,11.69434], [51.08711,11.69622], [51.08678,11.69794], [51.08404,11.69700], [51.07827,11.70086], [51.07643,11.69957], [51.07471,11.69974], [51.06850,11.70086], [51.06770,11.70970], [51.07045,11.71442], [51.07045,11.72086], [51.06823,11.72197], [51.06770,11.72627], [51.06716,11.73116], [51.06187,11.73759], [51.06025,11.74755], [51.05728,11.75270], [51.05448,11.74875], [51.05410,11.74489], [51.05140,11.74626], [51.05146,11.75064], [51.04822,11.75150], [51.04741,11.75897], [51.04228,11.75862], [51.04288,11.76669], [51.04439,11.77261], [51.04903,11.77141], [51.05275,11.77527], [51.05216,11.78609], [51.04968,11.78609], [51.05015,11.79075], [51.04961,11.79238], [51.04999,11.79650], [51.04772,11.79839], [51.04832,11.80277], [51.04584,11.80397], [51.04718,11.81641], [51.05031,11.82654], [51.05231,11.83693], [51.05182,11.84414], [51.05236,11.84783], [51.05145,11.85255], [51.05355,11.85933], [51.05096,11.86216], [51.05236,11.87074], [51.05431,11.86894], [51.05684,11.87632], [51.05495,11.88800], [51.05031,11.89538], [51.04713,11.89418], [51.04454,11.89658], [51.04373,11.90654], [51.04519,11.90842], [51.04459,11.90928], [51.04146,11.90928], [51.03887,11.91160], [51.03877,11.91357], [51.03742,11.91469], [51.03601,11.91254], [51.03353,11.91272], [51.02831,11.91026], [51.02653,11.91626], [51.02599,11.92176], [51.02929,11.93343], [51.02912,11.93764], [51.03145,11.94261], [51.02680,11.95008], [51.01946,11.95978], [51.02070,11.96270], [51.01757,11.96562], [51.01768,11.97231], [51.01341,11.97875], [51.01244,11.97540], [51.00898,11.97308], [51.00537,11.97549], [51.00391,11.97772], [51.00045,11.97566], [50.99905,11.96776], [50.99348,11.96888], [50.99375,11.97240], [50.98976,11.97360], [50.99100,11.97875], [50.99003,11.98218], [50.99251,11.99652], [50.98786,11.99883], [50.99030,12.00673], [50.98554,12.00621], [50.98376,12.00827], [50.98360,12.01402], [50.97776,12.01660], [50.97652,12.01428], [50.97419,12.00965], [50.96998,12.01016], [50.96738,12.01454], [50.96960,12.02638], [50.97208,12.03626], [50.97198,12.04012], [50.96917,12.04561], [50.96765,12.05385], [50.97019,12.06089], [50.97279,12.07170], [50.97403,12.07539], [50.97365,12.08029], [50.97635,12.09170], [50.97473,12.09376], [50.97306,12.10483], [50.96873,12.11565], [50.96527,12.12835], [50.96527,12.13127], [50.96008,12.13093], [50.95987,12.13470], [50.96371,12.15084], [50.96209,12.15908], [50.95798,12.16311], [50.95895,12.16689], [50.96576,12.16311], [50.96981,12.16929], [50.97290,12.17504], [50.97517,12.18182], [50.96706,12.18963], [50.96587,12.18981], [50.96019,12.19401], [50.95625,12.19873], [50.95614,12.20208], [50.95890,12.21264], [50.95641,12.21272], [50.95533,12.21418], [50.95295,12.21453], [50.94878,12.20946], [50.94732,12.21144], [50.94354,12.20980], [50.94294,12.21427], [50.93764,12.21384], [50.94262,12.22706], [50.94705,12.23023], [50.95149,12.23864], [50.95630,12.24259], [50.96225,12.24156], [50.96333,12.23907], [50.96111,12.23418], [50.96754,12.23796], [50.97522,12.23967], [50.98959,12.26362], [50.99888,12.27169], [51.00558,12.27847], [51.00726,12.28542], [51.01050,12.28319], [51.01476,12.28980], [51.01746,12.29031], [51.01919,12.29315], [51.02410,12.29349], [51.02529,12.29478], [51.03204,12.29495], [51.03107,12.29057], [51.03879,12.28697], [51.03798,12.28310], [51.04084,12.28139], [51.04094,12.27238], [51.03916,12.26628], [51.03787,12.26053], [51.03954,12.25401], [51.04057,12.25221], [51.04380,12.25160], [51.04478,12.25796], [51.04904,12.25658], [51.04942,12.26293], [51.05330,12.26147], [51.05400,12.26388], [51.05675,12.26268], [51.06371,12.26070], [51.06603,12.25890], [51.06754,12.26156], [51.06905,12.26748], [51.07132,12.26791], [51.07153,12.26971], [51.07525,12.26989], [51.07784,12.26894], [51.07854,12.27967], [51.08189,12.28019], [51.08264,12.28422], [51.08841,12.28448], [51.09041,12.28585]], - DE_TH: [[51.37548,9.92815], [51.37267,9.92849], [51.37212,9.92561], [51.37100,9.92463], [51.36806,9.92319], [51.36596,9.92308], [51.36308,9.92445], [51.35931,9.92568], [51.35330,9.92525], [51.35261,9.92692], [51.35288,9.92754], [51.35099,9.93038], [51.34802,9.93046], [51.34794,9.92969], [51.34649,9.93128], [51.34638,9.93207], [51.34570,9.93246], [51.34184,9.93025], [51.34082,9.93055], [51.33982,9.92903], [51.33740,9.93284], [51.33743,9.93379], [51.33626,9.93866], [51.33522,9.93933], [51.33536,9.94171], [51.33430,9.94358], [51.33298,9.94377], [51.33192,9.94461], [51.32923,9.94379], [51.32825,9.94424], [51.32679,9.94727], [51.32577,9.94667], [51.32396,9.94797], [51.32063,9.94656], [51.31839,9.94898], [51.31618,9.94815], [51.31237,9.94261], [51.31000,9.94134], [51.30783,9.93800], [51.30504,9.94042], [51.30391,9.94377], [51.30225,9.94589], [51.30213,9.94748], [51.30406,9.95394], [51.30484,9.95881], [51.30449,9.96063], [51.30283,9.96409], [51.30111,9.96639], [51.30000,9.96978], [51.29891,9.97021], [51.29689,9.96980], [51.29471,9.97103], [51.29404,9.97285], [51.29324,9.97624], [51.29222,9.97723], [51.29065,9.97678], [51.28845,9.97489], [51.28654,9.97424], [51.28454,9.97201], [51.28429,9.97478], [51.28489,9.97566], [51.28464,9.97834], [51.28304,9.98300], [51.28339,9.98577], [51.28507,9.98918], [51.28497,9.99081], [51.28535,9.99145], [51.28430,9.99345], [51.28386,9.99570], [51.28505,9.99778], [51.28601,10.00066], [51.28595,10.00184], [51.28682,10.00426], [51.28554,10.00757], [51.28401,10.01006], [51.28316,10.01242], [51.28266,10.01984], [51.28065,10.02066], [51.28112,10.02296], [51.28053,10.02592], [51.27948,10.02583], [51.27840,10.02931], [51.27759,10.02984], [51.27877,10.03551], [51.27924,10.03544], [51.27901,10.03613], [51.28017,10.04027], [51.28033,10.04167], [51.27968,10.04313], [51.27868,10.04583], [51.27746,10.04937], [51.27747,10.05179], [51.27841,10.05227], [51.27896,10.05362], [51.27806,10.05456], [51.27794,10.05596], [51.27674,10.05806], [51.27567,10.05997], [51.27352,10.06006], [51.27183,10.05881], [51.27022,10.05909], [51.26940,10.05825], [51.26799,10.05744], [51.26666,10.05433], [51.26776,10.05246], [51.26516,10.05017], [51.26445,10.04631], [51.26297,10.04618], [51.26117,10.04757], [51.25964,10.04686], [51.25906,10.04729], [51.25932,10.04879], [51.25901,10.04957], [51.25823,10.04976], [51.25525,10.04918], [51.25437,10.04764], [51.25338,10.04678], [51.25194,10.04817], [51.25451,10.05070], [51.25447,10.05429], [51.25313,10.05547], [51.25346,10.05764], [51.25272,10.05864], [51.25241,10.06094], [51.25248,10.06188], [51.25200,10.06315], [51.25041,10.06369], [51.24863,10.06755], [51.24664,10.06879], [51.24550,10.06613], [51.24347,10.06920], [51.24382,10.07128], [51.24371,10.07463], [51.24266,10.07854], [51.24110,10.07392], [51.24027,10.07231], [51.23827,10.07062], [51.23629,10.07073], [51.23383,10.06982], [51.23037,10.06719], [51.22773,10.06695], [51.22628,10.06873], [51.22503,10.07191], [51.22430,10.07267], [51.22341,10.07670], [51.22400,10.07812], [51.22408,10.07932], [51.22352,10.08087], [51.22461,10.08483], [51.22494,10.08610], [51.22660,10.08790], [51.22621,10.08887], [51.22654,10.09001], [51.22614,10.09108], [51.22250,10.09172], [51.22136,10.09310], [51.22019,10.09692], [51.22097,10.09833], [51.22161,10.10584], [51.22047,10.10716], [51.21937,10.11117], [51.21757,10.11156], [51.21640,10.11137], [51.21505,10.11313], [51.21540,10.11694], [51.21586,10.11727], [51.21640,10.12137], [51.21801,10.12413], [51.21902,10.12939], [51.21845,10.13083], [51.21796,10.13690], [51.21936,10.13731], [51.21901,10.13907], [51.21947,10.13960], [51.21836,10.14222], [51.21789,10.14505], [51.21765,10.14351], [51.21660,10.14222], [51.21526,10.14349], [51.21248,10.14331], [51.21089,10.14557], [51.20774,10.14778], [51.20705,10.14924], [51.20588,10.14915], [51.20713,10.15321], [51.20728,10.15905], [51.20830,10.16147], [51.21025,10.16366], [51.21224,10.16469], [51.21174,10.16641], [51.21186,10.16870], [51.21112,10.17020], [51.20925,10.17718], [51.20761,10.17875], [51.20693,10.18239], [51.20357,10.18829], [51.20148,10.19016], [51.19979,10.19209], [51.19844,10.19398], [51.19659,10.19686], [51.19523,10.19696], [51.19465,10.19538], [51.19385,10.19525], [51.19219,10.19605], [51.19177,10.19755], [51.19053,10.20665], [51.18954,10.20905], [51.19032,10.21141], [51.18814,10.21332], [51.18733,10.21373], [51.18640,10.21626], [51.18553,10.22062], [51.18728,10.22534], [51.18716,10.22613], [51.18771,10.22798], [51.18799,10.23036], [51.18724,10.23399], [51.18628,10.23633], [51.18616,10.23530], [51.18384,10.23587], [51.18150,10.23407], [51.17856,10.23296], [51.17796,10.23145], [51.17603,10.23040], [51.17525,10.23010], [51.17334,10.22723], [51.17232,10.22390], [51.16918,10.21716], [51.16801,10.21319], [51.16556,10.20991], [51.16496,10.20710], [51.15971,10.20734], [51.15663,10.20670], [51.15560,10.20758], [51.15485,10.20728], [51.15326,10.20488], [51.15243,10.20232], [51.15103,10.20069], [51.14959,10.20028], [51.14939,10.20095], [51.14750,10.20159], [51.14323,10.20829], [51.14388,10.20900], [51.14372,10.20936], [51.14325,10.20906], [51.14229,10.21041], [51.14152,10.20934], [51.14058,10.21020], [51.14014,10.20820], [51.13809,10.20627], [51.13751,10.20402], [51.13689,10.20353], [51.13662,10.20421], [51.13542,10.20348], [51.13518,10.20426], [51.13444,10.20368], [51.13430,10.20432], [51.13325,10.20363], [51.13164,10.20378], [51.12817,10.20550], [51.12692,10.20535], [51.12580,10.20636], [51.12582,10.20930], [51.12296,10.20915], [51.12225,10.20642], [51.12065,10.20700], [51.11826,10.20887], [51.11849,10.20655], [51.11697,10.20692], [51.11648,10.20608], [51.11525,10.20179], [51.11305,10.19979], [51.11244,10.19730], [51.11355,10.19518], [51.11391,10.19492], [51.11371,10.19389], [51.11564,10.19048], [51.11732,10.18876], [51.11864,10.18885], [51.11973,10.18846], [51.12038,10.18904], [51.12170,10.19018], [51.12338,10.18659], [51.12437,10.18487], [51.12557,10.18206], [51.12763,10.17893], [51.12773,10.17980], [51.12851,10.17910], [51.12965,10.18182], [51.13120,10.18038], [51.13248,10.18575], [51.13783,10.18386], [51.13840,10.18629], [51.14150,10.18517], [51.14092,10.18185], [51.14127,10.18178], [51.14103,10.17927], [51.14185,10.17888], [51.14171,10.17738], [51.14403,10.17676], [51.14690,10.17659], [51.14800,10.17569], [51.15208,10.16910], [51.15359,10.16710], [51.15418,10.16309], [51.15205,10.16558], [51.15119,10.16294], [51.14941,10.15938], [51.14820,10.15790], [51.14854,10.15429], [51.14913,10.15244], [51.14731,10.15095], [51.14557,10.14657], [51.14482,10.14627], [51.14517,10.14243], [51.14530,10.13632], [51.14646,10.12496], [51.14365,10.12730], [51.14163,10.12265], [51.14104,10.12310], [51.13984,10.11956], [51.14021,10.11901], [51.14032,10.11768], [51.13938,10.11849], [51.13803,10.11901], [51.13799,10.11967], [51.13642,10.12064], [51.13689,10.12160], [51.13651,10.12222], [51.13709,10.12340], [51.13648,10.12428], [51.13636,10.12619], [51.13506,10.12823], [51.13438,10.12892], [51.13460,10.13042], [51.13507,10.13070], [51.13465,10.13149], [51.13359,10.13237], [51.13306,10.13394], [51.12963,10.13521], [51.12845,10.13770], [51.12777,10.13778], [51.12761,10.13937], [51.12435,10.13976], [51.12494,10.14081], [51.12418,10.14154], [51.12515,10.14310], [51.12461,10.14396], [51.12486,10.14491], [51.12521,10.14473], [51.12574,10.14626], [51.12368,10.14649], [51.12330,10.14630], [51.12286,10.14656], [51.12294,10.14716], [51.12037,10.14935], [51.11967,10.14956], [51.11968,10.15031], [51.11851,10.15143], [51.11795,10.15205], [51.11833,10.15714], [51.11938,10.16008], [51.11895,10.16186], [51.11879,10.16988], [51.11852,10.16990], [51.11826,10.17254], [51.11752,10.17214], [51.11688,10.17424], [51.11507,10.17374], [51.11358,10.17420], [51.11121,10.17299], [51.10986,10.17525], [51.10866,10.17575], [51.10672,10.17519], [51.10533,10.17195], [51.10819,10.16742], [51.10840,10.16622], [51.10805,10.16403], [51.10865,10.16291], [51.10870,10.16178], [51.10809,10.16000], [51.10728,10.15976], [51.10482,10.15886], [51.10397,10.15959], [51.10459,10.16062], [51.10455,10.16139], [51.10406,10.16171], [51.10322,10.16373], [51.10211,10.16336], [51.10087,10.16414], [51.10045,10.16517], [51.09944,10.16517], [51.09816,10.16212], [51.09707,10.15714], [51.09442,10.15609], [51.09202,10.15441], [51.09020,10.15252], [51.08843,10.14921], [51.08820,10.14758], [51.08707,10.14593], [51.08524,10.14494], [51.08535,10.14368], [51.08487,10.14342], [51.08361,10.14778], [51.08204,10.14651], [51.08129,10.14844], [51.08056,10.14851], [51.07941,10.14775], [51.07883,10.14688], [51.07652,10.15078], [51.07524,10.14941], [51.07486,10.15102], [51.07444,10.15084], [51.07417,10.15194], [51.07364,10.15196], [51.07347,10.15117], [51.07284,10.15078], [51.07231,10.15338], [51.07078,10.15281], [51.07042,10.15485], [51.06957,10.15431], [51.06958,10.15124], [51.06752,10.14727], [51.06767,10.14687], [51.06587,10.14393], [51.06497,10.14406], [51.06326,10.14659], [51.06314,10.14702], [51.06258,10.14695], [51.06227,10.14655], [51.06158,10.14642], [51.06125,10.14532], [51.06067,10.14476], [51.06051,10.14315], [51.06059,10.14058], [51.05866,10.14034], [51.05830,10.14062], [51.05767,10.14337], [51.05701,10.14320], [51.05661,10.14547], [51.05477,10.14616], [51.05531,10.15058], [51.05475,10.15487], [51.05453,10.15524], [51.05415,10.15721], [51.05317,10.16022], [51.05232,10.16163], [51.05189,10.16395], [51.05044,10.16693], [51.04903,10.17159], [51.04852,10.17800], [51.04787,10.18144], [51.04885,10.18466], [51.04802,10.18500], [51.04763,10.18410], [51.04557,10.18451], [51.04478,10.18644], [51.04447,10.18792], [51.04371,10.18777], [51.04207,10.19221], [51.04170,10.19519], [51.04093,10.19556], [51.04007,10.19878], [51.03844,10.19816], [51.03722,10.20164], [51.03637,10.20258], [51.03475,10.20288], [51.03479,10.20473], [51.03335,10.20473], [51.03152,10.20200], [51.03079,10.20179], [51.03023,10.20571], [51.02969,10.20672], [51.02905,10.20623], [51.02535,10.21425], [51.02427,10.21303], [51.02214,10.21164], [51.01908,10.20855], [51.02037,10.20415], [51.01873,10.20299], [51.01928,10.20132], [51.02020,10.19960], [51.02083,10.19728], [51.02102,10.19501], [51.02036,10.19464], [51.01843,10.19235], [51.01767,10.19400], [51.01681,10.19381], [51.01570,10.19376], [51.01384,10.20142], [51.01105,10.20228], [51.01016,10.20284], [51.00876,10.20239], [51.00781,10.20363], [51.00756,10.20492], [51.00723,10.20511], [51.00495,10.19629], [51.00441,10.19617], [51.00410,10.19469], [51.00213,10.19539], [51.00208,10.19207], [50.99973,10.19108], [51.00005,10.18902], [50.99987,10.18803], [50.99941,10.18784], [50.99937,10.18657], [50.99905,10.18552], [50.99796,10.18391], [50.99798,10.18275], [50.99835,10.18175], [50.99817,10.18072], [50.99723,10.17977], [50.99604,10.17836], [50.99585,10.17681], [50.99608,10.17640], [50.99752,10.17677], [50.99804,10.17623], [50.99851,10.17546], [50.99855,10.17456], [50.99836,10.17359], [50.99728,10.17301], [50.99654,10.17237], [50.99615,10.17142], [50.99652,10.17029], [50.99747,10.16934], [50.99839,10.16947], [50.99897,10.17009], [50.99917,10.17179], [50.99955,10.17291], [51.00027,10.17370], [51.00082,10.17282], [51.00175,10.17138], [51.00213,10.17012], [51.00218,10.16876], [51.00176,10.16782], [51.00116,10.16705], [50.99948,10.16726], [50.99846,10.16681], [50.99717,10.16567], [50.99634,10.15947], [50.99563,10.15542], [50.99389,10.15085], [50.99328,10.14660], [50.99359,10.14256], [50.99512,10.13658], [50.99527,10.13443], [50.99670,10.13366], [50.99681,10.13134], [50.99859,10.13194], [50.99910,10.13100], [50.99941,10.12864], [51.00041,10.12711], [51.00253,10.12784], [51.00337,10.12967], [51.00321,10.13201], [51.00421,10.13353], [51.00491,10.13317], [51.00639,10.12949], [51.00928,10.12840], [51.01201,10.12196], [51.01245,10.11838], [51.01196,10.11475], [51.00996,10.11149], [51.00961,10.10878], [51.00943,10.10763], [51.00900,10.10655], [51.00823,10.10602], [51.00750,10.10632], [51.00708,10.10705], [51.00650,10.10670], [51.00496,10.10387], [51.00318,10.10342], [51.00490,10.10188], [51.00561,10.10055], [51.00595,10.10081], [51.00658,10.09806], [51.00631,10.09780], [51.00672,10.09634], [51.00731,10.09645], [51.00792,10.09117], [51.00865,10.08894], [51.00889,10.08699], [51.00997,10.08456], [51.00978,10.08302], [51.01028,10.08130], [51.01034,10.07752], [51.01117,10.07557], [51.01143,10.07220], [51.01107,10.07046], [51.00954,10.06570], [51.00954,10.06459], [51.01122,10.06270], [51.01273,10.05815], [51.01292,10.05388], [51.01325,10.04931], [51.01278,10.04671], [51.01213,10.04579], [51.01212,10.04476], [51.01293,10.04223], [51.01294,10.03918], [51.01280,10.03763], [51.01215,10.03523], [51.01057,10.03156], [51.00698,10.02751], [51.00600,10.02736], [51.00299,10.02836], [51.00142,10.02698], [50.99853,10.02494], [50.99695,10.02492], [50.99614,10.02266], [50.99416,10.02088], [50.99317,10.02093], [50.99171,10.02183], [50.98994,10.02168], [50.98679,10.02263], [50.98536,10.02359], [50.98476,10.02329], [50.98160,10.01872], [50.98043,10.01892], [50.97823,10.02325], [50.97606,10.02413], [50.97533,10.02829], [50.97358,10.03284], [50.97142,10.03319], [50.97029,10.03501], [50.97008,10.03664], [50.96952,10.03756], [50.96870,10.03982], [50.96748,10.04074], [50.96440,10.03694], [50.96266,10.03582], [50.95900,10.03132], [50.95820,10.03529], [50.95814,10.03750], [50.95773,10.04091], [50.95625,10.04265], [50.95394,10.04254], [50.95189,10.04346], [50.95216,10.04458], [50.95078,10.04546], [50.95025,10.04291], [50.94835,10.04250], [50.94850,10.04443], [50.94712,10.04445], [50.94739,10.04767], [50.94644,10.04771], [50.94628,10.04733], [50.94579,10.04754], [50.94606,10.05018], [50.94598,10.05336], [50.94647,10.05359], [50.94685,10.05743], [50.94748,10.05827], [50.94791,10.06129], [50.94736,10.06140], [50.94524,10.06447], [50.94420,10.06303], [50.94337,10.06252], [50.94228,10.06044], [50.94192,10.06024], [50.94122,10.05627], [50.94057,10.05653], [50.93977,10.05548], [50.93922,10.05385], [50.93934,10.05192], [50.93891,10.04990], [50.93854,10.04937], [50.93934,10.04510], [50.93919,10.03937], [50.93845,10.03458], [50.93912,10.03419], [50.93900,10.03183], [50.93835,10.02997], [50.93738,10.03035], [50.93716,10.02945], [50.93879,10.02943], [50.93930,10.02885], [50.94012,10.02817], [50.94099,10.02885], [50.94195,10.02782], [50.94340,10.02724], [50.94386,10.02467], [50.94273,10.02407], [50.94034,10.02362], [50.94124,10.02114], [50.94055,10.01830], [50.93949,10.01594], [50.93911,10.01609], [50.93728,10.01745], [50.93477,10.01341], [50.93492,10.01112], [50.94076,10.00335], [50.93893,10.00266], [50.93786,10.00107], [50.93705,10.00060], [50.93665,9.99966], [50.93771,9.99880], [50.93792,9.99908], [50.93843,9.99813], [50.93949,9.99850], [50.94089,9.99476], [50.94083,9.99438], [50.94360,9.99086], [50.94293,9.98944], [50.94099,9.99150], [50.94128,9.98818], [50.94185,9.98736], [50.93924,9.98202], [50.94103,9.98073], [50.94152,9.97966], [50.94208,9.97713], [50.94214,9.97517], [50.94359,9.97511], [50.94258,9.97153], [50.94149,9.96839], [50.94354,9.96099], [50.94331,9.95642], [50.94410,9.95636], [50.94417,9.95367], [50.94481,9.95215], [50.94454,9.94973], [50.94071,9.95022], [50.94033,9.95110], [50.94036,9.95185], [50.93840,9.95172], [50.93822,9.95251], [50.93764,9.95305], [50.93715,9.95485], [50.93649,9.95462], [50.93613,9.95550], [50.93491,9.95633], [50.93365,9.95636], [50.93292,9.95503], [50.93179,9.95479], [50.92999,9.95481], [50.92850,9.95309], [50.92780,9.95292], [50.92704,9.95185], [50.92780,9.94983], [50.92734,9.94945], [50.92425,9.94964], [50.92344,9.95045], [50.92180,9.95445], [50.92233,9.95507], [50.92230,9.95612], [50.92276,9.95769], [50.92402,9.96024], [50.92496,9.96127], [50.92666,9.96211], [50.92889,9.96629], [50.92997,9.96653], [50.92996,9.96481], [50.93087,9.96382], [50.93234,9.96391], [50.93285,9.96530], [50.93380,9.96601], [50.93400,9.96685], [50.93390,9.96760], [50.93275,9.97007], [50.93196,9.97245], [50.93212,9.97661], [50.93191,9.97889], [50.93222,9.98131], [50.93180,9.98202], [50.93199,9.98266], [50.93241,9.98283], [50.93220,9.98380], [50.93266,9.98515], [50.93387,9.98698], [50.93491,9.98929], [50.93544,9.99099], [50.93510,9.99142], [50.93479,9.99107], [50.93421,9.99167], [50.93376,9.99013], [50.93399,9.99000], [50.93385,9.98786], [50.93338,9.98670], [50.93262,9.98670], [50.93281,9.98811], [50.93149,9.98871], [50.93139,9.98781], [50.93096,9.98732], [50.92995,9.98642], [50.92916,9.98633], [50.92928,9.98758], [50.92801,9.98745], [50.92811,9.98522], [50.92601,9.98496], [50.92505,9.98416], [50.92455,9.98530], [50.92202,9.98289], [50.92163,9.98293], [50.92012,9.98166], [50.92068,9.98022], [50.91948,9.97894], [50.91672,9.97310], [50.91450,9.97009], [50.91257,9.96861], [50.91076,9.96792], [50.90995,9.96987], [50.90710,9.97114], [50.90581,9.97670], [50.90513,9.97805], [50.90502,9.98062], [50.90701,9.98530], [50.91055,9.98629], [50.91908,9.99826], [50.91985,9.99985], [50.92033,10.00249], [50.92134,10.00365], [50.92079,10.00616], [50.91991,10.00796], [50.91972,10.01174], [50.92052,10.01371], [50.91915,10.01416], [50.91776,10.01457], [50.91682,10.01493], [50.91648,10.01871], [50.91605,10.01882], [50.91520,10.02185], [50.91466,10.02228], [50.91425,10.02449], [50.91363,10.02421], [50.91194,10.02453], [50.91000,10.02861], [50.90981,10.03077], [50.91029,10.03148], [50.90992,10.03498], [50.90896,10.03406], [50.90842,10.03404], [50.90769,10.03549], [50.90658,10.03689], [50.90636,10.03629], [50.90473,10.03762], [50.90455,10.03805], [50.90483,10.03893], [50.90459,10.03931], [50.90337,10.03702], [50.90310,10.03843], [50.90203,10.04099], [50.90146,10.04052], [50.90129,10.04221], [50.90172,10.04260], [50.90163,10.04292], [50.90137,10.04307], [50.90018,10.04584], [50.89989,10.04751], [50.90037,10.04826], [50.90025,10.04948], [50.90000,10.04981], [50.90011,10.05101], [50.89937,10.05069], [50.89869,10.05092], [50.89816,10.04933], [50.89830,10.04837], [50.89790,10.04873], [50.89765,10.04661], [50.89661,10.04655], [50.89621,10.04569], [50.89563,10.04639], [50.89460,10.04431], [50.89433,10.04455], [50.89333,10.04118], [50.89265,10.04092], [50.89125,10.04411], [50.88847,10.04763], [50.88893,10.04887], [50.89029,10.04803], [50.89092,10.04951], [50.89069,10.05095], [50.88992,10.05323], [50.89088,10.05398], [50.89142,10.05265], [50.89230,10.05239], [50.89272,10.05280], [50.89164,10.05351], [50.89026,10.05737], [50.89041,10.05771], [50.88998,10.05866], [50.88732,10.05582], [50.88724,10.05741], [50.88678,10.05653], [50.88627,10.05726], [50.88578,10.05984], [50.88562,10.05956], [50.88578,10.05793], [50.88543,10.05795], [50.88559,10.05692], [50.88337,10.05649], [50.88288,10.05750], [50.88276,10.05876], [50.88172,10.05752], [50.88092,10.05501], [50.88024,10.05561], [50.88026,10.05421], [50.87971,10.05256], [50.87695,10.04565], [50.87609,10.04411], [50.87510,10.04323], [50.87446,10.04185], [50.87422,10.03915], [50.87384,10.03846], [50.87109,10.03591], [50.87044,10.03445], [50.86932,10.03177], [50.86909,10.02963], [50.86818,10.02746], [50.86787,10.02523], [50.86708,10.02336], [50.86454,10.02143], [50.86341,10.02121], [50.86142,10.01939], [50.85893,10.01864], [50.85838,10.01810], [50.85609,10.01843], [50.85513,10.01877], [50.85244,10.02059], [50.84928,10.02104], [50.84760,10.02179], [50.84768,10.02299], [50.85016,10.02615], [50.85072,10.02675], [50.85153,10.02891], [50.85157,10.02988], [50.85228,10.03261], [50.85317,10.03411], [50.85379,10.03608], [50.85305,10.03863], [50.85153,10.03681], [50.85097,10.03724], [50.84943,10.03647], [50.84694,10.03560], [50.84520,10.03745], [50.84472,10.03369], [50.84411,10.03483], [50.84268,10.03403], [50.84264,10.03277], [50.84197,10.03030], [50.84211,10.02985], [50.84197,10.02863], [50.84172,10.02882], [50.84111,10.02622], [50.84081,10.02642], [50.84083,10.02764], [50.83684,10.02850], [50.83529,10.02792], [50.83405,10.02657], [50.83303,10.02526], [50.83158,10.02459], [50.83086,10.02309], [50.83238,10.02103], [50.83364,10.01803], [50.83414,10.01582], [50.83425,10.01425], [50.83486,10.01277], [50.83462,10.01075], [50.83506,10.00837], [50.83715,10.00661], [50.83769,10.00528], [50.83704,10.00451], [50.83653,10.00466], [50.83569,10.00423], [50.83405,10.00249], [50.83168,10.00189], [50.83016,10.00077], [50.82972,10.00174], [50.82906,10.00138], [50.82909,10.00041], [50.82838,10.00054], [50.82777,9.99736], [50.82682,9.99783], [50.82613,9.99653], [50.82578,9.99541], [50.82731,9.99447], [50.82799,9.99307], [50.82869,9.99264], [50.82943,9.99123], [50.82899,9.98932], [50.82832,9.98955], [50.82843,9.98889], [50.82942,9.98820], [50.82911,9.98606], [50.82948,9.98494], [50.83002,9.98492], [50.83011,9.98391], [50.83198,9.98443], [50.83250,9.98237], [50.83150,9.98202], [50.83182,9.98018], [50.83224,9.98035], [50.83274,9.97878], [50.83364,9.97653], [50.83289,9.97511], [50.83072,9.97061], [50.82818,9.96773], [50.82804,9.96803], [50.82698,9.96623], [50.82686,9.96653], [50.82587,9.96407], [50.82506,9.96158], [50.82438,9.96198], [50.82149,9.95190], [50.81976,9.95237], [50.81745,9.95010], [50.81642,9.94971], [50.81514,9.95027], [50.81462,9.95106], [50.81480,9.95501], [50.81554,9.95724], [50.81518,9.95769], [50.81458,9.95602], [50.81227,9.95722], [50.81124,9.95469], [50.81027,9.95546], [50.80955,9.95647], [50.80916,9.95514], [50.80850,9.95407], [50.80735,9.95249], [50.80479,9.94951], [50.80173,9.94549], [50.79988,9.94431], [50.79727,9.94326], [50.79414,9.94378], [50.79305,9.94476], [50.79123,9.94807], [50.79026,9.94813], [50.79001,9.94871], [50.78921,9.94914], [50.78813,9.94912], [50.78600,9.95421], [50.78537,9.95264], [50.78452,9.95197], [50.78371,9.95206], [50.78324,9.95103], [50.78157,9.94955], [50.78029,9.94903], [50.77972,9.94942], [50.78005,9.94985], [50.77988,9.95053], [50.77948,9.95056], [50.77938,9.95197], [50.77961,9.95234], [50.77919,9.95347], [50.77888,9.95362], [50.77880,9.95328], [50.77896,9.95244], [50.77860,9.95169], [50.77830,9.95135], [50.77694,9.95141], [50.77461,9.95195], [50.77393,9.95171], [50.77290,9.95111], [50.77237,9.94970], [50.77166,9.94923], [50.77238,9.94869], [50.77229,9.94768], [50.77149,9.94669], [50.77156,9.94469], [50.77144,9.94360], [50.77197,9.94454], [50.77346,9.94561], [50.77548,9.94742], [50.77925,9.94907], [50.77929,9.94827], [50.77938,9.94630], [50.77887,9.94609], [50.77896,9.94585], [50.77936,9.94587], [50.77931,9.94493], [50.77754,9.94411], [50.77749,9.94306], [50.77697,9.94203], [50.77531,9.94119], [50.77569,9.93821], [50.77548,9.93742], [50.77432,9.93742], [50.77456,9.93643], [50.77537,9.93576], [50.77578,9.93430], [50.77604,9.93327], [50.77647,9.93177], [50.77725,9.93061], [50.77714,9.93012], [50.77740,9.92961], [50.77611,9.92737], [50.77470,9.92551], [50.77398,9.92546], [50.77360,9.92634], [50.77322,9.92752], [50.77297,9.92710], [50.77254,9.92740], [50.77138,9.92707], [50.77027,9.92843], [50.76958,9.92841], [50.76811,9.92624], [50.76819,9.92564], [50.76783,9.92525], [50.76723,9.92510], [50.76704,9.92562], [50.76595,9.92472], [50.76458,9.92287], [50.76202,9.92146], [50.76148,9.92169], [50.76092,9.92094], [50.75928,9.91968], [50.75835,9.92071], [50.75735,9.92195], [50.75685,9.92450], [50.75633,9.92562], [50.75618,9.92682], [50.75682,9.92766], [50.75679,9.92852], [50.75717,9.92890], [50.75645,9.93049], [50.75692,9.93118], [50.75739,9.93105], [50.75784,9.93176], [50.75782,9.93272], [50.75693,9.93294], [50.75736,9.93384], [50.75753,9.93404], [50.75642,9.93810], [50.75576,9.93936], [50.75502,9.93883], [50.75431,9.93888], [50.75328,9.93812], [50.75250,9.93936], [50.75111,9.93910], [50.74991,9.93912], [50.74939,9.93955], [50.74892,9.93935], [50.74794,9.93972], [50.74737,9.94018], [50.74746,9.94044], [50.74619,9.94021], [50.74596,9.94039], [50.74557,9.93974], [50.74366,9.93836], [50.74336,9.93926], [50.74330,9.94061], [50.74178,9.94130], [50.74145,9.94070], [50.74169,9.94010], [50.74017,9.94073], [50.73996,9.94110], [50.73911,9.94123], [50.73849,9.93962], [50.73789,9.93861], [50.73729,9.93934], [50.73632,9.93891], [50.73568,9.93773], [50.73399,9.93567], [50.73272,9.93769], [50.73126,9.93550], [50.73087,9.93743], [50.72945,9.93524], [50.72869,9.93550], [50.72709,9.93483], [50.72611,9.93393], [50.72405,9.93498], [50.72239,9.93093], [50.71868,9.92561], [50.71624,9.92198], [50.71394,9.91851], [50.71242,9.91607], [50.70882,9.91148], [50.70717,9.91051], [50.70322,9.90744], [50.70094,9.90873], [50.70053,9.90954], [50.70028,9.91199], [50.70033,9.91345], [50.70012,9.91409], [50.69974,9.91424], [50.69966,9.91487], [50.69924,9.91484], [50.69880,9.91682], [50.69837,9.91671], [50.69837,9.91753], [50.69704,9.91828], [50.69761,9.92066], [50.69762,9.92102], [50.69706,9.92036], [50.69519,9.92137], [50.69565,9.92343], [50.69538,9.92373], [50.69505,9.92270], [50.69428,9.92302], [50.69373,9.91939], [50.69456,9.91922], [50.69415,9.91600], [50.69377,9.91491], [50.69334,9.91527], [50.69293,9.91469], [50.69221,9.91414], [50.69019,9.91358], [50.69097,9.91193], [50.69020,9.91178], [50.68875,9.91169], [50.68838,9.91242], [50.68435,9.90609], [50.68380,9.90427], [50.68425,9.90203], [50.68299,9.89955], [50.68261,9.89978], [50.68236,9.89937], [50.68261,9.89860], [50.68297,9.89624], [50.68384,9.89472], [50.68373,9.89426], [50.68252,9.89253], [50.67781,9.88868], [50.67717,9.88879], [50.67671,9.88828], [50.67636,9.88725], [50.67527,9.88547], [50.67395,9.88356], [50.67387,9.88199], [50.67330,9.88111], [50.67285,9.88233], [50.67251,9.88233], [50.67230,9.88158], [50.67143,9.88167], [50.67119,9.88210], [50.67098,9.88173], [50.67045,9.88062], [50.67066,9.87944], [50.67011,9.87884], [50.66971,9.87918], [50.66961,9.88045], [50.66869,9.88195], [50.66818,9.88047], [50.66582,9.87909], [50.66535,9.88040], [50.66427,9.88122], [50.66342,9.88115], [50.66171,9.88251], [50.66151,9.88282], [50.65753,9.88312], [50.65450,9.88529], [50.65292,9.88511], [50.65261,9.88550], [50.65183,9.88402], [50.65122,9.88425], [50.64920,9.88372], [50.64794,9.88264], [50.64681,9.88097], [50.64599,9.88037], [50.64564,9.87968], [50.64520,9.87938], [50.64462,9.87803], [50.64388,9.87771], [50.64298,9.87797], [50.64361,9.87704], [50.64186,9.87730], [50.64166,9.87696], [50.64009,9.87702], [50.63852,9.87734], [50.63839,9.87852], [50.63621,9.87840], [50.63609,9.87862], [50.63504,9.87834], [50.63441,9.87905], [50.63404,9.88055], [50.63365,9.88454], [50.63398,9.88735], [50.63387,9.88823], [50.63513,9.89168], [50.63531,9.89465], [50.63607,9.89653], [50.63660,9.89947], [50.63836,9.90085], [50.63991,9.90443], [50.64017,9.90576], [50.63957,9.90722], [50.63677,9.90958], [50.63629,9.91035], [50.63634,9.91585], [50.63575,9.91812], [50.63471,9.92037], [50.63426,9.92231], [50.63370,9.92314], [50.63293,9.92471], [50.62974,9.92685], [50.62878,9.92954], [50.62959,9.93095], [50.62925,9.93233], [50.62849,9.93434], [50.62845,9.93992], [50.62814,9.93973], [50.62763,9.94295], [50.62767,9.94387], [50.62663,9.94606], [50.62716,9.94713], [50.62898,9.95258], [50.62835,9.95430], [50.62837,9.95503], [50.62905,9.95552], [50.62905,9.96063], [50.63281,9.96129], [50.63459,9.96093], [50.63579,9.96056], [50.63792,9.96466], [50.63898,9.96558], [50.64120,9.96912], [50.64526,9.96500], [50.64865,9.96009], [50.65216,9.95574], [50.65515,9.95147], [50.65606,9.94973], [50.65796,9.94911], [50.66036,9.95124], [50.66242,9.94778], [50.66261,9.94843], [50.66429,9.94939], [50.66527,9.95117], [50.66614,9.95244], [50.66605,9.95343], [50.66676,9.95639], [50.66605,9.95744], [50.66725,9.95901], [50.66741,9.95961], [50.66809,9.96047], [50.66739,9.96216], [50.66617,9.96315], [50.66699,9.96600], [50.66734,9.96946], [50.66583,9.97139], [50.66574,9.97409], [50.66642,9.97403], [50.66843,9.97486], [50.66802,9.97716], [50.67130,9.98333], [50.67218,9.98473], [50.67370,9.98777], [50.67483,9.99176], [50.67480,9.99260], [50.67514,9.99350], [50.67540,9.99646], [50.67645,10.00208], [50.67287,10.02019], [50.67340,10.02455], [50.67389,10.02543], [50.67374,10.02663], [50.67497,10.03062], [50.67549,10.03180], [50.67473,10.03603], [50.67355,10.05044], [50.67162,10.05269], [50.67105,10.05387], [50.67063,10.05299], [50.66807,10.05374], [50.66788,10.05528], [50.66727,10.05659], [50.66516,10.05696], [50.66219,10.06024], [50.65836,10.06402], [50.65894,10.06477], [50.65787,10.06531], [50.65692,10.06745], [50.65618,10.06962], [50.65436,10.07024], [50.65288,10.07028], [50.65190,10.07107], [50.65067,10.07141], [50.64911,10.07120], [50.64628,10.07238], [50.64479,10.07334], [50.64318,10.07388], [50.64228,10.07508], [50.63819,10.07663], [50.63590,10.07927], [50.63452,10.07841], [50.63390,10.08045], [50.63356,10.08263], [50.63081,10.08173], [50.62902,10.08195], [50.62678,10.08169], [50.62381,10.08169], [50.62002,10.08103], [50.62008,10.07920], [50.62046,10.07890], [50.62024,10.07674], [50.62055,10.07605], [50.62036,10.07551], [50.61978,10.07500], [50.61921,10.07500], [50.61993,10.07350], [50.61979,10.07307], [50.62040,10.07124], [50.62114,10.06970], [50.62181,10.06802], [50.62290,10.06723], [50.62403,10.06725], [50.62515,10.06681], [50.62545,10.06364], [50.62583,10.06342], [50.62649,10.06121], [50.62674,10.05857], [50.62641,10.05778], [50.62546,10.05623], [50.62400,10.05512], [50.62403,10.05297], [50.62379,10.05192], [50.62385,10.05068], [50.62342,10.04902], [50.62275,10.04750], [50.62127,10.04514], [50.62060,10.04578], [50.61962,10.04737], [50.61864,10.04591], [50.61745,10.04433], [50.61663,10.04107], [50.61422,10.03862], [50.61433,10.03789], [50.61227,10.03684], [50.61038,10.03697], [50.60755,10.03851], [50.60421,10.04017], [50.60204,10.04336], [50.60161,10.04596], [50.59908,10.04851], [50.59572,10.04866], [50.59499,10.04754], [50.59410,10.04726], [50.59119,10.04832], [50.58831,10.04913], [50.58720,10.04885], [50.58468,10.04958], [50.58350,10.04866], [50.58306,10.04724], [50.58199,10.04686], [50.58126,10.04596], [50.57992,10.04542], [50.57823,10.04587], [50.57640,10.04548], [50.57522,10.04486], [50.57258,10.04561], [50.56930,10.04750], [50.56862,10.04744], [50.56564,10.05025], [50.56471,10.05010], [50.56264,10.05113], [50.56209,10.05203], [50.56109,10.05211], [50.56018,10.05393], [50.55977,10.05822], [50.55909,10.05929], [50.55789,10.05968], [50.55646,10.06157], [50.55486,10.05741], [50.55373,10.05532], [50.55229,10.05450], [50.55076,10.05304], [50.54719,10.04856], [50.54538,10.04700], [50.54215,10.04683], [50.54082,10.04805], [50.53916,10.04762], [50.53696,10.04556], [50.53516,10.04430], [50.53257,10.03943], [50.53095,10.03939], [50.52896,10.03795], [50.52803,10.03892], [50.52361,10.03870], [50.52372,10.03991], [50.52294,10.04203], [50.52031,10.04247], [50.51887,10.04212], [50.51641,10.04103], [50.51637,10.04165], [50.51701,10.04586], [50.51839,10.05101], [50.52254,10.05708], [50.52442,10.05959], [50.52643,10.06391], [50.52857,10.06675], [50.52661,10.07385], [50.52819,10.07471], [50.52915,10.07247], [50.53003,10.06872], [50.53280,10.07123], [50.53546,10.07018], [50.53681,10.07213], [50.53571,10.07310], [50.53882,10.07396], [50.54109,10.07713], [50.54146,10.08142], [50.54236,10.08445], [50.54325,10.08498], [50.54479,10.09078], [50.54529,10.08947], [50.54598,10.09001], [50.54808,10.09450], [50.55318,10.09418], [50.55168,10.09882], [50.55550,10.10047], [50.55795,10.09972], [50.56110,10.10472], [50.56327,10.10674], [50.56404,10.11066], [50.56353,10.11296], [50.56400,10.11371], [50.56439,10.11680], [50.56426,10.12053], [50.56129,10.12611], [50.56013,10.12682], [50.55893,10.12678], [50.55929,10.12433], [50.55822,10.12216], [50.55739,10.12219], [50.55580,10.12028], [50.55356,10.12615], [50.55212,10.12772], [50.54807,10.13075], [50.54839,10.13227], [50.54789,10.13283], [50.54681,10.13336], [50.54636,10.13454], [50.54602,10.13620], [50.54445,10.13693], [50.54248,10.13688], [50.54270,10.13770], [50.54373,10.13759], [50.54377,10.13824], [50.54278,10.13905], [50.54242,10.14467], [50.54338,10.14720], [50.54443,10.14793], [50.54527,10.14680], [50.54627,10.14729], [50.54910,10.15062], [50.54992,10.14789], [50.55201,10.15087], [50.55077,10.15096], [50.54962,10.15246], [50.54934,10.15576], [50.54970,10.15907], [50.54666,10.16741], [50.54607,10.16834], [50.54589,10.16971], [50.54430,10.17192], [50.54223,10.17677], [50.54219,10.17754], [50.54467,10.17555], [50.54615,10.17471], [50.54914,10.17597], [50.55191,10.17825], [50.55240,10.18252], [50.55382,10.18763], [50.55334,10.18964], [50.55470,10.19383], [50.55438,10.19529], [50.55500,10.19582], [50.55454,10.19801], [50.55296,10.19923], [50.55357,10.20026], [50.55443,10.20372], [50.55317,10.20331], [50.55021,10.20389], [50.54788,10.20397], [50.54596,10.20359], [50.54397,10.20432], [50.54294,10.20665], [50.54217,10.20747], [50.54051,10.20794], [50.53960,10.21110], [50.53987,10.21408], [50.53891,10.21826], [50.53898,10.22022], [50.53785,10.22198], [50.53398,10.22427], [50.53291,10.22474], [50.53180,10.22423], [50.52956,10.22443], [50.53064,10.22709], [50.53083,10.22971], [50.53095,10.23164], [50.52892,10.22953], [50.52731,10.22925], [50.52624,10.22951], [50.52420,10.22846], [50.52411,10.22803], [50.52279,10.22737], [50.52260,10.22792], [50.52139,10.22713], [50.52047,10.22722], [50.51904,10.22613], [50.51813,10.22568], [50.51638,10.22701], [50.51550,10.22841], [50.51453,10.23066], [50.51300,10.23139], [50.51116,10.22965], [50.51113,10.23017], [50.51162,10.23103], [50.51134,10.23622], [50.51234,10.24203], [50.51391,10.24281], [50.51445,10.24354], [50.51230,10.24341], [50.51240,10.24845], [50.51070,10.25169], [50.51116,10.25379], [50.51267,10.25639], [50.51025,10.25941], [50.50947,10.25948], [50.50401,10.26686], [50.50404,10.26813], [50.50520,10.27081], [50.50557,10.27405], [50.50497,10.27583], [50.50070,10.28298], [50.49933,10.28549], [50.49932,10.28673], [50.49838,10.28847], [50.49763,10.28866], [50.49593,10.29179], [50.49542,10.29542], [50.49446,10.29837], [50.49198,10.30640], [50.49370,10.30811], [50.49403,10.31013], [50.49391,10.31197], [50.49247,10.31635], [50.49234,10.32547], [50.49445,10.32620], [50.49423,10.33047], [50.49337,10.33071], [50.49242,10.33051], [50.49171,10.33101], [50.49067,10.33281], [50.48813,10.33356], [50.48731,10.33275], [50.48641,10.33305], [50.48441,10.33623], [50.48391,10.33640], [50.48302,10.34101], [50.48032,10.34024], [50.47686,10.33857], [50.47576,10.33923], [50.47342,10.33696], [50.47050,10.33644], [50.46553,10.33565], [50.46516,10.34001], [50.46296,10.34215], [50.46292,10.34674], [50.46028,10.34696], [50.45574,10.35217], [50.45440,10.35689], [50.45190,10.35700], [50.44786,10.36048], [50.44742,10.36301], [50.44649,10.36028], [50.44495,10.36084], [50.44333,10.36352], [50.44168,10.36440], [50.44239,10.36639], [50.44135,10.36714], [50.44087,10.36457], [50.43828,10.36611], [50.43885,10.37332], [50.44027,10.37547], [50.44031,10.37732], [50.43962,10.37860], [50.43952,10.38071], [50.43873,10.38083], [50.43820,10.37573], [50.43735,10.37189], [50.43528,10.37251], [50.43474,10.36903], [50.43160,10.37023], [50.43236,10.37789], [50.42940,10.37834], [50.42970,10.38634], [50.42825,10.38493], [50.42869,10.39188], [50.42741,10.39141], [50.42733,10.39712], [50.42598,10.39739], [50.42509,10.40021], [50.42605,10.40289], [50.42327,10.40437], [50.42211,10.39922], [50.41925,10.40054], [50.41858,10.39454], [50.41399,10.39402], [50.41366,10.39149], [50.41183,10.39157], [50.41142,10.38851], [50.40977,10.38934], [50.40900,10.38316], [50.40627,10.38458], [50.40538,10.38349], [50.40245,10.38443], [50.40263,10.38660], [50.40134,10.38642], [50.39863,10.38694], [50.39696,10.38893], [50.39712,10.38968], [50.39243,10.39511], [50.39639,10.39663], [50.39488,10.39998], [50.39413,10.40545], [50.39299,10.40607], [50.39469,10.41386], [50.39313,10.41424], [50.39348,10.42214], [50.39239,10.42257], [50.39286,10.42976], [50.39494,10.43881], [50.39765,10.43755], [50.40111,10.43852], [50.40121,10.44166], [50.40266,10.44603], [50.40245,10.44930], [50.39992,10.45316], [50.39691,10.45432], [50.39326,10.45200], [50.39233,10.45250], [50.38969,10.45610], [50.38765,10.45651], [50.38758,10.45926], [50.38266,10.45741], [50.38148,10.45975], [50.38040,10.45887], [50.37928,10.46151], [50.37534,10.46389], [50.37693,10.46529], [50.37590,10.46681], [50.37720,10.46702], [50.37594,10.46919], [50.37274,10.47237], [50.37229,10.47368], [50.37320,10.47705], [50.37231,10.48144], [50.37366,10.48220], [50.37500,10.48677], [50.36870,10.49014], [50.36906,10.49385], [50.36746,10.49483], [50.36583,10.49316], [50.36354,10.48979], [50.36330,10.48490], [50.35834,10.49075], [50.35455,10.49023], [50.35473,10.49366], [50.35708,10.49877], [50.35466,10.49942], [50.35329,10.50158], [50.35286,10.50467], [50.35412,10.50656], [50.35783,10.50853], [50.35938,10.51244], [50.35307,10.51188], [50.35321,10.51347], [50.35056,10.51351], [50.34921,10.51450], [50.35024,10.51653], [50.35280,10.51721], [50.35462,10.52489], [50.35602,10.52453], [50.35833,10.52682], [50.36103,10.52663], [50.36014,10.53122], [50.36237,10.52953], [50.36520,10.53283], [50.36445,10.53496], [50.36192,10.53710], [50.36379,10.54504], [50.35926,10.55105], [50.35514,10.55446], [50.35120,10.55015], [50.34950,10.54927], [50.34658,10.55015], [50.34452,10.55068], [50.33858,10.55748], [50.33685,10.56173], [50.33784,10.56641], [50.33703,10.56916], [50.33736,10.57042], [50.33577,10.57493], [50.33356,10.57908], [50.33373,10.58066], [50.33206,10.58339], [50.33373,10.58865], [50.33241,10.59571], [50.33338,10.60073], [50.32213,10.59474], [50.31946,10.59519], [50.31765,10.59208], [50.31631,10.59150], [50.31501,10.59365], [50.31314,10.59395], [50.31154,10.59177], [50.30602,10.59239], [50.30661,10.59615], [50.30228,10.59818], [50.29496,10.60395], [50.29305,10.60457], [50.28990,10.59946], [50.28901,10.59652], [50.28366,10.59759], [50.28394,10.60085], [50.28254,10.60014], [50.28021,10.59505], [50.27725,10.59241], [50.27351,10.59203], [50.27179,10.59023], [50.26853,10.59339], [50.26974,10.59678], [50.27053,10.60212], [50.26797,10.60180], [50.26580,10.59830], [50.26188,10.59783], [50.25960,10.60345], [50.25202,10.60577], [50.25053,10.61066], [50.24746,10.60637], [50.24631,10.59530], [50.24000,10.60302], [50.23242,10.60568], [50.22369,10.61221], [50.22204,10.63804], [50.23028,10.65838], [50.22764,10.66087], [50.22265,10.65581], [50.22028,10.67126], [50.22259,10.67872], [50.22457,10.68550], [50.21837,10.68635], [50.21145,10.69579], [50.21150,10.69906], [50.20964,10.70455], [50.20859,10.71245], [50.20359,10.71742], [50.20453,10.72566], [50.21299,10.73219], [50.22633,10.72953], [50.23089,10.73030], [50.23248,10.72772], [50.24179,10.72910], [50.24311,10.73133], [50.24536,10.73116], [50.24706,10.72815], [50.25118,10.73210], [50.24717,10.74781], [50.24272,10.74343], [50.24108,10.75313], [50.23976,10.76901], [50.24838,10.78669], [50.25068,10.78343], [50.24986,10.80137], [50.24349,10.80652], [50.24075,10.80652], [50.23894,10.80900], [50.23666,10.82553], [50.23929,10.83617], [50.24204,10.83840], [50.24407,10.84870], [50.25258,10.85257], [50.26503,10.85239], [50.27008,10.84596], [50.27803,10.84759], [50.27315,10.83523], [50.27913,10.82604], [50.27915,10.81186], [50.28074,10.81074], [50.27987,10.80559], [50.28524,10.80319], [50.29111,10.80594], [50.29270,10.80293], [50.29336,10.79718], [50.29566,10.79521], [50.29451,10.78748], [50.29517,10.77427], [50.29352,10.77178], [50.30186,10.76096], [50.30455,10.76036], [50.30608,10.75392], [50.31025,10.75169], [50.31617,10.74087], [50.31523,10.73573], [50.31891,10.72757], [50.31885,10.72028], [50.32326,10.71603], [50.33307,10.71715], [50.33406,10.72436], [50.33773,10.72976], [50.35043,10.72968], [50.34983,10.71895], [50.34819,10.71534], [50.35427,10.71345], [50.35514,10.71869], [50.36363,10.71715], [50.36215,10.72968], [50.36188,10.73920], [50.35635,10.74916], [50.35733,10.75749], [50.36155,10.76126], [50.37061,10.76534], [50.36979,10.76689], [50.37198,10.77607], [50.38380,10.78491], [50.37806,10.80114], [50.37904,10.80663], [50.38391,10.81375], [50.38495,10.82079], [50.39223,10.83135], [50.39065,10.83727], [50.38999,10.84800], [50.38775,10.85023], [50.38709,10.86328], [50.38928,10.86671], [50.39371,10.86851], [50.39628,10.87340], [50.39612,10.87572], [50.39355,10.87624], [50.39196,10.87873], [50.39190,10.88679], [50.38627,10.87607], [50.37943,10.89280], [50.38430,10.90044], [50.38501,10.91151], [50.39043,10.92877], [50.39103,10.93675], [50.38671,10.94241], [50.38364,10.94936], [50.38140,10.94773], [50.37653,10.95597], [50.37707,10.96147], [50.37346,10.96224], [50.36820,10.95537], [50.36405,10.96453], [50.35655,10.97440], [50.34696,10.98495], [50.34784,10.99345], [50.34538,10.99757], [50.35217,11.00023], [50.35638,10.99440], [50.36301,10.99362], [50.36509,10.99543], [50.36339,11.00126], [50.36443,11.00701], [50.36120,11.01542], [50.35945,11.02718], [50.35983,11.03465], [50.35518,11.03002], [50.34948,11.03156], [50.34461,11.03714], [50.34423,11.04521], [50.34817,11.06040], [50.34866,11.06632], [50.35282,11.07619], [50.35096,11.08169], [50.35167,11.08692], [50.35578,11.08357], [50.35874,11.08778], [50.36219,11.08692], [50.36515,11.09187], [50.36472,11.09822], [50.36658,11.10097], [50.36630,11.11435], [50.35826,11.11942], [50.35272,11.11315], [50.34856,11.11599], [50.34807,11.12208], [50.35223,11.12500], [50.35513,11.12714], [50.35240,11.13710], [50.34949,11.13470], [50.34013,11.14534], [50.33826,11.14894], [50.33405,11.15298], [50.33087,11.15847], [50.32561,11.15607], [50.32268,11.14997], [50.31813,11.13950], [50.31122,11.13041], [50.30497,11.13015], [50.29933,11.13195], [50.29894,11.13633], [50.29308,11.13864], [50.29214,11.14139], [50.28918,11.13985], [50.28485,11.14500], [50.28512,11.15058], [50.28260,11.15444], [50.28803,11.15787], [50.28414,11.15942], [50.28178,11.16577], [50.28282,11.17040], [50.28063,11.17632], [50.28085,11.18328], [50.27520,11.17847], [50.27712,11.17529], [50.27191,11.17418], [50.26982,11.17521], [50.26872,11.18860], [50.27393,11.19315], [50.27503,11.19032], [50.27728,11.19272], [50.28046,11.19074], [50.28529,11.19486], [50.29105,11.19830], [50.28375,11.21134], [50.28359,11.21486], [50.28118,11.21495], [50.27980,11.22087], [50.27613,11.22559], [50.27525,11.23529], [50.27180,11.23709], [50.26664,11.24962], [50.26746,11.25537], [50.27097,11.25735], [50.27465,11.26336], [50.27871,11.26104], [50.28781,11.26095], [50.29110,11.25967], [50.29324,11.25366], [50.29571,11.25460], [50.29861,11.25263], [50.29949,11.26130], [50.30229,11.26301], [50.30229,11.26705], [50.30728,11.27151], [50.31040,11.26679], [50.31259,11.26782], [50.31374,11.26430], [50.31955,11.26181], [50.32207,11.25735], [50.32454,11.26327], [50.33194,11.26216], [50.33698,11.26327], [50.33758,11.26576], [50.33654,11.26773], [50.33555,11.27803], [50.35220,11.26688], [50.35193,11.26241], [50.35335,11.26696], [50.35549,11.27958], [50.36053,11.28499], [50.36693,11.27984], [50.36995,11.28121], [50.37208,11.28147], [50.37334,11.27906], [50.37843,11.27743], [50.38215,11.27615], [50.38686,11.27117], [50.38784,11.26447], [50.39140,11.26507], [50.39397,11.27177], [50.39764,11.26516], [50.39797,11.26147], [50.40016,11.25915], [50.40163,11.26173], [50.40557,11.26181], [50.40717,11.26456], [50.41379,11.26628], [50.41975,11.27005], [50.42713,11.26713], [50.43118,11.26902], [50.43566,11.26816], [50.44390,11.26387], [50.44494,11.25743], [50.44795,11.25366], [50.44959,11.24602], [50.45631,11.25580], [50.46456,11.25220], [50.46942,11.24653], [50.47161,11.24550], [50.47565,11.24799], [50.47838,11.24782], [50.48029,11.25151], [50.48138,11.25778], [50.47985,11.26482], [50.47822,11.26456], [50.47860,11.26705], [50.48242,11.27331], [50.48073,11.27932], [50.48220,11.28087], [50.48313,11.27932], [50.48515,11.28842], [50.48264,11.28971], [50.47527,11.29074], [50.47527,11.29194], [50.48045,11.29606], [50.48029,11.29786], [50.48209,11.30009], [50.48324,11.30001], [50.48521,11.30327], [50.48739,11.30361], [50.48837,11.30533], [50.48821,11.32121], [50.49132,11.32447], [50.49913,11.32610], [50.50006,11.32344], [50.50323,11.32395], [50.50661,11.32207], [50.50945,11.32438], [50.50912,11.33906], [50.51114,11.34781], [50.51512,11.34730], [50.51873,11.34447], [50.52064,11.34593], [50.51938,11.34816], [50.51938,11.35803], [50.52102,11.36687], [50.52266,11.37073], [50.51987,11.37949], [50.51594,11.38524], [50.51523,11.38979], [50.51682,11.39167], [50.51884,11.39485], [50.51594,11.39519], [50.51496,11.40137], [50.51436,11.41081], [50.51534,11.41691], [50.51540,11.42317], [50.51294,11.42738], [50.50312,11.43433], [50.50055,11.44017], [50.49285,11.43553], [50.49285,11.42695], [50.49520,11.41828], [50.49258,11.41794], [50.48859,11.42051], [50.48542,11.42060], [50.48390,11.42377], [50.48149,11.41605], [50.47920,11.41794], [50.47346,11.41965], [50.46795,11.41433], [50.46516,11.41622], [50.46292,11.42317], [50.45904,11.42163], [50.45363,11.41837], [50.44521,11.41837], [50.44188,11.42111], [50.43958,11.43047], [50.43800,11.44094], [50.43298,11.44647], [50.43117,11.45033], [50.42434,11.44321], [50.41942,11.44218], [50.42133,11.44501], [50.42461,11.44656], [50.42811,11.46098], [50.43139,11.46269], [50.43248,11.46604], [50.43128,11.46947], [50.43123,11.47617], [50.43319,11.47608], [50.43090,11.48209], [50.42516,11.47969], [50.41674,11.48750], [50.41050,11.48406], [50.40793,11.47874], [50.40049,11.47763], [50.39529,11.48964], [50.39918,11.49634], [50.39901,11.50243], [50.39589,11.50638], [50.39513,11.51780], [50.38814,11.51760], [50.38376,11.51975], [50.37998,11.51932], [50.37714,11.51769], [50.37303,11.52044], [50.37582,11.52893], [50.37856,11.53117], [50.37878,11.53443], [50.38042,11.53571], [50.38316,11.54636], [50.38201,11.55348], [50.38332,11.56035], [50.38710,11.56644], [50.38945,11.56644], [50.39645,11.56910], [50.39935,11.57339], [50.39831,11.58163], [50.40214,11.59348], [50.39640,11.60584], [50.39175,11.61176], [50.38620,11.62237], [50.38669,11.62675], [50.38800,11.62838], [50.38740,11.63190], [50.39003,11.64177], [50.39205,11.65336], [50.39167,11.66040], [50.39342,11.66709], [50.39364,11.67662], [50.39216,11.68349], [50.39490,11.68872], [50.39457,11.69293], [50.39616,11.69653], [50.40081,11.69919], [50.40321,11.70863], [50.39572,11.71327], [50.39933,11.71876], [50.39944,11.72700], [50.40529,11.73601], [50.40934,11.74022], [50.41011,11.74520], [50.40775,11.74537], [50.40464,11.75790], [50.40491,11.76331], [50.40688,11.76468], [50.41344,11.75164], [50.41563,11.75412], [50.41317,11.76606], [50.41071,11.77198], [50.41136,11.77455], [50.41486,11.77481], [50.41804,11.78030], [50.41541,11.78399], [50.41481,11.78717], [50.41503,11.78992], [50.41689,11.79112], [50.41798,11.79369], [50.41683,11.79678], [50.41404,11.79858], [50.41311,11.80125], [50.40316,11.81266], [50.39955,11.81790], [50.40338,11.82425], [50.40004,11.82751], [50.39665,11.81996], [50.39320,11.81798], [50.39107,11.82030], [50.38921,11.82373], [50.39254,11.82751], [50.39462,11.83403], [50.39670,11.83901], [50.40097,11.85274], [50.39851,11.85601], [50.40048,11.86751], [50.40485,11.86897], [50.40799,11.87700], [50.41220,11.88018], [50.41285,11.88215], [50.41422,11.88138], [50.41553,11.88610], [50.41466,11.89185], [50.41679,11.90335], [50.41657,11.90687], [50.41969,11.90713], [50.42390,11.91795], [50.42467,11.92258], [50.42707,11.92584], [50.42975,11.92807], [50.43347,11.92833], [50.43271,11.92241], [50.43369,11.91623], [50.43648,11.91082], [50.43664,11.90765], [50.43681,11.90327], [50.43555,11.89923], [50.44047,11.89357], [50.44134,11.88971], [50.44331,11.88988], [50.44205,11.89323], [50.44380,11.89580], [50.44927,11.89554], [50.45140,11.90095], [50.45156,11.90404], [50.45375,11.90507], [50.45238,11.90971], [50.45337,11.91906], [50.45926,11.92201], [50.45888,11.92931], [50.46353,11.93171], [50.45894,11.93583], [50.45812,11.93901], [50.45522,11.94235], [50.45342,11.94690], [50.45407,11.95171], [50.45555,11.95231], [50.45746,11.94939], [50.45719,11.94793], [50.46008,11.94364], [50.46287,11.94956], [50.46555,11.94871], [50.46478,11.94381], [50.46730,11.94321], [50.46740,11.94201], [50.47003,11.94562], [50.47216,11.94373], [50.47112,11.93935], [50.47347,11.94321], [50.47625,11.94467], [50.47811,11.94690], [50.47866,11.95377], [50.47806,11.95969], [50.48204,11.96381], [50.48445,11.96484], [50.48832,11.96433], [50.49226,11.95901], [50.49668,11.95215], [50.49974,11.94845], [50.50405,11.94528], [50.50520,11.94288], [50.50313,11.93910], [50.50575,11.93558], [50.51115,11.93086], [50.51333,11.93189], [50.51928,11.93309], [50.52235,11.93266], [50.52334,11.93086], [50.52306,11.92940], [50.52650,11.92537], [50.52257,11.91979], [50.52726,11.91833], [50.52448,11.91515], [50.52241,11.91532], [50.51941,11.91687], [50.51793,11.91816], [50.51728,11.91653], [50.51630,11.89876], [50.51864,11.89369], [50.51695,11.88631], [50.52323,11.88194], [50.53032,11.87928], [50.53976,11.87241], [50.54558,11.88148], [50.55071,11.88406], [50.55322,11.90226], [50.55518,11.90500], [50.55431,11.90981], [50.55442,11.91564], [50.55791,11.91513], [50.55824,11.91805], [50.55524,11.92114], [50.55747,11.92775], [50.56014,11.92363], [50.56418,11.92689], [50.56456,11.92946], [50.56892,11.93470], [50.57334,11.93006], [50.57601,11.93144], [50.57933,11.93024], [50.58571,11.92380], [50.58696,11.93101], [50.58691,11.93556], [50.59007,11.94079], [50.59040,11.94414], [50.59846,11.95822], [50.60048,11.95736], [50.60396,11.96002], [50.60026,11.96234], [50.59955,11.96603], [50.60020,11.96972], [50.60502,11.97743], [50.60529,11.98078], [50.61058,11.98997], [50.61619,11.98344], [50.61825,11.98456], [50.62147,11.98044], [50.62468,11.99091], [50.62811,12.00112], [50.63056,12.00464], [50.63160,12.00198], [50.63290,12.00207], [50.63399,12.00413], [50.63399,12.00773], [50.63486,12.01039], [50.62985,12.01597], [50.62778,12.01855], [50.62512,12.01983], [50.62092,12.01151], [50.61346,12.00396], [50.60360,12.01340], [50.59777,12.02241], [50.59647,12.02919], [50.59805,12.03177], [50.59418,12.03468], [50.58873,12.03305], [50.58252,12.03013], [50.58110,12.03434], [50.57767,12.02859], [50.57349,12.02501], [50.56989,12.01737], [50.56717,12.01728], [50.56204,12.02295], [50.55801,12.02818], [50.55664,12.03136], [50.55495,12.03179], [50.55544,12.02835], [50.55370,12.02784], [50.55332,12.03333], [50.55037,12.02895], [50.54852,12.03050], [50.54994,12.03470], [50.55163,12.03556], [50.55310,12.03891], [50.55293,12.04878], [50.55168,12.05110], [50.55304,12.05711], [50.55190,12.06037], [50.55555,12.06620], [50.55539,12.06947], [50.55419,12.07101], [50.55528,12.07427], [50.55828,12.07796], [50.56368,12.07745], [50.56678,12.07513], [50.56924,12.08028], [50.57333,12.07925], [50.57654,12.07882], [50.57932,12.08406], [50.57867,12.09805], [50.57540,12.10371], [50.57316,12.10620], [50.56657,12.11590], [50.56695,12.12345], [50.57112,12.12702], [50.57456,12.12891], [50.57227,12.14102], [50.57385,12.14548], [50.57331,12.15398], [50.57532,12.15887], [50.57739,12.15775], [50.58012,12.16161], [50.58323,12.15861], [50.58579,12.15732], [50.58573,12.15458], [50.58399,12.15363], [50.58399,12.15192], [50.58513,12.15003], [50.58628,12.14436], [50.58284,12.13999], [50.58252,12.13458], [50.58328,12.13046], [50.58546,12.12874], [50.58715,12.13295], [50.58808,12.13303], [50.58769,12.13003], [50.58491,12.12436], [50.58742,12.11621], [50.58867,12.11072], [50.59096,12.11329], [50.59298,12.11329], [50.59739,12.11612], [50.59848,12.12316], [50.60077,12.12874], [50.60017,12.13106], [50.60104,12.13544], [50.60219,12.13827], [50.60311,12.14316], [50.60407,12.14531], [50.60341,12.14569], [50.60404,12.14642], [50.60543,12.14655], [50.60576,12.14741], [50.60570,12.14913], [50.60663,12.14865], [50.60665,12.14788], [50.60799,12.14784], [50.60913,12.14625], [50.60989,12.14608], [50.61035,12.14739], [50.61187,12.14726], [50.61250,12.14834], [50.61304,12.14997], [50.61419,12.14911], [50.61541,12.15100], [50.61726,12.15045], [50.61920,12.14774], [50.62127,12.14607], [50.62244,12.14727], [50.62355,12.14684], [50.62551,12.14555], [50.62674,12.15130], [50.62728,12.15049], [50.62859,12.15002], [50.62897,12.15263], [50.63028,12.15495], [50.62930,12.15568], [50.62930,12.15804], [50.62943,12.16311], [50.62747,12.16577], [50.62954,12.16916], [50.62922,12.16989], [50.62758,12.16941], [50.62677,12.17109], [50.62440,12.17568], [50.62053,12.17323], [50.61963,12.17345], [50.61890,12.17379], [50.61607,12.17233], [50.61579,12.17456], [50.61405,12.17452], [50.61307,12.17826], [50.61343,12.17851], [50.61353,12.17946], [50.61138,12.18250], [50.61272,12.18444], [50.61460,12.19134], [50.61560,12.18984], [50.61726,12.19164], [50.61778,12.19092], [50.61955,12.19229], [50.62023,12.19169], [50.62116,12.18946], [50.62143,12.19074], [50.62293,12.18821], [50.62415,12.18971], [50.62660,12.19203], [50.62829,12.19345], [50.62805,12.19482], [50.63001,12.19804], [50.63178,12.19834], [50.63300,12.20006], [50.63544,12.20111], [50.63805,12.19961], [50.64132,12.19901], [50.64189,12.20086], [50.64042,12.20403], [50.64012,12.20725], [50.63789,12.20678], [50.63601,12.20807], [50.63408,12.21150], [50.63342,12.21798], [50.63157,12.21648], [50.63070,12.21695], [50.63154,12.22043], [50.63097,12.22313], [50.62961,12.22515], [50.62945,12.22725], [50.63225,12.22944], [50.63266,12.23073], [50.63233,12.23175], [50.62863,12.23064], [50.62749,12.23167], [50.62702,12.23304], [50.62664,12.23472], [50.62730,12.23579], [50.62724,12.23699], [50.62907,12.23965], [50.62907,12.24081], [50.63070,12.24180], [50.63094,12.24274], [50.63233,12.24283], [50.63212,12.24180], [50.63263,12.24218], [50.63329,12.24437], [50.63255,12.24901], [50.63323,12.24871], [50.63299,12.25102], [50.63103,12.25652], [50.63154,12.26072], [50.63035,12.26592], [50.63353,12.26617], [50.63432,12.26677], [50.63721,12.26527], [50.63868,12.26579], [50.64118,12.26416], [50.64352,12.26441], [50.64466,12.26815], [50.64385,12.27201], [50.64425,12.28124], [50.64586,12.28029], [50.64771,12.28021], [50.64733,12.28085], [50.64627,12.28149], [50.64689,12.28446], [50.64815,12.28476], [50.64812,12.28561], [50.64836,12.28673], [50.64752,12.28926], [50.64942,12.29274], [50.64945,12.29424], [50.65174,12.29935], [50.65269,12.29969], [50.65318,12.30123], [50.65732,12.30317], [50.65957,12.30287], [50.66210,12.30398], [50.66335,12.31317], [50.66278,12.31462], [50.66322,12.31874], [50.66482,12.31819], [50.66648,12.31561], [50.66958,12.31437], [50.67157,12.31471], [50.67594,12.31836], [50.68166,12.32282], [50.68326,12.31947], [50.68429,12.31922], [50.68484,12.31621], [50.68310,12.31205], [50.68277,12.30802], [50.68408,12.30638], [50.68416,12.29922], [50.68698,12.29690], [50.68541,12.29398], [50.68541,12.29179], [50.68592,12.29136], [50.68620,12.28815], [50.68533,12.28737], [50.68508,12.28338], [50.68571,12.28128], [50.68747,12.28055], [50.68794,12.27819], [50.68777,12.27690], [50.68663,12.27613], [50.69008,12.27061], [50.69242,12.26787], [50.69378,12.26722], [50.69497,12.26413], [50.69641,12.26362], [50.69824,12.26512], [50.70155,12.26443], [50.70316,12.26392], [50.70438,12.26083], [50.70557,12.25907], [50.70720,12.25851], [50.70968,12.25637], [50.71276,12.25573], [50.71526,12.25303], [50.71909,12.25865], [50.71871,12.25912], [50.72023,12.26346], [50.72159,12.26440], [50.72325,12.26436], [50.72458,12.26539], [50.72553,12.26522], [50.72640,12.27037], [50.72884,12.27174], [50.72912,12.26968], [50.72998,12.26833], [50.73440,12.26515], [50.73519,12.26412], [50.73731,12.26223], [50.73462,12.24764], [50.73421,12.24769], [50.73427,12.24249], [50.73332,12.23781], [50.73343,12.23520], [50.73590,12.23485], [50.73837,12.23168], [50.73826,12.22734], [50.73946,12.22859], [50.74003,12.22769], [50.74106,12.22846], [50.74155,12.22966], [50.74377,12.23018], [50.74388,12.22786], [50.74160,12.22721], [50.74596,12.22698], [50.74789,12.22857], [50.74955,12.22935], [50.75234,12.22930], [50.75449,12.22819], [50.75829,12.22965], [50.75804,12.23068], [50.75946,12.23231], [50.75997,12.23450], [50.76345,12.23703], [50.76605,12.24059], [50.76765,12.24170], [50.76453,12.24424], [50.76290,12.25428], [50.76146,12.25788], [50.76032,12.26368], [50.76111,12.26625], [50.76241,12.26926], [50.76393,12.26999], [50.76787,12.27479], [50.76929,12.27639], [50.77040,12.27927], [50.77292,12.28356], [50.77558,12.28536], [50.77827,12.28850], [50.78364,12.29021], [50.78353,12.28811], [50.78986,12.28755], [50.78790,12.27240], [50.78717,12.26730], [50.78779,12.26472], [50.78899,12.26318], [50.78834,12.25987], [50.78834,12.25627], [50.78882,12.25270], [50.79394,12.25393], [50.79454,12.25517], [50.79833,12.25157], [50.79915,12.25427], [50.80482,12.24723], [50.80899,12.24320], [50.81481,12.25090], [50.81849,12.25120], [50.81768,12.25322], [50.81142,12.25978], [50.81256,12.26382], [50.81418,12.26721], [50.81218,12.26837], [50.81399,12.27313], [50.81383,12.27605], [50.81638,12.27309], [50.81757,12.27686], [50.81535,12.27721], [50.81445,12.27781], [50.80949,12.27802], [50.81028,12.28437], [50.81177,12.28622], [50.82020,12.28609], [50.82220,12.29201], [50.82058,12.29240], [50.81762,12.29463], [50.81524,12.29892], [50.81743,12.30296], [50.82020,12.29914], [50.82852,12.29626], [50.83001,12.29897], [50.82681,12.29987], [50.82391,12.30257], [50.82256,12.30287], [50.81835,12.30686], [50.81879,12.30875], [50.81900,12.31472], [50.82155,12.32133], [50.82020,12.33338], [50.82256,12.33360], [50.82220,12.33690], [50.82342,12.34772], [50.82651,12.34712], [50.82863,12.34849], [50.83053,12.34755], [50.83185,12.34703], [50.83207,12.34798], [50.83318,12.34793], [50.83421,12.34768], [50.83738,12.34819], [50.83887,12.35137], [50.84135,12.35876], [50.84219,12.36283], [50.84297,12.36206], [50.84352,12.36318], [50.84365,12.36459], [50.84433,12.36373], [50.84449,12.36549], [50.84617,12.36502], [50.84766,12.36871], [50.84869,12.37575], [50.85305,12.37446], [50.85354,12.37854], [50.85200,12.37772], [50.85013,12.37601], [50.84856,12.37639], [50.85007,12.38189], [50.85043,12.38781], [50.84929,12.38957], [50.84967,12.39240], [50.84842,12.39227], [50.84923,12.39442], [50.84902,12.40214], [50.84940,12.40459], [50.85010,12.40467], [50.85026,12.40686], [50.85574,12.40815], [50.85600,12.41014], [50.85652,12.41044], [50.85714,12.41297], [50.85684,12.41512], [50.85592,12.41589], [50.85541,12.41718], [50.85259,12.41400], [50.85115,12.41426], [50.85004,12.41357], [50.84982,12.41198], [50.84920,12.41134], [50.84687,12.41108], [50.84270,12.41602], [50.83934,12.42035], [50.84161,12.42606], [50.84370,12.42941], [50.84248,12.43400], [50.84199,12.43851], [50.84324,12.44387], [50.84560,12.44121], [50.84706,12.44177], [50.85283,12.44722], [50.85494,12.44876], [50.86053,12.44649], [50.86147,12.44481], [50.86248,12.44481], [50.86434,12.44606], [50.86621,12.45078], [50.86773,12.45018], [50.86857,12.45546], [50.86822,12.45683], [50.86881,12.46018], [50.87014,12.46426], [50.87136,12.46361], [50.87109,12.46245], [50.87155,12.46207], [50.87255,12.46318], [50.87239,12.46426], [50.87355,12.46438], [50.88032,12.45941], [50.88138,12.46112], [50.88395,12.46979], [50.88747,12.47816], [50.88763,12.47966], [50.88928,12.48309], [50.89085,12.48159], [50.89280,12.48567], [50.89272,12.48756], [50.89329,12.49151], [50.89307,12.49417], [50.89364,12.49803], [50.89313,12.50116], [50.89329,12.51005], [50.89611,12.51322], [50.89892,12.51098], [50.90041,12.51051], [50.90457,12.50776], [50.90850,12.52334], [50.90782,12.52399], [50.90262,12.52519], [50.90187,12.52892], [50.90179,12.53098], [50.90003,12.53433], [50.90000,12.53566], [50.90227,12.54356], [50.90411,12.55012], [50.90544,12.55308], [50.90593,12.56036], [50.90208,12.56555], [50.90230,12.56658], [50.90327,12.56736], [50.90419,12.57028], [50.90105,12.57444], [50.90176,12.57658], [50.90154,12.58079], [50.90365,12.58487], [50.90262,12.58813], [50.90246,12.59165], [50.90314,12.59289], [50.90300,12.59641], [50.90438,12.59710], [50.90354,12.59959], [50.90465,12.60062], [50.90541,12.60714], [50.90593,12.61027], [50.90517,12.61242], [50.90465,12.61512], [50.90915,12.62031], [50.90852,12.62293], [50.90785,12.62302], [50.90501,12.62551], [50.90430,12.62920], [50.90387,12.63491], [50.90303,12.63924], [50.90233,12.64083], [50.90338,12.64126], [50.90595,12.64074], [50.90863,12.64139], [50.91088,12.64100], [50.91380,12.64448], [50.91621,12.64705], [50.91826,12.65310], [50.91913,12.65435], [50.92430,12.65293], [50.92581,12.64872], [50.92619,12.64542], [50.92890,12.64224], [50.93236,12.64229], [50.93317,12.64263], [50.93358,12.64156], [50.93331,12.63761], [50.93688,12.63585], [50.94023,12.63199], [50.93944,12.62615], [50.93985,12.62486], [50.94063,12.62418], [50.94117,12.62581], [50.94277,12.62602], [50.94247,12.63018], [50.94501,12.62979], [50.94750,12.62996], [50.95061,12.62764], [50.95178,12.62683], [50.95826,12.62434], [50.95886,12.62486], [50.96329,12.62348], [50.96475,12.62254], [50.97653,12.62211], [50.97826,12.61979], [50.97886,12.61833], [50.98356,12.61825], [50.98637,12.61593], [50.98788,12.61155], [50.98756,12.60949], [50.98999,12.60838], [50.99723,12.60803], [50.99582,12.60228], [50.99501,12.60100], [50.99323,12.60100], [50.99301,12.59602], [50.99242,12.59396], [50.99334,12.59301], [50.99323,12.59070], [50.99199,12.59070], [50.98907,12.58023], [50.98529,12.57885], [50.99112,12.57096], [50.99269,12.56735], [50.99523,12.56503], [50.99615,12.55594], [50.99766,12.55628], [50.99831,12.55018], [50.99780,12.54215], [50.99661,12.53863], [50.99931,12.52798], [51.00131,12.52661], [51.00417,12.53339], [51.00552,12.54094], [51.01076,12.53897], [51.01497,12.53537], [51.01681,12.53640], [51.01983,12.53837], [51.02070,12.54000], [51.02183,12.53966], [51.02221,12.53837], [51.02458,12.53949], [51.02572,12.53159], [51.02345,12.51957], [51.02771,12.51820], [51.02701,12.51391], [51.01794,12.51554], [51.01670,12.51236], [51.01740,12.50721], [51.02583,12.51090], [51.02626,12.51288], [51.02707,12.51262], [51.02928,12.50850], [51.03481,12.50352], [51.03939,12.50584], [51.04328,12.50412], [51.04484,12.50601], [51.05164,12.50249], [51.05278,12.50876], [51.05574,12.50713], [51.06254,12.50395], [51.06459,12.50146], [51.06367,12.49906], [51.06686,12.49597], [51.06615,12.49108], [51.06535,12.48584], [51.06632,12.48404], [51.06481,12.47563], [51.06470,12.46988], [51.06799,12.46816], [51.06777,12.46464], [51.06702,12.46318], [51.06912,12.46310], [51.07031,12.46104], [51.07387,12.46147], [51.08503,12.45949], [51.08498,12.45812], [51.08374,12.45220], [51.08169,12.45280], [51.07845,12.44842], [51.07726,12.44859], [51.07743,12.44404], [51.07877,12.44190], [51.07770,12.44052], [51.07829,12.43580], [51.07683,12.43348], [51.07856,12.42859], [51.07861,12.42464], [51.07791,12.41941], [51.07694,12.41692], [51.07656,12.41357], [51.08071,12.38467], [51.07990,12.38106], [51.07731,12.37557], [51.07985,12.36578], [51.08006,12.36183], [51.08556,12.35342], [51.08605,12.35531], [51.09435,12.35677], [51.09640,12.35266], [51.09677,12.34939], [51.09990,12.34210], [51.10162,12.33987], [51.10357,12.33472], [51.10362,12.33154], [51.10157,12.32957], [51.09839,12.32588], [51.09667,12.32176], [51.09559,12.32244], [51.09440,12.31944], [51.09376,12.31455], [51.09424,12.30820], [51.09791,12.30493], [51.09645,12.30193], [51.09381,12.29678], [51.09376,12.29438], [51.09208,12.29223], [51.09316,12.29034], [51.09257,12.28871], [51.09079,12.28888], [51.09068,12.28640], [51.09194,12.28562], [51.09103,12.28425], [51.08887,12.28391], [51.08812,12.28270], [51.08316,12.28322], [51.08235,12.27919], [51.08035,12.27944], [51.07906,12.27301], [51.07847,12.26734], [51.07259,12.26863], [51.06584,12.25669], [51.06045,12.25987], [51.05775,12.25867], [51.05457,12.26142], [51.05354,12.25987], [51.05052,12.26090], [51.04966,12.25481], [51.04566,12.25618], [51.04453,12.24880], [51.03708,12.25026], [51.03719,12.26124], [51.03768,12.26794], [51.03989,12.27223], [51.04016,12.28081], [51.03724,12.28236], [51.03735,12.28656], [51.02974,12.28880], [51.03109,12.29420], [51.02537,12.29395], [51.02386,12.29120], [51.02175,12.29274], [51.01873,12.29017], [51.01711,12.28794], [51.01516,12.28751], [51.01068,12.28098], [51.00744,12.28399], [51.00798,12.28004], [51.00231,12.27283], [50.99371,12.26548], [50.99095,12.26385], [50.98447,12.25338], [50.97971,12.24505], [50.97436,12.23827], [50.96512,12.23595], [50.96096,12.23132], [50.96069,12.23449], [50.96215,12.23930], [50.95685,12.24128], [50.95148,12.23703], [50.94640,12.22776], [50.94278,12.22561], [50.93996,12.21832], [50.93823,12.21437], [50.94380,12.21480], [50.94413,12.21145], [50.94824,12.21222], [50.94991,12.21136], [50.95283,12.21600], [50.95651,12.21566], [50.95748,12.21351], [50.96035,12.21351], [50.95635,12.20072], [50.95819,12.19806], [50.96111,12.19592], [50.96132,12.19411], [50.96592,12.19008], [50.96765,12.19077], [50.97642,12.18276], [50.97388,12.17719], [50.97307,12.17298], [50.96767,12.16448], [50.96631,12.16182], [50.95907,12.16551], [50.95896,12.16311], [50.96334,12.15908], [50.96367,12.15272], [50.96464,12.15195], [50.96340,12.14294], [50.96085,12.13582], [50.96085,12.13230], [50.96583,12.13315], [50.96610,12.12706], [50.96756,12.12457], [50.96902,12.11625], [50.97437,12.10406], [50.97502,12.09436], [50.97696,12.09213], [50.97644,12.08478], [50.97471,12.07791], [50.97509,12.07576], [50.97179,12.06538], [50.96877,12.05422], [50.97023,12.04504], [50.97266,12.04014], [50.97304,12.03499], [50.96979,12.02220], [50.97006,12.01740], [50.97082,12.01148], [50.97444,12.01130], [50.97595,12.01757], [50.97914,12.01774], [50.98492,12.01499], [50.98438,12.00873], [50.99049,12.00796], [50.99119,12.00676], [50.98909,11.99972], [50.99384,11.99766], [50.99081,11.98023], [50.99170,11.97975], [50.99051,11.97417], [50.99472,11.97366], [50.99451,11.96971], [50.99883,11.96928], [50.99964,11.97649], [51.00288,11.97923], [51.00579,11.97872], [51.00747,11.97572], [51.01190,11.97657], [51.01206,11.98052], [51.01422,11.98044], [51.01562,11.97812], [51.01713,11.97589], [51.01911,11.97170], [51.01749,11.97007], [51.02057,11.96818], [51.01933,11.96578], [51.02213,11.96475], [51.02246,11.96252], [51.02067,11.96003], [51.02408,11.95462], [51.02597,11.95411], [51.02926,11.94759], [51.03320,11.94209], [51.02996,11.93711], [51.03082,11.93308], [51.02937,11.93154], [51.02672,11.92269], [51.02705,11.91626], [51.02910,11.91179], [51.03153,11.91540], [51.03336,11.91377], [51.03385,11.91548], [51.03611,11.91385], [51.03752,11.91591], [51.03951,11.91411], [51.04173,11.91085], [51.04507,11.91128], [51.04599,11.90828], [51.04453,11.90407], [51.04626,11.89840], [51.04637,11.89583], [51.04847,11.89497], [51.05068,11.89703], [51.05365,11.89085], [51.05581,11.88913], [51.05700,11.88647], [51.05646,11.88167], [51.05791,11.87746], [51.05694,11.87283], [51.05408,11.86708], [51.05252,11.86854], [51.05209,11.86175], [51.05484,11.85987], [51.05219,11.85214], [51.05333,11.84768], [51.05219,11.84330], [51.05279,11.83721], [51.05117,11.82605], [51.04776,11.81579], [51.04652,11.80420], [51.04938,11.80343], [51.04857,11.79871], [51.05062,11.79776], [51.05046,11.79270], [51.05160,11.79021], [51.05079,11.78635], [51.05278,11.78721], [51.05354,11.77390], [51.04917,11.76952], [51.04507,11.77030], [51.04312,11.75974], [51.04798,11.76034], [51.04901,11.75227], [51.05208,11.75150], [51.05213,11.74661], [51.05386,11.74609], [51.05386,11.74858], [51.05742,11.75502], [51.05990,11.75030], [51.06163,11.74395], [51.06379,11.73760], [51.06880,11.73234], [51.06929,11.72976], [51.06929,11.72161], [51.07134,11.72169], [51.07075,11.71285], [51.06864,11.71054], [51.06924,11.70427], [51.07010,11.70144], [51.07436,11.70255], [51.07673,11.70024], [51.07835,11.70204], [51.07970,11.70032], [51.08444,11.69878], [51.08460,11.70204], [51.08628,11.70170], [51.08795,11.69946], [51.08811,11.69637], [51.08946,11.69637], [51.09091,11.69783], [51.09371,11.69457], [51.09479,11.69500], [51.09657,11.69165], [51.09749,11.69328], [51.10008,11.69260], [51.10153,11.68788], [51.09911,11.68925], [51.10158,11.68144], [51.10460,11.67552], [51.10245,11.67123], [51.10805,11.66668], [51.11021,11.66865], [51.10945,11.66324], [51.11150,11.66256], [51.10988,11.65432], [51.10967,11.65149], [51.10730,11.64762], [51.10972,11.64865], [51.11031,11.64531], [51.10945,11.64110], [51.11102,11.63878], [51.10864,11.63449], [51.10714,11.63561], [51.10681,11.63114], [51.10573,11.62994], [51.10482,11.62522], [51.10347,11.62290], [51.09711,11.61930], [51.09760,11.61655], [51.10466,11.62119], [51.10654,11.61775], [51.10870,11.61398], [51.11042,11.60788], [51.11172,11.60754], [51.11484,11.60085], [51.11657,11.59449], [51.11705,11.58703], [51.11953,11.58171], [51.12111,11.57123], [51.11814,11.56702], [51.11168,11.56196], [51.11254,11.55964], [51.10931,11.55818], [51.10952,11.55441], [51.11248,11.55647], [51.11200,11.54582], [51.10278,11.54505], [51.10543,11.52273], [51.10823,11.51192], [51.10316,11.50977], [51.10446,11.50385], [51.10225,11.50342], [51.10262,11.48505], [51.10855,11.48411], [51.10747,11.47810], [51.11292,11.46377], [51.11884,11.46600], [51.11868,11.46446], [51.12617,11.46643], [51.12832,11.46583], [51.12682,11.46265], [51.13064,11.46385], [51.13059,11.46059], [51.13242,11.46051], [51.13764,11.45931], [51.13920,11.45836], [51.14330,11.45407], [51.14653,11.45235], [51.14766,11.46488], [51.14777,11.46883], [51.14820,11.47227], [51.15105,11.47415], [51.15175,11.47621], [51.15886,11.47999], [51.16106,11.47647], [51.16128,11.47364], [51.16338,11.47544], [51.16580,11.47553], [51.16515,11.48540], [51.16854,11.48634], [51.17010,11.47124], [51.17241,11.47124], [51.17446,11.47244], [51.18027,11.47003], [51.18102,11.46858], [51.18366,11.47046], [51.19006,11.47038], [51.19269,11.46943], [51.19555,11.45467], [51.19253,11.45278], [51.19452,11.44986], [51.19775,11.45021], [51.19979,11.44926], [51.19990,11.44858], [51.20426,11.44557], [51.20791,11.44574], [51.20899,11.44720], [51.20945,11.44411], [51.20939,11.44347], [51.21235,11.43068], [51.21254,11.42871], [51.20840,11.41506], [51.20762,11.40463], [51.20360,11.40775], [51.20371,11.40157], [51.20621,11.40212], [51.20667,11.39835], [51.20422,11.39607], [51.20350,11.39157], [51.20783,11.39006], [51.20885,11.38813], [51.21054,11.39097], [51.21309,11.38972], [51.21578,11.39208], [51.21586,11.38891], [51.21750,11.39097], [51.21937,11.38348], [51.21985,11.37593], [51.21977,11.37173], [51.22160,11.36512], [51.22399,11.36705], [51.22528,11.36645], [51.22861,11.36816], [51.23012,11.36992], [51.23039,11.37198], [51.23423,11.37688], [51.23774,11.37872], [51.23914,11.37713], [51.24180,11.38125], [51.24441,11.38258], [51.24545,11.38494], [51.24553,11.38648], [51.24414,11.38657], [51.24387,11.38992], [51.24226,11.40228], [51.23608,11.39902], [51.23973,11.41138], [51.24298,11.41459], [51.24647,11.42026], [51.24774,11.41893], [51.25384,11.42361], [51.25561,11.42622], [51.25469,11.42743], [51.25418,11.42970], [51.25735,11.43369], [51.25754,11.43228], [51.26084,11.43592], [51.26052,11.43670], [51.26358,11.43983], [51.26396,11.43910], [51.26705,11.44180], [51.26863,11.43730], [51.27293,11.44185], [51.27081,11.44682], [51.27352,11.45043], [51.27730,11.45665], [51.27891,11.45489], [51.28163,11.45313], [51.28313,11.45472], [51.28699,11.45502], [51.29089,11.45863], [51.29368,11.46004], [51.29030,11.46197], [51.28807,11.46807], [51.29510,11.47438], [51.29802,11.47266], [51.29505,11.47605], [51.29878,11.47566], [51.30192,11.47030], [51.30528,11.46663], [51.31263,11.45200], [51.31400,11.45161], [51.31454,11.45037], [51.31266,11.44642], [51.31663,11.44758], [51.31797,11.44380], [51.31918,11.43638], [51.32068,11.43406], [51.32229,11.43522], [51.32355,11.42994], [51.32468,11.42801], [51.32639,11.42689], [51.32704,11.42964], [51.33183,11.42076], [51.33218,11.41853], [51.33610,11.42033], [51.33615,11.42698], [51.34020,11.42930], [51.34296,11.42866], [51.34232,11.42265], [51.34289,11.41166], [51.34211,11.41174], [51.34040,11.40913], [51.34091,11.40586], [51.34246,11.40677], [51.34273,11.40436], [51.34495,11.40003], [51.34557,11.40093], [51.34667,11.40020], [51.34989,11.40166], [51.34943,11.39711], [51.35246,11.39569], [51.35425,11.39484], [51.35433,11.39299], [51.35570,11.39329], [51.35669,11.39466], [51.35911,11.39423], [51.35999,11.39312], [51.35996,11.39256], [51.36120,11.39196], [51.36350,11.39303], [51.36575,11.39290], [51.36605,11.39132], [51.36808,11.38986], [51.36840,11.39110], [51.36964,11.39136], [51.36964,11.39063], [51.37237,11.39132], [51.37282,11.39591], [51.37743,11.39848], [51.38140,11.39707], [51.38156,11.39411], [51.38410,11.39333], [51.38488,11.38771], [51.38694,11.37969], [51.38549,11.37840], [51.38603,11.37235], [51.38515,11.37192], [51.38531,11.37007], [51.38782,11.36879], [51.38573,11.36522], [51.38319,11.36467], [51.38330,11.36025], [51.39015,11.35724], [51.38803,11.34969], [51.38501,11.34754], [51.38801,11.34282], [51.38918,11.34308], [51.39261,11.34063], [51.39009,11.33437], [51.39063,11.33119], [51.40078,11.32913], [51.41097,11.32116], [51.40837,11.31609], [51.40594,11.30721], [51.40663,11.30592], [51.40570,11.30099], [51.40219,11.28433], [51.40524,11.27502], [51.40085,11.27395], [51.40072,11.25275], [51.39525,11.24863], [51.39686,11.24532], [51.39812,11.24657], [51.40278,11.24841], [51.40551,11.24820], [51.40516,11.23700], [51.40548,11.23078], [51.40835,11.23172], [51.40920,11.22872], [51.41124,11.22764], [51.41360,11.22364], [51.41296,11.21690], [51.41189,11.20956], [51.40782,11.20947], [51.40753,11.20716], [51.40688,11.20269], [51.40611,11.20188], [51.40790,11.19677], [51.40555,11.19536], [51.40589,11.19282], [51.40295,11.19141], [51.40303,11.18385], [51.40638,11.18420], [51.40646,11.17179], [51.40469,11.17154], [51.40310,11.15744], [51.40201,11.15337], [51.40385,11.15242], [51.40428,11.14809], [51.40356,11.14122], [51.40487,11.14105], [51.40650,11.13547], [51.40484,11.13212], [51.40873,11.13131], [51.40779,11.12689], [51.40985,11.12873], [51.41381,11.12770], [51.41387,11.12590], [51.41263,11.12384], [51.41344,11.12028], [51.41122,11.11620], [51.41154,11.11539], [51.41336,11.11873], [51.41432,11.11848], [51.41587,11.11650], [51.41470,11.11423], [51.41617,11.11054], [51.41690,11.10216], [51.41939,11.10379], [51.42004,11.09847], [51.41878,11.09589], [51.42014,11.09641], [51.42108,11.09379], [51.42226,11.09207], [51.42247,11.08933], [51.42344,11.08830], [51.42456,11.08443], [51.42558,11.08164], [51.42576,11.07791], [51.42643,11.07847], [51.42780,11.07379], [51.42891,11.07147], [51.42958,11.06507], [51.42974,11.06061], [51.42774,11.05752], [51.42739,11.05559], [51.42859,11.05593], [51.42964,11.05392], [51.42913,11.05027], [51.42752,11.04911], [51.42680,11.04920], [51.42637,11.04533], [51.42477,11.04503], [51.42319,11.04593], [51.42094,11.05014], [51.42230,11.04679], [51.42233,11.04555], [51.42420,11.04405], [51.42337,11.04207], [51.42469,11.04070], [51.42428,11.03937], [51.42351,11.03945], [51.42329,11.03714], [51.42204,11.03503], [51.42227,11.03140], [51.42122,11.02419], [51.41844,11.02286], [51.41871,11.02054], [51.41716,11.01865], [51.41785,11.01573], [51.41694,11.00801], [51.41804,10.99788], [51.41804,10.99119], [51.42002,10.99483], [51.42192,10.99617], [51.42353,10.99874], [51.42272,11.00127], [51.42334,11.00222], [51.42403,11.00745], [51.42361,11.01217], [51.42494,11.01252], [51.42666,11.01114], [51.42676,11.00964], [51.42941,11.00797], [51.42882,11.00672], [51.42880,10.99728], [51.42690,10.99509], [51.42585,10.99140], [51.43225,10.96956], [51.43251,10.96745], [51.44255,10.97145], [51.44233,10.96900], [51.44525,10.96947], [51.44553,10.96707], [51.44863,10.96908], [51.45000,10.97136], [51.45158,10.97256], [51.45393,10.97290], [51.45460,10.96874], [51.45850,10.96994], [51.46053,10.96329], [51.46315,10.96445], [51.46337,10.96153], [51.46695,10.96385], [51.46954,10.96346], [51.47109,10.96136], [51.47353,10.96282], [51.47433,10.96454], [51.47524,10.96496], [51.47901,10.96840], [51.48141,10.97136], [51.48205,10.97325], [51.48523,10.96685], [51.49249,10.95938], [51.49396,10.95586], [51.49487,10.95308], [51.49570,10.95230], [51.49738,10.95295], [51.49832,10.95458], [51.49904,10.95183], [51.49896,10.95020], [51.50078,10.95029], [51.50171,10.94861], [51.49880,10.94591], [51.49971,10.94406], [51.49941,10.94265], [51.50139,10.94029], [51.50275,10.94196], [51.50364,10.94569], [51.50532,10.94423], [51.50660,10.94565], [51.50770,10.94342], [51.50906,10.94189], [51.51154,10.93751], [51.51253,10.93657], [51.51381,10.93683], [51.51464,10.93520], [51.51771,10.93528], [51.51827,10.93494], [51.51835,10.93266], [51.51915,10.93404], [51.52086,10.92812], [51.52113,10.92987], [51.52041,10.93314], [51.52636,10.93477], [51.52652,10.93395], [51.53275,10.93532], [51.53273,10.93425], [51.53492,10.93833], [51.53537,10.93996], [51.53494,10.94408], [51.53377,10.94447], [51.53326,10.94820], [51.53577,10.94756], [51.53791,10.94841], [51.53868,10.94605], [51.53839,10.94489], [51.54017,10.94296], [51.54212,10.93957], [51.54322,10.93412], [51.54415,10.93215], [51.54351,10.93030], [51.54372,10.92829], [51.54503,10.92760], [51.54583,10.92515], [51.54567,10.92382], [51.54623,10.92288], [51.54743,10.91824], [51.54783,10.91584], [51.54861,10.91606], [51.55053,10.91301], [51.55298,10.91172], [51.55592,10.91103], [51.55568,10.90983], [51.55293,10.90970], [51.55245,10.90636], [51.55005,10.90438], [51.55098,10.90061], [51.55386,10.89765], [51.55525,10.89636], [51.55805,10.89567], [51.56038,10.89777], [51.56126,10.90074], [51.56536,10.90082], [51.56782,10.89524], [51.56945,10.89528], [51.57110,10.89335], [51.57355,10.89284], [51.57459,10.89451], [51.57723,10.89415], [51.57816,10.89217], [51.57942,10.89170], [51.57808,10.89050], [51.57896,10.88381], [51.57939,10.88333], [51.58342,10.88561], [51.58456,10.88518], [51.58582,10.88591], [51.58752,10.88810], [51.59011,10.88793], [51.59454,10.88999], [51.59661,10.88874], [51.59824,10.89441], [51.59955,10.89351], [51.60173,10.89484], [51.59837,10.89544], [51.59608,10.89681], [51.59360,10.90355], [51.59475,10.90582], [51.59264,10.91325], [51.59291,10.92076], [51.59051,10.93063], [51.59512,10.93204], [51.59731,10.93625], [51.60259,10.93809], [51.60562,10.93616], [51.60666,10.93153], [51.60656,10.92857], [51.60778,10.92363], [51.60909,10.91964], [51.61045,10.91376], [51.61461,10.91702], [51.61679,10.92187], [51.61770,10.92187], [51.61687,10.91681], [51.61365,10.90544], [51.61182,10.89969], [51.61222,10.89643], [51.61094,10.89390], [51.61232,10.88681], [51.61451,10.88630], [51.61696,10.88283], [51.61760,10.88399], [51.61842,10.88064], [51.61826,10.87995], [51.62034,10.87729], [51.62231,10.87725], [51.62311,10.87437], [51.62404,10.87377], [51.62639,10.86914], [51.62836,10.86832], [51.63041,10.86545], [51.63180,10.86227], [51.63220,10.86068], [51.63334,10.85952], [51.63270,10.85493], [51.63209,10.85167], [51.63102,10.84970], [51.63150,10.84609], [51.63121,10.84352], [51.63209,10.84129], [51.63121,10.83815], [51.63121,10.83339], [51.62956,10.83124], [51.62767,10.83111], [51.62729,10.82927], [51.62711,10.82785], [51.62591,10.82532], [51.62399,10.82373], [51.62466,10.81918], [51.62857,10.81772], [51.62932,10.81884], [51.63084,10.81721], [51.63164,10.81910], [51.63419,10.81742], [51.63550,10.81502], [51.63760,10.81416], [51.63891,10.81558], [51.63960,10.81472], [51.63907,10.81232], [51.64037,10.80734], [51.64123,10.80579], [51.64125,10.79936], [51.64173,10.79361], [51.64176,10.78734], [51.64296,10.78279], [51.64368,10.78116], [51.64437,10.77584], [51.64461,10.77151], [51.64591,10.76884], [51.64711,10.76721], [51.64916,10.76266], [51.64666,10.76035], [51.64530,10.75507], [51.64450,10.75485], [51.64125,10.75631], [51.64077,10.75091], [51.64141,10.74666], [51.64306,10.74262], [51.64369,10.73922], [51.64542,10.73734], [51.64452,10.73274], [51.64497,10.73064], [51.64494,10.72605], [51.64420,10.72455], [51.64276,10.71678], [51.64068,10.71039], [51.64095,10.70116], [51.64002,10.69876], [51.63983,10.69635], [51.64023,10.69283], [51.63988,10.68781], [51.63882,10.68524], [51.63828,10.68142], [51.63872,10.67825], [51.63842,10.67640], [51.63621,10.67460], [51.63478,10.67554], [51.63323,10.67559], [51.63254,10.67632], [51.63126,10.67657], [51.63011,10.67876], [51.62961,10.68159], [51.62897,10.68228], [51.62838,10.68044], [51.62915,10.67614], [51.62955,10.67301], [51.62873,10.66919], [51.62801,10.66516], [51.62732,10.66426], [51.62622,10.65889], [51.62444,10.65653], [51.62335,10.64932], [51.62244,10.64628], [51.62268,10.64203], [51.62177,10.63945], [51.61906,10.63825], [51.61871,10.63945], [51.61775,10.63958], [51.61698,10.63846], [51.61485,10.63971], [51.61426,10.64155], [51.61253,10.64301], [51.61178,10.64301], [51.60994,10.64546], [51.60841,10.64789], [51.60686,10.64793], [51.60796,10.64518], [51.60790,10.64248], [51.60732,10.64059], [51.60804,10.63720], [51.60820,10.63304], [51.60668,10.63291], [51.60638,10.63441], [51.60532,10.63458], [51.60372,10.63115], [51.60233,10.63128], [51.60105,10.63381], [51.59868,10.63235], [51.59647,10.63304], [51.59572,10.63282], [51.59364,10.63437], [51.59292,10.63595], [51.59164,10.63595], [51.59057,10.63758], [51.58862,10.63819], [51.58404,10.63784], [51.58366,10.64153], [51.58430,10.64273], [51.58438,10.64351], [51.58342,10.64376], [51.58302,10.64728], [51.58158,10.65037], [51.58156,10.65209], [51.58022,10.66252], [51.57913,10.66385], [51.57862,10.66342], [51.57793,10.66569], [51.57700,10.66561], [51.57657,10.66514], [51.57577,10.66565], [51.57436,10.66531], [51.57214,10.66213], [51.57052,10.66123], [51.56641,10.65754], [51.56534,10.65802], [51.56376,10.65875], [51.56376,10.65930], [51.56208,10.65978], [51.56195,10.66038], [51.56091,10.66021], [51.56152,10.65819], [51.55976,10.65819], [51.55835,10.65651], [51.55928,10.65398], [51.56067,10.65231], [51.55816,10.65102], [51.55885,10.64617], [51.55968,10.64630], [51.55979,10.64471], [51.56304,10.64600], [51.56334,10.64312], [51.56294,10.63939], [51.56216,10.63943], [51.56219,10.63664], [51.56347,10.63694], [51.56382,10.63433], [51.56491,10.63428], [51.56707,10.63167], [51.56782,10.62673], [51.56977,10.62587], [51.57185,10.62840], [51.57401,10.62527], [51.57507,10.62180], [51.57609,10.62175], [51.57859,10.61390], [51.57958,10.61214], [51.57990,10.60261], [51.57811,10.59787], [51.57656,10.59633], [51.57499,10.59238], [51.57205,10.59199], [51.56952,10.58963], [51.56957,10.58822], [51.56909,10.58800], [51.56917,10.58551], [51.56752,10.58581], [51.56571,10.58555], [51.56640,10.58358], [51.56565,10.57980], [51.56611,10.57706], [51.56296,10.57630], [51.56349,10.57055], [51.56085,10.56639], [51.55968,10.56562], [51.55685,10.55866], [51.55581,10.54566], [51.55941,10.53403], [51.55853,10.53227], [51.55690,10.53060], [51.55546,10.52545], [51.55544,10.52236], [51.55378,10.51871], [51.55546,10.51326], [51.55661,10.50978], [51.55872,10.50957], [51.56203,10.50768], [51.56325,10.50622], [51.56256,10.50347], [51.56723,10.50099], [51.57296,10.49553], [51.57526,10.48772], [51.57723,10.48536], [51.57974,10.47725], [51.58064,10.47605], [51.58179,10.47322], [51.58206,10.46858], [51.58360,10.46734], [51.58222,10.46292], [51.58339,10.46163], [51.58446,10.45657], [51.58374,10.45545], [51.58368,10.45202], [51.58478,10.45022], [51.58646,10.44914], [51.58686,10.44708], [51.58872,10.44734], [51.58998,10.44417], [51.59027,10.44108], [51.59142,10.43511], [51.59254,10.43271], [51.59275,10.42872], [51.59144,10.42284], [51.58968,10.41897], [51.58867,10.41541], [51.58846,10.41176], [51.58728,10.40842], [51.58678,10.40364], [51.58787,10.39665], [51.58752,10.39399], [51.58648,10.39004], [51.58694,10.38540], [51.58771,10.38386], [51.58894,10.37832], [51.58878,10.37498], [51.58840,10.37322], [51.58816,10.37086], [51.58704,10.36901], [51.58552,10.37193], [51.58422,10.37266], [51.58291,10.37669], [51.58072,10.37622], [51.57912,10.37845], [51.57798,10.37777], [51.57712,10.37691], [51.57446,10.37862], [51.57163,10.37798], [51.57160,10.37669], [51.56861,10.37849], [51.56704,10.37781], [51.56619,10.37819], [51.56547,10.37777], [51.56419,10.37841], [51.56229,10.37746], [51.56208,10.37601], [51.56061,10.37571], [51.55864,10.37356], [51.55725,10.36699], [51.55746,10.36519], [51.55602,10.36330], [51.55504,10.36644], [51.55437,10.36905], [51.55373,10.37180], [51.55225,10.37132], [51.55006,10.36836], [51.54828,10.36694], [51.54622,10.36612], [51.54593,10.36818], [51.54377,10.36810], [51.54273,10.36681], [51.54126,10.36462], [51.54104,10.36256], [51.54040,10.36153], [51.53843,10.36059], [51.53755,10.35861], [51.53659,10.35527], [51.53501,10.35188], [51.53191,10.34724], [51.52924,10.34780], [51.52667,10.34299], [51.52566,10.34286], [51.52456,10.34381], [51.52291,10.34372], [51.52144,10.34265], [51.51981,10.34218], [51.51850,10.33471], [51.51671,10.32626], [51.51428,10.31810], [51.51567,10.31570], [51.51591,10.31239], [51.51519,10.31085], [51.51538,10.30776], [51.50963,10.30428], [51.50849,10.30171], [51.50456,10.29929], [51.49823,10.29877], [51.49759,10.29993], [51.49596,10.30113], [51.49398,10.29989], [51.49404,10.29568], [51.49334,10.29487], [51.49318,10.29036], [51.49406,10.28907], [51.49463,10.28598], [51.49425,10.28251], [51.49324,10.28131], [51.49233,10.27680], [51.49155,10.27710], [51.49163,10.27302], [51.49046,10.27161], [51.48880,10.27328], [51.48851,10.27264], [51.48741,10.26423], [51.48605,10.26277], [51.48538,10.25882], [51.48546,10.25757], [51.48455,10.25165], [51.48386,10.25187], [51.48404,10.24466], [51.48036,10.24401], [51.47963,10.24311], [51.47883,10.24328], [51.47865,10.24101], [51.47798,10.24109], [51.47747,10.23745], [51.47528,10.23689], [51.47311,10.23389], [51.47127,10.23487], [51.47097,10.23311], [51.47170,10.23170], [51.47175,10.22994], [51.47341,10.22916], [51.47314,10.22740], [51.47394,10.22685], [51.47357,10.22522], [51.47105,10.22414], [51.47218,10.22110], [51.47111,10.21972], [51.47020,10.21736], [51.47108,10.21569], [51.47293,10.21552], [51.47472,10.21668], [51.47506,10.21650], [51.47699,10.21693], [51.47736,10.21526], [51.47878,10.21719], [51.47921,10.21633], [51.47838,10.21474], [51.47875,10.21350], [51.48009,10.21505], [51.48153,10.21153], [51.48207,10.21226], [51.48268,10.21084], [51.48375,10.20964], [51.48501,10.20758], [51.48551,10.20749], [51.48725,10.20573], [51.48656,10.20187], [51.48177,10.19402], [51.48084,10.18960], [51.47963,10.18930], [51.47891,10.19020], [51.47822,10.18745], [51.47712,10.18621], [51.47247,10.18376], [51.47001,10.17767], [51.46758,10.17801], [51.46539,10.18290], [51.46493,10.18548], [51.46237,10.18574], [51.46122,10.18162], [51.46007,10.18084], [51.45860,10.17951], [51.45787,10.17711], [51.45579,10.17737], [51.45531,10.17913], [51.44873,10.17458], [51.44645,10.17389], [51.44450,10.16771], [51.44704,10.15861], [51.44637,10.15685], [51.44506,10.15694], [51.44410,10.15591], [51.44589,10.15282], [51.44750,10.15235], [51.44619,10.15089], [51.44619,10.14784], [51.44485,10.14218], [51.44258,10.13977], [51.44003,10.14200], [51.43967,10.13942], [51.43665,10.14127], [51.43630,10.14328], [51.43486,10.14530], [51.43387,10.14865], [51.43130,10.15405], [51.43012,10.15165], [51.42940,10.14440], [51.43036,10.13946], [51.43167,10.13642], [51.43229,10.13685], [51.43483,10.13307], [51.43539,10.13328], [51.43585,10.13187], [51.43403,10.13045], [51.43518,10.12736], [51.43451,10.12625], [51.43440,10.12431], [51.43467,10.12135], [51.43298,10.12007], [51.43298,10.11942], [51.43162,10.11895], [51.43044,10.11680], [51.43066,10.11496], [51.43124,10.11466], [51.43079,10.11032], [51.43181,10.11028], [51.43266,10.10814], [51.43344,10.10496], [51.43400,10.10517], [51.43387,10.09822], [51.43453,10.09698], [51.43595,10.09063], [51.43475,10.07956], [51.43376,10.07870], [51.42487,10.07939], [51.41958,10.07497], [51.41842,10.07222], [51.41869,10.06780], [51.41979,10.06450], [51.42474,10.06626], [51.42627,10.06519], [51.42680,10.06128], [51.42784,10.06042], [51.42953,10.05986], [51.43138,10.06158], [51.43234,10.06158], [51.43365,10.05965], [51.43523,10.05956], [51.43574,10.05596], [51.43526,10.05171], [51.43563,10.05051], [51.43659,10.04562], [51.43595,10.04587], [51.43515,10.04939], [51.43429,10.04768], [51.43253,10.04858], [51.43271,10.05042], [51.43164,10.05184], [51.42956,10.05042], [51.42924,10.04772], [51.42814,10.04300], [51.42656,10.04201], [51.42536,10.04107], [51.42332,10.04214], [51.42008,10.03755], [51.42083,10.03566], [51.42081,10.03364], [51.42024,10.03085], [51.41936,10.02751], [51.41928,10.02416], [51.41915,10.02279], [51.41920,10.01755], [51.41998,10.01759], [51.42105,10.01206], [51.42107,10.00944], [51.42019,10.00837], [51.41848,10.00940], [51.41267,10.00725], [51.41128,10.00742], [51.40839,10.00545], [51.40780,10.00030], [51.40542,10.00139], [51.40389,10.00019], [51.40445,9.99491], [51.40306,9.99208], [51.40220,9.98942], [51.39862,9.98757], [51.39856,9.98088], [51.39752,9.97702], [51.39728,9.97285], [51.39613,9.96706], [51.39548,9.96543], [51.39521,9.96582], [51.39246,9.96161], [51.39109,9.95629], [51.38790,9.95204], [51.38198,9.94706], [51.37928,9.94328], [51.37804,9.94058], [51.37676,9.93375], [51.37625,9.93345], [51.37534,9.92873]], + DE_BB: [[53.501068115234432,13.879508018493709],[53.49908447265625,13.87927341461176],[53.49908447265625,13.876530647278003],[53.49914932251005,13.873099327087516],[53.48435211181652,13.872018814087028],[53.484111785888672,13.884504318237418],[53.476840972900504,13.877718925476131],[53.475318908691463,13.877610206604004],[53.473140716552962,13.877449989319075],[53.471336364746321,13.880273818969897],[53.465511322021712,13.889409065246639],[53.457759857178019,13.907619476318359],[53.457641601562614,13.913870811462459],[53.453941345214901,13.91359901428234],[53.450119018554688,13.919580459594727],[53.442958831787109,13.906529426574934],[53.442584991455078,13.907113075256291],[53.439151763916016,13.91249942779541],[53.438327789306584,13.912437438964787],[53.435451507568473,13.912218093872127],[53.434440612792969,13.910381317138956],[53.431869506835994,13.905699729919547],[53.431987762451286,13.899699211120719],[53.428283691406364,13.905517578125284],[53.424499511718693,13.905274391174316],[53.421760559082088,13.913577079773006],[53.420539855957202,13.917368888855037],[53.424587249755803,13.928463935852278],[53.427673339843807,13.936708450317326],[53.427490234375114,13.942870140075968],[53.429275512695312,13.943073272705249],[53.431148529052791,13.943284988403377],[53.431274414062727,13.943299293518351],[53.430725097656307,13.96832370758068],[53.433647155761662,13.979425430297795],[53.434101104736442,13.981119155883903],[53.433891296386889,13.991011619568042],[53.433700561523608,13.999980926513729],[53.429882049560661,14.005979537964151],[53.429878234863281,14.006089210510368],[53.429821014404354,14.008724212646484],[53.429450988769474,14.024909973144815],[53.429008483886776,14.043899536132812],[53.421482086181754,14.049630165100098],[53.414112091064453,14.049038887023983],[53.410270690918026,14.055069923401163],[53.412712097167969,14.064371109008789],[53.413669586181754,14.068019866943359],[53.413398742675895,14.080659866333292],[53.419521331787166,14.092071533203239],[53.420501708984375,14.093898773193473],[53.420417785644588,14.097742080688477],[53.420291900634822,14.106546401977766],[53.426445007324219,14.107046127319393],[53.427600860595817,14.107138633727971],[53.434028625488224,14.113286018371809],[53.442024230957315,14.121042251587141],[53.44207763671875,14.121093749999943],[53.43829345703125,14.1270751953125],[53.43811416626005,14.133210182190169],[53.438110351562557,14.13332939147972],[53.439769744873274,14.136424064636174],[53.441654205322322,14.139965057373274],[53.441711425781421,14.14007472991949],[53.437927246093807,14.146119117736987],[53.426330566406307,14.170472145080851],[53.422302246093977,14.18292331695551],[53.421875000000171,14.2081298828125],[53.42529296875,14.214720726013127],[53.427104949951172,14.214897155762003],[53.428997039794922,14.215081214904842],[53.436080932617301,14.228329658508358],[53.43443679809576,14.229587554931641],[53.428581237793026,14.234070777893066],[53.428451538086051,14.240408897399959],[53.420951843261776,14.246148109436092],[53.413711547851619,14.239208221435831],[53.406341552734489,14.244851112366007],[53.406211853027344,14.244949340820312],[53.397480010986442,14.244242668151855],[53.384101867675781,14.243160247802962],[53.378078460693359,14.239173889160327],[53.373161315918082,14.235918998718319],[53.372398376464957,14.235857963562012],[53.369480133056641,14.235617637634334],[53.365909576416016,14.228979110717887],[53.358669281005916,14.222050666809139],[53.349617004394588,14.215001106262491],[53.340480804443303,14.207889556884822],[53.33841705322277,14.204046249389819],[53.336914062500114,14.201294898986816],[53.334705352783317,14.192889213561955],[53.333488464355582,14.188299179077205],[53.322669982910156,14.174750328064192],[53.320442199707088,14.174567222595442],[53.319091796875057,14.174498558044604],[53.318988800048828,14.174450874328784],[53.308311462402457,14.154569625854776],[53.308288574218864,14.154479026794604],[53.304870605468864,14.141722679138184],[53.295387268066406,14.127415657043514],[53.286972045898381,14.114839553832951],[53.280082702636832,14.108256340026855],[53.272480010986555,14.100990295410213],[53.261421203613224,14.100090026855582],[53.260860443115462,14.125409126281681],[53.267017364502067,14.142645835876635],[53.267848968505859,14.144984245300407],[53.267642974853516,14.154932022094897],[53.267272949218864,14.170287132263127],[53.263488769531364,14.176330566406307],[53.263488769531364,14.177425384521598],[53.263381958007812,14.182628631591967],[53.259571075439567,14.188668251037768],[53.259723663330135,14.188722610473633],[53.263256072998047,14.189083099365178],[53.263011932373161,14.201618194580135],[53.255378723144531,14.213690757751522],[53.255271911621207,14.220010757446289],[53.255310058593693,14.22008228302002],[53.255645751953239,14.220710754394531],[53.258831024170036,14.226650238037223],[53.258251190185831,14.258330345153865],[53.261718750000227,14.271309852600325],[53.262439727783317,14.271059036254826],[53.276672363281193,14.26629638671875],[53.280090332031534,14.27911281585699],[53.283359527588118,14.288326263427734],[53.287109375000114,14.29889011383051],[53.287109375000114,14.299500465393066],[53.287109375000114,14.305113792419547],[53.294395446777628,14.305715560913086],[53.294494628906307,14.305725097656193],[53.301639556884822,14.318984985351619],[53.30169677734375,14.319091796875171],[53.312622070312557,14.319879531860295],[53.312198638916129,14.351510047912711],[53.312828063965071,14.351563453674316],[53.315917968750114,14.351929664611987],[53.315818786621094,14.35709190368658],[53.315731048584155,14.364448547363395],[53.317237854003963,14.364576339721964],[53.319412231445312,14.364759445190714],[53.319347381591797,14.36916732788103],[53.319320678711165,14.371069908142374],[53.318527221679744,14.372331619262638],[53.315673828125057,14.377075195312671],[53.315494537353459,14.383360862732104],[53.324508666992301,14.384136199951229],[53.32647705078125,14.384305000305176],[53.32647705078125,14.389954566955794],[53.326469421386719,14.390620231628702],[53.326801300048828,14.391841888427678],[53.330078124999943,14.403504371643123],[53.331260681152344,14.403642654419116],[53.333679199218864,14.403929710388127],[53.333679199218864,14.40667724609375],[53.333679199218864,14.41009521484375],[53.332344055175895,14.411911964416561],[53.331554412841797,14.413069725036735],[53.330924987793026,14.41398811340332],[53.33050537109375,14.414671897888184],[53.329795837402571,14.415765762329158],[53.3297119140625,14.415769577026367],[53.325630187988338,14.420248985290584],[53.31955718994152,14.417667388916243],[53.311260223388786,14.414135932922647],[53.303710937500114,14.419494628906477],[53.303623199463004,14.419489860534838],[53.302940368652457,14.41945838928217],[53.299926757812784,14.419311523437557],[53.288696289062443,14.424317359924373],[53.277912139892521,14.423279762268066],[53.277961730957145,14.424274444580021],[53.278209686279524,14.429191589355469],[53.278579711914006,14.436668395996151],[53.278114318847884,14.436729431152457],[53.276950836181754,14.436886787414494],[53.276840209961051,14.439289093017862],[53.276699066162166,14.441827774047852],[53.276569366455192,14.444129943847713],[53.274723052978686,14.444113731384334],[53.274475097656307,14.444110870361271],[53.274467468261776,14.444743156433333],[53.272144317627067,14.445050239563102],[53.270359039306697,14.44528961181669],[53.269985198974666,14.445340156555176],[53.265502929687557,14.445937156677246],[53.265686035156307,14.449095726013468],[53.262203216552791,14.448936462402457],[53.261638641357479,14.448929786682186],[53.261413574218693,14.448610305786246],[53.261100769042969,14.448159217834529],[53.260055541992301,14.446660041809082],[53.258125305175895,14.446916580200138],[53.2565345764163,14.447080612182617],[53.256530761718807,14.446975708007869],[53.256385803222713,14.444084167480696],[53.256168365478459,14.43971252441429],[53.25189208984375,14.440307617187557],[53.25186920166027,14.440228462219295],[53.251682281494197,14.440253257751692],[53.251655578613395,14.439689636230469],[53.251457214355582,14.435729026794718],[53.251312255859318,14.432782173156795],[53.248542785644759,14.433151245117358],[53.246829986572209,14.433379173279036],[53.245128631591797,14.433607101440714],[53.242492675781364,14.434081077575854],[53.242485046386832,14.433958053588924],[53.242347717285099,14.433976173400879],[53.241973876953125,14.426505088806152],[53.237483978271428,14.427116394043196],[53.236469268798942,14.425288200378645],[53.230388641357536,14.419532775878963],[53.229301452636776,14.418504714965763],[53.229190826416243,14.418400764465503],[53.226547241210938,14.413532257080362],[53.223297119140625,14.413965225219727],[53.223178863525334,14.411638259887638],[53.222957611084098,14.407189369201774],[53.222900390625,14.406500816345442],[53.22135162353527,14.406708717346191],[53.218505859374943,14.407105445862044],[53.214111328124943,14.407715797424373],[53.213958740234375,14.407697677612418],[53.213588714599723,14.400341033935604],[53.213584899902344,14.400234222412053],[53.209102630615234,14.400839805603312],[53.209003448486442,14.399126052856673],[53.208679199218977,14.393493652343921],[53.208625793457031,14.391340255737475],[53.208358764648551,14.385956764221248],[53.207702636718807,14.385995864868221],[53.207702636718807,14.385718345642147],[53.207702636718807,14.385499000549487],[53.206924438476562,14.383995056152344],[53.206058502197436,14.382406234741211],[53.204158782958984,14.378918647766284],[53.202781677246321,14.37878513336193],[53.202255249023551,14.378741264343489],[53.194519042968921,14.37811183929449],[53.189270019531364,14.377500534057674],[53.18814849853527,14.375331878662337],[53.187271118164233,14.373724937439022],[53.185302734375114,14.374085426330566],[53.180725097656364,14.374695777893294],[53.180721282959041,14.37459754943859],[53.180644989013615,14.373339653015307],[53.180500030517749,14.370427131652889],[53.180480957031307,14.370053291320858],[53.180332183837947,14.367140769958667],[53.180027008056754,14.367181777954045],[53.175849914550838,14.367744445800952],[53.171367645263729,14.368346214294661],[53.170379638671989,14.368480682373104],[53.166885375976619,14.368949890136946],[53.16240310668951,14.369551658630655],[53.157920837402401,14.370156288147029],[53.157928466796932,14.370297431945914],[53.157993316650561,14.371601104736442],[53.158325195312727,14.376097679138354],[53.158325195312727,14.377685546875],[53.156677246093864,14.377929687500057],[53.149719238281307,14.38568115234375],[53.149719238281307,14.386292457580566],[53.14910888671875,14.386473655700911],[53.14532470703125,14.386902809143294],[53.140686035156193,14.387511253357047],[53.140075683593864,14.387696266174373],[53.136291503906193,14.388121604919604],[53.136081695556697,14.384592056274414],[53.135887145996207,14.380682945251635],[53.131397247314567,14.381218910217342],[53.126914978027457,14.381819725036792],[53.122432708740348,14.38242244720459],[53.119575500488281,14.382804870605639],[53.118839263915959,14.382903099060343],[53.117950439453239,14.383022308349894],[53.117938995361499,14.382816314697322],[53.115066528320426,14.382534027099609],[53.114818572998331,14.382509231567383],[53.112518310546875,14.378285408020304],[53.11151123046875,14.37652587890625],[53.10870361328125,14.37689304351801],[53.108695983886719,14.376765251159838],[53.108539581298771,14.374451637268066],[53.108341217041129,14.371468544006404],[53.1082763671875,14.370484352112044],[53.1082763671875,14.370162963867301],[53.108234405517635,14.369338035583553],[53.107704162597656,14.369403839111328],[53.103752136230526,14.369932174682731],[53.10343170166027,14.369976043701172],[53.100257873535156,14.37040233612089],[53.099655151367472,14.370484352112044],[53.099269866943416,14.37053394317644],[53.097740173339957,14.37272930145275],[53.09649658203125,14.374510765075968],[53.095371246338004,14.37252616882347],[53.094665527343864,14.371286392212141],[53.094596862793026,14.371161460876465],[53.090301513671989,14.371738433837947],[53.090099334716797,14.367747306824015],[53.089927673340128,14.364294052124023],[53.085445404053019,14.364897727966309],[53.081115722656364,14.365479469299487],[53.080978393554631,14.365496635436955],[53.07872390747076,14.365794181823787],[53.076477050781307,14.366089820861816],[53.076343536376953,14.363464355469034],[53.076179504394645,14.360212326049918],[53.076107025146598,14.358704566955623],[53.072059631347656,14.359266281127873],[53.071716308593807,14.359313964843693],[53.070678710937443,14.359496116638127],[53.06707763671875,14.35992527008051],[53.06707763671875,14.359313964843693],[53.066345214843921,14.357914924621525],[53.063579559326342,14.352854728699015],[53.061351776123274,14.348777770996378],[53.059997558593693,14.346302032470703],[53.052917480468864,14.345703125000057],[53.052913665771484,14.345590591430948],[53.052566528320256,14.339491844177417],[53.049499511718864,14.33990478515625],[53.048095703125227,14.340086936950684],[53.048088073730696,14.339963912964151],[53.048000335693587,14.338535308837947],[53.047924041748047,14.337017059326229],[53.045471191406364,14.332519531250227],[53.04571533203125,14.326476097107047],[53.045627593994141,14.326469421387003],[53.041870117187614,14.326111793518351],[53.042007446289119,14.322565078735295],[53.0421142578125,14.31988525390625],[53.041725158691406,14.319198608398494],[53.041305541992131,14.318424224853686],[53.038082122802962,14.318859100341797],[53.03797531127924,14.318875312805176],[53.037677764892635,14.313103675842342],[53.037647247314453,14.312491416931209],[53.037597656250227,14.311546325683651],[53.036849975585994,14.311677932739201],[53.036682128906364,14.31170654296875],[53.033081054687614,14.312071800232161],[53.032897949219034,14.308106422424316],[53.031311035156477,14.306517601013184],[53.031311035156477,14.304807662964095],[53.028316497802791,14.305213928222656],[53.027980804443416,14.299954414367846],[53.027877807617415,14.297916412353572],[53.027870178222884,14.297790527343977],[53.026645660400447,14.297957420349348],[53.023487091064453,14.298385620117244],[53.023208618164062,14.294968605041731],[53.023071289062557,14.293273925781534],[53.023071289062557,14.292252540588379],[53.023006439209212,14.290969848632869],[53.022918701172102,14.289266586303654],[53.02263259887718,14.283699035644588],[53.022624969482649,14.283539772033748],[53.019062042236442,14.284023284912394],[53.018798828124943,14.284058570861816],[53.018360137939453,14.284117698669547],[53.01814270019554,14.284117698669547],[53.018127441406307,14.283851623535156],[53.018096923828125,14.283243179321403],[53.018039703369368,14.282149314880428],[53.017761230468977,14.276718139648551],[53.017158508300838,14.276800155639705],[53.014286041259879,14.277192115783691],[53.013278961181868,14.277329444885197],[53.013053894043082,14.272995948791504],[53.012924194335938,14.270498275756893],[53.012893676757756,14.269901275634822],[53.011470794677734,14.270094871520996],[53.009445190429801,14.270371437072811],[53.008483886719034,14.270506858825911],[53.008411407470646,14.270511627197379],[53.008068084716797,14.263856887817383],[53.006408691406193,14.260809898376522],[53.006530761718807,14.256102561950627],[53.006538391113395,14.255806922912768],[53.003292083740234,14.256251335144043],[53.003166198730412,14.256266593933105],[53.00306320190424,14.254319190979004],[53.002784729003849,14.248914718628157],[53.002780914306868,14.24884223937994],[53.001094818115291,14.249072074890194],[53.000980377197266,14.249088287353572],[52.997829437256087,14.240390777587834],[52.995994567871151,14.235330581665096],[52.995910644531193,14.235098838806266],[52.995918273925724,14.234825134277344],[52.993190765380859,14.23519706726097],[52.993099212646598,14.235210418701456],[52.993076324462947,14.234800338745345],[52.99266433715826,14.227793693542424],[52.992370605468807,14.22218132019043],[52.988948822021428,14.215899467468319],[52.989006042480582,14.213341712951717],[52.989219665527628,14.203580856323526],[52.981388092041016,14.184483528137491],[52.978687286376953,14.17789459228544],[52.978290557861328,14.177159309387207],[52.971782684326115,14.165257453918571],[52.971591949462834,14.164908409118766],[52.971538543701286,14.164810180664062],[52.9678955078125,14.164455413818473],[52.96807861328125,14.158326148986987],[52.966548919677962,14.155689239502067],[52.966300964355582,14.155233383178711],[52.966125488281364,14.154911994934139],[52.965969085693587,14.154626846313533],[52.964401245117301,14.151760101318359],[52.964439392089787,14.149462699890137],[52.961505889892578,14.149870872497502],[52.961112976074446,14.142452239990462],[52.956630706787337,14.143074035644531],[52.952148437500227,14.143698692321834],[52.947669982910156,14.144321441650391],[52.943187713623047,14.144945144653605],[52.938705444335938,14.145566940307674],[52.934223175048828,14.14618968963623],[52.931728363037053,14.146533966064567],[52.929740905761719,14.146809577941895],[52.925258636474609,14.147434234619197],[52.924316406250057,14.147563934326172],[52.922992706298828,14.147748947143498],[52.9207763671875,14.148054122924862],[52.916294097900391,14.148675918579102],[52.911811828613281,14.149297714233569],[52.908302307128963,14.149785995483455],[52.907341003418026,14.150092124939135],[52.901760101318473,14.151878356933821],[52.898090362548885,14.151520729065169],[52.890579223632926,14.15695858001726],[52.879558563232479,14.155890464782772],[52.87443923950201,14.14944934844965],[52.868949890136719,14.14254093170166],[52.865501403808764,14.136040687561035],[52.861839294433594,14.135689735412825],[52.858390808105412,14.129190444946289],[52.854938507080135,14.122618675232104],[52.849731445312727,14.122139930725098],[52.840480804443587,14.121288299560604],[52.840270996093693,14.121270179748819],[52.840087890624943,14.121403694152775],[52.839145660400618,14.122098922729549],[52.838146209716797,14.122238159179631],[52.838176727295149,14.122813224792537],[52.83853912353544,14.129633903503645],[52.834056854248331,14.130255699157885],[52.829574584961222,14.130878448486612],[52.829967498779354,14.138274192810059],[52.82866287231451,14.138454437255916],[52.825485229492244,14.138895988464299],[52.825874328613509,14.14628982543951],[52.825996398925781,14.148559570312443],[52.826267242431641,14.153682708740234],[52.826274871826172,14.153857231140364],[52.82804107666027,14.157119750976676],[52.826564788818416,14.159336090087834],[52.826656341552734,14.161079406738338],[52.825275421142692,14.161268234253043],[52.82230377197277,14.161679267883471],[52.822174072265625,14.161697387695426],[52.822563171386719,14.169090270996151],[52.822952270507812,14.176484107971191],[52.823341369628906,14.183879852294979],[52.818859100341797,14.184494972229004],[52.819244384765739,14.191888809204215],[52.819633483886832,14.199283599853743],[52.820018768310547,14.206678390502873],[52.820186614990234,14.209873199462834],[52.820404052734489,14.214071273803995],[52.818889617919979,14.214279174804744],[52.818778991699219,14.217839241027889],[52.816074371337947,14.217580795288256],[52.816299438476562,14.221953392028922],[52.816307067871094,14.222078323364258],[52.816184997558707,14.22209358215332],[52.811824798583984,14.222688674926985],[52.812053680420149,14.227114677429427],[52.812210083007926,14.23008155822771],[52.808944702148551,14.230526924133471],[52.807727813720817,14.230692863464355],[52.803607940673999,14.231253623962459],[52.803432464599609,14.234911918640137],[52.803497314453125,14.236136436462402],[52.803630828857479,14.23869514465332],[52.800693511962834,14.239093780517749],[52.799629211426065,14.240718841552791],[52.799236297607422,14.241005897522029],[52.799533843994425,14.246697425842513],[52.795047760009822,14.247305870056266],[52.795433044433878,14.254694938659838],[52.791038513183707,14.255291938781681],[52.790950775146769,14.255303382873592],[52.786468505859659,14.255911827087346],[52.786849975586222,14.263300895690918],[52.784149169921989,14.263665199279785],[52.784141540527457,14.263958930969466],[52.782497406006087,14.266427993774698],[52.782749176025675,14.271293640136946],[52.778911590576286,14.271813392639331],[52.77830886840826,14.27271842956543],[52.778648376465128,14.279289245605696],[52.776283264160384,14.279607772827148],[52.776222229003906,14.281700134277287],[52.774250030517578,14.281534194946403],[52.774547576904581,14.28728008270275],[52.772342681884766,14.287575721741007],[52.772171020507926,14.293620109558276],[52.770355224609432,14.293466567993391],[52.770446777344034,14.295269966125545],[52.770824432373104,14.302657127380314],[52.768192291259993,14.303009986877498],[52.767940521240405,14.311669349670353],[52.766857147217024,14.313288688659668],[52.767101287841911,14.318030357360897],[52.764041900634879,14.318440437316838],[52.762619018554801,14.318631172180119],[52.762943267822266,14.325005531310978],[52.762996673583984,14.32601642608671],[52.762199401855526,14.326123237609863],[52.758514404296875,14.326615333557356],[52.758754730224609,14.331292152404899],[52.758892059326286,14.333999633789062],[52.758956909179744,14.335275650024471],[52.759269714355469,14.341383934021167],[52.755596160888899,14.341874122619856],[52.754840850830305,14.343007087707633],[52.744701385498104,14.358193397521916],[52.742088317871094,14.358538627624569],[52.742393493652457,14.364494323730639],[52.742465972900504,14.365921020507869],[52.74188232421875,14.365999221802042],[52.737983703613395,14.366516113281534],[52.738239288330305,14.371563911438045],[52.72904205322277,14.375760078430233],[52.72517013549799,14.381548881530932],[52.72499084472679,14.387668609619311],[52.722896575927734,14.390802383423136],[52.721282958984375,14.393214225769043],[52.721546173095646,14.398407936096476],[52.717063903808537,14.399001121521167],[52.713157653808821,14.399516105651855],[52.712577819824446,14.399591445922965],[52.712615966796989,14.400326728820801],[52.709678649902344,14.404719352722225],[52.702091217040959,14.410188674926985],[52.694358825683537,14.421769142150879],[52.690639495849553,14.421451568603516],[52.686962127685661,14.421139717102278],[52.685920715332145,14.422690391540527],[52.683078765869141,14.42691993713396],[52.682922363281193,14.432546615600756],[52.682903289794979,14.433184623718375],[52.682823181152571,14.436050415039062],[52.683052062988395,14.440586090087947],[52.682697296142578,14.440633773803768],[52.682571411132812,14.445231437683049],[52.679039001464901,14.450504302978572],[52.67930984497093,14.455915451049862],[52.674823760986328,14.456501007080021],[52.67033767700218,14.457083702087459],[52.668449401855469,14.457329750061319],[52.665855407715071,14.457670211792106],[52.666042327880803,14.461382865906046],[52.666225433349553,14.465038299560831],[52.663677215576229,14.465371131897086],[52.661739349365291,14.465621948242188],[52.661014556884822,14.465715408325252],[52.657257080078182,14.466204643249455],[52.657623291015682,14.473573684692667],[52.657714843750114,14.47541332244873],[52.657993316650504,14.480939865112418],[52.655048370361385,14.481323242187557],[52.653697967529297,14.485295295715446],[52.653877258300895,14.488889694213924],[52.652408599853743,14.489079475402889],[52.651592254638842,14.491478919983194],[52.649635314941634,14.494396209716854],[52.649757385253906,14.496836662292537],[52.647830963134993,14.497084617614973],[52.647720336914119,14.497249603271541],[52.647541046142521,14.503379821777344],[52.645561218261719,14.503195762634505],[52.645641326904297,14.504783630371151],[52.644058227539233,14.504986763000659],[52.643795013427791,14.505021095276163],[52.64377593994152,14.505614280700854],[52.643470764160156,14.515289306640909],[52.637935638427791,14.523550987243823],[52.637573242187671,14.524090766906738],[52.637599945068644,14.524669647217024],[52.637767791748161,14.528036117553995],[52.636108398437727,14.528247833252124],[52.635669708252067,14.528305053710881],[52.635639190673885,14.529244422912882],[52.635509490966911,14.533008575439624],[52.633640289306641,14.535800933838175],[52.633647918701172,14.535977363586483],[52.634014129638672,14.543339729309253],[52.631454467773438,14.543668746948526],[52.631408691406364,14.544959068298567],[52.629703521728743,14.547492980957088],[52.627521514892578,14.550739288330249],[52.627490997314737,14.551586151123104],[52.625408172607365,14.551853179931754],[52.625770568847713,14.559214591980037],[52.626037597656364,14.564632415771598],[52.626132965088004,14.566578865051213],[52.624595642089844,14.566775321960449],[52.621646881103686,14.567151069641056],[52.621829986572266,14.570883750915527],[52.622009277343807,14.574515342712402],[52.619228363037337,14.574865341186523],[52.617523193359375,14.575083732605094],[52.617725372314567,14.579230308532885],[52.617858886719034,14.58191013336193],[52.617885589599837,14.582446098327864],[52.616561889648438,14.582614898681641],[52.615200042724666,14.586568832397518],[52.613685607910099,14.588821411132812],[52.613761901855526,14.590376853942928],[52.612533569335881,14.590532302856388],[52.609275817871378,14.590947151184366],[52.609477996826229,14.595074653625716],[52.609638214111328,14.598308563232649],[52.605152130127067,14.598875999450854],[52.605510711669979,14.606236457824821],[52.601028442382869,14.606802940368709],[52.599548339844034,14.606991767883414],[52.598285675048942,14.607153892517317],[52.596542358398438,14.607371330261401],[52.595512390136832,14.607502937316951],[52.592056274414119,14.607937812805289],[52.588752746582031,14.608357429504338],[52.587642669677678,14.610000610351562],[52.587928771972599,14.615862846374569],[52.583988189697379,14.616358757019043],[52.583442687988338,14.616428375244368],[52.583507537841797,14.617747306823787],[52.583572387695312,14.619057655334529],[52.583805084228629,14.623785018921183],[52.581310272216911,14.624098777770996],[52.580520629882812,14.626380920410327],[52.580360412597656,14.632337570190487],[52.579708099365291,14.632304191589469],[52.58003234863304,14.639061927795467],[52.57555007934593,14.639624595642374],[52.575191497802848,14.632269859314135],[52.570705413818359,14.632835388183537],[52.566219329834041,14.633398056030273],[52.565860748291129,14.626046180725098],[52.561374664306811,14.626608848572005],[52.561107635498161,14.621135711670092],[52.561016082763729,14.619256019592342],[52.558719635009766,14.619547843933049],[52.556529998779411,14.619820594787654],[52.556442260742472,14.618027687072754],[52.556171417236271,14.612470626831282],[52.55168533325201,14.613036155700684],[52.549392700195426,14.613326072692985],[52.547199249267692,14.613601684570483],[52.547111511230412,14.61180591583269],[52.546840667724609,14.606253623962687],[52.542354583740462,14.606819152832088],[52.537868499755803,14.607385635375977],[52.534824371337891,14.607769012451342],[52.533386230468693,14.607952117919865],[52.533359527587947,14.607383728027401],[52.533023834228572,14.600604057312069],[52.528537750244141,14.601170539855957],[52.52878570556669,14.606183052063045],[52.528900146484602,14.608516693115178],[52.528667449951286,14.60854721069353],[52.524414062499943,14.609082221984977],[52.519927978515682,14.609649658203352],[52.515441894531364,14.610215187072754],[52.51173400878929,14.610681533813533],[52.510955810546932,14.610779762268066],[52.511314392089844,14.618123054504395],[52.506828308105582,14.618688583374194],[52.506927490234375,14.620667457580737],[52.507190704345703,14.626031875610522],[52.5027503967288,14.626630783081339],[52.499130249023494,14.631249427795467],[52.497776031494254,14.627215385437182],[52.493732452392635,14.627720832824764],[52.493553161621094,14.624041557312069],[52.493373870849723,14.620382308959904],[52.489326477050724,14.62088966369646],[52.488887786865234,14.620944976806811],[52.484401702880973,14.62150764465332],[52.484104156494141,14.615388870239258],[52.483409881592024,14.614249229431209],[52.481708526611555,14.611458778381632],[52.48175048828125,14.605520248413029],[52.466659545898438,14.604628562927246],[52.466720581054915,14.598669052124194],[52.462951660156364,14.598459243774471],[52.463020324707031,14.592490196228084],[52.455478668212891,14.592039108276367],[52.455558776855412,14.586090087890739],[52.45188140869152,14.579899787902946],[52.444438934326172,14.5734996795656],[52.444648742675895,14.56155967712408],[52.441001892089901,14.555370330810547],[52.441120147705192,14.549398422241495],[52.438858032226619,14.545543670654411],[52.437488555908317,14.543208122253702],[52.436420440673828,14.543148994445971],[52.421825408935604,14.542317390442179],[52.421752929687614,14.540881156921444],[52.417266845703125,14.541451454162882],[52.413978576660099,14.541868209838867],[52.411178588867188,14.541710853576831],[52.403789520263672,14.535308837890682],[52.400169372558821,14.529129981994799],[52.39641189575201,14.528908729553166],[52.392509460449276,14.534670829772892],[52.389495849609432,14.537612915039347],[52.385501861572266,14.538121223449991],[52.385662078857365,14.541355133056754],[52.380920410156307,14.545990943908748],[52.380859375,14.546079635620345],[52.376895904541016,14.54658412933361],[52.377143859863395,14.551553726196346],[52.377010345459041,14.551748275757006],[52.372623443603572,14.55150413513195],[52.372409820556868,14.547153472900391],[52.367923736572209,14.547722816467342],[52.363437652588118,14.54829311370861],[52.358951568603459,14.548860549926985],[52.354469299316349,14.549429893493766],[52.349983215332088,14.550000190735034],[52.350040435791186,14.551157951355208],[52.346698760986442,14.556059837341365],[52.343814849853572,14.558142662048397],[52.341373443603629,14.558450698852823],[52.336887359619141,14.559019088745117],[52.334033966064453,14.559378623962346],[52.332401275634879,14.559585571289006],[52.328289031982422,14.560106277466048],[52.327938079834041,14.560619354248161],[52.328277587890682,14.567466735839844],[52.327068328857536,14.567620277404728],[52.323558807373104,14.572759628295898],[52.319782257080135,14.572549819946346],[52.319511413574332,14.572746276855412],[52.314159393310547,14.576603889465389],[52.312061309814453,14.578120231628702],[52.310836791992188,14.579909324646053],[52.311058044433651,14.584350585937784],[52.306571960449332,14.584916114807186],[52.302085876464844,14.585481643676985],[52.301780700683707,14.579317092895678],[52.301723480224723,14.578172683715991],[52.301155090332088,14.578243255615234],[52.297119140625,14.571318626403865],[52.289562225341797,14.570899963378906],[52.285598754883097,14.576680183410588],[52.285491943359375,14.580215454101733],[52.283779144287223,14.580430984497013],[52.283992767333928,14.584738731384221],[52.284141540527514,14.587736129761026],[52.281726837158203,14.588039398193416],[52.281459808349723,14.588429450988826],[52.279655456543082,14.58832836151123],[52.280014038085994,14.595605850219783],[52.275527954101562,14.596169471740779],[52.275890350342024,14.603470802307243],[52.27342605590843,14.603780746460075],[52.273361206054801,14.605938911437988],[52.273349761962891,14.611678123474121],[52.2738685607913,14.616689682006893],[52.272148132324276,14.619196891784838],[52.272480010986385,14.625943183898926],[52.268901824951286,14.626387596130371],[52.267993927001953,14.626502037048454],[52.268096923828125,14.628594398498592],[52.268352508544865,14.633806228637809],[52.26706695556652,14.633966445922908],[52.267051696777401,14.636738777160758],[52.264171600341797,14.640678405761889],[52.263309478759993,14.64185810089117],[52.263343811035156,14.656468391418457],[52.263359069824219,14.66341876983671],[52.260932922363509,14.666767120361555],[52.259639739990234,14.668548583984375],[52.259651184082145,14.671616554260254],[52.259700775146541,14.684728622436523],[52.257282257080192,14.684556007385197],[52.255970001220703,14.684459686279467],[52.252262115478572,14.689590454101619],[52.248519897461165,14.689318656921671],[52.241088867187727,14.699570655823038],[52.22243881225603,14.698209762573185],[52.21868896484375,14.692540168762434],[52.21121978759777,14.691999435425032],[52.207469940185661,14.686328887939396],[52.207107543945369,14.685276031494368],[52.203689575195369,14.67527961730957],[52.196220397949219,14.674738883972168],[52.192508697509766,14.679858207702807],[52.185070037841797,14.684707641601506],[52.182479858398608,14.688286781311092],[52.181362152099894,14.689829826355208],[52.177631378173828,14.689560890197754],[52.173919677734432,14.694680213928393],[52.170162200927734,14.689029693603686],[52.16643142700201,14.68874931335472],[52.162670135498331,14.683078765869254],[52.158939361572266,14.682809829712198],[52.158920288086051,14.679130554199503],[52.158908843994141,14.677429199219034],[52.155181884765625,14.67716026306158],[52.151420593261776,14.671499252319279],[52.132751464843977,14.670148849487418],[52.129051208496094,14.675268173218058],[52.125308990478459,14.674999237060604],[52.121551513671989,14.669348716735897],[52.114109039306641,14.674189567566145],[52.110382080078296,14.673918724060115],[52.099269866943587,14.68925952911377],[52.099349975585994,14.705418586731071],[52.096462249755973,14.713652610778922],[52.096279144287223,14.714179992676009],[52.096233367920149,14.714307785034407],[52.095661163330305,14.715938568115234],[52.084541320800895,14.73129940032959],[52.082675933838118,14.731163978576888],[52.080810546875,14.731030464172363],[52.077098846435717,14.736150741577262],[52.073371887207031,14.735879898071232],[52.073390960693473,14.741278648376522],[52.069660186767749,14.741009712219295],[52.062141418457031,14.729668617248592],[52.050960540771484,14.72884845733671],[52.048236846923942,14.732606887817496],[52.047248840332202,14.733969688415527],[52.044502258300895,14.729825973511026],[52.043491363525391,14.728299140930289],[52.042343139648665,14.728217124938965],[52.036029815673942,14.727759361267374],[52.036003112792969,14.723163604736499],[52.035999298095817,14.722359657287598],[52.034999847412337,14.722287178039551],[52.024810791015682,14.721550941467228],[52.024780273437557,14.716160774230957],[52.021049499512003,14.71588039398199],[52.017292022705192,14.71021938323986],[52.009830474853743,14.709678649902457],[52.00981521606468,14.707053184509277],[52.009769439697436,14.698898315429688],[52.006038665771598,14.698640823364542],[52.006069183349723,14.70400810241722],[51.987411499023665,14.702658653259277],[51.983650207519645,14.696999549865723],[51.983619689941463,14.691618919372559],[51.968688964843807,14.690528869629134],[51.968696594238338,14.691860198974553],[51.968719482422102,14.695910453796387],[51.961288452148665,14.700749397278059],[51.95758056640625,14.705869674682788],[51.942661285400447,14.704777717590389],[51.938888549804688,14.699118614196834],[51.938869476318587,14.695569038391113],[51.938861846924055,14.693740844726562],[51.935100555420036,14.688088417053279],[51.927669525146598,14.692919731140194],[51.923931121826172,14.692648887634562],[51.923900604248047,14.687278747558821],[51.916431427002237,14.686730384826888],[51.912658691406307,14.681089401245117],[51.910301208496264,14.680915832519702],[51.905200958251896,14.680540084838867],[51.897640228271541,14.669279098510742],[51.897579193115234,14.663929939270247],[51.890609741210881,14.663434982299862],[51.890575408935547,14.66276931762718],[51.890369415283374,14.658538818359659],[51.885879516601562,14.659089088439998],[51.885524749755973,14.651849746704329],[51.881038665771484,14.652399063110352],[51.876548767089844,14.652949333191088],[51.876232147216797,14.64647102355957],[51.876194000244254,14.645711898803995],[51.874919891357592,14.645867347717285],[51.871704101562784,14.646262168884334],[51.871440887451115,14.640906333923567],[51.871349334717024,14.63902473449707],[51.869850158691406,14.639209747314567],[51.867130279541072,14.635449409485034],[51.866851806640682,14.630410194397143],[51.862590789794979,14.625410079956055],[51.861618041992131,14.624844551086653],[51.861301422119254,14.618424415588379],[51.856811523437614,14.618975639343205],[51.856452941894645,14.611742019653491],[51.856315612792969,14.608944892883471],[51.856094360351562,14.604508399963379],[51.853065490722656,14.60488224029541],[51.851608276367415,14.605061531067179],[51.847118377685774,14.605617523193644],[51.846759796142635,14.598383903503361],[51.842273712158203,14.598939895629826],[51.841976165771712,14.593007087707576],[51.841911315918082,14.591708183288517],[51.840557098388672,14.591876983642862],[51.837425231933594,14.592264175414982],[51.837276458740519,14.589258193969727],[51.837066650390625,14.585033416748161],[51.832576751709155,14.585589408874625],[51.832733154297102,14.588745117187614],[51.832939147949276,14.592818260192871],[51.828449249267635,14.593374252319336],[51.828220367431697,14.588747978210677],[51.828090667724723,14.58614540100092],[51.823604583740234,14.586701393127385],[51.823707580566577,14.588790893554858],[51.823963165283203,14.593930244446028],[51.819477081299055,14.59448432922369],[51.814987182617415,14.595040321350382],[51.811542510986271,14.595466613769702],[51.810501098632756,14.595594406127873],[51.806015014648665,14.596150398254338],[51.806243896484489,14.600768089294377],[51.806373596191463,14.603375434875602],[51.806415557861328,14.604223251342773],[51.806732177734546,14.610600471496866],[51.802246093750114,14.611153602600098],[51.802604675293026,14.618378639221362],[51.802959442138615,14.625603675842228],[51.803318023681754,14.632830619812069],[51.798831939697266,14.633379936218489],[51.799186706543082,14.640604972839355],[51.794700622558594,14.641154289245605],[51.795055389404524,14.64837932586687],[51.790569305419865,14.648927688598803],[51.786342620849723,14.649442672729492],[51.786083221435774,14.64947509765625],[51.781593322753963,14.65002536773676],[51.777107238769645,14.650573730468693],[51.772617340088175,14.651121139526538],[51.768131256103572,14.65167045593256],[51.764900207519645,14.65206432342552],[51.763641357421875,14.652218818664494],[51.759391784667969,14.652738571167049],[51.759418487548942,14.653969764709529],[51.755691528320369,14.653700828552303],[51.755680084228516,14.653189659118766],[51.754665374755973,14.653315544128361],[51.750179290771655,14.653862953186206],[51.745689392089844,14.654410362243652],[51.741203308105582,14.654958724975586],[51.741508483886719,14.661188125610579],[51.741558074951172,14.66217231750494],[51.737068176269474,14.662718772888468],[51.73703765869152,14.662090301513786],[51.736713409423885,14.655506134033203],[51.732223510742244,14.656052589416561],[51.732582092285384,14.663266181945914],[51.728092193603572,14.663812637329272],[51.72833251953125,14.668710708618278],[51.728446960449332,14.671027183532715],[51.725425720214787,14.671394348144702],[51.723960876464844,14.67157077789301],[51.72401428222679,14.672693252563761],[51.724315643310604,14.67878532409685],[51.719825744628963,14.679329872131404],[51.716361999511776,14.679748535156193],[51.715335845947493,14.679874420166186],[51.710849761962891,14.68041896820074],[51.711093902587891,14.685405731201342],[51.711204528808651,14.687627792358455],[51.709430694580135,14.687842369079647],[51.707210540771428,14.688111305236873],[51.70671463012701,14.688173294067496],[51.706745147705305,14.688755989074764],[51.692790985107479,14.708019256591854],[51.692810058593693,14.710759162902946],[51.692859649658317,14.718850135803336],[51.689121246337891,14.718509674072322],[51.689151763916016,14.723899841308821],[51.685420989990348,14.723628997802791],[51.685390472412337,14.71823883056669],[51.683403015136776,14.718091011047363],[51.681659698486271,14.717959403991813],[51.681667327880859,14.71907997131359],[51.681720733642578,14.728779792785872],[51.674259185791016,14.728238105773983],[51.674289703369197,14.733730316162337],[51.666831970214957,14.733189582824764],[51.666870117187443,14.738728523254451],[51.663139343261776,14.738469123840332],[51.659370422363338,14.732649803161848],[51.6556396484375,14.732378959655819],[51.648220062255973,14.737400054931925],[51.635772705078239,14.736506462097338],[51.634128570556754,14.736388206481877],[51.633300781249943,14.736329078674544],[51.625881195068587,14.741419792175407],[51.622150421142521,14.741160392761287],[51.622188568115234,14.746818542480526],[51.611000061035156,14.746030807495401],[51.607231140136719,14.740100860595817],[51.603500366211051,14.739829063415698],[51.603462219238509,14.734199523926009],[51.599731445312443,14.733940124511889],[51.599689483642749,14.728348731994686],[51.595970153808764,14.72807979583763],[51.595932006835938,14.722539901733455],[51.592201232910384,14.722269058227596],[51.588439941406364,14.716508865356673],[51.585445404052962,14.711990356445256],[51.584678649902344,14.710829734802189],[51.584651947021541,14.705438613891829],[51.59207916259777,14.70061016082758],[51.595809936523494,14.700879096985034],[51.599472045898494,14.690399169922159],[51.5994300842288,14.685029983520735],[51.584560394287223,14.689298629760742],[51.577091217041129,14.68874931335472],[51.577049255371094,14.683380126953068],[51.562080383301009,14.67692089080839],[51.558349609374943,14.676649093627873],[51.550788879394588,14.665378570556811],[51.554378509521598,14.654989242553938],[51.554008483886889,14.639209747314567],[51.553779602050781,14.634099960327262],[51.553379058837947,14.62919998168968],[51.549621582031421,14.628960609436092],[51.548980712890909,14.624349594116495],[51.544441223144531,14.619619369506779],[51.548198699951172,14.619849205017033],[51.547431945800895,14.615349769592285],[51.542949676513786,14.610520362854118],[51.546710968017805,14.610769271850643],[51.546070098876953,14.606099128723145],[51.549808502197379,14.606358528137264],[51.55303955078125,14.601819038391397],[51.564220428466797,14.602649688720703],[51.567611694336165,14.597929954528979],[51.567771911621151,14.592380523681868],[51.568019866943359,14.586728096008358],[51.571689605712947,14.587070465087947],[51.572422027587891,14.570050239562988],[51.568748474121321,14.569719314575309],[51.565319061279297,14.563689231872615],[51.565811157226562,14.552290916442985],[51.554790496826286,14.551258087158487],[51.552089691162223,14.528019905090446],[51.548400878906364,14.527681350708235],[51.548648834228572,14.521929740905932],[51.552570343017578,14.516519546508903],[51.549140930175895,14.510420799255371],[51.552822113037337,14.510760307312069],[51.553310394287109,14.499230384826888],[51.549869537353516,14.493110656738509],[51.551380157470646,14.458319664001635],[51.53662109375,14.45695877075218],[51.540561676025561,14.451479911804483],[51.537120819091797,14.445309638977051],[51.537368774414006,14.439479827881144],[51.534191131591911,14.427469253539982],[51.534450531005859,14.421619415283374],[51.531009674072266,14.415429115295353],[51.538928985595817,14.404399871826286],[51.539199829101619,14.398549079894963],[51.535758972168196,14.392350196838322],[51.531791687011832,14.397850036621037],[51.52835845947277,14.391650199890307],[51.528621673584041,14.385800361633301],[51.521751403808594,14.37339019775419],[51.518581390380803,14.361339569091967],[51.519142150878963,14.349659919739054],[51.51541900634777,14.349299430847338],[51.511428833007756,14.354778289794979],[51.507720947265852,14.354420661926326],[51.507991790771712,14.348579406738338],[51.500820159912394,14.341999053955135],[51.501110076904354,14.33615970611595],[51.512260437011776,14.33725929260271],[51.516269683838175,14.331800460815373],[51.516559600830135,14.325969696044979],[51.520568847656364,14.320519447326888],[51.521461486816463,14.303069114685059],[51.525482177734489,14.297619819641227],[51.529830932617415,14.286419868469409],[51.530769348144588,14.269030570983887],[51.527030944824332,14.268638610839901],[51.527690887451286,14.25706958770752],[51.531749725341797,14.251669883728312],[51.532409667968693,14.240090370178507],[51.536468505859375,14.23465919494646],[51.536811828613281,14.228860855102823],[51.540882110595817,14.223400115966911],[51.541221618652344,14.217599868774698],[51.537818908691463,14.211468696594238],[51.538509368896712,14.199858665466479],[51.539909362792969,14.176617622375716],[51.540611267089787,14.164999008178938],[51.544689178467081,14.159459114074764],[51.545051574707031,14.15363979339628],[51.541320800781364,14.15336894989025],[51.541671752929915,14.147539138794173],[51.530490875244197,14.146709442138956],[51.526039123535213,14.158008575439396],[51.526401519775334,14.152209281921671],[51.522659301758097,14.151899337768839],[51.524471282959269,14.12291145324707],[51.517379760742188,14.116560935974121],[51.509910583496094,14.115980148315657],[51.502441406250284,14.115350723266658],[51.502811431884766,14.109588623046932],[51.499069213867188,14.109258651733398],[51.495708465576172,14.103179931640796],[51.496479034423828,14.091679573059253],[51.492340087890739,14.097089767456282],[51.488578796386719,14.096718788147143],[51.480251312255859,14.107279777526855],[51.480640411376953,14.101579666137923],[51.473869323730469,14.089300155639705],[51.478061676025618,14.084059715270939],[51.483470916748161,14.061719894409123],[51.483848571777401,14.055929183960018],[51.480361938476562,14.049810409545955],[51.476341247558594,14.055240631103516],[51.475921630859489,14.060899734497241],[51.463729858398551,14.070900917053507],[51.456119537353743,14.069999694824389],[51.447738647460938,14.080458641052417],[51.444301605224837,14.074339866638127],[51.441169738769588,14.062580108642862],[51.437671661377067,14.056489944457951],[51.437351226806641,14.062140464782658],[51.429672241210994,14.061260223388956],[51.430000305175781,14.055619239807186],[51.425830841064567,14.060819625854492],[51.422000885009822,14.060388565063704],[51.411441802978516,14.042148590087947],[51.411750793457088,14.036520004272575],[51.408229827880916,14.030429840088061],[51.404392242431641,14.029990196228255],[51.403770446777571,14.041278839111271],[51.399929046630973,14.040839195251465],[51.40055084228527,14.029568672180233],[51.401119232177734,14.018250465393123],[51.397289276123047,14.017810821533146],[51.393169403076399,14.023038864135913],[51.389339447021541,14.02260971069353],[51.389900207519645,14.01127910614025],[51.386070251464957,14.010849952697868],[51.381961822509879,14.016080856323299],[51.374301910400618,14.015210151672363],[51.375110626220817,13.998209953308105],[51.379428863525447,13.987258911132812],[51.383239746093864,13.987660408020304],[51.394649505615405,13.988828659057901],[51.398441314697266,13.989200592040959],[51.398620605468977,13.983349800109863],[51.398910522460938,13.971598625183219],[51.395271301269474,13.965370178222713],[51.395401000976676,13.959478378296012],[51.391780853271484,13.953269958496264],[51.388290405273494,13.941138267517147],[51.388549804687614,13.929329872131575],[51.384788513183594,13.929019927978743],[51.384929656982422,13.923128128051871],[51.381031036377067,13.928709983825911],[51.381561279296875,13.905099868774414],[51.377941131591854,13.898899078369197],[51.378330230713004,13.881180763244572],[51.385841369629134,13.881759643554688],[51.382339477539062,13.869650840759391],[51.382598876953352,13.857819557189998],[51.386470794677791,13.852188110351733],[51.378971099853516,13.851620674133358],[51.371742248535213,13.839238166809139],[51.371990203857479,13.827408790588549],[51.375740051269588,13.827690124512003],[51.375862121582202,13.821770668029842],[51.372241973877067,13.815578460693644],[51.372619628906421,13.797830581665153],[51.365139007568587,13.79728984832758],[51.361782073974723,13.779280662536564],[51.372989654541129,13.780069351196573],[51.37324142456049,13.768228530884073],[51.365760803222656,13.767709732055607],[51.365890502929631,13.761778831481934],[51.362152099609432,13.761530876159895],[51.362400054931641,13.749688148498592],[51.36626052856451,13.744027137756291],[51.366619110107422,13.726249694824332],[51.370590209960994,13.714659690856934],[51.374431610107592,13.708990097045955],[51.374561309814567,13.703060150146769],[51.370830535888729,13.70280933380127],[51.374801635742301,13.69119930267334],[51.37863922119152,13.685509681701831],[51.375030517578409,13.679338455200252],[51.371311187744425,13.679099082947062],[51.372470855712834,13.619769096374512],[51.368751525878849,13.619538307189941],[51.372581481933594,13.613838195800838],[51.376300811767578,13.614059448242244],[51.38385009765625,13.608579635620117],[51.387569427490234,13.608798980712947],[51.387908935546932,13.59096908569353],[51.384300231933821,13.584799766540755],[51.380809783935661,13.572689056396484],[51.380920410156364,13.566748619079874],[51.369880676269815,13.560149192810229],[51.377429962158146,13.554639816284407],[51.381130218505916,13.554859161377237],[51.381359100342024,13.542959213257006],[51.385059356689396,13.543181419372559],[51.392608642578125,13.537649154663086],[51.403739929199276,13.53826904296875],[51.404170989990234,13.514450073242415],[51.407981872558651,13.508700370788688],[51.411998748779297,13.491020202636776],[51.415920257568473,13.479287147521916],[51.423229217529297,13.485648155212459],[51.427040100097884,13.479880332946777],[51.423332214355469,13.479690551757812],[51.423542022705192,13.467759132385311],[51.430950164795149,13.468139648437557],[51.431049346923828,13.462180137634334],[51.427452087402457,13.456020355224666],[51.431251525878963,13.450240135192985],[51.431350708007812,13.444268226623535],[51.438861846923828,13.438689231872559],[51.450260162353629,13.421311378478947],[51.450149536132926,13.427290916442928],[51.453960418701172,13.421508789062671],[51.454059600830192,13.415518760681266],[51.450550079345703,13.403377532959041],[51.446750640869197,13.40917873382574],[51.435840606689453,13.396679878234863],[51.428340911865519,13.402289390564022],[51.424739837646428,13.39611911773693],[51.428539276123161,13.390349388122672],[51.436229705810717,13.372770309448356],[51.436328887939567,13.366798400878906],[51.429119110107365,13.354479789733887],[51.432819366455135,13.354660034179744],[51.432918548584269,13.348678588867188],[51.440319061279411,13.349039077758732],[51.440509796142692,13.337078094482365],[51.43302154541027,13.342709541321028],[51.429222106933537,13.34850978851324],[51.425811767578125,13.330400466918945],[51.422111511230582,13.330220222473258],[51.418510437011832,13.324069023132438],[51.4114990234375,13.299810409545898],[51.400310516357536,13.305258750915812],[51.400798797607649,13.275380134582747],[51.397090911865234,13.275209426879996],[51.396991729736555,13.281188964843977],[51.393299102783203,13.28100872039812],[51.393199920654354,13.286990165710506],[51.385791778564567,13.286639213562069],[51.385898590087947,13.280670166015909],[51.389598846435661,13.280850410461596],[51.393489837646484,13.269060134887752],[51.393680572509766,13.257099151611385],[51.397468566894759,13.251300811767578],[51.397758483886719,13.233359336853141],[51.40153884887701,13.227559089660701],[51.405239105224723,13.227719306945858],[51.416408538818359,13.222229957580566],[51.420200347900391,13.216398239135685],[51.427501678467024,13.222718238830851],[51.431190490722656,13.222880363464583],[51.435070037841797,13.211059570312784],[51.435150146484375,13.205067634582804],[51.424079895019531,13.204589843750114],[51.424171447754134,13.198609352112044],[51.427951812744254,13.192778587341479],[51.431640625000114,13.192938804626579],[51.438949584960881,13.199250221252726],[51.438758850097599,13.211219787597713],[51.446151733398551,13.211549758911303],[51.449748992919922,13.217697143554744],[51.460830688476676,13.218179702758903],[51.464611053466797,13.212349891662825],[51.464698791503849,13.20636081695551],[51.472179412841911,13.200678825378361],[51.490638732910099,13.201478958129883],[51.486862182617188,13.207320213317871],[51.494071960449162,13.219620704650936],[51.494159698486271,13.213628768920955],[51.497760772705192,13.219779968261776],[51.505149841308594,13.220099449157715],[51.505062103271484,13.22608852386503],[51.512451171875057,13.22641944885271],[51.516231536865348,13.220580101013297],[51.523529052734432,13.226888656616154],[51.523620605468864,13.220898628235147],[51.527400970459155,13.215060234070052],[51.531101226806697,13.21522045135498],[51.538661956787109,13.203520774841536],[51.557128906250057,13.204320907593058],[51.557571411132926,13.174308776855639],[51.564960479736328,13.174610137939453],[51.561439514160156,13.162450790405273],[51.565139770507869,13.162619590759221],[51.568920135498161,13.156760215759277],[51.572620391845703,13.15690994262718],[51.583518981933537,13.169380187988281],[51.587219238281307,13.169529914856184],[51.590820312500171,13.175689697265625],[51.598300933837834,13.169989585876522],[51.598468780517692,13.157979011535758],[51.606040954589844,13.146260261535872],[51.613510131835938,13.140560150146541],[51.617301940917969,13.134699821472338],[51.61738204956049,13.128689765930176],[51.609989166259936,13.128400802612362],[51.610168457031364,13.11636924743658],[51.606479644775504,13.116218566894588],[51.606559753418082,13.110209465026912],[51.602870941162223,13.110059738159237],[51.606739044189453,13.098188400268555],[51.614131927490178,13.09848880767845],[51.617908477783317,13.092619895935002],[51.64789962768549,13.063730239868335],[51.687068939209041,13.167629241943416],[51.690589904785156,13.179808616638354],[51.694381713867188,13.173949241638184],[51.698070526123047,13.174099922180403],[51.705558776855582,13.168378829956055],[51.709251403808594,13.168528556823958],[51.712860107421875,13.174690246582202],[51.705291748046932,13.186438560485954],[51.712680816650447,13.186739921569938],[51.71648025512718,13.180869102478084],[51.716209411621151,13.198930740356388],[51.723598480224894,13.199229240417708],[51.731079101562557,13.19351959228527],[51.731170654296875,13.187499046325911],[51.734951019287166,13.181630134582633],[51.738651275634879,13.181779861450138],[51.738731384277457,13.175759315490779],[51.742519378662109,13.169898986816349],[51.749912261963004,13.170190811157227],[51.749809265136832,13.176210403442496],[51.753520965576286,13.176358222961426],[51.757381439208928,13.164469718933276],[51.76100158691429,13.170639991760538],[51.764781951904411,13.164769172668684],[51.768482208251953,13.16491889953619],[51.768390655517692,13.170937538146973],[51.772090911865234,13.171089172363281],[51.775699615478516,13.177269935607967],[51.786880493164062,13.171699523926009],[51.790489196777344,13.177868843078784],[51.794269561767635,13.172000885009822],[51.797882080078239,13.178170204162598],[51.801578521728629,13.17832088470459],[51.809150695800895,13.166568756103459],[51.824111938476619,13.155110359192008],[51.827812194824332,13.155260086059513],[51.831588745117415,13.149379730224723],[51.835281372070426,13.149531364441032],[51.846549987792912,13.137908935546875],[51.857650756835938,13.138348579406681],[51.853858947753906,13.144238471984977],[51.857471466064567,13.150419235229663],[51.857299804687557,13.162478446960733],[51.872100830078068,13.163080215454045],[51.872180938720987,13.157049179077262],[51.87974929809593,13.145269393921069],[51.879920959472599,13.133210182189998],[51.876220703125227,13.13305854797369],[51.872611999511776,13.126879692077807],[51.873031616211051,13.096699714660701],[51.865638732910156,13.096410751342717],[51.865982055664347,13.072270393371639],[51.869758605957145,13.066378593444938],[51.870010375976506,13.048269271850643],[51.873710632324276,13.048410415649698],[51.877490997314567,13.04252147674589],[51.877410888671989,13.04854869842552],[51.88101959228527,13.054730415344295],[51.888500213623104,13.048979759216479],[51.888328552246094,13.06105899810791],[51.899509429931641,13.055450439453068],[51.89976882934593,13.037328720092773],[51.896160125732479,13.031149864196834],[51.899929046630916,13.025248527526855],[51.900531768799055,12.982969284057617],[51.911529541015739,12.98943042755127],[51.918930053711165,12.989710807800407],[51.919261932373161,12.965539932250977],[51.922882080078125,12.971710205078239],[51.933971405029411,12.972139358520621],[51.934139251709098,12.960049629211596],[51.938171386718807,12.936010360717717],[51.938251495361328,12.929959297180403],[51.927162170410213,12.929548263549975],[51.923709869384766,12.911278724670353],[51.927570343017578,12.899329185485897],[51.931270599365348,12.899458885192871],[51.931758880615405,12.863180160522631],[51.953948974609375,12.863980293274153],[51.957729339599666,12.858060836791992],[51.965129852294922,12.858329772949446],[51.965290069580078,12.846229553222599],[51.961750030517805,12.833999633789176],[51.958141326904524,12.82781887054449],[51.958541870117188,12.797579765319881],[51.962322235107649,12.791640281677189],[51.962398529053019,12.785589218139648],[51.977191925048885,12.786110877991007],[51.977272033691463,12.780048370361385],[51.977432250976562,12.767949104309025],[51.984821319580135,12.768198966980037],[51.985149383544922,12.743979454040698],[51.992778778076172,12.726069450378475],[51.99285888671875,12.720018386840991],[51.996559143066634,12.720138549804631],[52.000339508056754,12.714208602905444],[52.00064849853527,12.689988136291788],[52.004348754882812,12.690120697021655],[52.008121490478572,12.68417930603033],[52.008201599121321,12.678118705749512],[52.008361816406307,12.666000366211108],[52.004741668701456,12.659829139709529],[51.990020751953125,12.653278350830192],[51.990329742431641,12.629059791564941],[51.986709594726676,12.622881889343319],[51.982929229736555,12.628819465637264],[51.979240417480582,12.628700256347713],[51.97946929931669,12.610530853271769],[51.980232238769815,12.549958229064998],[51.99132156372093,12.550309181213606],[51.995090484619141,12.544348716736067],[51.998790740966911,12.544479370117131],[52.002861022949446,12.514289855957315],[52.006629943847656,12.508350372314624],[52.006710052490234,12.502269744873047],[52.010478973388615,12.496338844299544],[52.014179229736385,12.4964599609375],[52.025341033935831,12.490718841552791],[52.029041290283203,12.490827560424748],[52.032890319824162,12.478808403015137],[52.032958984375,12.472749710083065],[52.025638580322322,12.466468811035099],[52.02201080322277,12.460289955139388],[52.014621734619254,12.460078239441088],[52.014911651611328,12.435828208923567],[52.018600463867188,12.435929298401163],[52.022369384765739,12.429980278015137],[52.026222229003849,12.417960166931437],[52.033760070801009,12.406040191650447],[52.041221618652401,12.400189399719352],[52.041568756103459,12.369858741760254],[52.045341491699389,12.363889694214095],[52.056499481201342,12.358139038085881],[52.06034088134794,12.346098899841252],[52.064109802246151,12.3401393890382],[52.07157135009777,12.334269523620662],[52.075340270996321,12.32831001281761],[52.086429595947266,12.328609466553019],[52.090198516845817,12.322640419006632],[52.090339660644531,12.310499191284237],[52.094028472900334,12.310599327087516],[52.094100952148722,12.304519653320426],[52.097869873046932,12.298548698425293],[52.097938537597599,12.292480468750284],[52.101631164550838,12.292579650878906],[52.101768493652344,12.280429840088061],[52.10916900634794,12.280628204345874],[52.116630554199162,12.274749755859489],[52.124038696289176,12.274949073791788],[52.139091491699332,12.251029014587459],[52.146549224853572,12.245148658752498],[52.150249481201286,12.245248794555778],[52.150321960449276,12.239169120788688],[52.157711029053019,12.239359855651969],[52.161540985107365,12.227298736572322],[52.165298461914062,12.221308708190918],[52.165229797363395,12.227390289306584],[52.168941497802848,12.227490425110091],[52.18367004394554,12.233958244323787],[52.176139831542912,12.245930671692065],[52.179779052734375,12.252108573913858],[52.190879821777344,12.252399444580249],[52.194499969482536,12.258580207824934],[52.201911926269531,12.258779525756836],[52.20198059082054,12.252709388733081],[52.205680847168253,12.252788543701172],[52.205612182617415,12.258880615234432],[52.212879180908203,12.271249771118164],[52.212680816650391,12.289499282837028],[52.219951629638672,12.301870346069336],[52.223651885986385,12.301969528198526],[52.223709106445369,12.29588890075695],[52.227420806884822,12.295989990234375],[52.231182098388672,12.289999961853141],[52.23125076293951,12.283919334411564],[52.235012054443359,12.277930259704647],[52.23870849609375,12.278030395507756],[52.238849639892578,12.265848159790153],[52.242481231689453,12.272040367126749],[52.246311187744197,12.259959220886344],[52.246379852295036,12.253860473632812],[52.250080108642578,12.25396919250494],[52.257419586181697,12.260259628296069],[52.272220611572436,12.260648727417163],[52.283260345458984,12.267040252685661],[52.286960601806868,12.26714038848877],[52.290599822998104,12.273329734802303],[52.301639556884993,12.279729843139648],[52.305339813232706,12.279830932617415],[52.316310882568416,12.292320251464787],[52.319950103759993,12.298509597778491],[52.338329315185661,12.311209678650073],[52.341960906982706,12.317408561706713],[52.342029571533374,12.311319351196289],[52.345729827880916,12.311418533325309],[52.345798492431584,12.305319786071777],[52.349498748779354,12.305420875549373],[52.357040405273494,12.293430328369141],[52.364440917968921,12.293630599975756],[52.368011474609318,12.305929183960018],[52.367950439453182,12.312029838562125],[52.375358581543196,12.312228202819767],[52.375492095947379,12.300019264221191],[52.382888793945256,12.300229072571085],[52.390232086181584,12.306539535522745],[52.390171051025447,12.312639236450195],[52.401279449463175,12.312949180603027],[52.405059814453125,12.306949615478686],[52.401420593261719,12.300739288330135],[52.405109405517521,12.300840377807731],[52.405181884765739,12.29474067688011],[52.409019470214787,12.282629013061751],[52.412719726562557,12.282730102539119],[52.419929504394531,12.301250457763672],[52.423702239990291,12.295240402221737],[52.427398681640625,12.295339584350529],[52.427268981933651,12.307560920715332],[52.434680938720646,12.307759284973145],[52.438320159912109,12.313969612121696],[52.445732116699276,12.314169883728084],[52.445590972900391,12.326389312744311],[52.449298858642635,12.326489448547591],[52.452999114990234,12.326588630676213],[52.456771850585938,12.320588111877385],[52.456642150878963,12.332799911499251],[52.46775054931669,12.333109855652083],[52.475101470947379,12.33942985534668],[52.475158691406364,12.333319664001408],[52.471462249755973,12.33321857452421],[52.471591949463118,12.320999145507812],[52.475360870361328,12.314989089965877],[52.482769012451172,12.315189361572266],[52.486412048339957,12.321409225464151],[52.486480712890625,12.315300941467285],[52.490249633789176,12.30929088592535],[52.490322113037223,12.303169250488395],[52.48661041259777,12.303069114685286],[52.486751556396428,12.290859222412394],[52.483108520507869,12.284640312194824],[52.483169555664176,12.278519630432356],[52.490581512451172,12.278730392455998],[52.49063873291044,12.27260971069353],[52.494350433349723,12.272710800171126],[52.497989654541129,12.278929710388297],[52.498119354248104,12.266699790954874],[52.512939453125114,12.267099380493391],[52.513011932373161,12.260979652404842],[52.520610809326399,12.242839813232365],[52.516971588134822,12.236619949340877],[52.513198852539062,12.242639541625977],[52.513271331787109,12.236519813537598],[52.509559631347656,12.236429214477596],[52.509620666503963,12.230310440063533],[52.505920410156193,12.230209350585938],[52.502151489257983,12.236230850219783],[52.498439788818359,12.236129760742188],[52.494800567626953,12.229920387268123],[52.494869232177962,12.223809242248592],[52.498569488525334,12.223900794983081],[52.498630523681641,12.217789649963549],[52.494930267334269,12.217690467834529],[52.491291046142692,12.211479187011889],[52.491352081298828,12.205368995666447],[52.495059967041243,12.205469131469727],[52.49512100219755,12.199350357055664],[52.491481781005973,12.193139076233024],[52.498950958251896,12.187219619751033],[52.502719879150504,12.181199073791504],[52.502780914306641,12.175079345703125],[52.510189056396769,12.17526817321783],[52.521121978759766,12.193908691406193],[52.528541564941463,12.194099426269474],[52.528598785400447,12.187978744507006],[52.532360076904297,12.181960105896223],[52.532428741455305,12.175840377807674],[52.528839111328125,12.163510322570744],[52.525138854980582,12.163418769836483],[52.521560668945256,12.151088714599553],[52.532669067382983,12.151369094848917],[52.5363197326663,12.157580375671557],[52.551078796386832,12.164079666137695],[52.558429718017692,12.170389175415266],[52.569370269775391,12.189039230346964],[52.573139190673942,12.183008193969783],[52.602798461914176,12.183770179748819],[52.602859497070483,12.17765045166044],[52.621398925781307,12.178129196167049],[52.613788604736328,12.196307182312012],[52.613670349121207,12.208559989929427],[52.617309570312443,12.214778900146598],[52.621021270751896,12.214879989624023],[52.620830535888615,12.233259201049862],[52.624408721923942,12.245609283447322],[52.624469757080078,12.239478111267033],[52.635601043701229,12.239779472351245],[52.635528564453352,12.245899200439624],[52.642951965332088,12.246099472046012],[52.646720886230469,12.240079879760742],[52.654140472412166,12.240268707275447],[52.661491394043026,12.246599197387638],[52.665199279785156,12.246699333191145],[52.668972015380916,12.240668296813965],[52.676391601562614,12.240868568420581],[52.676460266113281,12.234740257263184],[52.680160522461165,12.234840393066463],[52.680099487304688,12.24096870422386],[52.683811187744141,12.241068840026969],[52.683940887451286,12.22881031036377],[52.69142150878929,12.222869873046989],[52.695129394531193,12.222968101501692],[52.695072174072266,12.229099273681584],[52.69878005981451,12.22920036315918],[52.702548980712947,12.223169326782397],[52.702610015869254,12.217038154602108],[52.706390380859375,12.210997581482218],[52.710109710693359,12.211098670959416],[52.710029602050781,12.217229843139705],[52.713748931884766,12.217329978942985],[52.713809967041072,12.211198806762923],[52.710159301757926,12.204960823059082],[52.717578887939453,12.205159187316895],[52.717521667480526,12.211290359497184],[52.724941253662223,12.211490631103572],[52.724868774414176,12.217618942260799],[52.7285804748538,12.217720031738395],[52.735870361328182,12.230189323425407],[52.739650726318473,12.224148750305289],[52.7470703125,12.22435188293457],[52.747138977050895,12.218210220337085],[52.754619598388729,12.212269783020076],[52.758331298828182,12.212380409241007],[52.758201599121207,12.22465038299589],[52.761981964111271,12.218610763550089],[52.769401550293026,12.218799591064396],[52.769271850586051,12.231080055237101],[52.784118652343977,12.231478691101131],[52.783988952637003,12.243759155273438],[52.780208587646712,12.249800682068042],[52.783859252929688,12.256038665771484],[52.787559509277401,12.256138801574764],[52.791358947754134,12.250099182128963],[52.791221618652457,12.26237869262718],[52.806049346923828,12.262788772583121],[52.806129455566349,12.256651878357104],[52.813621520996264,12.25070953369169],[52.832248687744197,12.245059967041072],[52.839672088623047,12.245269775390625],[52.843448638916016,12.239218711853084],[52.854591369628906,12.239520072937296],[52.858428955078125,12.227318763732853],[52.862140655517578,12.227419853210449],[52.862209320068587,12.221280097961539],[52.854782104492188,12.221078872680664],[52.85855865478527,12.215029716491699],[52.862270355224723,12.215129852295206],[52.862331390380859,12.208978652954386],[52.866062164306754,12.209078788757495],[52.87353897094755,12.203119277954045],[52.873600006103516,12.196969985962198],[52.858871459961165,12.184280395507869],[52.858940124511832,12.178129196167049],[52.855350494384993,12.165739059448299],[52.855411529541129,12.159589767456055],[52.851879119873047,12.141049385070801],[52.848228454589957,12.134799957275447],[52.848281860351506,12.128640174865779],[52.855659484863338,12.134988784790153],[52.859310150146484,12.141239166259766],[52.863079071044922,12.135177612304858],[52.870571136474609,12.129208564758471],[52.885429382324332,12.129590034485034],[52.870689392089901,12.116909027099894],[52.870750427246207,12.110759735107479],[52.874530792236328,12.10470008850092],[52.870941162109489,12.092299461364973],[52.871009826660156,12.086150169372729],[52.882141113281477,12.086408615112362],[52.878551483154297,12.074020385742415],[52.882259368896541,12.074109077453613],[52.882621765136662,12.037179946899357],[52.88639068603527,12.031120300293026],[52.882740020751953,12.024870872497672],[52.882862091064567,12.0125608444215],[52.875431060791129,12.01239013671875],[52.875549316406364,12.000078201294002],[52.871891021728686,11.993840217590559],[52.872009277343807,11.981528282165584],[52.875839233398494,11.96929836273199],[52.879611968994254,11.963229179382324],[52.8872718811038,11.938759803772143],[52.88756179809576,11.907969474792708],[52.891330718994141,11.901879310608194],[52.895160675048999,11.889639854431266],[52.902648925781193,11.883639335632438],[52.906478881835938,11.871389389038086],[52.90298080444353,11.846659660339299],[52.914299011230469,11.828389167785588],[52.921730041503906,11.828538894653491],[52.929061889648665,11.841018676757926],[52.932659149170036,11.853428840637207],[52.947528839111442,11.853730201721191],[52.947601318359489,11.847560882568416],[52.951419830322266,11.835298538208065],[52.955131530761719,11.835369110107706],[52.955520629882812,11.792167663574503],[52.959228515625057,11.792239189148233],[52.963008880615178,11.786140441894702],[52.974220275879077,11.780168533325252],[52.978050231933594,11.767889022827205],[52.981819152832031,11.761780738830566],[52.981880187988338,11.755608558654899],[52.985649108886719,11.749499320983944],[52.985698699951286,11.743320465088061],[52.978431701660156,11.724649429321516],[52.974811553955192,11.71222972869873],[52.974960327148438,11.693689346313647],[52.978691101074332,11.693759918212891],[52.982471466064396,11.687638282775936],[53.004779815673771,11.688010215759562],[53.004890441894531,11.675639152527083],[53.001331329345987,11.657029151916674],[53.001430511474666,11.644648551941032],[53.008972167968807,11.632390022278059],[53.016410827636776,11.632508277893123],[53.027469635009879,11.645058631896973],[53.031139373779297,11.651300430297965],[53.038688659668139,11.639038085937614],[53.038791656494141,11.626650810241756],[53.031551361083984,11.60176944732666],[53.031600952148438,11.595579147338867],[53.039249420166129,11.570900917053279],[53.050521850585938,11.558659553527946],[53.050621032714957,11.546258926391602],[53.043270111084098,11.533768653869743],[53.043369293212891,11.521370887756461],[53.047180175781364,11.50900936126709],[53.077362060546818,11.459699630737418],[53.077461242676009,11.447280883789119],[53.073841094970703,11.434829711914062],[53.070159912109546,11.428568840026799],[53.070350646972827,11.403729438781795],[53.066619873046989,11.403698921203841],[53.059318542480526,11.38499927520752],[53.052108764648494,11.353878974914551],[53.05216217041044,11.34766864776617],[53.059700012207088,11.335300445556754],[53.059749603271484,11.329089164734114],[53.067241668701229,11.322929382324276],[53.070968627929915,11.322949409484806],[53.082271575927905,11.304379463195858],[53.08610916137701,11.29195976257347],[53.097381591796818,11.279588699340991],[53.101150512695426,11.273380279541016],[53.119781494140682,11.273481369018612],[53.11967849731451,11.285949707031307],[53.115859985351676,11.298369407653922],[53.111991882324446,11.317019462585449],[53.11571121215843,11.317038536072062],[53.115558624267692,11.335709571838606],[53.111789703369084,11.341909408569336],[53.115322113037337,11.366828918457315],[53.111541748046875,11.373009681701603],[53.107730865478629,11.385419845581282],[53.107631683349609,11.397848129272518],[53.111309051513899,11.404090881347827],[53.118801116943473,11.397949218750114],[53.137432098388729,11.398110389709529],[53.137329101562557,11.410550117492676],[53.133602142334041,11.410519599914721],[53.133510589599894,11.422960281372355],[53.137229919433878,11.422999382019157],[53.137081146240291,11.441659927368448],[53.133361816406307,11.441618919372502],[53.133312225341911,11.44783878326416],[53.137020111083984,11.447879791259936],[53.136840820312614,11.472749710083292],[53.133060455322493,11.478928565979004],[53.125610351562443,11.478849411010742],[53.125419616699162,11.503709793090991],[53.121688842773494,11.503668785095215],[53.117919921875057,11.50983810424799],[53.121601104736385,11.516098976135254],[53.121391296386832,11.540950775146655],[53.125122070312557,11.540988922119141],[53.128742218017862,11.553459167480469],[53.132461547851847,11.553508758544865],[53.136131286621094,11.559769630432299],[53.147361755371037,11.553690910339299],[53.154701232910384,11.566220283508528],[53.162101745605469,11.572529792785701],[53.162052154541243,11.578739166259766],[53.165821075439453,11.572578430176009],[53.169551849365348,11.572619438171387],[53.173320770263729,11.56645870208763],[53.177001953125057,11.572719573974666],[53.17710113525402,11.560279846191349],[53.184490203857422,11.566589355468693],[53.188220977783317,11.566638946533487],[53.192001342773438,11.560468673706055],[53.199401855468864,11.566780090331974],[53.203182220458984,11.560599327087687],[53.203231811523551,11.554379463196028],[53.210571289062557,11.566919326782283],[53.210369110107536,11.591810226440487],[53.214038848876953,11.598079681396541],[53.22143936157255,11.604399681091536],[53.225059509277401,11.616897583008097],[53.228729248046932,11.62317085266136],[53.236129760742244,11.629508972168082],[53.239810943603516,11.635769844055346],[53.235969543457259,11.648159027099609],[53.235858917236555,11.660610198974837],[53.239528656005973,11.666879653930721],[53.23921203613304,11.704189300537053],[53.235431671142749,11.710358619689998],[53.235370635986442,11.716579437255973],[53.231651306152457,11.716519355774153],[53.227870941162166,11.722668647766397],[53.227748870849553,11.735098838806209],[53.212848663330192,11.734849929809513],[53.212749481201172,11.747279167175236],[53.220081329345817,11.759830474853572],[53.220031738281193,11.766039848327637],[53.223640441894645,11.778518676757983],[53.223121643066406,11.834399223327921],[53.226791381835994,11.840670585632381],[53.230499267578409,11.840750694274959],[53.241859436035213,11.822331428527832],[53.241981506347656,11.809900283813704],[53.249488830566463,11.803829193115234],[53.249309539794865,11.822469711303825],[53.249019622802962,11.853521347045955],[53.2452392578125,11.8596582412722],[53.245121002197266,11.872070312500057],[53.252571105957088,11.872219085693473],[53.259910583496094,11.884778976440487],[53.263511657714787,11.89727973937994],[53.274688720703352,11.897499084472599],[53.274620056152344,11.903709411621151],[53.270790100097656,11.916050910949764],[53.270420074463004,11.953291893005428],[53.26670074462902,11.953209877014274],[53.274028778076229,11.965779304504395],[53.277751922607422,11.965849876404036],[53.28142166137701,11.972149848938272],[53.288810729980526,11.978528976440373],[53.29253005981451,11.978598594665527],[53.292350769042969,11.997208595275936],[53.288558959960938,12.003330230712891],[53.292289733886832,12.003428459167424],[53.29595947265625,12.009710311889705],[53.295829772949276,12.022120475768986],[53.299499511718807,12.028409957885799],[53.318130493164062,12.028838157653865],[53.32564926147478,12.022798538208065],[53.329368591308764,12.022890090942553],[53.333049774169922,12.029179573059366],[53.340309143066463,12.047969818115234],[53.343978881836051,12.054268836975382],[53.343910217285384,12.060480117797852],[53.366352081298885,12.05480003356945],[53.366031646728459,12.085860252380428],[53.354839324951172,12.085589408874796],[53.343662261963004,12.085320472717342],[53.339599609375284,12.116258621215877],[53.347061157226506,12.116438865661564],[53.343070983886719,12.141159057617415],[53.350528717041129,12.141359329223633],[53.350460052490234,12.14755916595476],[53.3541908264163,12.147659301757869],[53.357780456542969,12.160168647766341],[53.35033035278326,12.159969329834041],[53.346530914306754,12.166078567504996],[53.335281372070483,12.171999931335733],[53.338809967041186,12.190699577331827],[53.342472076416072,12.196999549865893],[53.342540740966911,12.190800666809253],[53.346260070800895,12.190900802612532],[53.349929809570312,12.197200775146769],[53.34972000122076,12.21580982208252],[53.35338211059576,12.22210884094244],[53.353248596191463,12.2345104217531],[53.349521636962947,12.234410285949991],[53.338272094726676,12.240309715271223],[53.338199615478516,12.246509552001953],[53.334480285644531,12.246409416198844],[53.330680847167969,12.252498626709041],[53.326808929443359,12.264800071716593],[53.319358825683707,12.264590263366699],[53.319149017333984,12.28317928314226],[53.322879791259879,12.283289909362793],[53.322738647461165,12.295680046081543],[53.322521209716911,12.31425857543968],[53.318729400634709,12.320348739624194],[53.318660736084041,12.326551437377987],[53.314861297607536,12.3326292037965],[53.314788818359489,12.338818550110034],[53.310989379883097,12.344908714294718],[53.307121276855526,12.357179641723917],[53.30332183837902,12.36325836181652],[53.303112030029297,12.38183975219755],[53.299388885498274,12.38172817230236],[53.299160003662166,12.400289535522461],[53.295440673828182,12.400179862976245],[53.291641235351619,12.406258583068848],[53.287910461426065,12.406140327453784],[53.284259796142749,12.399838447570744],[53.27682113647478,12.399628639221419],[53.276599884033203,12.418178558349609],[53.272800445556641,12.424249649048079],[53.272720336914233,12.430439949035872],[53.268928527832088,12.436510086059627],[53.257759094238395,12.436159133911246],[53.246440887451115,12.448179244995117],[53.246372222900447,12.454360008239803],[53.250011444091911,12.460661888122615],[53.249641418457202,12.491568565368937],[53.253360748291186,12.491689682007063],[53.249561309814453,12.497750282287711],[53.249481201171932,12.503929138183821],[53.256931304931584,12.504158973694075],[53.260269165039006,12.535188674926701],[53.256389617919922,12.547428131103459],[53.256309509277344,12.553608894348145],[53.248401641845874,12.590429306030444],[53.244522094726619,12.602659225463867],[53.240718841552678,12.608710289001579],[53.240638732910156,12.614889144897688],[53.24782943725603,12.633670806884936],[53.251560211181754,12.633798599243107],[53.251071929931811,12.670860290527401],[53.247348785400504,12.670729637145939],[53.243461608886832,12.68294811248785],[53.243549346923942,12.676769256591967],[53.236179351806641,12.670339584350756],[53.228752136230582,12.670080184936808],[53.224948883056641,12.676119804382608],[53.221069335937557,12.688338279724121],[53.220581054687784,12.725370407104549],[53.2168617248538,12.725239753723315],[53.220249176025447,12.750049591064453],[53.220081329345817,12.762390136718977],[53.216361999511832,12.762260437012003],[53.201568603515625,12.755550384521655],[53.194301605224666,12.742948532104776],[53.194221496582145,12.749109268188533],[53.190330505371094,12.761318206787109],[53.190250396728572,12.767478942871264],[53.182811737060604,12.767208099365234],[53.182559967041016,12.785710334778003],[53.193290710449332,12.816949844360352],[53.189579010009879,12.816808700561467],[53.18949127197294,12.822980880737532],[53.193119049072322,12.829279899597452],[53.192951202392805,12.841618537902832],[53.196590423584041,12.847919464111555],[53.196498870849609,12.854090690612907],[53.188980102539062,12.859969139099121],[53.185260772705078,12.85982990264921],[53.181461334228516,12.865848541259993],[53.181369781494254,12.872020721435831],[53.173770904540959,12.884070396423397],[53.17747879028326,12.884198188781966],[53.177398681640852,12.890370368957633],[53.184829711914119,12.890649795532283],[53.184661865234602,12.902979850769043],[53.19190979003929,12.915599822998047],[53.191650390625,12.934090614318904],[53.184219360351733,12.933798789978027],[53.184131622314453,12.939958572387695],[53.180408477783317,12.939820289611873],[53.180332183837947,12.945979118347225],[53.187759399414176,12.946268081665039],[53.191558837890739,12.940249443054256],[53.195098876953125,12.952729225158691],[53.194740295410213,12.977380752563704],[53.19102859497076,12.977238655090332],[53.187221527099837,12.983248710632267],[53.183601379394474,12.976938247680835],[53.180061340332088,12.964468955993823],[53.176349639892805,12.96431922912609],[53.172721862792912,12.958009719848746],[53.172809600830192,12.951849937439079],[53.169181823730526,12.945539474487248],[53.168998718261776,12.957859992981014],[53.172630310058821,12.964167594909611],[53.172538757324162,12.970329284668026],[53.165111541748274,12.970039367675952],[53.157501220703125,12.982050895691202],[53.161128997802848,12.988370895385799],[53.164749145507812,12.994679450989054],[53.164569854736442,13.006999969482649],[53.171821594238452,13.019628524780501],[53.17173004150402,13.025779724121321],[53.175449371338004,13.025927543640421],[53.179260253906421,13.019918441772575],[53.182788848877124,13.032399177551497],[53.186408996582145,13.038709640503157],[53.190132141113452,13.038868904113997],[53.19004058837902,13.045029640197754],[53.193748474121094,13.045180320739746],[53.197280883789176,13.057659149169865],[53.197010040283317,13.076148986816634],[53.204250335693473,13.088780403137378],[53.211681365966911,13.08909893035883],[53.211589813232592,13.095259666443155],[53.207778930664176,13.10126972198492],[53.211399078369311,13.107589721679688],[53.233692169189453,13.108539581299112],[53.237201690674055,13.121039390563908],[53.233310699462891,13.133210182189998],[53.24065017700201,13.139700889587687],[53.240558624267578,13.145858764648381],[53.244171142578352,13.152190208435059],[53.243980407715071,13.164529800415096],[53.247600555419922,13.170859336853198],[53.247501373291243,13.177019119262866],[53.24378967285179,13.176859855652026],[53.243690490722656,13.183029174804801],[53.247390747070369,13.183189392089901],[53.243591308593977,13.189199447632063],[53.236068725585938,13.195029258728141],[53.232360839843807,13.194869041442814],[53.21731185913103,13.206528663635368],[53.217121124267749,13.218859672546387],[53.213211059570483,13.23102092742937],[53.216930389404467,13.231199264526424],[53.220439910888729,13.243679046630859],[53.224239349365462,13.237689971923942],[53.227870941162166,13.244018554687557],[53.231578826904297,13.244190216064396],[53.242618560791129,13.250859260559196],[53.246746063232649,13.251048088073901],[53.253906250000057,13.251282691955623],[53.257507324218977,13.257691383361987],[53.260906219482536,13.276393890380973],[53.260925292968807,13.276490211487101],[53.262969970703125,13.276490211487101],[53.2645263671875,13.276490211487101],[53.269367218017578,13.285106658935604],[53.271728515625,13.28930759429943],[53.272556304931925,13.292190551757983],[53.275329589843864,13.301878929138354],[53.275085449218807,13.314085960388354],[53.271118164062614,13.332519531250057],[53.270874023437727,13.344857215881518],[53.271987915039119,13.346812248230151],[53.274475097656307,13.351074218750114],[53.274291992187727,13.363525390625171],[53.266723632812614,13.369323730468807],[53.255493164062614,13.374877929687557],[53.254306793212891,13.375786781311035],[53.247951507568644,13.380689620971907],[53.247924804687671,13.382289886474553],[53.247924804687671,13.386901855469034],[53.242839813232422,13.386610984802246],[53.240478515625,13.386491775512695],[53.240478515625,13.39270114898676],[53.243869781494368,13.405172348022745],[53.243896484375,13.405271530151367],[53.249885559082259,13.405472755432072],[53.251281738281364,13.405517578125],[53.254882812500114,13.411927223205851],[53.262329101562614,13.412291526794377],[53.263717651367188,13.414785385132006],[53.26947021484375,13.425109863281193],[53.274814605713004,13.429709434509277],[53.276916503906421,13.431518554687557],[53.280517578125,13.431700706482218],[53.280273437500114,13.444092750549544],[53.284118652343693,13.444274902343807],[53.284118652343693,13.438687324523983],[53.284130096435774,13.438094139099121],[53.288028717040959,13.432213783264331],[53.291549682617131,13.438420295715332],[53.291687011718864,13.438476562500171],[53.295288085937727,13.438720703125227],[53.295055389404411,13.450478553772086],[53.294925689697266,13.457128524780444],[53.287544250488224,13.456730842590332],[53.287120819091967,13.480748176574878],[53.287109375000114,13.481421470642317],[53.29791259765625,13.50048828125],[53.298473358154411,13.499667167663631],[53.3018798828125,13.494689941406364],[53.305480957031193,13.500915527343977],[53.312271118164119,13.507130622863997],[53.312683105468864,13.50750827789318],[53.320312500000114,13.501708984375057],[53.323879241943303,13.501889228820744],[53.320072174072209,13.507869720459212],[53.316360473632812,13.507669448852596],[53.316173553467024,13.518795967102108],[53.316051483154411,13.526199340820256],[53.316101074218864,13.526306152343807],[53.319885253906477,13.52648830413824],[53.331115722656307,13.52087497711176],[53.338409423828182,13.521295547485522],[53.3385009765625,13.52130126953125],[53.338321685791129,13.527391433715763],[53.33831787109375,13.527526855468693],[53.349487304687614,13.528077125549601],[53.349670410156364,13.515685081481877],[53.356872558593807,13.522278785705566],[53.364360809326172,13.522698402404842],[53.364261627197379,13.52879905700695],[53.360439300537166,13.534789085388184],[53.360340118408203,13.540958404541129],[53.374961853027344,13.554159164428825],[53.380241394042912,13.554449081421126],[53.389892578125227,13.555113792419718],[53.389892578125227,13.549206733703556],[53.389896392822266,13.54889011383068],[53.39727783203125,13.54931640625],[53.39727783203125,13.55126857757574],[53.397209167480582,13.555390357971135],[53.399082183838061,13.562153816223258],[53.40069580078125,13.568114280700797],[53.404296875,13.57452297210699],[53.40419006347679,13.580570220947322],[53.407791137695369,13.586970329284668],[53.403968811035213,13.592949867248649],[53.40418624877924,13.592961311340559],[53.406246185302848,13.593077659607218],[53.407680511474609,13.593159675598372],[53.407459259033203,13.605560302734546],[53.408203125000227,13.605599403381348],[53.411167144775447,13.605881690979061],[53.411315917969034,13.605895996093864],[53.4110107421875,13.614761352539062],[53.410892486572266,13.618145942688216],[53.410888671875057,13.618287086487101],[53.4073486328125,13.617924690246582],[53.407287597656364,13.624085426330737],[53.410888671875057,13.624328613281307],[53.421760559082088,13.637372970581225],[53.421875000000171,13.637512207031307],[53.429374694824446,13.625694274902401],[53.429244995117472,13.632966995239315],[53.429077148437443,13.637879371643294],[53.436706542968693,13.638304710388297],[53.436706542968693,13.63208103179926],[53.444091796875114,13.638671875000284],[53.440124511718864,13.650878906250284],[53.443725585937614,13.65728759765625],[53.447509765625057,13.651490211487101],[53.453670501709041,13.66245460510271],[53.458271026611555,13.670688629150561],[53.458160400390852,13.676888465881291],[53.461872100830135,13.67713928222679],[53.462955474853516,13.681085586547965],[53.465270996093864,13.689879417419434],[53.476074218750057,13.709288597107104],[53.479850769042969,13.709418296814249],[53.479412078857479,13.734288215637434],[53.48300933837902,13.740770339966105],[53.482891082763729,13.746990203857592],[53.479190826416186,13.746739387512264],[53.47537994384777,13.752708435058651],[53.475006103515739,13.77402687072771],[53.474918365478629,13.777607917785701],[53.47491455078125,13.777709960937557],[53.472812652588004,13.777460098266772],[53.471355438232422,13.7773571014406],[53.471229553222599,13.777350425720329],[53.47483062744169,13.78383922576927],[53.478199005126953,13.8027992248538],[53.481788635253963,13.809299468994425],[53.486305236816406,13.814809799194563],[53.492675781250057,13.822693824768294],[53.495826721191349,13.82829761505127],[53.496261596679858,13.829074859619368],[53.496490478515682,13.816598892211914],[53.500301361084098,13.810619354248331],[53.497470855712891,13.805498123169116],[53.496719360351619,13.804106712341309],[53.498306274414006,13.801625251770247],[53.500488281250057,13.798279762268294],[53.508117675781307,13.792482376098746],[53.511901855468921,13.786499023437784],[53.5120849609375,13.78027439117426],[53.516910552978459,13.78055286407465],[53.519397735595703,13.780695915222111],[53.519470214843864,13.78070068359375],[53.5233154296875,13.77472019195568],[53.524322509765682,13.774820327758789],[53.526916503906193,13.775085449218864],[53.534267425537053,13.778670310974235],[53.541687011718807,13.782286643982218],[53.544284820556868,13.782501220703409],[53.549072265625,13.782897949218864],[53.549938201904297,13.783711433410701],[53.556289672851506,13.789619445800952],[53.556217193603516,13.793650627136344],[53.556091308593864,13.802124977111873],[53.553165435791016,13.8019189834597],[53.541252136230469,13.801049232483024],[53.537429809570312,13.807028770446834],[53.522972106933594,13.823904037475756],[53.522281646728516,13.824710845947322],[53.522163391113281,13.824702262878475],[53.518676757812614,13.824523925781421],[53.51863098144554,13.824441909790266],[53.515071868896541,13.818076133728255],[53.514526367187443,13.84930515289318],[53.510498046875284,13.86151218414318],[53.504261016845817,13.876034736633358],[53.502731323242188,13.879629135131836],[53.501068115234432,13.879508018493709]],[52.675022125244141,[13.482250213623217],[52.667781829833984,13.46973991394043],[52.667869567871094,13.463649749755916],[52.660549163818359,13.45722961425804],[52.652778625488224,13.481238365173567],[52.649169921875,13.474988937378214],[52.649261474609602,13.46889877319353],[52.645641326904297,13.462650299072266],[52.645729064941349,13.456560134887752],[52.649440765380803,13.456730842590332],[52.649539947509993,13.450640678405819],[52.642299652099837,13.438139915466536],[52.634891510009879,13.437800407409668],[52.634979248046932,13.431718826294173],[52.638858795166243,13.419708251953409],[52.642570495605526,13.419878959655762],[52.638961791992415,13.413619041442985],[52.646549224853629,13.40176868438715],[52.642841339111385,13.401610374450627],[52.635520935058821,13.395200729370345],[52.631919860839901,13.388949394226245],[52.631999969482649,13.382859230041731],[52.628292083740234,13.382687568664494],[52.621059417724609,13.370199203491438],[52.621601104736271,13.333660125732592],[52.625572204589844,13.315549850463981],[52.632980346679688,13.315859794616813],[52.63677978515625,13.309928894043139],[52.644191741943416,13.310248374938908],[52.651691436767692,13.304468154907227],[52.655311584472827,13.310720443725643],[52.655658721924055,13.28633975982666],[52.637142181396712,13.285560607910384],[52.637401580810661,13.267268180847338],[52.633701324462947,13.267120361328409],[52.629901885986555,13.273059844970703],[52.622489929199219,13.272738456726358],[52.626548767089901,13.248509407043514],[52.622928619384709,13.242268562317179],[52.626811981201172,13.230238914489973],[52.604759216308594,13.217118263244856],[52.604839324951172,13.211028099060343],[52.601139068603629,13.210880279541016],[52.593639373779354,13.216669082641545],[52.589851379394531,13.222608566284237],[52.589759826660384,13.22869873046875],[52.586139678955078,13.222449302673397],[52.58623123168968,13.216359138488713],[52.582519531250057,13.216209411621378],[52.586399078369197,13.204168319702262],[52.586490631103629,13.198078155517578],[52.590278625488281,13.192138671875057],[52.594161987304744,13.18010139465332],[52.594249725341854,13.173998832702807],[52.594421386718693,13.161809921264762],[52.587100982666016,13.15542030334484],[52.583560943603743,13.143080711364803],[52.583648681640852,13.136990547180289],[52.576240539550895,13.136680603027457],[52.576068878173828,13.148870468139592],[52.57968902587902,13.155118942261026],[52.572189331054744,13.160909652710131],[52.564781188964901,13.160609245300407],[52.561161041259766,13.154369354248217],[52.550041198730469,13.153920173645076],[52.550220489502067,13.141739845275879],[52.554019927978629,13.135789871215934],[52.539192199707088,13.135198593139648],[52.520832061767692,13.122269630432299],[52.513339996337947,13.128069877624512],[52.513160705566349,13.140250205993709],[52.516700744629134,13.152580261230469],[52.51298904418968,13.152429580688647],[52.509029388427848,13.170539855957031],[52.505241394043026,13.176479339599553],[52.49800109863304,13.163997650146541],[52.476119995117301,13.138758659362793],[52.476200103759879,13.132680892944506],[52.472579956054688,13.126438140869197],[52.468879699707145,13.126290321350098],[52.465259552001953,13.120060920715503],[52.446739196777457,13.119320869445801],[52.442951202392635,13.125260353088493],[52.435451507568359,13.131049156189192],[52.428199768066634,13.118589401245117],[52.424510955810661,13.118438720703125],[52.420890808105469,13.112210273742789],[52.417438507080135,13.093818664550952],[52.40995025634777,13.09960842132574],[52.40625,13.099459648132324],[52.40608215332054,13.111618995666504],[52.402278900146484,13.117559432983512],[52.394618988037053,13.13549995422386],[52.394451141357422,13.14765930175804],[52.387130737304688,13.141288757324162],[52.394371032714844,13.153739929199219],[52.390499114990291,13.165748596191406],[52.390319824218864,13.177889823913631],[52.394020080566406,13.178049087524641],[52.394199371338004,13.165899276733398],[52.397899627685547,13.166049957275391],[52.412200927734432,13.203120231628702],[52.412029266357592,13.215270042419377],[52.419261932373047,13.227739334106388],[52.418910980224609,13.252047538757324],[52.411418914794922,13.257809638977051],[52.404010772705078,13.257509231567553],[52.403839111328239,13.269659042358398],[52.400051116943416,13.275580406188965],[52.399951934814567,13.281649589538631],[52.414421081542969,13.30657005310087],[52.410720825195597,13.306409835815373],[52.395729064941406,13.317929267883528],[52.410110473632926,13.348920822143668],[52.406398773193473,13.348770141601847],[52.39881896972679,13.360589981079158],[52.391151428222656,13.378480911254883],[52.387451171875284,13.378318786621378],[52.387180328369084,13.396519660949764],[52.376071929931754,13.396039962768668],[52.375621795654354,13.426369667053279],[52.375541687011776,13.432428359985522],[52.382949829101562,13.432759284973201],[52.382862091064453,13.438818931579533],[52.405250549316406,13.427668571472338],[52.408962249755859,13.427828788757438],[52.412490844726562,13.440129280090503],[52.415920257568416,13.458478927612305],[52.419528961181868,13.464718818664721],[52.419349670410156,13.476848602295206],[52.400650024414062,13.488148689270133],[52.393241882324389,13.487819671630859],[52.396862030029411,13.494039535522518],[52.396579742431811,13.51220893859886],[52.400112152099723,13.524510383606014],[52.400009155273551,13.530570030212573],[52.396221160888729,13.536458969116381],[52.399829864501953,13.542688369750977],[52.388721466064453,13.542180061340332],[52.388259887695312,13.572458267211914],[52.395198822021428,13.603069305419979],[52.384078979492188,13.602559089660929],[52.383998870849609,13.60859870910673],[52.380199432373104,13.614489555358944],[52.372798919677962,13.61414813995367],[52.379829406738395,13.638678550720329],[52.376029968261662,13.644558906555119],[52.375942230224609,13.65060997009283],[52.368530273437614,13.65025901794462],[52.368438720703125,13.656298637390421],[52.364730834961051,13.656129837036076],[52.357521057128849,13.643688201904354],[52.346408843994141,13.64317989349388],[52.338909149170206,13.648880004882812],[52.338722229003963,13.660959243774414],[52.342418670654297,13.661138534546183],[52.357040405273494,13.673918724060115],[52.364448547363281,13.674258232116813],[52.364360809326172,13.680309295654354],[52.371570587158203,13.692740440368652],[52.367771148681641,13.698608398437443],[52.375091552734375,13.705011367797852],[52.378688812255916,13.71121883392334],[52.378791809082259,13.705169677734375],[52.382499694824332,13.705349922180233],[52.382591247558651,13.699310302734432],[52.386291503906364,13.699479103088606],[52.400730133056584,13.724349021911564],[52.40044021606468,13.74246978759777],[52.404151916503963,13.742648124695052],[52.407760620117244,13.748869895935115],[52.415359497070312,13.737139701843319],[52.422771453857649,13.737500190734863],[52.42636871337902,13.743719100952433],[52.42628097534174,13.749758720398233],[52.44110107421875,13.750470161437988],[52.440910339355469,13.762550354003906],[52.437198638916016,13.762378692627237],[52.437110900879077,13.768408775329533],[52.444610595703352,13.762729644775447],[52.448318481445256,13.762909889221135],[52.448791503906477,13.732700347900391],[52.463798522949219,13.721320152282885],[52.467689514160384,13.709400177001896],[52.467781066894531,13.703359603882006],[52.460189819336108,13.715100288391397],[52.452781677246151,13.714739799499682],[52.456668853759766,13.702829360962028],[52.464080810546932,13.703180313110408],[52.464271545410213,13.691078186035384],[52.475662231445369,13.673458099365291],[52.471961975097599,13.67327976226801],[52.472049713134879,13.667228698730696],[52.475761413574503,13.667400360107536],[52.475849151611442,13.661349296569824],[52.479740142822436,13.649419784545898],[52.472518920898722,13.636960029602221],[52.472610473632869,13.630900382995662],[52.468910217285099,13.630728721618652],[52.469089508056697,13.618619918823356],[52.476501464843864,13.618960380554142],[52.480110168457145,13.625190734863224],[52.491039276123274,13.637830734252987],[52.491130828857365,13.631768226623763],[52.502239227294922,13.632289886474894],[52.516868591308651,13.645098686218205],[52.524009704589957,13.663631439209155],[52.527709960937671,13.663810729980526],[52.527900695800952,13.65168952941923],[52.531688690185604,13.645798683166447],[52.528171539306641,13.63349819183378],[52.528270721435661,13.627449035644645],[52.531970977783203,13.627619743347395],[52.539470672607479,13.621899604797534],[52.543270111083984,13.616009712219238],[52.547340393066406,13.59192943572998],[52.558448791503963,13.592439651489428],[52.565959930419922,13.58671855926508],[52.566131591796989,13.574580192565918],[52.573539733886946,13.574919700622615],[52.584930419922046,13.557220458984432],[52.588821411132869,13.545239448547363],[52.592788696289119,13.527190208435059],[52.589271545410099,13.514860153198356],[52.604259490966797,13.503379821777571],[52.611679077148665,13.503720283508358],[52.618991851806641,13.510140419006632],[52.622692108154411,13.510298728943155],[52.629920959472656,13.522801399231014],[52.637241363525334,13.529230117797908],[52.640949249267635,13.529389381408748],[52.644741058349609,13.523490905761832],[52.644828796386719,13.517398834228743],[52.64862060546875,13.511480331421069],[52.656391143798885,13.487489700317496],[52.663711547851562,13.493919372558878],[52.667419433593864,13.494078636169718],[52.667598724365234,13.48191070556652],[52.675022125244141,13.482250213623217]], + DE_BY: [[47.58434,9.60202],[47.58521,9.60373],[47.58620,9.60767],[47.58326,9.61012],[47.58329,9.61047],[47.57980,9.61364],[47.58107,9.61619],[47.58144,9.61681],[47.58174,9.61829],[47.58312,9.62016],[47.58433,9.61954],[47.58601,9.62190],[47.58664,9.62152],[47.58829,9.62198],[47.58873,9.62285],[47.59112,9.62487],[47.59264,9.62659],[47.59309,9.63058],[47.59303,9.63217],[47.59367,9.63294],[47.59347,9.63489],[47.59267,9.63629],[47.59185,9.63712],[47.59167,9.63824],[47.59082,9.63878],[47.59041,9.63998],[47.58979,9.64279],[47.59114,9.64485],[47.59257,9.64493],[47.59338,9.64272],[47.59726,9.64086],[47.59953,9.63910],[47.60214,9.63566],[47.60480,9.63789],[47.60405,9.64596],[47.60567,9.64768],[47.60601,9.65377],[47.60775,9.65266],[47.61226,9.65789],[47.61163,9.67145],[47.60925,9.67575],[47.60509,9.67841],[47.60468,9.68321],[47.60717,9.68785],[47.61070,9.69188],[47.60989,9.69291],[47.60729,9.69248],[47.60578,9.69523],[47.60457,9.69506],[47.60283,9.69943],[47.60318,9.70149],[47.60173,9.70450],[47.60266,9.70793],[47.60439,9.71025],[47.60659,9.71188],[47.60613,9.71540],[47.60787,9.71780],[47.60833,9.72012],[47.60740,9.72536],[47.60729,9.72724],[47.60920,9.72784],[47.61180,9.72939],[47.61649,9.73514],[47.61209,9.73754],[47.61377,9.73943],[47.61377,9.74029],[47.61602,9.74252],[47.61747,9.74604],[47.61643,9.74767],[47.61498,9.74690],[47.61226,9.74656],[47.61076,9.74286],[47.60734,9.74415],[47.60515,9.74089],[47.60474,9.74252],[47.60422,9.74630],[47.60312,9.74904],[47.60937,9.75600],[47.61116,9.75291],[47.61406,9.75462],[47.61458,9.75600],[47.61602,9.75780],[47.61788,9.76175],[47.62407,9.77119],[47.62731,9.77548],[47.63164,9.77934],[47.63101,9.78449],[47.63378,9.78887],[47.63592,9.79471],[47.64477,9.79968],[47.64761,9.79282],[47.65154,9.80123],[47.65159,9.80913],[47.64974,9.81428],[47.65090,9.81685],[47.65489,9.81943],[47.65726,9.82715],[47.65963,9.82861],[47.66148,9.82784],[47.66356,9.83067],[47.66726,9.83136],[47.66813,9.82990],[47.67177,9.83015],[47.67345,9.83376],[47.67293,9.83736],[47.66911,9.83762],[47.67206,9.83917],[47.67506,9.83908],[47.67784,9.84020],[47.67784,9.84372],[47.67865,9.85135],[47.67784,9.85968],[47.67587,9.87084],[47.67628,9.87607],[47.67408,9.88088],[47.67056,9.88268],[47.66478,9.89170],[47.66154,9.90320],[47.66131,9.91641],[47.65720,9.92594],[47.65408,9.93229],[47.65842,9.94088],[47.65587,9.94482],[47.65657,9.95246],[47.65292,9.95984],[47.65472,9.96096],[47.65483,9.97023],[47.65697,9.97452],[47.66194,9.97761],[47.66333,9.97478],[47.66703,9.97650],[47.66695,9.97989],[47.67625,9.99045],[47.67960,9.99560],[47.68371,10.00023],[47.68405,10.00744],[47.68619,10.02092],[47.68827,10.02839],[47.68602,10.02967],[47.68238,10.03225],[47.67718,10.02976],[47.67562,10.03062],[47.67671,10.03508],[47.67978,10.03654],[47.67735,10.04092],[47.67874,10.04418],[47.67510,10.04315],[47.67856,10.04641],[47.68249,10.04847],[47.68053,10.05053],[47.68001,10.05439],[47.68111,10.05928],[47.67463,10.06512],[47.66325,10.06933],[47.65851,10.07576],[47.65047,10.07293],[47.64879,10.07568],[47.64269,10.07362],[47.63985,10.07508],[47.64309,10.07611],[47.64731,10.08100],[47.64778,10.07868],[47.65049,10.08194],[47.65402,10.08134],[47.65668,10.08349],[47.66026,10.08915],[47.66327,10.08752],[47.66333,10.09259],[47.66807,10.09216],[47.67333,10.08933],[47.67471,10.09113],[47.66801,10.10160],[47.66680,10.11319],[47.66980,10.11301],[47.67188,10.11791],[47.67593,10.12761],[47.67859,10.12975],[47.68182,10.12949],[47.68523,10.13241],[47.68673,10.12992],[47.69124,10.12752],[47.69765,10.13911],[47.70274,10.13859],[47.71227,10.12125],[47.72024,10.11430],[47.73346,10.11748],[47.74021,10.11113],[47.75077,10.11791],[47.75527,10.11301],[47.76012,10.11705],[47.76739,10.09130],[47.77108,10.08160],[47.77633,10.08340],[47.78043,10.07963],[47.77979,10.07662],[47.78198,10.06649],[47.78550,10.06469],[47.78983,10.06933],[47.79323,10.07508],[47.79617,10.08512],[47.79756,10.08624],[47.79946,10.08967],[47.80471,10.09010],[47.80534,10.09637],[47.80096,10.10203],[47.80125,10.10727],[47.80246,10.11036],[47.80125,10.11628],[47.80499,10.11430],[47.80678,10.11027],[47.81157,10.11559],[47.81347,10.12108],[47.81387,10.12829],[47.81013,10.13405],[47.80972,10.13679],[47.81549,10.13130],[47.82200,10.13087],[47.82246,10.12486],[47.82655,10.12297],[47.82817,10.11825],[47.83635,10.11199],[47.83963,10.10838],[47.84032,10.10418],[47.84263,10.10169],[47.84412,10.10160],[47.84677,10.10907],[47.85259,10.10641],[47.84672,10.10049],[47.84395,10.10049],[47.84620,10.09662],[47.84309,10.09473],[47.84384,10.09242],[47.84631,10.09173],[47.85202,10.09525],[47.85196,10.09817],[47.85420,10.09508],[47.85593,10.09731],[47.85495,10.10040],[47.85697,10.10443],[47.86088,10.10263],[47.86417,10.10426],[47.86411,10.10117],[47.85795,10.09036],[47.85495,10.08237],[47.86065,10.07929],[47.86290,10.07911],[47.86411,10.07826],[47.86836,10.07567],[47.87032,10.08108],[47.86986,10.08571],[47.86802,10.08829],[47.86865,10.09129],[47.87228,10.09661],[47.87717,10.09764],[47.87815,10.10606],[47.88276,10.10460],[47.88402,10.09481],[47.88909,10.10073],[47.89358,10.10185],[47.90175,10.10116],[47.90578,10.10099],[47.90624,10.10417],[47.90947,10.10311],[47.91085,10.10964],[47.91609,10.10818],[47.91643,10.11084],[47.92184,10.10432],[47.92868,10.10620],[47.93328,10.11041],[47.93835,10.10964],[47.94076,10.10311],[47.94404,10.09445],[47.95030,10.08698],[47.96024,10.08432],[47.96834,10.08766],[47.97156,10.09110],[47.97386,10.09745],[47.97535,10.11067],[47.97662,10.11522],[47.98058,10.11453],[47.98719,10.11513],[47.98880,10.11462],[47.99506,10.11959],[47.99713,10.12131],[48.00431,10.11813],[48.00752,10.12389],[48.01206,10.12552],[48.01728,10.13418],[48.02343,10.13410],[48.03049,10.12835],[48.03284,10.12758],[48.03588,10.12921],[48.04053,10.13504],[48.04506,10.13650],[48.04724,10.14028],[48.05327,10.13882],[48.05619,10.14174],[48.06296,10.14045],[48.07025,10.14174],[48.07409,10.14311],[48.07507,10.13727],[48.07707,10.13444],[48.08309,10.13436],[48.08636,10.13805],[48.09015,10.13968],[48.09376,10.13693],[48.09582,10.13805],[48.09594,10.14019],[48.09938,10.13933],[48.10058,10.13633],[48.10557,10.13504],[48.10660,10.13633],[48.11175,10.13521],[48.11405,10.13178],[48.11542,10.12397],[48.11749,10.12071],[48.12092,10.12002],[48.12522,10.11084],[48.13072,10.10972],[48.13278,10.10689],[48.13748,10.10577],[48.14074,10.10363],[48.14470,10.10406],[48.14773,10.10183],[48.15369,10.09831],[48.16021,10.09359],[48.16416,10.09487],[48.17263,10.08998],[48.17978,10.08904],[48.18213,10.08492],[48.19598,10.08200],[48.20502,10.08406],[48.20965,10.07917],[48.21108,10.07591],[48.21423,10.07676],[48.21606,10.07771],[48.22183,10.07694],[48.22275,10.07513],[48.22303,10.06827],[48.22737,10.06664],[48.23086,10.06887],[48.23331,10.06415],[48.23743,10.06295],[48.24355,10.06192],[48.24732,10.06355],[48.24835,10.06629],[48.25018,10.06672],[48.25395,10.06861],[48.25709,10.06140],[48.26149,10.06415],[48.26464,10.06363],[48.26949,10.06303],[48.27286,10.06131],[48.27515,10.06518],[48.27749,10.06432],[48.28023,10.06501],[48.28246,10.06329],[48.28406,10.05883],[48.28640,10.05677],[48.28777,10.05376],[48.29017,10.05196],[48.29131,10.04904],[48.29165,10.04561],[48.29382,10.04226],[48.29776,10.04123],[48.30045,10.04278],[48.30170,10.03934],[48.30450,10.03926],[48.30593,10.03745],[48.30930,10.03359],[48.31175,10.03050],[48.31763,10.02672],[48.32362,10.02389],[48.32431,10.02046],[48.33093,10.01153],[48.33355,10.00973],[48.34103,10.00904],[48.34291,10.00904],[48.34451,10.00407],[48.34462,10.00218],[48.34639,10.00209],[48.34685,9.99806],[48.34970,9.99746],[48.35226,9.99617],[48.35637,9.99419],[48.36105,9.99849],[48.36379,9.99977],[48.36310,9.99188],[48.36846,9.99188],[48.37034,9.98707],[48.36766,9.98355],[48.36344,9.98424],[48.36230,9.98184],[48.36236,9.97703],[48.36504,9.97334],[48.36396,9.96965],[48.36909,9.96862],[48.37542,9.96656],[48.37696,9.97008],[48.37969,9.96879],[48.38340,9.97634],[48.38716,9.98484],[48.39411,9.98905],[48.39759,10.00089],[48.40209,10.01162],[48.40642,10.01668],[48.41792,10.01669],[48.42715,10.03257],[48.42977,10.03969],[48.43205,10.03909],[48.43370,10.04192],[48.43529,10.03823],[48.43336,10.03815],[48.43176,10.03506],[48.43484,10.03351],[48.43700,10.02656],[48.44256,10.02835],[48.44546,10.03711],[48.44780,10.03556],[48.45195,10.03548],[48.45372,10.03015],[48.45822,10.03101],[48.46055,10.04097],[48.45844,10.04475],[48.45776,10.05341],[48.45856,10.06286],[48.45685,10.06277],[48.45395,10.05753],[48.45457,10.06286],[48.45770,10.06449],[48.46112,10.07667],[48.46368,10.08629],[48.46624,10.08603],[48.47347,10.10217],[48.47842,10.10508],[48.47557,10.11762],[48.47352,10.11684],[48.47330,10.11976],[48.46823,10.11804],[48.46095,10.12388],[48.46112,10.12525],[48.45748,10.12817],[48.45759,10.13212],[48.45600,10.13478],[48.45822,10.15418],[48.45975,10.16439],[48.46044,10.16448],[48.45947,10.17212],[48.46118,10.17280],[48.46237,10.17220],[48.46402,10.17727],[48.46783,10.17392],[48.47227,10.17607],[48.47586,10.18132],[48.48877,10.21763],[48.48917,10.23565],[48.49224,10.24098],[48.50015,10.23694],[48.50043,10.24192],[48.50566,10.23995],[48.50458,10.22733],[48.50720,10.22578],[48.50925,10.23385],[48.51078,10.23025],[48.51243,10.23591],[48.51169,10.24698],[48.51658,10.24810],[48.52102,10.25934],[48.52005,10.26647],[48.51783,10.26775],[48.51852,10.27290],[48.51641,10.27351],[48.51840,10.28635],[48.51692,10.28721],[48.51749,10.29717],[48.52318,10.31116],[48.52647,10.30798],[48.52699,10.31313],[48.52960,10.31167],[48.52841,10.30584],[48.53034,10.30232],[48.53722,10.30112],[48.54193,10.30069],[48.54807,10.30240],[48.55125,10.30532],[48.55199,10.31099],[48.55551,10.31451],[48.55602,10.31245],[48.56216,10.31296],[48.56926,10.31210],[48.57250,10.30927],[48.57693,10.30927],[48.58397,10.30592],[48.58478,10.30164],[48.58876,10.29701],[48.58944,10.29315],[48.60051,10.29495],[48.60414,10.29675],[48.60533,10.30061],[48.60352,10.30671],[48.60505,10.30842],[48.60459,10.31649],[48.60772,10.31924],[48.61010,10.32344],[48.61123,10.31924],[48.62361,10.29743],[48.63184,10.29391],[48.63490,10.28842],[48.63734,10.28147],[48.64074,10.27889],[48.64454,10.27829],[48.64646,10.26713],[48.65123,10.26936],[48.65333,10.26275],[48.65571,10.26147],[48.65622,10.25889],[48.65707,10.25898],[48.65792,10.26602],[48.65945,10.26284],[48.66285,10.25460],[48.66574,10.25426],[48.66869,10.25657],[48.67232,10.26327],[48.67317,10.26026],[48.67776,10.25434],[48.68116,10.25589],[48.67980,10.26627],[48.68280,10.26361],[48.68598,10.27185],[48.70201,10.26679],[48.70393,10.26808],[48.70133,10.28284],[48.69209,10.29571],[48.69090,10.30284],[48.68309,10.31657],[48.68864,10.31666],[48.69136,10.32781],[48.68943,10.33605],[48.68830,10.33957],[48.67730,10.34893],[48.67385,10.34790],[48.66591,10.35270],[48.66308,10.34927],[48.65990,10.34927],[48.65781,10.35373],[48.65525,10.35210],[48.65355,10.36112],[48.65537,10.36137],[48.65798,10.36489],[48.66438,10.36738],[48.66427,10.37433],[48.66710,10.37854],[48.66631,10.38309],[48.66875,10.38764],[48.67453,10.38592],[48.67560,10.38978],[48.67809,10.38840],[48.67911,10.39132],[48.68869,10.39149],[48.69050,10.39827],[48.69305,10.39981],[48.69900,10.40719],[48.69934,10.41234],[48.69503,10.42144],[48.70013,10.43114],[48.69781,10.43414],[48.69611,10.43869],[48.69124,10.43938],[48.69033,10.43526],[48.68727,10.43569],[48.68585,10.42925],[48.68687,10.42633],[48.69141,10.42599],[48.69107,10.42393],[48.68693,10.42316],[48.68376,10.42324],[48.68262,10.42144],[48.67979,10.42530],[48.67317,10.42362],[48.67493,10.42611],[48.67074,10.42508],[48.66921,10.41958],[48.66677,10.41100],[48.66212,10.41100],[48.66496,10.41701],[48.66530,10.44033],[48.66700,10.44205],[48.66779,10.44995],[48.67164,10.45441],[48.67130,10.46471],[48.68207,10.48016],[48.68723,10.48153],[48.68763,10.48651],[48.68627,10.48857],[48.68757,10.49063],[48.68621,10.49312],[48.68814,10.49561],[48.68995,10.49209],[48.69131,10.48497],[48.69669,10.48711],[48.69437,10.47870],[48.70054,10.47913],[48.70275,10.47037],[48.70541,10.47115],[48.70745,10.48196],[48.71204,10.48093],[48.71153,10.47312],[48.71521,10.46763],[48.72003,10.46462],[48.72303,10.46059],[48.72484,10.46188],[48.72450,10.46531],[48.72733,10.46480],[48.72784,10.46196],[48.72954,10.45312],[48.73588,10.46291],[48.73350,10.45492],[48.73339,10.45132],[48.72688,10.44875],[48.72937,10.44308],[48.73418,10.43887],[48.73729,10.43776],[48.73678,10.43003],[48.74154,10.43166],[48.74397,10.42325],[48.74624,10.42171],[48.74743,10.41536],[48.75393,10.41776],[48.75433,10.42317],[48.75823,10.42240],[48.76355,10.41725],[48.76915,10.41647],[48.77000,10.41046],[48.77741,10.41630],[48.77328,10.42754],[48.77622,10.42875],[48.78086,10.42600],[48.78731,10.42780],[48.79251,10.42720],[48.79568,10.41905],[48.80105,10.42102],[48.80122,10.42660],[48.80082,10.42918],[48.80382,10.43742],[48.80930,10.44214],[48.81077,10.44900],[48.81313,10.44521],[48.82189,10.44736],[48.82404,10.44607],[48.82715,10.44675],[48.83099,10.44753],[48.83184,10.44341],[48.83455,10.43843],[48.83461,10.43543],[48.83670,10.42581],[48.84303,10.42693],[48.84681,10.42890],[48.84884,10.43997],[48.84997,10.44693],[48.85325,10.45036],[48.85607,10.45190],[48.85957,10.45302],[48.86110,10.44727],[48.86387,10.44710],[48.86691,10.44890],[48.87070,10.45225],[48.87205,10.45062],[48.87408,10.45096],[48.87713,10.44615],[48.88120,10.44366],[48.88187,10.44521],[48.88159,10.44796],[48.88487,10.45036],[48.88763,10.45165],[48.89119,10.44881],[48.89339,10.44933],[48.89398,10.44414],[48.89697,10.44028],[48.89849,10.43985],[48.89883,10.43745],[48.90007,10.43530],[48.90001,10.43007],[48.90300,10.42286],[48.90464,10.42268],[48.90577,10.42097],[48.90848,10.42509],[48.90639,10.43024],[48.90808,10.43024],[48.90791,10.43522],[48.90949,10.43599],[48.90893,10.44268],[48.91118,10.44406],[48.91350,10.45058],[48.91502,10.45066],[48.91541,10.45384],[48.91750,10.45444],[48.92207,10.45418],[48.92591,10.45161],[48.92596,10.44878],[48.92985,10.44543],[48.93064,10.44071],[48.93295,10.43762],[48.93583,10.43959],[48.93498,10.44680],[48.93854,10.44929],[48.94006,10.44414],[48.94389,10.44483],[48.94570,10.44294],[48.94474,10.43770],[48.94384,10.43633],[48.94547,10.43032],[48.95161,10.42826],[48.95635,10.42792],[48.95584,10.42543],[48.95826,10.42303],[48.95905,10.41899],[48.96142,10.41994],[48.96159,10.42457],[48.96390,10.42337],[48.96548,10.41788],[48.96830,10.41711],[48.96869,10.41324],[48.96565,10.40844],[48.96660,10.40414],[48.97483,10.40123],[48.97607,10.40277],[48.97607,10.40809],[48.97844,10.40990],[48.98046,10.40509],[48.98187,10.40406],[48.98210,10.40226],[48.98548,10.40037],[48.98784,10.39384],[48.98936,10.39316],[48.98779,10.38183],[48.99060,10.37814],[48.99150,10.38106],[48.99449,10.38183],[48.99652,10.38028],[48.99916,10.38106],[49.00023,10.37908],[48.99916,10.37548],[49.00277,10.37204],[49.00429,10.35265],[49.01116,10.35677],[49.01375,10.35496],[49.01510,10.34750],[49.01757,10.34492],[49.02112,10.34518],[49.02247,10.34999],[49.02787,10.34956],[49.02720,10.33711],[49.02979,10.33617],[49.03198,10.33342],[49.03041,10.33248],[49.02641,10.33376],[49.02669,10.33170],[49.02962,10.32861],[49.02506,10.32930],[49.02377,10.32904],[49.02517,10.32106],[49.02832,10.31814],[49.02984,10.31067],[49.03142,10.30844],[49.03148,10.30226],[49.03873,10.30166],[49.04082,10.29943],[49.04188,10.29402],[49.04070,10.29325],[49.04037,10.28862],[49.03592,10.28493],[49.03823,10.27686],[49.04082,10.27375],[49.04267,10.26903],[49.04357,10.26414],[49.04087,10.26268],[49.04104,10.25950],[49.03778,10.25418],[49.03879,10.25135],[49.04144,10.24903],[49.04380,10.25066],[49.04492,10.25504],[49.04897,10.25066],[49.05511,10.25504],[49.06225,10.25667],[49.06146,10.25950],[49.06180,10.26174],[49.06410,10.26011],[49.06534,10.25848],[49.07018,10.25676],[49.07248,10.24603],[49.07198,10.24011],[49.07344,10.23367],[49.07726,10.23367],[49.08305,10.24088],[49.08013,10.24448],[49.08294,10.24680],[49.09092,10.24938],[49.08980,10.24431],[49.09098,10.24062],[49.08890,10.22663],[49.09098,10.22449],[49.09373,10.22483],[49.09767,10.22165],[49.09418,10.21247],[49.09474,10.20818],[49.09772,10.20346],[49.10014,10.20680],[49.10143,10.20680],[49.10239,10.21213],[49.10576,10.21470],[49.11205,10.21256],[49.11379,10.21599],[49.11183,10.22663],[49.11323,10.22637],[49.11402,10.22886],[49.11739,10.22886],[49.11952,10.22397],[49.12076,10.22500],[49.11964,10.23075],[49.12160,10.23873],[49.12464,10.24002],[49.12711,10.24878],[49.13014,10.25264],[49.13261,10.25341],[49.13390,10.25024],[49.13924,10.25453],[49.14860,10.24620],[49.14922,10.23788],[49.15157,10.23539],[49.15320,10.23024],[49.15764,10.22964],[49.16117,10.22457],[49.15960,10.22217],[49.15999,10.21710],[49.16314,10.21865],[49.16173,10.21316],[49.15960,10.21135],[49.15893,10.20818],[49.15517,10.20569],[49.15534,10.19590],[49.15657,10.19616],[49.15994,10.19882],[49.16241,10.19505],[49.16387,10.19608],[49.16718,10.19187],[49.17004,10.19350],[49.16942,10.18732],[49.17229,10.17874],[49.17320,10.17614],[49.17639,10.17785],[49.17695,10.17991],[49.18234,10.18094],[49.18128,10.17631],[49.17982,10.17639],[49.17763,10.17039],[49.17841,10.16618],[49.18178,10.16541],[49.18335,10.15820],[49.18559,10.15845],[49.18941,10.15536],[49.18975,10.15176],[49.19249,10.15391],[49.19524,10.14180],[49.19721,10.14043],[49.19698,10.13760],[49.19962,10.13468],[49.19883,10.13322],[49.19760,10.13331],[49.19479,10.12884],[49.19872,10.12464],[49.20102,10.12412],[49.20315,10.12876],[49.20455,10.12610],[49.20966,10.12764],[49.20926,10.12352],[49.21128,10.12541],[49.21005,10.13880],[49.21599,10.13743],[49.21711,10.13090],[49.22687,10.12481],[49.22866,10.12644],[49.23651,10.12541],[49.24060,10.12206],[49.24441,10.12283],[49.24687,10.11960],[49.24844,10.12080],[49.25163,10.13170],[49.25387,10.12629],[49.25538,10.12415],[49.25611,10.10947],[49.25818,10.10870],[49.25958,10.11531],[49.26485,10.11496],[49.26653,10.11273],[49.27079,10.11977],[49.27476,10.12174],[49.27633,10.12801],[49.27454,10.13239],[49.27202,10.12372],[49.26345,10.12938],[49.26412,10.13333],[49.26804,10.14183],[49.26939,10.14646],[49.27202,10.14492],[49.27538,10.14457],[49.28115,10.15075],[49.28301,10.15355],[49.28429,10.14891],[49.28687,10.14823],[49.28709,10.14042],[49.29068,10.14205],[49.29163,10.13758],[49.29616,10.13235],[49.30512,10.13072],[49.31071,10.13604],[49.31614,10.14385],[49.32155,10.14289],[49.32262,10.14049],[49.32642,10.13791],[49.32642,10.13113],[49.32463,10.13113],[49.32390,10.12178],[49.32508,10.11894],[49.32821,10.11817],[49.32821,10.11062],[49.33297,10.10727],[49.33308,10.11165],[49.33543,10.11002],[49.33582,10.10727],[49.33727,10.10744],[49.33800,10.10349],[49.34354,10.10195],[49.34773,10.10392],[49.34857,10.10796],[49.35332,10.10547],[49.35360,10.10822],[49.35209,10.10907],[49.35243,10.11414],[49.35086,10.12057],[49.35086,10.12306],[49.35494,10.12246],[49.35634,10.12384],[49.35729,10.11757],[49.35947,10.11688],[49.35941,10.11208],[49.36540,10.11242],[49.36707,10.11345],[49.36718,10.11620],[49.37009,10.11594],[49.37931,10.10555],[49.38646,10.11285],[49.38669,10.12066],[49.38836,10.12203],[49.38602,10.14083],[49.38836,10.14590],[49.38909,10.15619],[49.39211,10.15697],[49.39105,10.15989],[49.39523,10.16057],[49.39674,10.15379],[49.39847,10.15302],[49.39920,10.14830],[49.40272,10.13834],[49.40440,10.13817],[49.40339,10.14710],[49.40250,10.15130],[49.41372,10.14641],[49.41875,10.14426],[49.42528,10.13602],[49.42852,10.13766],[49.43215,10.13285],[49.43382,10.13457],[49.43739,10.13199],[49.43968,10.12375],[49.44158,10.12075],[49.44336,10.11628],[49.44247,10.11148],[49.43806,10.11337],[49.43845,10.11131],[49.44465,10.10178],[49.44727,10.09543],[49.45201,10.09706],[49.45776,10.09749],[49.45860,10.10581],[49.46061,10.10633],[49.46284,10.10392],[49.46423,10.10753],[49.46261,10.10942],[49.46256,10.11525],[49.46161,10.11611],[49.46345,10.12152],[49.46702,10.11757],[49.47092,10.11688],[49.47388,10.11448],[49.47812,10.11516],[49.47762,10.11036],[49.48224,10.10761],[49.48236,10.10392],[49.48615,10.10049],[49.49211,10.10032],[49.49607,10.10280],[49.49919,10.10323],[49.50215,10.10941],[49.50471,10.11705],[49.50739,10.11637],[49.50822,10.11963],[49.50956,10.11980],[49.51001,10.11594],[49.51173,10.11456],[49.51084,10.10864],[49.51446,10.10547],[49.51341,10.09989],[49.51419,10.09860],[49.51168,10.08332],[49.51848,10.07594],[49.52137,10.08023],[49.52483,10.07706],[49.52806,10.08032],[49.52990,10.08847],[49.53229,10.08916],[49.53424,10.09190],[49.54048,10.08710],[49.54555,10.06513],[49.54254,10.06186],[49.53898,10.06298],[49.53469,10.05723],[49.52839,10.04023],[49.52132,10.05242],[49.51876,10.06109],[49.51692,10.05946],[49.51229,10.05285],[49.50939,10.05371],[49.50544,10.04513],[49.50293,10.02856],[49.49891,10.02865],[49.48637,10.02101],[49.48314,10.01474],[49.48280,10.00959],[49.48553,9.99792],[49.48565,9.99020],[49.48314,9.97861],[49.48035,9.97466],[49.48185,9.97286],[49.48542,9.97483],[49.48342,9.95895],[49.47996,9.95526],[49.48146,9.93947],[49.48403,9.92599],[49.49362,9.91252],[49.49618,9.91449],[49.49981,9.91544],[49.50856,9.92411],[49.51915,9.91561],[49.52399,9.91784],[49.52466,9.92265],[49.53007,9.92282],[49.53396,9.92445],[49.53829,9.92414],[49.54147,9.92087],[49.54553,9.91916],[49.55199,9.92087],[49.54999,9.92620],[49.55249,9.92568],[49.55450,9.92002],[49.56046,9.92414],[49.56229,9.92002],[49.56046,9.91306],[49.56207,9.90637],[49.56040,9.89779],[49.56519,9.89744],[49.57025,9.90088],[49.57276,9.90036],[49.57376,9.90319],[49.57827,9.90525],[49.58044,9.90663],[49.58294,9.91246],[49.58395,9.91006],[49.58545,9.91006],[49.58439,9.89830],[49.58038,9.88508],[49.57665,9.87598],[49.57165,9.87487],[49.56625,9.86620],[49.55773,9.86723],[49.55255,9.86474],[49.55199,9.86199],[49.54526,9.86054],[49.54509,9.84749],[49.55010,9.83908],[49.55121,9.82552],[49.55656,9.81530],[49.55494,9.81144],[49.55712,9.80861],[49.56925,9.83659],[49.57070,9.83659],[49.57293,9.84037],[49.57476,9.84054],[49.57749,9.84757],[49.58528,9.84474],[49.58545,9.84105],[49.58829,9.83942],[49.59535,9.84182],[49.59902,9.84534],[49.59874,9.84921],[49.60308,9.85933],[49.60865,9.85607],[49.60926,9.86843],[49.61209,9.86680],[49.62133,9.86620],[49.62166,9.86397],[49.63217,9.85993],[49.63217,9.85745],[49.64162,9.85401],[49.64423,9.84037],[49.64695,9.83419],[49.65095,9.82852],[49.65462,9.82921],[49.65618,9.83195],[49.65990,9.82886],[49.66384,9.82191],[49.66623,9.82045],[49.66779,9.82440],[49.67201,9.82243],[49.67851,9.82878],[49.68167,9.82989],[49.68201,9.83616],[49.68462,9.83625],[49.68684,9.83007],[49.68900,9.82912],[49.69200,9.83410],[49.69378,9.83238],[49.69600,9.83187],[49.70216,9.83110],[49.70472,9.82629],[49.70466,9.82328],[49.70982,9.82002],[49.71404,9.80749],[49.71765,9.80397],[49.71926,9.80028],[49.72092,9.79548],[49.72791,9.79565],[49.72969,9.79977],[49.73096,9.79908],[49.73080,9.79204],[49.72841,9.79024],[49.72353,9.78964],[49.72120,9.78681],[49.72192,9.77882],[49.71787,9.76767],[49.71121,9.75694],[49.70899,9.75290],[49.70222,9.75162],[49.69822,9.75187],[49.69450,9.74999],[49.69367,9.74698],[49.69117,9.74552],[49.68773,9.73866],[49.68795,9.72707],[49.69528,9.72784],[49.69828,9.72767],[49.70066,9.72501],[49.70177,9.71849],[49.70422,9.71788],[49.71260,9.71291],[49.71948,9.71394],[49.72270,9.71128],[49.72564,9.71102],[49.72364,9.70355],[49.71687,9.70089],[49.71687,9.69866],[49.71870,9.69591],[49.71737,9.69042],[49.71615,9.67849],[49.70838,9.67823],[49.69661,9.67463],[49.69334,9.67660],[49.68889,9.66304],[49.68673,9.65334],[49.68859,9.64892],[49.69086,9.64840],[49.69075,9.64343],[49.69308,9.64248],[49.69281,9.63218],[49.70152,9.63012],[49.70269,9.62446],[49.70985,9.62763],[49.71362,9.63021],[49.71701,9.63081],[49.72050,9.64025],[49.72670,9.63463],[49.73219,9.62458],[49.73253,9.63651],[49.73896,9.63763],[49.73741,9.64295],[49.73957,9.64510],[49.74024,9.63909],[49.74218,9.63857],[49.74395,9.64081],[49.74417,9.64398],[49.74717,9.64467],[49.75216,9.63789],[49.75621,9.63763],[49.75981,9.64475],[49.76636,9.64967],[49.77595,9.64383],[49.77966,9.64520],[49.77999,9.65104],[49.78620,9.64941],[49.79046,9.64829],[49.78287,9.61988],[49.78298,9.60804],[49.77927,9.59130],[49.77794,9.57963],[49.77872,9.57611],[49.78332,9.57680],[49.78354,9.57500],[49.78260,9.56555],[49.77844,9.55809],[49.77445,9.55671],[49.76297,9.55826],[49.75205,9.56864],[49.74750,9.56924],[49.74417,9.56487],[49.74528,9.55852],[49.74833,9.55345],[49.76114,9.55165],[49.76647,9.54581],[49.76824,9.53749],[49.76602,9.53311],[49.76198,9.52744],[49.76070,9.52281],[49.76264,9.51491],[49.76813,9.51002],[49.77101,9.50951],[49.77866,9.51260],[49.78376,9.51277],[49.78853,9.50255],[49.78803,9.48110],[49.78032,9.47105],[49.77467,9.46951],[49.76940,9.45930],[49.77101,9.45037],[49.77461,9.44333],[49.78753,9.43518],[49.78936,9.42711],[49.78897,9.42067],[49.77622,9.40351],[49.77390,9.39648],[49.77008,9.39211],[49.77135,9.38593],[49.77817,9.37700],[49.77922,9.37039],[49.77767,9.36618],[49.77307,9.36206],[49.76936,9.35357],[49.76831,9.34215],[49.76936,9.32911],[49.76847,9.31640],[49.76587,9.31297],[49.75838,9.31391],[49.74951,9.32293],[49.74425,9.32388],[49.74136,9.31993],[49.73998,9.31255],[49.74098,9.28946],[49.73793,9.29615],[49.73565,9.30714],[49.73565,9.31650],[49.73227,9.32096],[49.73193,9.32645],[49.73404,9.33400],[49.73465,9.34199],[49.73132,9.35890],[49.73182,9.36422],[49.72772,9.37520],[49.72533,9.36679],[49.72333,9.36379],[49.72095,9.34954],[49.71795,9.34525],[49.71684,9.34559],[49.71706,9.35357],[49.71196,9.35297],[49.70574,9.35632],[49.70402,9.36070],[49.70419,9.37460],[49.70563,9.37949],[49.70757,9.38155],[49.71606,9.38155],[49.72000,9.38233],[49.72694,9.37958],[49.72833,9.38576],[49.73188,9.38533],[49.72988,9.40121],[49.72056,9.40215],[49.72222,9.40790],[49.71684,9.41168],[49.71273,9.41597],[49.71190,9.41958],[49.70624,9.42129],[49.70496,9.41726],[49.69708,9.41975],[49.69642,9.42241],[49.69342,9.42001],[49.68947,9.42095],[49.68720,9.41735],[49.68209,9.41151],[49.67942,9.40713],[49.67737,9.41417],[49.67459,9.41211],[49.67481,9.40258],[49.67270,9.39812],[49.67143,9.39803],[49.66559,9.40765],[49.66398,9.41254],[49.66081,9.41348],[49.65909,9.42061],[49.65248,9.41606],[49.64487,9.40559],[49.64576,9.39417],[49.64237,9.38276],[49.64426,9.37975],[49.64765,9.37735],[49.65137,9.37048],[49.65670,9.36628],[49.65304,9.35932],[49.65037,9.35306],[49.64976,9.34963],[49.64337,9.34482],[49.64398,9.33615],[49.64759,9.32697],[49.65065,9.31521],[49.65287,9.31375],[49.65443,9.30491],[49.64992,9.30826],[49.64381,9.29160],[49.63581,9.28560],[49.63736,9.27864],[49.63447,9.27246],[49.63142,9.27624],[49.62663,9.27152],[49.62541,9.27581],[49.62007,9.27882],[49.61740,9.28517],[49.61435,9.28603],[49.60800,9.26714],[49.60528,9.26465],[49.60228,9.26560],[49.59799,9.26079],[49.59254,9.26002],[49.59343,9.25332],[49.59326,9.25058],[49.58948,9.24732],[49.58751,9.24983],[49.58378,9.24975],[49.58440,9.24631],[49.58217,9.24116],[49.58045,9.24022],[49.57794,9.22477],[49.57616,9.21275],[49.57683,9.21129],[49.57571,9.20443],[49.57622,9.20091],[49.57360,9.19456],[49.57644,9.18752],[49.57315,9.18065],[49.57599,9.17422],[49.57688,9.17224],[49.57494,9.16452],[49.57917,9.15825],[49.57950,9.15362],[49.57794,9.15181],[49.57811,9.14787],[49.57571,9.14375],[49.57638,9.14151],[49.57499,9.13799],[49.57516,9.12993],[49.57276,9.12014],[49.57427,9.11473],[49.57833,9.10933],[49.57722,9.10177],[49.58006,9.10109],[49.58212,9.09894],[49.58545,9.09585],[49.58840,9.09147],[49.59619,9.08727],[49.60170,9.08246],[49.60009,9.07457],[49.60209,9.06581],[49.60703,9.06693],[49.61092,9.06736],[49.61615,9.06478],[49.61910,9.06581],[49.62310,9.06916],[49.62939,9.07954],[49.63300,9.08066],[49.63622,9.08607],[49.63545,9.09147],[49.64234,9.10186],[49.64634,9.09834],[49.64956,9.10057],[49.65345,9.09903],[49.65990,9.10340],[49.66195,9.09748],[49.66512,9.09594],[49.66595,9.09139],[49.66940,9.08796],[49.67567,9.08864],[49.68263,9.08798],[49.69046,9.08781],[49.69479,9.09072],[49.69657,9.09596],[49.69629,9.09974],[49.69835,9.11287],[49.69779,9.11768],[49.70073,9.12746],[49.70629,9.12669],[49.70623,9.12291],[49.71500,9.12094],[49.71494,9.13141],[49.71636,9.13373],[49.72554,9.13618],[49.72837,9.13996],[49.73853,9.14373],[49.74246,9.15026],[49.74518,9.14339],[49.74757,9.14451],[49.75500,9.12743],[49.75622,9.11180],[49.75882,9.10631],[49.76703,9.11067],[49.77413,9.11273],[49.77413,9.11857],[49.77618,9.11986],[49.77707,9.12389],[49.77679,9.12690],[49.78261,9.13368],[49.78798,9.12810],[49.79491,9.12964],[49.79790,9.10870],[49.79469,9.10398],[49.78948,9.09377],[49.79053,9.09042],[49.79613,9.08930],[49.79807,9.08741],[49.79966,9.08652],[49.80171,9.08695],[49.80758,9.08575],[49.81035,9.08154],[49.81362,9.08026],[49.81583,9.07717],[49.81960,9.07622],[49.82392,9.08120],[49.82680,9.08652],[49.82851,9.08558],[49.82957,9.08275],[49.83112,9.08275],[49.83316,9.08137],[49.83422,9.07725],[49.83959,9.08163],[49.84125,9.08953],[49.84379,9.08687],[49.84706,9.08549],[49.84269,9.08069],[49.84202,9.07785],[49.83831,9.07485],[49.83577,9.07142],[49.83278,9.07073],[49.83117,9.06403],[49.83278,9.05717],[49.83449,9.05571],[49.83887,9.05837],[49.84069,9.05785],[49.83864,9.05356],[49.84014,9.05253],[49.84385,9.05451],[49.84495,9.05640],[49.84473,9.05416],[49.84269,9.05185],[49.84169,9.04876],[49.84202,9.04567],[49.84324,9.04335],[49.83909,9.04198],[49.84130,9.03932],[49.84302,9.03691],[49.84667,9.03562],[49.84789,9.04103],[49.85099,9.04292],[49.85558,9.04266],[49.85775,9.03743],[49.86063,9.03322],[49.86716,9.03314],[49.86799,9.03708],[49.86594,9.03837],[49.86655,9.04180],[49.86871,9.04326],[49.86716,9.04567],[49.86694,9.04953],[49.86909,9.04833],[49.86965,9.04489],[49.87236,9.04352],[49.87612,9.03811],[49.87966,9.03674],[49.88552,9.03683],[49.89438,9.03640],[49.89919,9.03485],[49.90085,9.03116],[49.90544,9.03039],[49.90638,9.02970],[49.90837,9.03056],[49.90948,9.02206],[49.92031,9.02919],[49.92456,9.03176],[49.92727,9.02884],[49.93186,9.02859],[49.93412,9.02661],[49.93965,9.02481],[49.94511,9.02515],[49.94688,9.01812],[49.95522,9.02584],[49.95975,9.02318],[49.96621,9.02266],[49.97548,9.01863],[49.98338,9.02000],[49.98662,9.01885],[49.98988,9.01448],[49.99164,9.01370],[49.99744,9.02297],[49.99286,9.03027],[49.98877,9.03139],[49.98833,9.04443],[49.99175,9.04924],[49.99390,9.05053],[49.99633,9.04993],[49.99804,9.04641],[49.99920,9.03980],[50.00113,9.03654],[50.00444,9.03473],[50.00687,9.03456],[50.00963,9.03851],[50.01145,9.03808],[50.01713,9.03267],[50.02308,9.03027],[50.03136,9.03078],[50.03764,9.03190],[50.04183,9.02847],[50.04459,9.01722],[50.04574,9.01001],[50.04431,9.00092],[50.04183,8.99233],[50.04177,8.98607],[50.04326,8.97946],[50.04712,8.97680],[50.05208,8.97645],[50.05594,8.98255],[50.06823,8.99165],[50.06986,8.99788],[50.08077,8.99874],[50.08462,8.99797],[50.09129,8.99788],[50.09365,8.99822],[50.10131,9.00561],[50.10819,9.01162],[50.11243,9.02011],[50.11303,9.03024],[50.11612,9.04612],[50.11672,9.05728],[50.11716,9.06560],[50.11997,9.07204],[50.11606,9.07796],[50.11755,9.08921],[50.12039,9.09239],[50.12281,9.09574],[50.12534,9.09651],[50.12688,9.11874],[50.11791,9.13831],[50.11461,9.14432],[50.11852,9.15496],[50.11483,9.15462],[50.11169,9.15702],[50.10591,9.15367],[50.10322,9.14973],[50.09540,9.14286],[50.09220,9.14578],[50.09022,9.14827],[50.09556,9.15513],[50.09969,9.15694],[50.10894,9.16578],[50.11434,9.17359],[50.11643,9.17213],[50.11962,9.17384],[50.12535,9.18868],[50.12832,9.18988],[50.13008,9.18800],[50.13311,9.18413],[50.13806,9.18233],[50.13977,9.19495],[50.14114,9.19641],[50.14351,9.20997],[50.14686,9.21177],[50.14703,9.21898],[50.14994,9.22147],[50.14752,9.22696],[50.14681,9.23623],[50.14312,9.24250],[50.14136,9.25065],[50.13883,9.25546],[50.13955,9.26533],[50.14268,9.27151],[50.14307,9.27614],[50.14230,9.28164],[50.13960,9.29468],[50.13388,9.30725],[50.13702,9.31746],[50.14087,9.32287],[50.14142,9.32828],[50.13729,9.33660],[50.13184,9.34072],[50.13096,9.35240],[50.13135,9.36536],[50.13206,9.37025],[50.13069,9.37694],[50.12568,9.37634],[50.11891,9.38381],[50.11049,9.38699],[50.10212,9.39368],[50.09799,9.39471],[50.09001,9.40226],[50.08583,9.40930],[50.08357,9.41342],[50.08594,9.42389],[50.08549,9.43067],[50.08538,9.43651],[50.08786,9.44012],[50.08990,9.44501],[50.09095,9.45145],[50.08985,9.46037],[50.09150,9.46286],[50.09298,9.47076],[50.09548,9.48157],[50.09570,9.48560],[50.09504,9.48784],[50.09504,9.49702],[50.09796,9.49985],[50.09444,9.51041],[50.09714,9.51401],[50.09961,9.51238],[50.10561,9.51831],[50.10776,9.51770],[50.11376,9.51865],[50.12421,9.51145],[50.13720,9.50827],[50.14639,9.50638],[50.14848,9.50982],[50.14925,9.51668],[50.15051,9.52183],[50.15706,9.52758],[50.16123,9.53050],[50.16745,9.52775],[50.16690,9.52295],[50.16794,9.51153],[50.16882,9.50381],[50.17597,9.49754],[50.18306,9.50063],[50.19246,9.50089],[50.19405,9.50312],[50.19570,9.50904],[50.19460,9.51059],[50.19487,9.51471],[50.19948,9.51540],[50.20140,9.50990],[50.20679,9.50630],[50.20849,9.50252],[50.21255,9.50123],[50.21437,9.50467],[50.22162,9.50158],[50.22519,9.49505],[50.22689,9.49411],[50.23375,9.49728],[50.23806,9.50040],[50.23949,9.49782],[50.24322,9.50100],[50.24311,9.50340],[50.23822,9.50907],[50.23581,9.51078],[50.23460,9.51742],[50.23515,9.53458],[50.23186,9.53836],[50.22686,9.53810],[50.22461,9.54257],[50.22532,9.54643],[50.22895,9.55021],[50.22983,9.56248],[50.23224,9.56840],[50.23197,9.57347],[50.23318,9.57561],[50.23109,9.57793],[50.22659,9.58102],[50.22153,9.58265],[50.22340,9.58514],[50.22395,9.59175],[50.22609,9.59484],[50.22280,9.59647],[50.22241,9.60411],[50.22351,9.60651],[50.22450,9.61672],[50.22483,9.62067],[50.22642,9.61990],[50.23065,9.62454],[50.23230,9.63089],[50.23477,9.63389],[50.23554,9.63767],[50.23543,9.64848],[50.23268,9.65372],[50.23427,9.66376],[50.23960,9.66668],[50.24399,9.65166],[50.24575,9.64943],[50.24805,9.63895],[50.25148,9.63645],[50.25340,9.63773],[50.25532,9.64194],[50.25850,9.64151],[50.26284,9.64769],[50.26591,9.64709],[50.26947,9.65215],[50.27189,9.65490],[50.27178,9.66048],[50.27139,9.66374],[50.27469,9.67189],[50.27875,9.68125],[50.27880,9.68494],[50.27820,9.68726],[50.27853,9.69318],[50.27935,9.69584],[50.28066,9.70228],[50.29068,9.71131],[50.29288,9.71586],[50.29304,9.71775],[50.29523,9.71964],[50.29512,9.72401],[50.29606,9.72813],[50.29858,9.73054],[50.29978,9.73551],[50.30132,9.73534],[50.30275,9.73852],[50.30538,9.73834],[50.30614,9.74126],[50.30976,9.74324],[50.31113,9.74547],[50.31464,9.74744],[50.31749,9.74495],[50.31744,9.74409],[50.32094,9.74375],[50.32264,9.74667],[50.32489,9.74658],[50.32763,9.74375],[50.33196,9.74324],[50.33398,9.74512],[50.33930,9.74624],[50.34297,9.74478],[50.34806,9.74083],[50.34954,9.73826],[50.35075,9.73294],[50.35425,9.73234],[50.35661,9.73267],[50.36198,9.74254],[50.36663,9.74563],[50.37216,9.74391],[50.37797,9.74983],[50.38847,9.75421],[50.39088,9.75387],[50.40035,9.75703],[50.40194,9.75892],[50.40642,9.75617],[50.40960,9.75265],[50.41135,9.75094],[50.41594,9.75085],[50.41786,9.75403],[50.41900,9.75617],[50.42513,9.75952],[50.42584,9.76235],[50.42540,9.76390],[50.42611,9.76836],[50.42486,9.77343],[50.41879,9.77935],[50.42015,9.78278],[50.42584,9.78956],[50.42502,9.79111],[50.42557,9.79677],[50.42316,9.80673],[50.41917,9.81153],[50.41583,9.81145],[50.41310,9.80870],[50.41261,9.81480],[50.41124,9.81694],[50.40807,9.82072],[50.40653,9.82570],[50.40626,9.83462],[50.40566,9.83857],[50.40068,9.84784],[50.39778,9.86003],[50.40112,9.86355],[50.40484,9.86432],[50.40993,9.87101],[50.40878,9.87453],[50.40270,9.87805],[50.39920,9.88286],[50.40325,9.89033],[50.40429,9.89591],[50.40402,9.90131],[50.40921,9.91067],[50.41107,9.91882],[50.41704,9.92646],[50.42092,9.93745],[50.42436,9.94423],[50.42294,9.95204],[50.42414,9.95925],[50.42737,9.96182],[50.42912,9.96122],[50.43563,9.96757],[50.43688,9.97221],[50.43973,9.97384],[50.44241,9.97882],[50.44399,9.98345],[50.44700,9.98938],[50.45202,9.99238],[50.45552,9.99264],[50.45984,9.99624],[50.46159,9.99650],[50.46339,10.00354],[50.46476,10.00508],[50.46700,10.01358],[50.46689,10.01796],[50.47055,10.02019],[50.47590,10.02139],[50.48093,10.03032],[50.48125,10.03263],[50.48426,10.03263],[50.48677,10.03135],[50.48710,10.03444],[50.49054,10.03384],[50.49305,10.03770],[50.49458,10.04036],[50.50009,10.03675],[50.50408,10.03941],[50.50812,10.04070],[50.51521,10.03916],[50.51734,10.04096],[50.51871,10.04937],[50.52351,10.05692],[50.52929,10.06645],[50.52793,10.07117],[50.52989,10.06782],[50.53355,10.07074],[50.53546,10.06911],[50.53753,10.07229],[50.54135,10.07641],[50.54211,10.08319],[50.54337,10.08422],[50.54680,10.09074],[50.54834,10.09365],[50.55434,10.09305],[50.55243,10.09812],[50.55946,10.09966],[50.56459,10.10756],[50.56508,10.12052],[50.56132,10.12704],[50.55837,10.12756],[50.55826,10.12275],[50.55575,10.12266],[50.55374,10.12696],[50.54915,10.13116],[50.54801,10.13331],[50.54714,10.13434],[50.54408,10.13846],[50.54266,10.14326],[50.54346,10.14674],[50.54532,10.14623],[50.55023,10.14760],[50.55306,10.15163],[50.54968,10.15301],[50.55055,10.16073],[50.54281,10.17609],[50.54739,10.17378],[50.55219,10.17807],[50.55464,10.18777],[50.55563,10.19790],[50.55459,10.20631],[50.54995,10.20502],[50.54406,10.20596],[50.54101,10.20983],[50.53850,10.22433],[50.53026,10.22579],[50.53135,10.23369],[50.51799,10.22708],[50.51433,10.23197],[50.51220,10.23231],[50.51280,10.24004],[50.51542,10.24476],[50.51220,10.24450],[50.51225,10.25205],[50.51340,10.25746],[50.50996,10.26107],[50.50456,10.26802],[50.50625,10.27437],[50.50035,10.28527],[50.49975,10.28870],[50.49730,10.29154],[50.49282,10.30587],[50.49462,10.30853],[50.49413,10.31531],[50.49282,10.32432],[50.49495,10.32578],[50.49468,10.33188],[50.49206,10.33145],[50.49053,10.33411],[50.48616,10.33488],[50.48386,10.33874],[50.48321,10.34158],[50.47354,10.33900],[50.46652,10.33753],[50.46324,10.34800],[50.45903,10.35083],[50.45592,10.35392],[50.45466,10.35856],[50.45127,10.35925],[50.44777,10.36414],[50.44592,10.36182],[50.44214,10.36834],[50.43974,10.36757],[50.44122,10.37856],[50.43914,10.38242],[50.43783,10.37770],[50.43394,10.37152],[50.43236,10.37195],[50.43077,10.38148],[50.43006,10.38826],[50.42634,10.40439],[50.42298,10.40558],[50.41784,10.40000],[50.41762,10.39588],[50.41341,10.39622],[50.40597,10.38618],[50.40323,10.38532],[50.40280,10.38807],[50.39886,10.38901],[50.39705,10.39828],[50.39514,10.41133],[50.39432,10.43013],[50.39793,10.43631],[50.40241,10.43785],[50.40384,10.45090],[50.40095,10.45448],[50.39597,10.45620],[50.39329,10.45336],[50.38858,10.45791],[50.38765,10.46092],[50.38339,10.45937],[50.37736,10.46495],[50.37835,10.46770],[50.37304,10.47422],[50.37364,10.48057],[50.37556,10.48967],[50.37479,10.49310],[50.37233,10.48924],[50.36915,10.49061],[50.36959,10.49705],[50.36445,10.49680],[50.36023,10.49001],[50.35497,10.49242],[50.35925,10.49868],[50.35377,10.50392],[50.35820,10.50718],[50.36056,10.51327],[50.35081,10.51525],[50.35481,10.51834],[50.35530,10.52237],[50.35875,10.52563],[50.36193,10.52606],[50.36603,10.53164],[50.36582,10.53593],[50.36335,10.53722],[50.36461,10.54417],[50.35886,10.55301],[50.35459,10.55602],[50.35021,10.55147],[50.34583,10.55113],[50.33980,10.55825],[50.33838,10.56091],[50.33799,10.57121],[50.33515,10.57954],[50.33350,10.58340],[50.33460,10.58975],[50.33345,10.59610],[50.33454,10.60228],[50.32194,10.59550],[50.31920,10.59670],[50.31668,10.59318],[50.31339,10.59541],[50.31087,10.59275],[50.30703,10.59335],[50.30697,10.59687],[50.29299,10.60606],[50.28954,10.60177],[50.28838,10.59790],[50.28416,10.59842],[50.28444,10.60134],[50.28158,10.60194],[50.27813,10.59499],[50.27067,10.59215],[50.27012,10.59430],[50.27242,10.60855],[50.27116,10.60812],[50.26952,10.60245],[50.26705,10.60262],[50.26447,10.59945],[50.26200,10.59928],[50.26123,10.60297],[50.25750,10.60683],[50.25262,10.60820],[50.25130,10.61207],[50.24888,10.61232],[50.24515,10.60365],[50.24570,10.59868],[50.24186,10.60357],[50.23379,10.60795],[50.23121,10.60812],[50.22441,10.61287],[50.22342,10.63664],[50.22754,10.64505],[50.23210,10.66008],[50.22639,10.66282],[50.22370,10.65973],[50.22161,10.67115],[50.22381,10.67449],[50.22397,10.68050],[50.22650,10.68703],[50.22430,10.68685],[50.21941,10.68771],[50.21233,10.69621],[50.21299,10.70007],[50.21068,10.70454],[50.21077,10.70934],[50.20753,10.71603],[50.20478,10.71741],[50.20555,10.72316],[50.21050,10.72685],[50.21204,10.72977],[50.22423,10.72771],[50.23010,10.72857],[50.23043,10.72694],[50.23916,10.72728],[50.24081,10.72496],[50.24399,10.73003],[50.24772,10.72539],[50.25228,10.73226],[50.24954,10.74599],[50.24745,10.75028],[50.24438,10.74728],[50.24202,10.75380],[50.24251,10.76187],[50.24147,10.77079],[50.24531,10.77783],[50.24838,10.78221],[50.25129,10.78101],[50.25129,10.79345],[50.25223,10.80221],[50.24384,10.80751],[50.24093,10.80811],[50.23813,10.82648],[50.23972,10.83137],[50.23983,10.83526],[50.24247,10.83543],[50.24395,10.84590],[50.25196,10.84942],[50.25690,10.85019],[50.26487,10.85025],[50.26805,10.84510],[50.27540,10.84510],[50.27277,10.83591],[50.27332,10.83222],[50.27738,10.82579],[50.27700,10.81609],[50.27732,10.81042],[50.27891,10.81042],[50.27859,10.80536],[50.28040,10.80184],[50.28533,10.80098],[50.28966,10.80407],[50.29180,10.80192],[50.29284,10.79566],[50.29509,10.79351],[50.29339,10.78793],[50.29449,10.78321],[50.29416,10.77480],[50.29213,10.77351],[50.29295,10.76897],[50.29515,10.76665],[50.29822,10.76193],[50.30354,10.75867],[50.30551,10.75334],[50.31083,10.74665],[50.31554,10.74073],[50.31412,10.73644],[50.31488,10.73232],[50.31795,10.72631],[50.31801,10.72021],[50.32009,10.71755],[50.32091,10.71481],[50.32541,10.71326],[50.32809,10.71549],[50.33302,10.71412],[50.33450,10.72193],[50.33642,10.72296],[50.33855,10.72742],[50.34217,10.72579],[50.34491,10.72742],[50.34710,10.72596],[50.34854,10.72785],[50.34876,10.71910],[50.34701,10.71867],[50.34624,10.71421],[50.34849,10.71257],[50.35495,10.71180],[50.35583,10.71730],[50.36196,10.71429],[50.36437,10.71455],[50.36311,10.72837],[50.36344,10.73463],[50.36311,10.73995],[50.35811,10.74908],[50.35860,10.75517],[50.36276,10.76007],[50.36802,10.76187],[50.37125,10.76419],[50.37240,10.76582],[50.37103,10.76719],[50.37207,10.77363],[50.37620,10.77680],[50.38183,10.78109],[50.38561,10.78590],[50.38402,10.78710],[50.38200,10.79225],[50.38129,10.79886],[50.37948,10.80186],[50.37986,10.80556],[50.38282,10.80950],[50.38452,10.81062],[50.38670,10.81689],[50.38506,10.81972],[50.38966,10.82461],[50.39349,10.83096],[50.39130,10.83671],[50.39075,10.85044],[50.38868,10.85105],[50.38796,10.85929],[50.38955,10.86478],[50.39420,10.86735],[50.39694,10.87182],[50.39716,10.87594],[50.39327,10.87860],[50.39355,10.88143],[50.39081,10.88864],[50.38764,10.88366],[50.38550,10.88830],[50.38085,10.89302],[50.38512,10.89937],[50.38764,10.90881],[50.38583,10.91173],[50.38753,10.91508],[50.39086,10.92435],[50.39294,10.93387],[50.39229,10.93902],[50.38802,10.94357],[50.38391,10.95027],[50.38162,10.95018],[50.37762,10.95584],[50.37817,10.96220],[50.37642,10.96408],[50.37149,10.96400],[50.36804,10.95679],[50.36799,10.96185],[50.36574,10.96357],[50.35495,10.97953],[50.34794,10.98597],[50.34964,10.99292],[50.34740,10.99567],[50.35134,10.99799],[50.35473,10.99258],[50.35912,10.99318],[50.36065,10.99138],[50.36629,10.99344],[50.36618,10.99859],[50.36486,11.00202],[50.36590,11.00915],[50.36339,11.01327],[50.36322,11.01756],[50.36092,11.03704],[50.35775,11.03661],[50.35523,11.03266],[50.35386,11.04391],[50.35161,11.04459],[50.35134,11.03189],[50.34625,11.03859],[50.34723,11.04125],[50.34614,11.04288],[50.34975,11.06030],[50.35178,11.06906],[50.35473,11.07412],[50.35211,11.08227],[50.35435,11.08107],[50.35769,11.08373],[50.35933,11.08614],[50.36109,11.08485],[50.36366,11.08699],[50.36651,11.08974],[50.36585,11.09566],[50.36777,11.09970],[50.36760,11.11034],[50.36684,11.11652],[50.36048,11.11927],[50.35813,11.12055],[50.35260,11.11635],[50.34915,11.11841],[50.35085,11.12270],[50.35714,11.12536],[50.35424,11.13523],[50.35380,11.13961],[50.34931,11.13798],[50.34225,11.14544],[50.33365,11.15557],[50.33103,11.16004],[50.32654,11.15875],[50.32500,11.15978],[50.32309,11.15901],[50.32172,11.15197],[50.32046,11.15034],[50.31783,11.14193],[50.31366,11.13532],[50.31311,11.13652],[50.31207,11.13291],[50.30527,11.13120],[50.29974,11.13309],[50.30050,11.13815],[50.29513,11.14090],[50.29283,11.14364],[50.28855,11.14236],[50.28564,11.14622],[50.28647,11.15068],[50.28471,11.15403],[50.28734,11.15574],[50.28959,11.15866],[50.28548,11.16175],[50.28334,11.16630],[50.28416,11.17094],[50.28180,11.17763],[50.28115,11.18476],[50.27550,11.18132],[50.27232,11.17583],[50.27012,11.17591],[50.27061,11.18553],[50.26974,11.18819],[50.27478,11.18896],[50.27747,11.19033],[50.27950,11.18896],[50.28427,11.19145],[50.29217,11.19712],[50.29020,11.20347],[50.28471,11.21342],[50.28466,11.21832],[50.28224,11.21651],[50.28076,11.22244],[50.27692,11.22544],[50.27577,11.23617],[50.27248,11.23943],[50.26760,11.24921],[50.26831,11.25419],[50.27182,11.25591],[50.27407,11.25908],[50.27555,11.26132],[50.27923,11.25891],[50.28515,11.25908],[50.28734,11.25891],[50.28882,11.25625],[50.29096,11.25660],[50.29370,11.25102],[50.29606,11.25333],[50.29952,11.25042],[50.30034,11.26003],[50.30308,11.26346],[50.30319,11.26595],[50.30725,11.27007],[50.30977,11.26569],[50.31163,11.26604],[50.31234,11.26243],[50.31887,11.26132],[50.32259,11.25565],[50.32391,11.25763],[50.32517,11.26235],[50.32742,11.26089],[50.33180,11.26003],[50.33547,11.26200],[50.33810,11.26060],[50.33848,11.26618],[50.33705,11.26884],[50.33629,11.27631],[50.35135,11.26601],[50.35075,11.26197],[50.35256,11.26197],[50.35447,11.26764],[50.35551,11.27382],[50.35595,11.27802],[50.36044,11.28343],[50.36679,11.27862],[50.37052,11.28043],[50.37303,11.27794],[50.37638,11.27634],[50.37994,11.27608],[50.38492,11.27136],[50.38678,11.26364],[50.39105,11.26372],[50.39406,11.26690],[50.39395,11.27042],[50.39658,11.26544],[50.39756,11.26003],[50.40014,11.25737],[50.40227,11.26038],[50.40479,11.25986],[50.40747,11.26295],[50.41020,11.26329],[50.41764,11.26647],[50.42371,11.26595],[50.42874,11.26638],[50.43475,11.26681],[50.43864,11.26329],[50.44213,11.26347],[50.44427,11.25600],[50.44738,11.25119],[50.44929,11.24467],[50.45099,11.24699],[50.45629,11.25420],[50.46454,11.25059],[50.46984,11.24458],[50.47487,11.24561],[50.47918,11.24733],[50.48147,11.25239],[50.48218,11.25943],[50.47989,11.26664],[50.48281,11.27275],[50.48324,11.27455],[50.48357,11.27747],[50.48619,11.28992],[50.47926,11.29241],[50.47592,11.29121],[50.48106,11.29395],[50.48182,11.29618],[50.48095,11.29730],[50.48275,11.29799],[50.48636,11.30245],[50.48718,11.29953],[50.48903,11.30065],[50.48974,11.32065],[50.49821,11.32416],[50.50012,11.32090],[50.50907,11.32090],[50.51082,11.32434],[50.51000,11.33730],[50.51202,11.34674],[50.51676,11.34433],[50.51868,11.34330],[50.52086,11.34382],[50.52239,11.34648],[50.52075,11.34923],[50.52075,11.35704],[50.52129,11.35978],[50.52129,11.36227],[50.52331,11.36983],[50.52292,11.37586],[50.51953,11.38247],[50.51615,11.38693],[50.51768,11.38976],[50.52013,11.39732],[50.51784,11.39654],[50.51626,11.39843],[50.51588,11.40478],[50.51571,11.41251],[50.51697,11.41955],[50.51506,11.42650],[50.50922,11.43191],[50.50458,11.43474],[50.50010,11.44221],[50.49197,11.43611],[50.49251,11.42066],[50.48489,11.42526],[50.48363,11.42706],[50.48123,11.41951],[50.47806,11.42088],[50.47162,11.42036],[50.46763,11.41607],[50.46506,11.41976],[50.46375,11.42457],[50.45807,11.42268],[50.45228,11.41925],[50.44386,11.42071],[50.44096,11.42740],[50.43921,11.44208],[50.43150,11.45169],[50.42806,11.45032],[50.42505,11.44517],[50.42106,11.44311],[50.42467,11.44560],[50.42702,11.45238],[50.42872,11.46036],[50.43271,11.46259],[50.43331,11.46697],[50.43232,11.47487],[50.43418,11.47572],[50.43189,11.48242],[50.43014,11.48354],[50.42516,11.48079],[50.42019,11.48551],[50.41756,11.48860],[50.41280,11.48748],[50.40957,11.48457],[50.40689,11.48019],[50.40104,11.47942],[50.39623,11.48903],[50.39989,11.49555],[50.39962,11.50353],[50.39655,11.50654],[50.39655,11.51838],[50.39541,11.51958],[50.38818,11.51864],[50.38473,11.52121],[50.37943,11.52079],[50.37729,11.51890],[50.37423,11.52053],[50.37702,11.52791],[50.37997,11.53109],[50.38178,11.53460],[50.38473,11.54799],[50.38337,11.55306],[50.38435,11.55555],[50.38419,11.55847],[50.38769,11.56499],[50.38950,11.56482],[50.39721,11.56765],[50.40055,11.57211],[50.39934,11.58104],[50.40323,11.59348],[50.39847,11.60739],[50.39382,11.61039],[50.39043,11.61760],[50.38698,11.62284],[50.38900,11.62687],[50.38868,11.63254],[50.39059,11.63949],[50.39300,11.65065],[50.39355,11.66241],[50.39502,11.67511],[50.39327,11.68378],[50.39568,11.68704],[50.39557,11.69176],[50.39655,11.69528],[50.40022,11.69708],[50.40274,11.70395],[50.40400,11.70781],[50.40274,11.71107],[50.39770,11.71339],[50.39951,11.71657],[50.40006,11.72335],[50.40219,11.72961],[50.40793,11.73682],[50.41018,11.74068],[50.41094,11.74592],[50.40837,11.74566],[50.40766,11.75176],[50.40602,11.75425],[50.40555,11.76187],[50.40763,11.75998],[50.41288,11.75054],[50.41490,11.74994],[50.41660,11.75303],[50.41572,11.75861],[50.41299,11.76899],[50.41151,11.77225],[50.41217,11.77302],[50.41550,11.77388],[50.41840,11.77895],[50.41884,11.78126],[50.41561,11.78470],[50.41572,11.78950],[50.41698,11.78916],[50.41835,11.79208],[50.41824,11.79517],[50.41693,11.79895],[50.41468,11.79929],[50.41386,11.80186],[50.40867,11.80684],[50.40741,11.80967],[50.40282,11.81455],[50.40019,11.81755],[50.40178,11.82038],[50.40489,11.82485],[50.40254,11.82716],[50.39981,11.82845],[50.39833,11.82476],[50.39669,11.82158],[50.39472,11.81901],[50.39237,11.81927],[50.39072,11.82133],[50.38990,11.82433],[50.39220,11.82579],[50.39499,11.83111],[50.39543,11.83334],[50.39461,11.83454],[50.39680,11.83712],[50.40024,11.84708],[50.40265,11.85403],[50.40019,11.85755],[50.40128,11.86630],[50.40533,11.86750],[50.40686,11.87188],[50.40993,11.87694],[50.41283,11.87883],[50.41583,11.88167],[50.41676,11.88690],[50.41633,11.89205],[50.41698,11.90063],[50.42054,11.90613],[50.42431,11.91471],[50.42497,11.91960],[50.42393,11.92441],[50.42185,11.92964],[50.42393,11.93600],[50.41851,11.93994],[50.41638,11.94621],[50.41299,11.94432],[50.41020,11.94758],[50.40736,11.95548],[50.40287,11.95265],[50.39899,11.94844],[50.39548,11.94999],[50.39696,11.95273],[50.39745,11.95977],[50.39641,11.96123],[50.39910,11.96295],[50.40046,11.96544],[50.39795,11.96938],[50.39510,11.96998],[50.38936,11.97634],[50.39040,11.98217],[50.38996,11.98466],[50.38695,11.98303],[50.38383,11.98157],[50.38104,11.98217],[50.38000,11.98028],[50.37808,11.98123],[50.37726,11.98475],[50.37463,11.98569],[50.36905,11.97977],[50.36505,11.98586],[50.36215,11.98020],[50.35881,11.98209],[50.35317,11.97582],[50.35213,11.97471],[50.34895,11.97994],[50.35065,11.98380],[50.35459,11.99882],[50.35240,11.99891],[50.34780,11.99659],[50.34638,12.00045],[50.34600,12.00749],[50.34797,12.01187],[50.34742,12.01625],[50.34495,12.01427],[50.34353,12.01642],[50.33975,12.02260],[50.34139,12.02783],[50.33893,12.03170],[50.33608,12.03024],[50.33077,12.03281],[50.33099,12.03839],[50.33674,12.03745],[50.33115,12.04406],[50.32918,12.04706],[50.32709,12.04663],[50.32562,12.04852],[50.32890,12.04826],[50.33186,12.04509],[50.33131,12.04946],[50.33126,12.05384],[50.32830,12.05547],[50.33246,12.05650],[50.33038,12.06097],[50.33356,12.06328],[50.32841,12.07805],[50.32841,12.08148],[50.33060,12.08122],[50.33334,12.08920],[50.33274,12.09272],[50.33011,12.09178],[50.32868,12.09427],[50.32479,12.09195],[50.32562,12.09573],[50.32348,12.09624],[50.32375,12.09907],[50.31948,12.09993],[50.31718,12.10294],[50.31515,12.10603],[50.31438,12.11298],[50.31076,12.12173],[50.30665,12.12723],[50.30386,12.12439],[50.29870,12.12019],[50.28971,12.12474],[50.28428,12.13615],[50.27759,12.14113],[50.27369,12.13796],[50.26759,12.12087],[50.26611,12.12018],[50.26726,12.11477],[50.26270,12.10567],[50.26216,12.09821],[50.25705,12.10482],[50.25376,12.10190],[50.25178,12.09246],[50.24690,12.09812],[50.24805,12.10473],[50.24591,12.10859],[50.23784,12.10954],[50.23674,12.11975],[50.23175,12.13323],[50.23147,12.14009],[50.23416,12.14001],[50.23685,12.15031],[50.23471,12.15348],[50.23224,12.14893],[50.22988,12.14678],[50.22977,12.15313],[50.22626,12.15957],[50.22351,12.15802],[50.22351,12.16249],[50.22247,12.16223],[50.21967,12.16180],[50.21945,12.16498],[50.21681,12.16506],[50.21385,12.16017],[50.21264,12.16068],[50.21440,12.16532],[50.21330,12.17673],[50.20643,12.17948],[50.20550,12.18583],[50.20253,12.18763],[50.20039,12.18360],[50.20099,12.19141],[50.19885,12.19905],[50.19687,12.19742],[50.19682,12.19098],[50.19412,12.19167],[50.19061,12.19982],[50.18422,12.20480],[50.17608,12.20703],[50.17405,12.20918],[50.16926,12.20918],[50.16954,12.21716],[50.16668,12.21681],[50.15821,12.21278],[50.15211,12.20154],[50.15007,12.20523],[50.14820,12.20325],[50.14479,12.20420],[50.14540,12.20016],[50.14309,12.19870],[50.14232,12.19510],[50.13459,12.19824],[50.12232,12.19772],[50.11561,12.20356],[50.10999,12.20055],[50.10625,12.20879],[50.10289,12.20999],[50.10473,12.22147],[50.10203,12.23142],[50.09691,12.22842],[50.09498,12.23460],[50.09812,12.24653],[50.09597,12.25005],[50.09388,12.24601],[50.09274,12.25299],[50.08778,12.25437],[50.07930,12.26801],[50.07660,12.27711],[50.06255,12.26106],[50.05903,12.26183],[50.06321,12.26981],[50.05743,12.27994],[50.05952,12.30033],[50.05489,12.31329],[50.05395,12.31810],[50.04910,12.32119],[50.04469,12.31715],[50.03902,12.32642],[50.03323,12.32625],[50.03576,12.33458],[50.04078,12.33647],[50.03758,12.34625],[50.03422,12.35080],[50.03135,12.35131],[50.02771,12.35844],[50.02374,12.36685],[50.01861,12.36874],[50.02010,12.37904],[50.01547,12.38015],[50.01338,12.38711],[50.01580,12.40007],[50.01371,12.40470],[50.00918,12.39878],[50.00819,12.40367],[50.00609,12.40359],[50.00532,12.41637],[50.00102,12.42393],[50.00350,12.43242],[50.00041,12.43285],[49.99854,12.43852],[49.99318,12.43594],[49.99098,12.42779],[49.98695,12.43440],[49.98480,12.43294],[49.98739,12.44092],[49.99230,12.45276],[49.99407,12.45345],[49.99600,12.46152],[49.99175,12.46976],[49.99037,12.47096],[49.98927,12.46942],[49.98140,12.47691],[49.98262,12.49098],[49.97147,12.50060],[49.96948,12.49519],[49.96363,12.49347],[49.95761,12.49098],[49.95783,12.48189],[49.95525,12.47804],[49.95073,12.47435],[49.94758,12.46988],[49.93592,12.47821],[49.93725,12.49529],[49.93310,12.49349],[49.93261,12.50138],[49.92786,12.51117],[49.92841,12.52344],[49.92404,12.54404],[49.91914,12.54975],[49.90870,12.55181],[49.90101,12.55095],[49.89084,12.54074],[49.88841,12.53258],[49.87912,12.52022],[49.87049,12.51936],[49.86307,12.51696],[49.85643,12.50941],[49.85577,12.49876],[49.83673,12.49979],[49.84193,12.48194],[49.83385,12.47611],[49.82931,12.47593],[49.82245,12.47662],[49.81358,12.47267],[49.81104,12.46563],[49.80428,12.46907],[49.80273,12.47181],[49.79896,12.47199],[49.79519,12.46666],[49.79176,12.47525],[49.78478,12.47336],[49.78511,12.46752],[49.76238,12.40607],[49.75817,12.40281],[49.75307,12.40366],[49.74874,12.40658],[49.74220,12.40607],[49.73621,12.41328],[49.73254,12.41465],[49.73110,12.42650],[49.70562,12.44141],[49.70162,12.45257],[49.70262,12.45737],[49.69474,12.48553],[49.68830,12.48793],[49.68663,12.49806],[49.68807,12.51745],[49.68663,12.52398],[49.67730,12.52432],[49.66697,12.53119],[49.66008,12.52398],[49.65363,12.52604],[49.64552,12.51900],[49.64074,12.52947],[49.63685,12.52964],[49.63285,12.52346],[49.62840,12.52552],[49.62751,12.53599],[49.62106,12.52999],[49.61806,12.53256],[49.62273,12.54561],[49.62050,12.56123],[49.61450,12.55934],[49.60727,12.56569],[49.59737,12.56552],[49.58691,12.57839],[49.56923,12.57251],[49.55921,12.57680],[49.55331,12.58384],[49.54017,12.59688],[49.53749,12.59105],[49.53125,12.61079],[49.52825,12.62898],[49.53348,12.63001],[49.53259,12.63757],[49.52702,12.64478],[49.51955,12.64563],[49.50261,12.64186],[49.49856,12.64186],[49.49477,12.64632],[49.48362,12.64512],[49.48161,12.63911],[49.47771,12.63568],[49.47024,12.64460],[49.46990,12.65113],[49.44960,12.65902],[49.44390,12.65885],[49.43542,12.65834],[49.42694,12.67962],[49.42560,12.70915],[49.41644,12.71687],[49.41365,12.71687],[49.41030,12.73541],[49.39549,12.75920],[49.38298,12.76349],[49.37504,12.75954],[49.36599,12.76915],[49.36464,12.77911],[49.35861,12.78529],[49.35514,12.77945],[49.34731,12.78117],[49.34273,12.80211],[49.34183,12.83730],[49.34608,12.84383],[49.34508,12.85035],[49.33971,12.85361],[49.34038,12.85790],[49.33289,12.87764],[49.33412,12.88777],[49.34541,12.87696],[49.35134,12.87884],[49.35134,12.88657],[49.34955,12.90785],[49.34429,12.91970],[49.34631,12.92811],[49.34318,12.93841],[49.34530,12.94236],[49.34286,12.95235],[49.33772,12.96042],[49.33436,12.97433],[49.32351,12.99063],[49.31165,13.00694],[49.30751,13.00729],[49.30560,13.03149],[49.28668,13.03166],[49.27829,13.02771],[49.26529,13.03458],[49.26619,13.05398],[49.26115,13.05930],[49.25252,13.05981],[49.24927,13.06908],[49.24748,13.08196],[49.23650,13.09054],[49.22887,13.08848],[49.21901,13.11578],[49.21407,13.11629],[49.20454,13.11200],[49.19972,13.11921],[49.19736,13.13363],[49.18480,13.14873],[49.17515,13.16384],[49.17537,13.17122],[49.16684,13.17775],[49.15921,13.17689],[49.14383,13.17260],[49.12350,13.20521],[49.11440,13.23714],[49.11934,13.26100],[49.12181,13.28057],[49.11844,13.29121],[49.10507,13.31284],[49.10485,13.31954],[49.09001,13.34529],[49.08180,13.34958],[49.07865,13.35541],[49.07236,13.36365],[49.06730,13.37224],[49.05909,13.37739],[49.05447,13.39541],[49.04772,13.40022],[49.03580,13.40108],[49.02386,13.40743],[49.01801,13.40176],[49.01216,13.40451],[49.00653,13.41120],[48.99954,13.40914],[48.99279,13.40296],[48.98794,13.40434],[48.98040,13.41635],[48.97859,13.42545],[48.97352,13.42889],[48.97059,13.43730],[48.96304,13.46133],[48.95346,13.47317],[48.95267,13.48588],[48.94658,13.48862],[48.94264,13.49807],[48.94343,13.50665],[48.95267,13.50562],[48.96214,13.50304],[48.96947,13.50545],[48.97003,13.51678],[48.97589,13.53377],[48.97352,13.53789],[48.96766,13.54613],[48.96766,13.55368],[48.97161,13.56158],[48.96732,13.57119],[48.97081,13.57605],[48.97171,13.58154],[48.96337,13.59339],[48.95965,13.59476],[48.95537,13.59030],[48.94274,13.60472],[48.94545,13.60867],[48.94962,13.62206],[48.94984,13.63047],[48.94714,13.63356],[48.93958,13.62206],[48.93147,13.63219],[48.92537,13.63888],[48.91082,13.64695],[48.89424,13.65553],[48.89457,13.66343],[48.89141,13.66995],[48.88024,13.67150],[48.87967,13.67853],[48.88013,13.68471],[48.87990,13.69072],[48.88261,13.69896],[48.87945,13.71905],[48.88814,13.73106],[48.88588,13.74016],[48.87911,13.73947],[48.87426,13.74668],[48.86421,13.75303],[48.85901,13.75012],[48.85540,13.75578],[48.83721,13.76660],[48.83337,13.76848],[48.83371,13.77878],[48.83009,13.79441],[48.82557,13.79166],[48.81800,13.79915],[48.81404,13.79863],[48.79618,13.81717],[48.78034,13.80790],[48.77491,13.81391],[48.77152,13.83554],[48.77134,13.83877],[48.76500,13.83705],[48.75538,13.81971],[48.73070,13.81611],[48.71517,13.79320],[48.70781,13.80333],[48.70759,13.81105],[48.70203,13.80865],[48.69807,13.81981],[48.69954,13.83440],[48.69331,13.83079],[48.69614,13.81569],[48.69002,13.81345],[48.68130,13.81242],[48.67858,13.81654],[48.66668,13.81637],[48.65341,13.81363],[48.64561,13.81426],[48.64175,13.82095],[48.63347,13.82507],[48.62292,13.82250],[48.61566,13.82198],[48.61588,13.81443],[48.61009,13.81272],[48.60601,13.80791],[48.59681,13.80121],[48.59034,13.80018],[48.58750,13.80430],[48.57899,13.80413],[48.57422,13.79933],[48.57194,13.79006],[48.56606,13.77976],[48.56185,13.77855],[48.55867,13.77255],[48.55469,13.77014],[48.56356,13.76396],[48.56719,13.76002],[48.56299,13.75263],[48.55583,13.74680],[48.55197,13.74645],[48.55106,13.75298],[48.54629,13.74268],[48.53981,13.74405],[48.53799,13.74731],[48.52958,13.74645],[48.52605,13.73289],[48.51264,13.72654],[48.51900,13.70234],[48.53572,13.66388],[48.54072,13.65856],[48.55049,13.65221],[48.55448,13.62391],[48.56505,13.60881],[48.56868,13.60039],[48.56846,13.59181],[48.56482,13.58512],[48.56016,13.58220],[48.56039,13.56932],[48.56755,13.55902],[48.57061,13.54993],[48.58095,13.53722],[48.58890,13.52263],[48.59094,13.51302],[48.58788,13.50392],[48.58152,13.50272],[48.57743,13.50821],[48.57198,13.50375],[48.56823,13.49293],[48.56437,13.49259],[48.56119,13.48504],[48.56323,13.47954],[48.56164,13.47508],[48.55710,13.47714],[48.55482,13.47319],[48.55357,13.46427],[48.55732,13.45551],[48.56346,13.45019],[48.55960,13.44178],[48.55778,13.43783],[48.55221,13.43646],[48.54312,13.44350],[48.53380,13.44950],[48.52902,13.44453],[48.51891,13.45002],[48.51265,13.45877],[48.49794,13.44901],[48.48041,13.44043],[48.46095,13.42841],[48.45321,13.42738],[48.43898,13.43957],[48.42998,13.43991],[48.40576,13.42278],[48.37908,13.41608],[48.36859,13.40115],[48.35164,13.36535],[48.33395,13.34492],[48.31877,13.32243],[48.30427,13.28484],[48.29285,13.25445],[48.29525,13.18304],[48.28984,13.16319],[48.27830,13.12817],[48.27830,13.08388],[48.27214,13.06894],[48.26528,13.05538],[48.25911,13.02603],[48.25317,13.01144],[48.24711,13.00818],[48.23899,13.00011],[48.21841,12.97058],[48.20971,12.95839],[48.20662,12.94380],[48.20605,12.90930],[48.20376,12.89488],[48.20273,12.87222],[48.19705,12.86335],[48.18710,12.86147],[48.18241,12.85683],[48.17680,12.85134],[48.16798,12.84791],[48.16523,12.84396],[48.16546,12.83743],[48.16340,12.83434],[48.15940,12.83589],[48.15470,12.83160],[48.15126,12.82456],[48.15104,12.81512],[48.15012,12.80696],[48.14605,12.79860],[48.14350,12.79765],[48.13929,12.79786],[48.12406,12.78683],[48.12294,12.78426],[48.12391,12.78091],[48.12744,12.77486],[48.12858,12.76666],[48.12795,12.76198],[48.12646,12.75894],[48.12451,12.75791],[48.11970,12.75924],[48.11525,12.75547],[48.11167,12.74937],[48.10671,12.74946],[48.08281,12.75400],[48.07212,12.76177],[48.05913,12.78095],[48.03170,12.82773],[48.01917,12.84715],[48.00978,12.85594],[47.99408,12.86118],[47.97100,12.86866],[47.96431,12.87272],[47.95982,12.88310],[47.95773,12.90203],[47.95645,12.91518],[47.95335,12.91965],[47.95074,12.92085],[47.94499,12.91917],[47.94082,12.92020],[47.93944,12.92256],[47.93910,12.92698],[47.93996,12.93342],[47.94240,12.93497],[47.94396,12.93561],[47.94401,12.93715],[47.94255,12.93848],[47.93947,12.93891],[47.93165,12.94072],[47.92346,12.94539],[47.91658,12.95050],[47.90214,12.96552],[47.87854,12.98028],[47.86306,12.99307],[47.85384,13.00234],[47.84954,13.00400],[47.84516,13.00486],[47.84072,13.00263],[47.83496,12.99421],[47.83058,12.98709],[47.82741,12.98426],[47.82085,12.98039],[47.80853,12.97182],[47.79954,12.96401],[47.79418,12.95645],[47.79072,12.95096],[47.78645,12.94744],[47.78610,12.94203],[47.78449,12.93886],[47.78253,12.93843],[47.77866,12.93997],[47.77760,12.93869],[47.77598,12.93272],[47.77315,12.92920],[47.76966,12.92766],[47.76998,12.92963],[47.77073,12.93053],[47.77085,12.93319],[47.77258,12.93452],[47.77223,12.93598],[47.77027,12.93495],[47.77111,12.94242],[47.76436,12.94495],[47.75970,12.94080],[47.75846,12.93715],[47.75722,12.93831],[47.75420,12.93641],[47.74909,12.93645],[47.74716,12.93528],[47.74789,12.93408],[47.74711,12.93271],[47.74607,12.93224],[47.74537,12.93112],[47.74460,12.93112],[47.74474,12.92773],[47.74408,12.92159],[47.74312,12.92112],[47.74246,12.91880],[47.74145,12.91739],[47.73903,12.91662],[47.73900,12.91546],[47.73701,12.91443],[47.73675,12.91267],[47.73571,12.91258],[47.73510,12.91168],[47.73374,12.91155],[47.73334,12.91198],[47.73129,12.91099],[47.72892,12.90769],[47.72803,12.90589],[47.72762,12.90576],[47.72728,12.90481],[47.72465,12.90499],[47.72329,12.90563],[47.72295,12.90722],[47.72226,12.90895],[47.72024,12.91139],[47.71822,12.91315],[47.71750,12.91358],[47.71718,12.91624],[47.71640,12.91753],[47.71507,12.91852],[47.71438,12.92152],[47.71441,12.92268],[47.71219,12.92440],[47.71126,12.92431],[47.71034,12.92586],[47.71069,12.92676],[47.71005,12.92800],[47.70988,12.93302],[47.71213,12.94010],[47.71173,12.94418],[47.71230,12.94603],[47.71207,12.94779],[47.71126,12.94864],[47.71089,12.95092],[47.70835,12.95487],[47.70786,12.95663],[47.70947,12.95929],[47.70962,12.96289],[47.70817,12.96693],[47.70809,12.96984],[47.70734,12.97362],[47.70788,12.97581],[47.70757,12.98734],[47.70895,12.99124],[47.70991,12.99116],[47.71207,12.99326],[47.71354,12.99506],[47.71352,13.00197],[47.71710,13.00532],[47.71802,13.00438],[47.72157,13.00802],[47.72229,13.00832],[47.72333,13.01017],[47.72258,13.01270],[47.72325,13.01884],[47.72189,13.01931],[47.72091,13.02377],[47.71701,13.02721],[47.71597,13.02897],[47.71710,13.03073],[47.71554,13.03927],[47.71464,13.04094],[47.71404,13.04351],[47.71285,13.04270],[47.71274,13.04583],[47.71054,13.04978],[47.70907,13.04836],[47.70696,13.05206],[47.70523,13.05296],[47.70413,13.05587],[47.70121,13.05725],[47.69701,13.06160],[47.69588,13.06487],[47.69221,13.06933],[47.69201,13.07482],[47.68687,13.08100],[47.68355,13.07980],[47.68187,13.08014],[47.68126,13.07920],[47.67736,13.07825],[47.67444,13.07856],[47.67286,13.07757],[47.66736,13.07800],[47.66274,13.08023],[47.66051,13.08469],[47.65638,13.08783],[47.65387,13.08984],[47.65031,13.08894],[47.64736,13.09036],[47.64447,13.09237],[47.64230,13.09649],[47.63869,13.09831],[47.63505,13.09891],[47.62785,13.09608],[47.61981,13.08389],[47.61872,13.08085],[47.61652,13.07956],[47.61371,13.07685],[47.61073,13.07231],[47.60735,13.07201],[47.60474,13.06952],[47.60292,13.06544],[47.60098,13.06291],[47.59777,13.06475],[47.59580,13.06492],[47.59317,13.06827],[47.59233,13.06896],[47.59215,13.07123],[47.58816,13.07269],[47.58593,13.06947],[47.58567,13.06166],[47.58524,13.05814],[47.58304,13.04394],[47.58043,13.04531],[47.57817,13.04510],[47.57617,13.04235],[47.57195,13.04441],[47.57114,13.04613],[47.56937,13.04741],[47.56818,13.04772],[47.56540,13.04990],[47.56291,13.05171],[47.56228,13.05806],[47.56138,13.05690],[47.55871,13.05595],[47.55703,13.05613],[47.54956,13.04523],[47.54715,13.04562],[47.54252,13.03824],[47.54061,13.03832],[47.53418,13.03214],[47.53186,13.03240],[47.52792,13.03875],[47.52386,13.04734],[47.52021,13.04708],[47.51656,13.04356],[47.51609,13.04708],[47.50163,13.04735],[47.49838,13.04889],[47.49392,13.04709],[47.49166,13.04846],[47.48806,13.04280],[47.48829,13.03610],[47.48667,13.03379],[47.48609,13.02675],[47.48290,13.02640],[47.47739,13.02228],[47.47617,13.01851],[47.47101,13.01628],[47.46845,13.01096],[47.46410,13.00684],[47.46271,13.00254],[47.46375,12.99997],[47.46927,12.99705],[47.47153,12.99259],[47.47808,12.99448],[47.47727,12.98847],[47.48023,12.98443],[47.48185,12.98383],[47.48238,12.97817],[47.48476,12.97697],[47.48383,12.97379],[47.48098,12.97508],[47.47849,12.97328],[47.47431,12.97345],[47.47348,12.97124],[47.47632,12.96043],[47.47951,12.95099],[47.48763,12.93271],[47.48804,12.92927],[47.48995,12.92747],[47.49094,12.92361],[47.49593,12.91159],[47.49668,12.90790],[47.51310,12.88370],[47.51907,12.88404],[47.52173,12.87949],[47.52370,12.86782],[47.52556,12.86361],[47.52770,12.86344],[47.52649,12.85889],[47.52689,12.85640],[47.53222,12.84988],[47.53755,12.84893],[47.54149,12.84825],[47.54567,12.84722],[47.54613,12.84276],[47.54456,12.83503],[47.54439,12.82662],[47.54503,12.82164],[47.54462,12.81752],[47.54807,12.80690],[47.55711,12.79308],[47.56487,12.79230],[47.56603,12.78810],[47.56910,12.78329],[47.57518,12.77977],[47.58178,12.77806],[47.58652,12.78561],[47.58953,12.78784],[47.59139,12.79316],[47.59359,12.79454],[47.59775,12.79085],[47.60076,12.79308],[47.60551,12.79960],[47.60973,12.80552],[47.61205,12.81273],[47.61020,12.82192],[47.61193,12.82372],[47.62125,12.81076],[47.62573,12.79914],[47.63302,12.78944],[47.63180,12.78438],[47.63244,12.78051],[47.63892,12.77107],[47.64192,12.76884],[47.64331,12.76558],[47.64753,12.76361],[47.65077,12.75794],[47.65470,12.75837],[47.65632,12.76378],[47.65597,12.76721],[47.65771,12.77142],[47.66105,12.77795],[47.66304,12.77740],[47.66697,12.78118],[47.67148,12.78298],[47.67350,12.78041],[47.67032,12.77714],[47.66535,12.77199],[47.66749,12.76607],[47.66639,12.76144],[47.66298,12.75672],[47.66622,12.75483],[47.67015,12.75011],[47.67304,12.74788],[47.67546,12.74410],[47.67593,12.73792],[47.67737,12.73603],[47.67934,12.73260],[47.67841,12.72522],[47.67626,12.71802],[47.67603,12.71450],[47.67892,12.70798],[47.68071,12.70472],[47.67892,12.70017],[47.68193,12.69588],[47.68077,12.68481],[47.68222,12.68283],[47.68037,12.66979],[47.68042,12.66438],[47.67597,12.65768],[47.67360,12.65708],[47.67193,12.65451],[47.66985,12.64824],[47.67291,12.64592],[47.67048,12.63786],[47.67592,12.63082],[47.67274,12.62120],[47.67210,12.61473],[47.67332,12.60838],[47.67285,12.60511],[47.66823,12.60202],[47.66557,12.59627],[47.64775,12.58347],[47.63885,12.58038],[47.63335,12.57823],[47.63191,12.57497],[47.63648,12.53660],[47.62485,12.51188],[47.62479,12.49927],[47.63486,12.49017],[47.63671,12.49068],[47.64943,12.46502],[47.66168,12.45515],[47.66440,12.45301],[47.66781,12.45163],[47.67156,12.44357],[47.67341,12.44537],[47.67405,12.43962],[47.67630,12.43842],[47.67861,12.44048],[47.67971,12.43919],[47.68434,12.44142],[47.68636,12.44048],[47.69283,12.44219],[47.69485,12.43893],[47.69416,12.43258],[47.69618,12.42846],[47.69300,12.41061],[47.69208,12.40099],[47.68856,12.39035],[47.68769,12.38391],[47.68613,12.38048],[47.68480,12.37293],[47.68390,12.36352],[47.69025,12.35682],[47.69071,12.35124],[47.69164,12.35098],[47.69198,12.34515],[47.68990,12.34026],[47.69094,12.33699],[47.69250,12.33468],[47.69666,12.33751],[47.68979,12.29236],[47.68996,12.28464],[47.68725,12.27769],[47.68384,12.27185],[47.68031,12.26807],[47.67789,12.26352],[47.67933,12.25503],[47.68338,12.25279],[47.68713,12.24584],[47.69482,12.24052],[47.71139,12.24679],[47.71624,12.25202],[47.72173,12.25700],[47.72791,12.26189],[47.73235,12.26443],[47.73685,12.26306],[47.74245,12.25714],[47.74141,12.24993],[47.73160,12.23911],[47.71884,12.22787],[47.71745,12.22607],[47.70891,12.20787],[47.70683,12.20186],[47.70798,12.19654],[47.70336,12.18676],[47.70117,12.18556],[47.69995,12.18290],[47.70105,12.16264],[47.68407,12.16659],[47.67783,12.17054],[47.66858,12.18187],[47.65852,12.18547],[47.64048,12.19980],[47.62388,12.20332],[47.61381,12.20856],[47.60814,12.20633],[47.60525,12.20006],[47.60479,12.18393],[47.60073,12.17680],[47.60548,12.17981],[47.61092,12.18032],[47.61416,12.17878],[47.61404,12.16951],[47.61196,12.15938],[47.60926,12.15436],[47.60510,12.13900],[47.60533,12.12784],[47.60903,12.11934],[47.61088,12.11591],[47.60949,12.08321],[47.61071,12.07960],[47.61302,12.07780],[47.61453,12.07033],[47.61673,12.06475],[47.61812,12.06330],[47.61823,12.06021],[47.61644,12.05789],[47.61436,12.05051],[47.61707,12.03849],[47.61545,12.03394],[47.61071,12.02896],[47.61100,12.01952],[47.61806,12.01600],[47.62124,12.01205],[47.62321,12.01102],[47.62407,12.00768],[47.62118,12.00012],[47.61893,11.98244],[47.61245,11.97601],[47.61569,11.97360],[47.61667,11.96751],[47.61525,11.95203],[47.61224,11.93254],[47.61346,11.91366],[47.60767,11.90302],[47.60854,11.89521],[47.60165,11.86525],[47.60071,11.86457],[47.60129,11.85487],[47.58178,11.84757],[47.58167,11.84538],[47.58109,11.84478],[47.58103,11.84109],[47.58161,11.83817],[47.58184,11.82968],[47.58514,11.82804],[47.58474,11.82315],[47.58393,11.81620],[47.58549,11.80744],[47.58729,11.78865],[47.59076,11.78084],[47.58908,11.77200],[47.58943,11.76616],[47.58821,11.75354],[47.58711,11.74548],[47.58885,11.72239],[47.58844,11.70007],[47.58630,11.69072],[47.58325,11.68048],[47.58493,11.67670],[47.58505,11.67027],[47.58337,11.66580],[47.58366,11.65868],[47.58933,11.64941],[47.58875,11.64297],[47.59274,11.64134],[47.59425,11.63568],[47.59217,11.63216],[47.58539,11.63199],[47.58198,11.63473],[47.58012,11.63439],[47.58001,11.62830],[47.58342,11.62358],[47.58360,11.61894],[47.58076,11.61722],[47.57914,11.61233],[47.58128,11.60675],[47.57145,11.60323],[47.56497,11.59851],[47.55645,11.58830],[47.55170,11.59019],[47.54382,11.58564],[47.53913,11.58778],[47.52540,11.58847],[47.51880,11.57714],[47.51387,11.57285],[47.51335,11.56264],[47.51213,11.55328],[47.51254,11.55028],[47.50865,11.53817],[47.50940,11.52264],[47.51074,11.51835],[47.50581,11.51234],[47.50575,11.50891],[47.50465,11.50564],[47.50651,11.50213],[47.50709,11.49449],[47.50604,11.49071],[47.50767,11.48685],[47.50871,11.48693],[47.50888,11.48032],[47.50819,11.46728],[47.50807,11.45895],[47.50709,11.45020],[47.50784,11.44797],[47.51271,11.44367],[47.51694,11.44161],[47.51451,11.43578],[47.50993,11.42900],[47.50575,11.42265],[47.50320,11.42084],[47.49949,11.41518],[47.49595,11.41140],[47.49410,11.40994],[47.48911,11.40702],[47.48534,11.39921],[47.48354,11.39793],[47.47954,11.39029],[47.47588,11.38582],[47.47246,11.38488],[47.46898,11.38900],[47.46720,11.39048],[47.46644,11.39563],[47.46784,11.39846],[47.46708,11.41048],[47.46464,11.40867],[47.46308,11.41125],[47.45501,11.41279],[47.44456,11.42249],[47.44358,11.41957],[47.44613,11.41597],[47.44613,11.40790],[47.44549,11.40541],[47.44752,11.40224],[47.44578,11.38739],[47.44770,11.38653],[47.44874,11.37554],[47.44503,11.37211],[47.44439,11.36370],[47.44683,11.36069],[47.44810,11.35640],[47.44718,11.34962],[47.44868,11.34610],[47.44926,11.33786],[47.44344,11.33158],[47.43885,11.33175],[47.43740,11.32909],[47.43665,11.32188],[47.43113,11.31613],[47.42951,11.30866],[47.43026,11.29991],[47.42742,11.29767],[47.42695,11.29175],[47.42318,11.29141],[47.41842,11.29295],[47.41586,11.29347],[47.41243,11.29132],[47.40668,11.29072],[47.40058,11.28291],[47.39675,11.26969],[47.39884,11.26334],[47.39791,11.25888],[47.39820,11.25124],[47.39750,11.23322],[47.39506,11.23030],[47.39483,11.22506],[47.39669,11.22197],[47.40221,11.22420],[47.40662,11.23030],[47.41133,11.23253],[47.41673,11.23897],[47.42109,11.24128],[47.42800,11.25313],[47.43212,11.24970],[47.43119,11.24000],[47.43177,11.23845],[47.43055,11.22352],[47.43026,11.22043],[47.43305,11.20747],[47.43229,11.20446],[47.42695,11.19854],[47.42562,11.17923],[47.42341,11.17588],[47.42010,11.15408],[47.41345,11.14064],[47.41188,11.13300],[47.41182,11.12828],[47.40595,11.12339],[47.40102,11.12408],[47.39980,11.12502],[47.39637,11.11970],[47.39497,11.11352],[47.39515,11.10365],[47.39404,11.10030],[47.39567,11.07558],[47.39521,11.06597],[47.39585,11.06108],[47.39515,11.05850],[47.39555,11.05275],[47.39352,11.04932],[47.39445,11.04160],[47.39619,11.03859],[47.39323,11.03190],[47.39317,11.02795],[47.39614,11.02469],[47.39631,11.01885],[47.39404,11.00915],[47.39416,11.00040],[47.39730,10.97799],[47.39980,10.96993],[47.40572,10.96975],[47.40834,10.97053],[47.41188,10.96864],[47.41780,10.97147],[47.41879,10.98126],[47.42144,10.98433],[47.42997,10.98347],[47.43885,10.97137],[47.44814,10.96064],[47.45132,10.95802],[47.45637,10.95081],[47.46229,10.93931],[47.46786,10.93200],[47.47117,10.92797],[47.47372,10.92814],[47.48016,10.93827],[47.48242,10.93467],[47.48207,10.92746],[47.48416,10.91681],[47.48521,10.91003],[47.48265,10.89887],[47.48016,10.88909],[47.47813,10.87939],[47.48207,10.86993],[47.48555,10.86907],[47.49460,10.87122],[47.49924,10.87053],[47.50382,10.87714],[47.50573,10.88649],[47.50829,10.89096],[47.50979,10.90349],[47.51078,10.90495],[47.51379,10.91679],[47.51762,10.91808],[47.51895,10.91465],[47.51658,10.90555],[47.51976,10.90263],[47.52266,10.89774],[47.53054,10.89216],[47.53680,10.88984],[47.53535,10.86744],[47.53460,10.86641],[47.53333,10.86109],[47.53414,10.85371],[47.52985,10.84899],[47.52904,10.84584],[47.52753,10.84301],[47.52741,10.84001],[47.52521,10.83898],[47.52765,10.83460],[47.52794,10.82644],[47.52498,10.81254],[47.51942,10.81366],[47.51947,10.80773],[47.52029,10.79494],[47.51600,10.78645],[47.51675,10.78319],[47.51321,10.77726],[47.51559,10.77623],[47.51536,10.77203],[47.52016,10.76250],[47.52271,10.76190],[47.52590,10.76379],[47.53106,10.76078],[47.53448,10.75787],[47.53465,10.75383],[47.53697,10.75014],[47.53772,10.74010],[47.53737,10.73529],[47.53848,10.72903],[47.53726,10.72310],[47.53772,10.71701],[47.54294,10.71040],[47.54346,10.69684],[47.54491,10.69375],[47.55526,10.68986],[47.55630,10.69192],[47.55798,10.69055],[47.55815,10.68669],[47.55555,10.68102],[47.55670,10.67707],[47.55844,10.67681],[47.55827,10.66008],[47.55856,10.64806],[47.55902,10.63828],[47.55844,10.63416],[47.56122,10.62472],[47.56284,10.62472],[47.56603,10.62025],[47.56667,10.61545],[47.56516,10.61356],[47.56586,10.60738],[47.56730,10.60334],[47.56904,10.59776],[47.56615,10.59648],[47.56400,10.59562],[47.56145,10.59141],[47.55867,10.58832],[47.55595,10.58249],[47.55306,10.57974],[47.55016,10.58274],[47.54431,10.58026],[47.53388,10.57399],[47.53307,10.56747],[47.53434,10.56214],[47.53637,10.56283],[47.53596,10.55940],[47.53660,10.55674],[47.53637,10.53614],[47.53498,10.52438],[47.54034,10.48946],[47.55089,10.47212],[47.55251,10.46010],[47.55587,10.45401],[47.55691,10.45581],[47.55981,10.45719],[47.56346,10.46199],[47.56861,10.46800],[47.57087,10.47264],[47.57776,10.47032],[47.58019,10.47049],[47.57950,10.47384],[47.58100,10.47873],[47.58430,10.48173],[47.58459,10.47255],[47.58685,10.47143],[47.58650,10.46766],[47.58506,10.46182],[47.58338,10.45968],[47.58257,10.45521],[47.58349,10.44895],[47.58291,10.44028],[47.58396,10.43736],[47.58199,10.43436],[47.57973,10.43599],[47.57892,10.43470],[47.57736,10.42989],[47.57301,10.43453],[47.56994,10.43333],[47.56873,10.43659],[47.56740,10.44569],[47.55517,10.45109],[47.55570,10.45367],[47.55500,10.45418],[47.52377,10.43916],[47.51884,10.44268],[47.51316,10.44079],[47.50951,10.43667],[47.50603,10.43539],[47.50348,10.43187],[47.49200,10.43796],[47.49101,10.43822],[47.49003,10.44002],[47.48649,10.44105],[47.48440,10.44466],[47.48643,10.45126],[47.48301,10.45744],[47.48289,10.46508],[47.48092,10.46414],[47.47727,10.46852],[47.47402,10.46766],[47.46856,10.47083],[47.46444,10.46689],[47.46212,10.46740],[47.45864,10.46877],[47.45301,10.46663],[47.45075,10.46774],[47.44819,10.47101],[47.44564,10.47075],[47.44309,10.47341],[47.43937,10.47264],[47.43205,10.47667],[47.43101,10.47530],[47.43171,10.47135],[47.43025,10.46603],[47.42724,10.45856],[47.41800,10.45616],[47.41434,10.44594],[47.41318,10.43856],[47.40900,10.43650],[47.40685,10.43856],[47.40209,10.43195],[47.40029,10.43478],[47.39494,10.43067],[47.39105,10.43015],[47.37983,10.43719],[47.38367,10.43067],[47.38268,10.42826],[47.38419,10.42054],[47.38047,10.41762],[47.37791,10.41264],[47.37693,10.40474],[47.37716,10.39977],[47.37460,10.39341],[47.37204,10.39324],[47.36919,10.38904],[47.36594,10.38929],[47.36199,10.38629],[47.35971,10.38773],[47.35569,10.38662],[47.35488,10.38447],[47.35157,10.37915],[47.35157,10.37709],[47.34494,10.37134],[47.34360,10.36799],[47.34069,10.36464],[47.33650,10.35709],[47.33290,10.35675],[47.32114,10.34619],[47.31777,10.34954],[47.31515,10.34705],[47.31358,10.34027],[47.31035,10.33960],[47.30826,10.33574],[47.30471,10.33084],[47.30349,10.32398],[47.30581,10.32261],[47.30552,10.31531],[47.29772,10.30183],[47.29900,10.29625],[47.29388,10.29196],[47.28987,10.28518],[47.28719,10.28158],[47.28771,10.26776],[47.28451,10.26647],[47.28428,10.26270],[47.28142,10.25995],[47.27851,10.24939],[47.27816,10.24433],[47.27676,10.24244],[47.27135,10.23806],[47.27001,10.23223],[47.27548,10.22219],[47.27484,10.20742],[47.27665,10.20107],[47.27385,10.19532],[47.27298,10.19489],[47.27228,10.19026],[47.26983,10.17730],[47.27042,10.17249],[47.27409,10.17223],[47.27647,10.17378],[47.27886,10.17155],[47.28276,10.17541],[47.28992,10.17386],[47.29173,10.17712],[47.29487,10.17790],[47.29679,10.17936],[47.29615,10.18339],[47.29481,10.18382],[47.29476,10.19000],[47.29732,10.19481],[47.30034,10.20287],[47.30273,10.20382],[47.30669,10.21025],[47.31146,10.21189],[47.31199,10.21463],[47.31781,10.21051],[47.32234,10.20519],[47.32653,10.19884],[47.32869,10.20099],[47.33154,10.20656],[47.33508,10.20691],[47.33648,10.20365],[47.34363,10.21000],[47.34928,10.21558],[47.35143,10.21712],[47.35433,10.21618],[47.35753,10.22055],[47.35875,10.22433],[47.36090,10.22433],[47.36352,10.22751],[47.36747,10.22974],[47.37271,10.23592],[47.37503,10.23575],[47.37904,10.23094],[47.38241,10.23523],[47.38834,10.22759],[47.38648,10.22476],[47.38189,10.21798],[47.38009,10.21137],[47.38276,10.20819],[47.38224,10.20270],[47.38381,10.19875],[47.38927,10.19360],[47.38915,10.18957],[47.39183,10.18245],[47.38904,10.18253],[47.38793,10.18339],[47.38479,10.17601],[47.38549,10.16931],[47.37119,10.16991],[47.36864,10.16614],[47.36695,10.14974],[47.36701,10.14150],[47.36835,10.13584],[47.37550,10.11945],[47.35422,10.09996],[47.39405,10.08207],[47.39916,10.08611],[47.40102,10.08147],[47.40375,10.07993],[47.40364,10.07735],[47.40602,10.07220],[47.40788,10.06954],[47.41067,10.06868],[47.41136,10.07152],[47.41334,10.07126],[47.41560,10.07529],[47.41560,10.08104],[47.41514,10.08654],[47.41653,10.08997],[47.41758,10.09486],[47.42315,10.09564],[47.42889,10.10551],[47.43940,10.09503],[47.44085,10.09289],[47.44892,10.09246],[47.44962,10.09426],[47.45501,10.09220],[47.45879,10.09023],[47.45937,10.08877],[47.45826,10.08688],[47.45879,10.08448],[47.45501,10.08096],[47.45600,10.07615],[47.45519,10.07238],[47.45583,10.06903],[47.45762,10.06963],[47.46070,10.06774],[47.46378,10.06319],[47.46621,10.05384],[47.47051,10.05118],[47.47521,10.05426],[47.47642,10.05246],[47.48507,10.04465],[47.48675,10.04551],[47.48797,10.03976],[47.48896,10.03736],[47.48519,10.02851],[47.48316,10.01976],[47.48455,10.01607],[47.48229,10.01315],[47.48148,10.00817],[47.48229,10.00422],[47.48177,10.00165],[47.48606,9.99453],[47.49876,9.98689],[47.50276,9.99478],[47.50560,9.98920],[47.51059,9.98423],[47.51007,9.98242],[47.51094,9.97908],[47.51273,9.97813],[47.51557,9.97092],[47.51743,9.97032],[47.52021,9.96491],[47.52288,9.96466],[47.52462,9.96723],[47.52746,9.96723],[47.52919,9.96732],[47.52960,9.96500],[47.53406,9.96500],[47.53870,9.96423],[47.53899,9.96629],[47.54113,9.96629],[47.54368,9.97066],[47.54558,9.97044],[47.54587,9.96821],[47.54419,9.96692],[47.54343,9.96512],[47.54158,9.96340],[47.54286,9.95979],[47.54129,9.96065],[47.53834,9.96082],[47.53474,9.96383],[47.53434,9.96108],[47.53532,9.95190],[47.53764,9.94083],[47.53347,9.93611],[47.53109,9.92890],[47.52941,9.91988],[47.53028,9.91662],[47.53376,9.91173],[47.53967,9.90744],[47.54228,9.90521],[47.54471,9.89645],[47.54355,9.88993],[47.54761,9.88066],[47.54309,9.87542],[47.54193,9.87886],[47.53764,9.87868],[47.53306,9.87517],[47.53098,9.87637],[47.52848,9.87508],[47.52822,9.87390],[47.53008,9.87218],[47.53286,9.86377],[47.53332,9.85759],[47.53888,9.85364],[47.54126,9.84969],[47.54091,9.84437],[47.54253,9.83828],[47.54404,9.82927],[47.54601,9.82789],[47.54734,9.81553],[47.54931,9.81493],[47.55418,9.81742],[47.55818,9.82343],[47.56049,9.82549],[47.56524,9.82309],[47.57136,9.82041],[47.57397,9.82581],[47.57987,9.82650],[47.58144,9.82358],[47.58653,9.82341],[47.58856,9.81672],[47.58769,9.81423],[47.59099,9.80968],[47.59469,9.80384],[47.59574,9.79981],[47.59348,9.79672],[47.59319,9.79114],[47.59319,9.78384],[47.59487,9.77723],[47.59319,9.77612],[47.58856,9.77200],[47.58717,9.76899],[47.58844,9.76590],[47.58520,9.76685],[47.58479,9.76299],[47.58230,9.76221],[47.58074,9.76324],[47.57929,9.75646],[47.57235,9.75706],[47.56997,9.75123],[47.56748,9.75311],[47.56475,9.74855],[47.56093,9.74752],[47.55809,9.74452],[47.55746,9.74812],[47.55473,9.74726],[47.55439,9.74134],[47.55091,9.74074],[47.54853,9.73748],[47.54541,9.73559],[47.53909,9.73705],[47.53480,9.73739],[47.53318,9.73430],[47.53405,9.73027],[47.53017,9.71834],[47.54070,9.62785],[47.57129,9.57841]], + DE_BE: [[52.33790,13.64949],[52.36036,13.66854],[52.36726,13.68463],[52.36673,13.69287],[52.36906,13.69317],[52.37108,13.69579],[52.37357,13.69952],[52.37732,13.70064],[52.37771,13.69905],[52.37750,13.69725],[52.38151,13.69905],[52.38107,13.69529],[52.38337,13.68971],[52.38302,13.68789],[52.38344,13.68722],[52.38396,13.68714],[52.38386,13.68606],[52.38523,13.68690],[52.38514,13.68774],[52.38602,13.68799],[52.38523,13.68872],[52.38521,13.69003],[52.38618,13.69199],[52.38886,13.69554],[52.38898,13.69613],[52.38970,13.69688],[52.38982,13.69756],[52.39040,13.69776],[52.39092,13.69802],[52.39114,13.69778],[52.39167,13.69837],[52.39180,13.69891],[52.39121,13.69849],[52.39059,13.69842],[52.39057,13.69881],[52.39082,13.69954],[52.39111,13.70025],[52.39258,13.70158],[52.39301,13.70195],[52.39330,13.70257],[52.39321,13.70344],[52.39345,13.70451],[52.39403,13.70549],[52.39488,13.70642],[52.39510,13.70686],[52.39512,13.70728],[52.39508,13.70802],[52.39542,13.70895],[52.39566,13.70931],[52.39590,13.70937],[52.39619,13.70972],[52.39607,13.71008],[52.39665,13.71093],[52.39712,13.71144],[52.39730,13.71193],[52.39749,13.71208],[52.39778,13.71273],[52.39778,13.71291],[52.39798,13.71362],[52.39888,13.71421],[52.39922,13.71521],[52.39968,13.71591],[52.39967,13.71661],[52.39886,13.71739],[52.39870,13.71818],[52.39869,13.71907],[52.39891,13.71991],[52.39808,13.72284],[52.39882,13.72483],[52.39946,13.72716],[52.39987,13.72755],[52.39944,13.73004],[52.39994,13.73107],[52.40043,13.73202],[52.40164,13.73404],[52.40193,13.73438],[52.40526,13.73507],[52.40599,13.73580],[52.40725,13.73876],[52.40813,13.73782],[52.40967,13.73681],[52.41066,13.73417],[52.41257,13.73275],[52.41561,13.72977],[52.41673,13.72955],[52.41914,13.73148],[52.42020,13.73133],[52.42077,13.73058],[52.42646,13.73743],[52.42665,13.73760],[52.42633,13.73962],[52.42655,13.73987],[52.42630,13.74084],[52.42672,13.74131],[52.42821,13.74174],[52.42881,13.73910],[52.42977,13.73962],[52.43250,13.74020],[52.43331,13.73284],[52.43465,13.72786],[52.43682,13.72299],[52.43704,13.72286],[52.43593,13.72524],[52.43462,13.72844],[52.43364,13.73187],[52.43312,13.73578],[52.43289,13.73848],[52.43313,13.73839],[52.43280,13.74301],[52.43803,13.74419],[52.44137,13.75047],[52.44155,13.75616],[52.43663,13.75440],[52.43612,13.76011],[52.43774,13.76131],[52.43790,13.76080],[52.43844,13.75539],[52.44299,13.75717],[52.44330,13.75455],[52.44627,13.75670],[52.44607,13.75550],[52.44699,13.75455],[52.44781,13.75318],[52.44819,13.75142],[52.44833,13.75030],[52.44880,13.74925],[52.44904,13.74620],[52.44933,13.74455],[52.44904,13.74314],[52.44968,13.73781],[52.45023,13.73573],[52.45070,13.73563],[52.45082,13.73412],[52.45045,13.73267],[52.45087,13.72908],[52.45677,13.72063],[52.45978,13.71842],[52.46303,13.71597],[52.46307,13.71393],[52.46310,13.71292],[52.46338,13.71144],[52.46559,13.70580],[52.46745,13.70216],[52.46834,13.70118],[52.46831,13.69890],[52.46600,13.70070],[52.46443,13.70191],[52.46327,13.70248],[52.46209,13.70268],[52.46004,13.70321],[52.45985,13.70517],[52.45758,13.70551],[52.45575,13.70521],[52.45485,13.70456],[52.45499,13.70139],[52.45532,13.69849],[52.45653,13.69875],[52.45780,13.69834],[52.45860,13.69768],[52.46018,13.69763],[52.46117,13.69742],[52.46197,13.69710],[52.46366,13.69596],[52.46427,13.69549],[52.46478,13.69109],[52.46510,13.68989],[52.46516,13.68643],[52.46612,13.68274],[52.46801,13.68015],[52.46931,13.67866],[52.47010,13.67643],[52.47084,13.67521],[52.47152,13.67330],[52.47354,13.66933],[52.47378,13.66770],[52.47444,13.66714],[52.47375,13.66407],[52.47383,13.66255],[52.47510,13.65828],[52.47664,13.65588],[52.47887,13.64819],[52.47898,13.64534],[52.47931,13.64305],[52.47863,13.64229],[52.47617,13.63607],[52.47507,13.63084],[52.47408,13.62920],[52.47367,13.62820],[52.47379,13.62532],[52.47217,13.62493],[52.46885,13.62453],[52.46886,13.62272],[52.46794,13.62245],[52.46677,13.62299],[52.46672,13.62183],[52.46726,13.62221],[52.46850,13.62202],[52.46870,13.62123],[52.47058,13.62140],[52.47131,13.61698],[52.46991,13.61515],[52.47047,13.61279],[52.47068,13.61161],[52.47487,13.61661],[52.47544,13.61524],[52.47565,13.61378],[52.48080,13.61509],[52.49314,13.63006],[52.49381,13.62556],[52.49429,13.62440],[52.49999,13.62738],[52.50413,13.62858],[52.50713,13.63011],[52.51133,13.63305],[52.51332,13.63489],[52.51640,13.63927],[52.51941,13.64440],[52.52148,13.64916],[52.52408,13.65549],[52.52603,13.65873],[52.52665,13.65822],[52.52937,13.65716],[52.52997,13.65708],[52.52985,13.65021],[52.52971,13.64783],[52.52992,13.64399],[52.53046,13.64129],[52.53058,13.63472],[52.53063,13.63124],[52.53020,13.62673],[52.53053,13.62577],[52.53360,13.62495],[52.53413,13.62592],[52.53805,13.62506],[52.53741,13.62802],[52.53789,13.62900],[52.53754,13.63076],[52.53789,13.63164],[52.53758,13.63388],[52.53790,13.63480],[52.53850,13.63553],[52.54092,13.63771],[52.54252,13.63726],[52.54242,13.63578],[52.54311,13.63370],[52.54388,13.62513],[52.54425,13.61983],[52.54885,13.59160],[52.54983,13.58677],[52.55214,13.58741],[52.55337,13.58799],[52.55557,13.58763],[52.55807,13.58657],[52.55945,13.58492],[52.56311,13.58395],[52.56399,13.58416],[52.56584,13.58328],[52.56784,13.58369],[52.57121,13.58163],[52.57136,13.57798],[52.57311,13.57710],[52.57400,13.57491],[52.57340,13.57152],[52.57347,13.56856],[52.57722,13.56575],[52.57908,13.56354],[52.58089,13.56140],[52.58390,13.55632],[52.58600,13.55173],[52.58772,13.54731],[52.58803,13.54752],[52.59131,13.53172],[52.59168,13.53075],[52.59257,13.52704],[52.59297,13.52256],[52.59228,13.50829],[52.60527,13.49891],[52.60513,13.49668],[52.61059,13.49857],[52.61895,13.50357],[52.61955,13.50554],[52.62072,13.50576],[52.62568,13.50591],[52.62760,13.51097],[52.62955,13.51797],[52.63172,13.51863],[52.63664,13.52092],[52.63928,13.52210],[52.64132,13.52277],[52.64522,13.52320],[52.64498,13.52058],[52.64712,13.51940],[52.64604,13.51444],[52.64549,13.51296],[52.64962,13.50468],[52.65008,13.50294],[52.65494,13.49061],[52.65938,13.48552],[52.67081,13.48851],[52.66789,13.47943],[52.66645,13.47570],[52.66777,13.47572],[52.66845,13.47503],[52.67118,13.47645],[52.67473,13.47995],[52.67486,13.48027],[52.67547,13.47963],[52.67394,13.47720],[52.67521,13.47536],[52.66722,13.46589],[52.66912,13.45946],[52.66262,13.45059],[52.66186,13.45375],[52.65726,13.46241],[52.65627,13.47340],[52.65429,13.47383],[52.65195,13.46911],[52.65153,13.46576],[52.64799,13.45915],[52.64888,13.45220],[52.65002,13.45254],[52.65002,13.44628],[52.64950,13.44044],[52.64554,13.43924],[52.64450,13.43340],[52.64101,13.43315],[52.63789,13.43400],[52.63768,13.42808],[52.63570,13.42371],[52.64127,13.41461],[52.64268,13.41555],[52.64398,13.41212],[52.64284,13.40783],[52.64388,13.40723],[52.64554,13.40285],[52.64841,13.39796],[52.64762,13.39415],[52.64637,13.39340],[52.64596,13.39267],[52.64386,13.39119],[52.64186,13.38984],[52.64132,13.38932],[52.63982,13.38980],[52.63754,13.38808],[52.63659,13.38473],[52.63676,13.38297],[52.63628,13.38162],[52.63524,13.38259],[52.63442,13.37988],[52.63404,13.37941],[52.63449,13.37877],[52.63346,13.37761],[52.63310,13.37750],[52.63315,13.37699],[52.63248,13.37634],[52.63141,13.37563],[52.62949,13.37651],[52.62913,13.37555],[52.62815,13.37445],[52.62750,13.37051],[52.62586,13.36855],[52.62612,13.36716],[52.62565,13.36613],[52.62495,13.36220],[52.62334,13.35763],[52.62381,13.35441],[52.62320,13.35124],[52.62385,13.35117],[52.62366,13.34687],[52.62380,13.34389],[52.62335,13.34142],[52.62341,13.33833],[52.62277,13.33670],[52.62423,13.33295],[52.62419,13.33226],[52.62546,13.32915],[52.62584,13.32645],[52.62643,13.32406],[52.62655,13.32243],[52.62672,13.31930],[52.62727,13.31724],[52.62759,13.31531],[52.62814,13.31334],[52.62822,13.31231],[52.62808,13.30952],[52.62793,13.30784],[52.62718,13.30252],[52.62750,13.30274],[52.62830,13.30544],[52.62861,13.30621],[52.62914,13.30909],[52.62953,13.31001],[52.63002,13.31035],[52.63017,13.30973],[52.63047,13.30977],[52.63055,13.31014],[52.63245,13.30964],[52.63316,13.30917],[52.63655,13.30617],[52.63730,13.30583],[52.63758,13.30724],[52.63948,13.30645],[52.63967,13.30735],[52.64011,13.30737],[52.64006,13.30835],[52.64076,13.30818],[52.64146,13.30913],[52.64275,13.30955],[52.64403,13.30936],[52.64391,13.30855],[52.65337,13.30040],[52.65744,13.31029],[52.65782,13.30920],[52.65850,13.30856],[52.65965,13.30718],[52.65926,13.30251],[52.65939,13.29332],[52.66010,13.28914],[52.66003,13.28714],[52.66079,13.28279],[52.65265,13.28184],[52.65255,13.28505],[52.64868,13.28454],[52.64842,13.28407],[52.64755,13.28445],[52.64112,13.28364],[52.64091,13.28017],[52.64022,13.27635],[52.64024,13.27315],[52.63971,13.26984],[52.64073,13.26199],[52.63899,13.26236],[52.63660,13.26427],[52.63452,13.26510],[52.62698,13.26418],[52.62785,13.26064],[52.62776,13.25665],[52.62734,13.25167],[52.62751,13.24918],[52.62738,13.24598],[52.62827,13.24339],[52.62831,13.24148],[52.62797,13.24010],[52.62775,13.23412],[52.62745,13.23079],[52.62779,13.22680],[52.62835,13.22603],[52.62852,13.22399],[52.62844,13.22021],[52.62715,13.22038],[52.61966,13.21730],[52.60916,13.20614],[52.60699,13.20193],[52.60381,13.20305],[52.59159,13.21888],[52.58797,13.21399],[52.58818,13.21128],[52.58831,13.20733],[52.58643,13.20669],[52.58687,13.20527],[52.58872,13.20012],[52.58904,13.19811],[52.59029,13.19098],[52.59144,13.18935],[52.59232,13.18626],[52.59370,13.18429],[52.59422,13.18120],[52.59501,13.17854],[52.59537,13.17403],[52.59647,13.17206],[52.59712,13.16837],[52.59902,13.16455],[52.59774,13.15682],[52.59514,13.15292],[52.59185,13.14923],[52.58945,13.14193],[52.58906,13.13846],[52.58737,13.13519],[52.58695,13.13210],[52.58732,13.12906],[52.58583,13.12820],[52.58573,13.12966],[52.58317,13.12798],[52.58283,13.12979],[52.57973,13.13172],[52.57947,13.13378],[52.58030,13.13807],[52.58033,13.13953],[52.58309,13.14927],[52.58197,13.15107],[52.57731,13.15339],[52.57035,13.15189],[52.56925,13.15064],[52.56631,13.14918],[52.56443,13.14742],[52.56158,13.14678],[52.56057,13.14558],[52.55835,13.14669],[52.55538,13.14695],[52.55399,13.14614],[52.55258,13.14472],[52.55230,13.14287],[52.55279,13.13652],[52.55404,13.13395],[52.55624,13.13073],[52.55538,13.12996],[52.55170,13.12845],[52.54376,13.12481],[52.54306,13.12528],[52.53833,13.12339],[52.53504,13.12163],[52.53019,13.11927],[52.52124,13.11828],[52.51677,13.11712],[52.51753,13.12776],[52.51899,13.13905],[52.51954,13.14274],[52.51865,13.14458],[52.51724,13.14519],[52.51680,13.14772],[52.51382,13.15518],[52.51244,13.15960],[52.50925,13.16832],[52.50452,13.16132],[52.49431,13.14673],[52.48341,13.13265],[52.47942,13.12715],[52.47861,13.12517],[52.47756,13.11865],[52.47738,13.11745],[52.47432,13.11736],[52.47320,13.11680],[52.46373,13.11032],[52.45884,13.11235],[52.45727,13.11253],[52.45392,13.11162],[52.45060,13.10905],[52.44537,13.11544],[52.44382,13.11896],[52.44267,13.11879],[52.44102,13.12034],[52.42591,13.10711],[52.42397,13.09758],[52.41602,13.08986],[52.41206,13.09020],[52.40934,13.09741],[52.41020,13.09891],[52.41099,13.09939],[52.41308,13.09685],[52.41363,13.10063],[52.41039,13.10059],[52.40942,13.10612],[52.40926,13.11020],[52.41036,13.11093],[52.41036,13.11226],[52.41172,13.11166],[52.41146,13.11037],[52.41306,13.10981],[52.41324,13.10735],[52.41180,13.10758],[52.40979,13.10724],[52.40902,13.10651],[52.40866,13.10652],[52.40839,13.10865],[52.40803,13.10928],[52.40727,13.10826],[52.40298,13.11412],[52.40163,13.11837],[52.39728,13.12382],[52.39677,13.12618],[52.39978,13.13431],[52.39856,13.13495],[52.39785,13.13791],[52.39739,13.13510],[52.39610,13.13566],[52.39595,13.13851],[52.39388,13.13477],[52.39184,13.13165],[52.39193,13.13148],[52.39160,13.13117],[52.39170,13.13148],[52.39052,13.13015],[52.39069,13.12988],[52.39168,13.13085],[52.39163,13.13105],[52.39190,13.13125],[52.39178,13.13091],[52.39176,13.12937],[52.39169,13.12934],[52.39162,13.12718],[52.38961,13.12659],[52.38740,13.13065],[52.38720,13.13119],[52.38722,13.13131],[52.38743,13.13144],[52.38749,13.13195],[52.38728,13.13319],[52.38875,13.13398],[52.38877,13.13370],[52.38868,13.13325],[52.38876,13.13286],[52.39036,13.13040],[52.39178,13.13213],[52.39363,13.13485],[52.39474,13.13692],[52.39564,13.13867],[52.39642,13.14058],[52.39705,13.14180],[52.39692,13.14197],[52.39717,13.14310],[52.39663,13.14305],[52.39609,13.14385],[52.39535,13.14580],[52.39482,13.15335],[52.39385,13.15882],[52.39434,13.16844],[52.39557,13.17189],[52.39786,13.17133],[52.39710,13.16691],[52.39636,13.15785],[52.39761,13.15809],[52.39986,13.15949],[52.40275,13.15938],[52.41545,13.19723],[52.41533,13.19959],[52.41574,13.20421],[52.41689,13.21024],[52.41814,13.21457],[52.41941,13.21852],[52.42064,13.22354],[52.42092,13.22498],[52.42078,13.22543],[52.42074,13.22697],[52.42043,13.22961],[52.42019,13.23332],[52.42079,13.23568],[52.42075,13.23860],[52.42103,13.24476],[52.42116,13.24587],[52.41876,13.24708],[52.41381,13.24841],[52.41093,13.24882],[52.40823,13.24862],[52.40780,13.24922],[52.40499,13.24963],[52.40632,13.25439],[52.40615,13.26087],[52.40462,13.26435],[52.40417,13.27061],[52.40538,13.27668],[52.41632,13.29678],[52.41556,13.29706],[52.41468,13.29629],[52.41455,13.29560],[52.41403,13.29633],[52.39893,13.31219],[52.40129,13.31639],[52.40565,13.32725],[52.41167,13.34321],[52.40756,13.34300],[52.40240,13.35154],[52.40144,13.35348],[52.40052,13.35509],[52.39820,13.35968],[52.39543,13.36726],[52.39377,13.37173],[52.38833,13.37029],[52.38810,13.37649],[52.38823,13.38190],[52.38847,13.38711],[52.38282,13.38805],[52.37902,13.38803],[52.37778,13.38846],[52.37750,13.39713],[52.37720,13.40119],[52.37686,13.40490],[52.37678,13.40698],[52.37643,13.41018],[52.37670,13.41254],[52.37632,13.41239],[52.37608,13.42086],[52.38578,13.42761],[52.38693,13.42759],[52.38957,13.42637],[52.39476,13.42407],[52.40725,13.41858],[52.40987,13.41884],[52.41034,13.42148],[52.41126,13.42512],[52.41225,13.43083],[52.41258,13.43237],[52.41454,13.43937],[52.41505,13.44182],[52.41610,13.44533],[52.41687,13.44763],[52.41753,13.44928],[52.41953,13.45514],[52.42050,13.45937],[52.42098,13.46357],[52.41995,13.46797],[52.41274,13.47158],[52.40613,13.47578],[52.40379,13.47701],[52.40332,13.47748],[52.40244,13.47741],[52.39998,13.47889],[52.39576,13.47969],[52.39702,13.48452],[52.39755,13.48806],[52.39767,13.49035],[52.39850,13.49518],[52.39907,13.49945],[52.39947,13.50218],[52.40042,13.50979],[52.40117,13.51406],[52.40167,13.51608],[52.40096,13.51887],[52.40049,13.52196],[52.39954,13.52389],[52.39879,13.52668],[52.39720,13.52977],[52.39910,13.53484],[52.40052,13.53840],[52.39827,13.53682],[52.39772,13.53611],[52.39690,13.53637],[52.39415,13.53519],[52.39069,13.53463],[52.38896,13.53540],[52.38816,13.55913],[52.38815,13.56430],[52.38866,13.56765],[52.39008,13.57452],[52.39194,13.58552],[52.39353,13.59168],[52.39374,13.59276],[52.39222,13.59389],[52.38994,13.59353],[52.38874,13.59432],[52.38877,13.59497],[52.38736,13.59488],[52.38582,13.59610],[52.38517,13.59960],[52.38263,13.60269],[52.37903,13.60621],[52.37792,13.60539],[52.37597,13.60679],[52.37372,13.60569],[52.37348,13.60571],[52.37620,13.61436],[52.38112,13.62841],[52.37609,13.63320],[52.37736,13.64268],[52.37252,13.64276],[52.37063,13.64195],[52.37007,13.64691],[52.36463,13.64577],[52.35577,13.63659],[52.34282,13.63745],[52.33845,13.64562]], + DE_BW: [[49.57893,9.10241],[49.57214,9.09966],[49.56101,9.09829],[49.56245,9.08336],[49.57509,9.08001],[49.57609,9.07254],[49.56702,9.07211],[49.56468,9.06962],[49.55622,9.07700],[49.55227,9.08353],[49.54603,9.08447],[49.54219,9.08155],[49.53617,9.10335],[49.53450,9.10550],[49.53556,9.10902],[49.53339,9.11451],[49.52844,9.11466],[49.52560,9.12033],[49.52131,9.12453],[49.51696,9.12359],[49.51278,9.11938],[49.51167,9.10728],[49.51702,9.10711],[49.52627,9.10067],[49.52649,9.08230],[49.53139,9.06625],[49.52965,9.06149],[49.52274,9.05651],[49.52118,9.05093],[49.51745,9.04629],[49.51388,9.04801],[49.50630,9.03986],[49.49934,9.04149],[49.50028,9.03617],[49.50000,9.01376],[49.50318,9.01050],[49.50513,9.00200],[49.50524,8.99462],[49.50419,8.99153],[49.51076,8.98656],[49.50926,8.97849],[49.50435,8.97565],[49.50207,8.96553],[49.50435,8.95986],[49.50580,8.95128],[49.50151,8.95051],[49.49555,8.95669],[49.49131,8.95033],[49.48702,8.94896],[49.48356,8.95282],[49.48657,8.94321],[49.48345,8.93858],[49.47954,8.93557],[49.47475,8.93308],[49.47023,8.93085],[49.46571,8.93368],[49.46370,8.94124],[49.45634,8.94939],[49.45238,8.94270],[49.45042,8.92742],[49.44869,8.92484],[49.44205,8.92364],[49.43843,8.91205],[49.44205,8.90519],[49.44624,8.90459],[49.44473,8.90124],[49.44088,8.89798],[49.43162,8.89592],[49.42263,8.89248],[49.41699,8.88287],[49.41347,8.87480],[49.41085,8.87086],[49.40096,8.86201],[49.39521,8.85172],[49.39616,8.84622],[49.39901,8.84253],[49.40549,8.83841],[49.40744,8.83498],[49.40783,8.83129],[49.40694,8.82648],[49.40046,8.82571],[49.39610,8.82176],[49.39739,8.81541],[49.40364,8.80502],[49.40638,8.80957],[49.40772,8.80416],[49.41046,8.80253],[49.40979,8.80717],[49.41247,8.81069],[49.41526,8.80648],[49.41906,8.80837],[49.42274,8.81618],[49.42118,8.82434],[49.42308,8.83112],[49.43080,8.83798],[49.43359,8.83721],[49.43694,8.83395],[49.44459,8.83438],[49.45262,8.83463],[49.45898,8.83103],[49.46227,8.82751],[49.46333,8.82554],[49.47031,8.82760],[49.47287,8.83541],[49.47443,8.83661],[49.47410,8.83927],[49.47862,8.84751],[49.48274,8.85129],[49.47990,8.85901],[49.47381,8.86455],[49.46344,8.86060],[49.46427,8.86755],[49.46634,8.87759],[49.47537,8.89107],[49.47894,8.89038],[49.48485,8.90206],[49.49020,8.90000],[49.49294,8.90223],[49.49572,8.90137],[49.49751,8.89819],[49.50431,8.90111],[49.50342,8.89347],[49.50665,8.88480],[49.50654,8.87751],[49.50453,8.87124],[49.50342,8.86094],[49.50197,8.85691],[49.50236,8.84618],[49.50041,8.84266],[49.49801,8.84300],[49.49924,8.83751],[49.49277,8.83605],[49.49221,8.83202],[49.49455,8.83107],[49.50615,8.81768],[49.51083,8.81983],[49.51339,8.82215],[49.52114,8.82000],[49.52415,8.82438],[49.52632,8.81605],[49.52738,8.81047],[49.51908,8.79734],[49.51311,8.79631],[49.51534,8.78902],[49.51534,8.78284],[49.51852,8.77777],[49.51852,8.77245],[49.51590,8.76782],[49.51685,8.75983],[49.52270,8.74996],[49.52387,8.74241],[49.52309,8.73838],[49.51980,8.73743],[49.51908,8.72971],[49.52225,8.72559],[49.52019,8.73374],[49.52370,8.73494],[49.52671,8.73323],[49.52610,8.72799],[49.52899,8.72207],[49.53144,8.72338],[49.53450,8.71625],[49.53272,8.71445],[49.53344,8.71042],[49.53695,8.70776],[49.53612,8.70364],[49.54230,8.70716],[49.54408,8.70475],[49.54803,8.70647],[49.55087,8.70389],[49.54948,8.69823],[49.55650,8.69256],[49.56045,8.69162],[49.56318,8.69265],[49.56941,8.68673],[49.57264,8.68578],[49.57642,8.68578],[49.57853,8.68450],[49.58988,8.68467],[49.59027,8.68673],[49.58899,8.69308],[49.59216,8.69651],[49.59700,8.69900],[49.60018,8.69883],[49.60407,8.69626],[49.60730,8.69059],[49.61380,8.68776],[49.61781,8.69093],[49.61914,8.69600],[49.62465,8.69231],[49.62309,8.68596],[49.62659,8.67900],[49.62470,8.67428],[49.62192,8.66055],[49.61892,8.65317],[49.62059,8.64810],[49.61825,8.63695],[49.61547,8.61609],[49.61047,8.59309],[49.60585,8.59352],[49.60496,8.58785],[49.59461,8.59077],[49.59216,8.59437],[49.59294,8.60287],[49.57363,8.60828],[49.56946,8.60862],[49.56100,8.61111],[49.55487,8.61660],[49.55098,8.61721],[49.54602,8.61884],[49.54496,8.61532],[49.54134,8.61618],[49.54078,8.61137],[49.53198,8.60562],[49.52886,8.60716],[49.53226,8.60107],[49.53126,8.59686],[49.52914,8.59549],[49.52218,8.59051],[49.52285,8.58571],[49.52145,8.58090],[49.52056,8.57970],[49.52190,8.57214],[49.51967,8.56674],[49.52212,8.55592],[49.52870,8.54210],[49.53689,8.53352],[49.54936,8.52640],[49.56912,8.49902],[49.57347,8.49524],[49.57491,8.48211],[49.57809,8.48228],[49.58131,8.47533],[49.58454,8.47679],[49.59016,8.46434],[49.59083,8.44572],[49.58960,8.43971],[49.58654,8.43954],[49.58476,8.43825],[49.58493,8.42821],[49.58415,8.42263],[49.57786,8.42470],[49.56740,8.41621],[49.55303,8.41475],[49.54546,8.42084],[49.49031,8.44462],[49.48116,8.45612],[49.47144,8.46444],[49.46430,8.46050],[49.46051,8.44590],[49.45337,8.44144],[49.44623,8.44651],[49.44321,8.45921],[49.44377,8.48642],[49.44321,8.49620],[49.44054,8.50478],[49.43495,8.50736],[49.42887,8.50702],[49.41282,8.49802],[49.40188,8.49544],[49.39853,8.48995],[49.38774,8.46557],[49.38456,8.46257],[49.37774,8.46283],[49.37344,8.47115],[49.37478,8.47845],[49.37797,8.48300],[49.38350,8.48840],[49.38702,8.49407],[49.38903,8.50051],[49.37132,8.49939],[49.35757,8.49330],[49.34331,8.47622],[49.33833,8.46549],[49.33000,8.45278],[49.32217,8.45012],[49.31707,8.45244],[49.31450,8.45527],[49.30874,8.47699],[49.30325,8.48660],[49.29486,8.48918],[49.28792,8.48652],[49.28052,8.46111],[49.26081,8.43759],[49.24238,8.39656],[49.23044,8.38704],[49.21946,8.38343],[49.21951,8.38987],[49.22344,8.39322],[49.22501,8.39596],[49.22495,8.40249],[49.21974,8.40489],[49.21239,8.40180],[49.20617,8.39699],[49.20033,8.38893],[49.19843,8.38489],[49.18755,8.38196],[49.16482,8.36720],[49.15225,8.37355],[49.10591,8.36128],[49.08956,8.35244],[49.06448,8.31879],[49.03827,8.30317],[49.03236,8.30326],[49.00467,8.29364],[48.98924,8.27648],[48.96659,8.23339],[48.95859,8.19897],[48.95171,8.19193],[48.93142,8.17666],[48.90135,8.14481],[48.87031,8.12439],[48.84066,8.11022],[48.82501,8.10619],[48.81428,8.09881],[48.80535,8.09057],[48.79328,8.07538],[48.78921,8.05881],[48.79124,8.04456],[48.78949,8.03529],[48.78581,8.02851],[48.77903,8.02414],[48.76811,8.02233],[48.76019,8.01392],[48.75895,8.00053],[48.76140,7.98603],[48.75846,7.97410],[48.75314,7.96818],[48.73701,7.96749],[48.72586,7.96706],[48.71453,7.95470],[48.66305,7.89140],[48.64836,7.85475],[48.64422,7.84059],[48.61830,7.82960],[48.58958,7.80248],[48.57948,7.80007],[48.57204,7.80153],[48.56630,7.80437],[48.55045,7.80574],[48.53408,7.80239],[48.52294,7.80651],[48.51294,7.80522],[48.50378,7.79716],[48.49696,7.78428],[48.49457,7.77467],[48.48979,7.76763],[48.47466,7.76514],[48.46299,7.76617],[48.44853,7.76128],[48.43071,7.75132],[48.39980,7.73313],[48.37803,7.73132],[48.33280,7.74591],[48.32178,7.74119],[48.31676,7.73089],[48.30894,7.70085],[48.30192,7.69390],[48.29227,7.68944],[48.27966,7.68811],[48.23480,7.67198],[48.22039,7.66554],[48.21261,7.65292],[48.20741,7.64331],[48.18664,7.63146],[48.17048,7.61536],[48.15560,7.59931],[48.15291,7.59836],[48.14191,7.60042],[48.13687,7.59965],[48.13263,7.59622],[48.12398,7.57854],[48.11951,7.57682],[48.11092,7.57871],[48.10117,7.57991],[48.09040,7.57442],[48.08352,7.56909],[48.07503,7.56961],[48.05426,7.57356],[48.04153,7.57047],[48.03188,7.56875],[48.02017,7.58489],[48.00329,7.60669],[47.99100,7.61527],[47.98262,7.62059],[47.97480,7.62162],[47.96825,7.62059],[47.95825,7.61407],[47.94503,7.59828],[47.93502,7.58592],[47.92494,7.58077],[47.91102,7.58214],[47.90343,7.58300],[47.89917,7.58274],[47.89243,7.57802],[47.88841,7.57124],[47.88403,7.56128],[47.87983,7.55811],[47.87499,7.55596],[47.87067,7.55528],[47.86423,7.55613],[47.85570,7.56214],[47.84833,7.56291],[47.84113,7.56249],[47.83306,7.55776],[47.82488,7.55073],[47.81860,7.54789],[47.80801,7.54403],[47.78997,7.53330],[47.77930,7.52884],[47.77209,7.53047],[47.73879,7.54884],[47.72898,7.54738],[47.71789,7.54034],[47.70265,7.51356],[47.69837,7.51167],[47.69352,7.51262],[47.68462,7.51897],[47.67884,7.51974],[47.66879,7.51914],[47.66318,7.52172],[47.64948,7.53648],[47.64260,7.54995],[47.63589,7.56317],[47.63155,7.56764],[47.62559,7.56970],[47.61581,7.57339],[47.60573,7.59077],[47.59936,7.59275],[47.59357,7.59120],[47.58894,7.58880],[47.58729,7.59862],[47.58486,7.60425],[47.58098,7.60386],[47.57745,7.60463],[47.57655,7.61991],[47.59126,7.64351],[47.59372,7.64248],[47.59644,7.64600],[47.59282,7.66368],[47.59166,7.66798],[47.59146,7.67566],[47.59658,7.68016],[47.59841,7.68368],[47.59872,7.68892],[47.59965,7.69257],[47.59728,7.68849],[47.59629,7.68317],[47.59187,7.67845],[47.58871,7.67295],[47.58561,7.67107],[47.58448,7.67291],[47.58257,7.68003],[47.57635,7.68158],[47.57293,7.68373],[47.57140,7.68845],[47.56653,7.68609],[47.57166,7.68347],[47.56952,7.67703],[47.56404,7.67471],[47.56596,7.67244],[47.56532,7.66180],[47.56066,7.64871],[47.56436,7.63540],[47.56129,7.63394],[47.55446,7.64321],[47.54809,7.64939],[47.54449,7.66227],[47.53737,7.66519],[47.53441,7.67248],[47.53238,7.68733],[47.53279,7.69729],[47.54079,7.71840],[47.54229,7.72527],[47.54357,7.74578],[47.54509,7.75329],[47.54839,7.75836],[47.55111,7.76960],[47.55360,7.78514],[47.55708,7.79578],[47.56357,7.80136],[47.56942,7.81071],[47.58325,7.81629],[47.58696,7.81990],[47.58806,7.82316],[47.58708,7.83063],[47.58511,7.83552],[47.58273,7.83818],[47.58181,7.84427],[47.58401,7.85414],[47.58655,7.85861],[47.58893,7.86942],[47.58841,7.88333],[47.58789,7.89122],[47.58337,7.89989],[47.57394,7.90920],[47.56688,7.91066],[47.56172,7.90766],[47.55773,7.90723],[47.55182,7.90972],[47.54713,7.91693],[47.54684,7.92568],[47.54684,7.93427],[47.54371,7.94396],[47.54545,7.94920],[47.54950,7.95143],[47.55558,7.95375],[47.55773,7.96474],[47.55518,7.97461],[47.55628,8.00010],[47.55506,8.00722],[47.55205,8.01203],[47.55008,8.01786],[47.55089,8.02387],[47.55228,8.03005],[47.55251,8.04044],[47.55779,8.05022],[47.56172,8.05812],[47.56398,8.05949],[47.56329,8.06250],[47.56421,8.06816],[47.55952,8.07880],[47.55738,8.08232],[47.55750,8.09125],[47.56103,8.09692],[47.56555,8.10172],[47.57759,8.10327],[47.58292,8.11091],[47.58396,8.11623],[47.58350,8.13494],[47.58523,8.13820],[47.59021,8.13854],[47.59357,8.14412],[47.59612,8.14953],[47.59531,8.15476],[47.59386,8.16017],[47.59421,8.16403],[47.59612,8.16910],[47.60248,8.17648],[47.60486,8.18523],[47.61816,8.19519],[47.62054,8.20146],[47.62083,8.20781],[47.61990,8.21502],[47.61770,8.21948],[47.61290,8.22223],[47.60601,8.22352],[47.60480,8.22746],[47.60607,8.23064],[47.61070,8.23613],[47.61244,8.23991],[47.61330,8.24969],[47.61527,8.25699],[47.61475,8.26094],[47.60948,8.26265],[47.60908,8.26720],[47.61053,8.27175],[47.61134,8.27888],[47.61076,8.28806],[47.60810,8.29355],[47.60613,8.29716],[47.59785,8.29536],[47.59178,8.29587],[47.58795,8.29922],[47.58518,8.30411],[47.58332,8.31115],[47.57389,8.32243],[47.57082,8.32775],[47.57070,8.33668],[47.57087,8.34853],[47.57001,8.36114],[47.56862,8.36818],[47.56769,8.37728],[47.56584,8.38380],[47.57423,8.39084],[47.57713,8.39711],[47.57614,8.40277],[47.57394,8.40938],[47.57001,8.41839],[47.56711,8.42818],[47.56665,8.43530],[47.56925,8.44637],[47.57221,8.45573],[47.57203,8.46285],[47.57539,8.47289],[47.57748,8.47624],[47.57782,8.48088],[47.57724,8.48414],[47.57748,8.48791],[47.58118,8.49512],[47.58179,8.49500],[47.58827,8.48899],[47.58665,8.48135],[47.58555,8.48053],[47.58471,8.46744],[47.58833,8.46547],[47.58900,8.46071],[47.59273,8.46174],[47.59866,8.45736],[47.60190,8.45749],[47.60144,8.46178],[47.60341,8.46963],[47.60497,8.46907],[47.60538,8.47131],[47.60813,8.47182],[47.60740,8.47564],[47.61229,8.47963],[47.61446,8.47937],[47.61336,8.48384],[47.61452,8.48912],[47.61397,8.49487],[47.61718,8.50899],[47.61889,8.50989],[47.62299,8.50873],[47.62297,8.51615],[47.63355,8.51684],[47.63375,8.52044],[47.63150,8.52632],[47.63037,8.53890],[47.62505,8.53744],[47.62670,8.54267],[47.62444,8.54327],[47.62409,8.55705],[47.62094,8.55924],[47.62036,8.56031],[47.61594,8.56314],[47.61675,8.56907],[47.61319,8.57001],[47.61134,8.57271],[47.61009,8.56598],[47.60468,8.56452],[47.60150,8.56066],[47.59739,8.56452],[47.59687,8.56684],[47.59768,8.56980],[47.59481,8.57508],[47.59655,8.57641],[47.59574,8.58267],[47.60043,8.58598],[47.60124,8.58915],[47.60109,8.59070],[47.60558,8.59319],[47.60543,8.59593],[47.61299,8.60477],[47.61701,8.60503],[47.62522,8.59872],[47.63225,8.59683],[47.64321,8.59537],[47.64601,8.60246],[47.65035,8.60379],[47.65194,8.60512],[47.65237,8.60752],[47.65122,8.61121],[47.64613,8.61451],[47.64257,8.61241],[47.64127,8.60791],[47.64130,8.60344],[47.63873,8.60284],[47.63728,8.60503],[47.63705,8.61087],[47.63796,8.61762],[47.64082,8.62350],[47.64675,8.62741],[47.65221,8.62947],[47.65467,8.62659],[47.65984,8.61895],[47.66195,8.61397],[47.66453,8.60981],[47.66947,8.60822],[47.67242,8.60689],[47.67297,8.59762],[47.66695,8.59295],[47.66776,8.59123],[47.66245,8.57814],[47.66305,8.57436],[47.66586,8.57106],[47.66484,8.56887],[47.66667,8.56393],[47.67074,8.56419],[47.67054,8.55943],[47.66976,8.55612],[47.66958,8.55239],[47.66756,8.54793],[47.66739,8.54527],[47.66519,8.53904],[47.66224,8.53776],[47.65727,8.54097],[47.65982,8.53454],[47.66386,8.53407],[47.66036,8.52643],[47.65756,8.52759],[47.65698,8.52904],[47.65447,8.52904],[47.65210,8.53106],[47.64981,8.53334],[47.64681,8.53188],[47.64597,8.52707],[47.64533,8.52286],[47.64825,8.51347],[47.64712,8.50857],[47.64796,8.49986],[47.64684,8.49896],[47.64718,8.49248],[47.64259,8.49330],[47.64334,8.49012],[47.64582,8.48707],[47.64412,8.48441],[47.64597,8.48175],[47.64762,8.48282],[47.64964,8.47991],[47.65036,8.47587],[47.64947,8.47257],[47.64764,8.47252],[47.64600,8.47441],[47.64574,8.47695],[47.64490,8.47664],[47.64360,8.47360],[47.64316,8.47102],[47.64175,8.47038],[47.64013,8.47261],[47.64004,8.47669],[47.63935,8.47235],[47.64094,8.46853],[47.64744,8.46497],[47.65438,8.46699],[47.65762,8.46785],[47.65681,8.46334],[47.65383,8.45789],[47.65545,8.45347],[47.65455,8.44510],[47.66031,8.43562],[47.66733,8.42360],[47.66669,8.41300],[47.67441,8.40635],[47.67843,8.40888],[47.67955,8.41691],[47.68386,8.42158],[47.68894,8.41823],[47.69480,8.41231],[47.69616,8.40759],[47.69833,8.40609],[47.70942,8.41759],[47.70927,8.42192],[47.71245,8.42862],[47.71785,8.43698],[47.71756,8.44179],[47.71961,8.44243],[47.72120,8.44286],[47.72296,8.44655],[47.72169,8.45621],[47.72668,8.45561],[47.73035,8.45840],[47.73078,8.45419],[47.73855,8.45106],[47.74274,8.45706],[47.74915,8.45689],[47.75296,8.46745],[47.76167,8.47157],[47.77223,8.48890],[47.77015,8.49560],[47.77309,8.50246],[47.77477,8.51251],[47.76940,8.52083],[47.77713,8.52675],[47.77754,8.53474],[47.78405,8.55379],[47.77944,8.56255],[47.77713,8.56229],[47.77713,8.56898],[47.78117,8.57834],[47.79040,8.57534],[47.79334,8.56375],[47.80495,8.56383],[47.80749,8.56761],[47.80541,8.56984],[47.80576,8.57242],[47.80219,8.57448],[47.79878,8.57534],[47.80219,8.58744],[47.79757,8.59302],[47.80195,8.59894],[47.80120,8.61156],[47.79832,8.61713],[47.79509,8.61731],[47.79423,8.62151],[47.78944,8.61919],[47.78714,8.61507],[47.78327,8.61430],[47.77727,8.61885],[47.77681,8.62143],[47.76787,8.61782],[47.76187,8.62477],[47.75864,8.62821],[47.75731,8.63233],[47.76389,8.64237],[47.76331,8.64537],[47.76701,8.65001],[47.76862,8.64683],[47.77393,8.65396],[47.77525,8.64975],[47.78419,8.65078],[47.78783,8.64563],[47.79780,8.64941],[47.79994,8.65559],[47.79584,8.65919],[47.79088,8.65619],[47.79146,8.66202],[47.78719,8.66666],[47.78512,8.67696],[47.78644,8.67876],[47.78402,8.68065],[47.77629,8.68228],[47.77352,8.68649],[47.77064,8.68168],[47.75714,8.68820],[47.75466,8.69541],[47.75697,8.69773],[47.76216,8.70726],[47.76464,8.71430],[47.76112,8.72691],[47.75893,8.73000],[47.75737,8.72768],[47.75189,8.73962],[47.74871,8.73944],[47.74762,8.73807],[47.74646,8.72399],[47.74479,8.72056],[47.74081,8.71824],[47.73844,8.71327],[47.72915,8.70957],[47.72106,8.71773],[47.71633,8.73532],[47.70996,8.72950],[47.69992,8.72674],[47.69570,8.72476],[47.69507,8.71790],[47.69674,8.71197],[47.70269,8.71197],[47.71286,8.70571],[47.71540,8.70262],[47.71557,8.69953],[47.71373,8.69644],[47.71193,8.68871],[47.70980,8.68991],[47.70899,8.68476],[47.71078,8.68082],[47.71228,8.68228],[47.71361,8.67790],[47.71217,8.67155],[47.71245,8.66871],[47.71378,8.66399],[47.70801,8.66554],[47.70420,8.67352],[47.69859,8.67515],[47.69761,8.67361],[47.69530,8.67258],[47.69264,8.66657],[47.69131,8.65764],[47.68582,8.66399],[47.68502,8.67198],[47.68860,8.68142],[47.69501,8.68957],[47.69478,8.69335],[47.68946,8.70888],[47.69050,8.71712],[47.69143,8.71858],[47.69507,8.71790],[47.69570,8.72476],[47.69178,8.72841],[47.69253,8.73459],[47.69120,8.74206],[47.69056,8.75287],[47.68802,8.76214],[47.68519,8.76858],[47.67860,8.77853],[47.67565,8.78746],[47.67531,8.79673],[47.68045,8.79424],[47.68692,8.79785],[47.69010,8.80008],[47.69160,8.80274],[47.69091,8.80729],[47.69363,8.81124],[47.69709,8.80651],[47.69703,8.79785],[47.70345,8.79905],[47.70622,8.78875],[47.70720,8.77029],[47.71303,8.77364],[47.71771,8.77107],[47.71875,8.77673],[47.72112,8.77819],[47.72158,8.78171],[47.72626,8.78497],[47.72574,8.78695],[47.72805,8.79313],[47.72637,8.79973],[47.73448,8.79807],[47.73725,8.80691],[47.73332,8.80665],[47.72876,8.80957],[47.72547,8.80391],[47.72374,8.80416],[47.72403,8.80983],[47.72149,8.81446],[47.71646,8.81772],[47.71808,8.82536],[47.71288,8.81790],[47.71080,8.82373],[47.71098,8.83154],[47.71358,8.83292],[47.71098,8.84502],[47.70445,8.84656],[47.70283,8.84837],[47.70433,8.85712],[47.70306,8.86382],[47.70451,8.86776],[47.70358,8.87197],[47.70127,8.86854],[47.69648,8.87420],[47.69423,8.87231],[47.69469,8.86622],[47.69706,8.86673],[47.69931,8.86296],[47.69821,8.85446],[47.69810,8.85094],[47.69428,8.84948],[47.69255,8.85635],[47.68908,8.85403],[47.68411,8.84812],[47.68065,8.84933],[47.67955,8.86014],[47.67487,8.86812],[47.66920,8.87199],[47.66059,8.87456],[47.65446,8.87507],[47.64949,8.90932],[47.65423,8.93052],[47.68976,9.02692],[47.67266,9.10889],[47.66410,9.13945],[47.66751,9.15636],[47.66508,9.15679],[47.66361,9.15962],[47.66289,9.15966],[47.65576,9.16940],[47.65455,9.17021],[47.65522,9.17210],[47.65559,9.17566],[47.65394,9.17570],[47.65597,9.18270],[47.63036,9.33233],[47.52915,9.51721],[47.57121,9.57815],[47.58513,9.60398],[47.58606,9.60759],[47.57955,9.61343],[47.58204,9.61931],[47.58317,9.62038],[47.58428,9.61963],[47.58599,9.62227],[47.58664,9.62179],[47.58749,9.62194],[47.58812,9.62242],[47.58855,9.62312],[47.59228,9.62641],[47.59285,9.62851],[47.59288,9.63179],[47.59344,9.63308],[47.59332,9.63452],[47.59270,9.63578],[47.59152,9.63651],[47.59131,9.63789],[47.59039,9.63872],[47.58971,9.64119],[47.58962,9.64405],[47.59094,9.64531],[47.59254,9.64608],[47.59327,9.64409],[47.59691,9.64241],[47.60010,9.63993],[47.60199,9.63688],[47.60390,9.63830],[47.60327,9.64334],[47.60379,9.64737],[47.60474,9.64823],[47.60526,9.65402],[47.60737,9.65364],[47.61070,9.65763],[47.61166,9.65857],[47.61108,9.67080],[47.60792,9.67612],[47.60460,9.67776],[47.60413,9.68394],[47.60651,9.68771],[47.61004,9.69218],[47.60711,9.69200],[47.60419,9.69441],[47.60254,9.69900],[47.60260,9.70149],[47.60185,9.70325],[47.60133,9.70621],[47.60225,9.70883],[47.60590,9.71273],[47.60572,9.71599],[47.60749,9.71870],[47.60766,9.72076],[47.60627,9.72638],[47.60740,9.72874],[47.60972,9.72870],[47.61539,9.73470],[47.61142,9.73767],[47.61304,9.73917],[47.61325,9.74127],[47.61504,9.74252],[47.61689,9.74586],[47.61652,9.74685],[47.61579,9.74612],[47.61307,9.74599],[47.61085,9.74213],[47.60931,9.74204],[47.60746,9.74329],[47.60599,9.73960],[47.60436,9.73943],[47.60367,9.74625],[47.60260,9.74895],[47.60946,9.75702],[47.61200,9.75406],[47.61368,9.75526],[47.61507,9.75869],[47.61707,9.76084],[47.61717,9.76392],[47.61787,9.76366],[47.61847,9.76469],[47.62018,9.76834],[47.62330,9.77121],[47.62507,9.77546],[47.62611,9.77525],[47.62883,9.77915],[47.63048,9.77834],[47.63039,9.78258],[47.63108,9.78645],[47.63224,9.78855],[47.63314,9.78941],[47.63386,9.79211],[47.63577,9.79627],[47.64494,9.80061],[47.64742,9.79434],[47.64890,9.79812],[47.65078,9.80138],[47.65046,9.80430],[47.65127,9.80825],[47.64916,9.81383],[47.64907,9.81632],[47.65017,9.81778],[47.65393,9.81949],[47.65456,9.82190],[47.65621,9.82619],[47.65844,9.83009],[47.66003,9.83018],[47.66081,9.82988],[47.66069,9.82868],[47.66173,9.82902],[47.66361,9.83134],[47.66667,9.83232],[47.66838,9.83232],[47.66858,9.83052],[47.67037,9.83069],[47.67167,9.83142],[47.67271,9.83344],[47.67219,9.83477],[47.67239,9.83636],[47.66841,9.83769],[47.67000,9.83928],[47.67268,9.84065],[47.67459,9.84001],[47.67508,9.84151],[47.67728,9.84074],[47.67722,9.84284],[47.67612,9.84378],[47.67520,9.84589],[47.67526,9.85018],[47.67823,9.85189],[47.67502,9.85237],[47.67554,9.85490],[47.67656,9.85730],[47.67479,9.87417],[47.67286,9.87957],[47.67026,9.87987],[47.66800,9.88490],[47.66604,9.88477],[47.66211,9.89416],[47.66002,9.90476],[47.66014,9.91652],[47.65416,9.92811],[47.65329,9.93223],[47.65552,9.94000],[47.65416,9.94631],[47.65557,9.95270],[47.65170,9.95892],[47.65349,9.96219],[47.65341,9.97030],[47.65632,9.97609],[47.66196,9.97875],[47.66398,9.97575],[47.66690,9.98158],[47.67543,9.99102],[47.67699,9.99454],[47.68170,9.99956],[47.68352,10.00283],[47.68311,10.00780],[47.68459,10.01596],[47.68745,10.02840],[47.68592,10.02828],[47.68476,10.02793],[47.68257,10.03081],[47.67867,10.02720],[47.67728,10.02888],[47.67416,10.02913],[47.67537,10.03334],[47.67621,10.03832],[47.67780,10.03609],[47.67575,10.04089],[47.67424,10.04424],[47.67705,10.04772],[47.68040,10.04943],[47.67901,10.05145],[47.67997,10.05908],[47.67696,10.06131],[47.67450,10.06367],[47.67098,10.06358],[47.66306,10.06796],[47.65796,10.07472],[47.65018,10.07111],[47.64871,10.07407],[47.64663,10.07322],[47.64475,10.07373],[47.64374,10.07176],[47.64122,10.07223],[47.63842,10.07579],[47.63882,10.07759],[47.64053,10.07909],[47.64220,10.07703],[47.64735,10.08244],[47.64822,10.08103],[47.64969,10.08352],[47.65533,10.08429],[47.65787,10.08725],[47.66036,10.09085],[47.66287,10.08957],[47.66261,10.09399],[47.66568,10.09532],[47.66894,10.09403],[47.67325,10.09124],[47.66845,10.09837],[47.66715,10.10000],[47.66666,10.10738],[47.66565,10.11257],[47.66637,10.11420],[47.66912,10.11403],[47.66972,10.11673],[47.67380,10.12536],[47.67625,10.13060],[47.68174,10.13098],[47.68518,10.13411],[47.69070,10.12888],[47.69212,10.13231],[47.69356,10.13287],[47.69827,10.14038],[47.70379,10.14047],[47.70676,10.13626],[47.70690,10.13261],[47.71098,10.12506],[47.71594,10.11948],[47.71944,10.11626],[47.72683,10.11708],[47.73243,10.11909],[47.73450,10.11909],[47.73632,10.11549],[47.73909,10.11352],[47.74132,10.11347],[47.74296,10.11558],[47.74761,10.11673],[47.74879,10.11854],[47.75090,10.11909],[47.75471,10.11626],[47.75926,10.11944],[47.76261,10.11618],[47.76604,10.10000],[47.77193,10.08347],[47.77481,10.08403],[47.77721,10.08553],[47.78153,10.07983],[47.78081,10.07742],[47.78297,10.06841],[47.78508,10.06961],[47.78736,10.06931],[47.79024,10.07571],[47.79217,10.07498],[47.79465,10.08493],[47.79690,10.08717],[47.79840,10.09034],[47.80157,10.09326],[47.80206,10.09442],[47.80385,10.09566],[47.80013,10.10193],[47.80027,10.10841],[47.80166,10.11068],[47.80019,10.11678],[47.80396,10.12047],[47.80428,10.11596],[47.80687,10.11489],[47.80710,10.11141],[47.80987,10.11622],[47.81226,10.12085],[47.81244,10.12497],[47.81295,10.12755],[47.81151,10.12879],[47.81071,10.13145],[47.80973,10.13145],[47.80929,10.13351],[47.80927,10.13502],[47.80909,10.13896],[47.81382,10.13600],[47.81635,10.13356],[47.82290,10.13175],[47.82295,10.12609],[47.82739,10.12407],[47.82880,10.11961],[47.83229,10.11686],[47.84067,10.11047],[47.84090,10.10592],[47.84332,10.10261],[47.84695,10.11073],[47.85363,10.10772],[47.85306,10.10506],[47.85124,10.10257],[47.84574,10.09914],[47.84859,10.09811],[47.84842,10.09622],[47.84943,10.09558],[47.85081,10.09613],[47.85113,10.10000],[47.85401,10.10184],[47.85654,10.10643],[47.86081,10.10542],[47.86374,10.10649],[47.86521,10.10460],[47.86530,10.10138],[47.86026,10.09271],[47.85675,10.08280],[47.86035,10.08053],[47.86150,10.08237],[47.86570,10.08070],[47.86708,10.07859],[47.86956,10.08173],[47.86864,10.08456],[47.86697,10.09181],[47.87022,10.09688],[47.87399,10.09962],[47.87621,10.09864],[47.87661,10.10494],[47.87820,10.10761],[47.88335,10.10705],[47.88459,10.10203],[47.88389,10.10001],[47.88530,10.09743],[47.88597,10.09988],[47.88804,10.10293],[47.89031,10.10374],[47.89437,10.10477],[47.89825,10.10228],[47.90507,10.10228],[47.90576,10.10494],[47.90850,10.10452],[47.91060,10.11142],[47.91537,10.10936],[47.91646,10.11340],[47.91971,10.10791],[47.92245,10.10494],[47.93156,10.10842],[47.93398,10.11142],[47.93961,10.10859],[47.94002,10.10593],[47.94203,10.09868],[47.94691,10.09048],[47.95160,10.08675],[47.95723,10.08443],[47.96649,10.08658],[47.97016,10.08937],[47.97298,10.09580],[47.97459,10.10700],[47.97611,10.11130],[47.97508,10.11404],[47.97611,10.11640],[47.98120,10.11610],[47.98628,10.11640],[47.98904,10.11576],[47.99616,10.12125],[47.99920,10.12198],[48.00380,10.12035],[48.00633,10.12417],[48.00923,10.12580],[48.01734,10.13533],[48.02319,10.13649],[48.02830,10.13121],[48.03318,10.12851],[48.03576,10.12984],[48.03780,10.13357],[48.04136,10.13602],[48.04428,10.13696],[48.04506,10.13945],[48.04667,10.14155],[48.05100,10.14202],[48.05180,10.14005],[48.05344,10.13966],[48.05498,10.14310],[48.05699,10.14224],[48.05914,10.14473],[48.06238,10.14202],[48.06454,10.14138],[48.06864,10.14292],[48.07145,10.14421],[48.07503,10.14430],[48.07598,10.13786],[48.07698,10.13632],[48.08303,10.13571],[48.08550,10.13898],[48.09011,10.14035],[48.09433,10.13765],[48.09501,10.14108],[48.09842,10.14074],[48.10115,10.13756],[48.11201,10.13636],[48.11484,10.13207],[48.11596,10.12563],[48.11814,10.12263],[48.12141,10.12112],[48.12567,10.11177],[48.13077,10.11087],[48.13312,10.10752],[48.13633,10.10799],[48.13939,10.10645],[48.14103,10.10494],[48.14400,10.10567],[48.14767,10.10297],[48.14974,10.10331],[48.15561,10.10009],[48.16042,10.09649],[48.16359,10.09683],[48.17124,10.09202],[48.17624,10.09142],[48.19041,10.08554],[48.19693,10.08460],[48.20142,10.08584],[48.20408,10.08541],[48.20671,10.08649],[48.20937,10.08322],[48.21123,10.07790],[48.21664,10.07842],[48.22187,10.07790],[48.22356,10.07541],[48.22341,10.06906],[48.22787,10.06748],[48.23067,10.07065],[48.23462,10.06443],[48.23856,10.06460],[48.24202,10.06284],[48.24565,10.06408],[48.24828,10.06752],[48.25008,10.06756],[48.25417,10.06975],[48.25783,10.06237],[48.26194,10.06640],[48.26440,10.06537],[48.26894,10.06361],[48.27328,10.06378],[48.27437,10.06657],[48.27668,10.06550],[48.27842,10.06653],[48.28168,10.06610],[48.28439,10.06194],[48.28442,10.05932],[48.28705,10.05692],[48.28822,10.05482],[48.29082,10.05310],[48.29244,10.04941],[48.29207,10.04632],[48.29410,10.04336],[48.29778,10.04250],[48.30027,10.04374],[48.30281,10.04052],[48.30509,10.04014],[48.30709,10.03713],[48.31163,10.03241],[48.31865,10.02707],[48.32385,10.02505],[48.32539,10.02024],[48.33095,10.01282],[48.33466,10.01033],[48.34065,10.00956],[48.34196,10.01106],[48.34399,10.00900],[48.34524,10.00372],[48.34741,10.00200],[48.34761,9.99904],[48.35229,9.99784],[48.35448,9.99518],[48.35805,9.99733],[48.36119,10.00046],[48.36321,10.00080],[48.36429,10.00003],[48.36375,9.99312],[48.36900,9.99256],[48.37077,9.98879],[48.37031,9.98612],[48.36843,9.98278],[48.36575,9.98282],[48.36352,9.98355],[48.36278,9.98149],[48.36290,9.97814],[48.36449,9.97518],[48.36851,9.97119],[48.37288,9.96823],[48.37422,9.96784],[48.37689,9.97153],[48.37940,9.96982],[48.38069,9.97355],[48.38405,9.97870],[48.38730,9.98509],[48.39337,9.98879],[48.39702,9.99934],[48.40055,10.00780],[48.40343,10.01406],[48.40636,10.01672],[48.41790,10.01681],[48.42704,10.03204],[48.42994,10.04157],[48.43199,10.04091],[48.43359,10.04374],[48.43672,10.03730],[48.43376,10.03730],[48.43313,10.03542],[48.43655,10.03267],[48.43735,10.02864],[48.44139,10.02992],[48.44441,10.03876],[48.45175,10.03627],[48.45431,10.03190],[48.45722,10.03198],[48.45750,10.04091],[48.45648,10.05147],[48.45727,10.06134],[48.45346,10.05584],[48.45414,10.06348],[48.45653,10.06529],[48.45921,10.07507],[48.46331,10.08786],[48.46536,10.08734],[48.46729,10.09455],[48.47213,10.10374],[48.47731,10.10545],[48.47531,10.11567],[48.47349,10.11644],[48.47304,10.11816],[48.46843,10.11618],[48.46006,10.12314],[48.46023,10.12459],[48.45676,10.12657],[48.45636,10.13120],[48.45448,10.13412],[48.45847,10.16373],[48.45898,10.17240],[48.46171,10.17463],[48.46342,10.17953],[48.46843,10.17618],[48.46581,10.18485],[48.47201,10.18648],[48.47537,10.18339],[48.48817,10.21841],[48.48857,10.23746],[48.49204,10.24253],[48.49983,10.23798],[48.49955,10.24356],[48.50637,10.24132],[48.50580,10.22888],[48.50751,10.24004],[48.51047,10.23180],[48.51149,10.23918],[48.50979,10.24819],[48.51104,10.25025],[48.51803,10.25677],[48.51894,10.26338],[48.51485,10.27652],[48.51684,10.28527],[48.51530,10.28681],[48.51672,10.29814],[48.52286,10.31299],[48.52582,10.31033],[48.52633,10.31591],[48.53048,10.31265],[48.52934,10.30698],[48.53037,10.30372],[48.53701,10.30201],[48.53844,10.30553],[48.54383,10.30226],[48.55020,10.30578],[48.55043,10.30965],[48.55599,10.31728],[48.55656,10.31428],[48.57002,10.31291],[48.57354,10.31059],[48.57776,10.31152],[48.58463,10.30646],[48.58497,10.30311],[48.58934,10.29710],[48.58974,10.29401],[48.59513,10.29676],[48.59950,10.29616],[48.59950,10.29873],[48.60342,10.29761],[48.60495,10.30079],[48.60291,10.30628],[48.60103,10.30688],[48.60092,10.30997],[48.60495,10.30980],[48.60370,10.32019],[48.60552,10.32130],[48.60716,10.31924],[48.60909,10.32465],[48.62305,10.29985],[48.62601,10.29997],[48.63373,10.29560],[48.63702,10.28925],[48.63730,10.28590],[48.63940,10.28487],[48.64133,10.28101],[48.64757,10.28023],[48.65029,10.27019],[48.65664,10.26332],[48.65766,10.26779],[48.66373,10.25586],[48.66883,10.25723],[48.67262,10.26624],[48.67790,10.25611],[48.67977,10.25826],[48.67943,10.26968],[48.68237,10.26504],[48.68577,10.27465],[48.70271,10.26876],[48.70073,10.28129],[48.69246,10.29313],[48.69059,10.29228],[48.68963,10.30163],[48.68668,10.30163],[48.68487,10.30421],[48.68606,10.30678],[48.68203,10.31682],[48.68345,10.31931],[48.68696,10.31931],[48.68776,10.32369],[48.68940,10.32481],[48.68985,10.32970],[48.68764,10.33510],[48.67960,10.34523],[48.67438,10.34583],[48.66582,10.35013],[48.66599,10.34643],[48.65942,10.34712],[48.65828,10.35038],[48.65420,10.35081],[48.65239,10.36188],[48.65619,10.36532],[48.66293,10.36927],[48.66282,10.37381],[48.66565,10.37974],[48.66497,10.38437],[48.66769,10.38995],[48.67410,10.38944],[48.67495,10.39227],[48.67886,10.39313],[48.68651,10.39338],[48.68883,10.39555],[48.68997,10.39958],[48.69121,10.40370],[48.69489,10.40860],[48.69790,10.40714],[48.69654,10.41581],[48.69291,10.42130],[48.69841,10.43048],[48.69455,10.43812],[48.69172,10.43761],[48.69167,10.43323],[48.68810,10.43426],[48.68708,10.42920],[48.69252,10.42611],[48.69144,10.42293],[48.68838,10.42181],[48.68390,10.42173],[48.68254,10.41821],[48.67982,10.42379],[48.67756,10.42156],[48.67359,10.42259],[48.67319,10.41735],[48.66962,10.41177],[48.66701,10.40791],[48.66265,10.40714],[48.66044,10.41074],[48.66322,10.41890],[48.66163,10.42233],[48.66310,10.42782],[48.66129,10.42894],[48.66378,10.43383],[48.66480,10.44276],[48.66560,10.45117],[48.67075,10.45632],[48.67036,10.46396],[48.68158,10.48181],[48.68651,10.48327],[48.68538,10.49357],[48.68872,10.49683],[48.69240,10.48705],[48.69761,10.48799],[48.69506,10.48061],[48.70147,10.48001],[48.70407,10.47151],[48.70486,10.48370],[48.70945,10.48353],[48.71296,10.48250],[48.71274,10.47460],[48.71614,10.46876],[48.72242,10.46791],[48.72242,10.46344],[48.72378,10.46258],[48.72361,10.46593],[48.72814,10.46608],[48.73018,10.45947],[48.72990,10.45647],[48.73641,10.46445],[48.73607,10.45759],[48.73431,10.45364],[48.73499,10.44977],[48.72842,10.44746],[48.73222,10.44729],[48.73425,10.44093],[48.73929,10.43905],[48.73839,10.43252],[48.74190,10.43475],[48.74308,10.42823],[48.74807,10.42445],[48.75180,10.41845],[48.75554,10.42806],[48.75757,10.42815],[48.76034,10.42179],[48.76770,10.41767],[48.77092,10.41759],[48.77075,10.41270],[48.77568,10.41690],[48.77240,10.41870],[48.77104,10.42514],[48.76979,10.43141],[48.77358,10.43106],[48.77675,10.43656],[48.78331,10.42943],[48.78778,10.43596],[48.79157,10.43407],[48.79445,10.43184],[48.79598,10.42274],[48.79960,10.42317],[48.79920,10.43106],[48.80440,10.44214],[48.80683,10.44282],[48.81113,10.45149],[48.81339,10.44823],[48.81667,10.44849],[48.81893,10.45080],[48.83170,10.44935],[48.83537,10.44124],[48.83842,10.42888],[48.84565,10.43016],[48.84915,10.44741],[48.85333,10.45299],[48.86061,10.45488],[48.86141,10.44930],[48.86982,10.45351],[48.87377,10.45282],[48.87970,10.44819],[48.88427,10.45162],[48.88387,10.45359],[48.88777,10.45480],[48.89003,10.45351],[48.89454,10.44922],[48.89996,10.43883],[48.90244,10.42699],[48.90599,10.42390],[48.90537,10.43033],[48.90690,10.43145],[48.90746,10.43600],[48.90819,10.43866],[48.90797,10.44424],[48.91034,10.44561],[48.91259,10.45162],[48.91682,10.45737],[48.92077,10.45711],[48.92681,10.45214],[48.92692,10.44956],[48.93047,10.44561],[48.93335,10.43918],[48.93448,10.44106],[48.93374,10.44973],[48.93854,10.45342],[48.94107,10.44681],[48.94648,10.44535],[48.94547,10.43617],[48.94648,10.43231],[48.95032,10.43085],[48.95336,10.43197],[48.95736,10.42776],[48.95668,10.42634],[48.95938,10.42453],[48.96068,10.42496],[48.96406,10.42556],[48.96671,10.41904],[48.96896,10.42076],[48.96992,10.41183],[48.96710,10.40763],[48.96744,10.40539],[48.97437,10.40239],[48.97583,10.41132],[48.97882,10.41269],[48.98372,10.40291],[48.98766,10.40059],[48.99127,10.39432],[48.98997,10.39089],[48.98834,10.38231],[48.99042,10.38042],[48.99149,10.38291],[48.99656,10.38274],[48.99932,10.38239],[49.00056,10.37904],[49.00028,10.37613],[49.00433,10.37226],[49.00518,10.35475],[49.01109,10.35836],[49.01475,10.35561],[49.01554,10.35218],[49.01537,10.34969],[49.01852,10.34626],[49.02021,10.34823],[49.02190,10.35192],[49.02882,10.35081],[49.02910,10.33922],[49.02755,10.33894],[49.02778,10.33783],[49.03256,10.33414],[49.03127,10.33156],[49.02761,10.33259],[49.03143,10.32770],[49.02744,10.32684],[49.02536,10.32856],[49.02569,10.32358],[49.02930,10.31774],[49.03262,10.30993],[49.03183,10.30384],[49.03819,10.30495],[49.04235,10.29800],[49.04314,10.29422],[49.04297,10.28418],[49.03965,10.28598],[49.03740,10.28324],[49.04078,10.27594],[49.04336,10.27886],[49.04398,10.26890],[49.04561,10.26590],[49.04499,10.26195],[49.03914,10.25448],[49.04252,10.25122],[49.04454,10.25646],[49.04910,10.25328],[49.05394,10.25809],[49.05962,10.25895],[49.06193,10.26641],[49.06614,10.25972],[49.07115,10.25886],[49.07517,10.24506],[49.07450,10.23519],[49.07601,10.23571],[49.07894,10.24120],[49.07798,10.24412],[49.07967,10.24781],[49.08456,10.24944],[49.09254,10.25150],[49.09355,10.24652],[49.09305,10.24206],[49.09114,10.23485],[49.09293,10.23425],[49.08889,10.22764],[49.09619,10.22541],[49.09861,10.22249],[49.09468,10.21168],[49.09715,10.20550],[49.09895,10.20747],[49.09580,10.21090],[49.09765,10.21245],[49.10485,10.21665],[49.11238,10.21605],[49.10962,10.22824],[49.11284,10.23049],[49.11868,10.22886],[49.11975,10.23633],[49.12245,10.24285],[49.12458,10.24225],[49.12756,10.25332],[49.12862,10.25804],[49.13497,10.25307],[49.13783,10.25641],[49.14210,10.25444],[49.14665,10.24903],[49.14957,10.24852],[49.14974,10.23890],[49.15243,10.23702],[49.15378,10.23178],[49.15715,10.23247],[49.16231,10.22500],[49.16035,10.22174],[49.16091,10.21891],[49.16304,10.22045],[49.16388,10.21702],[49.16237,10.21298],[49.16007,10.20998],[49.15878,10.20612],[49.15591,10.20440],[49.15653,10.19822],[49.16181,10.20054],[49.16276,10.19710],[49.16478,10.19728],[49.16719,10.19367],[49.17056,10.19565],[49.17107,10.19084],[49.17528,10.19041],[49.17264,10.18191],[49.17398,10.17934],[49.17741,10.18191],[49.18335,10.18200],[49.18184,10.17556],[49.17982,10.17445],[49.17937,10.16887],[49.18190,10.16724],[49.18414,10.16097],[49.18846,10.15745],[49.19227,10.15737],[49.19368,10.15505],[49.19536,10.14286],[49.19788,10.14174],[49.20091,10.13531],[49.19951,10.13093],[49.19985,10.12604],[49.20344,10.13187],[49.20562,10.12775],[49.20944,10.12835],[49.20837,10.14046],[49.21717,10.13986],[49.21790,10.13299],[49.22485,10.12715],[49.23119,10.12818],[49.23713,10.12629],[49.24144,10.12381],[49.24794,10.12595],[49.25141,10.13359],[49.25528,10.13290],[49.25696,10.12921],[49.25668,10.11925],[49.26699,10.11573],[49.26648,10.11925],[49.27130,10.12200],[49.26609,10.12492],[49.26083,10.12887],[49.26262,10.13539],[49.26682,10.14363],[49.26805,10.15195],[49.27360,10.14689],[49.28076,10.15290],[49.28015,10.15676],[49.28563,10.15341],[49.28894,10.14852],[49.29308,10.13942],[49.29890,10.13445],[49.30513,10.13288],[49.30837,10.13889],[49.31039,10.13735],[49.31470,10.14413],[49.31693,10.14584],[49.32326,10.14318],[49.32790,10.13906],[49.32868,10.12971],[49.32594,10.12885],[49.32589,10.12078],[49.32958,10.11855],[49.32980,10.11117],[49.33567,10.11357],[49.33998,10.10542],[49.34658,10.10379],[49.34803,10.10954],[49.35094,10.10791],[49.35116,10.11658],[49.35010,10.12396],[49.35726,10.12516],[49.35882,10.11855],[49.36033,10.11804],[49.36011,10.11349],[49.36631,10.11383],[49.36726,10.11846],[49.37006,10.11761],[49.37934,10.10722],[49.38498,10.11220],[49.38576,10.12198],[49.38738,10.12181],[49.38559,10.13915],[49.38291,10.13941],[49.38308,10.14464],[49.38800,10.14696],[49.38828,10.15649],[49.39068,10.15778],[49.38962,10.16155],[49.39548,10.16215],[49.39716,10.15511],[49.39962,10.15391],[49.40034,10.14902],[49.40152,10.15305],[49.40414,10.15288],[49.41006,10.14962],[49.41157,10.15280],[49.41983,10.14559],[49.42525,10.13881],[49.42932,10.13769],[49.43345,10.13589],[49.43317,10.14001],[49.43831,10.13297],[49.43993,10.12602],[49.44462,10.11864],[49.44277,10.10911],[49.44838,10.09683],[49.45658,10.09881],[49.45847,10.10833],[49.46160,10.10799],[49.46098,10.11657],[49.46333,10.12275],[49.46958,10.11863],[49.47064,10.12069],[49.47404,10.11657],[49.47945,10.11683],[49.47850,10.11142],[49.48329,10.10782],[49.48663,10.10167],[49.49159,10.10150],[49.49661,10.10725],[49.49979,10.10914],[49.50436,10.11953],[49.50960,10.12236],[49.51155,10.12210],[49.51250,10.11395],[49.51177,10.10846],[49.51567,10.10640],[49.51478,10.09781],[49.51227,10.08339],[49.51545,10.08374],[49.51746,10.07893],[49.52119,10.08099],[49.52464,10.07962],[49.52737,10.08176],[49.52838,10.08974],[49.53233,10.09412],[49.54147,10.08803],[49.54392,10.08279],[49.54615,10.06666],[49.54787,10.06597],[49.54659,10.05988],[49.54046,10.06125],[49.53662,10.05747],[49.53005,10.03679],[49.52721,10.03730],[49.52191,10.04674],[49.51835,10.05807],[49.51439,10.05009],[49.50960,10.05103],[49.50670,10.04417],[49.50397,10.02674],[49.49444,10.02460],[49.48591,10.01868],[49.48384,10.01284],[49.48479,10.00434],[49.48702,9.99945],[49.48635,9.99061],[49.48373,9.97619],[49.48574,9.97593],[49.48585,9.96838],[49.48390,9.95817],[49.48133,9.95336],[49.48479,9.92710],[49.49343,9.91491],[49.50475,9.92340],[49.50854,9.92564],[49.51935,9.91705],[49.52269,9.92057],[49.52420,9.92521],[49.53038,9.92598],[49.53629,9.92752],[49.54292,9.92332],[49.54969,9.92294],[49.54741,9.92586],[49.54880,9.92852],[49.55409,9.92646],[49.55531,9.92226],[49.55693,9.92543],[49.56227,9.92535],[49.56350,9.92080],[49.56172,9.91119],[49.56311,9.90741],[49.56172,9.89960],[49.57224,9.90252],[49.57302,9.90423],[49.57914,9.90801],[49.58253,9.91462],[49.58576,9.91282],[49.58654,9.90784],[49.58576,9.89874],[49.58799,9.89720],[49.58493,9.89419],[49.57869,9.87436],[49.57335,9.87342],[49.56756,9.86261],[49.55849,9.86570],[49.55281,9.85883],[49.54652,9.85806],[49.54853,9.84328],[49.55098,9.84165],[49.55249,9.82895],[49.55572,9.81934],[49.56039,9.81839],[49.56897,9.83856],[49.57097,9.83899],[49.57247,9.84260],[49.57392,9.84260],[49.57748,9.84989],[49.58756,9.84629],[49.59056,9.84526],[49.59457,9.85058],[49.59618,9.84646],[49.60230,9.86122],[49.60714,9.85890],[49.60664,9.86637],[49.61031,9.87427],[49.61398,9.86998],[49.62199,9.86792],[49.63272,9.86071],[49.64016,9.85607],[49.64239,9.85521],[49.64478,9.84826],[49.65039,9.83195],[49.65523,9.83230],[49.65550,9.83418],[49.66256,9.83118],[49.66528,9.82406],[49.66945,9.82655],[49.67273,9.82534],[49.68050,9.83315],[49.68378,9.84131],[49.68833,9.83410],[49.69288,9.83547],[49.70286,9.83310],[49.70636,9.82717],[49.70586,9.82451],[49.71030,9.82237],[49.71440,9.80864],[49.71840,9.80434],[49.72217,9.79653],[49.72800,9.79688],[49.73011,9.80134],[49.73138,9.80005],[49.73160,9.79207],[49.72822,9.78907],[49.72312,9.78735],[49.72190,9.78340],[49.72278,9.77877],[49.71668,9.76306],[49.70985,9.75104],[49.69870,9.74941],[49.69176,9.74126],[49.68863,9.73611],[49.68979,9.73036],[49.69751,9.72976],[49.70090,9.72667],[49.70251,9.71980],[49.71405,9.71431],[49.72210,9.71465],[49.72726,9.71096],[49.72548,9.70787],[49.72543,9.70452],[49.72227,9.69980],[49.71755,9.69980],[49.71982,9.69585],[49.71710,9.67628],[49.71205,9.67749],[49.69746,9.67405],[49.69296,9.67500],[49.68896,9.66212],[49.68863,9.65405],[49.68902,9.65045],[49.69190,9.64942],[49.69135,9.64521],[49.69368,9.64384],[49.69346,9.63423],[49.70206,9.63114],[49.70327,9.62659],[49.70793,9.62839],[49.71020,9.63234],[49.71614,9.63165],[49.72019,9.64127],[49.72219,9.64024],[49.72358,9.64281],[49.72824,9.63448],[49.73135,9.62693],[49.73162,9.63766],[49.73750,9.63852],[49.73645,9.64719],[49.73939,9.64762],[49.74083,9.63946],[49.74250,9.64118],[49.74360,9.64478],[49.74715,9.64599],[49.75342,9.63878],[49.76229,9.64805],[49.76612,9.65165],[49.77903,9.64547],[49.77975,9.65242],[49.78757,9.65062],[49.79156,9.64865],[49.78906,9.63946],[49.78330,9.61981],[49.78347,9.60693],[49.78064,9.59166],[49.78175,9.58977],[49.77892,9.58153],[49.77926,9.57766],[49.78391,9.57809],[49.78264,9.56561],[49.77873,9.55835],[49.77405,9.55651],[49.76265,9.55844],[49.75209,9.56861],[49.74724,9.56883],[49.74399,9.56479],[49.74535,9.55732],[49.74835,9.55350],[49.76138,9.55149],[49.76665,9.54565],[49.76823,9.53793],[49.76307,9.52904],[49.76069,9.52299],[49.76282,9.51499],[49.76872,9.50962],[49.77194,9.50954],[49.77898,9.51262],[49.78394,9.51288],[49.78857,9.50249],[49.78810,9.48147],[49.78036,9.47078],[49.77443,9.46966],[49.76960,9.45944],[49.77096,9.45047],[49.77459,9.44360],[49.78747,9.43523],[49.78950,9.42725],[49.78897,9.42047],[49.77628,9.40343],[49.77384,9.39605],[49.77002,9.39189],[49.77135,9.38592],[49.77797,9.37704],[49.77916,9.37064],[49.77742,9.36592],[49.77317,9.36185],[49.76929,9.35339],[49.76835,9.34181],[49.76938,9.32915],[49.76857,9.31597],[49.76591,9.31314],[49.75829,9.31370],[49.74956,9.32284],[49.74440,9.32339],[49.74151,9.31975],[49.74004,9.31241],[49.74068,9.29516],[49.73835,9.29520],[49.73475,9.31086],[49.73461,9.31627],[49.73158,9.32000],[49.73036,9.32335],[49.73169,9.33112],[49.73344,9.33481],[49.73372,9.34009],[49.73225,9.34803],[49.73020,9.35953],[49.73114,9.36378],[49.72751,9.37331],[49.72568,9.36459],[49.72398,9.36309],[49.72171,9.34837],[49.71860,9.34391],[49.71699,9.34356],[49.71594,9.34708],[49.71610,9.35219],[49.71150,9.35172],[49.71055,9.35258],[49.70681,9.35314],[49.70386,9.35773],[49.70317,9.36966],[49.70436,9.38026],[49.70672,9.38215],[49.70972,9.38339],[49.72004,9.38335],[49.72598,9.38137],[49.72823,9.38695],[49.73153,9.38618],[49.73009,9.39099],[49.72934,9.39948],[49.72468,9.40077],[49.72018,9.40043],[49.71974,9.40343],[49.72132,9.40734],[49.71707,9.40940],[49.71491,9.41279],[49.71130,9.41759],[49.70994,9.41927],[49.70712,9.42004],[49.70600,9.41656],[49.70198,9.41656],[49.69726,9.41819],[49.69615,9.42146],[49.69421,9.41850],[49.69085,9.42004],[49.68782,9.41712],[49.68788,9.41588],[49.68496,9.41373],[49.68180,9.40828],[49.67942,9.40545],[49.67801,9.40880],[49.67720,9.41193],[49.67576,9.41137],[49.67606,9.40442],[49.67404,9.39858],[49.67204,9.39674],[49.67084,9.39747],[49.66818,9.40060],[49.66470,9.40704],[49.66348,9.41077],[49.66301,9.41030],[49.66073,9.41171],[49.65859,9.41875],[49.65367,9.41532],[49.65009,9.40948],[49.64634,9.40609],[49.64556,9.40034],[49.64639,9.39249],[49.64317,9.38296],[49.64815,9.37768],[49.65242,9.37150],[49.65737,9.36644],[49.65723,9.36425],[49.65323,9.35794],[49.65059,9.34987],[49.64731,9.34524],[49.64448,9.34241],[49.64534,9.33554],[49.64906,9.32648],[49.65126,9.31812],[49.65415,9.31352],[49.65546,9.30331],[49.65068,9.30575],[49.64865,9.29867],[49.64676,9.29610],[49.64379,9.28949],[49.63659,9.28537],[49.63793,9.27812],[49.63481,9.27125],[49.63145,9.27443],[49.62611,9.26953],[49.62494,9.27473],[49.62191,9.27700],[49.61938,9.27704],[49.61719,9.28374],[49.61499,9.28460],[49.60815,9.26524],[49.60559,9.26305],[49.60203,9.26451],[49.59780,9.25945],[49.59388,9.25906],[49.59494,9.25262],[49.59338,9.24803],[49.58929,9.24576],[49.58768,9.24820],[49.58490,9.24872],[49.58506,9.24559],[49.58317,9.24018],[49.58184,9.23825],[49.58153,9.23310],[49.57841,9.21915],[49.57691,9.21340],[49.57827,9.21138],[49.57658,9.20537],[49.57724,9.20070],[49.57449,9.19422],[49.57724,9.18752],[49.57499,9.18096],[49.57633,9.17576],[49.57822,9.17439],[49.57813,9.17031],[49.57580,9.16452],[49.57827,9.16293],[49.58042,9.15838],[49.57975,9.15220],[49.57894,9.15143],[49.57880,9.14735],[49.57852,9.14379],[49.57772,9.14263],[49.57719,9.14040],[49.57594,9.13744],[49.57616,9.13032],[49.57421,9.12152],[49.57452,9.11658],[49.57972,9.10821]], + DE_HB: [[53.22837,8.48893],[53.22818,8.48991],[53.22698,8.48971],[53.22688,8.49150],[53.22730,8.49203],[53.22900,8.50474],[53.22803,8.50583],[53.22824,8.50644],[53.22780,8.50690],[53.22791,8.51000],[53.22782,8.51164],[53.22767,8.51202],[53.22823,8.51577],[53.22839,8.51569],[53.22867,8.51751],[53.22617,8.51883],[53.22649,8.52117],[53.22298,8.52074],[53.22326,8.52327],[53.22175,8.52342],[53.22204,8.52612],[53.21596,8.53037],[53.21536,8.53612],[53.21473,8.53720],[53.21550,8.54091],[53.21318,8.54361],[53.21306,8.54666],[53.20792,8.55393],[53.21375,8.56625],[53.21091,8.57219],[53.21758,8.57839],[53.21492,8.59056],[53.21403,8.59363],[53.21304,8.59863],[53.21257,8.59912],[53.21059,8.59944],[53.21019,8.59869],[53.20866,8.59781],[53.20842,8.59663],[53.20807,8.59659],[53.20780,8.59713],[53.20527,8.59419],[53.20519,8.59243],[53.20454,8.59116],[53.20384,8.59009],[53.20360,8.58919],[53.20318,8.58893],[53.20307,8.58831],[53.20226,8.58835],[53.20188,8.58629],[53.20153,8.58477],[53.20064,8.58294],[53.19998,8.58187],[53.19843,8.58159],[53.19769,8.58239],[53.19702,8.58445],[53.19617,8.58535],[53.19591,8.58507],[53.19582,8.58367],[53.19532,8.58320],[53.19469,8.58265],[53.19397,8.58137],[53.19314,8.58049],[53.19271,8.58147],[53.19150,8.58154],[53.19089,8.58040],[53.19006,8.58061],[53.19077,8.58225],[53.19069,8.58310],[53.19040,8.58443],[53.18976,8.58413],[53.18945,8.58840],[53.19018,8.58873],[53.18900,8.59055],[53.18820,8.59044],[53.18754,8.59312],[53.18680,8.59154],[53.18486,8.59216],[53.18490,8.59270],[53.18430,8.59297],[53.18496,8.59458],[53.18502,8.59744],[53.18569,8.59712],[53.18587,8.59881],[53.18665,8.59984],[53.18774,8.60649],[53.18821,8.60638],[53.18874,8.60823],[53.18875,8.60887],[53.19333,8.60853],[53.19453,8.61540],[53.19469,8.61516],[53.19620,8.61201],[53.19740,8.61335],[53.19574,8.61674],[53.19456,8.61560],[53.19484,8.61879],[53.19532,8.62217],[53.19717,8.62153],[53.19718,8.62599],[53.19791,8.62726],[53.19825,8.62749],[53.19843,8.62807],[53.19796,8.62969],[53.19746,8.62975],[53.19706,8.62948],[53.19555,8.63223],[53.19570,8.63409],[53.19620,8.63423],[53.19469,8.63749],[53.19396,8.63663],[53.19298,8.63892],[53.19175,8.63773],[53.18999,8.64255],[53.18962,8.64210],[53.18793,8.64762],[53.18881,8.64895],[53.18861,8.65211],[53.18701,8.65534],[53.18627,8.65563],[53.18626,8.65425],[53.18602,8.65316],[53.18578,8.65313],[53.18552,8.65359],[53.18509,8.65290],[53.18423,8.65241],[53.18444,8.65329],[53.18324,8.65379],[53.18324,8.65441],[53.18280,8.65527],[53.18270,8.65605],[53.18226,8.65712],[53.18229,8.65755],[53.18172,8.65815],[53.17871,8.65840],[53.17775,8.65889],[53.17732,8.65912],[53.17725,8.65934],[53.17761,8.65963],[53.17769,8.66158],[53.17757,8.66199],[53.17776,8.66281],[53.17832,8.66273],[53.17742,8.66439],[53.17648,8.66518],[53.17582,8.66583],[53.17593,8.66586],[53.17650,8.66525],[53.17655,8.66610],[53.17716,8.66608],[53.17714,8.66777],[53.17740,8.66787],[53.17722,8.67020],[53.17907,8.67114],[53.17897,8.67492],[53.17640,8.67541],[53.17525,8.67592],[53.17639,8.67964],[53.17749,8.67836],[53.17824,8.67966],[53.17815,8.68200],[53.17841,8.68373],[53.17841,8.68423],[53.17913,8.68758],[53.17972,8.68874],[53.18126,8.69100],[53.18156,8.69166],[53.18189,8.69414],[53.18266,8.69674],[53.18300,8.69736],[53.18378,8.69831],[53.18563,8.69937],[53.18482,8.70022],[53.18392,8.70094],[53.18385,8.70055],[53.18188,8.70209],[53.18122,8.70292],[53.17994,8.70127],[53.17930,8.70103],[53.17904,8.70165],[53.17850,8.70169],[53.17811,8.70125],[53.17775,8.70231],[53.17661,8.70418],[53.17580,8.70540],[53.17708,8.70704],[53.17812,8.70940],[53.17801,8.70975],[53.17843,8.71031],[53.17935,8.71065],[53.18049,8.70998],[53.18044,8.71016],[53.18008,8.71076],[53.18005,8.71127],[53.18099,8.71284],[53.18208,8.71329],[53.18338,8.71433],[53.18251,8.71610],[53.18159,8.72105],[53.18067,8.72912],[53.17932,8.72988],[53.17642,8.73070],[53.17537,8.73049],[53.17536,8.73149],[53.17462,8.73201],[53.17443,8.73245],[53.17442,8.73284],[53.17409,8.73331],[53.17431,8.73350],[53.17367,8.73474],[53.17341,8.73438],[53.17292,8.73458],[53.17300,8.73490],[53.17247,8.73524],[53.17258,8.73562],[53.17320,8.73541],[53.17341,8.73687],[53.17317,8.73716],[53.17231,8.73781],[53.17088,8.73905],[53.17201,8.74310],[53.17101,8.74353],[53.16844,8.74143],[53.16543,8.74073],[53.16389,8.74159],[53.16371,8.74312],[53.16433,8.74551],[53.16579,8.74739],[53.16598,8.74839],[53.16571,8.74913],[53.16370,8.75428],[53.16331,8.75508],[53.16521,8.76075],[53.16485,8.76249],[53.16239,8.76494],[53.15914,8.77200],[53.15820,8.77677],[53.15877,8.77769],[53.15971,8.77734],[53.16125,8.77525],[53.16176,8.77563],[53.16184,8.77704],[53.16170,8.77993],[53.16231,8.78077],[53.16336,8.78172],[53.16352,8.78274],[53.16311,8.78661],[53.16246,8.78706],[53.16067,8.78779],[53.16035,8.78845],[53.16037,8.78950],[53.16111,8.79060],[53.16347,8.79089],[53.16322,8.79239],[53.16143,8.79419],[53.16160,8.79539],[53.16359,8.79709],[53.16363,8.79781],[53.16320,8.79835],[53.16145,8.79762],[53.16093,8.79782],[53.16065,8.79911],[53.16099,8.80095],[53.16229,8.80384],[53.16227,8.80427],[53.16167,8.80519],[53.16021,8.80630],[53.16027,8.80730],[53.16078,8.80779],[53.16291,8.80858],[53.16312,8.80896],[53.16298,8.80994],[53.16110,8.81198],[53.16110,8.81279],[53.16149,8.81340],[53.16375,8.81416],[53.16410,8.81461],[53.16384,8.81536],[53.16304,8.81630],[53.16208,8.81719],[53.16178,8.81801],[53.16180,8.81869],[53.16271,8.82022],[53.16357,8.82140],[53.16381,8.82244],[53.16344,8.82418],[53.16314,8.82551],[53.16328,8.82665],[53.16425,8.82873],[53.16425,8.82941],[53.16386,8.82999],[53.16325,8.82998],[53.16254,8.82860],[53.16195,8.82686],[53.16139,8.82665],[53.16085,8.82752],[53.15981,8.83143],[53.15684,8.83454],[53.15690,8.83541],[53.15788,8.83743],[53.15798,8.83923],[53.15769,8.84016],[53.15591,8.83992],[53.15186,8.84119],[53.14778,8.84085],[53.14749,8.84174],[53.14760,8.84485],[53.14724,8.84542],[53.14648,8.84526],[53.14602,8.84475],[53.14552,8.84505],[53.14345,8.85068],[53.14372,8.85272],[53.14348,8.85339],[53.14228,8.85276],[53.14001,8.85550],[53.14029,8.85728],[53.14013,8.85790],[53.13976,8.85745],[53.13901,8.85592],[53.13859,8.85599],[53.13806,8.85672],[53.13819,8.85815],[53.13725,8.85913],[53.13778,8.86011],[53.13810,8.86033],[53.13805,8.86128],[53.13747,8.86186],[53.13524,8.86052],[53.13387,8.86077],[53.13252,8.86182],[53.13189,8.86200],[53.13142,8.86335],[53.13146,8.86488],[53.13218,8.86673],[53.13258,8.86872],[53.13346,8.87489],[53.13345,8.87697],[53.13347,8.88343],[53.13286,8.88632],[53.13378,8.88972],[53.13398,8.89786],[53.13523,8.89893],[53.13847,8.90309],[53.13859,8.90398],[53.13834,8.90494],[53.13810,8.90606],[53.13712,8.90692],[53.13601,8.90748],[53.13527,8.90762],[53.13409,8.90861],[53.13342,8.90922],[53.13300,8.90910],[53.13274,8.90988],[53.13271,8.91211],[53.13527,8.91437],[53.13825,8.91779],[53.13930,8.91648],[53.13964,8.91786],[53.14057,8.92016],[53.14259,8.92258],[53.14330,8.92247],[53.14458,8.92077],[53.14780,8.93086],[53.14937,8.93173],[53.14887,8.93258],[53.15009,8.93455],[53.14989,8.93555],[53.15132,8.93700],[53.15088,8.93989],[53.15149,8.93976],[53.15224,8.94018],[53.15231,8.94058],[53.15181,8.94136],[53.15195,8.94221],[53.15232,8.94236],[53.15247,8.94287],[53.15217,8.94508],[53.15103,8.94604],[53.15043,8.94762],[53.14984,8.94708],[53.14739,8.95664],[53.14243,8.96029],[53.13394,8.97101],[53.13188,8.97507],[53.13086,8.97858],[53.12548,8.98351],[53.12487,8.98160],[53.12336,8.97814],[53.12327,8.97563],[53.12246,8.97309],[53.12229,8.97046],[53.12207,8.96902],[53.12200,8.96710],[53.12064,8.96391],[53.11966,8.96228],[53.11951,8.96123],[53.11965,8.96047],[53.11884,8.95862],[53.11886,8.95746],[53.11862,8.95486],[53.11856,8.95362],[53.11742,8.94935],[53.11620,8.94747],[53.11374,8.95157],[53.11280,8.95548],[53.11148,8.95751],[53.11083,8.95805],[53.10869,8.95971],[53.10670,8.96015],[53.10677,8.96082],[53.10610,8.96133],[53.10423,8.96140],[53.10103,8.96288],[53.10052,8.96325],[53.10078,8.96427],[53.10124,8.96562],[53.10112,8.96668],[53.10086,8.96719],[53.10074,8.96879],[53.10176,8.97021],[53.09961,8.97927],[53.09846,8.97887],[53.09648,8.98182],[53.09692,8.98357],[53.09775,8.98552],[53.09807,8.98720],[53.09872,8.98831],[53.09853,8.99018],[53.09649,8.99109],[53.09525,8.98644],[53.09359,8.98464],[53.09263,8.98065],[53.09112,8.97326],[53.09061,8.97053],[53.09048,8.96825],[53.08929,8.96446],[53.08776,8.96322],[53.08778,8.96362],[53.08509,8.96135],[53.08461,8.96277],[53.08285,8.96624],[53.08008,8.96442],[53.07671,8.96492],[53.07421,8.96415],[53.07286,8.96451],[53.07216,8.96364],[53.07169,8.96376],[53.07138,8.96539],[53.07016,8.96363],[53.06920,8.96417],[53.06581,8.96485],[53.06443,8.96632],[53.06289,8.96649],[53.06216,8.96476],[53.06013,8.96383],[53.05904,8.96529],[53.05761,8.96616],[53.05779,8.96796],[53.05632,8.97058],[53.05565,8.97124],[53.05131,8.97371],[53.05159,8.97680],[53.04663,8.98061],[53.04542,8.97794],[53.03903,8.97119],[53.03778,8.96811],[53.03667,8.96668],[53.03628,8.96539],[53.03706,8.96353],[53.03401,8.95419],[53.03359,8.95376],[53.03341,8.95317],[53.03361,8.95293],[53.03328,8.95197],[53.03134,8.95133],[53.03132,8.95065],[53.03050,8.94879],[53.03076,8.94643],[53.02925,8.94645],[53.02755,8.94505],[53.02581,8.94629],[53.02497,8.94594],[53.02439,8.94490],[53.02431,8.94246],[53.02473,8.93925],[53.02460,8.93831],[53.02165,8.93786],[53.01344,8.93584],[53.01397,8.92893],[53.01277,8.92867],[53.01393,8.92406],[53.01481,8.92178],[53.01223,8.92142],[53.01323,8.91781],[53.01119,8.91616],[53.01351,8.89343],[53.01687,8.88992],[53.02292,8.88531],[53.03038,8.87119],[53.03276,8.86656],[53.04068,8.86624],[53.04073,8.86349],[53.03771,8.86218],[53.03511,8.86214],[53.03428,8.86259],[53.03343,8.86413],[53.02825,8.86477],[53.02668,8.86610],[53.02646,8.86670],[53.02581,8.86722],[53.02484,8.86927],[53.02305,8.86818],[53.02165,8.86689],[53.02189,8.86429],[53.02149,8.86228],[53.02148,8.85916],[53.02169,8.85822],[53.02096,8.85507],[53.02059,8.85443],[53.02025,8.85286],[53.01915,8.85164],[53.01767,8.85148],[53.01651,8.85088],[53.01642,8.84783],[53.01794,8.84714],[53.01797,8.84763],[53.02096,8.84852],[53.02235,8.84953],[53.02369,8.84968],[53.02404,8.84901],[53.02433,8.84681],[53.02426,8.84605],[53.02364,8.84528],[53.02335,8.84464],[53.02233,8.84423],[53.02146,8.84283],[53.02114,8.84119],[53.02058,8.84045],[53.02026,8.84061],[53.01958,8.83975],[53.01803,8.83803],[53.01995,8.83309],[53.02084,8.83194],[53.02120,8.83036],[53.02107,8.82855],[53.02044,8.82408],[53.02076,8.82141],[53.02235,8.81734],[53.02400,8.81723],[53.02511,8.81677],[53.02644,8.81540],[53.02784,8.81179],[53.02886,8.81021],[53.02967,8.80997],[53.03045,8.80972],[53.03100,8.80896],[53.03363,8.80005],[53.03576,8.79282],[53.03668,8.79080],[53.03729,8.78969],[53.03728,8.78812],[53.03836,8.78594],[53.03774,8.78320],[53.03838,8.78050],[53.03925,8.77789],[53.04077,8.77695],[53.04285,8.77646],[53.04371,8.77554],[53.04496,8.77248],[53.04618,8.77281],[53.04792,8.77126],[53.05089,8.77102],[53.05301,8.77047],[53.05128,8.76683],[53.05248,8.76600],[53.05025,8.76085],[53.04760,8.76264],[53.04713,8.76393],[53.04609,8.76297],[53.04589,8.76205],[53.04588,8.76119],[53.04529,8.75926],[53.04497,8.75949],[53.04373,8.75801],[53.04419,8.75632],[53.04245,8.75509],[53.04092,8.75740],[53.03978,8.75714],[53.03908,8.75648],[53.03880,8.75587],[53.03869,8.75421],[53.03798,8.75173],[53.03853,8.74982],[53.03909,8.74928],[53.03880,8.74927],[53.03888,8.74842],[53.04066,8.74292],[53.03916,8.74167],[53.04007,8.73943],[53.03921,8.74019],[53.03848,8.73959],[53.03783,8.73801],[53.03723,8.73809],[53.03680,8.73522],[53.03720,8.73346],[53.03683,8.73278],[53.03634,8.73267],[53.03517,8.73499],[53.03358,8.73411],[53.03348,8.73338],[53.03362,8.73252],[53.03370,8.73070],[53.03670,8.72450],[53.03998,8.71880],[53.04068,8.71801],[53.04165,8.71590],[53.04208,8.71538],[53.04423,8.71172],[53.04450,8.71154],[53.04572,8.70959],[53.04876,8.70844],[53.05117,8.70739],[53.05192,8.70684],[53.05289,8.70681],[53.05620,8.70785],[53.05700,8.70830],[53.05760,8.70806],[53.05962,8.70858],[53.06221,8.70905],[53.06359,8.70915],[53.06533,8.70953],[53.06856,8.71015],[53.07032,8.71012],[53.07286,8.70970],[53.07490,8.70893],[53.07582,8.70869],[53.07606,8.70595],[53.07736,8.70656],[53.07898,8.70440],[53.07963,8.70449],[53.08050,8.70300],[53.08087,8.70137],[53.08164,8.70146],[53.08168,8.70249],[53.08132,8.70327],[53.08142,8.70381],[53.08168,8.70401],[53.08289,8.70055],[53.08304,8.69978],[53.08379,8.69755],[53.08448,8.69430],[53.08547,8.68925],[53.08592,8.68639],[53.08592,8.68383],[53.08582,8.68175],[53.08602,8.68113],[53.08610,8.67818],[53.08646,8.67484],[53.08611,8.67467],[53.08751,8.67329],[53.09035,8.66801],[53.09158,8.66649],[53.09464,8.66482],[53.09596,8.66521],[53.09610,8.66574],[53.09839,8.66625],[53.09992,8.66860],[53.10035,8.66871],[53.10256,8.67074],[53.10635,8.66021],[53.10688,8.65944],[53.10845,8.65551],[53.10900,8.65477],[53.11020,8.65369],[53.11201,8.65397],[53.11333,8.65457],[53.11432,8.65477],[53.11718,8.65634],[53.11763,8.65715],[53.11794,8.65705],[53.11743,8.65537],[53.11656,8.65461],[53.11626,8.65352],[53.11637,8.65178],[53.11852,8.64964],[53.12203,8.65140],[53.12209,8.65050],[53.12321,8.64988],[53.12369,8.64883],[53.12515,8.64843],[53.12708,8.64522],[53.12961,8.64102],[53.13685,8.63251],[53.15399,8.62607],[53.16605,8.62291],[53.17091,8.61081],[53.17341,8.58055],[53.19167,8.52708],[53.19784,8.51485],[53.19686,8.51233],[53.20099,8.50444],[53.20587,8.50084],[53.20958,8.49631],[53.21434,8.49265],[53.21695,8.49141],[53.22358,8.48252],[53.22650,8.48162],[53.22763,8.48749],[53.22776,8.48751],[53.22789,8.48762],[53.47568,8.51995],[53.47611,8.51947],[53.47727,8.51900],[53.48031,8.51515],[53.48199,8.51219],[53.48232,8.51145],[53.48316,8.50863],[53.48496,8.50140],[53.50511,8.51446],[53.51981,8.56030],[53.53731,8.56227],[53.66907,8.37270],[53.68996,8.39870],[53.60650,8.52083],[53.60688,8.52375],[53.60537,8.52362],[53.60385,8.52563],[53.60593,8.52718],[53.60459,8.53375],[53.60728,8.53520],[53.60280,8.55718],[53.60336,8.55812],[53.60222,8.56035],[53.59796,8.58151],[53.59740,8.58160],[53.59672,8.58670],[53.59585,8.58537],[53.59460,8.59134],[53.59353,8.59129],[53.59315,8.59275],[53.59580,8.60159],[53.60311,8.61262],[53.60543,8.62344],[53.60548,8.62614],[53.60471,8.63897],[53.60424,8.64136],[53.60367,8.64261],[53.60287,8.64288],[53.60170,8.64571],[53.60282,8.64662],[53.60318,8.64729],[53.60416,8.64659],[53.60436,8.64674],[53.60439,8.64576],[53.60488,8.64424],[53.60581,8.64364],[53.60712,8.64482],[53.60814,8.64477],[53.60785,8.64407],[53.60812,8.64320],[53.60902,8.64241],[53.61012,8.64312],[53.61010,8.64535],[53.61033,8.64779],[53.61001,8.64759],[53.61013,8.65189],[53.60859,8.65236],[53.60865,8.65345],[53.60833,8.65363],[53.60833,8.65520],[53.60911,8.65611],[53.60943,8.65786],[53.60908,8.65828],[53.60866,8.65704],[53.60805,8.65704],[53.60812,8.65932],[53.60724,8.65844],[53.60721,8.65873],[53.60624,8.65850],[53.60565,8.65806],[53.60559,8.65757],[53.60305,8.65720],[53.60238,8.65361],[53.60265,8.65388],[53.60360,8.65142],[53.60427,8.65147],[53.60441,8.64790],[53.60424,8.64761],[53.60440,8.64686],[53.60415,8.64685],[53.60410,8.64727],[53.60381,8.64844],[53.60398,8.64931],[53.60405,8.65099],[53.60316,8.65103],[53.60285,8.65288],[53.60272,8.65319],[53.59461,8.63868],[53.59349,8.64108],[53.58728,8.62992],[53.58563,8.62737],[53.57994,8.62257],[53.57718,8.62010],[53.57423,8.61959],[53.57118,8.62209],[53.56733,8.62545],[53.56628,8.62571],[53.56103,8.62849],[53.55559,8.63118],[53.55519,8.63235],[53.55437,8.63324],[53.55373,8.63463],[53.55359,8.63708],[53.55399,8.63902],[53.55494,8.64103],[53.55484,8.64240],[53.55489,8.64362],[53.55568,8.64691],[53.54942,8.64459],[53.54034,8.64553],[53.54178,8.64204],[53.53652,8.64163],[53.53479,8.63837],[53.53299,8.63850],[53.53000,8.63900],[53.52660,8.63953],[53.52657,8.63931],[53.52504,8.63966],[53.52515,8.63998],[53.52264,8.64380],[53.51867,8.64576],[53.51950,8.64950],[53.51735,8.65072],[53.51600,8.65222],[53.51428,8.64828],[53.51266,8.64942],[53.51283,8.64999],[53.51079,8.65122],[53.50980,8.64848],[53.50933,8.64554],[53.50953,8.64536],[53.50740,8.64035],[53.50564,8.63728],[53.50566,8.63664],[53.50356,8.63780],[53.50277,8.63636],[53.50240,8.63526],[53.50194,8.63426],[53.50154,8.63177],[53.50161,8.62802],[53.50138,8.62554],[53.49828,8.63055],[53.49060,8.61973],[53.48789,8.61068],[53.48397,8.60965],[53.48389,8.60674],[53.48426,8.60308],[53.48455,8.60201],[53.48462,8.60131],[53.48531,8.59907],[53.48564,8.59755],[53.48552,8.59569],[53.48563,8.59436],[53.48517,8.59337],[53.48526,8.59213],[53.48505,8.59175],[53.48697,8.58442],[53.48560,8.57936],[53.48584,8.57678],[53.48665,8.57503],[53.48855,8.57399],[53.48746,8.57228],[53.48795,8.57155],[53.48523,8.56495],[53.48306,8.55479],[53.48084,8.53936],[53.48050,8.53656],[53.48053,8.53141],[53.48023,8.52920],[53.47784,8.52341],[53.47568,8.51995],[53.22789,8.48762],[53.22819,8.48864],[53.22835,8.48859]], + DD_HE: [[51.631519317626953,9.498769760131779],[51.627948760986385,9.504738807678336],[51.628349304199162,9.528088569641397],[51.632228851318473,9.539660453796671],[51.639678955078182,9.54525089263916],[51.639888763427678,9.557000160217399],[51.632530212402457,9.557258605957031],[51.62537002563505,9.569279670715616],[51.62565994262701,9.586950302124023],[51.629428863525391,9.592718124389705],[51.629810333251953,9.616359710693644],[51.633468627929801,9.616238594055119],[51.633571624756144,9.622168540954874],[51.637340545654354,9.62797927856451],[51.633758544921932,9.634020805359114],[51.629989624023494,9.628209114074991],[51.622821807861555,9.640288352966593],[51.615379333496037,9.634588241577092],[51.608131408691349,9.640740394592399],[51.608219146728459,9.646670341491983],[51.593791961669922,9.664910316467342],[51.593879699707031,9.670848846435774],[51.59019851684593,9.670959472656477],[51.590290069580021,9.676899909973088],[51.583122253418253,9.689008712768555],[51.575771331787223,9.68920993804926],[51.568340301513956,9.68346023559576],[51.568168640136946,9.671568870544718],[51.564498901367358,9.671669960022143],[51.564319610595817,9.659809112548885],[51.560649871826399,9.659909248352164],[51.553131103515682,9.6482896804809],[51.549468994140682,9.648390769958496],[51.552951812744141,9.636480331420842],[51.549091339111271,9.624798774719352],[51.556339263915959,9.61868000030546],[51.556251525878849,9.612799644470272],[51.541751861572493,9.625018119812012],[51.534408569336165,9.625250816345158],[51.526981353759766,9.619598388671875],[51.523208618164176,9.613839149475211],[51.522800445556641,9.590420722961483],[51.515449523925781,9.590660095215071],[51.508300781250057,9.602598190307617],[51.501049041748047,9.608678817749023],[51.49370193481468,9.608918190002612],[51.490131378173942,9.614890098571834],[51.482879638671875,9.62095928192133],[51.479309082031307,9.626930236816463],[51.475849151611271,9.638750076293945],[51.472278594970874,9.644719123840332],[51.468601226806584,9.644819259643612],[51.461029052734489,9.633330345153809],[51.453552246093977,9.627718925476302],[51.446189880371037,9.627940177917537],[51.438949584960881,9.633999824524096],[51.427890777588118,9.634340286254883],[51.428031921386832,9.640160560608024],[51.424331665039119,9.640270233154467],[51.420768737793082,9.646209716797159],[51.416831970214844,9.634658813476733],[51.413139343261832,9.634789466858194],[51.413009643554631,9.628970146179142],[51.409450531005973,9.634898185729924],[51.409061431884879,9.617469787597599],[51.405231475830192,9.611789703369425],[51.405090332031477,9.605990409851302],[51.401260375976619,9.600328445434684],[51.401119232177734,9.594530105590877],[51.404682159423942,9.588608741760311],[51.400840759277344,9.582959175110091],[51.393299102783203,9.577449798584269],[51.393161773681697,9.571659088134766],[51.389450073242415,9.571800231933651],[51.381900787353572,9.56630992889427],[51.378040313720703,9.560680389404581],[51.378189086914119,9.566449165344352],[51.374618530273551,9.572369575500431],[51.37477111816429,9.578139305114689],[51.371059417724837,9.578280448913574],[51.363491058349894,9.572798728942814],[51.363048553467024,9.555488586425952],[51.359340667724609,9.555639266967944],[51.359489440918026,9.561409950256291],[51.35206222534174,9.561698913574276],[51.348350524902287,9.561838150024585],[51.344928741455305,9.573518753051758],[51.345218658447266,9.585058212280273],[51.338088989257812,9.596888542175577],[51.334381103515739,9.597039222717569],[51.327251434326456,9.608869552612305],[51.327400207519531,9.614639282226562],[51.331272125244084,9.620259284973088],[51.327861785888672,9.631949424743823],[51.324298858642635,9.63787937164318],[51.320888519287337,9.649547576904581],[51.317329406738338,9.655458450317326],[51.313930511474609,9.667149543762321],[51.32136154174799,9.666870117187443],[51.321521759033317,9.672640800476188],[51.317958831787109,9.678549766540755],[51.314250946045036,9.678689956665323],[51.307769775390796,9.713579177856502],[51.30081939697277,9.731150627136287],[51.308750152588175,9.748209953308276],[51.312900543212947,9.765528678894157],[51.324272155761832,9.770859718322924],[51.327999114990348,9.77073001861595],[51.331619262695312,9.77073860168457],[51.327850341797102,9.764918327331827],[51.331359863281364,9.759050369262866],[51.335182189941349,9.764808654785213],[51.338890075683651,9.77073860168457],[51.342529296875227,9.77073860168457],[51.342369079589901,9.758878707885799],[51.338710784912053,9.758929252624512],[51.338829040527344,9.764779090881348],[51.335041046142692,9.758978843689135],[51.331199645996094,9.75326061248785],[51.323459625244084,9.741929054260481],[51.323299407958984,9.7361488342288],[51.330711364746321,9.735909461975211],[51.337940216064567,9.729920387268294],[51.34148025512718,9.724031448364485],[51.345180511474894,9.723918914794979],[51.359611511230469,9.711949348449991],[51.359470367431754,9.706138610839957],[51.36669921875,9.700138092040959],[51.370521545410327,9.705880165100325],[51.374462127685604,9.717448234558219],[51.374580383301009,9.723290443420694],[51.371051788330305,9.72920036315935],[51.374832153320426,9.734999656677246],[51.378749847412394,9.752678871155069],[51.386032104492415,9.752629280090275],[51.389789581298942,9.764598846435661],[51.393520355224609,9.776679039001579],[51.393558502197493,9.78892898559593],[51.389919281005916,9.795119285583553],[51.38994216918968,9.801288604736328],[51.404560089111328,9.801119804382381],[51.400878906250057,9.795009613037109],[51.408191680908374,9.79492092132574],[51.411869049072493,9.801008224487362],[51.411918640136719,9.813290596008471],[51.415611267089901,9.819369316101074],[51.408309936523494,9.825638771057129],[51.408351898193359,9.837929725647257],[51.404708862304915,9.844149589538745],[51.393692016601676,9.838198661804313],[51.386371612548942,9.838309288024846],[51.375431060791243,9.850760459899902],[51.375450134277344,9.869279861450138],[51.382759094238338,9.863018989563272],[51.386409759521484,9.856799125671614],[51.401081085205021,9.856518745422647],[51.404720306396484,9.850290298462141],[51.415779113769759,9.85617923736595],[51.415870666503849,9.874579429626635],[51.408531188965071,9.88092041015625],[51.412239074706974,9.886949539184627],[51.415931701660156,9.8868408203125],[51.419651031494141,9.89286041259777],[51.419750213623161,9.911230087280501],[51.408668518066577,9.911589622497559],[51.393959045410156,9.930508613586483],[51.393981933593921,9.936628341674862],[51.382888793945312,9.937070846557731],[51.379199981689624,9.937148094177246],[51.379199981689624,9.930990219116154],[51.375518798828182,9.931010246276912],[51.371841430664062,9.924859046936092],[51.360671997070369,9.931119918823526],[51.35324859619152,9.931139945983887],[51.345790863037109,9.937189102172795],[51.342121124267692,9.931148529052905],[51.338359832763672,9.937199592590616],[51.338321685791129,9.943220138549975],[51.334579467773551,9.949238777160758],[51.319728851318416,9.949289321899641],[51.312351226806754,9.943299293518066],[51.308639526367301,9.943320274353084],[51.304889678955135,9.949359893798885],[51.304779052734602,9.967390060424918],[51.301029205322322,9.973408699035701],[51.297321319580021,9.973429679870719],[51.293571472168082,9.979449272155989],[51.289859771728629,9.97948074340826],[51.286190032959041,9.97350883483881],[51.28599929809576,10.003479957580851],[51.289680480957088,10.009430885315055],[51.282218933105469,10.01548004150419],[51.282138824462947,10.027438163757495],[51.278430938720817,10.027479171753043],[51.278251647949446,10.05734062194847],[51.274501800537109,10.063360214233342],[51.270790100097713,10.063398361206055],[51.263439178466797,10.051548957824707],[51.25601959228527,10.051629066467456],[51.255981445312614,10.057598114013842],[51.252201080322322,10.069588661193848],[51.248451232910327,10.075610160827694],[51.248481750488338,10.06963920593256],[51.244739532470703,10.075659751892317],[51.237308502197266,10.075749397278003],[51.233631134033203,10.069819450378418],[51.229930877685604,10.069869041442814],[51.226181030273665,10.075889587402571],[51.226150512695312,10.081858634948958],[51.229820251465071,10.087778091430721],[51.229782104492244,10.093750000000171],[51.222358703613338,10.093850135803279],[51.222251892090128,10.111739158630428],[51.218502044677848,10.117739677429256],[51.218429565429801,10.129659652710018],[51.222110748291072,10.135569572448674],[51.218360900879134,10.141558647155989],[51.222068786621207,10.141519546508789],[51.218330383300781,10.147519111633528],[51.214618682861385,10.147560119628906],[51.210868835449219,10.153558731079329],[51.207160949707145,10.153609275818042],[51.207088470459269,10.165498733520451],[51.210769653320426,10.171400070190657],[51.203208923339844,10.195248603820858],[51.195758819580305,10.201299667358398],[51.192050933837891,10.201338768005371],[51.19202041626005,10.207280158996866],[51.192001342773438,10.21321964263916],[51.188282012939453,10.213260650634766],[51.188240051269759,10.219200134277457],[51.184501647949162,10.225180625915527],[51.188148498535156,10.236989021301497],[51.180728912353629,10.237089157104606],[51.173339843750057,10.231249809265194],[51.162319183349609,10.213598251343058],[51.154899597168082,10.213698387146167],[51.151229858398665,10.207809448242358],[51.14751052856468,10.207857131958178],[51.143772125244254,10.213839530944824],[51.143741607666129,10.219770431518725],[51.13639068603527,10.207998275756836],[51.125228881835938,10.214078903198242],[51.117809295654411,10.214177131652946],[51.114170074463004,10.202360153198526],[51.1142005920413,10.196429252624682],[51.12910079956049,10.184350013732853],[51.132808685302791,10.184300422668457],[51.132781982421989,10.190238952636662],[51.140201568603516,10.190138816833553],[51.140258789062443,10.17825984954834],[51.14768218994152,10.178159713745231],[51.151420593261946,10.172169685363826],[51.151451110839957,10.166229248047046],[51.147781372070369,10.160329818725813],[51.147811889648494,10.154378890991211],[51.144100189209041,10.154429435730094],[51.14794921875,10.130580902099894],[51.140529632568473,10.130668640136776],[51.140571594238338,10.12471866607666],[51.136859893798942,10.124769210815373],[51.136791229248047,10.136679649353027],[51.133079528808651,10.136720657348803],[51.129341125488395,10.142730712890739],[51.125629425048942,10.142779350281046],[51.12559890747076,10.148729324340991],[51.118110656738565,10.160719871520996],[51.118011474609432,10.178549766540641],[51.106880187988224,10.178700447082633],[51.106948852539119,10.166818618774357],[51.103240966796989,10.166859626770304],[51.099498748779411,10.172859191894645],[51.099540710449446,10.166918754577637],[51.095851898193473,10.161018371582315],[51.092151641845703,10.161070823669434],[51.088500976562557,10.149228096008301],[51.084789276123161,10.149278640747013],[51.084758758545149,10.155228614807129],[51.077339172363281,10.155329704284725],[51.069889068603743,10.161380767822266],[51.069961547851619,10.1494789123538],[51.055130004882926,10.149688720703352],[51.055019378662166,10.16751861572277],[51.05128097534174,10.173509597778263],[51.051250457763786,10.179450035095272],[51.04751205444353,10.185439109802189],[51.051181793213118,10.191320419311637],[51.043769836425781,10.191429138183594],[51.043708801269645,10.20329856872587],[51.040000915527401,10.203349113464355],[51.036258697509936,10.209328651428166],[51.032562255859432,10.20939064025896],[51.025070190429688,10.221340179443416],[51.021389007568359,10.215459823608626],[51.017688751220987,10.215510368347338],[51.017719268798828,10.209580421447754],[51.021480560302848,10.197670936584586],[51.017780303955135,10.197718620300407],[51.014011383056697,10.20963001251215],[51.010299682617244,10.209679603576944],[51.006649017333928,10.197870254516886],[51.002910614013729,10.203859329223803],[50.999240875244141,10.197978973388842],[50.999301910400618,10.186108589172647],[50.99932861328125,10.180178642273063],[51.003070831298999,10.174189567566145],[50.999389648437557,10.16829967498785],[50.995750427246151,10.156480789184855],[50.995780944824446,10.150529861450252],[50.999549865722656,10.138588905334643],[51.003292083740291,10.132588386535815],[51.00326156616228,10.13853931427002],[51.01071929931652,10.132478713989371],[51.010810852050781,10.114620208740178],[51.00714111328125,10.108718872070369],[51.003421783447266,10.108759880066145],[51.010921478271541,10.096739768982047],[51.014728546142635,10.078778266906681],[51.011100769043082,10.066889762878532],[51.014839172363338,10.060869216919173],[51.01494216918968,10.04291820526123],[51.007579803467081,10.031080245971964],[51.000160217285384,10.031199455261515],[50.996479034423942,10.025279998779354],[50.989059448242188,10.025398254394815],[50.981658935547102,10.019538879394474],[50.977931976318416,10.025579452514592],[50.974170684814567,10.037590026855526],[50.970420837402571,10.043620109558219],[50.963058471679631,10.031788825988826],[50.95928955078125,10.043800354003906],[50.948162078857479,10.043979644775447],[50.948089599609602,10.055930137634221],[50.951782226562614,10.061840057373047],[50.948028564453125,10.06787014007574],[50.940681457519588,10.056048393249682],[50.940799713134879,10.032149314880371],[50.944541931152628,10.026119232177678],[50.948249816894531,10.026068687439192],[50.940849304199446,10.020199775695914],[50.937171936035327,10.014289855957088],[50.944629669189567,10.002210617065657],[50.940921783447322,10.00226974487299],[50.944660186767521,9.99024963378929],[50.940971374511719,9.984328269958553],[50.944690704345703,9.978288650512752],[50.944709777832145,9.960378646850756],[50.948421478271598,9.948389053345011],[50.941001892089844,9.954468727112101],[50.937290191650447,9.95452880859375],[50.929870605468693,9.954649925231877],[50.929870605468693,9.948690414428825],[50.92615890502924,9.948748588562069],[50.92615890502924,9.960688591003588],[50.933578491210994,9.966530799865666],[50.933570861816463,9.972499847412223],[50.937259674072266,9.984390258789347],[50.937240600585994,9.99036979675293],[50.922431945800724,9.978649139404467],[50.915031433105469,9.966819763183651],[50.907600402832031,9.978878974914551],[50.911300659179744,9.984808921814135],[50.915008544921875,9.984749794006404],[50.918682098388786,9.996640205383301],[50.922370910644588,10.002568244934309],[50.922321319580362,10.014529228210677],[50.918621063232649,10.014589309692496],[50.914859771728629,10.02659988403326],[50.911128997802734,10.032638549804972],[50.911098480224609,10.03861141204851],[50.907390594482479,10.038669586181754],[50.903652191162053,10.044710159302042],[50.903621673584098,10.050679206848201],[50.899909973144815,10.050740242004338],[50.896228790283203,10.044830322265682],[50.892490386963118,10.050869941711483],[50.892421722412109,10.062809944152832],[50.885002136230582,10.062939643859806],[50.881328582763615,10.057030677795638],[50.877719879150391,10.039159774780444],[50.87401199340826,10.039228439331112],[50.870330810546989,10.033308982849121],[50.870361328124943,10.027329444885538],[50.866680145263672,10.021409988403377],[50.851860046386662,10.021649360656966],[50.851821899414176,10.02763938903837],[50.855468750000284,10.039538383483944],[50.844371795654297,10.033748626708928],[50.833309173583984,10.021959304809798],[50.840782165527628,10.009849548339844],[50.837108612060547,10.003908157348746],[50.833400726318473,10.003970146179142],[50.829711914062614,9.998019218444938],[50.833450317382869,9.991968154907227],[50.833480834960994,9.979989051818904],[50.837200164794979,9.973949432373104],[50.82239913940424,9.950229644775561],[50.818698883056697,9.950278282165471],[50.818698883056697,9.956249237060831],[50.811302185058594,9.956340789794922],[50.803901672363509,9.94446945190424],[50.796501159668082,9.944539070129395],[50.78911209106468,9.95658016204851],[50.785411834716797,9.950629234314079],[50.781711578369254,9.956660270690861],[50.781711578369254,9.944678306579647],[50.778011322021484,9.938730239868335],[50.781681060791243,9.92674827575712],[50.770610809326399,9.926839828491211],[50.763198852539062,9.920918464660645],[50.759529113769815,9.926910400390852],[50.763229370117188,9.932849884033146],[50.759552001953068,9.938851356506461],[50.741100311279411,9.938939094543571],[50.737411499023551,9.932968139648608],[50.737419128417912,9.938960075378418],[50.73004150390625,9.932989120483455],[50.726360321045149,9.932999610900879],[50.726348876953239,9.927020072937069],[50.715259552001953,9.909159660339299],[50.707889556884822,9.903208732605265],[50.704238891601506,9.909128189087028],[50.704261779785156,9.915090560913143],[50.696929931640739,9.915069580078125],[50.685852050781307,9.897190093994311],[50.689472198486328,9.891299247741699],[50.682102203369197,9.885350227356071],[50.678390502929915,9.879428863525334],[50.674739837646598,9.879399299621639],[50.67467117309593,9.873539924621525],[50.671020507812614,9.873500823974723],[50.667430877685774,9.879320144653377],[50.652858734130859,9.879100799560547],[50.649139404296875,9.873208999633846],[50.641841888427791,9.873108863830566],[50.638359069824276,9.884748458862362],[50.641921997070312,9.896899223327694],[50.645622253418082,9.896860122680721],[50.645549774170036,9.902958869934082],[50.641849517822322,9.903029441833496],[50.641769409179915,9.909128189087028],[50.634140014648665,9.921538352966309],[50.633991241455078,9.933758735656795],[50.630100250244254,9.946098327636662],[50.633781433105526,9.95207881927513],[50.633708953857536,9.958189010620174],[50.641189575195369,9.958000183105696],[50.644840240478516,9.964039802551497],[50.659881591796932,9.945509910583439],[50.667289733886719,9.94540977478033],[50.670921325683594,9.951470375060978],[50.670650482177791,9.975899696350268],[50.674362182617244,9.975858688354492],[50.677921295166243,9.988030433655069],[50.677509307861385,10.024668693542537],[50.67726135253929,10.048980712890852],[50.673488616943359,10.055109024047852],[50.669780731201286,10.05518913269043],[50.669719696045149,10.061220169067383],[50.666011810302734,10.061289787292537],[50.658531188964901,10.067489624023665],[50.658489227294979,10.073478698730582],[50.647331237793026,10.073749542236612],[50.63983154296875,10.079909324646053],[50.632381439209098,10.086059570312784],[50.621219635009936,10.086329460144157],[50.621238708496207,10.080350875854663],[50.62134170532255,10.068188667297591],[50.62511062622076,10.068067550659464],[50.628898620605412,10.061909675598201],[50.625270843506087,10.04981899261486],[50.621490478515625,10.049948692321834],[50.617740631103459,10.044039726257495],[50.613960266113395,10.038170814514217],[50.60626220703125,10.044599533081112],[50.602451324463004,10.05071067810087],[50.594909667968864,10.050810813903979],[50.583621978759766,10.050937652588061],[50.572319030761776,10.045120239257983],[50.564811706542912,10.051120758056811],[50.557312011718864,10.063029289245662],[50.553539276123104,10.057140350341854],[50.546001434326456,10.051288604736271],[50.542240142822266,10.051329612732047],[50.534709930420036,10.045479774475211],[50.534690856933594,10.039569854736385],[50.523410797119197,10.039679527282999],[50.523422241210881,10.045589447021655],[50.51588058471674,10.039758682251261],[50.493331909179858,10.040019035339299],[50.489551544189567,10.03416919708269],[50.482028961181868,10.034279823303223],[50.482002258300895,10.02838039398199],[50.474472045898494,10.022590637206974],[50.470710754394588,10.022649765014705],[50.466930389404297,10.016819953918628],[50.466899871826172,10.010910034179972],[50.45933914184593,9.999258995056266],[50.44425201416027,9.987749099731616],[50.440441131591854,9.976030349731502],[50.432861328125,9.964400291443042],[50.429111480712891,9.964490890502987],[50.42908096313505,9.958589553833008],[50.425350189208984,9.964568138122502],[50.421562194824162,9.958759307861442],[50.421531677246207,9.952870368957633],[50.425251007080192,9.946888923645076],[50.421459197998161,9.941080093384016],[50.421440124511719,9.935190200805721],[50.417598724365348,9.923488616943303],[50.410049438476619,9.917779922485352],[50.402431488037109,9.900299072265739],[50.402351379394702,9.888500213623104],[50.398551940917969,9.882708549499512],[50.398509979248104,9.876818656921614],[50.40225982666027,9.876709938049487],[50.409740447998274,9.870599746704215],[50.402179718017692,9.864909172058049],[50.398380279541129,9.85912036895752],[50.398288726806697,9.847309112548885],[50.405719757080135,9.835259437561319],[50.405620574951456,9.823439598083439],[50.413070678710994,9.811389923095703],[50.416851043701286,9.811278343200684],[50.420589447021541,9.805289268493766],[50.42433166503929,9.799279212951831],[50.424228668212947,9.781549453735295],[50.420440673828125,9.781669616699332],[50.416622161865462,9.775870323181209],[50.420421600342024,9.775739669799975],[50.424179077148551,9.769669532775993],[50.424091339111442,9.757839202881087],[50.416488647460994,9.752180099487362],[50.416419982910099,9.746289253235147],[50.412639617920036,9.746389389038086],[50.412689208984432,9.752278327941895],[50.408920288086051,9.752389907837085],[50.401378631591854,9.758568763732967],[50.401351928710881,9.752629280090275],[50.386188507080021,9.75314044952421],[50.370979309082145,9.741768836975154],[50.363418579101562,9.741998672485408],[50.355770111084212,9.730419158935831],[50.348281860351676,9.730729103088663],[50.348331451416243,9.736640930175895],[50.344661712646484,9.742698669433651],[50.31105041503929,9.744089126586971],[50.299800872802734,9.738649368286303],[50.292240142822322,9.727218627929915],[50.292121887207031,9.709688186645508],[50.288379669189453,9.709858894348429],[50.277069091796932,9.692958831787109],[50.277000427246094,9.681389808654728],[50.273170471191349,9.669989585876522],[50.273128509521655,9.664210319519327],[50.269401550292969,9.664389610290698],[50.269309997558707,9.652839660644759],[50.258071899414176,9.64762020111084],[50.258018493652571,9.641879081726131],[50.254268646240291,9.642059326171818],[50.250499725341854,9.63650035858177],[50.246768951416016,9.636690139770565],[50.246860504150618,9.648179054260368],[50.243160247802734,9.654120445251465],[50.239509582519759,9.665809631347884],[50.231990814209212,9.660399436950684],[50.231781005859318,9.631689071655387],[50.227951049804972,9.620418548583928],[50.224220275878906,9.620598793029785],[50.224121093750114,9.609169006347713],[50.220291137695426,9.597940444946516],[50.223979949951399,9.59203910827631],[50.223941802978572,9.586340904235783],[50.220149993896712,9.580829620361555],[50.223892211914119,9.580638885498274],[50.231311798095646,9.574540138244743],[50.231262207031421,9.568858146667765],[50.22748947143549,9.563358306884879],[50.227378845215128,9.551989555358887],[50.223590850830305,9.546508789062443],[50.223541259765739,9.540838241577205],[50.231021881103743,9.54041862487793],[50.234710693359375,9.534529685974121],[50.234661102295149,9.528859138488883],[50.230869293213004,9.523398399352971],[50.234561920166016,9.517519950866756],[50.234508514404411,9.511850357055607],[50.241931915283317,9.505748748779581],[50.241878509521541,9.500089645385856],[50.230670928955135,9.500750541687296],[50.226879119873161,9.495330810546932],[50.223190307617301,9.501188278198299],[50.219451904296875,9.501408576965446],[50.212028503418026,9.507490158081112],[50.211978912353572,9.501839637756404],[50.20829010009777,9.507691383361816],[50.204551696777344,9.5079088211059],[50.197181701660384,9.519628524780273],[50.193439483642635,9.519838333129996],[50.193290710449219,9.502900123596191],[50.174598693847656,9.503918647766284],[50.170921325683878,9.509759902954272],[50.167179107666129,9.509958267212085],[50.167388916015682,9.532540321350154],[50.159931182861442,9.532930374145565],[50.148601531982479,9.522219657897949],[50.14849853515625,9.510950088500977],[50.133548736572322,9.51172924041748],[50.111240386963118,9.52411937713623],[50.103771209716797,9.524490356445369],[50.099979400634822,9.519059181213322],[50.092510223388672,9.519418716430948],[50.092449188232365,9.513798713684196],[50.09608078002924,9.502388954162654],[50.092350006103572,9.502569198608512],[50.092239379882869,9.491349220275936],[50.095920562744141,9.485569000244084],[50.092182159424055,9.485749244689941],[50.092060089111442,9.474539756775187],[50.088291168212891,9.469129562377987],[50.088050842285213,9.446760177612305],[50.084259033203352,9.441370010376033],[50.084152221679631,9.430199623108081],[50.080348968506087,9.424818992614917],[50.080291748046989,9.419237136841048],[50.087711334228516,9.41326808929449],[50.087650299072379,9.407689094543514],[50.095069885253906,9.401707649230957],[50.102539062500057,9.401309967041016],[50.124790191650618,9.383340835571289],[50.128528594970703,9.383129119873161],[50.132209777832145,9.377340316772461],[50.128299713134879,9.36085033416748],[50.131919860839901,9.349509239196777],[50.139282226562443,9.337959289550838],[50.139221191406364,9.33240032196062],[50.135421752929801,9.327069282531852],[50.131568908691634,9.316190719604776],[50.142601013183651,9.298890113830623],[50.142421722412053,9.282270431518668],[50.138679504394645,9.282488822937239],[50.138488769531364,9.265908241272257],[50.142230987548771,9.265709877014217],[50.142082214355582,9.254729270935059],[50.14572906494152,9.249088287353686],[50.145660400390682,9.243609428405819],[50.149280548095817,9.237930297851733],[50.145481109619084,9.232619285583723],[50.145389556884993,9.227120399475098],[50.141681671142578,9.227309226989803],[50.141410827636719,9.210748672485579],[50.137699127197266,9.210957527160815],[50.137512207031364,9.199889183044547],[50.133811950683594,9.200100898742676],[50.130199432373331,9.20586013793951],[50.122779846191634,9.206258773803711],[50.118900299072322,9.195440292358455],[50.115100860595817,9.190119743347338],[50.111389160156364,9.190339088439998],[50.107589721679801,9.185040473937988],[50.100090026855696,9.179939270019702],[50.096302032470703,9.174639701843205],[50.092571258544979,9.174830436706486],[50.088771820068473,9.169540405273494],[50.088699340820426,9.163909912109546],[50.092391967773438,9.163698196411417],[50.096092224121321,9.163440704345874],[50.103599548339957,9.168568611145133],[50.10739898681652,9.173929214477539],[50.118499755859375,9.173168182373217],[50.114688873291243,9.167789459228629],[50.114448547363395,9.15641021728544],[50.12517166137718,9.138387680053768],[50.124710083007869,9.115120887756518],[50.121021270752067,9.11531925201416],[50.117221832275504,9.109668731689453],[50.117012023925952,9.097978591919116],[50.120578765869197,9.091959953308333],[50.116790771484375,9.086290359497184],[50.116352081298828,9.062898635864258],[50.112548828125114,9.05722808837919],[50.112110137939453,9.033840179443416],[50.108428955078296,9.034000396728743],[50.104629516601562,9.028310775757063],[50.097171783447379,9.022769927978572],[50.093368530273438,9.017069816589469],[50.071300506591797,9.017890930175838],[50.067508697509766,9.012169837951888],[50.067401885986385,9.006319046020565],[50.063720703125114,9.006440162658691],[50.056240081787109,9.000828742981184],[50.052471160888729,8.995120048523233],[50.045101165771598,8.995349884033317],[50.041549682617244,9.001310348510856],[50.041648864746094,9.007158279418888],[50.045551300048828,9.018729209899846],[50.045768737793082,9.030429840088175],[50.042308807373047,9.042228698730639],[50.042411804199219,9.048080444336222],[50.020320892334098,9.048669815063533],[50.013061523437671,9.054679870605696],[50.009368896484659,9.054768562316895],[50.005588531494368,9.049039840698413],[50.001998901367358,9.054940223693904],[49.998321533203068,9.055020332336483],[49.998420715332259,9.060838699341048],[49.994838714599609,9.066729545593262],[49.991149902343807,9.06680965423601],[49.987369537353516,9.061068534851131],[49.990848541259766,9.049359321594352],[49.998008728027344,9.037538528442383],[49.994331359863281,9.037630081177042],[49.99053955078125,9.031888961792163],[49.986961364746151,9.037798881530819],[49.97959136962902,9.037961006164721],[49.979492187500171,9.032149314880598],[49.975811004638729,9.032219886779842],[49.968540191650391,9.038190841674805],[49.957500457763729,9.038410186767635],[49.957599639892521,9.044219017028865],[49.950130462646598,9.038539886474609],[49.946350097656477,9.032818794250659],[49.946449279785099,9.038619041442871],[49.939079284668026,9.038769721984863],[49.935501098632869,9.044638633728141],[49.920768737793026,9.04491043090826],[49.909629821777287,9.039319038391113],[49.909721374511776,9.045119285583723],[49.902359008789176,9.045257568359318],[49.895092010498217,9.051189422607479],[49.876678466796875,9.051530838012752],[49.869499206543196,9.063239097595442],[49.869411468505916,9.057450294494913],[49.865638732910156,9.051729202270565],[49.865550994873104,9.045940399170092],[49.861869812011946,9.046008110046444],[49.858280181884936,9.051858901977539],[49.858360290527344,9.057649612427042],[49.851009368896484,9.057780265808105],[49.847240447998104,9.052070617676065],[49.847160339355526,9.046279907226562],[49.843559265136946,9.052129745483398],[49.839881896972656,9.052198410034237],[49.843730926513615,9.063698768615779],[49.847499847412223,9.069410324096793],[49.847579956054744,9.075199127197493],[49.843898773193473,9.075259208679313],[49.840141296386776,9.069548606872786],[49.832771301269474,9.069679260253849],[49.832859039306584,9.075458526611442],[49.847911834717081,9.098300933837947],[49.844219207763899,9.098360061645678],[49.844299316406307,9.104130744934025],[49.840621948242188,9.104199409485091],[49.840450286865348,9.092659950256575],[49.833099365234489,9.092778205871639],[49.829490661621207,9.098620414734114],[49.821979522705192,9.087199211120662],[49.81837081909174,9.093041419983138],[49.814689636230469,9.093109130859489],[49.807411193847656,9.098999977111873],[49.800041198730526,9.099129676818848],[49.796440124511946,9.104960441589412],[49.792751312255973,9.10502910614008],[49.79656982421875,9.116488456726245],[49.800319671630916,9.122187614440861],[49.800380706787223,9.127959251404093],[49.796810150146428,9.13953018188505],[49.796859741211051,9.145290374755803],[49.793140411377067,9.139590263366699],[49.789440155029297,9.139659881592024],[49.785808563232422,9.145479202270508],[49.782119750976619,9.145549774169922],[49.778381347656364,9.139859199523926],[49.778331756591797,9.134100914001579],[49.774539947509766,9.122639656067065],[49.770851135253963,9.122698783874569],[49.759750366210938,9.11713981628435],[49.759811401367415,9.122908592224121],[49.756229400634766,9.134509086608944],[49.756278991699162,9.14025974273676],[49.749031066894474,9.157649040222282],[49.745300292968807,9.151969909668196],[49.745380401611328,9.163489341735783],[49.737930297851676,9.152109146118107],[49.730560302734375,9.152250289916992],[49.726840972900391,9.14655876159668],[49.71947097778343,9.146700859070052],[49.719429016113395,9.140938758850154],[49.715751647949446,9.141010284423885],[49.715660095214787,9.129479408264388],[49.711978912353516,9.129558563232649],[49.708339691162109,9.135369300842285],[49.700969696045149,9.135530471801701],[49.700839996338004,9.118229866027775],[49.69712066650402,9.112528800964355],[49.697010040283317,9.100990295410156],[49.693279266357422,9.095290184021223],[49.685932159423885,9.095429420471305],[49.685981750488338,9.10120010376005],[49.678619384765739,9.101339340209961],[49.678569793701172,9.095569610595703],[49.671211242675724,9.095708847046183],[49.663951873779354,9.107380867004565],[49.66399002075201,9.11314868927002],[49.660308837890739,9.11322021484375],[49.656589508056754,9.107520103454647],[49.652919769287337,9.107590675354061],[49.649230957031364,9.10766983032255],[49.645591735839901,9.113509178161564],[49.638149261474609,9.102108955383528],[49.638069152832031,9.090560913085994],[49.634391784668082,9.090628623962346],[49.623229980468807,9.073519706726358],[49.604850769042969,9.073870658874569],[49.604980468750114,9.091198921203613],[49.601329803466797,9.097038269043196],[49.593978881835938,9.097179412842081],[49.583000183105696,9.108948707580851],[49.564590454101506,9.109319686889819],[49.55718994140625,9.097900390624943],[49.557209014892692,9.103679656982706],[49.553531646728743,9.10375022888195],[49.553489685058707,9.09220027923584],[49.546138763427848,9.092338562011832],[49.542510986328125,9.109760284423885],[49.538829803466854,9.11559867858881],[49.538841247558537,9.121370315552042],[49.531471252441406,9.121518135070801],[49.524089813232422,9.133218765258903],[49.520401000976562,9.133290290832633],[49.51303863525402,9.110339164734],[49.520401000976562,9.110179901123161],[49.531452178955192,9.104189872741756],[49.53142166137718,9.09263038635271],[49.527729034423828,9.086930274963379],[49.531360626220874,9.075300216675089],[49.535030364990462,9.07522010803234],[49.53501129150419,9.069439888000659],[49.531341552734432,9.069518089294434],[49.527629852295036,9.063808441162394],[49.527599334717024,9.058028221130542],[49.523929595947266,9.058098793029785],[49.520229339599894,9.052390098571834],[49.520271301269588,9.058170318603516],[49.516578674316577,9.058239936828841],[49.512882232666072,9.052519798278809],[49.512851715087891,9.046749114990234],[49.505512237548942,9.046890258789119],[49.505329132080192,9.017968177795694],[49.508998870849553,9.017900466918945],[49.508811950683821,8.994759559631518],[49.512470245361328,8.994688987731877],[49.516078948974609,8.988828659057845],[49.516021728515625,8.983049392700252],[49.508701324462947,8.983187675476074],[49.50846099853527,8.960039138793888],[49.512050628662053,8.954179763793945],[49.508388519287223,8.954250335693359],[49.504798889160384,8.96010971069353],[49.501140594482536,8.960178375244368],[49.497421264648551,8.954460144042912],[49.490108489990178,8.954589843750057],[49.493701934814567,8.948739051818961],[49.489971160888842,8.943020820617676],[49.486331939697266,8.943079948425407],[49.482608795166072,8.937359809875545],[49.478961944580305,8.937430381775187],[49.471649169922159,8.937568664551179],[49.471721649170149,8.943358421325797],[49.460868835449219,8.955150604248388],[49.460819244384993,8.949358940124625],[49.457111358642521,8.943630218505916],[49.456981658935547,8.932048797607365],[49.453269958496094,8.926328659058072],[49.445968627929858,8.926469802856388],[49.445758819580135,8.909089088439885],[49.449409484863452,8.909019470215298],[49.45298004150402,8.903169631958292],[49.449329376220703,8.903229713439941],[49.431030273437784,8.89778041839611],[49.423591613769815,8.886359214782658],[49.419761657714901,8.874889373779297],[49.408649444580362,8.863550186157568],[49.404911041259766,8.857840538024959],[49.404689788818359,8.846348762512264],[49.408222198486385,8.840531349182186],[49.415489196777514,8.840400695800724],[49.415248870849837,8.828908920288029],[49.407981872558878,8.829048156738679],[49.404220581054688,8.823370933532999],[49.404090881347884,8.817639350891056],[49.411090850830362,8.806039810180721],[49.414730072021598,8.805970191955566],[49.418231964111328,8.800168991088867],[49.418498992920149,8.811629295349121],[49.422008514404411,8.805818557739656],[49.425640106201115,8.805750846862907],[49.429538726806868,8.817149162292537],[49.429931640624943,8.834379196167049],[49.437210083007812,8.834239959716967],[49.440959930419922,8.83992004394571],[49.444488525390625,8.834118843079011],[49.462692260742472,8.833759307861385],[49.466209411621094,8.827938079834325],[49.477130889892692,8.827729225159089],[49.484901428222656,8.850608825683821],[49.488658905029524,8.856300354003906],[49.488769531250057,8.862079620361669],[49.481590270996207,8.867968559265478],[49.477939605712891,8.868048667907658],[49.474189758300724,8.862339973449707],[49.470649719238338,8.868169784546183],[49.474498748779297,8.879650115966797],[49.481979370117301,8.891058921814022],[49.485630035400618,8.890988349914608],[49.489448547363224,8.902488708496321],[49.493099212646541,8.90242958068859],[49.511341094970703,8.90207862854021],[49.507591247558594,8.896368980407772],[49.511161804199332,8.890519142150936],[49.510749816894815,8.867420196533544],[49.506988525390568,8.861720085144043],[49.506530761718977,8.838670730590877],[49.499240875244254,8.838809967041357],[49.499118804931641,8.833060264587459],[49.509799957275391,8.821329116821744],[49.5280189514163,8.820968627930029],[49.528148651123274,8.826729774475268],[49.531799316406421,8.826650619507177],[49.531539916992472,8.815138816833553],[49.52775955200218,8.80945873260498],[49.527622222900447,8.803710937500057],[49.523979187011889,8.803778648376806],[49.520191192627237,8.798109054565657],[49.516551971435604,8.798179626464901],[49.520050048828182,8.79235935211176],[49.519908905029297,8.78661060333252],[49.523410797119368,8.780790328979549],[49.523269653320312,8.775039672851562],[49.519470214843977,8.769379615783919],[49.522972106933707,8.763549804687443],[49.522819519042912,8.757818222045898],[49.526470184326229,8.757729530334871],[49.526309967041129,8.751999855041504],[49.529811859130859,8.746161460876408],[49.529651641845703,8.740430831909521],[49.526000976562557,8.740508079528809],[49.522190093994141,8.734857559204102],[49.522029876708984,8.729120254516602],[49.529331207275447,8.728948593139762],[49.539791107177791,8.711479187011662],[49.546932220459269,8.705559730529899],[49.550750732422102,8.711210250854606],[49.554229736328182,8.705380439758699],[49.554061889648551,8.699639320373649],[49.561199188232706,8.693719863891658],[49.572170257568359,8.693440437317008],[49.579139709472827,8.681758880615689],[49.579311370849666,8.687508583068848],[49.593952178955305,8.687130928040006],[49.594268798828352,8.698619842529638],[49.601749420166016,8.704190254211426],[49.605411529541243,8.704078674316406],[49.608901977539062,8.698250770568904],[49.61256027221674,8.698160171508732],[49.608741760253963,8.692498207092683],[49.608570098877124,8.686750411987362],[49.612232208252124,8.686650276184082],[49.612400054931641,8.69239997863815],[49.619720458984318,8.692219734192292],[49.623538970947493,8.697878837585449],[49.62720108032255,8.69777870178217],[49.63053131103544,8.686168670654411],[49.626361846923828,8.669018745422647],[49.622348785400391,8.657608985901106],[49.622001647949162,8.646108627319393],[49.613231658935774,8.600359916687353],[49.609569549560547,8.60046863555948],[49.605720520019588,8.594840049743709],[49.598388671875,8.595048904418945],[49.594909667968864,8.600899696350268],[49.595100402832145,8.606638908386174],[49.591430664062784,8.606749534607275],[49.580631256103743,8.612798690796012],[49.565990447998161,8.613219261169377],[49.558860778808707,8.619169235229492],[49.55152893066429,8.619379043579215],[49.551712036132869,8.625108718872013],[49.547870635986442,8.619479179382324],[49.544208526611385,8.619588851928768],[49.544029235839844,8.613869667053393],[49.536521911621207,8.608360290527742],[49.532859802246151,8.608460426330851],[49.536331176757926,8.602629661560286],[49.532482147216797,8.597019195557039],[49.528820037841911,8.597129821777401],[49.524971008300952,8.591519355774153],[49.524768829345987,8.585798263549805],[49.523811340332031,8.557209014893033],[49.537700653076399,8.533859252929972],[49.552169799804801,8.527660369873331],[49.569740295410099,8.504147529602449],[49.573219299316406,8.498289108276424],[49.576511383056584,8.486710548401106],[49.580181121826172,8.486580848694132],[49.590621948242244,8.469009399414347],[49.589870452880803,8.446089744568326],[49.586189270019531,8.446220397949219],[49.585620880127237,8.429039001464844],[49.596260070800724,8.417169570923306],[49.603599548340071,8.416900634765682],[49.607089996337891,8.411029815673828],[49.610759735107649,8.410890579223746],[49.614059448242188,8.399290084838924],[49.617549896240234,8.39341926574707],[49.639221191406421,8.381109237670898],[49.653751373291129,8.374810218811319],[49.657421112060547,8.374668121337947],[49.660930633545149,8.368789672851562],[49.664600372314567,8.368648529053075],[49.675449371338175,8.362480163574219],[49.690170288086165,8.361929893493709],[49.697719573974666,8.367408752441747],[49.701770782470987,8.378780364990234],[49.70563888549799,8.384388923645076],[49.709690093994141,8.395769119262752],[49.709880828857422,8.401530265808162],[49.714290618896484,8.42443084716831],[49.718139648437443,8.43006038665817],[49.718330383300724,8.435808181762923],[49.722358703613281,8.447199821472509],[49.729911804199503,8.452719688415584],[49.733589172363224,8.45258998870861],[49.744991302490234,8.463750839233626],[49.756740570068644,8.486449241638184],[49.767768859863281,8.486090660095442],[49.765998840332145,8.428420066833667],[49.773181915283203,8.422400474548397],[49.784240722656477,8.422019958496321],[49.791431427002067,8.416000366211051],[49.802299499511889,8.409860610962141],[49.816520690918082,8.392040252685831],[49.820030212402344,8.386138916015625],[49.831089019775504,8.385759353637866],[49.842330932617188,8.391178131103516],[49.846199035644588,8.396819114685286],[49.84989166259777,8.396700859069824],[49.853401184082031,8.390800476074503],[49.857089996337834,8.390669822692871],[49.860599517822322,8.384759902954215],[49.860431671142805,8.378990173339957],[49.863769531250227,8.36730003356962],[49.863590240478516,8.361519813537768],[49.870800018310831,8.355488777160588],[49.87448883056652,8.355368614196948],[49.881698608398665,8.34934043884283],[49.885391235351847,8.349209785461596],[49.908069610595703,8.365830421448038],[49.919151306152628,8.365469932556323],[49.930068969726562,8.359320640564079],[49.937278747558707,8.353289604187296],[49.948371887207031,8.35293006896967],[49.95928955078125,8.346780776977823],[49.973751068115291,8.334729194641284],[49.991401672363395,8.305179595947266],[49.994930267334098,8.299269676208439],[50.009208679199219,8.281429290771598],[50.016460418701399,8.275419235229663],[50.027069091796989,8.257689476013127],[50.026729583740291,8.246109008789233],[50.030101776123047,8.234410285949707],[50.02959060668951,8.21703910827631],[50.032958984375227,8.205340385436955],[50.03245925903326,8.187968254089299],[50.028400421142578,8.176508903503532],[50.028240203857422,8.17072868347168],[50.024349212646598,8.165048599243278],[50.023849487304801,8.147668838501261],[50.019958496093807,8.142009735107536],[50.015739440917969,8.124758720398006],[50.007801055908203,8.107628822326603],[50.003898620605469,8.101969718933276],[50.002948760986442,8.067208290100268],[49.998920440673885,8.055740356445483],[49.998771667480469,8.049948692321891],[49.986862182617472,8.021320343017749],[49.986740112304858,8.015508651733626],[49.978919982910327,7.998331069946403],[49.974990844726619,7.986810207366887],[49.974769592285384,7.969319820404337],[49.970909118652514,7.957788944244669],[49.970851898193416,7.946100234985295],[49.970668792724837,7.887711048126278],[49.9781494140625,7.87575006484991],[49.98191070556652,7.875589847564981],[49.989421844482536,7.869450092315674],[50.008232116699332,7.868689060211352],[50.015708923339844,7.85670995712303],[50.019439697265739,7.844879150390682],[50.030670166015852,7.826910018920955],[50.038169860840128,7.820769786835001],[50.041900634765682,7.808938980102653],[50.049381256103516,7.79695987701416],[50.053112030029411,7.78512001037592],[50.068149566650618,7.784550189971924],[50.068180084228629,7.796239852905558],[50.07194900512718,7.796101093292521],[50.083290100097713,7.813210010528508],[50.087039947509822,7.813068866730021],[50.083339691162109,7.824909210205078],[50.083412170410156,7.848290920257853],[50.094680786132812,7.847868919372559],[50.094669342041072,7.842020988464355],[50.102230072021655,7.85342979431158],[50.109710693359318,7.8472900390625],[50.1097412109375,7.853137969970703],[50.113491058349609,7.852990150451603],[50.113521575927791,7.858838081360034],[50.124740600586051,7.858398914337272],[50.128570556640739,7.869957923889274],[50.128608703613281,7.875809192657641],[50.124858856201456,7.875958919525146],[50.124889373779297,7.881810188293514],[50.121109008789176,7.876101016998518],[50.121150970459041,7.887798786163387],[50.113670349121207,7.899768829345817],[50.121231079101619,7.911179065704403],[50.121250152587834,7.917028903961238],[50.117500305175895,7.923018932342814],[50.11000061035179,7.929150104522705],[50.106262207031534,7.935139179230021],[50.098731994628963,7.935410976409969],[50.102508544921875,7.941120147705135],[50.110019683837891,7.934988975525073],[50.132591247558707,7.934138774871883],[50.140129089355526,7.939700126647949],[50.14015197753929,7.945549964904785],[50.147640228271484,7.933568954468058],[50.151401519775391,7.933430194855021],[50.151378631591911,7.927578926086483],[50.15513992309576,7.927440166473616],[50.155109405517805,7.92157793045061],[50.15882873535179,7.915599822998161],[50.162479400634766,7.903739929199389],[50.169879913330192,7.897570133209172],[50.173679351806754,7.903278827667293],[50.181060791015625,7.897068977356014],[50.188720703125,7.914370059967212],[50.196331024169979,7.925789833068904],[50.200050354003963,7.925619125366381],[50.203708648681641,7.919559001922778],[50.203781127929688,7.925447940826587],[50.207641601562557,7.937048912048454],[50.211551666259822,7.954501152038688],[50.207859039306641,7.960507869720516],[50.211658477783146,7.966219902038574],[50.219150543213061,7.965919017792032],[50.219261169433594,7.977620124817008],[50.226989746093864,8.000709533691463],[50.230800628662109,8.006399154663143],[50.234550476074446,8.006259918213061],[50.230861663818416,8.012240409851131],[50.230918884277401,8.018070220947436],[50.227169036865234,8.018209457397518],[50.227230072021541,8.024050712585506],[50.223400115967024,8.018350601196573],[50.216049194336165,8.030288696289119],[50.216209411621094,8.041949272155989],[50.212539672851562,8.047920227050952],[50.216381072998161,8.053608894348145],[50.22013092041044,8.053469657898233],[50.227798461914062,8.064849853515739],[50.231731414794922,8.076358795166072],[50.235481262207088,8.076229095458928],[50.239040374756087,8.064441680908203],[50.242778778076172,8.064299583435229],[50.242610931396655,8.052639961242676],[50.246440887451172,8.058328628540266],[50.253849029541016,8.052229881286905],[50.25370025634794,8.040570259094352],[50.257450103759766,8.040429115295467],[50.261268615722884,8.046119689941463],[50.261348724365462,8.051950454711857],[50.268829345703125,8.051680564880485],[50.272750854492301,8.063199043273983],[50.273021697998161,8.080679893493596],[50.269371032714844,8.086640357971135],[50.269470214843977,8.09247016906761],[50.265819549560661,8.098429679870662],[50.258338928222656,8.098698616027889],[50.262290954589957,8.110209465026855],[50.262390136718807,8.116029739379996],[50.258758544921932,8.121990203857536],[50.258869171142805,8.127811431884993],[50.270092010498047,8.127400398254565],[50.274059295654297,8.138910293579215],[50.2965087890625,8.138090133667163],[50.30387115478527,8.132001876831225],[50.307498931884822,8.126040458679199],[50.307392120361612,8.12021923065214],[50.318721771240234,8.125629425048771],[50.326198577881087,8.125361442566202],[50.329631805420149,8.107749938965128],[50.329441070556868,8.096098899841593],[50.333091735839844,8.090139389038143],[50.336921691894531,8.095829963684139],[50.351890563964957,8.095280647278116],[50.355541229248047,8.089318275451603],[50.366771697998047,8.088908195495662],[50.366691589355469,8.08306026458763],[50.374160766601619,8.082799911499023],[50.373981475830021,8.071030616760424],[50.377632141113338,8.064920425414982],[50.38510894775402,8.064549446106014],[50.385021209717081,8.058569908142033],[50.381278991699332,8.058779716491756],[50.381198883056754,8.052800178527775],[50.38465881347679,8.034568786621264],[50.384761810302962,8.04059028625511],[50.399711608886776,8.039649009704704],[50.399200439453239,8.009419441223201],[50.402931213378906,8.009159088134766],[50.410270690918082,8.002570152282942],[50.406421661376953,7.996798992157153],[50.406280517578239,7.990767955779972],[50.410011291503963,7.990489959717024],[50.409881591796989,7.98445987701416],[50.413600921630973,7.984179973602238],[50.413871765136776,7.996250152587947],[50.417720794677734,8.002009391784611],[50.429031372070312,8.007209777832088],[50.436489105224723,8.006628990173624],[50.436222076416016,7.99452018737793],[50.43994140625,7.994227886200008],[50.44021224975603,8.006319046020792],[50.443939208984375,8.006030082702807],[50.444198608398494,8.018150329589787],[50.447940826416129,8.017848968505973],[50.448181152343977,8.030008316040153],[50.459381103515796,8.029099464416504],[50.462841033935831,8.016630172729492],[50.470149993896484,8.00993824005127],[50.470291137695369,8.016010284423828],[50.473869323730469,8.009628295898438],[50.473731994629134,8.003569602966365],[50.484889984131087,8.002609252929744],[50.4847412109375,7.996560096740779],[50.495899200439453,7.99558877944969],[50.496051788330021,8.001630783081112],[50.499931335449332,8.007340431213379],[50.50349044799799,8.000969886780069],[50.510929107665959,8.000300407409611],[50.518692016601562,8.011699676513729],[50.526119232177791,8.011009216308651],[50.530010223388672,8.016699790954647],[50.530330657959098,8.028819084167537],[50.534049987793082,8.028449058532885],[50.534198760986271,8.034519195556641],[50.537929534912337,8.034150123596476],[50.545688629150561,8.045529365539664],[50.549411773681754,8.045140266418571],[50.553291320800838,8.050819396972656],[50.553600311279411,8.062980651855412],[50.55717849731468,8.056481361389274],[50.557331085205078,8.062559127807788],[50.54668045043951,8.088370323181152],[50.539192199707145,8.089280128479288],[50.539291381835938,8.095520019531307],[50.539459228515625,8.108189582824934],[50.535751342773494,8.115130424499682],[50.535850524902344,8.140970230102596],[50.539718627929744,8.146219253540039],[50.539600372314453,8.140660285949764],[50.53958892822277,8.134269714355753],[50.543380737304744,8.133620262146053],[50.543369293212891,8.140119552612589],[50.547168731689396,8.139458656311149],[50.547210693359489,8.145419120788688],[50.551071166992131,8.150689125061319],[50.551280975342024,8.16199970245367],[50.55492019653326,8.155960083007869],[50.562419891357365,8.155030250549373],[50.566261291503963,8.16033840179449],[50.573848724365519,8.165208816528605],[50.581428527832031,8.170088768005655],[50.588932037353459,8.169150352478312],[50.592750549316634,8.174539566040096],[50.600261688232479,8.173588752746582],[50.600212097168026,8.167670249938908],[50.603969573974723,8.16713905334484],[50.603939056396541,8.161120414733887],[50.607730865478743,8.154380798339844],[50.607818603515852,8.147990226745605],[50.611721038818416,8.140788078308162],[50.615428924560831,8.14660930633562],[50.619071960449446,8.15878868103033],[50.626659393310661,8.157540321350154],[50.634250640869368,8.156241416931323],[50.645999908447266,8.134620666503963],[50.653621673583984,8.133239746093977],[50.653541564941406,8.127049446105957],[50.657310485839787,8.12641811370878],[50.660739898681697,8.12057018280035],[50.671970367431641,8.119189262390137],[50.675708770752067,8.118748664856241],[50.679851531982479,8.123448371887434],[50.680271148681754,8.128459930420036],[50.687709808349723,8.133959770202921],[50.691490173339844,8.1334104537965],[50.695259094238395,8.13290023803728],[50.698860168457145,8.139199256897029],[50.698699951171818,8.145920753479288],[50.694931030273438,8.146458625793628],[50.694789886474553,8.153118133545092],[50.698558807373161,8.152580261230753],[50.709651947021769,8.164119720459269],[50.717189788818416,8.163088798523006],[50.732070922851676,8.17399978637701],[50.735759735107536,8.179908752441577],[50.739521026611555,8.179418563843058],[50.74710845947277,8.172130584717081],[50.750930786132926,8.165349960327092],[50.758419036865462,8.164559364319075],[50.758460998535156,8.158330917358398],[50.762191772461051,8.158008575439737],[50.765892028808764,8.163850784301815],[50.765911102295036,8.157719612121753],[50.765899658203125,8.151719093322924],[50.769599914550895,8.145460128784464],[50.773311614990291,8.145199775696028],[50.773319244384879,8.151199340820369],[50.780719757080305,8.138680458069132],[50.791851043701286,8.131909370422647],[50.791870117187557,8.143910408020304],[50.799320220947209,8.155389785766602],[50.79933166503929,8.161389350891113],[50.806781768798828,8.172860145568791],[50.806789398193359,8.178870201111124],[50.817939758300781,8.184068679809627],[50.825382232666072,8.18954086303728],[50.836551666259766,8.206750869751033],[50.836570739746207,8.218818664550952],[50.844009399414176,8.22426986694353],[50.847728729248161,8.230017662048454],[50.847728729248161,8.236069679260481],[50.851451873779297,8.241820335388468],[50.855171203613281,8.241510391235636],[50.862621307373331,8.252999305725268],[50.862621307373331,8.25905036926298],[50.866340637207315,8.258749008178768],[50.8700599670413,8.264499664306811],[50.8700599670413,8.270539283752612],[50.877510070800838,8.269930839538631],[50.881240844726506,8.275670051574764],[50.881229400634822,8.299868583679256],[50.877498626709269,8.300200462341422],[50.873760223388672,8.30661964416521],[50.870021820068473,8.306978225707951],[50.862522125244197,8.319928169250545],[50.858791351318473,8.320300102234171],[50.858791351318473,8.332441329955998],[50.862541198730412,8.35020923614502],[50.862602233886719,8.368249893188477],[50.858890533447266,8.368569374084643],[50.858951568603572,8.380510330200252],[50.870079040527571,8.379589080810774],[50.873821258544979,8.385269165039347],[50.873889923095646,8.397209167480469],[50.877632141113281,8.402868270874023],[50.888751983642862,8.401990890502987],[50.892490386963118,8.407668113708496],[50.896270751953239,8.419319152832031],[50.899971008300781,8.419040679931641],[50.907482147216797,8.436340332031307],[50.907531738281364,8.442270278930664],[50.911220550537223,8.442019462585563],[50.914958953857422,8.447690010071028],[50.911319732666016,8.453849792480469],[50.911521911621207,8.471490859985408],[50.915199279785156,8.471248626708928],[50.929882049560774,8.464449882507381],[50.940971374511719,8.46370983123785],[50.94474029541027,8.475319862366007],[50.963260650634993,8.467968940735147],[50.963260650634993,8.479998588561955],[50.966991424560547,8.479729652404899],[50.967010498046989,8.485749244690169],[50.970760345459098,8.48550987243658],[50.982292175293082,8.502790451049975],[50.986141204834212,8.508540153503475],[50.989871978759766,8.508328437805176],[51.009128570556584,8.537079811096248],[51.013229370117131,8.554678916931323],[51.020568847656477,8.548379898071346],[51.024181365966911,8.542248725891284],[51.031639099121321,8.541850090026855],[51.038978576660099,8.535458564758358],[51.038871765136776,8.529480934143351],[51.035018920898608,8.523698806762695],[51.038661956787223,8.517470359802189],[51.046230316162337,8.523029327392635],[51.046340942382869,8.52903938293457],[51.050178527832145,8.534818649292163],[51.057762145996321,8.540379524230957],[51.065120697021712,8.53393936157255],[51.068672180175895,8.521658897399846],[51.072311401367301,8.515369415283203],[51.076049804687557,8.515150070190373],[51.087539672851619,8.53256893157976],[51.095119476318473,8.5381507873538],[51.095218658447322,8.54417896270752],[51.091709136962834,8.556449890136719],[51.099288940429688,8.562028884887695],[51.100250244140796,8.609948158264217],[51.096771240234318,8.62205028533964],[51.097000122070312,8.6339502334597],[51.093502044677791,8.646009445190373],[51.090129852295036,8.663989067077694],[51.090251922607422,8.669919013977108],[51.094219207763672,8.681629180908146],[51.101921081542912,8.69318866729742],[51.105892181396484,8.704908370971793],[51.102519989013729,8.72284984588623],[51.106491088867131,8.734568595886515],[51.11394119262718,8.73427963256853],[51.113590240478629,8.71647930145275],[51.121051788330192,8.716180801391829],[51.124660491943473,8.710088729858342],[51.132129669189737,8.70979022979742],[51.13970947265625,8.715429306030217],[51.14741134643549,8.727018356323526],[51.147529602050781,8.73296928405756],[51.159091949463061,8.75036811828619],[51.162811279297046,8.750228881835938],[51.162929534912166,8.75617980957054],[51.170631408691577,8.767789840698299],[51.196762084961108,8.766789436340559],[51.200611114502067,8.772599220275879],[51.200721740722599,8.778570175170842],[51.204582214355639,8.784381866455362],[51.20819091796875,8.778278350830362],[51.211688995361271,8.766199111938533],[51.215301513671932,8.760079383850382],[51.226379394531477,8.75363826751709],[51.230110168457031,8.753490447998331],[51.237461090087891,8.747179031372013],[51.244930267333984,8.746859550476245],[51.248538970947266,8.740699768066406],[51.252391815185604,8.746539115905989],[51.256130218505803,8.746378898620662],[51.259979248046989,8.752208709716967],[51.263469696045149,8.740038871765364],[51.270938873291072,8.739699363708667],[51.274318695068416,8.72145938873291],[51.270469665527457,8.715608596801985],[51.270359039306697,8.709581375122184],[51.274089813232422,8.709388732910327],[51.266391754150504,8.697698593139592],[51.266029357910213,8.679569244384766],[51.262298583984489,8.679759979248047],[51.261821746826286,8.655540466308878],[51.257850646972884,8.6436195373538],[51.254119873046818,8.643830299377441],[51.242561340332088,8.626271247863826],[51.246051788330078,8.613880157470817],[51.245811462402401,8.601678848266772],[51.249542236328068,8.601440429687671],[51.26060867309593,8.594599723816032],[51.264221191406364,8.58821010589611],[51.26795959472679,8.587959289551009],[51.267841339111385,8.581818580627612],[51.275070190429801,8.568999290466479],[51.286380767822322,8.574358940124796],[51.286621093750057,8.58666038513195],[51.294330596923828,8.598449707031477],[51.301792144775447,8.597929954528922],[51.301910400390852,8.60409069061285],[51.313362121582259,8.615618705749682],[51.320819854736328,8.615090370178279],[51.324680328369197,8.620990753173999],[51.324920654296875,8.633299827575684],[51.336120605469034,8.63252067565918],[51.340229034423942,8.65071964263916],[51.340339660644474,8.656860351562557],[51.336841583251953,8.669369697570858],[51.348049163818473,8.668638229370174],[51.351902008056641,8.674521446228255],[51.352138519287166,8.686788558960075],[51.355869293213004,8.686558723449991],[51.359840393066577,8.698570251464844],[51.363571166992301,8.69834041595459],[51.367191314697266,8.69196987152111],[51.370922088623161,8.691719055176009],[51.374889373779354,8.703760147094727],[51.375122070312557,8.716018676757926],[51.371620178222599,8.72847938537609],[51.372200012207031,8.758969306946028],[51.376049041748161,8.764869689941349],[51.376281738281307,8.777047157287654],[51.383972167968864,8.788840293884562],[51.384319305419922,8.807070732116813],[51.388401031494368,8.825110435485954],[51.388751983642578,8.84327888488798],[51.385021209716911,8.843449592590332],[51.385250091552678,8.855549812317179],[51.38151931762701,8.85568904876709],[51.378021240234602,8.867910385132063],[51.374401092529297,8.874078750610352],[51.378379821777401,8.885998725891341],[51.389911651611385,8.903690338134766],[51.390510559082031,8.933661460876408],[51.387142181396769,8.951638221740666],[51.387271881103743,8.957579612732161],[51.394851684570426,8.963349342346419],[51.409770965576399,8.963008880615234],[51.409889221191463,8.968938827514819],[51.412780761718864,8.973338127136287],[51.42108154296875,8.968708992004338],[51.428539276123161,8.968549728393725],[51.427928924560661,8.938670158386515],[51.435390472412223,8.938460350036621],[51.442970275878906,8.944278717041186],[51.450199127197493,8.931979179382608],[51.454051971435661,8.937919616699219],[51.457778930664176,8.937799453735352],[51.465019226074332,8.92536926269554],[51.468521118164062,8.913000106811637],[51.475978851318416,8.912649154663029],[51.479721069336051,8.912460327148722],[51.487411499023438,8.92432975769043],[51.491378784179972,8.936421394348429],[51.491600036621094,8.948700904846248],[51.495449066162223,8.954661369323787],[51.499408721924055,8.966770172119084],[51.507289886474723,8.990538597106934],[51.503601074218693,8.990830421447811],[51.511501312256144,9.019230842590446],[51.511611938476506,9.024998664856128],[51.515399932861328,9.030549049377726],[51.519298553466911,9.041880607605094],[51.51560211181669,9.042108535766602],[51.511901855468977,9.04230022430437],[51.504692077636832,9.054110527038517],[51.501091003418082,9.060009002685661],[51.501399993896598,9.077268600464038],[51.497692108154524,9.077430725097713],[51.497901916503906,9.088919639587346],[51.501609802246321,9.088789939880371],[51.501720428466854,9.094539642334098],[51.498218536377124,9.10620021820074],[51.494621276855753,9.112098693847884],[51.487201690674055,9.11237907409685],[51.483379364013729,9.10674953460699],[51.464580535888956,9.095838546753157],[51.460868835449332,9.095959663391113],[51.460979461669865,9.101729393005371],[51.449821472167912,9.102080345153752],[51.442600250244197,9.113858222961369],[51.442939758300895,9.13117980957054],[51.446990966796875,9.148380279541186],[51.450820922851733,9.154019355773983],[51.447109222412109,9.154149055480957],[51.443500518798885,9.160039901733342],[51.439788818359432,9.160169601440714],[51.443729400634993,9.171580314636344],[51.443840026855526,9.177348136902026],[51.44755935668951,9.177220344543457],[51.451389312744254,9.182859420776424],[51.455101013183707,9.18272876739519],[51.462638854980469,9.188220024109057],[51.466579437255916,9.199599266052246],[51.462989807128906,9.205509185791072],[51.463211059570312,9.217029571533374],[51.459732055664006,9.228690147400016],[51.470970153808878,9.234009742737044],[51.482109069824219,9.233570098877237],[51.489631652832145,9.239040374756087],[51.493572235107706,9.250398635864258],[51.497390747070369,9.25601863861101],[51.497741699218921,9.273300170898494],[51.501548767089844,9.278908729553336],[51.505260467529297,9.27875995635992],[51.512779235839844,9.284218788147257],[51.513488769531364,9.318779945373649],[51.524700164794922,9.324078559875488],[51.532112121582088,9.323798179626692],[51.531978607177905,9.31803035736084],[51.535800933837891,9.323638916015682],[51.543319702148438,9.329099655151595],[51.554401397705192,9.328647613525391],[51.55464172363304,9.340160369873104],[51.558448791504134,9.345768928527946],[51.565830230713004,9.345467567443961],[51.565948486328239,9.351229667663858],[51.569759368896484,9.356839179992619],[51.580951690673771,9.362139701843205],[51.584751129150504,9.367739677429199],[51.584869384765625,9.37349987030035],[51.592361450195312,9.378959655761776],[51.595932006835938,9.373039245605526],[51.595809936523494,9.367280006408691],[51.610080718994254,9.343628883361816],[51.613761901855696,9.343469619750977],[51.617790222168026,9.360590934753532],[51.621589660644759,9.366200447082463],[51.618148803711165,9.377868652343864],[51.625511169433594,9.377558708191032],[51.626091003417969,9.4063596725465],[51.630001068115234,9.417718887329158],[51.630340576171932,9.435020446777571],[51.634021759033374,9.434858322143668],[51.645381927490348,9.451740264892635],[51.649169921875,9.457368850708235],[51.653060913086165,9.468798637390137],[51.657051086426009,9.486080169677791],[51.657249450683821,9.497728347778263],[51.653678894043082,9.503708839416731],[51.650001525879134,9.503858566284237],[51.638771057128963,9.492648124694824],[51.635200500488395,9.498620033264444],[51.631519317626953,9.498769760131779]], + DE_HH: [[53.55760,9.72992],[53.56623,9.73486],[53.56661,9.73504],[53.56722,9.73487],[53.56725,9.73475],[53.56868,9.73460],[53.56984,9.73493],[53.57019,9.73521],[53.57523,9.73684],[53.57565,9.73583],[53.57637,9.73597],[53.57723,9.73674],[53.57727,9.73693],[53.57772,9.73758],[53.57760,9.73841],[53.57781,9.73994],[53.57790,9.73997],[53.57802,9.74258],[53.57912,9.74166],[53.58122,9.74037],[53.58115,9.73904],[53.58001,9.73920],[53.57980,9.73743],[53.58139,9.73647],[53.58222,9.73520],[53.58248,9.73440],[53.58378,9.73568],[53.58844,9.74214],[53.58932,9.74268],[53.58949,9.74297],[53.58920,9.74382],[53.58918,9.74440],[53.58899,9.74544],[53.58939,9.74515],[53.59261,9.74641],[53.59456,9.74469],[53.59453,9.74428],[53.59690,9.74354],[53.59811,9.74373],[53.59972,9.74516],[53.60184,9.74732],[53.60388,9.74827],[53.60268,9.75536],[53.61099,9.75912],[53.61285,9.75340],[53.61613,9.75573],[53.61606,9.75654],[53.61713,9.75742],[53.62435,9.75985],[53.62495,9.76340],[53.62742,9.76363],[53.62767,9.77028],[53.62256,9.76858],[53.61607,9.77059],[53.61149,9.78614],[53.61127,9.78917],[53.61053,9.78913],[53.60874,9.79116],[53.61048,9.79619],[53.60788,9.79919],[53.60561,9.79728],[53.60482,9.79215],[53.60418,9.79226],[53.60389,9.78983],[53.60128,9.79142],[53.59678,9.79754],[53.59614,9.79764],[53.59579,9.79932],[53.59487,9.80185],[53.59336,9.80360],[53.59393,9.80457],[53.59233,9.80723],[53.59136,9.80805],[53.58649,9.81605],[53.58531,9.82071],[53.58471,9.82191],[53.58424,9.82450],[53.58509,9.82558],[53.58555,9.82864],[53.58563,9.82931],[53.58667,9.83227],[53.58726,9.83313],[53.58745,9.83425],[53.58735,9.83493],[53.58781,9.83656],[53.58930,9.83665],[53.58991,9.83577],[53.59219,9.83712],[53.59213,9.83786],[53.59258,9.83872],[53.59276,9.83911],[53.59253,9.83969],[53.59321,9.83986],[53.59384,9.83915],[53.59517,9.83967],[53.59509,9.84488],[53.59656,9.84434],[53.59745,9.84915],[53.59786,9.84876],[53.59750,9.85282],[53.59871,9.85493],[53.59940,9.85766],[53.60225,9.85757],[53.60504,9.86055],[53.60735,9.86158],[53.60938,9.86808],[53.61379,9.86913],[53.61675,9.87363],[53.61991,9.87932],[53.62096,9.88273],[53.62218,9.88505],[53.62289,9.88878],[53.62488,9.88580],[53.62735,9.88760],[53.63113,9.89443],[53.63124,9.89625],[53.63510,9.89676],[53.63644,9.90028],[53.63788,9.90028],[53.64008,9.89917],[53.64185,9.90552],[53.64522,9.90540],[53.64541,9.90562],[53.64630,9.90491],[53.64629,9.90433],[53.64740,9.90506],[53.64977,9.90577],[53.65091,9.90628],[53.65096,9.90680],[53.65265,9.90662],[53.65311,9.90924],[53.65270,9.91081],[53.65344,9.91433],[53.65508,9.91474],[53.65436,9.91753],[53.65581,9.92119],[53.65537,9.92158],[53.65474,9.92149],[53.65444,9.92224],[53.65420,9.92205],[53.65317,9.92518],[53.65335,9.92997],[53.65272,9.93096],[53.65291,9.93246],[53.65220,9.93493],[53.65343,9.93663],[53.65241,9.93766],[53.65295,9.94542],[53.65159,9.94751],[53.65083,9.94967],[53.65089,9.95051],[53.65061,9.95150],[53.65179,9.95293],[53.65097,9.95502],[53.65064,9.95817],[53.64989,9.95969],[53.64971,9.96094],[53.65022,9.96270],[53.65015,9.96343],[53.64936,9.96471],[53.64880,9.96542],[53.65048,9.96896],[53.64833,9.97360],[53.65009,9.97579],[53.64910,9.97798],[53.64884,9.97821],[53.64880,9.97866],[53.64934,9.98059],[53.64933,9.98237],[53.64891,9.98252],[53.64842,9.98594],[53.64916,9.98740],[53.65555,9.98686],[53.65821,9.99106],[53.66107,9.99145],[53.66511,9.99044],[53.66650,9.99102],[53.66936,9.98952],[53.67515,9.99229],[53.67655,9.99223],[53.68055,9.99761],[53.68167,9.99972],[53.68120,10.00137],[53.68100,10.00315],[53.68139,10.00502],[53.68209,10.04338],[53.67782,10.05157],[53.67958,10.06899],[53.68507,10.06564],[53.68528,10.06686],[53.68582,10.06658],[53.68602,10.06145],[53.68852,10.06012],[53.68909,10.06525],[53.69082,10.06549],[53.69091,10.06615],[53.69270,10.06742],[53.69420,10.06748],[53.69510,10.06813],[53.69505,10.06860],[53.69664,10.06980],[53.69586,10.07087],[53.69709,10.07109],[53.69889,10.07343],[53.69956,10.07725],[53.70082,10.07583],[53.70256,10.07705],[53.70397,10.07873],[53.70615,10.06909],[53.70840,10.07113],[53.70969,10.07265],[53.71009,10.07134],[53.70998,10.07091],[53.71080,10.06911],[53.71249,10.07053],[53.71197,10.07370],[53.71396,10.07643],[53.72059,10.08179],[53.71941,10.09428],[53.71839,10.09671],[53.71673,10.09885],[53.71683,10.10119],[53.71524,10.10226],[53.71442,10.10911],[53.71459,10.11321],[53.71592,10.11439],[53.71625,10.11578],[53.71504,10.11767],[53.71390,10.11793],[53.71335,10.11956],[53.71334,10.12072],[53.71726,10.12329],[53.71717,10.12404],[53.71920,10.12548],[53.72169,10.13035],[53.72248,10.13230],[53.72306,10.13310],[53.72517,10.13865],[53.72582,10.13947],[53.72522,10.14288],[53.72829,10.14595],[53.73339,10.16133],[53.73706,10.16164],[53.73728,10.16227],[53.73761,10.16205],[53.73842,10.16272],[53.73962,10.16476],[53.73935,10.16589],[53.73952,10.16757],[53.73834,10.17282],[53.73655,10.17685],[53.73423,10.17898],[53.73282,10.18312],[53.73265,10.18541],[53.73138,10.18627],[53.73124,10.18863],[53.73096,10.18889],[53.73140,10.19031],[53.73134,10.19187],[53.73010,10.19947],[53.72245,10.19180],[53.70869,10.18153],[53.70937,10.17988],[53.70986,10.17733],[53.71083,10.17548],[53.71119,10.17484],[53.71234,10.17409],[53.71229,10.17233],[53.71167,10.17203],[53.71143,10.16885],[53.71088,10.16653],[53.71012,10.16641],[53.71029,10.16782],[53.70857,10.16855],[53.70446,10.15686],[53.70337,10.15701],[53.70294,10.15778],[53.70190,10.15866],[53.70140,10.16004],[53.70065,10.16036],[53.69994,10.16001],[53.69735,10.15977],[53.69669,10.16003],[53.69470,10.15902],[53.69047,10.15872],[53.68986,10.15874],[53.68932,10.15812],[53.68941,10.15672],[53.68897,10.15586],[53.68848,10.15607],[53.68814,10.15517],[53.68767,10.15532],[53.68681,10.15440],[53.68672,10.15350],[53.68635,10.15283],[53.68435,10.15331],[53.68251,10.15200],[53.67987,10.14569],[53.67951,10.14514],[53.68064,10.14336],[53.68020,10.14241],[53.68036,10.14007],[53.67659,10.14235],[53.67734,10.14372],[53.67628,10.14484],[53.67478,10.15379],[53.67563,10.15331],[53.67620,10.15419],[53.67580,10.15477],[53.67439,10.15542],[53.67430,10.15516],[53.67255,10.15602],[53.67224,10.15956],[53.67142,10.16138],[53.67102,10.16092],[53.67133,10.15990],[53.67205,10.15525],[53.66997,10.15580],[53.66970,10.15865],[53.67069,10.15893],[53.67060,10.15991],[53.67111,10.16035],[53.67094,10.16088],[53.67100,10.16145],[53.67092,10.16206],[53.66969,10.16375],[53.66831,10.16495],[53.66795,10.16636],[53.66775,10.16860],[53.66891,10.17171],[53.66890,10.17244],[53.66864,10.17334],[53.66666,10.17463],[53.66554,10.17313],[53.66453,10.17397],[53.66443,10.17453],[53.66336,10.17601],[53.66293,10.17709],[53.66336,10.18016],[53.66354,10.18383],[53.65864,10.18795],[53.65800,10.18728],[53.65725,10.18675],[53.65660,10.18752],[53.65613,10.18896],[53.65603,10.19031],[53.65529,10.19215],[53.65502,10.19499],[53.65489,10.19623],[53.65361,10.19657],[53.65291,10.19623],[53.65263,10.19539],[53.65210,10.19541],[53.65151,10.19634],[53.64952,10.19694],[53.64914,10.19765],[53.64843,10.19748],[53.64715,10.19891],[53.64655,10.19891],[53.64231,10.19542],[53.63839,10.18982],[53.63809,10.19404],[53.63729,10.19655],[53.63670,10.19726],[53.63631,10.19951],[53.63684,10.19982],[53.63663,10.20065],[53.63703,10.20254],[53.63652,10.20782],[53.63683,10.20990],[53.63354,10.22275],[53.63081,10.21653],[53.62996,10.21705],[53.62884,10.21668],[53.62713,10.21821],[53.62633,10.21790],[53.62567,10.21672],[53.62400,10.21288],[53.62283,10.21095],[53.62373,10.20926],[53.62424,10.20784],[53.62326,10.20574],[53.62138,10.20600],[53.62000,10.20177],[53.61821,10.19909],[53.61500,10.19204],[53.61312,10.18913],[53.61086,10.19099],[53.60960,10.19189],[53.60998,10.19346],[53.60734,10.19537],[53.60474,10.19535],[53.60251,10.19625],[53.59931,10.19724],[53.59789,10.19619],[53.59779,10.19511],[53.59742,10.19462],[53.59714,10.19481],[53.59656,10.19350],[53.59586,10.19363],[53.59583,10.19211],[53.59531,10.19234],[53.59084,10.19476],[53.58616,10.19935],[53.58394,10.20139],[53.58199,10.19835],[53.58458,10.19581],[53.58389,10.18740],[53.58389,10.18629],[53.58223,10.16536],[53.58404,10.16300],[53.58513,10.16411],[53.58578,10.16355],[53.58567,10.16194],[53.58393,10.16072],[53.58120,10.15926],[53.57851,10.15422],[53.57799,10.15377],[53.57768,10.15259],[53.57571,10.15171],[53.57295,10.15218],[53.57016,10.15069],[53.56947,10.15071],[53.56863,10.15024],[53.56759,10.14830],[53.56716,10.14893],[53.56620,10.14755],[53.56416,10.14792],[53.56163,10.15717],[53.56101,10.16079],[53.56024,10.15886],[53.55877,10.16036],[53.55660,10.16030],[53.55484,10.15948],[53.55360,10.15723],[53.55224,10.15646],[53.55215,10.15534],[53.54864,10.15024],[53.54611,10.14867],[53.54490,10.15174],[53.54298,10.15262],[53.54216,10.15202],[53.54011,10.15255],[53.54013,10.15365],[53.53655,10.15472],[53.53691,10.15695],[53.53753,10.15730],[53.53744,10.15882],[53.53842,10.16024],[53.53789,10.16144],[53.53744,10.16790],[53.53782,10.16811],[53.53744,10.16897],[53.53452,10.16873],[53.53460,10.16594],[53.53376,10.16532],[53.53303,10.16577],[53.53159,10.16395],[53.53081,10.16335],[53.52948,10.16423],[53.52891,10.16395],[53.52825,10.16285],[53.52628,10.16187],[53.52482,10.16210],[53.52250,10.16253],[53.52045,10.16614],[53.52029,10.16800],[53.51992,10.16843],[53.51705,10.17714],[53.51443,10.18255],[53.51225,10.18818],[53.51159,10.18795],[53.51169,10.18943],[53.51359,10.18999],[53.51428,10.20028],[53.52006,10.21048],[53.51526,10.21363],[53.51435,10.21335],[53.51409,10.21367],[53.51390,10.21558],[53.51369,10.21550],[53.51341,10.21419],[53.51307,10.21432],[53.51227,10.21674],[53.51064,10.21936],[53.50779,10.21857],[53.50754,10.22065],[53.50652,10.22135],[53.50626,10.22356],[53.50564,10.22410],[53.50505,10.22399],[53.50451,10.22290],[53.50404,10.22266],[53.50320,10.22236],[53.50270,10.22161],[53.50182,10.21867],[53.50156,10.21893],[53.49928,10.21837],[53.49937,10.22029],[53.49916,10.22127],[53.49842,10.22088],[53.49829,10.22234],[53.49804,10.22244],[53.49764,10.22237],[53.49711,10.22332],[53.49654,10.22317],[53.49653,10.22482],[53.49612,10.22564],[53.49628,10.22701],[53.49572,10.22866],[53.49642,10.22924],[53.49743,10.23320],[53.49634,10.23715],[53.49037,10.23472],[53.48918,10.23524],[53.48906,10.23760],[53.48268,10.23861],[53.48020,10.24871],[53.47737,10.25230],[53.47769,10.25286],[53.47757,10.25449],[53.47820,10.25504],[53.47838,10.25595],[53.47819,10.25663],[53.47785,10.25719],[53.47701,10.26007],[53.47626,10.25884],[53.47447,10.26007],[53.47522,10.26444],[53.47345,10.26530],[53.47315,10.26622],[53.47143,10.26612],[53.46903,10.26500],[53.46829,10.26841],[53.46670,10.27210],[53.46410,10.26951],[53.46290,10.27306],[53.46273,10.27392],[53.46166,10.27506],[53.46018,10.27808],[53.45902,10.28102],[53.45760,10.28249],[53.45869,10.28391],[53.45809,10.28498],[53.45753,10.28642],[53.45676,10.28741],[53.45468,10.29168],[53.45353,10.29286],[53.45275,10.29389],[53.45172,10.29788],[53.45077,10.29917],[53.44821,10.29451],[53.44735,10.29520],[53.44613,10.29732],[53.44369,10.29937],[53.44268,10.30111],[53.44266,10.30862],[53.44310,10.30961],[53.45246,10.31226],[53.45227,10.31657],[53.44990,10.32547],[53.44048,10.31513],[53.43957,10.31463],[53.43779,10.31925],[53.43649,10.31827],[53.43524,10.31805],[53.43465,10.30780],[53.43283,10.30788],[53.43176,10.30222],[53.42486,10.28644],[53.41964,10.26164],[53.41417,10.25142],[53.39764,10.24086],[53.39498,10.22481],[53.39958,10.19409],[53.39636,10.18083],[53.39984,10.16504],[53.40864,10.14933],[53.42005,10.14238],[53.42430,10.13002],[53.42435,10.11714],[53.42920,10.10215],[53.44035,10.09752],[53.45282,10.08181],[53.45548,10.06833],[53.46381,10.05108],[53.46331,10.04940],[53.46154,10.04781],[53.46022,10.04610],[53.45949,10.04642],[53.45872,10.04353],[53.45650,10.04273],[53.45477,10.04490],[53.45180,10.04192],[53.44987,10.05048],[53.44587,10.04516],[53.44574,10.03619],[53.44405,10.03257],[53.44347,10.03225],[53.44565,10.02345],[53.44684,10.02336],[53.44705,10.02223],[53.44212,10.01489],[53.43864,10.02559],[53.43525,10.02962],[53.43230,10.02318],[53.43123,10.02179],[53.43048,10.02125],[53.43010,10.01972],[53.43016,10.01790],[53.42928,10.01901],[53.42863,10.01741],[53.42941,10.01655],[53.42882,10.01500],[53.42920,10.01472],[53.42855,10.01017],[53.42941,10.00951],[53.42875,10.00704],[53.42448,10.00084],[53.42578,9.99592],[53.41952,9.99288],[53.42045,9.98854],[53.41936,9.98836],[53.41936,9.98750],[53.41736,9.98718],[53.41736,9.98572],[53.41631,9.98523],[53.41606,9.98456],[53.41566,9.98437],[53.41556,9.98297],[53.41478,9.98321],[53.41433,9.98119],[53.41368,9.97645],[53.41929,9.97557],[53.41966,9.97469],[53.42033,9.97478],[53.42131,9.97568],[53.42171,9.97565],[53.42170,9.97497],[53.42053,9.97460],[53.42125,9.97259],[53.42072,9.97130],[53.42211,9.96887],[53.42377,9.96823],[53.42357,9.96397],[53.42392,9.96188],[53.42463,9.96199],[53.42478,9.95980],[53.42645,9.96008],[53.42750,9.95594],[53.42935,9.94414],[53.42837,9.94300],[53.42695,9.94729],[53.42092,9.94215],[53.42146,9.92996],[53.41979,9.92955],[53.42039,9.92719],[53.41912,9.92528],[53.41925,9.92460],[53.41405,9.91636],[53.41589,9.90651],[53.42128,9.91005],[53.42255,9.91256],[53.42325,9.91269],[53.42487,9.91615],[53.42593,9.91527],[53.42668,9.91611],[53.43015,9.91383],[53.43482,9.92038],[53.43533,9.92032],[53.43637,9.92133],[53.43641,9.92262],[53.43943,9.91962],[53.44258,9.91891],[53.44231,9.91677],[53.44291,9.91670],[53.44472,9.91790],[53.44661,9.91679],[53.44861,9.91363],[53.44926,9.91104],[53.45036,9.91084],[53.45240,9.90945],[53.45296,9.90809],[53.45366,9.90768],[53.45414,9.90579],[53.45652,9.90399],[53.45589,9.90309],[53.45638,9.90036],[53.45715,9.90077],[53.45727,9.89942],[53.45768,9.89869],[53.45695,9.89875],[53.45509,9.89820],[53.45405,9.90043],[53.45423,9.89809],[53.45356,9.89770],[53.45428,9.89562],[53.45506,9.89466],[53.45616,9.89468],[53.45372,9.89217],[53.45303,9.89187],[53.45192,9.88964],[53.45040,9.88878],[53.44961,9.88629],[53.44997,9.88577],[53.44204,9.87326],[53.44281,9.87036],[53.44351,9.86957],[53.44446,9.86886],[53.44336,9.86749],[53.44048,9.86766],[53.43958,9.86646],[53.44034,9.86363],[53.43993,9.86242],[53.43842,9.86105],[53.43620,9.86045],[53.43525,9.86208],[53.43400,9.86255],[53.43345,9.86401],[53.43243,9.86425],[53.43205,9.86485],[53.43106,9.86463],[53.43050,9.86491],[53.42940,9.86176],[53.43087,9.86092],[53.43408,9.85839],[53.43486,9.85614],[53.45091,9.83627],[53.46242,9.81292],[53.46266,9.80711],[53.46513,9.80698],[53.46723,9.80608],[53.46661,9.80340],[53.46940,9.80301],[53.46930,9.79954],[53.47543,9.80043],[53.47497,9.79975],[53.47515,9.79824],[53.47786,9.79955],[53.48178,9.80013],[53.48376,9.80011],[53.48646,9.80078],[53.48824,9.80082],[53.49020,9.80256],[53.49135,9.80208],[53.49365,9.80249],[53.49334,9.79895],[53.49443,9.79301],[53.49220,9.78157],[53.49987,9.78440],[53.49971,9.78095],[53.50149,9.78127],[53.50180,9.77880],[53.50369,9.77432],[53.50545,9.76846],[53.50835,9.76342],[53.51408,9.76654],[53.51489,9.76607],[53.52002,9.76890],[53.52057,9.77010],[53.52205,9.77094],[53.51840,9.78096],[53.51873,9.78105],[53.52001,9.77963],[53.52492,9.77792],[53.52458,9.77440],[53.52527,9.77403],[53.52616,9.77476],[53.52760,9.77354],[53.52931,9.76946],[53.53016,9.77058],[53.53079,9.77058],[53.53118,9.77098],[53.53369,9.76976],[53.53354,9.76922],[53.54125,9.76530],[53.54104,9.76688],[53.54214,9.76695],[53.54264,9.77015],[53.54380,9.77250],[53.55424,9.77424],[53.55474,9.76435],[53.55525,9.76249]], + DE_MV: [[53.95692,10.90352],[53.95367,10.90356],[53.91445,10.86552],[53.88907,10.80750],[53.88566,10.80695],[53.88478,10.80736],[53.88481,10.80813],[53.88407,10.80830],[53.88407,10.80786],[53.88353,10.80801],[53.88315,10.80827],[53.88261,10.80739],[53.88118,10.80558],[53.88033,10.80560],[53.87969,10.80510],[53.87780,10.80318],[53.87687,10.80187],[53.87597,10.79953],[53.87596,10.79781],[53.87622,10.79678],[53.87623,10.79419],[53.87573,10.79148],[53.87479,10.78970],[53.87460,10.78847],[53.87425,10.78795],[53.87354,10.78311],[53.87418,10.78137],[53.87472,10.77937],[53.87500,10.77770],[53.87449,10.77530],[53.87368,10.77113],[53.87269,10.77036],[53.87130,10.77045],[53.87001,10.76852],[53.86685,10.76440],[53.86576,10.76397],[53.86460,10.76392],[53.86407,10.76435],[53.86358,10.76397],[53.86341,10.76234],[53.86118,10.75968],[53.86060,10.75955],[53.85827,10.75946],[53.85746,10.75856],[53.85632,10.75611],[53.85544,10.75551],[53.85455,10.75358],[53.85397,10.75178],[53.85227,10.74946],[53.85194,10.74839],[53.85133,10.74770],[53.85027,10.74800],[53.84997,10.74860],[53.84956,10.75075],[53.84964,10.75221],[53.84893,10.75362],[53.84832,10.75324],[53.84759,10.75341],[53.84632,10.75242],[53.84564,10.75118],[53.84549,10.74998],[53.84394,10.74908],[53.84306,10.74963],[53.84088,10.74929],[53.83986,10.74830],[53.83928,10.74817],[53.83842,10.74899],[53.83594,10.74856],[53.83376,10.74766],[53.83151,10.75011],[53.83115,10.75225],[53.83014,10.75508],[53.82941,10.75551],[53.82860,10.75526],[53.82791,10.75568],[53.82697,10.75689],[53.82637,10.75736],[53.82507,10.75865],[53.82277,10.76126],[53.81908,10.76267],[53.81566,10.76202],[53.81361,10.76335],[53.81097,10.76297],[53.80603,10.76675],[53.80343,10.76517],[53.80244,10.76551],[53.80075,10.76637],[53.79971,10.76817],[53.79819,10.77032],[53.79727,10.77229],[53.79418,10.77229],[53.79228,10.77294],[53.79083,10.77186],[53.78946,10.77152],[53.78891,10.76912],[53.78704,10.76879],[53.78494,10.76810],[53.78423,10.76879],[53.78352,10.76857],[53.78245,10.76703],[53.77908,10.76583],[53.77964,10.76776],[53.77799,10.76956],[53.77659,10.77051],[53.77479,10.76995],[53.77330,10.76733],[53.77241,10.76686],[53.77061,10.76557],[53.77018,10.76471],[53.76914,10.76196],[53.76746,10.76051],[53.76467,10.75887],[53.76315,10.75836],[53.76076,10.75887],[53.75899,10.75686],[53.75790,10.75724],[53.74985,10.75862],[53.74719,10.75853],[53.74762,10.76154],[53.74744,10.76634],[53.74909,10.77132],[53.74853,10.77510],[53.74724,10.77686],[53.74747,10.78080],[53.74600,10.78205],[53.74508,10.78561],[53.74445,10.78690],[53.74402,10.79140],[53.74102,10.79810],[53.74100,10.80115],[53.73838,10.80728],[53.73516,10.80926],[53.73331,10.80780],[53.73074,10.80952],[53.73036,10.80870],[53.73054,10.80660],[53.72990,10.80634],[53.72742,10.80621],[53.72308,10.80823],[53.71945,10.81102],[53.71734,10.81608],[53.71516,10.81943],[53.71179,10.82289],[53.71057,10.82555],[53.71044,10.82692],[53.71074,10.82868],[53.70993,10.83306],[53.70935,10.83388],[53.70879,10.83534],[53.70833,10.83744],[53.70721,10.83885],[53.70688,10.84091],[53.70772,10.84246],[53.70737,10.84340],[53.70681,10.84366],[53.70625,10.84465],[53.70539,10.84469],[53.70655,10.85216],[53.70569,10.85310],[53.70402,10.85334],[53.70381,10.86336],[53.70368,10.86576],[53.70384,10.86750],[53.70302,10.86950],[53.70287,10.86907],[53.70208,10.87083],[53.70162,10.87158],[53.70147,10.87308],[53.70113,10.87373],[53.70161,10.87514],[53.70221,10.88057],[53.70396,10.88100],[53.70530,10.88615],[53.70500,10.88993],[53.70373,10.89182],[53.70297,10.90564],[53.69895,10.91465],[53.69911,10.91602],[53.69850,10.92246],[53.69555,10.92297],[53.69367,10.92426],[53.69204,10.92563],[53.69163,10.92435],[53.69204,10.92091],[53.69103,10.91782],[53.68889,10.91808],[53.68818,10.92057],[53.68950,10.92297],[53.68909,10.92443],[53.68945,10.92709],[53.68813,10.92692],[53.68615,10.92829],[53.68609,10.93053],[53.68701,10.93173],[53.68676,10.93370],[53.68752,10.93559],[53.68670,10.93748],[53.68589,10.93834],[53.68401,10.94168],[53.67430,10.94340],[53.67354,10.93937],[53.67278,10.93945],[53.67156,10.94065],[53.67059,10.94074],[53.66947,10.94126],[53.66840,10.94040],[53.66647,10.93817],[53.66581,10.93834],[53.66439,10.94040],[53.66362,10.94168],[53.66306,10.94057],[53.66154,10.94306],[53.65955,10.94314],[53.65864,10.94503],[53.66194,10.94804],[53.66072,10.95027],[53.65854,10.95387],[53.65828,10.95456],[53.65665,10.95456],[53.65452,10.95250],[53.65218,10.95250],[53.65141,10.95181],[53.64770,10.95224],[53.64587,10.95078],[53.64562,10.94898],[53.64679,10.94726],[53.64709,10.94555],[53.64704,10.94434],[53.64043,10.94374],[53.63758,10.93980],[53.63437,10.93842],[53.63381,10.93619],[53.63269,10.93344],[53.63040,10.93250],[53.62933,10.92872],[53.60458,10.92162],[53.59864,10.91531],[53.57974,10.91892],[53.57265,10.91169],[53.57189,10.91015],[53.57163,10.90671],[53.57265,10.90405],[53.57316,10.90088],[53.57285,10.89839],[53.57275,10.89564],[53.57178,10.89109],[53.57036,10.88835],[53.56908,10.88182],[53.56918,10.87418],[53.56724,10.86749],[53.56525,10.86457],[53.56474,10.86079],[53.56587,10.85719],[53.56627,10.85513],[53.56515,10.85204],[53.56571,10.84972],[53.56831,10.84801],[53.56892,10.84637],[53.57147,10.84672],[53.57224,10.84457],[53.57407,10.84397],[53.57575,10.83977],[53.57601,10.83659],[53.57489,10.83307],[53.57616,10.83221],[53.57591,10.82904],[53.57637,10.82629],[53.57509,10.82217],[53.57244,10.82191],[53.56694,10.82629],[53.56286,10.82517],[53.55924,10.82578],[53.55608,10.82397],[53.55394,10.82698],[53.54976,10.82921],[53.54777,10.82869],[53.54262,10.83161],[53.53374,10.81779],[53.52619,10.81805],[53.52425,10.82157],[53.52374,10.81977],[53.52257,10.81548],[53.52144,10.81307],[53.52053,10.81342],[53.51746,10.82389],[53.51415,10.82311],[53.51649,10.81101],[53.51062,10.78586],[53.49689,10.77737],[53.49511,10.77745],[53.49143,10.76501],[53.48847,10.76200],[53.48653,10.76140],[53.48362,10.75608],[53.48438,10.75248],[53.48219,10.74449],[53.48178,10.73788],[53.47973,10.73188],[53.48157,10.72655],[53.47805,10.72415],[53.47626,10.72063],[53.47841,10.70166],[53.46415,10.69609],[53.46195,10.69583],[53.45868,10.69368],[53.45536,10.69274],[53.45787,10.68038],[53.45858,10.67042],[53.46119,10.66029],[53.46175,10.65137],[53.45904,10.64725],[53.45766,10.64665],[53.45669,10.64218],[53.45577,10.64141],[53.45644,10.63497],[53.45531,10.63145],[53.45143,10.62982],[53.44948,10.62811],[53.44826,10.62776],[53.44391,10.62476],[53.44130,10.62519],[53.43814,10.62304],[53.43404,10.62270],[53.43006,10.62081],[53.42556,10.61789],[53.42218,10.61815],[53.42024,10.61884],[53.41614,10.61635],[53.41430,10.61901],[53.41272,10.61712],[53.40591,10.61669],[53.40484,10.61592],[53.40361,10.62055],[53.39941,10.61789],[53.39527,10.61789],[53.39261,10.61652],[53.38964,10.61678],[53.38815,10.61712],[53.38790,10.61515],[53.38355,10.61437],[53.38134,10.60802],[53.37925,10.60313],[53.37822,10.59867],[53.36987,10.59575],[53.36793,10.59309],[53.36332,10.59472],[53.36916,10.61086],[53.37110,10.64193],[53.36772,10.65883],[53.36859,10.68510],[53.37075,10.69609],[53.36694,10.70984],[53.35516,10.72958],[53.33482,10.73996],[53.34194,10.74177],[53.33984,10.74795],[53.34035,10.75078],[53.33861,10.75473],[53.33933,10.75850],[53.33856,10.76340],[53.33625,10.76305],[53.33374,10.75842],[53.33231,10.75713],[53.33026,10.75808],[53.32898,10.76108],[53.32872,10.76383],[53.33010,10.76657],[53.32990,10.76726],[53.32862,10.76940],[53.32887,10.77095],[53.32636,10.77112],[53.32508,10.77164],[53.32354,10.77670],[53.31924,10.78348],[53.31908,10.78571],[53.31785,10.78940],[53.31580,10.79318],[53.31513,10.79481],[53.31436,10.80199],[53.31242,10.81444],[53.31293,10.81572],[53.31211,10.82285],[53.31242,10.82551],[53.31175,10.82765],[53.30990,10.82602],[53.30795,10.82680],[53.30698,10.82911],[53.30647,10.83237],[53.30503,10.83538],[53.30549,10.83752],[53.30693,10.83675],[53.30708,10.84130],[53.30801,10.84087],[53.30929,10.85134],[53.31406,10.85109],[53.31534,10.85246],[53.31595,10.85718],[53.31616,10.86044],[53.31595,10.86482],[53.31595,10.86851],[53.31898,10.87186],[53.32011,10.87117],[53.32252,10.87271],[53.32529,10.86731],[53.32616,10.86679],[53.32652,10.86860],[53.32590,10.87091],[53.32323,10.87194],[53.32329,10.87512],[53.32364,10.87701],[53.32077,10.87975],[53.32380,10.88585],[53.32498,10.88825],[53.32652,10.89022],[53.32831,10.88894],[53.33010,10.88267],[53.33215,10.88010],[53.33467,10.88130],[53.33369,10.88765],[53.33385,10.89280],[53.33595,10.89469],[53.33610,10.89623],[53.33441,10.89649],[53.33415,10.89949],[53.33702,10.90482],[53.33718,10.91022],[53.34041,10.91366],[53.34169,10.91314],[53.34374,10.91683],[53.34840,10.91881],[53.34784,10.92662],[53.34338,10.93134],[53.34256,10.93271],[53.33830,10.93400],[53.33754,10.94052],[53.33282,10.95511],[53.33830,10.95966],[53.33308,10.98781],[53.32713,10.98215],[53.32416,10.98876],[53.32564,10.99056],[53.32411,10.99193],[53.32052,10.99502],[53.32093,10.99803],[53.31534,10.99811],[53.31124,11.00292],[53.30862,11.00361],[53.30621,11.00172],[53.30406,11.00215],[53.30277,11.00627],[53.30057,11.00901],[53.29893,11.00781],[53.29472,11.00275],[53.29199,11.00215],[53.29265,11.00472],[53.29152,11.00652],[53.28865,11.00781],[53.28126,11.00841],[53.27977,11.01270],[53.28044,11.01751],[53.28080,11.02060],[53.27947,11.02361],[53.27757,11.02790],[53.27336,11.03150],[53.27141,11.03442],[53.26607,11.03639],[53.26171,11.03845],[53.25791,11.04532],[53.25447,11.04729],[53.24758,11.05442],[53.23937,11.05923],[53.23081,11.06732],[53.22460,11.07419],[53.21899,11.08354],[53.21236,11.08972],[53.20985,11.10123],[53.20322,11.11693],[53.20353,11.12723],[53.20142,11.13685],[53.19833,11.13616],[53.19782,11.14294],[53.19211,11.13633],[53.19010,11.14929],[53.18548,11.16234],[53.18645,11.17641],[53.18038,11.19284],[53.17719,11.19413],[53.16860,11.18864],[53.16222,11.18323],[53.15683,11.17251],[53.14550,11.18092],[53.13577,11.18315],[53.13526,11.19878],[53.14406,11.20839],[53.14308,11.22839],[53.13639,11.24727],[53.12181,11.26613],[53.12006,11.27677],[53.12120,11.28243],[53.11955,11.28415],[53.11610,11.29145],[53.11661,11.29900],[53.11589,11.30054],[53.11553,11.31187],[53.11785,11.31462],[53.11847,11.31788],[53.11759,11.32046],[53.11888,11.32432],[53.11744,11.32638],[53.11635,11.33110],[53.11527,11.32998],[53.11316,11.33805],[53.11594,11.35917],[53.11491,11.36054],[53.11295,11.36989],[53.11218,11.36732],[53.11105,11.37238],[53.10991,11.38097],[53.11136,11.38809],[53.11007,11.39135],[53.11058,11.39564],[53.11203,11.39556],[53.11599,11.40131],[53.12763,11.39247],[53.13500,11.39307],[53.13927,11.39564],[53.13644,11.40620],[53.13649,11.41599],[53.14066,11.42174],[53.13819,11.43324],[53.13592,11.43873],[53.13726,11.44517],[53.13896,11.44688],[53.13999,11.45976],[53.13824,11.46285],[53.13453,11.47203],[53.13273,11.47315],[53.12928,11.47229],[53.12604,11.47358],[53.12805,11.47598],[53.12835,11.48216],[53.12784,11.49006],[53.12599,11.49976],[53.12145,11.50019],[53.12063,11.50285],[53.12269,11.50740],[53.12521,11.50954],[53.12475,11.52490],[53.12599,11.52808],[53.12496,11.53400],[53.12518,11.53478],[53.12894,11.53676],[53.13079,11.54920],[53.13429,11.54740],[53.13491,11.55109],[53.13872,11.55633],[53.14088,11.55607],[53.14155,11.55392],[53.15102,11.55083],[53.14938,11.55272],[53.15000,11.55676],[53.15329,11.55667],[53.15720,11.55933],[53.16055,11.56396],[53.16435,11.56594],[53.16487,11.56929],[53.16682,11.56989],[53.17109,11.56929],[53.17346,11.56594],[53.17581,11.56297],[53.18254,11.56752],[53.18537,11.55714],[53.18851,11.55997],[53.19432,11.55705],[53.20090,11.55851],[53.20208,11.55937],[53.20651,11.55422],[53.20712,11.55104],[53.20800,11.55121],[53.20831,11.55336],[53.21053,11.55825],[53.21238,11.56357],[53.21300,11.56829],[53.21161,11.57542],[53.21552,11.58984],[53.21809,11.59224],[53.22451,11.59945],[53.22785,11.60649],[53.23021,11.61722],[53.23705,11.61928],[53.24182,11.62889],[53.23833,11.63910],[53.23859,11.65015],[53.23905,11.65676],[53.24105,11.66097],[53.24357,11.66269],[53.24362,11.67316],[53.24193,11.67470],[53.24188,11.67805],[53.24208,11.68337],[53.24121,11.69144],[53.24372,11.69358],[53.24342,11.70028],[53.23946,11.70157],[53.23746,11.70775],[53.23386,11.70706],[53.23201,11.71393],[53.22996,11.71436],[53.23027,11.71779],[53.23165,11.71822],[53.23086,11.72241],[53.23142,11.72653],[53.22438,11.72636],[53.21678,11.72747],[53.21806,11.73563],[53.21780,11.74163],[53.21976,11.74429],[53.21986,11.75022],[53.22181,11.75674],[53.22377,11.75889],[53.22726,11.76953],[53.22675,11.77476],[53.22705,11.78489],[53.22813,11.78824],[53.22597,11.79502],[53.22664,11.81571],[53.22901,11.82154],[53.22808,11.82884],[53.23052,11.82977],[53.23134,11.83329],[53.23370,11.83329],[53.23622,11.83071],[53.23951,11.82513],[53.24537,11.81758],[53.24685,11.80513],[53.25317,11.79758],[53.25384,11.80204],[53.25230,11.80479],[53.25333,11.81955],[53.25065,11.83311],[53.25132,11.84573],[53.24958,11.84925],[53.24829,11.85826],[53.24891,11.86333],[53.25836,11.87036],[53.26375,11.88324],[53.26827,11.88839],[53.26919,11.89088],[53.27371,11.89354],[53.27863,11.89328],[53.27807,11.89740],[53.27473,11.90616],[53.27309,11.91500],[53.27330,11.92607],[53.27391,11.93843],[53.27401,11.94332],[53.27324,11.94555],[53.27068,11.94804],[53.27309,11.95208],[53.27355,11.95491],[53.27596,11.95697],[53.27786,11.95611],[53.28099,11.96117],[53.28377,11.96341],[53.28772,11.96882],[53.29655,11.97491],[53.29793,11.97577],[53.29726,11.98109],[53.29819,11.98281],[53.29608,11.98685],[53.29347,11.99663],[53.29932,12.00290],[53.29993,12.00710],[53.29906,12.01877],[53.30491,12.02427],[53.31542,12.01946],[53.32126,12.02289],[53.33429,12.01609],[53.33634,12.02390],[53.33818,12.02321],[53.33987,12.03051],[53.34464,12.04115],[53.34525,12.04081],[53.34643,12.04621],[53.34925,12.05789],[53.35284,12.05377],[53.35391,12.05531],[53.36057,12.05188],[53.36155,12.04767],[53.36482,12.04844],[53.36697,12.05222],[53.37063,12.04650],[53.36992,12.05680],[53.37104,12.06195],[53.36986,12.06392],[53.36879,12.07379],[53.36894,12.07706],[53.36367,12.07886],[53.35962,12.07869],[53.34608,12.08160],[53.34526,12.08984],[53.34434,12.09156],[53.34357,12.10521],[53.34347,12.11062],[53.34946,12.10959],[53.34833,12.13495],[53.35171,12.13563],[53.35417,12.13975],[53.36017,12.14001],[53.35843,12.14096],[53.36099,12.15126],[53.35556,12.15555],[53.34885,12.15606],[53.33870,12.16851],[53.34321,12.18742],[53.34644,12.18777],[53.34731,12.18519],[53.35074,12.18691],[53.35366,12.19137],[53.35202,12.19790],[53.35341,12.19978],[53.35289,12.21171],[53.35330,12.21463],[53.35771,12.22313],[53.35766,12.22914],[53.35305,12.23051],[53.34736,12.23369],[53.34234,12.23489],[53.33757,12.24210],[53.33286,12.24536],[53.33132,12.25214],[53.32799,12.25855],[53.32599,12.25615],[53.32435,12.25726],[53.32373,12.26130],[53.32455,12.26576],[53.32358,12.27263],[53.32650,12.27932],[53.32753,12.28155],[53.32845,12.29048],[53.32773,12.29383],[53.32712,12.31022],[53.32312,12.31108],[53.32076,12.32533],[53.31748,12.33116],[53.31558,12.34232],[53.31327,12.34799],[53.31266,12.35202],[53.30733,12.36061],[53.30564,12.36610],[53.30579,12.37331],[53.30415,12.37615],[53.30272,12.37941],[53.30149,12.38550],[53.30220,12.39331],[53.30010,12.39597],[53.29487,12.39786],[53.28615,12.39142],[53.28415,12.39134],[53.27927,12.39923],[53.27855,12.40275],[53.27948,12.40824],[53.27820,12.41305],[53.27655,12.41743],[53.27486,12.42738],[53.27055,12.43193],[53.26213,12.43090],[53.25992,12.43331],[53.25776,12.43408],[53.25545,12.43794],[53.25443,12.44034],[53.25242,12.44069],[53.25145,12.44403],[53.24919,12.44652],[53.25068,12.45116],[53.25325,12.45691],[53.25551,12.46566],[53.25597,12.47639],[53.25515,12.48583],[53.25474,12.49519],[53.25515,12.49912],[53.25710,12.50127],[53.26162,12.50118],[53.26459,12.53002],[53.26120,12.55045],[53.25525,12.56650],[53.25160,12.58435],[53.24755,12.59912],[53.24462,12.60126],[53.24385,12.60684],[53.24616,12.61111],[53.24770,12.61197],[53.24770,12.61454],[53.25109,12.61814],[53.25078,12.62287],[53.25391,12.62947],[53.25381,12.63995],[53.25463,12.64655],[53.25484,12.65565],[53.25314,12.66578],[53.24811,12.66698],[53.24770,12.66999],[53.24898,12.67316],[53.24703,12.67454],[53.23722,12.66896],[53.23486,12.66329],[53.23219,12.66424],[53.22910,12.67007],[53.22756,12.68003],[53.22638,12.68157],[53.22612,12.68501],[53.22628,12.69024],[53.22684,12.69651],[53.22402,12.71695],[53.22263,12.72073],[53.22171,12.72159],[53.22227,12.72820],[53.22197,12.73420],[53.22340,12.74553],[53.22525,12.74768],[53.22392,12.75755],[53.22114,12.75729],[53.20691,12.74957],[53.19950,12.73867],[53.19842,12.74184],[53.19673,12.74897],[53.19472,12.75892],[53.18912,12.76330],[53.18814,12.76819],[53.18793,12.77403],[53.18829,12.77858],[53.18742,12.78158],[53.18876,12.78682],[53.19045,12.79369],[53.18922,12.79480],[53.19174,12.81343],[53.19164,12.81506],[53.19328,12.82210],[53.19498,12.82278],[53.19585,12.82913],[53.19570,12.83162],[53.19688,12.84007],[53.20094,12.84625],[53.19935,12.84926],[53.19349,12.85492],[53.19004,12.85561],[53.18767,12.85913],[53.18685,12.86513],[53.18618,12.86805],[53.18310,12.87063],[53.18140,12.87501],[53.17939,12.87792],[53.17908,12.88256],[53.18063,12.88522],[53.17996,12.88754],[53.18243,12.88891],[53.18670,12.88968],[53.18767,12.89106],[53.18942,12.90033],[53.19369,12.90153],[53.19441,12.90642],[53.19620,12.92386],[53.19507,12.93132],[53.19795,12.94437],[53.20191,12.95724],[53.19877,12.97441],[53.19662,12.98016],[53.18942,12.98282],[53.18294,12.96377],[53.17923,12.96214],[53.17728,12.96111],[53.17630,12.96402],[53.17188,12.96531],[53.16802,12.96600],[53.16514,12.96977],[53.16560,12.97321],[53.16282,12.97656],[53.16215,12.98093],[53.16483,12.98591],[53.16704,12.98488],[53.16838,12.99166],[53.16791,12.99630],[53.16858,13.00205],[53.16658,13.00042],[53.16673,13.00548],[53.16755,13.00737],[53.16899,13.00711],[53.16982,13.00539],[53.17244,13.00986],[53.17136,13.01157],[53.17275,13.01501],[53.17567,13.02076],[53.18041,13.02050],[53.18169,13.01896],[53.18483,13.01938],[53.18478,13.02471],[53.18576,13.02908],[53.19085,13.03243],[53.19244,13.03810],[53.19481,13.04419],[53.19666,13.04239],[53.19697,13.04805],[53.19933,13.05234],[53.19938,13.05870],[53.20031,13.06445],[53.20283,13.06874],[53.20278,13.07011],[53.20051,13.07131],[53.19974,13.07397],[53.19949,13.07895],[53.20036,13.08101],[53.20190,13.08135],[53.20360,13.07878],[53.20788,13.08273],[53.21004,13.08290],[53.20979,13.08599],[53.21117,13.08608],[53.21302,13.08530],[53.21323,13.08891],[53.21549,13.08814],[53.21662,13.09337],[53.21241,13.09723],[53.21523,13.10702],[53.21935,13.10590],[53.22597,13.10865],[53.23584,13.10513],[53.23723,13.10831],[53.23800,13.10968],[53.23974,13.11225],[53.23943,13.11500],[53.23635,13.12985],[53.23687,13.13380],[53.23877,13.13337],[53.24102,13.13617],[53.24410,13.13772],[53.24641,13.14364],[53.25062,13.15145],[53.24836,13.15171],[53.24667,13.15111],[53.24538,13.15248],[53.24692,13.15548],[53.24728,13.15823],[53.24903,13.15986],[53.24928,13.16364],[53.24985,13.17042],[53.24677,13.17419],[53.24672,13.17737],[53.24857,13.18055],[53.25062,13.18123],[53.24857,13.18484],[53.24559,13.18733],[53.24343,13.18750],[53.23973,13.19024],[53.23434,13.19016],[53.22720,13.19874],[53.22187,13.20241],[53.21997,13.20567],[53.22079,13.21348],[53.21822,13.21958],[53.21632,13.23005],[53.22455,13.23975],[53.22881,13.23949],[53.23236,13.24181],[53.23518,13.24078],[53.23754,13.24335],[53.23924,13.24387],[53.24273,13.24816],[53.24581,13.25048],[53.24828,13.25159],[53.24869,13.24867],[53.25054,13.24584],[53.25393,13.24678],[53.25798,13.24987],[53.25942,13.25408],[53.26194,13.25408],[53.26055,13.25614],[53.26189,13.25992],[53.26379,13.26481],[53.26353,13.27253],[53.26522,13.27725],[53.27400,13.28627],[53.27503,13.28910],[53.27841,13.29622],[53.28057,13.29828],[53.27775,13.31622],[53.27616,13.32094],[53.27313,13.33828],[53.27380,13.34146],[53.27605,13.34051],[53.27795,13.34884],[53.27780,13.36008],[53.27472,13.36506],[53.27030,13.36901],[53.26168,13.37004],[53.25978,13.37364],[53.25701,13.37587],[53.25080,13.38128],[53.24807,13.38497],[53.24485,13.38566],[53.24254,13.38866],[53.24305,13.39390],[53.24577,13.39819],[53.24572,13.40240],[53.24716,13.40634],[53.24860,13.40591],[53.24952,13.40403],[53.25178,13.40540],[53.25435,13.40634],[53.26272,13.40840],[53.26492,13.41475],[53.26780,13.41724],[53.27767,13.42626],[53.28106,13.42789],[53.28373,13.43158],[53.29830,13.43570],[53.29974,13.43922],[53.29810,13.44102],[53.29999,13.45861],[53.29538,13.45716],[53.29122,13.46076],[53.29148,13.47209],[53.29538,13.48840],[53.29656,13.49147],[53.29918,13.49310],[53.30220,13.49808],[53.30661,13.49687],[53.30984,13.49988],[53.31359,13.50357],[53.31543,13.50649],[53.31759,13.51078],[53.31877,13.52271],[53.32046,13.52451],[53.33261,13.52177],[53.33445,13.52477],[53.33912,13.52177],[53.34204,13.52357],[53.34332,13.52528],[53.34624,13.52537],[53.34747,13.52640],[53.35131,13.52537],[53.35234,13.51722],[53.36671,13.52631],[53.36425,13.53447],[53.36384,13.54348],[53.37086,13.54726],[53.37286,13.54949],[53.37623,13.55721],[53.39006,13.56056],[53.39231,13.55610],[53.39978,13.55601],[53.39983,13.55970],[53.39917,13.56348],[53.40357,13.57138],[53.40664,13.57181],[53.40797,13.57309],[53.40761,13.57464],[53.40725,13.58056],[53.40843,13.58374],[53.40935,13.58906],[53.40751,13.59240],[53.40838,13.59524],[53.41063,13.59747],[53.41042,13.60099],[53.41089,13.60682],[53.41268,13.60742],[53.41375,13.61232],[53.41355,13.61592],[53.41181,13.61944],[53.40838,13.62142],[53.40853,13.62468],[53.41017,13.62657],[53.41273,13.62897],[53.41452,13.62863],[53.42035,13.63395],[53.42398,13.63721],[53.43172,13.62988],[53.43212,13.63666],[53.43305,13.63804],[53.43407,13.63692],[53.43826,13.63932],[53.43985,13.63478],[53.44670,13.64078],[53.44521,13.64396],[53.44532,13.64774],[53.44266,13.65143],[53.44486,13.65134],[53.44680,13.65709],[53.45211,13.65752],[53.45804,13.66456],[53.45881,13.67074],[53.46116,13.67589],[53.46541,13.68088],[53.46602,13.68723],[53.46970,13.69462],[53.47215,13.69839],[53.47440,13.70577],[53.48155,13.71298],[53.48237,13.71848],[53.48155,13.72174],[53.48124,13.73753],[53.48523,13.74131],[53.48451,13.74543],[53.48114,13.74680],[53.47828,13.75212],[53.47675,13.76156],[53.47501,13.77667],[53.47379,13.77993],[53.47501,13.79006],[53.47787,13.80293],[53.48175,13.80877],[53.48604,13.81529],[53.49554,13.82353],[53.49912,13.82748],[53.50055,13.81976],[53.50228,13.81117],[53.50157,13.80585],[53.49942,13.80190],[53.50453,13.79675],[53.51178,13.79298],[53.51433,13.77959],[53.52372,13.78045],[53.52953,13.77718],[53.54535,13.78251],[53.55289,13.78628],[53.55814,13.79186],[53.55600,13.79992],[53.54539,13.79821],[53.53662,13.80799],[53.52050,13.82344],[53.51734,13.82207],[53.51468,13.84816],[53.50376,13.87786],[53.49847,13.87451],[53.49582,13.87572],[53.49306,13.87400],[53.48734,13.87383],[53.48499,13.88378],[53.47294,13.87400],[53.45556,13.91589],[53.44636,13.91554],[53.44514,13.90507],[53.44332,13.90382],[53.43811,13.91017],[53.43596,13.90932],[53.43146,13.90159],[53.42543,13.90623],[53.42082,13.91876],[53.42573,13.92700],[53.42706,13.93541],[53.43013,13.94502],[53.42952,13.96133],[53.43422,13.99995],[53.43003,14.00648],[53.42870,14.03755],[53.42921,14.04459],[53.41499,14.04871],[53.41274,14.05214],[53.41192,14.05797],[53.41509,14.07119],[53.41069,14.08304],[53.41243,14.08390],[53.41550,14.08252],[53.42133,14.09385],[53.42256,14.10758],[53.42829,14.10896],[53.44148,14.12269],[53.43852,14.13351],[53.43995,14.13728],[53.43197,14.15376],[53.42266,14.17522],[53.42144,14.18998],[53.42338,14.20904],[53.43054,14.21762],[53.43330,14.22397],[53.42727,14.23255],[53.42819,14.23513],[53.42236,14.24114],[53.41550,14.23702],[53.40640,14.24079],[53.39657,14.24217],[53.38777,14.24079],[53.36771,14.22975],[53.34547,14.20897],[53.32692,14.18220],[53.31718,14.16623],[53.30467,14.14065],[53.28712,14.11576],[53.28066,14.10666],[53.26895,14.10100],[53.26115,14.09928],[53.25920,14.12486],[53.26629,14.15233],[53.26680,14.16263],[53.26187,14.17447],[53.25961,14.18889],[53.26033,14.20073],[53.25478,14.21069],[53.25550,14.22854],[53.25879,14.26768],[53.27655,14.26322],[53.28599,14.30322],[53.28876,14.30202],[53.30559,14.31540],[53.31218,14.31764],[53.31002,14.34974],[53.31269,14.35077],[53.31546,14.36313],[53.31556,14.37137],[53.31638,14.37943],[53.32284,14.38218],[53.32827,14.39540],[53.32920,14.41291],[53.33719,14.40930],[53.34765,14.40587],[53.35390,14.39128],[53.36199,14.39523],[53.37345,14.39650],[53.38748,14.39032],[53.40713,14.37504],[53.42012,14.37418],[53.42790,14.36955],[53.44180,14.37144],[53.45683,14.37178],[53.45724,14.35891],[53.46235,14.35685],[53.47073,14.35753],[53.48258,14.35393],[53.48953,14.35376],[53.49647,14.35032],[53.50209,14.33384],[53.50393,14.32680],[53.51720,14.32217],[53.52526,14.31633],[53.52985,14.32028],[53.53750,14.31633],[53.54393,14.30621],[53.55158,14.30827],[53.55382,14.30346],[53.56086,14.30998],[53.56575,14.31547],[53.57218,14.31307],[53.57924,14.31207],[53.61897,14.31774],[53.61857,14.31156],[53.63424,14.28461],[53.65927,14.28546],[53.66324,14.27911],[53.66334,14.27448],[53.66507,14.27173],[53.66690,14.27190],[53.66955,14.27722],[53.67331,14.28220],[53.67667,14.28443],[53.68277,14.28409],[53.68470,14.28272],[53.68602,14.27808],[53.68978,14.27534],[53.69466,14.27173],[53.69893,14.26778],[53.70411,14.27276],[53.73347,14.27448],[53.74322,14.27139],[53.86608,14.21234],[53.87614,14.21462],[53.88120,14.21608],[53.88793,14.21394],[53.90067,14.21256],[53.90674,14.20439],[53.91099,14.20636],[53.91225,14.19288],[53.91220,14.18576],[53.91412,14.18602],[53.91559,14.19151],[53.91463,14.19709],[53.91589,14.20902],[53.92868,14.22842],[53.94791,14.24191],[54.51836,14.03950],[54.83913,13.55061],[54.79323,12.66072],[54.41301,11.90541],[54.03083,10.93037]], + DE_NI: [[53.24409,7.20800],[53.22883,7.21148],[53.22891,7.20997],[53.22362,7.21156],[53.21480,7.21628],[53.19650,7.21619],[53.19107,7.20915],[53.18840,7.20739],[53.18030,7.22689],[53.17693,7.20921],[53.17708,7.20389],[53.16165,7.19016],[53.15928,7.19042],[53.15704,7.18831],[53.14786,7.18899],[53.14248,7.18320],[53.14029,7.18264],[53.13859,7.18028],[53.13897,7.17822],[53.12695,7.18024],[53.12427,7.18372],[53.12396,7.18483],[53.12167,7.18226],[53.11322,7.20247],[53.08115,7.19866],[53.01074,7.21250],[53.00699,7.21683],[53.00035,7.20890],[52.94228,7.18108],[52.86450,7.10418],[52.85030,7.08658],[52.83837,7.09156],[52.81021,7.07019],[52.72736,7.06387],[52.64458,7.05408],[52.64323,7.05434],[52.63344,7.04190],[52.63344,7.03872],[52.63557,7.03606],[52.63505,7.02894],[52.63833,7.00954],[52.64021,7.00645],[52.64302,7.00284],[52.64234,6.99658],[52.64177,6.99229],[52.64458,6.98405],[52.64562,6.98285],[52.64703,6.97512],[52.64266,6.96894],[52.64203,6.95821],[52.63917,6.95315],[52.64005,6.94542],[52.63828,6.93881],[52.63859,6.93487],[52.64078,6.92937],[52.64031,6.91993],[52.64172,6.91641],[52.64677,6.91555],[52.64766,6.91289],[52.64870,6.90328],[52.65151,6.89830],[52.65172,6.89221],[52.65088,6.87933],[52.65411,6.87221],[52.65015,6.86457],[52.64971,6.85336],[52.64869,6.85087],[52.65213,6.83881],[52.65153,6.83105],[52.64945,6.82817],[52.64799,6.82199],[52.64791,6.81856],[52.64890,6.81633],[52.64940,6.80804],[52.65151,6.80594],[52.65218,6.80289],[52.65093,6.79401],[52.65299,6.79071],[52.65252,6.78714],[52.65278,6.78324],[52.65171,6.77684],[52.65039,6.77375],[52.65031,6.77161],[52.64711,6.76779],[52.64908,6.75895],[52.64604,6.75367],[52.64711,6.75243],[52.64791,6.75406],[52.64841,6.75316],[52.64799,6.75122],[52.64713,6.75002],[52.64552,6.74183],[52.64218,6.73775],[52.63974,6.73371],[52.63752,6.72964],[52.63343,6.72612],[52.63098,6.71715],[52.63015,6.71427],[52.62757,6.70921],[52.62695,6.70981],[52.62630,6.71427],[52.62304,6.71799],[52.62150,6.71803],[52.62150,6.71975],[52.62004,6.72181],[52.62007,6.72279],[52.61853,6.72438],[52.61504,6.72670],[52.60915,6.72408],[52.60292,6.72322],[52.59829,6.72046],[52.59591,6.72042],[52.59482,6.72123],[52.59320,6.71960],[52.58835,6.71853],[52.56343,6.76639],[52.56178,6.76613],[52.56183,6.76351],[52.55938,6.75326],[52.55927,6.75111],[52.56251,6.73927],[52.56191,6.73468],[52.56358,6.72545],[52.55325,6.72099],[52.55275,6.71953],[52.55181,6.71940],[52.55045,6.71601],[52.54878,6.71558],[52.55361,6.68024],[52.52096,6.70496],[52.48617,6.69729],[52.47679,6.72047],[52.47661,6.72398],[52.46382,6.75298],[52.45927,6.77521],[52.45980,6.83168],[52.45889,6.84520],[52.45944,6.85404],[52.44968,6.85211],[52.45109,6.86163],[52.44625,6.88947],[52.44196,6.90612],[52.43526,6.94191],[52.43641,6.94783],[52.44348,6.96105],[52.44363,6.96264],[52.44473,6.96251],[52.45012,6.96761],[52.45496,6.97070],[52.45980,6.97504],[52.46555,6.97787],[52.46937,6.98735],[52.46738,6.99156],[52.46544,6.99383],[52.46204,6.99430],[52.45503,6.99948],[52.44496,7.00480],[52.42903,7.01048],[52.42264,7.02224],[52.40301,7.03518],[52.40204,7.03720],[52.40241,7.04183],[52.40058,7.04621],[52.40071,7.04998],[52.39958,7.05183],[52.40086,7.05552],[52.39914,7.05848],[52.39584,7.05831],[52.39029,7.06345],[52.37324,7.07186],[52.36782,7.07190],[52.36669,7.07242],[52.35615,7.07169],[52.35201,7.07182],[52.33808,7.05606],[52.33514,7.05611],[52.33336,7.05465],[52.33207,7.05491],[52.32502,7.04791],[52.32349,7.04684],[52.32226,7.04675],[52.31993,7.04752],[52.31640,7.04551],[52.31606,7.04607],[52.31517,7.04692],[52.31406,7.04276],[52.31341,7.04302],[52.31249,7.03825],[52.31112,7.04061],[52.30779,7.03898],[52.30262,7.03362],[52.29184,7.02598],[52.28695,7.02589],[52.28071,7.02924],[52.27858,7.02735],[52.27692,7.02737],[52.27324,7.02823],[52.27143,7.03188],[52.25589,7.04242],[52.24118,7.06538],[52.24244,7.09851],[52.24346,7.10096],[52.24328,7.10246],[52.24462,7.10615],[52.24546,7.10585],[52.24748,7.10984],[52.25229,7.10963],[52.25602,7.11426],[52.25587,7.11555],[52.25676,7.12057],[52.26078,7.12177],[52.26611,7.15567],[52.26400,7.21668],[52.26384,7.27856],[52.26434,7.29478],[52.26360,7.29860],[52.28013,7.31761],[52.28268,7.34628],[52.28814,7.36207],[52.29993,7.37113],[52.30890,7.38594],[52.30733,7.38877],[52.30759,7.39057],[52.30649,7.39267],[52.30677,7.39375],[52.30596,7.39731],[52.30830,7.40044],[52.30916,7.39963],[52.31131,7.40078],[52.31150,7.40409],[52.31247,7.40379],[52.31260,7.40512],[52.31160,7.41233],[52.31391,7.42640],[52.32267,7.43117],[52.33322,7.43816],[52.34770,7.48006],[52.36081,7.50615],[52.36120,7.51164],[52.36461,7.52117],[52.36728,7.52374],[52.36948,7.52975],[52.37032,7.53456],[52.37042,7.53971],[52.36767,7.54280],[52.37024,7.54984],[52.36890,7.55134],[52.36867,7.55327],[52.36872,7.55614],[52.36977,7.55941],[52.37061,7.56421],[52.37302,7.56507],[52.37213,7.56069],[52.37891,7.57134],[52.37734,7.57322],[52.37545,7.57468],[52.37540,7.57640],[52.37598,7.57867],[52.37624,7.58245],[52.37710,7.58314],[52.37836,7.58142],[52.37944,7.58056],[52.37941,7.57850],[52.38046,7.57327],[52.39424,7.58233],[52.39673,7.58195],[52.40165,7.58401],[52.40356,7.58332],[52.40908,7.59104],[52.41427,7.60272],[52.42105,7.60504],[52.42320,7.59508],[52.43026,7.57577],[52.43217,7.56526],[52.43207,7.57096],[52.44197,7.57630],[52.44762,7.57815],[52.45597,7.58420],[52.46384,7.59201],[52.46512,7.59269],[52.47471,7.60428],[52.47380,7.60874],[52.47223,7.61050],[52.47341,7.61359],[52.47189,7.61467],[52.47092,7.61595],[52.47137,7.61634],[52.46985,7.62110],[52.46888,7.62218],[52.46946,7.62286],[52.46787,7.63089],[52.46413,7.64192],[52.46251,7.64775],[52.46214,7.65574],[52.46039,7.65415],[52.45827,7.65840],[52.45837,7.65998],[52.45683,7.66900],[52.45754,7.67822],[52.45775,7.68170],[52.45707,7.68372],[52.45382,7.68762],[52.44402,7.69625],[52.43337,7.70251],[52.41590,7.70702],[52.40071,7.71363],[52.40012,7.72434],[52.37125,7.80651],[52.36877,7.84291],[52.37480,7.86363],[52.37718,7.87003],[52.37742,7.87423],[52.37799,7.88526],[52.37844,7.88998],[52.38048,7.89196],[52.36523,7.92221],[52.36413,7.92595],[52.36384,7.93050],[52.36442,7.93509],[52.36458,7.93676],[52.36256,7.93642],[52.36125,7.93711],[52.35952,7.94050],[52.35734,7.94080],[52.35512,7.94376],[52.35213,7.94062],[52.34928,7.94006],[52.34713,7.94354],[52.34915,7.94702],[52.34773,7.95054],[52.34786,7.95200],[52.34713,7.95285],[52.34619,7.95182],[52.34600,7.95019],[52.34440,7.94951],[52.34181,7.95075],[52.34016,7.94972],[52.33921,7.94689],[52.33444,7.94835],[52.33213,7.95165],[52.33197,7.95448],[52.33027,7.95672],[52.32633,7.95856],[52.32494,7.96114],[52.32539,7.96290],[52.32432,7.96478],[52.32243,7.96556],[52.32182,7.96672],[52.31978,7.96624],[52.31747,7.97096],[52.31616,7.97208],[52.31516,7.97526],[52.31435,7.97611],[52.31262,7.97581],[52.31128,7.97757],[52.30949,7.98191],[52.30986,7.98641],[52.30894,7.98980],[52.30739,7.99092],[52.30367,7.98894],[52.30585,7.95847],[52.30566,7.94886],[52.30301,7.94071],[52.30228,7.93474],[52.30188,7.93139],[52.29978,7.93238],[52.29871,7.93148],[52.29587,7.93255],[52.29385,7.93105],[52.29341,7.92985],[52.29244,7.92946],[52.29104,7.93139],[52.28926,7.93101],[52.28905,7.93178],[52.28766,7.93204],[52.28632,7.93062],[52.28549,7.93494],[52.27307,7.95635],[52.27249,7.95626],[52.27055,7.95390],[52.26847,7.95103],[52.26776,7.94974],[52.26605,7.94669],[52.26545,7.94459],[52.26529,7.94167],[52.26553,7.93948],[52.26593,7.92957],[52.26530,7.92738],[52.26364,7.92558],[52.26220,7.92352],[52.26038,7.92403],[52.25823,7.92515],[52.25634,7.92468],[52.25411,7.92215],[52.25242,7.92185],[52.25116,7.92210],[52.25077,7.92283],[52.24909,7.92215],[52.24717,7.92283],[52.24515,7.92622],[52.24352,7.92747],[52.24089,7.92794],[52.23818,7.92601],[52.23592,7.92712],[52.23135,7.92549],[52.23237,7.92833],[52.22998,7.92665],[52.22759,7.92554],[52.22565,7.92549],[52.22496,7.92386],[52.22373,7.92335],[52.22378,7.92193],[52.22162,7.91906],[52.22299,7.91850],[52.22304,7.91464],[52.22020,7.91245],[52.21984,7.91378],[52.21773,7.91206],[52.21723,7.91026],[52.21508,7.91013],[52.21437,7.90906],[52.21555,7.90665],[52.21329,7.90459],[52.20995,7.90554],[52.20874,7.90601],[52.20819,7.90511],[52.20874,7.90142],[52.20821,7.89966],[52.20627,7.89953],[52.20293,7.90228],[52.20253,7.90571],[52.19990,7.90399],[52.19945,7.90318],[52.19964,7.90189],[52.19903,7.90108],[52.19764,7.90464],[52.19501,7.90798],[52.19301,7.90889],[52.19177,7.90721],[52.19117,7.90829],[52.18951,7.90751],[52.18917,7.90979],[52.18756,7.91159],[52.18754,7.91438],[52.18559,7.91189],[52.18499,7.91232],[52.18562,7.91511],[52.18380,7.91721],[52.18185,7.92112],[52.18072,7.92798],[52.17914,7.92949],[52.17825,7.93279],[52.17720,7.93167],[52.17638,7.93335],[52.17664,7.93545],[52.17570,7.93837],[52.17650,7.95555],[52.17795,7.95576],[52.17790,7.95714],[52.17624,7.95692],[52.17571,7.96147],[52.17463,7.96555],[52.17276,7.97091],[52.17105,7.97297],[52.17092,7.97473],[52.17161,7.98083],[52.17303,7.98319],[52.17376,7.98340],[52.17353,7.98563],[52.17429,7.98606],[52.17408,7.98864],[52.17500,7.98915],[52.17476,7.99203],[52.17563,7.99490],[52.17540,8.00215],[52.17604,8.00699],[52.17441,8.01085],[52.17185,8.01682],[52.16796,8.01458],[52.16733,8.01836],[52.16572,8.01780],[52.16548,8.02179],[52.16438,8.02377],[52.16351,8.02437],[52.16051,8.02282],[52.16053,8.02064],[52.15950,8.02060],[52.15929,8.01781],[52.16071,8.01768],[52.16177,8.01523],[52.16205,8.01124],[52.16069,8.01141],[52.16003,8.01210],[52.15919,8.01167],[52.15934,8.00940],[52.15998,8.00914],[52.16021,8.00176],[52.15695,7.99991],[52.15610,8.00219],[52.15497,8.00266],[52.15442,7.99944],[52.15476,7.99708],[52.15308,7.99729],[52.15334,7.99948],[52.15013,7.99738],[52.14913,8.00253],[52.14821,8.00244],[52.14705,8.00150],[52.14655,8.00227],[52.14386,8.00232],[52.14402,8.00416],[52.13729,8.00262],[52.13671,8.00463],[52.11566,8.00764],[52.11553,7.99536],[52.11637,7.98880],[52.11597,7.98867],[52.11611,7.97159],[52.11455,7.96987],[52.11487,7.96773],[52.11213,7.96476],[52.10883,7.96112],[52.10654,7.95961],[52.10332,7.95150],[52.10240,7.94880],[52.10208,7.94640],[52.10111,7.94623],[52.10053,7.94155],[52.09984,7.94060],[52.10087,7.93859],[52.09961,7.93678],[52.10048,7.93584],[52.09889,7.93185],[52.09547,7.91582],[52.09442,7.91659],[52.09358,7.91333],[52.09252,7.90470],[52.09218,7.90033],[52.09044,7.89728],[52.08825,7.89252],[52.08582,7.88775],[52.08503,7.88501],[52.08305,7.88440],[52.08327,7.88887],[52.07860,7.89432],[52.07042,7.90294],[52.06770,7.90593],[52.06572,7.90859],[52.06198,7.91129],[52.05826,7.91889],[52.05791,7.92060],[52.05161,7.91647],[52.04910,7.92488],[52.04802,7.92870],[52.04907,7.92956],[52.04812,7.93291],[52.04646,7.93274],[52.03799,7.97192],[52.03717,7.97342],[52.03558,7.98153],[52.03698,7.98273],[52.03891,7.98685],[52.04026,7.98763],[52.04411,7.98896],[52.04556,7.99170],[52.04947,7.99462],[52.05227,8.00076],[52.05443,8.00432],[52.05517,8.00951],[52.05562,8.01342],[52.05810,8.01831],[52.05878,8.01968],[52.06166,8.01908],[52.06327,8.02428],[52.06546,8.02831],[52.06741,8.03016],[52.06805,8.03333],[52.06620,8.03539],[52.06419,8.03470],[52.06385,8.03548],[52.06287,8.04217],[52.06279,8.04603],[52.06272,8.04839],[52.06401,8.05612],[52.06710,8.05711],[52.06702,8.06110],[52.06783,8.06644],[52.06630,8.06833],[52.06520,8.06880],[52.06630,8.07112],[52.06419,8.08678],[52.06322,8.09210],[52.05762,8.09506],[52.05665,8.09682],[52.06119,8.10704],[52.06435,8.11725],[52.06533,8.11802],[52.06591,8.12043],[52.06863,8.12871],[52.07124,8.13257],[52.07211,8.13232],[52.07300,8.13970],[52.07282,8.14056],[52.07493,8.15081],[52.07625,8.15171],[52.07554,8.15407],[52.07462,8.15428],[52.07467,8.15677],[52.07591,8.15780],[52.07506,8.16102],[52.07332,8.16423],[52.07309,8.16608],[52.07382,8.16861],[52.07258,8.17187],[52.07145,8.17346],[52.07269,8.17488],[52.07303,8.17689],[52.07098,8.18016],[52.07169,8.18599],[52.07206,8.18629],[52.07227,8.19320],[52.07435,8.19685],[52.07633,8.19771],[52.07815,8.19759],[52.07971,8.19870],[52.08171,8.19913],[52.08237,8.20025],[52.08482,8.20188],[52.08733,8.20188],[52.09065,8.20582],[52.09112,8.20746],[52.09302,8.20801],[52.09693,8.20999],[52.09998,8.21600],[52.10257,8.22054],[52.10512,8.22046],[52.10649,8.22213],[52.10549,8.22333],[52.10573,8.22509],[52.10747,8.22574],[52.10823,8.22981],[52.11063,8.23458],[52.11488,8.23951],[52.11701,8.24067],[52.11846,8.24368],[52.12141,8.24674],[52.12085,8.24867],[52.12064,8.25618],[52.11998,8.26318],[52.12336,8.26554],[52.12589,8.26528],[52.12747,8.26747],[52.12849,8.26687],[52.13160,8.26854],[52.13076,8.27236],[52.13060,8.27554],[52.13181,8.28086],[52.13395,8.28550],[52.13426,8.28790],[52.13237,8.28562],[52.12884,8.28558],[52.12749,8.28382],[52.12478,8.28528],[52.12470,8.29146],[52.12299,8.29404],[52.12254,8.29785],[52.12041,8.29734],[52.12043,8.30107],[52.11806,8.31026],[52.11817,8.31270],[52.11911,8.31485],[52.12025,8.31541],[52.12220,8.31455],[52.12317,8.31845],[52.12446,8.32103],[52.12507,8.32395],[52.12433,8.32455],[52.12409,8.32944],[52.12433,8.33008],[52.12265,8.33575],[52.12185,8.34163],[52.12309,8.34386],[52.11935,8.34854],[52.11859,8.35601],[52.11748,8.36399],[52.11084,8.37064],[52.10907,8.37416],[52.10901,8.37779],[52.10819,8.38122],[52.10790,8.39264],[52.10988,8.39834],[52.11127,8.40581],[52.11494,8.41096],[52.11905,8.41066],[52.12185,8.40847],[52.12283,8.40551],[52.12433,8.40495],[52.12501,8.40589],[52.12765,8.40499],[52.12810,8.40568],[52.12999,8.40533],[52.13210,8.40692],[52.13463,8.40975],[52.13768,8.41332],[52.13992,8.41752],[52.14287,8.42523],[52.14485,8.43043],[52.14553,8.43305],[52.14782,8.43523],[52.14790,8.43841],[52.14996,8.44493],[52.15127,8.44545],[52.15551,8.45420],[52.15475,8.45837],[52.15401,8.45875],[52.15293,8.46343],[52.15512,8.46532],[52.15686,8.47429],[52.16007,8.48257],[52.16386,8.48527],[52.16465,8.48504],[52.16654,8.48723],[52.16617,8.49190],[52.16702,8.49461],[52.16854,8.49358],[52.17096,8.49838],[52.17286,8.49911],[52.17607,8.50452],[52.17699,8.50585],[52.17973,8.50478],[52.18031,8.50731],[52.18283,8.51495],[52.18546,8.51795],[52.18646,8.51512],[52.18691,8.51302],[52.18670,8.51092],[52.18775,8.51066],[52.18865,8.50843],[52.18867,8.50358],[52.18967,8.50358],[52.19091,8.49959],[52.18989,8.49817],[52.19149,8.49534],[52.19075,8.49341],[52.19217,8.49350],[52.19299,8.48899],[52.19454,8.47672],[52.19586,8.46596],[52.19670,8.46579],[52.19907,8.45995],[52.19978,8.45583],[52.20070,8.45678],[52.20285,8.45223],[52.20577,8.45352],[52.21022,8.44931],[52.21169,8.44532],[52.21374,8.44253],[52.21637,8.44558],[52.21713,8.45034],[52.22162,8.45255],[52.22501,8.45280],[52.22820,8.46014],[52.22940,8.46225],[52.23521,8.45890],[52.23711,8.46066],[52.24249,8.45984],[52.24425,8.46452],[52.24682,8.46778],[52.24746,8.46873],[52.25163,8.46619],[52.25169,8.46315],[52.25676,8.46375],[52.25812,8.45967],[52.26787,8.46671],[52.27225,8.46379],[52.27663,8.46319],[52.28530,8.46062],[52.29018,8.46032],[52.29338,8.45877],[52.29690,8.46126],[52.29858,8.46199],[52.30026,8.46096],[52.30173,8.45813],[52.30409,8.45899],[52.30459,8.46122],[52.30380,8.46521],[52.30766,8.46731],[52.31315,8.46984],[52.31294,8.47138],[52.31546,8.47203],[52.31630,8.46688],[52.31751,8.46108],[52.32005,8.46091],[52.32191,8.46065],[52.32511,8.45950],[52.32978,8.45435],[52.33584,8.45130],[52.34032,8.45079],[52.35059,8.44526],[52.35080,8.44629],[52.35437,8.44371],[52.35531,8.44217],[52.35660,8.44247],[52.35665,8.44097],[52.35770,8.44127],[52.35898,8.44320],[52.36157,8.44221],[52.36194,8.43620],[52.36640,8.43303],[52.36645,8.42959],[52.37755,8.40112],[52.38164,8.39816],[52.38410,8.39396],[52.38326,8.39237],[52.38507,8.38954],[52.38693,8.38100],[52.39138,8.35869],[52.39843,8.34350],[52.40070,8.32367],[52.40706,8.31239],[52.40924,8.32419],[52.41039,8.32389],[52.41115,8.32252],[52.41117,8.32007],[52.41259,8.31651],[52.41505,8.31698],[52.41798,8.32218],[52.42668,8.32226],[52.42793,8.31754],[52.42997,8.31900],[52.43238,8.31166],[52.43814,8.30982],[52.43788,8.30909],[52.43432,8.30771],[52.43400,8.30458],[52.44376,8.30625],[52.44392,8.30870],[52.44567,8.30754],[52.44586,8.30501],[52.45485,8.29715],[52.45634,8.29737],[52.45875,8.30312],[52.45582,8.30651],[52.45773,8.30973],[52.45433,8.31505],[52.45226,8.32028],[52.45185,8.32354],[52.45247,8.32694],[52.45342,8.33191],[52.45446,8.33157],[52.45305,8.33638],[52.45344,8.33814],[52.45216,8.34599],[52.45030,8.35157],[52.44766,8.35294],[52.44293,8.36133],[52.44265,8.36429],[52.44259,8.36712],[52.44521,8.36815],[52.44414,8.36987],[52.44497,8.37133],[52.44398,8.37476],[52.44469,8.37729],[52.44469,8.38617],[52.44775,8.38678],[52.44848,8.39098],[52.44877,8.39347],[52.44963,8.39484],[52.44953,8.39888],[52.45049,8.39836],[52.45062,8.40085],[52.44968,8.40265],[52.44953,8.40553],[52.44722,8.40695],[52.44675,8.41227],[52.44414,8.41815],[52.44490,8.41823],[52.44599,8.41828],[52.44678,8.41634],[52.44890,8.41793],[52.44968,8.42003],[52.45136,8.42514],[52.44861,8.42759],[52.44745,8.42988],[52.44798,8.43087],[52.44905,8.43207],[52.45180,8.43808],[52.45522,8.44374],[52.45635,8.44619],[52.45723,8.44713],[52.45676,8.44786],[52.45703,8.44971],[52.45948,8.45009],[52.46069,8.45215],[52.46069,8.45473],[52.47322,8.45840],[52.47322,8.45951],[52.47586,8.45900],[52.48106,8.45908],[52.49083,8.46041],[52.49159,8.45947],[52.49880,8.47287],[52.49851,8.47424],[52.49684,8.48218],[52.49908,8.48548],[52.50248,8.48780],[52.51449,8.50874],[52.50935,8.51604],[52.49880,8.55775],[52.50042,8.55883],[52.53115,8.65218],[52.52393,8.66255],[52.52265,8.66508],[52.52014,8.66684],[52.51722,8.67113],[52.51774,8.67684],[52.51732,8.67731],[52.51735,8.67972],[52.51865,8.68384],[52.51831,8.68946],[52.51466,8.68427],[52.51327,8.68409],[52.51184,8.68564],[52.51181,8.68710],[52.51071,8.68903],[52.51066,8.69087],[52.51006,8.69427],[52.50875,8.69813],[52.50713,8.69757],[52.50619,8.69894],[52.50330,8.70173],[52.50160,8.69851],[52.50008,8.70276],[52.48751,8.69830],[52.48738,8.69710],[52.48485,8.69993],[52.47677,8.70916],[52.47403,8.70821],[52.47147,8.70950],[52.46518,8.71103],[52.46055,8.71030],[52.45801,8.70631],[52.45556,8.70468],[52.44896,8.70447],[52.44358,8.70301],[52.43708,8.70653],[52.43507,8.71236],[52.43148,8.71756],[52.42868,8.71824],[52.42617,8.71674],[52.42530,8.71704],[52.42423,8.70983],[52.42277,8.70751],[52.42075,8.70618],[52.41944,8.70601],[52.41812,8.70447],[52.41650,8.70524],[52.41611,8.70576],[52.41294,8.70473],[52.41163,8.70623],[52.41147,8.70709],[52.40946,8.70842],[52.40948,8.70957],[52.40770,8.71073],[52.40605,8.71078],[52.39925,8.70786],[52.39531,8.70541],[52.39151,8.71515],[52.39518,8.71683],[52.39536,8.71786],[52.40057,8.72490],[52.39801,8.72914],[52.39699,8.73241],[52.39468,8.73562],[52.39225,8.73678],[52.39047,8.73867],[52.38984,8.74150],[52.38785,8.74665],[52.39866,8.78764],[52.38931,8.85371],[52.39285,8.85641],[52.39285,8.85873],[52.39442,8.86289],[52.39450,8.86469],[52.39549,8.86645],[52.39476,8.86808],[52.39240,8.86641],[52.39301,8.87135],[52.39374,8.87195],[52.39390,8.87851],[52.39500,8.87727],[52.39510,8.88195],[52.39445,8.88302],[52.39625,8.88388],[52.39602,8.88946],[52.39997,8.88963],[52.40010,8.89250],[52.40246,8.89272],[52.40351,8.89122],[52.40570,8.89259],[52.40589,8.89576],[52.40136,8.89744],[52.40154,8.90418],[52.40442,8.90336],[52.40264,8.92130],[52.40152,8.92396],[52.40104,8.93100],[52.40112,8.93508],[52.40178,8.93718],[52.40259,8.93714],[52.40450,8.93512],[52.40963,8.94696],[52.41516,8.94904],[52.41503,8.94719],[52.41414,8.94174],[52.41537,8.93977],[52.41624,8.94749],[52.41519,8.94865],[52.41676,8.95543],[52.41723,8.95792],[52.41812,8.95788],[52.41906,8.96251],[52.42244,8.96393],[52.42469,8.96324],[52.42652,8.96659],[52.42621,8.96788],[52.42655,8.97247],[52.42723,8.97281],[52.42815,8.97637],[52.42684,8.97830],[52.43244,8.98753],[52.43314,8.98646],[52.43296,8.98474],[52.43406,8.98281],[52.43678,8.98320],[52.43628,8.97993],[52.43801,8.98006],[52.43976,8.98418],[52.44340,8.98826],[52.44544,8.98843],[52.44643,8.98590],[52.44730,8.98573],[52.45057,8.97921],[52.45177,8.98693],[52.45138,8.98989],[52.45010,8.99311],[52.45266,8.99178],[52.45454,8.99611],[52.45418,8.99684],[52.45538,8.99792],[52.45697,8.99903],[52.45690,9.00101],[52.45747,9.00611],[52.45724,9.01255],[52.45797,9.01358],[52.45980,9.01354],[52.46001,9.01714],[52.46385,9.01770],[52.46869,9.01714],[52.46986,9.02186],[52.47065,9.02221],[52.47582,9.02259],[52.47914,9.02577],[52.48105,9.03066],[52.48082,9.03603],[52.47985,9.03903],[52.48257,9.04401],[52.48343,9.04319],[52.48437,9.04547],[52.48526,9.04499],[52.48510,9.04444],[52.48628,9.04298],[52.48659,9.04375],[52.48772,9.04319],[52.48915,9.04688],[52.48913,9.04418],[52.49247,9.04723],[52.49378,9.04632],[52.49511,9.04714],[52.49587,9.04967],[52.49932,9.05208],[52.50005,9.05336],[52.49864,9.05903],[52.49699,9.06298],[52.49673,9.06362],[52.49699,9.06461],[52.49637,9.06628],[52.49673,9.06710],[52.49762,9.06881],[52.49840,9.07130],[52.49835,9.07456],[52.49616,9.08117],[52.49590,9.09001],[52.49725,9.09469],[52.49775,9.09589],[52.48495,9.11217],[52.48349,9.13431],[52.47648,9.13637],[52.47606,9.12161],[52.46759,9.12453],[52.45776,9.10204],[52.44249,9.09277],[52.43537,9.10874],[52.42878,9.10925],[52.42773,9.10307],[52.42093,9.11080],[52.42061,9.11698],[52.42218,9.12247],[52.41349,9.12504],[52.40501,9.12264],[52.39789,9.11749],[52.39841,9.11165],[52.39517,9.11114],[52.38972,9.10067],[52.38668,9.09517],[52.38092,9.09569],[52.37935,9.09741],[52.37233,9.09723],[52.36750,9.08865],[52.35755,9.08453],[52.35419,9.07578],[52.34863,9.07097],[52.34727,9.05758],[52.34087,9.05844],[52.34192,9.04041],[52.34675,9.02617],[52.34035,9.02359],[52.33699,9.02462],[52.33227,9.01999],[52.33259,9.01123],[52.33070,9.00814],[52.32654,9.00740],[52.32707,8.99847],[52.31846,8.99624],[52.31458,8.98732],[52.30965,8.98783],[52.30692,8.99024],[52.29852,8.98818],[52.29527,8.98371],[52.28865,8.98835],[52.28361,8.98131],[52.27941,8.96277],[52.27426,8.96706],[52.27248,8.97101],[52.27458,8.97753],[52.27101,8.97496],[52.26628,8.97015],[52.26344,8.97135],[52.26155,8.97633],[52.26040,8.98388],[52.25945,8.99401],[52.25704,8.99847],[52.25725,9.00431],[52.25294,9.00620],[52.24999,9.02817],[52.24947,9.03435],[52.24400,9.04602],[52.24117,9.04808],[52.23665,9.05701],[52.23339,9.07469],[52.23023,9.07418],[52.22613,9.06456],[52.22287,9.05924],[52.22024,9.05100],[52.22140,9.04723],[52.22361,9.04757],[52.22618,9.04139],[52.22440,9.03624],[52.21840,9.03547],[52.21467,9.04208],[52.21120,9.04474],[52.20946,9.04534],[52.20683,9.04551],[52.20594,9.04311],[52.20347,9.04268],[52.20147,9.04414],[52.19984,9.04465],[52.19505,9.04843],[52.19023,9.04276],[52.18681,9.04371],[52.18350,9.04517],[52.18347,9.04251],[52.18408,9.03877],[52.18366,9.02701],[52.18445,9.02697],[52.18345,9.02221],[52.18584,9.01843],[52.18887,9.01800],[52.19023,9.02006],[52.19152,9.02006],[52.19247,9.01916],[52.19542,9.01362],[52.19121,9.01053],[52.19005,9.00869],[52.18984,9.00650],[52.19034,9.00221],[52.19176,8.99856],[52.19529,8.99570],[52.19618,8.99386],[52.19631,8.99184],[52.19623,8.98961],[52.19500,8.98609],[52.19442,8.98592],[52.19179,8.99364],[52.18960,8.99261],[52.18731,8.99394],[52.18576,8.99673],[52.18700,8.99849],[52.18763,9.00098],[52.18568,9.00055],[52.18524,9.00137],[52.18445,9.00081],[52.18297,9.00154],[52.18110,9.00540],[52.18076,9.00815],[52.17818,9.00764],[52.17786,9.01047],[52.17463,9.00974],[52.17481,9.01069],[52.17273,9.01094],[52.17242,9.01489],[52.17147,9.01592],[52.17194,9.01897],[52.17192,9.02150],[52.16863,9.02150],[52.17047,9.01708],[52.16773,9.01528],[52.16647,9.01403],[52.16144,9.01219],[52.15944,9.01378],[52.15849,9.01331],[52.15652,9.01343],[52.15610,9.01438],[52.15612,9.01695],[52.15378,9.01730],[52.14756,9.01743],[52.13961,9.01137],[52.13640,9.01077],[52.13513,9.01167],[52.13237,9.01798],[52.13447,9.02236],[52.13582,9.02648],[52.13706,9.02897],[52.13763,9.03283],[52.13985,9.03639],[52.13961,9.03850],[52.13842,9.03966],[52.13908,9.04275],[52.14008,9.04468],[52.14124,9.04420],[52.14267,9.04386],[52.14430,9.04665],[52.14382,9.04699],[52.14438,9.04931],[52.14493,9.05214],[52.14601,9.05506],[52.14814,9.05317],[52.14806,9.05974],[52.14756,9.06000],[52.14717,9.06296],[52.14872,9.06352],[52.14959,9.06734],[52.14925,9.07043],[52.14862,9.06940],[52.14799,9.07017],[52.14614,9.07047],[52.14482,9.07017],[52.14482,9.07124],[52.14385,9.07107],[52.14373,9.07166],[52.14265,9.07093],[52.14156,9.06999],[52.14145,9.06934],[52.14005,9.06698],[52.14045,9.07151],[52.14035,9.07312],[52.14107,9.08035],[52.14031,9.08091],[52.14010,9.08153],[52.13886,9.08175],[52.13820,9.08224],[52.13815,9.08359],[52.13749,9.08462],[52.13662,9.08636],[52.13634,9.08554],[52.13600,9.08591],[52.13562,9.08722],[52.13488,9.08784],[52.13538,9.08951],[52.13562,9.09067],[52.13552,9.09189],[52.13506,9.09380],[52.13586,9.09419],[52.13596,9.09612],[52.13670,9.09548],[52.13704,9.09599],[52.13704,9.09724],[52.13646,9.09842],[52.13479,9.10033],[52.13415,9.10063],[52.13294,9.10089],[52.13286,9.10605],[52.13225,9.10692],[52.13361,9.11019],[52.13497,9.11278],[52.13514,9.11231],[52.13642,9.11360],[52.13743,9.11392],[52.13727,9.11596],[52.13772,9.11579],[52.13819,9.11634],[52.13821,9.11735],[52.13807,9.11950],[52.13806,9.12156],[52.13839,9.12287],[52.13825,9.12484],[52.13834,9.12660],[52.13860,9.12791],[52.13977,9.12958],[52.13952,9.13006],[52.13692,9.12703],[52.13540,9.12873],[52.13537,9.13057],[52.13520,9.13152],[52.13545,9.13255],[52.13531,9.13660],[52.13530,9.13868],[52.13549,9.13982],[52.13466,9.13993],[52.13526,9.14145],[52.13505,9.14317],[52.13485,9.14471],[52.13404,9.14527],[52.13282,9.14733],[52.13096,9.14911],[52.12918,9.15111],[52.12880,9.15184],[52.12901,9.15295],[52.12870,9.15360],[52.12781,9.15387],[52.12654,9.15520],[52.12527,9.15645],[52.12460,9.15664],[52.12382,9.15576],[52.12252,9.15572],[52.12123,9.15829],[52.11991,9.15902],[52.11850,9.15881],[52.11817,9.15791],[52.11688,9.15756],[52.11601,9.15656],[52.11436,9.15566],[52.11381,9.15353],[52.11390,9.15267],[52.11310,9.15036],[52.11319,9.14860],[52.11348,9.14714],[52.11302,9.14596],[52.11237,9.14621],[52.11156,9.14467],[52.11066,9.14471],[52.10958,9.14654],[52.10897,9.14649],[52.10801,9.14024],[52.10736,9.13859],[52.10648,9.13717],[52.10606,9.13539],[52.10045,9.13580],[52.09806,9.13295],[52.09679,9.13256],[52.09405,9.13434],[52.09468,9.13595],[52.09469,9.13666],[52.09530,9.13700],[52.09538,9.13775],[52.09637,9.13883],[52.09862,9.14368],[52.09926,9.14415],[52.09951,9.14619],[52.09937,9.14756],[52.09898,9.14872],[52.09795,9.15016],[52.09781,9.15157],[52.09759,9.15500],[52.09190,9.15361],[52.09062,9.15721],[52.09079,9.15960],[52.09055,9.16069],[52.09046,9.16170],[52.08945,9.16475],[52.08906,9.16704],[52.08851,9.16934],[52.08727,9.17284],[52.08566,9.17672],[52.08399,9.17676],[52.08289,9.17768],[52.08264,9.17852],[52.08095,9.17979],[52.08085,9.18095],[52.08057,9.18178],[52.07875,9.18303],[52.07630,9.18485],[52.07518,9.18640],[52.07423,9.18738],[52.07259,9.18762],[52.07195,9.18826],[52.07163,9.19054],[52.07068,9.19092],[52.07030,9.19146],[52.07044,9.19262],[52.06964,9.19378],[52.06914,9.19210],[52.06980,9.19118],[52.06970,9.18940],[52.06900,9.18689],[52.06899,9.18543],[52.06796,9.18092],[52.06737,9.18153],[52.06266,9.17942],[52.06172,9.17783],[52.06050,9.17453],[52.05923,9.17372],[52.05552,9.17463],[52.05367,9.17488],[52.05120,9.17400],[52.04749,9.17175],[52.04590,9.17432],[52.04438,9.17538],[52.04310,9.17591],[52.04219,9.17568],[52.04123,9.17703],[52.04054,9.17347],[52.03502,9.17621],[52.03484,9.17555],[52.03362,9.17662],[52.03383,9.17842],[52.03117,9.17928],[52.02975,9.18102],[52.02713,9.18731],[52.02608,9.18902],[52.02234,9.18950],[52.02023,9.19016],[52.01526,9.19426],[52.01551,9.19527],[52.01270,9.19655],[52.01238,9.19600],[52.01197,9.19471],[52.01012,9.18956],[52.00907,9.18773],[52.00763,9.18554],[52.00650,9.18657],[52.00243,9.17882],[52.00093,9.18187],[51.99946,9.18507],[51.99929,9.18704],[51.99949,9.19054],[51.99909,9.19189],[51.99823,9.19303],[51.99654,9.19676],[51.99619,9.19517],[51.99533,9.19421],[51.99438,9.19157],[51.99362,9.18758],[51.99188,9.18462],[51.99056,9.18350],[51.98706,9.18329],[51.98577,9.18260],[51.98445,9.18108],[51.98404,9.17936],[51.98334,9.17434],[51.98051,9.17601],[51.98005,9.17844],[51.97921,9.18090],[51.97769,9.18369],[51.97673,9.18447],[51.97556,9.18438],[51.97313,9.18769],[51.97239,9.18803],[51.97084,9.18801],[51.96891,9.18824],[51.96741,9.18676],[51.96583,9.18573],[51.96468,9.18715],[51.96472,9.19073],[51.96435,9.19193],[51.96396,9.19423],[51.96343,9.19535],[51.96341,9.19638],[51.96283,9.19856],[51.96320,9.19974],[51.96385,9.20086],[51.96495,9.20133],[51.96458,9.20163],[51.96278,9.20112],[51.96263,9.20337],[51.96294,9.20365],[51.96253,9.20665],[51.96212,9.20665],[51.96151,9.20773],[51.96035,9.20779],[51.95969,9.20919],[51.95991,9.21084],[51.96072,9.21146],[51.96394,9.20972],[51.96402,9.21101],[51.96561,9.21000],[51.96624,9.21037],[51.96702,9.20942],[51.96745,9.21144],[51.96753,9.21258],[51.96885,9.21419],[51.96936,9.21369],[51.97083,9.21361],[51.97076,9.21468],[51.96961,9.21706],[51.97016,9.21728],[51.97128,9.21631],[51.97174,9.21689],[51.97388,9.21706],[51.97344,9.21730],[51.97385,9.21882],[51.97360,9.21895],[51.97278,9.22481],[51.97400,9.22914],[51.97449,9.22895],[51.97498,9.23017],[51.97496,9.23124],[51.97514,9.23266],[51.97558,9.23386],[51.97603,9.23564],[51.97667,9.23798],[51.97675,9.24024],[51.97629,9.24090],[51.97558,9.24039],[51.97442,9.24088],[51.97564,9.24890],[51.97613,9.25547],[51.97635,9.25624],[51.97662,9.25784],[51.97715,9.25833],[51.97737,9.25741],[51.97745,9.25908],[51.97642,9.26033],[51.97728,9.26078],[51.97668,9.26273],[51.97606,9.26198],[51.97594,9.26365],[51.97655,9.26460],[51.97586,9.26689],[51.97530,9.26726],[51.97516,9.26775],[51.97345,9.26711],[51.97244,9.26556],[51.97093,9.26683],[51.97040,9.26629],[51.97006,9.26657],[51.97408,9.27389],[51.97251,9.27520],[51.97050,9.27741],[51.96956,9.27483],[51.96914,9.27419],[51.96844,9.27361],[51.96764,9.27393],[51.96652,9.27457],[51.96582,9.27743],[51.96508,9.27843],[51.96307,9.27893],[51.96192,9.27801],[51.96115,9.27850],[51.96073,9.28026],[51.96082,9.28105],[51.96041,9.28189],[51.96005,9.28425],[51.95973,9.28451],[51.95878,9.28440],[51.95787,9.28468],[51.95696,9.28582],[51.95671,9.28519],[51.95661,9.28449],[51.95787,9.28019],[51.95608,9.27912],[51.95561,9.27292],[51.95483,9.27026],[51.95411,9.27009],[51.95410,9.27060],[51.95328,9.27082],[51.95241,9.27178],[51.95209,9.27251],[51.94976,9.27155],[51.94844,9.26917],[51.94709,9.26835],[51.94784,9.26535],[51.94849,9.26412],[51.94654,9.26301],[51.94617,9.26350],[51.94419,9.27174],[51.94376,9.27721],[51.94261,9.27732],[51.94017,9.27861],[51.94031,9.27354],[51.93913,9.27362],[51.93812,9.27441],[51.93696,9.27490],[51.93627,9.27460],[51.93518,9.27351],[51.93450,9.27261],[51.93315,9.27205],[51.93225,9.27222],[51.93184,9.27274],[51.92965,9.27422],[51.92812,9.27638],[51.92541,9.27902],[51.92631,9.28095],[51.92670,9.28076],[51.92739,9.28188],[51.92678,9.28246],[51.92649,9.28308],[51.92375,9.28555],[51.92343,9.28507],[51.92257,9.28512],[51.92103,9.28670],[51.92099,9.28722],[51.92150,9.28849],[51.92285,9.28924],[51.92223,9.29108],[51.92145,9.29248],[51.91969,9.29424],[51.92014,9.29544],[51.91989,9.29709],[51.92066,9.30067],[51.92167,9.30155],[51.92252,9.30318],[51.92283,9.30436],[51.92283,9.30700],[51.92283,9.31003],[51.92239,9.31331],[51.92197,9.31531],[51.92019,9.31756],[51.91827,9.31850],[51.91785,9.32093],[51.91703,9.32284],[51.91684,9.32851],[51.91703,9.32969],[51.91687,9.33215],[51.91422,9.33275],[51.91378,9.33361],[51.91251,9.33484],[51.91103,9.33621],[51.90767,9.34098],[51.90699,9.34085],[51.90494,9.34178],[51.90331,9.34120],[51.89884,9.34208],[51.89558,9.34542],[51.89465,9.34602],[51.89367,9.34578],[51.89297,9.34490],[51.89240,9.34499],[51.89094,9.34557],[51.88937,9.34552],[51.88893,9.34431],[51.88705,9.34240],[51.88527,9.34234],[51.88007,9.34421],[51.87976,9.34292],[51.87977,9.34187],[51.87876,9.33996],[51.87757,9.33945],[51.87585,9.33966],[51.87509,9.34015],[51.87413,9.33964],[51.87197,9.33908],[51.87155,9.33931],[51.86869,9.33882],[51.86743,9.33822],[51.86641,9.33846],[51.86485,9.33831],[51.86241,9.33745],[51.86076,9.33736],[51.85852,9.33605],[51.85788,9.33573],[51.85651,9.33558],[51.85572,9.33466],[51.85492,9.33232],[51.85485,9.33015],[51.85526,9.32352],[51.85489,9.32279],[51.85438,9.32511],[51.85402,9.33346],[51.85382,9.33472],[51.85713,9.34326],[51.85980,9.34650],[51.86255,9.35288],[51.86304,9.35740],[51.86406,9.35940],[51.86462,9.36369],[51.86474,9.36586],[51.86409,9.36890],[51.86324,9.37516],[51.86155,9.37784],[51.86098,9.38003],[51.86103,9.38171],[51.86143,9.38291],[51.86139,9.38576],[51.86030,9.39288],[51.85952,9.39374],[51.85798,9.39775],[51.85695,9.40105],[51.85601,9.40270],[51.85544,9.40521],[51.85574,9.40815],[51.85652,9.41156],[51.85652,9.41360],[51.85614,9.41736],[51.85576,9.42435],[51.85618,9.42553],[51.85674,9.43211],[51.85607,9.43765],[51.85966,9.44366],[51.85950,9.44649],[51.85970,9.44889],[51.85922,9.45097],[51.86060,9.45310],[51.86102,9.45640],[51.86273,9.45823],[51.86284,9.45934],[51.85923,9.46142],[51.85571,9.46123],[51.85057,9.45398],[51.84809,9.44617],[51.84428,9.43977],[51.84187,9.43364],[51.84037,9.43276],[51.83858,9.43314],[51.83661,9.43570],[51.83248,9.44077],[51.82942,9.44270],[51.82657,9.44255],[51.82877,9.44105],[51.82977,9.43878],[51.82674,9.43876],[51.82498,9.44062],[51.82035,9.43562],[51.81823,9.43157],[51.81707,9.43133],[51.81557,9.42949],[51.81409,9.42775],[51.81219,9.42783],[51.81087,9.42719],[51.81047,9.42979],[51.81007,9.43058],[51.80861,9.43026],[51.80492,9.43088],[51.80508,9.43283],[51.80484,9.43573],[51.80423,9.43567],[51.80363,9.43957],[51.79956,9.43702],[51.79709,9.43537],[51.79634,9.43790],[51.79632,9.43942],[51.79598,9.44004],[51.79616,9.44148],[51.79594,9.44309],[51.79535,9.44500],[51.79529,9.44558],[51.79450,9.44811],[51.79460,9.44893],[51.79371,9.44833],[51.78791,9.43698],[51.78706,9.43736],[51.78714,9.43961],[51.78670,9.43944],[51.78508,9.43281],[51.78438,9.43073],[51.77786,9.42273],[51.77743,9.42204],[51.77835,9.42003],[51.77679,9.41702],[51.77556,9.41493],[51.77483,9.41420],[51.77370,9.41242],[51.77296,9.41253],[51.77241,9.41218],[51.77215,9.41135],[51.77019,9.41004],[51.76824,9.40937],[51.76483,9.40873],[51.76406,9.40809],[51.76324,9.40684],[51.76333,9.40613],[51.76146,9.40377],[51.76041,9.40354],[51.75936,9.40229],[51.75889,9.40010],[51.75796,9.39646],[51.75811,9.39410],[51.75876,9.39171],[51.75823,9.39040],[51.75799,9.38620],[51.75818,9.38412],[51.75270,9.38551],[51.74970,9.38412],[51.74601,9.37710],[51.74469,9.37564],[51.74261,9.37489],[51.74007,9.37639],[51.73719,9.37968],[51.73649,9.38354],[51.73313,9.39290],[51.73099,9.39451],[51.72927,9.39389],[51.72303,9.38762],[51.71940,9.38714],[51.71335,9.39109],[51.70581,9.40106],[51.70245,9.40190],[51.69842,9.40054],[51.69602,9.39734],[51.69129,9.38745],[51.68985,9.38641],[51.68751,9.38686],[51.68505,9.38928],[51.68346,9.39192],[51.68216,9.39435],[51.67738,9.39712],[51.67420,9.39750],[51.67292,9.39654],[51.67187,9.39435],[51.67044,9.38658],[51.66884,9.38260],[51.66499,9.37880],[51.66162,9.37837],[51.65732,9.37801],[51.65134,9.37471],[51.64957,9.37452],[51.64964,9.37623],[51.64913,9.37930],[51.64728,9.38067],[51.64651,9.38220],[51.64587,9.38595],[51.64587,9.38939],[51.64666,9.39305],[51.64675,9.39653],[51.64708,9.39747],[51.64706,9.40359],[51.64646,9.41245],[51.64644,9.41541],[51.64672,9.41940],[51.64751,9.42272],[51.64961,9.42405],[51.64969,9.42528],[51.64955,9.42650],[51.64979,9.42854],[51.65045,9.42974],[51.65121,9.43360],[51.65126,9.43480],[51.65109,9.43607],[51.65134,9.43755],[51.65025,9.44050],[51.65025,9.44082],[51.64815,9.44898],[51.64816,9.44981],[51.64885,9.45034],[51.64885,9.45063],[51.64780,9.45044],[51.64738,9.45109],[51.64640,9.45061],[51.64696,9.45265],[51.64729,9.45366],[51.64808,9.45493],[51.65036,9.45746],[51.65250,9.46157],[51.65333,9.46278],[51.65307,9.46317],[51.65393,9.46474],[51.65325,9.46595],[51.65515,9.47401],[51.65784,9.49079],[51.65762,9.49461],[51.65675,9.49646],[51.65499,9.49796],[51.65243,9.49834],[51.64950,9.49740],[51.64636,9.49470],[51.64274,9.49251],[51.63756,9.49093],[51.63428,9.49213],[51.63167,9.49526],[51.62965,9.49913],[51.62736,9.50646],[51.62616,9.51161],[51.62584,9.52097],[51.62850,9.52938],[51.63210,9.53423],[51.63681,9.53826],[51.63980,9.54114],[51.64012,9.54303],[51.64028,9.54483],[51.63990,9.54856],[51.63809,9.55419],[51.63641,9.55659],[51.63391,9.55783],[51.63205,9.55801],[51.63081,9.56047],[51.63053,9.56024],[51.63015,9.55901],[51.62881,9.55889],[51.62800,9.55983],[51.62834,9.56135],[51.62801,9.56189],[51.62713,9.56356],[51.62613,9.56678],[51.62545,9.56730],[51.62580,9.56813],[51.62540,9.56899],[51.62463,9.56951],[51.62437,9.57030],[51.62487,9.57331],[51.62553,9.57397],[51.62585,9.57665],[51.62654,9.57738],[51.62672,9.57871],[51.62706,9.58004],[51.62689,9.58101],[51.62640,9.58202],[51.62573,9.58378],[51.62609,9.58820],[51.62656,9.58948],[51.62716,9.58976],[51.62734,9.59081],[51.62738,9.59302],[51.62634,9.59545],[51.62702,9.59607],[51.62649,9.59691],[51.62737,9.59762],[51.62784,9.59596],[51.62833,9.59506],[51.62812,9.59365],[51.62816,9.59202],[51.62898,9.59127],[51.62906,9.59234],[51.62868,9.59554],[51.62832,9.59800],[51.62849,9.60114],[51.62880,9.60290],[51.62857,9.60502],[51.62895,9.60854],[51.62976,9.61062],[51.63185,9.61292],[51.63397,9.61397],[51.63365,9.61478],[51.63372,9.61573],[51.63305,9.61601],[51.63416,9.61856],[51.63498,9.62111],[51.63549,9.62214],[51.63673,9.62577],[51.63508,9.62882],[51.63410,9.63154],[51.63067,9.62663],[51.62955,9.62633],[51.62811,9.62667],[51.62724,9.62794],[51.62593,9.63152],[51.62555,9.63075],[51.62471,9.63232],[51.62366,9.63704],[51.62166,9.63579],[51.62016,9.63603],[51.61716,9.63571],[51.61496,9.63577],[51.61441,9.63614],[51.61324,9.63624],[51.61280,9.63586],[51.60875,9.63769],[51.60839,9.63866],[51.60783,9.63889],[51.60706,9.64172],[51.60694,9.64608],[51.60653,9.64782],[51.60622,9.64917],[51.60389,9.65220],[51.59885,9.65603],[51.59267,9.66133],[51.59182,9.66506],[51.59145,9.66755],[51.59161,9.66862],[51.58927,9.67051],[51.58930,9.67144],[51.58685,9.67227],[51.58723,9.67596],[51.58711,9.67731],[51.58655,9.67727],[51.58626,9.67796],[51.58642,9.67925],[51.58738,9.68070],[51.58518,9.68238],[51.58179,9.68455],[51.58187,9.68532],[51.58023,9.68785],[51.57803,9.68918],[51.57630,9.69068],[51.57474,9.68830],[51.57365,9.68798],[51.57169,9.68751],[51.57026,9.68669],[51.56979,9.68628],[51.56851,9.68587],[51.56648,9.68381],[51.56655,9.68229],[51.56711,9.68051],[51.56823,9.67268],[51.57065,9.66754],[51.57159,9.66360],[51.57293,9.66014],[51.57535,9.65733],[51.57692,9.65384],[51.57876,9.65092],[51.58003,9.64968],[51.57996,9.64852],[51.57938,9.64723],[51.58032,9.64728],[51.58019,9.64502],[51.58139,9.64447],[51.58175,9.64550],[51.58242,9.64552],[51.58242,9.64061],[51.58439,9.63516],[51.58466,9.63370],[51.58383,9.62992],[51.58195,9.62645],[51.58001,9.62539],[51.57815,9.62557],[51.57593,9.62509],[51.57350,9.62509],[51.56897,9.62693],[51.56489,9.62997],[51.55880,9.63613],[51.55874,9.63802],[51.55920,9.63963],[51.55942,9.64467],[51.55349,9.64725],[51.55115,9.64875],[51.55032,9.64743],[51.55007,9.64327],[51.55064,9.63612],[51.55028,9.63400],[51.55046,9.63284],[51.54928,9.63005],[51.54879,9.62879],[51.54959,9.62827],[51.54842,9.62497],[51.54924,9.62312],[51.54884,9.62241],[51.55027,9.62149],[51.55209,9.62098],[51.55498,9.61765],[51.55467,9.61630],[51.55506,9.61516],[51.55581,9.61327],[51.55563,9.61280],[51.55772,9.61126],[51.55761,9.60939],[51.54911,9.61299],[51.54693,9.61542],[51.54464,9.62011],[51.54299,9.62209],[51.53852,9.62116],[51.53483,9.62130],[51.52717,9.61639],[51.52327,9.61068],[51.52126,9.60605],[51.52134,9.60109],[51.52385,9.59590],[51.52379,9.59017],[51.52143,9.58650],[51.51793,9.58474],[51.51518,9.58635],[51.51123,9.59313],[51.50765,9.59803],[51.49958,9.60501],[51.49582,9.60584],[51.49155,9.60911],[51.48121,9.61878],[51.47580,9.62691],[51.47416,9.63888],[51.47063,9.64358],[51.46713,9.64472],[51.46559,9.64293],[51.46131,9.63351],[51.45854,9.62989],[51.45591,9.62881],[51.45377,9.62924],[51.45319,9.63040],[51.45297,9.63115],[51.45241,9.62929],[51.45228,9.62862],[51.44775,9.62804],[51.44428,9.62740],[51.44215,9.62892],[51.43945,9.62997],[51.43707,9.63055],[51.43487,9.63409],[51.43326,9.63357],[51.43203,9.63387],[51.42993,9.63516],[51.42988,9.63415],[51.42936,9.63404],[51.42921,9.63471],[51.42804,9.63518],[51.42824,9.63557],[51.42643,9.63612],[51.42409,9.63803],[51.42195,9.63960],[51.42070,9.64196],[51.41946,9.64260],[51.41841,9.64430],[51.41808,9.64424],[51.41724,9.64278],[51.41689,9.64286],[51.41593,9.64190],[51.41477,9.64012],[51.41439,9.63763],[51.41303,9.63623],[51.41226,9.63505],[51.41152,9.63301],[51.41170,9.63121],[51.41063,9.62977],[51.40856,9.62859],[51.40708,9.62904],[51.40607,9.63050],[51.40464,9.63168],[51.40391,9.63155],[51.40440,9.62707],[51.40429,9.62477],[51.40432,9.62252],[51.40503,9.62044],[51.40531,9.61720],[51.40595,9.61244],[51.40579,9.61029],[51.40495,9.60866],[51.40432,9.60568],[51.39969,9.59900],[51.39803,9.59362],[51.39803,9.59104],[51.40045,9.58950],[51.40243,9.58997],[51.40304,9.58898],[51.40308,9.58587],[51.40246,9.57935],[51.40163,9.57724],[51.39672,9.57630],[51.39249,9.57415],[51.39011,9.56973],[51.38886,9.56513],[51.38384,9.55986],[51.38057,9.55808],[51.37711,9.55877],[51.37497,9.56064],[51.37446,9.56203],[51.37372,9.57010],[51.37218,9.57581],[51.37175,9.57654],[51.36984,9.57650],[51.36598,9.57105],[51.36378,9.57017],[51.36242,9.56731],[51.36139,9.56356],[51.36094,9.55682],[51.36235,9.54961],[51.36168,9.55027],[51.35912,9.54851],[51.35743,9.55276],[51.35328,9.55679],[51.34761,9.55924],[51.34194,9.56647],[51.33995,9.56812],[51.34012,9.57035],[51.34015,9.57338],[51.34048,9.57449],[51.34060,9.57713],[51.34141,9.57941],[51.34210,9.58065],[51.34204,9.58170],[51.34142,9.58174],[51.34000,9.58310],[51.33886,9.58335],[51.33824,9.58430],[51.33796,9.58623],[51.33633,9.58906],[51.33595,9.59082],[51.33599,9.59179],[51.33453,9.59477],[51.33332,9.59509],[51.33143,9.59640],[51.32883,9.60000],[51.32870,9.60124],[51.32753,9.60186],[51.32756,9.60607],[51.32634,9.60583],[51.32651,9.60457],[51.32461,9.60379],[51.32407,9.60667],[51.32442,9.60787],[51.32521,9.60854],[51.32557,9.60942],[51.32557,9.61021],[51.32634,9.61079],[51.32797,9.61499],[51.32808,9.61798],[51.32817,9.62094],[51.32701,9.62512],[51.32707,9.62956],[51.32715,9.63098],[51.32609,9.63343],[51.32438,9.63583],[51.32242,9.63909],[51.32180,9.63838],[51.32280,9.63658],[51.32357,9.63606],[51.32486,9.63441],[51.32497,9.63321],[51.32088,9.62950],[51.31189,9.62826],[51.31175,9.63453],[51.31291,9.63494],[51.31709,9.63560],[51.31697,9.63638],[51.31614,9.63816],[51.31519,9.63921],[51.31657,9.64002],[51.31614,9.64090],[51.31709,9.64127],[51.31917,9.64077],[51.31975,9.64099],[51.32014,9.64039],[51.32044,9.64095],[51.31948,9.64185],[51.31920,9.64273],[51.31846,9.64489],[51.31585,9.64813],[51.31477,9.65229],[51.31488,9.65392],[51.31441,9.65386],[51.31420,9.65446],[51.31379,9.65437],[51.31198,9.65735],[51.31264,9.65757],[51.31182,9.65946],[51.31146,9.66182],[51.31135,9.66563],[51.31161,9.66688],[51.31212,9.66714],[51.31213,9.66795],[51.31257,9.66827],[51.31322,9.66780],[51.31340,9.66729],[51.31373,9.66722],[51.31402,9.66600],[51.31469,9.66628],[51.31485,9.66746],[51.31552,9.66789],[51.31583,9.66752],[51.31696,9.66857],[51.31749,9.66941],[51.31693,9.67119],[51.31605,9.67344],[51.31567,9.67493],[51.31442,9.67649],[51.31299,9.67763],[51.31122,9.67788],[51.31028,9.67851],[51.30982,9.67921],[51.30894,9.68136],[51.30875,9.68385],[51.30971,9.68400],[51.30954,9.68574],[51.30985,9.68675],[51.30969,9.68696],[51.30864,9.68548],[51.30804,9.68587],[51.30784,9.68640],[51.30824,9.68748],[51.30843,9.68876],[51.30875,9.68887],[51.30861,9.69067],[51.30832,9.69192],[51.30789,9.69209],[51.30723,9.69374],[51.30691,9.69533],[51.30639,9.69567],[51.30509,9.69711],[51.30411,9.69938],[51.30393,9.70110],[51.30416,9.70217],[51.30383,9.70398],[51.30399,9.70466],[51.30362,9.70670],[51.30299,9.70887],[51.30212,9.71069],[51.30165,9.71226],[51.29932,9.71672],[51.29824,9.71945],[51.29769,9.71857],[51.29749,9.71919],[51.29867,9.72116],[51.29829,9.72198],[51.29849,9.72389],[51.29889,9.72404],[51.29871,9.72432],[51.29806,9.72434],[51.29784,9.72754],[51.29718,9.72979],[51.29612,9.73056],[51.29500,9.73189],[51.29541,9.73320],[51.29578,9.73466],[51.29737,9.73865],[51.29816,9.74043],[51.29952,9.74434],[51.30035,9.74728],[51.30179,9.75056],[51.30561,9.76114],[51.30628,9.76659],[51.30667,9.76803],[51.30809,9.76874],[51.31813,9.77099],[51.31798,9.77240],[51.31990,9.77193],[51.32096,9.77297],[51.32199,9.77314],[51.32321,9.77393],[51.32516,9.77511],[51.32604,9.77481],[51.32639,9.77417],[51.32540,9.77267],[51.32441,9.77190],[51.32528,9.77057],[51.32560,9.77084],[51.32639,9.77269],[51.32713,9.77181],[51.32873,9.77359],[51.32940,9.77260],[51.32938,9.77228],[51.32780,9.77003],[51.32702,9.76917],[51.32564,9.76518],[51.32439,9.76365],[51.32423,9.76335],[51.32538,9.76447],[51.32647,9.76625],[51.32712,9.76773],[51.33036,9.77091],[51.33306,9.77209],[51.33605,9.77254],[51.33692,9.77213],[51.33777,9.77101],[51.33708,9.76807],[51.33753,9.76318],[51.33430,9.76365],[51.33363,9.76404],[51.33304,9.76591],[51.33281,9.76767],[51.33257,9.76812],[51.33096,9.76491],[51.32970,9.76098],[51.32904,9.75976],[51.32857,9.75622],[51.32674,9.75521],[51.32580,9.75367],[51.32415,9.75105],[51.32221,9.74914],[51.32123,9.74758],[51.31999,9.74646],[51.31903,9.74513],[51.31888,9.74191],[51.31951,9.73790],[51.32146,9.73616],[51.32300,9.73629],[51.32408,9.73610],[51.32568,9.73620],[51.32781,9.73715],[51.32912,9.73683],[51.33049,9.73547],[51.33177,9.73359],[51.33428,9.73132],[51.33601,9.72905],[51.33638,9.72742],[51.33767,9.72647],[51.33953,9.72716],[51.34086,9.72703],[51.34206,9.72489],[51.34566,9.72176],[51.34669,9.72110],[51.34849,9.72071],[51.34967,9.71841],[51.35046,9.71642],[51.35195,9.71444],[51.35519,9.71288],[51.35605,9.71148],[51.35641,9.70732],[51.35739,9.70562],[51.35806,9.70438],[51.35902,9.70384],[51.36017,9.70253],[51.36087,9.70202],[51.36297,9.70249],[51.36441,9.70211],[51.36534,9.70378],[51.36614,9.70734],[51.36640,9.70957],[51.36737,9.71444],[51.36852,9.71801],[51.37046,9.72294],[51.37077,9.72562],[51.36964,9.72848],[51.36827,9.73179],[51.36819,9.73379],[51.36912,9.73853],[51.36999,9.74029],[51.37100,9.74344],[51.37296,9.74538],[51.37325,9.74827],[51.37332,9.74935],[51.37407,9.75076],[51.37450,9.75233],[51.37649,9.75329],[51.37924,9.75529],[51.38146,9.75615],[51.38244,9.75716],[51.38319,9.75837],[51.38342,9.75959],[51.38333,9.76007],[51.38355,9.76161],[51.38418,9.76303],[51.38435,9.76393],[51.38583,9.76416],[51.38675,9.77052],[51.38755,9.77073],[51.38782,9.77116],[51.38718,9.77178],[51.38714,9.77260],[51.38735,9.77369],[51.38733,9.77498],[51.38753,9.77588],[51.38852,9.77674],[51.38885,9.77764],[51.38873,9.77848],[51.38893,9.77959],[51.38956,9.78079],[51.39008,9.78820],[51.39016,9.79004],[51.39038,9.79023],[51.38824,9.79556],[51.38834,9.79594],[51.38670,9.79785],[51.38585,9.79923],[51.38676,9.80084],[51.38818,9.80152],[51.38952,9.80212],[51.38988,9.80154],[51.39348,9.79957],[51.39572,9.80139],[51.39652,9.80144],[51.39944,9.80013],[51.40103,9.79862],[51.40078,9.79802],[51.40012,9.79712],[51.39967,9.79605],[51.40009,9.79536],[51.39991,9.79412],[51.40092,9.79285],[51.40241,9.79253],[51.40515,9.79399],[51.40535,9.79336],[51.40705,9.79420],[51.40819,9.79611],[51.40906,9.79997],[51.40980,9.80109],[51.41013,9.80246],[51.41001,9.80514],[51.40991,9.80624],[51.41007,9.80806],[51.41051,9.80924],[51.41061,9.81190],[51.41029,9.81240],[51.41013,9.81426],[51.41032,9.81656],[51.40985,9.81956],[51.40950,9.82229],[51.40965,9.82407],[51.40879,9.82407],[51.40764,9.82523],[51.40750,9.82673],[51.40511,9.82800],[51.40530,9.82926],[51.40407,9.82920],[51.40405,9.83079],[51.40547,9.83079],[51.40637,9.83169],[51.40558,9.83179],[51.40526,9.83139],[51.40421,9.83143],[51.40425,9.83291],[51.40348,9.83441],[51.40249,9.83297],[51.40205,9.83403],[51.40279,9.83611],[51.40364,9.83729],[51.40341,9.83787],[51.40290,9.83742],[51.40258,9.83761],[51.40289,9.83868],[51.40196,9.83911],[51.40258,9.84072],[51.40101,9.84014],[51.40093,9.83988],[51.39814,9.84014],[51.39645,9.84109],[51.39542,9.84115],[51.39345,9.83941],[51.39121,9.83950],[51.38984,9.84008],[51.38848,9.84149],[51.38797,9.84154],[51.38698,9.84091],[51.38367,9.83988],[51.37388,9.85012],[51.37337,9.85123],[51.37249,9.85276],[51.37231,9.85398],[51.37247,9.85555],[51.37221,9.85791],[51.37168,9.85971],[51.37184,9.86231],[51.37164,9.86460],[51.37199,9.86649],[51.37281,9.86831],[51.37355,9.86810],[51.37434,9.86853],[51.37510,9.86791],[51.37515,9.86651],[51.37930,9.85947],[51.37981,9.85990],[51.38129,9.86023],[51.38529,9.85597],[51.38629,9.85617],[51.39207,9.85930],[51.39293,9.85939],[51.39396,9.86029],[51.39443,9.86139],[51.39458,9.85991],[51.39451,9.85789],[51.39783,9.85504],[51.39872,9.85341],[51.39961,9.85278],[51.40119,9.85070],[51.40190,9.85186],[51.40368,9.85107],[51.40367,9.85180],[51.40504,9.85296],[51.40679,9.85353],[51.40924,9.85401],[51.41108,9.85328],[51.41109,9.85283],[51.41213,9.85227],[51.41209,9.85165],[51.41438,9.85088],[51.41470,9.85339],[51.41440,9.85603],[51.41351,9.85596],[51.41296,9.85624],[51.41319,9.85702],[51.41424,9.85882],[51.41397,9.85970],[51.41413,9.86159],[51.41411,9.86311],[51.41480,9.86532],[51.41250,9.86560],[51.41387,9.86856],[51.41240,9.87032],[51.41082,9.87311],[51.40986,9.87354],[51.40757,9.87607],[51.40690,9.87721],[51.40355,9.87841],[51.40418,9.88021],[51.40524,9.88197],[51.40558,9.88206],[51.40673,9.88118],[51.40761,9.88161],[51.40820,9.88298],[51.40929,9.88337],[51.40979,9.88468],[51.41057,9.88438],[51.41290,9.88281],[51.41329,9.88453],[51.41484,9.88317],[51.41525,9.89011],[51.41660,9.89483],[51.41722,9.89858],[51.41623,9.89925],[51.41751,9.90088],[51.41924,9.90216],[51.41983,9.90349],[51.42094,9.90540],[51.41776,9.90714],[51.41698,9.90553],[51.41553,9.90607],[51.41282,9.90875],[51.41217,9.91028],[51.41094,9.91372],[51.41026,9.91378],[51.40999,9.91099],[51.40963,9.90876],[51.40813,9.90835],[51.40699,9.90932],[51.40473,9.91322],[51.40442,9.91344],[51.40311,9.91373],[51.40330,9.91555],[51.40175,9.91510],[51.40104,9.91587],[51.40128,9.91759],[51.40113,9.91967],[51.40011,9.92175],[51.39740,9.92495],[51.39551,9.92666],[51.39208,9.92761],[51.39239,9.93070],[51.38611,9.93043],[51.38283,9.93150],[51.38169,9.93189],[51.38118,9.93062],[51.38046,9.93030],[51.37899,9.93068],[51.37820,9.92731],[51.37661,9.92555],[51.37516,9.92849],[51.37614,9.93375],[51.37658,9.93394],[51.37673,9.93549],[51.37757,9.93989],[51.37843,9.94253],[51.38189,9.94770],[51.38812,9.95283],[51.39102,9.95658],[51.39228,9.96207],[51.39520,9.96636],[51.39549,9.96593],[51.39595,9.96726],[51.39585,9.96797],[51.39666,9.97070],[51.39659,9.97175],[51.39715,9.97340],[51.39735,9.97745],[51.39830,9.98127],[51.39811,9.98786],[51.40186,9.98992],[51.40250,9.99168],[51.40304,9.99310],[51.40402,9.99458],[51.40368,9.99814],[51.40355,10.00052],[51.40523,10.00177],[51.40760,10.00097],[51.40837,10.00612],[51.41119,10.00801],[51.41301,10.00773],[51.41773,10.00975],[51.41919,10.00936],[51.42006,10.00893],[51.42069,10.00956],[51.42081,10.01091],[51.42046,10.01352],[51.42000,10.01516],[51.41977,10.01739],[51.41895,10.01717],[51.41903,10.02106],[51.41874,10.02421],[51.41914,10.02458],[51.41898,10.02601],[51.41909,10.02758],[51.42032,10.03166],[51.42069,10.03451],[51.42033,10.03655],[51.41977,10.03769],[51.42182,10.04045],[51.42330,10.04275],[51.42472,10.04183],[51.42568,10.04153],[51.42754,10.04322],[51.42826,10.04513],[51.42907,10.04820],[51.42919,10.05074],[51.43158,10.05226],[51.43300,10.05065],[51.43275,10.04904],[51.43424,10.04812],[51.43522,10.04986],[51.43610,10.04636],[51.43634,10.04642],[51.43539,10.04958],[51.43529,10.05095],[51.43482,10.05147],[51.43507,10.05460],[51.43546,10.05629],[51.43493,10.05928],[51.43327,10.05977],[51.43212,10.06136],[51.42943,10.05947],[51.42726,10.05990],[51.42657,10.06112],[51.42602,10.06488],[51.42438,10.06561],[51.41962,10.06434],[51.41848,10.06784],[51.41826,10.07241],[51.41941,10.07528],[51.42235,10.07745],[51.42484,10.07970],[51.42821,10.07943],[51.42995,10.07911],[51.43347,10.07935],[51.43471,10.08032],[51.43510,10.08761],[51.43554,10.09126],[51.43417,10.09660],[51.43361,10.09752],[51.43341,10.10010],[51.43384,10.10463],[51.43321,10.10433],[51.43234,10.10832],[51.43143,10.10980],[51.43050,10.11025],[51.43100,10.11445],[51.43051,10.11469],[51.43013,10.11709],[51.43151,10.11911],[51.43286,10.11978],[51.43284,10.12051],[51.43432,10.12145],[51.43405,10.12501],[51.43438,10.12671],[51.43490,10.12735],[51.43360,10.13048],[51.43550,10.13205],[51.43519,10.13284],[51.43412,10.13216],[51.43403,10.13278],[51.43426,10.13329],[51.43216,10.13628],[51.43177,10.13589],[51.43011,10.13885],[51.42889,10.14377],[51.42927,10.14666],[51.42994,10.15241],[51.43146,10.15507],[51.43418,10.14937],[51.43427,10.14814],[51.43543,10.14525],[51.43636,10.14385],[51.43700,10.14128],[51.43820,10.14091],[51.43950,10.13994],[51.43990,10.14269],[51.44093,10.14215],[51.44260,10.14029],[51.44454,10.14276],[51.44607,10.14840],[51.44585,10.15097],[51.44719,10.15207],[51.44559,10.15275],[51.44365,10.15527],[51.44369,10.15593],[51.44536,10.15765],[51.44593,10.15698],[51.44631,10.15741],[51.44675,10.15887],[51.44615,10.16074],[51.44440,10.16778],[51.44634,10.17454],[51.44882,10.17497],[51.45282,10.17786],[51.45326,10.17807],[51.45431,10.17921],[51.45546,10.17966],[51.45615,10.17756],[51.45661,10.17784],[51.45779,10.17743],[51.45803,10.17868],[51.45873,10.18011],[51.45958,10.18095],[51.46096,10.18211],[51.46181,10.18464],[51.46210,10.18653],[51.46532,10.18602],[51.46548,10.18353],[51.46590,10.18233],[51.46741,10.17889],[51.46835,10.17827],[51.47002,10.17819],[51.47237,10.18415],[51.47701,10.18692],[51.47809,10.18834],[51.47877,10.19081],[51.47931,10.18980],[51.48067,10.18997],[51.48071,10.19179],[51.48158,10.19437],[51.48417,10.19827],[51.48641,10.20196],[51.48723,10.20563],[51.48529,10.20750],[51.48501,10.20729],[51.48364,10.20960],[51.48248,10.21081],[51.48195,10.21156],[51.48153,10.21108],[51.47994,10.21445],[51.47857,10.21278],[51.47803,10.21484],[51.47886,10.21615],[51.47861,10.21656],[51.47735,10.21437],[51.47699,10.21651],[51.47444,10.21587],[51.47286,10.21504],[51.47051,10.21577],[51.46977,10.21699],[51.47132,10.22085],[51.47184,10.22141],[51.47071,10.22435],[51.47345,10.22549],[51.47253,10.22733],[51.47108,10.22982],[51.47064,10.23351],[51.47118,10.23548],[51.47314,10.23424],[51.47531,10.23752],[51.47738,10.23797],[51.47802,10.24173],[51.47865,10.24392],[51.47986,10.24349],[51.48004,10.24420],[51.48207,10.24482],[51.48379,10.24484],[51.48388,10.24744],[51.48351,10.24948],[51.48378,10.25239],[51.48453,10.25250],[51.48483,10.25626],[51.48529,10.25787],[51.48509,10.25872],[51.48582,10.26203],[51.48577,10.26293],[51.48735,10.26544],[51.48812,10.27267],[51.48880,10.27407],[51.49058,10.27209],[51.49133,10.27379],[51.49129,10.27735],[51.49224,10.27783],[51.49308,10.28216],[51.49374,10.28263],[51.49446,10.28456],[51.49406,10.28815],[51.49281,10.29031],[51.49268,10.29293],[51.49323,10.29602],[51.49372,10.29594],[51.49384,10.29727],[51.49371,10.29995],[51.49479,10.30111],[51.49535,10.30117],[51.49585,10.30156],[51.49764,10.30059],[51.49864,10.29924],[51.50537,10.30012],[51.50866,10.30257],[51.50940,10.30480],[51.51496,10.30856],[51.51481,10.31049],[51.51557,10.31287],[51.51532,10.31546],[51.51381,10.31802],[51.51448,10.31905],[51.51491,10.32091],[51.51744,10.33048],[51.51842,10.33609],[51.51874,10.33935],[51.51914,10.34192],[51.52009,10.34302],[51.52158,10.34327],[51.52309,10.34435],[51.52464,10.34430],[51.52601,10.34321],[51.52690,10.34370],[51.52919,10.34838],[51.53003,10.34806],[51.53158,10.34826],[51.53208,10.34805],[51.53449,10.35202],[51.53536,10.35303],[51.53667,10.35622],[51.53747,10.35944],[51.53795,10.36079],[51.54015,10.36163],[51.54091,10.36292],[51.54093,10.36412],[51.54208,10.36668],[51.54306,10.36816],[51.54472,10.36874],[51.54624,10.36861],[51.54651,10.36670],[51.54870,10.36762],[51.55059,10.36949],[51.55201,10.37149],[51.55361,10.37249],[51.55419,10.37200],[51.55453,10.36943],[51.55607,10.36446],[51.55692,10.36609],[51.55711,10.36880],[51.55847,10.37399],[51.56111,10.37661],[51.56226,10.37811],[51.56460,10.37914],[51.56668,10.37914],[51.56909,10.37918],[51.57125,10.37747],[51.57141,10.37837],[51.57459,10.37907],[51.57615,10.37780],[51.57741,10.37752],[51.57821,10.37858],[51.57952,10.37881],[51.57961,10.37808],[51.58104,10.37675],[51.58213,10.37722],[51.58316,10.37680],[51.58412,10.37356],[51.58604,10.37150],[51.58705,10.36935],[51.58791,10.37153],[51.58815,10.37415],[51.58886,10.37670],[51.58880,10.37775],[51.58754,10.38395],[51.58674,10.38544],[51.58630,10.38835],[51.58628,10.39011],[51.58756,10.39522],[51.58767,10.39741],[51.58668,10.40391],[51.58677,10.40749],[51.58761,10.41013],[51.58831,10.41189],[51.58873,10.41594],[51.58963,10.41940],[51.59073,10.42135],[51.59217,10.42609],[51.59263,10.42974],[51.59231,10.43231],[51.59055,10.43794],[51.59003,10.44047],[51.59017,10.44225],[51.58977,10.44294],[51.58969,10.44435],[51.58854,10.44675],[51.58673,10.44688],[51.58621,10.44896],[51.58462,10.45017],[51.58362,10.45223],[51.58342,10.45493],[51.58361,10.45609],[51.58430,10.45703],[51.58361,10.45999],[51.58313,10.45995],[51.58311,10.46130],[51.58202,10.46268],[51.58202,10.46353],[51.58267,10.46495],[51.58333,10.46703],[51.58289,10.46776],[51.58199,10.46806],[51.58182,10.46896],[51.58179,10.47117],[51.58163,10.47313],[51.58062,10.47587],[51.57977,10.47686],[51.57869,10.48004],[51.57703,10.48499],[51.57553,10.48727],[51.57482,10.48806],[51.57446,10.49012],[51.57269,10.49547],[51.56706,10.50097],[51.56216,10.50333],[51.56291,10.50496],[51.56322,10.50601],[51.56215,10.50700],[51.56143,10.50781],[51.55830,10.50940],[51.55650,10.50941],[51.55574,10.51091],[51.55536,10.51314],[51.55361,10.51896],[51.55517,10.52261],[51.55524,10.52394],[51.55533,10.52548],[51.55615,10.52857],[51.55664,10.53074],[51.55882,10.53314],[51.55920,10.53417],[51.55744,10.53928],[51.55547,10.54511],[51.55670,10.55910],[51.55881,10.56410],[51.55966,10.56622],[51.56096,10.56740],[51.56327,10.57022],[51.56264,10.57670],[51.56581,10.57743],[51.56552,10.57999],[51.56597,10.58381],[51.56532,10.58576],[51.56704,10.58619],[51.56768,10.58653],[51.56895,10.58619],[51.56879,10.58853],[51.56941,10.58883],[51.56880,10.59054],[51.56998,10.59140],[51.57007,10.59104],[51.57056,10.59108],[51.57195,10.59239],[51.57480,10.59271],[51.57629,10.59670],[51.57801,10.59827],[51.57870,10.60050],[51.57926,10.60129],[51.57923,10.60281],[51.57955,10.60417],[51.57938,10.60829],[51.57914,10.61063],[51.57937,10.61193],[51.57777,10.61460],[51.57677,10.61856],[51.57579,10.62140],[51.57502,10.62070],[51.57391,10.62308],[51.57325,10.62548],[51.57158,10.62743],[51.56997,10.62542],[51.56922,10.62544],[51.56772,10.62638],[51.56730,10.62932],[51.56627,10.63181],[51.56499,10.63374],[51.56343,10.63397],[51.56321,10.63665],[51.56209,10.63612],[51.56217,10.64004],[51.56257,10.63987],[51.56301,10.64178],[51.56282,10.64565],[51.55963,10.64468],[51.55948,10.64601],[51.55867,10.64590],[51.55830,10.64919],[51.55783,10.65152],[51.56013,10.65268],[51.55891,10.65429],[51.55826,10.65642],[51.55834,10.65697],[51.56005,10.65891],[51.56016,10.65835],[51.56125,10.65898],[51.56066,10.66046],[51.56160,10.66084],[51.56233,10.66073],[51.56230,10.65998],[51.56405,10.65985],[51.56396,10.65895],[51.56679,10.65829],[51.56940,10.66050],[51.57127,10.66258],[51.57215,10.66260],[51.57310,10.66438],[51.57455,10.66584],[51.57614,10.66607],[51.57675,10.66547],[51.57731,10.66631],[51.57818,10.66620],[51.57855,10.66376],[51.57944,10.66444],[51.57956,10.66343],[51.58046,10.66290],[51.58112,10.65760],[51.58142,10.65756],[51.58192,10.65142],[51.58271,10.64856],[51.58322,10.64771],[51.58394,10.64423],[51.58472,10.64394],[51.58452,10.64193],[51.58411,10.64113],[51.58422,10.63884],[51.58486,10.63828],[51.58902,10.63864],[51.59091,10.63815],[51.59242,10.63652],[51.59342,10.63652],[51.59406,10.63446],[51.59578,10.63382],[51.59680,10.63425],[51.59697,10.63330],[51.59825,10.63294],[51.60025,10.63386],[51.60141,10.63397],[51.60267,10.63161],[51.60385,10.63206],[51.60492,10.63435],[51.60540,10.63525],[51.60592,10.63523],[51.60665,10.63504],[51.60705,10.63317],[51.60797,10.63397],[51.60800,10.63551],[51.60772,10.63667],[51.60733,10.63955],[51.60721,10.64083],[51.60765,10.64257],[51.60791,10.64540],[51.60655,10.64776],[51.60657,10.64920],[51.60736,10.64830],[51.60853,10.64817],[51.61089,10.64500],[51.61143,10.64446],[51.61210,10.64319],[51.61346,10.64304],[51.61446,10.64178],[51.61516,10.63993],[51.61683,10.63897],[51.61779,10.64019],[51.61907,10.63935],[51.61938,10.63856],[51.62003,10.63916],[51.62122,10.63963],[51.62236,10.64150],[51.62246,10.64367],[51.62228,10.64626],[51.62266,10.64766],[51.62323,10.65071],[51.62330,10.65231],[51.62400,10.65540],[51.62434,10.65714],[51.62609,10.65963],[51.62733,10.66540],[51.62805,10.66660],[51.62870,10.67092],[51.62936,10.67321],[51.62820,10.67840],[51.62837,10.68154],[51.62894,10.68298],[51.63001,10.68152],[51.63046,10.67886],[51.63114,10.67735],[51.63281,10.67688],[51.63338,10.67581],[51.63498,10.67622],[51.63575,10.67542],[51.63668,10.67576],[51.63835,10.67709],[51.63839,10.67891],[51.63808,10.68102],[51.63807,10.68312],[51.63884,10.68677],[51.63951,10.68773],[51.63975,10.69035],[51.63996,10.69378],[51.63943,10.69708],[51.63963,10.69914],[51.64057,10.70116],[51.64083,10.70168],[51.64108,10.70141],[51.64168,10.69834],[51.64224,10.69442],[51.64514,10.69178],[51.64597,10.69006],[51.64748,10.68901],[51.64855,10.68924],[51.65093,10.68703],[51.65226,10.68648],[51.65427,10.68403],[51.65523,10.68369],[51.66004,10.68171],[51.66062,10.68169],[51.66150,10.68055],[51.66400,10.67583],[51.66527,10.67446],[51.66593,10.67210],[51.66672,10.67126],[51.66802,10.66959],[51.66854,10.66877],[51.67022,10.66802],[51.67196,10.66834],[51.67357,10.66748],[51.67643,10.66735],[51.67782,10.66651],[51.67886,10.66634],[51.68034,10.66565],[51.68168,10.66576],[51.68339,10.66443],[51.68421,10.66486],[51.68438,10.66660],[51.68478,10.66731],[51.68520,10.66729],[51.68594,10.66643],[51.68679,10.66671],[51.68758,10.66565],[51.68799,10.66546],[51.68883,10.66465],[51.68993,10.66538],[51.69056,10.66514],[51.69110,10.66342],[51.69137,10.66351],[51.69275,10.66572],[51.69355,10.66619],[51.69530,10.66666],[51.69673,10.66840],[51.69764,10.67149],[51.69775,10.67295],[51.69927,10.67250],[51.70094,10.67095],[51.70208,10.66993],[51.70344,10.66952],[51.70586,10.66943],[51.70653,10.66834],[51.70758,10.66844],[51.70832,10.66771],[51.70994,10.66888],[51.71033,10.66744],[51.71113,10.66665],[51.71224,10.66454],[51.71319,10.66409],[51.71405,10.66304],[51.71422,10.66190],[51.71486,10.66216],[51.71581,10.66038],[51.71643,10.66027],[51.71662,10.65899],[51.71731,10.65851],[51.71833,10.65647],[51.71856,10.65564],[51.71784,10.65499],[51.71839,10.65356],[51.71832,10.65173],[51.71881,10.65049],[51.72025,10.64879],[51.72069,10.64757],[51.72167,10.64740],[51.72291,10.64654],[51.72450,10.64405],[51.72521,10.64214],[51.72751,10.64203],[51.72865,10.64302],[51.72941,10.64319],[51.73125,10.64239],[51.73287,10.64014],[51.73443,10.63731],[51.73524,10.63551],[51.73783,10.63368],[51.74005,10.63169],[51.74160,10.63136],[51.74346,10.63179],[51.74631,10.63112],[51.74891,10.63140],[51.75069,10.63132],[51.75253,10.63087],[51.75392,10.62949],[51.75720,10.62870],[51.75822,10.62664],[51.75969,10.62192],[51.75975,10.62020],[51.76147,10.61295],[51.76190,10.60797],[51.76300,10.60449],[51.76494,10.60087],[51.76620,10.59763],[51.76746,10.59164],[51.76869,10.58977],[51.76997,10.58932],[51.77254,10.58851],[51.77317,10.58728],[51.77461,10.58582],[51.77852,10.58361],[51.78172,10.57919],[51.78213,10.58022],[51.78467,10.58386],[51.78756,10.58628],[51.79043,10.58512],[51.79340,10.58521],[51.79552,10.58503],[51.79697,10.58510],[51.79945,10.58463],[51.80033,10.58381],[51.80199,10.58137],[51.80360,10.58025],[51.80561,10.57890],[51.80742,10.57763],[51.80827,10.57744],[51.80953,10.57585],[51.80967,10.57499],[51.81118,10.57390],[51.81247,10.57634],[51.81377,10.57647],[51.81553,10.57819],[51.81718,10.57798],[51.81858,10.57701],[51.82044,10.57770],[51.82093,10.57900],[51.82234,10.57813],[51.82484,10.57858],[51.82564,10.57767],[51.83331,10.58337],[51.83587,10.58910],[51.84074,10.58300],[51.84188,10.57805],[51.84295,10.57642],[51.84355,10.57657],[51.84532,10.57897],[51.84604,10.57893],[51.84751,10.57865],[51.84865,10.57940],[51.84929,10.58107],[51.85067,10.58152],[51.85170,10.58292],[51.85267,10.58401],[51.85301,10.58573],[51.85239,10.58843],[51.85314,10.59103],[51.85349,10.59159],[51.85318,10.59433],[51.85373,10.59597],[51.85404,10.59871],[51.85430,10.59921],[51.85355,10.60142],[51.85467,10.60272],[51.85550,10.60382],[51.85660,10.60382],[51.85742,10.60478],[51.85867,10.60493],[51.85913,10.60468],[51.86185,10.60601],[51.86381,10.61146],[51.86666,10.61228],[51.86671,10.61500],[51.86751,10.61623],[51.86980,10.61603],[51.86945,10.61792],[51.87001,10.61990],[51.87031,10.62296],[51.87116,10.62395],[51.87141,10.63028],[51.87359,10.63440],[51.87642,10.63594],[51.88008,10.64017],[51.88220,10.64090],[51.88290,10.64378],[51.88475,10.64410],[51.88945,10.65014],[51.89224,10.65070],[51.89380,10.64963],[51.89522,10.65021],[51.89696,10.64997],[51.89938,10.65076],[51.90309,10.65029],[51.90498,10.64975],[51.90861,10.64791],[51.90946,10.64538],[51.91028,10.64560],[51.91152,10.64435],[51.91324,10.64100],[51.91541,10.63804],[51.91634,10.63113],[51.91904,10.61834],[51.92049,10.61328],[51.92828,10.61628],[51.92883,10.61714],[51.93084,10.61650],[51.93142,10.61847],[51.93399,10.61787],[51.93484,10.61654],[51.93619,10.61392],[51.93841,10.61319],[51.93986,10.61680],[51.94277,10.61783],[51.94333,10.62028],[51.94336,10.62135],[51.94550,10.62216],[51.94767,10.62276],[51.94910,10.62517],[51.94920,10.63311],[51.95058,10.63470],[51.95312,10.64375],[51.95351,10.64783],[51.95650,10.65135],[51.95767,10.65126],[51.95809,10.64946],[51.95989,10.64800],[51.96134,10.64457],[51.96296,10.64178],[51.96103,10.63864],[51.96105,10.63796],[51.95941,10.63530],[51.96010,10.63405],[51.95827,10.62740],[51.95880,10.62641],[51.95817,10.62006],[51.96261,10.61916],[51.96473,10.62023],[51.96719,10.61998],[51.96719,10.61461],[51.96898,10.61461],[51.96890,10.60629],[51.97274,10.60710],[51.97583,10.60659],[51.97773,10.60603],[51.97644,10.59856],[51.97501,10.59526],[51.97491,10.58732],[51.97557,10.58517],[51.98048,10.58727],[51.99268,10.57560],[52.00398,10.56118],[52.00522,10.56645],[52.00622,10.57096],[52.00590,10.57302],[52.00762,10.57156],[52.00993,10.57144],[52.01078,10.57547],[52.01054,10.57882],[52.01054,10.58191],[52.01115,10.59015],[52.01408,10.59075],[52.01416,10.59650],[52.01342,10.59718],[52.00943,10.59598],[52.00956,10.60006],[52.00719,10.60002],[52.00711,10.60139],[52.00869,10.60826],[52.01012,10.61199],[52.01036,10.61366],[52.00882,10.61465],[52.00940,10.61864],[52.00832,10.62096],[52.00824,10.62727],[52.00843,10.62765],[52.01109,10.62319],[52.01215,10.62615],[52.01152,10.62761],[52.01308,10.63422],[52.01495,10.63834],[52.01529,10.63946],[52.01746,10.63877],[52.02105,10.64177],[52.02264,10.64182],[52.02235,10.64774],[52.02364,10.64984],[52.02449,10.65534],[52.02837,10.65714],[52.03326,10.65456],[52.03305,10.65181],[52.03659,10.65027],[52.04163,10.64830],[52.04258,10.65722],[52.04435,10.66340],[52.04324,10.66559],[52.04643,10.67902],[52.04883,10.69443],[52.04990,10.70464],[52.04948,10.71649],[52.04956,10.72236],[52.04766,10.73571],[52.04792,10.74125],[52.04835,10.74472],[52.04790,10.75974],[52.04615,10.76219],[52.04647,10.76301],[52.04724,10.76313],[52.04885,10.76992],[52.04956,10.77644],[52.04956,10.78695],[52.04869,10.79000],[52.04782,10.79884],[52.04734,10.80326],[52.04734,10.81223],[52.04811,10.81918],[52.04724,10.82691],[52.04808,10.83386],[52.04953,10.83982],[52.04940,10.84952],[52.05228,10.86172],[52.05682,10.87155],[52.05832,10.87760],[52.05851,10.88271],[52.05814,10.88790],[52.05840,10.89086],[52.05798,10.89640],[52.05779,10.90395],[52.05806,10.91362],[52.05782,10.91697],[52.05859,10.93289],[52.05906,10.93603],[52.05801,10.95070],[52.05714,10.96353],[52.05592,10.96495],[52.06286,10.96710],[52.06864,10.97040],[52.07397,10.97388],[52.07685,10.97182],[52.08107,10.97220],[52.08143,10.97139],[52.08676,10.97074],[52.08842,10.96701],[52.08848,10.96242],[52.08787,10.95911],[52.08990,10.95545],[52.09122,10.95077],[52.09243,10.94545],[52.09351,10.94391],[52.09552,10.94013],[52.09633,10.94223],[52.09955,10.94447],[52.10295,10.94253],[52.10511,10.95343],[52.10606,10.95949],[52.10648,10.96790],[52.10540,10.97472],[52.10545,10.97712],[52.10717,10.97901],[52.11231,10.99049],[52.11545,10.99989],[52.11677,11.00169],[52.11745,11.00478],[52.11877,11.00667],[52.11901,11.00881],[52.12061,11.01053],[52.12069,11.01225],[52.12154,11.01250],[52.12241,11.01199],[52.12459,11.01448],[52.12644,11.01551],[52.12804,11.01741],[52.12818,11.02114],[52.12899,11.02277],[52.12897,11.02530],[52.12836,11.02616],[52.12868,11.02685],[52.13092,11.02831],[52.13395,11.03788],[52.13345,11.04466],[52.13576,11.04633],[52.13805,11.04668],[52.14008,11.04676],[52.14322,11.04500],[52.14909,11.05217],[52.15161,11.05825],[52.15274,11.05808],[52.15345,11.06087],[52.15582,11.05885],[52.16051,11.05521],[52.16169,11.05791],[52.16338,11.05984],[52.16543,11.06130],[52.16870,11.06156],[52.17059,11.05988],[52.17254,11.06087],[52.17294,11.05297],[52.17188,11.04349],[52.17222,11.04044],[52.17186,11.03568],[52.17557,11.02688],[52.17838,11.01992],[52.18194,11.01434],[52.18786,11.01211],[52.19583,11.01447],[52.19948,11.01361],[52.20322,11.02237],[52.20477,11.02155],[52.20493,11.02378],[52.20664,11.02361],[52.20845,11.02906],[52.20972,11.02627],[52.21206,11.03151],[52.21124,11.03301],[52.21190,11.03563],[52.21127,11.03717],[52.21442,11.04485],[52.21639,11.04554],[52.21881,11.06107],[52.21976,11.07484],[52.22341,11.07750],[52.22878,11.08673],[52.23127,11.08337],[52.23225,11.08329],[52.23579,11.07930],[52.23645,11.08033],[52.23808,11.07912],[52.23953,11.07895],[52.23971,11.07762],[52.24344,11.07329],[52.24152,11.06930],[52.24063,11.05908],[52.24265,11.05998],[52.25356,11.05230],[52.25724,11.05629],[52.25871,11.05634],[52.26221,11.05202],[52.26465,11.05103],[52.26673,11.05357],[52.27253,11.04237],[52.27230,11.03593],[52.27035,11.02906],[52.27613,11.02537],[52.27689,11.02541],[52.27996,11.02258],[52.28322,11.01868],[52.28637,11.01468],[52.28821,11.01164],[52.29073,11.01220],[52.29669,11.02250],[52.29711,11.02563],[52.29773,11.02687],[52.29868,11.03245],[52.30199,11.03825],[52.30290,11.03666],[52.30374,11.03571],[52.30519,11.03717],[52.30645,11.03782],[52.31042,11.03627],[52.30992,11.03374],[52.31144,11.03224],[52.31212,11.03284],[52.31414,11.02915],[52.31700,11.02541],[52.31847,11.02177],[52.31955,11.02022],[52.32120,11.01996],[52.32563,11.01435],[52.32825,11.01289],[52.32854,11.00641],[52.32822,11.00087],[52.32943,11.00062],[52.33014,11.00559],[52.33677,11.00242],[52.33578,10.99585],[52.33688,10.99431],[52.33641,10.99049],[52.33562,10.99062],[52.33515,10.98778],[52.33735,10.98637],[52.33732,10.98727],[52.34154,10.98405],[52.34233,10.98667],[52.34293,10.98620],[52.34356,10.99225],[52.34168,10.99379],[52.34168,10.99637],[52.34291,11.00079],[52.34482,11.00285],[52.34354,11.00504],[52.34537,11.00705],[52.34485,11.00813],[52.34574,11.01083],[52.34605,11.01684],[52.34695,11.02302],[52.34492,11.02192],[52.34400,11.02368],[52.34500,11.02630],[52.34547,11.03020],[52.34371,11.03303],[52.34369,11.03733],[52.34542,11.03788],[52.34673,11.04102],[52.34699,11.04436],[52.34916,11.04424],[52.34882,11.05428],[52.34940,11.05518],[52.35037,11.05848],[52.35200,11.05934],[52.35708,11.06144],[52.35396,11.06363],[52.35425,11.06634],[52.35530,11.06904],[52.35598,11.06827],[52.35679,11.06951],[52.35860,11.06990],[52.36767,11.06762],[52.36974,11.06750],[52.37176,11.07436],[52.37273,11.07496],[52.37453,11.07423],[52.37466,11.06973],[52.37681,11.06908],[52.37642,11.06913],[52.37383,11.06651],[52.37485,11.06441],[52.37694,11.06561],[52.38134,11.05998],[52.38155,11.05458],[52.38538,11.05063],[52.38582,11.04930],[52.38726,11.04874],[52.38813,11.04651],[52.38936,11.03836],[52.38643,11.04127],[52.38556,11.03634],[52.38884,11.03449],[52.39088,11.02595],[52.39352,11.02166],[52.38868,11.01844],[52.38795,11.01505],[52.38954,11.01647],[52.39193,11.01939],[52.39496,11.01664],[52.39719,11.01866],[52.40300,11.01085],[52.40395,11.01046],[52.40497,11.00823],[52.40963,11.00505],[52.41387,10.99183],[52.41492,10.99509],[52.41615,10.99393],[52.41864,10.98964],[52.42063,10.98968],[52.42193,10.98711],[52.42301,10.98620],[52.42611,10.98013],[52.43106,10.97313],[52.43278,10.96541],[52.43547,10.96136],[52.44465,10.95681],[52.44575,10.95557],[52.44923,10.94892],[52.45378,10.94819],[52.46047,10.93372],[52.46487,10.93505],[52.47669,10.93471],[52.47599,10.93965],[52.47627,10.94175],[52.47941,10.94368],[52.48383,10.94179],[52.48683,10.94454],[52.49224,10.94377],[52.49564,10.94961],[52.49512,10.95055],[52.49732,10.95879],[52.49648,10.95892],[52.50110,10.97536],[52.49687,10.98167],[52.49656,10.98978],[52.49679,10.99394],[52.49622,11.00107],[52.49554,11.00677],[52.49664,11.00948],[52.51756,10.97995],[52.53405,10.96033],[52.53457,10.95848],[52.53687,10.95741],[52.54459,10.95007],[52.54754,10.94647],[52.55365,10.94192],[52.56042,10.94315],[52.56600,10.93877],[52.56699,10.93813],[52.56764,10.93736],[52.56863,10.93761],[52.57103,10.94173],[52.57304,10.94173],[52.57534,10.94010],[52.57794,10.94173],[52.57985,10.94199],[52.58186,10.94472],[52.58253,10.94803],[52.58681,10.94266],[52.58908,10.93953],[52.59020,10.94236],[52.59205,10.94700],[52.59239,10.95125],[52.59356,10.95485],[52.59508,10.95541],[52.59547,10.95777],[52.59867,10.95944],[52.59904,10.96060],[52.59985,10.95987],[52.60198,10.96549],[52.60321,10.97202],[52.60691,10.97601],[52.60972,10.97489],[52.61262,10.97678],[52.62257,10.97742],[52.62418,10.97708],[52.62458,10.97296],[52.62614,10.96897],[52.62603,10.96476],[52.62038,10.94554],[52.61512,10.94356],[52.61413,10.93798],[52.61129,10.93005],[52.60931,10.92670],[52.61001,10.92078],[52.61494,10.92593],[52.61671,10.91927],[52.61819,10.91636],[52.62270,10.91382],[52.62408,10.91327],[52.62677,10.90862],[52.62719,10.90561],[52.62883,10.90373],[52.63023,10.90433],[52.63570,10.90244],[52.63789,10.89913],[52.64021,10.89836],[52.64133,10.89875],[52.64214,10.89742],[52.64367,10.89656],[52.64612,10.89364],[52.64867,10.88875],[52.65071,10.88492],[52.65188,10.88385],[52.65318,10.88213],[52.65419,10.88205],[52.65552,10.88076],[52.65831,10.87896],[52.66195,10.87754],[52.66336,10.87844],[52.66588,10.87565],[52.66601,10.87420],[52.66965,10.87018],[52.67048,10.86864],[52.67139,10.86688],[52.67243,10.86602],[52.67446,10.86151],[52.67532,10.85932],[52.67714,10.85924],[52.67946,10.85550],[52.68123,10.85405],[52.68336,10.85181],[52.68495,10.84971],[52.68895,10.84769],[52.69349,10.84232],[52.69731,10.83722],[52.69877,10.83692],[52.70064,10.83425],[52.70408,10.83430],[52.70748,10.83739],[52.70995,10.83413],[52.71128,10.83335],[52.71607,10.83038],[52.71747,10.82866],[52.71849,10.82248],[52.71641,10.81888],[52.71581,10.80704],[52.71422,10.80416],[52.71459,10.79832],[52.71834,10.79609],[52.72814,10.79377],[52.73017,10.79343],[52.73188,10.79000],[52.73396,10.78828],[52.73816,10.79122],[52.74473,10.79062],[52.74746,10.79255],[52.75312,10.78856],[52.75450,10.77611],[52.75985,10.77607],[52.76068,10.77538],[52.76328,10.77542],[52.76925,10.76937],[52.76881,10.76804],[52.77486,10.76276],[52.77527,10.76319],[52.77725,10.76182],[52.78363,10.75586],[52.78675,10.75564],[52.79614,10.75942],[52.80270,10.76243],[52.81718,10.75758],[52.81986,10.75749],[52.82347,10.76599],[52.82757,10.76758],[52.83016,10.76505],[52.83244,10.77024],[52.83379,10.77208],[52.84068,10.76488],[52.84167,10.76483],[52.84291,10.77543],[52.84348,10.79650],[52.85022,10.80096],[52.84869,10.80869],[52.84714,10.82465],[52.84750,10.83075],[52.84727,10.83577],[52.85082,10.84074],[52.85211,10.84165],[52.85113,10.84525],[52.85139,10.84894],[52.85268,10.85250],[52.85183,10.85491],[52.85139,10.86023],[52.85300,10.85980],[52.85504,10.86383],[52.85551,10.86628],[52.85522,10.86907],[52.85247,10.87405],[52.84967,10.87426],[52.84921,10.87632],[52.84724,10.87679],[52.84667,10.88319],[52.84553,10.88490],[52.84537,10.89070],[52.84716,10.89181],[52.84796,10.89327],[52.85359,10.89585],[52.85563,10.89598],[52.85418,10.90074],[52.85457,10.90525],[52.85379,10.90812],[52.85392,10.91186],[52.85294,10.91336],[52.85260,10.91585],[52.85330,10.91864],[52.85330,10.92576],[52.85245,10.92932],[52.85317,10.93331],[52.85232,10.93692],[52.85322,10.94207],[52.85749,10.94678],[52.85998,10.95051],[52.86371,10.95446],[52.86508,10.95566],[52.86773,10.95824],[52.86954,10.95794],[52.87190,10.96407],[52.87348,10.96523],[52.87517,10.96811],[52.87856,10.96858],[52.87701,10.97394],[52.87843,10.97643],[52.87742,10.97991],[52.88048,10.98261],[52.88149,10.98587],[52.88467,10.98806],[52.88646,10.99038],[52.89022,10.99051],[52.89273,10.98875],[52.89697,10.98982],[52.89896,10.98922],[52.90362,10.99411],[52.90600,10.99266],[52.90797,10.99677],[52.91043,10.99819],[52.91115,11.00424],[52.91027,11.00956],[52.90942,11.01085],[52.90965,11.01489],[52.91133,11.02652],[52.91170,11.02986],[52.91113,11.03450],[52.91136,11.03600],[52.91304,11.03853],[52.91268,11.04218],[52.91165,11.05145],[52.90914,11.06062],[52.90914,11.06877],[52.91033,11.07199],[52.91160,11.07422],[52.91279,11.07899],[52.91248,11.08083],[52.91256,11.08624],[52.91271,11.09358],[52.91191,11.09778],[52.91010,11.09577],[52.89943,11.09319],[52.89752,11.09740],[52.89521,11.11194],[52.89666,11.11765],[52.89750,11.13788],[52.90167,11.15478],[52.90472,11.15551],[52.90609,11.15556],[52.90035,11.18603],[52.90017,11.19654],[52.89760,11.21984],[52.89232,11.21903],[52.89118,11.22435],[52.89105,11.23044],[52.88844,11.23538],[52.88427,11.23765],[52.88020,11.23753],[52.87867,11.24045],[52.87849,11.24590],[52.87934,11.24946],[52.87895,11.25526],[52.87968,11.25869],[52.87989,11.26461],[52.88022,11.26822],[52.88157,11.27101],[52.88330,11.27114],[52.88745,11.27667],[52.88763,11.28109],[52.88763,11.28560],[52.88758,11.28912],[52.88895,11.29028],[52.88750,11.29118],[52.88267,11.29492],[52.87817,11.29217],[52.87439,11.29440],[52.87812,11.31483],[52.88283,11.32745],[52.88640,11.33706],[52.88827,11.33783],[52.88822,11.34848],[52.89174,11.35938],[52.89438,11.36350],[52.89604,11.36393],[52.89723,11.36908],[52.90038,11.37637],[52.90178,11.38667],[52.90163,11.39276],[52.90411,11.40804],[52.91100,11.41800],[52.91814,11.42598],[52.91980,11.42684],[52.91902,11.43233],[52.92373,11.43911],[52.93263,11.45338],[52.93677,11.46608],[52.93884,11.46986],[52.93956,11.48290],[52.94173,11.49234],[52.94085,11.50633],[52.95968,11.49277],[52.98467,11.50247],[52.99191,11.50341],[52.99671,11.50668],[52.99971,11.50719],[53.00611,11.51277],[53.00776,11.52590],[53.00291,11.53311],[53.00038,11.53972],[52.99842,11.54504],[52.99847,11.55706],[53.00425,11.56109],[53.00487,11.55320],[53.01283,11.55929],[53.01174,11.56144],[53.01252,11.56341],[53.01690,11.56770],[53.01938,11.57285],[53.03296,11.59731],[53.03616,11.59860],[53.03533,11.58907],[53.04137,11.56221],[53.05331,11.54892],[53.04670,11.52300],[53.04841,11.50412],[53.07667,11.46052],[53.07818,11.44001],[53.07307,11.41615],[53.07148,11.39838],[53.06379,11.38164],[53.05332,11.34714],[53.05739,11.33315],[53.07550,11.31263],[53.08364,11.29555],[53.09390,11.27659],[53.10411,11.26689],[53.12136,11.26629],[53.13609,11.24783],[53.14299,11.22835],[53.14413,11.20929],[53.13517,11.19771],[53.13594,11.18449],[53.15689,11.17273],[53.15864,11.18063],[53.16168,11.18380],[53.16574,11.18990],[53.17199,11.19215],[53.17692,11.19636],[53.18125,11.19421],[53.18315,11.19172],[53.18721,11.17988],[53.18788,11.17275],[53.18587,11.16803],[53.18778,11.16022],[53.19019,11.15542],[53.19163,11.14726],[53.19235,11.13782],[53.19816,11.14580],[53.19971,11.13808],[53.20254,11.13911],[53.20261,11.13361],[53.20488,11.12666],[53.20380,11.11911],[53.20863,11.10675],[53.21130,11.10203],[53.21464,11.08992],[53.21809,11.08709],[53.22101,11.08057],[53.22441,11.07808],[53.22564,11.07439],[53.22985,11.07267],[53.23509,11.06323],[53.24485,11.05782],[53.24835,11.05490],[53.25487,11.04804],[53.25784,11.04761],[53.26103,11.04220],[53.26277,11.03928],[53.26760,11.03722],[53.27253,11.03516],[53.27910,11.02744],[53.28151,11.02126],[53.28048,11.01190],[53.28228,11.00907],[53.29259,11.00821],[53.29367,11.00281],[53.29849,11.00881],[53.30065,11.00967],[53.30311,11.00727],[53.30531,11.00238],[53.30880,11.00504],[53.31204,11.00410],[53.31573,10.99912],[53.32147,10.99921],[53.32158,10.99655],[53.32640,10.99071],[53.32522,10.98874],[53.32768,10.98384],[53.33419,10.98865],[53.33875,10.95861],[53.33398,10.95492],[53.33993,10.93587],[53.34392,10.93458],[53.34823,10.92831],[53.34920,10.91849],[53.34387,10.91548],[53.34187,10.91265],[53.34018,10.91299],[53.33782,10.90999],[53.33690,10.90355],[53.33428,10.89900],[53.33649,10.89600],[53.33690,10.89368],[53.33475,10.89231],[53.33526,10.88029],[53.33218,10.87901],[53.32993,10.88098],[53.32752,10.88699],[53.32583,10.88733],[53.32449,10.88416],[53.32193,10.88047],[53.32403,10.87780],[53.32455,10.87265],[53.32695,10.87180],[53.32706,10.86845],[53.32654,10.86579],[53.32434,10.86596],[53.32270,10.87042],[53.31978,10.86999],[53.31773,10.86931],[53.31680,10.86656],[53.31660,10.85446],[53.31491,10.84991],[53.31065,10.85017],[53.30968,10.84802],[53.30727,10.83703],[53.30645,10.83437],[53.30829,10.82948],[53.31265,10.82871],[53.31301,10.82716],[53.31316,10.82339],[53.31357,10.81541],[53.31378,10.80931],[53.31655,10.79389],[53.31973,10.78677],[53.32039,10.78342],[53.32470,10.77621],[53.32537,10.77226],[53.32977,10.77183],[53.33106,10.76746],[53.32901,10.76085],[53.33223,10.75844],[53.33510,10.76231],[53.33859,10.76462],[53.34095,10.75836],[53.33926,10.75595],[53.34120,10.75098],[53.34069,10.74926],[53.34330,10.73913],[53.35703,10.72928],[53.36943,10.70353],[53.37081,10.69477],[53.36697,10.68018],[53.36907,10.64473],[53.37065,10.62920],[53.36804,10.60834],[53.36328,10.59401],[53.35944,10.57693],[53.36569,10.56019],[53.36681,10.56124],[53.37019,10.54596],[53.37167,10.51000],[53.38908,10.45859],[53.40894,10.40101],[53.42587,10.37311],[53.42520,10.33346],[53.42761,10.32264],[53.43334,10.31071],[53.43186,10.30274],[53.42465,10.28592],[53.41943,10.26145],[53.41411,10.25176],[53.39687,10.24025],[53.39487,10.22429],[53.39967,10.19412],[53.39644,10.17978],[53.40013,10.16485],[53.40888,10.14914],[53.41967,10.14253],[53.42458,10.13035],[53.42438,10.11790],[53.42934,10.10211],[53.44018,10.09730],[53.45286,10.08142],[53.45557,10.06820],[53.46379,10.05147],[53.45632,10.04296],[53.45525,10.04562],[53.45234,10.04279],[53.44999,10.05026],[53.44595,10.04476],[53.44564,10.03592],[53.44421,10.03283],[53.44349,10.03202],[53.44564,10.02352],[53.44677,10.02335],[53.44710,10.02219],[53.44191,10.01464],[53.43932,10.02358],[53.43536,10.02877],[53.43221,10.02182],[53.43104,10.02075],[53.43035,10.01753],[53.42922,10.01851],[53.42917,10.01744],[53.42968,10.01598],[53.42896,10.01062],[53.42991,10.00933],[53.42843,10.00585],[53.42485,10.00062],[53.42594,9.99551],[53.41980,9.99255],[53.42079,9.98819],[53.41951,9.98806],[53.41941,9.98695],[53.41756,9.98677],[53.41759,9.98559],[53.41607,9.98371],[53.41472,9.98194],[53.41394,9.97677],[53.41951,9.97604],[53.41996,9.97503],[53.42181,9.97647],[53.42207,9.97510],[53.42089,9.97426],[53.42162,9.97269],[53.42123,9.97147],[53.42221,9.96924],[53.42389,9.96827],[53.42391,9.96421],[53.42458,9.96352],[53.42497,9.96224],[53.42513,9.96056],[53.42667,9.96046],[53.42793,9.95608],[53.42965,9.94368],[53.42838,9.94282],[53.42678,9.94671],[53.42109,9.94186],[53.42160,9.92976],[53.42017,9.92954],[53.42069,9.92720],[53.41948,9.92529],[53.41956,9.92456],[53.41434,9.91598],[53.41603,9.90712],[53.42102,9.91047],[53.42227,9.91309],[53.42317,9.91347],[53.42470,9.91643],[53.42695,9.91656],[53.43000,9.91446],[53.43480,9.92133],[53.43529,9.92090],[53.43629,9.92223],[53.43629,9.92330],[53.43943,9.91995],[53.44321,9.91888],[53.44286,9.91742],[53.44488,9.91836],[53.44692,9.91712],[53.44943,9.91300],[53.44953,9.91176],[53.45267,9.90974],[53.45403,9.90791],[53.45443,9.90606],[53.45680,9.90439],[53.45604,9.90289],[53.45644,9.90080],[53.45698,9.90119],[53.45730,9.90074],[53.45810,9.89872],[53.45712,9.89774],[53.45645,9.89857],[53.45510,9.89763],[53.45418,9.90005],[53.45447,9.89808],[53.45386,9.89731],[53.45438,9.89593],[53.45652,9.89473],[53.45504,9.89327],[53.45377,9.89162],[53.45311,9.89158],[53.45203,9.88937],[53.45064,9.88847],[53.44990,9.88606],[53.45031,9.88591],[53.44227,9.87319],[53.44255,9.87212],[53.44306,9.87033],[53.44467,9.86911],[53.44330,9.86699],[53.44162,9.86705],[53.44059,9.86724],[53.43993,9.86626],[53.44047,9.86364],[53.44040,9.86259],[53.43906,9.86096],[53.43621,9.85986],[53.43506,9.86158],[53.43309,9.86330],[53.43156,9.86424],[53.43027,9.86383],[53.43005,9.86197],[53.43175,9.86115],[53.43478,9.85894],[53.43509,9.85645],[53.45120,9.83650],[53.46261,9.81287],[53.46281,9.80749],[53.46465,9.80743],[53.46684,9.80657],[53.46751,9.80605],[53.46693,9.80352],[53.46945,9.80327],[53.46952,9.79996],[53.47566,9.80058],[53.47525,9.79976],[53.47525,9.79878],[53.47806,9.80000],[53.47984,9.80017],[53.48075,9.80048],[53.48329,9.80035],[53.48643,9.80111],[53.48832,9.80111],[53.49019,9.80278],[53.49150,9.80233],[53.49389,9.80272],[53.49389,9.80171],[53.49355,9.79892],[53.49392,9.79754],[53.49466,9.79265],[53.49327,9.78643],[53.49253,9.78228],[53.49825,9.78410],[53.50013,9.78476],[53.50020,9.78311],[53.50054,9.78266],[53.49993,9.78114],[53.50165,9.78157],[53.50187,9.77912],[53.50315,9.77635],[53.50505,9.77051],[53.50549,9.76873],[53.50723,9.76607],[53.50830,9.76382],[53.51411,9.76687],[53.51485,9.76642],[53.51887,9.76876],[53.51999,9.76921],[53.52046,9.77032],[53.52171,9.77109],[53.52050,9.77519],[53.51819,9.78107],[53.51868,9.78137],[53.52024,9.77996],[53.52309,9.77901],[53.52528,9.77811],[53.52486,9.77466],[53.52536,9.77459],[53.52615,9.77521],[53.52669,9.77453],[53.52757,9.77397],[53.52882,9.77079],[53.52934,9.76963],[53.52991,9.77058],[53.53105,9.77129],[53.53371,9.77002],[53.53424,9.76923],[53.54098,9.76571],[53.54087,9.76712],[53.54200,9.76734],[53.54221,9.76936],[53.54257,9.77107],[53.54376,9.77277],[53.55341,9.77436],[53.55441,9.77449],[53.55483,9.76514],[53.55534,9.76263],[53.55699,9.74005],[53.55962,9.70342],[53.56482,9.67638],[53.61180,9.56003],[53.63308,9.53257],[53.66299,9.52827],[53.69350,9.50390],[53.14716,8.95669],[53.14218,8.96017],[53.13843,8.96494],[53.13385,8.97072],[53.13179,8.97479],[53.13055,8.97857],[53.12567,8.98271],[53.12518,8.98155],[53.12355,8.97767],[53.12341,8.97548],[53.12262,8.97289],[53.12253,8.97048],[53.12221,8.96656],[53.11985,8.96196],[53.11989,8.96055],[53.11897,8.95836],[53.11891,8.95523],[53.11815,8.95079],[53.11765,8.94892],[53.11612,8.94690],[53.11352,8.95143],[53.11253,8.95544],[53.11022,8.95806],[53.10864,8.95943],[53.10656,8.95993],[53.10650,8.96057],[53.10397,8.96111],[53.10046,8.96280],[53.09914,8.96194],[53.10107,8.96572],[53.10046,8.96832],[53.10105,8.96999],[53.10149,8.97053],[53.09945,8.97883],[53.09842,8.97838],[53.09629,8.98171],[53.09743,8.98589],[53.09796,8.98799],[53.09821,8.98834],[53.09658,8.99063],[53.09546,8.98647],[53.09369,8.98445],[53.09208,8.97645],[53.09086,8.97085],[53.09056,8.96739],[53.08941,8.96405],[53.08789,8.96284],[53.08756,8.96306],[53.08494,8.96081],[53.08463,8.96216],[53.08327,8.96465],[53.08266,8.96578],[53.08106,8.96454],[53.07980,8.96394],[53.07768,8.96437],[53.07660,8.96458],[53.07438,8.96370],[53.07310,8.96405],[53.07273,8.96413],[53.07234,8.96327],[53.07131,8.96344],[53.07125,8.96484],[53.07007,8.96314],[53.06909,8.96398],[53.06726,8.96417],[53.06547,8.96454],[53.06426,8.96611],[53.06298,8.96618],[53.06240,8.96474],[53.06007,8.96341],[53.05880,8.96506],[53.05727,8.96583],[53.05760,8.96785],[53.05573,8.97083],[53.05114,8.97362],[53.05138,8.97656],[53.04674,8.98019],[53.04518,8.97712],[53.03918,8.97098],[53.03793,8.96798],[53.03665,8.96643],[53.03646,8.96547],[53.03718,8.96362],[53.03411,8.95384],[53.03355,8.95337],[53.03372,8.95291],[53.03340,8.95169],[53.03157,8.95105],[53.03069,8.94890],[53.03099,8.94624],[53.02966,8.94633],[53.02926,8.94646],[53.02785,8.94525],[53.02728,8.94493],[53.02580,8.94618],[53.02504,8.94583],[53.02448,8.94483],[53.02440,8.94274],[53.02478,8.93972],[53.02488,8.93895],[53.02478,8.93787],[53.02314,8.93783],[53.01359,8.93568],[53.01417,8.92871],[53.01295,8.92854],[53.01395,8.92442],[53.01493,8.92169],[53.01245,8.92133],[53.01343,8.91779],[53.01117,8.91586],[53.01353,8.89353],[53.01709,8.88982],[53.02284,8.88544],[53.02797,8.87630],[53.03266,8.86686],[53.03697,8.86497],[53.04068,8.86634],[53.04072,8.86345],[53.03775,8.86218],[53.03443,8.86248],[53.03325,8.86401],[53.02802,8.86452],[53.02652,8.86600],[53.02466,8.86870],[53.02191,8.86668],[53.02203,8.86357],[53.02147,8.86134],[53.02183,8.85744],[53.02066,8.85327],[53.02001,8.85209],[53.01899,8.85132],[53.01670,8.85068],[53.01659,8.84797],[53.01772,8.84746],[53.01804,8.84800],[53.02022,8.84879],[53.02106,8.84900],[53.02208,8.84980],[53.02354,8.85016],[53.02418,8.84937],[53.02460,8.84662],[53.02436,8.84570],[53.02343,8.84431],[53.02244,8.84373],[53.02154,8.84250],[53.02118,8.84051],[53.02036,8.84023],[53.01819,8.83785],[53.01987,8.83364],[53.02096,8.83222],[53.02127,8.83098],[53.02125,8.82941],[53.02063,8.82431],[53.02097,8.82150],[53.02225,8.81804],[53.02380,8.81748],[53.02494,8.81705],[53.02660,8.81537],[53.02867,8.81068],[53.03022,8.81010],[53.03092,8.80945],[53.03235,8.80535],[53.03588,8.79267],[53.03736,8.79046],[53.03763,8.78921],[53.03862,8.78604],[53.03800,8.78299],[53.03940,8.77816],[53.04329,8.77653],[53.04442,8.77484],[53.04515,8.77278],[53.04631,8.77303],[53.04793,8.77142],[53.05135,8.77119],[53.05316,8.77069],[53.05142,8.76685],[53.05271,8.76604],[53.05022,8.76054],[53.04766,8.76228],[53.04697,8.76357],[53.04612,8.76276],[53.04588,8.75992],[53.04536,8.75904],[53.04490,8.75885],[53.04393,8.75773],[53.04433,8.75628],[53.04267,8.75475],[53.04121,8.75600],[53.04081,8.75692],[53.03983,8.75700],[53.03893,8.75595],[53.03859,8.75278],[53.03809,8.75170],[53.03885,8.74982],[53.03929,8.74947],[53.03895,8.74883],[53.04082,8.74295],[53.03942,8.74162],[53.04036,8.73907],[53.03924,8.73984],[53.03869,8.73950],[53.03793,8.73769],[53.03737,8.73774],[53.03706,8.73550],[53.03735,8.73338],[53.03681,8.73236],[53.03622,8.73238],[53.03561,8.73354],[53.03508,8.73457],[53.03383,8.73393],[53.03383,8.73286],[53.03383,8.73092],[53.03947,8.72030],[53.04031,8.71876],[53.04081,8.71822],[53.04175,8.71633],[53.04233,8.71582],[53.04427,8.71208],[53.04476,8.71181],[53.04562,8.71002],[53.04780,8.70914],[53.04923,8.70867],[53.05091,8.70777],[53.05278,8.70695],[53.05343,8.70785],[53.05384,8.70736],[53.05625,8.70811],[53.05690,8.70858],[53.05812,8.70841],[53.05976,8.70892],[53.06211,8.70912],[53.06862,8.71040],[53.07109,8.71019],[53.07370,8.70965],[53.07512,8.70905],[53.07599,8.70901],[53.07613,8.70622],[53.07733,8.70673],[53.07794,8.70609],[53.07907,8.70474],[53.07990,8.70472],[53.08079,8.70270],[53.08101,8.70169],[53.08153,8.70165],[53.08151,8.70238],[53.08121,8.70319],[53.08138,8.70379],[53.08173,8.70431],[53.08304,8.70075],[53.08410,8.69710],[53.08570,8.68884],[53.08612,8.68633],[53.08596,8.68184],[53.08620,8.68058],[53.08669,8.67472],[53.08639,8.67455],[53.08779,8.67296],[53.09001,8.66862],[53.09123,8.66678],[53.09458,8.66487],[53.09576,8.66526],[53.09607,8.66583],[53.09851,8.66671],[53.09978,8.66892],[53.10018,8.66875],[53.10215,8.67066],[53.10249,8.67122],[53.10640,8.66056],[53.10703,8.65961],[53.10863,8.65556],[53.10989,8.65412],[53.11163,8.65403],[53.11382,8.65502],[53.11715,8.65648],[53.11751,8.65732],[53.11819,8.65714],[53.11743,8.65523],[53.11660,8.65393],[53.11653,8.65165],[53.11832,8.65028],[53.11944,8.65034],[53.12207,8.65174],[53.12234,8.65114],[53.12228,8.65081],[53.12332,8.65015],[53.12368,8.64918],[53.12530,8.64867],[53.12743,8.64517],[53.13688,8.63298],[53.14952,8.62673],[53.16502,8.62398],[53.17060,8.61184],[53.17335,8.58017],[53.19153,8.52857],[53.19802,8.51484],[53.19705,8.51237],[53.20106,8.50461],[53.20595,8.50101],[53.20964,8.49648],[53.21435,8.49285],[53.21704,8.49152],[53.22057,8.48697],[53.22366,8.48268],[53.22643,8.48182],[53.22748,8.48781],[53.22824,8.48897],[53.22807,8.48957],[53.22680,8.48944],[53.22674,8.49178],[53.22726,8.49257],[53.22831,8.50101],[53.22883,8.50465],[53.22776,8.50589],[53.22755,8.50720],[53.22769,8.51147],[53.22750,8.51239],[53.22809,8.51602],[53.22834,8.51596],[53.22845,8.51742],[53.22599,8.51866],[53.22633,8.52087],[53.22284,8.52040],[53.22307,8.52282],[53.22145,8.52315],[53.22180,8.52576],[53.21582,8.53018],[53.21521,8.53469],[53.21454,8.53711],[53.21527,8.54076],[53.21306,8.54349],[53.21293,8.54656],[53.20766,8.55396],[53.21358,8.56619],[53.21071,8.57215],[53.21732,8.57844],[53.21490,8.58977],[53.21402,8.59278],[53.21286,8.59838],[53.21252,8.59870],[53.21091,8.59904],[53.21000,8.59808],[53.20882,8.59739],[53.20857,8.59617],[53.20807,8.59617],[53.20771,8.59670],[53.20548,8.59374],[53.20536,8.59215],[53.20397,8.58984],[53.20397,8.58885],[53.20287,8.58771],[53.20244,8.58784],[53.20217,8.58595],[53.20125,8.58346],[53.20039,8.58194],[53.19986,8.58119],[53.19847,8.58115],[53.19752,8.58200],[53.19695,8.58381],[53.19621,8.58451],[53.19608,8.58331],[53.19488,8.58243],[53.19385,8.58047],[53.19293,8.58009],[53.19236,8.58120],[53.19156,8.58097],[53.19105,8.58004],[53.18998,8.58041],[53.19009,8.58116],[53.19064,8.58253],[53.19021,8.58401],[53.18949,8.58373],[53.18925,8.58886],[53.18974,8.58893],[53.18895,8.59009],[53.18800,8.59015],[53.18760,8.59223],[53.18751,8.59242],[53.18668,8.59034],[53.18647,8.59135],[53.18463,8.59195],[53.18465,8.59227],[53.18395,8.59298],[53.18480,8.59474],[53.18481,8.59781],[53.18548,8.59757],[53.18573,8.59925],[53.18633,8.60006],[53.18682,8.60320],[53.18660,8.60333],[53.18672,8.60440],[53.18715,8.60421],[53.18764,8.60714],[53.18808,8.60699],[53.18839,8.60822],[53.18847,8.60917],[53.18954,8.60928],[53.19145,8.60915],[53.19321,8.60878],[53.19446,8.61558],[53.19461,8.61544],[53.19622,8.61213],[53.19733,8.61336],[53.19573,8.61666],[53.19460,8.61546],[53.19446,8.61558],[53.19468,8.61812],[53.19522,8.62237],[53.19702,8.62170],[53.19705,8.62621],[53.19778,8.62722],[53.19801,8.62910],[53.19737,8.62921],[53.19697,8.62902],[53.19591,8.63108],[53.19543,8.63211],[53.19552,8.63408],[53.19598,8.63440],[53.19465,8.63730],[53.19394,8.63646],[53.19291,8.63872],[53.19175,8.63747],[53.18999,8.64218],[53.18956,8.64176],[53.18776,8.64755],[53.18865,8.64918],[53.18834,8.65199],[53.18676,8.65532],[53.18635,8.65538],[53.18639,8.65304],[53.18559,8.65263],[53.18545,8.65289],[53.18456,8.65223],[53.18397,8.65199],[53.18423,8.65306],[53.18312,8.65349],[53.18313,8.65431],[53.18255,8.65555],[53.18203,8.65727],[53.18128,8.65808],[53.17888,8.65802],[53.17712,8.65901],[53.17713,8.65954],[53.17754,8.65984],[53.17760,8.66165],[53.17730,8.66220],[53.17773,8.66293],[53.17814,8.66289],[53.17704,8.66452],[53.17636,8.66536],[53.17646,8.66628],[53.17706,8.66645],[53.17701,8.66787],[53.17717,8.66800],[53.17714,8.67047],[53.17892,8.67124],[53.17881,8.67467],[53.17593,8.67540],[53.17503,8.67587],[53.17632,8.68006],[53.17744,8.67862],[53.17807,8.67976],[53.17804,8.68228],[53.17862,8.68591],[53.17926,8.68837],[53.18100,8.69095],[53.18155,8.69269],[53.18178,8.69451],[53.18281,8.69736],[53.18371,8.69833],[53.18540,8.69951],[53.18374,8.70041],[53.18177,8.70204],[53.18124,8.70266],[53.18006,8.70101],[53.17930,8.70078],[53.17879,8.70142],[53.17803,8.70108],[53.17772,8.70174],[53.17602,8.70466],[53.17556,8.70539],[53.17708,8.70732],[53.17803,8.70951],[53.17776,8.70985],[53.17913,8.71110],[53.18003,8.71056],[53.17997,8.71150],[53.18097,8.71314],[53.18167,8.71331],[53.18316,8.71436],[53.18239,8.71618],[53.18129,8.72183],[53.18055,8.72880],[53.17924,8.72974],[53.17525,8.73026],[53.17520,8.73142],[53.17444,8.73185],[53.17418,8.73290],[53.17391,8.73331],[53.17366,8.73419],[53.17280,8.73444],[53.17227,8.73519],[53.17262,8.73586],[53.17307,8.73567],[53.17329,8.73667],[53.17089,8.73893],[53.17204,8.74315],[53.17087,8.74345],[53.16835,8.74131],[53.16549,8.74073],[53.16405,8.74157],[53.16381,8.74294],[53.16423,8.74592],[53.16607,8.74826],[53.16424,8.75279],[53.16347,8.75498],[53.16399,8.75674],[53.16529,8.76103],[53.16505,8.76240],[53.16285,8.76438],[53.16149,8.76714],[53.15964,8.77056],[53.15885,8.77401],[53.15816,8.77669],[53.15867,8.77759],[53.15964,8.77757],[53.16051,8.77611],[53.16145,8.77528],[53.16183,8.77586],[53.16168,8.77920],[53.16207,8.78055],[53.16334,8.78171],[53.16346,8.78289],[53.16319,8.78474],[53.16316,8.78613],[53.16276,8.78708],[53.16092,8.78759],[53.16041,8.78836],[53.16031,8.78950],[53.16151,8.79059],[53.16346,8.79104],[53.16315,8.79237],[53.16127,8.79426],[53.16216,8.79600],[53.16373,8.79761],[53.16304,8.79836],[53.16095,8.79765],[53.16078,8.79900],[53.16125,8.80166],[53.16233,8.80407],[53.16022,8.80668],[53.16076,8.80782],[53.16314,8.80859],[53.16311,8.81010],[53.16102,8.81216],[53.16128,8.81331],[53.16388,8.81424],[53.16392,8.81544],[53.16173,8.81788],[53.16194,8.81879],[53.16377,8.82192],[53.16311,8.82522],[53.16364,8.82782],[53.16436,8.82913],[53.16365,8.83014],[53.16295,8.82943],[53.16221,8.82720],[53.16109,8.82664],[53.16052,8.82883],[53.15953,8.83153],[53.15786,8.83359],[53.15683,8.83445],[53.15684,8.83576],[53.15790,8.83793],[53.15792,8.83975],[53.15671,8.84014],[53.15123,8.84125],[53.14760,8.84085],[53.14746,8.84293],[53.14756,8.84520],[53.14671,8.84552],[53.14574,8.84471],[53.14484,8.84653],[53.14345,8.85089],[53.14364,8.85289],[53.14307,8.85315],[53.14205,8.85298],[53.14003,8.85564],[53.14022,8.85764],[53.13875,8.85603],[53.13825,8.85635],[53.13812,8.85791],[53.13740,8.85901],[53.13825,8.86111],[53.13740,8.86182],[53.13507,8.86060],[53.13164,8.86217],[53.13134,8.86432],[53.13247,8.86814],[53.13352,8.87541],[53.13341,8.88357],[53.13289,8.88622],[53.13379,8.88991],[53.13400,8.89801],[53.13580,8.90001],[53.13840,8.90340],[53.13798,8.90505],[53.13755,8.90638],[53.13656,8.90703],[53.13521,8.90739],[53.13282,8.90911],[53.13225,8.91205],[53.13356,8.91310],[53.13831,8.91814],[53.13921,8.91705],[53.14044,8.92024],[53.14100,8.92104],[53.14270,8.92295],[53.14342,8.92269],[53.14453,8.92104],[53.14779,8.93125],[53.14911,8.93188],[53.14870,8.93263],[53.14986,8.93462],[53.14981,8.93591],[53.15112,8.93705],[53.15072,8.94033],[53.15162,8.93992],[53.15221,8.94035],[53.15171,8.94125],[53.15167,8.94233],[53.15217,8.94250],[53.15195,8.94475],[53.15123,8.94550],[53.15080,8.94567],[53.15031,8.94713],[53.14986,8.94670],[53.14716,8.95669],[53.69347,9.50387],[53.72049,9.46686],[53.74608,9.41365],[53.82418,9.35219],[53.86489,9.28902],[53.88048,9.19907],[53.87966,8.87801],[53.92681,8.61574],[53.69002,8.39876],[53.60627,8.52048],[53.60664,8.52319],[53.60635,8.52332],[53.60545,8.52328],[53.60388,8.52505],[53.60341,8.52564],[53.60562,8.52725],[53.60564,8.52763],[53.60430,8.53412],[53.60697,8.53538],[53.60561,8.54213],[53.60333,8.55333],[53.60311,8.55385],[53.60290,8.55577],[53.60258,8.55748],[53.60313,8.55814],[53.60272,8.55875],[53.60201,8.56008],[53.60128,8.56294],[53.59951,8.57168],[53.59822,8.57776],[53.59834,8.57844],[53.59795,8.58121],[53.59734,8.58100],[53.59662,8.58585],[53.59564,8.58484],[53.59511,8.58781],[53.59435,8.59086],[53.59336,8.59091],[53.59306,8.59288],[53.59556,8.60152],[53.59875,8.60666],[53.60284,8.61263],[53.60462,8.62034],[53.60527,8.62329],[53.60540,8.62595],[53.60459,8.63893],[53.60420,8.64115],[53.60368,8.64235],[53.60283,8.64265],[53.60160,8.64570],[53.60192,8.64616],[53.60277,8.64674],[53.60321,8.64746],[53.60409,8.64686],[53.60405,8.64712],[53.60382,8.64761],[53.60370,8.64853],[53.60362,8.64913],[53.60394,8.64930],[53.60379,8.64961],[53.60395,8.65082],[53.60313,8.65078],[53.60286,8.65119],[53.60259,8.65261],[53.59464,8.63839],[53.59346,8.64090],[53.58780,8.63023],[53.58563,8.62704],[53.58114,8.62326],[53.57757,8.62004],[53.57684,8.61983],[53.57404,8.61927],[53.57112,8.62184],[53.56727,8.62528],[53.56631,8.62554],[53.56080,8.62852],[53.55559,8.63102],[53.55499,8.63244],[53.55377,8.63409],[53.55345,8.63712],[53.55494,8.64130],[53.55477,8.64398],[53.55563,8.64675],[53.54945,8.64439],[53.54065,8.64529],[53.54198,8.64179],[53.53658,8.64130],[53.53479,8.63795],[53.52666,8.63902],[53.52485,8.63939],[53.52450,8.64048],[53.52254,8.64348],[53.51841,8.64552],[53.51936,8.64936],[53.51724,8.65063],[53.51597,8.65190],[53.51435,8.64797],[53.51243,8.64926],[53.51258,8.64971],[53.51094,8.65080],[53.50988,8.64842],[53.50962,8.64525],[53.50768,8.64038],[53.50577,8.63636],[53.50370,8.63745],[53.50296,8.63622],[53.50238,8.63459],[53.50172,8.63193],[53.50168,8.62777],[53.50157,8.62477],[53.49822,8.63015],[53.49064,8.61941],[53.48800,8.61048],[53.48406,8.60952],[53.48440,8.60388],[53.48508,8.60042],[53.48578,8.59761],[53.48575,8.59403],[53.48531,8.59293],[53.48555,8.59209],[53.48528,8.59137],[53.48670,8.58553],[53.48693,8.58463],[53.48665,8.58287],[53.48564,8.57935],[53.48581,8.57677],[53.48671,8.57504],[53.48875,8.57375],[53.48770,8.57225],[53.48822,8.57158],[53.48635,8.56804],[53.48339,8.55671],[53.48093,8.53867],[53.48056,8.53646],[53.48059,8.53148],[53.48023,8.52899],[53.47885,8.52556],[53.47724,8.52204],[53.47571,8.51980],[53.47736,8.51910],[53.48086,8.51420],[53.48207,8.51225],[53.48309,8.50897],[53.48497,8.50146],[53.50522,8.51467],[53.51994,8.56025],[53.53716,8.56201],[53.56794,8.52280],[53.60544,8.46942],[54.02246,7.83601],[53.62360,6.47201],[53.46489,6.91009],[53.33315,6.97772],[53.31675,7.12672],[53.25158,7.20774]], + DD_NW: [[52.52527999877,8.666278839111],[52.517951965332,8.672769546508],[52.52188873291,8.684758186340],[52.518280029296,8.691048622131],[52.518169403076,8.68494987487],[52.514450073242,8.685148239135],[52.51082992553,8.691438674927],[52.510940551757,8.697540283203],[52.503601074218,8.704008102417],[52.50347900390,8.697919845581],[52.499881744384,8.704198837280],[52.488590240478,8.698689460754],[52.484870910644,8.698898315429],[52.484981536865,8.704978942871],[52.481250762939,8.705180168151],[52.477642059326,8.711459159851],[52.459011077881,8.712429046630],[52.458900451660,8.706349372863],[52.440280914306,8.707320213317],[52.433040618896,8.719868659973],[52.425579071044,8.720260620117],[52.425369262695,8.708099365234],[52.395568847656,8.709649085998],[52.391941070556,8.715918540954],[52.395671844482,8.715739250183],[52.395778656005,8.721798896789],[52.403331756591,8.727490425109],[52.399711608886,8.733769416809],[52.395980834960,8.733958244323],[52.392360687255,8.740229606628],[52.388641357421,8.740420341491],[52.388740539550,8.746498107910],[52.396709442138,8.776500701904],[52.400650024414,8.788468360900],[52.390602111816,8.855890274047],[52.394329071044,8.855699539184],[52.394420623779,8.861769676208],[52.398262023926,8.867668151855],[52.394630432129,8.873930931091],[52.398571014404,8.885898590087],[52.394939422607,8.892160415649],[52.402400970459,8.891787528991],[52.406230926513,8.897688865661],[52.406330108642,8.903770446777],[52.402912139892,8.92217826843],[52.40320968627,8.940418243408],[52.406841278076,8.934160232543],[52.410770416259,8.946129798889],[52.418430328369,8.957928657531],[52.418529510498,8.964010238647],[52.425991058349,8.963648796081],[52.426090240478,8.969730377197],[52.429920196533,8.975630760193],[52.426288604736,8.981888771057],[52.433849334716,8.987609863281],[52.437480926513,8.9813489913],[52.44120025634,8.981170654296],[52.441318511963,8.987250328063],[52.448760986328,8.986899375915],[52.452388763427,8.980640411377],[52.452590942382,8.992799758911],[52.456420898437,8.998708724975],[52.456630706787,9.010870933532],[52.460460662841,9.016780853271],[52.464191436767,9.016600608825],[52.475471496582,9.022158622741],[52.479198455810,9.021979331970],[52.483032226562,9.027889251709],[52.483131408691,9.033979415893],[52.479511260986,9.040240287780],[52.483341217041,9.046150207519],[52.494529724121,9.045620918273],[52.502090454101,9.051368713378],[52.498561859130,9.06371021270],[52.498760223388,9.075879096984],[52.495239257812,9.088229179382],[52.499069213867,9.094149589538],[52.488182067871,9.112918853759],[52.484748840331,9.131351470947],[52.477390289306,9.137780189514],[52.477191925049,9.125609397888],[52.469730377197,9.125948905944],[52.45814132690,9.102117538452],[52.443119049072,9.096728324890],[52.432231903076,9.115489959717],[52.428508758544,9.115658760071],[52.428310394287,9.103499412536],[52.424678802490,9.109760284423],[52.420951843261,9.109919548034],[52.421051025390,9.115998268127],[52.424880981445,9.121908187866],[52.413799285888,9.128499031067],[52.406230926513,9.122759819030],[52.402500152587,9.12292861938],[52.394939422607,9.117198944091],[52.391010284423,9.105219841003],[52.387191772461,9.099309921264],[52.372268676757,9.100009918212],[52.368438720703,9.094098091125],[52.368339538574,9.088030815124],[52.357158660888,9.08855056762],[52.353328704834,9.082650184631],[52.353229522705,9.076578140258],[52.349399566650,9.070679664611],[52.345470428466,9.058718681335],[52.338020324707,9.05906963348],[52.341449737548,9.040679931640],[52.345081329345,9.034429550171],[52.344982147216,9.028349876404],[52.337520599365,9.028710365295],[52.329872131347,9.016928672790],[52.329769134521,9.010858535766],[52.325939178467,9.00496959686],[52.325851440429,8.998899459838],[52.318382263183,8.999260902405],[52.310729980468,8.987480163574],[52.307102203369,8.993728637695],[52.29954910278,8.988028526306],[52.288372039795,8.988570213317],[52.284542083740,8.982688903808],[52.280811309814,8.982869148254],[52.280509948730,8.964668273926],[52.273159027099,8.971109390258],[52.273262023925,8.977169036865],[52.26570129394,8.971478462219],[52.261981964111,8.971660614013],[52.262279510498,8.989848136902],[52.258651733398,8.996100425720],[52.258850097656,9.008219718933],[52.251388549804,9.008588790893],[52.251689910888,9.026769638061],[52.248161315918,9.039079666137],[52.237270355224,9.05779838562],[52.237369537353,9.063860893249],[52.23384094238,9.076158523559],[52.230110168456,9.076330184936],[52.226280212402,9.070449829101],[52.226188659668,9.064398765564],[52.222469329834,9.064580917358],[52.222358703613,9.058518409729],[52.218540191650,9.052640914916],[52.225891113281,9.046219825744],[52.222068786621,9.040340423584],[52.218341827392,9.040519714355],[52.214710235595,9.046759605407],[52.192348480224,9.047849655151],[52.188529968261,9.041978836059],[52.184890747070,9.048210144043],[52.181171417236,9.048390388489],[52.184799194335,9.042159080505],[52.180778503417,9.024179458618],[52.184410095214,9.017937660217],[52.188140869140,9.017758369445],[52.188228607178,9.023810386657],[52.191959381103,9.023629188537],[52.195590972900,9.017389297485],[52.19176101684,9.011520385742],[52.188041687011,9.011699676513],[52.191669464111,9.00545978546],[52.191570281982,8.999408721923],[52.195289611816,8.999219894409],[52.195098876953,8.987109184265],[52.1914710998,8.99334907531],[52.187740325927,8.993539810180],[52.180488586425,9.006018638611],[52.180591583252,9.012069702148],[52.169502258300,9.01867866516],[52.165779113769,9.018868446350],[52.161949157714,9.012999534606],[52.158229827880,9.013189315796],[52.15460205078,9.019419670105],[52.147151947021,9.019788742065],[52.139598846435,9.014119148254],[52.135871887207,9.014309883117],[52.13224029541,9.020539283752],[52.136161804199,9.032449722290],[52.139991760254,9.038309097290],[52.136360168457,9.044541358947],[52.14381027221,9.044169425964],[52.147731781006,9.05608940124],[52.148021697998,9.074229240417],[52.144290924072,9.074408531188],[52.137031555175,9.086869239807],[52.133590698242,9.10518836975],[52.129959106445,9.111408233642],[52.137599945068,9.123139381408],[52.137699127197,9.129190444946],[52.133972167968,9.12935924530],[52.134262084960,9.14749813079],[52.126899719238,9.153888702392],[52.123271942138,9.160108566284],[52.112079620361,9.160628318786],[52.111900329589,9.148549079895],[52.104251861572,9.136840820312],[52.093070983886,9.137360572815],[52.100719451904,9.149080276489],[52.096988677978,9.149259567260],[52.097080230712,9.155300140381],[52.089630126953,9.155648231506],[52.089820861816,9.167720794677],[52.08628082275,9.179968833923],[52.071559906005,9.192729949951],[52.067821502685,9.192898750305],[52.063919067382,9.181008338928],[52.060100555419,9.175160408020],[52.041461944580,9.17603969574],[52.041561126709,9.182069778442],[52.037738800049,9.176219940185],[52.034011840820,9.176400184631],[52.030380249023,9.182599067688],[52.026828765869,9.194820404052],[52.019378662109,9.195169448852],[52.00828933715,9.201719284057],[52.008110046386,9.189678192138],[52.000572204590,9.184029579162],[51.996929168701,9.190220832824],[51.997108459472,9.202249526977],[51.993301391601,9.196419715881],[51.993209838867,9.190398216247],[51.989391326904,9.184568405151],[51.981941223144,9.184940338134],[51.981849670410,9.178920745849],[51.978118896484,9.179109573364],[51.97821044921,9.18511962890],[51.974498748779,9.185299873352],[51.970859527588,9.191498756408],[51.963401794433,9.191859245300],[51.96348953247,9.197869300842],[51.959949493408,9.210079193115],[51.97130203247,9.221540451050],[51.971481323242,9.23354911804],[51.975212097168,9.233378410339],[51.975391387939,9.245388984680],[51.971660614013,9.245559692382],[51.975570678710,9.25741004943],[51.975749969482,9.269420623779],[51.968471527099,9.281768798828],[51.968368530273,9.275758743286],[51.964660644531,9.275930404663],[51.957382202148,9.288260459900],[51.953651428222,9.288439750671],[51.953479766845,9.276439666748],[51.949748992920,9.276609420776],[51.945941925048,9.270798683166],[51.945850372314,9.264788627624],[51.942298889160,9.276960372924],[51.942390441894,9.282950401306],[51.938659667968,9.283129692077],[51.938571929931,9.277129173279],[51.927391052246,9.27766036987],[51.916481018066,9.296150207519],[51.920291900634,9.301958084106],[51.920459747314,9.313929557800],[51.920551300049,9.319918632507],[51.916820526123,9.320090293884],[51.916999816894,9.332049369812],[51.913360595703,9.338199615478],[51.909629821777,9.338369369506],[51.905990600585,9.344509124756],[51.898529052734,9.34483909606],[51.894889831543,9.350978851318],[51.887439727783,9.351319313049],[51.887351989746,9.345358848571],[51.876178741455,9.34589862823],[51.876091003418,9.339939117431],[51.872451782226,9.346078872680],[51.864921569824,9.340519905090],[51.853740692138,9.341150283813],[51.853832244873,9.347100257873],[51.857551574707,9.346879005432],[51.857639312744,9.352829933166],[51.8614501953,9.358569145202],[51.861610412597,9.370468139648],[51.854648590087,9.4065198898],[51.855140686035,9.442108154296],[51.858951568603,9.447878837585],[51.859111785888,9.459780693054],[51.855468750000,9.465918540954],[51.851669311523,9.46010017395],[51.847991943359,9.460280418395],[51.84778976440,9.448469161987],[51.840221405029,9.437099456787],[51.836528778076,9.437358856201],[51.829261779785,9.443708419799],[51.821899414062,9.44408035278],[51.818099975586,9.43843936920],[51.818000793457,9.432587623596],[51.806961059570,9.433170318603],[51.803409576416,9.439108848571],[51.803508758545,9.4448890686],[51.796039581298,9.439439773559],[51.796161651611,9.445219039916],[51.79259109497,9.451158523559],[51.784900665283,9.434149742126],[51.777431488037,9.428709030151],[51.777309417724,9.422939300537],[51.773521423339,9.417329788208],[51.769840240478,9.417501449585],[51.766052246093,9.411879539489],[51.762371063232,9.41204929351],[51.754791259765,9.400829315185],[51.758468627929,9.400639533996],[51.758239746093,9.388999938964],[51.747188568115,9.389570236206],[51.743419647216,9.383939743042],[51.736049652099,9.384309768676],[51.732608795166,9.396039962768],[51.729049682617,9.401949882507],[51.725250244140,9.396349906921],[51.721561431884,9.396510124206],[51.717788696289,9.390910148620],[51.717899322509,9.396669387817],[51.710540771484,9.396979331970],[51.703418731689,9.408809661865],[51.699748992920,9.408979415893],[51.695949554443,9.403369903564],[51.692039489746,9.392010688781],[51.684688568115,9.39232063293],[51.684799194335,9.398079872131],[51.68112945556,9.398240089416],[51.677570343017,9.404147148132],[51.673889160156,9.404309272766],[51.670101165771,9.398709297180],[51.669979095459,9.392950057983],[51.666191101074,9.387350082397],[51.662509918212,9.387509346008],[51.655040740966,9.382060050964],[51.647689819335,9.382368087768],[51.647800445556,9.388129234314],[51.644241333007,9.394050598144],[51.648151397705,9.405409812927],[51.644821166992,9.422849655151],[51.648609161377,9.428469657898],[51.652511596679,9.439859390258],[51.652622222900,9.445638656616],[51.648948669433,9.445800781249],[51.649051666259,9.451578140258],[51.645381927490,9.451740264892],[51.634021759033,9.434858322143],[51.630340576171,9.435020446777],[51.630001068115,9.417718887329],[51.626091003417,9.4063596725],[51.625511169433,9.377558708191],[51.618148803711,9.377868652343],[51.621589660644,9.366200447082],[51.617790222168,9.360590934753],[51.613761901855,9.343469619750],[51.610080718994,9.343628883361],[51.595809936523,9.367280006408],[51.595932006835,9.373039245605],[51.592361450195,9.378959655761],[51.584869384765,9.37349987030],[51.584751129150,9.367739677429],[51.580951690673,9.362139701843],[51.569759368896,9.356839179992],[51.565948486328,9.351229667663],[51.565830230713,9.345467567443],[51.558448791504,9.345768928527],[51.55464172363,9.340160369873],[51.554401397705,9.328647613525],[51.543319702148,9.329099655151],[51.535800933837,9.323638916015],[51.531978607177,9.31803035736],[51.532112121582,9.323798179626],[51.524700164794,9.324078559875],[51.513488769531,9.318779945373],[51.512779235839,9.284218788147],[51.505260467529,9.27875995635],[51.501548767089,9.278908729553],[51.497741699218,9.273300170898],[51.497390747070,9.25601863861],[51.493572235107,9.250398635864],[51.489631652832,9.239040374756],[51.482109069824,9.233570098877],[51.470970153808,9.234009742737],[51.459732055664,9.228690147400],[51.463211059570,9.217029571533],[51.462989807128,9.205509185791],[51.466579437255,9.199599266052],[51.462638854980,9.188220024109],[51.455101013183,9.18272876739],[51.451389312744,9.182859420776],[51.44755935668,9.177220344543],[51.443840026855,9.177348136902],[51.443729400634,9.171580314636],[51.439788818359,9.160169601440],[51.443500518798,9.160039901733],[51.447109222412,9.154149055480],[51.450820922851,9.154019355773],[51.446990966796,9.148380279541],[51.442939758300,9.13117980957],[51.442600250244,9.113858222961],[51.449821472167,9.102080345153],[51.460979461669,9.101729393005],[51.460868835449,9.095959663391],[51.464580535888,9.095838546753],[51.483379364013,9.10674953460],[51.487201690674,9.11237907409],[51.494621276855,9.112098693847],[51.498218536377,9.10620021820],[51.501720428466,9.094539642334],[51.501609802246,9.088789939880],[51.497901916503,9.088919639587],[51.497692108154,9.077430725097],[51.501399993896,9.077268600464],[51.501091003418,9.060009002685],[51.504692077636,9.054110527038],[51.511901855468,9.04230022430],[51.51560211181,9.042108535766],[51.519298553466,9.041880607605],[51.515399932861,9.030549049377],[51.511611938476,9.024998664856],[51.511501312256,9.019230842590],[51.503601074218,8.990830421447],[51.507289886474,8.990538597106],[51.499408721924,8.966770172119],[51.495449066162,8.954661369323],[51.491600036621,8.948700904846],[51.491378784179,8.936421394348],[51.487411499023,8.92432975769],[51.479721069336,8.912460327148],[51.475978851318,8.912649154663],[51.468521118164,8.913000106811],[51.465019226074,8.92536926269],[51.457778930664,8.937799453735],[51.454051971435,8.937919616699],[51.450199127197,8.931979179382],[51.442970275878,8.944278717041],[51.435390472412,8.938460350036],[51.427928924560,8.938670158386],[51.428539276123,8.968549728393],[51.42108154296,8.968708992004],[51.412780761718,8.973338127136],[51.409889221191,8.968938827514],[51.409770965576,8.963008880615],[51.394851684570,8.963349342346],[51.387271881103,8.957579612732],[51.387142181396,8.951638221740],[51.390510559082,8.933661460876],[51.389911651611,8.903690338134],[51.378379821777,8.885998725891],[51.374401092529,8.874078750610],[51.378021240234,8.867910385132],[51.38151931762,8.85568904876],[51.385250091552,8.855549812317],[51.385021209716,8.843449592590],[51.388751983642,8.84327888488],[51.388401031494,8.825110435485],[51.384319305419,8.807070732116],[51.383972167968,8.788840293884],[51.376281738281,8.777047157287],[51.376049041748,8.764869689941],[51.372200012207,8.758969306946],[51.371620178222,8.72847938537],[51.375122070312,8.716018676757],[51.374889373779,8.703760147094],[51.370922088623,8.691719055176],[51.367191314697,8.69196987152],[51.363571166992,8.69834041595],[51.359840393066,8.698570251464],[51.355869293213,8.686558723449],[51.352138519287,8.686788558960],[51.351902008056,8.674521446228],[51.348049163818,8.668638229370],[51.336841583251,8.669369697570],[51.340339660644,8.656860351562],[51.340229034423,8.65071964263],[51.336120605469,8.63252067565],[51.324920654296,8.633299827575],[51.324680328369,8.620990753173],[51.320819854736,8.615090370178],[51.313362121582,8.615618705749],[51.301910400390,8.60409069061],[51.301792144775,8.597929954528],[51.294330596923,8.598449707031],[51.286621093750,8.58666038513],[51.286380767822,8.574358940124],[51.275070190429,8.568999290466],[51.267841339111,8.581818580627],[51.26795959472,8.587959289551],[51.264221191406,8.58821010589],[51.26060867309,8.594599723816],[51.249542236328,8.601440429687],[51.245811462402,8.601678848266],[51.246051788330,8.613880157470],[51.242561340332,8.626271247863],[51.254119873046,8.643830299377],[51.257850646972,8.6436195373],[51.261821746826,8.655540466308],[51.262298583984,8.679759979248],[51.266029357910,8.679569244384],[51.266391754150,8.697698593139],[51.274089813232,8.709388732910],[51.270359039306,8.709581375122],[51.270469665527,8.715608596801],[51.274318695068,8.72145938873],[51.270938873291,8.739699363708],[51.263469696045,8.740038871765],[51.259979248046,8.752208709716],[51.256130218505,8.746378898620],[51.252391815185,8.746539115905],[51.248538970947,8.740699768066],[51.244930267333,8.746859550476],[51.237461090087,8.747179031372],[51.230110168457,8.753490447998],[51.226379394531,8.75363826751],[51.215301513671,8.760079383850],[51.211688995361,8.766199111938],[51.20819091796,8.778278350830],[51.204582214355,8.784381866455],[51.200721740722,8.778570175170],[51.200611114502,8.772599220275],[51.196762084961,8.766789436340],[51.170631408691,8.767789840698],[51.162929534912,8.75617980957],[51.162811279297,8.750228881835],[51.159091949463,8.75036811828],[51.147529602050,8.73296928405],[51.14741134643,8.727018356323],[51.13970947265,8.715429306030],[51.132129669189,8.70979022979],[51.124660491943,8.710088729858],[51.121051788330,8.716180801391],[51.113590240478,8.71647930145],[51.11394119262,8.73427963256],[51.106491088867,8.734568595886],[51.102519989013,8.72284984588],[51.105892181396,8.704908370971],[51.101921081542,8.69318866729],[51.094219207763,8.681629180908],[51.090251922607,8.669919013977],[51.090129852295,8.663989067077],[51.093502044677,8.646009445190],[51.097000122070,8.6339502334],[51.096771240234,8.62205028533],[51.100250244140,8.609948158264],[51.099288940429,8.562028884887],[51.091709136962,8.556449890136],[51.095218658447,8.54417896270],[51.095119476318,8.5381507873],[51.087539672851,8.53256893157],[51.076049804687,8.515150070190],[51.072311401367,8.515369415283],[51.068672180175,8.521658897399],[51.065120697021,8.53393936157],[51.057762145996,8.540379524230],[51.050178527832,8.534818649292],[51.046340942382,8.52903938293],[51.046230316162,8.523029327392],[51.038661956787,8.517470359802],[51.035018920898,8.523698806762],[51.038871765136,8.529480934143],[51.038978576660,8.535458564758],[51.031639099121,8.541850090026],[51.024181365966,8.542248725891],[51.020568847656,8.548379898071],[51.013229370117,8.554678916931],[51.009128570556,8.537079811096],[50.989871978759,8.508328437805],[50.986141204834,8.508540153503],[50.982292175293,8.502790451049],[50.970760345459,8.48550987243],[50.967010498046,8.485749244690],[50.966991424560,8.479729652404],[50.963260650634,8.479998588561],[50.963260650634,8.467968940735],[50.94474029541,8.475319862366],[50.940971374511,8.46370983123],[50.929882049560,8.464449882507],[50.915199279785,8.471248626708],[50.911521911621,8.471490859985],[50.911319732666,8.453849792480],[50.914958953857,8.447690010071],[50.911220550537,8.442019462585],[50.907531738281,8.442270278930],[50.907482147216,8.436340332031],[50.899971008300,8.419040679931],[50.896270751953,8.419319152832],[50.892490386963,8.407668113708],[50.888751983642,8.401990890502],[50.877632141113,8.402868270874],[50.873889923095,8.397209167480],[50.873821258544,8.385269165039],[50.870079040527,8.379589080810],[50.858951568603,8.380510330200],[50.858890533447,8.368569374084],[50.862602233886,8.368249893188],[50.862541198730,8.35020923614],[50.858791351318,8.332441329955],[50.858791351318,8.320300102234],[50.862522125244,8.319928169250],[50.870021820068,8.306978225707],[50.873760223388,8.30661964416],[50.877498626709,8.300200462341],[50.881229400634,8.299868583679],[50.881240844726,8.275670051574],[50.877510070800,8.269930839538],[50.8700599670,8.270539283752],[50.8700599670,8.264499664306],[50.866340637207,8.258749008178],[50.862621307373,8.25905036926],[50.862621307373,8.252999305725],[50.855171203613,8.241510391235],[50.851451873779,8.241820335388],[50.847728729248,8.236069679260],[50.847728729248,8.230017662048],[50.844009399414,8.22426986694],[50.836570739746,8.218818664550],[50.836551666259,8.206750869751],[50.825382232666,8.18954086303],[50.817939758300,8.184068679809],[50.806789398193,8.178870201111],[50.806781768798,8.172860145568],[50.79933166503,8.161389350891],[50.799320220947,8.155389785766],[50.791870117187,8.143910408020],[50.791851043701,8.131909370422],[50.780719757080,8.138680458069],[50.773319244384,8.151199340820],[50.773311614990,8.145199775696],[50.769599914550,8.145460128784],[50.765899658203,8.151719093322],[50.765911102295,8.157719612121],[50.765892028808,8.163850784301],[50.762191772461,8.158008575439],[50.758460998535,8.158330917358],[50.758419036865,8.164559364319],[50.750930786132,8.165349960327],[50.74710845947,8.172130584717],[50.739521026611,8.179418563843],[50.735759735107,8.179908752441],[50.732070922851,8.17399978637],[50.717189788818,8.163088798523],[50.709651947021,8.164119720459],[50.698558807373,8.152580261230],[50.694789886474,8.153118133545],[50.694931030273,8.146458625793],[50.698699951171,8.145920753479],[50.698860168457,8.139199256897],[50.695259094238,8.13290023803],[50.691490173339,8.1334104537],[50.687709808349,8.133959770202],[50.687789916992,8.127400398254],[50.691509246826,8.127060890197],[50.702228546142,8.121088981628],[50.705261230468,8.110060691833],[50.704689025878,8.098870277404],[50.704441070556,8.093158721924],[50.708171844482,8.092760086059],[50.707920074463,8.087010383606],[50.700000762939,8.076229095458],[50.696060180664,8.070799827575],[50.699131011963,8.052820205688],[50.728919982910,8.049699783325],[50.739448547363,8.030928611755],[50.743160247802,8.030559539794],[50.746669769287,8.024308204651],[50.746448516845,8.018429756164],[50.753681182861,8.011799812317],[50.757389068603,8.011420249939],[50.757179260254,8.005539894104],[50.760681152343,7.999289989471],[50.760459899902,7.993410110473],[50.764179229736,7.993050098419],[50.774669647216,7.974319934845],[50.785800933837,7.973289966583],[50.786022186279,7.979178905487],[50.789730072021,7.978838920593],[50.793220520019,7.97262001037],[50.800628662109,7.971950054168],[50.804561614990,7.977508068084],[50.804771423339,7.983388900756],[50.815879821777,7.982409000397],[50.815670013427,7.976519107818],[50.819591522216,7.982079982757],[50.830680847168,7.981119155883],[50.841560363769,7.974278926849],[50.845249176025,7.973968982696],[50.848739624023,7.967749118805],[50.847492218017,7.932341098785],[50.84358215332,7.926750183105],[50.847068786621,7.920518875122],[50.846858978271,7.914619922637],[50.850559234619,7.914299011230],[50.854049682617,7.908070087433],[50.861240386962,7.901528835296],[50.864730834960,7.895299911499],[50.872131347656,7.894669055938],[50.875621795654,7.888440132141],[50.87870025634,7.87037992477],[50.878078460693,7.852630138397],[50.881149291992,7.834569931030],[50.895950317382,7.833310127258],[50.896160125732,7.839220046997],[50.907260894775,7.838281154632],[50.911159515380,7.843890190124],[50.914859771728,7.843579769134],[50.926361083984,7.854489803314],[50.929851531982,7.848258972167],[50.929241180419,7.830491065978],[50.932739257812,7.824258804321],[50.939929962158,7.817720890045],[50.939731597900,7.811789989471],[50.943019866943,7.799629211425],[50.938911437988,7.788098812103],[50.92760086059,7.78311920166],[50.919151306152,7.75412988662],[50.918521881103,7.736380100250],[50.914810180664,7.736690044403],[50.911529541015,7.748849868774],[50.904129028320,7.749489784240],[50.904331207275,7.755408763885],[50.900840759277,7.76164007186],[50.893440246581,7.762280941009],[50.893218994140,7.75635910034],[50.889518737793,7.756678104400],[50.878620147705,7.763558864593],[50.874698638916,7.757958889007],[50.867080688476,7.752689838409],[50.863590240478,7.758930206299],[50.859889984131,7.75924921035],[50.856399536132,7.765499114990],[50.856609344482,7.771409034729],[50.852691650390,7.765820026397],[50.848560333251,7.754310131072],[50.845279693603,7.76646089553],[50.841361999511,7.760869979858],[50.844638824462,7.748720169067],[50.848140716552,7.742478847503],[50.847911834716,7.736560821533],[50.851631164550,7.736238956451],[50.839870452880,7.719469070434],[50.832458496093,7.720118999481],[50.832248687744,7.714209079742],[50.824401855468,7.703039169311],[50.816131591796,7.680048942565],[50.815910339355,7.674139976501],[50.819622039794,7.673809051513],[50.819179534912,7.66198921203],[50.812210083007,7.674469947814],[50.812419891357,7.680379867553],[50.808929443359,7.686620235443],[50.808719635009,7.680709838867],[50.801300048828,7.681379795074],[50.794101715087,7.687949180603],[50.790409088134,7.688279151916],[50.786479949951,7.682709217071],[50.779060363769,7.683379173278],[50.778839111328,7.677468776703],[50.782550811767,7.677130222320],[50.786029815673,7.67088985443],[50.785820007324,7.664979934692],[50.770988464355,7.66631984710],[50.767059326171,7.660749912262],[50.765750885009,7.625308990478],[50.769451141357,7.624969005584],[50.765522003173,7.619399070739],[50.764862060546,7.601678848266],[50.753520965576,7.59677886962],[50.738689422607,7.598101139068],[50.738471984863,7.592199802398],[50.734539031982,7.58661794662],[50.741291046142,7.568249225616],[50.741062164306,7.562349796295],[50.744529724121,7.556118965148],[50.740600585937,7.550549030303],[50.740390777587,7.544650077819],[50.736461639404,7.539080142975],[50.7322998046,7.527617931366],[50.736011505126,7.527289867401],[50.728370666504,7.52205085754],[50.724891662597,7.52826976776],[50.72467041015,7.522378921509],[50.727920532226,7.510261058807],[50.727699279785,7.504360198974],[50.723991394043,7.504690170288],[50.720062255859,7.499120235443],[50.715671539306,7.481769084930],[50.714309692382,7.44644021987],[50.706668853759,7.441209793090],[50.70598220825,7.423549175262],[50.713169097900,7.417018890380],[50.712711334228,7.405249118804],[50.708999633789,7.405580043792],[50.712020874023,7.387609004974],[50.711791992187,7.381729125976],[50.715499877929,7.381401062011],[50.711559295654,7.375839233398],[50.707851409912,7.376179218292],[50.69998931884,7.365079879760],[50.696269989013,7.365409851074],[50.692329406738,7.359859943389],[50.692790985107,7.371609210968],[50.681671142578,7.372589111328],[50.678192138671,7.378788948059],[50.674480438232,7.37910985946],[50.674251556396,7.373239040374],[50.666839599609,7.3738889694],[50.666610717773,7.36801099777],[50.662670135498,7.362459182739],[50.644130706787,7.364080905914],[50.643669128418,7.352330207824],[50.63579177856,7.341228008270],[50.635551452637,7.335360050201],[50.639030456542,7.329160213470],[50.634849548339,7.317739963531],[50.63114166259,7.318069934844],[50.634620666503,7.311880111694],[50.626731872558,7.300789833068],[50.622550964355,7.28939008712],[50.622089385986,7.277658939361],[50.617671966552,7.260398864746],[50.621139526367,7.254209041595],[50.624382019042,7.242169857025],[50.620201110839,7.230779170990],[50.619731903076,7.219069004058],[50.645709991455,7.216798782348],[50.645481109619,7.210938930511],[50.641311645507,7.199560165405],[50.637580871582,7.199879169464],[50.633869171142,7.200209140777],[50.629920959472,7.194680213928],[50.618789672851,7.195660114288],[50.618320465087,7.183949947357],[50.614372253418,7.178430080414],[50.606929779052,7.17907905578],[50.606472015380,7.167377948761],[50.609951019287,7.161200046539],[50.605998992919,7.155680179595],[50.602291107177,7.156010150909],[50.594619750976,7.150808811187],[50.594379425049,7.144958019256],[50.604831695556,7.126450061798],[50.604370117187,7.114779949188],[50.596931457519,7.115418910980],[50.592979431152,7.109899044036],[50.585552215576,7.110538959503],[50.585311889648,7.104709148406],[50.581359863281,7.099199771881],[50.58113098144,7.09335899353],[50.584159851074,7.075509071350],[50.587890624999,7.075180053711],[50.591381072998,7.069019794464],[50.595111846923,7.068688869476],[50.594879150390,7.062849998474],[50.598381042480,7.056681156158],[50.582592010498,7.034647941589],[50.570980072021,7.023971080780],[50.559131622314,7.007449150085],[50.558490753173,6.989970207214],[50.550601959228,6.978969097137],[50.549999237060,6.96147012710],[50.553730010986,6.961130142212],[50.557270050048,6.954969882965],[50.557071685791,6.949140071869],[50.552940368652,6.93783092498],[50.552749633789,6.932001113891],[50.548820495605,6.926518917083],[50.537811279296,6.933350086212],[50.526611328125,6.934369087219],[50.526409149169,6.928547859192],[50.522480010986,6.923069000244],[50.522289276123,6.917259216308],[50.518360137939,6.911779880523],[50.52191162109,6.905629158020],[50.525638580322,6.905289173126],[50.521518707275,6.894001007080],[50.521331787109,6.888179779052],[50.513851165771,6.8888587951],[50.510501861572,6.900839805603],[50.506752014160,6.90117979049],[50.502819061279,6.89569807052],[50.495750427246,6.907999038696],[50.495948791503,6.913819789886],[50.492210388183,6.914150238037],[50.492012023925,6.908349990844],[50.488079071044,6.902880191802],[50.480609893798,6.903550148010],[50.480812072753,6.909359931945],[50.473339080810,6.910038948059],[50.469409942626,6.904569149017],[50.461940765380,6.905250072479],[50.458000183105,6.899789810180],[50.461528778076,6.893640041351],[50.457592010498,6.888179779052],[50.457389831543,6.882390975952],[50.453449249267,6.876917839050],[50.449710845947,6.877268791198],[50.449298858642,6.865659236908],[50.445549011230,6.866010189056],[50.44535064697,6.860209941864],[50.449089050292,6.859858989715],[50.45244216918,6.847888946533],[50.45619201660,6.847539901733],[50.459541320800,6.835569858551],[50.45933914184,6.829749107361],[50.466449737548,6.817409992218],[50.47019195556,6.817059040069],[50.477500915527,6.810529232025],[50.48123931884,6.810181140899],[50.484802246093,6.803999900818],[50.480510711670,6.786879062652],[50.476581573486,6.781400203704],[50.476398468017,6.775569915771],[50.468540191650,6.764608860015],[50.468200683593,6.75292015075],[50.460521697998,6.747788906097],[50.460868835449,6.759479045867],[50.464618682861,6.759120941162],[50.464790344238,6.764959812164],[50.457290649414,6.765689849853],[50.453510284423,6.766078948974],[50.453701019287,6.77190017700],[50.449920654296,6.772307872772],[50.449718475341,6.76648998260],[50.446128845214,6.772718906402],[50.442291259765,6.773179054260],[50.433578491210,6.751090049743],[50.429740905761,6.751567840576],[50.425991058349,6.758008956909],[50.422470092773,6.770279884338],[50.426349639892,6.769760131836],[50.426658630371,6.775431156158],[50.422748565673,6.776000976562],[50.414958953857,6.777090072631],[50.41527175903,6.782760143280],[50.415618896484,6.788379192352],[50.412052154541,6.794559955597],[50.411701202392,6.788950920105],[50.396049499511,6.791221141815],[50.395771026611,6.785500049591],[50.391891479492,6.786028861999],[50.387851715088,6.780650138855],[50.383991241455,6.781128883361],[50.368831634521,6.794939994812],[50.364971160888,6.795430183410],[50.357608795166,6.808158874511],[50.357940673828,6.813779830932],[50.349811553955,6.80925989151],[50.349750518798,6.803238868713],[50.349761962890,6.791088104248],[50.353511810302,6.790699005127],[50.345989227295,6.767210006714],[50.342231750488,6.755469799041],[50.342159271240,6.743381977081],[50.338359832763,6.731659889221],[50.338310241699,6.725628852844],[50.334491729736,6.713931083679],[50.330780029296,6.714291095733],[50.330711364746,6.708260059356],[50.329780578613,6.70684909820],[50.338100433349,6.701529979705],[50.341819763183,6.701169967651],[50.345481872558,6.694787979126],[50.349201202392,6.694418907165],[50.352870941162,6.688039779663],[50.360260009765,6.681289196014],[50.363910675048,6.674900054931],[50.360031127929,6.663269996643],[50.348850250244,6.664369106292],[50.341251373291,6.653079986572],[50.341171264648,6.647069931030],[50.337371826172,6.641438007354],[50.340999603271,6.635087966919],[50.348331451416,6.628378868103],[50.355781555175,6.627648830413],[50.363330841064,6.63290977478],[50.367061614990,6.632537841797],[50.36697006225,6.62653923034],[50.370609283447,6.620190143585],[50.370410919189,6.608220100402],[50.381618499755,6.607089042663],[50.377769470214,6.601480007171],[50.377559661865,6.589530944824],[50.369880676269,6.578310966491],[50.365928649902,6.566730022430],[50.362091064453,6.561110019683],[50.361751556396,6.54318904876],[50.365589141845,6.548809051513],[50.365219116211,6.53088903427],[50.357570648193,6.519680023193],[50.357448577880,6.513709068298],[50.353858947753,6.520019054412],[50.350151062011,6.520370006561],[50.353740692138,6.514050006866],[50.353618621826,6.508079051971],[50.349800109863,6.50245904922],[50.346210479736,6.508769989013],[50.342151641845,6.491209030151],[50.338340759277,6.48557901382],[50.334659576416,6.485918998718],[50.33441162109,6.47397899627],[50.337982177734,6.467679023742],[50.337860107421,6.461709976196],[50.333930969238,6.450109004974],[50.341541290283,6.461380004882],[50.341419219970,6.455410957336],[50.348800659179,6.454740047454],[50.356319427490,6.460019111633],[50.360019683838,6.459670066833],[50.359760284423,6.447759151458],[50.367172241211,6.447069168091],[50.366901397705,6.435160160064],[50.363071441650,6.429529190063],[50.36293029785,6.423580169677],[50.366630554199,6.423241138458],[50.366500854492,6.417290210723],[50.370342254638,6.422898769378],[50.370201110839,6.416950225830],[50.3739013671,6.416598796844],[50.377738952636,6.422210216522],[50.381301879883,6.415898799896],[50.385002136230,6.415538787841],[50.384429931640,6.391717910766],[50.380451202392,6.380168914795],[50.376899719238,6.386488914489],[50.369510650634,6.387179851532],[50.365951538085,6.39346981048],[50.358570098876,6.394137859344],[50.362529754638,6.405708789825],[50.354900360107,6.394468784332],[50.347648620605,6.401080131530],[50.343959808349,6.401409149170],[50.329509735107,6.414638996124],[50.329631805420,6.420598983764],[50.322280883789,6.421248912811],[50.321929931640,6.403338909149],[50.333068847656,6.408339977264],[50.332939147949,6.402379989623],[50.336620330810,6.402060985565],[50.336502075195,6.396090984344],[50.343849182129,6.395440101623],[50.350952148437,6.382870197296],[50.350898742676,6.380410671234],[50.350830078,6.377384185791],[50.351222991943,6.376873970031],[50.353595733642,6.37666130065],[50.354499816894,6.376580238342],[50.354473114013,6.375440597534],[50.354415893554,6.372738838195],[50.356174468994,6.370462894439],[50.357234954833,6.369088172912],[50.361125946044,6.36405420303],[50.365268707275,6.363688945770],[50.375942230224,6.344871997833],[50.37989425659,6.33975791931],[50.380306243896,6.339785099029],[50.390693664550,6.340477943420],[50.404731750488,6.362065792083],[50.420745849609,6.362255096435],[50.443740844726,6.373585224151],[50.445949554443,6.374671936035],[50.446746826171,6.373272895813],[50.450660705566,6.372869014740],[50.454170227050,6.366498947143],[50.452220916748,6.36367321014],[50.464309692382,6.342463016510],[50.467651367187,6.341045856476],[50.468212127685,6.340989112854],[50.468341827392,6.34075212478],[50.475513458251,6.337714195251],[50.486480712890,6.333066940307],[50.491878509521,6.330777168273],[50.493644714355,6.330028057098],[50.494659423828,6.328343868255],[50.498542785644,6.321898937225],[50.502639770507,6.315104961395],[50.499172210693,6.303535938263],[50.498695373535,6.30194187164],[50.497783660888,6.298900127410],[50.49784088134,6.297945022583],[50.498249053955,6.29111671447],[50.499073028564,6.277355194092],[50.499431610107,6.277318954467],[50.499301910400,6.273562908172],[50.499221801757,6.271269798279],[50.499465942382,6.270813941955],[50.499523162841,6.270707130432],[50.502689361572,6.264841079711],[50.500053405761,6.261004924774],[50.498771667480,6.259140014648],[50.498680114746,6.259149074554],[50.495071411132,6.259510040283],[50.494831085205,6.253439903259],[50.498531341552,6.253068923950],[50.498451232910,6.251015663146],[50.498291015625,6.246990203857],[50.498336791992,6.24698543548],[50.500907897949,6.246727943420],[50.501277923584,6.240577220916],[50.502216339111,6.22494220733],[50.502281188964,6.223847866058],[50.517040252685,6.210350990295],[50.517192840576,6.210070610046],[50.529350280761,6.187668800354],[50.533061981201,6.180831909179],[50.538681030273,6.178050994873],[50.550514221191,6.172194004058],[50.553539276123,6.173310279846],[50.559852600097,6.175640106201],[50.562511444091,6.179501056671],[50.562770843505,6.185599803924],[50.566978454589,6.197460174560],[50.572727203369,6.196908950805],[50.57440185546,6.19674921035],[50.574573516845,6.200959205627],[50.574649810791,6.202858924865],[50.576980590820,6.206236839294],[50.579677581787,6.212152004],[50.587085723876,6.220067024230],[50.586540222168,6.220118999481],[50.584457397460,6.228189945221],[50.583309173584,6.232649803161],[50.586273193359,6.232369422912],[50.587020874023,6.232298851013],[50.593505859375,6.241721153259],[50.592819213867,6.246518611907],[50.592098236084,6.251566886901],[50.616397857665,6.278378963470],[50.619884490966,6.266875267029],[50.62017822265,6.265902996063],[50.621284484863,6.265805244445],[50.621910095214,6.265749931335],[50.622734069824,6.264234066009],[50.623439788818,6.262940406799],[50.625400543212,6.259338855743],[50.625289916992,6.256516456604],[50.624210357666,6.228919029236],[50.624313354492,6.228630542755],[50.629283905029,6.21457576751],[50.630920410156,6.209949970245],[50.630462646484,6.199015140533],[50.631160736084,6.197566986084],[50.630313873291,6.195432186126],[50.627460479736,6.18824958801],[50.621433258056,6.173087120056],[50.622566223144,6.172721862793],[50.625568389892,6.171758174896],[50.636962890,6.168094158172],[50.643730163574,6.159657955169],[50.644012451172,6.165825843811],[50.640270233154,6.16612005233],[50.640781402588,6.16686487197],[50.644260406494,6.171928882598],[50.644531249999,6.178049087524],[50.648250579833,6.177730083465],[50.652660369873,6.169487953186],[50.658405303955,6.173787117004],[50.676872253418,6.149145126342],[50.708736419677,6.118731975555],[50.713302612304,6.110422134399],[50.718627929687,6.100728988647],[50.719490051269,6.085073947906],[50.71892166137,6.085118770599],[50.719554901123,6.08391809463],[50.719833374023,6.078831195831],[50.718601226806,6.078928947448],[50.717670440673,6.060328960418],[50.718784332275,6.055809497833],[50.720066070556,6.050599575042],[50.720390319824,6.049289226532],[50.723930358886,6.034927845001],[50.727352142334,6.028419017791],[50.725215911865,6.028616905212],[50.732540130615,6.024466991424],[50.748291015624,6.015534877777],[50.75230789184,6.013257026672],[50.754264831542,6.01214790344],[50.756889343261,6.011619091033],[50.756626129150,6.007132053375],[50.757270812988,6.007072925567],[50.759941101074,6.006828784942],[50.767410278320,6.006219863891],[50.76774978637,6.012466907501],[50.775249481201,6.011878967285],[50.774559020996,5.99936914443],[50.778308868408,5.999080181121],[50.777961730957,5.992818832397],[50.781711578369,5.992528915405],[50.781360626220,5.986259937286],[50.785110473632,5.985970020294],[50.784770965576,5.979709148407],[50.788520812988,5.97941112518],[50.791900634765,5.972839832306],[50.791591644287,5.966659069061],[50.795051574707,5.963199138641],[50.797389984131,5.962485790252],[50.798751831054,5.962069034576],[50.799049377441,5.961987018585],[50.799388885498,5.961893081664],[50.802452087402,5.96103906631],[50.802726745605,5.964931011199],[50.802791595458,5.965819835663],[50.803665161132,5.965784072876],[50.806529998779,5.965670108795],[50.806694030761,5.968544006347],[50.814090728759,5.975275993347],[50.810371398925,5.988658905029],[50.809673309326,5.989730834960],[50.806823730468,5.99410200119],[50.803192138671,5.999203205108],[50.802810668945,5.999741077423],[50.804515838623,6.009574890136],[50.805385589599,6.011201858520],[50.807147979736,6.014492988586],[50.811893463134,6.021462917327],[50.814765930176,6.027101993560],[50.821392059326,6.031081199646],[50.821697235107,6.03096008300],[50.825603485107,6.029407978057],[50.827659606933,6.029119014740],[50.833293914794,6.02429103851],[50.839401245117,6.020346164703],[50.845233917236,6.019684791565],[50.846691131591,6.024989128113],[50.847236633300,6.02698278427],[50.84735107421,6.027740001678],[50.849498748779,6.041874885559],[50.85033035278,6.050435066223],[50.850643157958,6.053644180298],[50.851566314697,6.063103199005],[50.849658966064,6.067451000213],[50.848934173583,6.069108009338],[50.846858978271,6.0738401412],[50.851272583008,6.075143814087],[50.863479614258,6.078751087188],[50.867595672607,6.083427906036],[50.869640350341,6.087838172912],[50.874504089355,6.089931011200],[50.878932952880,6.087715148925],[50.881145477294,6.083623886108],[50.886421203613,6.078272819519],[50.895080566406,6.075652122497],[50.900924682617,6.075368881225],[50.902729034423,6.077990055084],[50.904731750488,6.077867031097],[50.90677642822,6.077742099761],[50.910251617431,6.077529907226],[50.914299011230,6.083398818969],[50.921798706054,6.082940101623],[50.921180725097,6.070720195770],[50.922904968261,6.070619106292],[50.922969818115,6.067667961120],[50.920860290527,6.064619064331],[50.920539855957,6.05850982666],[50.923961639404,6.052189826965],[50.927719116211,6.051969051361],[50.931129455566,6.045679092407],[50.927051544189,6.039799213409],[50.930801391601,6.039588928222],[50.932296752929,6.02411413192],[50.933158874511,6.015170097351],[50.947750091552,6.008529186248],[50.951858520507,6.014349937439],[50.954849243164,6.002308845520],[50.958591461181,6.002170085907],[50.958969116211,6.008089065551],[50.960807800292,6.008020877838],[50.962699890136,6.007949829101],[50.963081359863,6.013877868652],[50.966819763183,6.013730049133],[50.967350006103,6.014474868774],[50.970932006836,6.01952791214],[50.971401214599,6.019509792327],[50.971553802490,6.019936084747],[50.975055694580,6.027907848358],[50.979969024658,6.032363891601],[50.983364105224,6.030001163482],[50.985160827636,6.022834777832],[50.984939575195,6.018973827362],[50.984600067138,6.013062000274],[50.982780456543,6.008453845977],[50.983867645263,6.000593185425],[50.983924865722,6.000288009643],[50.984752655029,5.995667934417],[50.985610961914,5.99089097976],[50.988067626953,5.982594966888],[50.984519958496,5.971317768096],[50.983131408691,5.966897964477],[50.988964080810,5.956037998199],[50.992164611816,5.950080871582],[50.990242004394,5.936029911041],[50.987960815429,5.925996780395],[50.986194610595,5.920329093933],[50.984127044677,5.913702964782],[50.979194641113,5.905270099639],[50.978271484375,5.903690814972],[50.981441497802,5.89970684051],[50.993461608886,5.908248901367],[50.995937347412,5.908183097839],[50.999916076660,5.90807580947],[51.000953674316,5.90796184539],[51.003890991210,5.896358966827],[51.010433197021,5.896173954010],[51.011360168457,5.896149158477],[51.011322021484,5.895576953887],[51.011573791503,5.895409107208],[51.015110015869,5.889762878418],[51.020984649658,5.885993957519],[51.025531768798,5.880744934082],[51.025779724121,5.880457878112],[51.026767730713,5.88073301315],[51.032344818115,5.882268905639],[51.036308288574,5.878038883209],[51.036788940429,5.878046035766],[51.040069580078,5.877960205078],[51.043411254882,5.872058868408],[51.047149658203,5.871961116790],[51.04851150512,5.871832847595],[51.05083084106,5.87161922454],[51.049770355224,5.875967979431],[51.047920227051,5.883539199829],[51.048690795898,5.895119190216],[51.054512023925,5.903046131134],[51.055160522461,5.910068035125],[51.055942535400,5.924757003784],[51.055740356445,5.926199913024],[51.047290802001,5.930019855499],[51.044658660888,5.934659957886],[51.040592193603,5.941819190979],[51.038433074951,5.94187593460],[51.034645080566,5.94554710388],[51.034843444824,5.94778776168],[51.037250518798,5.947728157043],[51.038021087646,5.959309101104],[51.035858154296,5.959368228912],[51.03586578369,5.959473133087],[51.035621643066,5.961247920990],[51.034469604492,5.969543933868],[51.039443969726,5.967586994171],[51.042240142822,5.966487884521],[51.042274475097,5.96700477600],[51.042530059814,5.970799922943],[51.042915344238,5.970788955688],[51.043140411376,5.973423004150],[51.047260284423,5.978664875030],[51.048980712890,5.978928089141],[51.053409576416,5.982327938079],[51.056087493896,5.97952508926],[51.057434082031,5.978114128112],[51.063163757324,5.97835302352],[51.063922882080,5.982510089874],[51.065101623535,5.988978862762],[51.070156097412,5.98934984207],[51.072212219238,5.989500045776],[51.072391510009,5.99018383026],[51.073711395263,5.995233058929],[51.076866149902,5.996348857879],[51.077892303467,5.996714115142],[51.077972412109,5.997912883758],[51.078022003173,5.998610019684],[51.078655242920,5.998573780059],[51.081375122070,5.998418807983],[51.081764221191,5.998916149139],[51.081970214843,6.001942157745],[51.082130432129,6.004249095916],[51.083709716797,6.004191875457],[51.085792541503,6.004118919372],[51.086029052734,6.007212162017],[51.086231231689,6.009881019592],[51.087402343750,6.009808063507],[51.089576721191,6.009671211242],[51.089939117431,6.009650230407],[51.089988708496,6.01035499572],[51.090328216552,6.015340805053],[51.090339660644,6.015510082244],[51.092979431152,6.015336990356],[51.094051361084,6.015267848968],[51.09419250488,6.017355918884],[51.095153808593,6.03145885467],[51.095649719238,6.038741111755],[51.097263336181,6.040958881378],[51.09984207153,6.044500827789],[51.101474761962,6.046742916107],[51.101943969726,6.048314094543],[51.108100891113,6.058360099792],[51.108184814453,6.058472156524],[51.108341217041,6.060728073120],[51.108402252197,6.061580181121],[51.108852386474,6.061553001403],[51.110424041748,6.06146001815],[51.113426208496,6.06546592712],[51.11492919921,6.067473888397],[51.118625640869,6.072198867797],[51.120452880859,6.074534893036],[51.12059402465,6.076544761657],[51.121051788330,6.083093166351],[51.121150970458,6.084478855133],[51.12138748168,6.084465026855],[51.124431610107,6.084276199340],[51.124858856201,6.08424901962],[51.124912261962,6.084991931915],[51.125270843505,6.090148925781],[51.128250122070,6.089972019195],[51.129058837890,6.091176986694],[51.129291534423,6.09441614151],[51.129390716552,6.095829010009],[51.130527496338,6.095757961273],[51.131977081298,6.095666885376],[51.133090972900,6.095599174499],[51.137210845947,6.101281166076],[51.137424468994,6.104389190673],[51.137634277343,6.106918811798],[51.137657165527,6.107196807861],[51.139045715332,6.107108116150],[51.141330718994,6.106959819793],[51.142219543457,6.119769096374],[51.142238616943,6.120062828064],[51.142559051513,6.124710083007],[51.142883300781,6.125156879425],[51.146678924560,6.130418777465],[51.150402069091,6.130209922790],[51.151210784912,6.142058849334],[51.151592254638,6.147980213165],[51.152290344238,6.159841060638],[51.152751922607,6.168447017669],[51.152931213378,6.171799182891],[51.154960632324,6.171676158905],[51.155017852783,6.171761035919],[51.160789489746,6.177340030670],[51.161903381347,6.178521156311],[51.167167663574,6.166972160339],[51.169532775879,6.159206867218],[51.173717498779,6.144780158996],[51.176811218261,6.149414062500],[51.177955627441,6.151130199432],[51.180568695068,6.161387920379],[51.182014465332,6.167171001434],[51.183666229248,6.173800945281],[51.189949035644,6.184428215026],[51.190345764160,6.183769226074],[51.190959930419,6.185576915741],[51.191551208496,6.187308788299],[51.19166183471,6.193139076232],[51.198089599609,6.174320220947],[51.197658538818,6.168301105499],[51.191127777099,6.148180961608],[51.190441131591,6.145573139190],[51.190193176269,6.145304203033],[51.187400817871,6.142260074615],[51.183799743652,6.133756160736],[51.183322906494,6.132627964019],[51.180282592773,6.125856876373],[51.178466796,6.121816158294],[51.177471160888,6.121918201446],[51.175819396972,6.12208890914],[51.175559997558,6.118484020233],[51.175041198730,6.111260890960],[51.174739837646,6.110291957855],[51.17370986938,6.098670959472],[51.174037933349,6.097258090972],[51.175292968750,6.091834068298],[51.177341461181,6.091609954834],[51.179878234863,6.086544036865],[51.180568695068,6.085168838500],[51.18181228637,6.085030078887],[51.184242248535,6.084759235382],[51.185161590576,6.082921981811],[51.187469482422,6.078309059143],[51.194808959960,6.077417850494],[51.214195251464,6.074920177459],[51.216758728027,6.074590206146],[51.223167419433,6.073749065399],[51.224071502685,6.073629856109],[51.224933624267,6.085628032684],[51.225368499755,6.091690063476],[51.229030609130,6.091208934784],[51.244712829589,6.078186035156],[51.245449066162,6.080235004425],[51.245567321777,6.080565929412],[51.249279022216,6.088775157928],[51.250381469726,6.090680122375],[51.25450515747,6.097818851471],[51.259529113769,6.103391170501],[51.264915466308,6.109148025512],[51.269901275634,6.117840766906],[51.278152465820,6.124536991119],[51.286239624023,6.128142833709],[51.287143707275,6.129278182983],[51.292110443115,6.135518074035],[51.29524230957,6.142991065979],[51.295711517334,6.144107818603],[51.301010131836,6.151709079742],[51.302604675292,6.15320205688],[51.303569793701,6.154540061950],[51.305202484130,6.155631065368],[51.307765960693,6.157344818115],[51.311229705810,6.159657955169],[51.315219879150,6.165248870849],[51.31903076171,6.164763927459],[51.320526123046,6.166073799133],[51.325389862060,6.168351173400],[51.326499938964,6.169909954070],[51.328247070312,6.169689178466],[51.331352233887,6.171143054962],[51.33311843872,6.173634052276],[51.334121704101,6.175048828125],[51.337779998779,6.174569129943],[51.338359832763,6.186718940735],[51.338764190673,6.195765018463],[51.338901519775,6.198860168457],[51.342147827148,6.198451995849],[51.342559814453,6.198399066925],[51.362079620361,6.226376056671],[51.365982055664,6.231968879699],[51.369651794433,6.231520175933],[51.391448974609,6.222731113433],[51.39713287353,6.226603984832],[51.399021148681,6.227889060974],[51.399150848388,6.22807788848],[51.40189361572,6.232022762298],[51.402919769287,6.233500003814],[51.406131744384,6.220899105071],[51.402221679687,6.215279102325],[51.403663635253,6.215095996856],[51.406845092773,6.214693069458],[51.409561157226,6.214348793030],[51.439418792724,6.222858905792],[51.450439453125,6.221488952636],[51.450679779052,6.227590084076],[51.464252471923,6.225902080535],[51.466213226318,6.227008819580],[51.46929931640,6.231410026550],[51.476650238037,6.230510234832],[51.487442016601,6.223039150238],[51.489311218261,6.221190929412],[51.492561340332,6.219833850860],[51.500236511230,6.220376968383],[51.504878997802,6.220367908477],[51.50832748413,6.220358848571],[51.509170532226,6.220355987548],[51.516971588134,6.215528964996],[51.522129058837,6.209764957427],[51.528167724609,6.202674865722],[51.534778594970,6.195186138153],[51.537025451660,6.186992168426],[51.539676666259,6.184369087219],[51.540901184082,6.179258823394],[51.569240570068,6.156868934631],[51.575809478759,6.143469810486],[51.582359313965,6.130080223083],[51.592929840088,6.122407913208],[51.592529296,6.116271018982],[51.605220794677,6.090958118438],[51.616649627685,6.095438957214],[51.620288848877,6.095028877258],[51.621284484863,6.09630298614],[51.622772216796,6.098206043243],[51.622703552246,6.102262973785],[51.622661590576,6.104922771453],[51.622650146484,6.105618000030],[51.629924774170,6.108913898467],[51.639701843261,6.111359119415],[51.649368286132,6.113986968994],[51.653633117676,6.121139049530],[51.659595489501,6.11906719207],[51.660457611084,6.118769168853],[51.660438537597,6.116140842437],[51.660392761230,6.110109806060],[51.660396575927,6.109858989715],[51.660537719726,6.103528022766],[51.660552978515,6.102832794189],[51.66057205200,6.102059841156],[51.660575866699,6.101807117462],[51.662906646728,6.092289924621],[51.665828704833,6.078143119812],[51.667549133301,6.072257995605],[51.670425415039,6.06242418289],[51.672611236572,6.051452159881],[51.676822662353,6.041227817535],[51.677223205566,6.040256977081],[51.677734375000,6.039014816284],[51.67887115478,6.038209915161],[51.679626464843,6.037676811218],[51.681522369384,6.036334037780],[51.682811737060,6.035422801971],[51.682971954345,6.035395145416],[51.688125610351,6.034523010254],[51.68919754028,6.034337997436],[51.695938110351,6.03380489349],[51.696891784668,6.033677101135],[51.702907562255,6.032872200012],[51.708118438720,6.033813953399],[51.7081298828,6.034667968750],[51.710910797119,6.034424781799],[51.711372375488,6.035138130188],[51.711750030517,6.035718917846],[51.713821411132,6.038918972015],[51.715560913086,6.041607856750],[51.715736389160,6.042898178100],[51.716773986816,6.050580978393],[51.719078063964,6.04516792297],[51.720054626464,6.042875766754],[51.722232818603,6.03775691986],[51.726856231689,6.036684989929],[51.727481842041,6.036541938781],[51.731559753417,6.023787975311],[51.735801696777,6.012864112854],[51.736415863037,6.009559154510],[51.737998962402,6.001037120819],[51.737998962402,6.000926017761],[51.737949371337,5.985362052917],[51.737945556640,5.984981060028],[51.737869262695,5.96953105926],[51.739986419677,5.969411849975],[51.741641998291,5.969318866729],[51.741611480712,5.964007854461],[51.741817474365,5.964142799377],[51.743534088134,5.965252876281],[51.749172210693,5.968898773193],[51.7529296,5.968698978424],[51.752960205078,5.973999977111],[51.760398864746,5.983977794647],[51.760540008545,5.984169960021],[51.760459899902,5.984288215637],[51.756801605224,5.989640235900],[51.760570526123,5.98943901062],[51.764369964599,5.999741077423],[51.768169403076,6.004777908325],[51.768138885498,5.999548912048],[51.770721435546,5.999425888061],[51.771060943603,5.999410152435],[51.771911621093,5.99936914443],[51.771907806396,5.998061180114],[51.771888732910,5.994120121002],[51.773944854736,5.994015216827],[51.7794189453,5.993740081787],[51.78199768066,6.000709056854],[51.783210754394,5.99993705749],[51.795055389404,5.992381095886],[51.796298980712,5.990140914917],[51.798240661621,5.992751121520],[51.798221588134,5.987461090088],[51.798725128173,5.986712932586],[51.799850463867,5.985046863556],[51.80194091796,5.981946945190],[51.805709838867,5.981739997864],[51.809440612793,5.976209163665],[51.809398651123,5.970880031585],[51.810890197753,5.968644142150],[51.813121795654,5.965301036835],[51.816879272460,5.965079784393],[51.816959381103,5.975789070129],[51.820686340332,5.970217227935],[51.824409484863,5.964649200439],[51.827285766601,5.967535972595],[51.831855773925,5.972117900848],[51.828506469726,6.001205921173],[51.832218170166,6.009541034698],[51.832260131835,6.017370223999],[51.836040496826,6.0224289894],[51.836059570312,6.027648925781],[51.837345123291,6.027592182159],[51.839828491211,6.027480125427],[51.839839935302,6.032690048218],[51.842704772949,6.032559871673],[51.842899322509,6.032977104187],[51.843120574951,6.038407802582],[51.843307495117,6.042902946472],[51.843353271484,6.044052124023],[51.843631744384,6.044988155365],[51.843631744384,6.048039913177],[51.845867156982,6.052508831024],[51.846504211425,6.053783893585],[51.851593017578,6.060989856719],[51.852294921,6.060907840728],[51.852764129638,6.06085300445],[51.854934692382,6.060603141784],[51.85730361938,6.060328960418],[51.857288360595,6.060644149780],[51.857051849365,6.064962863922],[51.858375549316,6.065515995025],[51.864902496338,6.068249225616],[51.863998413086,6.070334911346],[51.859977722168,6.079607963562],[51.855514526367,6.090942859649],[51.850978851318,6.098579883575],[51.846961975097,6.110060214996],[51.847011566162,6.116315841674],[51.847038269043,6.119685173034],[51.847652435302,6.133334159851],[51.847305297851,6.144639015197],[51.844726562500,6.153457164764],[51.844940185547,6.164291858673],[51.84503173828,6.168982028961],[51.858608245849,6.166995048522],[51.860134124755,6.16348314285],[51.862224578857,6.158668994903],[51.865104675292,6.153894901275],[51.867862701416,6.151744842529],[51.867832183837,6.150887966156],[51.87052154541,6.144588947296],[51.876369476318,6.144599914550],[51.879058837890,6.138300895691],[51.884929656982,6.138288974762],[51.88468170166,6.13199901580],[51.88737869262,6.125699043274],[51.887149810791,6.119400024414],[51.890140533447,6.119359016418],[51.889850616455,6.113100051880],[51.88898849487,6.107149124145],[51.892551422119,6.106798171997],[51.893882751464,6.10871076583],[51.894611358642,6.109755039215],[51.896484375000,6.112434864044],[51.896526336670,6.112536907196],[51.898857116699,6.118113994598],[51.898910522461,6.119915008544],[51.899208068847,6.129765033721],[51.89996337890,6.13277387619],[51.901687622070,6.139632225036],[51.904525756835,6.15005016326],[51.905384063720,6.158889770507],[51.90506744384,6.160201072693],[51.904361724853,6.163125038146],[51.902938842773,6.169019222259],[51.901103973388,6.172554016113],[51.899848937988,6.174976825714],[51.899192810058,6.176240921020],[51.897960662841,6.179100036621],[51.89805984497,6.180540084838],[51.897304534912,6.180622100830],[51.895355224609,6.185132026672],[51.891731262207,6.190465927124],[51.890007019043,6.192997932434],[51.888412475586,6.192801952362],[51.887016296386,6.192630767822],[51.886795043945,6.192603111267],[51.884227752685,6.201801776885],[51.879184722900,6.201312065124],[51.876579284668,6.204333782196],[51.874027252197,6.2072949409],[51.871955871582,6.209580898284],[51.868762969970,6.213109016418],[51.867488861083,6.218544960022],[51.868556976318,6.232919216156],[51.869415283203,6.248229980468],[51.870956420898,6.256011009216],[51.871917724609,6.260868072509],[51.872322082519,6.270508766174],[51.874076843261,6.2703537940],[51.876094818115,6.278634071350],[51.876194000244,6.280763149261],[51.876579284668,6.288980960845],[51.875499725341,6.289081096649],[51.875450134277,6.289951801300],[51.873653411865,6.297814846039],[51.870689392090,6.304987907409],[51.869880676269,6.304996967315],[51.866950988769,6.305033206939],[51.865077972412,6.305056095123],[51.857559204101,6.306897163391],[51.850990295410,6.310534954071],[51.851333618164,6.314345836639],[51.852424621582,6.326414108276],[51.852523803710,6.32752084732],[51.852703094482,6.329508781433],[51.854389190673,6.340530872345],[51.854396820068,6.341341972351],[51.854442596435,6.34658622741],[51.854496002197,6.352918148040],[51.851074218750,6.359914779663],[51.850532531738,6.360714912414],[51.847053527832,6.365839958191],[51.842201232910,6.369750976562],[51.840866088867,6.369814872741],[51.839279174804,6.369891166686],[51.83792877197,6.372361183166],[51.836429595947,6.375101089477],[51.836608886719,6.381258964538],[51.840549468994,6.387059211731],[51.837139129638,6.399620056152],[51.835693359,6.399746894836],[51.835651397705,6.401545047760],[51.833499908447,6.403739929199],[51.831291198730,6.405993938446],[51.828689575195,6.408645153045],[51.827655792236,6.41165113449],[51.825634002685,6.417467117309],[51.829151153564,6.415103912353],[51.830039978027,6.414505004882],[51.833580017089,6.412123203277],[51.833736419677,6.412017822265],[51.835937500000,6.410539150238],[51.836887359619,6.41234207153],[51.837127685546,6.412797927856],[51.837501525879,6.413504123688],[51.838760375976,6.415887832641],[51.837669372558,6.41782999038],[51.838417053222,6.41776084899],[51.8414306640,6.417490005493],[51.843112945556,6.414493083953],[51.844131469726,6.412683963775],[51.84500885009,6.411119937897],[51.846733093261,6.410966873169],[51.847030639648,6.410770893096],[51.853672027588,6.410474777221],[51.85999679565,6.399085998535],[51.862754821777,6.398654937744],[51.866695404052,6.398045063018],[51.868183135986,6.397811889648],[51.871364593505,6.39731502532],[51.871433258056,6.397418022155],[51.872814178466,6.399418830871],[51.874801635742,6.402299880981],[51.874813079834,6.402661800384],[51.,6.408339977264],[51.872093200683,6.413629055023],[51.871994018554,6.414693832397],[51.875179290771,6.414350032806],[51.875358581542,6.420360088348],[51.871791839599,6.42673921585],[51.871952056884,6.432748794555],[51.868209838867,6.433108806610],[51.868370056152,6.439098834991],[51.862216949462,6.439698219299],[51.860881805419,6.439827919006],[51.860935211181,6.441729068756],[51.860969543457,6.443044185638],[51.861042022705,6.445828914642],[51.86217117309,6.445722103119],[51.864791870117,6.445468902588],[51.864952087402,6.451457977294],[51.868850708007,6.457089900970],[51.869010925293,6.463088989257],[51.865268707275,6.463459968566],[51.861690521240,6.469830989837],[51.859111785888,6.470077037811],[51.858005523681,6.472622871398],[51.857597351074,6.473561763763],[51.857158660888,6.474564075470],[51.856208801269,6.476725101471],[51.854621887207,6.480340003967],[51.854934692382,6.482657909393],[51.855018615722,6.483273029327],[51.855663299560,6.488070964813],[51.858982086181,6.501791000366],[51.86385726928,6.513051986694],[51.868934631347,6.522275924682],[51.870552062988,6.527186870575],[51.872062683105,6.531767845153],[51.876564025878,6.541202068328],[51.88270568847,6.553330898285],[51.883033752441,6.56387901306],[51.883110046386,6.566280841827],[51.883171081542,6.568303108215],[51.88370513916,6.569518089294],[51.883834838867,6.569811820984],[51.886821746826,6.569499015808],[51.890880584716,6.581109046936],[51.894771575927,6.586730003356],[51.892177581787,6.586994171142],[51.891040802002,6.587110042571],[51.893241882324,6.590281009674],[51.894939422607,6.592728137970],[51.899158477783,6.610339164733],[51.903549194336,6.633948802947],[51.903583526611,6.635263919830],[51.903602600097,6.635976791381],[51.903709411621,6.639949798584],[51.907611846923,6.645569801330],[51.907875061035,6.655128955841],[51.907958984374,6.657627105713],[51.912010192871,6.669190883636],[51.914543151855,6.672829151153],[51.915920257568,6.674808979034],[51.915988922119,6.677442073822],[51.915996551513,6.677679061889],[51.916080474853,6.68080997467],[51.917362213134,6.684459209442],[51.920162200927,6.692440986633],[51.918910980224,6.692564010620],[51.917442321777,6.692709922790],[51.916526794433,6.696642875671],[51.916614532470,6.699882030487],[51.916728973388,6.703972816467],[51.916751861572,6.70481920242],[51.910903930664,6.70540714263],[51.909309387207,6.706991195678],[51.909435272216,6.711484909057],[51.90570068359,6.711949825286],[51.898712158203,6.730710029602],[51.896705627441,6.730918884277],[51.894969940185,6.731099128723],[51.899051666259,6.742709159851],[51.899829864502,6.743243217468],[51.904415130615,6.746389865875],[51.904869079589,6.747238159179],[51.906322479248,6.749966144561],[51.906780242919,6.750824928283],[51.906951904296,6.756844043731],[51.907039642334,6.759969234466],[51.907821655273,6.759891986846],[51.91008377075,6.759661197662],[51.910846710205,6.761713027954],[51.910945892333,6.765381813049],[51.910949707031,6.765589237213],[51.911113739013,6.765573978424],[51.91206359863,6.765480041504],[51.912193298339,6.765469074249],[51.914226531982,6.765265941619],[51.914699554443,6.765220165252],[51.914775848388,6.767952919006],[51.914936065673,6.773621082305],[51.9150390,6.777219772338],[51.921199798584,6.78608083725],[51.92156982421,6.786746978759],[51.921813964843,6.786962985992],[51.928398132324,6.792784214019],[51.930530548095,6.79441595077],[51.930511474609,6.793729782104],[51.931522369384,6.795175075531],[51.934440612793,6.799349784851],[51.934467315673,6.8003578186],[51.93460845947,6.805359840393],[51.937721252441,6.805046081543],[51.945838928222,6.804230213165],[51.960678100585,6.808630943298],[51.960979461669,6.808720111846],[51.961105346679,6.813026905059],[51.961196899414,6.813957214355],[51.961849212646,6.820684909820],[51.962387084960,6.826217174530],[51.965251922607,6.834629058838],[51.965335845947,6.834700107574],[51.965496063232,6.834836006164],[51.965599060058,6.838380813598],[51.969226837158,6.838014125823],[51.991439819335,6.835772991180],[51.995098114013,6.835403919220],[51.995529174804,6.835361003875],[51.995384216308,6.830543041229],[51.994991302490,6.817329883575],[51.998729705810,6.816958904266],[52.00064849853,6.813515186309],[52.020080566406,6.778618812561],[52.019901275634,6.772609233856],[52.023632049560,6.772229194641],[52.03073883056,6.759449005126],[52.040840148925,6.722229003906],[52.040119171142,6.698178768157],[52.041351318359,6.698051929473],[52.042156219482,6.697968006134],[52.045852661132,6.697581768036],[52.058731079101,6.696239948272],[52.066360473632,6.701479911804],[52.069911956787,6.706592082977],[52.070270538330,6.707108974456],[52.070247650146,6.70641899108],[52.070079803466,6.701089859008],[52.073791503906,6.700688838958],[52.074371337890,6.718760013580],[52.074771881103,6.731650829315],[52.075119018554,6.742818832397],[52.075691223144,6.74364089965],[52.082950592041,6.7540798187],[52.086860656738,6.759717941284],[52.089748382568,6.759418010711],[52.09059143066,6.759328842163],[52.092487335205,6.75590801239],[52.094131469726,6.75294017791],[52.097850799560,6.752551078796],[52.098228454590,6.764588832855],[52.105690002441,6.763809204101],[52.109600067138,6.769450187683],[52.119525909423,6.768417835235],[52.120113372802,6.768355846404],[52.12076568603,6.7684521675],[52.119651794433,6.806190013885],[52.118980407714,6.828878879547],[52.119750976562,6.852960109710],[52.120414733886,6.853912830353],[52.123680114746,6.858610153198],[52.127887725830,6.875820159912],[52.128002166748,6.876288890838],[52.128196716308,6.876268863678],[52.131729125976,6.875919818878],[52.131931304931,6.881947994232],[52.138465881347,6.882789134979],[52.140647888183,6.885290145874],[52.150066375732,6.88757610321],[52.156803131103,6.886592864990],[52.160202026367,6.890826225280],[52.162445068359,6.897014141082],[52.170261383056,6.908308982849],[52.17047119140,6.914340019226],[52.176208496093,6.913763046264],[52.178024291992,6.916360855102],[52.178577423095,6.932680130005],[52.17874908447,6.937688827514],[52.178943634033,6.937966823577],[52.182701110839,6.943338871002],[52.183109283447,6.955389022827],[52.185188293457,6.958367824554],[52.185302734,6.959380149841],[52.190452575683,6.968887805938],[52.196681976318,6.972229957580],[52.201808929443,6.974134922027],[52.214050292968,6.982570171356],[52.217788696289,6.982210159301],[52.22174072265,6.987868785858],[52.22459793090,6.987586021423],[52.224903106689,6.987918853759],[52.225372314453,6.988433837890],[52.228771209716,6.995787143707],[52.229644775390,6.999405860901],[52.230510711670,7.02325010299],[52.22773361206,7.023509979248],[52.226768493652,7.023599147796],[52.226882934570,7.027001857757],[52.226970672607,7.029609203338],[52.231159210205,7.041259765],[52.235759735107,7.064889907837],[52.237106323242,7.065814971923],[52.239253997802,7.069309234619],[52.242099761962,7.070485115051],[52.243484497070,7.071063995361],[52.244441986084,7.106568813323],[52.248321533203,7.112318992614],[52.255802154541,7.111720085144],[52.263561248779,7.123208999633],[52.263710021972,7.129269123077],[52.268169403076,7.159201145172],[52.265468597412,7.201808929443],[52.265918731689,7.219919204712],[52.264202117919,7.298637866974],[52.279750823974,7.321479797363],[52.283790588378,7.333209991455],[52.284278869628,7.351278781890],[52.288330078,7.363009929656],[52.295940399169,7.368400096893],[52.311489105224,7.391240119934],[52.307769775390,7.391550064086],[52.308101654052,7.403579235077],[52.311820983886,7.403268814086],[52.312149047851,7.415299892425],[52.316211700439,7.42704010009],[52.323822021484,7.432439804077],[52.335319519043,7.443569183349],[52.343410491943,7.467130184173],[52.347610473632,7.484999179840],[52.351322174072,7.484738826751],[52.351478576660,7.490789890289],[52.359371185302,7.508469104766],[52.363231658935,7.514298915863],[52.363399505615,7.520369052887],[52.371109008789,7.532070159912],[52.371429443359,7.544210910797],[52.367740631103,7.544419765472],[52.371589660644,7.550280094146],[52.368061065673,7.556570053100],[52.379611968994,7.57420921325],[52.375942230224,7.574399948120],[52.376251220703,7.586558818817],[52.379772186279,7.58028888702],[52.383460998535,7.580109119415],[52.394649505615,7.58568906784],[52.405681610107,7.585218906402],[52.413639068603,7.609360218048],[52.420970916748,7.60909986495],[52.424480438232,7.602869033813],[52.431190490722,7.578148841857],[52.442321777343,7.583909034729],[52.445980072021,7.583789825439],[52.453449249267,7.589659214019],[52.464740753173,7.601510047912],[52.476039886474,7.613338947296],[52.472381591796,7.613448143005],[52.469379425048,7.637909889221],[52.459072113037,7.662589073181],[52.455760955810,7.67484807968],[52.456291198730,7.693008899689],[52.452621459961,7.693150043487],[52.44181060791,7.699628829956],[52.434650421142,7.705958843231],[52.416488647460,7.712729930877],[52.401988983154,7.719359874725],[52.402172088623,7.725419998168],[52.391880035400,7.750069141388],[52.381969451904,7.786757946014],[52.371719360351,7.811338901520],[52.371910095214,7.817369937896],[52.369018554687,7.84159898757],[52.377189636230,7.865291118621],[52.377399444580,7.871288776397],[52.381710052490,7.889110088348],[52.381919860840,7.895120143890],[52.375209808349,7.913448810577],[52.368080139160,7.919779777526],[52.364830017089,7.931939125061],[52.368728637695,7.937768936157],[52.365051269531,7.937929153442],[52.357910156249,7.944270133972],[52.354228973388,7.944439888000],[52.350318908691,7.938629150390],[52.350780487060,7.950599193573],[52.343410491943,7.950941085815],[52.343181610107,7.944960117340],[52.335819244384,7.945309162139],[52.336029052734,7.951301097870],[52.325450897216,7.963789939880],[52.314868927002,7.976288795471],[52.31166076660,7.988409996032],[52.307918548584,7.988648891449],[52.306751251220,7.958660125732],[52.309989929199,7.946509838104],[52.305610656738,7.928679943084],[52.294441223144,7.9293088912],[52.290699005126,7.929549217224],[52.276519775390,7.954770088195],[52.268581390380,7.943290233612],[52.268169403076,7.931240081787],[52.264202117919,7.925498962402],[52.256671905517,7.926062107086],[52.2564697265,7.920040130615],[52.252700805664,7.920320034027],[52.249130249023,7.926629066467],[52.22650146484,7.928338050842],[52.222541809082,7.92261981964],[52.226131439209,7.916317939758],[52.222179412842,7.910608768463],[52.222358703613,7.916609764099],[52.214630126953,7.911190032959],[52.218219757080,7.904900074005],[52.21049880981,7.899488925933],[52.202960968017,7.900091171264],[52.20314025878,7.906079769134],[52.199359893798,7.90637922286],[52.199192047119,7.900389194488],[52.195590972900,7.906689167022],[52.191822052002,7.906990051269],[52.184429168701,7.913589954376],[52.180980682373,7.925869941711],[52.177371978759,7.932160854339],[52.178020477294,7.956130027770],[52.174400329590,7.962420940399],[52.174571990966,7.968419075012],[52.170951843261,7.974709987640],[52.17111968994,7.980720043182],[52.174911499023,7.980439186096],[52.175510406494,7.998620033264],[52.175788879394,8.004769325256],[52.176151275634,8.011038780212],[52.172870635986,8.017779350280],[52.165279388427,8.018319129944],[52.165802001953,8.02482986450],[52.162010192871,8.025090217590],[52.160968780517,8.012109756469],[52.16059875488,8.005840301513],[52.156551361084,7.999969005584],[52.148960113525,8.00049972534],[52.115169525146,8.009200096130],[52.114559173584,7.973608970642],[52.114429473876,7.967628002166],[52.098968505859,7.944949150085],[52.098659515380,7.932929039001],[52.094451904296,7.915207862854],[52.090389251709,7.903500080108],[52.086181640625,7.885759830475],[52.082439422607,7.886069774627],[52.082611083984,7.892079830169],[52.060741424560,7.911878108978],[52.057350158691,7.924199104309],[52.049720764160,7.918758869171],[52.046508789062,7.93708992004],[52.036380767822,7.974060058593],[52.036750793457,7.986127853393],[52.052001953,7.997078895569],[52.05614089965,8.008929252624],[52.056369781494,8.015018463134],[52.068290710449,8.032528877258],[52.068599700927,8.038730621338],[52.064891815185,8.038999557495],[52.06554031372,8.051480293274],[52.065898895263,8.057788848876],[52.069641113281,8.057589530945],[52.070030212402,8.063979148864],[52.066680908203,8.070588111877],[52.067111968994,8.07708835601],[52.068641662597,8.097048759460],[52.061519622802,8.103867530822],[52.065490722656,8.115171432495],[52.073051452636,8.13150978088],[52.073108673095,8.137260437011],[52.077098846435,8.160220146179],[52.073661804199,8.178220748901],[52.077350616455,8.177920341491],[52.07373046,8.184139251709],[52.073909759521,8.196008682250],[52.077621459961,8.195729255676],[52.085128784179,8.201119422912],[52.088851928710,8.200839042663],[52.096462249755,8.212249755859],[52.100170135498,8.2119789123],[52.104091644287,8.223710060119],[52.107799530029,8.223439216613],[52.11161041259,8.229190826415],[52.111709594726,8.235198974609],[52.115421295166,8.234930038452],[52.123062133789,8.246459960937],[52.123359680175,8.264529228210],[52.127079010009,8.264278411865],[52.130889892578,8.270060539245],[52.134609222412,8.269809722900],[52.131000518798,8.276088714599],[52.131099700927,8.282119750976],[52.134922027587,8.287908554077],[52.131198883056,8.288149833679],[52.123970031738,8.30069923400],[52.120449066162,8.312999725341],[52.120552062988,8.31902980804],[52.124271392822,8.318788528442],[52.128089904785,8.324588775634],[52.114028930664,8.373808860779],[52.110309600830,8.374038696289],[52.110820770263,8.404229164123],[52.11463928222,8.410040855407],[52.122081756591,8.409568786621],[52.125701904297,8.403299331664],[52.129409790039,8.403068542480],[52.137062072753,8.414688110351],[52.140769958496,8.414460182189],[52.144809722900,8.432359695434],[52.156269073486,8.449821472167],[52.156681060791,8.474008560180],[52.16051101684,8.479829788208],[52.160610198974,8.485878944397],[52.164329528808,8.485659599304],[52.179630279541,8.508989334106],[52.183349609375,8.508768081664],[52.183448791503,8.514830589294],[52.187278747558,8.520669937134],[52.19058990478,8.496228218078],[52.194221496582,8.489960670471],[52.193901062011,8.47180080413],[52.204750061035,8.452969551086],[52.212200164795,8.452540397644],[52.212089538574,8.446478843689],[52.21580886840,8.446261405944],[52.219638824463,8.45209980010],[52.227081298828,8.451660156250],[52.230899810791,8.457498550415],[52.231010437011,8.463559150695],[52.234630584716,8.457268714904],[52.242179870605,8.462909698486],[52.245910644531,8.462689399719],[52.246009826660,8.46874904632],[52.253448486328,8.468319892883],[52.257068634033,8.462038993835],[52.260791778564,8.46182918548],[52.268341064453,8.4674587249],[52.275791168212,8.467029571533],[52.28313064575,8.460538864135],[52.301738739013,8.459480285644],[52.305568695068,8.465330123901],[52.316841125488,8.470759391784],[52.316741943359,8.464690208435],[52.33140945434,8.451699256897],[52.338851928710,8.451270103454],[52.357341766357,8.444129943847],[52.364780426025,8.443698883056],[52.364681243896,8.437628746032],[52.368289947509,8.431329727172],[52.378890991210,8.400289535522],[52.382610321044,8.400069236755],[52.386219024658,8.393778800964],[52.386112213134,8.38769817352],[52.389709472656,8.38139915466],[52.389598846435,8.375320434570],[52.392978668212,8.356859207153],[52.400192260742,8.34424018859],[52.403560638427,8.32577037811],[52.407039642333,8.313388824463],[52.410758972167,8.313170433044],[52.410869598388,8.31924915313],[52.41828918457,8.318799972534],[52.418411254882,8.32489013671],[52.429538726806,8.324239730834],[52.436721801757,8.3116588592],[52.43659973144,8.305589675903],[52.444011688232,8.305162429809],[52.458709716797,8.298259735107],[52.46253967285,8.304120063781],[52.45537185668,8.316679954528],[52.455982208252,8.347059249877],[52.452388763427,8.353340148925],[52.448680877685,8.353549957275],[52.445091247558,8.359840393066],[52.445560455322,8.384169578552],[52.449390411376,8.390039443969],[52.449501037597,8.39612865447],[52.453330993652,8.401990890502],[52.449729919433,8.408299446106],[52.449958801269,8.420470237732],[52.453681945800,8.420248985290],[52.453788757324,8.426339149475],[52.450080871582,8.42655086517],[52.450199127197,8.432649612426],[52.461681365967,8.450269699096],[52.461799621582,8.45635890960],[52.465518951416,8.456141471862],[52.476779937744,8.461589813232],[52.491649627685,8.460728645324],[52.499320983886,8.472489356994],[52.499561309814,8.484680175781],[52.514888763427,8.50821876525],[52.51128005981,8.514520645141],[52.50780105590,8.526919364929],[52.500930786132,8.557799339294],[52.512649536132,8.5876598358],[52.516830444335,8.61183071136],[52.532508850097,8.653689384460],[52.52527999877,8.666278839111]], + DE_RP: [[49.55092,6.37984],[49.55108,6.38270],[49.55011,6.38338],[49.54831,6.38841],[49.54805,6.39222],[49.54732,6.39428],[49.54785,6.39692],[49.54773,6.39986],[49.54867,6.40409],[49.54784,6.40722],[49.54759,6.40782],[49.54748,6.41315],[49.54715,6.41420],[49.54303,6.41375],[49.54393,6.41804],[49.54682,6.42465],[49.54758,6.42456],[49.54882,6.43070],[49.54679,6.43377],[49.54715,6.43505],[49.54590,6.43827],[49.54453,6.43832],[49.54478,6.44209],[49.54278,6.44355],[49.54372,6.44956],[49.54211,6.44857],[49.54027,6.45059],[49.53938,6.44990],[49.53779,6.45209],[49.54119,6.46055],[49.54372,6.46398],[49.54264,6.46698],[49.54428,6.46806],[49.54333,6.47333],[49.54205,6.47479],[49.53927,6.48115],[49.53504,6.48415],[49.53175,6.48964],[49.53024,6.49471],[49.53089,6.49750],[49.53008,6.49943],[49.53267,6.50239],[49.53545,6.50917],[49.53401,6.51110],[49.53470,6.51402],[49.53362,6.51243],[49.53175,6.51410],[49.52910,6.51333],[49.52718,6.51664],[49.52768,6.51917],[49.52888,6.51908],[49.52816,6.52252],[49.52866,6.52436],[49.52972,6.52531],[49.53036,6.52728],[49.53231,6.52827],[49.53927,6.53874],[49.53821,6.54080],[49.53710,6.54728],[49.53554,6.55590],[49.53710,6.55689],[49.53776,6.56024],[49.54047,6.56316],[49.53774,6.56530],[49.53749,6.56886],[49.53548,6.57174],[49.53431,6.57300],[49.53387,6.57441],[49.52919,6.57875],[49.52493,6.57944],[49.52180,6.57922],[49.52136,6.58218],[49.51999,6.58317],[49.51874,6.58544],[49.51907,6.58707],[49.51701,6.58845],[49.51657,6.59162],[49.51849,6.59527],[49.51816,6.60355],[49.51696,6.60518],[49.51871,6.60918],[49.52139,6.61115],[49.52754,6.60767],[49.52821,6.61072],[49.52916,6.61394],[49.52933,6.61836],[49.52977,6.61952],[49.53150,6.61995],[49.53300,6.61930],[49.53531,6.61711],[49.53604,6.61989],[49.53668,6.62298],[49.53821,6.62624],[49.53810,6.62782],[49.54122,6.63147],[49.54161,6.63576],[49.54024,6.64057],[49.53676,6.64139],[49.53874,6.64456],[49.53868,6.64611],[49.54080,6.64945],[49.54395,6.65164],[49.54826,6.65177],[49.54938,6.65117],[49.55083,6.65293],[49.54601,6.65726],[49.54367,6.65804],[49.54247,6.66430],[49.54533,6.67325],[49.54781,6.68423],[49.54366,6.68496],[49.54104,6.68749],[49.53725,6.68737],[49.53519,6.68844],[49.53480,6.69084],[49.53720,6.69346],[49.53959,6.69402],[49.54007,6.69938],[49.54282,6.70161],[49.54867,6.70530],[49.55271,6.70839],[49.55432,6.71359],[49.55596,6.72288],[49.55880,6.72889],[49.55985,6.73361],[49.55871,6.73438],[49.55791,6.73717],[49.55727,6.74283],[49.55754,6.74863],[49.56183,6.75772],[49.56499,6.76259],[49.56772,6.76543],[49.56827,6.76804],[49.56719,6.76929],[49.56961,6.77770],[49.57047,6.77903],[49.57317,6.78328],[49.57682,6.78804],[49.57960,6.79002],[49.58119,6.79379],[49.58592,6.79821],[49.58653,6.80126],[49.58778,6.80165],[49.59176,6.81358],[49.58896,6.81896],[49.58593,6.82265],[49.58810,6.82437],[49.58741,6.82527],[49.58557,6.83080],[49.58262,6.83475],[49.58382,6.83617],[49.58579,6.83982],[49.58902,6.84201],[49.59177,6.84016],[49.59219,6.84269],[49.58935,6.84402],[49.59578,6.84823],[49.59823,6.85033],[49.59909,6.85166],[49.60499,6.85745],[49.60757,6.86385],[49.60807,6.86775],[49.60768,6.87037],[49.60649,6.87260],[49.60504,6.87149],[49.60323,6.87402],[49.60206,6.87629],[49.60315,6.87831],[49.60435,6.87844],[49.60785,6.87934],[49.60854,6.88432],[49.60671,6.88904],[49.60677,6.89093],[49.60740,6.89110],[49.60835,6.88612],[49.60921,6.88801],[49.61021,6.88745],[49.61172,6.88496],[49.61297,6.88604],[49.61297,6.89235],[49.61391,6.89235],[49.61539,6.89419],[49.61572,6.89638],[49.61447,6.89775],[49.61405,6.90651],[49.61586,6.91153],[49.61633,6.92149],[49.61444,6.92449],[49.61183,6.92646],[49.61233,6.92994],[49.61466,6.93153],[49.61555,6.92840],[49.61703,6.93106],[49.61575,6.93513],[49.61780,6.93822],[49.61889,6.93629],[49.62267,6.93479],[49.62323,6.93797],[49.62442,6.93846],[49.62622,6.93756],[49.62889,6.93309],[49.63114,6.93412],[49.63206,6.93670],[49.63428,6.94005],[49.63554,6.94507],[49.63492,6.94816],[49.63162,6.94786],[49.62539,6.94992],[49.62478,6.95189],[49.62661,6.95528],[49.63070,6.95850],[49.62873,6.96052],[49.63045,6.96446],[49.63006,6.96652],[49.63195,6.96930],[49.63401,6.97561],[49.63453,6.97514],[49.63503,6.97638],[49.63528,6.97797],[49.63448,6.97883],[49.63262,6.97776],[49.63253,6.97904],[49.63326,6.98754],[49.63262,6.98900],[49.63473,6.99115],[49.63317,6.99321],[49.62953,6.98793],[49.62294,6.98934],[49.62389,6.99256],[49.62759,6.99595],[49.62864,6.99896],[49.63103,7.00145],[49.63120,7.00346],[49.62911,7.00844],[49.62817,7.01260],[49.63390,7.02153],[49.63920,7.02780],[49.63793,7.03187],[49.63637,7.03539],[49.63164,7.05123],[49.63128,7.05565],[49.63003,7.05934],[49.62369,7.06796],[49.61719,7.07277],[49.61160,7.07951],[49.60687,7.08256],[49.60520,7.08444],[49.60364,7.08333],[49.60295,7.08367],[49.60192,7.08693],[49.60103,7.08655],[49.59903,7.08826],[49.59950,7.08934],[49.60320,7.09298],[49.60317,7.09560],[49.60237,7.09783],[49.60253,7.09925],[49.60214,7.10122],[49.60492,7.10045],[49.60542,7.10178],[49.60448,7.10273],[49.60242,7.10298],[49.59992,7.10444],[49.59864,7.10440],[49.59825,7.10886],[49.59839,7.11028],[49.59728,7.11105],[49.59705,7.11290],[49.59728,7.11491],[49.59576,7.11845],[49.59523,7.12373],[49.59604,7.13278],[49.59682,7.13914],[49.59698,7.14171],[49.59929,7.14437],[49.60046,7.14416],[49.60227,7.14574],[49.60349,7.15252],[49.60258,7.15725],[49.60132,7.16145],[49.60013,7.17025],[49.60082,7.17257],[49.59910,7.17278],[49.59696,7.17506],[49.59354,7.17428],[49.58703,7.17055],[49.58511,7.17274],[49.58477,7.17746],[49.58305,7.17978],[49.58168,7.18244],[49.57637,7.18544],[49.57489,7.18763],[49.57654,7.18956],[49.57637,7.19493],[49.57765,7.19746],[49.57645,7.20077],[49.57701,7.20956],[49.57439,7.21351],[49.56838,7.20969],[49.56691,7.21038],[49.56529,7.21450],[49.56448,7.22549],[49.56554,7.22905],[49.56780,7.23158],[49.56749,7.23669],[49.56885,7.24033],[49.57083,7.24197],[49.57153,7.23999],[49.57253,7.23982],[49.57370,7.24244],[49.57423,7.24926],[49.57389,7.25265],[49.57531,7.25407],[49.57748,7.25802],[49.57865,7.25939],[49.58369,7.26166],[49.58473,7.26568],[49.58373,7.26817],[49.57944,7.26529],[49.57457,7.26113],[49.57132,7.26233],[49.56786,7.26755],[49.56489,7.26845],[49.56377,7.26678],[49.56168,7.26922],[49.56244,7.27021],[49.56082,7.27218],[49.56024,7.27137],[49.55943,7.27214],[49.55898,7.27356],[49.55704,7.27480],[49.55537,7.27506],[49.55459,7.27339],[49.55119,7.27377],[49.54891,7.27493],[49.54849,7.27588],[49.54774,7.27523],[49.54498,7.27532],[49.54261,7.27618],[49.54231,7.27549],[49.54083,7.27575],[49.53743,7.27558],[49.53646,7.27712],[49.53696,7.28073],[49.53632,7.28416],[49.53523,7.28656],[49.53440,7.28660],[49.53404,7.28952],[49.53493,7.29472],[49.53537,7.30257],[49.53398,7.30184],[49.53161,7.29866],[49.52897,7.29935],[49.52977,7.30051],[49.52730,7.30214],[49.52624,7.30407],[49.52599,7.30677],[49.52532,7.30750],[49.52457,7.30639],[49.52362,7.30875],[49.52245,7.30836],[49.52114,7.30647],[49.51997,7.30707],[49.51805,7.30149],[49.51799,7.29887],[49.51908,7.29943],[49.52053,7.30286],[49.52162,7.30183],[49.52061,7.29849],[49.52315,7.29711],[49.52181,7.29321],[49.52014,7.29419],[49.51967,7.29342],[49.51855,7.29003],[49.51721,7.28720],[49.51699,7.28518],[49.51315,7.28814],[49.51281,7.28754],[49.51228,7.28595],[49.51134,7.28522],[49.51008,7.28274],[49.50888,7.28248],[49.50813,7.28278],[49.50548,7.28098],[49.50481,7.28119],[49.50470,7.28475],[49.50398,7.28338],[49.50102,7.28192],[49.50133,7.28415],[49.50055,7.28613],[49.49935,7.28664],[49.49874,7.28617],[49.49843,7.28432],[49.49565,7.28299],[49.49542,7.28175],[49.49333,7.28229],[49.49110,7.28229],[49.48831,7.28074],[49.48717,7.27963],[49.48600,7.28113],[49.48430,7.27795],[49.48388,7.27941],[49.48349,7.28302],[49.48307,7.28491],[49.48288,7.29083],[49.48154,7.29306],[49.48318,7.29637],[49.47769,7.29984],[49.47437,7.30473],[49.47253,7.30443],[49.47042,7.30095],[49.46916,7.30009],[49.46679,7.30173],[49.46389,7.29460],[49.46239,7.28941],[49.46135,7.28937],[49.45996,7.28593],[49.45650,7.28722],[49.45594,7.28293],[49.45625,7.28186],[49.45497,7.27765],[49.45438,7.27469],[49.45379,7.27301],[49.45271,7.27241],[49.45193,7.26997],[49.45265,7.26877],[49.45282,7.26645],[49.45237,7.26439],[49.45053,7.26048],[49.44939,7.25405],[49.44813,7.25014],[49.44598,7.24576],[49.44342,7.24800],[49.44236,7.24945],[49.44208,7.25143],[49.44026,7.25310],[49.44035,7.25495],[49.43839,7.25349],[49.43689,7.25169],[49.43624,7.25319],[49.43493,7.25006],[49.42974,7.25362],[49.42941,7.25568],[49.42586,7.25654],[49.42592,7.25950],[49.42483,7.25950],[49.42455,7.26074],[49.42299,7.26091],[49.42360,7.26306],[49.42332,7.26426],[49.42405,7.26499],[49.42433,7.26645],[49.42363,7.26928],[49.42435,7.27070],[49.42416,7.27259],[49.42176,7.27469],[49.42053,7.27864],[49.42011,7.27834],[49.41919,7.27877],[49.41718,7.28241],[49.41715,7.28628],[49.41573,7.29108],[49.41065,7.29104],[49.40886,7.29267],[49.40763,7.29258],[49.40450,7.29670],[49.40115,7.29400],[49.40017,7.29456],[49.39956,7.29580],[49.39844,7.29851],[49.39587,7.29349],[49.39311,7.28948],[49.39289,7.29180],[49.39107,7.29030],[49.38954,7.28953],[49.38920,7.29184],[49.38945,7.29691],[49.38870,7.29699],[49.38839,7.29927],[49.38951,7.29931],[49.38914,7.30326],[49.38579,7.30189],[49.38185,7.31905],[49.38029,7.32283],[49.38018,7.32892],[49.37867,7.33107],[49.38043,7.33768],[49.38068,7.34167],[49.38048,7.34798],[49.37956,7.35583],[49.37420,7.35454],[49.37492,7.35866],[49.37436,7.36673],[49.37369,7.36913],[49.36936,7.36609],[49.36307,7.36609],[49.36366,7.37012],[49.36475,7.37304],[49.36598,7.37935],[49.37146,7.39677],[49.37171,7.39866],[49.37042,7.40089],[49.36780,7.40171],[49.36598,7.39909],[49.36358,7.39299],[49.36193,7.39368],[49.35933,7.39720],[49.35829,7.39978],[49.35606,7.40222],[49.35405,7.39896],[49.35419,7.39531],[49.35357,7.39081],[49.35100,7.39158],[49.34960,7.39136],[49.35027,7.39630],[49.35170,7.39686],[49.35136,7.39922],[49.34868,7.39952],[49.34806,7.39789],[49.34627,7.40089],[49.34697,7.40179],[49.34594,7.40347],[49.34474,7.40252],[49.34457,7.40076],[49.34309,7.40068],[49.34233,7.40415],[49.33895,7.40093],[49.33761,7.40188],[49.33615,7.39626],[49.33517,7.39677],[49.33235,7.39557],[49.33045,7.39312],[49.32821,7.39312],[49.32818,7.39231],[49.32552,7.38922],[49.32460,7.38699],[49.32088,7.38437],[49.32060,7.37785],[49.31867,7.37763],[49.31640,7.38115],[49.31710,7.38317],[49.31990,7.38587],[49.32035,7.39295],[49.31804,7.39299],[49.31633,7.39407],[49.31504,7.39317],[49.31429,7.39381],[49.31216,7.38990],[49.31102,7.38973],[49.30953,7.39196],[49.31068,7.38780],[49.30987,7.38355],[49.30780,7.38239],[49.30657,7.38016],[49.30374,7.38089],[49.30147,7.37913],[49.29910,7.37909],[49.29565,7.38111],[49.29431,7.38335],[49.29361,7.38674],[49.28107,7.37369],[49.28073,7.37253],[49.28322,7.36957],[49.28350,7.36708],[49.28168,7.36493],[49.27819,7.36476],[49.27931,7.36026],[49.28224,7.35489],[49.28392,7.35592],[49.28157,7.34785],[49.28177,7.34322],[49.28096,7.33923],[49.27835,7.33502],[49.27816,7.33416],[49.27586,7.33549],[49.27396,7.34159],[49.27399,7.34395],[49.27331,7.34485],[49.27124,7.34442],[49.26911,7.34266],[49.26668,7.34112],[49.26525,7.33953],[49.26365,7.33816],[49.26158,7.33391],[49.26060,7.33099],[49.26108,7.33000],[49.25830,7.32601],[49.25617,7.32811],[49.25147,7.32618],[49.25152,7.32524],[49.24833,7.32416],[49.24780,7.32279],[49.25102,7.31777],[49.25192,7.31554],[49.25435,7.31356],[49.25489,7.31249],[49.25735,7.31189],[49.25699,7.31022],[49.25763,7.31000],[49.25741,7.30876],[49.25620,7.30580],[49.25505,7.30653],[49.25323,7.30421],[49.25208,7.30438],[49.25111,7.30263],[49.24806,7.30289],[49.24554,7.30374],[49.24492,7.30284],[49.24377,7.30181],[49.24231,7.29774],[49.24004,7.29473],[49.23948,7.29117],[49.23803,7.28894],[49.23710,7.29083],[49.23640,7.28864],[49.23567,7.28993],[49.23472,7.29400],[49.23251,7.29096],[49.23035,7.28894],[49.22637,7.29430],[49.22301,7.30284],[49.22217,7.30349],[49.22203,7.30211],[49.21762,7.30199],[49.21734,7.30250],[49.21687,7.30130],[49.21603,7.30117],[49.21415,7.29817],[49.21067,7.29829],[49.20975,7.30087],[49.20666,7.29563],[49.20529,7.29546],[49.20338,7.29812],[49.20546,7.30379],[49.20058,7.30546],[49.19817,7.31018],[49.19163,7.31623],[49.19059,7.31919],[49.18829,7.32082],[49.18821,7.32619],[49.18684,7.33112],[49.18625,7.33164],[49.18515,7.33619],[49.18430,7.33812],[49.18049,7.33473],[49.17563,7.33537],[49.17384,7.33743],[49.17297,7.34297],[49.16845,7.34584],[49.16562,7.34705],[49.16340,7.34915],[49.16082,7.35396],[49.16107,7.36108],[49.15804,7.36245],[49.15936,7.36511],[49.16093,7.36687],[49.16332,7.36662],[49.16727,7.36494],[49.17173,7.36597],[49.17499,7.38134],[49.17712,7.39618],[49.18391,7.44527],[49.18169,7.44145],[49.18046,7.43562],[49.17892,7.43476],[49.17642,7.43600],[49.17476,7.44012],[49.17207,7.44128],[49.17050,7.43896],[49.16859,7.43283],[49.16579,7.43150],[49.16416,7.43343],[49.16455,7.43866],[49.16694,7.44480],[49.16817,7.44652],[49.16809,7.44914],[49.16705,7.45137],[49.16433,7.45643],[49.16233,7.45768],[49.16259,7.46214],[49.16713,7.46922],[49.16848,7.47274],[49.16926,7.49363],[49.16346,7.49089],[49.15470,7.49591],[49.15464,7.50591],[49.15083,7.50582],[49.14925,7.50080],[49.14369,7.49524],[49.14220,7.49606],[49.14175,7.49486],[49.14270,7.48941],[49.13577,7.48889],[49.13597,7.49232],[49.13476,7.49619],[49.13285,7.49790],[49.12883,7.50035],[49.12249,7.50584],[49.12240,7.51202],[49.12038,7.51584],[49.11266,7.52112],[49.10957,7.52065],[49.10485,7.52365],[49.10367,7.52507],[49.10313,7.52906],[49.10178,7.52953],[49.09658,7.52846],[49.09605,7.53726],[49.09342,7.53513],[49.08651,7.54779],[49.07976,7.56392],[49.07934,7.57100],[49.08159,7.58568],[49.08302,7.60027],[49.08089,7.60628],[49.07844,7.60937],[49.07690,7.61242],[49.07391,7.62015],[49.07318,7.62955],[49.07073,7.63045],[49.06438,7.63071],[49.06244,7.63255],[49.05445,7.63032],[49.04728,7.66307],[49.04473,7.67447],[49.04504,7.67743],[49.04856,7.68061],[49.04808,7.68653],[49.04895,7.68705],[49.04949,7.69880],[49.05267,7.69777],[49.05449,7.69318],[49.05736,7.69563],[49.05559,7.69773],[49.05677,7.70078],[49.05587,7.70580],[49.05236,7.70756],[49.05216,7.70979],[49.05385,7.71747],[49.05123,7.71940],[49.05081,7.72232],[49.05140,7.72408],[49.05464,7.72674],[49.05525,7.73095],[49.04361,7.73125],[49.04369,7.73644],[49.04687,7.74095],[49.04628,7.74713],[49.04774,7.75146],[49.04451,7.75760],[49.04645,7.76713],[49.04831,7.77073],[49.05059,7.77103],[49.05686,7.77760],[49.05829,7.78094],[49.05756,7.78936],[49.05897,7.79455],[49.06226,7.79442],[49.06527,7.79588],[49.06192,7.80485],[49.06074,7.81038],[49.05492,7.81360],[49.05205,7.82532],[49.04714,7.82968],[49.04695,7.83448],[49.04470,7.84251],[49.04287,7.84277],[49.04231,7.84547],[49.04340,7.84968],[49.03699,7.85152],[49.03516,7.85453],[49.03389,7.86358],[49.03268,7.86697],[49.03992,7.87508],[49.04461,7.88272],[49.04585,7.88311],[49.04844,7.88907],[49.04624,7.89246],[49.04446,7.90057],[49.04449,7.90512],[49.04466,7.91018],[49.03976,7.91241],[49.04165,7.91906],[49.04460,7.92408],[49.05197,7.92915],[49.05397,7.93231],[49.05723,7.93243],[49.05642,7.93840],[49.05372,7.94085],[49.05403,7.94351],[49.05490,7.94398],[49.05504,7.94552],[49.04885,7.94531],[49.04649,7.95012],[49.04486,7.95672],[49.04280,7.95660],[49.04249,7.96501],[49.04128,7.96672],[49.03546,7.96659],[49.03510,7.96883],[49.03591,7.97153],[49.03068,7.97243],[49.02930,7.97441],[49.02558,7.97466],[49.02685,7.97750],[49.02528,7.98213],[49.02803,7.99058],[49.02817,7.99651],[49.02606,8.00247],[49.02435,8.00869],[49.02454,8.01110],[49.02069,8.01247],[49.01967,8.01668],[49.02015,8.01878],[49.01799,8.02144],[49.01776,8.02685],[49.01773,8.03329],[49.01692,8.03311],[49.01503,8.03865],[49.01340,8.04680],[49.01396,8.04886],[49.01033,8.05289],[49.00960,8.05538],[49.00732,8.05654],[49.00588,8.06074],[49.00478,8.06336],[49.00253,8.06465],[49.00034,8.06327],[48.99873,8.06564],[48.99837,8.06744],[48.99696,8.06851],[48.99583,8.07164],[48.99389,8.07748],[48.99234,8.08516],[48.99003,8.08722],[48.98958,8.08898],[48.98831,8.09967],[48.98944,8.10173],[48.98820,8.10602],[48.98575,8.10761],[48.98626,8.11250],[48.98521,8.11748],[48.98417,8.12070],[48.98471,8.12203],[48.98167,8.12838],[48.98203,8.12975],[48.97750,8.13915],[48.97643,8.15112],[48.97572,8.17181],[48.97868,8.17104],[48.97795,8.17915],[48.97696,8.17988],[48.97710,8.18370],[48.97522,8.19515],[48.96857,8.19442],[48.96567,8.19970],[48.97000,8.20919],[48.97431,8.21459],[48.97538,8.22099],[48.97434,8.22532],[48.96885,8.22876],[48.96662,8.23335],[48.98893,8.27617],[49.00449,8.29362],[49.03305,8.30319],[49.03825,8.30328],[49.06455,8.31906],[49.08940,8.35193],[49.10566,8.36166],[49.15254,8.37328],[49.16475,8.36714],[49.17917,8.37581],[49.18904,8.38289],[49.19822,8.38508],[49.19858,8.38697],[49.20369,8.39486],[49.20755,8.39894],[49.21490,8.40332],[49.22048,8.40577],[49.22586,8.40255],[49.22538,8.39963],[49.22527,8.39426],[49.22362,8.39152],[49.22051,8.38980],[49.21922,8.38731],[49.21913,8.38332],[49.23032,8.38727],[49.24217,8.39658],[49.26057,8.43773],[49.28076,8.46091],[49.28753,8.48558],[49.29394,8.48979],[49.30308,8.48648],[49.31007,8.47430],[49.31357,8.45627],[49.31760,8.45168],[49.32750,8.45078],[49.33922,8.46670],[49.34327,8.47631],[49.35781,8.49369],[49.37254,8.49992],[49.38919,8.50060],[49.38754,8.49421],[49.38547,8.49000],[49.38237,8.48576],[49.37869,8.48215],[49.37522,8.47739],[49.37354,8.47211],[49.37743,8.46370],[49.38494,8.46365],[49.38896,8.46885],[49.39092,8.47455],[49.39941,8.49374],[49.40212,8.49636],[49.41207,8.49781],[49.42971,8.50708],[49.43549,8.50734],[49.44068,8.50485],[49.44319,8.49627],[49.44383,8.48374],[49.44328,8.45876],[49.44643,8.44670],[49.45360,8.44129],[49.46064,8.44620],[49.46449,8.46070],[49.47158,8.46448],[49.48153,8.45590],[49.49037,8.44439],[49.51071,8.43628],[49.54662,8.42058],[49.55305,8.41513],[49.56794,8.41684],[49.57782,8.42487],[49.58464,8.42272],[49.60114,8.41126],[49.60871,8.40490],[49.62011,8.38717],[49.63401,8.37850],[49.66374,8.36666],[49.67613,8.35569],[49.69143,8.35590],[49.70443,8.37384],[49.71522,8.41324],[49.71990,8.43477],[49.74034,8.45490],[49.76060,8.48090],[49.76839,8.47464],[49.76859,8.46073],[49.76540,8.43640],[49.76961,8.42116],[49.77990,8.41288],[49.78912,8.41090],[49.80875,8.39535],[49.82345,8.37772],[49.84040,8.38093],[49.85574,8.38607],[49.86272,8.37187],[49.86421,8.35650],[49.87173,8.34736],[49.88689,8.34041],[49.90226,8.34874],[49.91260,8.35552],[49.92578,8.35088],[49.94315,8.34183],[49.95409,8.34127],[49.97455,8.32114],[49.99731,8.28539],[50.01483,8.26677],[50.02716,8.24552],[50.03113,8.23449],[50.03207,8.21939],[50.03454,8.20210],[50.03561,8.17884],[50.01529,8.09968],[50.00656,8.07343],[50.00126,8.03095],[49.97632,7.96924],[49.97618,7.94859],[49.97450,7.94314],[49.97455,7.93211],[49.97400,7.92023],[49.97254,7.88122],[49.97742,7.86963],[49.98584,7.86396],[49.99293,7.86160],[50.00807,7.85843],[50.01535,7.84753],[50.02230,7.82882],[50.03608,7.80947],[50.04351,7.79626],[50.05490,7.77429],[50.06291,7.77330],[50.06707,7.77454],[50.06636,7.78128],[50.06669,7.78377],[50.06939,7.78802],[50.07118,7.78750],[50.07272,7.78862],[50.07390,7.79184],[50.07616,7.79574],[50.08035,7.79973],[50.08266,7.80076],[50.08473,7.80291],[50.08409,7.80694],[50.08409,7.80960],[50.08321,7.81458],[50.08051,7.81604],[50.08054,7.81990],[50.08225,7.82188],[50.08420,7.82141],[50.08203,7.82566],[50.08131,7.82853],[50.08170,7.83218],[50.08296,7.83334],[50.08318,7.83587],[50.08500,7.83926],[50.08770,7.83904],[50.08930,7.83634],[50.09101,7.83698],[50.09593,7.83561],[50.09483,7.83261],[50.09891,7.83218],[50.09907,7.83832],[50.10193,7.83986],[50.10397,7.83578],[50.10590,7.83595],[50.10736,7.83870],[50.10934,7.83964],[50.11124,7.84398],[50.11127,7.84531],[50.11988,7.84780],[50.12453,7.84793],[50.12813,7.85419],[50.12667,7.85999],[50.12420,7.86505],[50.11996,7.86488],[50.12062,7.86788],[50.11903,7.87101],[50.11911,7.87531],[50.11490,7.87844],[50.11655,7.88080],[50.11393,7.88440],[50.11471,7.88676],[50.11677,7.89020],[50.11770,7.89273],[50.12136,7.89788],[50.12211,7.90118],[50.12095,7.90530],[50.11735,7.91024],[50.10884,7.91934],[50.10304,7.92032],[50.10100,7.92560],[50.10293,7.92517],[50.10295,7.92964],[50.10422,7.93067],[50.10493,7.92732],[50.10771,7.92655],[50.11030,7.92650],[50.11366,7.92449],[50.11850,7.92801],[50.11958,7.92796],[50.12142,7.92483],[50.12373,7.92539],[50.12486,7.92522],[50.12618,7.92363],[50.13097,7.92264],[50.13259,7.92359],[50.13443,7.92303],[50.13724,7.92625],[50.13982,7.92698],[50.14222,7.93135],[50.14315,7.93311],[50.14422,7.93286],[50.14549,7.92912],[50.14717,7.92131],[50.15085,7.91676],[50.15201,7.91213],[50.15327,7.91238],[50.15668,7.90831],[50.15858,7.90354],[50.16039,7.89711],[50.16235,7.89221],[50.16842,7.88556],[50.17318,7.88792],[50.17381,7.88934],[50.17642,7.88732],[50.17645,7.88518],[50.17862,7.88385],[50.17903,7.88479],[50.18095,7.88367],[50.18392,7.89183],[50.18545,7.89260],[50.18636,7.89565],[50.18842,7.89762],[50.18815,7.89985],[50.18991,7.90191],[50.19131,7.90668],[50.19329,7.91204],[50.19677,7.91393],[50.19947,7.90981],[50.20155,7.90715],[50.20353,7.90981],[50.20339,7.91299],[50.20532,7.91535],[50.20773,7.92088],[50.20773,7.92934],[50.20957,7.93886],[50.20856,7.94208],[50.20985,7.94758],[50.21166,7.94689],[50.21383,7.95255],[50.21748,7.94848],[50.22019,7.95293],[50.21961,7.95576],[50.21977,7.96039],[50.22038,7.96173],[50.22071,7.96533],[50.22216,7.96924],[50.22227,7.97164],[50.22496,7.97374],[50.22483,7.97876],[50.22623,7.98198],[50.22658,7.98567],[50.23122,7.98958],[50.23337,7.98709],[50.23474,7.98812],[50.23853,7.98958],[50.23638,7.99108],[50.23682,7.99370],[50.23603,7.99679],[50.23397,7.99425],[50.23191,7.99185],[50.23147,7.99297],[50.23183,7.99520],[50.23026,7.99940],[50.22922,7.99983],[50.22862,8.00164],[50.22864,8.00601],[50.22422,8.00258],[50.22332,8.00511],[50.22178,8.01116],[50.21999,8.01211],[50.21780,8.01189],[50.21689,8.01340],[50.21708,8.01541],[50.21620,8.01940],[50.21695,8.02288],[50.21610,8.02524],[50.21599,8.02760],[50.21491,8.02799],[50.21519,8.03176],[50.21574,8.03584],[50.21939,8.03824],[50.22090,8.03726],[50.22123,8.03554],[50.22249,8.03563],[50.22351,8.03893],[50.22549,8.04223],[50.22730,8.04176],[50.22691,8.04580],[50.23100,8.05313],[50.23312,8.05640],[50.23408,8.05970],[50.23512,8.05708],[50.23611,8.05738],[50.23735,8.05348],[50.23781,8.05244],[50.24019,8.05154],[50.24154,8.04935],[50.24541,8.05047],[50.24338,8.04382],[50.24697,8.03712],[50.24961,8.03905],[50.25647,8.03116],[50.25435,8.02575],[50.25806,8.02279],[50.26382,8.03386],[50.26456,8.03712],[50.27101,8.03680],[50.27337,8.04984],[50.27249,8.05547],[50.27263,8.05959],[50.27181,8.06594],[50.27304,8.07237],[50.27112,8.07336],[50.26830,8.07323],[50.26676,8.07469],[50.26564,8.08212],[50.26015,8.07851],[50.26056,8.08413],[50.26506,8.09177],[50.26476,8.09340],[50.26317,8.09327],[50.25941,8.10327],[50.26067,8.10688],[50.27211,8.11439],[50.27713,8.12254],[50.28324,8.12018],[50.28785,8.12310],[50.29114,8.12310],[50.30112,8.11898],[50.30244,8.11486],[50.30880,8.10439],[50.32031,8.10748],[50.32340,8.10676],[50.32778,8.10247],[50.32855,8.09406],[50.33205,8.09612],[50.32964,8.08633],[50.33194,8.07929],[50.33096,8.07517],[50.33304,8.07329],[50.33578,8.07775],[50.34454,8.07723],[50.35079,8.07638],[50.35955,8.06917],[50.36732,8.06625],[50.37554,8.05955],[50.37356,8.05809],[50.37638,8.05131],[50.37898,8.05419],[50.37959,8.05037],[50.37592,8.04840],[50.37510,8.04556],[50.37641,8.04745],[50.37846,8.04943],[50.37964,8.04595],[50.38626,8.04303],[50.38634,8.03895],[50.38511,8.03964],[50.38492,8.03711],[50.38281,8.03689],[50.38183,8.03076],[50.38320,8.03029],[50.38254,8.02758],[50.38246,8.02179],[50.38301,8.01737],[50.38440,8.01445],[50.38624,8.02071],[50.38780,8.02054],[50.38957,8.02119],[50.39176,8.02102],[50.39401,8.02132],[50.39595,8.02054],[50.39838,8.02110],[50.39879,8.02346],[50.40123,8.02462],[50.40093,8.01411],[50.40000,8.01376],[50.39912,8.01175],[50.39948,8.00844],[50.40074,8.00479],[50.39967,8.00372],[50.39923,8.00582],[50.39901,8.00527],[50.39855,7.99763],[50.39975,7.98913],[50.39833,7.98956],[50.39767,7.98638],[50.39816,7.98407],[50.39929,7.98621],[50.39953,7.98857],[50.40082,7.98994],[50.40582,7.98540],[50.40591,7.98432],[50.40894,7.98256],[50.40656,7.97754],[50.40648,7.97213],[50.40722,7.97020],[50.40965,7.96973],[50.40976,7.96510],[50.41140,7.96437],[50.41324,7.96565],[50.41274,7.96990],[50.41345,7.97213],[50.41392,7.97458],[50.41786,7.98158],[50.41980,7.98252],[50.42073,7.98252],[50.42215,7.98299],[50.42158,7.98647],[50.42259,7.98711],[50.42371,7.98402],[50.42554,7.98424],[50.42666,7.98664],[50.42797,7.98797],[50.43022,7.98750],[50.43180,7.98462],[50.43317,7.98514],[50.43355,7.98964],[50.43582,7.98861],[50.43609,7.98213],[50.43557,7.97926],[50.43445,7.97823],[50.43615,7.97535],[50.43771,7.97621],[50.43853,7.98055],[50.43877,7.98565],[50.43967,7.98986],[50.44093,7.98934],[50.44339,7.99020],[50.44391,7.99110],[50.44506,8.00127],[50.44763,8.00054],[50.44856,8.00836],[50.45071,8.00767],[50.45254,8.01106],[50.45798,8.00960],[50.46080,8.01072],[50.46263,8.00080],[50.46596,7.99848],[50.46828,7.99492],[50.47022,7.99570],[50.47175,7.99338],[50.47238,7.98849],[50.47563,7.98904],[50.47571,7.98634],[50.47815,7.98787],[50.47960,7.98774],[50.48298,7.98551],[50.48296,7.98178],[50.48460,7.97950],[50.48563,7.98045],[50.48757,7.97931],[50.49027,7.98176],[50.49232,7.98116],[50.49524,7.98120],[50.49620,7.98725],[50.49876,7.99090],[50.49985,7.98845],[50.50436,7.98579],[50.50949,7.98472],[50.51170,7.98343],[50.51162,7.98579],[50.51317,7.99043],[50.51459,7.99133],[50.51560,7.99433],[50.51762,7.99712],[50.52021,7.99553],[50.52210,7.99346],[50.52742,8.00144],[50.53023,8.00522],[50.52894,8.00887],[50.53200,8.01372],[50.53334,8.01380],[50.53620,8.01711],[50.53612,8.01831],[50.54135,8.02496],[50.54236,8.02531],[50.54408,8.02822],[50.54628,8.02912],[50.55043,8.03015],[50.55127,8.03535],[50.55206,8.04041],[50.55397,8.04367],[50.55681,8.04183],[50.55692,8.04599],[50.55334,8.04771],[50.55231,8.05032],[50.55239,8.05324],[50.55108,8.05500],[50.54912,8.06148],[50.54852,8.06642],[50.54565,8.06702],[50.54500,8.06878],[50.53742,8.07024],[50.53870,8.07466],[50.53821,8.08011],[50.53829,8.08732],[50.53507,8.09092],[50.53616,8.09260],[50.53505,8.09569],[50.53428,8.10169],[50.53237,8.10264],[50.53305,8.10534],[50.53444,8.10938],[50.53570,8.11581],[50.53494,8.11869],[50.54004,8.12169],[50.53990,8.11856],[50.53865,8.11611],[50.53908,8.11216],[50.54015,8.11049],[50.54156,8.11071],[50.54320,8.11118],[50.54508,8.11487],[50.54519,8.11689],[50.54677,8.11989],[50.54863,8.11963],[50.54860,8.12422],[50.54964,8.12607],[50.55024,8.13336],[50.55228,8.13796],[50.55337,8.13573],[50.55384,8.13676],[50.55656,8.13439],[50.55692,8.13229],[50.56207,8.13495],[50.56313,8.13645],[50.56657,8.13993],[50.57184,8.14071],[50.57405,8.14230],[50.58220,8.14754],[50.58574,8.14784],[50.58939,8.15080],[50.59389,8.15260],[50.59978,8.15179],[50.59964,8.14947],[50.60234,8.14797],[50.60425,8.14063],[50.60760,8.12823],[50.60997,8.12643],[50.61223,8.13085],[50.61779,8.13776],[50.62201,8.13831],[50.62299,8.13780],[50.62443,8.14072],[50.62667,8.14145],[50.62925,8.13999],[50.63064,8.14089],[50.63225,8.14050],[50.63726,8.13153],[50.63655,8.13123],[50.64199,8.12630],[50.64564,8.12767],[50.64523,8.12441],[50.65097,8.11879],[50.65250,8.11432],[50.65763,8.11032],[50.67107,8.11062],[50.67531,8.11311],[50.67604,8.11968],[50.68344,8.12706],[50.68639,8.12587],[50.68549,8.12137],[50.68758,8.12133],[50.68946,8.11966],[50.69870,8.10974],[50.70374,8.09890],[50.70399,8.08911],[50.70309,8.08250],[50.70682,8.07976],[50.70513,8.07426],[50.70220,8.07044],[50.70051,8.07113],[50.70018,8.06624],[50.69556,8.06010],[50.69719,8.03980],[50.71234,8.04349],[50.71799,8.04208],[50.72484,8.04066],[50.72729,8.04062],[50.73158,8.03366],[50.73353,8.02847],[50.73492,8.02525],[50.73918,8.02195],[50.74187,8.01676],[50.74681,8.01023],[50.75177,8.00355],[50.75536,8.00068],[50.75967,7.98810],[50.76280,7.98518],[50.76290,7.98278],[50.76456,7.98008],[50.76771,7.97797],[50.76942,7.97420],[50.77448,7.96871],[50.77969,7.96815],[50.78321,7.96630],[50.78365,7.96489],[50.78433,7.96459],[50.78433,7.96935],[50.78899,7.96858],[50.79124,7.96695],[50.79857,7.96742],[50.79846,7.96862],[50.80304,7.97416],[50.80478,7.97484],[50.80890,7.97476],[50.81191,7.97579],[50.81595,7.97360],[50.82100,7.97699],[50.82354,7.97574],[50.82501,7.97682],[50.82666,7.97613],[50.82878,7.97420],[50.82954,7.97665],[50.83422,7.97849],[50.83379,7.97403],[50.83658,7.96815],[50.83726,7.96909],[50.83815,7.96768],[50.83921,7.96896],[50.84176,7.96836],[50.84235,7.96755],[50.84417,7.96738],[50.84517,7.96497],[50.84661,7.96369],[50.84851,7.96025],[50.84910,7.95721],[50.84661,7.95412],[50.84609,7.95012],[50.84653,7.94742],[50.84810,7.94562],[50.84872,7.93734],[50.84750,7.93480],[50.84666,7.92785],[50.84498,7.92635],[50.84474,7.92236],[50.84463,7.91746],[50.84688,7.91420],[50.84712,7.90815],[50.84810,7.90604],[50.85013,7.90467],[50.85262,7.90111],[50.85780,7.89729],[50.85948,7.89356],[50.86083,7.89454],[50.86509,7.89424],[50.86609,7.88892],[50.86747,7.88720],[50.87050,7.88716],[50.87245,7.88360],[50.87354,7.88338],[50.87470,7.88188],[50.87459,7.87781],[50.87641,7.87351],[50.87830,7.87081],[50.87735,7.86630],[50.87719,7.86077],[50.87784,7.85073],[50.87882,7.84785],[50.87841,7.84549],[50.88299,7.82970],[50.88791,7.82781],[50.89024,7.82854],[50.89116,7.82725],[50.89465,7.83000],[50.89717,7.83377],[50.90313,7.83566],[50.90735,7.83373],[50.90959,7.83871],[50.91338,7.84047],[50.91858,7.84450],[50.92472,7.85043],[50.92856,7.84871],[50.93005,7.84596],[50.93029,7.84463],[50.92767,7.84004],[50.92731,7.84064],[50.92658,7.83841],[50.92951,7.83764],[50.92975,7.83498],[50.92918,7.82854],[50.93326,7.81953],[50.94103,7.81288],[50.93857,7.81142],[50.93911,7.80858],[50.94019,7.80687],[50.94273,7.79219],[50.94003,7.78575],[50.92975,7.77618],[50.91914,7.74996],[50.91993,7.74181],[50.91763,7.73473],[50.91536,7.73558],[50.91225,7.74666],[50.90478,7.74460],[50.90545,7.75022],[50.90456,7.75172],[50.90272,7.75867],[50.90018,7.75979],[50.89422,7.75653],[50.89292,7.75314],[50.88843,7.75262],[50.87990,7.75829],[50.87811,7.75777],[50.87530,7.75266],[50.87115,7.75163],[50.86744,7.74773],[50.86593,7.75133],[50.86414,7.75498],[50.86281,7.75520],[50.86173,7.75760],[50.86159,7.75970],[50.85703,7.76414],[50.85635,7.76565],[50.85421,7.76101],[50.85407,7.75839],[50.84971,7.75118],[50.84828,7.76020],[50.84535,7.76105],[50.84464,7.76226],[50.84375,7.75805],[50.84681,7.74685],[50.84746,7.73638],[50.85155,7.72968],[50.84326,7.72119],[50.84066,7.71402],[50.83348,7.71290],[50.83473,7.70999],[50.83378,7.70527],[50.82963,7.70557],[50.82581,7.69990],[50.82066,7.67866],[50.81917,7.67402],[50.81998,7.67265],[50.81903,7.66909],[50.82082,7.66668],[50.82036,7.66218],[50.82028,7.65862],[50.81721,7.66265],[50.81651,7.66295],[50.81445,7.66982],[50.81334,7.66990],[50.81315,7.67106],[50.81304,7.67278],[50.81209,7.67432],[50.81119,7.67467],[50.80962,7.67836],[50.80859,7.67711],[50.80856,7.67527],[50.80653,7.67462],[50.80468,7.67565],[50.80241,7.67449],[50.80116,7.67698],[50.79926,7.67853],[50.79685,7.68020],[50.79639,7.68205],[50.79403,7.68188],[50.79226,7.67934],[50.79050,7.67900],[50.78930,7.67746],[50.78667,7.67720],[50.78412,7.67793],[50.78168,7.67767],[50.78089,7.67647],[50.78130,7.67497],[50.78130,7.67312],[50.78363,7.67110],[50.78629,7.66801],[50.78578,7.66042],[50.78492,7.65874],[50.77833,7.66008],[50.77454,7.66237],[50.77283,7.66269],[50.77163,7.66158],[50.76990,7.65793],[50.77000,7.65520],[50.76937,7.65460],[50.76891,7.65574],[50.76830,7.65544],[50.77111,7.64544],[50.76978,7.64503],[50.76963,7.64450],[50.76898,7.64441],[50.76860,7.64304],[50.76966,7.63997],[50.77023,7.63727],[50.76940,7.63491],[50.76894,7.62926],[50.76974,7.62797],[50.76960,7.62282],[50.76935,7.62171],[50.77053,7.61740],[50.77012,7.61619],[50.76859,7.61416],[50.76872,7.61197],[50.76890,7.60911],[50.76871,7.60740],[50.76811,7.60645],[50.76794,7.60727],[50.76678,7.60619],[50.76620,7.60454],[50.76693,7.60276],[50.76754,7.60261],[50.76773,7.60032],[50.76667,7.59796],[50.76548,7.59875],[50.76365,7.59662],[50.76166,7.59725],[50.76013,7.59416],[50.75796,7.59122],[50.75657,7.58884],[50.75313,7.59125],[50.75174,7.59374],[50.74995,7.59511],[50.74876,7.59192],[50.74706,7.59280],[50.74616,7.59458],[50.74329,7.59308],[50.74149,7.59147],[50.74000,7.58548],[50.73901,7.58406],[50.73884,7.58100],[50.73917,7.57705],[50.74053,7.57415],[50.74205,7.56608],[50.74346,7.56306],[50.74308,7.55834],[50.74348,7.55801],[50.74357,7.55649],[50.74456,7.55544],[50.74605,7.55291],[50.74668,7.55149],[50.74399,7.54634],[50.74222,7.53875],[50.73896,7.53083],[50.73374,7.52156],[50.73624,7.52204],[50.73762,7.51899],[50.73632,7.51933],[50.73102,7.51775],[50.72934,7.51959],[50.72907,7.51629],[50.73067,7.50753],[50.72956,7.50706],[50.73015,7.50436],[50.73005,7.50152],[50.72869,7.50015],[50.72679,7.49809],[50.72665,7.49577],[50.72581,7.49397],[50.72622,7.49200],[50.72556,7.49140],[50.72396,7.49311],[50.72277,7.48431],[50.71999,7.48230],[50.71834,7.47891],[50.71866,7.46818],[50.71801,7.46689],[50.71866,7.46427],[50.71866,7.46110],[50.71820,7.45590],[50.71654,7.45500],[50.71706,7.45432],[50.71605,7.45277],[50.71635,7.44951],[50.71815,7.44895],[50.71671,7.44483],[50.71535,7.44290],[50.71423,7.44260],[50.71220,7.44118],[50.71290,7.43981],[50.71002,7.43651],[50.71013,7.41986],[50.71119,7.41865],[50.71168,7.41689],[50.71499,7.41277],[50.71779,7.40715],[50.71649,7.39917],[50.71451,7.39874],[50.71578,7.38763],[50.71747,7.38818],[50.71771,7.38505],[50.71668,7.38299],[50.71668,7.37999],[50.71586,7.37934],[50.71679,7.37733],[50.71787,7.37621],[50.71864,7.37437],[50.71489,7.37037],[50.71461,7.37243],[50.71285,7.37140],[50.71317,7.36844],[50.71217,7.36806],[50.71111,7.36934],[50.70907,7.36767],[50.70665,7.36698],[50.70619,7.36505],[50.70459,7.36183],[50.70151,7.36252],[50.69975,7.35847],[50.69771,7.35718],[50.69690,7.35958],[50.69755,7.36799],[50.69456,7.36550],[50.69263,7.36443],[50.69024,7.36731],[50.68909,7.36589],[50.68746,7.36473],[50.68439,7.36812],[50.68167,7.37164],[50.68018,7.37143],[50.67952,7.36688],[50.67800,7.36997],[50.67150,7.36872],[50.67202,7.36538],[50.67101,7.36344],[50.66467,7.35520],[50.66258,7.35585],[50.66165,7.35473],[50.65953,7.35542],[50.65785,7.35495],[50.65485,7.35568],[50.65465,7.35731],[50.65198,7.35782],[50.65060,7.35894],[50.65016,7.35769],[50.64820,7.35602],[50.64730,7.35237],[50.64654,7.35074],[50.64638,7.34894],[50.64368,7.34233],[50.64267,7.33752],[50.64197,7.33611],[50.63833,7.33413],[50.63917,7.33126],[50.63977,7.33053],[50.64029,7.32752],[50.64135,7.32370],[50.64208,7.32173],[50.64012,7.31774],[50.63901,7.31684],[50.63868,7.31383],[50.63754,7.31388],[50.63784,7.31173],[50.63833,7.31152],[50.63833,7.30684],[50.63792,7.30474],[50.63305,7.29745],[50.63177,7.29672],[50.63090,7.29054],[50.62896,7.28264],[50.62798,7.27607],[50.62747,7.27153],[50.62665,7.26968],[50.62662,7.26633],[50.62757,7.26522],[50.62752,7.26333],[50.62608,7.26213],[50.62529,7.25964],[50.62532,7.25642],[50.62793,7.25200],[50.62722,7.25080],[50.62722,7.24822],[50.62771,7.24651],[50.62796,7.24509],[50.62703,7.24088],[50.62858,7.24028],[50.62774,7.23067],[50.62706,7.22458],[50.62687,7.21582],[50.62450,7.21548],[50.62341,7.21299],[50.64989,7.21123],[50.64924,7.20565],[50.64984,7.20492],[50.65006,7.20269],[50.64929,7.20033],[50.64807,7.19831],[50.64777,7.19951],[50.64597,7.19681],[50.64295,7.19449],[50.63797,7.19359],[50.63669,7.19089],[50.63280,7.18943],[50.62967,7.18908],[50.62708,7.18981],[50.62638,7.19110],[50.62589,7.18932],[50.62445,7.18923],[50.62268,7.18743],[50.62295,7.18426],[50.62260,7.18009],[50.61889,7.17374],[50.61288,7.17258],[50.61293,7.16443],[50.61506,7.15477],[50.61255,7.15117],[50.61037,7.15147],[50.60964,7.14808],[50.60087,7.14709],[50.60095,7.14181],[50.60193,7.14207],[50.60225,7.13615],[50.60296,7.13598],[50.60392,7.13095],[50.60650,7.12615],[50.60825,7.12555],[50.61252,7.11932],[50.61211,7.11456],[50.60934,7.11138],[50.60787,7.11289],[50.60536,7.11147],[50.60223,7.10963],[50.60198,7.11143],[50.59700,7.10490],[50.59228,7.10387],[50.59027,7.10181],[50.58929,7.09894],[50.58768,7.09615],[50.58705,7.09289],[50.58648,7.08542],[50.58842,7.08675],[50.59226,7.07293],[50.59414,7.07117],[50.59416,7.06868],[50.59773,7.06692],[50.60095,7.06684],[50.60103,7.05963],[50.60389,7.05954],[50.60661,7.05594],[50.60520,7.05491],[50.60408,7.05169],[50.60473,7.05109],[50.60454,7.04873],[50.60351,7.04929],[50.59053,7.02937],[50.58950,7.03091],[50.58350,7.02302],[50.57231,7.00921],[50.56514,6.99753],[50.56449,6.99230],[50.56522,6.98573],[50.56612,6.98320],[50.56484,6.98148],[50.56337,6.97633],[50.56157,6.97659],[50.55743,6.97518],[50.55617,6.97247],[50.55770,6.96797],[50.55685,6.96565],[50.55647,6.96093],[50.55702,6.95913],[50.55699,6.95702],[50.56100,6.95634],[50.56187,6.95359],[50.56367,6.95209],[50.56326,6.95028],[50.56310,6.94822],[50.56386,6.94780],[50.56345,6.94565],[50.56419,6.94428],[50.56224,6.93879],[50.56126,6.93875],[50.56088,6.93673],[50.56077,6.93107],[50.55971,6.92892],[50.55842,6.92712],[50.55409,6.92167],[50.54948,6.92398],[50.54620,6.92444],[50.54280,6.92670],[50.54253,6.92855],[50.53866,6.92953],[50.53699,6.93104],[50.53394,6.93052],[50.53337,6.92919],[50.53386,6.92833],[50.53282,6.92288],[50.53143,6.92301],[50.53124,6.92151],[50.52916,6.91550],[50.52807,6.91593],[50.52772,6.91194],[50.52586,6.90932],[50.52586,6.90636],[50.52736,6.90516],[50.52723,6.90027],[50.52854,6.89997],[50.53004,6.90233],[50.53162,6.90258],[50.53137,6.90074],[50.53069,6.89683],[50.52982,6.89310],[50.52966,6.88641],[50.52897,6.88517],[50.52701,6.88199],[50.52619,6.88216],[50.52510,6.88371],[50.52316,6.88362],[50.52153,6.88319],[50.51964,6.88409],[50.51883,6.88654],[50.51812,6.89109],[50.51760,6.89332],[50.51752,6.89718],[50.51547,6.89568],[50.51424,6.89508],[50.51361,6.89336],[50.50897,6.88967],[50.50826,6.88817],[50.50775,6.88766],[50.50766,6.89165],[50.50684,6.89414],[50.50684,6.89757],[50.50507,6.89959],[50.50324,6.90027],[50.50237,6.90272],[50.50250,6.90508],[50.50125,6.90581],[50.50027,6.90444],[50.49789,6.90143],[50.49399,6.89933],[50.49284,6.89723],[50.49169,6.89748],[50.49178,6.90109],[50.48943,6.90014],[50.48593,6.90491],[50.48438,6.90486],[50.48167,6.90362],[50.48099,6.90152],[50.47780,6.89907],[50.47627,6.90083],[50.47479,6.90263],[50.47313,6.90143],[50.47094,6.89920],[50.46914,6.90135],[50.46750,6.89465],[50.46766,6.89238],[50.46731,6.89049],[50.46619,6.88821],[50.46744,6.88748],[50.46692,6.88388],[50.46665,6.88092],[50.46539,6.87787],[50.46356,6.87465],[50.46173,6.87169],[50.46001,6.86920],[50.45652,6.86770],[50.45764,6.86641],[50.45736,6.86422],[50.45687,6.86165],[50.45619,6.86040],[50.45392,6.85864],[50.45356,6.85710],[50.45408,6.85624],[50.45482,6.85641],[50.45622,6.85418],[50.45761,6.85453],[50.45714,6.85075],[50.45922,6.84877],[50.46067,6.84375],[50.46387,6.84139],[50.46504,6.83933],[50.46608,6.83457],[50.46668,6.83058],[50.46761,6.82890],[50.46739,6.82581],[50.46843,6.82384],[50.47157,6.81521],[50.47233,6.81212],[50.47722,6.80899],[50.48023,6.80779],[50.48435,6.80719],[50.48797,6.80695],[50.48887,6.80562],[50.49155,6.80090],[50.48925,6.79150],[50.48934,6.78888],[50.48838,6.78746],[50.48661,6.77909],[50.48483,6.77768],[50.48311,6.77485],[50.48491,6.77081],[50.48535,6.76789],[50.48292,6.76811],[50.48087,6.76510],[50.47560,6.75918],[50.47612,6.75202],[50.47358,6.74459],[50.46768,6.74292],[50.46601,6.74601],[50.46596,6.74936],[50.46719,6.75108],[50.46798,6.75249],[50.46965,6.75194],[50.47104,6.75417],[50.47071,6.75825],[50.46787,6.75726],[50.46662,6.75764],[50.46446,6.75567],[50.46263,6.75657],[50.46145,6.75966],[50.46235,6.76327],[50.46151,6.76430],[50.45951,6.76477],[50.45823,6.76661],[50.45722,6.76262],[50.45547,6.76215],[50.45443,6.76434],[50.45063,6.76404],[50.44759,6.75756],[50.44114,6.74292],[50.43783,6.74589],[50.43690,6.74460],[50.43529,6.74516],[50.43474,6.74833],[50.43340,6.74988],[50.43357,6.75404],[50.43376,6.75812],[50.43130,6.76013],[50.43344,6.76512],[50.43551,6.77108],[50.43333,6.76919],[50.43103,6.76924],[50.42614,6.77095],[50.42523,6.77018],[50.42488,6.77001],[50.42359,6.77524],[50.42376,6.77821],[50.42048,6.78439],[50.41834,6.78181],[50.41569,6.78031],[50.41298,6.77864],[50.40511,6.77954],[50.40070,6.77237],[50.39616,6.76984],[50.39277,6.76928],[50.38929,6.77344],[50.38406,6.77688],[50.38461,6.77748],[50.38215,6.77911],[50.38174,6.77988],[50.37700,6.78314],[50.37561,6.78533],[50.37451,6.78370],[50.37364,6.78434],[50.36980,6.79524],[50.36890,6.80194],[50.36332,6.79992],[50.36099,6.79726],[50.36343,6.79722],[50.36219,6.79078],[50.36291,6.78657],[50.36184,6.78361],[50.36403,6.78022],[50.36416,6.77640],[50.36033,6.77666],[50.35915,6.77597],[50.36091,6.77490],[50.36025,6.77301],[50.36195,6.77143],[50.35923,6.76615],[50.35551,6.75580],[50.35455,6.75482],[50.35586,6.75241],[50.35406,6.74216],[50.35433,6.73958],[50.35293,6.73203],[50.34943,6.72735],[50.34765,6.72280],[50.34625,6.71615],[50.34409,6.71057],[50.34381,6.70787],[50.34195,6.70431],[50.33606,6.69847],[50.33943,6.69757],[50.34266,6.69684],[50.34570,6.69680],[50.34694,6.69632],[50.35219,6.69027],[50.35597,6.68761],[50.35900,6.68750],[50.36347,6.68157],[50.36289,6.68076],[50.36605,6.67724],[50.36936,6.67269],[50.37204,6.66861],[50.36985,6.66007],[50.36774,6.65552],[50.36350,6.65574],[50.35699,6.65660],[50.35458,6.65514],[50.35221,6.65262],[50.35085,6.65378],[50.34975,6.65112],[50.34893,6.65086],[50.34838,6.64932],[50.34761,6.64477],[50.34756,6.64258],[50.34715,6.64052],[50.34523,6.63777],[50.34556,6.63662],[50.34917,6.63237],[50.34846,6.63147],[50.35065,6.62911],[50.35090,6.63001],[50.35230,6.62563],[50.35183,6.62391],[50.35361,6.62232],[50.35441,6.62353],[50.35599,6.62177],[50.35692,6.62293],[50.35892,6.62327],[50.36005,6.62237],[50.36109,6.62468],[50.36215,6.62567],[50.36311,6.62541],[50.36335,6.62606],[50.36877,6.62730],[50.36894,6.62632],[50.37151,6.62593],[50.37159,6.62777],[50.37310,6.62739],[50.37617,6.62374],[50.37471,6.62378],[50.37477,6.62207],[50.37559,6.61919],[50.37682,6.61752],[50.37606,6.61546],[50.37721,6.61499],[50.37597,6.60760],[50.37565,6.60434],[50.37792,6.60194],[50.38074,6.60726],[50.38312,6.60597],[50.38673,6.60554],[50.38829,6.60336],[50.38610,6.59713],[50.38511,6.59512],[50.38416,6.58778],[50.38262,6.58452],[50.37890,6.58168],[50.37767,6.57752],[50.37710,6.57409],[50.37679,6.56852],[50.37329,6.56590],[50.37263,6.56603],[50.37145,6.56170],[50.37006,6.55990],[50.36921,6.55595],[50.36888,6.55342],[50.36825,6.55307],[50.36672,6.54350],[50.37019,6.54483],[50.37104,6.54380],[50.37140,6.53981],[50.37000,6.53513],[50.37093,6.53479],[50.36935,6.52844],[50.36601,6.52526],[50.36324,6.52041],[50.36242,6.51604],[50.36061,6.51466],[50.35845,6.51694],[50.35755,6.51535],[50.35590,6.51561],[50.35878,6.51213],[50.35952,6.51063],[50.35968,6.50904],[50.35968,6.50728],[50.35922,6.50574],[50.35694,6.50351],[50.35475,6.50312],[50.35207,6.50372],[50.35092,6.50286],[50.35073,6.49994],[50.34999,6.49780],[50.34774,6.49308],[50.34553,6.49093],[50.34301,6.48651],[50.34040,6.48737],[50.33945,6.48381],[50.33851,6.47689],[50.33958,6.47182],[50.34130,6.47114],[50.34218,6.46929],[50.34264,6.46500],[50.34141,6.46230],[50.33826,6.45732],[50.33558,6.45243],[50.33802,6.45002],[50.34136,6.45444],[50.34426,6.45934],[50.34705,6.45758],[50.35242,6.45826],[50.35831,6.46092],[50.36137,6.46058],[50.36307,6.45801],[50.36348,6.45616],[50.36335,6.45264],[50.36402,6.45204],[50.36350,6.45062],[50.36566,6.44929],[50.36832,6.44835],[50.37073,6.44912],[50.37171,6.44861],[50.37229,6.44217],[50.37234,6.43921],[50.37010,6.43445],[50.36955,6.43620],[50.36867,6.43389],[50.36657,6.43166],[50.36459,6.43286],[50.36385,6.43003],[50.36654,6.42775],[50.36744,6.42496],[50.36867,6.42440],[50.36895,6.42093],[50.37365,6.42256],[50.37475,6.41591],[50.37762,6.41831],[50.38017,6.42106],[50.38126,6.42286],[50.38310,6.42204],[50.38318,6.41891],[50.38587,6.41582],[50.38685,6.41552],[50.38994,6.41299],[50.38411,6.38411],[50.38069,6.38861],[50.37954,6.39097],[50.37705,6.38904],[50.37106,6.38861],[50.37062,6.39114],[50.36917,6.39299],[50.36687,6.39441],[50.36717,6.39737],[50.36567,6.39724],[50.36493,6.39612],[50.36315,6.39405],[50.36118,6.39538],[50.36342,6.40512],[50.36137,6.40289],[50.35992,6.39856],[50.35836,6.39770],[50.35743,6.39658],[50.35570,6.39967],[50.35069,6.40392],[50.34913,6.40358],[50.34604,6.40280],[50.33933,6.40774],[50.33571,6.41190],[50.33234,6.41456],[50.33346,6.41834],[50.33349,6.42388],[50.33116,6.42169],[50.32897,6.42255],[50.32667,6.42469],[50.32536,6.42370],[50.32316,6.42508],[50.32344,6.42070],[50.32440,6.41735],[50.32467,6.41435],[50.32311,6.40963],[50.32347,6.40512],[50.32144,6.38993],[50.32229,6.38165],[50.32037,6.38015],[50.31916,6.38053],[50.31957,6.37804],[50.31790,6.37568],[50.31571,6.37444],[50.31492,6.37551],[50.31423,6.37465],[50.31324,6.37036],[50.31396,6.36744],[50.31522,6.36092],[50.31333,6.35830],[50.31042,6.35743],[50.30639,6.36146],[50.30984,6.35618],[50.31094,6.35193],[50.31508,6.34940],[50.31576,6.34314],[50.31779,6.34459],[50.31888,6.34314],[50.31749,6.33601],[50.31924,6.33605],[50.31940,6.33331],[50.32116,6.33455],[50.32395,6.33387],[50.32524,6.32644],[50.32283,6.32485],[50.31965,6.31842],[50.32176,6.31842],[50.32099,6.31503],[50.32231,6.31275],[50.32012,6.30537],[50.31713,6.30511],[50.31598,6.30739],[50.31321,6.30666],[50.31195,6.30846],[50.31011,6.30597],[50.31088,6.30172],[50.30918,6.29580],[50.30715,6.29516],[50.30502,6.29564],[50.30338,6.29762],[50.30151,6.29384],[50.29990,6.29418],[50.29798,6.29002],[50.29628,6.29122],[50.29439,6.28466],[50.28383,6.28401],[50.28111,6.28938],[50.27810,6.29152],[50.27537,6.28834],[50.27425,6.28392],[50.26731,6.27706],[50.26813,6.27264],[50.26596,6.26491],[50.26903,6.25714],[50.26251,6.24444],[50.26341,6.23358],[50.26059,6.23032],[50.25842,6.22229],[50.25634,6.21908],[50.25733,6.21581],[50.25387,6.21062],[50.25423,6.20796],[50.25107,6.20418],[50.24910,6.20530],[50.24308,6.20144],[50.23918,6.19796],[50.23704,6.19324],[50.23773,6.18440],[50.23558,6.17543],[50.23306,6.17273],[50.23073,6.17303],[50.22847,6.17672],[50.22669,6.17573],[50.22534,6.17260],[50.22518,6.16878],[50.22361,6.16612],[50.22002,6.16560],[50.21849,6.16709],[50.21888,6.16821],[50.21849,6.17112],[50.21599,6.17739],[50.21385,6.17816],[50.21149,6.18160],[50.20822,6.18134],[50.20578,6.18447],[50.20498,6.18765],[50.20300,6.18486],[50.20124,6.18503],[50.20058,6.18550],[50.19913,6.18481],[50.19534,6.18584],[50.19242,6.18336],[50.19171,6.18366],[50.18970,6.18593],[50.18674,6.18920],[50.18399,6.18499],[50.18166,6.19061],[50.17913,6.18589],[50.17861,6.18031],[50.18100,6.17808],[50.17982,6.17744],[50.17916,6.16924],[50.18017,6.16787],[50.17828,6.16130],[50.17193,6.15946],[50.17174,6.15598],[50.17663,6.15298],[50.17820,6.14675],[50.17545,6.14405],[50.17264,6.14396],[50.17072,6.14718],[50.17022,6.14495],[50.17025,6.14027],[50.16899,6.13856],[50.16660,6.13907],[50.16261,6.14439],[50.16069,6.14628],[50.15692,6.14353],[50.15585,6.13937],[50.15612,6.13182],[50.15453,6.13100],[50.15241,6.13186],[50.15084,6.13491],[50.14991,6.13890],[50.14776,6.14006],[50.14762,6.14130],[50.15128,6.14886],[50.14963,6.15143],[50.14713,6.15165],[50.14226,6.15392],[50.13913,6.15019],[50.13789,6.14976],[50.13514,6.14615],[50.13577,6.14452],[50.13497,6.13740],[50.13065,6.13774],[50.12923,6.13750],[50.12759,6.13738],[50.12663,6.13690],[50.12474,6.13641],[50.12367,6.13545],[50.12294,6.13233],[50.12192,6.12950],[50.12051,6.12877],[50.11884,6.12854],[50.11598,6.12758],[50.11401,6.12927],[50.11343,6.13185],[50.11363,6.13425],[50.11303,6.13509],[50.10852,6.13071],[50.10743,6.13048],[50.10578,6.13112],[50.10481,6.13442],[50.10340,6.13550],[50.10260,6.13299],[50.10303,6.13048],[50.10246,6.12786],[50.10183,6.12531],[50.09887,6.12513],[50.09506,6.12822],[50.09467,6.13254],[50.09328,6.13303],[50.09252,6.13121],[50.09263,6.12900],[50.09318,6.12522],[50.09378,6.12350],[50.09386,6.12254],[50.09343,6.12164],[50.09189,6.11982],[50.08907,6.11916],[50.08565,6.11939],[50.08344,6.12199],[50.08196,6.12182],[50.08071,6.12169],[50.07812,6.11987],[50.07694,6.11821],[50.07575,6.11763],[50.07477,6.11594],[50.07411,6.11615],[50.07260,6.11830],[50.07225,6.12027],[50.07265,6.12190],[50.07534,6.12266],[50.07674,6.12459],[50.07577,6.12568],[50.07454,6.12854],[50.07342,6.12886],[50.07213,6.12718],[50.07099,6.12581],[50.06906,6.12145],[50.06831,6.12094],[50.06571,6.12057],[50.06471,6.11992],[50.06470,6.11829],[50.06583,6.11604],[50.06598,6.11452],[50.06547,6.11355],[50.06444,6.11374],[50.06236,6.11346],[50.06037,6.11216],[50.05887,6.11239],[50.05741,6.11409],[50.05627,6.11774],[50.05641,6.11967],[50.05680,6.12061],[50.05959,6.12055],[50.06026,6.12117],[50.06024,6.12263],[50.05933,6.12443],[50.05824,6.12391],[50.05609,6.12263],[50.05453,6.12094],[50.05277,6.12121],[50.05201,6.12194],[50.05104,6.12506],[50.04759,6.12731],[50.04294,6.13257],[50.03962,6.13430],[50.03658,6.13214],[50.03469,6.13175],[50.03150,6.12924],[50.02962,6.12952],[50.02844,6.13119],[50.02661,6.13619],[50.02475,6.14040],[50.02440,6.14334],[50.02250,6.14587],[50.01963,6.14302],[50.01740,6.13909],[50.01584,6.13724],[50.01638,6.13529],[50.01893,6.13272],[50.01957,6.13158],[50.01906,6.13003],[50.01843,6.12911],[50.01704,6.13098],[50.01293,6.13625],[50.01105,6.13820],[50.01032,6.14084],[50.01017,6.14706],[50.00970,6.14880],[50.00859,6.14960],[50.00637,6.14917],[50.00257,6.14657],[50.00125,6.14633],[49.99855,6.14539],[49.99812,6.14410],[49.99882,6.14273],[50.00008,6.14039],[50.00024,6.13945],[49.99922,6.13790],[49.99791,6.13773],[49.99500,6.14134],[49.99454,6.14221],[49.99489,6.14760],[49.99405,6.15076],[49.99041,6.15275],[49.98919,6.15382],[49.98718,6.15726],[49.98696,6.16015],[49.98701,6.16386],[49.98581,6.16802],[49.98531,6.17135],[49.98422,6.17272],[49.98400,6.17156],[49.98476,6.16982],[49.98406,6.16916],[49.98064,6.16839],[49.97978,6.16701],[49.97723,6.16633],[49.97481,6.16500],[49.97232,6.16463],[49.96958,6.16497],[49.96842,6.16691],[49.96492,6.16841],[49.96310,6.16989],[49.96238,6.17152],[49.96178,6.17551],[49.95996,6.17618],[49.95615,6.17669],[49.95345,6.17781],[49.95259,6.18175],[49.95560,6.18701],[49.95670,6.18871],[49.95745,6.18373],[49.96114,6.18330],[49.96380,6.18107],[49.96802,6.18497],[49.96867,6.19096],[49.96790,6.19257],[49.96238,6.19255],[49.96125,6.19418],[49.95681,6.19296],[49.95031,6.19750],[49.94863,6.19755],[49.94870,6.19871],[49.94968,6.19974],[49.95104,6.19969],[49.95225,6.20062],[49.95501,6.20469],[49.95497,6.20641],[49.95447,6.20825],[49.95330,6.20810],[49.94999,6.21177],[49.94995,6.22376],[49.94899,6.22339],[49.94674,6.21940],[49.94544,6.21827],[49.94527,6.21687],[49.94460,6.21627],[49.94386,6.21717],[49.94328,6.21992],[49.94293,6.21968],[49.94214,6.22071],[49.94151,6.22095],[49.94107,6.22226],[49.93937,6.22419],[49.93866,6.22419],[49.93847,6.22560],[49.93655,6.22678],[49.93420,6.22346],[49.93344,6.22352],[49.93326,6.22515],[49.93295,6.22496],[49.93257,6.22438],[49.93177,6.22378],[49.93151,6.22436],[49.93038,6.22530],[49.92933,6.22569],[49.92824,6.22524],[49.92782,6.22440],[49.92786,6.22365],[49.92741,6.22316],[49.92644,6.22133],[49.92578,6.21895],[49.92423,6.21801],[49.92330,6.21779],[49.92242,6.21880],[49.92196,6.22108],[49.92116,6.22618],[49.92105,6.22902],[49.92033,6.22994],[49.91846,6.23151],[49.91634,6.23256],[49.91365,6.23378],[49.91258,6.23352],[49.91152,6.23183],[49.91108,6.23080],[49.91166,6.22764],[49.91110,6.22672],[49.91021,6.22687],[49.90754,6.23101],[49.90619,6.23191],[49.90444,6.23198],[49.90024,6.23350],[49.89722,6.23801],[49.89619,6.23955],[49.89557,6.24242],[49.89540,6.24584],[49.89445,6.24725],[49.89336,6.24817],[49.89231,6.24976],[49.89043,6.25054],[49.88978,6.25146],[49.88733,6.25654],[49.88607,6.25762],[49.88476,6.25828],[49.88300,6.25890],[49.88206,6.26108],[49.88079,6.26166],[49.88031,6.26405],[49.87865,6.27014],[49.87669,6.27389],[49.87660,6.27634],[49.87778,6.27889],[49.87872,6.28194],[49.87760,6.28353],[49.87497,6.28628],[49.87519,6.28761],[49.87521,6.29014],[49.87467,6.29164],[49.87399,6.29207],[49.87179,6.29194],[49.86962,6.29270],[49.86669,6.29599],[49.86624,6.29771],[49.86641,6.30005],[49.86714,6.30226],[49.86929,6.30646],[49.86984,6.30865],[49.86991,6.31043],[49.86962,6.31146],[49.86847,6.31292],[49.86658,6.31440],[49.86479,6.31475],[49.86244,6.31389],[49.86070,6.31380],[49.85552,6.31754],[49.85335,6.32138],[49.85198,6.32267],[49.85020,6.32288],[49.84645,6.32142],[49.84522,6.32043],[49.84257,6.31968],[49.84015,6.32041],[49.83872,6.32103],[49.83673,6.32552],[49.83586,6.32713],[49.83634,6.33084],[49.83803,6.33558],[49.84015,6.33743],[49.84354,6.33842],[49.84573,6.33897],[49.84815,6.34009],[49.84906,6.34194],[49.85036,6.34857],[49.85083,6.35254],[49.85087,6.36005],[49.85078,6.36412],[49.84942,6.36658],[49.84456,6.37121],[49.84212,6.37276],[49.84027,6.37713],[49.83788,6.37900],[49.83634,6.38151],[49.83266,6.38479],[49.83018,6.38848],[49.82954,6.38891],[49.82763,6.39239],[49.82351,6.39627],[49.82221,6.39752],[49.81970,6.40192],[49.81898,6.40567],[49.81754,6.41050],[49.81606,6.42031],[49.81610,6.42518],[49.81581,6.42574],[49.81483,6.42597],[49.81264,6.42627],[49.81142,6.42792],[49.81052,6.42996],[49.81054,6.43110],[49.81067,6.43207],[49.81242,6.43458],[49.81362,6.43752],[49.81437,6.44132],[49.81419,6.44203],[49.81326,6.44220],[49.81200,6.44273],[49.81150,6.44366],[49.81166,6.44542],[49.81180,6.44803],[49.81135,6.45233],[49.81162,6.45430],[49.81247,6.45585],[49.81530,6.45876],[49.81952,6.46449],[49.82056,6.46694],[49.82246,6.46966],[49.82251,6.47168],[49.82035,6.47662],[49.81865,6.48067],[49.81347,6.48509],[49.81177,6.48844],[49.81139,6.49314],[49.81239,6.49455],[49.81238,6.49634],[49.81110,6.49908],[49.80993,6.50241],[49.80948,6.50550],[49.80594,6.50843],[49.80216,6.51069],[49.80243,6.51260],[49.80521,6.51626],[49.80820,6.51787],[49.81161,6.51847],[49.81302,6.51978],[49.81334,6.52096],[49.81324,6.52195],[49.81258,6.52330],[49.81126,6.52697],[49.81001,6.52854],[49.80928,6.52972],[49.80766,6.53010],[49.80567,6.53120],[49.80430,6.53043],[49.80279,6.52753],[49.80189,6.52624],[49.79828,6.52253],[49.79705,6.52161],[49.79531,6.51828],[49.79362,6.51371],[49.79245,6.50878],[49.79152,6.50719],[49.78982,6.50575],[49.78817,6.50607],[49.78698,6.50745],[49.78603,6.50978],[49.78465,6.51446],[49.78409,6.51579],[49.78325,6.51682],[49.78215,6.51710],[49.78091,6.51592],[49.77691,6.51073],[49.77536,6.51028],[49.77362,6.50998],[49.77185,6.51350],[49.76962,6.51706],[49.76837,6.51798],[49.76651,6.51812],[49.76500,6.51780],[49.76237,6.51851],[49.76105,6.51806],[49.75927,6.51600],[49.75735,6.51212],[49.75524,6.50422],[49.75374,6.50164],[49.75225,6.50053],[49.74827,6.50064],[49.74577,6.50263],[49.74426,6.50207],[49.74281,6.50177],[49.74118,6.50250],[49.73693,6.50166],[49.73268,6.50186],[49.72932,6.50594],[49.72780,6.50911],[49.72590,6.51450],[49.72430,6.51712],[49.72350,6.51759],[49.72233,6.51617],[49.72075,6.51349],[49.72035,6.51158],[49.72232,6.50922],[49.72482,6.50634],[49.72613,6.50486],[49.72690,6.50132],[49.72626,6.49604],[49.72529,6.49510],[49.72411,6.49536],[49.72200,6.49746],[49.71665,6.50568],[49.71590,6.50688],[49.71283,6.50625],[49.71275,6.50248],[49.70782,6.49323],[49.70340,6.48840],[49.69679,6.47997],[49.69490,6.47344],[49.69282,6.46735],[49.69154,6.45992],[49.68838,6.45670],[49.68235,6.45153],[49.67754,6.44600],[49.67254,6.43911],[49.66993,6.43145],[49.66321,6.42577],[49.66098,6.42669],[49.66017,6.42988],[49.66064,6.43720],[49.65861,6.43984],[49.65528,6.44048],[49.64557,6.43512],[49.63268,6.42632],[49.62209,6.42199],[49.61686,6.41899],[49.61449,6.41246],[49.61132,6.40843],[49.60771,6.40405],[49.60526,6.40294],[49.60184,6.39860],[49.60031,6.39508],[49.59967,6.39006],[49.59962,6.38654],[49.59850,6.38324],[49.59211,6.37543],[49.58735,6.37410],[49.58451,6.37714],[49.58184,6.38139],[49.57975,6.38264],[49.57769,6.38208],[49.57658,6.38023],[49.57636,6.37719],[49.57792,6.37375],[49.57917,6.37084],[49.57864,6.36847],[49.57641,6.36234],[49.57516,6.35989],[49.57352,6.35835],[49.57154,6.35783],[49.56879,6.35985],[49.56695,6.36659],[49.55811,6.38165],[49.55558,6.38268],[49.55260,6.38066]], + DE_SH: [[53.88787,8.44595],[53.92671,8.61487],[53.87958,8.87751],[53.88079,9.19920],[53.86460,9.28984],[53.82219,9.35300],[53.74491,9.41205],[53.71546,9.47179],[53.69432,9.49960],[53.66222,9.52858],[53.63434,9.53167],[53.61418,9.55468],[53.56425,9.67621],[53.55875,9.70540],[53.55744,9.73042],[53.56610,9.73531],[53.56876,9.73497],[53.57548,9.73728],[53.57579,9.73630],[53.57732,9.73724],[53.57790,9.74329],[53.58175,9.74046],[53.58134,9.73887],[53.57994,9.73891],[53.57999,9.73733],[53.58203,9.73647],[53.58267,9.73475],[53.58435,9.73686],[53.58912,9.74338],[53.58886,9.74566],[53.59032,9.74600],[53.59296,9.74703],[53.59490,9.74480],[53.59622,9.74390],[53.59841,9.74399],[53.60167,9.74768],[53.60362,9.74843],[53.60239,9.75585],[53.61103,9.75959],[53.61299,9.75392],[53.61594,9.75598],[53.61589,9.75701],[53.61762,9.75808],[53.62411,9.76014],[53.62485,9.76370],[53.62747,9.76375],[53.62750,9.76997],[53.62251,9.76821],[53.61568,9.77036],[53.61133,9.78594],[53.61098,9.78885],[53.61031,9.78885],[53.60830,9.79091],[53.61026,9.79615],[53.60787,9.79864],[53.60568,9.79684],[53.60504,9.79203],[53.60446,9.79207],[53.60425,9.78947],[53.60107,9.79110],[53.59674,9.79715],[53.59580,9.79736],[53.59483,9.80140],[53.59315,9.80363],[53.59353,9.80470],[53.59147,9.80723],[53.58632,9.81569],[53.58507,9.82058],[53.58426,9.82212],[53.58387,9.82500],[53.58497,9.82603],[53.58566,9.83041],[53.58714,9.83375],[53.58762,9.83723],[53.59032,9.83667],[53.59185,9.83745],[53.59231,9.84002],[53.59376,9.84054],[53.59473,9.83989],[53.59485,9.84521],[53.59656,9.84470],[53.59730,9.84933],[53.59778,9.84925],[53.59725,9.85350],[53.59847,9.85483],[53.59923,9.85813],[53.60228,9.85766],[53.60495,9.86103],[53.60716,9.86184],[53.60927,9.86845],[53.61364,9.86951],[53.61658,9.87397],[53.61992,9.87985],[53.62043,9.88227],[53.62198,9.88517],[53.62288,9.88942],[53.62498,9.88609],[53.62718,9.88794],[53.63089,9.89470],[53.63104,9.89659],[53.63487,9.89702],[53.63614,9.90041],[53.63782,9.90071],[53.64002,9.89961],[53.64165,9.90590],[53.64493,9.90583],[53.64514,9.90635],[53.64669,9.90489],[53.64737,9.90536],[53.64989,9.90605],[53.65074,9.90644],[53.65090,9.90723],[53.65250,9.90725],[53.65282,9.90914],[53.65249,9.90974],[53.65260,9.91247],[53.65319,9.91493],[53.65473,9.91487],[53.65398,9.91770],[53.65528,9.92088],[53.65436,9.92098],[53.65389,9.92227],[53.65302,9.92502],[53.65317,9.92976],[53.65261,9.93081],[53.65263,9.93274],[53.65186,9.93545],[53.65306,9.93665],[53.65227,9.93753],[53.65275,9.94517],[53.65137,9.94757],[53.65077,9.94944],[53.65046,9.95163],[53.65139,9.95287],[53.65085,9.95459],[53.65039,9.95817],[53.64975,9.95946],[53.64954,9.96103],[53.65001,9.96281],[53.64928,9.96371],[53.64854,9.96551],[53.65024,9.96897],[53.64811,9.97371],[53.64978,9.97594],[53.64861,9.97843],[53.64913,9.98216],[53.64860,9.98229],[53.64818,9.98581],[53.64914,9.98761],[53.65553,9.98706],[53.65821,9.99139],[53.66115,9.99169],[53.66494,9.99079],[53.66647,9.99124],[53.66936,9.98984],[53.67511,9.99275],[53.67633,9.99258],[53.68032,9.99758],[53.68144,9.99975],[53.68105,10.00091],[53.68083,10.00314],[53.68109,10.00473],[53.68187,10.04326],[53.67766,10.05131],[53.67952,10.06956],[53.68484,10.06617],[53.68515,10.06724],[53.68594,10.06681],[53.68615,10.06190],[53.68827,10.06057],[53.68882,10.06589],[53.69059,10.06597],[53.69078,10.06665],[53.69256,10.06779],[53.69405,10.06779],[53.69470,10.06824],[53.69472,10.06876],[53.69619,10.06977],[53.69556,10.07123],[53.69697,10.07140],[53.69849,10.07329],[53.69881,10.07511],[53.69910,10.07575],[53.69938,10.07779],[53.70081,10.07612],[53.70379,10.07895],[53.70412,10.07859],[53.70620,10.06953],[53.70989,10.07322],[53.71028,10.07114],[53.71023,10.07086],[53.71080,10.06949],[53.71216,10.07069],[53.71170,10.07393],[53.71365,10.07708],[53.72039,10.08193],[53.71918,10.09401],[53.71644,10.09882],[53.71648,10.10118],[53.71504,10.10176],[53.71410,10.10908],[53.71427,10.11309],[53.71447,10.11384],[53.71570,10.11483],[53.71600,10.11569],[53.71521,10.11659],[53.71465,10.11753],[53.71429,10.11754],[53.71483,10.11555],[53.71461,10.11524],[53.71378,10.11594],[53.71383,10.11703],[53.71444,10.11703],[53.71428,10.11754],[53.71369,10.11769],[53.71343,10.11887],[53.71307,10.11887],[53.71319,10.12110],[53.71517,10.12208],[53.71701,10.12358],[53.71707,10.12429],[53.71917,10.12610],[53.71936,10.12618],[53.72250,10.13291],[53.72310,10.13351],[53.72484,10.13856],[53.72558,10.13952],[53.72498,10.14277],[53.72808,10.14622],[53.73322,10.16174],[53.73699,10.16195],[53.73725,10.16268],[53.73786,10.16251],[53.73927,10.16485],[53.73912,10.16556],[53.73922,10.16732],[53.73808,10.17236],[53.73644,10.17646],[53.73416,10.17850],[53.73266,10.18234],[53.73244,10.18476],[53.73126,10.18581],[53.73087,10.18704],[53.73110,10.18766],[53.73055,10.18910],[53.73121,10.19090],[53.73078,10.19305],[53.72337,10.19122],[53.72276,10.19152],[53.70894,10.18134],[53.70953,10.18065],[53.71003,10.17801],[53.71085,10.17627],[53.71131,10.17537],[53.71263,10.17434],[53.71250,10.17203],[53.71197,10.17168],[53.71161,10.16825],[53.71132,10.16632],[53.70947,10.16610],[53.70953,10.16705],[53.70859,10.16722],[53.70443,10.15651],[53.70340,10.15639],[53.70209,10.15757],[53.70113,10.15984],[53.69706,10.15931],[53.69658,10.15959],[53.69468,10.15856],[53.69008,10.15826],[53.68949,10.15764],[53.68989,10.15747],[53.68972,10.15667],[53.68895,10.15528],[53.68811,10.15472],[53.68744,10.15401],[53.68663,10.15227],[53.68440,10.15300],[53.68265,10.15189],[53.67976,10.14526],[53.68100,10.14346],[53.68026,10.14217],[53.68044,10.13981],[53.67632,10.14226],[53.67717,10.14368],[53.67591,10.14469],[53.67449,10.15400],[53.67556,10.15376],[53.67589,10.15402],[53.67563,10.15451],[53.67444,10.15494],[53.67435,10.15417],[53.67313,10.15454],[53.67229,10.15598],[53.67203,10.15943],[53.67132,10.16087],[53.67217,10.15497],[53.66985,10.15574],[53.66959,10.15898],[53.67055,10.15904],[53.67043,10.16012],[53.67099,10.16042],[53.67084,10.16091],[53.67081,10.16183],[53.66953,10.16372],[53.66811,10.16501],[53.66771,10.16593],[53.66757,10.16887],[53.66873,10.17194],[53.66854,10.17283],[53.66665,10.17401],[53.66636,10.17330],[53.66557,10.17276],[53.66447,10.17398],[53.66387,10.17486],[53.66280,10.17699],[53.66317,10.18034],[53.66306,10.18165],[53.66283,10.18275],[53.66332,10.18355],[53.65870,10.18765],[53.65725,10.18645],[53.65620,10.18808],[53.65583,10.18984],[53.65511,10.19221],[53.65473,10.19557],[53.65357,10.19619],[53.65269,10.19498],[53.65217,10.19476],[53.65128,10.19600],[53.65009,10.19650],[53.64958,10.19634],[53.64911,10.19726],[53.64852,10.19713],[53.64704,10.19860],[53.64665,10.19869],[53.64242,10.19516],[53.63827,10.18928],[53.63793,10.19383],[53.63640,10.19741],[53.63611,10.19990],[53.63657,10.20009],[53.63667,10.20243],[53.63618,10.20807],[53.63659,10.20925],[53.63649,10.21033],[53.63345,10.22239],[53.63131,10.21706],[53.63163,10.21679],[53.63132,10.21582],[53.63000,10.21674],[53.62868,10.21623],[53.62758,10.21728],[53.62721,10.21750],[53.62711,10.21803],[53.62625,10.21752],[53.62602,10.21662],[53.62563,10.21625],[53.62449,10.21307],[53.62320,10.21074],[53.62398,10.20930],[53.62445,10.20756],[53.62373,10.20531],[53.62159,10.20559],[53.62016,10.20134],[53.61834,10.19878],[53.61530,10.19220],[53.61310,10.18855],[53.60934,10.19164],[53.60972,10.19342],[53.60724,10.19533],[53.60492,10.19505],[53.59931,10.19683],[53.59746,10.19421],[53.59713,10.19413],[53.59627,10.19252],[53.59628,10.19168],[53.59546,10.19151],[53.59084,10.19426],[53.58394,10.20112],[53.58222,10.19846],[53.58478,10.19589],[53.58245,10.16551],[53.58404,10.16334],[53.58507,10.16456],[53.58599,10.16407],[53.58576,10.16175],[53.58121,10.15888],[53.57887,10.15377],[53.57812,10.15358],[53.57803,10.15235],[53.57541,10.15122],[53.57295,10.15192],[53.57029,10.15012],[53.56967,10.15036],[53.56867,10.14989],[53.56755,10.14772],[53.56716,10.14847],[53.56634,10.14714],[53.56399,10.14768],[53.56108,10.15868],[53.56092,10.15982],[53.56032,10.15860],[53.55868,10.15993],[53.55776,10.16008],[53.55581,10.15948],[53.55483,10.15879],[53.55379,10.15677],[53.55263,10.15637],[53.55240,10.15521],[53.54872,10.14995],[53.54586,10.14817],[53.54471,10.15139],[53.54301,10.15231],[53.54202,10.15167],[53.53991,10.15223],[53.53995,10.15334],[53.53634,10.15463],[53.53659,10.15733],[53.53719,10.15776],[53.53694,10.15881],[53.53751,10.15948],[53.53789,10.16057],[53.53741,10.16311],[53.53711,10.16847],[53.53488,10.16849],[53.53484,10.16572],[53.53385,10.16504],[53.53311,10.16521],[53.53155,10.16328],[53.53071,10.16296],[53.52940,10.16375],[53.52892,10.16331],[53.52825,10.16254],[53.52615,10.16155],[53.52232,10.16226],[53.52036,10.16574],[53.51690,10.17694],[53.51423,10.18256],[53.51206,10.18797],[53.51138,10.18764],[53.51158,10.18957],[53.51330,10.19007],[53.51412,10.20032],[53.51977,10.21038],[53.51519,10.21332],[53.51417,10.21298],[53.51376,10.21353],[53.51379,10.21504],[53.51343,10.21371],[53.51260,10.21450],[53.51187,10.21699],[53.51054,10.21890],[53.50765,10.21823],[53.50737,10.21999],[53.50646,10.22102],[53.50600,10.22349],[53.50513,10.22358],[53.50462,10.22233],[53.50345,10.22214],[53.50299,10.22147],[53.50197,10.21843],[53.50139,10.21843],[53.49906,10.21815],[53.49911,10.22062],[53.49819,10.22053],[53.49805,10.22227],[53.49748,10.22167],[53.49686,10.22300],[53.49674,10.22192],[53.49626,10.22145],[53.49608,10.22446],[53.49560,10.22551],[53.49552,10.22941],[53.49637,10.23014],[53.49707,10.23321],[53.49623,10.23645],[53.49025,10.23428],[53.48905,10.23510],[53.48880,10.23727],[53.48237,10.23833],[53.47991,10.24860],[53.47716,10.25229],[53.47753,10.25300],[53.47756,10.25508],[53.47794,10.25506],[53.47813,10.25605],[53.47769,10.25717],[53.47700,10.25970],[53.47619,10.25850],[53.47434,10.25995],[53.47506,10.26431],[53.47332,10.26504],[53.47301,10.26592],[53.47158,10.26592],[53.46887,10.26465],[53.46820,10.26832],[53.46664,10.27165],[53.46405,10.26910],[53.45886,10.28066],[53.45731,10.28219],[53.45842,10.28394],[53.45738,10.28592],[53.45639,10.28727],[53.45435,10.29148],[53.45254,10.29364],[53.45152,10.29781],[53.45083,10.29862],[53.44816,10.29377],[53.44697,10.29515],[53.44603,10.29693],[53.44295,10.29952],[53.44229,10.30141],[53.44247,10.30903],[53.44319,10.31014],[53.45215,10.31244],[53.45203,10.31632],[53.44982,10.32486],[53.44059,10.31485],[53.43964,10.31429],[53.43772,10.31878],[53.43655,10.31805],[53.43534,10.31785],[53.43471,10.30760],[53.43262,10.30801],[53.43325,10.31078],[53.42761,10.32256],[53.42508,10.33353],[53.42589,10.37307],[53.40897,10.40089],[53.37161,10.51008],[53.37010,10.54618],[53.36682,10.56103],[53.36559,10.56008],[53.35939,10.57695],[53.36346,10.59502],[53.36520,10.59471],[53.36779,10.59390],[53.37044,10.59729],[53.37741,10.59947],[53.37851,10.60114],[53.37790,10.60196],[53.37846,10.60449],[53.37915,10.60672],[53.38146,10.61144],[53.38292,10.61621],[53.38463,10.61762],[53.38733,10.61795],[53.39078,10.61928],[53.39145,10.61816],[53.39306,10.62027],[53.39386,10.61885],[53.39575,10.62057],[53.39711,10.61911],[53.39844,10.62185],[53.40030,10.62121],[53.40051,10.62057],[53.40271,10.62151],[53.40476,10.62164],[53.40586,10.61881],[53.41169,10.61902],[53.41328,10.62001],[53.41604,10.61954],[53.41763,10.61902],[53.42095,10.62078],[53.42295,10.61881],[53.42424,10.62042],[53.42508,10.61891],[53.42570,10.61986],[53.42496,10.62265],[53.42623,10.62321],[53.42856,10.62119],[53.42930,10.62209],[53.43056,10.62170],[53.43296,10.62346],[53.43337,10.62582],[53.43437,10.62531],[53.43654,10.62419],[53.43797,10.62630],[53.43892,10.62484],[53.44071,10.62591],[53.43968,10.62999],[53.44285,10.63042],[53.44214,10.62608],[53.44341,10.62677],[53.44674,10.62878],[53.44932,10.63149],[53.45088,10.63097],[53.45170,10.63406],[53.45354,10.63359],[53.45540,10.63672],[53.45499,10.64106],[53.45729,10.64767],[53.46115,10.65187],[53.46084,10.66003],[53.45796,10.67201],[53.45709,10.68090],[53.45499,10.69279],[53.46370,10.69695],[53.47792,10.70197],[53.47539,10.72076],[53.47815,10.72566],[53.48065,10.72716],[53.47881,10.73184],[53.48131,10.73844],[53.48182,10.74454],[53.48397,10.75265],[53.48279,10.75707],[53.48644,10.76208],[53.48848,10.76268],[53.49103,10.76620],[53.49458,10.77792],[53.49695,10.77805],[53.51028,10.78663],[53.51620,10.81071],[53.51332,10.82414],[53.51457,10.82504],[53.51569,10.82397],[53.51778,10.82495],[53.52084,10.81405],[53.52130,10.81367],[53.52271,10.81706],[53.52329,10.82148],[53.52449,10.82208],[53.52628,10.81877],[53.53362,10.81877],[53.54265,10.83276],[53.54724,10.82985],[53.55034,10.82960],[53.55340,10.82763],[53.55432,10.82746],[53.55597,10.82493],[53.55934,10.82699],[53.56273,10.82634],[53.56538,10.82660],[53.56757,10.82733],[53.57356,10.82291],[53.57481,10.82364],[53.57481,10.82471],[53.57590,10.82720],[53.57534,10.83196],[53.57448,10.83209],[53.57417,10.83368],[53.57542,10.83656],[53.57514,10.83973],[53.57093,10.84553],[53.56864,10.84557],[53.56533,10.84986],[53.56467,10.85222],[53.56586,10.85578],[53.56416,10.86175],[53.56461,10.86479],[53.56681,10.86745],[53.56839,10.87321],[53.56862,10.88046],[53.57042,10.89042],[53.57205,10.89489],[53.57246,10.90124],[53.57113,10.90806],[53.57233,10.91231],[53.57980,10.91918],[53.59878,10.91557],[53.60453,10.92201],[53.62953,10.92913],[53.63038,10.93260],[53.63260,10.93338],[53.63445,10.93853],[53.63776,10.94003],[53.64041,10.94372],[53.64702,10.94453],[53.64673,10.94726],[53.64564,10.94863],[53.64586,10.95121],[53.64772,10.95258],[53.65149,10.95207],[53.65253,10.95323],[53.65472,10.95297],[53.65652,10.95507],[53.65853,10.95481],[53.66204,10.94782],[53.65894,10.94507],[53.66034,10.94408],[53.66222,10.94378],[53.66283,10.94250],[53.66410,10.94353],[53.66634,10.93975],[53.66875,10.94305],[53.67318,10.94211],[53.67385,10.94464],[53.68509,10.94190],[53.69014,10.93491],[53.68732,10.92981],[53.69431,10.92491],[53.69901,10.92311],[53.69965,10.92243],[53.69934,10.91998],[53.69970,10.91474],[53.70059,10.91324],[53.70343,10.90586],[53.70445,10.89157],[53.70564,10.88908],[53.70590,10.88582],[53.70425,10.88037],[53.70267,10.88007],[53.70181,10.87389],[53.70392,10.86775],[53.70389,10.86294],[53.70394,10.85325],[53.70572,10.85342],[53.70661,10.85179],[53.70549,10.84544],[53.70674,10.84535],[53.70773,10.84338],[53.70698,10.84059],[53.70757,10.83853],[53.70879,10.83729],[53.70973,10.83467],[53.71123,10.82974],[53.71102,10.82562],[53.71775,10.81682],[53.71981,10.81150],[53.72713,10.80718],[53.72992,10.80739],[53.73053,10.81052],[53.73338,10.80838],[53.73523,10.80975],[53.73843,10.80752],[53.74117,10.80211],[53.74157,10.79816],[53.74457,10.79151],[53.74498,10.78695],[53.74607,10.78464],[53.74617,10.78271],[53.74792,10.78090],[53.74813,10.77674],[53.74929,10.77434],[53.74975,10.77065],[53.74813,10.76636],[53.74790,10.75945],[53.75896,10.75747],[53.76107,10.75983],[53.76315,10.75872],[53.76903,10.76241],[53.77033,10.76606],[53.77314,10.76807],[53.77492,10.77086],[53.77733,10.77073],[53.77991,10.76854],[53.78019,10.76717],[53.78217,10.76751],[53.78308,10.76953],[53.78448,10.76957],[53.78526,10.76897],[53.78871,10.76975],[53.78929,10.77301],[53.79160,10.77326],[53.79305,10.77442],[53.79819,10.77271],[53.80108,10.76678],[53.80369,10.76606],[53.80595,10.76773],[53.81061,10.76369],[53.81487,10.76395],[53.81594,10.76266],[53.81961,10.76361],[53.82379,10.76176],[53.82640,10.75785],[53.82797,10.75760],[53.82853,10.75605],[53.83038,10.75567],[53.83160,10.75189],[53.83205,10.75052],[53.83380,10.74850],[53.83826,10.74996],[53.83967,10.74889],[53.84180,10.75000],[53.84512,10.75022],[53.84575,10.75228],[53.84803,10.75412],[53.84925,10.75404],[53.84998,10.75202],[53.84998,10.74970],[53.85074,10.74824],[53.85168,10.74859],[53.85216,10.75030],[53.85365,10.75223],[53.85512,10.75592],[53.85651,10.75652],[53.85788,10.76039],[53.86094,10.76031],[53.86312,10.76310],[53.86327,10.76516],[53.86461,10.76533],[53.86562,10.76438],[53.86727,10.76559],[53.87116,10.77095],[53.87341,10.77142],[53.87465,10.77769],[53.87400,10.78069],[53.87319,10.78310],[53.87417,10.78863],[53.87564,10.79181],[53.87610,10.79554],[53.87579,10.79940],[53.87702,10.80261],[53.88011,10.80604],[53.88112,10.80587],[53.88324,10.80853],[53.88524,10.80853],[53.88547,10.80729],[53.88686,10.81342],[53.89096,10.81244],[53.91454,10.86595],[53.95394,10.90389],[53.95709,10.90355],[54.03100,10.93045],[54.41271,11.89260],[54.67560,10.87225],[54.68592,10.25564],[54.82670,9.86273],[54.82373,9.72059],[54.85274,9.62245],[54.87887,9.63267],[54.88988,9.60117],[54.84937,9.51015],[54.82660,9.43394],[54.83200,9.42051],[54.83254,9.41946],[54.83235,9.41793],[54.83328,9.41701],[54.83369,9.41641],[54.83468,9.41615],[54.83507,9.41684],[54.83564,9.41652],[54.83632,9.41873],[54.83711,9.41825],[54.83832,9.41815],[54.83898,9.41705],[54.83974,9.41536],[54.84183,9.41209],[54.84221,9.41104],[54.84284,9.40765],[54.83925,9.40355],[54.84077,9.40276],[54.83900,9.39604],[54.83847,9.39031],[54.83925,9.38254],[54.83729,9.38069],[54.83562,9.38123],[54.83327,9.37885],[54.83421,9.37569],[54.83338,9.37421],[54.83101,9.37406],[54.82918,9.37593],[54.82692,9.37454],[54.82612,9.37507],[54.82462,9.37363],[54.82340,9.37394],[54.82205,9.37222],[54.82113,9.37318],[54.81942,9.37029],[54.81938,9.36763],[54.81846,9.36529],[54.81678,9.36250],[54.81499,9.35462],[54.80696,9.34631],[54.80727,9.34313],[54.80357,9.34178],[54.80209,9.34513],[54.80038,9.34365],[54.80428,9.33058],[54.80589,9.32959],[54.80901,9.29350],[54.80589,9.29181],[54.80304,9.29537],[54.80179,9.29488],[54.80435,9.28644],[54.80979,9.28417],[54.80983,9.28114],[54.81193,9.27316],[54.81227,9.27024],[54.81096,9.26511],[54.81058,9.25745],[54.80974,9.25022],[54.81753,9.24622],[54.82737,9.23829],[54.83129,9.23583],[54.83531,9.23540],[54.84391,9.24508],[54.85024,9.24022],[54.85373,9.22352],[54.85936,9.20431],[54.85918,9.19580],[54.86043,9.19176],[54.86108,9.18797],[54.86339,9.18612],[54.86868,9.16220],[54.86899,9.16022],[54.87115,9.15442],[54.87326,9.14226],[54.87392,9.13591],[54.87274,9.12336],[54.87310,9.11746],[54.87422,9.11049],[54.87198,9.09884],[54.87219,9.09551],[54.87035,9.09130],[54.87202,9.07646],[54.87134,9.07188],[54.87146,9.06802],[54.87122,9.06325],[54.87317,9.05744],[54.87213,9.04842],[54.87847,9.02914],[54.88046,9.03017],[54.88675,9.01436],[54.89223,8.98400],[54.89592,8.97756],[54.89822,8.96592],[54.90008,8.96266],[54.90139,8.95620],[54.90248,8.94775],[54.90351,8.92275],[54.90329,8.91648],[54.90239,8.91356],[54.90338,8.91346],[54.90427,8.90932],[54.90392,8.90430],[54.90459,8.90258],[54.90402,8.89503],[54.90515,8.89260],[54.90381,8.88801],[54.90255,8.88692],[54.90234,8.87765],[54.89959,8.87276],[54.90017,8.86580],[54.89693,8.85971],[54.89758,8.84883],[54.90154,8.84173],[54.90558,8.83739],[54.90694,8.83340],[54.90622,8.83190],[54.90696,8.82390],[54.90403,8.81862],[54.90420,8.81418],[54.90598,8.81120],[54.90483,8.79893],[54.90278,8.79893],[54.90158,8.79287],[54.89869,8.78725],[54.89783,8.78081],[54.89553,8.77626],[54.89271,8.77690],[54.89446,8.75984],[54.89674,8.75030],[54.89524,8.74787],[54.89329,8.73798],[54.89288,8.72787],[54.89643,8.71655],[54.89731,8.71693],[54.89898,8.70975],[54.90102,8.70764],[54.90287,8.70086],[54.90381,8.69988],[54.90476,8.69676],[54.90560,8.69573],[54.90890,8.68741],[54.91061,8.68088],[54.91149,8.66981],[54.90878,8.65994],[54.91128,8.63836],[54.91842,8.60166],[55.11935,8.40794],[54.75981,7.77405],[53.97835,8.48964]], + DD_SL: [[49.643379211425,7.037960052490],[49.636741638183,7.055899143219],[49.636981964111,7.061669826507],[49.630081176757,7.073829174041],[49.622692108154,7.074460029602],[49.619461059570,7.086299896240],[49.608348846435,7.087238788604],[49.604888916015,7.093308925628],[49.612751007080,7.104218959808],[49.609279632568,7.110291004180],[49.60557937622,7.110599994659],[49.602088928222,7.116670131683],[49.603210449218,7.145480155944],[49.607131958007,7.150938987732],[49.610839843750,7.150640010833],[49.611049652099,7.156400203705],[49.607559204101,7.162468910217],[49.608200073242,7.179759025573],[49.600780487060,7.180348873138],[49.593181610107,7.175189018249],[49.593391418456,7.180951118469],[49.589889526367,7.186998844146],[49.58269119262,7.193348884582],[49.583499908447,7.216380119323],[49.572399139404,7.21724987030],[49.57316970825,7.240270137787],[49.577060699463,7.245739936828],[49.580760955810,7.245459079742],[49.581119537353,7.256979942322],[49.588901519775,7.267929077148],[49.592601776123,7.2676491737],[49.592769622802,7.273407936096],[49.585369110107,7.273969173431],[49.581489562988,7.268489837646],[49.577789306640,7.26877880096],[49.574272155761,7.274818897247],[49.567039489746,7.28112983703],[49.555931091308,7.281969070434],[49.544830322265,7.282810211181],[49.545001983642,7.288548946380],[49.54148101806,7.294579029083],[49.541969299316,7.311830043792],[49.538108825683,7.30634880065],[49.527179718017,7.312919139862],[49.523330688476,7.307439804077],[49.527011871337,7.30716896057],[49.530551910400,7.301137924194],[49.526679992675,7.295680046081],[49.511550903320,7.28526878356],[49.511718750000,7.291018962860],[49.504329681396,7.291571140289],[49.500469207763,7.286098003387],[49.493068695068,7.286650180816],[49.489719390869,7.298389911651],[49.489891052246,7.304129123687],[49.482501983642,7.30466890335],[49.482662200927,7.310399055481],[49.478969573974,7.310669898986],[49.475109100341,7.305200099945],[49.471420288086,7.305469036102],[49.467380523681,7.294269084930],[49.463691711425,7.294539928436],[49.463520050049,7.288807868957],[49.455230712890,7.260719776153],[49.455039978027,7.255000114440],[49.451339721679,7.255269050598],[49.447841644287,7.261260032653],[49.443962097168,7.255808830261],[49.440269470214,7.256089210510],[49.433071136474,7.262350082397],[49.433448791503,7.273767948150],[49.422920227050,7.291738986968],[49.423091888427,7.297449111938],[49.415710449218,7.29797983169],[49.412200927734,7.303948879242],[49.408340454101,7.29849910736],[49.404830932617,7.304471015930],[49.400791168213,7.293310165405],[49.397098541259,7.293569087982],[49.397621154785,7.310698986053],[49.393772125244,7.305239200592],[49.390590667724,7.322628021240],[49.387069702148,7.328588008880],[49.387538909912,7.34572982788],[49.38798904418,7.362909793853],[49.380470275878,7.357669830322],[49.380901336669,7.374868869781],[49.377220153808,7.375110149383],[49.369709014892,7.369870185852],[49.373668670654,7.381109237670],[49.377841949462,7.403889179229],[49.377948760986,7.409649848938],[49.374271392822,7.409890174865],[49.37416076660,7.404129981994],[49.370361328125,7.398619174957],[49.36322021484,7.410618782043],[49.359432220459,7.405098915100],[49.362998962402,7.399099826812],[49.359310150146,7.399349212646],[49.352180480957,7.411330223083],[49.34849929809,7.411569118499],[49.344711303710,7.406061172485],[49.344589233398,7.400299072265],[49.333560943603,7.401019096374],[49.333320617675,7.389519214630],[49.32963943481,7.389760017395],[49.329509735107,7.384018898010],[49.322151184082,7.384489059448],[49.325962066650,7.389999866485],[49.326080322265,7.395739078521],[49.329761505126,7.395511150360],[49.326198577880,7.401488780975],[49.322521209716,7.401719093322],[49.318592071533,7.390469074249],[49.314800262451,7.384970188140],[49.303771972656,7.385669231414],[49.30022048950,7.391641139984],[49.29275131225,7.38636922836],[49.288940429687,7.380869865417],[49.284992218017,7.369639873504],[49.288520812988,7.363679885864],[49.287879943847,7.340838909149],[49.284198760986,7.341080188751],[49.280700683593,7.347011089324],[49.27318191528,7.34178018569],[49.269512176513,7.342010021209],[49.269329071044,7.336318969726],[49.26548004150,7.330870151519],[49.258129119873,7.331338882446],[49.254268646240,7.325910091400],[49.26142883300,7.319749832153],[49.261241912841,7.314078807830],[49.265110015869,7.319510936737],[49.264728546142,7.308169841766],[49.253688812255,7.308889865875],[49.253501892089,7.303227901458],[49.245731353759,7.292399883270],[49.242259979248,7.298289775848],[49.238361358642,7.292890071868],[49.231418609619,7.30466890335],[49.231632232666,7.310329914093],[49.227748870849,7.304910182952],[49.220161437988,7.299750804901],[49.212810516357,7.300240993499],[49.209560394287,7.311768054962],[49.198951721191,7.323779106140],[49.195491790771,7.329659938812],[49.195709228515,7.335299968719],[49.192230224609,7.341198921203],[49.184890747070,7.341659069061],[49.181419372558,7.347538948059],[49.177749633789,7.347770214080],[49.174289703369,7.353650093078],[49.170608520507,7.353888988494],[49.170829772949,7.359529972076],[49.171020507812,7.36520004272],[49.169391632080,7.365297794342],[49.171047210693,7.366024017334],[49.16728591918,7.365423679351],[49.152240753174,7.363022327423],[49.148475646972,7.36242151260],[49.145175933838,7.362774372100],[49.143444061279,7.325955390930],[49.136539459228,7.313685894012],[49.124076843261,7.304114341735],[49.115158081054,7.293400287628],[49.117576599121,7.28368282318],[49.123271942138,7.279325008392],[49.127395629882,7.249111175537],[49.129711151123,7.245446205139],[49.124897003173,7.21111011505],[49.115177154541,7.198331832885],[49.122081756591,7.196065902710],[49.129631042480,7.184878349304],[49.126922607421,7.164080619812],[49.120773315429,7.158799171447],[49.13217926025,7.131684780120],[49.141201019287,7.124926090240],[49.138683319092,7.104239463806],[49.145351409912,7.103615283966],[49.145751953125,7.104200839996],[49.148002624511,7.107483863830],[49.150314331054,7.110857486724],[49.152717590332,7.108689308166],[49.153278350830,7.10818290710],[49.154331207275,7.098150730133],[49.151275634765,7.08320951461],[49.141323089599,7.082575321197],[49.138484954834,7.084908008575],[49.13226318359,7.090023994445],[49.125122070312,7.072655677795],[49.115585327148,7.067407131195],[49.112586975097,7.05802440643],[49.118236541748,7.045944213867],[49.128452301025,7.045659065247],[49.138809204101,7.045796394348],[49.15443420410,7.034143447876],[49.17131423950,7.02826547622],[49.188262939453,7.033706188201],[49.192726135253,7.020264148712],[49.191268920898,7.015439510345],[49.188629150390,7.013078689575],[49.193744659423,7.008091449737],[49.19428634643,6.998806953430],[49.208644866943,6.97657489776],[49.203804016113,6.957561016082],[49.206062316894,6.953543663024],[49.213771820068,6.943566799164],[49.222129821777,6.934805393219],[49.223075866699,6.924295425415],[49.221721649170,6.921143531799],[49.219139099121,6.915126800537],[49.210197448730,6.894287586212],[49.211109161376,6.884807586669],[49.221630096435,6.858445644379],[49.215900421142,6.844505310059],[49.214233398437,6.840444087982],[49.211261749267,6.837654113769],[49.205612182617,6.844719409942],[49.200458526611,6.851165294647],[49.193515777587,6.85014009475],[49.178627014160,6.860935211181],[49.175750732421,6.858744144439],[49.172916412353,6.844707965851],[49.160140991211,6.845309734344],[49.15740966796,6.847700595855],[49.155517578125,6.843840599060],[49.151378631591,6.834462642669],[49.168148040771,6.784133911132],[49.167644500732,6.773788452148],[49.165134429931,6.763763904571],[49.165916442871,6.747885227203],[49.164569854736,6.737987518311],[49.16916656494,6.730152606964],[49.176589965820,6.719746589660],[49.189559936523,6.712838172912],[49.195518493652,6.719017505645],[49.206710815429,6.730622768402],[49.214950561523,6.725107669830],[49.219135284423,6.722306251525],[49.21942138671,6.722114562988],[49.219200134277,6.720690727233],[49.215568542480,6.69728612899],[49.217548370361,6.69292163848],[49.222305297851,6.691501617431],[49.243743896484,6.68510293960],[49.246223449707,6.6887855529],[49.252075195312,6.684309005737],[49.254951477051,6.671838283539],[49.257331848144,6.661530017852],[49.261749267578,6.662737369537],[49.280437469482,6.66784572601],[49.280899047851,6.657886981964],[49.281116485595,6.653230667114],[49.287410736084,6.651048183441],[49.296028137207,6.631762027740],[49.30128097534,6.625595092773],[49.302684783935,6.615992069244],[49.322101593017,6.588885307312],[49.326076507568,6.592063903808],[49.327682495117,6.593348979949],[49.333641052246,6.592111587524],[49.334705352783,6.58220720291],[49.335083007812,6.578704357147],[49.349288940429,6.565380573272],[49.356101989746,6.564997673034],[49.357704162597,6.569626808166],[49.357650756835,6.570042610168],[49.356456756591,6.579568386077],[49.35174560546,6.587230205536],[49.359897613525,6.593861103057],[49.363292694091,6.596623420715],[49.363563537597,6.59684419631],[49.366619110107,6.599329471588],[49.371337890625,6.58596229553],[49.384719848632,6.584013462066],[49.38871002197,6.575441837310],[49.388542175292,6.564899444580],[49.394527435302,6.552052497864],[49.400047302246,6.549124717712],[49.401145935058,6.54052829742],[49.411006927490,6.538352012634],[49.414318084716,6.545059204101],[49.418289184570,6.55310249328],[49.419048309326,6.554641246795],[49.433170318603,6.536679267883],[49.434162139892,6.53541898727],[49.437870025634,6.520497798919],[49.449722290039,6.50055456161],[49.452468872070,6.484899044037],[49.464733123779,6.468185901642],[49.463890075683,6.453939914703],[49.466667175293,6.44043350219],[49.474460601806,6.431842803955],[49.476013183593,6.422406673431],[49.465957641601,6.403200149536],[49.466373443603,6.377703666686],[49.466506958007,6.369409084320],[49.466537475586,6.367599010467],[49.459819793701,6.368856906890],[49.459484100341,6.364390850067],[49.464984893798,6.35482120513],[49.465164184570,6.359714031219],[49.465419769287,6.360238075256],[49.468387603759,6.366289138793],[49.477306365966,6.364830970764],[49.481895446777,6.364990234375],[49.489257812499,6.366579055786],[49.497074127197,6.367455959320],[49.497112274170,6.367445945739],[49.506885528564,6.364920139312],[49.509212493896,6.372539043426],[49.526996612548,6.367353916168],[49.525600433349,6.360380172729],[49.530738830566,6.35944509506],[49.531887054443,6.359809398651],[49.535121917724,6.360836029052],[49.539440155029,6.364860057830],[49.543529510498,6.369978904724],[49.544368743896,6.371509075164],[49.544761657714,6.371500015258],[49.548011779785,6.371419906616],[49.548004150390,6.375356197357],[49.548000335693,6.378159046173],[49.548332214355,6.383979797363],[49.544979095459,6.390170097351],[49.546401977539,6.413319110870],[49.542678833007,6.41372108459],[49.546749114990,6.419107913971],[49.547100067138,6.424900054931],[49.541110992431,6.448849201202],[49.537399291992,6.449250221252],[49.54552078247,6.460019111633],[49.542171478271,6.466208934784],[49.545871734619,6.465809822082],[49.542518615722,6.472000122070],[49.542881011962,6.477788925170],[49.539169311523,6.478178977966],[49.535808563232,6.484368801117],[49.532112121582,6.484769821167],[49.532451629638,6.490568161010],[49.52909088134,6.496758937835],[49.53717041015,6.507558822632],[49.537490844726,6.513360023498],[49.53009033203,6.514151096344],[49.530738830566,6.525761127471],[49.534439086914,6.525359153747],[49.538768768310,6.536580085754],[49.539089202880,6.542379856109],[49.5360107421,6.554399967193],[49.544021606445,6.565227985382],[49.54032135009,6.565629959106],[49.540618896484,6.571438789367],[49.536918640137,6.571839809417],[49.529819488525,6.578441143036],[49.526119232177,6.578838825226],[49.519329071044,6.591258049011],[49.520210266113,6.608709812164],[49.524188995361,6.614130020141],[49.527610778808,6.607919216156],[49.531299591064,6.60752010345],[49.531879425048,6.619150161743],[49.539268493652,6.618360042572],[49.543819427490,6.635397911071],[49.544109344482,6.641199111938],[49.540409088134,6.641589164734],[49.540691375732,6.647388935089],[49.544658660888,6.6528000831],[49.552059173584,6.652019977569],[49.552330017089,6.657817840576],[49.544940948486,6.658599853515],[49.545219421386,6.664410114288],[49.549461364746,6.675600051879],[49.550010681152,6.687189102172],[49.538921356201,6.688340187072],[49.539199829101,6.694128990173],[49.543159484863,6.699529170990],[49.55081939697,6.704549789428],[49.554779052734,6.709959983825],[49.558471679687,6.709568023681],[49.559268951416,6.726931095123],[49.563228607177,6.732338905334],[49.563499450683,6.738119125366],[49.560070037841,6.744279861450],[49.560329437255,6.750059127807],[49.564548492431,6.761250019073],[49.572200775146,6.766280174255],[49.572719573974,6.777840137481],[49.592479705810,6.804900169372],[49.596691131591,6.816100120544],[49.593250274658,6.822248935699],[49.589561462402,6.822599887847],[49.593509674072,6.828020095825],[49.586631774902,6.840290069580],[49.59032058715,6.839939117431],[49.594268798828,6.845358848571],[49.601902008056,6.850430011749],[49.613731384277,6.866718769073],[49.613979339599,6.872498989105],[49.610549926757,6.8786301612],[49.618419647216,6.889499187469],[49.618671417236,6.895278930664],[49.619430541992,6.912610054016],[49.623870849609,6.929597854614],[49.620689392089,6.941479206085],[49.631752014160,6.94047021865],[49.63518142700,6.934369087219],[49.639122009277,6.939819812774],[49.639621734619,6.951368808746],[49.632251739501,6.952030181884],[49.628810882568,6.958139896392],[49.63275146484,6.963580131530],[49.640880584716,6.980249881744],[49.637180328369,6.980568885803],[49.637691497802,6.992119789123],[49.641632080078,6.997569084167],[49.637939453125,6.997889995574],[49.633998870849,6.992438793182],[49.62638092041,6.98731994628],[49.626628875732,6.993091106415],[49.630569458008,6.998539924621],[49.638191223144,7.003658771515],[49.638439178466,7.009429931640],[49.635009765,7.015519142150],[49.639190673828,7.026740074157],[49.646820068359,7.031869888305],[49.643379211425,7.037960052490]], + DE_SN: [[51.67269897460,12.87799930572],[51.66910171508,12.87184715271],[51.66170883178,12.87157917022],[51.66162109375,12.87759971618],[51.65792846679,12.87747001647],[51.65415954589,12.88335037231],[51.65785217285,12.88348865509],[51.65768051147,12.89552974700],[51.66498184204,12.9018182754],[51.66490173339,12.90783977508],[51.65380859375,12.90742874145],[51.65390014648,12.90141010284],[51.64643096923,12.90715980529],[51.64625930786,12.91919040679],[51.64247894287,12.92506980896],[51.64239120483,12.93109989166],[51.64609146118,12.93122959136],[51.64970016479,12.93737888336],[51.6496086120,12.94339942932],[51.64205169677,12.95515918731],[51.63835906982,12.95501995086],[51.63827133178,12.96103858947],[51.64188003540,12.96719074249],[51.64936065673,12.96144866943],[51.64918899536,12.97348976135],[51.65279006958,12.97965145111],[51.64900970458,12.98551940917],[51.6638793945,12.98007011413],[51.66379165649,12.98608016967],[51.66001129150,12.99194908142],[51.66360855102,12.99811840057],[51.66371154785,12.99210834503],[51.66741180419,12.99224090576],[51.66722869873,13.00427913665],[51.66706085205,13.01632022857],[51.65967178344,13.01603031158],[51.66318893432,13.02821922302],[51.65571975708,13.03394031524],[51.64094161987,13.03335762023],[51.63716125488,13.03924083709],[51.6478996276,13.06373023986],[51.61790847778,13.09261989593],[51.61413192749,13.0984888076],[51.60673904418,13.09818840026],[51.60287094116,13.11005973815],[51.60655975341,13.11020946502],[51.60647964477,13.11621856689],[51.61016845703,13.1163692474],[51.60998916625,13.12840080261],[51.6173820495,13.12868976593],[51.61730194091,13.13469982147],[51.61351013183,13.14056015014],[51.60604095458,13.14626026153],[51.59846878051,13.15797901153],[51.59830093383,13.16998958587],[51.59082031250,13.17568969726],[51.58721923828,13.16952991485],[51.58351898193,13.16938018798],[51.57262039184,13.1569099426],[51.56892013549,13.15676021575],[51.56513977050,13.16261959075],[51.56143951416,13.16245079040],[51.56496047973,13.17461013793],[51.55757141113,13.17430877685],[51.55712890625,13.20432090759],[51.53866195678,13.20352077484],[51.53110122680,13.2152204513],[51.52740097045,13.21506023407],[51.52362060546,13.22089862823],[51.52352905273,13.22688865661],[51.51623153686,13.22058010101],[51.51245117187,13.2264194488],[51.50506210327,13.2260885238],[51.50514984130,13.22009944915],[51.49776077270,13.21977996826],[51.49415969848,13.21362876892],[51.49407196044,13.21962070465],[51.48686218261,13.20732021331],[51.49063873291,13.20147895812],[51.47217941284,13.20067882537],[51.46469879150,13.2063608169],[51.46461105346,13.21234989166],[51.46083068847,13.21817970275],[51.44974899291,13.21769714355],[51.44615173339,13.21154975891],[51.43875885009,13.21121978759],[51.43894958496,13.19925022125],[51.43164062500,13.19293880462],[51.42795181274,13.19277858734],[51.42417144775,13.19860935211],[51.42407989501,13.20458984375],[51.43515014648,13.20506763458],[51.43507003784,13.21105957031],[51.43119049072,13.22288036346],[51.42750167846,13.22271823883],[51.42020034790,13.21639823913],[51.41640853881,13.22222995758],[51.40523910522,13.22771930694],[51.4015388488,13.22755908966],[51.39775848388,13.23335933685],[51.39746856689,13.25130081176],[51.39368057250,13.25709915161],[51.39348983764,13.26906013488],[51.38959884643,13.28085041046],[51.38589859008,13.28067016601],[51.38579177856,13.28663921356],[51.39319992065,13.28699016571],[51.39329910278,13.2810087203],[51.39699172973,13.28118896484],[51.39709091186,13.27520942687],[51.40079879760,13.27538013458],[51.40031051635,13.30525875091],[51.411499023,13.29981040954],[51.41851043701,13.32406902313],[51.42211151123,13.33022022247],[51.42581176757,13.33040046691],[51.42922210693,13.3485097885],[51.4330215454,13.34270954132],[51.44050979614,13.33707809448],[51.44031906127,13.34903907775],[51.43291854858,13.34867858886],[51.43281936645,13.35466003417],[51.42911911010,13.35447978973],[51.43632888793,13.36679840087],[51.43622970581,13.37277030944],[51.42853927612,13.39034938812],[51.42473983764,13.3961191177],[51.42834091186,13.40228939056],[51.43584060668,13.39667987823],[51.44675064086,13.4091787338],[51.45055007934,13.40337753295],[51.45405960083,13.41551876068],[51.45396041870,13.42150878906],[51.45014953613,13.42729091644],[51.45026016235,13.42131137847],[51.43886184692,13.43868923187],[51.43135070800,13.44426822662],[51.43125152587,13.45024013519],[51.42745208740,13.45602035522],[51.43104934692,13.46218013763],[51.43095016479,13.46813964843],[51.42354202270,13.46775913238],[51.42333221435,13.47969055175],[51.42704010009,13.47988033294],[51.42322921752,13.48564815521],[51.41592025756,13.47928714752],[51.41199874877,13.49102020263],[51.40798187255,13.50870037078],[51.40417098999,13.51445007324],[51.40373992919,13.5382690429],[51.39260864257,13.53764915466],[51.38505935668,13.54318141937],[51.38135910034,13.54295921325],[51.38113021850,13.55485916137],[51.37742996215,13.55463981628],[51.36988067626,13.56014919281],[51.38092041015,13.56674861907],[51.38080978393,13.57268905639],[51.38430023193,13.58479976654],[51.38790893554,13.5909690856],[51.38756942749,13.60879898071],[51.3838500976,13.60857963562],[51.37630081176,13.61405944824],[51.37258148193,13.61383819580],[51.36875152587,13.61953830718],[51.37247085571,13.61976909637],[51.37131118774,13.67909908294],[51.37503051757,13.67933845520],[51.3786392211,13.68550968170],[51.37480163574,13.6911993026],[51.37083053588,13.7028093338],[51.37456130981,13.70306015014],[51.37443161010,13.70899009704],[51.37059020996,13.71465969085],[51.36661911010,13.72624969482],[51.3662605285,13.74402713775],[51.36240005493,13.74968814849],[51.36215209960,13.76153087615],[51.36589050292,13.76177883148],[51.36576080322,13.76770973205],[51.3732414245,13.76822853088],[51.37298965454,13.78006935119],[51.36178207397,13.77928066253],[51.36513900756,13.7972898483],[51.37261962890,13.79783058166],[51.37224197387,13.81557846069],[51.37586212158,13.82177066802],[51.37574005126,13.82769012451],[51.37199020385,13.82740879058],[51.37174224853,13.83923816680],[51.37897109985,13.85162067413],[51.38647079467,13.85218811035],[51.38259887695,13.85781955718],[51.38233947753,13.86965084075],[51.38584136962,13.88175964355],[51.37833023071,13.88118076324],[51.37794113159,13.89889907836],[51.38156127929,13.90509986877],[51.38103103637,13.92870998382],[51.38492965698,13.92312812805],[51.38478851318,13.92901992797],[51.38854980468,13.92932987213],[51.38829040527,13.94113826751],[51.39178085327,13.95326995849],[51.39540100097,13.95947837829],[51.39527130126,13.96537017822],[51.39891052246,13.97159862518],[51.39862060546,13.98334980010],[51.39844131469,13.98920059204],[51.39464950561,13.98882865905],[51.38323974609,13.98766040802],[51.37942886352,13.98725891113],[51.37511062622,13.99820995330],[51.37430191040,14.01521015167],[51.38196182250,14.01608085632],[51.38607025146,14.01084995269],[51.38990020751,14.0112791061],[51.38933944702,14.0226097106],[51.39316940307,14.02303886413],[51.39728927612,14.01781082153],[51.40111923217,14.01825046539],[51.4005508422,14.02956867218],[51.39992904663,14.04083919525],[51.40377044677,14.04127883911],[51.40439224243,14.02999019622],[51.40822982788,14.03042984008],[51.41175079345,14.03652000427],[51.41144180297,14.04214859008],[51.42200088500,14.06038856506],[51.42583084106,14.06081962585],[51.43000030517,14.05561923980],[51.42967224121,14.06126022338],[51.43735122680,14.06214046478],[51.43767166137,14.05648994445],[51.44116973876,14.06258010864],[51.44430160522,14.07433986663],[51.44773864746,14.08045864105],[51.45611953735,14.06999969482],[51.46372985839,14.07090091705],[51.47592163085,14.06089973449],[51.47634124755,14.05524063110],[51.48036193847,14.04981040954],[51.48384857177,14.05592918396],[51.48347091674,14.06171989440],[51.47806167602,14.08405971527],[51.47386932373,14.08930015563],[51.48064041137,14.10157966613],[51.48025131225,14.10727977752],[51.48857879638,14.09671878814],[51.49234008789,14.09708976745],[51.49647903442,14.09167957305],[51.49570846557,14.10317993164],[51.49906921386,14.10925865173],[51.50281143188,14.10958862304],[51.50244140625,14.11535072326],[51.50991058349,14.11598014831],[51.51737976074,14.11656093597],[51.52447128295,14.1229114532],[51.52265930175,14.15189933776],[51.52640151977,14.15220928192],[51.52603912353,14.15800857543],[51.53049087524,14.14670944213],[51.54167175292,14.14753913879],[51.54132080078,14.1533689498],[51.54505157470,14.1536397933],[51.54468917846,14.15945911407],[51.54061126708,14.16499900817],[51.53990936279,14.17661762237],[51.53850936889,14.19985866546],[51.53781890869,14.21146869659],[51.54122161865,14.21759986877],[51.54088211059,14.22340011596],[51.53681182861,14.22886085510],[51.53646850585,14.2346591949],[51.53240966796,14.24009037017],[51.53174972534,14.25166988372],[51.52769088745,14.2570695877],[51.52703094482,14.26863861083],[51.53076934814,14.26903057098],[51.52983093261,14.28641986846],[51.52548217773,14.29761981964],[51.52146148681,14.30306911468],[51.52056884765,14.32051944732],[51.51655960083,14.32596969604],[51.51626968383,14.33180046081],[51.51226043701,14.3372592926],[51.50111007690,14.3361597061],[51.50082015991,14.34199905395],[51.50799179077,14.34857940673],[51.50772094726,14.35442066192],[51.51142883300,14.35477828979],[51.5154190063,14.34929943084],[51.51914215087,14.34965991973],[51.51858139038,14.36133956909],[51.52175140380,14.3733901977],[51.52862167358,14.38580036163],[51.5283584594,14.39165019989],[51.53179168701,14.39785003662],[51.53575897216,14.39235019683],[51.53919982910,14.39854907989],[51.53892898559,14.40439987182],[51.53100967407,14.41542911529],[51.53445053100,14.42161941528],[51.53419113159,14.42746925353],[51.53736877441,14.43947982788],[51.53712081909,14.44530963897],[51.54056167602,14.45147991180],[51.5366210,14.4569587707],[51.55138015747,14.45831966400],[51.54986953735,14.49311065673],[51.55331039428,14.49923038482],[51.55282211303,14.51076030731],[51.54914093017,14.51042079925],[51.55257034301,14.51651954650],[51.54864883422,14.52192974090],[51.54840087890,14.52768135070],[51.55208969116,14.52801990509],[51.55479049682,14.55125808715],[51.56581115722,14.55229091644],[51.56531906127,14.56368923187],[51.56874847412,14.56971931457],[51.57242202758,14.57005023956],[51.57168960571,14.58707046508],[51.56801986694,14.58672809600],[51.56777191162,14.59238052368],[51.56761169433,14.59792995452],[51.56422042846,14.60264968872],[51.5530395507,14.60181903839],[51.54980850219,14.60635852813],[51.54607009887,14.60609912872],[51.54671096801,14.61076927185],[51.54294967651,14.61052036285],[51.54743194580,14.61534976959],[51.54819869995,14.61984920501],[51.54444122314,14.61961936950],[51.54898071289,14.62434959411],[51.54962158203,14.62896060943],[51.55337905883,14.6291999816],[51.55377960205,14.63409996032],[51.55400848388,14.63920974731],[51.55437850952,14.65498924255],[51.55078887939,14.66537857055],[51.55834960937,14.67664909362],[51.56208038330,14.6769208908],[51.57704925537,14.68338012695],[51.57709121704,14.6887493133],[51.58456039428,14.68929862976],[51.599430084,14.68502998352],[51.59947204589,14.69039916992],[51.59580993652,14.70087909698],[51.5920791625,14.7006101608],[51.58465194702,14.70543861389],[51.58467864990,14.71082973480],[51.58415222167,14.71156120300],[51.58098220825,14.71596908569],[51.58095169067,14.71056079864],[51.57722091674,14.71028900146],[51.57647323608,14.70916080474],[51.57345962524,14.70461940765],[51.56972885131,14.70434093475],[51.56597137451,14.69868946075],[51.5585098266,14.69813919067],[51.55857086181,14.7086334228],[51.55857086181,14.70891094207],[51.55684661865,14.7087812423],[51.55484008789,14.70862960815],[51.55484008789,14.7089881896],[51.55486679077,14.7137098312],[51.55445480346,14.71376132965],[51.55446624755,14.71403026580],[51.55480575561,14.72094440460],[51.55031585693,14.72148227691],[51.55066680908,14.72866821289],[51.54617691040,14.72920417785],[51.54169082641,14.72974205017],[51.53720092773,14.73027992248],[51.53271102905,14.73081493377],[51.52865219116,14.7312994003],[51.52822113037,14.73135089874],[51.52825164794,14.7319478988],[51.52857208251,14.73853015899],[51.52522659301,14.7389287948],[51.52408218383,14.73906612396],[51.52441024780,14.74577999114],[51.52443313598,14.74624729156],[51.52478408813,14.75342655181],[51.52161788940,14.75380516052],[51.52171325683,14.76506805419],[51.52186203002,14.78317832946],[51.5218887329,14.78655815124],[51.52140808105,14.78652858734],[51.51816177368,14.78632831573],[51.51821136474,14.7922382354],[51.51763153076,14.79220390319],[51.51789093017,14.79757404327],[51.51454544067,14.79796791076],[51.51347351074,14.79961776733],[51.51086044311,14.80364990234],[51.51087570190,14.80561923980],[51.51092529296,14.81146907806],[51.51095962524,14.81554889678],[51.50971984863,14.81547164916],[51.50994873046,14.8201665878],[51.50728225708,14.82048130035],[51.50669860839,14.82054901123],[51.50545883178,14.82069301605],[51.50548171997,14.82117176055],[51.50566864013,14.82511520385],[51.50580215454,14.82787227630],[51.50502777099,14.82796382904],[51.50286102294,14.82821559906],[51.50131225585,14.82839870452],[51.50141143798,14.83048439025],[51.50165557861,14.83557605743],[51.49732589721,14.83608245849],[51.50004959106,14.84474945068],[51.49637985229,14.85052871704],[51.49264907836,14.85031986236],[51.49269866943,14.85630893707],[51.49647903442,14.86252021789],[51.49658966064,14.87451934814],[51.49291992187,14.88031959533],[51.49319076538,14.91035938262],[51.48574066162,14.90996932983],[51.48590850830,14.92801952362],[51.48226928710,14.93385887146],[51.47498321533,14.93952655792],[51.47499084472,14.93967342376],[51.47121047973,14.94010639190],[51.47050094604,14.94018840789],[51.47072982788,14.94508552551],[51.4707412719,14.94535255432],[51.46979904174,14.94530677795],[51.4675788879,14.94519996643],[51.46717453002,14.94551372528],[51.46025848388,14.95088005065],[51.45700454711,14.95615100860],[51.4566421508,14.95673942565],[51.45324325561,14.95658016204],[51.45354461669,14.96375370025],[51.44905471801,14.96426486968],[51.44456481933,14.96477317810],[51.44007492065,14.9652881622],[51.44041061401,14.97245597839],[51.43591690063,14.97296714782],[51.43558502197,14.96579933166],[51.43109130859,14.9663085],[51.43075942993,14.95914363861],[51.42626571655,14.95965385437],[51.42177581787,14.96016693115],[51.41728591918,14.96067523956],[51.41488647460,14.96094894409],[51.41279602050,14.96118831634],[51.40830612182,14.9616985321],[51.40381240844,14.9622087478],[51.40400695800,14.96633720397],[51.40412139892,14.96881580352],[51.40414810180,14.96937179565],[51.40354919433,14.96943855285],[51.40317916870,14.96948242187],[51.39965820312,14.96988105773],[51.39932250976,14.96271991729],[51.39483261108,14.96323013305],[51.39139175415,14.96362018585],[51.39034271240,14.96374130249],[51.38584899902,14.96425056457],[51.38135910034,14.96476173400],[51.38138580322,14.96529960632],[51.38169479370,14.97191810607],[51.37720489501,14.97242927551],[51.37753677368,14.97958755493],[51.37304687500,14.98009586334],[51.36855697631,14.98060417175],[51.36822128295,14.9734477996],[51.36373138427,14.97395610809],[51.36339569091,14.9667987823],[51.35890579223,14.96730995178],[51.35455322265,14.96780395507],[51.35441589355,14.96781826019],[51.35442352294,14.96801376342],[51.35474777221,14.97497463226],[51.35025787353,14.97548294067],[51.34576797485,14.97599124908],[51.34218597412,14.97639656066],[51.34228134155,14.9816389083],[51.33858108520,14.98147010803],[51.33496856689,14.98735046386],[51.33509063720,14.99339866638],[51.33148193359,14.99927043914],[51.32778930664,14.9991083145],[51.32419204711,15.00497913360],[51.31679153442,15.00464916229],[51.31699371337,15.01622009277],[51.31700134277,15.01672840118],[51.30979919433,15.02847957611],[51.30599212646,15.0222797393],[51.30239868164,15.02814865112],[51.29499053955,15.02783012390],[51.29508972167,15.03386974334],[51.28306579589,15.03334331512],[51.28072357177,15.03360462188],[51.2762336730,15.03410720825],[51.27174377441,15.03460788726],[51.2672500610,15.03511047363],[51.26276016235,15.03560924530],[51.25826644897,15.03610992431],[51.25377655029,15.03661155700],[51.24928283691,15.03711318969],[51.24479293823,15.03761196136],[51.24029922485,15.03811264038],[51.23997116088,15.03097820281],[51.23547744750,15.03147888183],[51.23514938354,15.02434062957],[51.23065567016,15.02484226226],[51.23032379150,15.01770782470],[51.22583389282,15.01821041107],[51.22134017944,15.01871109008],[51.221012115,15.01158046722],[51.21704483032,15.01202201843],[51.21704864501,15.01236820220],[51.21481323242,15.01227283477],[51.21202850341,15.01258468627],[51.21189880371,15.00983428955],[51.21169662475,15.00545120239],[51.20954513549,15.00569343566],[51.2072029113,15.00595474243],[51.20271301269,15.0064592361],[51.1982192993,15.00696182250],[51.19372940063,15.00746631622],[51.18923568725,15.00796699523],[51.1889038085,15.00083827972],[51.18589401245,15.00117778778],[51.18441390991,15.00134181976],[51.1835823059,15.00143527984],[51.1799201965,15.00184631347],[51.17543029785,15.00234889984],[51.1709365844,15.00285339355],[51.17060470581,14.99572563171],[51.16869735717,14.99594020843],[51.16873931884,14.9981603622],[51.16133880615,14.99783897399],[51.16123199462,14.99176979064],[51.15999984741,14.98975467681],[51.15750122070,14.99003505706],[51.15753173828,14.99160957336],[51.15686416625,14.99157810211],[51.15383148193,14.99143886566],[51.15024185180,14.99736022949],[51.14810180664,14.99726676940],[51.14284133911,14.99703884124],[51.14274215698,14.99168968200],[51.14225769042,14.99174404144],[51.13912963867,14.99687862396],[51.13544082641,14.99672031402],[51.13536453247,14.99251747131],[51.13433837890,14.99263286590],[51.12984848022,14.99313545227],[51.12951278686,14.98601722717],[51.12502288818,14.98652076721],[51.12052917480,14.98702430725],[51.11603927612,14.98752784729],[51.11585998535,14.98373317718],[51.11570358276,14.98041343688],[51.11297607421,14.98071765899],[51.11121368408,14.98091602325],[51.11118698120,14.98038291931],[51.11113357543,14.97926235198],[51.11087799072,14.97380065917],[51.10638809204,14.97430515289],[51.10189437866,14.97480964660],[51.09740447998,14.97531414031],[51.09747695922,14.97685527801],[51.09751892089,14.97772979736],[51.09773635864,14.98243045806],[51.09453201293,14.98278713226],[51.09313201904,14.98049545288],[51.09298706054,14.97744274139],[51.09291076660,14.97581768],[51.09072113037,14.97606372833],[51.08842086792,14.97632408142],[51.08392715454,14.97682762146],[51.08372497558,14.97684955596],[51.07943725585,14.97733116149],[51.07940292358,14.9765748977],[51.07910156250,14.97021961212],[51.07461166381,14.97072410583],[51.07446289,14.96758842468],[51.07427597045,14.96361541748],[51.07218551635,14.96385002136],[51.06978225708,14.96412086486],[51.06975173950,14.96348094940],[51.06832122802,14.96341896057],[51.06462097167,14.9632482528],[51.06081008911,14.95699882507],[51.05712127685,14.95682811737],[51.05701065063,14.95126724243],[51.05699920654,14.95072937011],[51.04220962524,14.95007991790],[51.03839874267,14.9438104629],[51.03829193115,14.93769931793],[51.03470993041,14.94365024566],[51.03458023071,14.93754005432],[51.03089904785,14.9373798370],[51.03100967407,14.94348812103],[51.02792739868,14.93842029571],[51.02767944335,14.93315029144],[51.02318572998,14.93365764617],[51.01869583129,14.93416690826],[51.01818466186,14.93422412872],[51.01420211791,14.93467330932],[51.00971221923,14.93518066406],[51.00521850585,14.93568897247],[51.00488281250,14.92858982086],[51.00038909912,14.92909622192],[50.9958992004,14.9296035766],[50.99140548706,14.93011188507],[50.99108886718,14.9233999252],[50.99106979370,14.92301464080],[50.98862457275,14.92329120635],[50.98657608032,14.92352294921],[50.98656082153,14.92320156097],[50.98617172241,14.91642761230],[50.98174667358,14.91693592071],[50.97725677490,14.91744518280],[50.97276306152,14.91795253753],[50.97242736816,14.91086006164],[50.97210693359,14.90417098999],[50.97208786010,14.90376472473],[50.97116470336,14.90386962890],[50.96759414672,14.90427589416],[50.96310424804,14.90478420257],[50.96276473999,14.89769363403],[50.95827102661,14.89820384979],[50.95556259155,14.8985118865],[50.95269012451,14.9033088684],[50.95260238647,14.89884662628],[50.94928741455,14.89922332763],[50.94918060302,14.89701366424],[50.94894790649,14.89213466644],[50.94739913940,14.89231014251],[50.94495010375,14.88453769683],[50.94483184814,14.87837982177],[50.93471908569,14.87791538238],[50.93445205688,14.87240219116],[50.93363571166,14.87249565124],[50.93362045288,14.87171840667],[50.92623138427,14.87139034271],[50.92610168457,14.86521816253],[50.92229080200,14.85886859893],[50.92216110229,14.8526992797],[50.9147720336,14.85235881805],[50.9071311950,14.83964920043],[50.90343856811,14.83948040008],[50.90330886840,14.83329010009],[50.89579010009,14.82674884796],[50.89197158813,14.82036876678],[50.88457870483,14.82003021240],[50.88388061523,14.82121467590],[50.8810195922,14.82607936859],[50.87348175048,14.82573890686],[50.87332153320,14.82242965698],[50.86882781982,14.82294654846],[50.86619567871,14.82324790954],[50.86433792114,14.8234615325],[50.86404037475,14.81738758087],[50.86301803588,14.81649875640],[50.85950088500,14.81690502166],[50.85500717163,14.81741809844],[50.85476684570,14.81247234344],[50.84751892089,14.81213855743],[50.8436889648,14.80574893951],[50.82891845703,14.805079460],[50.82879257202,14.79910278320],[50.82878875732,14.79885005950],[50.83039474487,14.79891777038],[50.83248138427,14.79900932312],[50.83247375488,14.79867935180],[50.83235168457,14.79276943206],[50.82885742187,14.7869157791],[50.82619857788,14.78246498107],[50.82598495483,14.77809619903],[50.82465362548,14.77825069427],[50.82449340820,14.77116107940],[50.8256378173,14.77102756500],[50.8253784179,14.76574993133],[50.83150863647,14.75520038604],[50.82937240600,14.75510215759],[50.82781982421,14.75502872467],[50.82924652099,14.75256729125],[50.82908248901,14.74929714202],[50.82873535156,14.742226600],[50.82838439941,14.73515701293],[50.82828903198,14.7332391738],[50.82820129394,14.73148059844],[50.82722854614,14.72984027862],[50.82675933837,14.71087074279],[50.83044052124,14.71103858947],[50.83110046386,14.71215152740],[50.83430099487,14.71753883361],[50.83655166625,14.71763706207],[50.8363151550,14.71289539337],[50.83786392211,14.71271228790],[50.84080505371,14.71236801147],[50.84076309204,14.71151256561],[50.840454101,14.70529556274],[50.84010314941,14.69822406768],[50.83974838256,14.6911516189],[50.8409919738,14.69100570678],[50.84070205688,14.67973995208],[50.84413909912,14.67032909393],[50.84403991699,14.6671285629],[50.84756088256,14.66090965271],[50.84743118286,14.65467929840],[50.84742355346,14.65114212036],[50.84740066528,14.64241886138],[50.84765625000,14.64157009124],[50.85110092163,14.63000011444],[50.85478973388,14.61780929565],[50.85478591918,14.61471843719],[50.85478210449,14.61192893981],[50.86211013793,14.60647010803],[50.86944198608,14.61278820037],[50.87311935424,14.61888885498],[50.88043975830,14.61932945251],[50.88412094116,14.6254281997],[50.89878082275,14.62629890441],[50.90118789672,14.63222980499],[50.90367889404,14.63836002349],[50.90463256835,14.64075756073],[50.90613937377,14.64455032348],[50.90966415405,14.64395523071],[50.9098281860,14.64726161956],[50.91432189941,14.64672660827],[50.91467666625,14.6538095474],[50.9191665649,14.65327739715],[50.92365646362,14.65274143218],[50.92814636230,14.6522083282],[50.93264007568,14.65167236328],[50.93228149414,14.64458942413],[50.93677139282,14.64405345916],[50.93641662597,14.63696670532],[50.93606185913,14.6298818588],[50.9315681457,14.63041687011],[50.93128585815,14.62476158142],[50.93121337890,14.62333393096],[50.92672348022,14.62386894226],[50.92636489868,14.6167860031],[50.92600631713,14.60970020294],[50.92564773559,14.60261631011],[50.92115783691,14.60315418243],[50.92079925537,14.5960731506],[50.92043685913,14.58898925781],[50.92007827758,14.58190631866],[50.91971969604,14.57482242584],[50.91935729980,14.5677385330],[50.92384719848,14.56719589233],[50.92348480224,14.56011295318],[50.92797470092,14.55957031250],[50.92833709716,14.56665420532],[50.93282699584,14.56611061096],[50.93638610839,14.56568145751],[50.93740844726,14.56738758087],[50.93928909301,14.57053089141],[50.94303894042,14.57093906402],[50.94689178466,14.57742977142],[50.95075225830,14.57810020446],[50.9508438110,14.57819461822],[50.95154953002,14.57892894744],[50.95186996459,14.58520126342],[50.95635986328,14.58466053009],[50.95697784423,14.58458614349],[50.95917892456,14.5868787765],[50.96101760864,14.58743000030],[50.96120834350,14.59120941162],[50.96569824218,14.59066677093],[50.97018814086,14.59012413024],[50.97055053710,14.59721946716],[50.97504043579,14.59667682647],[50.97953033447,14.59613704681],[50.98402023315,14.59559726715],[50.98408889770,14.59558773040],[50.98851013183,14.59505558013],[50.98833847045,14.59165287017],[50.98815155029,14.58796119689],[50.99264144897,14.58741855621],[50.99227905273,14.5803241729],[50.99676895141,14.57978153228],[50.99661636352,14.57678508758],[50.99808883666,14.57695960998],[50.9999389648,14.57225990295],[51.00223159790,14.56642818450],[51.00617218017,14.5614004135],[51.00632095336,14.55578041076],[51.00638961791,14.55000877380],[51.00199127197,14.53633880615],[51.00168991088,14.52977085113],[51.00585174560,14.53114891052],[51.00803756713,14.53499412536],[51.01028060913,14.53893947601],[51.01425170898,14.53991031646],[51.01419067382,14.53482627868],[51.01417922973,14.533839225],[51.01744079589,14.51556873321],[51.01681900024,14.50242996215],[51.0206794738,14.49723815917],[51.02423095703,14.49841213226],[51.02420425415,14.4978876113],[51.02869033813,14.49733638763],[51.03318023681,14.49678230285],[51.03354644775,14.50388431549],[51.03411865234,14.50381374359],[51.03803634643,14.5033330917],[51.04252624511,14.50278091430],[51.04410171508,14.50259017944],[51.04701614379,14.50223159790],[51.05150604248,14.50168037414],[51.05113983154,14.49457645416],[51.04664993286,14.49512767791],[51.04649734497,14.49216938018],[51.04093933105,14.49100017547],[51.04125213623,14.49755859375],[51.03664016723,14.49603652954],[51.02035903930,14.49066066741],[51.0194206237,14.47094821929],[51.02360153198,14.47232913970],[51.03131866455,14.46193885803],[51.03070068359,14.44880008697],[51.01277923583,14.41709899902],[51.00860977172,14.40987873077],[51.00828170776,14.3974103927],[51.01177978515,14.38554859161],[51.01165008544,14.37934970855],[51.01514053344,14.36746025085],[51.01892852783,14.36800861358],[51.02283859252,14.36877918243],[51.02692031860,14.36993026733],[51.02661895751,14.36338043212],[51.03015136718,14.35157871246],[51.03429031372,14.35285854339],[51.02985000610,14.34504890441],[51.02959060668,14.33859920501],[51.02555084228,14.33162879943],[51.02542877197,14.32545089721],[51.0253410339,14.31930828094],[51.02888107299,14.31345081329],[51.03630065917,14.30832958221],[51.04013061523,14.30298995971],[51.04420852661,14.303929328],[51.04825210571,14.30469894409],[51.05226898193,14.30543994903],[51.05276870727,14.30370044708],[51.05438232421,14.29809188842],[51.05416488647,14.2940168380],[51.04967880249,14.29458904266],[51.04929733276,14.28748703002],[51.04481124877,14.28805923461],[51.04442977905,14.2809572219],[51.03994369506,14.28153228759],[51.03826522827,14.28174591064],[51.03545379638,14.28210353851],[51.03376770019,14.28232002258],[51.03096771240,14.28267765045],[51.02647781372,14.28324985504],[51.02610015869,14.27619171142],[51.02609634399,14.27615261077],[51.02603149414,14.27616119384],[51.02161026000,14.27672481536],[51.01712036132,14.27729892730],[51.01680755615,14.27139854431],[51.01674270629,14.27020359039],[51.01673889160,14.2701206207],[51.01636123657,14.26310729980],[51.01187133789,14.26368141174],[51.01148986816,14.25658893585],[51.00700378417,14.25716304779],[51.00733184814,14.26327037811],[51.00738525390,14.26425552368],[51.00289535522,14.26482963562],[51.00106430053,14.2650651931],[50.99840927124,14.26540374755],[50.99815368652,14.26062965393],[50.99811172485,14.25988674163],[50.99802780151,14.25831222534],[50.99726867675,14.25840759277],[50.99444961547,14.25345897674],[50.99467086791,14.2477302551],[50.98752975463,14.24744892120],[50.98730850219,14.25318813323],[50.98374176025,14.25304889678],[50.97679138183,14.24701881408],[50.97320175170,14.24686813354],[50.97280883789,14.25837993621],[50.96905136108,14.26401042938],[50.9653091430,14.26965999603],[50.96501922607,14.28127861022],[50.96798324584,14.28641700744],[50.96847152709,14.28725910186],[50.9719390869,14.299220085],[50.97190475463,14.30447959899],[50.97185897827,14.31108093261],[50.96829223632,14.31093883514],[50.96109008789,14.31656932830],[50.96111297607,14.31298446655],[50.96029281616,14.31308937072],[50.95696258544,14.31351089477],[50.95580291748,14.31365776062],[50.95600509643,14.31746959686],[50.95618057250,14.32074356079],[50.95535278320,14.3208494186],[50.95169067382,14.32131195068],[50.95206832885,14.32839965820],[50.95233535766,14.33342838287],[50.95244598388,14.3354864120],[50.95282363891,14.34257125854],[50.95063400268,14.34284687042],[50.94833374023,14.34313678741],[50.94871139526,14.35022163391],[50.94908523559,14.35730838775],[50.94459533691,14.35787391662],[50.94497299194,14.36495685577],[50.94534683227,14.37204265594],[50.94563674926,14.37750625610],[50.94572067260,14.37912940979],[50.9460945129,14.38621520996],[50.94455337524,14.38640689849],[50.9416046142,14.38677501678],[50.94195175170,14.39333915710],[50.94197845458,14.3938608169],[50.94234848022,14.40094661712],[50.93786239624,14.40150547027],[50.93337249755,14.40206623077],[50.92888259887,14.40262413024],[50.92881774902,14.40140533447],[50.92850875854,14.39554119110],[50.92402267456,14.39609909057],[50.92323684692,14.39619731903],[50.9195327758,14.39665985107],[50.91926574707,14.39158439636],[50.91920471191,14.39046001434],[50.91915893554,14.38957881927],[50.91867828369,14.3896379470],[50.91466903686,14.39013862609],[50.91352081298,14.3902826309],[50.91017913818,14.39070034027],[50.90569305419,14.39125823974],[50.90531921386,14.3841791152],[50.90082931518,14.38473987579],[50.90051651000,14.37878894805],[50.89215850830,14.37836074829],[50.88858032226,14.37226867675],[50.88887023925,14.33689022064],[50.88525009155,14.33671188354],[50.88167953491,14.33063983917],[50.88179016113,14.3188495635],[50.87829208374,14.30688858032],[50.87836074829,14.30099964141],[50.87480163574,14.29493999481],[50.87487030029,14.28904819488],[50.87496566772,14.28280353546],[50.87504959106,14.27732944488],[50.88238906860,14.27182865142],[50.88624954223,14.26036071777],[50.88637924194,14.2545194625],[50.87926864624,14.24835872650],[50.87578964233,14.24236869812],[50.87606811523,14.23114395141],[50.87622070312,14.22495937347],[50.86513519287,14.22440338134],[50.86169052124,14.22422981262],[50.85993576049,14.22319126129],[50.85092926025,14.21785926818],[50.84743881225,14.21187019348],[50.85108184814,14.21205902099],[50.85123062133,14.20625877380],[50.84410095214,14.20007991790],[50.84424972534,14.1942892074],[50.84059906005,14.1940898895],[50.84107208251,14.17671012878],[50.83805847167,14.15336036682],[50.83457183837,14.14737033843],[50.83473205566,14.1415882110],[50.82426071167,14.12362861633],[50.82442855834,14.11783981323],[50.82110214233,14.10606956481],[50.82128143310,14.10029029846],[50.81777191162,14.0942983627],[50.81795120239,14.08851814270],[50.81444931030,14.08251953125],[50.81462860107,14.07674884796],[50.81141662597,14.07124328613],[50.81113052368,14.07075023651],[50.80379104614,14.07034015655],[50.80395889282,14.06454944610],[50.80047225952,14.05854988098],[50.80081176757,14.04699039459],[50.80448150634,14.04720878601],[50.80466079711,14.04142856597],[50.79415893554,14.02344036102],[50.79784011840,14.02367019653],[50.79801940917,14.01788997650],[50.80187988281,14.01234054565],[50.80242156982,13.99501895904],[50.80609893798,13.9952402114],[50.81015014648,13.98392009735],[50.80646133422,13.9836902618],[50.80665206909,13.97793006896],[50.80332946777,13.96614933013],[50.80366897583,13.95589637756],[50.80371093750,13.95460987091],[50.80020141601,13.94860935211],[50.79553222656,13.94831466674],[50.78546142578,13.94767856597],[50.78213119506,13.93590068817],[50.78321456909,13.90316009521],[50.78346633911,13.89546871185],[50.77973175048,13.89523029327],[50.77973556518,13.89510631561],[50.77911758422,13.89519119262],[50.77893447875,13.89517879486],[50.77564620971,13.89564990997],[50.77444458007,13.89582157135],[50.77437210083,13.89455509185],[50.77421569824,13.89187908172],[50.7740364074,13.88876819610],[50.77252578735,13.88897132873],[50.76702499389,13.88863468170],[50.76635360717,13.88859367370],[50.76514053344,13.88852024078],[50.76163101196,13.88248920440],[50.75405883789,13.88782024383],[50.74631881713,13.89891910552],[50.74296188354,13.8987188339],[50.74263000488,13.89301586151],[50.74222564697,13.88596725463],[50.74181747436,13.87891769409],[50.74141311645,13.8718662261],[50.7410049438,13.86481666564],[50.73651885986,13.86542510986],[50.73640060424,13.86340999603],[50.73611068725,13.85837554931],[50.73162460327,13.85898685455],[50.73153305053,13.85743713378],[50.72172164916,13.85681915283],[50.7182006835,13.85080909729],[50.7187385559,13.83343982696],[50.71540069580,13.82163906097],[50.71928024291,13.81608009338],[50.72740936279,13.79339981079],[50.72853088378,13.75867080688],[50.72148132324,13.7466087341],[50.72185134887,13.73503971099],[50.72576141357,13.72948837280],[50.72594070434,13.72369861602],[50.71888351440,13.71156311035],[50.71846389770,13.71162223815],[50.71819686889,13.70709800720],[50.71804809570,13.70457839965],[50.71762847900,13.69753265380],[50.71720886230,13.69048786163],[50.7216949462,13.68986129760],[50.72127532958,13.68281555175],[50.72471237182,13.68233585357],[50.72576141357,13.68218994140],[50.72534179687,13.67514228820],[50.72982788085,13.67451572418],[50.72940444946,13.66746902465],[50.73389053344,13.66683959960],[50.73347091674,13.6597929000],[50.73304748535,13.65274524688],[50.72856140136,13.65337657928],[50.72827911376,13.64865398406],[50.72452163696,13.6539688110],[50.72491073608,13.64237976074],[50.72191619873,13.64218521118],[50.72119140625,13.64213752746],[50.72130203247,13.6387853622],[50.72138214111,13.63634014129],[50.72032546997,13.63453102111],[50.71961975097,13.63331794738],[50.71832656860,13.63350009918],[50.71816635131,13.63083171844],[50.71796035766,13.62740612030],[50.71790313720,13.62645816802],[50.71781158447,13.62495136261],[50.71778488159,13.62448215484],[50.71747970581,13.61941337585],[50.71662521362,13.61953353881],[50.71299362182,13.62004661560],[50.71257019042,13.61300182342],[50.71214675903,13.60595893859],[50.71171951293,13.59891510009],[50.71135330200,13.59280872344],[50.71129608154,13.59187412261],[50.71086883544,13.58482933044],[50.71044158935,13.57778739929],[50.71492767333,13.57715129852],[50.71450042724,13.5701055526],[50.71407318115,13.56306362152],[50.71364593505,13.55602073669],[50.71321487426,13.54897594451],[50.70940399169,13.54952144622],[50.70873260498,13.54961681365],[50.70865249633,13.54833412170],[50.70571899414,13.54812908172],[50.70219039917,13.54205894470],[50.70238494873,13.53631782531],[50.69890594482,13.5368146896],[50.69441986084,13.53745841979],[50.68993759155,13.53809833526],[50.69036483764,13.54513645172],[50.68626403808,13.54572200775],[50.68588256835,13.54577636718],[50.68139648437,13.54641723632],[50.67691040039,13.54705524444],[50.67671203613,13.54381561279],[50.67218017578,13.54582881927],[50.66938400268,13.54103088378],[50.66751480102,13.54129791259],[50.66741561889,13.53969573974],[50.66708374023,13.53426170349],[50.66688156127,13.53098964691],[50.66665267944,13.52722740173],[50.66365814209,13.52765560150],[50.66217041015,13.52786922454],[50.66205978393,13.52608013153],[50.66173934936,13.52083396911],[50.65792465209,13.52138137817],[50.65725708007,13.5214757919],[50.65717315673,13.52009105682],[50.65682601928,13.5144405364],[50.65233993530,13.51508331298],[50.65079879760,13.51530361175],[50.64707946777,13.51506137847],[50.64628601074,13.51619052886],[50.64316940307,13.52063083648],[50.64471054077,13.52327156066],[50.64670181274,13.52668857574],[50.63554000854,13.52596855163],[50.63201141357,13.5199108123],[50.632202148,13.51409912109],[50.63063812255,13.50856876373],[50.62940216064,13.50418472290],[50.62905502319,13.50423240661],[50.62895584106,13.50260066986],[50.62884902954,13.50222873687],[50.62887954711,13.50133991241],[50.62903976440,13.49641036987],[50.62532043457,13.4961690902],[50.62549972534,13.49034976959],[50.62178039550,13.49010944366],[50.61882781982,13.48504734039],[50.61849594116,13.48447704315],[50.61471176147,13.47798824310],[50.61098861694,13.47776889801],[50.6091346740,13.47458839416],[50.60895538330,13.47167015075],[50.60755538940,13.47187328338],[50.60578918457,13.47212791442],[50.60447311401,13.47231769561],[50.60407638549,13.46589660644],[50.6039314270,13.46564865112],[50.59648895263,13.46519088745],[50.60058212280,13.45376968383],[50.6044807434,13.44817924499],[50.60485076904,13.43652820587],[50.60872650146,13.43099021911],[50.60876083374,13.43093967437],[50.60877227783,13.4305801391],[50.60895156860,13.42510986328],[50.60939788818,13.42513942718],[50.61267089843,13.42534923553],[50.61305999755,13.41368865966],[50.61895751953,13.41407680511],[50.62051010131,13.41417884826],[50.62121200561,13.41317939758],[50.62443161010,13.40859985351],[50.63188934326,13.4090986251],[50.63200378417,13.40561866760],[50.63203811645,13.40451145172],[50.63642120361,13.40387344360],[50.63603210449,13.39766502380],[50.63668060302,13.39674186706],[50.64046478271,13.39618968963],[50.64021301269,13.39216041564],[50.64002609252,13.38916110992],[50.64377975463,13.38861179351],[50.64385223388,13.38657855987],[50.64011001586,13.38631916046],[50.64402770996,13.380776405],[50.64366149902,13.37491035461],[50.64149093627,13.3747568130],[50.63914871215,13.3750991821],[50.63466262817,13.37575531005],[50.63018035888,13.37640857696],[50.62723541259,13.37684154510],[50.62560272216,13.37915897369],[50.6253814697,13.3794698715],[50.62184906005,13.37338924407],[50.62194442749,13.3705215454],[50.62077331542,13.37069320678],[50.62057113647,13.36747074127],[50.62033462524,13.36366653442],[50.61584854125,13.36432266235],[50.61540985107,13.3572988510],[50.61496734619,13.35027217865],[50.61452484130,13.34324645996],[50.61160659790,13.34367370605],[50.61004257202,13.34390354156],[50.60964202880,13.33751583099],[50.6080703735,13.33741092681],[50.60790634155,13.33712768554],[50.60511398315,13.33753871917],[50.60474395751,13.33168792724],[50.60453033447,13.33131885528],[50.6024055480,13.3237571716],[50.59974670410,13.32414913177],[50.59526443481,13.32481002807],[50.59077835083,13.32547092437],[50.58629608154,13.32612705230],[50.58181381225,13.32678794860],[50.58163833618,13.3239727020],[50.58137130737,13.31976604461],[50.58092498779,13.3127460479],[50.58048248291,13.30572700500],[50.58003616333,13.29870414733],[50.57555389404,13.29936790466],[50.57510757446,13.2923479080],[50.57958984375,13.29168510437],[50.57914352416,13.28466510772],[50.58362960815,13.28400230407],[50.58764648437,13.28340721130],[50.59112930297,13.28363895416],[50.59115219116,13.28288745880],[50.59164810180,13.26776313781],[50.59180831909,13.2628812789],[50.59185028076,13.26152038574],[50.59573745727,13.26094245910],[50.59528732299,13.25391864776],[50.59208297729,13.25439643859],[50.59226989746,13.24861812591],[50.58588027954,13.24817371368],[50.58480072021,13.24809932708],[50.5849990844,13.24225044250],[50.58127212524,13.24199962615],[50.57773208618,13.23590087890],[50.56693649291,13.23516654968],[50.56659698486,13.22984695434],[50.56371688842,13.23027801513],[50.56211471557,13.23051452636],[50.56189727783,13.22714614868],[50.55992889404,13.22375679016],[50.55945968627,13.22295093536],[50.555728912,13.22270011901],[50.55556106567,13.22767925262],[50.55553054809,13.22856044769],[50.54838180541,13.2281131744],[50.5443496704,13.22786045074],[50.54440689086,13.2260732650],[50.54373168945,13.22617340087],[50.53924942016,13.22684288024],[50.53881072998,13.22003555297],[50.53860473632,13.21985816955],[50.53431701660,13.22049808502],[50.53411483764,13.21734905242],[50.53401947021,13.21587753295],[50.53386688232,13.21348476409],[50.53250885009,13.21368789672],[50.53057479858,13.2139778137],[50.52938461303,13.21415519714],[50.52490234375,13.21482467651],[50.52461624145,13.21037483215],[50.52453231811,13.20906639099],[50.52445220947,13.20781517028],[50.52197647094,13.20818328857],[50.51996994018,13.20848274230],[50.51979064941,13.20569324493],[50.51951599121,13.20147418975],[50.51689910888,13.20186424255],[50.51548004150,13.19680023193],[50.50884246826,13.19643783569],[50.50559997558,13.19626235961],[50.50059127807,13.19599056243],[50.50127792358,13.1741933822],[50.50133132934,13.17251968383],[50.50441360473,13.17780971527],[50.50426101684,13.17545318603],[50.50383377075,13.16887378692],[50.50416564941,13.16839313507],[50.50522994995,13.16684055328],[50.50598144531,13.1433486938],[50.50244140624,13.13728046417],[50.50989913940,13.13766956329],[50.51514434814,13.13392829895],[50.5149803161,13.13137722015],[50.51471710205,13.12736988067],[50.51452255249,13.12436866760],[50.51309585571,13.12458515167],[50.51004028320,13.12504768371],[50.50962066650,13.11861228942],[50.50958251953,13.11804008483],[50.50912475585,13.11103057861],[50.50552749633,13.11157798767],[50.50464248657,13.11171054840],[50.50452041625,13.10984802246],[50.50418853759,13.1047039031],[50.50372695922,13.09769630432],[50.50326919555,13.09068965911],[50.50019454956,13.09115695953],[50.49878692626,13.09137153625],[50.49832916259,13.08436489105],[50.49787139892,13.07735919952],[50.49740982055,13.07035255432],[50.50087738037,13.06982517242],[50.5018920898,13.06966972351],[50.50143051147,13.06266593933],[50.50121307373,13.05937004089],[50.50133514404,13.05560302734],[50.50545120239,13.05497360229],[50.50993347167,13.05428981781],[50.50947189331,13.0472822189],[50.50920867919,13.04330921173],[50.50901031494,13.04027557373],[50.50854873657,13.03326702117],[50.50406646728,13.03395557403],[50.49958419799,13.03463935852],[50.49510192871,13.03532791137],[50.49464035034,13.0283222198],[50.49015808105,13.02900981903],[50.48567581176,13.02969646453],[50.48119735717,13.03038406372],[50.47671508789,13.0310678482],[50.47624969482,13.02406597137],[50.47177124023,13.02475452423],[50.46728897094,13.02544116973],[50.46280670166,13.0261268615],[50.45832443237,13.02681541442],[50.45384216308,13.02750110626],[50.44935989379,13.0281867980],[50.44891357421,13.0214338302],[50.44889831542,13.02118778228],[50.44878005981,13.02120590209],[50.44441604614,13.021876335],[50.44412994384,13.01753234863],[50.4429206848,13.01748943328],[50.44200897216,13.01517772674],[50.43592071533,12.99973869323],[50.43364334106,12.99597835540],[50.43359756469,12.9952669143],[50.43324661254,12.99532222747],[50.43181610107,12.99554061889],[50.42911529541,12.99595642089],[50.42463302612,12.99664592742],[50.42416763305,12.98965072631],[50.41968536376,12.99034023284],[50.41941833496,12.9863424301],[50.41921997070,12.98334693908],[50.41882705688,12.97742176055],[50.4182281494,12.97643470764],[50.4142723083,12.97704601287],[50.41380691528,12.97005271911],[50.41334152221,12.96306133270],[50.41287231445,12.956068038],[50.41252517700,12.95091342926],[50.41227340698,12.94909858703],[50.41062545776,12.94935417175],[50.40792465209,12.94977092742],[50.40745544433,12.94277858734],[50.40735626220,12.94128417968],[50.40698623657,12.93578910827],[50.41133880615,12.93511581420],[50.41146850585,12.9350957870],[50.41140747070,12.93418979644],[50.41124725341,12.93177032470],[50.41130065917,12.92885971069],[50.41225433349,12.92889022827],[50.41254043579,12.92889881134],[50.41278839111,12.92782497406],[50.41548156738,12.92740821838],[50.41513824462,12.92234706878],[50.41500854492,12.92041587829],[50.41636657714,12.92020606994],[50.41949081420,12.91972064971],[50.41926956176,12.91643428802],[50.42036437988,12.91321468353],[50.42061614990,12.91248035430],[50.42182540893,12.90892887115],[50.42288208007,12.90581989288],[50.42291641235,12.90421676635],[50.42293167114,12.90357303619],[50.42301177978,12.8999614715],[50.42449188232,12.89774513244],[50.42567825317,12.89756011962],[50.4270401000,12.89734554290],[50.42689132690,12.89517116546],[50.42683029174,12.89424896240],[50.42789840698,12.89265060424],[50.42977142333,12.88985252380],[50.43104934692,12.88965415954],[50.43098449707,12.88867664337],[50.43092727661,12.88782405853],[50.43283081054,12.88230895996],[50.43505859375,12.88195991516],[50.43471527099,12.87686157226],[50.43541717529,12.87483501434],[50.4390640258,12.87426567077],[50.43862915039,12.8678703308],[50.43859100341,12.86727142333],[50.43888473510,12.8672246932],[50.44307327270,12.86656856536],[50.44260025024,12.85957431793],[50.44707870483,12.85886955261],[50.44660568237,12.85187530517],[50.45108413696,12.85117053985],[50.45061111450,12.84417438507],[50.45508956909,12.84346961975],[50.45461654663,12.83647346496],[50.4541397094,12.82947635650],[50.45862197875,12.82876968383],[50.45840835571,12.82563304901],[50.45814514160,12.82177257537],[50.45366287231,12.82247924804],[50.44988250732,12.82307624816],[50.44918441772,12.82318592071],[50.44870758056,12.81618881225],[50.44422531127,12.8168983459],[50.44374847412,12.80990123748],[50.43927001953,12.81060886383],[50.43918609619,12.80937576293],[50.43255996704,12.81238937377],[50.43270111083,12.80654811859],[50.44033050537,12.80116939544],[50.44521331787,12.79422473907],[50.44702911376,12.79164218902],[50.44679641723,12.78820800781],[50.4463157653,12.78121089935],[50.44232177734,12.78184509277],[50.44183731079,12.78192234039],[50.4417495727,12.78065872192],[50.44135665893,12.7749271392],[50.44087600708,12.7679347991],[50.44042587280,12.76140975952],[50.44025039672,12.76096343994],[50.43500518798,12.7476482391],[50.4307022094,12.73672866821],[50.42960739135,12.73577594757],[50.42951202392,12.73439311981],[50.42849349975,12.7345571517],[50.42824935913,12.7345962524],[50.42503356933,12.73510837554],[50.42478942871,12.7315845489],[50.42337036132,12.7303495407],[50.42279815673,12.72839641571],[50.41991043090,12.71851921081],[50.41257858276,12.71213912963],[50.40898132324,12.70606994628],[50.39775848388,12.70512866973],[50.39814758300,12.70407104492],[50.39990997314,12.69925785064],[50.40089416503,12.69656562805],[50.40421295166,12.69603252410],[50.40413665771,12.69495487213],[50.40387344360,12.69115257263],[50.40560913085,12.68874359130],[50.41147232055,12.68059921264],[50.41355133056,12.67771053314],[50.41654586791,12.67795944213],[50.41728210449,12.67802143096],[50.41762924194,12.66655921936],[50.41119766235,12.65566062927],[50.41053009033,12.6545295715],[50.41088867187,12.64309978485],[50.41120147705,12.64266014099],[50.41479110717,12.63765716552],[50.41886901855,12.62649917602],[50.41923141479,12.61505985260],[50.41217041015,12.60307979583],[50.40848159790,12.6028213500],[50.40901947021,12.58566093444],[50.40911865234,12.58569335937],[50.40930175781,12.58007717132],[50.4088020324,12.57925033569],[50.40570449829,12.57399559020],[50.40588378906,12.56829833984],[50.40468597412,12.56409835815],[50.40251922607,12.55652046203],[50.40324020385,12.53360080719],[50.40201950073,12.5315313339],[50.39971923828,12.52770900726],[50.39972305297,12.52763557434],[50.40008544921,12.5161132],[50.38232421875,12.49188137054],[50.38220596313,12.49187660217],[50.3784790039,12.4916992],[50.36790847778,12.48535442352],[50.36751174926,12.48511695861],[50.36736297607,12.49009513854],[50.36706924438,12.49014472961],[50.36421585083,12.49061393737],[50.36259078979,12.49088096618],[50.35811233520,12.49161911010],[50.35363769531,12.49235534667],[50.34930038452,12.49306869506],[50.34915924072,12.49309158325],[50.3486595153,12.48611259460],[50.34849548339,12.48381996154],[50.34808349609,12.47912502288],[50.34785842895,12.4749383926],[50.34766006469,12.47215843200],[50.34716033935,12.46518135070],[50.34666824340,12.45831394195],[50.34666061401,12.4582052230],[50.34243392944,12.4589023590],[50.34218215942,12.45894336700],[50.34175491333,12.45300388336],[50.34168243408,12.45196914672],[50.34162902832,12.45123767852],[50.34146881103,12.44897174835],[50.34119415283,12.44514274597],[50.34118270874,12.44499301910],[50.33929061889,12.44530487060],[50.33781433105,12.44554901123],[50.33670425415,12.4457311630],[50.33285140991,12.44636917114],[50.33222579956,12.44647407531],[50.32786941528,12.4471940994],[50.3277473449,12.44721508026],[50.32725143432,12.44031143188],[50.32287597656,12.44110012054],[50.32286453247,12.44096469879],[50.32232666015,12.4340820],[50.32672119140,12.43326854705],[50.32657623291,12.4308986663],[50.32643890380,12.42895698547],[50.32624435424,12.42629241943],[50.32601928710,12.42315387725],[50.3256835,12.41932964324],[50.32451629638,12.41952323913],[50.32128524780,12.42005920410],[50.32115173339,12.4185047149],[50.32075881958,12.41308879852],[50.32046508789,12.4090070724],[50.32025527954,12.40611743926],[50.31577682495,12.40686035156],[50.31375503540,12.40719699859],[50.31130218505,12.40760612487],[50.31120300292,12.40621471405],[50.31112289428,12.40508556365],[50.31080245971,12.40071582794],[50.30632781982,12.40147876739],[50.30633544921,12.40160655975],[50.30655670166,12.40464496612],[50.30688476562,12.4083261489],[50.30600357055,12.40848636627],[50.3023452758,12.40909194946],[50.29790878295,12.40983009338],[50.29736709594,12.40291309356],[50.29290771484,12.40368556976],[50.29290390014,12.40360832214],[50.29238891601,12.39674568176],[50.29238128662,12.39664268493],[50.2879028320,12.39738559722],[50.28784942626,12.39666366577],[50.28739929199,12.39042091369],[50.28689575195,12.38345146179],[50.28685760498,12.38291931152],[50.28639221191,12.37654304504],[50.28191757202,12.37723159790],[50.28141021728,12.37031459808],[50.27691650390,12.37109374999],[50.27682876586,12.36963844299],[50.27642440795,12.36408805847],[50.272094726,12.36492919921],[50.26866531372,12.36533927917],[50.26770401000,12.36550045013],[50.26746749877,12.36553955078],[50.26745223999,12.3653736114],[50.26697158813,12.35872077941],[50.26696014404,12.35857677459],[50.2626724243,12.35929298400],[50.26248168945,12.35932540893],[50.26211166381,12.35938644409],[50.26140213012,12.35950469970],[50.2580070495,12.36007213592],[50.2535285949,12.3608198165],[50.24905014038,12.36156654357],[50.24457550048,12.36231231689],[50.24009704589,12.36305999755],[50.23571014404,12.36379241943],[50.23514175415,12.35727310180],[50.23511123657,12.3568716049],[50.23889160156,12.35621643066],[50.23958969116,12.35609531402],[50.23911285400,12.34954166412],[50.23908233642,12.34913921356],[50.23905563354,12.34879684448],[50.23857498168,12.34218120574],[50.23833465576,12.33890056610],[50.23807525634,12.33533191680],[50.23806762695,12.33522033691],[50.2350463867,12.33572578430],[50.23358917236,12.33596992492],[50.22911071777,12.3367204666],[50.22463607788,12.33746814727],[50.22015762329,12.33821678161],[50.21567916870,12.33896541595],[50.21129989624,12.33969879150],[50.21074676513,12.33347702026],[50.21069335937,12.33288669586],[50.20629882812,12.33349514007],[50.20621871948,12.33350658416],[50.20584487915,12.32841873168],[50.20576095581,12.32725524902],[50.20570755004,12.3265533447],[50.201293945,12.32729053497],[50.20157623291,12.3320074081],[50.20170974731,12.33426094055],[50.20172119140,12.33447265624],[50.20160293579,12.3342790603],[50.20132446289,12.33432483673],[50.19806671142,12.32867240905],[50.19451904296,12.32849025726],[50.19451904296,12.32269191741],[50.19451904296,12.32260990142],[50.19454956054,12.316868782],[50.19089126586,12.3166408538],[50.18358993530,12.32188987731],[50.18342971801,12.3277606964],[50.17972946167,12.32758998870],[50.17993927001,12.3216571807],[50.17987060546,12.31908035278],[50.17987060546,12.31610107421],[50.17932128906,12.29950046539],[50.18048095703,12.29571628570],[50.18195724487,12.29075717926],[50.18273925781,12.28825187683],[50.18267822265,12.28622627258],[50.18267822265,12.28271579742],[50.18652343750,12.28271579742],[50.19030761718,12.28289794921],[50.19409179687,12.28289794921],[50.19390869140,12.27728271484],[50.19750976,12.27172756195],[50.20496749877,12.26637458801],[50.20507812499,12.26629734039],[50.2089233398,12.27227783203],[50.2089233398,12.27739238739],[50.2089233398,12.2778930664],[50.21304321289,12.28114795684],[50.21649169921,12.28387355804],[50.21905517578,12.28404045105],[50.21971893310,12.28408241271],[50.22027587890,12.28411769866],[50.21997833251,12.28365898132],[50.21649169921,12.27832031250],[50.22387695312,12.2786855697],[50.22417449951,12.27916622161],[50.22743225097,12.2844142913],[50.22747802734,12.27550411224],[50.2274894714,12.27307319641],[50.22930145263,12.27324008941],[50.230102539,12.273315429],[50.23492431640,12.2734985351],[50.23492431640,12.27690887451],[50.2349395751,12.27920818328],[50.23859024047,12.26791954040],[50.23854827880,12.26283359527],[50.23851013183,12.25765037536],[50.23974227905,12.25744342803],[50.24139404296,12.25710487365],[50.24151611328,12.25708007],[50.24108886718,12.25268554687],[50.242309570,12.25091457366],[50.2459106445,12.25109767913],[50.24969482421,12.24548435211],[50.25328445434,12.23416423797],[50.25400924682,12.23419952392],[50.25695037841,12.23448467254],[50.25708007812,12.23449611663],[50.25708007812,12.240112304],[50.26280975341,12.24039363861],[50.26452636718,12.2404794692],[50.26452636718,12.24627685546],[50.26092529296,12.2518930435],[50.26078796386,12.25188636779],[50.25914764404,12.25180625915],[50.25706863403,12.25168991088],[50.25708007812,12.25457477569],[50.25708007812,12.2575063705],[50.26431274414,12.25789356231],[50.26825332641,12.2581043243],[50.26849365234,12.25811672210],[50.2756958007,12.25292968750],[50.2756958007,12.2412719726],[50.2756958007,12.22967624664],[50.27565002441,12.22685146331],[50.27551269531,12.21807956695],[50.27551269531,12.20910739898],[50.27551269531,12.20648097991],[50.2791137695,12.2006826400],[50.2791137695,12.19488525390],[50.28649902343,12.19531345367],[50.29403686523,12.19567298889],[50.29412841796,12.19567775726],[50.29771804809,12.19014358520],[50.29827880859,12.19017791748],[50.30151367187,12.19049072265],[50.30511474609,12.19067287445],[50.30514907836,12.19175815582],[50.30525207519,12.19497585296],[50.30529785156,12.19646739959],[50.30730438232,12.19660091400],[50.31628417968,12.19719600677],[50.31630325317,12.18810367584],[50.31732940673,12.18782901763],[50.3178710,12.1876831054],[50.31848144531,12.1946907043],[50.32287597656,12.19409179687],[50.32232666015,12.18707180023],[50.32208251953,12.18267822265],[50.32189941406,12.18011379241],[50.32128906250,12.17309570312],[50.32123947143,12.17251682281],[50.32075500488,12.1660652160],[50.32049179077,12.16253662109],[50.32023620605,12.15909576416],[50.31979370117,12.1531648635],[50.31970214843,12.15209865570],[50.31964492797,12.15115547180],[50.31919479370,12.14515399932],[50.31867218017,12.13818454742],[50.31816101074,12.13131141662],[50.3181533813,12.13121509552],[50.31735229492,12.13135337829],[50.31371307373,12.13198089599],[50.31315612792,12.12501811981],[50.31289672851,12.12158775329],[50.31275177001,12.11968040466],[50.31303405761,12.11924457550],[50.31408691406,12.11792087554],[50.31970214843,12.10931491851],[50.31953430175,12.10397529602],[50.31953048706,12.10349845886],[50.32330322265,12.09790134429],[50.32500839233,12.09798336029],[50.32695007324,12.09807586669],[50.32692337036,12.09308528900],[50.32691955566,12.09251976013],[50.33063888549,12.09280014038],[50.33060073852,12.08718872070],[50.33433151245,12.08746910095],[50.33422088623,12.07062911987],[50.33790969848,12.06527042388],[50.33789,12.06214141845],[50.33784103393,12.05407524108],[50.33410644531,12.05389308929],[50.33056259155,12.05900096893],[50.33410644531,12.0424814224],[50.33776473999,12.0427160263],[50.33789,12.04272460],[50.33410644531,12.03131103515],[50.34471130371,12.03188991546],[50.34516143798,12.03191471099],[50.34510421752,12.02142906188],[50.34510040283,12.02067947387],[50.34887695312,12.01532077789],[50.35247802734,11.9984741210],[50.35990905761,11.99885940551],[50.35615158081,11.99291896820],[50.3561286926,11.98722839355],[50.3542251586,11.98422431945],[50.35247802734,11.98132324218],[50.35607910156,11.9758920669],[50.36213302612,11.98083305358],[50.36357879638,11.98201084136],[50.36370849609,11.98211574554],[50.37032318115,11.98244380950],[50.37109375000,11.98248291015],[50.37579727172,11.98644924163],[50.37849426269,11.9886846542],[50.37868881225,11.98841094970],[50.38232421875,11.98327636718],[50.39349365234,11.98388671875],[50.39349365234,11.97808933258],[50.39611434936,11.97400188446],[50.39709472656,11.97247314453],[50.39850616455,11.9726333618],[50.40087890625,11.97289943695],[50.40087890625,11.95550537109],[50.40074920654,11.95549774169],[50.39709472656,11.9553232192],[50.39715957641,11.9552268981],[50.40087890625,11.94970703125],[50.40447998046,11.94988918304],[50.40513610839,11.95088100433],[50.40819931030,11.95577907562],[50.41193008422,11.95595932006],[50.41394042968,11.95291423797],[50.4157104492,11.95031833648],[50.42309570312,11.9448843002],[50.42687988281,11.9392709732],[50.42309570312,11.93328762054],[50.4268569946,11.92770385742],[50.43050003051,11.93353939056],[50.43560409545,11.93375968933],[50.43811035156,11.93389892578],[50.43793106079,11.92261695861],[50.43793106079,11.92228889465],[50.44171142578,11.9107055664],[50.43846130371,11.90556716918],[50.43793106079,11.90471935272],[50.44530105590,11.89332771301],[50.44531250000,11.89671897888],[50.44531250000,11.8991079330],[50.45288085,11.8994750976],[50.45450973510,11.90482616424],[50.4564819335,11.9113149642],[50.4564819335,11.9229125976],[50.46183395385,11.92723655700],[50.46411132,11.9290761947],[50.46789550781,11.9351196289],[50.46789550781,11.94091892242],[50.46780014038,11.94091892242],[50.46411132,11.94091892242],[50.4605102539,11.9522714614],[50.45678710937,11.9580354690],[50.4567260742,11.95813083648],[50.4605102539,11.95831298828],[50.46411132,11.9467172622],[50.48272705078,11.94750976562],[50.48291015625,11.96508884429],[50.48499679565,11.96858692169],[50.48651123046,11.9711313247],[50.4902954101,11.97131347656],[50.4940795898,11.96551513671],[50.497680664,11.9656972885],[50.50017929077,11.95764732360],[50.50130462646,11.95410060882],[50.50512695,11.95410060882],[50.50891113281,11.94848537445],[50.50891113281,11.94250488281],[50.51251220703,11.93670654296],[50.52728271484,11.93731784820],[50.52737045288,11.93719863891],[50.5276489257,11.93676567077],[50.53112792968,11.931518554],[50.53112792968,11.92547512054],[50.52838897705,11.92121505737],[50.52732086181,11.91948986053],[50.52619552612,11.92124652862],[50.5236091613,11.92527866363],[50.51989746093,11.92514896392],[50.51989746093,11.90156173706],[50.51989746093,11.90148925781],[50.52355194091,11.90166473388],[50.52352905273,11.89586734771],[50.51989746093,11.89569091796],[50.51989746093,11.88989257812],[50.52728271484,11.89007568359],[50.53083038330,11.88436222076],[50.53088760375,11.88427734375],[50.54211425781,11.87872314453],[50.54582977294,11.87872314453],[50.5495491027,11.88471984863],[50.55057525634,11.88474941253],[50.55328369140,11.88488769531],[50.55459976196,11.88695812225],[50.55701065063,11.89083862304],[50.5570793151,11.91449928283],[50.56088638305,11.93235969543],[50.56091308593,11.93249511718],[50.5682983398,11.9326772689],[50.5720825195,11.93872070312],[50.58331298828,11.93908596038],[50.58691406250,11.93328762054],[50.59061050415,11.93328762054],[50.59069824218,11.94513034820],[50.59436035156,11.94530582428],[50.59448242187,11.94531345367],[50.59448242187,11.95117473602],[50.59437942504,11.95116996765],[50.59448242187,11.95129299163],[50.59609985351,11.95259475708],[50.60192871093,11.95727634429],[50.60564804077,11.96339130401],[50.60571289062,11.96350002288],[50.6093139648,11.96350002288],[50.6093139648,11.96948337554],[50.60571289062,11.96948337554],[50.60571289062,11.97528076171],[50.61682128906,11.99938106536],[50.61961746215,11.99496555328],[50.62048339843,11.99353027343],[50.62342071533,11.99131488800],[50.62792968750,11.98791408538],[50.62792968750,11.99389743804],[50.63131332397,11.99924373626],[50.63171386718,11.99987792968],[50.63171386718,12.00581455230],[50.63171386718,12.0059194564],[50.63406753540,12.00963878631],[50.63916015625,12.01791858673],[50.63175201416,12.02962017059],[50.62902832031,12.02953815460],[50.62802886962,12.02950859069],[50.62802124023,12.0235490798],[50.62431335449,12.01751804351],[50.62048339843,12.01751804351],[50.62048339843,12.0114736557],[50.61731719970,12.01131439208],[50.61687850952,12.01130104064],[50.60200881958,12.03461837768],[50.60381698608,12.0375614166],[50.60573959350,12.04069042205],[50.60511016845,12.04167938232],[50.60211181640,12.046508789],[50.60203170776,12.04652881622],[50.59736633300,12.04387760162],[50.59085845947,12.04017925262],[50.58386993408,12.03993606567],[50.58341979980,12.03991985321],[50.58026885986,12.03478717803],[50.57592773,12.02789306640],[50.56848144531,12.02752780914],[50.55749511718,12.03888034820],[50.56127929687,12.05688571929],[50.55961227417,12.05680274963],[50.55749511718,12.0567121505],[50.55749511718,12.0626840591],[50.56127929687,12.07470607757],[50.56127929687,12.08068943023],[50.56340026855,12.08424663543],[50.56488037109,12.08673095703],[50.58349609374,12.087524414],[50.58352661132,12.09040737152],[50.58356094360,12.10535812377],[50.58661270141,12.11035919189],[50.58726501464,12.11148929595],[50.57242202758,12.12272071838],[50.57244110107,12.12866020202],[50.57622909545,12.13478183746],[50.576293945,12.1348867416],[50.57853317260,12.1348867416],[50.5798950195,12.1348867416],[50.58007,12.16467285156],[50.58269882202,12.1692008972],[50.58367919921,12.17089939117],[50.587524414,12.1710815429],[50.59112548828,12.16528320312],[50.59112548828,12.153320],[50.587524414,12.15307617187],[50.58736419677,12.14927482604],[50.58736038208,12.14734363555],[50.59221649169,12.15130615234],[50.59494018554,12.15350532531],[50.60229492187,12.15393066406],[50.61019897460,12.15839767456],[50.61343002319,12.16026020050],[50.61352539062,12.16027927398],[50.62085723876,12.16055870056],[50.62459564208,12.16070175170],[50.62469482421,12.16070461273],[50.62829589843,12.15490722656],[50.63208007812,12.15509128570],[50.63339996337,12.15728092193],[50.63568115234,12.16107177734],[50.63576126098,12.16685390472],[50.63578033447,12.17909145355],[50.6327514648,12.18386077880],[50.63206863403,12.18493938446],[50.62442779541,12.18462371826],[50.6209106445,12.18451023101],[50.62094879150,12.20242881774],[50.6210,12.20243644714],[50.6210,12.20251464843],[50.62847900390,12.20287990570],[50.62847900390,12.19690036773],[50.63437271118,12.20182704925],[50.63592529296,12.20312404632],[50.63592529296,12.20910739898],[50.63961410522,12.20928382873],[50.63970947265,12.20928859710],[50.64331054687,12.2152719497],[50.64431381225,12.21373558044],[50.64699935913,12.20962047576],[50.6470222473,12.22149753570],[50.63961029052,12.23319911956],[50.63962936401,12.24517917633],[50.63592147827,12.24500083923],[50.63592529296,12.24739360809],[50.63592529296,12.25708007],[50.63810729980,12.25708007],[50.63965988159,12.25716018676],[50.64339065551,12.26333904266],[50.63970947265,12.28103923797],[50.63970947265,12.28112697601],[50.64727783203,12.28149414],[50.65087890625,12.27569580078],[50.65472412109,12.28192138671],[50.65090942382,12.29361343383],[50.65087890625,12.29370117],[50.65829849243,12.29412841796],[50.65462112426,12.305689811],[50.65473175048,12.30569553375],[50.658325195,12.30609130859],[50.66280746459,12.31332492828],[50.66580200195,12.31824970245],[50.66589355468,12.31829833984],[50.66761398315,12.31838703155],[50.66952133178,12.31852817535],[50.67138671875,12.3215932846],[50.67325210571,12.32466316223],[50.67327880859,12.33045482635],[50.68072509765,12.3311157226],[50.68809127807,12.33747863769],[50.69174957275,12.33752918243],[50.69546127319,12.33164882659],[50.69184112548,12.32559967041],[50.6918220520,12.31350898742],[50.69552993774,12.31361007690],[50.69549942016,12.28943920135],[50.69919967651,12.28351974487],[50.70289993286,12.28362083435],[50.70289993286,12.2775897979],[50.71397018432,12.27787971496],[50.72500991821,12.26611042022],[50.72866058349,12.27220916748],[50.72864913940,12.27824020385],[50.732299804,12.27830982208],[50.73593902587,12.28435897827],[50.73590087890,12.29034042358],[50.73960113525,12.28441810607],[50.74695205688,12.27855873107],[50.74340057373,12.25451755523],[50.73973846435,12.25442981719],[50.73974990844,12.24840831756],[50.74708938598,12.24859046936],[50.7471084594,12.24256896972],[50.75812149047,12.24282932281],[50.76546096801,12.24299144744],[50.76908874511,12.24903869628],[50.77637100219,12.25513839721],[50.77267074584,12.2610483169],[50.77262115478,12.26700973510],[50.768920898,12.27291965484],[50.76887130737,12.2788686752],[50.78326034545,12.30285930633],[50.79788208007,12.30308914184],[50.79434967041,12.29114913940],[50.79455947875,12.26735019683],[50.8055305480,12.26752090454],[50.81290054321,12.26168918609],[50.81661987304,12.25579929351],[50.82022094726,12.26180934906],[50.82387924194,12.26186943054],[50.82382202148,12.26782035827],[50.82009887695,12.2737092971],[50.81999969482,12.28559875488],[50.82365036010,12.28566074371],[50.82358932495,12.29160022735],[50.81628036499,12.29147911071],[50.81621932983,12.29741859436],[50.82719039916,12.29759883880],[50.82712936401,12.30353832244],[50.82341003417,12.30940914154],[50.82334136962,12.31534004211],[50.82706069946,12.30946826934],[50.83436965942,12.30958938598],[50.83797073364,12.31558990478],[50.83065032958,12.31546878814],[50.82693099975,12.32132911682],[50.82664108276,12.34500026702],[50.83021926879,12.35096931457],[50.83005142211,12.3627681732],[50.84468078613,12.36304187774],[50.84817123413,12.37492084503],[50.85174179077,12.38088989257],[50.85540008544,12.38097000122],[50.85530853271,12.38687038421],[50.85897064209,12.3869390487],[50.85887145996,12.39285087585],[50.85520935058,12.39277076721],[50.85482025146,12.41635990142],[50.85837173461,12.42234897613],[50.86204910278,12.42242908477],[50.86182022094,12.43421936035],[50.85826873779,12.42823886871],[50.85459899902,12.42816829681],[50.84716033935,12.43387985229],[50.84349060058,12.43379974365],[50.85060119628,12.44574928283],[50.84682846069,12.45154953002],[50.85037994384,12.45751857757],[50.85404968261,12.45761871337],[50.85760879516,12.46360015869],[50.86127090454,12.46370029449],[50.8650512695,12.45788955688],[50.86872100830,12.45797920227],[50.87583923339,12.46995830],[50.87574005126,12.4758586883],[50.88674163818,12.47614765167],[50.89374923706,12.49404907226],[50.89741897583,12.49414920806],[50.89731216430,12.5000495910],[50.90055084228,12.52374839782],[50.89686965942,12.52363872528],[50.90044021606,12.52966022491],[50.90422058105,12.52385997772],[50.90789031982,12.52397823333],[50.91135025024,12.53588008880],[50.91123962402,12.54177761077],[50.90756988525,12.54166889190],[50.90745925903,12.54757022857],[50.90367126464,12.55336093902],[50.91069030761,12.5712795257],[50.91057968139,12.57717990875],[50.90690994262,12.57705879211],[50.90679931640,12.58296012878],[50.91046905517,12.58307933807],[50.90668869018,12.58885860443],[50.9,12.6124391555],[50.90991973876,12.61257076263],[50.90959167480,12.63025856018],[50.91316223144,12.63628959655],[50.90935897827,12.64204883575],[50.90925979614,12.64795017242],[50.90547180175,12.65369987487],[50.91651153564,12.65410995483],[50.92364883422,12.66616916656],[50.92733001708,12.6663103103],[50.93112182617,12.66053962707],[50.93122863769,12.65463924407],[50.93859100341,12.65489864349],[50.94248962402,12.64322090148],[50.94260025024,12.63730812072],[50.94628143310,12.63744068145],[50.94617080688,12.64334964752],[50.95352935791,12.64360809326],[50.96834945678,12.63819980621],[50.97949981689,12.63265895843],[50.98318099975,12.63278007507],[50.98686218261,12.63289833068],[50.99063873291,12.62710857391],[50.99074172973,12.62118816375],[51.00178146362,12.62155055999],[50.99462890625,12.60945987701],[50.99473190307,12.60353755950],[50.99126052856,12.59158039093],[50.98759078979,12.59145927429],[50.99504089355,12.5857696533],[50.99515151977,12.5798492431],[50.99893188476,12.57403087615],[50.99903106689,12.56810855865],[51.00271224975,12.56821918487],[51.00291061401,12.55636978149],[50.99934005737,12.55032062530],[51.00321197509,12.53858089447],[51.01026153564,12.5565786361],[51.01404190063,12.5507698059],[51.0177116394,12.55087852478],[51.01782226,12.54494857788],[51.02138900756,12.55098819732],[51.02873992919,12.55121040344],[51.02883911132,12.54526996612],[51.02537155151,12.5333003997],[51.0290412902,12.5333995819],[51.02914047241,12.52745914459],[51.01811981201,12.5271492004],[51.02188873291,12.52131938934],[51.03290939331,12.52162933349],[51.03668975830,12.515798568],[51.05506134033,12.51631832122],[51.05496215820,12.52225971221],[51.06608200073,12.51662826538],[51.06985092163,12.51078891754],[51.06993865966,12.5048503875],[51.07014083862,12.49295043945],[51.06655883789,12.48691082000],[51.06665039,12.48095989227],[51.07033157348,12.48106002807],[51.07041931152,12.47510910034],[51.08510971069,12.47550964355],[51.08887863159,12.46966934204],[51.0852088928,12.46955966949],[51.08530044555,12.46360874176],[51.08163070678,12.46351146698],[51.08205032348,12.43377017974],[51.07487869262,12.42167854309],[51.08615112304,12.40410995483],[51.08623123168,12.39816093444],[51.08256149291,12.3980703353],[51.08264923095,12.39210987091],[51.0790405273,12.38607025146],[51.08277893066,12.38021087646],[51.08287048339,12.37425994873],[51.08662033081,12.36839962005],[51.09762954711,12.36865997314],[51.1013793945,12.36279964447],[51.10145950317,12.3568401336],[51.10520172119,12.35096931457],[51.10528182983,12.34500885009],[51.09807968139,12.33293914794],[51.09822845458,12.32101917266],[51.10197067260,12.31515026092],[51.09476852416,12.30306911468],[51.09484100341,12.2971200942],[51.09857940673,12.29123973846],[51.10224914550,12.29131984710],[51.10245895385,12.27344894409],[51.09891891479,12.26144886016],[51.10258102416,12.26152038574],[51.10264968872,12.25555992126],[51.10646057128,12.24372005462],[51.11019134521,12.23782825469],[51.11386871337,12.23791027069],[51.11392974853,12.23193931579],[51.12495040893,12.23218059539],[51.12488937377,12.23814964294],[51.12842941284,12.25015926361],[51.13209915161,12.25023841857],[51.13951110839,12.24442863464],[51.13977050781,12.22055912017],[51.14356994628,12.20869922637],[51.16561889648,12.20915889740],[51.16555023193,12.21512985229],[51.1729011535,12.21529865264],[51.17284011840,12.22126960754],[51.18386077880,12.22149753570],[51.18766021728,12.20963954925],[51.18772888183,12.20366001129],[51.18424224853,12.18565940856],[51.1915893554,12.18581867218],[51.19153213500,12.19178962707],[51.19514083862,12.19783878326],[51.19519042968,12.1918697357],[51.19874954223,12.20389938354],[51.20616912841,12.19807815551],[51.21699905395,12.21623992919],[51.21707153320,12.21026039123],[51.22447967529,12.20443916320],[51.25022125244,12.20498752593],[51.25762939453,12.19917011260],[51.26137161254,12.19326877593],[51.26150131225,12.18130970001],[51.26885223388,12.1814594268],[51.26892089843,12.17547988891],[51.27259063720,12.17555999755],[51.27621078491,12.18161964416],[51.28723907470,12.18185138702],[51.29465866088,12.17602062225],[51.29478073120,12.16404819488],[51.30213928222,12.16420078277],[51.30208206176,12.17018985748],[51.30949020385,12.16435813903],[51.32059097290,12.15859889984],[51.32040023803,12.17656993865],[51.327758789,12.17672920227],[51.32757186889,12.19468879699],[51.33118057250,12.20076084136],[51.34957885742,12.20118045806],[51.34963989257,12.19517898559],[51.35686874389,12.20732879638],[51.36054992675,12.20742893219],[51.36059951782,12.20141887664],[51.36429214477,12.20151042938],[51.36436080932,12.19550895690],[51.36804199218,12.19560146331],[51.36809921264,12.18959999084],[51.37545013427,12.1897706985],[51.37553024291,12.18377017974],[51.38656997680,12.18401813507],[51.39012145996,12.19609069824],[51.39019012451,12.19009876251],[51.40129089355,12.18434810638],[51.40124130249,12.19034862518],[51.40864944458,12.18451023101],[51.41226959228,12.19060039520],[51.41596221923,12.19066905975],[51.41588973999,12.19667911529],[51.42319107055,12.20285034179],[51.42325973510,12.19684982299],[51.41957092285,12.19675827026],[51.43069076538,12.19101905822],[51.43450164794,12.17909717559],[51.43080902099,12.17900753021],[51.4345588684,12.17309188842],[51.43461990356,12.16707897186],[51.4530410766,12.16749858856],[51.46052932739,12.15565872192],[51.46422195434,12.15574073791],[51.46409225463,12.1677503585],[51.46770858764,12.17383861541],[51.46765136718,12.17984867095],[51.47126007080,12.18593883514],[51.48231887817,12.18619918823],[51.48575210571,12.21030998229],[51.49673080444,12.21658039093],[51.50041961669,12.21666908264],[51.50049209594,12.21066093444],[51.50429916381,12.1987304],[51.50799179077,12.19881916046],[51.50791931152,12.20482921600],[51.51898193359,12.20510005950],[51.51903915405,12.19907855987],[51.52273178100,12.1991605758],[51.52635192871,12.2052602767],[51.53004074096,12.20535087585],[51.52997207641,12.21136093139],[51.53366088867,12.21144962310],[51.53358078002,12.21745967864],[51.54096221923,12.21763992309],[51.54806900024,12.24187755584],[51.55176162719,12.24197006225],[51.55168914794,12.2479887008],[51.5591316223,12.24215030670],[51.56644058227,12.24834918975],[51.56629943847,12.26039028167],[51.55892181396,12.26019954681],[51.55844116210,12.30230998992],[51.56211853027,12.30241012573],[51.56575012207,12.30852031707],[51.56929016113,12.32065010070],[51.57291030883,12.3267602920],[51.57659912109,12.32686138153],[51.57645034790,12.33890819549],[51.58007049560,12.34500885009],[51.58000183105,12.35102844238],[51.58375930786,12.34510993957],[51.58361053466,12.35715007782],[51.58729934692,12.35725975036],[51.58338165283,12.37520980834],[51.58325195312,12.38723945617],[51.58686065673,12.3933696746],[51.58301925659,12.40531063079],[51.58264160156,12.43540000915],[51.59740066528,12.43581867218],[51.59724044799,12.44785976409],[51.60092926025,12.44796943664],[51.60470199584,12.44204998016],[51.60454177856,12.45408916473],[51.6082305908,12.45419979095],[51.60816192626,12.46022033691],[51.6044692993,12.4601097106],[51.60062026977,12.47205066680],[51.60055160522,12.47807025909],[51.60424041748,12.47817039489],[51.60400009155,12.49623870849],[51.60031127929,12.49612998962],[51.59669876098,12.48999881744],[51.59300994873,12.48988914489],[51.59294128417,12.49590873718],[51.60377883911,12.51429939270],[51.60746002197,12.51440811157],[51.60361099243,12.52633953094],[51.6033821105,12.5443992614],[51.59960,12.55029964447],[51.60322189331,12.55644893646],[51.60691070556,12.55654716491],[51.60684204101,12.56256866455],[51.61035919189,12.57471942901],[51.61396026611,12.58085918426],[51.613891601,12.58686923980],[51.62487030029,12.59324836730],[51.62480163574,12.59926986694],[51.61742019653,12.59903907775],[51.61734008789,12.60505867004],[51.62096023559,12.61119937896],[51.62464141845,12.61130809783],[51.62430953979,12.63538932800],[51.62800216674,12.63550090789],[51.62422943115,12.64141082763],[51.6169319152,12.63515853881],[51.61447143554,12.63507938385],[51.61677169799,12.64719963073],[51.62030029296,12.65935897827],[51.62398910522,12.65948009490],[51.62760162353,12.66561985015],[51.63113021850,12.67777919769],[51.63851165771,12.67802143096],[51.64942169189,12.69043064117],[51.65311050415,12.69054031372],[51.65671920776,12.69669818878],[51.66041946411,12.69681930541],[51.65993118286,12.73295879364],[51.65607070922,12.74487876892],[51.65599060058,12.75089836120],[51.65229034423,12.75077056884],[51.6522102355,12.75679016113],[51.64844131469,12.76269054412],[51.64826965332,12.77472877502],[51.6445808410,12.77459907531],[51.644409179,12.78664016723],[51.65171051025,12.7929191589],[51.66271209716,12.79932975769],[51.66254043579,12.81137084960],[51.66614913940,12.81751060485],[51.66606903076,12.82353878021],[51.66968154907,12.82969856262],[51.66960144042,12.83570861816],[51.67321014404,12.8418703079],[51.6805915832,12.84211826324],[51.68033981323,12.86019897460],[51.67647933959,12.87211036682],[51.67269897460,12.87799930572]], + DE_ST: [[51.09109,12.28531],[51.09605,12.28069],[51.09568,12.27887],[51.09720,12.27786],[51.09775,12.27957],[51.09964,12.27879],[51.10045,12.26094],[51.09813,12.26120],[51.09791,12.25399],[51.10012,12.25322],[51.10056,12.24446],[51.10223,12.24412],[51.10352,12.24146],[51.10287,12.23511],[51.10422,12.23322],[51.10616,12.22875],[51.10885,12.22584],[51.10950,12.22249],[51.11079,12.22438],[51.11176,12.22326],[51.11489,12.22515],[51.11952,12.22481],[51.11985,12.22335],[51.12117,12.22343],[51.12122,12.22086],[51.12230,12.22086],[51.12305,12.22215],[51.12243,12.22292],[51.12222,12.22558],[51.12041,12.22429],[51.11998,12.22845],[51.12144,12.22987],[51.12346,12.23227],[51.12289,12.23339],[51.12313,12.23515],[51.12483,12.23798],[51.12642,12.23927],[51.12774,12.23772],[51.12844,12.23901],[51.12844,12.23978],[51.13000,12.24189],[51.13089,12.24176],[51.13129,12.24103],[51.13164,12.23966],[51.13269,12.23914],[51.13323,12.23532],[51.13506,12.23378],[51.13568,12.23210],[51.13520,12.23124],[51.13549,12.23069],[51.13668,12.23051],[51.13716,12.22785],[51.13668,12.22687],[51.13692,12.22528],[51.13746,12.22511],[51.13811,12.22099],[51.13838,12.21622],[51.14180,12.19708],[51.14486,12.19657],[51.14573,12.19751],[51.14758,12.19747],[51.14877,12.19824],[51.15127,12.19708],[51.15426,12.19768],[51.15547,12.19751],[51.15781,12.19786],[51.16002,12.19768],[51.16061,12.20082],[51.16155,12.20249],[51.16363,12.20279],[51.16578,12.20262],[51.17081,12.20670],[51.17108,12.20983],[51.17213,12.21167],[51.17509,12.21232],[51.17579,12.21163],[51.17619,12.20880],[51.17700,12.20884],[51.17883,12.21245],[51.18034,12.21215],[51.18087,12.21301],[51.18373,12.21373],[51.18381,12.20537],[51.18542,12.19275],[51.18486,12.18678],[51.18330,12.18000],[51.18284,12.17975],[51.18281,12.17829],[51.18200,12.17816],[51.18133,12.17455],[51.18445,12.17460],[51.18980,12.17417],[51.18978,12.18095],[51.19139,12.18799],[51.19422,12.18584],[51.19567,12.19206],[51.20391,12.18965],[51.21321,12.20115],[51.21410,12.20544],[51.21700,12.20351],[51.21649,12.20102],[51.21738,12.19789],[51.22391,12.19621],[51.22953,12.19540],[51.23560,12.19261],[51.23619,12.19827],[51.23751,12.19754],[51.23839,12.19991],[51.23971,12.19922],[51.23845,12.19514],[51.24223,12.19321],[51.24981,12.19167],[51.25784,12.18930],[51.25736,12.18506],[51.25862,12.18128],[51.25808,12.17356],[51.26034,12.17321],[51.26152,12.17377],[51.26611,12.17356],[51.26619,12.16600],[51.26769,12.16566],[51.27014,12.16926],[51.27355,12.17021],[51.27619,12.17220],[51.28583,12.17267],[51.28586,12.17019],[51.29396,12.16911],[51.29265,12.15783],[51.30107,12.15577],[51.30150,12.15851],[51.31033,12.15478],[51.31977,12.14804],[51.32090,12.15542],[51.31990,12.16079],[51.32079,12.16697],[51.32551,12.16602],[51.32605,12.16795],[51.32674,12.16740],[51.32688,12.17066],[51.32747,12.17233],[51.32704,12.17465],[51.32808,12.17765],[51.32787,12.18267],[51.33036,12.19473],[51.33527,12.19289],[51.34071,12.19327],[51.34087,12.19400],[51.34347,12.19366],[51.34334,12.19250],[51.34741,12.19147],[51.34723,12.18907],[51.34875,12.19048],[51.35395,12.19078],[51.35417,12.19559],[51.36057,12.19636],[51.36097,12.19091],[51.36459,12.19194],[51.36469,12.18787],[51.36737,12.18583],[51.36965,12.18986],[51.37020,12.19353],[51.37059,12.19325],[51.36994,12.18930],[51.36757,12.18529],[51.36722,12.18471],[51.36847,12.18248],[51.36879,12.18293],[51.37020,12.18289],[51.37148,12.18482],[51.37135,12.18330],[51.37183,12.18323],[51.37250,12.18381],[51.37365,12.18362],[51.37225,12.18488],[51.37293,12.18615],[51.37202,12.18804],[51.37132,12.19218],[51.37266,12.19383],[51.37324,12.19076],[51.37270,12.18898],[51.37341,12.18660],[51.37386,12.18772],[51.37461,12.18722],[51.37521,12.18830],[51.37435,12.18900],[51.37558,12.19038],[51.37787,12.19096],[51.37905,12.18986],[51.37935,12.18862],[51.37777,12.18688],[51.37904,12.18282],[51.37820,12.18184],[51.37550,12.18012],[51.37541,12.17589],[51.37636,12.17637],[51.37735,12.17868],[51.37758,12.17697],[51.37907,12.17540],[51.38099,12.17935],[51.38225,12.17671],[51.38399,12.17649],[51.38311,12.17420],[51.38414,12.17325],[51.38528,12.17467],[51.38630,12.17819],[51.38632,12.18141],[51.38765,12.18255],[51.38926,12.18267],[51.39033,12.18250],[51.39053,12.17780],[51.40110,12.17465],[51.40065,12.17806],[51.40394,12.17828],[51.40621,12.17716],[51.40996,12.17420],[51.41031,12.18368],[51.41403,12.18312],[51.41400,12.18849],[51.41331,12.18999],[51.42163,12.19493],[51.42149,12.18913],[51.42091,12.18896],[51.42091,12.18613],[51.43049,12.18488],[51.43284,12.17042],[51.43244,12.16939],[51.43485,12.15759],[51.44306,12.15810],[51.44392,12.15459],[51.44523,12.15463],[51.44512,12.15849],[51.45122,12.15896],[51.45234,12.15845],[51.45245,12.15343],[51.45753,12.15291],[51.45945,12.14871],[51.46298,12.14905],[51.46285,12.15338],[51.46493,12.15557],[51.46467,12.15862],[51.46558,12.15853],[51.46560,12.16351],[51.46721,12.16390],[51.46718,12.16729],[51.46814,12.17351],[51.46996,12.17630],[51.47483,12.17712],[51.48204,12.17630],[51.48522,12.20385],[51.48998,12.20141],[51.49059,12.20518],[51.49415,12.20553],[51.49412,12.20454],[51.49770,12.20471],[51.49757,12.20763],[51.50267,12.20832],[51.50195,12.19823],[51.50590,12.19784],[51.50550,12.19274],[51.50614,12.19154],[51.50787,12.19138],[51.50829,12.19404],[51.51770,12.19602],[51.51986,12.19168],[51.52488,12.19220],[51.52531,12.19473],[51.53094,12.19396],[51.53158,12.19674],[51.53110,12.19760],[51.53121,12.20241],[51.53422,12.20189],[51.53476,12.20739],[51.53940,12.20692],[51.53959,12.21069],[51.54172,12.21022],[51.54439,12.22361],[51.54629,12.21915],[51.54725,12.23151],[51.55154,12.23099],[51.55251,12.23163],[51.55293,12.23614],[51.55659,12.23627],[51.55645,12.23468],[51.56092,12.23317],[51.56143,12.23686],[51.56618,12.24193],[51.56676,12.24497],[51.56343,12.24922],[51.56303,12.24798],[51.56135,12.24939],[51.55919,12.24995],[51.55900,12.25090],[51.56055,12.25467],[51.56009,12.26102],[51.55980,12.27278],[51.56073,12.28330],[51.56036,12.29381],[51.56484,12.29484],[51.56519,12.29755],[51.56642,12.29750],[51.56506,12.30154],[51.56810,12.31347],[51.57317,12.31703],[51.57799,12.32196],[51.57807,12.32600],[51.57863,12.33209],[51.57941,12.33231],[51.57999,12.33827],[51.57885,12.33930],[51.58018,12.34153],[51.58375,12.34218],[51.58493,12.33673],[51.58599,12.33754],[51.58434,12.34407],[51.58647,12.34866],[51.58498,12.35668],[51.58474,12.36003],[51.58399,12.36196],[51.58293,12.36767],[51.58477,12.36908],[51.58375,12.37350],[51.58474,12.37526],[51.58543,12.37355],[51.58541,12.38187],[51.58621,12.38526],[51.58487,12.39118],[51.58677,12.39419],[51.58461,12.39711],[51.58167,12.42324],[51.59898,12.42740],[51.59741,12.43354],[51.59919,12.43414],[51.59917,12.43723],[51.60298,12.43916],[51.60426,12.43371],[51.60594,12.43320],[51.60503,12.43685],[51.60588,12.44002],[51.60791,12.44208],[51.60964,12.44217],[51.61047,12.44401],[51.60993,12.44848],[51.60903,12.44998],[51.60692,12.44994],[51.60324,12.46015],[51.60407,12.46727],[51.60527,12.47116],[51.60447,12.48576],[51.60188,12.48769],[51.59981,12.48511],[51.59666,12.47756],[51.59525,12.47769],[51.59258,12.48254],[51.59370,12.48554],[51.59813,12.49000],[51.59839,12.49108],[51.59613,12.49790],[51.60042,12.49726],[51.60372,12.49816],[51.60418,12.49541],[51.60503,12.49636],[51.60378,12.49902],[51.60452,12.50417],[51.60849,12.50661],[51.60551,12.51601],[51.60682,12.52356],[51.60476,12.52704],[51.60596,12.53434],[51.60260,12.53764],[51.60247,12.54172],[51.60418,12.54528],[51.60716,12.54292],[51.60772,12.54575],[51.60879,12.55129],[51.60817,12.55545],[51.60801,12.56197],[51.61020,12.56086],[51.61305,12.56227],[51.61473,12.56708],[51.61657,12.57009],[51.61489,12.57515],[51.62215,12.57774],[51.62559,12.58079],[51.62444,12.58517],[51.62569,12.58689],[51.62551,12.58813],[51.62098,12.58860],[51.62084,12.58968],[51.61962,12.59023],[51.61813,12.59581],[51.62047,12.59877],[51.62287,12.59929],[51.62505,12.60186],[51.62689,12.60658],[51.62663,12.61804],[51.62753,12.62439],[51.62548,12.62873],[51.62431,12.62847],[51.62234,12.62444],[51.62047,12.62268],[51.61658,12.62195],[51.61634,12.61736],[51.61368,12.60989],[51.61093,12.60740],[51.61091,12.60907],[51.61269,12.61302],[51.61277,12.61474],[51.61426,12.61864],[51.61613,12.62701],[51.61602,12.63066],[51.61687,12.63701],[51.61842,12.63765],[51.61895,12.64027],[51.61970,12.63963],[51.61954,12.64092],[51.62071,12.64958],[51.62204,12.64962],[51.62300,12.64872],[51.62476,12.64936],[51.62604,12.65348],[51.62908,12.65739],[51.63001,12.65713],[51.62996,12.66357],[51.63140,12.66421],[51.63132,12.66614],[51.63731,12.66777],[51.64181,12.66713],[51.64964,12.67880],[51.65497,12.67962],[51.66075,12.68653],[51.66261,12.69271],[51.66008,12.69824],[51.66072,12.70258],[51.66261,12.70674],[51.66104,12.71708],[51.65736,12.72773],[51.65569,12.73429],[51.65510,12.74086],[51.65039,12.74893],[51.64888,12.75679],[51.64949,12.76065],[51.64784,12.76430],[51.64609,12.76391],[51.64742,12.77323],[51.65367,12.78232],[51.66368,12.78979],[51.66520,12.79280],[51.66664,12.80601],[51.67031,12.81863],[51.67220,12.81996],[51.67449,12.82580],[51.67537,12.82700],[51.67625,12.83262],[51.67904,12.82996],[51.68021,12.82854],[51.68197,12.82859],[51.68077,12.83108],[51.68085,12.83412],[51.68221,12.83571],[51.68178,12.84116],[51.68460,12.84425],[51.68391,12.84584],[51.68322,12.84618],[51.68085,12.84841],[51.68101,12.85013],[51.67832,12.85421],[51.67896,12.85584],[51.67593,12.85876],[51.67228,12.85670],[51.67180,12.85914],[51.67428,12.86060],[51.67383,12.86163],[51.66962,12.86043],[51.66544,12.86099],[51.66483,12.86086],[51.66376,12.86631],[51.66132,12.86318],[51.65801,12.86459],[51.65628,12.86755],[51.65535,12.86476],[51.65471,12.86618],[51.65554,12.86931],[51.65764,12.87124],[51.65849,12.87618],[51.65833,12.87931],[51.66030,12.88142],[51.66741,12.88905],[51.66440,12.89579],[51.65535,12.89309],[51.64878,12.89496],[51.64582,12.90256],[51.64614,12.90848],[51.64361,12.91372],[51.64569,12.91582],[51.64875,12.91496],[51.65024,12.92496],[51.64854,12.93286],[51.64238,12.94007],[51.63312,12.94616],[51.63927,12.94577],[51.64356,12.95243],[51.64915,12.94977],[51.64995,12.95449],[51.65085,12.95599],[51.65101,12.95835],[51.64928,12.96319],[51.65208,12.96594],[51.65093,12.97259],[51.66508,12.96723],[51.66481,12.96874],[51.66470,12.97371],[51.66297,12.97878],[51.66356,12.98178],[51.66505,12.98221],[51.66606,12.97762],[51.66782,12.97762],[51.66766,12.98397],[51.66864,12.98414],[51.66846,12.99448],[51.66707,12.99830],[51.66728,13.00105],[51.66135,13.00530],[51.66438,13.01144],[51.65821,13.01792],[51.65357,13.02019],[51.64473,13.01603],[51.63690,13.02358],[51.68636,13.15507],[51.68876,13.15542],[51.69009,13.16237],[51.69169,13.16348],[51.69482,13.15808],[51.69477,13.16391],[51.69972,13.16057],[51.71009,13.15516],[51.71270,13.16194],[51.70887,13.16580],[51.70770,13.17035],[51.71217,13.17190],[51.71770,13.16735],[51.71653,13.17250],[51.71583,13.18194],[51.71530,13.18803],[51.72131,13.18486],[51.72142,13.18657],[51.72381,13.18632],[51.72397,13.18323],[51.73147,13.17945],[51.73428,13.17481],[51.73482,13.17035],[51.73763,13.16863],[51.73896,13.16941],[51.74194,13.16546],[51.74258,13.15782],[51.74576,13.15876],[51.74736,13.15628],[51.75044,13.15876],[51.74986,13.16254],[51.75214,13.16469],[51.75522,13.16374],[51.75522,13.16082],[51.75915,13.15095],[51.76335,13.15413],[51.76324,13.15602],[51.76473,13.15662],[51.76659,13.14804],[51.77488,13.16125],[51.78104,13.16185],[51.78125,13.15954],[51.78390,13.16065],[51.78247,13.17001],[51.78725,13.17095],[51.78799,13.16014],[51.79266,13.16460],[51.79723,13.15954],[51.79696,13.16151],[51.80211,13.16348],[51.80562,13.16160],[51.81596,13.15404],[51.81761,13.14838],[51.81920,13.15027],[51.82084,13.14881],[51.81994,13.14537],[51.82275,13.14314],[51.82238,13.14194],[51.82450,13.14091],[51.82705,13.14409],[51.82944,13.14194],[51.83315,13.13653],[51.83925,13.13370],[51.84694,13.12769],[51.85744,13.12392],[51.85802,13.14452],[51.85945,13.15147],[51.86736,13.15208],[51.87297,13.14985],[51.87334,13.14401],[51.87663,13.14358],[51.87674,13.14015],[51.88023,13.13895],[51.88002,13.13302],[51.88283,13.13242],[51.88320,13.11826],[51.87652,13.11860],[51.87637,13.10813],[51.87350,13.09826],[51.87414,13.08453],[51.86826,13.07981],[51.86926,13.07268],[51.87096,13.04007],[51.87949,13.02857],[51.87970,13.03784],[51.88225,13.03973],[51.89041,13.03827],[51.89120,13.04917],[51.90084,13.04582],[51.90386,13.02256],[51.89793,13.02101],[51.90222,13.01535],[51.90328,13.00728],[51.90444,12.98600],[51.90158,12.97364],[51.92043,12.97698],[51.92313,12.95724],[51.93541,12.96171],[51.93758,12.93544],[51.93715,12.93407],[51.94017,12.92008],[51.93943,12.91639],[51.93165,12.91433],[51.92842,12.89948],[51.92863,12.89132],[51.93488,12.88884],[51.93525,12.85296],[51.95557,12.85244],[51.95948,12.84970],[51.96831,12.84403],[51.96636,12.82910],[51.96392,12.82197],[51.96249,12.80034],[51.96530,12.77700],[51.97661,12.77751],[51.97931,12.77245],[51.98000,12.76498],[51.98280,12.75932],[51.98666,12.75666],[51.98740,12.74876],[51.98956,12.74284],[51.98882,12.73013],[51.99707,12.71271],[52.00035,12.71202],[52.00341,12.69924],[52.00325,12.68327],[52.00669,12.67675],[52.01250,12.67271],[52.01387,12.66344],[52.01239,12.65383],[52.00758,12.64782],[51.99480,12.64387],[51.99231,12.62293],[51.99369,12.62096],[51.99194,12.61409],[51.98264,12.61340],[51.98164,12.60139],[51.98396,12.56688],[51.98528,12.53993],[51.98740,12.53968],[51.98925,12.54105],[51.99792,12.53787],[52.00077,12.53573],[52.00362,12.53599],[52.00537,12.52423],[52.00758,12.50320],[52.01223,12.49247],[52.01878,12.48509],[52.03352,12.48131],[52.03553,12.46620],[52.03500,12.46045],[52.02586,12.45161],[52.01651,12.44973],[52.01894,12.42938],[52.02364,12.42389],[52.02713,12.42071],[52.02914,12.41067],[52.03843,12.39617],[52.04424,12.38973],[52.04445,12.38278],[52.04756,12.35909],[52.05986,12.34776],[52.06682,12.33240],[52.08429,12.32132],[52.09046,12.31978],[52.09436,12.31291],[52.09816,12.29746],[52.10243,12.29094],[52.10501,12.28098],[52.10459,12.27781],[52.11202,12.27146],[52.12472,12.26888],[52.12858,12.26606],[52.13263,12.26400],[52.13764,12.24744],[52.15676,12.23233],[52.16318,12.23447],[52.16629,12.22237],[52.17076,12.21654],[52.17050,12.21963],[52.17676,12.22091],[52.18544,12.22838],[52.18365,12.23078],[52.18165,12.24211],[52.18412,12.24855],[52.19170,12.24460],[52.19581,12.24357],[52.20107,12.25216],[52.20606,12.25422],[52.20748,12.24683],[52.21201,12.24975],[52.21621,12.26082],[52.21427,12.26761],[52.21674,12.28297],[52.22893,12.29771],[52.22979,12.29466],[52.23016,12.28844],[52.23355,12.28582],[52.23489,12.28329],[52.23510,12.27591],[52.23781,12.27497],[52.23973,12.27205],[52.24222,12.27089],[52.24343,12.26462],[52.24264,12.26454],[52.24351,12.25861],[52.24688,12.26303],[52.24789,12.25576],[52.24931,12.25688],[52.25015,12.24589],[52.25598,12.24872],[52.26244,12.25559],[52.26444,12.25207],[52.26633,12.25224],[52.26769,12.25104],[52.27573,12.25276],[52.28455,12.25722],[52.29411,12.26460],[52.29526,12.26374],[52.30476,12.27387],[52.32129,12.28477],[52.32260,12.28984],[52.34085,12.30417],[52.34463,12.30855],[52.34720,12.30709],[52.35103,12.29833],[52.35386,12.29868],[52.36481,12.28391],[52.36892,12.28630],[52.37012,12.29240],[52.37091,12.30046],[52.37300,12.30373],[52.37850,12.30733],[52.38144,12.29480],[52.38610,12.29248],[52.39322,12.29677],[52.39511,12.30287],[52.39846,12.30433],[52.40098,12.30218],[52.40527,12.30278],[52.40951,12.29935],[52.40805,12.29497],[52.40841,12.29042],[52.41019,12.28450],[52.41223,12.27532],[52.41626,12.27480],[52.42375,12.29806],[52.42668,12.29617],[52.43066,12.28948],[52.43254,12.29986],[52.43500,12.30347],[52.43924,12.30330],[52.44442,12.30870],[52.44568,12.30759],[52.44594,12.30338],[52.44793,12.30544],[52.45059,12.30484],[52.45159,12.30888],[52.45148,12.31463],[52.45274,12.31754],[52.45697,12.31789],[52.45922,12.31514],[52.46126,12.31600],[52.46231,12.32235],[52.46445,12.32561],[52.47364,12.32604],[52.47887,12.33154],[52.47996,12.32742],[52.47672,12.32312],[52.47599,12.31609],[52.47855,12.31248],[52.47887,12.30913],[52.48059,12.30870],[52.48331,12.31051],[52.48608,12.31025],[52.49057,12.31480],[52.49036,12.31866],[52.49183,12.32475],[52.49094,12.32647],[52.49235,12.32956],[52.49690,12.33111],[52.49606,12.32175],[52.49141,12.31265],[52.49104,12.30905],[52.49455,12.30355],[52.49664,12.29763],[52.49439,12.29420],[52.49277,12.29471],[52.49266,12.28433],[52.48958,12.28235],[52.48906,12.28004],[52.48749,12.27789],[52.48847,12.27190],[52.49375,12.27018],[52.49527,12.26263],[52.50122,12.27078],[52.50138,12.26649],[52.50300,12.26478],[52.50446,12.26006],[52.51021,12.25920],[52.51940,12.25894],[52.51961,12.24744],[52.52233,12.24478],[52.52483,12.23516],[52.52280,12.23139],[52.51945,12.23104],[52.51700,12.23165],[52.51214,12.22280],[52.50864,12.22323],[52.50613,12.22813],[52.50284,12.22203],[52.50060,12.22083],[52.50206,12.21362],[52.50378,12.21130],[52.49872,12.20658],[52.49736,12.20032],[52.49939,12.19740],[52.49898,12.18842],[52.49631,12.18490],[52.50279,12.17958],[52.50660,12.17108],[52.51554,12.16816],[52.51977,12.17580],[52.52431,12.18009],[52.52682,12.18619],[52.53340,12.18962],[52.53434,12.18052],[52.53914,12.17378],[52.53747,12.16726],[52.53596,12.16451],[52.53418,12.15653],[52.53011,12.15490],[52.52959,12.14383],[52.53429,12.14563],[52.53664,12.14366],[52.54034,12.15044],[52.55569,12.15756],[52.56252,12.16151],[52.57530,12.18160],[52.57656,12.17705],[52.58360,12.17421],[52.60122,12.17439],[52.60664,12.17687],[52.60763,12.17052],[52.61295,12.17190],[52.61800,12.17662],[52.61686,12.16949],[52.62170,12.16958],[52.62530,12.17267],[52.61972,12.18992],[52.61800,12.20322],[52.62368,12.20940],[52.62566,12.21799],[52.62858,12.23790],[52.63040,12.23713],[52.63014,12.23095],[52.63968,12.23181],[52.64072,12.23696],[52.64639,12.23910],[52.64973,12.23421],[52.65337,12.23327],[52.65452,12.23627],[52.66019,12.23481],[52.66254,12.23867],[52.66441,12.23524],[52.66555,12.23936],[52.66717,12.23747],[52.67024,12.23919],[52.67541,12.23634],[52.68077,12.23479],[52.68135,12.22870],[52.68337,12.22741],[52.68800,12.23376],[52.69009,12.23136],[52.68837,12.22553],[52.68847,12.22192],[52.69784,12.21771],[52.69997,12.21832],[52.70257,12.22484],[52.70616,12.22080],[52.70663,12.21840],[52.70954,12.21634],[52.70907,12.21033],[52.71307,12.20484],[52.71573,12.21196],[52.71885,12.21050],[52.72035,12.20372],[52.71775,12.19892],[52.72035,12.19883],[52.72524,12.20761],[52.72929,12.20547],[52.73454,12.21087],[52.73579,12.22126],[52.74026,12.22358],[52.74327,12.21971],[52.74421,12.22169],[52.74722,12.21946],[52.75122,12.21989],[52.75330,12.21053],[52.75600,12.20787],[52.76083,12.20607],[52.76343,12.20847],[52.76322,12.21628],[52.76644,12.21242],[52.76862,12.21405],[52.77215,12.21311],[52.77412,12.21525],[52.77334,12.22109],[52.77573,12.22418],[52.77916,12.22306],[52.78710,12.22401],[52.78975,12.22143],[52.78923,12.23225],[52.78695,12.23628],[52.78591,12.24529],[52.79328,12.25087],[52.79650,12.24795],[52.79852,12.25628],[52.80309,12.25319],[52.80464,12.25808],[52.81020,12.25422],[52.81258,12.25010],[52.81891,12.24667],[52.82042,12.24418],[52.82864,12.24296],[52.83481,12.23961],[52.84010,12.23858],[52.84456,12.23987],[52.85036,12.23214],[52.85472,12.23274],[52.85865,12.23523],[52.86145,12.23188],[52.86617,12.22193],[52.86632,12.21721],[52.86218,12.21429],[52.86264,12.20983],[52.86731,12.20888],[52.86846,12.20267],[52.87815,12.19727],[52.87753,12.19229],[52.87126,12.18542],[52.86841,12.17787],[52.86489,12.17177],[52.86152,12.16010],[52.86043,12.15221],[52.85587,12.13109],[52.85333,12.12603],[52.85401,12.12422],[52.86603,12.13358],[52.86784,12.12998],[52.87577,12.12071],[52.88887,12.12277],[52.89006,12.12525],[52.88991,12.12706],[52.89395,12.12980],[52.89462,12.12474],[52.88654,12.11667],[52.87603,12.11255],[52.87820,12.09770],[52.87727,12.08182],[52.88297,12.08225],[52.88706,12.07599],[52.88375,12.06698],[52.88727,12.06775],[52.88877,12.05916],[52.88939,12.05402],[52.88654,12.04904],[52.88949,12.04715],[52.88949,12.04286],[52.88856,12.02998],[52.89105,12.02277],[52.88991,12.01917],[52.88877,12.01840],[52.88768,12.00526],[52.88333,12.00621],[52.88204,12.00389],[52.88240,11.99419],[52.88100,11.98844],[52.87753,11.98707],[52.87670,11.98295],[52.87851,11.97325],[52.88183,11.95909],[52.88867,11.94784],[52.89281,11.91986],[52.89348,11.89514],[52.90907,11.87154],[52.91015,11.83386],[52.91776,11.82279],[52.93018,11.82699],[52.93856,11.84476],[52.94647,11.84922],[52.95439,11.84021],[52.95816,11.82768],[52.95940,11.78948],[52.96948,11.77412],[52.97972,11.76889],[52.98633,11.75507],[52.98984,11.73644],[52.98349,11.71739],[52.97615,11.69619],[52.98390,11.68443],[53.00214,11.68340],[53.00942,11.67276],[53.00927,11.66203],[53.00555,11.64855],[53.00839,11.62872],[53.02001,11.62443],[53.03467,11.64194],[53.03978,11.63662],[53.04169,11.62529],[53.03632,11.59851],[53.03347,11.59665],[53.01717,11.56632],[53.01283,11.56186],[53.01355,11.55843],[53.00441,11.55190],[53.00364,11.55920],[52.99904,11.55611],[52.99904,11.54675],[53.00152,11.53877],[53.00317,11.53654],[53.00353,11.53371],[53.00875,11.52658],[53.00761,11.51877],[53.00730,11.51182],[52.99914,11.50538],[52.99072,11.50204],[52.98307,11.50118],[52.95899,11.49139],[52.94244,11.50290],[52.94161,11.48976],[52.93996,11.48084],[52.93944,11.46839],[52.93306,11.45277],[52.92018,11.43217],[52.92070,11.42513],[52.91681,11.42282],[52.91024,11.41397],[52.90491,11.40780],[52.90372,11.39715],[52.90227,11.39192],[52.90475,11.38445],[52.90201,11.38436],[52.90066,11.37312],[52.89761,11.36857],[52.89632,11.36265],[52.89419,11.36213],[52.89088,11.35509],[52.88912,11.34883],[52.88865,11.33647],[52.88699,11.33630],[52.88026,11.31647],[52.87840,11.31295],[52.87798,11.30600],[52.87529,11.29493],[52.87855,11.29407],[52.88461,11.29561],[52.88720,11.29458],[52.88922,11.29149],[52.88881,11.28343],[52.88803,11.27579],[52.88326,11.27047],[52.88150,11.27012],[52.88021,11.26532],[52.88016,11.25725],[52.87964,11.24858],[52.87891,11.24180],[52.88031,11.23845],[52.88466,11.23837],[52.88870,11.23631],[52.89207,11.23030],[52.89171,11.22463],[52.89274,11.21983],[52.89787,11.22094],[52.90072,11.19511],[52.90087,11.18584],[52.90662,11.15425],[52.90222,11.15425],[52.89792,11.13691],[52.89699,11.11649],[52.89569,11.11125],[52.89802,11.09743],[52.89978,11.09374],[52.90978,11.09674],[52.91179,11.09941],[52.91304,11.09941],[52.91366,11.09108],[52.91314,11.07709],[52.91091,11.07125],[52.90941,11.06585],[52.90993,11.05984],[52.91242,11.05100],[52.91397,11.03804],[52.91257,11.03555],[52.91190,11.03435],[52.91236,11.02705],[52.91019,11.01297],[52.91200,11.00722],[52.91148,10.99838],[52.90776,10.99461],[52.90682,10.99186],[52.90341,10.99272],[52.89932,10.98843],[52.89616,10.98894],[52.89238,10.98783],[52.88964,10.98997],[52.88560,10.98834],[52.88207,10.98516],[52.88052,10.98070],[52.87845,10.97847],[52.87943,10.97555],[52.87762,10.97392],[52.88021,10.96680],[52.87575,10.96688],[52.87441,10.96388],[52.87254,10.96414],[52.86985,10.95667],[52.86498,10.95392],[52.85643,10.94345],[52.85306,10.93864],[52.85384,10.93315],[52.85425,10.92319],[52.85358,10.91453],[52.85503,10.90929],[52.85658,10.89470],[52.85005,10.89324],[52.84642,10.88989],[52.84616,10.88457],[52.84720,10.88371],[52.84798,10.87633],[52.84953,10.87650],[52.85021,10.87513],[52.85321,10.87479],[52.85617,10.86861],[52.85591,10.86474],[52.85337,10.85848],[52.85187,10.85934],[52.85218,10.85462],[52.85311,10.85264],[52.85166,10.84698],[52.85264,10.84114],[52.84772,10.83462],[52.84751,10.82269],[52.85073,10.80011],[52.84378,10.79617],[52.84337,10.77428],[52.84207,10.76415],[52.84057,10.76424],[52.83403,10.77102],[52.83019,10.76303],[52.82879,10.76570],[52.82723,10.76621],[52.82370,10.76527],[52.81992,10.75651],[52.80254,10.76132],[52.78562,10.75445],[52.78323,10.75497],[52.77441,10.76218],[52.76828,10.76776],[52.76849,10.76930],[52.76256,10.77539],[52.75950,10.77462],[52.75410,10.77522],[52.75218,10.78784],[52.74729,10.79102],[52.74428,10.78981],[52.73846,10.79016],[52.73415,10.78732],[52.73170,10.78827],[52.72936,10.79230],[52.71673,10.79531],[52.71372,10.79668],[52.71335,10.80174],[52.71502,10.80887],[52.71569,10.81951],[52.71767,10.82389],[52.71652,10.82981],[52.71174,10.83127],[52.70763,10.83539],[52.70534,10.83479],[52.70326,10.83264],[52.69926,10.83350],[52.69505,10.83754],[52.69380,10.84045],[52.69052,10.84320],[52.68683,10.84784],[52.68391,10.84887],[52.67907,10.85470],[52.67413,10.85934],[52.66830,10.87032],[52.66304,10.87685],[52.65784,10.87745],[52.65164,10.88217],[52.64378,10.89496],[52.63675,10.89822],[52.63487,10.90114],[52.62799,10.90354],[52.62612,10.90560],[52.62612,10.90929],[52.62320,10.91315],[52.61778,10.91504],[52.61455,10.92397],[52.60955,10.91959],[52.60856,10.92731],[52.61137,10.93109],[52.61486,10.94448],[52.62018,10.94628],[52.62570,10.96465],[52.62575,10.96877],[52.62461,10.97238],[52.62388,10.97624],[52.61294,10.97607],[52.60934,10.97392],[52.60679,10.97564],[52.60371,10.97186],[52.60209,10.96362],[52.59954,10.95907],[52.59558,10.95710],[52.59516,10.95427],[52.59360,10.95418],[52.59281,10.95066],[52.59208,10.94594],[52.58927,10.93839],[52.58249,10.94680],[52.58207,10.94379],[52.57962,10.94105],[52.57743,10.94113],[52.57592,10.93950],[52.57138,10.94148],[52.56908,10.93693],[52.56653,10.93667],[52.56042,10.94259],[52.55348,10.94105],[52.54675,10.94611],[52.54294,10.95092],[52.53615,10.95675],[52.53401,10.95770],[52.53339,10.96045],[52.51777,10.97898],[52.49656,11.00903],[52.49614,11.00679],[52.49712,10.99368],[52.49739,10.98210],[52.50151,10.97497],[52.49671,10.95927],[52.49801,10.95892],[52.49540,10.95051],[52.49629,10.94931],[52.49232,10.94270],[52.48657,10.94364],[52.48385,10.94090],[52.47930,10.94287],[52.47684,10.94150],[52.47627,10.93944],[52.47726,10.93386],[52.46445,10.93437],[52.45985,10.93317],[52.45347,10.94716],[52.44871,10.94845],[52.44484,10.95618],[52.43550,10.96079],[52.43199,10.96560],[52.43053,10.97264],[52.42498,10.98053],[52.42273,10.98602],[52.42131,10.98680],[52.42006,10.98886],[52.41838,10.98894],[52.41519,10.99418],[52.41435,10.99100],[52.41331,10.99178],[52.40917,11.00465],[52.40409,11.00808],[52.40336,11.00937],[52.39728,11.01804],[52.39440,11.01564],[52.39163,11.01907],[52.38733,11.01366],[52.38838,11.01873],[52.39314,11.02173],[52.38990,11.02576],[52.38827,11.03392],[52.38524,11.03606],[52.38576,11.04276],[52.38880,11.03967],[52.38696,11.04782],[52.38377,11.04945],[52.38424,11.05066],[52.38125,11.05400],[52.38062,11.06001],[52.37706,11.06439],[52.37429,11.06310],[52.37277,11.06671],[52.37544,11.06851],[52.37439,11.06928],[52.37423,11.07349],[52.37298,11.07417],[52.37187,11.07340],[52.36983,11.06653],[52.36541,11.06756],[52.35897,11.06911],[52.35566,11.06722],[52.35493,11.06396],[52.35797,11.06138],[52.35058,11.05804],[52.34942,11.05272],[52.34958,11.04345],[52.34806,11.04345],[52.34748,11.03941],[52.34439,11.03615],[52.34429,11.03272],[52.34607,11.03014],[52.34481,11.02319],[52.34801,11.02388],[52.34586,11.00800],[52.34581,11.00637],[52.34413,11.00474],[52.34554,11.00388],[52.34549,11.00199],[52.34303,10.99916],[52.34219,10.99392],[52.34492,10.99220],[52.34324,10.98485],[52.34235,10.98502],[52.34177,10.98270],[52.33464,10.98743],[52.33495,10.99180],[52.33600,10.99137],[52.33616,10.99403],[52.33532,10.99584],[52.33595,11.00133],[52.33086,11.00399],[52.33007,10.99987],[52.32714,11.00039],[52.32829,11.00493],[52.32687,11.00631],[52.32635,11.00863],[52.32782,11.00948],[52.32740,11.01249],[52.32562,11.01189],[52.32089,11.01970],[52.31862,11.01953],[52.31673,11.02468],[52.31579,11.02502],[52.31311,11.02802],[52.31316,11.02957],[52.31190,11.03189],[52.30944,11.03257],[52.31001,11.03575],[52.30650,11.03686],[52.30366,11.03489],[52.30172,11.03643],[52.29957,11.03257],[52.29794,11.02571],[52.29674,11.02090],[52.29059,11.01120],[52.28765,11.01103],[52.28009,11.02133],[52.26970,11.02862],[52.27190,11.03609],[52.27216,11.04150],[52.26649,11.05231],[52.26423,11.05042],[52.26134,11.05180],[52.25887,11.05583],[52.25735,11.05583],[52.25336,11.05171],[52.24243,11.05927],[52.24001,11.05832],[52.24138,11.06991],[52.24290,11.07317],[52.23917,11.07755],[52.23633,11.07926],[52.23496,11.07849],[52.23181,11.08278],[52.22850,11.08544],[52.22366,11.07686],[52.22003,11.07446],[52.21919,11.05935],[52.21682,11.04485],[52.21451,11.04390],[52.21146,11.03686],[52.21225,11.03575],[52.21151,11.03326],[52.21220,11.03171],[52.20994,11.02553],[52.20862,11.02794],[52.20657,11.02244],[52.20457,11.02021],[52.19952,11.01335],[52.19510,11.01360],[52.18695,11.01103],[52.18116,11.01369],[52.17795,11.01961],[52.17142,11.03592],[52.17163,11.04553],[52.17258,11.05377],[52.17221,11.05978],[52.17100,11.05961],[52.16747,11.06115],[52.16389,11.05978],[52.16047,11.05437],[52.15326,11.05995],[52.15273,11.05669],[52.15152,11.05806],[52.14888,11.05077],[52.14341,11.04399],[52.13782,11.04588],[52.13435,11.04416],[52.13435,11.03721],[52.13071,11.02691],[52.12911,11.02657],[52.12964,11.02262],[52.12817,11.01636],[52.12226,11.01103],[52.12089,11.01189],[52.12058,11.00932],[52.11936,11.00829],[52.11884,11.00520],[52.11752,11.00357],[52.11726,11.00013],[52.11578,10.99859],[52.11088,10.98503],[52.10592,10.97567],[52.10751,10.96752],[52.10714,10.96271],[52.10561,10.95318],[52.10313,10.94125],[52.09965,10.94297],[52.09512,10.93894],[52.09200,10.94477],[52.08715,10.95962],[52.08794,10.96640],[52.08631,10.96975],[52.07623,10.97121],[52.07349,10.97258],[52.06468,10.96614],[52.05713,10.96443],[52.05803,10.96288],[52.05956,10.93439],[52.05827,10.91753],[52.05875,10.91032],[52.05843,10.89547],[52.05896,10.88620],[52.05849,10.87668],[52.05738,10.87101],[52.05405,10.86346],[52.05231,10.85822],[52.05025,10.84981],[52.04999,10.84028],[52.04798,10.82646],[52.04856,10.82346],[52.04819,10.81462],[52.04793,10.80209],[52.05020,10.78750],[52.05020,10.77951],[52.04999,10.77359],[52.04761,10.76252],[52.04877,10.76080],[52.04909,10.74355],[52.04803,10.73797],[52.05004,10.72261],[52.05015,10.70338],[52.04793,10.68416],[52.04392,10.66588],[52.04498,10.66385],[52.04286,10.65612],[52.04202,10.64771],[52.03236,10.65106],[52.03283,10.65397],[52.02819,10.65638],[52.02481,10.65509],[52.02401,10.64908],[52.02285,10.64702],[52.02312,10.64084],[52.02111,10.64093],[52.01741,10.63818],[52.01556,10.63853],[52.01445,10.63535],[52.01202,10.62788],[52.01282,10.62539],[52.01112,10.62222],[52.00848,10.62720],[52.00864,10.62059],[52.01002,10.61870],[52.00938,10.61509],[52.01076,10.61363],[52.00753,10.60127],[52.01012,10.60033],[52.01007,10.59690],[52.01324,10.59801],[52.01472,10.59647],[52.01451,10.59037],[52.01155,10.58969],[52.01076,10.57913],[52.01107,10.57518],[52.01002,10.57072],[52.00642,10.57175],[52.00410,10.56025],[51.99242,10.57501],[51.98037,10.58651],[51.97519,10.58454],[51.97445,10.58763],[51.97434,10.59527],[51.97709,10.60454],[51.97661,10.60600],[51.97275,10.60582],[51.96847,10.60591],[51.96842,10.61406],[51.96651,10.61406],[51.96662,10.61947],[51.96456,10.61938],[51.96149,10.61835],[51.95710,10.61938],[51.95890,10.63415],[51.96213,10.64179],[51.95922,10.64779],[51.95721,10.64908],[51.95699,10.65037],[51.95377,10.64797],[51.95319,10.64333],[51.94948,10.63071],[51.94927,10.62393],[51.94784,10.62239],[51.94366,10.62033],[51.94377,10.61810],[51.93996,10.61578],[51.93837,10.61226],[51.93551,10.61338],[51.93361,10.61793],[51.93181,10.61758],[51.93096,10.61578],[51.92826,10.61561],[51.92017,10.61218],[51.91635,10.62968],[51.91434,10.63835],[51.91080,10.64204],[51.90741,10.64737],[51.90449,10.64874],[51.89941,10.64968],[51.89538,10.64814],[51.89162,10.65011],[51.88823,10.64814],[51.88702,10.64496],[51.88490,10.64299],[51.88331,10.64247],[51.88246,10.63998],[51.87954,10.63887],[51.87944,10.63672],[51.87605,10.63466],[51.87239,10.63097],[51.87112,10.62170],[51.87038,10.61844],[51.87038,10.61527],[51.86730,10.61501],[51.86720,10.61106],[51.85994,10.60685],[51.85863,10.60360],[51.85524,10.60128],[51.85291,10.58317],[51.84760,10.57742],[51.84278,10.57561],[51.84034,10.57948],[51.83933,10.58566],[51.83642,10.58840],[51.83244,10.58385],[51.82666,10.57733],[51.82119,10.57759],[51.81896,10.57630],[51.81620,10.57742],[51.81265,10.57561],[51.81111,10.57313],[51.80947,10.57458],[51.80607,10.57785],[51.80092,10.58111],[51.79906,10.58403],[51.78940,10.58454],[51.78807,10.58548],[51.78176,10.57870],[51.77788,10.58291],[51.76742,10.59012],[51.76561,10.59776],[51.76168,10.60771],[51.75892,10.62188],[51.75669,10.62780],[51.75052,10.63037],[51.73955,10.63088],[51.73397,10.63526],[51.73094,10.64144],[51.72876,10.64307],[51.72632,10.64109],[51.72376,10.64324],[51.72238,10.64564],[51.71930,10.64813],[51.71685,10.65465],[51.71760,10.65611],[51.71414,10.66152],[51.70925,10.66727],[51.70638,10.66770],[51.70058,10.66950],[51.69829,10.67199],[51.69616,10.66633],[51.69281,10.66513],[51.69121,10.66255],[51.68994,10.66427],[51.68834,10.66418],[51.68547,10.66650],[51.68440,10.66384],[51.68148,10.66435],[51.67264,10.66753],[51.66796,10.66813],[51.66045,10.68100],[51.65353,10.68341],[51.65017,10.68693],[51.64479,10.68976],[51.64171,10.69508],[51.64021,10.70401],[51.64032,10.71122],[51.64240,10.71774],[51.64453,10.72710],[51.64416,10.73267],[51.64479,10.73671],[51.64320,10.73868],[51.64032,10.74950],[51.64096,10.75679],[51.64469,10.75568],[51.64682,10.76177],[51.64852,10.76280],[51.64442,10.77061],[51.64314,10.78014],[51.64128,10.78658],[51.64069,10.80537],[51.63819,10.81370],[51.63638,10.81344],[51.63254,10.81773],[51.63132,10.81645],[51.62412,10.81816],[51.62370,10.82494],[51.62663,10.82863],[51.62695,10.83164],[51.62956,10.83217],[51.63062,10.83329],[51.63073,10.83964],[51.63041,10.85054],[51.63158,10.85303],[51.63265,10.85878],[51.62812,10.86753],[51.62561,10.86873],[51.62188,10.87637],[51.61975,10.87654],[51.61799,10.87963],[51.61783,10.88255],[51.61671,10.88109],[51.61426,10.88521],[51.61144,10.88624],[51.61042,10.89483],[51.61154,10.89620],[51.61106,10.90126],[51.61394,10.90813],[51.61655,10.91706],[51.61698,10.92083],[51.61426,10.91560],[51.60984,10.91319],[51.60691,10.92427],[51.60536,10.93354],[51.60307,10.93654],[51.59742,10.93531],[51.59528,10.93119],[51.59198,10.92853],[51.59336,10.92278],[51.59315,10.91411],[51.59539,10.90621],[51.59512,10.90484],[51.59379,10.90381],[51.59667,10.89720],[51.60248,10.89557],[51.60126,10.89360],[51.59822,10.89291],[51.59683,10.88845],[51.59443,10.88905],[51.58937,10.88707],[51.58777,10.88716],[51.58558,10.88484],[51.57891,10.88270],[51.57683,10.89351],[51.57315,10.89214],[51.56782,10.89497],[51.56483,10.90012],[51.56237,10.90046],[51.56019,10.89540],[51.55618,10.89480],[51.55063,10.90003],[51.54941,10.90467],[51.55186,10.90630],[51.55266,10.91128],[51.54962,10.91188],[51.54668,10.91729],[51.54514,10.92510],[51.54300,10.92836],[51.54348,10.93188],[51.54135,10.93969],[51.53782,10.94441],[51.53809,10.94638],[51.53734,10.94758],[51.53563,10.94698],[51.53334,10.94776],[51.53435,10.94492],[51.53531,10.94467],[51.53595,10.93943],[51.53280,10.93342],[51.53200,10.93445],[51.52608,10.93299],[51.52592,10.93394],[51.52084,10.93282],[51.52170,10.92904],[51.52084,10.92570],[51.51903,10.93239],[51.51780,10.93102],[51.51700,10.93445],[51.51433,10.93488],[51.51118,10.93660],[51.50626,10.94415],[51.50343,10.94338],[51.50225,10.93960],[51.50006,10.93849],[51.49830,10.94673],[51.50092,10.94827],[51.49873,10.94973],[51.49814,10.95325],[51.49712,10.95170],[51.49386,10.95239],[51.49328,10.95677],[51.48986,10.96097],[51.48408,10.96690],[51.48221,10.97153],[51.48147,10.96956],[51.47430,10.96329],[51.47291,10.96132],[51.47099,10.96037],[51.46874,10.96312],[51.46302,10.96037],[51.46275,10.96303],[51.46003,10.96269],[51.45831,10.96973],[51.45414,10.96801],[51.45366,10.97187],[51.45163,10.97153],[51.44601,10.96638],[51.44478,10.96835],[51.44179,10.96818],[51.44211,10.97093],[51.43216,10.96664],[51.43189,10.96956],[51.42766,11.00835],[51.42611,11.01015],[51.42429,11.01153],[51.42440,11.00698],[51.42359,10.99797],[51.42178,10.99513],[51.42002,10.99428],[51.41820,10.98913],[51.41766,10.99419],[51.41756,11.00063],[51.41622,11.00809],[51.41713,11.01668],[51.41691,11.01891],[51.41820,11.02457],[51.42071,11.02466],[51.42146,11.03650],[51.42403,11.04037],[51.42275,11.04243],[51.42087,11.04543],[51.42023,11.05049],[51.42098,11.05152],[51.42387,11.04637],[51.42564,11.04577],[51.42596,11.04972],[51.42906,11.05135],[51.42703,11.05590],[51.42740,11.05813],[51.42928,11.06054],[51.42842,11.07118],[51.42591,11.07753],[51.42312,11.08500],[51.42296,11.08723],[51.42195,11.08938],[51.41975,11.09495],[51.41847,11.09504],[51.41943,11.09882],[51.41932,11.10251],[51.41649,11.10113],[51.41590,11.10963],[51.41397,11.11401],[51.41520,11.11624],[51.41413,11.11770],[51.41162,11.11478],[51.41038,11.11676],[51.41263,11.11993],[51.41204,11.12362],[51.41301,11.12603],[51.41226,11.12731],[51.41022,11.12783],[51.40712,11.12560],[51.40803,11.13015],[51.40369,11.13186],[51.40583,11.13530],[51.40455,11.13984],[51.40235,11.14036],[51.40278,11.14259],[51.40380,11.14894],[51.40310,11.15143],[51.40144,11.15289],[51.40278,11.15838],[51.40246,11.16233],[51.40455,11.17229],[51.40573,11.17229],[51.40546,11.18302],[51.40246,11.18327],[51.40262,11.19246],[51.40492,11.19332],[51.40487,11.19546],[51.40637,11.19649],[51.40498,11.20267],[51.40736,11.21092],[51.41137,11.21032],[51.41271,11.22336],[51.40795,11.23049],[51.40457,11.22929],[51.40489,11.24740],[51.39836,11.24551],[51.39718,11.24336],[51.39429,11.24877],[51.40008,11.25306],[51.40066,11.27435],[51.40447,11.27555],[51.40195,11.28422],[51.40602,11.30550],[51.40586,11.30868],[51.40939,11.32113],[51.40013,11.32859],[51.39001,11.33031],[51.38894,11.33529],[51.39215,11.34052],[51.38888,11.34233],[51.38717,11.34293],[51.38412,11.34825],[51.38728,11.35031],[51.38926,11.35640],[51.38288,11.35975],[51.38213,11.36198],[51.38288,11.36550],[51.38524,11.36610],[51.38701,11.36850],[51.38481,11.36971],[51.38470,11.37305],[51.38540,11.37297],[51.38470,11.37769],[51.38610,11.37966],[51.38342,11.39305],[51.38101,11.39382],[51.38101,11.39606],[51.37763,11.39709],[51.37319,11.39528],[51.37281,11.39031],[51.36729,11.38919],[51.36579,11.39082],[51.36515,11.39237],[51.36070,11.39125],[51.35909,11.39202],[51.35866,11.39400],[51.35561,11.39262],[51.35400,11.39271],[51.35400,11.39460],[51.34880,11.39666],[51.34928,11.40121],[51.34655,11.39949],[51.34457,11.39932],[51.34199,11.40541],[51.34017,11.40524],[51.33996,11.40936],[51.34215,11.41314],[51.34215,11.42447],[51.34253,11.42824],[51.33899,11.42790],[51.33626,11.42635],[51.33738,11.42301],[51.33604,11.41837],[51.33384,11.41211],[51.33207,11.41442],[51.33127,11.42009],[51.32735,11.42824],[51.32601,11.42584],[51.32296,11.42902],[51.32156,11.43459],[51.32059,11.43348],[51.31856,11.43648],[51.31630,11.44687],[51.31190,11.44592],[51.31400,11.45082],[51.31169,11.45125],[51.30514,11.46524],[51.30144,11.47013],[51.29833,11.47519],[51.29865,11.47167],[51.29484,11.47339],[51.28883,11.46772],[51.29098,11.46249],[51.29452,11.46026],[51.29183,11.45837],[51.28609,11.45373],[51.28346,11.45391],[51.28148,11.45196],[51.27734,11.45582],[51.27149,11.44689],[51.27364,11.44123],[51.26864,11.43651],[51.26687,11.44123],[51.25983,11.43411],[51.25752,11.43119],[51.25677,11.43230],[51.25489,11.42913],[51.25645,11.42647],[51.25323,11.42149],[51.25199,11.42157],[51.24743,11.41745],[51.24619,11.41917],[51.24280,11.41308],[51.24060,11.41179],[51.23668,11.39986],[51.24318,11.40286],[51.24442,11.38724],[51.24608,11.38707],[51.24528,11.38158],[51.24211,11.38003],[51.23905,11.37540],[51.23738,11.37754],[51.23620,11.37643],[51.23362,11.37505],[51.23067,11.37171],[51.23061,11.36853],[51.22717,11.36647],[51.22158,11.36433],[51.21927,11.37171],[51.21932,11.37909],[51.21739,11.39042],[51.21583,11.38827],[51.21540,11.39145],[51.21406,11.38896],[51.21045,11.38982],[51.20900,11.38741],[51.20707,11.38947],[51.20292,11.39093],[51.20352,11.39694],[51.20567,11.39857],[51.20588,11.40166],[51.20341,11.40080],[51.20223,11.40655],[51.20357,11.40870],[51.20717,11.40587],[51.20776,11.41505],[51.21217,11.42913],[51.20852,11.44569],[51.20368,11.44415],[51.20185,11.44647],[51.19636,11.44741],[51.19316,11.44895],[51.19170,11.45331],[51.19514,11.45552],[51.19331,11.46367],[51.19262,11.46565],[51.19228,11.46852],[51.18983,11.47007],[51.18765,11.46910],[51.18527,11.47007],[51.18337,11.46973],[51.18235,11.46833],[51.18048,11.46649],[51.18013,11.47003],[51.17410,11.47172],[51.17168,11.47048],[51.16974,11.47035],[51.16800,11.48575],[51.16536,11.48467],[51.16600,11.48107],[51.16584,11.47463],[51.16356,11.47467],[51.16041,11.47137],[51.16030,11.47665],[51.15841,11.47862],[51.15214,11.47510],[51.15169,11.47394],[51.14851,11.47167],[51.14902,11.46746],[51.14794,11.46708],[51.14811,11.46519],[51.14673,11.45038],[51.14479,11.45171],[51.14490,11.45274],[51.14283,11.45334],[51.13874,11.45699],[51.13734,11.45879],[51.13214,11.45849],[51.12988,11.45982],[51.12996,11.46283],[51.12621,11.46244],[51.12707,11.46502],[51.12396,11.46514],[51.12019,11.46373],[51.11820,11.46360],[51.11817,11.46476],[51.11251,11.46296],[51.10955,11.46901],[51.10707,11.47888],[51.10764,11.48364],[51.10233,11.48463],[51.10205,11.50507],[51.10345,11.50537],[51.10259,11.51142],[51.10749,11.51223],[51.10448,11.52485],[51.10216,11.54605],[51.10768,11.54764],[51.10763,11.54970],[51.10914,11.54944],[51.10995,11.54798],[51.11124,11.54807],[51.11097,11.55433],[51.10898,11.55348],[51.10849,11.55966],[51.11135,11.56026],[51.11113,11.56292],[51.11824,11.56927],[51.12002,11.57262],[51.11878,11.58180],[51.11657,11.58575],[51.11501,11.59716],[51.11145,11.60755],[51.11097,11.60549],[51.10758,11.61596],[51.10472,11.61982],[51.09960,11.61656],[51.09674,11.61622],[51.09610,11.62051],[51.10285,11.62456],[51.10468,11.62773],[51.10500,11.63134],[51.10684,11.63666],[51.10851,11.63597],[51.11012,11.63880],[51.10894,11.63983],[51.10926,11.64601],[51.10651,11.64636],[51.10646,11.64876],[51.10888,11.65168],[51.11039,11.66172],[51.10899,11.66086],[51.10905,11.66670],[51.10743,11.66593],[51.10166,11.67228],[51.10360,11.67434],[51.09773,11.69039],[51.09460,11.69253],[51.09164,11.69434],[51.08711,11.69622],[51.08678,11.69794],[51.08404,11.69700],[51.07827,11.70086],[51.07643,11.69957],[51.07471,11.69974],[51.06850,11.70086],[51.06770,11.70970],[51.07045,11.71442],[51.07045,11.72086],[51.06823,11.72197],[51.06770,11.72627],[51.06716,11.73116],[51.06187,11.73759],[51.06025,11.74755],[51.05728,11.75270],[51.05448,11.74875],[51.05410,11.74489],[51.05140,11.74626],[51.05146,11.75064],[51.04822,11.75150],[51.04741,11.75897],[51.04228,11.75862],[51.04288,11.76669],[51.04439,11.77261],[51.04903,11.77141],[51.05275,11.77527],[51.05216,11.78609],[51.04968,11.78609],[51.05015,11.79075],[51.04961,11.79238],[51.04999,11.79650],[51.04772,11.79839],[51.04832,11.80277],[51.04584,11.80397],[51.04718,11.81641],[51.05031,11.82654],[51.05231,11.83693],[51.05182,11.84414],[51.05236,11.84783],[51.05145,11.85255],[51.05355,11.85933],[51.05096,11.86216],[51.05236,11.87074],[51.05431,11.86894],[51.05684,11.87632],[51.05495,11.88800],[51.05031,11.89538],[51.04713,11.89418],[51.04454,11.89658],[51.04373,11.90654],[51.04519,11.90842],[51.04459,11.90928],[51.04146,11.90928],[51.03887,11.91160],[51.03877,11.91357],[51.03742,11.91469],[51.03601,11.91254],[51.03353,11.91272],[51.02831,11.91026],[51.02653,11.91626],[51.02599,11.92176],[51.02929,11.93343],[51.02912,11.93764],[51.03145,11.94261],[51.02680,11.95008],[51.01946,11.95978],[51.02070,11.96270],[51.01757,11.96562],[51.01768,11.97231],[51.01341,11.97875],[51.01244,11.97540],[51.00898,11.97308],[51.00537,11.97549],[51.00391,11.97772],[51.00045,11.97566],[50.99905,11.96776],[50.99348,11.96888],[50.99375,11.97240],[50.98976,11.97360],[50.99100,11.97875],[50.99003,11.98218],[50.99251,11.99652],[50.98786,11.99883],[50.99030,12.00673],[50.98554,12.00621],[50.98376,12.00827],[50.98360,12.01402],[50.97776,12.01660],[50.97652,12.01428],[50.97419,12.00965],[50.96998,12.01016],[50.96738,12.01454],[50.96960,12.02638],[50.97208,12.03626],[50.97198,12.04012],[50.96917,12.04561],[50.96765,12.05385],[50.97019,12.06089],[50.97279,12.07170],[50.97403,12.07539],[50.97365,12.08029],[50.97635,12.09170],[50.97473,12.09376],[50.97306,12.10483],[50.96873,12.11565],[50.96527,12.12835],[50.96527,12.13127],[50.96008,12.13093],[50.95987,12.13470],[50.96371,12.15084],[50.96209,12.15908],[50.95798,12.16311],[50.95895,12.16689],[50.96576,12.16311],[50.96981,12.16929],[50.97290,12.17504],[50.97517,12.18182],[50.96706,12.18963],[50.96587,12.18981],[50.96019,12.19401],[50.95625,12.19873],[50.95614,12.20208],[50.95890,12.21264],[50.95641,12.21272],[50.95533,12.21418],[50.95295,12.21453],[50.94878,12.20946],[50.94732,12.21144],[50.94354,12.20980],[50.94294,12.21427],[50.93764,12.21384],[50.94262,12.22706],[50.94705,12.23023],[50.95149,12.23864],[50.95630,12.24259],[50.96225,12.24156],[50.96333,12.23907],[50.96111,12.23418],[50.96754,12.23796],[50.97522,12.23967],[50.98959,12.26362],[50.99888,12.27169],[51.00558,12.27847],[51.00726,12.28542],[51.01050,12.28319],[51.01476,12.28980],[51.01746,12.29031],[51.01919,12.29315],[51.02410,12.29349],[51.02529,12.29478],[51.03204,12.29495],[51.03107,12.29057],[51.03879,12.28697],[51.03798,12.28310],[51.04084,12.28139],[51.04094,12.27238],[51.03916,12.26628],[51.03787,12.26053],[51.03954,12.25401],[51.04057,12.25221],[51.04380,12.25160],[51.04478,12.25796],[51.04904,12.25658],[51.04942,12.26293],[51.05330,12.26147],[51.05400,12.26388],[51.05675,12.26268],[51.06371,12.26070],[51.06603,12.25890],[51.06754,12.26156],[51.06905,12.26748],[51.07132,12.26791],[51.07153,12.26971],[51.07525,12.26989],[51.07784,12.26894],[51.07854,12.27967],[51.08189,12.28019],[51.08264,12.28422],[51.08841,12.28448],[51.09041,12.28585]], + DE_TH: [[51.37548,9.92815],[51.37267,9.92849],[51.37212,9.92561],[51.37100,9.92463],[51.36806,9.92319],[51.36596,9.92308],[51.36308,9.92445],[51.35931,9.92568],[51.35330,9.92525],[51.35261,9.92692],[51.35288,9.92754],[51.35099,9.93038],[51.34802,9.93046],[51.34794,9.92969],[51.34649,9.93128],[51.34638,9.93207],[51.34570,9.93246],[51.34184,9.93025],[51.34082,9.93055],[51.33982,9.92903],[51.33740,9.93284],[51.33743,9.93379],[51.33626,9.93866],[51.33522,9.93933],[51.33536,9.94171],[51.33430,9.94358],[51.33298,9.94377],[51.33192,9.94461],[51.32923,9.94379],[51.32825,9.94424],[51.32679,9.94727],[51.32577,9.94667],[51.32396,9.94797],[51.32063,9.94656],[51.31839,9.94898],[51.31618,9.94815],[51.31237,9.94261],[51.31000,9.94134],[51.30783,9.93800],[51.30504,9.94042],[51.30391,9.94377],[51.30225,9.94589],[51.30213,9.94748],[51.30406,9.95394],[51.30484,9.95881],[51.30449,9.96063],[51.30283,9.96409],[51.30111,9.96639],[51.30000,9.96978],[51.29891,9.97021],[51.29689,9.96980],[51.29471,9.97103],[51.29404,9.97285],[51.29324,9.97624],[51.29222,9.97723],[51.29065,9.97678],[51.28845,9.97489],[51.28654,9.97424],[51.28454,9.97201],[51.28429,9.97478],[51.28489,9.97566],[51.28464,9.97834],[51.28304,9.98300],[51.28339,9.98577],[51.28507,9.98918],[51.28497,9.99081],[51.28535,9.99145],[51.28430,9.99345],[51.28386,9.99570],[51.28505,9.99778],[51.28601,10.00066],[51.28595,10.00184],[51.28682,10.00426],[51.28554,10.00757],[51.28401,10.01006],[51.28316,10.01242],[51.28266,10.01984],[51.28065,10.02066],[51.28112,10.02296],[51.28053,10.02592],[51.27948,10.02583],[51.27840,10.02931],[51.27759,10.02984],[51.27877,10.03551],[51.27924,10.03544],[51.27901,10.03613],[51.28017,10.04027],[51.28033,10.04167],[51.27968,10.04313],[51.27868,10.04583],[51.27746,10.04937],[51.27747,10.05179],[51.27841,10.05227],[51.27896,10.05362],[51.27806,10.05456],[51.27794,10.05596],[51.27674,10.05806],[51.27567,10.05997],[51.27352,10.06006],[51.27183,10.05881],[51.27022,10.05909],[51.26940,10.05825],[51.26799,10.05744],[51.26666,10.05433],[51.26776,10.05246],[51.26516,10.05017],[51.26445,10.04631],[51.26297,10.04618],[51.26117,10.04757],[51.25964,10.04686],[51.25906,10.04729],[51.25932,10.04879],[51.25901,10.04957],[51.25823,10.04976],[51.25525,10.04918],[51.25437,10.04764],[51.25338,10.04678],[51.25194,10.04817],[51.25451,10.05070],[51.25447,10.05429],[51.25313,10.05547],[51.25346,10.05764],[51.25272,10.05864],[51.25241,10.06094],[51.25248,10.06188],[51.25200,10.06315],[51.25041,10.06369],[51.24863,10.06755],[51.24664,10.06879],[51.24550,10.06613],[51.24347,10.06920],[51.24382,10.07128],[51.24371,10.07463],[51.24266,10.07854],[51.24110,10.07392],[51.24027,10.07231],[51.23827,10.07062],[51.23629,10.07073],[51.23383,10.06982],[51.23037,10.06719],[51.22773,10.06695],[51.22628,10.06873],[51.22503,10.07191],[51.22430,10.07267],[51.22341,10.07670],[51.22400,10.07812],[51.22408,10.07932],[51.22352,10.08087],[51.22461,10.08483],[51.22494,10.08610],[51.22660,10.08790],[51.22621,10.08887],[51.22654,10.09001],[51.22614,10.09108],[51.22250,10.09172],[51.22136,10.09310],[51.22019,10.09692],[51.22097,10.09833],[51.22161,10.10584],[51.22047,10.10716],[51.21937,10.11117],[51.21757,10.11156],[51.21640,10.11137],[51.21505,10.11313],[51.21540,10.11694],[51.21586,10.11727],[51.21640,10.12137],[51.21801,10.12413],[51.21902,10.12939],[51.21845,10.13083],[51.21796,10.13690],[51.21936,10.13731],[51.21901,10.13907],[51.21947,10.13960],[51.21836,10.14222],[51.21789,10.14505],[51.21765,10.14351],[51.21660,10.14222],[51.21526,10.14349],[51.21248,10.14331],[51.21089,10.14557],[51.20774,10.14778],[51.20705,10.14924],[51.20588,10.14915],[51.20713,10.15321],[51.20728,10.15905],[51.20830,10.16147],[51.21025,10.16366],[51.21224,10.16469],[51.21174,10.16641],[51.21186,10.16870],[51.21112,10.17020],[51.20925,10.17718],[51.20761,10.17875],[51.20693,10.18239],[51.20357,10.18829],[51.20148,10.19016],[51.19979,10.19209],[51.19844,10.19398],[51.19659,10.19686],[51.19523,10.19696],[51.19465,10.19538],[51.19385,10.19525],[51.19219,10.19605],[51.19177,10.19755],[51.19053,10.20665],[51.18954,10.20905],[51.19032,10.21141],[51.18814,10.21332],[51.18733,10.21373],[51.18640,10.21626],[51.18553,10.22062],[51.18728,10.22534],[51.18716,10.22613],[51.18771,10.22798],[51.18799,10.23036],[51.18724,10.23399],[51.18628,10.23633],[51.18616,10.23530],[51.18384,10.23587],[51.18150,10.23407],[51.17856,10.23296],[51.17796,10.23145],[51.17603,10.23040],[51.17525,10.23010],[51.17334,10.22723],[51.17232,10.22390],[51.16918,10.21716],[51.16801,10.21319],[51.16556,10.20991],[51.16496,10.20710],[51.15971,10.20734],[51.15663,10.20670],[51.15560,10.20758],[51.15485,10.20728],[51.15326,10.20488],[51.15243,10.20232],[51.15103,10.20069],[51.14959,10.20028],[51.14939,10.20095],[51.14750,10.20159],[51.14323,10.20829],[51.14388,10.20900],[51.14372,10.20936],[51.14325,10.20906],[51.14229,10.21041],[51.14152,10.20934],[51.14058,10.21020],[51.14014,10.20820],[51.13809,10.20627],[51.13751,10.20402],[51.13689,10.20353],[51.13662,10.20421],[51.13542,10.20348],[51.13518,10.20426],[51.13444,10.20368],[51.13430,10.20432],[51.13325,10.20363],[51.13164,10.20378],[51.12817,10.20550],[51.12692,10.20535],[51.12580,10.20636],[51.12582,10.20930],[51.12296,10.20915],[51.12225,10.20642],[51.12065,10.20700],[51.11826,10.20887],[51.11849,10.20655],[51.11697,10.20692],[51.11648,10.20608],[51.11525,10.20179],[51.11305,10.19979],[51.11244,10.19730],[51.11355,10.19518],[51.11391,10.19492],[51.11371,10.19389],[51.11564,10.19048],[51.11732,10.18876],[51.11864,10.18885],[51.11973,10.18846],[51.12038,10.18904],[51.12170,10.19018],[51.12338,10.18659],[51.12437,10.18487],[51.12557,10.18206],[51.12763,10.17893],[51.12773,10.17980],[51.12851,10.17910],[51.12965,10.18182],[51.13120,10.18038],[51.13248,10.18575],[51.13783,10.18386],[51.13840,10.18629],[51.14150,10.18517],[51.14092,10.18185],[51.14127,10.18178],[51.14103,10.17927],[51.14185,10.17888],[51.14171,10.17738],[51.14403,10.17676],[51.14690,10.17659],[51.14800,10.17569],[51.15208,10.16910],[51.15359,10.16710],[51.15418,10.16309],[51.15205,10.16558],[51.15119,10.16294],[51.14941,10.15938],[51.14820,10.15790],[51.14854,10.15429],[51.14913,10.15244],[51.14731,10.15095],[51.14557,10.14657],[51.14482,10.14627],[51.14517,10.14243],[51.14530,10.13632],[51.14646,10.12496],[51.14365,10.12730],[51.14163,10.12265],[51.14104,10.12310],[51.13984,10.11956],[51.14021,10.11901],[51.14032,10.11768],[51.13938,10.11849],[51.13803,10.11901],[51.13799,10.11967],[51.13642,10.12064],[51.13689,10.12160],[51.13651,10.12222],[51.13709,10.12340],[51.13648,10.12428],[51.13636,10.12619],[51.13506,10.12823],[51.13438,10.12892],[51.13460,10.13042],[51.13507,10.13070],[51.13465,10.13149],[51.13359,10.13237],[51.13306,10.13394],[51.12963,10.13521],[51.12845,10.13770],[51.12777,10.13778],[51.12761,10.13937],[51.12435,10.13976],[51.12494,10.14081],[51.12418,10.14154],[51.12515,10.14310],[51.12461,10.14396],[51.12486,10.14491],[51.12521,10.14473],[51.12574,10.14626],[51.12368,10.14649],[51.12330,10.14630],[51.12286,10.14656],[51.12294,10.14716],[51.12037,10.14935],[51.11967,10.14956],[51.11968,10.15031],[51.11851,10.15143],[51.11795,10.15205],[51.11833,10.15714],[51.11938,10.16008],[51.11895,10.16186],[51.11879,10.16988],[51.11852,10.16990],[51.11826,10.17254],[51.11752,10.17214],[51.11688,10.17424],[51.11507,10.17374],[51.11358,10.17420],[51.11121,10.17299],[51.10986,10.17525],[51.10866,10.17575],[51.10672,10.17519],[51.10533,10.17195],[51.10819,10.16742],[51.10840,10.16622],[51.10805,10.16403],[51.10865,10.16291],[51.10870,10.16178],[51.10809,10.16000],[51.10728,10.15976],[51.10482,10.15886],[51.10397,10.15959],[51.10459,10.16062],[51.10455,10.16139],[51.10406,10.16171],[51.10322,10.16373],[51.10211,10.16336],[51.10087,10.16414],[51.10045,10.16517],[51.09944,10.16517],[51.09816,10.16212],[51.09707,10.15714],[51.09442,10.15609],[51.09202,10.15441],[51.09020,10.15252],[51.08843,10.14921],[51.08820,10.14758],[51.08707,10.14593],[51.08524,10.14494],[51.08535,10.14368],[51.08487,10.14342],[51.08361,10.14778],[51.08204,10.14651],[51.08129,10.14844],[51.08056,10.14851],[51.07941,10.14775],[51.07883,10.14688],[51.07652,10.15078],[51.07524,10.14941],[51.07486,10.15102],[51.07444,10.15084],[51.07417,10.15194],[51.07364,10.15196],[51.07347,10.15117],[51.07284,10.15078],[51.07231,10.15338],[51.07078,10.15281],[51.07042,10.15485],[51.06957,10.15431],[51.06958,10.15124],[51.06752,10.14727],[51.06767,10.14687],[51.06587,10.14393],[51.06497,10.14406],[51.06326,10.14659],[51.06314,10.14702],[51.06258,10.14695],[51.06227,10.14655],[51.06158,10.14642],[51.06125,10.14532],[51.06067,10.14476],[51.06051,10.14315],[51.06059,10.14058],[51.05866,10.14034],[51.05830,10.14062],[51.05767,10.14337],[51.05701,10.14320],[51.05661,10.14547],[51.05477,10.14616],[51.05531,10.15058],[51.05475,10.15487],[51.05453,10.15524],[51.05415,10.15721],[51.05317,10.16022],[51.05232,10.16163],[51.05189,10.16395],[51.05044,10.16693],[51.04903,10.17159],[51.04852,10.17800],[51.04787,10.18144],[51.04885,10.18466],[51.04802,10.18500],[51.04763,10.18410],[51.04557,10.18451],[51.04478,10.18644],[51.04447,10.18792],[51.04371,10.18777],[51.04207,10.19221],[51.04170,10.19519],[51.04093,10.19556],[51.04007,10.19878],[51.03844,10.19816],[51.03722,10.20164],[51.03637,10.20258],[51.03475,10.20288],[51.03479,10.20473],[51.03335,10.20473],[51.03152,10.20200],[51.03079,10.20179],[51.03023,10.20571],[51.02969,10.20672],[51.02905,10.20623],[51.02535,10.21425],[51.02427,10.21303],[51.02214,10.21164],[51.01908,10.20855],[51.02037,10.20415],[51.01873,10.20299],[51.01928,10.20132],[51.02020,10.19960],[51.02083,10.19728],[51.02102,10.19501],[51.02036,10.19464],[51.01843,10.19235],[51.01767,10.19400],[51.01681,10.19381],[51.01570,10.19376],[51.01384,10.20142],[51.01105,10.20228],[51.01016,10.20284],[51.00876,10.20239],[51.00781,10.20363],[51.00756,10.20492],[51.00723,10.20511],[51.00495,10.19629],[51.00441,10.19617],[51.00410,10.19469],[51.00213,10.19539],[51.00208,10.19207],[50.99973,10.19108],[51.00005,10.18902],[50.99987,10.18803],[50.99941,10.18784],[50.99937,10.18657],[50.99905,10.18552],[50.99796,10.18391],[50.99798,10.18275],[50.99835,10.18175],[50.99817,10.18072],[50.99723,10.17977],[50.99604,10.17836],[50.99585,10.17681],[50.99608,10.17640],[50.99752,10.17677],[50.99804,10.17623],[50.99851,10.17546],[50.99855,10.17456],[50.99836,10.17359],[50.99728,10.17301],[50.99654,10.17237],[50.99615,10.17142],[50.99652,10.17029],[50.99747,10.16934],[50.99839,10.16947],[50.99897,10.17009],[50.99917,10.17179],[50.99955,10.17291],[51.00027,10.17370],[51.00082,10.17282],[51.00175,10.17138],[51.00213,10.17012],[51.00218,10.16876],[51.00176,10.16782],[51.00116,10.16705],[50.99948,10.16726],[50.99846,10.16681],[50.99717,10.16567],[50.99634,10.15947],[50.99563,10.15542],[50.99389,10.15085],[50.99328,10.14660],[50.99359,10.14256],[50.99512,10.13658],[50.99527,10.13443],[50.99670,10.13366],[50.99681,10.13134],[50.99859,10.13194],[50.99910,10.13100],[50.99941,10.12864],[51.00041,10.12711],[51.00253,10.12784],[51.00337,10.12967],[51.00321,10.13201],[51.00421,10.13353],[51.00491,10.13317],[51.00639,10.12949],[51.00928,10.12840],[51.01201,10.12196],[51.01245,10.11838],[51.01196,10.11475],[51.00996,10.11149],[51.00961,10.10878],[51.00943,10.10763],[51.00900,10.10655],[51.00823,10.10602],[51.00750,10.10632],[51.00708,10.10705],[51.00650,10.10670],[51.00496,10.10387],[51.00318,10.10342],[51.00490,10.10188],[51.00561,10.10055],[51.00595,10.10081],[51.00658,10.09806],[51.00631,10.09780],[51.00672,10.09634],[51.00731,10.09645],[51.00792,10.09117],[51.00865,10.08894],[51.00889,10.08699],[51.00997,10.08456],[51.00978,10.08302],[51.01028,10.08130],[51.01034,10.07752],[51.01117,10.07557],[51.01143,10.07220],[51.01107,10.07046],[51.00954,10.06570],[51.00954,10.06459],[51.01122,10.06270],[51.01273,10.05815],[51.01292,10.05388],[51.01325,10.04931],[51.01278,10.04671],[51.01213,10.04579],[51.01212,10.04476],[51.01293,10.04223],[51.01294,10.03918],[51.01280,10.03763],[51.01215,10.03523],[51.01057,10.03156],[51.00698,10.02751],[51.00600,10.02736],[51.00299,10.02836],[51.00142,10.02698],[50.99853,10.02494],[50.99695,10.02492],[50.99614,10.02266],[50.99416,10.02088],[50.99317,10.02093],[50.99171,10.02183],[50.98994,10.02168],[50.98679,10.02263],[50.98536,10.02359],[50.98476,10.02329],[50.98160,10.01872],[50.98043,10.01892],[50.97823,10.02325],[50.97606,10.02413],[50.97533,10.02829],[50.97358,10.03284],[50.97142,10.03319],[50.97029,10.03501],[50.97008,10.03664],[50.96952,10.03756],[50.96870,10.03982],[50.96748,10.04074],[50.96440,10.03694],[50.96266,10.03582],[50.95900,10.03132],[50.95820,10.03529],[50.95814,10.03750],[50.95773,10.04091],[50.95625,10.04265],[50.95394,10.04254],[50.95189,10.04346],[50.95216,10.04458],[50.95078,10.04546],[50.95025,10.04291],[50.94835,10.04250],[50.94850,10.04443],[50.94712,10.04445],[50.94739,10.04767],[50.94644,10.04771],[50.94628,10.04733],[50.94579,10.04754],[50.94606,10.05018],[50.94598,10.05336],[50.94647,10.05359],[50.94685,10.05743],[50.94748,10.05827],[50.94791,10.06129],[50.94736,10.06140],[50.94524,10.06447],[50.94420,10.06303],[50.94337,10.06252],[50.94228,10.06044],[50.94192,10.06024],[50.94122,10.05627],[50.94057,10.05653],[50.93977,10.05548],[50.93922,10.05385],[50.93934,10.05192],[50.93891,10.04990],[50.93854,10.04937],[50.93934,10.04510],[50.93919,10.03937],[50.93845,10.03458],[50.93912,10.03419],[50.93900,10.03183],[50.93835,10.02997],[50.93738,10.03035],[50.93716,10.02945],[50.93879,10.02943],[50.93930,10.02885],[50.94012,10.02817],[50.94099,10.02885],[50.94195,10.02782],[50.94340,10.02724],[50.94386,10.02467],[50.94273,10.02407],[50.94034,10.02362],[50.94124,10.02114],[50.94055,10.01830],[50.93949,10.01594],[50.93911,10.01609],[50.93728,10.01745],[50.93477,10.01341],[50.93492,10.01112],[50.94076,10.00335],[50.93893,10.00266],[50.93786,10.00107],[50.93705,10.00060],[50.93665,9.99966],[50.93771,9.99880],[50.93792,9.99908],[50.93843,9.99813],[50.93949,9.99850],[50.94089,9.99476],[50.94083,9.99438],[50.94360,9.99086],[50.94293,9.98944],[50.94099,9.99150],[50.94128,9.98818],[50.94185,9.98736],[50.93924,9.98202],[50.94103,9.98073],[50.94152,9.97966],[50.94208,9.97713],[50.94214,9.97517],[50.94359,9.97511],[50.94258,9.97153],[50.94149,9.96839],[50.94354,9.96099],[50.94331,9.95642],[50.94410,9.95636],[50.94417,9.95367],[50.94481,9.95215],[50.94454,9.94973],[50.94071,9.95022],[50.94033,9.95110],[50.94036,9.95185],[50.93840,9.95172],[50.93822,9.95251],[50.93764,9.95305],[50.93715,9.95485],[50.93649,9.95462],[50.93613,9.95550],[50.93491,9.95633],[50.93365,9.95636],[50.93292,9.95503],[50.93179,9.95479],[50.92999,9.95481],[50.92850,9.95309],[50.92780,9.95292],[50.92704,9.95185],[50.92780,9.94983],[50.92734,9.94945],[50.92425,9.94964],[50.92344,9.95045],[50.92180,9.95445],[50.92233,9.95507],[50.92230,9.95612],[50.92276,9.95769],[50.92402,9.96024],[50.92496,9.96127],[50.92666,9.96211],[50.92889,9.96629],[50.92997,9.96653],[50.92996,9.96481],[50.93087,9.96382],[50.93234,9.96391],[50.93285,9.96530],[50.93380,9.96601],[50.93400,9.96685],[50.93390,9.96760],[50.93275,9.97007],[50.93196,9.97245],[50.93212,9.97661],[50.93191,9.97889],[50.93222,9.98131],[50.93180,9.98202],[50.93199,9.98266],[50.93241,9.98283],[50.93220,9.98380],[50.93266,9.98515],[50.93387,9.98698],[50.93491,9.98929],[50.93544,9.99099],[50.93510,9.99142],[50.93479,9.99107],[50.93421,9.99167],[50.93376,9.99013],[50.93399,9.99000],[50.93385,9.98786],[50.93338,9.98670],[50.93262,9.98670],[50.93281,9.98811],[50.93149,9.98871],[50.93139,9.98781],[50.93096,9.98732],[50.92995,9.98642],[50.92916,9.98633],[50.92928,9.98758],[50.92801,9.98745],[50.92811,9.98522],[50.92601,9.98496],[50.92505,9.98416],[50.92455,9.98530],[50.92202,9.98289],[50.92163,9.98293],[50.92012,9.98166],[50.92068,9.98022],[50.91948,9.97894],[50.91672,9.97310],[50.91450,9.97009],[50.91257,9.96861],[50.91076,9.96792],[50.90995,9.96987],[50.90710,9.97114],[50.90581,9.97670],[50.90513,9.97805],[50.90502,9.98062],[50.90701,9.98530],[50.91055,9.98629],[50.91908,9.99826],[50.91985,9.99985],[50.92033,10.00249],[50.92134,10.00365],[50.92079,10.00616],[50.91991,10.00796],[50.91972,10.01174],[50.92052,10.01371],[50.91915,10.01416],[50.91776,10.01457],[50.91682,10.01493],[50.91648,10.01871],[50.91605,10.01882],[50.91520,10.02185],[50.91466,10.02228],[50.91425,10.02449],[50.91363,10.02421],[50.91194,10.02453],[50.91000,10.02861],[50.90981,10.03077],[50.91029,10.03148],[50.90992,10.03498],[50.90896,10.03406],[50.90842,10.03404],[50.90769,10.03549],[50.90658,10.03689],[50.90636,10.03629],[50.90473,10.03762],[50.90455,10.03805],[50.90483,10.03893],[50.90459,10.03931],[50.90337,10.03702],[50.90310,10.03843],[50.90203,10.04099],[50.90146,10.04052],[50.90129,10.04221],[50.90172,10.04260],[50.90163,10.04292],[50.90137,10.04307],[50.90018,10.04584],[50.89989,10.04751],[50.90037,10.04826],[50.90025,10.04948],[50.90000,10.04981],[50.90011,10.05101],[50.89937,10.05069],[50.89869,10.05092],[50.89816,10.04933],[50.89830,10.04837],[50.89790,10.04873],[50.89765,10.04661],[50.89661,10.04655],[50.89621,10.04569],[50.89563,10.04639],[50.89460,10.04431],[50.89433,10.04455],[50.89333,10.04118],[50.89265,10.04092],[50.89125,10.04411],[50.88847,10.04763],[50.88893,10.04887],[50.89029,10.04803],[50.89092,10.04951],[50.89069,10.05095],[50.88992,10.05323],[50.89088,10.05398],[50.89142,10.05265],[50.89230,10.05239],[50.89272,10.05280],[50.89164,10.05351],[50.89026,10.05737],[50.89041,10.05771],[50.88998,10.05866],[50.88732,10.05582],[50.88724,10.05741],[50.88678,10.05653],[50.88627,10.05726],[50.88578,10.05984],[50.88562,10.05956],[50.88578,10.05793],[50.88543,10.05795],[50.88559,10.05692],[50.88337,10.05649],[50.88288,10.05750],[50.88276,10.05876],[50.88172,10.05752],[50.88092,10.05501],[50.88024,10.05561],[50.88026,10.05421],[50.87971,10.05256],[50.87695,10.04565],[50.87609,10.04411],[50.87510,10.04323],[50.87446,10.04185],[50.87422,10.03915],[50.87384,10.03846],[50.87109,10.03591],[50.87044,10.03445],[50.86932,10.03177],[50.86909,10.02963],[50.86818,10.02746],[50.86787,10.02523],[50.86708,10.02336],[50.86454,10.02143],[50.86341,10.02121],[50.86142,10.01939],[50.85893,10.01864],[50.85838,10.01810],[50.85609,10.01843],[50.85513,10.01877],[50.85244,10.02059],[50.84928,10.02104],[50.84760,10.02179],[50.84768,10.02299],[50.85016,10.02615],[50.85072,10.02675],[50.85153,10.02891],[50.85157,10.02988],[50.85228,10.03261],[50.85317,10.03411],[50.85379,10.03608],[50.85305,10.03863],[50.85153,10.03681],[50.85097,10.03724],[50.84943,10.03647],[50.84694,10.03560],[50.84520,10.03745],[50.84472,10.03369],[50.84411,10.03483],[50.84268,10.03403],[50.84264,10.03277],[50.84197,10.03030],[50.84211,10.02985],[50.84197,10.02863],[50.84172,10.02882],[50.84111,10.02622],[50.84081,10.02642],[50.84083,10.02764],[50.83684,10.02850],[50.83529,10.02792],[50.83405,10.02657],[50.83303,10.02526],[50.83158,10.02459],[50.83086,10.02309],[50.83238,10.02103],[50.83364,10.01803],[50.83414,10.01582],[50.83425,10.01425],[50.83486,10.01277],[50.83462,10.01075],[50.83506,10.00837],[50.83715,10.00661],[50.83769,10.00528],[50.83704,10.00451],[50.83653,10.00466],[50.83569,10.00423],[50.83405,10.00249],[50.83168,10.00189],[50.83016,10.00077],[50.82972,10.00174],[50.82906,10.00138],[50.82909,10.00041],[50.82838,10.00054],[50.82777,9.99736],[50.82682,9.99783],[50.82613,9.99653],[50.82578,9.99541],[50.82731,9.99447],[50.82799,9.99307],[50.82869,9.99264],[50.82943,9.99123],[50.82899,9.98932],[50.82832,9.98955],[50.82843,9.98889],[50.82942,9.98820],[50.82911,9.98606],[50.82948,9.98494],[50.83002,9.98492],[50.83011,9.98391],[50.83198,9.98443],[50.83250,9.98237],[50.83150,9.98202],[50.83182,9.98018],[50.83224,9.98035],[50.83274,9.97878],[50.83364,9.97653],[50.83289,9.97511],[50.83072,9.97061],[50.82818,9.96773],[50.82804,9.96803],[50.82698,9.96623],[50.82686,9.96653],[50.82587,9.96407],[50.82506,9.96158],[50.82438,9.96198],[50.82149,9.95190],[50.81976,9.95237],[50.81745,9.95010],[50.81642,9.94971],[50.81514,9.95027],[50.81462,9.95106],[50.81480,9.95501],[50.81554,9.95724],[50.81518,9.95769],[50.81458,9.95602],[50.81227,9.95722],[50.81124,9.95469],[50.81027,9.95546],[50.80955,9.95647],[50.80916,9.95514],[50.80850,9.95407],[50.80735,9.95249],[50.80479,9.94951],[50.80173,9.94549],[50.79988,9.94431],[50.79727,9.94326],[50.79414,9.94378],[50.79305,9.94476],[50.79123,9.94807],[50.79026,9.94813],[50.79001,9.94871],[50.78921,9.94914],[50.78813,9.94912],[50.78600,9.95421],[50.78537,9.95264],[50.78452,9.95197],[50.78371,9.95206],[50.78324,9.95103],[50.78157,9.94955],[50.78029,9.94903],[50.77972,9.94942],[50.78005,9.94985],[50.77988,9.95053],[50.77948,9.95056],[50.77938,9.95197],[50.77961,9.95234],[50.77919,9.95347],[50.77888,9.95362],[50.77880,9.95328],[50.77896,9.95244],[50.77860,9.95169],[50.77830,9.95135],[50.77694,9.95141],[50.77461,9.95195],[50.77393,9.95171],[50.77290,9.95111],[50.77237,9.94970],[50.77166,9.94923],[50.77238,9.94869],[50.77229,9.94768],[50.77149,9.94669],[50.77156,9.94469],[50.77144,9.94360],[50.77197,9.94454],[50.77346,9.94561],[50.77548,9.94742],[50.77925,9.94907],[50.77929,9.94827],[50.77938,9.94630],[50.77887,9.94609],[50.77896,9.94585],[50.77936,9.94587],[50.77931,9.94493],[50.77754,9.94411],[50.77749,9.94306],[50.77697,9.94203],[50.77531,9.94119],[50.77569,9.93821],[50.77548,9.93742],[50.77432,9.93742],[50.77456,9.93643],[50.77537,9.93576],[50.77578,9.93430],[50.77604,9.93327],[50.77647,9.93177],[50.77725,9.93061],[50.77714,9.93012],[50.77740,9.92961],[50.77611,9.92737],[50.77470,9.92551],[50.77398,9.92546],[50.77360,9.92634],[50.77322,9.92752],[50.77297,9.92710],[50.77254,9.92740],[50.77138,9.92707],[50.77027,9.92843],[50.76958,9.92841],[50.76811,9.92624],[50.76819,9.92564],[50.76783,9.92525],[50.76723,9.92510],[50.76704,9.92562],[50.76595,9.92472],[50.76458,9.92287],[50.76202,9.92146],[50.76148,9.92169],[50.76092,9.92094],[50.75928,9.91968],[50.75835,9.92071],[50.75735,9.92195],[50.75685,9.92450],[50.75633,9.92562],[50.75618,9.92682],[50.75682,9.92766],[50.75679,9.92852],[50.75717,9.92890],[50.75645,9.93049],[50.75692,9.93118],[50.75739,9.93105],[50.75784,9.93176],[50.75782,9.93272],[50.75693,9.93294],[50.75736,9.93384],[50.75753,9.93404],[50.75642,9.93810],[50.75576,9.93936],[50.75502,9.93883],[50.75431,9.93888],[50.75328,9.93812],[50.75250,9.93936],[50.75111,9.93910],[50.74991,9.93912],[50.74939,9.93955],[50.74892,9.93935],[50.74794,9.93972],[50.74737,9.94018],[50.74746,9.94044],[50.74619,9.94021],[50.74596,9.94039],[50.74557,9.93974],[50.74366,9.93836],[50.74336,9.93926],[50.74330,9.94061],[50.74178,9.94130],[50.74145,9.94070],[50.74169,9.94010],[50.74017,9.94073],[50.73996,9.94110],[50.73911,9.94123],[50.73849,9.93962],[50.73789,9.93861],[50.73729,9.93934],[50.73632,9.93891],[50.73568,9.93773],[50.73399,9.93567],[50.73272,9.93769],[50.73126,9.93550],[50.73087,9.93743],[50.72945,9.93524],[50.72869,9.93550],[50.72709,9.93483],[50.72611,9.93393],[50.72405,9.93498],[50.72239,9.93093],[50.71868,9.92561],[50.71624,9.92198],[50.71394,9.91851],[50.71242,9.91607],[50.70882,9.91148],[50.70717,9.91051],[50.70322,9.90744],[50.70094,9.90873],[50.70053,9.90954],[50.70028,9.91199],[50.70033,9.91345],[50.70012,9.91409],[50.69974,9.91424],[50.69966,9.91487],[50.69924,9.91484],[50.69880,9.91682],[50.69837,9.91671],[50.69837,9.91753],[50.69704,9.91828],[50.69761,9.92066],[50.69762,9.92102],[50.69706,9.92036],[50.69519,9.92137],[50.69565,9.92343],[50.69538,9.92373],[50.69505,9.92270],[50.69428,9.92302],[50.69373,9.91939],[50.69456,9.91922],[50.69415,9.91600],[50.69377,9.91491],[50.69334,9.91527],[50.69293,9.91469],[50.69221,9.91414],[50.69019,9.91358],[50.69097,9.91193],[50.69020,9.91178],[50.68875,9.91169],[50.68838,9.91242],[50.68435,9.90609],[50.68380,9.90427],[50.68425,9.90203],[50.68299,9.89955],[50.68261,9.89978],[50.68236,9.89937],[50.68261,9.89860],[50.68297,9.89624],[50.68384,9.89472],[50.68373,9.89426],[50.68252,9.89253],[50.67781,9.88868],[50.67717,9.88879],[50.67671,9.88828],[50.67636,9.88725],[50.67527,9.88547],[50.67395,9.88356],[50.67387,9.88199],[50.67330,9.88111],[50.67285,9.88233],[50.67251,9.88233],[50.67230,9.88158],[50.67143,9.88167],[50.67119,9.88210],[50.67098,9.88173],[50.67045,9.88062],[50.67066,9.87944],[50.67011,9.87884],[50.66971,9.87918],[50.66961,9.88045],[50.66869,9.88195],[50.66818,9.88047],[50.66582,9.87909],[50.66535,9.88040],[50.66427,9.88122],[50.66342,9.88115],[50.66171,9.88251],[50.66151,9.88282],[50.65753,9.88312],[50.65450,9.88529],[50.65292,9.88511],[50.65261,9.88550],[50.65183,9.88402],[50.65122,9.88425],[50.64920,9.88372],[50.64794,9.88264],[50.64681,9.88097],[50.64599,9.88037],[50.64564,9.87968],[50.64520,9.87938],[50.64462,9.87803],[50.64388,9.87771],[50.64298,9.87797],[50.64361,9.87704],[50.64186,9.87730],[50.64166,9.87696],[50.64009,9.87702],[50.63852,9.87734],[50.63839,9.87852],[50.63621,9.87840],[50.63609,9.87862],[50.63504,9.87834],[50.63441,9.87905],[50.63404,9.88055],[50.63365,9.88454],[50.63398,9.88735],[50.63387,9.88823],[50.63513,9.89168],[50.63531,9.89465],[50.63607,9.89653],[50.63660,9.89947],[50.63836,9.90085],[50.63991,9.90443],[50.64017,9.90576],[50.63957,9.90722],[50.63677,9.90958],[50.63629,9.91035],[50.63634,9.91585],[50.63575,9.91812],[50.63471,9.92037],[50.63426,9.92231],[50.63370,9.92314],[50.63293,9.92471],[50.62974,9.92685],[50.62878,9.92954],[50.62959,9.93095],[50.62925,9.93233],[50.62849,9.93434],[50.62845,9.93992],[50.62814,9.93973],[50.62763,9.94295],[50.62767,9.94387],[50.62663,9.94606],[50.62716,9.94713],[50.62898,9.95258],[50.62835,9.95430],[50.62837,9.95503],[50.62905,9.95552],[50.62905,9.96063],[50.63281,9.96129],[50.63459,9.96093],[50.63579,9.96056],[50.63792,9.96466],[50.63898,9.96558],[50.64120,9.96912],[50.64526,9.96500],[50.64865,9.96009],[50.65216,9.95574],[50.65515,9.95147],[50.65606,9.94973],[50.65796,9.94911],[50.66036,9.95124],[50.66242,9.94778],[50.66261,9.94843],[50.66429,9.94939],[50.66527,9.95117],[50.66614,9.95244],[50.66605,9.95343],[50.66676,9.95639],[50.66605,9.95744],[50.66725,9.95901],[50.66741,9.95961],[50.66809,9.96047],[50.66739,9.96216],[50.66617,9.96315],[50.66699,9.96600],[50.66734,9.96946],[50.66583,9.97139],[50.66574,9.97409],[50.66642,9.97403],[50.66843,9.97486],[50.66802,9.97716],[50.67130,9.98333],[50.67218,9.98473],[50.67370,9.98777],[50.67483,9.99176],[50.67480,9.99260],[50.67514,9.99350],[50.67540,9.99646],[50.67645,10.00208],[50.67287,10.02019],[50.67340,10.02455],[50.67389,10.02543],[50.67374,10.02663],[50.67497,10.03062],[50.67549,10.03180],[50.67473,10.03603],[50.67355,10.05044],[50.67162,10.05269],[50.67105,10.05387],[50.67063,10.05299],[50.66807,10.05374],[50.66788,10.05528],[50.66727,10.05659],[50.66516,10.05696],[50.66219,10.06024],[50.65836,10.06402],[50.65894,10.06477],[50.65787,10.06531],[50.65692,10.06745],[50.65618,10.06962],[50.65436,10.07024],[50.65288,10.07028],[50.65190,10.07107],[50.65067,10.07141],[50.64911,10.07120],[50.64628,10.07238],[50.64479,10.07334],[50.64318,10.07388],[50.64228,10.07508],[50.63819,10.07663],[50.63590,10.07927],[50.63452,10.07841],[50.63390,10.08045],[50.63356,10.08263],[50.63081,10.08173],[50.62902,10.08195],[50.62678,10.08169],[50.62381,10.08169],[50.62002,10.08103],[50.62008,10.07920],[50.62046,10.07890],[50.62024,10.07674],[50.62055,10.07605],[50.62036,10.07551],[50.61978,10.07500],[50.61921,10.07500],[50.61993,10.07350],[50.61979,10.07307],[50.62040,10.07124],[50.62114,10.06970],[50.62181,10.06802],[50.62290,10.06723],[50.62403,10.06725],[50.62515,10.06681],[50.62545,10.06364],[50.62583,10.06342],[50.62649,10.06121],[50.62674,10.05857],[50.62641,10.05778],[50.62546,10.05623],[50.62400,10.05512],[50.62403,10.05297],[50.62379,10.05192],[50.62385,10.05068],[50.62342,10.04902],[50.62275,10.04750],[50.62127,10.04514],[50.62060,10.04578],[50.61962,10.04737],[50.61864,10.04591],[50.61745,10.04433],[50.61663,10.04107],[50.61422,10.03862],[50.61433,10.03789],[50.61227,10.03684],[50.61038,10.03697],[50.60755,10.03851],[50.60421,10.04017],[50.60204,10.04336],[50.60161,10.04596],[50.59908,10.04851],[50.59572,10.04866],[50.59499,10.04754],[50.59410,10.04726],[50.59119,10.04832],[50.58831,10.04913],[50.58720,10.04885],[50.58468,10.04958],[50.58350,10.04866],[50.58306,10.04724],[50.58199,10.04686],[50.58126,10.04596],[50.57992,10.04542],[50.57823,10.04587],[50.57640,10.04548],[50.57522,10.04486],[50.57258,10.04561],[50.56930,10.04750],[50.56862,10.04744],[50.56564,10.05025],[50.56471,10.05010],[50.56264,10.05113],[50.56209,10.05203],[50.56109,10.05211],[50.56018,10.05393],[50.55977,10.05822],[50.55909,10.05929],[50.55789,10.05968],[50.55646,10.06157],[50.55486,10.05741],[50.55373,10.05532],[50.55229,10.05450],[50.55076,10.05304],[50.54719,10.04856],[50.54538,10.04700],[50.54215,10.04683],[50.54082,10.04805],[50.53916,10.04762],[50.53696,10.04556],[50.53516,10.04430],[50.53257,10.03943],[50.53095,10.03939],[50.52896,10.03795],[50.52803,10.03892],[50.52361,10.03870],[50.52372,10.03991],[50.52294,10.04203],[50.52031,10.04247],[50.51887,10.04212],[50.51641,10.04103],[50.51637,10.04165],[50.51701,10.04586],[50.51839,10.05101],[50.52254,10.05708],[50.52442,10.05959],[50.52643,10.06391],[50.52857,10.06675],[50.52661,10.07385],[50.52819,10.07471],[50.52915,10.07247],[50.53003,10.06872],[50.53280,10.07123],[50.53546,10.07018],[50.53681,10.07213],[50.53571,10.07310],[50.53882,10.07396],[50.54109,10.07713],[50.54146,10.08142],[50.54236,10.08445],[50.54325,10.08498],[50.54479,10.09078],[50.54529,10.08947],[50.54598,10.09001],[50.54808,10.09450],[50.55318,10.09418],[50.55168,10.09882],[50.55550,10.10047],[50.55795,10.09972],[50.56110,10.10472],[50.56327,10.10674],[50.56404,10.11066],[50.56353,10.11296],[50.56400,10.11371],[50.56439,10.11680],[50.56426,10.12053],[50.56129,10.12611],[50.56013,10.12682],[50.55893,10.12678],[50.55929,10.12433],[50.55822,10.12216],[50.55739,10.12219],[50.55580,10.12028],[50.55356,10.12615],[50.55212,10.12772],[50.54807,10.13075],[50.54839,10.13227],[50.54789,10.13283],[50.54681,10.13336],[50.54636,10.13454],[50.54602,10.13620],[50.54445,10.13693],[50.54248,10.13688],[50.54270,10.13770],[50.54373,10.13759],[50.54377,10.13824],[50.54278,10.13905],[50.54242,10.14467],[50.54338,10.14720],[50.54443,10.14793],[50.54527,10.14680],[50.54627,10.14729],[50.54910,10.15062],[50.54992,10.14789],[50.55201,10.15087],[50.55077,10.15096],[50.54962,10.15246],[50.54934,10.15576],[50.54970,10.15907],[50.54666,10.16741],[50.54607,10.16834],[50.54589,10.16971],[50.54430,10.17192],[50.54223,10.17677],[50.54219,10.17754],[50.54467,10.17555],[50.54615,10.17471],[50.54914,10.17597],[50.55191,10.17825],[50.55240,10.18252],[50.55382,10.18763],[50.55334,10.18964],[50.55470,10.19383],[50.55438,10.19529],[50.55500,10.19582],[50.55454,10.19801],[50.55296,10.19923],[50.55357,10.20026],[50.55443,10.20372],[50.55317,10.20331],[50.55021,10.20389],[50.54788,10.20397],[50.54596,10.20359],[50.54397,10.20432],[50.54294,10.20665],[50.54217,10.20747],[50.54051,10.20794],[50.53960,10.21110],[50.53987,10.21408],[50.53891,10.21826],[50.53898,10.22022],[50.53785,10.22198],[50.53398,10.22427],[50.53291,10.22474],[50.53180,10.22423],[50.52956,10.22443],[50.53064,10.22709],[50.53083,10.22971],[50.53095,10.23164],[50.52892,10.22953],[50.52731,10.22925],[50.52624,10.22951],[50.52420,10.22846],[50.52411,10.22803],[50.52279,10.22737],[50.52260,10.22792],[50.52139,10.22713],[50.52047,10.22722],[50.51904,10.22613],[50.51813,10.22568],[50.51638,10.22701],[50.51550,10.22841],[50.51453,10.23066],[50.51300,10.23139],[50.51116,10.22965],[50.51113,10.23017],[50.51162,10.23103],[50.51134,10.23622],[50.51234,10.24203],[50.51391,10.24281],[50.51445,10.24354],[50.51230,10.24341],[50.51240,10.24845],[50.51070,10.25169],[50.51116,10.25379],[50.51267,10.25639],[50.51025,10.25941],[50.50947,10.25948],[50.50401,10.26686],[50.50404,10.26813],[50.50520,10.27081],[50.50557,10.27405],[50.50497,10.27583],[50.50070,10.28298],[50.49933,10.28549],[50.49932,10.28673],[50.49838,10.28847],[50.49763,10.28866],[50.49593,10.29179],[50.49542,10.29542],[50.49446,10.29837],[50.49198,10.30640],[50.49370,10.30811],[50.49403,10.31013],[50.49391,10.31197],[50.49247,10.31635],[50.49234,10.32547],[50.49445,10.32620],[50.49423,10.33047],[50.49337,10.33071],[50.49242,10.33051],[50.49171,10.33101],[50.49067,10.33281],[50.48813,10.33356],[50.48731,10.33275],[50.48641,10.33305],[50.48441,10.33623],[50.48391,10.33640],[50.48302,10.34101],[50.48032,10.34024],[50.47686,10.33857],[50.47576,10.33923],[50.47342,10.33696],[50.47050,10.33644],[50.46553,10.33565],[50.46516,10.34001],[50.46296,10.34215],[50.46292,10.34674],[50.46028,10.34696],[50.45574,10.35217],[50.45440,10.35689],[50.45190,10.35700],[50.44786,10.36048],[50.44742,10.36301],[50.44649,10.36028],[50.44495,10.36084],[50.44333,10.36352],[50.44168,10.36440],[50.44239,10.36639],[50.44135,10.36714],[50.44087,10.36457],[50.43828,10.36611],[50.43885,10.37332],[50.44027,10.37547],[50.44031,10.37732],[50.43962,10.37860],[50.43952,10.38071],[50.43873,10.38083],[50.43820,10.37573],[50.43735,10.37189],[50.43528,10.37251],[50.43474,10.36903],[50.43160,10.37023],[50.43236,10.37789],[50.42940,10.37834],[50.42970,10.38634],[50.42825,10.38493],[50.42869,10.39188],[50.42741,10.39141],[50.42733,10.39712],[50.42598,10.39739],[50.42509,10.40021],[50.42605,10.40289],[50.42327,10.40437],[50.42211,10.39922],[50.41925,10.40054],[50.41858,10.39454],[50.41399,10.39402],[50.41366,10.39149],[50.41183,10.39157],[50.41142,10.38851],[50.40977,10.38934],[50.40900,10.38316],[50.40627,10.38458],[50.40538,10.38349],[50.40245,10.38443],[50.40263,10.38660],[50.40134,10.38642],[50.39863,10.38694],[50.39696,10.38893],[50.39712,10.38968],[50.39243,10.39511],[50.39639,10.39663],[50.39488,10.39998],[50.39413,10.40545],[50.39299,10.40607],[50.39469,10.41386],[50.39313,10.41424],[50.39348,10.42214],[50.39239,10.42257],[50.39286,10.42976],[50.39494,10.43881],[50.39765,10.43755],[50.40111,10.43852],[50.40121,10.44166],[50.40266,10.44603],[50.40245,10.44930],[50.39992,10.45316],[50.39691,10.45432],[50.39326,10.45200],[50.39233,10.45250],[50.38969,10.45610],[50.38765,10.45651],[50.38758,10.45926],[50.38266,10.45741],[50.38148,10.45975],[50.38040,10.45887],[50.37928,10.46151],[50.37534,10.46389],[50.37693,10.46529],[50.37590,10.46681],[50.37720,10.46702],[50.37594,10.46919],[50.37274,10.47237],[50.37229,10.47368],[50.37320,10.47705],[50.37231,10.48144],[50.37366,10.48220],[50.37500,10.48677],[50.36870,10.49014],[50.36906,10.49385],[50.36746,10.49483],[50.36583,10.49316],[50.36354,10.48979],[50.36330,10.48490],[50.35834,10.49075],[50.35455,10.49023],[50.35473,10.49366],[50.35708,10.49877],[50.35466,10.49942],[50.35329,10.50158],[50.35286,10.50467],[50.35412,10.50656],[50.35783,10.50853],[50.35938,10.51244],[50.35307,10.51188],[50.35321,10.51347],[50.35056,10.51351],[50.34921,10.51450],[50.35024,10.51653],[50.35280,10.51721],[50.35462,10.52489],[50.35602,10.52453],[50.35833,10.52682],[50.36103,10.52663],[50.36014,10.53122],[50.36237,10.52953],[50.36520,10.53283],[50.36445,10.53496],[50.36192,10.53710],[50.36379,10.54504],[50.35926,10.55105],[50.35514,10.55446],[50.35120,10.55015],[50.34950,10.54927],[50.34658,10.55015],[50.34452,10.55068],[50.33858,10.55748],[50.33685,10.56173],[50.33784,10.56641],[50.33703,10.56916],[50.33736,10.57042],[50.33577,10.57493],[50.33356,10.57908],[50.33373,10.58066],[50.33206,10.58339],[50.33373,10.58865],[50.33241,10.59571],[50.33338,10.60073],[50.32213,10.59474],[50.31946,10.59519],[50.31765,10.59208],[50.31631,10.59150],[50.31501,10.59365],[50.31314,10.59395],[50.31154,10.59177],[50.30602,10.59239],[50.30661,10.59615],[50.30228,10.59818],[50.29496,10.60395],[50.29305,10.60457],[50.28990,10.59946],[50.28901,10.59652],[50.28366,10.59759],[50.28394,10.60085],[50.28254,10.60014],[50.28021,10.59505],[50.27725,10.59241],[50.27351,10.59203],[50.27179,10.59023],[50.26853,10.59339],[50.26974,10.59678],[50.27053,10.60212],[50.26797,10.60180],[50.26580,10.59830],[50.26188,10.59783],[50.25960,10.60345],[50.25202,10.60577],[50.25053,10.61066],[50.24746,10.60637],[50.24631,10.59530],[50.24000,10.60302],[50.23242,10.60568],[50.22369,10.61221],[50.22204,10.63804],[50.23028,10.65838],[50.22764,10.66087],[50.22265,10.65581],[50.22028,10.67126],[50.22259,10.67872],[50.22457,10.68550],[50.21837,10.68635],[50.21145,10.69579],[50.21150,10.69906],[50.20964,10.70455],[50.20859,10.71245],[50.20359,10.71742],[50.20453,10.72566],[50.21299,10.73219],[50.22633,10.72953],[50.23089,10.73030],[50.23248,10.72772],[50.24179,10.72910],[50.24311,10.73133],[50.24536,10.73116],[50.24706,10.72815],[50.25118,10.73210],[50.24717,10.74781],[50.24272,10.74343],[50.24108,10.75313],[50.23976,10.76901],[50.24838,10.78669],[50.25068,10.78343],[50.24986,10.80137],[50.24349,10.80652],[50.24075,10.80652],[50.23894,10.80900],[50.23666,10.82553],[50.23929,10.83617],[50.24204,10.83840],[50.24407,10.84870],[50.25258,10.85257],[50.26503,10.85239],[50.27008,10.84596],[50.27803,10.84759],[50.27315,10.83523],[50.27913,10.82604],[50.27915,10.81186],[50.28074,10.81074],[50.27987,10.80559],[50.28524,10.80319],[50.29111,10.80594],[50.29270,10.80293],[50.29336,10.79718],[50.29566,10.79521],[50.29451,10.78748],[50.29517,10.77427],[50.29352,10.77178],[50.30186,10.76096],[50.30455,10.76036],[50.30608,10.75392],[50.31025,10.75169],[50.31617,10.74087],[50.31523,10.73573],[50.31891,10.72757],[50.31885,10.72028],[50.32326,10.71603],[50.33307,10.71715],[50.33406,10.72436],[50.33773,10.72976],[50.35043,10.72968],[50.34983,10.71895],[50.34819,10.71534],[50.35427,10.71345],[50.35514,10.71869],[50.36363,10.71715],[50.36215,10.72968],[50.36188,10.73920],[50.35635,10.74916],[50.35733,10.75749],[50.36155,10.76126],[50.37061,10.76534],[50.36979,10.76689],[50.37198,10.77607],[50.38380,10.78491],[50.37806,10.80114],[50.37904,10.80663],[50.38391,10.81375],[50.38495,10.82079],[50.39223,10.83135],[50.39065,10.83727],[50.38999,10.84800],[50.38775,10.85023],[50.38709,10.86328],[50.38928,10.86671],[50.39371,10.86851],[50.39628,10.87340],[50.39612,10.87572],[50.39355,10.87624],[50.39196,10.87873],[50.39190,10.88679],[50.38627,10.87607],[50.37943,10.89280],[50.38430,10.90044],[50.38501,10.91151],[50.39043,10.92877],[50.39103,10.93675],[50.38671,10.94241],[50.38364,10.94936],[50.38140,10.94773],[50.37653,10.95597],[50.37707,10.96147],[50.37346,10.96224],[50.36820,10.95537],[50.36405,10.96453],[50.35655,10.97440],[50.34696,10.98495],[50.34784,10.99345],[50.34538,10.99757],[50.35217,11.00023],[50.35638,10.99440],[50.36301,10.99362],[50.36509,10.99543],[50.36339,11.00126],[50.36443,11.00701],[50.36120,11.01542],[50.35945,11.02718],[50.35983,11.03465],[50.35518,11.03002],[50.34948,11.03156],[50.34461,11.03714],[50.34423,11.04521],[50.34817,11.06040],[50.34866,11.06632],[50.35282,11.07619],[50.35096,11.08169],[50.35167,11.08692],[50.35578,11.08357],[50.35874,11.08778],[50.36219,11.08692],[50.36515,11.09187],[50.36472,11.09822],[50.36658,11.10097],[50.36630,11.11435],[50.35826,11.11942],[50.35272,11.11315],[50.34856,11.11599],[50.34807,11.12208],[50.35223,11.12500],[50.35513,11.12714],[50.35240,11.13710],[50.34949,11.13470],[50.34013,11.14534],[50.33826,11.14894],[50.33405,11.15298],[50.33087,11.15847],[50.32561,11.15607],[50.32268,11.14997],[50.31813,11.13950],[50.31122,11.13041],[50.30497,11.13015],[50.29933,11.13195],[50.29894,11.13633],[50.29308,11.13864],[50.29214,11.14139],[50.28918,11.13985],[50.28485,11.14500],[50.28512,11.15058],[50.28260,11.15444],[50.28803,11.15787],[50.28414,11.15942],[50.28178,11.16577],[50.28282,11.17040],[50.28063,11.17632],[50.28085,11.18328],[50.27520,11.17847],[50.27712,11.17529],[50.27191,11.17418],[50.26982,11.17521],[50.26872,11.18860],[50.27393,11.19315],[50.27503,11.19032],[50.27728,11.19272],[50.28046,11.19074],[50.28529,11.19486],[50.29105,11.19830],[50.28375,11.21134],[50.28359,11.21486],[50.28118,11.21495],[50.27980,11.22087],[50.27613,11.22559],[50.27525,11.23529],[50.27180,11.23709],[50.26664,11.24962],[50.26746,11.25537],[50.27097,11.25735],[50.27465,11.26336],[50.27871,11.26104],[50.28781,11.26095],[50.29110,11.25967],[50.29324,11.25366],[50.29571,11.25460],[50.29861,11.25263],[50.29949,11.26130],[50.30229,11.26301],[50.30229,11.26705],[50.30728,11.27151],[50.31040,11.26679],[50.31259,11.26782],[50.31374,11.26430],[50.31955,11.26181],[50.32207,11.25735],[50.32454,11.26327],[50.33194,11.26216],[50.33698,11.26327],[50.33758,11.26576],[50.33654,11.26773],[50.33555,11.27803],[50.35220,11.26688],[50.35193,11.26241],[50.35335,11.26696],[50.35549,11.27958],[50.36053,11.28499],[50.36693,11.27984],[50.36995,11.28121],[50.37208,11.28147],[50.37334,11.27906],[50.37843,11.27743],[50.38215,11.27615],[50.38686,11.27117],[50.38784,11.26447],[50.39140,11.26507],[50.39397,11.27177],[50.39764,11.26516],[50.39797,11.26147],[50.40016,11.25915],[50.40163,11.26173],[50.40557,11.26181],[50.40717,11.26456],[50.41379,11.26628],[50.41975,11.27005],[50.42713,11.26713],[50.43118,11.26902],[50.43566,11.26816],[50.44390,11.26387],[50.44494,11.25743],[50.44795,11.25366],[50.44959,11.24602],[50.45631,11.25580],[50.46456,11.25220],[50.46942,11.24653],[50.47161,11.24550],[50.47565,11.24799],[50.47838,11.24782],[50.48029,11.25151],[50.48138,11.25778],[50.47985,11.26482],[50.47822,11.26456],[50.47860,11.26705],[50.48242,11.27331],[50.48073,11.27932],[50.48220,11.28087],[50.48313,11.27932],[50.48515,11.28842],[50.48264,11.28971],[50.47527,11.29074],[50.47527,11.29194],[50.48045,11.29606],[50.48029,11.29786],[50.48209,11.30009],[50.48324,11.30001],[50.48521,11.30327],[50.48739,11.30361],[50.48837,11.30533],[50.48821,11.32121],[50.49132,11.32447],[50.49913,11.32610],[50.50006,11.32344],[50.50323,11.32395],[50.50661,11.32207],[50.50945,11.32438],[50.50912,11.33906],[50.51114,11.34781],[50.51512,11.34730],[50.51873,11.34447],[50.52064,11.34593],[50.51938,11.34816],[50.51938,11.35803],[50.52102,11.36687],[50.52266,11.37073],[50.51987,11.37949],[50.51594,11.38524],[50.51523,11.38979],[50.51682,11.39167],[50.51884,11.39485],[50.51594,11.39519],[50.51496,11.40137],[50.51436,11.41081],[50.51534,11.41691],[50.51540,11.42317],[50.51294,11.42738],[50.50312,11.43433],[50.50055,11.44017],[50.49285,11.43553],[50.49285,11.42695],[50.49520,11.41828],[50.49258,11.41794],[50.48859,11.42051],[50.48542,11.42060],[50.48390,11.42377],[50.48149,11.41605],[50.47920,11.41794],[50.47346,11.41965],[50.46795,11.41433],[50.46516,11.41622],[50.46292,11.42317],[50.45904,11.42163],[50.45363,11.41837],[50.44521,11.41837],[50.44188,11.42111],[50.43958,11.43047],[50.43800,11.44094],[50.43298,11.44647],[50.43117,11.45033],[50.42434,11.44321],[50.41942,11.44218],[50.42133,11.44501],[50.42461,11.44656],[50.42811,11.46098],[50.43139,11.46269],[50.43248,11.46604],[50.43128,11.46947],[50.43123,11.47617],[50.43319,11.47608],[50.43090,11.48209],[50.42516,11.47969],[50.41674,11.48750],[50.41050,11.48406],[50.40793,11.47874],[50.40049,11.47763],[50.39529,11.48964],[50.39918,11.49634],[50.39901,11.50243],[50.39589,11.50638],[50.39513,11.51780],[50.38814,11.51760],[50.38376,11.51975],[50.37998,11.51932],[50.37714,11.51769],[50.37303,11.52044],[50.37582,11.52893],[50.37856,11.53117],[50.37878,11.53443],[50.38042,11.53571],[50.38316,11.54636],[50.38201,11.55348],[50.38332,11.56035],[50.38710,11.56644],[50.38945,11.56644],[50.39645,11.56910],[50.39935,11.57339],[50.39831,11.58163],[50.40214,11.59348],[50.39640,11.60584],[50.39175,11.61176],[50.38620,11.62237],[50.38669,11.62675],[50.38800,11.62838],[50.38740,11.63190],[50.39003,11.64177],[50.39205,11.65336],[50.39167,11.66040],[50.39342,11.66709],[50.39364,11.67662],[50.39216,11.68349],[50.39490,11.68872],[50.39457,11.69293],[50.39616,11.69653],[50.40081,11.69919],[50.40321,11.70863],[50.39572,11.71327],[50.39933,11.71876],[50.39944,11.72700],[50.40529,11.73601],[50.40934,11.74022],[50.41011,11.74520],[50.40775,11.74537],[50.40464,11.75790],[50.40491,11.76331],[50.40688,11.76468],[50.41344,11.75164],[50.41563,11.75412],[50.41317,11.76606],[50.41071,11.77198],[50.41136,11.77455],[50.41486,11.77481],[50.41804,11.78030],[50.41541,11.78399],[50.41481,11.78717],[50.41503,11.78992],[50.41689,11.79112],[50.41798,11.79369],[50.41683,11.79678],[50.41404,11.79858],[50.41311,11.80125],[50.40316,11.81266],[50.39955,11.81790],[50.40338,11.82425],[50.40004,11.82751],[50.39665,11.81996],[50.39320,11.81798],[50.39107,11.82030],[50.38921,11.82373],[50.39254,11.82751],[50.39462,11.83403],[50.39670,11.83901],[50.40097,11.85274],[50.39851,11.85601],[50.40048,11.86751],[50.40485,11.86897],[50.40799,11.87700],[50.41220,11.88018],[50.41285,11.88215],[50.41422,11.88138],[50.41553,11.88610],[50.41466,11.89185],[50.41679,11.90335],[50.41657,11.90687],[50.41969,11.90713],[50.42390,11.91795],[50.42467,11.92258],[50.42707,11.92584],[50.42975,11.92807],[50.43347,11.92833],[50.43271,11.92241],[50.43369,11.91623],[50.43648,11.91082],[50.43664,11.90765],[50.43681,11.90327],[50.43555,11.89923],[50.44047,11.89357],[50.44134,11.88971],[50.44331,11.88988],[50.44205,11.89323],[50.44380,11.89580],[50.44927,11.89554],[50.45140,11.90095],[50.45156,11.90404],[50.45375,11.90507],[50.45238,11.90971],[50.45337,11.91906],[50.45926,11.92201],[50.45888,11.92931],[50.46353,11.93171],[50.45894,11.93583],[50.45812,11.93901],[50.45522,11.94235],[50.45342,11.94690],[50.45407,11.95171],[50.45555,11.95231],[50.45746,11.94939],[50.45719,11.94793],[50.46008,11.94364],[50.46287,11.94956],[50.46555,11.94871],[50.46478,11.94381],[50.46730,11.94321],[50.46740,11.94201],[50.47003,11.94562],[50.47216,11.94373],[50.47112,11.93935],[50.47347,11.94321],[50.47625,11.94467],[50.47811,11.94690],[50.47866,11.95377],[50.47806,11.95969],[50.48204,11.96381],[50.48445,11.96484],[50.48832,11.96433],[50.49226,11.95901],[50.49668,11.95215],[50.49974,11.94845],[50.50405,11.94528],[50.50520,11.94288],[50.50313,11.93910],[50.50575,11.93558],[50.51115,11.93086],[50.51333,11.93189],[50.51928,11.93309],[50.52235,11.93266],[50.52334,11.93086],[50.52306,11.92940],[50.52650,11.92537],[50.52257,11.91979],[50.52726,11.91833],[50.52448,11.91515],[50.52241,11.91532],[50.51941,11.91687],[50.51793,11.91816],[50.51728,11.91653],[50.51630,11.89876],[50.51864,11.89369],[50.51695,11.88631],[50.52323,11.88194],[50.53032,11.87928],[50.53976,11.87241],[50.54558,11.88148],[50.55071,11.88406],[50.55322,11.90226],[50.55518,11.90500],[50.55431,11.90981],[50.55442,11.91564],[50.55791,11.91513],[50.55824,11.91805],[50.55524,11.92114],[50.55747,11.92775],[50.56014,11.92363],[50.56418,11.92689],[50.56456,11.92946],[50.56892,11.93470],[50.57334,11.93006],[50.57601,11.93144],[50.57933,11.93024],[50.58571,11.92380],[50.58696,11.93101],[50.58691,11.93556],[50.59007,11.94079],[50.59040,11.94414],[50.59846,11.95822],[50.60048,11.95736],[50.60396,11.96002],[50.60026,11.96234],[50.59955,11.96603],[50.60020,11.96972],[50.60502,11.97743],[50.60529,11.98078],[50.61058,11.98997],[50.61619,11.98344],[50.61825,11.98456],[50.62147,11.98044],[50.62468,11.99091],[50.62811,12.00112],[50.63056,12.00464],[50.63160,12.00198],[50.63290,12.00207],[50.63399,12.00413],[50.63399,12.00773],[50.63486,12.01039],[50.62985,12.01597],[50.62778,12.01855],[50.62512,12.01983],[50.62092,12.01151],[50.61346,12.00396],[50.60360,12.01340],[50.59777,12.02241],[50.59647,12.02919],[50.59805,12.03177],[50.59418,12.03468],[50.58873,12.03305],[50.58252,12.03013],[50.58110,12.03434],[50.57767,12.02859],[50.57349,12.02501],[50.56989,12.01737],[50.56717,12.01728],[50.56204,12.02295],[50.55801,12.02818],[50.55664,12.03136],[50.55495,12.03179],[50.55544,12.02835],[50.55370,12.02784],[50.55332,12.03333],[50.55037,12.02895],[50.54852,12.03050],[50.54994,12.03470],[50.55163,12.03556],[50.55310,12.03891],[50.55293,12.04878],[50.55168,12.05110],[50.55304,12.05711],[50.55190,12.06037],[50.55555,12.06620],[50.55539,12.06947],[50.55419,12.07101],[50.55528,12.07427],[50.55828,12.07796],[50.56368,12.07745],[50.56678,12.07513],[50.56924,12.08028],[50.57333,12.07925],[50.57654,12.07882],[50.57932,12.08406],[50.57867,12.09805],[50.57540,12.10371],[50.57316,12.10620],[50.56657,12.11590],[50.56695,12.12345],[50.57112,12.12702],[50.57456,12.12891],[50.57227,12.14102],[50.57385,12.14548],[50.57331,12.15398],[50.57532,12.15887],[50.57739,12.15775],[50.58012,12.16161],[50.58323,12.15861],[50.58579,12.15732],[50.58573,12.15458],[50.58399,12.15363],[50.58399,12.15192],[50.58513,12.15003],[50.58628,12.14436],[50.58284,12.13999],[50.58252,12.13458],[50.58328,12.13046],[50.58546,12.12874],[50.58715,12.13295],[50.58808,12.13303],[50.58769,12.13003],[50.58491,12.12436],[50.58742,12.11621],[50.58867,12.11072],[50.59096,12.11329],[50.59298,12.11329],[50.59739,12.11612],[50.59848,12.12316],[50.60077,12.12874],[50.60017,12.13106],[50.60104,12.13544],[50.60219,12.13827],[50.60311,12.14316],[50.60407,12.14531],[50.60341,12.14569],[50.60404,12.14642],[50.60543,12.14655],[50.60576,12.14741],[50.60570,12.14913],[50.60663,12.14865],[50.60665,12.14788],[50.60799,12.14784],[50.60913,12.14625],[50.60989,12.14608],[50.61035,12.14739],[50.61187,12.14726],[50.61250,12.14834],[50.61304,12.14997],[50.61419,12.14911],[50.61541,12.15100],[50.61726,12.15045],[50.61920,12.14774],[50.62127,12.14607],[50.62244,12.14727],[50.62355,12.14684],[50.62551,12.14555],[50.62674,12.15130],[50.62728,12.15049],[50.62859,12.15002],[50.62897,12.15263],[50.63028,12.15495],[50.62930,12.15568],[50.62930,12.15804],[50.62943,12.16311],[50.62747,12.16577],[50.62954,12.16916],[50.62922,12.16989],[50.62758,12.16941],[50.62677,12.17109],[50.62440,12.17568],[50.62053,12.17323],[50.61963,12.17345],[50.61890,12.17379],[50.61607,12.17233],[50.61579,12.17456],[50.61405,12.17452],[50.61307,12.17826],[50.61343,12.17851],[50.61353,12.17946],[50.61138,12.18250],[50.61272,12.18444],[50.61460,12.19134],[50.61560,12.18984],[50.61726,12.19164],[50.61778,12.19092],[50.61955,12.19229],[50.62023,12.19169],[50.62116,12.18946],[50.62143,12.19074],[50.62293,12.18821],[50.62415,12.18971],[50.62660,12.19203],[50.62829,12.19345],[50.62805,12.19482],[50.63001,12.19804],[50.63178,12.19834],[50.63300,12.20006],[50.63544,12.20111],[50.63805,12.19961],[50.64132,12.19901],[50.64189,12.20086],[50.64042,12.20403],[50.64012,12.20725],[50.63789,12.20678],[50.63601,12.20807],[50.63408,12.21150],[50.63342,12.21798],[50.63157,12.21648],[50.63070,12.21695],[50.63154,12.22043],[50.63097,12.22313],[50.62961,12.22515],[50.62945,12.22725],[50.63225,12.22944],[50.63266,12.23073],[50.63233,12.23175],[50.62863,12.23064],[50.62749,12.23167],[50.62702,12.23304],[50.62664,12.23472],[50.62730,12.23579],[50.62724,12.23699],[50.62907,12.23965],[50.62907,12.24081],[50.63070,12.24180],[50.63094,12.24274],[50.63233,12.24283],[50.63212,12.24180],[50.63263,12.24218],[50.63329,12.24437],[50.63255,12.24901],[50.63323,12.24871],[50.63299,12.25102],[50.63103,12.25652],[50.63154,12.26072],[50.63035,12.26592],[50.63353,12.26617],[50.63432,12.26677],[50.63721,12.26527],[50.63868,12.26579],[50.64118,12.26416],[50.64352,12.26441],[50.64466,12.26815],[50.64385,12.27201],[50.64425,12.28124],[50.64586,12.28029],[50.64771,12.28021],[50.64733,12.28085],[50.64627,12.28149],[50.64689,12.28446],[50.64815,12.28476],[50.64812,12.28561],[50.64836,12.28673],[50.64752,12.28926],[50.64942,12.29274],[50.64945,12.29424],[50.65174,12.29935],[50.65269,12.29969],[50.65318,12.30123],[50.65732,12.30317],[50.65957,12.30287],[50.66210,12.30398],[50.66335,12.31317],[50.66278,12.31462],[50.66322,12.31874],[50.66482,12.31819],[50.66648,12.31561],[50.66958,12.31437],[50.67157,12.31471],[50.67594,12.31836],[50.68166,12.32282],[50.68326,12.31947],[50.68429,12.31922],[50.68484,12.31621],[50.68310,12.31205],[50.68277,12.30802],[50.68408,12.30638],[50.68416,12.29922],[50.68698,12.29690],[50.68541,12.29398],[50.68541,12.29179],[50.68592,12.29136],[50.68620,12.28815],[50.68533,12.28737],[50.68508,12.28338],[50.68571,12.28128],[50.68747,12.28055],[50.68794,12.27819],[50.68777,12.27690],[50.68663,12.27613],[50.69008,12.27061],[50.69242,12.26787],[50.69378,12.26722],[50.69497,12.26413],[50.69641,12.26362],[50.69824,12.26512],[50.70155,12.26443],[50.70316,12.26392],[50.70438,12.26083],[50.70557,12.25907],[50.70720,12.25851],[50.70968,12.25637],[50.71276,12.25573],[50.71526,12.25303],[50.71909,12.25865],[50.71871,12.25912],[50.72023,12.26346],[50.72159,12.26440],[50.72325,12.26436],[50.72458,12.26539],[50.72553,12.26522],[50.72640,12.27037],[50.72884,12.27174],[50.72912,12.26968],[50.72998,12.26833],[50.73440,12.26515],[50.73519,12.26412],[50.73731,12.26223],[50.73462,12.24764],[50.73421,12.24769],[50.73427,12.24249],[50.73332,12.23781],[50.73343,12.23520],[50.73590,12.23485],[50.73837,12.23168],[50.73826,12.22734],[50.73946,12.22859],[50.74003,12.22769],[50.74106,12.22846],[50.74155,12.22966],[50.74377,12.23018],[50.74388,12.22786],[50.74160,12.22721],[50.74596,12.22698],[50.74789,12.22857],[50.74955,12.22935],[50.75234,12.22930],[50.75449,12.22819],[50.75829,12.22965],[50.75804,12.23068],[50.75946,12.23231],[50.75997,12.23450],[50.76345,12.23703],[50.76605,12.24059],[50.76765,12.24170],[50.76453,12.24424],[50.76290,12.25428],[50.76146,12.25788],[50.76032,12.26368],[50.76111,12.26625],[50.76241,12.26926],[50.76393,12.26999],[50.76787,12.27479],[50.76929,12.27639],[50.77040,12.27927],[50.77292,12.28356],[50.77558,12.28536],[50.77827,12.28850],[50.78364,12.29021],[50.78353,12.28811],[50.78986,12.28755],[50.78790,12.27240],[50.78717,12.26730],[50.78779,12.26472],[50.78899,12.26318],[50.78834,12.25987],[50.78834,12.25627],[50.78882,12.25270],[50.79394,12.25393],[50.79454,12.25517],[50.79833,12.25157],[50.79915,12.25427],[50.80482,12.24723],[50.80899,12.24320],[50.81481,12.25090],[50.81849,12.25120],[50.81768,12.25322],[50.81142,12.25978],[50.81256,12.26382],[50.81418,12.26721],[50.81218,12.26837],[50.81399,12.27313],[50.81383,12.27605],[50.81638,12.27309],[50.81757,12.27686],[50.81535,12.27721],[50.81445,12.27781],[50.80949,12.27802],[50.81028,12.28437],[50.81177,12.28622],[50.82020,12.28609],[50.82220,12.29201],[50.82058,12.29240],[50.81762,12.29463],[50.81524,12.29892],[50.81743,12.30296],[50.82020,12.29914],[50.82852,12.29626],[50.83001,12.29897],[50.82681,12.29987],[50.82391,12.30257],[50.82256,12.30287],[50.81835,12.30686],[50.81879,12.30875],[50.81900,12.31472],[50.82155,12.32133],[50.82020,12.33338],[50.82256,12.33360],[50.82220,12.33690],[50.82342,12.34772],[50.82651,12.34712],[50.82863,12.34849],[50.83053,12.34755],[50.83185,12.34703],[50.83207,12.34798],[50.83318,12.34793],[50.83421,12.34768],[50.83738,12.34819],[50.83887,12.35137],[50.84135,12.35876],[50.84219,12.36283],[50.84297,12.36206],[50.84352,12.36318],[50.84365,12.36459],[50.84433,12.36373],[50.84449,12.36549],[50.84617,12.36502],[50.84766,12.36871],[50.84869,12.37575],[50.85305,12.37446],[50.85354,12.37854],[50.85200,12.37772],[50.85013,12.37601],[50.84856,12.37639],[50.85007,12.38189],[50.85043,12.38781],[50.84929,12.38957],[50.84967,12.39240],[50.84842,12.39227],[50.84923,12.39442],[50.84902,12.40214],[50.84940,12.40459],[50.85010,12.40467],[50.85026,12.40686],[50.85574,12.40815],[50.85600,12.41014],[50.85652,12.41044],[50.85714,12.41297],[50.85684,12.41512],[50.85592,12.41589],[50.85541,12.41718],[50.85259,12.41400],[50.85115,12.41426],[50.85004,12.41357],[50.84982,12.41198],[50.84920,12.41134],[50.84687,12.41108],[50.84270,12.41602],[50.83934,12.42035],[50.84161,12.42606],[50.84370,12.42941],[50.84248,12.43400],[50.84199,12.43851],[50.84324,12.44387],[50.84560,12.44121],[50.84706,12.44177],[50.85283,12.44722],[50.85494,12.44876],[50.86053,12.44649],[50.86147,12.44481],[50.86248,12.44481],[50.86434,12.44606],[50.86621,12.45078],[50.86773,12.45018],[50.86857,12.45546],[50.86822,12.45683],[50.86881,12.46018],[50.87014,12.46426],[50.87136,12.46361],[50.87109,12.46245],[50.87155,12.46207],[50.87255,12.46318],[50.87239,12.46426],[50.87355,12.46438],[50.88032,12.45941],[50.88138,12.46112],[50.88395,12.46979],[50.88747,12.47816],[50.88763,12.47966],[50.88928,12.48309],[50.89085,12.48159],[50.89280,12.48567],[50.89272,12.48756],[50.89329,12.49151],[50.89307,12.49417],[50.89364,12.49803],[50.89313,12.50116],[50.89329,12.51005],[50.89611,12.51322],[50.89892,12.51098],[50.90041,12.51051],[50.90457,12.50776],[50.90850,12.52334],[50.90782,12.52399],[50.90262,12.52519],[50.90187,12.52892],[50.90179,12.53098],[50.90003,12.53433],[50.90000,12.53566],[50.90227,12.54356],[50.90411,12.55012],[50.90544,12.55308],[50.90593,12.56036],[50.90208,12.56555],[50.90230,12.56658],[50.90327,12.56736],[50.90419,12.57028],[50.90105,12.57444],[50.90176,12.57658],[50.90154,12.58079],[50.90365,12.58487],[50.90262,12.58813],[50.90246,12.59165],[50.90314,12.59289],[50.90300,12.59641],[50.90438,12.59710],[50.90354,12.59959],[50.90465,12.60062],[50.90541,12.60714],[50.90593,12.61027],[50.90517,12.61242],[50.90465,12.61512],[50.90915,12.62031],[50.90852,12.62293],[50.90785,12.62302],[50.90501,12.62551],[50.90430,12.62920],[50.90387,12.63491],[50.90303,12.63924],[50.90233,12.64083],[50.90338,12.64126],[50.90595,12.64074],[50.90863,12.64139],[50.91088,12.64100],[50.91380,12.64448],[50.91621,12.64705],[50.91826,12.65310],[50.91913,12.65435],[50.92430,12.65293],[50.92581,12.64872],[50.92619,12.64542],[50.92890,12.64224],[50.93236,12.64229],[50.93317,12.64263],[50.93358,12.64156],[50.93331,12.63761],[50.93688,12.63585],[50.94023,12.63199],[50.93944,12.62615],[50.93985,12.62486],[50.94063,12.62418],[50.94117,12.62581],[50.94277,12.62602],[50.94247,12.63018],[50.94501,12.62979],[50.94750,12.62996],[50.95061,12.62764],[50.95178,12.62683],[50.95826,12.62434],[50.95886,12.62486],[50.96329,12.62348],[50.96475,12.62254],[50.97653,12.62211],[50.97826,12.61979],[50.97886,12.61833],[50.98356,12.61825],[50.98637,12.61593],[50.98788,12.61155],[50.98756,12.60949],[50.98999,12.60838],[50.99723,12.60803],[50.99582,12.60228],[50.99501,12.60100],[50.99323,12.60100],[50.99301,12.59602],[50.99242,12.59396],[50.99334,12.59301],[50.99323,12.59070],[50.99199,12.59070],[50.98907,12.58023],[50.98529,12.57885],[50.99112,12.57096],[50.99269,12.56735],[50.99523,12.56503],[50.99615,12.55594],[50.99766,12.55628],[50.99831,12.55018],[50.99780,12.54215],[50.99661,12.53863],[50.99931,12.52798],[51.00131,12.52661],[51.00417,12.53339],[51.00552,12.54094],[51.01076,12.53897],[51.01497,12.53537],[51.01681,12.53640],[51.01983,12.53837],[51.02070,12.54000],[51.02183,12.53966],[51.02221,12.53837],[51.02458,12.53949],[51.02572,12.53159],[51.02345,12.51957],[51.02771,12.51820],[51.02701,12.51391],[51.01794,12.51554],[51.01670,12.51236],[51.01740,12.50721],[51.02583,12.51090],[51.02626,12.51288],[51.02707,12.51262],[51.02928,12.50850],[51.03481,12.50352],[51.03939,12.50584],[51.04328,12.50412],[51.04484,12.50601],[51.05164,12.50249],[51.05278,12.50876],[51.05574,12.50713],[51.06254,12.50395],[51.06459,12.50146],[51.06367,12.49906],[51.06686,12.49597],[51.06615,12.49108],[51.06535,12.48584],[51.06632,12.48404],[51.06481,12.47563],[51.06470,12.46988],[51.06799,12.46816],[51.06777,12.46464],[51.06702,12.46318],[51.06912,12.46310],[51.07031,12.46104],[51.07387,12.46147],[51.08503,12.45949],[51.08498,12.45812],[51.08374,12.45220],[51.08169,12.45280],[51.07845,12.44842],[51.07726,12.44859],[51.07743,12.44404],[51.07877,12.44190],[51.07770,12.44052],[51.07829,12.43580],[51.07683,12.43348],[51.07856,12.42859],[51.07861,12.42464],[51.07791,12.41941],[51.07694,12.41692],[51.07656,12.41357],[51.08071,12.38467],[51.07990,12.38106],[51.07731,12.37557],[51.07985,12.36578],[51.08006,12.36183],[51.08556,12.35342],[51.08605,12.35531],[51.09435,12.35677],[51.09640,12.35266],[51.09677,12.34939],[51.09990,12.34210],[51.10162,12.33987],[51.10357,12.33472],[51.10362,12.33154],[51.10157,12.32957],[51.09839,12.32588],[51.09667,12.32176],[51.09559,12.32244],[51.09440,12.31944],[51.09376,12.31455],[51.09424,12.30820],[51.09791,12.30493],[51.09645,12.30193],[51.09381,12.29678],[51.09376,12.29438],[51.09208,12.29223],[51.09316,12.29034],[51.09257,12.28871],[51.09079,12.28888],[51.09068,12.28640],[51.09194,12.28562],[51.09103,12.28425],[51.08887,12.28391],[51.08812,12.28270],[51.08316,12.28322],[51.08235,12.27919],[51.08035,12.27944],[51.07906,12.27301],[51.07847,12.26734],[51.07259,12.26863],[51.06584,12.25669],[51.06045,12.25987],[51.05775,12.25867],[51.05457,12.26142],[51.05354,12.25987],[51.05052,12.26090],[51.04966,12.25481],[51.04566,12.25618],[51.04453,12.24880],[51.03708,12.25026],[51.03719,12.26124],[51.03768,12.26794],[51.03989,12.27223],[51.04016,12.28081],[51.03724,12.28236],[51.03735,12.28656],[51.02974,12.28880],[51.03109,12.29420],[51.02537,12.29395],[51.02386,12.29120],[51.02175,12.29274],[51.01873,12.29017],[51.01711,12.28794],[51.01516,12.28751],[51.01068,12.28098],[51.00744,12.28399],[51.00798,12.28004],[51.00231,12.27283],[50.99371,12.26548],[50.99095,12.26385],[50.98447,12.25338],[50.97971,12.24505],[50.97436,12.23827],[50.96512,12.23595],[50.96096,12.23132],[50.96069,12.23449],[50.96215,12.23930],[50.95685,12.24128],[50.95148,12.23703],[50.94640,12.22776],[50.94278,12.22561],[50.93996,12.21832],[50.93823,12.21437],[50.94380,12.21480],[50.94413,12.21145],[50.94824,12.21222],[50.94991,12.21136],[50.95283,12.21600],[50.95651,12.21566],[50.95748,12.21351],[50.96035,12.21351],[50.95635,12.20072],[50.95819,12.19806],[50.96111,12.19592],[50.96132,12.19411],[50.96592,12.19008],[50.96765,12.19077],[50.97642,12.18276],[50.97388,12.17719],[50.97307,12.17298],[50.96767,12.16448],[50.96631,12.16182],[50.95907,12.16551],[50.95896,12.16311],[50.96334,12.15908],[50.96367,12.15272],[50.96464,12.15195],[50.96340,12.14294],[50.96085,12.13582],[50.96085,12.13230],[50.96583,12.13315],[50.96610,12.12706],[50.96756,12.12457],[50.96902,12.11625],[50.97437,12.10406],[50.97502,12.09436],[50.97696,12.09213],[50.97644,12.08478],[50.97471,12.07791],[50.97509,12.07576],[50.97179,12.06538],[50.96877,12.05422],[50.97023,12.04504],[50.97266,12.04014],[50.97304,12.03499],[50.96979,12.02220],[50.97006,12.01740],[50.97082,12.01148],[50.97444,12.01130],[50.97595,12.01757],[50.97914,12.01774],[50.98492,12.01499],[50.98438,12.00873],[50.99049,12.00796],[50.99119,12.00676],[50.98909,11.99972],[50.99384,11.99766],[50.99081,11.98023],[50.99170,11.97975],[50.99051,11.97417],[50.99472,11.97366],[50.99451,11.96971],[50.99883,11.96928],[50.99964,11.97649],[51.00288,11.97923],[51.00579,11.97872],[51.00747,11.97572],[51.01190,11.97657],[51.01206,11.98052],[51.01422,11.98044],[51.01562,11.97812],[51.01713,11.97589],[51.01911,11.97170],[51.01749,11.97007],[51.02057,11.96818],[51.01933,11.96578],[51.02213,11.96475],[51.02246,11.96252],[51.02067,11.96003],[51.02408,11.95462],[51.02597,11.95411],[51.02926,11.94759],[51.03320,11.94209],[51.02996,11.93711],[51.03082,11.93308],[51.02937,11.93154],[51.02672,11.92269],[51.02705,11.91626],[51.02910,11.91179],[51.03153,11.91540],[51.03336,11.91377],[51.03385,11.91548],[51.03611,11.91385],[51.03752,11.91591],[51.03951,11.91411],[51.04173,11.91085],[51.04507,11.91128],[51.04599,11.90828],[51.04453,11.90407],[51.04626,11.89840],[51.04637,11.89583],[51.04847,11.89497],[51.05068,11.89703],[51.05365,11.89085],[51.05581,11.88913],[51.05700,11.88647],[51.05646,11.88167],[51.05791,11.87746],[51.05694,11.87283],[51.05408,11.86708],[51.05252,11.86854],[51.05209,11.86175],[51.05484,11.85987],[51.05219,11.85214],[51.05333,11.84768],[51.05219,11.84330],[51.05279,11.83721],[51.05117,11.82605],[51.04776,11.81579],[51.04652,11.80420],[51.04938,11.80343],[51.04857,11.79871],[51.05062,11.79776],[51.05046,11.79270],[51.05160,11.79021],[51.05079,11.78635],[51.05278,11.78721],[51.05354,11.77390],[51.04917,11.76952],[51.04507,11.77030],[51.04312,11.75974],[51.04798,11.76034],[51.04901,11.75227],[51.05208,11.75150],[51.05213,11.74661],[51.05386,11.74609],[51.05386,11.74858],[51.05742,11.75502],[51.05990,11.75030],[51.06163,11.74395],[51.06379,11.73760],[51.06880,11.73234],[51.06929,11.72976],[51.06929,11.72161],[51.07134,11.72169],[51.07075,11.71285],[51.06864,11.71054],[51.06924,11.70427],[51.07010,11.70144],[51.07436,11.70255],[51.07673,11.70024],[51.07835,11.70204],[51.07970,11.70032],[51.08444,11.69878],[51.08460,11.70204],[51.08628,11.70170],[51.08795,11.69946],[51.08811,11.69637],[51.08946,11.69637],[51.09091,11.69783],[51.09371,11.69457],[51.09479,11.69500],[51.09657,11.69165],[51.09749,11.69328],[51.10008,11.69260],[51.10153,11.68788],[51.09911,11.68925],[51.10158,11.68144],[51.10460,11.67552],[51.10245,11.67123],[51.10805,11.66668],[51.11021,11.66865],[51.10945,11.66324],[51.11150,11.66256],[51.10988,11.65432],[51.10967,11.65149],[51.10730,11.64762],[51.10972,11.64865],[51.11031,11.64531],[51.10945,11.64110],[51.11102,11.63878],[51.10864,11.63449],[51.10714,11.63561],[51.10681,11.63114],[51.10573,11.62994],[51.10482,11.62522],[51.10347,11.62290],[51.09711,11.61930],[51.09760,11.61655],[51.10466,11.62119],[51.10654,11.61775],[51.10870,11.61398],[51.11042,11.60788],[51.11172,11.60754],[51.11484,11.60085],[51.11657,11.59449],[51.11705,11.58703],[51.11953,11.58171],[51.12111,11.57123],[51.11814,11.56702],[51.11168,11.56196],[51.11254,11.55964],[51.10931,11.55818],[51.10952,11.55441],[51.11248,11.55647],[51.11200,11.54582],[51.10278,11.54505],[51.10543,11.52273],[51.10823,11.51192],[51.10316,11.50977],[51.10446,11.50385],[51.10225,11.50342],[51.10262,11.48505],[51.10855,11.48411],[51.10747,11.47810],[51.11292,11.46377],[51.11884,11.46600],[51.11868,11.46446],[51.12617,11.46643],[51.12832,11.46583],[51.12682,11.46265],[51.13064,11.46385],[51.13059,11.46059],[51.13242,11.46051],[51.13764,11.45931],[51.13920,11.45836],[51.14330,11.45407],[51.14653,11.45235],[51.14766,11.46488],[51.14777,11.46883],[51.14820,11.47227],[51.15105,11.47415],[51.15175,11.47621],[51.15886,11.47999],[51.16106,11.47647],[51.16128,11.47364],[51.16338,11.47544],[51.16580,11.47553],[51.16515,11.48540],[51.16854,11.48634],[51.17010,11.47124],[51.17241,11.47124],[51.17446,11.47244],[51.18027,11.47003],[51.18102,11.46858],[51.18366,11.47046],[51.19006,11.47038],[51.19269,11.46943],[51.19555,11.45467],[51.19253,11.45278],[51.19452,11.44986],[51.19775,11.45021],[51.19979,11.44926],[51.19990,11.44858],[51.20426,11.44557],[51.20791,11.44574],[51.20899,11.44720],[51.20945,11.44411],[51.20939,11.44347],[51.21235,11.43068],[51.21254,11.42871],[51.20840,11.41506],[51.20762,11.40463],[51.20360,11.40775],[51.20371,11.40157],[51.20621,11.40212],[51.20667,11.39835],[51.20422,11.39607],[51.20350,11.39157],[51.20783,11.39006],[51.20885,11.38813],[51.21054,11.39097],[51.21309,11.38972],[51.21578,11.39208],[51.21586,11.38891],[51.21750,11.39097],[51.21937,11.38348],[51.21985,11.37593],[51.21977,11.37173],[51.22160,11.36512],[51.22399,11.36705],[51.22528,11.36645],[51.22861,11.36816],[51.23012,11.36992],[51.23039,11.37198],[51.23423,11.37688],[51.23774,11.37872],[51.23914,11.37713],[51.24180,11.38125],[51.24441,11.38258],[51.24545,11.38494],[51.24553,11.38648],[51.24414,11.38657],[51.24387,11.38992],[51.24226,11.40228],[51.23608,11.39902],[51.23973,11.41138],[51.24298,11.41459],[51.24647,11.42026],[51.24774,11.41893],[51.25384,11.42361],[51.25561,11.42622],[51.25469,11.42743],[51.25418,11.42970],[51.25735,11.43369],[51.25754,11.43228],[51.26084,11.43592],[51.26052,11.43670],[51.26358,11.43983],[51.26396,11.43910],[51.26705,11.44180],[51.26863,11.43730],[51.27293,11.44185],[51.27081,11.44682],[51.27352,11.45043],[51.27730,11.45665],[51.27891,11.45489],[51.28163,11.45313],[51.28313,11.45472],[51.28699,11.45502],[51.29089,11.45863],[51.29368,11.46004],[51.29030,11.46197],[51.28807,11.46807],[51.29510,11.47438],[51.29802,11.47266],[51.29505,11.47605],[51.29878,11.47566],[51.30192,11.47030],[51.30528,11.46663],[51.31263,11.45200],[51.31400,11.45161],[51.31454,11.45037],[51.31266,11.44642],[51.31663,11.44758],[51.31797,11.44380],[51.31918,11.43638],[51.32068,11.43406],[51.32229,11.43522],[51.32355,11.42994],[51.32468,11.42801],[51.32639,11.42689],[51.32704,11.42964],[51.33183,11.42076],[51.33218,11.41853],[51.33610,11.42033],[51.33615,11.42698],[51.34020,11.42930],[51.34296,11.42866],[51.34232,11.42265],[51.34289,11.41166],[51.34211,11.41174],[51.34040,11.40913],[51.34091,11.40586],[51.34246,11.40677],[51.34273,11.40436],[51.34495,11.40003],[51.34557,11.40093],[51.34667,11.40020],[51.34989,11.40166],[51.34943,11.39711],[51.35246,11.39569],[51.35425,11.39484],[51.35433,11.39299],[51.35570,11.39329],[51.35669,11.39466],[51.35911,11.39423],[51.35999,11.39312],[51.35996,11.39256],[51.36120,11.39196],[51.36350,11.39303],[51.36575,11.39290],[51.36605,11.39132],[51.36808,11.38986],[51.36840,11.39110],[51.36964,11.39136],[51.36964,11.39063],[51.37237,11.39132],[51.37282,11.39591],[51.37743,11.39848],[51.38140,11.39707],[51.38156,11.39411],[51.38410,11.39333],[51.38488,11.38771],[51.38694,11.37969],[51.38549,11.37840],[51.38603,11.37235],[51.38515,11.37192],[51.38531,11.37007],[51.38782,11.36879],[51.38573,11.36522],[51.38319,11.36467],[51.38330,11.36025],[51.39015,11.35724],[51.38803,11.34969],[51.38501,11.34754],[51.38801,11.34282],[51.38918,11.34308],[51.39261,11.34063],[51.39009,11.33437],[51.39063,11.33119],[51.40078,11.32913],[51.41097,11.32116],[51.40837,11.31609],[51.40594,11.30721],[51.40663,11.30592],[51.40570,11.30099],[51.40219,11.28433],[51.40524,11.27502],[51.40085,11.27395],[51.40072,11.25275],[51.39525,11.24863],[51.39686,11.24532],[51.39812,11.24657],[51.40278,11.24841],[51.40551,11.24820],[51.40516,11.23700],[51.40548,11.23078],[51.40835,11.23172],[51.40920,11.22872],[51.41124,11.22764],[51.41360,11.22364],[51.41296,11.21690],[51.41189,11.20956],[51.40782,11.20947],[51.40753,11.20716],[51.40688,11.20269],[51.40611,11.20188],[51.40790,11.19677],[51.40555,11.19536],[51.40589,11.19282],[51.40295,11.19141],[51.40303,11.18385],[51.40638,11.18420],[51.40646,11.17179],[51.40469,11.17154],[51.40310,11.15744],[51.40201,11.15337],[51.40385,11.15242],[51.40428,11.14809],[51.40356,11.14122],[51.40487,11.14105],[51.40650,11.13547],[51.40484,11.13212],[51.40873,11.13131],[51.40779,11.12689],[51.40985,11.12873],[51.41381,11.12770],[51.41387,11.12590],[51.41263,11.12384],[51.41344,11.12028],[51.41122,11.11620],[51.41154,11.11539],[51.41336,11.11873],[51.41432,11.11848],[51.41587,11.11650],[51.41470,11.11423],[51.41617,11.11054],[51.41690,11.10216],[51.41939,11.10379],[51.42004,11.09847],[51.41878,11.09589],[51.42014,11.09641],[51.42108,11.09379],[51.42226,11.09207],[51.42247,11.08933],[51.42344,11.08830],[51.42456,11.08443],[51.42558,11.08164],[51.42576,11.07791],[51.42643,11.07847],[51.42780,11.07379],[51.42891,11.07147],[51.42958,11.06507],[51.42974,11.06061],[51.42774,11.05752],[51.42739,11.05559],[51.42859,11.05593],[51.42964,11.05392],[51.42913,11.05027],[51.42752,11.04911],[51.42680,11.04920],[51.42637,11.04533],[51.42477,11.04503],[51.42319,11.04593],[51.42094,11.05014],[51.42230,11.04679],[51.42233,11.04555],[51.42420,11.04405],[51.42337,11.04207],[51.42469,11.04070],[51.42428,11.03937],[51.42351,11.03945],[51.42329,11.03714],[51.42204,11.03503],[51.42227,11.03140],[51.42122,11.02419],[51.41844,11.02286],[51.41871,11.02054],[51.41716,11.01865],[51.41785,11.01573],[51.41694,11.00801],[51.41804,10.99788],[51.41804,10.99119],[51.42002,10.99483],[51.42192,10.99617],[51.42353,10.99874],[51.42272,11.00127],[51.42334,11.00222],[51.42403,11.00745],[51.42361,11.01217],[51.42494,11.01252],[51.42666,11.01114],[51.42676,11.00964],[51.42941,11.00797],[51.42882,11.00672],[51.42880,10.99728],[51.42690,10.99509],[51.42585,10.99140],[51.43225,10.96956],[51.43251,10.96745],[51.44255,10.97145],[51.44233,10.96900],[51.44525,10.96947],[51.44553,10.96707],[51.44863,10.96908],[51.45000,10.97136],[51.45158,10.97256],[51.45393,10.97290],[51.45460,10.96874],[51.45850,10.96994],[51.46053,10.96329],[51.46315,10.96445],[51.46337,10.96153],[51.46695,10.96385],[51.46954,10.96346],[51.47109,10.96136],[51.47353,10.96282],[51.47433,10.96454],[51.47524,10.96496],[51.47901,10.96840],[51.48141,10.97136],[51.48205,10.97325],[51.48523,10.96685],[51.49249,10.95938],[51.49396,10.95586],[51.49487,10.95308],[51.49570,10.95230],[51.49738,10.95295],[51.49832,10.95458],[51.49904,10.95183],[51.49896,10.95020],[51.50078,10.95029],[51.50171,10.94861],[51.49880,10.94591],[51.49971,10.94406],[51.49941,10.94265],[51.50139,10.94029],[51.50275,10.94196],[51.50364,10.94569],[51.50532,10.94423],[51.50660,10.94565],[51.50770,10.94342],[51.50906,10.94189],[51.51154,10.93751],[51.51253,10.93657],[51.51381,10.93683],[51.51464,10.93520],[51.51771,10.93528],[51.51827,10.93494],[51.51835,10.93266],[51.51915,10.93404],[51.52086,10.92812],[51.52113,10.92987],[51.52041,10.93314],[51.52636,10.93477],[51.52652,10.93395],[51.53275,10.93532],[51.53273,10.93425],[51.53492,10.93833],[51.53537,10.93996],[51.53494,10.94408],[51.53377,10.94447],[51.53326,10.94820],[51.53577,10.94756],[51.53791,10.94841],[51.53868,10.94605],[51.53839,10.94489],[51.54017,10.94296],[51.54212,10.93957],[51.54322,10.93412],[51.54415,10.93215],[51.54351,10.93030],[51.54372,10.92829],[51.54503,10.92760],[51.54583,10.92515],[51.54567,10.92382],[51.54623,10.92288],[51.54743,10.91824],[51.54783,10.91584],[51.54861,10.91606],[51.55053,10.91301],[51.55298,10.91172],[51.55592,10.91103],[51.55568,10.90983],[51.55293,10.90970],[51.55245,10.90636],[51.55005,10.90438],[51.55098,10.90061],[51.55386,10.89765],[51.55525,10.89636],[51.55805,10.89567],[51.56038,10.89777],[51.56126,10.90074],[51.56536,10.90082],[51.56782,10.89524],[51.56945,10.89528],[51.57110,10.89335],[51.57355,10.89284],[51.57459,10.89451],[51.57723,10.89415],[51.57816,10.89217],[51.57942,10.89170],[51.57808,10.89050],[51.57896,10.88381],[51.57939,10.88333],[51.58342,10.88561],[51.58456,10.88518],[51.58582,10.88591],[51.58752,10.88810],[51.59011,10.88793],[51.59454,10.88999],[51.59661,10.88874],[51.59824,10.89441],[51.59955,10.89351],[51.60173,10.89484],[51.59837,10.89544],[51.59608,10.89681],[51.59360,10.90355],[51.59475,10.90582],[51.59264,10.91325],[51.59291,10.92076],[51.59051,10.93063],[51.59512,10.93204],[51.59731,10.93625],[51.60259,10.93809],[51.60562,10.93616],[51.60666,10.93153],[51.60656,10.92857],[51.60778,10.92363],[51.60909,10.91964],[51.61045,10.91376],[51.61461,10.91702],[51.61679,10.92187],[51.61770,10.92187],[51.61687,10.91681],[51.61365,10.90544],[51.61182,10.89969],[51.61222,10.89643],[51.61094,10.89390],[51.61232,10.88681],[51.61451,10.88630],[51.61696,10.88283],[51.61760,10.88399],[51.61842,10.88064],[51.61826,10.87995],[51.62034,10.87729],[51.62231,10.87725],[51.62311,10.87437],[51.62404,10.87377],[51.62639,10.86914],[51.62836,10.86832],[51.63041,10.86545],[51.63180,10.86227],[51.63220,10.86068],[51.63334,10.85952],[51.63270,10.85493],[51.63209,10.85167],[51.63102,10.84970],[51.63150,10.84609],[51.63121,10.84352],[51.63209,10.84129],[51.63121,10.83815],[51.63121,10.83339],[51.62956,10.83124],[51.62767,10.83111],[51.62729,10.82927],[51.62711,10.82785],[51.62591,10.82532],[51.62399,10.82373],[51.62466,10.81918],[51.62857,10.81772],[51.62932,10.81884],[51.63084,10.81721],[51.63164,10.81910],[51.63419,10.81742],[51.63550,10.81502],[51.63760,10.81416],[51.63891,10.81558],[51.63960,10.81472],[51.63907,10.81232],[51.64037,10.80734],[51.64123,10.80579],[51.64125,10.79936],[51.64173,10.79361],[51.64176,10.78734],[51.64296,10.78279],[51.64368,10.78116],[51.64437,10.77584],[51.64461,10.77151],[51.64591,10.76884],[51.64711,10.76721],[51.64916,10.76266],[51.64666,10.76035],[51.64530,10.75507],[51.64450,10.75485],[51.64125,10.75631],[51.64077,10.75091],[51.64141,10.74666],[51.64306,10.74262],[51.64369,10.73922],[51.64542,10.73734],[51.64452,10.73274],[51.64497,10.73064],[51.64494,10.72605],[51.64420,10.72455],[51.64276,10.71678],[51.64068,10.71039],[51.64095,10.70116],[51.64002,10.69876],[51.63983,10.69635],[51.64023,10.69283],[51.63988,10.68781],[51.63882,10.68524],[51.63828,10.68142],[51.63872,10.67825],[51.63842,10.67640],[51.63621,10.67460],[51.63478,10.67554],[51.63323,10.67559],[51.63254,10.67632],[51.63126,10.67657],[51.63011,10.67876],[51.62961,10.68159],[51.62897,10.68228],[51.62838,10.68044],[51.62915,10.67614],[51.62955,10.67301],[51.62873,10.66919],[51.62801,10.66516],[51.62732,10.66426],[51.62622,10.65889],[51.62444,10.65653],[51.62335,10.64932],[51.62244,10.64628],[51.62268,10.64203],[51.62177,10.63945],[51.61906,10.63825],[51.61871,10.63945],[51.61775,10.63958],[51.61698,10.63846],[51.61485,10.63971],[51.61426,10.64155],[51.61253,10.64301],[51.61178,10.64301],[51.60994,10.64546],[51.60841,10.64789],[51.60686,10.64793],[51.60796,10.64518],[51.60790,10.64248],[51.60732,10.64059],[51.60804,10.63720],[51.60820,10.63304],[51.60668,10.63291],[51.60638,10.63441],[51.60532,10.63458],[51.60372,10.63115],[51.60233,10.63128],[51.60105,10.63381],[51.59868,10.63235],[51.59647,10.63304],[51.59572,10.63282],[51.59364,10.63437],[51.59292,10.63595],[51.59164,10.63595],[51.59057,10.63758],[51.58862,10.63819],[51.58404,10.63784],[51.58366,10.64153],[51.58430,10.64273],[51.58438,10.64351],[51.58342,10.64376],[51.58302,10.64728],[51.58158,10.65037],[51.58156,10.65209],[51.58022,10.66252],[51.57913,10.66385],[51.57862,10.66342],[51.57793,10.66569],[51.57700,10.66561],[51.57657,10.66514],[51.57577,10.66565],[51.57436,10.66531],[51.57214,10.66213],[51.57052,10.66123],[51.56641,10.65754],[51.56534,10.65802],[51.56376,10.65875],[51.56376,10.65930],[51.56208,10.65978],[51.56195,10.66038],[51.56091,10.66021],[51.56152,10.65819],[51.55976,10.65819],[51.55835,10.65651],[51.55928,10.65398],[51.56067,10.65231],[51.55816,10.65102],[51.55885,10.64617],[51.55968,10.64630],[51.55979,10.64471],[51.56304,10.64600],[51.56334,10.64312],[51.56294,10.63939],[51.56216,10.63943],[51.56219,10.63664],[51.56347,10.63694],[51.56382,10.63433],[51.56491,10.63428],[51.56707,10.63167],[51.56782,10.62673],[51.56977,10.62587],[51.57185,10.62840],[51.57401,10.62527],[51.57507,10.62180],[51.57609,10.62175],[51.57859,10.61390],[51.57958,10.61214],[51.57990,10.60261],[51.57811,10.59787],[51.57656,10.59633],[51.57499,10.59238],[51.57205,10.59199],[51.56952,10.58963],[51.56957,10.58822],[51.56909,10.58800],[51.56917,10.58551],[51.56752,10.58581],[51.56571,10.58555],[51.56640,10.58358],[51.56565,10.57980],[51.56611,10.57706],[51.56296,10.57630],[51.56349,10.57055],[51.56085,10.56639],[51.55968,10.56562],[51.55685,10.55866],[51.55581,10.54566],[51.55941,10.53403],[51.55853,10.53227],[51.55690,10.53060],[51.55546,10.52545],[51.55544,10.52236],[51.55378,10.51871],[51.55546,10.51326],[51.55661,10.50978],[51.55872,10.50957],[51.56203,10.50768],[51.56325,10.50622],[51.56256,10.50347],[51.56723,10.50099],[51.57296,10.49553],[51.57526,10.48772],[51.57723,10.48536],[51.57974,10.47725],[51.58064,10.47605],[51.58179,10.47322],[51.58206,10.46858],[51.58360,10.46734],[51.58222,10.46292],[51.58339,10.46163],[51.58446,10.45657],[51.58374,10.45545],[51.58368,10.45202],[51.58478,10.45022],[51.58646,10.44914],[51.58686,10.44708],[51.58872,10.44734],[51.58998,10.44417],[51.59027,10.44108],[51.59142,10.43511],[51.59254,10.43271],[51.59275,10.42872],[51.59144,10.42284],[51.58968,10.41897],[51.58867,10.41541],[51.58846,10.41176],[51.58728,10.40842],[51.58678,10.40364],[51.58787,10.39665],[51.58752,10.39399],[51.58648,10.39004],[51.58694,10.38540],[51.58771,10.38386],[51.58894,10.37832],[51.58878,10.37498],[51.58840,10.37322],[51.58816,10.37086],[51.58704,10.36901],[51.58552,10.37193],[51.58422,10.37266],[51.58291,10.37669],[51.58072,10.37622],[51.57912,10.37845],[51.57798,10.37777],[51.57712,10.37691],[51.57446,10.37862],[51.57163,10.37798],[51.57160,10.37669],[51.56861,10.37849],[51.56704,10.37781],[51.56619,10.37819],[51.56547,10.37777],[51.56419,10.37841],[51.56229,10.37746],[51.56208,10.37601],[51.56061,10.37571],[51.55864,10.37356],[51.55725,10.36699],[51.55746,10.36519],[51.55602,10.36330],[51.55504,10.36644],[51.55437,10.36905],[51.55373,10.37180],[51.55225,10.37132],[51.55006,10.36836],[51.54828,10.36694],[51.54622,10.36612],[51.54593,10.36818],[51.54377,10.36810],[51.54273,10.36681],[51.54126,10.36462],[51.54104,10.36256],[51.54040,10.36153],[51.53843,10.36059],[51.53755,10.35861],[51.53659,10.35527],[51.53501,10.35188],[51.53191,10.34724],[51.52924,10.34780],[51.52667,10.34299],[51.52566,10.34286],[51.52456,10.34381],[51.52291,10.34372],[51.52144,10.34265],[51.51981,10.34218],[51.51850,10.33471],[51.51671,10.32626],[51.51428,10.31810],[51.51567,10.31570],[51.51591,10.31239],[51.51519,10.31085],[51.51538,10.30776],[51.50963,10.30428],[51.50849,10.30171],[51.50456,10.29929],[51.49823,10.29877],[51.49759,10.29993],[51.49596,10.30113],[51.49398,10.29989],[51.49404,10.29568],[51.49334,10.29487],[51.49318,10.29036],[51.49406,10.28907],[51.49463,10.28598],[51.49425,10.28251],[51.49324,10.28131],[51.49233,10.27680],[51.49155,10.27710],[51.49163,10.27302],[51.49046,10.27161],[51.48880,10.27328],[51.48851,10.27264],[51.48741,10.26423],[51.48605,10.26277],[51.48538,10.25882],[51.48546,10.25757],[51.48455,10.25165],[51.48386,10.25187],[51.48404,10.24466],[51.48036,10.24401],[51.47963,10.24311],[51.47883,10.24328],[51.47865,10.24101],[51.47798,10.24109],[51.47747,10.23745],[51.47528,10.23689],[51.47311,10.23389],[51.47127,10.23487],[51.47097,10.23311],[51.47170,10.23170],[51.47175,10.22994],[51.47341,10.22916],[51.47314,10.22740],[51.47394,10.22685],[51.47357,10.22522],[51.47105,10.22414],[51.47218,10.22110],[51.47111,10.21972],[51.47020,10.21736],[51.47108,10.21569],[51.47293,10.21552],[51.47472,10.21668],[51.47506,10.21650],[51.47699,10.21693],[51.47736,10.21526],[51.47878,10.21719],[51.47921,10.21633],[51.47838,10.21474],[51.47875,10.21350],[51.48009,10.21505],[51.48153,10.21153],[51.48207,10.21226],[51.48268,10.21084],[51.48375,10.20964],[51.48501,10.20758],[51.48551,10.20749],[51.48725,10.20573],[51.48656,10.20187],[51.48177,10.19402],[51.48084,10.18960],[51.47963,10.18930],[51.47891,10.19020],[51.47822,10.18745],[51.47712,10.18621],[51.47247,10.18376],[51.47001,10.17767],[51.46758,10.17801],[51.46539,10.18290],[51.46493,10.18548],[51.46237,10.18574],[51.46122,10.18162],[51.46007,10.18084],[51.45860,10.17951],[51.45787,10.17711],[51.45579,10.17737],[51.45531,10.17913],[51.44873,10.17458],[51.44645,10.17389],[51.44450,10.16771],[51.44704,10.15861],[51.44637,10.15685],[51.44506,10.15694],[51.44410,10.15591],[51.44589,10.15282],[51.44750,10.15235],[51.44619,10.15089],[51.44619,10.14784],[51.44485,10.14218],[51.44258,10.13977],[51.44003,10.14200],[51.43967,10.13942],[51.43665,10.14127],[51.43630,10.14328],[51.43486,10.14530],[51.43387,10.14865],[51.43130,10.15405],[51.43012,10.15165],[51.42940,10.14440],[51.43036,10.13946],[51.43167,10.13642],[51.43229,10.13685],[51.43483,10.13307],[51.43539,10.13328],[51.43585,10.13187],[51.43403,10.13045],[51.43518,10.12736],[51.43451,10.12625],[51.43440,10.12431],[51.43467,10.12135],[51.43298,10.12007],[51.43298,10.11942],[51.43162,10.11895],[51.43044,10.11680],[51.43066,10.11496],[51.43124,10.11466],[51.43079,10.11032],[51.43181,10.11028],[51.43266,10.10814],[51.43344,10.10496],[51.43400,10.10517],[51.43387,10.09822],[51.43453,10.09698],[51.43595,10.09063],[51.43475,10.07956],[51.43376,10.07870],[51.42487,10.07939],[51.41958,10.07497],[51.41842,10.07222],[51.41869,10.06780],[51.41979,10.06450],[51.42474,10.06626],[51.42627,10.06519],[51.42680,10.06128],[51.42784,10.06042],[51.42953,10.05986],[51.43138,10.06158],[51.43234,10.06158],[51.43365,10.05965],[51.43523,10.05956],[51.43574,10.05596],[51.43526,10.05171],[51.43563,10.05051],[51.43659,10.04562],[51.43595,10.04587],[51.43515,10.04939],[51.43429,10.04768],[51.43253,10.04858],[51.43271,10.05042],[51.43164,10.05184],[51.42956,10.05042],[51.42924,10.04772],[51.42814,10.04300],[51.42656,10.04201],[51.42536,10.04107],[51.42332,10.04214],[51.42008,10.03755],[51.42083,10.03566],[51.42081,10.03364],[51.42024,10.03085],[51.41936,10.02751],[51.41928,10.02416],[51.41915,10.02279],[51.41920,10.01755],[51.41998,10.01759],[51.42105,10.01206],[51.42107,10.00944],[51.42019,10.00837],[51.41848,10.00940],[51.41267,10.00725],[51.41128,10.00742],[51.40839,10.00545],[51.40780,10.00030],[51.40542,10.00139],[51.40389,10.00019],[51.40445,9.99491],[51.40306,9.99208],[51.40220,9.98942],[51.39862,9.98757],[51.39856,9.98088],[51.39752,9.97702],[51.39728,9.97285],[51.39613,9.96706],[51.39548,9.96543],[51.39521,9.96582],[51.39246,9.96161],[51.39109,9.95629],[51.38790,9.95204],[51.38198,9.94706],[51.37928,9.94328],[51.37804,9.94058],[51.37676,9.93375],[51.37625,9.93345],[51.37534,9.92873]], // Denmmark - DK: [[54.91843,8.60189], [55.11919,8.40689], [55.46248,7.45794], [57.36998,7.73239], [58.28542,10.63278], [56.14564,12.49553], [56.03647,12.65758], [55.90967,12.62187], [55.62150,12.87524], [55.38038,12.67199], [55.27256,12.80795], [55.20679,14.50808], [55.41625,14.64541], [55.49723,15.22769], [55.10636,15.50784], [54.78138,15.10684], [54.87631,14.63992], [55.16288,14.48611], [55.23186,12.81619], [54.79722,12.66238], [54.41223,11.89883], [54.67353,10.86612], [54.68306,10.26187], [54.82655,9.86308], [54.82378,9.72095], [54.85265,9.62207], [54.87873,9.63237], [54.88979,9.60147], [54.84948,9.51083], [54.82655,9.43393], [54.83302,9.41682], [54.83593,9.41682], [54.83801,9.41819], [54.84186,9.41141], [54.84251,9.40738], [54.83900,9.40343], [54.84063,9.40214], [54.83860,9.39510], [54.83816,9.39056], [54.83900,9.38300], [54.83737,9.38094], [54.83527,9.38150], [54.83294,9.37867], [54.83316,9.37485], [54.83084,9.37519], [54.82904,9.37631], [54.82689,9.37507], [54.82608,9.37576], [54.82454,9.37421], [54.82286,9.37447], [54.81935,9.37013], [54.81732,9.36413], [54.81641,9.36284], [54.81577,9.35863], [54.81494,9.35583], [54.81361,9.35407], [54.80671,9.34643], [54.80703,9.34322], [54.80357,9.34210], [54.80213,9.34532], [54.80020,9.34369], [54.80414,9.33043], [54.80555,9.32935], [54.80898,9.29365], [54.80598,9.29193], [54.80301,9.29562], [54.80160,9.29498], [54.80420,9.28618], [54.80962,9.28416], [54.80977,9.28116], [54.81214,9.27078], [54.81063,9.26460], [54.80962,9.25026], [54.81728,9.24560], [54.82749,9.23753], [54.83191,9.23552], [54.83540,9.23522], [54.84388,9.24466], [54.84995,9.24007], [54.85346,9.22371], [54.85900,9.20513], [54.85905,9.19578], [54.86031,9.19153], [54.86097,9.18792], [54.86320,9.18595], [54.86860,9.16205], [54.86880,9.16020], [54.87068,9.15522], [54.87130,9.15256], [54.87214,9.14831], [54.87302,9.14200], [54.87379,9.13604], [54.87261,9.12324], [54.87293,9.11741], [54.87404,9.11075], [54.87182,9.09895], [54.87192,9.09561], [54.87024,9.09140], [54.87167,9.07878], [54.87179,9.07595], [54.87108,9.07183], [54.87108,9.06290], [54.87283,9.05763], [54.87197,9.04797], [54.87844,9.02873], [54.88034,9.03006], [54.88663,9.01444], [54.89221,8.98397], [54.89577,8.97770], [54.89816,8.96581], [54.89994,8.96272], [54.90137,8.95594], [54.90243,8.94766], [54.90335,8.92282], [54.90225,8.91320], [54.90385,8.91049], [54.90370,8.90401], [54.90429,8.90200], [54.90397,8.89492], [54.90491,8.89238], [54.90380,8.88912], [54.90237,8.88702], [54.90205,8.87775], [54.89928,8.87264], [54.89993,8.86608], [54.89672,8.85964], [54.89734,8.84852], [54.90111,8.84179], [54.90550,8.83715], [54.90610,8.83273], [54.90612,8.83102], [54.90686,8.82381], [54.90395,8.81883], [54.90412,8.81428], [54.90565,8.81115], [54.90442,8.79909], [54.90254,8.79909], [54.90136,8.79275], [54.89842,8.78704], [54.89771,8.78111], [54.89546,8.77665], [54.89267,8.77712], [54.89447,8.75949], [54.89669,8.75030], [54.89529,8.74828], [54.89321,8.73790], [54.89269,8.72790], [54.89642,8.71644], [54.89728,8.71674], [54.89884,8.70988], [54.90093,8.70752], [54.90281,8.70086], [54.90380,8.69932], [54.90473,8.69679], [54.90560,8.69554], [54.90885,8.68734], [54.91051,8.68069], [54.91088,8.67486], [54.91137,8.66971], [54.90861,8.65971], [54.91120,8.63838]], + DK: [[54.91843,8.60189],[55.11919,8.40689],[55.46248,7.45794],[57.36998,7.73239],[58.28542,10.63278],[56.14564,12.49553],[56.03647,12.65758],[55.90967,12.62187],[55.62150,12.87524],[55.38038,12.67199],[55.27256,12.80795],[55.20679,14.50808],[55.41625,14.64541],[55.49723,15.22769],[55.10636,15.50784],[54.78138,15.10684],[54.87631,14.63992],[55.16288,14.48611],[55.23186,12.81619],[54.79722,12.66238],[54.41223,11.89883],[54.67353,10.86612],[54.68306,10.26187],[54.82655,9.86308],[54.82378,9.72095],[54.85265,9.62207],[54.87873,9.63237],[54.88979,9.60147],[54.84948,9.51083],[54.82655,9.43393],[54.83302,9.41682],[54.83593,9.41682],[54.83801,9.41819],[54.84186,9.41141],[54.84251,9.40738],[54.83900,9.40343],[54.84063,9.40214],[54.83860,9.39510],[54.83816,9.39056],[54.83900,9.38300],[54.83737,9.38094],[54.83527,9.38150],[54.83294,9.37867],[54.83316,9.37485],[54.83084,9.37519],[54.82904,9.37631],[54.82689,9.37507],[54.82608,9.37576],[54.82454,9.37421],[54.82286,9.37447],[54.81935,9.37013],[54.81732,9.36413],[54.81641,9.36284],[54.81577,9.35863],[54.81494,9.35583],[54.81361,9.35407],[54.80671,9.34643],[54.80703,9.34322],[54.80357,9.34210],[54.80213,9.34532],[54.80020,9.34369],[54.80414,9.33043],[54.80555,9.32935],[54.80898,9.29365],[54.80598,9.29193],[54.80301,9.29562],[54.80160,9.29498],[54.80420,9.28618],[54.80962,9.28416],[54.80977,9.28116],[54.81214,9.27078],[54.81063,9.26460],[54.80962,9.25026],[54.81728,9.24560],[54.82749,9.23753],[54.83191,9.23552],[54.83540,9.23522],[54.84388,9.24466],[54.84995,9.24007],[54.85346,9.22371],[54.85900,9.20513],[54.85905,9.19578],[54.86031,9.19153],[54.86097,9.18792],[54.86320,9.18595],[54.86860,9.16205],[54.86880,9.16020],[54.87068,9.15522],[54.87130,9.15256],[54.87214,9.14831],[54.87302,9.14200],[54.87379,9.13604],[54.87261,9.12324],[54.87293,9.11741],[54.87404,9.11075],[54.87182,9.09895],[54.87192,9.09561],[54.87024,9.09140],[54.87167,9.07878],[54.87179,9.07595],[54.87108,9.07183],[54.87108,9.06290],[54.87283,9.05763],[54.87197,9.04797],[54.87844,9.02873],[54.88034,9.03006],[54.88663,9.01444],[54.89221,8.98397],[54.89577,8.97770],[54.89816,8.96581],[54.89994,8.96272],[54.90137,8.95594],[54.90243,8.94766],[54.90335,8.92282],[54.90225,8.91320],[54.90385,8.91049],[54.90370,8.90401],[54.90429,8.90200],[54.90397,8.89492],[54.90491,8.89238],[54.90380,8.88912],[54.90237,8.88702],[54.90205,8.87775],[54.89928,8.87264],[54.89993,8.86608],[54.89672,8.85964],[54.89734,8.84852],[54.90111,8.84179],[54.90550,8.83715],[54.90610,8.83273],[54.90612,8.83102],[54.90686,8.82381],[54.90395,8.81883],[54.90412,8.81428],[54.90565,8.81115],[54.90442,8.79909],[54.90254,8.79909],[54.90136,8.79275],[54.89842,8.78704],[54.89771,8.78111],[54.89546,8.77665],[54.89267,8.77712],[54.89447,8.75949],[54.89669,8.75030],[54.89529,8.74828],[54.89321,8.73790],[54.89269,8.72790],[54.89642,8.71644],[54.89728,8.71674],[54.89884,8.70988],[54.90093,8.70752],[54.90281,8.70086],[54.90380,8.69932],[54.90473,8.69679],[54.90560,8.69554],[54.90885,8.68734],[54.91051,8.68069],[54.91088,8.67486],[54.91137,8.66971],[54.90861,8.65971],[54.91120,8.63838]], // Ceuta & Melilla - EA: [[35.91246,-5.38224], [35.91171,-5.38151], [35.91152,-5.38107], [35.91158,-5.38079], [35.91087,-5.38007], [35.90994,-5.37982], [35.90900,-5.37978], [35.90875,-5.37947], [35.90851,-5.37846], [35.90757,-5.37845], [35.90685,-5.37856], [35.90650,-5.37842], [35.90603,-5.37787], [35.90599,-5.37762], [35.90516,-5.37704], [35.90404,-5.37691], [35.90340,-5.37695], [35.90301,-5.37680], [35.90282,-5.37708], [35.90274,-5.37749], [35.90225,-5.37780], [35.90162,-5.37777], [35.90122,-5.37763], [35.90058,-5.37763], [35.89954,-5.37712], [35.89930,-5.37673], [35.89877,-5.37660], [35.89791,-5.37744], [35.89649,-5.37740], [35.89615,-5.37785], [35.89583,-5.37798], [35.89517,-5.37754], [35.89490,-5.37688], [35.89461,-5.37589], [35.89368,-5.37520], [35.89308,-5.37519], [35.89211,-5.37489], [35.89062,-5.37530], [35.88932,-5.37588], [35.88812,-5.37556], [35.88723,-5.37480], [35.88608,-5.37449], [35.88581,-5.37384], [35.88513,-5.37366], [35.88460,-5.37376], [35.88400,-5.37349], [35.88274,-5.37311], [35.88239,-5.37257], [35.88134,-5.37217], [35.88096,-5.37125], [35.88045,-5.37072], [35.88079,-5.36990], [35.88042,-5.36946], [35.87970,-5.36910], [35.87908,-5.36800], [35.87958,-5.36734], [35.87918,-5.36628], [35.87924,-5.36585], [35.87864,-5.36407], [35.87879,-5.36281], [35.87822,-5.36243], [35.87724,-5.36017], [35.87552,-5.36001], [35.87536,-5.35902], [35.87438,-5.35886], [35.87409,-5.35844], [35.87434,-5.35782], [35.87439,-5.35715], [35.87362,-5.35657], [35.87295,-5.35630], [35.87267,-5.35549], [35.87327,-5.35411], [35.87255,-5.35220], [35.87263,-5.35141], [35.87355,-5.35090], [35.87553,-5.35034], [35.87545,-5.34987], [35.87489,-5.34924], [35.87398,-5.34864], [35.87224,-5.34837], [35.87191,-5.34751], [35.87135,-5.34544], [35.87097,-5.34440], [35.87079,-5.34289], [35.85547,-5.24079], [35.90561,-5.21860], [35.30189,-2.96779], [35.29692,-2.96921], [35.29323,-2.97011], [35.28855,-2.97032], [35.28846,-2.96530], [35.28717,-2.96504], [35.28667,-2.96642], [35.28576,-2.96805], [35.28478,-2.96837], [35.28291,-2.96837], [35.28191,-2.96854], [35.28151,-2.96663], [35.28068,-2.96631], [35.28005,-2.96534], [35.27970,-2.96477], [35.27667,-2.96135], [35.27622,-2.96028], [35.27273,-2.95429], [35.26867,-2.95219], [35.26721,-2.95170], [35.26697,-2.95138], [35.26544,-2.95075], [35.26737,-2.93880], [35.26888,-2.93582], [35.27031,-2.93258], [35.27138,-2.93065], [35.27170,-2.92947], [35.27348,-2.92717], [35.28780,-2.91943], [35.30293,-2.92615], [35.32308,-2.94524], [35.32010,-2.95272], [35.31596,-2.96033], [35.31015,-2.96346], [35.30740,-2.96487], [35.30472,-2.96633], [35.30189,-2.96779], [35.90561,-5.21860], [35.93518,-5.25839], [35.93288,-5.38499]], + EA: [[35.91246,-5.38224],[35.91171,-5.38151],[35.91152,-5.38107],[35.91158,-5.38079],[35.91087,-5.38007],[35.90994,-5.37982],[35.90900,-5.37978],[35.90875,-5.37947],[35.90851,-5.37846],[35.90757,-5.37845],[35.90685,-5.37856],[35.90650,-5.37842],[35.90603,-5.37787],[35.90599,-5.37762],[35.90516,-5.37704],[35.90404,-5.37691],[35.90340,-5.37695],[35.90301,-5.37680],[35.90282,-5.37708],[35.90274,-5.37749],[35.90225,-5.37780],[35.90162,-5.37777],[35.90122,-5.37763],[35.90058,-5.37763],[35.89954,-5.37712],[35.89930,-5.37673],[35.89877,-5.37660],[35.89791,-5.37744],[35.89649,-5.37740],[35.89615,-5.37785],[35.89583,-5.37798],[35.89517,-5.37754],[35.89490,-5.37688],[35.89461,-5.37589],[35.89368,-5.37520],[35.89308,-5.37519],[35.89211,-5.37489],[35.89062,-5.37530],[35.88932,-5.37588],[35.88812,-5.37556],[35.88723,-5.37480],[35.88608,-5.37449],[35.88581,-5.37384],[35.88513,-5.37366],[35.88460,-5.37376],[35.88400,-5.37349],[35.88274,-5.37311],[35.88239,-5.37257],[35.88134,-5.37217],[35.88096,-5.37125],[35.88045,-5.37072],[35.88079,-5.36990],[35.88042,-5.36946],[35.87970,-5.36910],[35.87908,-5.36800],[35.87958,-5.36734],[35.87918,-5.36628],[35.87924,-5.36585],[35.87864,-5.36407],[35.87879,-5.36281],[35.87822,-5.36243],[35.87724,-5.36017],[35.87552,-5.36001],[35.87536,-5.35902],[35.87438,-5.35886],[35.87409,-5.35844],[35.87434,-5.35782],[35.87439,-5.35715],[35.87362,-5.35657],[35.87295,-5.35630],[35.87267,-5.35549],[35.87327,-5.35411],[35.87255,-5.35220],[35.87263,-5.35141],[35.87355,-5.35090],[35.87553,-5.35034],[35.87545,-5.34987],[35.87489,-5.34924],[35.87398,-5.34864],[35.87224,-5.34837],[35.87191,-5.34751],[35.87135,-5.34544],[35.87097,-5.34440],[35.87079,-5.34289],[35.85547,-5.24079],[35.90561,-5.21860],[35.30189,-2.96779],[35.29692,-2.96921],[35.29323,-2.97011],[35.28855,-2.97032],[35.28846,-2.96530],[35.28717,-2.96504],[35.28667,-2.96642],[35.28576,-2.96805],[35.28478,-2.96837],[35.28291,-2.96837],[35.28191,-2.96854],[35.28151,-2.96663],[35.28068,-2.96631],[35.28005,-2.96534],[35.27970,-2.96477],[35.27667,-2.96135],[35.27622,-2.96028],[35.27273,-2.95429],[35.26867,-2.95219],[35.26721,-2.95170],[35.26697,-2.95138],[35.26544,-2.95075],[35.26737,-2.93880],[35.26888,-2.93582],[35.27031,-2.93258],[35.27138,-2.93065],[35.27170,-2.92947],[35.27348,-2.92717],[35.28780,-2.91943],[35.30293,-2.92615],[35.32308,-2.94524],[35.32010,-2.95272],[35.31596,-2.96033],[35.31015,-2.96346],[35.30740,-2.96487],[35.30472,-2.96633],[35.30189,-2.96779],[35.90561,-5.21860],[35.93518,-5.25839],[35.93288,-5.38499]], // Estonia - EE: [[59.47476,28.03905], [59.46364,28.04970], [59.45840,28.08798], [59.43707,28.12566], [59.41926,28.13870], [59.41009,28.16909], [59.40359,28.17929], [59.40044,28.19242], [59.38191,28.20882], [59.37592,28.20358], [59.37383,28.20401], [59.37177,28.20925], [59.36958,28.20976], [59.36718,28.20598], [59.36386,28.20564], [59.36127,28.19895], [59.35752,28.20023], [59.35428,28.19620], [59.35266,28.19114], [59.34684,28.19199], [59.29004,28.13165], [59.28934,28.03673], [59.27531,27.99330], [59.27320,27.97338], [59.27320,27.96085], [59.25925,27.93356], [59.25276,27.92068], [59.24082,27.90626], [59.22124,27.89820], [59.21676,27.89322], [59.18714,27.89116], [59.15045,27.84687], [59.13953,27.82438], [59.13302,27.81837], [59.12800,27.80653], [59.11540,27.80361], [59.11077,27.80524], [59.10883,27.80996], [59.10632,27.80859], [59.10143,27.79880], [59.09186,27.78868], [59.08578,27.78962], [59.08106,27.78936], [59.07766,27.79374], [59.07317,27.79168], [59.07008,27.79202], [59.06465,27.78018], [59.05715,27.77288], [59.05079,27.77142], [59.04563,27.77606], [59.03309,27.76782], [59.03101,27.75125], [59.02699,27.74387], [59.00715,27.74001], [58.99680,27.74408], [58.99265,27.74752], [58.98358,27.74434], [58.97792,27.73765], [58.97615,27.73061], [58.78785,27.36805], [58.36327,27.55756], [58.30177,27.48593], [58.21761,27.49074], [58.11402,27.60266], [58.06727,27.61639], [58.05111,27.60781], [58.00421,27.62120], [58.00034,27.64497], [57.99516,27.65373], [57.99743,27.65708], [57.99879,27.65090], [58.00166,27.65090], [58.00225,27.65382], [58.00475,27.65416], [58.00480,27.65776], [58.00821,27.65210], [58.00939,27.65321], [58.01039,27.64978], [58.01962,27.64875], [58.01776,27.66145], [58.00907,27.66729], [58.00771,27.68652], [58.00352,27.69338], [58.00025,27.69004], [57.99866,27.69098], [57.99848,27.69510], [57.99506,27.69458], [57.99365,27.69690], [57.98742,27.69707], [57.98683,27.69244], [57.97427,27.67905], [57.97058,27.68180], [57.97045,27.68583], [57.95993,27.68617], [57.95761,27.67287], [57.95752,27.66205], [57.95492,27.65682], [57.94649,27.67124], [57.94262,27.66849], [57.93481,27.67806], [57.93609,27.67969], [57.93563,27.68200], [57.92852,27.68561], [57.92374,27.68218], [57.92401,27.69960], [57.92292,27.71059], [57.92137,27.71247], [57.92096,27.71857], [57.91881,27.71496], [57.91499,27.71488], [57.91284,27.71702], [57.90714,27.70544], [57.90728,27.69548], [57.90217,27.70553], [57.90349,27.71308], [57.90591,27.72372], [57.90618,27.72964], [57.90546,27.73522], [57.90162,27.74655], [57.90322,27.74758], [57.90245,27.74947], [57.90381,27.75136], [57.90153,27.75651], [57.89825,27.75574], [57.89538,27.76080], [57.89451,27.77007], [57.89697,27.77582], [57.89962,27.78792], [57.90003,27.79402], [57.89875,27.80097], [57.89848,27.80672], [57.89725,27.81161], [57.89674,27.81779], [57.89214,27.81496], [57.89049,27.81874], [57.88698,27.81659], [57.88575,27.80990], [57.88406,27.80990], [57.88374,27.81711], [57.87817,27.81273], [57.87671,27.81333], [57.87338,27.80990], [57.87306,27.80827], [57.87115,27.80912], [57.87119,27.81161], [57.86964,27.81359], [57.86644,27.81711], [57.86498,27.81736], [57.86375,27.81333], [57.86215,27.81642], [57.85626,27.80535], [57.85448,27.80003], [57.84991,27.79376], [57.84580,27.79428], [57.84324,27.79762], [57.84009,27.79488], [57.84270,27.78501], [57.83845,27.78509], [57.83648,27.77891], [57.83292,27.77376], [57.83502,27.75805], [57.83178,27.75239], [57.82839,27.73969], [57.83082,27.72655], [57.83507,27.72458], [57.83635,27.71480], [57.83959,27.71488], [57.84242,27.70604], [57.83744,27.69866], [57.83493,27.68424], [57.83872,27.65892], [57.83959,27.63600], [57.83813,27.62502], [57.83909,27.61944], [57.83433,27.60279], [57.83310,27.59446], [57.83219,27.57961], [57.83095,27.57412], [57.83040,27.56176], [57.83164,27.55575], [57.82771,27.55695], [57.82163,27.55163], [57.82168,27.54622], [57.81692,27.54605], [57.81614,27.55378], [57.81404,27.55464], [57.81276,27.55009], [57.81363,27.54245], [57.80885,27.54370], [57.80707,27.53752], [57.80209,27.53898], [57.79678,27.53675], [57.79326,27.53872], [57.78969,27.53125], [57.79074,27.52559], [57.78841,27.52344], [57.78928,27.51967], [57.79143,27.51726], [57.78891,27.50662], [57.78914,27.49907], [57.78727,27.49683], [57.78493,27.50430], [57.77441,27.51529], [57.77212,27.50748], [57.76406,27.50868], [57.76415,27.51949], [57.76031,27.52018], [57.75683,27.52894], [57.75399,27.52894], [57.75225,27.51314], [57.75097,27.51400], [57.75188,27.52979], [57.74043,27.52911], [57.73319,27.54902], [57.73044,27.54027], [57.73017,27.52688], [57.71385,27.52344], [57.70945,27.52567], [57.70881,27.52241], [57.71156,27.50851], [57.70789,27.50971], [57.70532,27.49958], [57.70844,27.49357], [57.71972,27.48928], [57.71687,27.47229], [57.70899,27.47057], [57.70715,27.45976], [57.71733,27.44997], [57.70954,27.43126], [57.70358,27.42972], [57.69936,27.43109], [57.69927,27.41255], [57.69569,27.41444], [57.69505,27.41066], [57.68523,27.40156], [57.68578,27.39143], [57.67835,27.39384], [57.67633,27.38319], [57.66669,27.37272], [57.66706,27.37770], [57.65943,27.38131], [57.65604,27.38731], [57.64906,27.37839], [57.64694,27.38268], [57.64400,27.38045], [57.64226,27.38560], [57.63932,27.38972], [57.63766,27.40019], [57.63105,27.40294], [57.62213,27.39830], [57.61891,27.39264], [57.61625,27.40654], [57.61138,27.40414], [57.60512,27.38491], [57.59933,27.38285], [57.59795,27.37633], [57.60016,27.36345], [57.58847,27.33856], [57.58525,27.33788], [57.57872,27.32552], [57.57485,27.32449], [57.56933,27.33238], [57.55800,27.33616], [57.54631,27.33959], [57.54207,27.34594], [57.53894,27.34491], [57.53497,27.35006], [57.52889,27.34903], [57.52613,27.35487], [57.51783,27.35212], [57.52115,27.34526], [57.52299,27.32346], [57.53921,27.29616], [57.53654,27.28123], [57.54373,27.27436], [57.54419,27.26526], [57.54916,27.26389], [57.54990,27.25720], [57.54829,27.24827], [57.54907,27.24140], [57.55432,27.22561], [57.54990,27.19377], [57.56021,27.16107], [57.56173,27.11592], [57.56634,27.09884], [57.57324,27.08725], [57.57623,27.08682], [57.57692,27.07386], [57.57798,27.07172], [57.57987,27.07060], [57.58125,27.06734], [57.58231,27.05627], [57.58056,27.05240], [57.58139,27.04588], [57.58240,27.04408], [57.58534,27.03155], [57.58778,27.04064], [57.59675,27.04373], [57.60443,27.03034], [57.60429,26.99464], [57.61053,26.99215], [57.60860,26.98734], [57.60980,26.98520], [57.61168,26.98176], [57.61113,26.97807], [57.61205,26.97567], [57.60920,26.97301], [57.60414,26.97086], [57.60506,26.96400], [57.60603,26.95971], [57.60391,26.95722], [57.60230,26.94529], [57.60925,26.93885], [57.61545,26.95052], [57.62010,26.95026], [57.61959,26.93928], [57.62345,26.93250], [57.62308,26.92932], [57.62419,26.92881], [57.62874,26.92786], [57.63076,26.92855], [57.63292,26.92589], [57.63296,26.90726], [57.63039,26.90023], [57.62910,26.90117], [57.62566,26.89619], [57.62345,26.88941], [57.62124,26.88666], [57.61907,26.87509], [57.61751,26.87354], [57.61581,26.86642], [57.61337,26.86281], [57.61172,26.86281], [57.61034,26.85852], [57.60910,26.85955], [57.60846,26.86470], [57.60399,26.86127], [57.60229,26.86110], [57.60050,26.85886], [57.59608,26.86067], [57.59443,26.86530], [57.59185,26.86298], [57.58895,26.84685], [57.58546,26.84187], [57.58251,26.83389], [57.58205,26.82101], [57.58118,26.81354], [57.58325,26.81174], [57.58394,26.80762], [57.58274,26.80213], [57.58136,26.79818], [57.58049,26.79981], [57.57741,26.79604], [57.57497,26.79595], [57.57289,26.79324], [57.57924,26.78020], [57.57634,26.78191], [57.57538,26.78698], [57.57335,26.78578], [57.57216,26.78200], [57.56166,26.77565], [57.56042,26.77831], [57.55954,26.77642], [57.56042,26.76861], [57.56281,26.76355], [57.56208,26.75247], [57.56659,26.75977], [57.57174,26.77024], [57.57450,26.77264], [57.57694,26.76749], [57.57722,26.74758], [57.58012,26.75162], [57.58269,26.74501], [57.58707,26.73814], [57.58053,26.72990], [57.57565,26.73874], [57.56880,26.73136], [57.57216,26.72415], [57.56640,26.71265], [57.56599,26.70681], [57.57045,26.70072], [57.57027,26.69789], [57.56691,26.69763], [57.56580,26.69202], [57.56636,26.67571], [57.56318,26.67107], [57.56226,26.67313], [57.55977,26.67168], [57.55724,26.67331], [57.55416,26.67202], [57.55218,26.66455], [57.55328,26.65992], [57.55379,26.65365], [57.55342,26.64781], [57.54605,26.64284], [57.54306,26.63451], [57.52900,26.61503], [57.50889,26.61764], [57.51083,26.61197], [57.51096,26.60433], [57.51387,26.60304], [57.51313,26.59489], [57.51562,26.59257], [57.51580,26.58751], [57.51894,26.58794], [57.52028,26.59129], [57.52244,26.58820], [57.52465,26.58931], [57.52553,26.58614], [57.52829,26.58785], [57.52963,26.58476], [57.53673,26.58785], [57.53811,26.58468], [57.53682,26.57996], [57.53341,26.58133], [57.53106,26.56743], [57.52737,26.56270], [57.52286,26.56210], [57.52147,26.56537], [57.51903,26.56777], [57.51751,26.56425], [57.51488,26.56193], [57.51359,26.55670], [57.51599,26.52391], [57.52479,26.49919], [57.54552,26.49009], [57.57522,26.46889], [57.57172,26.40083], [57.58364,26.34505], [57.57936,26.33561], [57.58014,26.33063], [57.57890,26.32806], [57.57982,26.32651], [57.58314,26.32651], [57.58410,26.31638], [57.58373,26.31286], [57.58553,26.30986], [57.59298,26.30900], [57.59303,26.30342], [57.59197,26.29458], [57.59068,26.28754], [57.59955,26.26811], [57.60171,26.27171], [57.60929,26.26484], [57.61219,26.25987], [57.61408,26.25205], [57.61693,26.25472], [57.61844,26.24776], [57.61909,26.25085], [57.62014,26.24562], [57.62649,26.24785], [57.62635,26.25102], [57.62892,26.24545], [57.63388,26.23849], [57.63558,26.24081], [57.63558,26.24691], [57.63986,26.24433], [57.64183,26.24218], [57.64588,26.24004], [57.64592,26.23017], [57.64900,26.23025], [57.65185,26.24090], [57.65719,26.23502], [57.65807,26.22661], [57.66583,26.20987], [57.66849,26.21262], [57.67083,26.20996], [57.67914,26.20961], [57.68106,26.19880], [57.68464,26.19657], [57.68510,26.18412], [57.68937,26.17339], [57.69253,26.18361], [57.69845,26.19056], [57.71009,26.19850], [57.71467,26.20417], [57.72128,26.19352], [57.72265,26.18649], [57.72490,26.18211], [57.72820,26.17378], [57.73282,26.14125], [57.73965,26.13619], [57.74437,26.14040], [57.75042,26.13585], [57.75447,26.12170], [57.75589,26.10976], [57.76587,26.08067], [57.76381,26.07689], [57.76573,26.07002], [57.75982,26.05818], [57.76111,26.05106], [57.76788,26.04342], [57.77118,26.03398], [57.76825,26.02299], [57.77168,26.01947], [57.77493,26.02565], [57.77772,26.02436], [57.78134,26.02617], [57.78285,26.02402], [57.78944,26.02891], [57.79026,26.03183], [57.80211,26.03466], [57.80581,26.03775], [57.80984,26.03767], [57.82378,26.05020], [57.82922,26.05243], [57.83420,26.05509], [57.83758,26.05801], [57.84768,26.05590], [57.84965,26.03607], [57.84567,26.02019], [57.85773,26.00998], [57.85837,25.99831], [57.84517,25.96226], [57.85312,25.93067], [57.85052,25.89591], [57.84627,25.88767], [57.84946,25.88278], [57.85435,25.88630], [57.85609,25.88467], [57.85828,25.87531], [57.86440,25.87566], [57.85662,25.85888], [57.86452,25.81931], [57.89907,25.78394], [57.90463,25.78685], [57.91257,25.77183], [57.91754,25.75072], [57.92374,25.73767], [57.92191,25.72823], [57.91261,25.72111], [57.90258,25.70274], [57.90399,25.67742], [57.91202,25.67665], [57.91489,25.66128], [57.91412,25.65519], [57.91685,25.64738], [57.91895,25.64764], [57.93062,25.63802], [57.94392,25.57966], [57.95991,25.59279], [57.96492,25.58730], [57.96742,25.58052], [57.97152,25.57931], [57.97370,25.57442], [57.96719,25.56558], [57.96209,25.56653], [57.95945,25.55588], [57.96696,25.55460], [57.97197,25.55039], [57.97161,25.53872], [57.97174,25.52541], [57.96715,25.52318], [57.96715,25.51640], [57.97001,25.51065], [57.97475,25.52224], [57.97944,25.51906], [57.97425,25.48610], [57.98016,25.47778], [57.98258,25.47795], [57.98945,25.45924], [57.99089,25.45816], [57.99162,25.45095], [57.99576,25.44219], [58.00099,25.44649], [58.00381,25.46193], [58.00554,25.46537], [58.00704,25.46382], [58.01099,25.45618], [58.01663,25.44812], [58.02141,25.42983], [58.02372,25.42700], [58.02722,25.41138], [58.02891,25.40778], [58.02954,25.37653], [58.02841,25.37293], [58.03136,25.36314], [58.04280,25.35230], [58.04543,25.34406], [58.05551,25.33668], [58.05878,25.32793], [58.06287,25.32466], [58.06596,25.31848], [58.07041,25.31608], [58.07776,25.30218], [58.08066,25.29411], [58.08057,25.28776], [58.06932,25.28123], [58.06650,25.26699], [58.05987,25.26664], [58.05070,25.28003], [58.04734,25.29325], [58.03662,25.30561], [58.01489,25.30132], [58.01298,25.29857], [57.99934,25.30389], [57.99825,25.29703], [57.99597,25.29943], [57.99343,25.30475], [57.99224,25.30080], [57.99270,25.29445], [57.98906,25.28347], [57.99270,25.27505], [57.99397,25.26802], [57.99343,25.25377], [58.00343,25.25600], [58.00316,25.25136], [58.00189,25.24450], [58.01871,25.22699], [58.01916,25.24398], [58.02398,25.23283], [58.02053,25.22476], [58.02635,25.21961], [58.04089,25.21549], [58.04752,25.22459], [58.05252,25.22699], [58.05270,25.22338], [58.04834,25.22132], [58.04888,25.21703], [58.05960,25.21497], [58.06142,25.21171], [58.06060,25.20399], [58.06450,25.20244], [58.07404,25.21566], [58.08048,25.21102], [58.08511,25.20021], [58.08003,25.19077], [58.07540,25.19266], [58.07404,25.15214], [58.07658,25.15094], [58.07903,25.13567], [58.07722,25.10640], [58.06514,25.10520], [58.06632,25.07670], [58.01724,25.02019], [58.01042,24.99581], [58.00860,24.94861], [57.97984,24.86459], [57.97484,24.84726], [57.97493,24.84056], [57.97138,24.83215], [57.98985,24.80795], [57.98166,24.74357], [57.96400,24.74443], [57.96163,24.73310], [57.96218,24.71525], [57.94588,24.69139], [57.95289,24.68040], [57.95890,24.67439], [57.95872,24.64452], [57.95544,24.64246], [57.95307,24.64710], [57.94087,24.62770], [57.94314,24.61586], [57.94579,24.61122], [57.95089,24.60899], [57.96129,24.58482], [57.95391,24.57331], [57.94954,24.54945], [57.94434,24.54413], [57.94662,24.53126], [57.94352,24.52130], [57.93633,24.51838], [57.93478,24.51066], [57.93008,24.51401], [57.92465,24.46266], [57.90856,24.44652], [57.90664,24.46034], [57.89948,24.45287], [57.87994,24.46065], [57.86406,24.41061], [57.87163,24.40890], [57.87570,24.36598], [57.87414,24.36066], [57.87428,24.35568], [57.87634,24.35208], [57.88029,24.34661], [57.93594,24.13211], [57.48546,23.70733], [57.64749,23.07286], [57.88190,22.63341], [57.55183,20.13310], [59.63508,21.28129], [59.44433,22.30302], [60.04816,26.39635], [59.68415,26.83580]], + EE: [[59.47476,28.03905],[59.46364,28.04970],[59.45840,28.08798],[59.43707,28.12566],[59.41926,28.13870],[59.41009,28.16909],[59.40359,28.17929],[59.40044,28.19242],[59.38191,28.20882],[59.37592,28.20358],[59.37383,28.20401],[59.37177,28.20925],[59.36958,28.20976],[59.36718,28.20598],[59.36386,28.20564],[59.36127,28.19895],[59.35752,28.20023],[59.35428,28.19620],[59.35266,28.19114],[59.34684,28.19199],[59.29004,28.13165],[59.28934,28.03673],[59.27531,27.99330],[59.27320,27.97338],[59.27320,27.96085],[59.25925,27.93356],[59.25276,27.92068],[59.24082,27.90626],[59.22124,27.89820],[59.21676,27.89322],[59.18714,27.89116],[59.15045,27.84687],[59.13953,27.82438],[59.13302,27.81837],[59.12800,27.80653],[59.11540,27.80361],[59.11077,27.80524],[59.10883,27.80996],[59.10632,27.80859],[59.10143,27.79880],[59.09186,27.78868],[59.08578,27.78962],[59.08106,27.78936],[59.07766,27.79374],[59.07317,27.79168],[59.07008,27.79202],[59.06465,27.78018],[59.05715,27.77288],[59.05079,27.77142],[59.04563,27.77606],[59.03309,27.76782],[59.03101,27.75125],[59.02699,27.74387],[59.00715,27.74001],[58.99680,27.74408],[58.99265,27.74752],[58.98358,27.74434],[58.97792,27.73765],[58.97615,27.73061],[58.78785,27.36805],[58.36327,27.55756],[58.30177,27.48593],[58.21761,27.49074],[58.11402,27.60266],[58.06727,27.61639],[58.05111,27.60781],[58.00421,27.62120],[58.00034,27.64497],[57.99516,27.65373],[57.99743,27.65708],[57.99879,27.65090],[58.00166,27.65090],[58.00225,27.65382],[58.00475,27.65416],[58.00480,27.65776],[58.00821,27.65210],[58.00939,27.65321],[58.01039,27.64978],[58.01962,27.64875],[58.01776,27.66145],[58.00907,27.66729],[58.00771,27.68652],[58.00352,27.69338],[58.00025,27.69004],[57.99866,27.69098],[57.99848,27.69510],[57.99506,27.69458],[57.99365,27.69690],[57.98742,27.69707],[57.98683,27.69244],[57.97427,27.67905],[57.97058,27.68180],[57.97045,27.68583],[57.95993,27.68617],[57.95761,27.67287],[57.95752,27.66205],[57.95492,27.65682],[57.94649,27.67124],[57.94262,27.66849],[57.93481,27.67806],[57.93609,27.67969],[57.93563,27.68200],[57.92852,27.68561],[57.92374,27.68218],[57.92401,27.69960],[57.92292,27.71059],[57.92137,27.71247],[57.92096,27.71857],[57.91881,27.71496],[57.91499,27.71488],[57.91284,27.71702],[57.90714,27.70544],[57.90728,27.69548],[57.90217,27.70553],[57.90349,27.71308],[57.90591,27.72372],[57.90618,27.72964],[57.90546,27.73522],[57.90162,27.74655],[57.90322,27.74758],[57.90245,27.74947],[57.90381,27.75136],[57.90153,27.75651],[57.89825,27.75574],[57.89538,27.76080],[57.89451,27.77007],[57.89697,27.77582],[57.89962,27.78792],[57.90003,27.79402],[57.89875,27.80097],[57.89848,27.80672],[57.89725,27.81161],[57.89674,27.81779],[57.89214,27.81496],[57.89049,27.81874],[57.88698,27.81659],[57.88575,27.80990],[57.88406,27.80990],[57.88374,27.81711],[57.87817,27.81273],[57.87671,27.81333],[57.87338,27.80990],[57.87306,27.80827],[57.87115,27.80912],[57.87119,27.81161],[57.86964,27.81359],[57.86644,27.81711],[57.86498,27.81736],[57.86375,27.81333],[57.86215,27.81642],[57.85626,27.80535],[57.85448,27.80003],[57.84991,27.79376],[57.84580,27.79428],[57.84324,27.79762],[57.84009,27.79488],[57.84270,27.78501],[57.83845,27.78509],[57.83648,27.77891],[57.83292,27.77376],[57.83502,27.75805],[57.83178,27.75239],[57.82839,27.73969],[57.83082,27.72655],[57.83507,27.72458],[57.83635,27.71480],[57.83959,27.71488],[57.84242,27.70604],[57.83744,27.69866],[57.83493,27.68424],[57.83872,27.65892],[57.83959,27.63600],[57.83813,27.62502],[57.83909,27.61944],[57.83433,27.60279],[57.83310,27.59446],[57.83219,27.57961],[57.83095,27.57412],[57.83040,27.56176],[57.83164,27.55575],[57.82771,27.55695],[57.82163,27.55163],[57.82168,27.54622],[57.81692,27.54605],[57.81614,27.55378],[57.81404,27.55464],[57.81276,27.55009],[57.81363,27.54245],[57.80885,27.54370],[57.80707,27.53752],[57.80209,27.53898],[57.79678,27.53675],[57.79326,27.53872],[57.78969,27.53125],[57.79074,27.52559],[57.78841,27.52344],[57.78928,27.51967],[57.79143,27.51726],[57.78891,27.50662],[57.78914,27.49907],[57.78727,27.49683],[57.78493,27.50430],[57.77441,27.51529],[57.77212,27.50748],[57.76406,27.50868],[57.76415,27.51949],[57.76031,27.52018],[57.75683,27.52894],[57.75399,27.52894],[57.75225,27.51314],[57.75097,27.51400],[57.75188,27.52979],[57.74043,27.52911],[57.73319,27.54902],[57.73044,27.54027],[57.73017,27.52688],[57.71385,27.52344],[57.70945,27.52567],[57.70881,27.52241],[57.71156,27.50851],[57.70789,27.50971],[57.70532,27.49958],[57.70844,27.49357],[57.71972,27.48928],[57.71687,27.47229],[57.70899,27.47057],[57.70715,27.45976],[57.71733,27.44997],[57.70954,27.43126],[57.70358,27.42972],[57.69936,27.43109],[57.69927,27.41255],[57.69569,27.41444],[57.69505,27.41066],[57.68523,27.40156],[57.68578,27.39143],[57.67835,27.39384],[57.67633,27.38319],[57.66669,27.37272],[57.66706,27.37770],[57.65943,27.38131],[57.65604,27.38731],[57.64906,27.37839],[57.64694,27.38268],[57.64400,27.38045],[57.64226,27.38560],[57.63932,27.38972],[57.63766,27.40019],[57.63105,27.40294],[57.62213,27.39830],[57.61891,27.39264],[57.61625,27.40654],[57.61138,27.40414],[57.60512,27.38491],[57.59933,27.38285],[57.59795,27.37633],[57.60016,27.36345],[57.58847,27.33856],[57.58525,27.33788],[57.57872,27.32552],[57.57485,27.32449],[57.56933,27.33238],[57.55800,27.33616],[57.54631,27.33959],[57.54207,27.34594],[57.53894,27.34491],[57.53497,27.35006],[57.52889,27.34903],[57.52613,27.35487],[57.51783,27.35212],[57.52115,27.34526],[57.52299,27.32346],[57.53921,27.29616],[57.53654,27.28123],[57.54373,27.27436],[57.54419,27.26526],[57.54916,27.26389],[57.54990,27.25720],[57.54829,27.24827],[57.54907,27.24140],[57.55432,27.22561],[57.54990,27.19377],[57.56021,27.16107],[57.56173,27.11592],[57.56634,27.09884],[57.57324,27.08725],[57.57623,27.08682],[57.57692,27.07386],[57.57798,27.07172],[57.57987,27.07060],[57.58125,27.06734],[57.58231,27.05627],[57.58056,27.05240],[57.58139,27.04588],[57.58240,27.04408],[57.58534,27.03155],[57.58778,27.04064],[57.59675,27.04373],[57.60443,27.03034],[57.60429,26.99464],[57.61053,26.99215],[57.60860,26.98734],[57.60980,26.98520],[57.61168,26.98176],[57.61113,26.97807],[57.61205,26.97567],[57.60920,26.97301],[57.60414,26.97086],[57.60506,26.96400],[57.60603,26.95971],[57.60391,26.95722],[57.60230,26.94529],[57.60925,26.93885],[57.61545,26.95052],[57.62010,26.95026],[57.61959,26.93928],[57.62345,26.93250],[57.62308,26.92932],[57.62419,26.92881],[57.62874,26.92786],[57.63076,26.92855],[57.63292,26.92589],[57.63296,26.90726],[57.63039,26.90023],[57.62910,26.90117],[57.62566,26.89619],[57.62345,26.88941],[57.62124,26.88666],[57.61907,26.87509],[57.61751,26.87354],[57.61581,26.86642],[57.61337,26.86281],[57.61172,26.86281],[57.61034,26.85852],[57.60910,26.85955],[57.60846,26.86470],[57.60399,26.86127],[57.60229,26.86110],[57.60050,26.85886],[57.59608,26.86067],[57.59443,26.86530],[57.59185,26.86298],[57.58895,26.84685],[57.58546,26.84187],[57.58251,26.83389],[57.58205,26.82101],[57.58118,26.81354],[57.58325,26.81174],[57.58394,26.80762],[57.58274,26.80213],[57.58136,26.79818],[57.58049,26.79981],[57.57741,26.79604],[57.57497,26.79595],[57.57289,26.79324],[57.57924,26.78020],[57.57634,26.78191],[57.57538,26.78698],[57.57335,26.78578],[57.57216,26.78200],[57.56166,26.77565],[57.56042,26.77831],[57.55954,26.77642],[57.56042,26.76861],[57.56281,26.76355],[57.56208,26.75247],[57.56659,26.75977],[57.57174,26.77024],[57.57450,26.77264],[57.57694,26.76749],[57.57722,26.74758],[57.58012,26.75162],[57.58269,26.74501],[57.58707,26.73814],[57.58053,26.72990],[57.57565,26.73874],[57.56880,26.73136],[57.57216,26.72415],[57.56640,26.71265],[57.56599,26.70681],[57.57045,26.70072],[57.57027,26.69789],[57.56691,26.69763],[57.56580,26.69202],[57.56636,26.67571],[57.56318,26.67107],[57.56226,26.67313],[57.55977,26.67168],[57.55724,26.67331],[57.55416,26.67202],[57.55218,26.66455],[57.55328,26.65992],[57.55379,26.65365],[57.55342,26.64781],[57.54605,26.64284],[57.54306,26.63451],[57.52900,26.61503],[57.50889,26.61764],[57.51083,26.61197],[57.51096,26.60433],[57.51387,26.60304],[57.51313,26.59489],[57.51562,26.59257],[57.51580,26.58751],[57.51894,26.58794],[57.52028,26.59129],[57.52244,26.58820],[57.52465,26.58931],[57.52553,26.58614],[57.52829,26.58785],[57.52963,26.58476],[57.53673,26.58785],[57.53811,26.58468],[57.53682,26.57996],[57.53341,26.58133],[57.53106,26.56743],[57.52737,26.56270],[57.52286,26.56210],[57.52147,26.56537],[57.51903,26.56777],[57.51751,26.56425],[57.51488,26.56193],[57.51359,26.55670],[57.51599,26.52391],[57.52479,26.49919],[57.54552,26.49009],[57.57522,26.46889],[57.57172,26.40083],[57.58364,26.34505],[57.57936,26.33561],[57.58014,26.33063],[57.57890,26.32806],[57.57982,26.32651],[57.58314,26.32651],[57.58410,26.31638],[57.58373,26.31286],[57.58553,26.30986],[57.59298,26.30900],[57.59303,26.30342],[57.59197,26.29458],[57.59068,26.28754],[57.59955,26.26811],[57.60171,26.27171],[57.60929,26.26484],[57.61219,26.25987],[57.61408,26.25205],[57.61693,26.25472],[57.61844,26.24776],[57.61909,26.25085],[57.62014,26.24562],[57.62649,26.24785],[57.62635,26.25102],[57.62892,26.24545],[57.63388,26.23849],[57.63558,26.24081],[57.63558,26.24691],[57.63986,26.24433],[57.64183,26.24218],[57.64588,26.24004],[57.64592,26.23017],[57.64900,26.23025],[57.65185,26.24090],[57.65719,26.23502],[57.65807,26.22661],[57.66583,26.20987],[57.66849,26.21262],[57.67083,26.20996],[57.67914,26.20961],[57.68106,26.19880],[57.68464,26.19657],[57.68510,26.18412],[57.68937,26.17339],[57.69253,26.18361],[57.69845,26.19056],[57.71009,26.19850],[57.71467,26.20417],[57.72128,26.19352],[57.72265,26.18649],[57.72490,26.18211],[57.72820,26.17378],[57.73282,26.14125],[57.73965,26.13619],[57.74437,26.14040],[57.75042,26.13585],[57.75447,26.12170],[57.75589,26.10976],[57.76587,26.08067],[57.76381,26.07689],[57.76573,26.07002],[57.75982,26.05818],[57.76111,26.05106],[57.76788,26.04342],[57.77118,26.03398],[57.76825,26.02299],[57.77168,26.01947],[57.77493,26.02565],[57.77772,26.02436],[57.78134,26.02617],[57.78285,26.02402],[57.78944,26.02891],[57.79026,26.03183],[57.80211,26.03466],[57.80581,26.03775],[57.80984,26.03767],[57.82378,26.05020],[57.82922,26.05243],[57.83420,26.05509],[57.83758,26.05801],[57.84768,26.05590],[57.84965,26.03607],[57.84567,26.02019],[57.85773,26.00998],[57.85837,25.99831],[57.84517,25.96226],[57.85312,25.93067],[57.85052,25.89591],[57.84627,25.88767],[57.84946,25.88278],[57.85435,25.88630],[57.85609,25.88467],[57.85828,25.87531],[57.86440,25.87566],[57.85662,25.85888],[57.86452,25.81931],[57.89907,25.78394],[57.90463,25.78685],[57.91257,25.77183],[57.91754,25.75072],[57.92374,25.73767],[57.92191,25.72823],[57.91261,25.72111],[57.90258,25.70274],[57.90399,25.67742],[57.91202,25.67665],[57.91489,25.66128],[57.91412,25.65519],[57.91685,25.64738],[57.91895,25.64764],[57.93062,25.63802],[57.94392,25.57966],[57.95991,25.59279],[57.96492,25.58730],[57.96742,25.58052],[57.97152,25.57931],[57.97370,25.57442],[57.96719,25.56558],[57.96209,25.56653],[57.95945,25.55588],[57.96696,25.55460],[57.97197,25.55039],[57.97161,25.53872],[57.97174,25.52541],[57.96715,25.52318],[57.96715,25.51640],[57.97001,25.51065],[57.97475,25.52224],[57.97944,25.51906],[57.97425,25.48610],[57.98016,25.47778],[57.98258,25.47795],[57.98945,25.45924],[57.99089,25.45816],[57.99162,25.45095],[57.99576,25.44219],[58.00099,25.44649],[58.00381,25.46193],[58.00554,25.46537],[58.00704,25.46382],[58.01099,25.45618],[58.01663,25.44812],[58.02141,25.42983],[58.02372,25.42700],[58.02722,25.41138],[58.02891,25.40778],[58.02954,25.37653],[58.02841,25.37293],[58.03136,25.36314],[58.04280,25.35230],[58.04543,25.34406],[58.05551,25.33668],[58.05878,25.32793],[58.06287,25.32466],[58.06596,25.31848],[58.07041,25.31608],[58.07776,25.30218],[58.08066,25.29411],[58.08057,25.28776],[58.06932,25.28123],[58.06650,25.26699],[58.05987,25.26664],[58.05070,25.28003],[58.04734,25.29325],[58.03662,25.30561],[58.01489,25.30132],[58.01298,25.29857],[57.99934,25.30389],[57.99825,25.29703],[57.99597,25.29943],[57.99343,25.30475],[57.99224,25.30080],[57.99270,25.29445],[57.98906,25.28347],[57.99270,25.27505],[57.99397,25.26802],[57.99343,25.25377],[58.00343,25.25600],[58.00316,25.25136],[58.00189,25.24450],[58.01871,25.22699],[58.01916,25.24398],[58.02398,25.23283],[58.02053,25.22476],[58.02635,25.21961],[58.04089,25.21549],[58.04752,25.22459],[58.05252,25.22699],[58.05270,25.22338],[58.04834,25.22132],[58.04888,25.21703],[58.05960,25.21497],[58.06142,25.21171],[58.06060,25.20399],[58.06450,25.20244],[58.07404,25.21566],[58.08048,25.21102],[58.08511,25.20021],[58.08003,25.19077],[58.07540,25.19266],[58.07404,25.15214],[58.07658,25.15094],[58.07903,25.13567],[58.07722,25.10640],[58.06514,25.10520],[58.06632,25.07670],[58.01724,25.02019],[58.01042,24.99581],[58.00860,24.94861],[57.97984,24.86459],[57.97484,24.84726],[57.97493,24.84056],[57.97138,24.83215],[57.98985,24.80795],[57.98166,24.74357],[57.96400,24.74443],[57.96163,24.73310],[57.96218,24.71525],[57.94588,24.69139],[57.95289,24.68040],[57.95890,24.67439],[57.95872,24.64452],[57.95544,24.64246],[57.95307,24.64710],[57.94087,24.62770],[57.94314,24.61586],[57.94579,24.61122],[57.95089,24.60899],[57.96129,24.58482],[57.95391,24.57331],[57.94954,24.54945],[57.94434,24.54413],[57.94662,24.53126],[57.94352,24.52130],[57.93633,24.51838],[57.93478,24.51066],[57.93008,24.51401],[57.92465,24.46266],[57.90856,24.44652],[57.90664,24.46034],[57.89948,24.45287],[57.87994,24.46065],[57.86406,24.41061],[57.87163,24.40890],[57.87570,24.36598],[57.87414,24.36066],[57.87428,24.35568],[57.87634,24.35208],[57.88029,24.34661],[57.93594,24.13211],[57.48546,23.70733],[57.64749,23.07286],[57.88190,22.63341],[57.55183,20.13310],[59.63508,21.28129],[59.44433,22.30302],[60.04816,26.39635],[59.68415,26.83580]], // Spain - ES: [[43.40995,-1.77595], [43.37427,-1.79029], [43.36654,-1.78857], [43.36442,-1.7781], [43.3525,-1.78788], [43.34886,-1.78436], [43.34781,-1.77758], [43.34457,-1.77683], [43.34335,-1.77497], [43.34324,-1.77338], [43.34209,-1.77153], [43.34252,-1.76737], [43.34335,-1.76464], [43.34415,-1.76132], [43.3441,-1.75827], [43.34273,-1.75529], [43.34084,-1.75301], [43.3387,-1.75222], [43.33602,-1.75143], [43.33505,-1.75265], [43.33346,-1.75278], [43.33193,-1.751], [43.33087,-1.74827], [43.33162,-1.74263], [43.33146,-1.74048], [43.33038,-1.73746], [43.32965,-1.73716], [43.32853,-1.73778], [43.32762,-1.73832], [43.32534,-1.73862], [43.32426,-1.73737], [43.3233,-1.73722], [43.32038,-1.73829], [43.31808,-1.74078], [43.31647,-1.74171], [43.31382,-1.73782], [43.3132,-1.73784], [43.31249,-1.73984], [43.31165,-1.74048], [43.31085,-1.73975], [43.31062,-1.7384], [43.31074,-1.73658], [43.31024,-1.73587], [43.30949,-1.73523], [43.30651,-1.7342], [43.30155,-1.73323], [43.29933,-1.73166], [43.296,-1.7302], [43.29836,-1.72536], [43.30003,-1.72428], [43.30098,-1.71991], [43.3002,-1.71381], [43.30358,-1.71029], [43.30642,-1.70883], [43.30956,-1.70379], [43.30948,-1.70049], [43.31218,-1.69652], [43.31309,-1.69411], [43.31093,-1.68817], [43.3098,-1.68635], [43.31148,-1.6824], [43.3107,-1.68055], [43.31214,-1.67497], [43.31548,-1.66905], [43.31501,-1.66558], [43.31423,-1.66339], [43.3137,-1.65686], [43.31217,-1.65309], [43.30889,-1.65043], [43.30764,-1.64583], [43.30836,-1.63961], [43.30986,-1.63515], [43.3077,-1.63043], [43.30645,-1.62352], [43.3003,-1.62159], [43.29293,-1.62729], [43.28496,-1.62978], [43.2805,-1.62686], [43.27097,-1.62506], [43.27072,-1.62313], [43.26406,-1.62212], [43.25822,-1.61689], [43.25591,-1.61346], [43.25547,-1.60955], [43.25294,-1.60805], [43.25494,-1.60058], [43.25494,-1.59402], [43.25391,-1.58878], [43.25409,-1.58131], [43.24991,-1.57543], [43.257,-1.5687], [43.27081,-1.56355], [43.27293,-1.56106], [43.27577,-1.56111], [43.27987,-1.55711], [43.28112,-1.55935], [43.28365,-1.56029], [43.28365,-1.56359], [43.28843,-1.566], [43.29227,-1.55261], [43.29255,-1.54162], [43.29189,-1.53995], [43.29546,-1.53527], [43.29411,-1.53094], [43.29261,-1.52235], [43.29424,-1.52076], [43.29439,-1.50656], [43.2918,-1.50338], [43.28843,-1.5012], [43.28765,-1.49875], [43.28171,-1.49205], [43.28402,-1.4818], [43.28068,-1.4815], [43.27684,-1.47549], [43.27549,-1.47025], [43.27177,-1.46154], [43.27171,-1.4521], [43.26771,-1.43892], [43.2674,-1.4278], [43.26949,-1.42085], [43.27402,-1.41622], [43.27346,-1.41111], [43.26946,-1.40287], [43.26727,-1.40128], [43.2664,-1.39862], [43.25896,-1.38823], [43.25299,-1.38145], [43.24511,-1.3812], [43.23233,-1.37746], [43.22895,-1.37751], [43.22545,-1.37944], [43.22457,-1.38231], [43.22079,-1.3842], [43.21854,-1.38304], [43.21441,-1.37939], [43.21078,-1.3833], [43.20721,-1.3842], [43.19936,-1.38218], [43.19617,-1.38519], [43.19317,-1.3851], [43.18957,-1.38077], [43.18757,-1.38197], [43.18562,-1.39098], [43.17845,-1.40107], [43.17501,-1.40171], [43.17116,-1.40278], [43.16036,-1.403], [43.15667,-1.40115], [43.15551,-1.40317], [43.15488,-1.40763], [43.14925,-1.41506], [43.14274,-1.40905], [43.13453,-1.41338], [43.12842,-1.41304], [43.12495,-1.41982], [43.12178,-1.42523], [43.11636,-1.42573], [43.11047,-1.44136], [43.10671,-1.4393], [43.1037,-1.44839], [43.09919,-1.4532], [43.09681,-1.4635], [43.08991,-1.46968], [43.08251,-1.46985], [43.07349,-1.4623], [43.06609,-1.45629], [43.05894,-1.45062], [43.04752,-1.44033], [43.02908,-1.35398], [43.05417,-1.3454], [43.05944,-1.34608], [43.07487,-1.34643], [43.08126,-1.34316], [43.09229,-1.34883], [43.10433,-1.33613], [43.10997,-1.33063], [43.11423,-1.31896], [43.11761,-1.29149], [43.11999,-1.27038], [43.11698,-1.26746], [43.10357,-1.28669], [43.09129,-1.29785], [43.0696,-1.30746], [43.0686,-1.29544], [43.06471,-1.29458], [43.06471,-1.28703], [43.05442,-1.26901], [43.04552,-1.26214], [43.04263,-1.24875], [43.05668,-1.23004], [43.05166,-1.20996], [43.03435,-1.18043], [43.03912,-1.17356], [43.03498,-1.1612], [43.03209,-1.15914], [43.02569,-1.14404], [43.01,-1.14129], [43.01038,-1.13597], [43.01678,-1.12481], [43.02506,-1.11331], [43.01791,-1.10541], [43.01189,-1.09305], [43.01189,-1.08241], [43.0036,-1.08327], [42.9977,-1.06216], [42.99519,-1.03194], [42.99243,-1.02525], [42.99594,-1.01632], [42.98967,-1.00482], [42.97623,-0.99795], [42.97083,-0.97993], [42.96316,-0.9722], [42.96078,-0.95882], [42.9545,-0.94457], [42.95349,-0.93289], [42.95588,-0.92208], [42.95952,-0.92053], [42.96593,-0.9135], [42.96291,-0.89788], [42.95651,-0.89582], [42.95676,-0.88294], [42.95525,-0.8723], [42.95148,-0.86303], [42.95286,-0.84535], [42.95512,-0.83556], [42.95161,-0.8129], [42.95827,-0.80174], [42.96568,-0.79127], [42.96656,-0.77205], [42.9702,-0.7681], [42.96907,-0.75042], [42.94872,-0.7396], [42.94608,-0.72913], [42.94005,-0.73342], [42.93917,-0.72948], [42.93276,-0.73308], [42.92748,-0.72948], [42.92358,-0.72381], [42.91906,-0.72295], [42.91327,-0.73342], [42.89869,-0.72982], [42.89315,-0.72536], [42.88747,-0.71672], [42.88583,-0.71054], [42.88545,-0.70333], [42.87929,-0.69685], [42.88269,-0.68946], [42.88571,-0.67693], [42.87992,-0.67436], [42.87615,-0.66526], [42.86885,-0.65959], [42.86508,-0.66045], [42.85841,-0.6529], [42.85425,-0.6414], [42.85287,-0.6335], [42.83978,-0.62063], [42.8321,-0.60123], [42.82744,-0.59969], [42.82707,-0.60295], [42.81498,-0.59711], [42.80616,-0.59866], [42.80364,-0.59179], [42.80931,-0.57514], [42.80629,-0.56638], [42.79898,-0.56312], [42.78954,-0.56982], [42.78208,-0.56805], [42.77868,-0.55157], [42.79392,-0.54487], [42.79455,-0.53801], [42.79279,-0.5308], [42.79745,-0.52496], [42.81155,-0.5265], [42.81886,-0.51844], [42.82742,-0.50848], [42.82855,-0.49973], [42.82226,-0.49749], [42.81772,-0.49131], [42.81647,-0.48307], [42.81055,-0.47655], [42.80614,-0.46385], [42.80425,-0.452], [42.79619,-0.44273], [42.80853,-0.41183], [42.80803,-0.4072], [42.80564,-0.40583], [42.80035,-0.3933], [42.80211,-0.38385], [42.80752,-0.3842], [42.81244,-0.37561], [42.81483,-0.36789], [42.81911,-0.36394], [42.82238,-0.36514], [42.82931,-0.35622], [42.83258,-0.35553], [42.8395,-0.34523], [42.83749,-0.34111], [42.83862,-0.33407], [42.83434,-0.32824], [42.83661,-0.32257], [42.84328,-0.32068], [42.85008,-0.31364], [42.8419,-0.30592], [42.83963,-0.29751], [42.83686,-0.27622], [42.82994,-0.27382], [42.82389,-0.26112], [42.81974,-0.25665], [42.82075,-0.24618], [42.82591,-0.2424], [42.81495,-0.23691], [42.80954,-0.23828], [42.80249,-0.22387], [42.80349,-0.22026], [42.80123,-0.217], [42.79644,-0.21442], [42.79833,-0.20842], [42.79581,-0.19709], [42.79077,-0.18764], [42.7875,-0.18747], [42.78775,-0.18129], [42.78662,-0.17734], [42.79014,-0.17031], [42.79783,-0.16258], [42.79921,-0.16018], [42.79329,-0.15331], [42.78397,-0.15417], [42.77717,-0.14662], [42.77288,-0.14662], [42.77276,-0.14954], [42.77011,-0.14902], [42.76847,-0.14078], [42.7662,-0.13632], [42.76104,-0.13374], [42.75814,-0.12825], [42.75171,-0.12173], [42.74225,-0.11572], [42.73872,-0.11658], [42.73469,-0.10851], [42.73053,-0.10645], [42.72485,-0.11057], [42.72195,-0.10662], [42.72296,-0.09718], [42.72183,-0.08551], [42.71893,-0.08293], [42.71779,-0.07727], [42.71893,-0.06851], [42.71085,-0.06285], [42.69774,-0.06268], [42.69345,-0.0565], [42.69534,-0.0474], [42.69281,-0.04293], [42.69218,-0.03281], [42.686,-0.01478], [42.68663,0.00237], [42.68966,0.00461], [42.69458,0.01405], [42.70266,0.01405], [42.70354,0.02606], [42.6966,0.04838], [42.69912,0.05387], [42.69837,0.05868], [42.70152,0.06366], [42.70442,0.07018], [42.70959,0.07155], [42.71565,0.07688], [42.71754,0.08992], [42.71199,0.10451], [42.71186,0.1131], [42.71376,0.11979], [42.7154,0.13095], [42.72309,0.1361], [42.72599,0.15618], [42.72397,0.16099], [42.73015,0.16236], [42.73431,0.17146], [42.73772,0.17551], [42.73582,0.18632], [42.73204,0.19696], [42.72939,0.20572], [42.7241,0.21568], [42.71678,0.22632], [42.72006,0.22821], [42.71817,0.25756], [42.71451,0.26168], [42.70001,0.26941], [42.69307,0.26563], [42.68966,0.27559], [42.68461,0.28022], [42.67477,0.29533], [42.67856,0.30151], [42.68209,0.31249], [42.68436,0.31284], [42.68474,0.32108], [42.69105,0.32108], [42.69837,0.32537], [42.70581,0.32485], [42.71174,0.34408], [42.71855,0.35197], [42.72561,0.36073], [42.71867,0.37326], [42.7159,0.37412], [42.71376,0.38305], [42.71464,0.39437], [42.70404,0.39523], [42.699,0.39918], [42.69673,0.40433], [42.69471,0.42115], [42.69181,0.42476], [42.69181,0.43489], [42.69206,0.44742], [42.69521,0.45222], [42.69395,0.45823], [42.69496,0.46682], [42.70114,0.47179], [42.69975,0.48621], [42.69307,0.49531], [42.69281,0.51419], [42.69471,0.51917], [42.69912,0.52089], [42.70417,0.53016], [42.70089,0.53617], [42.70114,0.54115], [42.70165,0.54492], [42.70001,0.55659], [42.69824,0.56775], [42.6966,0.57685], [42.69622,0.58852], [42.70556,0.5947], [42.70657,0.59797], [42.69988,0.60723], [42.69774,0.61685], [42.69572,0.61994], [42.69584,0.62938], [42.69294,0.64054], [42.69509,0.64809], [42.69155,0.66011], [42.69168,0.66508], [42.68979,0.66835], [42.6913,0.67487], [42.70064,0.67298], [42.70669,0.68071], [42.71691,0.67212], [42.72385,0.67779], [42.72788,0.67538], [42.73065,0.66989], [42.73998,0.66611], [42.74213,0.66337], [42.74831,0.66199], [42.75108,0.66011], [42.75133,0.64569], [42.75473,0.64054], [42.7565,0.6462], [42.76217,0.65067], [42.76519,0.64861], [42.76847,0.65564], [42.77124,0.66337], [42.7749,0.66526], [42.77729,0.65118], [42.78334,0.64414], [42.78573,0.64723], [42.78607,0.6504], [42.79375,0.65452], [42.79929,0.6595], [42.79967,0.66465], [42.80332,0.66911], [42.81025,0.66722], [42.81466,0.66362], [42.82259,0.66911], [42.82989,0.66053], [42.8387,0.65778], [42.84298,0.66379], [42.8484,0.6789], [42.85582,0.67684], [42.85708,0.69675], [42.86199,0.70774], [42.86111,0.71357], [42.85821,0.71718], [42.85821,0.72147], [42.85821,0.72988], [42.85494,0.73537], [42.8494,0.73658], [42.84399,0.76318], [42.84122,0.76353], [42.83619,0.77898], [42.83694,0.78893], [42.84135,0.79734], [42.83795,0.81846], [42.83342,0.82361], [42.82889,0.83459], [42.82914,0.84026], [42.83002,0.84335], [42.82624,0.85931], [42.82372,0.85948], [42.81692,0.86996], [42.81592,0.87493], [42.81428,0.87785], [42.81428,0.88506], [42.81164,0.88832], [42.80798,0.8945], [42.80761,0.89777], [42.8037,0.90257], [42.80093,0.90686], [42.79728,0.90806], [42.79703,0.91527], [42.79438,0.91768], [42.79022,0.92592], [42.78954,0.93323], [42.79257,0.9346], [42.79811,0.93907], [42.80264,0.95108], [42.8073,0.96138], [42.80365,0.96705], [42.8,0.96876], [42.79584,0.97838], [42.7932,0.97906], [42.79131,0.97872], [42.7869,0.98421], [42.7874,0.99057], [42.78891,0.99915], [42.79131,1.00516], [42.79005,1.0091], [42.78866,1.01597], [42.78677,1.02249], [42.78589,1.03245], [42.78791,1.03485], [42.78576,1.04464], [42.78148,1.04447], [42.78312,1.05391], [42.78261,1.05751], [42.78387,1.05906], [42.78274,1.07279], [42.78929,1.07725], [42.78803,1.08172], [42.78375,1.08429], [42.77884,1.0879], [42.77468,1.09717], [42.77115,1.10987], [42.7656,1.11245], [42.76397,1.11914], [42.7501,1.13459], [42.74443,1.13081], [42.73926,1.13253], [42.73737,1.13528], [42.73371,1.13579], [42.72879,1.13373], [42.72615,1.13854], [42.72123,1.15021], [42.71,1.16549], [42.70912,1.17424], [42.71265,1.17613], [42.71442,1.18351], [42.71883,1.18935], [42.71782,1.19381], [42.71921,1.20137], [42.72098,1.20566], [42.72186,1.21321], [42.72085,1.21664], [42.72337,1.22094], [42.72476,1.22557], [42.72867,1.22969], [42.72753,1.23467], [42.72577,1.23553], [42.72514,1.24136], [42.72274,1.24548], [42.72236,1.24943], [42.71555,1.25424], [42.71593,1.26625], [42.71808,1.26711], [42.71871,1.27672], [42.71429,1.27827], [42.72022,1.29423], [42.71883,1.31037], [42.71959,1.31707], [42.72463,1.32496], [42.72489,1.33595], [42.71908,1.33869], [42.7206,1.35483], [42.71959,1.35947], [42.71492,1.35912], [42.71114,1.35329], [42.70332,1.35157], [42.70117,1.35414], [42.69865,1.36067], [42.69676,1.3641], [42.69613,1.37062], [42.69625,1.37732], [42.69184,1.3835], [42.68868,1.38985], [42.6849,1.39036], [42.68149,1.38865], [42.67733,1.38865], [42.67392,1.39002], [42.66862,1.38848], [42.66824,1.39654], [42.66571,1.40204], [42.65789,1.4053], [42.65726,1.41062], [42.65524,1.41405], [42.65107,1.41594], [42.64476,1.4156], [42.64046,1.41835], [42.6368,1.41749], [42.63188,1.42109], [42.62506,1.42109], [42.62098,1.42754], [42.61783,1.43028], [42.61176,1.4296], [42.60646,1.4356], [42.60443,1.43852], [42.60469,1.44316], [42.60241,1.44367], [42.5947,1.4423], [42.5918,1.43698], [42.58725,1.432], [42.587,1.42788], [42.58245,1.42874], [42.57714,1.43183], [42.57436,1.43526], [42.57195,1.44487], [42.56715,1.44556], [42.56247,1.44024], [42.55805,1.42633], [42.55463,1.42324], [42.54704,1.42067], [42.54363,1.41947], [42.5387,1.41483], [42.53642,1.41449], [42.53655,1.41844], [42.54034,1.42685], [42.54414,1.44196], [42.54123,1.44848], [42.53996,1.45208], [42.53591,1.45346], [42.53212,1.45174], [42.52187,1.46152], [42.50973,1.46873], [42.49998,1.45346], [42.4958,1.44951], [42.49315,1.43749], [42.4934,1.42479], [42.49137,1.41741], [42.48682,1.40951], [42.48441,1.40985], [42.4853,1.41603], [42.48302,1.41861], [42.48277,1.4332], [42.47542,1.44196], [42.46453,1.44075], [42.45947,1.44865], [42.45428,1.44196], [42.45187,1.44281], [42.44782,1.44573], [42.44326,1.4471], [42.44382,1.44394], [42.43837,1.45046], [42.43723,1.45922], [42.43609,1.47329], [42.43318,1.48393], [42.43343,1.50213], [42.429,1.51501], [42.43318,1.52874], [42.43318,1.55208], [42.44357,1.55311], [42.44445,1.55826], [42.45484,1.55844], [42.45915,1.56015], [42.45915,1.5641], [42.46003,1.56719], [42.45231,1.57474], [42.45015,1.58058], [42.46155,1.5859], [42.46446,1.59036], [42.46763,1.60032], [42.46484,1.60667], [42.46598,1.6156], [42.4651,1.61989], [42.46636,1.62195], [42.46383,1.63088], [42.4675,1.63397], [42.46826,1.63757], [42.46712,1.64032], [42.46928,1.64667], [42.46801,1.64924], [42.46864,1.6568], [42.47168,1.658], [42.47346,1.66109], [42.47814,1.65972], [42.48168,1.66075], [42.49384,1.66263], [42.49662,1.69267], [42.48966,1.70383], [42.49004,1.70744], [42.49637,1.71585], [42.50017,1.71791], [42.50371,1.72718], [42.49282,1.73147], [42.49536,1.73937], [42.49637,1.74812], [42.49244,1.75327], [42.4908,1.76014], [42.48662,1.76426], [42.48586,1.79172], [42.49093,1.80477], [42.48662,1.81009], [42.48384,1.81679], [42.48751,1.82365], [42.48409,1.8276], [42.48358,1.83498], [42.48168,1.83567], [42.47662,1.84494], [42.46788,1.84854], [42.46573,1.85352], [42.46396,1.8561], [42.46345,1.85953], [42.46776,1.86348], [42.45953,1.88339], [42.4499,1.88562], [42.45041,1.89077], [42.44775,1.8918], [42.44851,1.89489], [42.45041,1.89592], [42.45066,1.90073], [42.44825,1.91], [42.44673,1.91841], [42.45484,1.933], [42.45459,1.93798], [42.44369,1.94347], [42.45383,1.95901], [42.45756,1.95575], [42.46902,1.95909], [42.47928,1.96287], [42.4813,1.97145], [42.48542,1.9718], [42.4858,1.97712], [42.49156,1.97686], [42.49548,1.97858], [42.49396,1.99034], [42.48491,1.99935], [42.4839,1.99343], [42.4739,1.98716], [42.47029,1.98836], [42.46624,1.99222], [42.46301,1.99274], [42.46035,1.99815], [42.45693,2.00647], [42.4563,2.01085], [42.45376,2.01222], [42.45199,2.0148], [42.44813,2.01334], [42.44775,2.00647], [42.44648,2.00244], [42.44673,1.98227], [42.45117,1.96999], [42.453,1.95952], [42.45383,1.95901], [42.44369,1.94347], [42.438,1.94288], [42.43179,1.9409], [42.42979,1.94189], [42.42869,1.94369], [42.42742,1.95142], [42.42625,1.95541], [42.42409,1.9588], [42.4105,1.95562], [42.40404,1.96103], [42.40008,1.96189], [42.39545,1.96017], [42.39209,1.96051], [42.39044,1.9618], [42.38879,1.96403], [42.3881,1.96506], [42.38524,1.96429], [42.38169,1.96515], [42.37985,1.96704], [42.37687,1.97004], [42.37358,1.97262], [42.37155,1.97991], [42.36229,1.98609], [42.36172,1.98824], [42.3602,1.98978], [42.35924,1.99218], [42.36026,1.99424], [42.35893,1.99742], [42.35595,1.99871], [42.35544,2.00094], [42.35614,2.00317], [42.35309,2.00721], [42.35297,2.01304], [42.34973,2.01278], [42.34757,2.01536], [42.35487,2.02197], [42.35588,2.02368], [42.35607,2.02823], [42.35861,2.03278], [42.35785,2.03553], [42.35766,2.04883], [42.35893,2.05621], [42.35772,2.0587], [42.36223,2.06694], [42.36146,2.06797], [42.36533,2.07244], [42.36521,2.07467], [42.36533,2.08085], [42.36261,2.08454], [42.36444,2.08668], [42.3666,2.08626], [42.37066,2.08668], [42.37142,2.08789], [42.37421,2.08935], [42.37637,2.09561], [42.37732,2.0987], [42.38068,2.10531], [42.37947,2.10746], [42.38163,2.1102], [42.38176,2.11329], [42.38372,2.11621], [42.38702,2.11458], [42.39076,2.11406], [42.39513,2.11492], [42.39703,2.12084], [42.4066,2.1229], [42.41224,2.12754], [42.4156,2.13587], [42.41655,2.14059], [42.417,2.14265], [42.41858,2.14531], [42.42023,2.14797], [42.42207,2.15337], [42.42416,2.15638], [42.42283,2.15852], [42.42327,2.16565], [42.42555,2.16762], [42.42371,2.16968], [42.42226,2.17535], [42.41871,2.18033], [42.41852,2.18342], [42.41858,2.19492], [42.41668,2.20032], [42.4175,2.20573], [42.41985,2.20693], [42.42054,2.2108], [42.42238,2.21363], [42.4234,2.215], [42.42321,2.21946], [42.42599,2.22341], [42.42707,2.23054], [42.42631,2.23431], [42.42897,2.24015], [42.42897,2.24539], [42.43208,2.24813], [42.43341,2.25045], [42.43702,2.25191], [42.43885,2.2574], [42.43765,2.26212], [42.43588,2.26384], [42.43372,2.26727], [42.43467,2.27122], [42.42688,2.28607], [42.42308,2.29173], [42.42378,2.30032], [42.42713,2.30495], [42.42878,2.30581], [42.42922,2.30873], [42.42808,2.31439], [42.42568,2.31903], [42.42194,2.31954], [42.41782,2.32486], [42.41706,2.32993], [42.41586,2.33156], [42.41649,2.33491], [42.41681,2.33903], [42.41731,2.34486], [42.40952,2.34649], [42.4066,2.35121], [42.40369,2.3598], [42.40191,2.36993], [42.40103,2.37207], [42.40198,2.38074], [42.40052,2.38294], [42.40077,2.38758], [42.39684,2.39195], [42.39659,2.3953], [42.39488,2.3959], [42.39526,2.40037], [42.39329,2.40491], [42.39304,2.40861], [42.39133,2.4129], [42.39348,2.41788], [42.39317,2.42139], [42.39418,2.4268], [42.39431,2.43264], [42.39253,2.43547], [42.38594,2.43581], [42.37922,2.4341], [42.37776,2.43461], [42.37573,2.43667], [42.3699,2.44637], [42.37015,2.45478], [42.36717,2.45693], [42.36381,2.45787], [42.3614,2.46671], [42.3588,2.46774], [42.35582,2.4698], [42.35531,2.47169], [42.35017,2.47349], [42.34878,2.47504], [42.3484,2.47658], [42.34586,2.47667], [42.3399,2.48328], [42.34129,2.48551], [42.34085,2.48663], [42.34313,2.49281], [42.34256,2.49358], [42.34358,2.49976], [42.34186,2.50414], [42.34155,2.5068], [42.33952,2.51109], [42.33749,2.51229], [42.33577,2.51941], [42.33469,2.5225], [42.33305,2.53083], [42.33406,2.53495], [42.33362,2.54173], [42.34028,2.54456], [42.3399,2.54937], [42.34205,2.54971], [42.3432,2.55143], [42.34459,2.55117], [42.34637,2.55349], [42.34853,2.55314], [42.35398,2.55349], [42.35493,2.56087], [42.35747,2.56138], [42.35679,2.56861], [42.35856,2.5711], [42.35818,2.57891], [42.35742,2.58235], [42.35742,2.58861], [42.35406,2.5881], [42.35311,2.59325], [42.35235,2.5978], [42.35254,2.60054], [42.34981,2.60149], [42.34867,2.6087], [42.34734,2.6105], [42.34588,2.62337], [42.34708,2.62973], [42.34645,2.63385], [42.3455,2.6335], [42.34417,2.63522], [42.34423,2.63814], [42.34505,2.64329], [42.34461,2.65247], [42.34309,2.65548], [42.34214,2.6553], [42.3415,2.66578], [42.34163,2.67101], [42.34264,2.67539], [42.34645,2.67642], [42.34797,2.67444], [42.35381,2.6753], [42.35812,2.67204], [42.36097,2.66895], [42.36218,2.6644], [42.36592,2.6602], [42.36998,2.66105], [42.3722,2.662], [42.37404,2.66071], [42.37791,2.66037], [42.38336,2.65393], [42.3852,2.6511], [42.38805,2.65118], [42.389,2.6535], [42.38881,2.65685], [42.38653,2.66311], [42.38634,2.66706], [42.38742,2.6705], [42.39287,2.6717], [42.40009,2.6729], [42.40314,2.67092], [42.40586,2.67401], [42.40745,2.68294], [42.40662,2.6911], [42.40732,2.69333], [42.41131,2.69667], [42.41163,2.70097], [42.41258,2.70354], [42.41537,2.70629], [42.41787,2.71052], [42.42256,2.71747], [42.4237,2.72983], [42.42541,2.73369], [42.42408,2.73695], [42.42433,2.74107], [42.42579,2.74425], [42.42611,2.75678], [42.42465,2.75875], [42.42028,2.75901], [42.41749,2.76236], [42.41698,2.76519], [42.41229,2.77077], [42.41343,2.77283], [42.41312,2.77575], [42.41242,2.77755], [42.41806,2.78407], [42.41907,2.7987], [42.42129,2.80179], [42.42275,2.80042], [42.42592,2.80093], [42.43016,2.80359], [42.43308,2.80351], [42.43206,2.80642], [42.43155,2.80891], [42.43586,2.81157], [42.43732,2.81381], [42.4403,2.81492], [42.44087,2.8193], [42.43954,2.82599], [42.44277,2.82968], [42.44954,2.83363], [42.45176,2.8314], [42.45296,2.83192], [42.45512,2.83544], [42.45638,2.83535], [42.45999,2.8393], [42.45499,2.85655], [42.45524,2.86101], [42.4605,2.86385], [42.46373,2.86307], [42.46677,2.86676], [42.46797,2.87037], [42.46632,2.8762], [42.46335,2.88007], [42.46139,2.88153], [42.46025,2.88513], [42.46215,2.88951], [42.46221,2.89226], [42.46031,2.89938], [42.45733,2.90453], [42.45771,2.91105], [42.45651,2.91792], [42.45822,2.92127], [42.45898,2.92418], [42.46284,2.92504], [42.4643,2.9241], [42.46677,2.92676], [42.47449,2.93122], [42.47588,2.93714], [42.47747,2.93757], [42.48013,2.94564], [42.48316,2.94727], [42.48076,2.94839], [42.47842,2.95114], [42.47506,2.9592], [42.47297,2.96186], [42.46993,2.96332], [42.46803,2.96598], [42.46588,2.96701], [42.46784,2.97697], [42.46765,2.98083], [42.46974,2.98221], [42.47202,2.98264], [42.47443,2.98967], [42.4738,2.99319], [42.47405,2.99748], [42.47259,3.00263], [42.47076,3.00392], [42.46981,3.00744], [42.46734,3.01302], [42.46943,3.01662], [42.47234,3.02263], [42.47285,3.0277], [42.475,3.03027], [42.47525,3.03259], [42.47373,3.03602], [42.47481,3.04074], [42.46905,3.04289], [42.46537,3.04486], [42.45619,3.04855], [42.45499,3.05121], [42.44954,3.05516], [42.44593,3.05988], [42.44473,3.0652], [42.44207,3.06752], [42.43609,3.07045], [42.43552,3.07706], [42.43159,3.07809], [42.42899,3.08127], [42.42608,3.08582], [42.42557,3.09509], [42.42608,3.10024], [42.42754,3.10204], [42.42918,3.10264], [42.43127,3.10624], [42.43527,3.10899], [42.43603,3.11242], [42.43685,3.11637], [42.43869,3.12169], [42.43774,3.12195], [42.43622,3.12401], [42.43552,3.13234], [42.43641,3.13422], [42.43482,3.14075], [42.43375,3.1465], [42.43584,3.15233], [42.43609,3.15422], [42.43463,3.15611], [42.43476,3.15886], [42.43577,3.16092], [42.43647,3.16366], [42.43533,3.16632], [42.43596,3.16976], [42.43514,3.17474], [42.28229,5.64228], [38.51476,5.18086], [35.97901,-2.72929], [36.15289,-5.33875], [36.1551,-5.34544], [36.1549,-5.35338], [36.15215,-5.37112], [36.12782,-5.39182], [35.98352,-5.42604], [35.89819,-5.73125], [36.2296,-7.18701], [37.16716,-7.39363], [37.18289,-7.40822], [37.22801,-7.41388], [37.24004,-7.42109], [37.24578,-7.43191], [37.2578,-7.43397], [37.27271,-7.42091], [37.29046,-7.43525], [37.30426,-7.43816], [37.31156,-7.44194], [37.32883,-7.43911], [37.34207,-7.44494], [37.34944,-7.44323], [37.35749,-7.43619], [37.39207,-7.44065], [37.40233,-7.45037], [37.4056,-7.4599], [37.40963,-7.46239], [37.41426,-7.46136], [37.4146,-7.44951], [37.41829,-7.44574], [37.42081,-7.44625], [37.42537,-7.45424], [37.43205,-7.45921], [37.44691,-7.45853], [37.45086,-7.45647], [37.45693,-7.46007], [37.46204,-7.46668], [37.47212,-7.46977], [37.4805,-7.46883], [37.48438,-7.46359], [37.48962,-7.46514], [37.49425,-7.47183], [37.49534,-7.48119], [37.49895,-7.48445], [37.50985,-7.492], [37.52006,-7.4908], [37.52319,-7.49363], [37.52326,-7.49852], [37.52244,-7.50359], [37.52306,-7.50985], [37.5253,-7.51234], [37.54075,-7.51337], [37.54722,-7.52075], [37.55525,-7.5229], [37.55865,-7.52067], [37.56021,-7.51749], [37.55681,-7.50659], [37.56763,-7.50874], [37.56777,-7.51612], [37.57402,-7.51372], [37.57845,-7.50187], [37.58763,-7.50161], [37.59457,-7.49595], [37.59987,-7.50247], [37.60681,-7.50324], [37.60715,-7.49406], [37.60354,-7.49054], [37.6049,-7.48814], [37.61061,-7.48573], [37.6168,-7.48325], [37.61809,-7.47998], [37.62272,-7.48299], [37.6253,-7.47904], [37.62469,-7.47097], [37.63318,-7.47097], [37.63685,-7.46986], [37.63883,-7.46556], [37.64372,-7.46402], [37.64916,-7.46762], [37.65024,-7.46582], [37.64691,-7.45707], [37.64712,-7.45398], [37.65024,-7.45346], [37.65507,-7.45449], [37.65928,-7.45072], [37.65935,-7.45466], [37.66241,-7.45578], [37.6637,-7.45363], [37.66431,-7.44385], [37.66694,-7.44488], [37.66836,-7.44648], [37.67551,-7.44933], [37.67719,-7.45231], [37.67852,-7.45171], [37.68193,-7.44718], [37.68521,-7.44663], [37.68689,-7.44454], [37.68918,-7.44405], [37.69484,-7.44598], [37.69633,-7.44774], [37.69898,-7.44686], [37.70073,-7.44493], [37.70192,-7.44379], [37.70192,-7.44326], [37.70142,-7.44225], [37.69981,-7.44148], [37.69971,-7.44034], [37.70068,-7.43927], [37.70265,-7.4395], [37.70429,-7.43963], [37.70535,-7.44047], [37.70912,-7.43937], [37.71399,-7.43748], [37.71669,-7.43598], [37.71818,-7.43618], [37.71937,-7.43544], [37.71994,-7.4337], [37.71994,-7.43201], [37.72142,-7.43083], [37.72665,-7.42982], [37.73142,-7.42786], [37.73446,-7.42613], [37.73534,-7.42681], [37.73678,-7.42862], [37.74014,-7.42874], [37.74119,-7.42829], [37.74185,-7.42681], [37.74336,-7.41913], [37.74552,-7.41797], [37.74891,-7.41879], [37.75251,-7.421], [37.75506,-7.42264], [37.7581,-7.42161], [37.75945,-7.42076], [37.75949,-7.41966], [37.75905,-7.41509], [37.76034,-7.41256], [37.76295,-7.40996], [37.76692,-7.40885], [37.76719,-7.40541], [37.76663,-7.40192], [37.76417,-7.39926], [37.76387,-7.39715], [37.76553,-7.39481], [37.7704,-7.39202], [37.77328,-7.38816], [37.77409,-7.3849], [37.77492,-7.38215], [37.77983,-7.38037], [37.78356,-7.37688], [37.78641,-7.36979], [37.7926,-7.3661], [37.79346,-7.36381], [37.79351,-7.36117], [37.79577,-7.35849], [37.79884,-7.35716], [37.80083,-7.3512], [37.80333,-7.348], [37.80508,-7.34723], [37.80591,-7.34577], [37.80671,-7.34128], [37.81059,-7.33668], [37.81365,-7.33073], [37.81401,-7.3279], [37.81545,-7.3249], [37.81906,-7.32108], [37.82409,-7.32003], [37.82721,-7.31505], [37.83511,-7.31076], [37.83735,-7.30876], [37.83958,-7.30322], [37.84323,-7.30026], [37.84719,-7.30041], [37.85205,-7.2981], [37.85668,-7.29773], [37.85987,-7.29288], [37.86127,-7.28938], [37.8651,-7.28674], [37.86767,-7.28524], [37.86896,-7.28342], [37.87176,-7.2825], [37.87477,-7.28187], [37.87625,-7.27926], [37.87789,-7.28003], [37.88066,-7.28078], [37.8811,-7.28147], [37.88276,-7.28106], [37.88493,-7.28153], [37.88612,-7.28237], [37.89093,-7.28273], [37.89287,-7.2822], [37.89621,-7.28241], [37.89807,-7.2819], [37.8986,-7.28082], [37.89838,-7.27919], [37.89834,-7.27709], [37.89868,-7.27449], [37.89956,-7.27329], [37.90156,-7.27494], [37.90483,-7.27393], [37.90637,-7.26936], [37.91006,-7.26756], [37.91216,-7.26816], [37.91333,-7.26696], [37.91438,-7.26484], [37.91817,-7.26119], [37.91925,-7.26198], [37.92071,-7.26121], [37.92377,-7.26207], [37.92452,-7.26162], [37.92436,-7.26065], [37.92211,-7.25891], [37.92203,-7.25565], [37.9236,-7.25482], [37.92572,-7.25501], [37.92716,-7.25617], [37.9336,-7.25761], [37.93596,-7.25456], [37.9385,-7.25308], [37.94098,-7.25244], [37.94471,-7.25218], [37.94545,-7.25424], [37.94829,-7.25209], [37.94836,-7.25029], [37.95303,-7.24969], [37.95513,-7.24737], [37.96,-7.25141], [37.96454,-7.25012], [37.96677,-7.24909], [37.97658,-7.25939], [37.97814,-7.26196], [37.97976,-7.26205], [37.97962,-7.25956], [37.98071,-7.25802], [37.98192,-7.25441], [37.9849,-7.25278], [37.98571,-7.24918], [37.98815,-7.24746], [37.98937,-7.24797], [37.99099,-7.24566], [37.99038,-7.23733], [37.98916,-7.23115], [37.99058,-7.23158], [37.98903,-7.22806], [37.98815,-7.22737], [37.98957,-7.22265], [37.99248,-7.21819], [37.99511,-7.21742], [37.99654,-7.21459], [37.99748,-7.20669], [38.00005,-7.2072], [38.00377,-7.20257], [38.00323,-7.19759], [38.00168,-7.19613], [38.00161,-7.19287], [38.00357,-7.18832], [38.00201,-7.18506], [37.99728,-7.18343], [37.99856,-7.17691], [37.9966,-7.17485], [37.99376,-7.17322], [37.99687,-7.16429], [37.99532,-7.15751], [37.99856,-7.15184], [38.00262,-7.14893], [38.00357,-7.14481], [37.99958,-7.13639], [38.00594,-7.12215], [38.00891,-7.12644], [38.01013,-7.13004], [38.01946,-7.12841], [38.02135,-7.1333], [38.02372,-7.13124], [38.0225,-7.12627], [38.02507,-7.12609], [38.02744,-7.12918], [38.03089,-7.12815], [38.03366,-7.12026], [38.03183,-7.11837], [38.03778,-7.11459], [38.03778,-7.11013], [38.04123,-7.1085], [38.04481,-7.09854], [38.04116,-7.09202], [38.04028,-7.08979], [38.03819,-7.08987], [38.03765,-7.0849], [38.03576,-7.08086], [38.03447,-7.07511], [38.03305,-7.07468], [38.03447,-7.07048], [38.03386,-7.06696], [38.02778,-7.06661], [38.02893,-7.06524], [38.02697,-7.06215], [38.02048,-7.06335], [38.01743,-7.05915], [38.01953,-7.05666], [38.0177,-7.04799], [38.0152,-7.04704], [38.01432,-7.04447], [38.01791,-7.04207], [38.01811,-7.03898], [38.02102,-7.03417], [38.02433,-7.0279], [38.02548,-7.02293], [38.02203,-7.01846], [38.02115,-7.00645], [38.02318,-7.00499], [38.02325,-7.00284], [38.03156,-7.00353], [38.03528,-6.99992], [38.04346,-7.00318], [38.05009,-6.99988], [38.05468,-6.9907], [38.06854,-6.99095], [38.07583,-6.98735], [38.08516,-6.98984], [38.09833,-6.98984], [38.1048,-6.98692], [38.10345,-6.98357], [38.10541,-6.97739], [38.10973,-6.97447], [38.11014,-6.9725], [38.11581,-6.97293], [38.12317,-6.96872], [38.12925,-6.96589], [38.1339,-6.96443], [38.13343,-6.96031], [38.13714,-6.95894], [38.13924,-6.96108], [38.1418,-6.96126], [38.14612,-6.95885], [38.14956,-6.95937], [38.15159,-6.95808], [38.15166,-6.95465], [38.1528,-6.95259], [38.15442,-6.95387], [38.1555,-6.95679], [38.15523,-6.96057], [38.15395,-6.96246], [38.1603,-6.96984], [38.1663,-6.96915], [38.16833,-6.96692], [38.16877,-6.96561], [38.17316,-6.96321], [38.17964,-6.96064], [38.18868,-6.95188], [38.19401,-6.94278], [38.19947,-6.93712], [38.2019,-6.93454], [38.20831,-6.93197], [38.20835,-6.9341], [38.20686,-6.9347], [38.20653,-6.93762], [38.20774,-6.93848], [38.21442,-6.93788], [38.21968,-6.93573], [38.22082,-6.93607], [38.21927,-6.93899], [38.21759,-6.94277], [38.21165,-6.9462], [38.21219,-6.94972], [38.21347,-6.94972], [38.21536,-6.94792], [38.21732,-6.94749], [38.21779,-6.94929], [38.21765,-6.95212], [38.21644,-6.95427], [38.21671,-6.95693], [38.21469,-6.95839], [38.20774,-6.96594], [38.20578,-6.96826], [38.20383,-6.96903], [38.20181,-6.97229], [38.20646,-6.97796], [38.21098,-6.98002], [38.21098,-6.98311], [38.20895,-6.98474], [38.20363,-6.99512], [38.20248,-7.00259], [38.20403,-7.00508], [38.2041,-7.0116], [38.19843,-7.00903], [38.19567,-7.00989], [38.19526,-7.01238], [38.19722,-7.01598], [38.19627,-7.01701], [38.19439,-7.0165], [38.19135,-7.01693], [38.18811,-7.0207], [38.18609,-7.02113], [38.18481,-7.02293], [38.18191,-7.02946], [38.18481,-7.03615], [38.18622,-7.03744], [38.18683,-7.04379], [38.18359,-7.04559], [38.18137,-7.04637], [38.1788,-7.05117], [38.17988,-7.05495], [38.17718,-7.05924], [38.17846,-7.06053], [38.18056,-7.06001], [38.18305,-7.05606], [38.18582,-7.05709], [38.18562,-7.06207], [38.18643,-7.06611], [38.18521,-7.06568], [38.18285,-7.0649], [38.17887,-7.06576], [38.17725,-7.0686], [38.17604,-7.07495], [38.17374,-7.07855], [38.16841,-7.0849], [38.16996,-7.08679], [38.17496,-7.08765], [38.1784,-7.08971], [38.17873,-7.09846], [38.18325,-7.10181], [38.1867,-7.10336], [38.18771,-7.10851], [38.19081,-7.10825], [38.19337,-7.10791], [38.19277,-7.11082], [38.19911,-7.11074], [38.20342,-7.114], [38.20619,-7.1134], [38.20612,-7.11657], [38.21105,-7.11863], [38.21253,-7.1231], [38.21644,-7.12464], [38.22784,-7.13546], [38.2358,-7.14078], [38.23762,-7.1407], [38.24106,-7.14362], [38.25164,-7.14508], [38.25609,-7.14396], [38.25791,-7.14568], [38.26296,-7.14379], [38.26209,-7.14868], [38.26707,-7.14834], [38.26714,-7.15229], [38.27011,-7.15426], [38.27536,-7.1534], [38.27617,-7.15598], [38.27873,-7.15632], [38.27934,-7.16258], [38.28116,-7.16413], [38.27813,-7.16902], [38.27934,-7.171], [38.28399,-7.16859], [38.28432,-7.17143], [38.28818,-7.17603], [38.29283,-7.17869], [38.29607,-7.18324], [38.3028,-7.18667], [38.30819,-7.19191], [38.32078,-7.19963], [38.32792,-7.20169], [38.34098,-7.21517], [38.3424,-7.22023], [38.35781,-7.23362], [38.36515,-7.24392], [38.37033,-7.24959], [38.38056,-7.25748], [38.3819,-7.26066], [38.39482,-7.27199], [38.40168,-7.27534], [38.41654,-7.28169], [38.41943,-7.28057], [38.4189,-7.28426], [38.42313,-7.28529], [38.42239,-7.28821], [38.42448,-7.28881], [38.42347,-7.29276], [38.42555,-7.29422], [38.42576,-7.30031], [38.42898,-7.30126], [38.42992,-7.3034], [38.43154,-7.30452], [38.431,-7.30718], [38.43396,-7.30821], [38.43624,-7.31147], [38.43524,-7.31465], [38.43974,-7.31525], [38.43961,-7.32357], [38.4386,-7.32855], [38.43725,-7.32769], [38.4349,-7.33722], [38.44666,-7.32855], [38.45312,-7.31379], [38.46421,-7.31096], [38.46858,-7.29877], [38.48101,-7.29499], [38.48215,-7.30718], [38.47449,-7.31576], [38.4763,-7.32143], [38.48867,-7.32297], [38.50318,-7.3149], [38.51634,-7.31422], [38.52178,-7.30263], [38.54642,-7.30229], [38.55817,-7.28727], [38.58286,-7.27096], [38.59064,-7.2616], [38.61493,-7.25577], [38.62358,-7.24324], [38.6284,-7.24658], [38.62814,-7.26632], [38.64684,-7.27036], [38.7113,-7.26057], [38.73279,-7.24607], [38.74471,-7.20993], [38.76064,-7.195], [38.76907,-7.19079], [38.77918,-7.16358], [38.78533,-7.15869], [38.79256,-7.15509], [38.80186,-7.14582], [38.81577,-7.12462], [38.81711,-7.10565], [38.81617,-7.10067], [38.81483,-7.09904], [38.81584,-7.09672], [38.82045,-7.08943], [38.82961,-7.08591], [38.84178,-7.07715], [38.84806,-7.07449], [38.85475,-7.06857], [38.85515,-7.06428], [38.85889,-7.06102], [38.85856,-7.05278], [38.8605,-7.05158], [38.86544,-7.04557], [38.86524,-7.04256], [38.86898,-7.04042], [38.87453,-7.03664], [38.87967,-7.03415], [38.88302,-7.03595], [38.88315,-7.04162], [38.88749,-7.03964], [38.89699,-7.04179], [38.90173,-7.04556], [38.90213,-7.04857], [38.90701,-7.05294], [38.91376,-7.0423], [38.92257,-7.02822], [38.94106,-7.0205], [38.95528,-7.00805], [38.96463,-6.99793], [38.97337,-6.99218], [38.97804,-6.98617], [38.98171,-6.98291], [38.98598,-6.98213], [38.99645,-6.97424], [38.99945,-6.97132], [39.00366,-6.96995], [39.01299,-6.96325], [39.0196,-6.9575], [39.02346,-6.95184], [39.02686,-6.95518], [39.0344,-6.96299], [39.03933,-6.96823], [39.04613,-6.96522], [39.0546,-6.96007], [39.06186,-6.96402], [39.06693,-6.96934], [39.07386,-6.97166], [39.08092,-6.97793], [39.08765,-6.98265], [39.09911,-6.99672], [39.1039,-7.00943], [39.1087,-7.01544], [39.11089,-7.02084], [39.11636,-7.03071], [39.11775,-7.03998], [39.11709,-7.05363], [39.11529,-7.05578], [39.11223,-7.0647], [39.11276,-7.06891], [39.10903,-7.07723], [39.1053,-7.098], [39.10304,-7.10144], [39.09851,-7.10479], [39.10397,-7.12247], [39.10816,-7.14513], [39.11409,-7.14899], [39.12222,-7.1495], [39.12781,-7.14513], [39.1312,-7.14461], [39.13986,-7.14238], [39.14432,-7.1368], [39.14711,-7.13723], [39.15044,-7.14178], [39.1573,-7.13551], [39.1587,-7.13594], [39.16535,-7.13388], [39.17107,-7.13534], [39.17227,-7.14092], [39.17141,-7.14736], [39.17247,-7.15062], [39.1742,-7.15191], [39.17553,-7.15774], [39.17906,-7.16281], [39.18099,-7.16693], [39.17986,-7.17276], [39.18059,-7.17963], [39.18372,-7.18907], [39.1867,-7.19422], [39.18544,-7.20143], [39.18723,-7.20958], [39.1893,-7.21242], [39.19296,-7.22254], [39.19775,-7.22606], [39.20127,-7.22958], [39.20812,-7.24246], [39.21876,-7.24048], [39.22667,-7.24598], [39.23306,-7.24486], [39.23465,-7.24254], [39.24263,-7.2428], [39.24602,-7.24649], [39.2536,-7.24864], [39.27885,-7.23216], [39.27971,-7.23585], [39.28376,-7.24271], [39.29253,-7.25516], [39.29771,-7.26254], [39.30429,-7.27087], [39.30927,-7.26924], [39.3113,-7.27339], [39.3196,-7.28137], [39.32266,-7.28893], [39.3285,-7.29287], [39.33076,-7.30197], [39.33906,-7.31055], [39.34211,-7.31055], [39.35226,-7.30635], [39.35698,-7.30721], [39.36105,-7.31101], [39.36981,-7.31144], [39.37147,-7.31315], [39.37187,-7.31676], [39.37764,-7.31813], [39.3785,-7.32242], [39.38447,-7.32354], [39.38772,-7.32122], [39.39084,-7.31753], [39.40013,-7.31358], [39.399,-7.31067], [39.40298,-7.30775], [39.40431,-7.30955], [39.41187,-7.30577], [39.41193,-7.30328], [39.41478,-7.30397], [39.41691,-7.30131], [39.41883,-7.3038], [39.42294,-7.30277], [39.42957,-7.30929], [39.43792,-7.30577], [39.43985,-7.3068], [39.44601,-7.30594], [39.45661,-7.29479], [39.46291,-7.30062], [39.46284,-7.30217], [39.46476,-7.30758], [39.46695,-7.30972], [39.46695,-7.31367], [39.46967,-7.31985], [39.47397,-7.32182], [39.47609,-7.33367], [39.47848,-7.3383], [39.47735,-7.34457], [39.48332,-7.34792], [39.48789,-7.3486], [39.48404,-7.35452], [39.48292,-7.36019], [39.48093,-7.36182], [39.48186,-7.36543], [39.4853,-7.36543], [39.48782,-7.37306], [39.48881,-7.37813], [39.49179,-7.38319], [39.49577,-7.37881], [39.49848,-7.38379], [39.49776,-7.38697], [39.50286,-7.39117], [39.50961,-7.38997], [39.51319,-7.38954], [39.52504,-7.38972], [39.52687,-7.39379], [39.52991,-7.3913], [39.53329,-7.40031], [39.52978,-7.40572], [39.53196,-7.40941], [39.5311,-7.41893], [39.53355,-7.42082], [39.53382,-7.42383], [39.53243,-7.42623], [39.53276,-7.42829], [39.53547,-7.43215], [39.53792,-7.4337], [39.53997,-7.43902], [39.54368,-7.44331], [39.54646,-7.44417], [39.54798,-7.44743], [39.55334,-7.44898], [39.56148,-7.45275], [39.56584,-7.46057], [39.57146,-7.46169], [39.57517,-7.46761], [39.57781,-7.47096], [39.57781,-7.47894], [39.58555,-7.48847], [39.58536,-7.49576], [39.58965,-7.50091], [39.59891,-7.50177], [39.60123,-7.50452], [39.60784,-7.50898], [39.61855,-7.51044], [39.62622,-7.52237], [39.63598,-7.52891], [39.64292,-7.52539], [39.64735,-7.52822], [39.6564,-7.52848], [39.65891,-7.53217], [39.66135,-7.53295], [39.66208,-7.53818], [39.66413,-7.54153], [39.66737,-7.53303], [39.66538,-7.48814], [39.66268,-7.4763], [39.66221,-7.45407], [39.65765,-7.43553], [39.65237,-7.42746], [39.64701,-7.4048], [39.64807,-7.39373], [39.65138,-7.37811], [39.64107,-7.3321], [39.64992,-7.31408], [39.65583,-7.2919], [39.66006,-7.28743], [39.66608,-7.25662], [39.6668,-7.24666], [39.65967,-7.21473], [39.66185,-7.20555], [39.66178,-7.19954], [39.65623,-7.16959], [39.65398,-7.15542], [39.65407,-7.14171], [39.66332,-7.12695], [39.66319,-7.11699], [39.66438,-7.10626], [39.66207,-7.09425], [39.66359,-7.09099], [39.65843,-7.07305], [39.65791,-7.06404], [39.66498,-7.03957], [39.67033,-7.01554], [39.67944,-7.01443], [39.68493,-7.00739], [39.68939,-7.00726], [39.69771,-7.00486], [39.70141,-7.00623], [39.71554,-6.99919], [39.72201,-6.99456], [39.72795,-6.98906], [39.73178,-6.99713], [39.74326,-6.99473], [39.75475,-6.98889], [39.76227,-6.98872], [39.77217,-6.97979], [39.77335,-6.97756], [39.77982,-6.97945], [39.7818,-6.98254], [39.79169,-6.98494], [39.79433,-6.99061], [39.80158,-6.98803], [39.80897,-6.98803], [39.8207,-6.98151], [39.82624,-6.96829], [39.82492,-6.95679], [39.82914,-6.94821], [39.83613,-6.94563], [39.83586,-6.94031], [39.8443,-6.93636], [39.85234,-6.93276], [39.85893,-6.92298], [39.85985,-6.91559], [39.87039,-6.90735], [39.87144,-6.90426], [39.87763,-6.90461], [39.88607,-6.90341], [39.88962,-6.90667], [39.89528,-6.90392], [39.90143,-6.90106], [39.90564,-6.90364], [39.91183,-6.90003], [39.91855,-6.90999], [39.92934,-6.90364], [39.93355,-6.89849], [39.93355,-6.89437], [39.9404,-6.88973], [39.94329,-6.88458], [39.95316,-6.88613], [39.96356,-6.89042], [39.97106,-6.88149], [39.97948,-6.88819], [39.99374,-6.87669], [40.00084,-6.87308], [40.00478,-6.876], [40.0086,-6.87497], [40.0111,-6.86381], [40.0153,-6.8681], [40.01622,-6.87857], [40.02424,-6.87617], [40.03423,-6.88338], [40.04264,-6.88252], [40.04921,-6.89385], [40.05316,-6.89917], [40.06051,-6.89316], [40.06038,-6.90295], [40.0634,-6.90947], [40.06656,-6.90947], [40.06432,-6.91634], [40.06708,-6.91943], [40.08193,-6.91977], [40.08994,-6.92458], [40.09558,-6.93282], [40.10202,-6.93539], [40.1032,-6.94415], [40.10924,-6.94501], [40.11016,-6.95204], [40.11305,-6.95445], [40.11042,-6.96011], [40.11187,-6.96458], [40.11515,-6.9632], [40.11475,-6.97093], [40.11699,-6.97968], [40.11528,-6.98397], [40.11777,-6.98689], [40.11147,-6.98981], [40.11147,-6.9929], [40.11764,-6.99668], [40.12014,-7.0032], [40.12565,-7.01487], [40.14507,-7.02225], [40.15819,-7.01556], [40.16711,-7.02243], [40.17813,-7.02105], [40.18194,-7.02929], [40.19164,-7.03015], [40.19846,-7.02157], [40.22599,-7.01333], [40.23555,-6.99994], [40.24276,-6.97264], [40.23818,-6.96921], [40.23883,-6.96372], [40.24656,-6.962], [40.25902,-6.95288], [40.25928,-6.93039], [40.25561,-6.90807], [40.25862,-6.90447], [40.26242,-6.89108], [40.26019,-6.88335], [40.26465,-6.87082], [40.28089,-6.86361], [40.28691,-6.86791], [40.30014,-6.86396], [40.31519,-6.83941], [40.31964,-6.83203], [40.32762,-6.8183], [40.32566,-6.8025], [40.33144,-6.79369], [40.3389,-6.79249], [40.3567,-6.79626], [40.36481,-6.78304], [40.37043,-6.78631], [40.37043,-6.79437], [40.37945,-6.80399], [40.38495,-6.81257], [40.39148,-6.81514], [40.39867,-6.82819], [40.40939,-6.83712], [40.45134,-6.85102], [40.47537,-6.8378], [40.48385,-6.82459], [40.49495,-6.81858], [40.50696,-6.81429], [40.51153,-6.79661], [40.5268,-6.80227], [40.53554,-6.80776], [40.5478,-6.80467], [40.5538,-6.80931], [40.55758,-6.82562], [40.56241,-6.83317], [40.56554,-6.84793], [40.58588,-6.83866], [40.59174,-6.83969], [40.5967,-6.8366], [40.61142,-6.82167], [40.64295,-6.8033], [40.66301,-6.79609], [40.66783,-6.80708], [40.68397,-6.80485], [40.6992,-6.81], [40.70805,-6.81446], [40.72041,-6.81326], [40.72978,-6.82579], [40.73771,-6.82888], [40.74669,-6.83128], [40.76138,-6.83162], [40.77919,-6.82871], [40.78738,-6.82562], [40.79856,-6.81995], [40.80986,-6.81995], [40.81791,-6.8251], [40.82701,-6.82682], [40.83805,-6.82356], [40.83948,-6.82802], [40.84792,-6.82647], [40.84337,-6.81343], [40.8474,-6.80639], [40.84779,-6.80244], [40.85298,-6.80364], [40.86947,-6.80673], [40.88154,-6.81017], [40.88024,-6.8215], [40.88349,-6.82476], [40.88414,-6.83059], [40.89011,-6.83883], [40.90334,-6.85102], [40.92656,-6.84948], [40.93123,-6.85411], [40.94951,-6.85978], [40.95768,-6.86887], [40.96053,-6.87643], [40.97985,-6.89359], [40.99112,-6.90578], [40.99993,-6.91093], [41.00097,-6.92209], [41.01237,-6.92724], [41.01664,-6.93273], [41.02985,-6.93153], [41.038,-6.91741], [41.03781,-6.91234], [41.03496,-6.90539], [41.03295,-6.89535], [41.02751,-6.87809], [41.02712,-6.86041], [41.02784,-6.83441], [41.03645,-6.81123], [41.04079,-6.8072], [41.04325,-6.81037], [41.04616,-6.80806], [41.04791,-6.80299], [41.05878,-6.7878], [41.08861,-6.76849], [41.09352,-6.76248], [41.10543,-6.75501], [41.10704,-6.75991], [41.1144,-6.76194], [41.11737,-6.7652], [41.12487,-6.77103], [41.13405,-6.76932], [41.13994,-6.75704], [41.14013,-6.7537], [41.14659,-6.74606], [41.1508,-6.73971], [41.15926,-6.73421], [41.16404,-6.72795], [41.16727,-6.71765], [41.17451,-6.70829], [41.17671,-6.70924], [41.18149,-6.69988], [41.18762,-6.69705], [41.19279,-6.69971], [41.19337,-6.6919], [41.20254,-6.68855], [41.20764,-6.69233], [41.21068,-6.69078], [41.21191,-6.68366], [41.22011,-6.6804], [41.22411,-6.67087], [41.23321,-6.66177], [41.23568,-6.65233], [41.24511,-6.65018], [41.24808,-6.6477], [41.24724,-6.64091], [41.24298,-6.63491], [41.24272,-6.62873], [41.24795,-6.61997], [41.24982,-6.60761], [41.24472,-6.60298], [41.24362,-6.6004], [41.24446,-6.59766], [41.25311,-6.59534], [41.25556,-6.59165], [41.25259,-6.58693], [41.24769,-6.58701], [41.24233,-6.58607], [41.23891,-6.58058], [41.23904,-6.57028], [41.24304,-6.56573], [41.2444,-6.55397], [41.24633,-6.55105], [41.25317,-6.54865], [41.25872,-6.54702], [41.26111,-6.53972], [41.27066,-6.52521], [41.27453,-6.51723], [41.26685,-6.51406], [41.26388,-6.51054], [41.26601,-6.50401], [41.26537,-6.49775], [41.27001,-6.49114], [41.27343,-6.48067], [41.27646,-6.47869], [41.28156,-6.48539], [41.28317,-6.48985], [41.28556,-6.49166], [41.28891,-6.49002], [41.29317,-6.48256], [41.295,-6.47694], [41.29803,-6.47523], [41.30132,-6.46836], [41.29783,-6.459], [41.2997,-6.44673], [41.30647,-6.4366], [41.31079,-6.43961], [41.3195,-6.43394], [41.32601,-6.41849], [41.32936,-6.41995], [41.33194,-6.42673], [41.33645,-6.4257], [41.34386,-6.41926], [41.34669,-6.41617], [41.34888,-6.41489], [41.35101,-6.39695], [41.35069,-6.39163], [41.35565,-6.38167], [41.35971,-6.37755], [41.36351,-6.37712], [41.36383,-6.3815], [41.36441,-6.38828], [41.36989,-6.39386], [41.37987,-6.39257], [41.38412,-6.39111], [41.38747,-6.38407], [41.38773,-6.37772], [41.38843,-6.37523], [41.39288,-6.37111], [41.39352,-6.36562], [41.38779,-6.36614], [41.3827,-6.36056], [41.37974,-6.35609], [41.37852,-6.35051], [41.38,-6.34004], [41.38373,-6.33266], [41.38676,-6.32511], [41.38637,-6.31644], [41.39172,-6.31567], [41.39449,-6.31867], [41.39893,-6.31816], [41.40356,-6.32554], [41.4046,-6.33232], [41.40878,-6.33369], [41.41213,-6.33172], [41.41657,-6.32648], [41.41528,-6.31893], [41.41876,-6.31086], [41.42771,-6.30262], [41.43517,-6.29498], [41.44122,-6.29824], [41.44637,-6.30554], [41.45029,-6.30571], [41.45666,-6.29902], [41.46039,-6.2955], [41.4656,-6.28717], [41.47029,-6.28511], [41.4764,-6.28588], [41.47981,-6.28357], [41.48399,-6.27387], [41.48727,-6.26709], [41.48695,-6.26159], [41.49531,-6.26837], [41.49904,-6.26451], [41.49691,-6.25747], [41.50077,-6.25026], [41.50919,-6.25601], [41.5126,-6.2585], [41.51446,-6.2573], [41.51568,-6.24477], [41.51993,-6.2422], [41.52172,-6.23687], [41.52558,-6.23421], [41.53644,-6.22409], [41.53882,-6.22031], [41.54505,-6.21713], [41.55166,-6.21799], [41.56213,-6.20992], [41.56913,-6.20065], [41.57523,-6.18992], [41.5839,-6.19602], [41.58974,-6.19808], [41.59693,-6.20563], [41.59873,-6.21052], [41.6011,-6.2252], [41.60483,-6.23378], [41.61137,-6.23893], [41.63287,-6.25481], [41.6389,-6.264], [41.65038,-6.28211], [41.65782,-6.29455], [41.66333,-6.31112], [41.67551,-6.35412], [41.67365,-6.3754], [41.67712,-6.39678], [41.68038,-6.4069], [41.67808,-6.4124], [41.67915,-6.42707], [41.68049,-6.43669], [41.68389,-6.44149], [41.68434,-6.4463], [41.68235,-6.44973], [41.67992,-6.45162], [41.67556,-6.45154], [41.66562,-6.45694], [41.66536,-6.47008], [41.66267,-6.47634], [41.65959,-6.48089], [41.65645,-6.49042], [41.65664,-6.50123], [41.66139,-6.51479], [41.66889,-6.52037], [41.67543,-6.52999], [41.67786,-6.53805], [41.68524,-6.54921], [41.69344,-6.55428], [41.70049,-6.55591], [41.7028,-6.55247], [41.70325,-6.54861], [41.70805,-6.54827], [41.71145,-6.55076], [41.7183,-6.55591], [41.72971,-6.55831], [41.73697,-6.55796], [41.74094,-6.56277], [41.74107,-6.57067], [41.7508,-6.56706], [41.75541,-6.55865], [41.76079,-6.55625], [41.76962,-6.55608], [41.77782,-6.54921], [41.78844,-6.54526], [41.79458,-6.54887], [41.81672,-6.53857], [41.82939,-6.5305], [41.8345,-6.53342], [41.84371,-6.52827], [41.8487,-6.52998], [41.85599,-6.52483], [41.8602,-6.52655], [41.8735,-6.51659], [41.88015,-6.56363], [41.88321,-6.57255], [41.89586,-6.56483], [41.91171,-6.55814], [41.93023,-6.55007], [41.93419,-6.54612], [41.94415,-6.55144], [41.95972,-6.57461], [41.96649,-6.58818], [41.95449,-6.59195], [41.94683,-6.59933], [41.94708,-6.60637], [41.94223,-6.61616], [41.93917,-6.62096], [41.94095,-6.63676], [41.93227,-6.69976], [41.94033,-6.74421], [41.94428,-6.75211], [41.97747,-6.76996], [41.98347,-6.77082], [41.98883,-6.78507], [41.98806,-6.80069], [41.99215,-6.81082], [41.96854,-6.8091], [41.94543,-6.82095], [41.94275,-6.82936], [41.94211,-6.8503], [41.94722,-6.86884], [41.94275,-6.87656], [41.93956,-6.88738], [41.93969,-6.89596], [41.94301,-6.91502], [41.94454,-6.93544], [41.94313,-6.94471], [41.96803,-6.95828], [41.97288,-6.98179], [41.96228,-6.99724], [41.9499,-7.00686], [41.94926,-7.01201], [41.95054,-7.03672], [41.95373,-7.04617], [41.94926,-7.04908], [41.94888,-7.06745], [41.95041,-7.07792], [41.96828,-7.08651], [41.97364,-7.09063], [41.98347,-7.11535], [41.98628,-7.12101], [41.98781,-7.13474], [41.98998,-7.14127], [41.98628,-7.15225], [41.97671,-7.15551], [41.9753,-7.16032], [41.97888,-7.16581], [41.97964,-7.17852], [41.96867,-7.18538], [41.95463,-7.18195], [41.94875,-7.18212], [41.93892,-7.18504], [41.93739,-7.18212], [41.91836,-7.17251], [41.91224,-7.1811], [41.89512,-7.18419], [41.87928,-7.19621], [41.87762,-7.21115], [41.86637,-7.23192], [41.86688,-7.24754], [41.86202,-7.26247], [41.85205,-7.2829], [41.85,-7.30127], [41.8422,-7.31225], [41.84374,-7.3265], [41.84425,-7.34075], [41.83926,-7.35654], [41.85166,-7.36513], [41.848,-7.36925], [41.83969,-7.38951], [41.8333,-7.39208], [41.82626,-7.39706], [41.82498,-7.40204], [41.8214,-7.40221], [41.81053,-7.41852], [41.80643,-7.43036], [41.81283,-7.42933], [41.81603,-7.42624], [41.82179,-7.43311], [41.83023,-7.4271], [41.83496,-7.43551], [41.8388,-7.44461], [41.84941,-7.44907], [41.85836,-7.44839], [41.86437,-7.45371], [41.86079,-7.48461], [41.87051,-7.49371], [41.8636,-7.5107], [41.85874,-7.51019], [41.85069,-7.50332], [41.84596,-7.51156], [41.83547,-7.53765], [41.83291,-7.5531], [41.8324,-7.56563], [41.82946,-7.57318], [41.83074,-7.59155], [41.83189,-7.5967], [41.82882,-7.6149], [41.8356,-7.61576], [41.84724,-7.61215], [41.86309,-7.60048], [41.86629,-7.60305], [41.86974,-7.60117], [41.87217,-7.59087], [41.87945,-7.58348], [41.87945,-7.59653], [41.87843,-7.61044], [41.88418,-7.61799], [41.87881,-7.6252], [41.8809,-7.65564], [41.88768,-7.66714], [41.89215,-7.67144], [41.89266,-7.67933], [41.89688,-7.68483], [41.90352,-7.69255], [41.90672,-7.7001], [41.90506,-7.7116], [41.89215,-7.73032], [41.89279,-7.74645], [41.89828,-7.75572], [41.89777,-7.7643], [41.88666,-7.77649], [41.88218,-7.79366], [41.88039,-7.84413], [41.86544,-7.84104], [41.86096,-7.84979], [41.86096,-7.85803], [41.85547,-7.86799], [41.84357,-7.87188], [41.84652,-7.87652], [41.85713,-7.88321], [41.85521,-7.8887], [41.85853,-7.89334], [41.87375,-7.88682], [41.89701,-7.8863], [41.90825,-7.88905], [41.91949,-7.88441], [41.92524,-7.88733], [41.92664,-7.90604], [41.91962,-7.90965], [41.90659,-7.90827], [41.87912,-7.91926], [41.87681,-7.92235], [41.87515,-7.93557], [41.87004,-7.94467], [41.87311,-7.95771], [41.87375,-7.97127], [41.87285,-7.97591], [41.86825,-7.98758], [41.85815,-7.98792], [41.85214,-7.9941], [41.84805,-8.00492], [41.82823,-8.0135], [41.82989,-8.02106], [41.82797,-8.03874], [41.82349,-8.04097], [41.81556,-8.05625], [41.81543,-8.06826], [41.81262,-8.07273], [41.81044,-8.08491], [41.81185,-8.09023], [41.80699,-8.0935], [41.8116,-8.1086], [41.81083,-8.12182], [41.8075,-8.1244], [41.8084,-8.13161], [41.81748,-8.15461], [41.81748,-8.16559], [41.86045,-8.16285], [41.86173,-8.16731], [41.87835,-8.17109], [41.87515,-8.1898], [41.87362,-8.19924], [41.88883,-8.20096], [41.89943,-8.21658], [41.9108,-8.21692], [41.91425,-8.21812], [41.92396,-8.21108], [41.92703,-8.20473], [41.93328,-8.20233], [41.94056,-8.19821], [41.95027,-8.18637], [41.95614,-8.17795], [41.96354,-8.17383], [41.96571,-8.16954], [41.98332,-8.16388], [41.98919,-8.14122], [42.00744,-8.12766], [42.0054,-8.11547], [42.00769,-8.11032], [42.01075,-8.09659], [42.01675,-8.08646], [42.02886,-8.08371], [42.04799,-8.0856], [42.05997,-8.09144], [42.07182,-8.09727], [42.08201,-8.12045], [42.07475,-8.13641], [42.07857,-8.14894], [42.07411,-8.15959], [42.06519,-8.17109], [42.06481,-8.18225], [42.06608,-8.18431], [42.075,-8.18946], [42.08685,-8.1874], [42.09297,-8.18963], [42.10278,-8.18877], [42.11678,-8.19375], [42.13079,-8.19358], [42.13626,-8.1898], [42.14479,-8.1934], [42.14886,-8.19666], [42.15421,-8.19993], [42.14657,-8.20078], [42.13906,-8.20748], [42.13817,-8.21778], [42.13321,-8.2219], [42.1327,-8.231], [42.13894,-8.24181], [42.13754,-8.24885], [42.13334,-8.25589], [42.1257,-8.25486], [42.11984,-8.26069], [42.12162,-8.26808], [42.12264,-8.27254], [42.11538,-8.2873], [42.10647,-8.29795], [42.10252,-8.30739], [42.10252,-8.31889], [42.09934,-8.32507], [42.08978,-8.32369], [42.08252,-8.33245], [42.08418,-8.34515], [42.08876,-8.35288], [42.08889,-8.3606], [42.08736,-8.37056], [42.07865,-8.37819], [42.07623,-8.38231], [42.07546,-8.3909], [42.07941,-8.39416], [42.08056,-8.40497], [42.07355,-8.41836], [42.07202,-8.43038], [42.07406,-8.43312], [42.07992,-8.43776], [42.08247,-8.44651], [42.08133,-8.46282], [42.08056,-8.48102], [42.08273,-8.48462], [42.07725,-8.50505], [42.0775,-8.51758], [42.0775,-8.52393], [42.07394,-8.52874], [42.06361,-8.52582], [42.0603,-8.53046], [42.05456,-8.54676], [42.0524,-8.56307], [42.05189,-8.58436], [42.05597,-8.59363], [42.05597,-8.59878], [42.04806,-8.63654], [42.0357,-8.64736], [42.03289,-8.65577], [42.0283,-8.6592], [42.02014,-8.65766], [42.00535,-8.66075], [41.99808,-8.67105], [41.99017,-8.68015], [41.99029,-8.6901], [41.98264,-8.70074], [41.97932,-8.7198], [41.96554,-8.74486], [41.95864,-8.74898], [41.94664,-8.74641], [41.9363,-8.75293], [41.92659,-8.76752], [41.91574,-8.78932], [41.9151,-8.80597], [41.91101,-8.82022], [41.90143,-8.8264], [41.85209,-8.89215], [42.96681,-10.741], [45.62003,-8.33781], [45.35237,-3.32255]], + ES: [[43.40995,-1.77595],[43.37427,-1.79029],[43.36654,-1.78857],[43.36442,-1.7781],[43.3525,-1.78788],[43.34886,-1.78436],[43.34781,-1.77758],[43.34457,-1.77683],[43.34335,-1.77497],[43.34324,-1.77338],[43.34209,-1.77153],[43.34252,-1.76737],[43.34335,-1.76464],[43.34415,-1.76132],[43.3441,-1.75827],[43.34273,-1.75529],[43.34084,-1.75301],[43.3387,-1.75222],[43.33602,-1.75143],[43.33505,-1.75265],[43.33346,-1.75278],[43.33193,-1.751],[43.33087,-1.74827],[43.33162,-1.74263],[43.33146,-1.74048],[43.33038,-1.73746],[43.32965,-1.73716],[43.32853,-1.73778],[43.32762,-1.73832],[43.32534,-1.73862],[43.32426,-1.73737],[43.3233,-1.73722],[43.32038,-1.73829],[43.31808,-1.74078],[43.31647,-1.74171],[43.31382,-1.73782],[43.3132,-1.73784],[43.31249,-1.73984],[43.31165,-1.74048],[43.31085,-1.73975],[43.31062,-1.7384],[43.31074,-1.73658],[43.31024,-1.73587],[43.30949,-1.73523],[43.30651,-1.7342],[43.30155,-1.73323],[43.29933,-1.73166],[43.296,-1.7302],[43.29836,-1.72536],[43.30003,-1.72428],[43.30098,-1.71991],[43.3002,-1.71381],[43.30358,-1.71029],[43.30642,-1.70883],[43.30956,-1.70379],[43.30948,-1.70049],[43.31218,-1.69652],[43.31309,-1.69411],[43.31093,-1.68817],[43.3098,-1.68635],[43.31148,-1.6824],[43.3107,-1.68055],[43.31214,-1.67497],[43.31548,-1.66905],[43.31501,-1.66558],[43.31423,-1.66339],[43.3137,-1.65686],[43.31217,-1.65309],[43.30889,-1.65043],[43.30764,-1.64583],[43.30836,-1.63961],[43.30986,-1.63515],[43.3077,-1.63043],[43.30645,-1.62352],[43.3003,-1.62159],[43.29293,-1.62729],[43.28496,-1.62978],[43.2805,-1.62686],[43.27097,-1.62506],[43.27072,-1.62313],[43.26406,-1.62212],[43.25822,-1.61689],[43.25591,-1.61346],[43.25547,-1.60955],[43.25294,-1.60805],[43.25494,-1.60058],[43.25494,-1.59402],[43.25391,-1.58878],[43.25409,-1.58131],[43.24991,-1.57543],[43.257,-1.5687],[43.27081,-1.56355],[43.27293,-1.56106],[43.27577,-1.56111],[43.27987,-1.55711],[43.28112,-1.55935],[43.28365,-1.56029],[43.28365,-1.56359],[43.28843,-1.566],[43.29227,-1.55261],[43.29255,-1.54162],[43.29189,-1.53995],[43.29546,-1.53527],[43.29411,-1.53094],[43.29261,-1.52235],[43.29424,-1.52076],[43.29439,-1.50656],[43.2918,-1.50338],[43.28843,-1.5012],[43.28765,-1.49875],[43.28171,-1.49205],[43.28402,-1.4818],[43.28068,-1.4815],[43.27684,-1.47549],[43.27549,-1.47025],[43.27177,-1.46154],[43.27171,-1.4521],[43.26771,-1.43892],[43.2674,-1.4278],[43.26949,-1.42085],[43.27402,-1.41622],[43.27346,-1.41111],[43.26946,-1.40287],[43.26727,-1.40128],[43.2664,-1.39862],[43.25896,-1.38823],[43.25299,-1.38145],[43.24511,-1.3812],[43.23233,-1.37746],[43.22895,-1.37751],[43.22545,-1.37944],[43.22457,-1.38231],[43.22079,-1.3842],[43.21854,-1.38304],[43.21441,-1.37939],[43.21078,-1.3833],[43.20721,-1.3842],[43.19936,-1.38218],[43.19617,-1.38519],[43.19317,-1.3851],[43.18957,-1.38077],[43.18757,-1.38197],[43.18562,-1.39098],[43.17845,-1.40107],[43.17501,-1.40171],[43.17116,-1.40278],[43.16036,-1.403],[43.15667,-1.40115],[43.15551,-1.40317],[43.15488,-1.40763],[43.14925,-1.41506],[43.14274,-1.40905],[43.13453,-1.41338],[43.12842,-1.41304],[43.12495,-1.41982],[43.12178,-1.42523],[43.11636,-1.42573],[43.11047,-1.44136],[43.10671,-1.4393],[43.1037,-1.44839],[43.09919,-1.4532],[43.09681,-1.4635],[43.08991,-1.46968],[43.08251,-1.46985],[43.07349,-1.4623],[43.06609,-1.45629],[43.05894,-1.45062],[43.04752,-1.44033],[43.02908,-1.35398],[43.05417,-1.3454],[43.05944,-1.34608],[43.07487,-1.34643],[43.08126,-1.34316],[43.09229,-1.34883],[43.10433,-1.33613],[43.10997,-1.33063],[43.11423,-1.31896],[43.11761,-1.29149],[43.11999,-1.27038],[43.11698,-1.26746],[43.10357,-1.28669],[43.09129,-1.29785],[43.0696,-1.30746],[43.0686,-1.29544],[43.06471,-1.29458],[43.06471,-1.28703],[43.05442,-1.26901],[43.04552,-1.26214],[43.04263,-1.24875],[43.05668,-1.23004],[43.05166,-1.20996],[43.03435,-1.18043],[43.03912,-1.17356],[43.03498,-1.1612],[43.03209,-1.15914],[43.02569,-1.14404],[43.01,-1.14129],[43.01038,-1.13597],[43.01678,-1.12481],[43.02506,-1.11331],[43.01791,-1.10541],[43.01189,-1.09305],[43.01189,-1.08241],[43.0036,-1.08327],[42.9977,-1.06216],[42.99519,-1.03194],[42.99243,-1.02525],[42.99594,-1.01632],[42.98967,-1.00482],[42.97623,-0.99795],[42.97083,-0.97993],[42.96316,-0.9722],[42.96078,-0.95882],[42.9545,-0.94457],[42.95349,-0.93289],[42.95588,-0.92208],[42.95952,-0.92053],[42.96593,-0.9135],[42.96291,-0.89788],[42.95651,-0.89582],[42.95676,-0.88294],[42.95525,-0.8723],[42.95148,-0.86303],[42.95286,-0.84535],[42.95512,-0.83556],[42.95161,-0.8129],[42.95827,-0.80174],[42.96568,-0.79127],[42.96656,-0.77205],[42.9702,-0.7681],[42.96907,-0.75042],[42.94872,-0.7396],[42.94608,-0.72913],[42.94005,-0.73342],[42.93917,-0.72948],[42.93276,-0.73308],[42.92748,-0.72948],[42.92358,-0.72381],[42.91906,-0.72295],[42.91327,-0.73342],[42.89869,-0.72982],[42.89315,-0.72536],[42.88747,-0.71672],[42.88583,-0.71054],[42.88545,-0.70333],[42.87929,-0.69685],[42.88269,-0.68946],[42.88571,-0.67693],[42.87992,-0.67436],[42.87615,-0.66526],[42.86885,-0.65959],[42.86508,-0.66045],[42.85841,-0.6529],[42.85425,-0.6414],[42.85287,-0.6335],[42.83978,-0.62063],[42.8321,-0.60123],[42.82744,-0.59969],[42.82707,-0.60295],[42.81498,-0.59711],[42.80616,-0.59866],[42.80364,-0.59179],[42.80931,-0.57514],[42.80629,-0.56638],[42.79898,-0.56312],[42.78954,-0.56982],[42.78208,-0.56805],[42.77868,-0.55157],[42.79392,-0.54487],[42.79455,-0.53801],[42.79279,-0.5308],[42.79745,-0.52496],[42.81155,-0.5265],[42.81886,-0.51844],[42.82742,-0.50848],[42.82855,-0.49973],[42.82226,-0.49749],[42.81772,-0.49131],[42.81647,-0.48307],[42.81055,-0.47655],[42.80614,-0.46385],[42.80425,-0.452],[42.79619,-0.44273],[42.80853,-0.41183],[42.80803,-0.4072],[42.80564,-0.40583],[42.80035,-0.3933],[42.80211,-0.38385],[42.80752,-0.3842],[42.81244,-0.37561],[42.81483,-0.36789],[42.81911,-0.36394],[42.82238,-0.36514],[42.82931,-0.35622],[42.83258,-0.35553],[42.8395,-0.34523],[42.83749,-0.34111],[42.83862,-0.33407],[42.83434,-0.32824],[42.83661,-0.32257],[42.84328,-0.32068],[42.85008,-0.31364],[42.8419,-0.30592],[42.83963,-0.29751],[42.83686,-0.27622],[42.82994,-0.27382],[42.82389,-0.26112],[42.81974,-0.25665],[42.82075,-0.24618],[42.82591,-0.2424],[42.81495,-0.23691],[42.80954,-0.23828],[42.80249,-0.22387],[42.80349,-0.22026],[42.80123,-0.217],[42.79644,-0.21442],[42.79833,-0.20842],[42.79581,-0.19709],[42.79077,-0.18764],[42.7875,-0.18747],[42.78775,-0.18129],[42.78662,-0.17734],[42.79014,-0.17031],[42.79783,-0.16258],[42.79921,-0.16018],[42.79329,-0.15331],[42.78397,-0.15417],[42.77717,-0.14662],[42.77288,-0.14662],[42.77276,-0.14954],[42.77011,-0.14902],[42.76847,-0.14078],[42.7662,-0.13632],[42.76104,-0.13374],[42.75814,-0.12825],[42.75171,-0.12173],[42.74225,-0.11572],[42.73872,-0.11658],[42.73469,-0.10851],[42.73053,-0.10645],[42.72485,-0.11057],[42.72195,-0.10662],[42.72296,-0.09718],[42.72183,-0.08551],[42.71893,-0.08293],[42.71779,-0.07727],[42.71893,-0.06851],[42.71085,-0.06285],[42.69774,-0.06268],[42.69345,-0.0565],[42.69534,-0.0474],[42.69281,-0.04293],[42.69218,-0.03281],[42.686,-0.01478],[42.68663,0.00237],[42.68966,0.00461],[42.69458,0.01405],[42.70266,0.01405],[42.70354,0.02606],[42.6966,0.04838],[42.69912,0.05387],[42.69837,0.05868],[42.70152,0.06366],[42.70442,0.07018],[42.70959,0.07155],[42.71565,0.07688],[42.71754,0.08992],[42.71199,0.10451],[42.71186,0.1131],[42.71376,0.11979],[42.7154,0.13095],[42.72309,0.1361],[42.72599,0.15618],[42.72397,0.16099],[42.73015,0.16236],[42.73431,0.17146],[42.73772,0.17551],[42.73582,0.18632],[42.73204,0.19696],[42.72939,0.20572],[42.7241,0.21568],[42.71678,0.22632],[42.72006,0.22821],[42.71817,0.25756],[42.71451,0.26168],[42.70001,0.26941],[42.69307,0.26563],[42.68966,0.27559],[42.68461,0.28022],[42.67477,0.29533],[42.67856,0.30151],[42.68209,0.31249],[42.68436,0.31284],[42.68474,0.32108],[42.69105,0.32108],[42.69837,0.32537],[42.70581,0.32485],[42.71174,0.34408],[42.71855,0.35197],[42.72561,0.36073],[42.71867,0.37326],[42.7159,0.37412],[42.71376,0.38305],[42.71464,0.39437],[42.70404,0.39523],[42.699,0.39918],[42.69673,0.40433],[42.69471,0.42115],[42.69181,0.42476],[42.69181,0.43489],[42.69206,0.44742],[42.69521,0.45222],[42.69395,0.45823],[42.69496,0.46682],[42.70114,0.47179],[42.69975,0.48621],[42.69307,0.49531],[42.69281,0.51419],[42.69471,0.51917],[42.69912,0.52089],[42.70417,0.53016],[42.70089,0.53617],[42.70114,0.54115],[42.70165,0.54492],[42.70001,0.55659],[42.69824,0.56775],[42.6966,0.57685],[42.69622,0.58852],[42.70556,0.5947],[42.70657,0.59797],[42.69988,0.60723],[42.69774,0.61685],[42.69572,0.61994],[42.69584,0.62938],[42.69294,0.64054],[42.69509,0.64809],[42.69155,0.66011],[42.69168,0.66508],[42.68979,0.66835],[42.6913,0.67487],[42.70064,0.67298],[42.70669,0.68071],[42.71691,0.67212],[42.72385,0.67779],[42.72788,0.67538],[42.73065,0.66989],[42.73998,0.66611],[42.74213,0.66337],[42.74831,0.66199],[42.75108,0.66011],[42.75133,0.64569],[42.75473,0.64054],[42.7565,0.6462],[42.76217,0.65067],[42.76519,0.64861],[42.76847,0.65564],[42.77124,0.66337],[42.7749,0.66526],[42.77729,0.65118],[42.78334,0.64414],[42.78573,0.64723],[42.78607,0.6504],[42.79375,0.65452],[42.79929,0.6595],[42.79967,0.66465],[42.80332,0.66911],[42.81025,0.66722],[42.81466,0.66362],[42.82259,0.66911],[42.82989,0.66053],[42.8387,0.65778],[42.84298,0.66379],[42.8484,0.6789],[42.85582,0.67684],[42.85708,0.69675],[42.86199,0.70774],[42.86111,0.71357],[42.85821,0.71718],[42.85821,0.72147],[42.85821,0.72988],[42.85494,0.73537],[42.8494,0.73658],[42.84399,0.76318],[42.84122,0.76353],[42.83619,0.77898],[42.83694,0.78893],[42.84135,0.79734],[42.83795,0.81846],[42.83342,0.82361],[42.82889,0.83459],[42.82914,0.84026],[42.83002,0.84335],[42.82624,0.85931],[42.82372,0.85948],[42.81692,0.86996],[42.81592,0.87493],[42.81428,0.87785],[42.81428,0.88506],[42.81164,0.88832],[42.80798,0.8945],[42.80761,0.89777],[42.8037,0.90257],[42.80093,0.90686],[42.79728,0.90806],[42.79703,0.91527],[42.79438,0.91768],[42.79022,0.92592],[42.78954,0.93323],[42.79257,0.9346],[42.79811,0.93907],[42.80264,0.95108],[42.8073,0.96138],[42.80365,0.96705],[42.8,0.96876],[42.79584,0.97838],[42.7932,0.97906],[42.79131,0.97872],[42.7869,0.98421],[42.7874,0.99057],[42.78891,0.99915],[42.79131,1.00516],[42.79005,1.0091],[42.78866,1.01597],[42.78677,1.02249],[42.78589,1.03245],[42.78791,1.03485],[42.78576,1.04464],[42.78148,1.04447],[42.78312,1.05391],[42.78261,1.05751],[42.78387,1.05906],[42.78274,1.07279],[42.78929,1.07725],[42.78803,1.08172],[42.78375,1.08429],[42.77884,1.0879],[42.77468,1.09717],[42.77115,1.10987],[42.7656,1.11245],[42.76397,1.11914],[42.7501,1.13459],[42.74443,1.13081],[42.73926,1.13253],[42.73737,1.13528],[42.73371,1.13579],[42.72879,1.13373],[42.72615,1.13854],[42.72123,1.15021],[42.71,1.16549],[42.70912,1.17424],[42.71265,1.17613],[42.71442,1.18351],[42.71883,1.18935],[42.71782,1.19381],[42.71921,1.20137],[42.72098,1.20566],[42.72186,1.21321],[42.72085,1.21664],[42.72337,1.22094],[42.72476,1.22557],[42.72867,1.22969],[42.72753,1.23467],[42.72577,1.23553],[42.72514,1.24136],[42.72274,1.24548],[42.72236,1.24943],[42.71555,1.25424],[42.71593,1.26625],[42.71808,1.26711],[42.71871,1.27672],[42.71429,1.27827],[42.72022,1.29423],[42.71883,1.31037],[42.71959,1.31707],[42.72463,1.32496],[42.72489,1.33595],[42.71908,1.33869],[42.7206,1.35483],[42.71959,1.35947],[42.71492,1.35912],[42.71114,1.35329],[42.70332,1.35157],[42.70117,1.35414],[42.69865,1.36067],[42.69676,1.3641],[42.69613,1.37062],[42.69625,1.37732],[42.69184,1.3835],[42.68868,1.38985],[42.6849,1.39036],[42.68149,1.38865],[42.67733,1.38865],[42.67392,1.39002],[42.66862,1.38848],[42.66824,1.39654],[42.66571,1.40204],[42.65789,1.4053],[42.65726,1.41062],[42.65524,1.41405],[42.65107,1.41594],[42.64476,1.4156],[42.64046,1.41835],[42.6368,1.41749],[42.63188,1.42109],[42.62506,1.42109],[42.62098,1.42754],[42.61783,1.43028],[42.61176,1.4296],[42.60646,1.4356],[42.60443,1.43852],[42.60469,1.44316],[42.60241,1.44367],[42.5947,1.4423],[42.5918,1.43698],[42.58725,1.432],[42.587,1.42788],[42.58245,1.42874],[42.57714,1.43183],[42.57436,1.43526],[42.57195,1.44487],[42.56715,1.44556],[42.56247,1.44024],[42.55805,1.42633],[42.55463,1.42324],[42.54704,1.42067],[42.54363,1.41947],[42.5387,1.41483],[42.53642,1.41449],[42.53655,1.41844],[42.54034,1.42685],[42.54414,1.44196],[42.54123,1.44848],[42.53996,1.45208],[42.53591,1.45346],[42.53212,1.45174],[42.52187,1.46152],[42.50973,1.46873],[42.49998,1.45346],[42.4958,1.44951],[42.49315,1.43749],[42.4934,1.42479],[42.49137,1.41741],[42.48682,1.40951],[42.48441,1.40985],[42.4853,1.41603],[42.48302,1.41861],[42.48277,1.4332],[42.47542,1.44196],[42.46453,1.44075],[42.45947,1.44865],[42.45428,1.44196],[42.45187,1.44281],[42.44782,1.44573],[42.44326,1.4471],[42.44382,1.44394],[42.43837,1.45046],[42.43723,1.45922],[42.43609,1.47329],[42.43318,1.48393],[42.43343,1.50213],[42.429,1.51501],[42.43318,1.52874],[42.43318,1.55208],[42.44357,1.55311],[42.44445,1.55826],[42.45484,1.55844],[42.45915,1.56015],[42.45915,1.5641],[42.46003,1.56719],[42.45231,1.57474],[42.45015,1.58058],[42.46155,1.5859],[42.46446,1.59036],[42.46763,1.60032],[42.46484,1.60667],[42.46598,1.6156],[42.4651,1.61989],[42.46636,1.62195],[42.46383,1.63088],[42.4675,1.63397],[42.46826,1.63757],[42.46712,1.64032],[42.46928,1.64667],[42.46801,1.64924],[42.46864,1.6568],[42.47168,1.658],[42.47346,1.66109],[42.47814,1.65972],[42.48168,1.66075],[42.49384,1.66263],[42.49662,1.69267],[42.48966,1.70383],[42.49004,1.70744],[42.49637,1.71585],[42.50017,1.71791],[42.50371,1.72718],[42.49282,1.73147],[42.49536,1.73937],[42.49637,1.74812],[42.49244,1.75327],[42.4908,1.76014],[42.48662,1.76426],[42.48586,1.79172],[42.49093,1.80477],[42.48662,1.81009],[42.48384,1.81679],[42.48751,1.82365],[42.48409,1.8276],[42.48358,1.83498],[42.48168,1.83567],[42.47662,1.84494],[42.46788,1.84854],[42.46573,1.85352],[42.46396,1.8561],[42.46345,1.85953],[42.46776,1.86348],[42.45953,1.88339],[42.4499,1.88562],[42.45041,1.89077],[42.44775,1.8918],[42.44851,1.89489],[42.45041,1.89592],[42.45066,1.90073],[42.44825,1.91],[42.44673,1.91841],[42.45484,1.933],[42.45459,1.93798],[42.44369,1.94347],[42.45383,1.95901],[42.45756,1.95575],[42.46902,1.95909],[42.47928,1.96287],[42.4813,1.97145],[42.48542,1.9718],[42.4858,1.97712],[42.49156,1.97686],[42.49548,1.97858],[42.49396,1.99034],[42.48491,1.99935],[42.4839,1.99343],[42.4739,1.98716],[42.47029,1.98836],[42.46624,1.99222],[42.46301,1.99274],[42.46035,1.99815],[42.45693,2.00647],[42.4563,2.01085],[42.45376,2.01222],[42.45199,2.0148],[42.44813,2.01334],[42.44775,2.00647],[42.44648,2.00244],[42.44673,1.98227],[42.45117,1.96999],[42.453,1.95952],[42.45383,1.95901],[42.44369,1.94347],[42.438,1.94288],[42.43179,1.9409],[42.42979,1.94189],[42.42869,1.94369],[42.42742,1.95142],[42.42625,1.95541],[42.42409,1.9588],[42.4105,1.95562],[42.40404,1.96103],[42.40008,1.96189],[42.39545,1.96017],[42.39209,1.96051],[42.39044,1.9618],[42.38879,1.96403],[42.3881,1.96506],[42.38524,1.96429],[42.38169,1.96515],[42.37985,1.96704],[42.37687,1.97004],[42.37358,1.97262],[42.37155,1.97991],[42.36229,1.98609],[42.36172,1.98824],[42.3602,1.98978],[42.35924,1.99218],[42.36026,1.99424],[42.35893,1.99742],[42.35595,1.99871],[42.35544,2.00094],[42.35614,2.00317],[42.35309,2.00721],[42.35297,2.01304],[42.34973,2.01278],[42.34757,2.01536],[42.35487,2.02197],[42.35588,2.02368],[42.35607,2.02823],[42.35861,2.03278],[42.35785,2.03553],[42.35766,2.04883],[42.35893,2.05621],[42.35772,2.0587],[42.36223,2.06694],[42.36146,2.06797],[42.36533,2.07244],[42.36521,2.07467],[42.36533,2.08085],[42.36261,2.08454],[42.36444,2.08668],[42.3666,2.08626],[42.37066,2.08668],[42.37142,2.08789],[42.37421,2.08935],[42.37637,2.09561],[42.37732,2.0987],[42.38068,2.10531],[42.37947,2.10746],[42.38163,2.1102],[42.38176,2.11329],[42.38372,2.11621],[42.38702,2.11458],[42.39076,2.11406],[42.39513,2.11492],[42.39703,2.12084],[42.4066,2.1229],[42.41224,2.12754],[42.4156,2.13587],[42.41655,2.14059],[42.417,2.14265],[42.41858,2.14531],[42.42023,2.14797],[42.42207,2.15337],[42.42416,2.15638],[42.42283,2.15852],[42.42327,2.16565],[42.42555,2.16762],[42.42371,2.16968],[42.42226,2.17535],[42.41871,2.18033],[42.41852,2.18342],[42.41858,2.19492],[42.41668,2.20032],[42.4175,2.20573],[42.41985,2.20693],[42.42054,2.2108],[42.42238,2.21363],[42.4234,2.215],[42.42321,2.21946],[42.42599,2.22341],[42.42707,2.23054],[42.42631,2.23431],[42.42897,2.24015],[42.42897,2.24539],[42.43208,2.24813],[42.43341,2.25045],[42.43702,2.25191],[42.43885,2.2574],[42.43765,2.26212],[42.43588,2.26384],[42.43372,2.26727],[42.43467,2.27122],[42.42688,2.28607],[42.42308,2.29173],[42.42378,2.30032],[42.42713,2.30495],[42.42878,2.30581],[42.42922,2.30873],[42.42808,2.31439],[42.42568,2.31903],[42.42194,2.31954],[42.41782,2.32486],[42.41706,2.32993],[42.41586,2.33156],[42.41649,2.33491],[42.41681,2.33903],[42.41731,2.34486],[42.40952,2.34649],[42.4066,2.35121],[42.40369,2.3598],[42.40191,2.36993],[42.40103,2.37207],[42.40198,2.38074],[42.40052,2.38294],[42.40077,2.38758],[42.39684,2.39195],[42.39659,2.3953],[42.39488,2.3959],[42.39526,2.40037],[42.39329,2.40491],[42.39304,2.40861],[42.39133,2.4129],[42.39348,2.41788],[42.39317,2.42139],[42.39418,2.4268],[42.39431,2.43264],[42.39253,2.43547],[42.38594,2.43581],[42.37922,2.4341],[42.37776,2.43461],[42.37573,2.43667],[42.3699,2.44637],[42.37015,2.45478],[42.36717,2.45693],[42.36381,2.45787],[42.3614,2.46671],[42.3588,2.46774],[42.35582,2.4698],[42.35531,2.47169],[42.35017,2.47349],[42.34878,2.47504],[42.3484,2.47658],[42.34586,2.47667],[42.3399,2.48328],[42.34129,2.48551],[42.34085,2.48663],[42.34313,2.49281],[42.34256,2.49358],[42.34358,2.49976],[42.34186,2.50414],[42.34155,2.5068],[42.33952,2.51109],[42.33749,2.51229],[42.33577,2.51941],[42.33469,2.5225],[42.33305,2.53083],[42.33406,2.53495],[42.33362,2.54173],[42.34028,2.54456],[42.3399,2.54937],[42.34205,2.54971],[42.3432,2.55143],[42.34459,2.55117],[42.34637,2.55349],[42.34853,2.55314],[42.35398,2.55349],[42.35493,2.56087],[42.35747,2.56138],[42.35679,2.56861],[42.35856,2.5711],[42.35818,2.57891],[42.35742,2.58235],[42.35742,2.58861],[42.35406,2.5881],[42.35311,2.59325],[42.35235,2.5978],[42.35254,2.60054],[42.34981,2.60149],[42.34867,2.6087],[42.34734,2.6105],[42.34588,2.62337],[42.34708,2.62973],[42.34645,2.63385],[42.3455,2.6335],[42.34417,2.63522],[42.34423,2.63814],[42.34505,2.64329],[42.34461,2.65247],[42.34309,2.65548],[42.34214,2.6553],[42.3415,2.66578],[42.34163,2.67101],[42.34264,2.67539],[42.34645,2.67642],[42.34797,2.67444],[42.35381,2.6753],[42.35812,2.67204],[42.36097,2.66895],[42.36218,2.6644],[42.36592,2.6602],[42.36998,2.66105],[42.3722,2.662],[42.37404,2.66071],[42.37791,2.66037],[42.38336,2.65393],[42.3852,2.6511],[42.38805,2.65118],[42.389,2.6535],[42.38881,2.65685],[42.38653,2.66311],[42.38634,2.66706],[42.38742,2.6705],[42.39287,2.6717],[42.40009,2.6729],[42.40314,2.67092],[42.40586,2.67401],[42.40745,2.68294],[42.40662,2.6911],[42.40732,2.69333],[42.41131,2.69667],[42.41163,2.70097],[42.41258,2.70354],[42.41537,2.70629],[42.41787,2.71052],[42.42256,2.71747],[42.4237,2.72983],[42.42541,2.73369],[42.42408,2.73695],[42.42433,2.74107],[42.42579,2.74425],[42.42611,2.75678],[42.42465,2.75875],[42.42028,2.75901],[42.41749,2.76236],[42.41698,2.76519],[42.41229,2.77077],[42.41343,2.77283],[42.41312,2.77575],[42.41242,2.77755],[42.41806,2.78407],[42.41907,2.7987],[42.42129,2.80179],[42.42275,2.80042],[42.42592,2.80093],[42.43016,2.80359],[42.43308,2.80351],[42.43206,2.80642],[42.43155,2.80891],[42.43586,2.81157],[42.43732,2.81381],[42.4403,2.81492],[42.44087,2.8193],[42.43954,2.82599],[42.44277,2.82968],[42.44954,2.83363],[42.45176,2.8314],[42.45296,2.83192],[42.45512,2.83544],[42.45638,2.83535],[42.45999,2.8393],[42.45499,2.85655],[42.45524,2.86101],[42.4605,2.86385],[42.46373,2.86307],[42.46677,2.86676],[42.46797,2.87037],[42.46632,2.8762],[42.46335,2.88007],[42.46139,2.88153],[42.46025,2.88513],[42.46215,2.88951],[42.46221,2.89226],[42.46031,2.89938],[42.45733,2.90453],[42.45771,2.91105],[42.45651,2.91792],[42.45822,2.92127],[42.45898,2.92418],[42.46284,2.92504],[42.4643,2.9241],[42.46677,2.92676],[42.47449,2.93122],[42.47588,2.93714],[42.47747,2.93757],[42.48013,2.94564],[42.48316,2.94727],[42.48076,2.94839],[42.47842,2.95114],[42.47506,2.9592],[42.47297,2.96186],[42.46993,2.96332],[42.46803,2.96598],[42.46588,2.96701],[42.46784,2.97697],[42.46765,2.98083],[42.46974,2.98221],[42.47202,2.98264],[42.47443,2.98967],[42.4738,2.99319],[42.47405,2.99748],[42.47259,3.00263],[42.47076,3.00392],[42.46981,3.00744],[42.46734,3.01302],[42.46943,3.01662],[42.47234,3.02263],[42.47285,3.0277],[42.475,3.03027],[42.47525,3.03259],[42.47373,3.03602],[42.47481,3.04074],[42.46905,3.04289],[42.46537,3.04486],[42.45619,3.04855],[42.45499,3.05121],[42.44954,3.05516],[42.44593,3.05988],[42.44473,3.0652],[42.44207,3.06752],[42.43609,3.07045],[42.43552,3.07706],[42.43159,3.07809],[42.42899,3.08127],[42.42608,3.08582],[42.42557,3.09509],[42.42608,3.10024],[42.42754,3.10204],[42.42918,3.10264],[42.43127,3.10624],[42.43527,3.10899],[42.43603,3.11242],[42.43685,3.11637],[42.43869,3.12169],[42.43774,3.12195],[42.43622,3.12401],[42.43552,3.13234],[42.43641,3.13422],[42.43482,3.14075],[42.43375,3.1465],[42.43584,3.15233],[42.43609,3.15422],[42.43463,3.15611],[42.43476,3.15886],[42.43577,3.16092],[42.43647,3.16366],[42.43533,3.16632],[42.43596,3.16976],[42.43514,3.17474],[42.28229,5.64228],[38.51476,5.18086],[35.97901,-2.72929],[36.15289,-5.33875],[36.1551,-5.34544],[36.1549,-5.35338],[36.15215,-5.37112],[36.12782,-5.39182],[35.98352,-5.42604],[35.89819,-5.73125],[36.2296,-7.18701],[37.16716,-7.39363],[37.18289,-7.40822],[37.22801,-7.41388],[37.24004,-7.42109],[37.24578,-7.43191],[37.2578,-7.43397],[37.27271,-7.42091],[37.29046,-7.43525],[37.30426,-7.43816],[37.31156,-7.44194],[37.32883,-7.43911],[37.34207,-7.44494],[37.34944,-7.44323],[37.35749,-7.43619],[37.39207,-7.44065],[37.40233,-7.45037],[37.4056,-7.4599],[37.40963,-7.46239],[37.41426,-7.46136],[37.4146,-7.44951],[37.41829,-7.44574],[37.42081,-7.44625],[37.42537,-7.45424],[37.43205,-7.45921],[37.44691,-7.45853],[37.45086,-7.45647],[37.45693,-7.46007],[37.46204,-7.46668],[37.47212,-7.46977],[37.4805,-7.46883],[37.48438,-7.46359],[37.48962,-7.46514],[37.49425,-7.47183],[37.49534,-7.48119],[37.49895,-7.48445],[37.50985,-7.492],[37.52006,-7.4908],[37.52319,-7.49363],[37.52326,-7.49852],[37.52244,-7.50359],[37.52306,-7.50985],[37.5253,-7.51234],[37.54075,-7.51337],[37.54722,-7.52075],[37.55525,-7.5229],[37.55865,-7.52067],[37.56021,-7.51749],[37.55681,-7.50659],[37.56763,-7.50874],[37.56777,-7.51612],[37.57402,-7.51372],[37.57845,-7.50187],[37.58763,-7.50161],[37.59457,-7.49595],[37.59987,-7.50247],[37.60681,-7.50324],[37.60715,-7.49406],[37.60354,-7.49054],[37.6049,-7.48814],[37.61061,-7.48573],[37.6168,-7.48325],[37.61809,-7.47998],[37.62272,-7.48299],[37.6253,-7.47904],[37.62469,-7.47097],[37.63318,-7.47097],[37.63685,-7.46986],[37.63883,-7.46556],[37.64372,-7.46402],[37.64916,-7.46762],[37.65024,-7.46582],[37.64691,-7.45707],[37.64712,-7.45398],[37.65024,-7.45346],[37.65507,-7.45449],[37.65928,-7.45072],[37.65935,-7.45466],[37.66241,-7.45578],[37.6637,-7.45363],[37.66431,-7.44385],[37.66694,-7.44488],[37.66836,-7.44648],[37.67551,-7.44933],[37.67719,-7.45231],[37.67852,-7.45171],[37.68193,-7.44718],[37.68521,-7.44663],[37.68689,-7.44454],[37.68918,-7.44405],[37.69484,-7.44598],[37.69633,-7.44774],[37.69898,-7.44686],[37.70073,-7.44493],[37.70192,-7.44379],[37.70192,-7.44326],[37.70142,-7.44225],[37.69981,-7.44148],[37.69971,-7.44034],[37.70068,-7.43927],[37.70265,-7.4395],[37.70429,-7.43963],[37.70535,-7.44047],[37.70912,-7.43937],[37.71399,-7.43748],[37.71669,-7.43598],[37.71818,-7.43618],[37.71937,-7.43544],[37.71994,-7.4337],[37.71994,-7.43201],[37.72142,-7.43083],[37.72665,-7.42982],[37.73142,-7.42786],[37.73446,-7.42613],[37.73534,-7.42681],[37.73678,-7.42862],[37.74014,-7.42874],[37.74119,-7.42829],[37.74185,-7.42681],[37.74336,-7.41913],[37.74552,-7.41797],[37.74891,-7.41879],[37.75251,-7.421],[37.75506,-7.42264],[37.7581,-7.42161],[37.75945,-7.42076],[37.75949,-7.41966],[37.75905,-7.41509],[37.76034,-7.41256],[37.76295,-7.40996],[37.76692,-7.40885],[37.76719,-7.40541],[37.76663,-7.40192],[37.76417,-7.39926],[37.76387,-7.39715],[37.76553,-7.39481],[37.7704,-7.39202],[37.77328,-7.38816],[37.77409,-7.3849],[37.77492,-7.38215],[37.77983,-7.38037],[37.78356,-7.37688],[37.78641,-7.36979],[37.7926,-7.3661],[37.79346,-7.36381],[37.79351,-7.36117],[37.79577,-7.35849],[37.79884,-7.35716],[37.80083,-7.3512],[37.80333,-7.348],[37.80508,-7.34723],[37.80591,-7.34577],[37.80671,-7.34128],[37.81059,-7.33668],[37.81365,-7.33073],[37.81401,-7.3279],[37.81545,-7.3249],[37.81906,-7.32108],[37.82409,-7.32003],[37.82721,-7.31505],[37.83511,-7.31076],[37.83735,-7.30876],[37.83958,-7.30322],[37.84323,-7.30026],[37.84719,-7.30041],[37.85205,-7.2981],[37.85668,-7.29773],[37.85987,-7.29288],[37.86127,-7.28938],[37.8651,-7.28674],[37.86767,-7.28524],[37.86896,-7.28342],[37.87176,-7.2825],[37.87477,-7.28187],[37.87625,-7.27926],[37.87789,-7.28003],[37.88066,-7.28078],[37.8811,-7.28147],[37.88276,-7.28106],[37.88493,-7.28153],[37.88612,-7.28237],[37.89093,-7.28273],[37.89287,-7.2822],[37.89621,-7.28241],[37.89807,-7.2819],[37.8986,-7.28082],[37.89838,-7.27919],[37.89834,-7.27709],[37.89868,-7.27449],[37.89956,-7.27329],[37.90156,-7.27494],[37.90483,-7.27393],[37.90637,-7.26936],[37.91006,-7.26756],[37.91216,-7.26816],[37.91333,-7.26696],[37.91438,-7.26484],[37.91817,-7.26119],[37.91925,-7.26198],[37.92071,-7.26121],[37.92377,-7.26207],[37.92452,-7.26162],[37.92436,-7.26065],[37.92211,-7.25891],[37.92203,-7.25565],[37.9236,-7.25482],[37.92572,-7.25501],[37.92716,-7.25617],[37.9336,-7.25761],[37.93596,-7.25456],[37.9385,-7.25308],[37.94098,-7.25244],[37.94471,-7.25218],[37.94545,-7.25424],[37.94829,-7.25209],[37.94836,-7.25029],[37.95303,-7.24969],[37.95513,-7.24737],[37.96,-7.25141],[37.96454,-7.25012],[37.96677,-7.24909],[37.97658,-7.25939],[37.97814,-7.26196],[37.97976,-7.26205],[37.97962,-7.25956],[37.98071,-7.25802],[37.98192,-7.25441],[37.9849,-7.25278],[37.98571,-7.24918],[37.98815,-7.24746],[37.98937,-7.24797],[37.99099,-7.24566],[37.99038,-7.23733],[37.98916,-7.23115],[37.99058,-7.23158],[37.98903,-7.22806],[37.98815,-7.22737],[37.98957,-7.22265],[37.99248,-7.21819],[37.99511,-7.21742],[37.99654,-7.21459],[37.99748,-7.20669],[38.00005,-7.2072],[38.00377,-7.20257],[38.00323,-7.19759],[38.00168,-7.19613],[38.00161,-7.19287],[38.00357,-7.18832],[38.00201,-7.18506],[37.99728,-7.18343],[37.99856,-7.17691],[37.9966,-7.17485],[37.99376,-7.17322],[37.99687,-7.16429],[37.99532,-7.15751],[37.99856,-7.15184],[38.00262,-7.14893],[38.00357,-7.14481],[37.99958,-7.13639],[38.00594,-7.12215],[38.00891,-7.12644],[38.01013,-7.13004],[38.01946,-7.12841],[38.02135,-7.1333],[38.02372,-7.13124],[38.0225,-7.12627],[38.02507,-7.12609],[38.02744,-7.12918],[38.03089,-7.12815],[38.03366,-7.12026],[38.03183,-7.11837],[38.03778,-7.11459],[38.03778,-7.11013],[38.04123,-7.1085],[38.04481,-7.09854],[38.04116,-7.09202],[38.04028,-7.08979],[38.03819,-7.08987],[38.03765,-7.0849],[38.03576,-7.08086],[38.03447,-7.07511],[38.03305,-7.07468],[38.03447,-7.07048],[38.03386,-7.06696],[38.02778,-7.06661],[38.02893,-7.06524],[38.02697,-7.06215],[38.02048,-7.06335],[38.01743,-7.05915],[38.01953,-7.05666],[38.0177,-7.04799],[38.0152,-7.04704],[38.01432,-7.04447],[38.01791,-7.04207],[38.01811,-7.03898],[38.02102,-7.03417],[38.02433,-7.0279],[38.02548,-7.02293],[38.02203,-7.01846],[38.02115,-7.00645],[38.02318,-7.00499],[38.02325,-7.00284],[38.03156,-7.00353],[38.03528,-6.99992],[38.04346,-7.00318],[38.05009,-6.99988],[38.05468,-6.9907],[38.06854,-6.99095],[38.07583,-6.98735],[38.08516,-6.98984],[38.09833,-6.98984],[38.1048,-6.98692],[38.10345,-6.98357],[38.10541,-6.97739],[38.10973,-6.97447],[38.11014,-6.9725],[38.11581,-6.97293],[38.12317,-6.96872],[38.12925,-6.96589],[38.1339,-6.96443],[38.13343,-6.96031],[38.13714,-6.95894],[38.13924,-6.96108],[38.1418,-6.96126],[38.14612,-6.95885],[38.14956,-6.95937],[38.15159,-6.95808],[38.15166,-6.95465],[38.1528,-6.95259],[38.15442,-6.95387],[38.1555,-6.95679],[38.15523,-6.96057],[38.15395,-6.96246],[38.1603,-6.96984],[38.1663,-6.96915],[38.16833,-6.96692],[38.16877,-6.96561],[38.17316,-6.96321],[38.17964,-6.96064],[38.18868,-6.95188],[38.19401,-6.94278],[38.19947,-6.93712],[38.2019,-6.93454],[38.20831,-6.93197],[38.20835,-6.9341],[38.20686,-6.9347],[38.20653,-6.93762],[38.20774,-6.93848],[38.21442,-6.93788],[38.21968,-6.93573],[38.22082,-6.93607],[38.21927,-6.93899],[38.21759,-6.94277],[38.21165,-6.9462],[38.21219,-6.94972],[38.21347,-6.94972],[38.21536,-6.94792],[38.21732,-6.94749],[38.21779,-6.94929],[38.21765,-6.95212],[38.21644,-6.95427],[38.21671,-6.95693],[38.21469,-6.95839],[38.20774,-6.96594],[38.20578,-6.96826],[38.20383,-6.96903],[38.20181,-6.97229],[38.20646,-6.97796],[38.21098,-6.98002],[38.21098,-6.98311],[38.20895,-6.98474],[38.20363,-6.99512],[38.20248,-7.00259],[38.20403,-7.00508],[38.2041,-7.0116],[38.19843,-7.00903],[38.19567,-7.00989],[38.19526,-7.01238],[38.19722,-7.01598],[38.19627,-7.01701],[38.19439,-7.0165],[38.19135,-7.01693],[38.18811,-7.0207],[38.18609,-7.02113],[38.18481,-7.02293],[38.18191,-7.02946],[38.18481,-7.03615],[38.18622,-7.03744],[38.18683,-7.04379],[38.18359,-7.04559],[38.18137,-7.04637],[38.1788,-7.05117],[38.17988,-7.05495],[38.17718,-7.05924],[38.17846,-7.06053],[38.18056,-7.06001],[38.18305,-7.05606],[38.18582,-7.05709],[38.18562,-7.06207],[38.18643,-7.06611],[38.18521,-7.06568],[38.18285,-7.0649],[38.17887,-7.06576],[38.17725,-7.0686],[38.17604,-7.07495],[38.17374,-7.07855],[38.16841,-7.0849],[38.16996,-7.08679],[38.17496,-7.08765],[38.1784,-7.08971],[38.17873,-7.09846],[38.18325,-7.10181],[38.1867,-7.10336],[38.18771,-7.10851],[38.19081,-7.10825],[38.19337,-7.10791],[38.19277,-7.11082],[38.19911,-7.11074],[38.20342,-7.114],[38.20619,-7.1134],[38.20612,-7.11657],[38.21105,-7.11863],[38.21253,-7.1231],[38.21644,-7.12464],[38.22784,-7.13546],[38.2358,-7.14078],[38.23762,-7.1407],[38.24106,-7.14362],[38.25164,-7.14508],[38.25609,-7.14396],[38.25791,-7.14568],[38.26296,-7.14379],[38.26209,-7.14868],[38.26707,-7.14834],[38.26714,-7.15229],[38.27011,-7.15426],[38.27536,-7.1534],[38.27617,-7.15598],[38.27873,-7.15632],[38.27934,-7.16258],[38.28116,-7.16413],[38.27813,-7.16902],[38.27934,-7.171],[38.28399,-7.16859],[38.28432,-7.17143],[38.28818,-7.17603],[38.29283,-7.17869],[38.29607,-7.18324],[38.3028,-7.18667],[38.30819,-7.19191],[38.32078,-7.19963],[38.32792,-7.20169],[38.34098,-7.21517],[38.3424,-7.22023],[38.35781,-7.23362],[38.36515,-7.24392],[38.37033,-7.24959],[38.38056,-7.25748],[38.3819,-7.26066],[38.39482,-7.27199],[38.40168,-7.27534],[38.41654,-7.28169],[38.41943,-7.28057],[38.4189,-7.28426],[38.42313,-7.28529],[38.42239,-7.28821],[38.42448,-7.28881],[38.42347,-7.29276],[38.42555,-7.29422],[38.42576,-7.30031],[38.42898,-7.30126],[38.42992,-7.3034],[38.43154,-7.30452],[38.431,-7.30718],[38.43396,-7.30821],[38.43624,-7.31147],[38.43524,-7.31465],[38.43974,-7.31525],[38.43961,-7.32357],[38.4386,-7.32855],[38.43725,-7.32769],[38.4349,-7.33722],[38.44666,-7.32855],[38.45312,-7.31379],[38.46421,-7.31096],[38.46858,-7.29877],[38.48101,-7.29499],[38.48215,-7.30718],[38.47449,-7.31576],[38.4763,-7.32143],[38.48867,-7.32297],[38.50318,-7.3149],[38.51634,-7.31422],[38.52178,-7.30263],[38.54642,-7.30229],[38.55817,-7.28727],[38.58286,-7.27096],[38.59064,-7.2616],[38.61493,-7.25577],[38.62358,-7.24324],[38.6284,-7.24658],[38.62814,-7.26632],[38.64684,-7.27036],[38.7113,-7.26057],[38.73279,-7.24607],[38.74471,-7.20993],[38.76064,-7.195],[38.76907,-7.19079],[38.77918,-7.16358],[38.78533,-7.15869],[38.79256,-7.15509],[38.80186,-7.14582],[38.81577,-7.12462],[38.81711,-7.10565],[38.81617,-7.10067],[38.81483,-7.09904],[38.81584,-7.09672],[38.82045,-7.08943],[38.82961,-7.08591],[38.84178,-7.07715],[38.84806,-7.07449],[38.85475,-7.06857],[38.85515,-7.06428],[38.85889,-7.06102],[38.85856,-7.05278],[38.8605,-7.05158],[38.86544,-7.04557],[38.86524,-7.04256],[38.86898,-7.04042],[38.87453,-7.03664],[38.87967,-7.03415],[38.88302,-7.03595],[38.88315,-7.04162],[38.88749,-7.03964],[38.89699,-7.04179],[38.90173,-7.04556],[38.90213,-7.04857],[38.90701,-7.05294],[38.91376,-7.0423],[38.92257,-7.02822],[38.94106,-7.0205],[38.95528,-7.00805],[38.96463,-6.99793],[38.97337,-6.99218],[38.97804,-6.98617],[38.98171,-6.98291],[38.98598,-6.98213],[38.99645,-6.97424],[38.99945,-6.97132],[39.00366,-6.96995],[39.01299,-6.96325],[39.0196,-6.9575],[39.02346,-6.95184],[39.02686,-6.95518],[39.0344,-6.96299],[39.03933,-6.96823],[39.04613,-6.96522],[39.0546,-6.96007],[39.06186,-6.96402],[39.06693,-6.96934],[39.07386,-6.97166],[39.08092,-6.97793],[39.08765,-6.98265],[39.09911,-6.99672],[39.1039,-7.00943],[39.1087,-7.01544],[39.11089,-7.02084],[39.11636,-7.03071],[39.11775,-7.03998],[39.11709,-7.05363],[39.11529,-7.05578],[39.11223,-7.0647],[39.11276,-7.06891],[39.10903,-7.07723],[39.1053,-7.098],[39.10304,-7.10144],[39.09851,-7.10479],[39.10397,-7.12247],[39.10816,-7.14513],[39.11409,-7.14899],[39.12222,-7.1495],[39.12781,-7.14513],[39.1312,-7.14461],[39.13986,-7.14238],[39.14432,-7.1368],[39.14711,-7.13723],[39.15044,-7.14178],[39.1573,-7.13551],[39.1587,-7.13594],[39.16535,-7.13388],[39.17107,-7.13534],[39.17227,-7.14092],[39.17141,-7.14736],[39.17247,-7.15062],[39.1742,-7.15191],[39.17553,-7.15774],[39.17906,-7.16281],[39.18099,-7.16693],[39.17986,-7.17276],[39.18059,-7.17963],[39.18372,-7.18907],[39.1867,-7.19422],[39.18544,-7.20143],[39.18723,-7.20958],[39.1893,-7.21242],[39.19296,-7.22254],[39.19775,-7.22606],[39.20127,-7.22958],[39.20812,-7.24246],[39.21876,-7.24048],[39.22667,-7.24598],[39.23306,-7.24486],[39.23465,-7.24254],[39.24263,-7.2428],[39.24602,-7.24649],[39.2536,-7.24864],[39.27885,-7.23216],[39.27971,-7.23585],[39.28376,-7.24271],[39.29253,-7.25516],[39.29771,-7.26254],[39.30429,-7.27087],[39.30927,-7.26924],[39.3113,-7.27339],[39.3196,-7.28137],[39.32266,-7.28893],[39.3285,-7.29287],[39.33076,-7.30197],[39.33906,-7.31055],[39.34211,-7.31055],[39.35226,-7.30635],[39.35698,-7.30721],[39.36105,-7.31101],[39.36981,-7.31144],[39.37147,-7.31315],[39.37187,-7.31676],[39.37764,-7.31813],[39.3785,-7.32242],[39.38447,-7.32354],[39.38772,-7.32122],[39.39084,-7.31753],[39.40013,-7.31358],[39.399,-7.31067],[39.40298,-7.30775],[39.40431,-7.30955],[39.41187,-7.30577],[39.41193,-7.30328],[39.41478,-7.30397],[39.41691,-7.30131],[39.41883,-7.3038],[39.42294,-7.30277],[39.42957,-7.30929],[39.43792,-7.30577],[39.43985,-7.3068],[39.44601,-7.30594],[39.45661,-7.29479],[39.46291,-7.30062],[39.46284,-7.30217],[39.46476,-7.30758],[39.46695,-7.30972],[39.46695,-7.31367],[39.46967,-7.31985],[39.47397,-7.32182],[39.47609,-7.33367],[39.47848,-7.3383],[39.47735,-7.34457],[39.48332,-7.34792],[39.48789,-7.3486],[39.48404,-7.35452],[39.48292,-7.36019],[39.48093,-7.36182],[39.48186,-7.36543],[39.4853,-7.36543],[39.48782,-7.37306],[39.48881,-7.37813],[39.49179,-7.38319],[39.49577,-7.37881],[39.49848,-7.38379],[39.49776,-7.38697],[39.50286,-7.39117],[39.50961,-7.38997],[39.51319,-7.38954],[39.52504,-7.38972],[39.52687,-7.39379],[39.52991,-7.3913],[39.53329,-7.40031],[39.52978,-7.40572],[39.53196,-7.40941],[39.5311,-7.41893],[39.53355,-7.42082],[39.53382,-7.42383],[39.53243,-7.42623],[39.53276,-7.42829],[39.53547,-7.43215],[39.53792,-7.4337],[39.53997,-7.43902],[39.54368,-7.44331],[39.54646,-7.44417],[39.54798,-7.44743],[39.55334,-7.44898],[39.56148,-7.45275],[39.56584,-7.46057],[39.57146,-7.46169],[39.57517,-7.46761],[39.57781,-7.47096],[39.57781,-7.47894],[39.58555,-7.48847],[39.58536,-7.49576],[39.58965,-7.50091],[39.59891,-7.50177],[39.60123,-7.50452],[39.60784,-7.50898],[39.61855,-7.51044],[39.62622,-7.52237],[39.63598,-7.52891],[39.64292,-7.52539],[39.64735,-7.52822],[39.6564,-7.52848],[39.65891,-7.53217],[39.66135,-7.53295],[39.66208,-7.53818],[39.66413,-7.54153],[39.66737,-7.53303],[39.66538,-7.48814],[39.66268,-7.4763],[39.66221,-7.45407],[39.65765,-7.43553],[39.65237,-7.42746],[39.64701,-7.4048],[39.64807,-7.39373],[39.65138,-7.37811],[39.64107,-7.3321],[39.64992,-7.31408],[39.65583,-7.2919],[39.66006,-7.28743],[39.66608,-7.25662],[39.6668,-7.24666],[39.65967,-7.21473],[39.66185,-7.20555],[39.66178,-7.19954],[39.65623,-7.16959],[39.65398,-7.15542],[39.65407,-7.14171],[39.66332,-7.12695],[39.66319,-7.11699],[39.66438,-7.10626],[39.66207,-7.09425],[39.66359,-7.09099],[39.65843,-7.07305],[39.65791,-7.06404],[39.66498,-7.03957],[39.67033,-7.01554],[39.67944,-7.01443],[39.68493,-7.00739],[39.68939,-7.00726],[39.69771,-7.00486],[39.70141,-7.00623],[39.71554,-6.99919],[39.72201,-6.99456],[39.72795,-6.98906],[39.73178,-6.99713],[39.74326,-6.99473],[39.75475,-6.98889],[39.76227,-6.98872],[39.77217,-6.97979],[39.77335,-6.97756],[39.77982,-6.97945],[39.7818,-6.98254],[39.79169,-6.98494],[39.79433,-6.99061],[39.80158,-6.98803],[39.80897,-6.98803],[39.8207,-6.98151],[39.82624,-6.96829],[39.82492,-6.95679],[39.82914,-6.94821],[39.83613,-6.94563],[39.83586,-6.94031],[39.8443,-6.93636],[39.85234,-6.93276],[39.85893,-6.92298],[39.85985,-6.91559],[39.87039,-6.90735],[39.87144,-6.90426],[39.87763,-6.90461],[39.88607,-6.90341],[39.88962,-6.90667],[39.89528,-6.90392],[39.90143,-6.90106],[39.90564,-6.90364],[39.91183,-6.90003],[39.91855,-6.90999],[39.92934,-6.90364],[39.93355,-6.89849],[39.93355,-6.89437],[39.9404,-6.88973],[39.94329,-6.88458],[39.95316,-6.88613],[39.96356,-6.89042],[39.97106,-6.88149],[39.97948,-6.88819],[39.99374,-6.87669],[40.00084,-6.87308],[40.00478,-6.876],[40.0086,-6.87497],[40.0111,-6.86381],[40.0153,-6.8681],[40.01622,-6.87857],[40.02424,-6.87617],[40.03423,-6.88338],[40.04264,-6.88252],[40.04921,-6.89385],[40.05316,-6.89917],[40.06051,-6.89316],[40.06038,-6.90295],[40.0634,-6.90947],[40.06656,-6.90947],[40.06432,-6.91634],[40.06708,-6.91943],[40.08193,-6.91977],[40.08994,-6.92458],[40.09558,-6.93282],[40.10202,-6.93539],[40.1032,-6.94415],[40.10924,-6.94501],[40.11016,-6.95204],[40.11305,-6.95445],[40.11042,-6.96011],[40.11187,-6.96458],[40.11515,-6.9632],[40.11475,-6.97093],[40.11699,-6.97968],[40.11528,-6.98397],[40.11777,-6.98689],[40.11147,-6.98981],[40.11147,-6.9929],[40.11764,-6.99668],[40.12014,-7.0032],[40.12565,-7.01487],[40.14507,-7.02225],[40.15819,-7.01556],[40.16711,-7.02243],[40.17813,-7.02105],[40.18194,-7.02929],[40.19164,-7.03015],[40.19846,-7.02157],[40.22599,-7.01333],[40.23555,-6.99994],[40.24276,-6.97264],[40.23818,-6.96921],[40.23883,-6.96372],[40.24656,-6.962],[40.25902,-6.95288],[40.25928,-6.93039],[40.25561,-6.90807],[40.25862,-6.90447],[40.26242,-6.89108],[40.26019,-6.88335],[40.26465,-6.87082],[40.28089,-6.86361],[40.28691,-6.86791],[40.30014,-6.86396],[40.31519,-6.83941],[40.31964,-6.83203],[40.32762,-6.8183],[40.32566,-6.8025],[40.33144,-6.79369],[40.3389,-6.79249],[40.3567,-6.79626],[40.36481,-6.78304],[40.37043,-6.78631],[40.37043,-6.79437],[40.37945,-6.80399],[40.38495,-6.81257],[40.39148,-6.81514],[40.39867,-6.82819],[40.40939,-6.83712],[40.45134,-6.85102],[40.47537,-6.8378],[40.48385,-6.82459],[40.49495,-6.81858],[40.50696,-6.81429],[40.51153,-6.79661],[40.5268,-6.80227],[40.53554,-6.80776],[40.5478,-6.80467],[40.5538,-6.80931],[40.55758,-6.82562],[40.56241,-6.83317],[40.56554,-6.84793],[40.58588,-6.83866],[40.59174,-6.83969],[40.5967,-6.8366],[40.61142,-6.82167],[40.64295,-6.8033],[40.66301,-6.79609],[40.66783,-6.80708],[40.68397,-6.80485],[40.6992,-6.81],[40.70805,-6.81446],[40.72041,-6.81326],[40.72978,-6.82579],[40.73771,-6.82888],[40.74669,-6.83128],[40.76138,-6.83162],[40.77919,-6.82871],[40.78738,-6.82562],[40.79856,-6.81995],[40.80986,-6.81995],[40.81791,-6.8251],[40.82701,-6.82682],[40.83805,-6.82356],[40.83948,-6.82802],[40.84792,-6.82647],[40.84337,-6.81343],[40.8474,-6.80639],[40.84779,-6.80244],[40.85298,-6.80364],[40.86947,-6.80673],[40.88154,-6.81017],[40.88024,-6.8215],[40.88349,-6.82476],[40.88414,-6.83059],[40.89011,-6.83883],[40.90334,-6.85102],[40.92656,-6.84948],[40.93123,-6.85411],[40.94951,-6.85978],[40.95768,-6.86887],[40.96053,-6.87643],[40.97985,-6.89359],[40.99112,-6.90578],[40.99993,-6.91093],[41.00097,-6.92209],[41.01237,-6.92724],[41.01664,-6.93273],[41.02985,-6.93153],[41.038,-6.91741],[41.03781,-6.91234],[41.03496,-6.90539],[41.03295,-6.89535],[41.02751,-6.87809],[41.02712,-6.86041],[41.02784,-6.83441],[41.03645,-6.81123],[41.04079,-6.8072],[41.04325,-6.81037],[41.04616,-6.80806],[41.04791,-6.80299],[41.05878,-6.7878],[41.08861,-6.76849],[41.09352,-6.76248],[41.10543,-6.75501],[41.10704,-6.75991],[41.1144,-6.76194],[41.11737,-6.7652],[41.12487,-6.77103],[41.13405,-6.76932],[41.13994,-6.75704],[41.14013,-6.7537],[41.14659,-6.74606],[41.1508,-6.73971],[41.15926,-6.73421],[41.16404,-6.72795],[41.16727,-6.71765],[41.17451,-6.70829],[41.17671,-6.70924],[41.18149,-6.69988],[41.18762,-6.69705],[41.19279,-6.69971],[41.19337,-6.6919],[41.20254,-6.68855],[41.20764,-6.69233],[41.21068,-6.69078],[41.21191,-6.68366],[41.22011,-6.6804],[41.22411,-6.67087],[41.23321,-6.66177],[41.23568,-6.65233],[41.24511,-6.65018],[41.24808,-6.6477],[41.24724,-6.64091],[41.24298,-6.63491],[41.24272,-6.62873],[41.24795,-6.61997],[41.24982,-6.60761],[41.24472,-6.60298],[41.24362,-6.6004],[41.24446,-6.59766],[41.25311,-6.59534],[41.25556,-6.59165],[41.25259,-6.58693],[41.24769,-6.58701],[41.24233,-6.58607],[41.23891,-6.58058],[41.23904,-6.57028],[41.24304,-6.56573],[41.2444,-6.55397],[41.24633,-6.55105],[41.25317,-6.54865],[41.25872,-6.54702],[41.26111,-6.53972],[41.27066,-6.52521],[41.27453,-6.51723],[41.26685,-6.51406],[41.26388,-6.51054],[41.26601,-6.50401],[41.26537,-6.49775],[41.27001,-6.49114],[41.27343,-6.48067],[41.27646,-6.47869],[41.28156,-6.48539],[41.28317,-6.48985],[41.28556,-6.49166],[41.28891,-6.49002],[41.29317,-6.48256],[41.295,-6.47694],[41.29803,-6.47523],[41.30132,-6.46836],[41.29783,-6.459],[41.2997,-6.44673],[41.30647,-6.4366],[41.31079,-6.43961],[41.3195,-6.43394],[41.32601,-6.41849],[41.32936,-6.41995],[41.33194,-6.42673],[41.33645,-6.4257],[41.34386,-6.41926],[41.34669,-6.41617],[41.34888,-6.41489],[41.35101,-6.39695],[41.35069,-6.39163],[41.35565,-6.38167],[41.35971,-6.37755],[41.36351,-6.37712],[41.36383,-6.3815],[41.36441,-6.38828],[41.36989,-6.39386],[41.37987,-6.39257],[41.38412,-6.39111],[41.38747,-6.38407],[41.38773,-6.37772],[41.38843,-6.37523],[41.39288,-6.37111],[41.39352,-6.36562],[41.38779,-6.36614],[41.3827,-6.36056],[41.37974,-6.35609],[41.37852,-6.35051],[41.38,-6.34004],[41.38373,-6.33266],[41.38676,-6.32511],[41.38637,-6.31644],[41.39172,-6.31567],[41.39449,-6.31867],[41.39893,-6.31816],[41.40356,-6.32554],[41.4046,-6.33232],[41.40878,-6.33369],[41.41213,-6.33172],[41.41657,-6.32648],[41.41528,-6.31893],[41.41876,-6.31086],[41.42771,-6.30262],[41.43517,-6.29498],[41.44122,-6.29824],[41.44637,-6.30554],[41.45029,-6.30571],[41.45666,-6.29902],[41.46039,-6.2955],[41.4656,-6.28717],[41.47029,-6.28511],[41.4764,-6.28588],[41.47981,-6.28357],[41.48399,-6.27387],[41.48727,-6.26709],[41.48695,-6.26159],[41.49531,-6.26837],[41.49904,-6.26451],[41.49691,-6.25747],[41.50077,-6.25026],[41.50919,-6.25601],[41.5126,-6.2585],[41.51446,-6.2573],[41.51568,-6.24477],[41.51993,-6.2422],[41.52172,-6.23687],[41.52558,-6.23421],[41.53644,-6.22409],[41.53882,-6.22031],[41.54505,-6.21713],[41.55166,-6.21799],[41.56213,-6.20992],[41.56913,-6.20065],[41.57523,-6.18992],[41.5839,-6.19602],[41.58974,-6.19808],[41.59693,-6.20563],[41.59873,-6.21052],[41.6011,-6.2252],[41.60483,-6.23378],[41.61137,-6.23893],[41.63287,-6.25481],[41.6389,-6.264],[41.65038,-6.28211],[41.65782,-6.29455],[41.66333,-6.31112],[41.67551,-6.35412],[41.67365,-6.3754],[41.67712,-6.39678],[41.68038,-6.4069],[41.67808,-6.4124],[41.67915,-6.42707],[41.68049,-6.43669],[41.68389,-6.44149],[41.68434,-6.4463],[41.68235,-6.44973],[41.67992,-6.45162],[41.67556,-6.45154],[41.66562,-6.45694],[41.66536,-6.47008],[41.66267,-6.47634],[41.65959,-6.48089],[41.65645,-6.49042],[41.65664,-6.50123],[41.66139,-6.51479],[41.66889,-6.52037],[41.67543,-6.52999],[41.67786,-6.53805],[41.68524,-6.54921],[41.69344,-6.55428],[41.70049,-6.55591],[41.7028,-6.55247],[41.70325,-6.54861],[41.70805,-6.54827],[41.71145,-6.55076],[41.7183,-6.55591],[41.72971,-6.55831],[41.73697,-6.55796],[41.74094,-6.56277],[41.74107,-6.57067],[41.7508,-6.56706],[41.75541,-6.55865],[41.76079,-6.55625],[41.76962,-6.55608],[41.77782,-6.54921],[41.78844,-6.54526],[41.79458,-6.54887],[41.81672,-6.53857],[41.82939,-6.5305],[41.8345,-6.53342],[41.84371,-6.52827],[41.8487,-6.52998],[41.85599,-6.52483],[41.8602,-6.52655],[41.8735,-6.51659],[41.88015,-6.56363],[41.88321,-6.57255],[41.89586,-6.56483],[41.91171,-6.55814],[41.93023,-6.55007],[41.93419,-6.54612],[41.94415,-6.55144],[41.95972,-6.57461],[41.96649,-6.58818],[41.95449,-6.59195],[41.94683,-6.59933],[41.94708,-6.60637],[41.94223,-6.61616],[41.93917,-6.62096],[41.94095,-6.63676],[41.93227,-6.69976],[41.94033,-6.74421],[41.94428,-6.75211],[41.97747,-6.76996],[41.98347,-6.77082],[41.98883,-6.78507],[41.98806,-6.80069],[41.99215,-6.81082],[41.96854,-6.8091],[41.94543,-6.82095],[41.94275,-6.82936],[41.94211,-6.8503],[41.94722,-6.86884],[41.94275,-6.87656],[41.93956,-6.88738],[41.93969,-6.89596],[41.94301,-6.91502],[41.94454,-6.93544],[41.94313,-6.94471],[41.96803,-6.95828],[41.97288,-6.98179],[41.96228,-6.99724],[41.9499,-7.00686],[41.94926,-7.01201],[41.95054,-7.03672],[41.95373,-7.04617],[41.94926,-7.04908],[41.94888,-7.06745],[41.95041,-7.07792],[41.96828,-7.08651],[41.97364,-7.09063],[41.98347,-7.11535],[41.98628,-7.12101],[41.98781,-7.13474],[41.98998,-7.14127],[41.98628,-7.15225],[41.97671,-7.15551],[41.9753,-7.16032],[41.97888,-7.16581],[41.97964,-7.17852],[41.96867,-7.18538],[41.95463,-7.18195],[41.94875,-7.18212],[41.93892,-7.18504],[41.93739,-7.18212],[41.91836,-7.17251],[41.91224,-7.1811],[41.89512,-7.18419],[41.87928,-7.19621],[41.87762,-7.21115],[41.86637,-7.23192],[41.86688,-7.24754],[41.86202,-7.26247],[41.85205,-7.2829],[41.85,-7.30127],[41.8422,-7.31225],[41.84374,-7.3265],[41.84425,-7.34075],[41.83926,-7.35654],[41.85166,-7.36513],[41.848,-7.36925],[41.83969,-7.38951],[41.8333,-7.39208],[41.82626,-7.39706],[41.82498,-7.40204],[41.8214,-7.40221],[41.81053,-7.41852],[41.80643,-7.43036],[41.81283,-7.42933],[41.81603,-7.42624],[41.82179,-7.43311],[41.83023,-7.4271],[41.83496,-7.43551],[41.8388,-7.44461],[41.84941,-7.44907],[41.85836,-7.44839],[41.86437,-7.45371],[41.86079,-7.48461],[41.87051,-7.49371],[41.8636,-7.5107],[41.85874,-7.51019],[41.85069,-7.50332],[41.84596,-7.51156],[41.83547,-7.53765],[41.83291,-7.5531],[41.8324,-7.56563],[41.82946,-7.57318],[41.83074,-7.59155],[41.83189,-7.5967],[41.82882,-7.6149],[41.8356,-7.61576],[41.84724,-7.61215],[41.86309,-7.60048],[41.86629,-7.60305],[41.86974,-7.60117],[41.87217,-7.59087],[41.87945,-7.58348],[41.87945,-7.59653],[41.87843,-7.61044],[41.88418,-7.61799],[41.87881,-7.6252],[41.8809,-7.65564],[41.88768,-7.66714],[41.89215,-7.67144],[41.89266,-7.67933],[41.89688,-7.68483],[41.90352,-7.69255],[41.90672,-7.7001],[41.90506,-7.7116],[41.89215,-7.73032],[41.89279,-7.74645],[41.89828,-7.75572],[41.89777,-7.7643],[41.88666,-7.77649],[41.88218,-7.79366],[41.88039,-7.84413],[41.86544,-7.84104],[41.86096,-7.84979],[41.86096,-7.85803],[41.85547,-7.86799],[41.84357,-7.87188],[41.84652,-7.87652],[41.85713,-7.88321],[41.85521,-7.8887],[41.85853,-7.89334],[41.87375,-7.88682],[41.89701,-7.8863],[41.90825,-7.88905],[41.91949,-7.88441],[41.92524,-7.88733],[41.92664,-7.90604],[41.91962,-7.90965],[41.90659,-7.90827],[41.87912,-7.91926],[41.87681,-7.92235],[41.87515,-7.93557],[41.87004,-7.94467],[41.87311,-7.95771],[41.87375,-7.97127],[41.87285,-7.97591],[41.86825,-7.98758],[41.85815,-7.98792],[41.85214,-7.9941],[41.84805,-8.00492],[41.82823,-8.0135],[41.82989,-8.02106],[41.82797,-8.03874],[41.82349,-8.04097],[41.81556,-8.05625],[41.81543,-8.06826],[41.81262,-8.07273],[41.81044,-8.08491],[41.81185,-8.09023],[41.80699,-8.0935],[41.8116,-8.1086],[41.81083,-8.12182],[41.8075,-8.1244],[41.8084,-8.13161],[41.81748,-8.15461],[41.81748,-8.16559],[41.86045,-8.16285],[41.86173,-8.16731],[41.87835,-8.17109],[41.87515,-8.1898],[41.87362,-8.19924],[41.88883,-8.20096],[41.89943,-8.21658],[41.9108,-8.21692],[41.91425,-8.21812],[41.92396,-8.21108],[41.92703,-8.20473],[41.93328,-8.20233],[41.94056,-8.19821],[41.95027,-8.18637],[41.95614,-8.17795],[41.96354,-8.17383],[41.96571,-8.16954],[41.98332,-8.16388],[41.98919,-8.14122],[42.00744,-8.12766],[42.0054,-8.11547],[42.00769,-8.11032],[42.01075,-8.09659],[42.01675,-8.08646],[42.02886,-8.08371],[42.04799,-8.0856],[42.05997,-8.09144],[42.07182,-8.09727],[42.08201,-8.12045],[42.07475,-8.13641],[42.07857,-8.14894],[42.07411,-8.15959],[42.06519,-8.17109],[42.06481,-8.18225],[42.06608,-8.18431],[42.075,-8.18946],[42.08685,-8.1874],[42.09297,-8.18963],[42.10278,-8.18877],[42.11678,-8.19375],[42.13079,-8.19358],[42.13626,-8.1898],[42.14479,-8.1934],[42.14886,-8.19666],[42.15421,-8.19993],[42.14657,-8.20078],[42.13906,-8.20748],[42.13817,-8.21778],[42.13321,-8.2219],[42.1327,-8.231],[42.13894,-8.24181],[42.13754,-8.24885],[42.13334,-8.25589],[42.1257,-8.25486],[42.11984,-8.26069],[42.12162,-8.26808],[42.12264,-8.27254],[42.11538,-8.2873],[42.10647,-8.29795],[42.10252,-8.30739],[42.10252,-8.31889],[42.09934,-8.32507],[42.08978,-8.32369],[42.08252,-8.33245],[42.08418,-8.34515],[42.08876,-8.35288],[42.08889,-8.3606],[42.08736,-8.37056],[42.07865,-8.37819],[42.07623,-8.38231],[42.07546,-8.3909],[42.07941,-8.39416],[42.08056,-8.40497],[42.07355,-8.41836],[42.07202,-8.43038],[42.07406,-8.43312],[42.07992,-8.43776],[42.08247,-8.44651],[42.08133,-8.46282],[42.08056,-8.48102],[42.08273,-8.48462],[42.07725,-8.50505],[42.0775,-8.51758],[42.0775,-8.52393],[42.07394,-8.52874],[42.06361,-8.52582],[42.0603,-8.53046],[42.05456,-8.54676],[42.0524,-8.56307],[42.05189,-8.58436],[42.05597,-8.59363],[42.05597,-8.59878],[42.04806,-8.63654],[42.0357,-8.64736],[42.03289,-8.65577],[42.0283,-8.6592],[42.02014,-8.65766],[42.00535,-8.66075],[41.99808,-8.67105],[41.99017,-8.68015],[41.99029,-8.6901],[41.98264,-8.70074],[41.97932,-8.7198],[41.96554,-8.74486],[41.95864,-8.74898],[41.94664,-8.74641],[41.9363,-8.75293],[41.92659,-8.76752],[41.91574,-8.78932],[41.9151,-8.80597],[41.91101,-8.82022],[41.90143,-8.8264],[41.85209,-8.89215],[42.96681,-10.741],[45.62003,-8.33781],[45.35237,-3.32255]], // Finland - FI: [[65.51646,24.13858], [65.62862,24.16536], [65.68042,24.16879], [65.69456,24.16398], [65.72506,24.17085], [65.77273,24.12965], [65.78935,24.12690], [65.80764,24.14750], [65.81749,24.15437], [65.84114,24.14446], [65.85048,24.12695], [65.85722,24.12523], [65.86003,24.12695], [65.86333,24.13175], [65.86234,24.14858], [65.86990,24.14743], [65.89774,24.12459], [65.90748,24.11172], [65.92920,24.11618], [65.93165,24.08700], [65.95068,24.06468], [65.96376,24.03997], [65.97306,24.04597], [65.99115,24.05541], [66.05818,23.97375], [66.07628,23.94285], [66.09479,23.93461], [66.10599,23.94629], [66.11294,23.93547], [66.12226,23.93770], [66.13865,23.91899], [66.14802,23.92912], [66.15968,23.92225], [66.16377,23.90749], [66.16579,23.89685], [66.16759,23.89256], [66.16586,23.87917], [66.16579,23.86681], [66.16773,23.86200], [66.17064,23.85754], [66.17016,23.83041], [66.17376,23.82114], [66.17764,23.81239], [66.18978,23.76467], [66.19303,23.73978], [66.19560,23.72467], [66.20003,23.72587], [66.20502,23.73308], [66.21623,23.72124], [66.21852,23.70802], [66.23174,23.69257], [66.24253,23.69926], [66.25960,23.67077], [66.29137,23.66373], [66.30862,23.65189], [66.32827,23.65549], [66.36499,23.66435], [66.37758,23.68581], [66.38920,23.68873], [66.39683,23.67654], [66.39951,23.66693], [66.43070,23.64238], [66.45841,23.65405], [66.47541,23.69577], [66.47561,23.71740], [66.49274,23.71345], [66.49952,23.72787], [66.50821,23.72924], [66.50793,23.73439], [66.50232,23.74366], [66.51197,23.76615], [66.51772,23.79465], [66.52312,23.79756], [66.53064,23.78778], [66.53502,23.78520], [66.54704,23.81954], [66.55702,23.85215], [66.56289,23.86211], [66.57060,23.86245], [66.58254,23.88168], [66.60205,23.87498], [66.61398,23.88288], [66.63332,23.86846], [66.64428,23.87069], [66.65550,23.86589], [66.66958,23.87378], [66.67611,23.88803], [66.72867,23.89833], [66.75172,23.88322], [66.75592,23.87550], [66.76480,23.88322], [66.77265,23.91653], [66.79431,23.90777], [66.79525,23.92494], [66.78274,23.95944], [66.78395,23.97163], [66.78734,23.98227], [66.79857,23.97643], [66.80316,23.98931], [66.82283,23.99429], [66.84438,23.96991], [66.85209,23.96690], [66.86309,23.95214], [66.86922,23.94922], [66.87381,23.94149], [66.88439,23.93394], [66.88823,23.91351], [66.89800,23.90544], [66.90803,23.88690], [66.92116,23.86201], [66.95465,23.86098], [66.95969,23.83987], [66.96150,23.82717], [66.96835,23.82768], [66.98084,23.80983], [66.98406,23.80022], [66.99332,23.79695], [67.00151,23.76846], [67.02048,23.73619], [67.05508,23.69276], [67.06505,23.67267], [67.07949,23.66443], [67.08664,23.66752], [67.10515,23.65242], [67.11577,23.63044], [67.12798,23.61585], [67.15579,23.57431], [67.17011,23.55268], [67.18037,23.55628], [67.18356,23.56246], [67.19082,23.58684], [67.20139,23.58804], [67.20864,23.59817], [67.21430,23.58066], [67.22145,23.56882], [67.22444,23.55611], [67.22457,23.54805], [67.22883,23.55114], [67.23826,23.56315], [67.24576,23.55337], [67.24849,23.55508], [67.25014,23.56590], [67.25506,23.56693], [67.26202,23.56212], [67.27018,23.58289], [67.27357,23.60933], [67.27184,23.61980], [67.27343,23.63130], [67.27701,23.64589], [67.28073,23.67147], [67.28364,23.69138], [67.28185,23.71713], [67.28742,23.73121], [67.30617,23.74048], [67.30929,23.74614], [67.31948,23.74940], [67.32458,23.75696], [67.32954,23.75919], [67.33563,23.77155], [67.33999,23.77052], [67.34403,23.75970], [67.34799,23.75679], [67.34826,23.74219], [67.35050,23.73756], [67.35903,23.74031], [67.37264,23.73138], [67.37872,23.73498], [67.38505,23.71850], [67.39000,23.71919], [67.39231,23.72314], [67.39601,23.73533], [67.40742,23.74992], [67.41817,23.75061], [67.42423,23.75661], [67.42752,23.76279], [67.43279,23.76039], [67.43629,23.74975], [67.44202,23.72486], [67.44583,23.70872], [67.44406,23.69001], [67.44254,23.68005], [67.44340,23.66735], [67.44689,23.65774], [67.44768,23.64212], [67.45077,23.62083], [67.45393,23.58100], [67.46018,23.55766], [67.46078,23.53981], [67.45703,23.52539], [67.44682,23.51303], [67.44577,23.49603], [67.44985,23.48419], [67.45248,23.47337], [67.45492,23.45415], [67.45953,23.44625], [67.46163,23.43647], [67.46453,23.42771], [67.46736,23.41157], [67.47288,23.40488], [67.48044,23.40093], [67.48452,23.39355], [67.49188,23.39733], [67.49687,23.40574], [67.50141,23.40522], [67.50318,23.41192], [67.50423,23.42239], [67.50791,23.43183], [67.51723,23.43681], [67.52150,23.44556], [67.52576,23.45569], [67.52950,23.47200], [67.53547,23.47749], [67.53902,23.48367], [67.54629,23.47578], [67.54852,23.46702], [67.56058,23.45638], [67.56504,23.46427], [67.56674,23.47818], [67.56759,23.48659], [67.56438,23.49912], [67.56517,23.51217], [67.57251,23.52350], [67.57761,23.52779], [67.57833,23.53654], [67.58370,23.54375], [67.58841,23.54221], [67.59457,23.54393], [67.60418,23.53706], [67.61555,23.54807], [67.61947,23.55649], [67.62169,23.55528], [67.62280,23.54207], [67.62529,23.53881], [67.62921,23.53863], [67.63587,23.53434], [67.64743,23.51185], [67.65317,23.50636], [67.66492,23.49108], [67.66857,23.49194], [67.68200,23.49778], [67.68937,23.48971], [67.69504,23.49091], [67.70162,23.47752], [67.70871,23.48353], [67.71705,23.47752], [67.72570,23.47752], [67.72785,23.48456], [67.73182,23.48473], [67.74021,23.47478], [67.74385,23.47855], [67.74619,23.48456], [67.75561,23.49022], [67.76198,23.48799], [67.76633,23.49022], [67.77354,23.48216], [67.77952,23.48525], [67.78335,23.49091], [67.79204,23.49263], [67.79535,23.48988], [67.79918,23.48226], [67.80890,23.47711], [67.81843,23.47281], [67.82388,23.47865], [67.82822,23.48191], [67.84182,23.47693], [67.84434,23.47968], [67.84557,23.48620], [67.84965,23.49032], [67.86227,23.49204], [67.87113,23.50440], [67.87850,23.50491], [67.88625,23.51933], [67.89026,23.54028], [67.89220,23.54457], [67.89788,23.54903], [67.89866,23.55452], [67.89711,23.56191], [67.89388,23.56963], [67.89336,23.57495], [67.89330,23.58045], [67.89549,23.58680], [67.90131,23.59092], [67.90298,23.59555], [67.90763,23.61169], [67.90854,23.62113], [67.91202,23.62645], [67.91635,23.64036], [67.92035,23.64619], [67.92783,23.64242], [67.93873,23.65941], [67.94163,23.66559], [67.95233,23.65031], [67.96071,23.64980], [67.96457,23.64173], [67.96824,23.62319], [67.97301,23.60070], [67.97223,23.57993], [67.97468,23.56809], [67.98157,23.55349], [67.99321,23.53890], [67.99887,23.53684], [68.00595,23.53719], [68.01096,23.50526], [68.01385,23.49650], [68.01732,23.47676], [68.02182,23.46681], [68.02593,23.46354], [68.02972,23.46543], [68.03402,23.45342], [68.03768,23.44054], [68.03813,23.42732], [68.04551,23.39093], [68.05142,23.38475], [68.05732,23.38561], [68.05912,23.37531], [68.06386,23.36999], [68.06918,23.36999], [68.09680,23.34424], [68.09962,23.33806], [68.10967,23.33394], [68.11888,23.32450], [68.12342,23.32879], [68.13116,23.31952], [68.14203,23.31231], [68.14516,23.30424], [68.14983,23.30510], [68.14963,23.29102], [68.15589,23.28210], [68.15736,23.27025], [68.15653,23.25824], [68.15398,23.25686], [68.15027,23.25789], [68.14861,23.24605], [68.14791,23.22390], [68.14459,23.20880], [68.14145,23.20588], [68.13781,23.19558], [68.13704,23.18477], [68.13398,23.17344], [68.13353,23.16520], [68.13711,23.15267], [68.15008,23.14511], [68.15698,23.13928], [68.17849,23.14219], [68.19119,23.14889], [68.19482,23.15953], [68.19846,23.15885], [68.20273,23.14185], [68.20885,23.14151], [68.21248,23.14528], [68.21859,23.14374], [68.23400,23.15370], [68.24100,23.14391], [68.24813,23.14134], [68.25048,23.11902], [68.25392,23.10906], [68.25913,23.09825], [68.26562,23.07834], [68.27591,23.07010], [68.27979,23.06186], [68.29275,23.06924], [68.30119,23.06495], [68.30753,23.05619], [68.30671,23.03645], [68.32098,22.98444], [68.32574,22.97551], [68.33233,22.97431], [68.33379,22.91577], [68.33854,22.90839], [68.34437,22.90427], [68.34963,22.89088], [68.35191,22.87560], [68.36020,22.85535], [68.36134,22.84488], [68.36792,22.83200], [68.37551,22.83698], [68.38146,22.84419], [68.38380,22.84024], [68.38696,22.82994], [68.38943,22.80917], [68.39297,22.80179], [68.39309,22.79527], [68.38955,22.77793], [68.38601,22.76917], [68.38431,22.74995], [68.38519,22.73381], [68.38899,22.72626], [68.39531,22.72248], [68.39904,22.69845], [68.40024,22.68557], [68.40554,22.69193], [68.41192,22.67630], [68.41218,22.66789], [68.41603,22.64712], [68.42190,22.64111], [68.43238,22.64283], [68.43471,22.63768], [68.43528,22.62858], [68.43351,22.62154], [68.43055,22.62017], [68.42689,22.61622], [68.42518,22.60112], [68.42493,22.58841], [68.42247,22.58069], [68.42241,22.57090], [68.42809,22.56335], [68.43349,22.55610], [68.43494,22.54254], [68.43456,22.53190], [68.44232,22.49602], [68.44270,22.47765], [68.44100,22.46667], [68.46067,22.43577], [68.46426,22.43748], [68.46420,22.42530], [68.46433,22.41860], [68.46697,22.40968], [68.46483,22.39852], [68.44750,22.36161], [68.44586,22.35097], [68.44611,22.34273], [68.45323,22.34479], [68.45884,22.34376], [68.46376,22.35045], [68.46912,22.34067], [68.47586,22.35097], [68.48171,22.34908], [68.48149,22.32244], [68.48426,22.29292], [68.47872,22.27747], [68.48250,22.25155], [68.47280,22.21996], [68.48017,22.20417], [68.47897,22.18460], [68.47034,22.15542], [68.47129,22.12847], [68.48092,22.12229], [68.48180,22.11233], [68.47746,22.10203], [68.48080,22.09911], [68.48180,22.08727], [68.48130,22.07474], [68.47866,22.05654], [68.47991,22.04264], [68.48489,22.03131], [68.50213,22.00951], [68.53243,22.00659], [68.53520,22.00264], [68.53338,21.99131], [68.53934,21.98170], [68.54280,21.97929], [68.54663,21.96899], [68.55027,21.96985], [68.55523,21.95457], [68.56175,21.94118], [68.57217,21.92333], [68.57430,21.91097], [68.57618,21.90514], [68.57969,21.90548], [68.58163,21.89638], [68.58483,21.89106], [68.58646,21.88248], [68.58602,21.86994], [68.58539,21.86222], [68.58778,21.86411], [68.59035,21.86102], [68.59091,21.83956], [68.58934,21.82686], [68.58959,21.81707], [68.58884,21.80729], [68.58590,21.79596], [68.58583,21.78823], [68.58496,21.77828], [68.58565,21.77038], [68.58671,21.76060], [68.58878,21.73691], [68.59041,21.71476], [68.59461,21.70961], [68.59492,21.70223], [68.59680,21.69880], [68.61483,21.69863], [68.61809,21.71116], [68.61997,21.70893], [68.62641,21.70824], [68.63160,21.69691], [68.63398,21.68507], [68.63992,21.66447], [68.64723,21.65127], [68.65005,21.65024], [68.65042,21.63926], [68.65648,21.62226], [68.66292,21.62175], [68.67016,21.57214], [68.67540,21.55995], [68.67584,21.52562], [68.67721,21.52184], [68.67538,21.50946], [68.67625,21.49984], [68.68118,21.48045], [68.68218,21.46414], [68.68617,21.45693], [68.69403,21.42311], [68.69983,21.42071], [68.70389,21.42157], [68.71062,21.41213], [68.71417,21.41831], [68.71598,21.42088], [68.72489,21.40852], [68.73080,21.41350], [68.73510,21.40595], [68.73734,21.40440], [68.74331,21.40646], [68.74736,21.41092], [68.75265,21.40440], [68.75682,21.40045], [68.76061,21.39050], [68.76434,21.38775], [68.76670,21.36543], [68.76552,21.35668], [68.76210,21.33934], [68.75974,21.33144], [68.75905,21.32166], [68.76024,21.30415], [68.76478,21.29419], [68.78429,21.26433], [68.79032,21.25969], [68.79249,21.26124], [68.79758,21.25317], [68.80317,21.25076], [68.80968,21.23806], [68.81217,21.23755], [68.81787,21.20699], [68.82277,21.19497], [68.82457,21.18364], [68.82848,21.18193], [68.83337,21.16802], [68.83889,21.14880], [68.83988,21.14245], [68.84236,21.14176], [68.84570,21.14159], [68.85047,21.12751], [68.85425,21.12597], [68.85586,21.11893], [68.85933,21.10605], [68.86465,21.07739], [68.86756,21.07618], [68.87189,21.07481], [68.87907,21.05215], [68.88130,21.04666], [68.88192,21.03481], [68.88216,21.02554], [68.88662,21.02898], [68.89657,20.99568], [68.89031,20.98134], [68.89217,20.96846], [68.89149,20.95936], [68.89309,20.95627], [68.89637,20.95627], [68.89674,20.94357], [68.89822,20.93310], [68.89643,20.91662], [68.89173,20.90443], [68.89458,20.87216], [68.89804,20.89379], [68.89971,20.90117], [68.90107,20.90117], [68.90817,20.88967], [68.91861,20.87886], [68.92460,20.85225], [68.93466,20.84538], [68.93700,20.84452], [68.94243,20.86392], [68.95045,20.90791], [68.98260,20.89367], [68.99269,20.84217], [69.03487,20.78209], [69.04739,20.60922], [69.04967,20.59206], [69.05304,20.58811], [69.05273,20.57283], [69.05955,20.54708], [69.06047,20.54966], [69.06096,20.55326], [69.12028,20.71715], [69.08801,20.84599], [69.03660,21.05765], [69.10371,21.10771], [69.12207,21.05466], [69.13950,21.04608], [69.19206,20.98641], [69.22283,21.00255], [69.26111,21.09549], [69.31212,21.27882], [69.27679,21.62884], [69.21438,21.72462], [69.14519,21.84582], [69.07357,21.98349], [68.95726,22.17541], [68.91877,22.19257], [68.82757,22.34123], [68.71731,22.37522], [68.74508,22.53521], [68.72628,22.60696], [68.68788,22.80128], [68.68962,23.04745], [68.62910,23.16796], [68.69269,23.43987], [68.70591,23.67195], [68.75088,23.73066], [68.81921,23.77426], [68.83706,23.86971], [68.82739,23.98438], [68.78022,24.07570], [68.79041,24.15982], [68.75374,24.15364], [68.74590,24.20822], [68.72747,24.25114], [68.71763,24.30298], [68.69980,24.46915], [68.68234,24.60820], [68.63648,24.78432], [68.56257,24.85779], [68.55542,24.90242], [68.58239,24.90483], [68.60469,24.91444], [68.61333,24.93676], [68.61822,24.95701], [68.61847,24.97692], [68.61371,24.98997], [68.61571,25.01023], [68.62210,25.01400], [68.62497,25.02636], [68.62798,25.04834], [68.62047,25.06687], [68.62823,25.07992], [68.63711,25.09228], [68.63948,25.11219], [68.65111,25.11563], [68.65386,25.11151], [68.66473,25.11082], [68.68333,25.10533], [68.69731,25.11151], [68.70217,25.10842], [68.71501,25.12318], [68.71626,25.12936], [68.71937,25.12730], [68.72025,25.12181], [68.73532,25.12181], [68.74104,25.12490], [68.74602,25.11975], [68.75859,25.12558], [68.76319,25.13279], [68.76729,25.13142], [68.78892,25.14138], [68.79823,25.15271], [68.80717,25.17605], [68.81102,25.19699], [68.81933,25.20661], [68.82628,25.22858], [68.83979,25.23785], [68.85218,25.26921], [68.86171,25.29599], [68.86716,25.32517], [68.87879,25.36911], [68.88696,25.39727], [68.89079,25.39486], [68.89376,25.41409], [68.89499,25.43332], [68.90550,25.47966], [68.90500,25.49443], [68.90117,25.49511], [68.89883,25.49820], [68.89808,25.51056], [68.89277,25.51537], [68.89054,25.52773], [68.88856,25.53219], [68.88782,25.53940], [68.88708,25.55760], [68.88609,25.56996], [68.88411,25.59193], [68.88807,25.60257], [68.89128,25.61528], [68.89339,25.62489], [68.89944,25.62523], [68.90439,25.63931], [68.90575,25.65167], [68.91810,25.65716], [68.92662,25.66643], [68.94513,25.68806], [68.95351,25.69149], [68.95388,25.69767], [68.96337,25.70763], [68.98271,25.71003], [68.99539,25.72823], [69.00573,25.75776], [69.00622,25.76256], [69.01803,25.77595], [69.02872,25.76977], [69.03081,25.75192], [69.04198,25.74437], [69.04542,25.74677], [69.05132,25.74849], [69.05721,25.75055], [69.06175,25.74505], [69.08053,25.71984], [69.08237,25.73049], [69.09242,25.72431], [69.10210,25.72671], [69.10455,25.73083], [69.10883,25.71847], [69.11679,25.72122], [69.12266,25.73152], [69.13000,25.73083], [69.13526,25.73941], [69.13930,25.74181], [69.14125,25.73975], [69.14418,25.74216], [69.15103,25.72946], [69.15885,25.72980], [69.16263,25.72225], [69.16434,25.72431], [69.16947,25.72122], [69.18631,25.70474], [69.19851,25.69100], [69.20460,25.69375], [69.20607,25.70542], [69.21216,25.71263], [69.21984,25.70439], [69.22532,25.70989], [69.23140,25.69993], [69.24053,25.70233], [69.24244,25.70687], [69.24533,25.70593], [69.25010,25.70035], [69.25488,25.70190], [69.25643,25.70910], [69.25661,25.71795], [69.25922,25.72121], [69.26315,25.73005], [69.26700,25.73151], [69.27187,25.72790], [69.27408,25.73279], [69.27469,25.73803], [69.27670,25.74275], [69.28319,25.73923], [69.28486,25.74455], [69.28669,25.74790], [69.29288,25.74464], [69.29521,25.73545], [69.29870,25.73588], [69.29928,25.74181], [69.30113,25.74318], [69.30183,25.74721], [69.30422,25.74636], [69.30741,25.74043], [69.31184,25.73820], [69.31930,25.74206], [69.32521,25.75657], [69.33211,25.75992], [69.33429,25.76344], [69.33720,25.75906], [69.34075,25.75957], [69.34438,25.77820], [69.34735,25.77923], [69.35019,25.77923], [69.35525,25.78335], [69.35706,25.79322], [69.35673,25.79983], [69.35809,25.80738], [69.35957,25.81674], [69.36106,25.81862], [69.36390,25.81717], [69.36840,25.81571], [69.37230,25.81820], [69.37415,25.81176], [69.37738,25.81459], [69.37989,25.82163], [69.38173,25.82755], [69.38385,25.83073], [69.38877,25.83124], [69.39195,25.83631], [69.39243,25.84300], [69.39340,25.84609], [69.39908,25.84291], [69.40418,25.83236], [69.40620,25.83244], [69.40714,25.83056], [69.40720,25.82523], [69.40517,25.81682], [69.40530,25.81193], [69.40759,25.81159], [69.40916,25.80893], [69.41082,25.80961], [69.41194,25.81296], [69.41224,25.81991], [69.41320,25.82360], [69.41631,25.82103], [69.41894,25.80850], [69.41921,25.79605], [69.42099,25.79330], [69.42389,25.79674], [69.42545,25.80232], [69.42539,25.80721], [69.42793,25.80970], [69.43097,25.81047], [69.43378,25.80884], [69.45529,25.83004], [69.46907,25.83499], [69.47503,25.86323], [69.48544,25.85757], [69.48994,25.84863], [69.51504,25.86305], [69.52108,25.87592], [69.53191,25.86991], [69.54551,25.83567], [69.55495,25.85807], [69.55729,25.88880], [69.58035,25.94902], [69.58748,25.94585], [69.58897,25.95023], [69.59421,25.95323], [69.59891,25.96593], [69.61123,25.97683], [69.62457,25.95520], [69.63344,25.96250], [69.64864,25.95169], [69.65580,25.92654], [69.66105,25.89409], [69.67337,25.90250], [69.68702,25.94542], [69.70507,25.96267], [69.72075,26.00610], [69.72505,26.07125], [69.74176,26.14180], [69.75667,26.15656], [69.76059,26.18386], [69.77389,26.19006], [69.77870,26.20070], [69.77876,26.21083], [69.78065,26.21701], [69.79080,26.22765], [69.79376,26.23503], [69.79447,26.24190], [69.79987,26.25031], [69.80740,26.24190], [69.81687,26.24430], [69.82972,26.30868], [69.83351,26.31774], [69.83552,26.32976], [69.84227,26.34057], [69.84594,26.35207], [69.84546,26.36237], [69.85037,26.37079], [69.85327,26.38126], [69.87005,26.40271], [69.87476,26.40370], [69.88014,26.41452], [69.89012,26.41538], [69.90074,26.40645], [69.90286,26.41109], [69.90669,26.42791], [69.91572,26.44662], [69.92196,26.45789], [69.93398,26.45858], [69.93940,26.46510], [69.94364,26.48913], [69.94552,26.49892], [69.94587,26.52450], [69.94746,26.54973], [69.95182,26.57050], [69.95664,26.59986], [69.96078,26.63894], [69.96302,26.66727], [69.96520,26.67756], [69.96296,26.68237], [69.94849,26.69937], [69.94543,26.71344], [69.94537,26.72340], [69.94731,26.73572], [69.95714,26.77348], [69.95878,26.78859], [69.95890,26.81005], [69.95861,26.81949], [69.95990,26.83580], [69.95967,26.85434], [69.95720,26.85811], [69.95061,26.85657], [69.94507,26.85485], [69.94083,26.86017], [69.93671,26.86790], [69.93353,26.87682], [69.93259,26.89433], [69.93648,26.91877], [69.93942,26.92941], [69.93913,26.94520], [69.93966,26.95842], [69.93630,26.97971], [69.93106,26.99310], [69.92257,27.00717], [69.91892,27.01009], [69.91662,27.01765], [69.91279,27.02657], [69.91043,27.03258], [69.91196,27.05009], [69.91650,27.06022], [69.91780,27.06640], [69.91692,27.09009], [69.91786,27.10227], [69.92699,27.11893], [69.93212,27.13026], [69.93259,27.13850], [69.93418,27.16596], [69.94460,27.21900], [69.94772,27.22965], [69.95190,27.28166], [69.95637,27.30226], [69.96446,27.29977], [69.96664,27.29256], [69.97134,27.28981], [69.97475,27.27402], [69.97951,27.27831], [69.98832,27.30595], [69.98844,27.33050], [69.98956,27.34629], [69.99755,27.37496], [70.00776,27.39762], [70.01421,27.40517], [70.02102,27.43675], [70.02231,27.52276], [70.02559,27.53083], [70.03521,27.54078], [70.04880,27.54301], [70.06221,27.55932], [70.07237,27.59286], [70.07547,27.63800], [70.07564,27.65637], [70.07722,27.67045], [70.07646,27.69448], [70.07172,27.71199], [70.06792,27.72074], [70.06371,27.73877], [70.06505,27.76434], [70.07792,27.81687], [70.08447,27.87472], [70.08839,27.92674], [70.09278,27.95094], [70.09149,27.95918], [70.09026,27.96081], [70.05393,27.97763], [70.01402,27.98435], [69.92126,28.16133], [69.88067,28.34604], [69.84935,28.33128], [69.81870,28.40475], [69.77791,28.64851], [69.76628,28.71683], [69.72968,28.91939], [69.69529,29.13617], [69.63874,29.17188], [69.47812,29.33763], [69.39719,29.21916], [69.22397,28.83189], [69.17142,28.83078], [69.11067,28.80606], [69.07661,28.85585], [69.05158,28.93035], [68.92985,28.49776], [68.91479,28.41605], [68.88586,28.46858], [68.88698,28.66358], [68.86946,28.80293], [68.73128,28.70680], [68.53886,28.43448], [68.19664,28.64768], [68.07493,29.32835], [67.80389,29.66000], [67.67409,30.01774], [67.52100,29.93054], [67.48974,29.85775], [67.42578,29.76437], [67.39835,29.71630], [67.39274,29.71836], [67.37221,29.67837], [67.36854,29.66069], [67.36193,29.65589], [67.35393,29.64353], [67.34917,29.62481], [67.34587,29.62104], [67.34230,29.64730], [67.33813,29.65022], [67.33085,29.63700], [67.32477,29.61074], [67.32781,29.58568], [67.31947,29.57452], [67.31616,29.58327], [67.31279,29.58035], [67.30921,29.57091], [67.31047,29.55375], [67.30676,29.53916], [67.30934,29.52868], [67.30133,29.52113], [67.28463,29.51049], [67.28019,29.51787], [67.18219,29.37058], [67.00393,29.08768], [66.99427,29.07327], [66.96097,29.04374], [66.94323,29.03619], [66.92170,29.03619], [66.85326,29.06228], [66.80246,29.12133], [66.79597,29.10485], [66.78677,29.10279], [66.78758,29.13026], [66.78054,29.14262], [66.78136,29.14811], [66.64100,29.35616], [66.63883,29.36303], [66.62807,29.36337], [66.62167,29.36784], [66.60709,29.38775], [66.60272,29.37814], [66.59781,29.38088], [66.59768,29.39805], [66.59522,29.40594], [66.59263,29.41075], [66.59250,29.41933], [66.58977,29.42071], [66.58295,29.41178], [66.57967,29.42139], [66.54376,29.47392], [66.49588,29.52199], [66.43282,29.57486], [66.36395,29.63460], [66.31830,29.66539], [66.27731,29.69800], [66.27527,29.70539], [66.27388,29.70659], [66.27223,29.70436], [66.27164,29.69518], [66.26974,29.69535], [66.26801,29.69775], [66.26684,29.70265], [66.26836,29.71037], [66.17911,29.84727], [66.17717,29.85105], [66.16101,29.87474], [66.12672,29.92503], [66.12241,29.92709], [66.04607,29.97207], [66.04523,29.97378], [66.04405,29.97876], [66.04070,29.97430], [66.02480,29.98529], [66.02320,29.99215], [66.02110,29.99507], [66.01971,29.98992], [65.97858,29.99799], [65.97712,30.00194], [65.96705,30.02477], [65.95866,30.02528], [65.91414,30.05738], [65.91267,30.05893], [65.89564,30.06906], [65.85079,30.08799], [65.81214,30.09983], [65.79413,30.10533], [65.78131,30.11116], [65.69858,30.13520], [65.66826,30.13914], [65.68742,30.03838], [65.69646,30.01744], [65.63705,29.72304], [65.60913,29.75548], [65.58346,29.81779], [65.56940,29.84835], [65.56017,29.86466], [65.52648,29.79901], [65.49916,29.75747], [65.49667,29.75489], [65.48221,29.75009], [65.47235,29.73361], [65.42106,29.73034], [65.39990,29.72794], [65.38489,29.73086], [65.37367,29.73275], [65.34726,29.74734], [65.28869,29.64692], [65.27527,29.60967], [65.25968,29.60211], [65.23158,29.63490], [65.23108,29.70030], [65.22604,29.74442], [65.22906,29.76433], [65.22445,29.80506], [65.22078,29.82978], [65.21524,29.86085], [65.20610,29.88643], [65.19256,29.89398], [65.14390,29.81913], [65.10491,29.89707], [65.10332,29.87115], [65.09146,29.82995], [65.09146,29.73159], [65.08496,29.71371], [65.07020,29.66032], [65.06065,29.62651], [65.01313,29.61433], [64.99521,29.59956], [64.95996,29.62008], [64.92746,29.61064], [64.86614,29.64634], [64.85251,29.67483], [64.84572,29.68771], [64.83726,29.70024], [64.81835,29.68857], [64.78955,29.74058], [64.78999,29.80736], [64.78977,29.86864], [64.79255,29.88038], [64.79401,29.90390], [64.79401,29.92673], [64.79482,29.99453], [64.79160,30.00775], [64.79328,30.04397], [64.77412,30.08740], [64.76468,30.09187], [64.76410,30.08586], [64.74118,30.04174], [64.71245,30.05479], [64.64924,30.13616], [64.63439,30.13083], [64.62564,30.11933], [64.61526,30.05496], [64.58729,29.99007], [64.57727,29.99869], [64.53361,29.98788], [64.52365,29.99818], [64.50429,30.01586], [64.50075,30.03079], [64.48300,30.02564], [64.47221,30.04779], [64.45067,30.05998], [64.44149,30.05174], [64.43430,30.05895], [64.40234,30.04641], [64.36516,30.11216], [64.35829,30.13893], [64.35079,30.21171], [64.33027,30.28690], [64.32001,30.30321], [64.29970,30.36844], [64.28123,30.36174], [64.26908,30.38938], [64.26260,30.48328], [64.22148,30.50994], [64.20423,30.46720], [64.15466,30.51698], [64.13227,30.55440], [64.10180,30.55417], [64.04859,30.52825], [64.01416,30.48911], [63.98195,30.44740], [63.93244,30.35470], [63.90912,30.32071], [63.82163,30.26080], [63.80095,30.15163], [63.79587,30.12948], [63.77267,30.03679], [63.75704,29.97276], [63.70910,30.06357], [63.70340,30.06236], [63.70104,30.06786], [63.69396,30.07541], [63.67844,30.11026], [63.66740,30.12485], [63.66565,30.13017], [63.60718,30.24484], [63.58283,30.25874], [63.58222,30.26407], [63.57840,30.27934], [63.54554,30.38612], [63.48207,30.46354], [63.46666,30.48396], [63.42583,30.67665], [63.40548,30.78857], [63.37723,30.84259], [63.37415,30.84431], [63.37007,30.84843], [63.36700,30.86113], [63.36553,30.86748], [63.36530,30.87126], [63.36292,30.87864], [63.36199,30.89117], [63.35938,30.90576], [63.35707,30.91829], [63.35768,30.92482], [63.35537,30.93546], [63.33697,30.94370], [63.30645,30.98095], [63.30699,30.98370], [63.30506,30.98936], [63.30367,30.99365], [63.30421,30.99777], [63.30313,31.02129], [63.28161,31.08635], [63.27821,31.08721], [63.27273,31.09871], [63.27041,31.10472], [63.27049,31.11862], [63.26763,31.12995], [63.26490,31.13041], [63.26254,31.13256], [63.26254,31.13402], [63.26447,31.13702], [63.26366,31.14020], [63.25632,31.15470], [63.25339,31.15487], [63.25061,31.15934], [63.24678,31.16397], [63.24504,31.16517], [63.23874,31.18217], [63.23457,31.18946], [63.23345,31.19728], [63.23009,31.20800], [63.22889,31.21443], [63.22672,31.21709], [63.22413,31.22061], [63.22096,31.23289], [63.21706,31.24284], [63.21207,31.24138], [63.19481,31.23829], [63.18962,31.24276], [63.18796,31.24284], [63.18087,31.24756], [63.17851,31.25589], [63.14177,31.25623], [63.11468,31.26695], [63.10630,31.27485], [63.10459,31.27794], [63.10272,31.27880], [63.09861,31.28910], [63.09410,31.29494], [63.07234,31.36188], [63.06543,31.37012], [63.06107,31.37974], [63.05835,31.38162], [63.05454,31.38094], [63.05345,31.38265], [63.05127,31.38832], [63.04964,31.38832], [63.04777,31.39536], [63.04536,31.40308], [63.04131,31.41235], [63.04357,31.42591], [63.02465,31.46385], [63.00635,31.44909], [63.00050,31.48057], [62.99661,31.50220], [62.91919,31.57241], [62.91739,31.57344], [62.91630,31.57945], [62.90793,31.58769], [62.90551,31.58357], [62.79661,31.45649], [62.78334,31.46765], [62.78460,31.43915], [62.68985,31.38044], [62.67456,31.38508], [62.67417,31.37993], [62.67046,31.37684], [62.66435,31.37770], [62.66340,31.37615], [62.66009,31.37675], [62.65457,31.37589], [62.64817,31.37050], [62.64715,31.36689], [62.64565,31.36483], [62.64455,31.36020], [62.64466,31.35668], [62.64344,31.35376], [62.64384,31.34603], [62.64285,31.34612], [62.64056,31.34973], [62.64005,31.34912], [62.64021,31.34526], [62.55702,31.27461], [62.53239,31.25374], [62.52598,31.24464], [62.51370,31.23571], [62.49801,31.22249], [62.49571,31.19984], [62.49302,31.18542], [62.48683,31.18627], [62.48144,31.17374], [62.45490,31.16326], [62.44577,31.16395], [62.44410,31.14678], [62.44172,31.13905], [62.40676,31.07777], [62.40517,31.07314], [62.33304,30.94336], [62.33256,30.94817], [62.33025,30.95366], [62.32778,30.96293], [62.32275,30.96001], [62.30672,30.94679], [62.30712,30.92534], [62.31039,30.91435], [62.30696,30.89461], [62.30098,30.88603], [62.27535,30.83453], [62.27024,30.81032], [62.26034,30.80861], [62.25051,30.78869], [62.23476,30.76483], [62.22628,30.74595], [62.22572,30.74303], [62.21820,30.73342], [62.20884,30.72054], [62.21036,30.68432], [62.20860,30.65686], [62.19250,30.63677], [62.19034,30.62956], [62.18722,30.62819], [62.18169,30.63025], [62.17424,30.63626], [62.17071,30.63265], [62.14137,30.60347], [62.11746,30.56365], [62.08404,30.51386], [62.07206,30.49704], [62.04216,30.45190], [62.03588,30.44263], [62.03524,30.44693], [62.03218,30.44418], [62.03331,30.43886], [62.02236,30.42324], [62.01527,30.40744], [61.99940,30.37775], [61.98480,30.35869], [61.97932,30.35148], [61.97279,30.33758], [61.97279,30.32779], [61.96996,30.32419], [61.96754,30.31372], [61.96424,30.30668], [61.96157,30.30582], [61.95980,30.30668], [61.94228,30.31131], [61.93461,30.30067], [61.93348,30.27441], [61.90935,30.23968], [61.89261,30.21256], [61.89124,30.19556], [61.88266,30.19711], [61.86632,30.17119], [61.85361,30.14784], [61.81804,30.07540], [61.81893,30.07197], [61.81560,30.06905], [61.77065,30.04566], [61.75839,30.02746], [61.75522,30.02025], [61.73165,29.96948], [61.69651,29.89824], [61.68308,29.87112], [61.67925,29.86494], [61.67575,29.86202], [61.67159,29.86270], [61.67029,29.84743], [61.66793,29.84279], [61.65929,29.82683], [61.65505,29.82030], [61.65204,29.81859], [61.64772,29.81670], [61.64421,29.81412], [61.63524,29.81138], [61.63475,29.80382], [61.63084,29.79988], [61.62472,29.79061], [61.62219,29.78477], [61.60823,29.76434], [61.60277,29.75490], [61.59055,29.74973], [61.57993,29.74492], [61.56383,29.72037], [61.55419,29.69497], [61.55182,29.68844], [61.52580,29.64312], [61.51974,29.64536], [61.50288,29.60982], [61.50042,29.60759], [61.49968,29.60124], [61.49665,29.59884], [61.49485,29.59334], [61.49526,29.57841], [61.49198,29.55661], [61.49190,29.54013], [61.48977,29.51850], [61.49141,29.49601], [61.46141,29.50408], [61.35497,29.33522], [61.35280,29.33417], [61.35182,29.32988], [61.34712,29.32301], [61.34457,29.32387], [61.29011,29.26499], [61.27609,29.24233], [61.27337,29.24611], [61.26966,29.24405], [61.26710,29.23787], [61.26751,29.23392], [61.26462,29.22705], [61.26347,29.22036], [61.25984,29.21315], [61.25728,29.20954], [61.25521,29.19959], [61.24530,29.18019], [61.24126,29.17710], [61.24192,29.17367], [61.23424,29.15616], [61.18910,29.02432], [61.17401,28.98674], [61.15107,28.95739], [61.15124,28.95172], [61.14768,28.94468], [61.14552,28.92558], [61.14271,28.91391], [61.14444,28.90258], [61.14204,28.88455], [61.13541,28.87374], [61.12132,28.82018], [61.09619,28.80937], [61.09304,28.80576], [61.09163,28.80027], [61.04482,28.71585], [61.02754,28.71141], [60.99335,28.69321], [60.97749,28.68418], [60.95042,28.65792], [60.94825,28.65277], [60.94791,28.64830], [60.95525,28.61466], [60.95142,28.57295], [60.95517,28.54651], [60.95558,28.54239], [60.95550,28.53655], [60.95425,28.52934], [60.95625,28.52454], [60.93758,28.49707], [60.93658,28.49347], [60.93391,28.49209], [60.92782,28.48368], [60.92615,28.48574], [60.92323,28.46995], [60.92298,28.46600], [60.88744,28.39875], [60.88560,28.40064], [60.88309,28.39721], [60.88468,28.39343], [60.85418,28.33661], [60.85702,28.32408], [60.84080,28.31258], [60.80841,28.25422], [60.78253,28.22143], [60.77826,28.17405], [60.74061,28.13577], [60.72087,28.08969], [60.68231,28.01621], [60.68114,28.01862], [60.66945,27.99733], [60.66995,27.99355], [60.60430,27.87356], [60.58118,27.84695], [60.57865,27.83871], [60.57545,27.84420], [60.56626,27.84231], [60.56153,27.84763], [60.55402,27.81468], [60.53401,27.77622], [60.50631,27.77502], [60.47198,27.75700], [60.46876,27.74807], [60.38251,27.72095], [60.26689,27.55856], [60.08016,26.61472], [59.44447,22.30058], [59.63696,21.28337], [59.78139,21.27067], [59.83185,21.30858], [59.86392,21.33089], [59.90518,21.30360], [59.93830,21.23116], [59.94948,21.16892], [59.98742,21.14163], [60.06168,21.12747], [60.12732,21.01915], [60.19488,21.04282], [60.19880,21.09157], [60.25439,21.09794], [60.28887,21.09400], [60.34463,21.11631], [60.41073,21.11168], [60.48107,21.12592], [60.49934,21.14807], [60.55109,21.14349], [60.59595,21.11499], [60.63200,21.06435], [60.71404,20.94894], [60.72994,20.58035], [61.43765,19.28199], [63.36094,20.67725], [64.97137,23.40449]], + FI: [[65.51646,24.13858],[65.62862,24.16536],[65.68042,24.16879],[65.69456,24.16398],[65.72506,24.17085],[65.77273,24.12965],[65.78935,24.12690],[65.80764,24.14750],[65.81749,24.15437],[65.84114,24.14446],[65.85048,24.12695],[65.85722,24.12523],[65.86003,24.12695],[65.86333,24.13175],[65.86234,24.14858],[65.86990,24.14743],[65.89774,24.12459],[65.90748,24.11172],[65.92920,24.11618],[65.93165,24.08700],[65.95068,24.06468],[65.96376,24.03997],[65.97306,24.04597],[65.99115,24.05541],[66.05818,23.97375],[66.07628,23.94285],[66.09479,23.93461],[66.10599,23.94629],[66.11294,23.93547],[66.12226,23.93770],[66.13865,23.91899],[66.14802,23.92912],[66.15968,23.92225],[66.16377,23.90749],[66.16579,23.89685],[66.16759,23.89256],[66.16586,23.87917],[66.16579,23.86681],[66.16773,23.86200],[66.17064,23.85754],[66.17016,23.83041],[66.17376,23.82114],[66.17764,23.81239],[66.18978,23.76467],[66.19303,23.73978],[66.19560,23.72467],[66.20003,23.72587],[66.20502,23.73308],[66.21623,23.72124],[66.21852,23.70802],[66.23174,23.69257],[66.24253,23.69926],[66.25960,23.67077],[66.29137,23.66373],[66.30862,23.65189],[66.32827,23.65549],[66.36499,23.66435],[66.37758,23.68581],[66.38920,23.68873],[66.39683,23.67654],[66.39951,23.66693],[66.43070,23.64238],[66.45841,23.65405],[66.47541,23.69577],[66.47561,23.71740],[66.49274,23.71345],[66.49952,23.72787],[66.50821,23.72924],[66.50793,23.73439],[66.50232,23.74366],[66.51197,23.76615],[66.51772,23.79465],[66.52312,23.79756],[66.53064,23.78778],[66.53502,23.78520],[66.54704,23.81954],[66.55702,23.85215],[66.56289,23.86211],[66.57060,23.86245],[66.58254,23.88168],[66.60205,23.87498],[66.61398,23.88288],[66.63332,23.86846],[66.64428,23.87069],[66.65550,23.86589],[66.66958,23.87378],[66.67611,23.88803],[66.72867,23.89833],[66.75172,23.88322],[66.75592,23.87550],[66.76480,23.88322],[66.77265,23.91653],[66.79431,23.90777],[66.79525,23.92494],[66.78274,23.95944],[66.78395,23.97163],[66.78734,23.98227],[66.79857,23.97643],[66.80316,23.98931],[66.82283,23.99429],[66.84438,23.96991],[66.85209,23.96690],[66.86309,23.95214],[66.86922,23.94922],[66.87381,23.94149],[66.88439,23.93394],[66.88823,23.91351],[66.89800,23.90544],[66.90803,23.88690],[66.92116,23.86201],[66.95465,23.86098],[66.95969,23.83987],[66.96150,23.82717],[66.96835,23.82768],[66.98084,23.80983],[66.98406,23.80022],[66.99332,23.79695],[67.00151,23.76846],[67.02048,23.73619],[67.05508,23.69276],[67.06505,23.67267],[67.07949,23.66443],[67.08664,23.66752],[67.10515,23.65242],[67.11577,23.63044],[67.12798,23.61585],[67.15579,23.57431],[67.17011,23.55268],[67.18037,23.55628],[67.18356,23.56246],[67.19082,23.58684],[67.20139,23.58804],[67.20864,23.59817],[67.21430,23.58066],[67.22145,23.56882],[67.22444,23.55611],[67.22457,23.54805],[67.22883,23.55114],[67.23826,23.56315],[67.24576,23.55337],[67.24849,23.55508],[67.25014,23.56590],[67.25506,23.56693],[67.26202,23.56212],[67.27018,23.58289],[67.27357,23.60933],[67.27184,23.61980],[67.27343,23.63130],[67.27701,23.64589],[67.28073,23.67147],[67.28364,23.69138],[67.28185,23.71713],[67.28742,23.73121],[67.30617,23.74048],[67.30929,23.74614],[67.31948,23.74940],[67.32458,23.75696],[67.32954,23.75919],[67.33563,23.77155],[67.33999,23.77052],[67.34403,23.75970],[67.34799,23.75679],[67.34826,23.74219],[67.35050,23.73756],[67.35903,23.74031],[67.37264,23.73138],[67.37872,23.73498],[67.38505,23.71850],[67.39000,23.71919],[67.39231,23.72314],[67.39601,23.73533],[67.40742,23.74992],[67.41817,23.75061],[67.42423,23.75661],[67.42752,23.76279],[67.43279,23.76039],[67.43629,23.74975],[67.44202,23.72486],[67.44583,23.70872],[67.44406,23.69001],[67.44254,23.68005],[67.44340,23.66735],[67.44689,23.65774],[67.44768,23.64212],[67.45077,23.62083],[67.45393,23.58100],[67.46018,23.55766],[67.46078,23.53981],[67.45703,23.52539],[67.44682,23.51303],[67.44577,23.49603],[67.44985,23.48419],[67.45248,23.47337],[67.45492,23.45415],[67.45953,23.44625],[67.46163,23.43647],[67.46453,23.42771],[67.46736,23.41157],[67.47288,23.40488],[67.48044,23.40093],[67.48452,23.39355],[67.49188,23.39733],[67.49687,23.40574],[67.50141,23.40522],[67.50318,23.41192],[67.50423,23.42239],[67.50791,23.43183],[67.51723,23.43681],[67.52150,23.44556],[67.52576,23.45569],[67.52950,23.47200],[67.53547,23.47749],[67.53902,23.48367],[67.54629,23.47578],[67.54852,23.46702],[67.56058,23.45638],[67.56504,23.46427],[67.56674,23.47818],[67.56759,23.48659],[67.56438,23.49912],[67.56517,23.51217],[67.57251,23.52350],[67.57761,23.52779],[67.57833,23.53654],[67.58370,23.54375],[67.58841,23.54221],[67.59457,23.54393],[67.60418,23.53706],[67.61555,23.54807],[67.61947,23.55649],[67.62169,23.55528],[67.62280,23.54207],[67.62529,23.53881],[67.62921,23.53863],[67.63587,23.53434],[67.64743,23.51185],[67.65317,23.50636],[67.66492,23.49108],[67.66857,23.49194],[67.68200,23.49778],[67.68937,23.48971],[67.69504,23.49091],[67.70162,23.47752],[67.70871,23.48353],[67.71705,23.47752],[67.72570,23.47752],[67.72785,23.48456],[67.73182,23.48473],[67.74021,23.47478],[67.74385,23.47855],[67.74619,23.48456],[67.75561,23.49022],[67.76198,23.48799],[67.76633,23.49022],[67.77354,23.48216],[67.77952,23.48525],[67.78335,23.49091],[67.79204,23.49263],[67.79535,23.48988],[67.79918,23.48226],[67.80890,23.47711],[67.81843,23.47281],[67.82388,23.47865],[67.82822,23.48191],[67.84182,23.47693],[67.84434,23.47968],[67.84557,23.48620],[67.84965,23.49032],[67.86227,23.49204],[67.87113,23.50440],[67.87850,23.50491],[67.88625,23.51933],[67.89026,23.54028],[67.89220,23.54457],[67.89788,23.54903],[67.89866,23.55452],[67.89711,23.56191],[67.89388,23.56963],[67.89336,23.57495],[67.89330,23.58045],[67.89549,23.58680],[67.90131,23.59092],[67.90298,23.59555],[67.90763,23.61169],[67.90854,23.62113],[67.91202,23.62645],[67.91635,23.64036],[67.92035,23.64619],[67.92783,23.64242],[67.93873,23.65941],[67.94163,23.66559],[67.95233,23.65031],[67.96071,23.64980],[67.96457,23.64173],[67.96824,23.62319],[67.97301,23.60070],[67.97223,23.57993],[67.97468,23.56809],[67.98157,23.55349],[67.99321,23.53890],[67.99887,23.53684],[68.00595,23.53719],[68.01096,23.50526],[68.01385,23.49650],[68.01732,23.47676],[68.02182,23.46681],[68.02593,23.46354],[68.02972,23.46543],[68.03402,23.45342],[68.03768,23.44054],[68.03813,23.42732],[68.04551,23.39093],[68.05142,23.38475],[68.05732,23.38561],[68.05912,23.37531],[68.06386,23.36999],[68.06918,23.36999],[68.09680,23.34424],[68.09962,23.33806],[68.10967,23.33394],[68.11888,23.32450],[68.12342,23.32879],[68.13116,23.31952],[68.14203,23.31231],[68.14516,23.30424],[68.14983,23.30510],[68.14963,23.29102],[68.15589,23.28210],[68.15736,23.27025],[68.15653,23.25824],[68.15398,23.25686],[68.15027,23.25789],[68.14861,23.24605],[68.14791,23.22390],[68.14459,23.20880],[68.14145,23.20588],[68.13781,23.19558],[68.13704,23.18477],[68.13398,23.17344],[68.13353,23.16520],[68.13711,23.15267],[68.15008,23.14511],[68.15698,23.13928],[68.17849,23.14219],[68.19119,23.14889],[68.19482,23.15953],[68.19846,23.15885],[68.20273,23.14185],[68.20885,23.14151],[68.21248,23.14528],[68.21859,23.14374],[68.23400,23.15370],[68.24100,23.14391],[68.24813,23.14134],[68.25048,23.11902],[68.25392,23.10906],[68.25913,23.09825],[68.26562,23.07834],[68.27591,23.07010],[68.27979,23.06186],[68.29275,23.06924],[68.30119,23.06495],[68.30753,23.05619],[68.30671,23.03645],[68.32098,22.98444],[68.32574,22.97551],[68.33233,22.97431],[68.33379,22.91577],[68.33854,22.90839],[68.34437,22.90427],[68.34963,22.89088],[68.35191,22.87560],[68.36020,22.85535],[68.36134,22.84488],[68.36792,22.83200],[68.37551,22.83698],[68.38146,22.84419],[68.38380,22.84024],[68.38696,22.82994],[68.38943,22.80917],[68.39297,22.80179],[68.39309,22.79527],[68.38955,22.77793],[68.38601,22.76917],[68.38431,22.74995],[68.38519,22.73381],[68.38899,22.72626],[68.39531,22.72248],[68.39904,22.69845],[68.40024,22.68557],[68.40554,22.69193],[68.41192,22.67630],[68.41218,22.66789],[68.41603,22.64712],[68.42190,22.64111],[68.43238,22.64283],[68.43471,22.63768],[68.43528,22.62858],[68.43351,22.62154],[68.43055,22.62017],[68.42689,22.61622],[68.42518,22.60112],[68.42493,22.58841],[68.42247,22.58069],[68.42241,22.57090],[68.42809,22.56335],[68.43349,22.55610],[68.43494,22.54254],[68.43456,22.53190],[68.44232,22.49602],[68.44270,22.47765],[68.44100,22.46667],[68.46067,22.43577],[68.46426,22.43748],[68.46420,22.42530],[68.46433,22.41860],[68.46697,22.40968],[68.46483,22.39852],[68.44750,22.36161],[68.44586,22.35097],[68.44611,22.34273],[68.45323,22.34479],[68.45884,22.34376],[68.46376,22.35045],[68.46912,22.34067],[68.47586,22.35097],[68.48171,22.34908],[68.48149,22.32244],[68.48426,22.29292],[68.47872,22.27747],[68.48250,22.25155],[68.47280,22.21996],[68.48017,22.20417],[68.47897,22.18460],[68.47034,22.15542],[68.47129,22.12847],[68.48092,22.12229],[68.48180,22.11233],[68.47746,22.10203],[68.48080,22.09911],[68.48180,22.08727],[68.48130,22.07474],[68.47866,22.05654],[68.47991,22.04264],[68.48489,22.03131],[68.50213,22.00951],[68.53243,22.00659],[68.53520,22.00264],[68.53338,21.99131],[68.53934,21.98170],[68.54280,21.97929],[68.54663,21.96899],[68.55027,21.96985],[68.55523,21.95457],[68.56175,21.94118],[68.57217,21.92333],[68.57430,21.91097],[68.57618,21.90514],[68.57969,21.90548],[68.58163,21.89638],[68.58483,21.89106],[68.58646,21.88248],[68.58602,21.86994],[68.58539,21.86222],[68.58778,21.86411],[68.59035,21.86102],[68.59091,21.83956],[68.58934,21.82686],[68.58959,21.81707],[68.58884,21.80729],[68.58590,21.79596],[68.58583,21.78823],[68.58496,21.77828],[68.58565,21.77038],[68.58671,21.76060],[68.58878,21.73691],[68.59041,21.71476],[68.59461,21.70961],[68.59492,21.70223],[68.59680,21.69880],[68.61483,21.69863],[68.61809,21.71116],[68.61997,21.70893],[68.62641,21.70824],[68.63160,21.69691],[68.63398,21.68507],[68.63992,21.66447],[68.64723,21.65127],[68.65005,21.65024],[68.65042,21.63926],[68.65648,21.62226],[68.66292,21.62175],[68.67016,21.57214],[68.67540,21.55995],[68.67584,21.52562],[68.67721,21.52184],[68.67538,21.50946],[68.67625,21.49984],[68.68118,21.48045],[68.68218,21.46414],[68.68617,21.45693],[68.69403,21.42311],[68.69983,21.42071],[68.70389,21.42157],[68.71062,21.41213],[68.71417,21.41831],[68.71598,21.42088],[68.72489,21.40852],[68.73080,21.41350],[68.73510,21.40595],[68.73734,21.40440],[68.74331,21.40646],[68.74736,21.41092],[68.75265,21.40440],[68.75682,21.40045],[68.76061,21.39050],[68.76434,21.38775],[68.76670,21.36543],[68.76552,21.35668],[68.76210,21.33934],[68.75974,21.33144],[68.75905,21.32166],[68.76024,21.30415],[68.76478,21.29419],[68.78429,21.26433],[68.79032,21.25969],[68.79249,21.26124],[68.79758,21.25317],[68.80317,21.25076],[68.80968,21.23806],[68.81217,21.23755],[68.81787,21.20699],[68.82277,21.19497],[68.82457,21.18364],[68.82848,21.18193],[68.83337,21.16802],[68.83889,21.14880],[68.83988,21.14245],[68.84236,21.14176],[68.84570,21.14159],[68.85047,21.12751],[68.85425,21.12597],[68.85586,21.11893],[68.85933,21.10605],[68.86465,21.07739],[68.86756,21.07618],[68.87189,21.07481],[68.87907,21.05215],[68.88130,21.04666],[68.88192,21.03481],[68.88216,21.02554],[68.88662,21.02898],[68.89657,20.99568],[68.89031,20.98134],[68.89217,20.96846],[68.89149,20.95936],[68.89309,20.95627],[68.89637,20.95627],[68.89674,20.94357],[68.89822,20.93310],[68.89643,20.91662],[68.89173,20.90443],[68.89458,20.87216],[68.89804,20.89379],[68.89971,20.90117],[68.90107,20.90117],[68.90817,20.88967],[68.91861,20.87886],[68.92460,20.85225],[68.93466,20.84538],[68.93700,20.84452],[68.94243,20.86392],[68.95045,20.90791],[68.98260,20.89367],[68.99269,20.84217],[69.03487,20.78209],[69.04739,20.60922],[69.04967,20.59206],[69.05304,20.58811],[69.05273,20.57283],[69.05955,20.54708],[69.06047,20.54966],[69.06096,20.55326],[69.12028,20.71715],[69.08801,20.84599],[69.03660,21.05765],[69.10371,21.10771],[69.12207,21.05466],[69.13950,21.04608],[69.19206,20.98641],[69.22283,21.00255],[69.26111,21.09549],[69.31212,21.27882],[69.27679,21.62884],[69.21438,21.72462],[69.14519,21.84582],[69.07357,21.98349],[68.95726,22.17541],[68.91877,22.19257],[68.82757,22.34123],[68.71731,22.37522],[68.74508,22.53521],[68.72628,22.60696],[68.68788,22.80128],[68.68962,23.04745],[68.62910,23.16796],[68.69269,23.43987],[68.70591,23.67195],[68.75088,23.73066],[68.81921,23.77426],[68.83706,23.86971],[68.82739,23.98438],[68.78022,24.07570],[68.79041,24.15982],[68.75374,24.15364],[68.74590,24.20822],[68.72747,24.25114],[68.71763,24.30298],[68.69980,24.46915],[68.68234,24.60820],[68.63648,24.78432],[68.56257,24.85779],[68.55542,24.90242],[68.58239,24.90483],[68.60469,24.91444],[68.61333,24.93676],[68.61822,24.95701],[68.61847,24.97692],[68.61371,24.98997],[68.61571,25.01023],[68.62210,25.01400],[68.62497,25.02636],[68.62798,25.04834],[68.62047,25.06687],[68.62823,25.07992],[68.63711,25.09228],[68.63948,25.11219],[68.65111,25.11563],[68.65386,25.11151],[68.66473,25.11082],[68.68333,25.10533],[68.69731,25.11151],[68.70217,25.10842],[68.71501,25.12318],[68.71626,25.12936],[68.71937,25.12730],[68.72025,25.12181],[68.73532,25.12181],[68.74104,25.12490],[68.74602,25.11975],[68.75859,25.12558],[68.76319,25.13279],[68.76729,25.13142],[68.78892,25.14138],[68.79823,25.15271],[68.80717,25.17605],[68.81102,25.19699],[68.81933,25.20661],[68.82628,25.22858],[68.83979,25.23785],[68.85218,25.26921],[68.86171,25.29599],[68.86716,25.32517],[68.87879,25.36911],[68.88696,25.39727],[68.89079,25.39486],[68.89376,25.41409],[68.89499,25.43332],[68.90550,25.47966],[68.90500,25.49443],[68.90117,25.49511],[68.89883,25.49820],[68.89808,25.51056],[68.89277,25.51537],[68.89054,25.52773],[68.88856,25.53219],[68.88782,25.53940],[68.88708,25.55760],[68.88609,25.56996],[68.88411,25.59193],[68.88807,25.60257],[68.89128,25.61528],[68.89339,25.62489],[68.89944,25.62523],[68.90439,25.63931],[68.90575,25.65167],[68.91810,25.65716],[68.92662,25.66643],[68.94513,25.68806],[68.95351,25.69149],[68.95388,25.69767],[68.96337,25.70763],[68.98271,25.71003],[68.99539,25.72823],[69.00573,25.75776],[69.00622,25.76256],[69.01803,25.77595],[69.02872,25.76977],[69.03081,25.75192],[69.04198,25.74437],[69.04542,25.74677],[69.05132,25.74849],[69.05721,25.75055],[69.06175,25.74505],[69.08053,25.71984],[69.08237,25.73049],[69.09242,25.72431],[69.10210,25.72671],[69.10455,25.73083],[69.10883,25.71847],[69.11679,25.72122],[69.12266,25.73152],[69.13000,25.73083],[69.13526,25.73941],[69.13930,25.74181],[69.14125,25.73975],[69.14418,25.74216],[69.15103,25.72946],[69.15885,25.72980],[69.16263,25.72225],[69.16434,25.72431],[69.16947,25.72122],[69.18631,25.70474],[69.19851,25.69100],[69.20460,25.69375],[69.20607,25.70542],[69.21216,25.71263],[69.21984,25.70439],[69.22532,25.70989],[69.23140,25.69993],[69.24053,25.70233],[69.24244,25.70687],[69.24533,25.70593],[69.25010,25.70035],[69.25488,25.70190],[69.25643,25.70910],[69.25661,25.71795],[69.25922,25.72121],[69.26315,25.73005],[69.26700,25.73151],[69.27187,25.72790],[69.27408,25.73279],[69.27469,25.73803],[69.27670,25.74275],[69.28319,25.73923],[69.28486,25.74455],[69.28669,25.74790],[69.29288,25.74464],[69.29521,25.73545],[69.29870,25.73588],[69.29928,25.74181],[69.30113,25.74318],[69.30183,25.74721],[69.30422,25.74636],[69.30741,25.74043],[69.31184,25.73820],[69.31930,25.74206],[69.32521,25.75657],[69.33211,25.75992],[69.33429,25.76344],[69.33720,25.75906],[69.34075,25.75957],[69.34438,25.77820],[69.34735,25.77923],[69.35019,25.77923],[69.35525,25.78335],[69.35706,25.79322],[69.35673,25.79983],[69.35809,25.80738],[69.35957,25.81674],[69.36106,25.81862],[69.36390,25.81717],[69.36840,25.81571],[69.37230,25.81820],[69.37415,25.81176],[69.37738,25.81459],[69.37989,25.82163],[69.38173,25.82755],[69.38385,25.83073],[69.38877,25.83124],[69.39195,25.83631],[69.39243,25.84300],[69.39340,25.84609],[69.39908,25.84291],[69.40418,25.83236],[69.40620,25.83244],[69.40714,25.83056],[69.40720,25.82523],[69.40517,25.81682],[69.40530,25.81193],[69.40759,25.81159],[69.40916,25.80893],[69.41082,25.80961],[69.41194,25.81296],[69.41224,25.81991],[69.41320,25.82360],[69.41631,25.82103],[69.41894,25.80850],[69.41921,25.79605],[69.42099,25.79330],[69.42389,25.79674],[69.42545,25.80232],[69.42539,25.80721],[69.42793,25.80970],[69.43097,25.81047],[69.43378,25.80884],[69.45529,25.83004],[69.46907,25.83499],[69.47503,25.86323],[69.48544,25.85757],[69.48994,25.84863],[69.51504,25.86305],[69.52108,25.87592],[69.53191,25.86991],[69.54551,25.83567],[69.55495,25.85807],[69.55729,25.88880],[69.58035,25.94902],[69.58748,25.94585],[69.58897,25.95023],[69.59421,25.95323],[69.59891,25.96593],[69.61123,25.97683],[69.62457,25.95520],[69.63344,25.96250],[69.64864,25.95169],[69.65580,25.92654],[69.66105,25.89409],[69.67337,25.90250],[69.68702,25.94542],[69.70507,25.96267],[69.72075,26.00610],[69.72505,26.07125],[69.74176,26.14180],[69.75667,26.15656],[69.76059,26.18386],[69.77389,26.19006],[69.77870,26.20070],[69.77876,26.21083],[69.78065,26.21701],[69.79080,26.22765],[69.79376,26.23503],[69.79447,26.24190],[69.79987,26.25031],[69.80740,26.24190],[69.81687,26.24430],[69.82972,26.30868],[69.83351,26.31774],[69.83552,26.32976],[69.84227,26.34057],[69.84594,26.35207],[69.84546,26.36237],[69.85037,26.37079],[69.85327,26.38126],[69.87005,26.40271],[69.87476,26.40370],[69.88014,26.41452],[69.89012,26.41538],[69.90074,26.40645],[69.90286,26.41109],[69.90669,26.42791],[69.91572,26.44662],[69.92196,26.45789],[69.93398,26.45858],[69.93940,26.46510],[69.94364,26.48913],[69.94552,26.49892],[69.94587,26.52450],[69.94746,26.54973],[69.95182,26.57050],[69.95664,26.59986],[69.96078,26.63894],[69.96302,26.66727],[69.96520,26.67756],[69.96296,26.68237],[69.94849,26.69937],[69.94543,26.71344],[69.94537,26.72340],[69.94731,26.73572],[69.95714,26.77348],[69.95878,26.78859],[69.95890,26.81005],[69.95861,26.81949],[69.95990,26.83580],[69.95967,26.85434],[69.95720,26.85811],[69.95061,26.85657],[69.94507,26.85485],[69.94083,26.86017],[69.93671,26.86790],[69.93353,26.87682],[69.93259,26.89433],[69.93648,26.91877],[69.93942,26.92941],[69.93913,26.94520],[69.93966,26.95842],[69.93630,26.97971],[69.93106,26.99310],[69.92257,27.00717],[69.91892,27.01009],[69.91662,27.01765],[69.91279,27.02657],[69.91043,27.03258],[69.91196,27.05009],[69.91650,27.06022],[69.91780,27.06640],[69.91692,27.09009],[69.91786,27.10227],[69.92699,27.11893],[69.93212,27.13026],[69.93259,27.13850],[69.93418,27.16596],[69.94460,27.21900],[69.94772,27.22965],[69.95190,27.28166],[69.95637,27.30226],[69.96446,27.29977],[69.96664,27.29256],[69.97134,27.28981],[69.97475,27.27402],[69.97951,27.27831],[69.98832,27.30595],[69.98844,27.33050],[69.98956,27.34629],[69.99755,27.37496],[70.00776,27.39762],[70.01421,27.40517],[70.02102,27.43675],[70.02231,27.52276],[70.02559,27.53083],[70.03521,27.54078],[70.04880,27.54301],[70.06221,27.55932],[70.07237,27.59286],[70.07547,27.63800],[70.07564,27.65637],[70.07722,27.67045],[70.07646,27.69448],[70.07172,27.71199],[70.06792,27.72074],[70.06371,27.73877],[70.06505,27.76434],[70.07792,27.81687],[70.08447,27.87472],[70.08839,27.92674],[70.09278,27.95094],[70.09149,27.95918],[70.09026,27.96081],[70.05393,27.97763],[70.01402,27.98435],[69.92126,28.16133],[69.88067,28.34604],[69.84935,28.33128],[69.81870,28.40475],[69.77791,28.64851],[69.76628,28.71683],[69.72968,28.91939],[69.69529,29.13617],[69.63874,29.17188],[69.47812,29.33763],[69.39719,29.21916],[69.22397,28.83189],[69.17142,28.83078],[69.11067,28.80606],[69.07661,28.85585],[69.05158,28.93035],[68.92985,28.49776],[68.91479,28.41605],[68.88586,28.46858],[68.88698,28.66358],[68.86946,28.80293],[68.73128,28.70680],[68.53886,28.43448],[68.19664,28.64768],[68.07493,29.32835],[67.80389,29.66000],[67.67409,30.01774],[67.52100,29.93054],[67.48974,29.85775],[67.42578,29.76437],[67.39835,29.71630],[67.39274,29.71836],[67.37221,29.67837],[67.36854,29.66069],[67.36193,29.65589],[67.35393,29.64353],[67.34917,29.62481],[67.34587,29.62104],[67.34230,29.64730],[67.33813,29.65022],[67.33085,29.63700],[67.32477,29.61074],[67.32781,29.58568],[67.31947,29.57452],[67.31616,29.58327],[67.31279,29.58035],[67.30921,29.57091],[67.31047,29.55375],[67.30676,29.53916],[67.30934,29.52868],[67.30133,29.52113],[67.28463,29.51049],[67.28019,29.51787],[67.18219,29.37058],[67.00393,29.08768],[66.99427,29.07327],[66.96097,29.04374],[66.94323,29.03619],[66.92170,29.03619],[66.85326,29.06228],[66.80246,29.12133],[66.79597,29.10485],[66.78677,29.10279],[66.78758,29.13026],[66.78054,29.14262],[66.78136,29.14811],[66.64100,29.35616],[66.63883,29.36303],[66.62807,29.36337],[66.62167,29.36784],[66.60709,29.38775],[66.60272,29.37814],[66.59781,29.38088],[66.59768,29.39805],[66.59522,29.40594],[66.59263,29.41075],[66.59250,29.41933],[66.58977,29.42071],[66.58295,29.41178],[66.57967,29.42139],[66.54376,29.47392],[66.49588,29.52199],[66.43282,29.57486],[66.36395,29.63460],[66.31830,29.66539],[66.27731,29.69800],[66.27527,29.70539],[66.27388,29.70659],[66.27223,29.70436],[66.27164,29.69518],[66.26974,29.69535],[66.26801,29.69775],[66.26684,29.70265],[66.26836,29.71037],[66.17911,29.84727],[66.17717,29.85105],[66.16101,29.87474],[66.12672,29.92503],[66.12241,29.92709],[66.04607,29.97207],[66.04523,29.97378],[66.04405,29.97876],[66.04070,29.97430],[66.02480,29.98529],[66.02320,29.99215],[66.02110,29.99507],[66.01971,29.98992],[65.97858,29.99799],[65.97712,30.00194],[65.96705,30.02477],[65.95866,30.02528],[65.91414,30.05738],[65.91267,30.05893],[65.89564,30.06906],[65.85079,30.08799],[65.81214,30.09983],[65.79413,30.10533],[65.78131,30.11116],[65.69858,30.13520],[65.66826,30.13914],[65.68742,30.03838],[65.69646,30.01744],[65.63705,29.72304],[65.60913,29.75548],[65.58346,29.81779],[65.56940,29.84835],[65.56017,29.86466],[65.52648,29.79901],[65.49916,29.75747],[65.49667,29.75489],[65.48221,29.75009],[65.47235,29.73361],[65.42106,29.73034],[65.39990,29.72794],[65.38489,29.73086],[65.37367,29.73275],[65.34726,29.74734],[65.28869,29.64692],[65.27527,29.60967],[65.25968,29.60211],[65.23158,29.63490],[65.23108,29.70030],[65.22604,29.74442],[65.22906,29.76433],[65.22445,29.80506],[65.22078,29.82978],[65.21524,29.86085],[65.20610,29.88643],[65.19256,29.89398],[65.14390,29.81913],[65.10491,29.89707],[65.10332,29.87115],[65.09146,29.82995],[65.09146,29.73159],[65.08496,29.71371],[65.07020,29.66032],[65.06065,29.62651],[65.01313,29.61433],[64.99521,29.59956],[64.95996,29.62008],[64.92746,29.61064],[64.86614,29.64634],[64.85251,29.67483],[64.84572,29.68771],[64.83726,29.70024],[64.81835,29.68857],[64.78955,29.74058],[64.78999,29.80736],[64.78977,29.86864],[64.79255,29.88038],[64.79401,29.90390],[64.79401,29.92673],[64.79482,29.99453],[64.79160,30.00775],[64.79328,30.04397],[64.77412,30.08740],[64.76468,30.09187],[64.76410,30.08586],[64.74118,30.04174],[64.71245,30.05479],[64.64924,30.13616],[64.63439,30.13083],[64.62564,30.11933],[64.61526,30.05496],[64.58729,29.99007],[64.57727,29.99869],[64.53361,29.98788],[64.52365,29.99818],[64.50429,30.01586],[64.50075,30.03079],[64.48300,30.02564],[64.47221,30.04779],[64.45067,30.05998],[64.44149,30.05174],[64.43430,30.05895],[64.40234,30.04641],[64.36516,30.11216],[64.35829,30.13893],[64.35079,30.21171],[64.33027,30.28690],[64.32001,30.30321],[64.29970,30.36844],[64.28123,30.36174],[64.26908,30.38938],[64.26260,30.48328],[64.22148,30.50994],[64.20423,30.46720],[64.15466,30.51698],[64.13227,30.55440],[64.10180,30.55417],[64.04859,30.52825],[64.01416,30.48911],[63.98195,30.44740],[63.93244,30.35470],[63.90912,30.32071],[63.82163,30.26080],[63.80095,30.15163],[63.79587,30.12948],[63.77267,30.03679],[63.75704,29.97276],[63.70910,30.06357],[63.70340,30.06236],[63.70104,30.06786],[63.69396,30.07541],[63.67844,30.11026],[63.66740,30.12485],[63.66565,30.13017],[63.60718,30.24484],[63.58283,30.25874],[63.58222,30.26407],[63.57840,30.27934],[63.54554,30.38612],[63.48207,30.46354],[63.46666,30.48396],[63.42583,30.67665],[63.40548,30.78857],[63.37723,30.84259],[63.37415,30.84431],[63.37007,30.84843],[63.36700,30.86113],[63.36553,30.86748],[63.36530,30.87126],[63.36292,30.87864],[63.36199,30.89117],[63.35938,30.90576],[63.35707,30.91829],[63.35768,30.92482],[63.35537,30.93546],[63.33697,30.94370],[63.30645,30.98095],[63.30699,30.98370],[63.30506,30.98936],[63.30367,30.99365],[63.30421,30.99777],[63.30313,31.02129],[63.28161,31.08635],[63.27821,31.08721],[63.27273,31.09871],[63.27041,31.10472],[63.27049,31.11862],[63.26763,31.12995],[63.26490,31.13041],[63.26254,31.13256],[63.26254,31.13402],[63.26447,31.13702],[63.26366,31.14020],[63.25632,31.15470],[63.25339,31.15487],[63.25061,31.15934],[63.24678,31.16397],[63.24504,31.16517],[63.23874,31.18217],[63.23457,31.18946],[63.23345,31.19728],[63.23009,31.20800],[63.22889,31.21443],[63.22672,31.21709],[63.22413,31.22061],[63.22096,31.23289],[63.21706,31.24284],[63.21207,31.24138],[63.19481,31.23829],[63.18962,31.24276],[63.18796,31.24284],[63.18087,31.24756],[63.17851,31.25589],[63.14177,31.25623],[63.11468,31.26695],[63.10630,31.27485],[63.10459,31.27794],[63.10272,31.27880],[63.09861,31.28910],[63.09410,31.29494],[63.07234,31.36188],[63.06543,31.37012],[63.06107,31.37974],[63.05835,31.38162],[63.05454,31.38094],[63.05345,31.38265],[63.05127,31.38832],[63.04964,31.38832],[63.04777,31.39536],[63.04536,31.40308],[63.04131,31.41235],[63.04357,31.42591],[63.02465,31.46385],[63.00635,31.44909],[63.00050,31.48057],[62.99661,31.50220],[62.91919,31.57241],[62.91739,31.57344],[62.91630,31.57945],[62.90793,31.58769],[62.90551,31.58357],[62.79661,31.45649],[62.78334,31.46765],[62.78460,31.43915],[62.68985,31.38044],[62.67456,31.38508],[62.67417,31.37993],[62.67046,31.37684],[62.66435,31.37770],[62.66340,31.37615],[62.66009,31.37675],[62.65457,31.37589],[62.64817,31.37050],[62.64715,31.36689],[62.64565,31.36483],[62.64455,31.36020],[62.64466,31.35668],[62.64344,31.35376],[62.64384,31.34603],[62.64285,31.34612],[62.64056,31.34973],[62.64005,31.34912],[62.64021,31.34526],[62.55702,31.27461],[62.53239,31.25374],[62.52598,31.24464],[62.51370,31.23571],[62.49801,31.22249],[62.49571,31.19984],[62.49302,31.18542],[62.48683,31.18627],[62.48144,31.17374],[62.45490,31.16326],[62.44577,31.16395],[62.44410,31.14678],[62.44172,31.13905],[62.40676,31.07777],[62.40517,31.07314],[62.33304,30.94336],[62.33256,30.94817],[62.33025,30.95366],[62.32778,30.96293],[62.32275,30.96001],[62.30672,30.94679],[62.30712,30.92534],[62.31039,30.91435],[62.30696,30.89461],[62.30098,30.88603],[62.27535,30.83453],[62.27024,30.81032],[62.26034,30.80861],[62.25051,30.78869],[62.23476,30.76483],[62.22628,30.74595],[62.22572,30.74303],[62.21820,30.73342],[62.20884,30.72054],[62.21036,30.68432],[62.20860,30.65686],[62.19250,30.63677],[62.19034,30.62956],[62.18722,30.62819],[62.18169,30.63025],[62.17424,30.63626],[62.17071,30.63265],[62.14137,30.60347],[62.11746,30.56365],[62.08404,30.51386],[62.07206,30.49704],[62.04216,30.45190],[62.03588,30.44263],[62.03524,30.44693],[62.03218,30.44418],[62.03331,30.43886],[62.02236,30.42324],[62.01527,30.40744],[61.99940,30.37775],[61.98480,30.35869],[61.97932,30.35148],[61.97279,30.33758],[61.97279,30.32779],[61.96996,30.32419],[61.96754,30.31372],[61.96424,30.30668],[61.96157,30.30582],[61.95980,30.30668],[61.94228,30.31131],[61.93461,30.30067],[61.93348,30.27441],[61.90935,30.23968],[61.89261,30.21256],[61.89124,30.19556],[61.88266,30.19711],[61.86632,30.17119],[61.85361,30.14784],[61.81804,30.07540],[61.81893,30.07197],[61.81560,30.06905],[61.77065,30.04566],[61.75839,30.02746],[61.75522,30.02025],[61.73165,29.96948],[61.69651,29.89824],[61.68308,29.87112],[61.67925,29.86494],[61.67575,29.86202],[61.67159,29.86270],[61.67029,29.84743],[61.66793,29.84279],[61.65929,29.82683],[61.65505,29.82030],[61.65204,29.81859],[61.64772,29.81670],[61.64421,29.81412],[61.63524,29.81138],[61.63475,29.80382],[61.63084,29.79988],[61.62472,29.79061],[61.62219,29.78477],[61.60823,29.76434],[61.60277,29.75490],[61.59055,29.74973],[61.57993,29.74492],[61.56383,29.72037],[61.55419,29.69497],[61.55182,29.68844],[61.52580,29.64312],[61.51974,29.64536],[61.50288,29.60982],[61.50042,29.60759],[61.49968,29.60124],[61.49665,29.59884],[61.49485,29.59334],[61.49526,29.57841],[61.49198,29.55661],[61.49190,29.54013],[61.48977,29.51850],[61.49141,29.49601],[61.46141,29.50408],[61.35497,29.33522],[61.35280,29.33417],[61.35182,29.32988],[61.34712,29.32301],[61.34457,29.32387],[61.29011,29.26499],[61.27609,29.24233],[61.27337,29.24611],[61.26966,29.24405],[61.26710,29.23787],[61.26751,29.23392],[61.26462,29.22705],[61.26347,29.22036],[61.25984,29.21315],[61.25728,29.20954],[61.25521,29.19959],[61.24530,29.18019],[61.24126,29.17710],[61.24192,29.17367],[61.23424,29.15616],[61.18910,29.02432],[61.17401,28.98674],[61.15107,28.95739],[61.15124,28.95172],[61.14768,28.94468],[61.14552,28.92558],[61.14271,28.91391],[61.14444,28.90258],[61.14204,28.88455],[61.13541,28.87374],[61.12132,28.82018],[61.09619,28.80937],[61.09304,28.80576],[61.09163,28.80027],[61.04482,28.71585],[61.02754,28.71141],[60.99335,28.69321],[60.97749,28.68418],[60.95042,28.65792],[60.94825,28.65277],[60.94791,28.64830],[60.95525,28.61466],[60.95142,28.57295],[60.95517,28.54651],[60.95558,28.54239],[60.95550,28.53655],[60.95425,28.52934],[60.95625,28.52454],[60.93758,28.49707],[60.93658,28.49347],[60.93391,28.49209],[60.92782,28.48368],[60.92615,28.48574],[60.92323,28.46995],[60.92298,28.46600],[60.88744,28.39875],[60.88560,28.40064],[60.88309,28.39721],[60.88468,28.39343],[60.85418,28.33661],[60.85702,28.32408],[60.84080,28.31258],[60.80841,28.25422],[60.78253,28.22143],[60.77826,28.17405],[60.74061,28.13577],[60.72087,28.08969],[60.68231,28.01621],[60.68114,28.01862],[60.66945,27.99733],[60.66995,27.99355],[60.60430,27.87356],[60.58118,27.84695],[60.57865,27.83871],[60.57545,27.84420],[60.56626,27.84231],[60.56153,27.84763],[60.55402,27.81468],[60.53401,27.77622],[60.50631,27.77502],[60.47198,27.75700],[60.46876,27.74807],[60.38251,27.72095],[60.26689,27.55856],[60.08016,26.61472],[59.44447,22.30058],[59.63696,21.28337],[59.78139,21.27067],[59.83185,21.30858],[59.86392,21.33089],[59.90518,21.30360],[59.93830,21.23116],[59.94948,21.16892],[59.98742,21.14163],[60.06168,21.12747],[60.12732,21.01915],[60.19488,21.04282],[60.19880,21.09157],[60.25439,21.09794],[60.28887,21.09400],[60.34463,21.11631],[60.41073,21.11168],[60.48107,21.12592],[60.49934,21.14807],[60.55109,21.14349],[60.59595,21.11499],[60.63200,21.06435],[60.71404,20.94894],[60.72994,20.58035],[61.43765,19.28199],[63.36094,20.67725],[64.97137,23.40449]], // Faroe Islands - FO: [[62.27712,-8.62803], [62.80899,-5.56834], [60.76613,-6.44724]], + FO: [[62.27712,-8.62803],[62.80899,-5.56834],[60.76613,-6.44724]], // France - FR: [[51.08972,2.54565], [51.07009,2.55973], [51.06405,2.56333], [51.05434,2.56368], [51.01278,2.57707], [51.01213,2.57192], [51.00813,2.57277], [51.00619,2.57724], [51.00219,2.57518], [50.99301,2.59371], [50.99214,2.60693], [50.98469,2.61122], [50.98091,2.60882], [50.97118,2.61465], [50.96556,2.62152], [50.94577,2.63422], [50.94317,2.63251], [50.93993,2.61894], [50.93506,2.62135], [50.92976,2.61088], [50.91818,2.59198], [50.91472,2.59387], [50.91764,2.60486], [50.91418,2.60572], [50.91234,2.60984], [50.90552,2.60640], [50.90021,2.60743], [50.89772,2.61018], [50.88949,2.60760], [50.88494,2.60846], [50.88050,2.61069], [50.87336,2.60795], [50.86740,2.61516], [50.86100,2.61155], [50.85537,2.60348], [50.85104,2.60039], [50.84908,2.60038], [50.84930,2.60467], [50.85136,2.61154], [50.84822,2.61754], [50.84356,2.61720], [50.83933,2.61823], [50.83922,2.62252], [50.83673,2.62613], [50.81406,2.63505], [50.81352,2.65531], [50.82025,2.66612], [50.82372,2.66887], [50.82003,2.67574], [50.81406,2.68054], [50.81406,2.70990], [50.81580,2.71196], [50.81396,2.71865], [50.80886,2.72638], [50.80094,2.72415], [50.79378,2.72706], [50.79172,2.73084], [50.78855,2.73074], [50.78279,2.73984], [50.77791,2.75460], [50.76988,2.76473], [50.76401,2.75855], [50.76390,2.76284], [50.76108,2.76404], [50.75858,2.76404], [50.75544,2.76885], [50.75446,2.77537], [50.75131,2.77949], [50.75185,2.78412], [50.74392,2.78498], [50.74110,2.78327], [50.73425,2.78739], [50.73208,2.79082], [50.72686,2.79271], [50.71719,2.81966], [50.72024,2.82927], [50.72415,2.84815], [50.71654,2.85382], [50.70893,2.86412], [50.70426,2.86995], [50.70402,2.87903], [50.70696,2.88435], [50.70359,2.89036], [50.69554,2.89774], [50.69337,2.90529], [50.69522,2.90958], [50.70250,2.90821], [50.70500,2.91285], [50.70500,2.92383], [50.71098,2.92692], [50.72000,2.93053], [50.72609,2.92915], [50.73122,2.93255], [50.73209,2.94251], [50.74024,2.93650], [50.74545,2.93667], [50.75175,2.94989], [50.75501,2.95539], [50.75403,2.96139], [50.75067,2.96723], [50.75143,2.97272], [50.75773,2.98045], [50.75946,2.98869], [50.76793,3.00723], [50.77097,3.01255], [50.77445,3.01427], [50.77466,3.01821], [50.76989,3.02628], [50.77097,3.03504], [50.77673,3.03881], [50.77933,3.05100], [50.78194,3.05684], [50.77912,3.06851], [50.77390,3.08156], [50.77377,3.08739], [50.77724,3.09014], [50.77735,3.09340], [50.78668,3.10662], [50.79037,3.10731], [50.79536,3.11160], [50.79515,3.11503], [50.79265,3.11795], [50.79026,3.12379], [50.78723,3.12790], [50.79081,3.15005], [50.78560,3.15468], [50.78321,3.15211], [50.77789,3.15692], [50.77094,3.16413], [50.76096,3.17391], [50.75802,3.17460], [50.75563,3.18129], [50.75281,3.18215], [50.74684,3.18850], [50.74173,3.18799], [50.73999,3.19090], [50.73739,3.19914], [50.73402,3.20172], [50.72967,3.19811], [50.72696,3.19348], [50.72478,3.19399], [50.72163,3.19829], [50.72087,3.20515], [50.71837,3.20944], [50.71435,3.21099], [50.71359,3.21631], [50.71120,3.22190], [50.71402,3.22671], [50.71381,3.23495], [50.71250,3.23855], [50.71359,3.24559], [50.70859,3.25125], [50.70478,3.25349], [50.70141,3.26173], [50.69674,3.26052], [50.69097,3.26224], [50.69043,3.25537], [50.68673,3.25589], [50.68597,3.25915], [50.68293,3.25984], [50.67879,3.26275], [50.67760,3.26705], [50.67596,3.26584], [50.67433,3.25829], [50.67281,3.25108], [50.66824,3.24250], [50.66139,3.24319], [50.65736,3.24130], [50.65301,3.24816], [50.64658,3.24971], [50.64107,3.24600], [50.63596,3.25338], [50.62921,3.26110], [50.62333,3.25681], [50.61886,3.26093], [50.61635,3.26557], [50.61015,3.27260], [50.59707,3.27844], [50.58705,3.27896], [50.58094,3.27878], [50.57506,3.28582], [50.57124,3.28050], [50.56361,3.27861], [50.56317,3.28445], [50.56066,3.28548], [50.55903,3.27964], [50.55379,3.28325], [50.55107,3.28273], [50.54910,3.27964], [50.54430,3.28136], [50.53841,3.28119], [50.53219,3.28840], [50.52870,3.28908], [50.52412,3.29750], [50.52073,3.30951], [50.51964,3.32050], [50.51266,3.33011], [50.50927,3.33045], [50.50884,3.33904], [50.50447,3.36427], [50.49956,3.36788], [50.49486,3.37286], [50.49333,3.37972], [50.49650,3.38727], [50.49977,3.39242], [50.49999,3.39963], [50.50021,3.40633], [50.50371,3.41611], [50.50491,3.42487], [50.50573,3.42956], [50.50977,3.43420], [50.51151,3.43849], [50.50824,3.43969], [50.50737,3.44810], [50.50966,3.44948], [50.51239,3.44896], [50.51632,3.45257], [50.52014,3.45342], [50.52385,3.45840], [50.53029,3.46802], [50.53321,3.47024], [50.53517,3.47556], [50.52941,3.49064], [50.53039,3.49973], [50.52963,3.50506], [50.52635,3.51244], [50.52341,3.52188], [50.52057,3.51862], [50.51271,3.51759], [50.50780,3.50900], [50.50463,3.50368], [50.49819,3.49819], [50.49207,3.50008], [50.48738,3.50265], [50.49153,3.51038], [50.49502,3.52050], [50.49677,3.53080], [50.49557,3.54110], [50.49950,3.54711], [50.49917,3.55655], [50.49906,3.56342], [50.50103,3.56720], [50.50059,3.57286], [50.49666,3.57595], [50.49459,3.58110], [50.49229,3.57990], [50.49109,3.58471], [50.49186,3.59295], [50.49841,3.60771], [50.48639,3.62110], [50.47984,3.63432], [50.47831,3.63260], [50.47230,3.63535], [50.46345,3.64427], [50.46443,3.64593], [50.46389,3.65400], [50.45984,3.65847], [50.45744,3.66241], [50.45176,3.66499], [50.44870,3.66087], [50.44378,3.66190], [50.44028,3.67031], [50.43503,3.67117], [50.42344,3.66962], [50.42180,3.67289], [50.41884,3.67203], [50.41753,3.67083], [50.41381,3.67340], [50.40703,3.67443], [50.39806,3.67529], [50.39521,3.67392], [50.38715,3.67509], [50.38474,3.67114], [50.37785,3.66634], [50.37106,3.65844], [50.36766,3.65964], [50.36558,3.66582], [50.35923,3.66754], [50.34740,3.66823], [50.34149,3.67732], [50.33864,3.67681], [50.33415,3.67561], [50.33305,3.67955], [50.32987,3.68093], [50.32571,3.68848], [50.32286,3.69157], [50.32165,3.69638], [50.31815,3.69535], [50.31309,3.69833], [50.30487,3.71035], [50.30629,3.71601], [50.31178,3.71515], [50.31945,3.70846], [50.32044,3.71172], [50.31737,3.72202], [50.31189,3.72253], [50.31221,3.72854], [50.31726,3.72751], [50.32241,3.73095], [50.33074,3.72871], [50.33797,3.73421], [50.34367,3.73335], [50.34936,3.74090], [50.35188,3.74828], [50.34969,3.76064], [50.35342,3.76579], [50.35418,3.78931], [50.35177,3.79772], [50.35615,3.80579], [50.35363,3.81489], [50.34810,3.81566], [50.34591,3.81291], [50.34690,3.82236], [50.34996,3.82373], [50.35467,3.82287], [50.35446,3.82785], [50.35347,3.83489], [50.35511,3.83798], [50.35281,3.85034], [50.34953,3.85703], [50.34427,3.85995], [50.34372,3.86373], [50.34087,3.86853], [50.33923,3.87506], [50.33879,3.88038], [50.34131,3.88742], [50.33605,3.89102], [50.33101,3.89119], [50.32783,3.88913], [50.33002,3.89720], [50.32827,3.89977], [50.32970,3.91025], [50.35051,3.96861], [50.34865,3.96998], [50.34328,3.96895], [50.34799,3.97204], [50.34909,3.97513], [50.34525,3.97960], [50.34306,3.98715], [50.34679,3.98870], [50.34898,3.99264], [50.35095,4.00140], [50.35205,4.01444], [50.35829,4.01753], [50.35927,4.02354], [50.35862,4.02818], [50.35216,4.03522], [50.34558,4.03693], [50.34098,4.04191], [50.33989,4.05564], [50.33499,4.05619], [50.33280,4.05808], [50.33192,4.06443], [50.32918,4.06700], [50.32567,4.06975], [50.32118,4.07885], [50.31417,4.08005], [50.30923,4.08091], [50.31263,4.08623], [50.31351,4.09275], [50.31395,4.09773], [50.30912,4.10546], [50.30331,4.10923], [50.30452,4.11747], [50.30211,4.12142], [50.30134,4.12142], [50.29695,4.12468], [50.28763,4.12657], [50.27798,4.12520], [50.27414,4.12468], [50.27556,4.13756], [50.26887,4.13670], [50.26679,4.13580], [50.26349,4.14026], [50.25735,4.13717], [50.25943,4.14575], [50.25702,4.15537], [50.26086,4.16687], [50.26613,4.16756], [50.27030,4.16275], [50.27370,4.14936], [50.27798,4.14884], [50.28171,4.15434], [50.28566,4.15348], [50.28609,4.16052], [50.28939,4.16206], [50.28851,4.17047], [50.28500,4.17047], [50.28467,4.17854], [50.27787,4.17614], [50.27469,4.18026], [50.27644,4.18558], [50.27381,4.19519], [50.27513,4.20154], [50.27326,4.20944], [50.26317,4.21717], [50.25768,4.22249], [50.25351,4.22094], [50.24802,4.21699], [50.24374,4.20841], [50.24055,4.20343], [50.23935,4.19691], [50.23913,4.19348], [50.23287,4.18369], [50.22309,4.17751], [50.21486,4.17219], [50.21398,4.16498], [50.21189,4.15314], [50.20827,4.15331], [50.20387,4.15605], [50.20233,4.16035], [50.19838,4.16258], [50.19112,4.15914], [50.18563,4.15674], [50.18167,4.15657], [50.17376,4.15039], [50.17266,4.15691], [50.16518,4.15605], [50.16210,4.15691], [50.15704,4.14953], [50.15572,4.14524], [50.15143,4.13923], [50.14384,4.13666], [50.14021,4.13425], [50.13724,4.13082], [50.13592,4.12979], [50.13251,4.13202], [50.12987,4.14421], [50.12998,4.15657], [50.13614,4.15588], [50.13548,4.16326], [50.13394,4.17614], [50.13603,4.19863], [50.13316,4.20173], [50.12689,4.19933], [50.12392,4.20208], [50.11962,4.20414], [50.11456,4.20414], [50.10762,4.19813], [50.10663,4.20774], [50.10476,4.20808], [50.10146,4.20225], [50.09650,4.20757], [50.09694,4.21255], [50.08968,4.21821], [50.08494,4.22645], [50.07965,4.22954], [50.06974,4.23332], [50.06383,4.22673], [50.06030,4.21712], [50.05578,4.19995], [50.04928,4.19480], [50.05049,4.19000], [50.04751,4.18605], [50.04443,4.17403], [50.04740,4.17026], [50.04751,4.16202], [50.03947,4.15498], [50.02932,4.14571], [50.02017,4.13610], [50.01410,4.13747], [50.00881,4.14313], [50.00307,4.14811], [50.00285,4.15824], [49.99932,4.16408], [49.99336,4.16339], [49.98354,4.15584], [49.98298,4.14863], [49.97868,4.14348], [49.97603,4.14584], [49.97703,4.14996], [49.97493,4.15374], [49.97835,4.17279], [49.97283,4.17794], [49.96753,4.19889], [49.96433,4.20026], [49.95583,4.19580], [49.95936,4.21107], [49.96025,4.22584], [49.95881,4.23133], [49.96201,4.24472], [49.96466,4.25965], [49.96599,4.27648], [49.96477,4.29656], [49.96963,4.30909], [49.96301,4.32471], [49.96367,4.33570], [49.95660,4.34703], [49.95240,4.35338], [49.95329,4.36574], [49.95152,4.37192], [49.95494,4.38205], [49.94844,4.39183], [49.94976,4.39922], [49.94921,4.40900], [49.94667,4.42016], [49.94181,4.43475], [49.94137,4.44196], [49.93827,4.44677], [49.94987,4.48110], [49.94711,4.48642], [49.94943,4.49638], [49.94766,4.51251], [49.95219,4.51869], [49.95208,4.52281], [49.95992,4.52985], [49.96313,4.53054], [49.96776,4.53929], [49.97075,4.54152], [49.96909,4.54787], [49.97097,4.56298], [49.97604,4.57173], [49.98156,4.57414], [49.98686,4.59739], [49.98863,4.61730], [49.98984,4.63962], [49.99525,4.66176], [49.99856,4.66863], [49.99735,4.67893], [49.99613,4.69369], [50.00154,4.68442], [50.01279,4.68562], [50.02515,4.68562], [50.02812,4.68356], [50.03022,4.68665], [50.05024,4.69524], [50.05729,4.69541], [50.05718,4.68459], [50.06435,4.68150], [50.06897,4.67859], [50.07272,4.68717], [50.08330,4.69060], [50.09695,4.70125], [50.09816,4.71378], [50.10235,4.71652], [50.10565,4.72888], [50.11323,4.75206], [50.11720,4.75206], [50.12369,4.74725], [50.12204,4.75446], [50.13359,4.76047], [50.13722,4.76133], [50.15109,4.80081], [50.15527,4.80785], [50.17055,4.82330], [50.16901,4.82604], [50.16153,4.82450], [50.15395,4.83308], [50.15450,4.84167], [50.15285,4.85128], [50.15384,4.87033], [50.15373,4.87960], [50.14702,4.88149], [50.14140,4.88304], [50.14041,4.89660], [50.13480,4.89831], [50.13348,4.89076], [50.13018,4.88630], [50.13073,4.87995], [50.12468,4.87806], [50.12468,4.87291], [50.11885,4.86965], [50.11411,4.87171], [50.10916,4.87377], [50.09628,4.86930], [50.09694,4.87480], [50.09319,4.87565], [50.08592,4.87153], [50.09319,4.85935], [50.09771,4.85935], [50.10035,4.85368], [50.09639,4.84527], [50.09286,4.84064], [50.08317,4.84819], [50.08229,4.84132], [50.07171,4.84184], [50.06582,4.83686], [50.06549,4.82124], [50.06042,4.82278], [50.05888,4.82931], [50.05062,4.82776], [50.04687,4.83480], [50.04742,4.84081], [50.03959,4.84218], [50.03320,4.83549], [50.03176,4.82742], [50.02757,4.82742], [50.02515,4.82158], [50.02118,4.82313], [50.01919,4.81901], [50.01478,4.82021], [50.01015,4.82227], [49.99823,4.81780], [49.99459,4.81969], [49.98201,4.80493], [49.98231,4.79464], [49.97756,4.79653], [49.96531,4.78932], [49.95979,4.79206], [49.95636,4.80288], [49.95073,4.82811], [49.95040,4.83978], [49.95051,4.84562], [49.94675,4.85094], [49.93195,4.85850], [49.92638,4.87592], [49.92229,4.88296], [49.91633,4.88227], [49.90881,4.89120], [49.90505,4.88811], [49.90549,4.88124], [49.90229,4.87798], [49.90251,4.88794], [49.89897,4.88845], [49.89565,4.88365], [49.89433,4.87867], [49.88658,4.87300], [49.87729,4.86682], [49.87010,4.86219], [49.86623,4.86408], [49.86346,4.85481], [49.85638,4.85343], [49.85085,4.85567], [49.84221,4.85922], [49.84232,4.86815], [49.82582,4.86969], [49.82084,4.87501], [49.81708,4.87707], [49.81309,4.86677], [49.80046,4.86317], [49.80002,4.86094], [49.79558,4.85956], [49.79315,4.85424], [49.78960,4.86214], [49.79071,4.86952], [49.79403,4.86901], [49.79348,4.88068], [49.78916,4.88737], [49.78993,4.90042], [49.78616,4.90162], [49.78694,4.91347], [49.78893,4.92136], [49.78694,4.93166], [49.79159,4.93338], [49.79436,4.94145], [49.79713,4.94677], [49.80157,4.95072], [49.80157,4.95793], [49.79835,4.96187], [49.79924,4.96960], [49.80190,4.96994], [49.80090,4.97973], [49.80057,4.99827], [49.79647,5.00084], [49.79004,5.00462], [49.78195,5.00805], [49.77452,5.03260], [49.76849,5.06336], [49.76295,5.06404], [49.76362,5.07657], [49.76550,5.08756], [49.76605,5.09031], [49.76228,5.09563], [49.74010,5.11949], [49.72568,5.12687], [49.71769,5.12434], [49.71370,5.12915], [49.71448,5.14151], [49.70904,5.14425], [49.71980,5.15284], [49.71536,5.16297], [49.71059,5.16709], [49.69449,5.16537], [49.69705,5.19575], [49.69227,5.19678], [49.69793,5.20708], [49.68805,5.21841], [49.69160,5.22854], [49.69049,5.24468], [49.68672,5.24519], [49.69527,5.25789], [49.69749,5.26768], [49.68894,5.28347], [49.68286,5.28546], [49.68041,5.29438], [49.67541,5.30073], [49.66408,5.32219], [49.65386,5.33575], [49.64519,5.31876], [49.63363,5.30743], [49.62495,5.30537], [49.61150,5.31344], [49.61695,5.32236], [49.61739,5.33610], [49.62240,5.34262], [49.63240,5.34760], [49.63074,5.35721], [49.62718,5.35910], [49.62373,5.36854], [49.62451,5.37867], [49.62084,5.38399], [49.61717,5.39944], [49.60972,5.40442], [49.60883,5.41489], [49.59926,5.41884], [49.59793,5.42897], [49.59214,5.43206], [49.58969,5.43068], [49.56999,5.43858], [49.56754,5.44991], [49.56799,5.46004], [49.55084,5.44459], [49.53814,5.46828], [49.52617,5.47016], [49.52461,5.46192], [49.51714,5.45094], [49.50923,5.46725], [49.49875,5.46639], [49.49820,5.47549], [49.50845,5.48424], [49.50801,5.50038], [49.51258,5.52956], [49.51648,5.54175], [49.52428,5.54432], [49.52963,5.55771], [49.52628,5.56252], [49.52818,5.56853], [49.52216,5.58758], [49.52372,5.59136], [49.51547,5.60337], [49.50622,5.60681], [49.50756,5.61333], [49.51291,5.61505], [49.51915,5.62208], [49.52773,5.61573], [49.53742,5.62414], [49.54723,5.63668], [49.55190,5.64389], [49.55402,5.66071], [49.54945,5.67205], [49.54934,5.68527], [49.54611,5.68561], [49.54277,5.69917], [49.53987,5.70415], [49.54110,5.71823], [49.54577,5.72664], [49.54566,5.73711], [49.53853,5.74123], [49.54277,5.75479], [49.55268,5.75651], [49.55836,5.75565], [49.56415,5.76131], [49.56381,5.77625], [49.55680,5.78741], [49.55079,5.80354], [49.55079,5.81144], [49.54700,5.82002], [49.54277,5.81539], [49.53742,5.81693], [49.54110,5.82775], [49.54388,5.83822], [49.52884,5.84732], [49.52594,5.83547], [49.52037,5.83719], [49.51357,5.85058], [49.50990,5.85109], [49.50577,5.86105], [49.50064,5.86723], [49.50053,5.88010], [49.49763,5.89693], [49.50276,5.90894], [49.49998,5.93006], [49.50198,5.93967], [49.49942,5.94757], [49.49618,5.94980], [49.49351,5.95975], [49.49206,5.97366], [49.48749,5.97555], [49.48615,5.97074], [49.48124,5.97538], [49.47444,5.97332], [49.46574,5.97503], [49.46239,5.97812], [49.46351,5.98156], [49.46217,5.98894], [49.45302,5.98516], [49.45748,5.99872], [49.45335,6.00765], [49.45581,6.02722], [49.45436,6.03048], [49.45123,6.02722], [49.44956,6.02928], [49.44878,6.04232], [49.46585,6.05417], [49.46808,6.06052], [49.46518,6.07511], [49.46462,6.08163], [49.45815,6.08146], [49.45447,6.09056], [49.45424,6.09914], [49.46339,6.09623], [49.47076,6.10103], [49.47477,6.11219], [49.47288,6.11528], [49.47578,6.12163], [49.49552,6.12815], [49.48983,6.13399], [49.49217,6.14326], [49.48626,6.14223], [49.49262,6.15236], [49.50198,6.15356], [49.50555,6.16146], [49.51101,6.17622], [49.50800,6.17828], [49.50789,6.18600], [49.50689,6.19905], [49.50800,6.21484], [49.51023,6.21725], [49.51057,6.23682], [49.51569,6.24145], [49.50945,6.24900], [49.51068,6.25673], [49.50510,6.26720], [49.50410,6.28128], [49.49351,6.28162], [49.49507,6.28934], [49.48660,6.28900], [49.48994,6.29982], [49.48091,6.29758], [49.47745,6.30548], [49.48158,6.31372], [49.47756,6.31509], [49.46998,6.33243], [49.47009,6.34462], [49.46775,6.34737], [49.46786,6.35406], [49.46061,6.36522], [49.47076,6.36676], [49.46663,6.37655], [49.46864,6.40916], [49.47700,6.42084], [49.47700,6.42873], [49.47254,6.43474], [49.46775,6.44418], [49.46440,6.45757], [49.46719,6.46461], [49.46261,6.47354], [49.45212,6.48658], [49.45090,6.49963], [49.43739,6.52332], [49.43594,6.53791], [49.42489,6.55370], [49.41841,6.55782], [49.41685,6.55336], [49.41662,6.54735], [49.41227,6.54237], [49.40903,6.53860], [49.40199,6.54064], [49.40266,6.54441], [49.39987,6.55317], [49.39518,6.55351], [49.39160,6.56192], [49.38903,6.56450], [49.39037,6.57754], [49.38624,6.58286], [49.38535,6.58887], [49.36892,6.58424], [49.37205,6.59574], [49.36702,6.60432], [49.35729,6.59557], [49.35002,6.58973], [49.34969,6.58544], [49.35539,6.58183], [49.35718,6.57359], [49.35572,6.56604], [49.34678,6.56690], [49.34085,6.57771], [49.33481,6.57977], [49.33783,6.58716], [49.33626,6.59213], [49.33492,6.59196], [49.32955,6.59711], [49.32219,6.58989], [49.31816,6.59522], [49.31335,6.60500], [49.30238,6.61547], [49.30316,6.62371], [49.29622,6.63453], [49.29589,6.63865], [49.28928,6.64912], [49.28805,6.65307], [49.28234,6.65427], [49.28507,6.66035], [49.28048,6.67168], [49.27690,6.66756], [49.26828,6.66773], [49.25808,6.66069], [49.25427,6.66670], [49.25752,6.67477], [49.25539,6.67906], [49.25158,6.68730], [49.24766,6.69228], [49.24127,6.68507], [49.23236,6.69324], [49.22395,6.68929], [49.21633,6.69427], [49.21734,6.70525], [49.22171,6.72036], [49.21274,6.72843], [49.20511,6.73220], [49.18817,6.71263], [49.17572,6.72019], [49.17303,6.72637], [49.16465,6.73815], [49.16801,6.75069], [49.16577,6.75841], [49.16891,6.78124], [49.16633,6.79223], [49.16296,6.79755], [49.15870,6.80974], [49.15746,6.82141], [49.15241,6.83240], [49.15746,6.84579], [49.17284,6.84287], [49.17553,6.85883], [49.18327,6.85969], [49.19360,6.85008], [49.20190,6.84973], [49.21154,6.83566], [49.21670,6.84201], [49.22253,6.86089], [49.21838,6.87271], [49.21468,6.87528], [49.20986,6.89262], [49.21569,6.90378], [49.21648,6.91185], [49.22343,6.91889], [49.22410,6.92712], [49.22253,6.93966], [49.21603,6.94275], [49.20347,6.95991], [49.21031,6.97433], [49.19786,6.99905], [49.19494,7.00180], [49.19517,7.01090], [49.18888,7.01227], [49.19393,7.02205], [49.18922,7.02360], [49.19281,7.03012], [49.19169,7.03596], [49.18137,7.03596], [49.17385,7.02995], [49.16790,7.03047], [49.16206,7.03390], [49.15465,7.03356], [49.14477,7.04540], [49.13276,7.05055], [49.12071,7.04582], [49.11543,7.04788], [49.11228,7.05561], [49.11700,7.06831], [49.12385,7.06917], [49.12823,7.07930], [49.13059,7.08822], [49.13699,7.08599], [49.14239,7.08136], [49.14991,7.07999], [49.15507,7.08479], [49.15283,7.08977], [49.15709,7.10367], [49.15451,7.10797], [49.15316,7.11380], [49.14991,7.11415], [49.14609,7.10470], [49.13924,7.10453], [49.14070,7.11209], [49.14272,7.12290], [49.14160,7.12994], [49.13160,7.13337], [49.12880,7.13887], [49.12509,7.15122], [49.12082,7.15809], [49.12947,7.16599], [49.12778,7.17028], [49.12924,7.17783], [49.13059,7.17749], [49.13217,7.18401], [49.12947,7.18985], [49.12352,7.19568], [49.11610,7.19946], [49.12250,7.20410], [49.12576,7.21028], [49.12632,7.22332], [49.13014,7.23860], [49.12981,7.24615], [49.12340,7.26401], [49.12509,7.27345], [49.12441,7.28529], [49.11666,7.28461], [49.11509,7.29473], [49.12397,7.30126], [49.13014,7.30898], [49.13924,7.31396], [49.14474,7.32855], [49.14598,7.34022], [49.14418,7.34761], [49.14418,7.35962], [49.15855,7.36237], [49.16192,7.36649], [49.16742,7.36443], [49.17313,7.36494], [49.18480,7.44700], [49.18261,7.44554], [49.17953,7.43721], [49.17599,7.43996], [49.17150,7.44271], [49.16752,7.43472], [49.16522,7.43490], [49.16539,7.43910], [49.16976,7.44854], [49.16550,7.45678], [49.16314,7.45790], [49.16600,7.46631], [49.16836,7.46906], [49.17049,7.49532], [49.16718,7.49429], [49.15538,7.49722], [49.15505,7.50683], [49.15011,7.50717], [49.14865,7.50236], [49.14359,7.49653], [49.14067,7.49756], [49.14045,7.49035], [49.13708,7.49069], [49.13495,7.49704], [49.12978,7.50185], [49.12427,7.50666], [49.12203,7.51661], [49.11731,7.51987], [49.10899,7.52348], [49.10484,7.52623], [49.10304,7.53086], [49.09787,7.53103], [49.09641,7.54030], [49.09315,7.53670], [49.08663,7.54992], [49.07988,7.56674], [49.08157,7.58030], [49.08494,7.60416], [49.07853,7.61429], [49.07493,7.62407], [49.07426,7.63128], [49.06369,7.63266], [49.05446,7.63369], [49.04524,7.67488], [49.04929,7.68106], [49.05019,7.68742], [49.05019,7.69669], [49.05413,7.69205], [49.05851,7.69600], [49.05525,7.70802], [49.05255,7.70956], [49.05514,7.71728], [49.05109,7.72312], [49.05503,7.72758], [49.05593,7.73325], [49.04490,7.73239], [49.04467,7.73600], [49.04760,7.74029], [49.04726,7.74630], [49.04895,7.75127], [49.04591,7.75780], [49.04704,7.76741], [49.05098,7.77067], [49.05761,7.77685], [49.05885,7.78114], [49.05840,7.78921], [49.06076,7.79350], [49.06695,7.79573], [49.06391,7.80363], [49.06099,7.81239], [49.05525,7.81496], [49.05255,7.82595], [49.04726,7.83230], [49.04659,7.83745], [49.04299,7.84380], [49.04479,7.84981], [49.03804,7.85290], [49.03466,7.86251], [49.03376,7.86903], [49.04287,7.87298], [49.04996,7.88774], [49.04569,7.89804], [49.04512,7.91264], [49.04085,7.91435], [49.04479,7.92242], [49.05424,7.92946], [49.05851,7.93049], [49.05795,7.93787], [49.05491,7.94319], [49.05604,7.94834], [49.05064,7.94868], [49.04625,7.95315], [49.04456,7.96001], [49.04355,7.96448], [49.03927,7.96860], [49.03657,7.96894], [49.03567,7.97323], [49.02757,7.97615], [49.02723,7.98267], [49.02914,7.99280], [49.02948,8.00053], [49.02543,8.01083], [49.02408,8.01443], [49.02093,8.01426], [49.02205,8.01855], [49.01778,8.02404], [49.01935,8.03143], [49.01665,8.03829], [49.01429,8.04979], [49.00978,8.05838], [49.00257,8.06696], [48.99897,8.06765], [48.99672,8.07503], [48.99199,8.08945], [48.98974,8.10421], [48.98624,8.12687], [48.97915,8.13820], [48.97813,8.15605], [48.97960,8.17081], [48.97836,8.18558], [48.97757,8.19622], [48.97239,8.19897], [48.96946,8.19691], [48.96799,8.19862], [48.97013,8.20446], [48.97430,8.21236], [48.97655,8.22077], [48.97543,8.22798], [48.97024,8.22969], [48.96664,8.23347], [48.95909,8.20086], [48.95401,8.19416], [48.93158,8.17682], [48.91534,8.15966], [48.89959,8.14399], [48.87069,8.12459], [48.83906,8.10948], [48.82370,8.10536], [48.80861,8.09511], [48.79301,8.07520], [48.78837,8.05958], [48.79097,8.04516], [48.78826,8.03125], [48.77966,8.02473], [48.76823,8.02216], [48.76043,8.01392], [48.75918,8.00018], [48.76144,7.98697], [48.75839,7.97667], [48.75318,7.96757], [48.74367,7.96722], [48.72975,7.96791], [48.72194,7.96379], [48.71129,7.95006], [48.66313,7.89049], [48.64804,7.85400], [48.64419,7.83975], [48.63613,7.83546], [48.61912,7.82876], [48.59267,7.80456], [48.58540,7.79992], [48.57321,7.80141], [48.56753,7.80450], [48.55173,7.80484], [48.53389,7.80192], [48.52320,7.80587], [48.51445,7.80535], [48.50444,7.80003], [48.49682,7.78407], [48.49432,7.77480], [48.48980,7.76957], [48.47671,7.76510], [48.46431,7.76682], [48.44678,7.76116], [48.41511,7.74279], [48.39847,7.73249], [48.37932,7.73146], [48.35503,7.73832], [48.33198,7.74674], [48.32137,7.74090], [48.31680,7.73043], [48.30904,7.70159], [48.30173,7.69404], [48.29237,7.68992], [48.28060,7.68889], [48.26689,7.68494], [48.22097,7.66565], [48.21423,7.65741], [48.20748,7.64334], [48.18803,7.63218], [48.17406,7.61999], [48.16195,7.60462], [48.15530,7.59878], [48.14809,7.59861], [48.13927,7.59981], [48.12884,7.59449], [48.12598,7.58557], [48.12059,7.57664], [48.11314,7.57801], [48.10283,7.58059], [48.08569,7.57076], [48.07732,7.56956], [48.05311,7.57368], [48.03246,7.56853], [48.00364,7.60613], [47.98709,7.61780], [47.97365,7.62140], [47.96549,7.61986], [47.95388,7.60973], [47.93732,7.58827], [47.92801,7.58227], [47.92041,7.58072], [47.90937,7.58261], [47.90143,7.58347], [47.89257,7.57832], [47.88739,7.56922], [47.88428,7.56167], [47.88094,7.55892], [47.87161,7.55480], [47.86401,7.55600], [47.85560,7.56184], [47.84489,7.56321], [47.83452,7.55995], [47.82403,7.55102], [47.81896,7.54725], [47.80732,7.54398], [47.78933,7.53300], [47.77849,7.52854], [47.77030,7.53128], [47.74745,7.54381], [47.73787,7.54948], [47.72748,7.54690], [47.71812,7.54089], [47.71073,7.52751], [47.70253,7.51412], [47.69583,7.51206], [47.69178,7.51394], [47.68497,7.51909], [47.66936,7.51944], [47.66404,7.52133], [47.65526,7.52905], [47.64392,7.54604], [47.63710,7.56081], [47.63109,7.56870], [47.61917,7.57214], [47.61084,7.58106], [47.60528,7.59085], [47.59602,7.59205], [47.58224,7.58570], [47.57321,7.58398], [47.57647,7.57839], [47.57659,7.56792], [47.57207,7.55728], [47.56755,7.56174], [47.56385,7.55676], [47.55887,7.54303], [47.55458,7.53685], [47.55076,7.52672], [47.54519,7.51865], [47.54311,7.50543], [47.53662,7.49737], [47.52967,7.50183], [47.52955,7.50852], [47.53488,7.51831], [47.53337,7.52432], [47.53349,7.52964], [47.52851,7.53324], [47.52074,7.52655], [47.51309,7.52346], [47.51633,7.51590], [47.51378,7.50612], [47.50891,7.51110], [47.49662,7.51110], [47.49372,7.50423], [47.48989,7.50337], [47.48699,7.49410], [47.48131,7.48844], [47.47934,7.47453], [47.48177,7.46784], [47.48862,7.46114], [47.48804,7.45428], [47.49407,7.44364], [47.49720,7.43419], [47.48085,7.42132], [47.48398,7.43145], [47.47957,7.44072], [47.47342,7.45754], [47.46855,7.45548], [47.46553,7.44913], [47.46112,7.44504], [47.45915,7.43131], [47.45508,7.42959], [47.44951,7.42341], [47.44417,7.42066], [47.43802,7.40556], [47.43361,7.40333], [47.43337,7.39285], [47.43035,7.38118], [47.43384,7.35595], [47.43604,7.34427], [47.44022,7.33775], [47.44034,7.33020], [47.43721,7.31732], [47.43825,7.30514], [47.43210,7.29072], [47.43477,7.28213], [47.42826,7.27245], [47.42466,7.26266], [47.42199,7.25065], [47.41967,7.24670], [47.42187,7.24464], [47.42663,7.24515], [47.42756,7.23743], [47.43430,7.23760], [47.43813,7.23382], [47.43987,7.22266], [47.43616,7.21460], [47.43430,7.19863], [47.43825,7.19022], [47.44289,7.16773], [47.45137,7.17443], [47.46982,7.17700], [47.49012,7.19177], [47.49082,7.20155], [47.49314,7.20121], [47.49117,7.18541], [47.48838,7.16670], [47.49175,7.15400], [47.49755,7.14782], [47.50276,7.12997], [47.49407,7.11435], [47.49439,7.09323], [47.48809,7.07778], [47.48856,7.07281], [47.49273,7.07040], [47.49505,7.05839], [47.49482,7.05410], [47.49749,7.04242], [47.49703,7.03710], [47.50050,7.03075], [47.50410,7.02045], [47.50004,7.00620], [47.49308,6.98698], [47.48369,6.98955], [47.47545,6.98749], [47.47116,6.99487], [47.46791,6.99316], [47.46744,7.00174], [47.46199,7.00157], [47.45688,6.99882], [47.45584,7.00225], [47.45235,7.00225], [47.44771,6.99333], [47.44876,6.97822], [47.44434,6.97015], [47.43401,6.96466], [47.43273,6.95488], [47.43239,6.94337], [47.42177,6.94204], [47.40727,6.94121], [47.40448,6.93743], [47.40390,6.91752], [47.39681,6.91649], [47.39519,6.91134], [47.38961,6.91734], [47.38252,6.90825], [47.38136,6.89829], [47.37299,6.88490], [47.36601,6.88524], [47.35369,6.87906], [47.35369,6.88593], [47.35915,6.89537], [47.36090,6.90584], [47.35752,6.91958], [47.35880,6.93451], [47.36066,6.95219], [47.36485,6.99991], [47.37345,7.01279], [47.37368,7.01828], [47.37031,7.02309], [47.37101,7.03528], [47.36566,7.03545], [47.36229,7.05107], [47.34996,7.05570], [47.34845,7.05313], [47.34392,7.06411], [47.33717,7.05879], [47.33635,7.05502], [47.33321,7.05691], [47.32519,7.04643], [47.32775,7.03476], [47.32379,7.00987], [47.32123,7.01193], [47.31844,7.01674], [47.31366,7.01828], [47.30494,7.01124], [47.29911,7.00867], [47.29970,7.00146], [47.29469,6.99614], [47.29504,6.97743], [47.28817,6.97245], [47.29038,6.96266], [47.29143,6.95202], [47.28666,6.94224], [47.28049,6.94601], [47.26779,6.95253], [47.26033,6.95133], [47.25136,6.94773], [47.24425,6.95751], [47.23878,6.94756], [47.23038,6.94035], [47.22945,6.93005], [47.22316,6.92696], [47.21558,6.90962], [47.19939,6.88110], [47.18760,6.87338], [47.18480,6.87441], [47.17920,6.86376], [47.17104,6.84265], [47.16672,6.84488], [47.16473,6.86102], [47.16193,6.85672], [47.15528,6.85055], [47.15330,6.84145], [47.14793,6.83819], [47.14488,6.82744], [47.14010,6.82435], [47.13367,6.81302], [47.13005,6.80701], [47.12293,6.78075], [47.11908,6.77577], [47.11943,6.76324], [47.10634,6.74195], [47.10085,6.74813], [47.09547,6.74487], [47.09173,6.74161], [47.08951,6.73251], [47.08798,6.71946], [47.08518,6.71363], [47.08155,6.70556], [47.07793,6.70831], [47.07349,6.70693], [47.06565,6.69354], [47.05969,6.70178], [47.05700,6.71054], [47.05221,6.71998], [47.05028,6.71826], [47.03577,6.69475], [47.03484,6.67964], [47.02571,6.65835], [47.01447,6.64960], [47.00148,6.64187], [46.99293,6.62522], [46.98942,6.60789], [46.99141,6.59518], [46.98333,6.57664], [46.97432,6.54475], [46.96600,6.50596], [46.96389,6.50098], [46.97209,6.49583], [46.95956,6.47849], [46.94092,6.45789], [46.92803,6.43472], [46.91220,6.44811], [46.90247,6.45789], [46.89015,6.46575], [46.85060,6.46129], [46.83275,6.44550], [46.82383,6.44086], [46.81654,6.44258], [46.81173,6.43159], [46.80151,6.43520], [46.78988,6.46009], [46.77777,6.45305], [46.77354,6.45288], [46.76684,6.44035], [46.76307,6.43984], [46.76108,6.43949], [46.75273,6.42404], [46.74884,6.40276], [46.74673,6.39383], [46.74320,6.39263], [46.73567,6.39263], [46.73143,6.38559], [46.72884,6.37512], [46.72343,6.37186], [46.72084,6.36328], [46.72025,6.35933], [46.71390,6.35246], [46.70414,6.32158], [46.69390,6.29772], [46.68884,6.28210], [46.68236,6.27214], [46.67624,6.26905], [46.65491,6.23558], [46.64841,6.22923], [46.64287,6.21876], [46.63403,6.20777], [46.63344,6.20262], [46.62861,6.19850], [46.61941,6.17996], [46.61470,6.17893], [46.60750,6.15971], [46.60125,6.15147], [46.59347,6.13481], [46.58769,6.12726], [46.57577,6.11216], [46.54540,6.15773], [46.53890,6.15001], [46.53725,6.15499], [46.52591,6.14331], [46.52934,6.13851], [46.50878,6.11310], [46.47995,6.09765], [46.46482,6.07431], [46.45725,6.07774], [46.45240,6.07637], [46.44613,6.08649], [46.43963,6.08770], [46.43111,6.07568], [46.42708,6.07499], [46.41643,6.06538], [46.40874,6.09971], [46.40069,6.10486], [46.40105,6.11413], [46.37867,6.15121], [46.38080,6.15945], [46.36611,6.17284], [46.35735,6.16151], [46.34716,6.15533], [46.34052,6.14796], [46.33744,6.13972], [46.33282,6.14126], [46.32808,6.13594], [46.31871,6.12702], [46.31065,6.12084], [46.30033,6.12187], [46.29523,6.12066], [46.29203,6.11277], [46.28468,6.10539], [46.27851,6.10590], [46.27234,6.11448], [46.26795,6.11345], [46.26605,6.11912], [46.26166,6.12152], [46.25252,6.12410], [46.24860,6.12290], [46.23946,6.10916], [46.23720,6.10178], [46.24539,6.08805], [46.24219,6.07432], [46.24017,6.06693], [46.24468,6.06281], [46.24041,6.05595], [46.22984,6.04668], [46.23732,6.03415], [46.22913,6.01647], [46.22699,6.01166], [46.22153,6.00617], [46.21880,5.99913], [46.22129,5.99484], [46.21452,5.99449], [46.21583,5.98093], [46.21167,5.97441], [46.20549,5.97166], [46.20145,5.97458], [46.19813,5.96565], [46.19515,5.96977], [46.19123,5.98385], [46.18791,5.98522], [46.18791,5.99175], [46.18161,5.99690], [46.17875,5.99243], [46.17507,5.99243], [46.16877,5.98746], [46.17265,5.98282], [46.16587,5.98162], [46.14578,5.96703], [46.14161,5.96531], [46.13840,5.96703], [46.13507,5.96428], [46.13210,5.95724], [46.12924,5.95776], [46.13138,5.96085], [46.13043,5.96548], [46.13329,5.97115], [46.13436,5.97801], [46.13971,5.98299], [46.14435,5.98196], [46.14506,5.99655], [46.14316,6.00256], [46.14257,6.01406], [46.14268,6.02162], [46.13662,6.03604], [46.14197,6.04256], [46.14292,6.04531], [46.15244,6.05286], [46.15022,6.07464], [46.15283,6.09352], [46.14463,6.09884], [46.14356,6.10759], [46.14237,6.12425], [46.14154,6.13180], [46.14831,6.14296], [46.15283,6.15205], [46.15936,6.17515], [46.16662,6.18751], [46.17886,6.18511], [46.18219,6.18906], [46.18908,6.20193], [46.19348,6.20931], [46.20227,6.22270], [46.20738,6.23697], [46.20679,6.24710], [46.21083,6.25431], [46.21629,6.27560], [46.22650,6.29482], [46.24443,6.30976], [46.25061,6.30821], [46.25168,6.30461], [46.25547,6.30890], [46.25464,6.30032], [46.25654,6.29431], [46.25975,6.29328], [46.26426,6.29585], [46.26141,6.29173], [46.25555,6.28439], [46.25365,6.28542], [46.24688,6.26620], [46.25187,6.25916], [46.25543,6.25967], [46.26148,6.25023], [46.27228,6.24114], [46.27513,6.23753], [46.28272,6.23667], [46.28616,6.24320], [46.29055,6.25229], [46.29518,6.24835], [46.30241,6.24663], [46.31154,6.21968], [46.39743,6.31067], [46.46379,6.63050], [46.42192,6.81857], [46.39330,6.80518], [46.39182,6.80355], [46.38780,6.80227], [46.38478,6.80338], [46.38347,6.80570], [46.38176,6.80630], [46.37773,6.80578], [46.37583,6.80269], [46.37347,6.79866], [46.36825,6.79446], [46.36660,6.79076], [46.36553,6.78055], [46.36346,6.77617], [46.36032,6.77274], [46.35700,6.77128], [46.34822,6.77517], [46.34514,6.77903], [46.33589,6.78616], [46.33305,6.78547], [46.33328,6.79680], [46.33056,6.79774], [46.32973,6.79937], [46.32546,6.79783], [46.31995,6.80100], [46.32119,6.80779], [46.31675,6.81577], [46.31556,6.82006], [46.31306,6.82217], [46.31176,6.82560], [46.30944,6.82783], [46.30506,6.83092], [46.30257,6.82903], [46.30067,6.83049], [46.29954,6.83504], [46.29693,6.83753], [46.29426,6.84474], [46.29016,6.84793], [46.29087,6.85102], [46.29230,6.85205], [46.29325,6.85720], [46.28993,6.86020], [46.28779,6.86063], [46.28411,6.86424], [46.28014,6.86561], [46.27741,6.86316], [46.27343,6.85904], [46.26525,6.86015], [46.25908,6.85517], [46.25498,6.85586], [46.25166,6.85157], [46.24697,6.83904], [46.24014,6.83792], [46.23593,6.83303], [46.23302,6.82891], [46.23225,6.82342], [46.23070,6.82119], [46.22916,6.82196], [46.22251,6.82187], [46.22004,6.81771], [46.21559,6.81394], [46.21291,6.81085], [46.20781,6.80716], [46.20377,6.80398], [46.18986,6.81016], [46.18172,6.81274], [46.17774,6.80716], [46.17328,6.80656], [46.17144,6.80467], [46.16681,6.79814], [46.16437,6.79385], [46.16116,6.79257], [46.15729,6.79214], [46.15325,6.79093], [46.14629,6.79651], [46.13886,6.79720], [46.13630,6.79832], [46.13660,6.80741], [46.12970,6.81591], [46.13143,6.82020], [46.13363,6.84012], [46.13154,6.84312], [46.12958,6.84252], [46.12747,6.84903], [46.12687,6.85573], [46.12634,6.86757], [46.12616,6.87555], [46.12348,6.88336], [46.12568,6.89126], [46.12438,6.89547], [46.12491,6.89847], [46.12402,6.90104], [46.12128,6.89838], [46.11271,6.89392], [46.10986,6.89512], [46.10718,6.89581], [46.10438,6.89332], [46.09962,6.88808], [46.09599,6.88525], [46.09516,6.88319], [46.09338,6.88435], [46.09266,6.88667], [46.08612,6.89010], [46.08516,6.89294], [46.08088,6.89113], [46.07957,6.88865], [46.07385,6.89122], [46.07159,6.88547], [46.06790,6.88006], [46.06516,6.87955], [46.06212,6.87706], [46.05414,6.87302], [46.05092,6.87320], [46.04937,6.87577], [46.04818,6.87620], [46.04466,6.88380], [46.04454,6.88637], [46.04246,6.89040], [46.04818,6.89315], [46.04901,6.89761], [46.05211,6.91032], [46.05634,6.91452], [46.06575,6.92456], [46.06539,6.92963], [46.06640,6.93426], [46.06479,6.93718], [46.06325,6.93873], [46.06194,6.93753], [46.05949,6.93718], [46.05765,6.93521], [46.05628,6.93529], [46.05580,6.93847], [46.05348,6.93907], [46.05092,6.94336], [46.05151,6.94705], [46.05157,6.95057], [46.04132,6.95546], [46.03423,6.96113], [46.03108,6.96199], [46.03155,6.96696], [46.02720,6.97014], [46.02464,6.97297], [46.02232,6.97666], [46.01904,6.98241], [46.01296,6.98327], [46.00634,6.98524], [46.00360,6.98730], [46.00306,6.99108], [46.00008,6.99631], [45.99943,7.00267], [46.00109,7.00481], [45.99978,7.00790], [45.99698,7.01159], [45.98744,7.01271], [45.98660,7.01794], [45.98147,7.02112], [45.97927,7.02472], [45.97599,7.02215], [45.97300,7.01107], [45.97050,7.01107], [45.96513,7.01356], [45.96220,7.01786], [45.95916,7.02146], [45.95713,7.02953], [45.95570,7.03871], [45.95170,7.03828], [45.94371,7.03880], [45.93804,7.03667], [45.93273,7.03933], [45.93100,7.04233], [45.92323,7.04405], [45.92228,7.04353], [45.92192,7.03941], [45.92049,7.03718], [45.92055,7.03203], [45.91780,7.02628], [45.91517,7.02491], [45.91559,7.02139], [45.91350,7.01890], [45.91057,7.01787], [45.90908,7.01469], [45.90586,7.01478], [45.90532,7.01092], [45.90066,7.00603], [45.89726,7.00337], [45.88841,7.00508], [45.88782,7.00654], [45.88579,7.00585], [45.88226,7.00465], [45.87969,6.99985], [45.87629,7.00036], [45.87324,6.99942], [45.87025,6.99521], [45.86741,6.98916], [45.86867,6.98727], [45.86825,6.98298], [45.86861,6.97740], [45.86693,6.97405], [45.86669,6.97131], [45.86400,6.96745], [45.86329,6.96384], [45.86114,6.96049], [45.86042,6.95285], [45.85683,6.94951], [45.85026,6.94264], [45.84751,6.94273], [45.84615,6.94022], [45.84455,6.93348], [45.84712,6.92786], [45.84698,6.92204], [45.84580,6.92024], [45.84408,6.91636], [45.84080,6.91498], [45.84104,6.90983], [45.84391,6.90726], [45.84205,6.90357], [45.84271,6.89292], [45.84648,6.88657], [45.84845,6.88365], [45.84863,6.87945], [45.84564,6.87421], [45.84241,6.87516], [45.83894,6.87284], [45.83619,6.87387], [45.83272,6.87069], [45.83117,6.87284], [45.82716,6.87095], [45.82453,6.86949], [45.82411,6.86529], [45.82662,6.86451], [45.82931,6.86151], [45.83398,6.85782], [45.83703,6.85198], [45.83972,6.84057], [45.83685,6.83379], [45.83703,6.82486], [45.83571,6.81937], [45.83003,6.81714], [45.82513,6.81362], [45.81574,6.80572], [45.81370,6.80924], [45.81041,6.81164], [45.80628,6.81422], [45.80228,6.81121], [45.79857,6.81207], [45.79598,6.81281], [45.79413,6.81135], [45.79173,6.80594], [45.78682,6.80431], [45.78132,6.80242], [45.77096,6.80500], [45.77012,6.80715], [45.76785,6.80517], [45.76210,6.80560], [45.74854,6.80794], [45.74548,6.80863], [45.74344,6.81429], [45.73997,6.81815], [45.73805,6.81686], [45.73134,6.81378], [45.72787,6.80931], [45.72511,6.80923], [45.72301,6.81300], [45.71912,6.82013], [45.71690,6.82013], [45.70336,6.83000], [45.70306,6.83687], [45.70054,6.84168], [45.69778,6.84348], [45.69280,6.84708], [45.69017,6.84743], [45.68651,6.85627], [45.68579,6.85901], [45.68507,6.86674], [45.68141,6.87043], [45.67925,6.88090], [45.68105,6.88287], [45.67781,6.89051], [45.67649,6.89455], [45.68075,6.89978], [45.68159,6.90304], [45.67913,6.90476], [45.67631,6.90811], [45.67224,6.90613], [45.66960,6.90734], [45.66414,6.90304], [45.66108,6.91635], [45.65124,6.91618], [45.65082,6.92124], [45.64830,6.92776], [45.64638,6.93111], [45.64842,6.93643], [45.65070,6.94742], [45.65586,6.96295], [45.65454,6.97034], [45.64848,6.97343], [45.64536,6.98012], [45.64458,6.98974], [45.64194,6.99171], [45.63972,6.99308], [45.64074,6.99832], [45.63996,7.00158], [45.63648,7.00235], [45.63354,7.00021], [45.63186,6.99806], [45.62946,6.99677], [45.62592,6.99025], [45.62304,6.98716], [45.61715,6.98398], [45.61469,6.98510], [45.61361,6.98707], [45.61079,6.98630], [45.59890,6.98226], [45.59373,6.98114], [45.59019,6.97865], [45.58653,6.97874], [45.58364,6.98114], [45.58058,6.98801], [45.57896,6.99230], [45.57427,6.99642], [45.57211,6.99505], [45.56892,6.99719], [45.56550,6.99496], [45.56376,6.99050], [45.56145,6.99090], [45.55665,6.99047], [45.55490,6.99141], [45.54727,6.99424], [45.54583,6.99562], [45.54144,6.99630], [45.53681,6.99287], [45.53074,6.99193], [45.52851,6.99630], [45.52274,7.00145], [45.52015,7.00463], [45.51667,7.00617], [45.51420,7.00360], [45.50614,7.00111], [45.50440,7.00163], [45.50325,7.00592], [45.50109,7.00892], [45.49964,7.01150], [45.49621,7.02901], [45.49718,7.03278], [45.49694,7.03913], [45.49778,7.04737], [45.49615,7.05132], [45.49478,7.05610], [45.48858,7.05670], [45.48648,7.05413], [45.48491,7.04975], [45.48052,7.04786], [45.47739,7.04726], [45.47360,7.04820], [45.47288,7.05301], [45.47107,7.05996], [45.47426,7.06323], [45.47426,7.07172], [45.47372,7.07910], [45.47258,7.08649], [45.47083,7.09138], [45.46938,7.10133], [45.46692,7.10502], [45.46355,7.09979], [45.45993,7.09953], [45.45373,7.10133], [45.44720,7.10949], [45.44551,7.11249], [45.43997,7.11550], [45.43347,7.11421], [45.43250,7.12065], [45.42795,7.13198], [45.42585,7.14210], [45.42283,7.15532], [45.41838,7.15618], [45.41259,7.16691], [45.40976,7.17678], [45.40753,7.18536], [45.40343,7.18639], [45.39825,7.18064], [45.39367,7.17901], [45.39101,7.18064], [45.38661,7.17660], [45.38438,7.16888], [45.38137,7.16416], [45.37419,7.16244], [45.36895,7.15935], [45.36515,7.15995], [45.36069,7.16502], [45.35858,7.15892], [45.35466,7.15480], [45.35224,7.15240], [45.35037,7.13884], [45.34615,7.13446], [45.34006,7.13300], [45.33541,7.13429], [45.33034,7.13558], [45.32618,7.12725], [45.32684,7.11987], [45.32877,7.11446], [45.32612,7.11189], [45.32256,7.11283], [45.31731,7.11068], [45.31206,7.11789], [45.30747,7.11824], [45.30282,7.12184], [45.29588,7.12159], [45.29298,7.12502], [45.28803,7.13034], [45.28489,7.13489], [45.28006,7.13695], [45.27305,7.13274], [45.27154,7.12897], [45.27021,7.13283], [45.26635,7.13343], [45.26327,7.13300], [45.26127,7.13283], [45.26061,7.13669], [45.25650,7.13772], [45.25293,7.13583], [45.25185,7.13240], [45.24744,7.13043], [45.24369,7.12553], [45.24405,7.11935], [45.24580,7.11549], [45.24629,7.11051], [45.24127,7.10785], [45.23710,7.10682], [45.23390,7.09798], [45.22997,7.09601], [45.22864,7.09129], [45.22525,7.08923], [45.22592,7.08486], [45.22453,7.08255], [45.21727,7.08358], [45.21552,7.08040], [45.21153,7.08057], [45.20947,7.07156], [45.20965,7.06607], [45.22096,7.05594], [45.22519,7.05079], [45.22483,7.04632], [45.22386,7.04083], [45.21473,7.02761], [45.21800,7.02315], [45.21413,7.02075], [45.21558,7.01225], [45.21697,7.00480], [45.21951,7.00342], [45.21679,6.99990], [45.21274,6.99501], [45.20911,6.99287], [45.21050,6.98514], [45.20820,6.97819], [45.20754,6.96703], [45.20261,6.96113], [45.20189,6.96533], [45.19802,6.96559], [45.19693,6.96756], [45.19481,6.96731], [45.19293,6.95941], [45.19160,6.95872], [45.19039,6.95314], [45.18646,6.95349], [45.18314,6.95512], [45.17902,6.95444], [45.17933,6.95049], [45.17539,6.94482], [45.16995,6.94783], [45.17067,6.93083], [45.16644,6.92242], [45.16849,6.91427], [45.16498,6.91109], [45.16541,6.90689], [45.16704,6.90474], [45.16668,6.90036], [45.16771,6.89427], [45.16523,6.89264], [45.16184,6.89264], [45.15766,6.88500], [45.15494,6.88560], [45.15034,6.89023], [45.14477,6.89135], [45.14313,6.89753], [45.14035,6.89847], [45.13647,6.89427], [45.13587,6.88714], [45.13526,6.88260], [45.13502,6.87556], [45.13551,6.87358], [45.13357,6.87024], [45.13072,6.86577], [45.12981,6.85788], [45.12703,6.85221], [45.12751,6.84637], [45.13169,6.84509], [45.13514,6.84680], [45.13496,6.83504], [45.13920,6.82964], [45.14307,6.82200], [45.14513,6.81625], [45.14755,6.81125], [45.15015,6.79863], [45.15269,6.79589], [45.15288,6.78610], [45.15717,6.77924], [45.15899,6.76988], [45.15590,6.76370], [45.14906,6.75546], [45.14289,6.75126], [45.13720,6.74284], [45.13623,6.73666], [45.13744,6.72963], [45.13944,6.72130], [45.14349,6.71246], [45.14277,6.70671], [45.13847,6.69117], [45.13901,6.68457], [45.13999,6.68102], [45.13000,6.67390], [45.12837,6.67553], [45.12364,6.67235], [45.12274,6.66557], [45.11983,6.66248], [45.12043,6.65793], [45.11704,6.65493], [45.11474,6.64901], [45.11486,6.64137], [45.11450,6.63424], [45.10977,6.63321], [45.10711,6.62961], [45.10281,6.62738], [45.09960,6.63270], [45.09608,6.63261], [45.09487,6.63519], [45.09263,6.64017], [45.08663,6.64197], [45.08530,6.64669], [45.08348,6.64823], [45.07584,6.64626], [45.07269,6.65330], [45.07184,6.66265], [45.05523,6.66394], [45.05256,6.65956], [45.04953,6.66428], [45.04613,6.66892], [45.04195,6.67106], [45.03995,6.66566], [45.03595,6.66557], [45.03407,6.66420], [45.03079,6.66677], [45.02788,6.67158], [45.01969,6.67364], [45.02060,6.67733], [45.02309,6.68566], [45.02108,6.69123], [45.02127,6.71570], [45.02284,6.72334], [45.01799,6.73990], [45.01629,6.74548], [45.01271,6.74625], [45.00871,6.74840], [44.99918,6.75226], [44.99493,6.75234], [44.99457,6.74573], [44.99372,6.73775], [44.98977,6.73870], [44.98667,6.74702], [44.98485,6.75028], [44.97702,6.75114], [44.97338,6.75955], [44.97152,6.76410], [44.96047,6.76582], [44.94971,6.75912], [44.94783,6.75895], [44.94534,6.75586], [44.94510,6.75363], [44.94273,6.75329], [44.93908,6.74754], [44.93684,6.74531], [44.93647,6.74840], [44.93829,6.75209], [44.93714,6.75354], [44.93775,6.75543], [44.93684,6.75878], [44.93204,6.76170], [44.92985,6.76281], [44.93161,6.75440], [44.92796,6.75466], [44.92268,6.74908], [44.92019,6.75269], [44.91484,6.75157], [44.90681,6.75046], [44.90572,6.75397], [44.90262,6.76256], [44.90347,6.77354], [44.89490,6.78178], [44.89386,6.78436], [44.88924,6.78544], [44.89034,6.78922], [44.89161,6.80261], [44.88699,6.80072], [44.87994,6.80295], [44.87641,6.80784], [44.87343,6.81677], [44.86990,6.82432], [44.86765,6.83282], [44.86315,6.83565], [44.85999,6.84200], [44.85822,6.85617], [44.85275,6.86132], [44.85037,6.86604], [44.85202,6.87771], [44.84782,6.88535], [44.84830,6.89359], [44.84861,6.90509], [44.84556,6.90681], [44.84538,6.91170], [44.84812,6.91462], [44.85086,6.92097], [44.85743,6.92534], [44.86467,6.93101], [44.86254,6.93444], [44.86114,6.93839], [44.85763,6.95037], [44.84868,6.97054], [44.84668,6.97037], [44.84710,6.98153], [44.84369,6.99217], [44.84266,6.99535], [44.84254,7.00084], [44.84004,7.00857], [44.83523,7.00677], [44.82726,7.01080], [44.82550,7.01234], [44.82446,7.02084], [44.82300,7.02496], [44.82020,7.02050], [44.81594,7.02067], [44.81161,7.01973], [44.80912,7.01517], [44.80309,7.01277], [44.80205,7.01037], [44.79816,7.01054], [44.79541,7.00599], [44.79115,7.00299], [44.79042,7.00110], [44.78798,7.00170], [44.78579,7.00642], [44.78482,7.01011], [44.78140,7.01535], [44.77933,7.01595], [44.77665,7.02007], [44.77428,7.02058], [44.76965,7.02556], [44.76556,7.02298], [44.76294,7.02462], [44.75715,7.02539], [44.75478,7.02519], [44.75423,7.02288], [44.75021,7.02313], [44.74740,7.02416], [44.74472,7.02631], [44.73966,7.02416], [44.73710,7.02786], [44.73253,7.03095], [44.72954,7.03180], [44.72399,7.03695], [44.71874,7.04339], [44.71441,7.05996], [44.71423,7.06768], [44.70825,7.06579], [44.70624,7.06760], [44.70264,7.06854], [44.70087,7.07154], [44.69782,7.07180], [44.69514,7.07352], [44.69343,7.07386], [44.69044,7.07644], [44.68751,7.07532], [44.68568,7.07635], [44.68080,7.07764], [44.67903,7.07086], [44.67939,7.06236], [44.68037,7.05704], [44.68196,7.05292], [44.68299,7.04614], [44.68550,7.04082], [44.68946,7.03541], [44.69099,7.03026], [44.69056,7.02236], [44.68824,7.01661], [44.68800,7.01112], [44.68649,7.00289], [44.68979,6.99843], [44.68942,6.99011], [44.68228,6.97723], [44.68003,6.97586], [44.67691,6.97122], [44.67752,6.96255], [44.67435,6.96161], [44.67343,6.95946], [44.66922,6.95800], [44.66678,6.95903], [44.66287,6.95998], [44.65817,6.95200], [44.65431,6.94872], [44.65206,6.94940], [44.64772,6.95301], [44.64186,6.95413], [44.63728,6.95370], [44.63239,6.95893], [44.62665,6.96340], [44.62598,6.96992], [44.61895,6.96846], [44.61876,6.96546], [44.62029,6.96022], [44.62047,6.95413], [44.61363,6.95001], [44.61021,6.95198], [44.60691,6.94718], [44.60361,6.94100], [44.59884,6.93885], [44.59566,6.93370], [44.58955,6.93387], [44.58564,6.93507], [44.58209,6.93138], [44.57873,6.93439], [44.57421,6.93430], [44.57178,6.93223], [44.57031,6.92347], [44.56854,6.91918], [44.56860,6.91300], [44.56364,6.91575], [44.55942,6.91643], [44.55832,6.91343], [44.55704,6.90691], [44.55306,6.90184], [44.55447,6.89901], [44.55453,6.89343], [44.55184,6.89025], [44.55153,6.88442], [44.55343,6.87970], [44.55135,6.87695], [44.54725,6.87789], [44.54591,6.87686], [44.54530,6.87335], [44.53722,6.86957], [44.53520,6.86699], [44.53355,6.85987], [44.53178,6.85678], [44.52823,6.85455], [44.52143,6.85781], [44.51697,6.85747], [44.50766,6.86021], [44.50240,6.86193], [44.49836,6.86588], [44.49438,6.86699], [44.49150,6.87214], [44.48894,6.87740], [44.48196,6.87740], [44.47951,6.88092], [44.47620,6.88392], [44.47381,6.88950], [44.47118,6.89525], [44.47020,6.90255], [44.46818,6.90735], [44.46101,6.90881], [44.45347,6.91293], [44.45139,6.91302], [44.44692,6.92074], [44.44185,6.93371], [44.43854,6.93783], [44.43351,6.94049], [44.43235,6.94452], [44.42941,6.94830], [44.42671,6.94676], [44.42861,6.94186], [44.42867,6.93843], [44.42922,6.93345], [44.42475,6.93491], [44.42316,6.92942], [44.42365,6.92693], [44.42205,6.92504], [44.42297,6.92152], [44.42634,6.91757], [44.42015,6.90204], [44.42101,6.89843], [44.41985,6.89440], [44.41580,6.89388], [44.41016,6.89534], [44.40525,6.89878], [44.40151,6.89474], [44.39722,6.89560], [44.39538,6.89775], [44.39201,6.89543], [44.38790,6.89603], [44.38164,6.89620], [44.37735,6.89560], [44.37440,6.89715], [44.36796,6.89388], [44.36655,6.88796], [44.36225,6.88788], [44.36084,6.89097], [44.35759,6.90109], [44.35869,6.90479], [44.35655,6.90942], [44.35434,6.91225], [44.35311,6.91869], [44.35115,6.92332], [44.34421,6.92178], [44.34047,6.92435], [44.33642,6.92659], [44.33402,6.92693], [44.32905,6.93697], [44.32481,6.93869], [44.32469,6.94229], [44.32119,6.94616], [44.31941,6.95337], [44.31523,6.95508], [44.31118,6.96152], [44.30590,6.95972], [44.30227,6.95860], [44.29803,6.95688], [44.29447,6.95920], [44.29429,6.96255], [44.29588,6.96676], [44.29472,6.97173], [44.28906,6.97087], [44.28569,6.96967], [44.28403,6.97336], [44.28655,6.97705], [44.28741,6.98126], [44.28525,6.98401], [44.28255,6.99242], [44.27948,6.99714], [44.27819,6.99568], [44.27303,6.99765], [44.26731,6.99637], [44.26436,6.99731], [44.25723,6.99877], [44.25207,6.99748], [44.24678,7.00109], [44.23626,7.00933], [44.23497,7.01422], [44.23245,7.01611], [44.23294,7.01954], [44.23491,7.02169], [44.23300,7.02521], [44.23177,7.02975], [44.22864,7.03216], [44.22409,7.03825], [44.23024,7.05739], [44.22845,7.06091], [44.22999,7.06443], [44.23276,7.07585], [44.22907,7.09035], [44.22144,7.09164], [44.22064,7.09602], [44.22126,7.09902], [44.21935,7.10795], [44.21794,7.11550], [44.21111,7.12589], [44.20588,7.13395], [44.20096,7.14176], [44.19997,7.14691], [44.20379,7.15009], [44.20409,7.15764], [44.20865,7.16219], [44.20619,7.16691], [44.20329,7.16803], [44.20132,7.17532], [44.19782,7.17901], [44.20163,7.18537], [44.20108,7.18897], [44.19837,7.19017], [44.19259,7.19266], [44.18723,7.19532], [44.18754,7.20030], [44.18520,7.20373], [44.17954,7.20588], [44.17800,7.20897], [44.17584,7.21463], [44.17184,7.21678], [44.16913,7.21992], [44.16920,7.22507], [44.16932,7.22850], [44.17554,7.23417], [44.17566,7.23606], [44.17400,7.23957], [44.17252,7.24369], [44.16704,7.24464], [44.16372,7.24721], [44.15824,7.24987], [44.15479,7.25417], [44.15583,7.25665], [44.15356,7.25992], [44.14838,7.26318], [44.14795,7.27279], [44.14413,7.27700], [44.14167,7.28069], [44.14327,7.28541], [44.14580,7.28764], [44.14586,7.29399], [44.14475,7.29674], [44.14660,7.30412], [44.14450,7.30850], [44.14838,7.31047], [44.14333,7.31856], [44.14376,7.32242], [44.14543,7.32912], [44.14487,7.33306], [44.14580,7.33667], [44.14629,7.34122], [44.14537,7.34534], [44.14124,7.34654], [44.13526,7.34757], [44.12608,7.35263], [44.12541,7.35478], [44.11616,7.35778], [44.11801,7.36559], [44.11740,7.37031], [44.12183,7.37821], [44.12584,7.39323], [44.12072,7.40267], [44.12048,7.40539], [44.11851,7.40633], [44.12023,7.40994], [44.11832,7.41732], [44.11648,7.41749], [44.11309,7.42264], [44.11241,7.42608], [44.11604,7.42693], [44.11993,7.42556], [44.12375,7.42942], [44.12960,7.42951], [44.13089,7.43011], [44.12997,7.43543], [44.12818,7.44152], [44.12935,7.44710], [44.12781,7.45277], [44.12621,7.45998], [44.12892,7.46496], [44.13447,7.47251], [44.13404,7.48238], [44.13884,7.49199], [44.14198,7.49517], [44.14321,7.50272], [44.14543,7.50787], [44.14340,7.50959], [44.14217,7.51285], [44.13933,7.51414], [44.13909,7.51809], [44.13946,7.52521], [44.14777,7.53087], [44.14876,7.53474], [44.14574,7.53997], [44.14722,7.55319], [44.14814,7.55740], [44.15134,7.56383], [44.15725,7.56358], [44.15381,7.56881], [44.15251,7.57216], [44.15387,7.57533], [44.15233,7.57988], [44.15159,7.58658], [44.15288,7.59980], [44.15128,7.60031], [44.14974,7.62048], [44.15374,7.62151], [44.15855,7.62632], [44.16507,7.62700], [44.16507,7.62924], [44.16784,7.63104], [44.17172,7.62924], [44.17831,7.63662], [44.17868,7.64606], [44.17813,7.65155], [44.17646,7.66331], [44.17745,7.67301], [44.17696,7.67962], [44.17345,7.68674], [44.16631,7.68219], [44.16212,7.67988], [44.15947,7.67241], [44.15411,7.67121], [44.15165,7.67344], [44.14919,7.67730], [44.14672,7.67996], [44.14352,7.67687], [44.13861,7.67510], [44.13301,7.66789], [44.12962,7.66901], [44.12586,7.67184], [44.11939,7.67321], [44.11594,7.67853], [44.11150,7.68609], [44.10694,7.69184], [44.10072,7.69707], [44.09728,7.69818], [44.09382,7.70152], [44.09333,7.70624], [44.09142,7.70822], [44.08729,7.71337], [44.08408,7.71577], [44.08267,7.71981], [44.08143,7.71603], [44.07853,7.71534], [44.07397,7.71311], [44.07009,7.71543], [44.06250,7.71388], [44.06059,7.71474], [44.05596,7.70667], [44.05010,7.70418], [44.04455,7.70350], [44.04036,7.70093], [44.04067,7.69810], [44.03901,7.69450], [44.03987,7.69141], [44.03709,7.68591], [44.03339,7.67931], [44.02827,7.67561], [44.03111,7.66669], [44.02821,7.66428], [44.02784,7.66274], [44.02525,7.66300], [44.02136,7.66386], [44.01796,7.66265], [44.01068,7.66703], [44.00802,7.66669], [44.00654,7.66918], [44.00130,7.66969], [43.99771,7.67115], [43.99179,7.66446], [43.98623,7.66532], [43.98567,7.66120], [43.98598,7.65888], [43.98524,7.65622], [43.98129,7.65631], [43.97820,7.65639], [43.97523,7.65493], [43.97480,7.65287], [43.97245,7.65176], [43.97363,7.64738], [43.97326,7.64386], [43.97134,7.64146], [43.96924,7.64043], [43.96819,7.63605], [43.96368,7.63236], [43.96059,7.62378], [43.95831,7.61734], [43.95336,7.61039], [43.95664,7.60283], [43.95621,7.59846], [43.95417,7.58721], [43.95102,7.58352], [43.94780,7.58155], [43.94830,7.57709], [43.94706,7.57571], [43.94539,7.57614], [43.94669,7.57082], [43.94459,7.57194], [43.94323,7.56859], [43.93890,7.57202], [43.93662,7.57528], [43.93476,7.57339], [43.93260,7.57073], [43.92858,7.57168], [43.92691,7.56842], [43.92203,7.56833], [43.91795,7.56018], [43.91096,7.56275], [43.90156,7.56378], [43.89760,7.56061], [43.89371,7.55039], [43.89136,7.53614], [43.88962,7.53537], [43.88894,7.53057], [43.88542,7.52645], [43.88548,7.52078], [43.88208,7.51795], [43.88276,7.51331], [43.88016,7.51022], [43.87824,7.51074], [43.87366,7.50104], [43.87076,7.49804], [43.86760,7.50130], [43.86382,7.49915], [43.86333,7.49580], [43.85306,7.49658], [43.84687,7.49889], [43.84290,7.50516], [43.84130,7.50859], [43.83900,7.50739], [43.83473,7.51005], [43.83108,7.51134], [43.82507,7.51206], [43.82024,7.51437], [43.81275,7.51583], [43.80637,7.51892], [43.80241,7.51935], [43.79541,7.52605], [43.78871,7.52974], [43.78661,7.53154], [43.78543,7.52974], [43.77682,7.53051], [43.72598,7.53077], [43.73528,7.47515], [43.74922,7.43922], [43.74941,7.43889], [43.75000,7.43846], [43.75069,7.43858], [43.75130,7.43847], [43.75183,7.43711], [43.75166,7.43686], [43.75110,7.43761], [43.74990,7.43599], [43.74958,7.43392], [43.74968,7.43370], [43.74918,7.43310], [43.74892,7.43216], [43.74876,7.43175], [43.74880,7.43077], [43.74813,7.43052], [43.74799,7.42991], [43.74683,7.42942], [43.74658,7.42883], [43.74630,7.42882], [43.74592,7.42879], [43.74497,7.42844], [43.74442,7.42817], [43.74388,7.42811], [43.74331,7.42737], [43.74315,7.42696], [43.74290,7.42686], [43.74256,7.42669], [43.74219,7.42613], [43.74187,7.42597], [43.74149,7.42537], [43.74142,7.42529], [43.74148,7.42504], [43.74090,7.42462], [43.74086,7.42428], [43.74159,7.42296], [43.74130,7.42242], [43.74132,7.42212], [43.74108,7.42183], [43.74062,7.42151], [43.73970,7.42029], [43.73774,7.41764], [43.73623,7.41506], [43.73492,7.41294], [43.73435,7.41238], [43.73393,7.41298], [43.73361,7.41280], [43.73318,7.41305], [43.73269,7.41326], [43.73178,7.41308], [43.73152,7.41270], [43.73146,7.41151], [43.73110,7.41074], [43.72988,7.40937], [43.72952,7.40931], [43.72786,7.41279], [43.72726,7.41371], [43.72417,7.41970], [42.98137,8.46157], [43.19800,9.46133], [42.74382,9.70302], [41.54028,9.75796], [41.29930,9.25533], [41.32406,8.65658], [42.28476,5.63216], [42.43457,3.17500], [42.43508,3.16831], [42.43546,3.16256], [42.43368,3.15792], [42.43539,3.15329], [42.43210,3.14470], [42.43413,3.13835], [42.43539,3.13423], [42.43444,3.13251], [42.43476,3.12367], [42.43780,3.11955], [42.43533,3.11561], [42.43476,3.11037], [42.43071,3.10659], [42.42874,3.10376], [42.42653,3.10333], [42.42545,3.09956], [42.42450,3.08934], [42.42564,3.08290], [42.43385,3.07582], [42.43619,3.06792], [42.44240,3.06629], [42.44626,3.05573], [42.45684,3.04595], [42.47305,3.03977], [42.47488,3.03110], [42.47191,3.02724], [42.46545,3.01273], [42.47032,3.00243], [42.47241,2.99926], [42.47317,2.98801], [42.46988,2.98166], [42.46691,2.98046], [42.46678,2.97608], [42.46513,2.96964], [42.46482,2.96613], [42.47423,2.95756], [42.47967,2.94709], [42.47397,2.93232], [42.46422,2.92597], [42.45871,2.92520], [42.45491,2.91799], [42.45624,2.90306], [42.46049,2.89404], [42.45966,2.88477], [42.46080,2.87937], [42.46599,2.87516], [42.46675,2.86881], [42.46353,2.86435], [42.45941,2.86400], [42.45460,2.86246], [42.45384,2.85748], [42.45599,2.84572], [42.45808,2.83963], [42.44788,2.83465], [42.43807,2.82727], [42.43940,2.81903], [42.43813,2.81456], [42.43522,2.81345], [42.43148,2.80950], [42.43110,2.80418], [42.42780,2.80435], [42.42336,2.80145], [42.42108,2.80359], [42.41836,2.79844], [42.41785,2.79158], [42.41664,2.78377], [42.41189,2.77845], [42.41100,2.77003], [42.41487,2.76566], [42.41791,2.76016], [42.42482,2.75690], [42.42539,2.75235], [42.42361,2.74051], [42.42380,2.73304], [42.42171,2.72686], [42.42083,2.71879], [42.41304,2.70654], [42.41057,2.70236], [42.40969,2.69721], [42.40558,2.69409], [42.40494,2.67692], [42.40266,2.67417], [42.38935,2.67246], [42.38504,2.66799], [42.38872,2.65460], [42.38511,2.65365], [42.37978,2.66155], [42.37293,2.66327], [42.36590,2.66175], [42.36286,2.66964], [42.35956,2.67445], [42.34979,2.67702], [42.34408,2.67668], [42.34169,2.67541], [42.33992,2.66940], [42.34081,2.65275], [42.34296,2.65223], [42.34334,2.64004], [42.34385,2.63249], [42.34601,2.63215], [42.34436,2.62288], [42.34715,2.60777], [42.34943,2.59987], [42.35146,2.59867], [42.35375,2.58854], [42.35692,2.58648], [42.35819,2.57378], [42.35527,2.56245], [42.35286,2.55473], [42.34575,2.55473], [42.33992,2.54941], [42.33725,2.54460], [42.33243,2.54220], [42.33230,2.52932], [42.33649,2.51181], [42.34004,2.50580], [42.34258,2.49945], [42.34106,2.48967], [42.33903,2.48108], [42.34613,2.47559], [42.35438,2.47044], [42.36022,2.46495], [42.36415,2.45637], [42.36909,2.45499], [42.36884,2.44624], [42.37518,2.43456], [42.37835,2.43302], [42.38685,2.43577], [42.38934,2.43508], [42.39248,2.43315], [42.39368,2.42933], [42.39181,2.41693], [42.39045,2.41255], [42.39260,2.40500], [42.39498,2.39320], [42.39964,2.38663], [42.40109,2.37874], [42.39986,2.37221], [42.40230,2.36157], [42.40730,2.34655], [42.40993,2.34497], [42.41627,2.34420], [42.41516,2.32978], [42.42131,2.31699], [42.42587,2.31669], [42.42825,2.30823], [42.42495,2.30394], [42.42210,2.29588], [42.42331,2.28962], [42.42945,2.27812], [42.43351,2.27202], [42.43256,2.26618], [42.43756,2.25846], [42.43661,2.25365], [42.43180,2.24971], [42.42894,2.24653], [42.42723,2.23838], [42.42419,2.23254], [42.42508,2.22524], [42.42255,2.21898], [42.42223,2.21409], [42.41849,2.20756], [42.41678,2.20430], [42.41608,2.19872], [42.41748,2.18928], [42.41779,2.17890], [42.42191,2.17211], [42.42324,2.16808], [42.41868,2.14774], [42.41475,2.14104], [42.41215,2.12937], [42.40772,2.12594], [42.40087,2.12302], [42.39587,2.12122], [42.39339,2.11504], [42.38883,2.11581], [42.38282,2.11758], [42.38136,2.11466], [42.37844,2.10676], [42.37699,2.09947], [42.37204,2.08968], [42.36646,2.08685], [42.36399,2.08762], [42.36158,2.08453], [42.36392,2.08033], [42.36354,2.07355], [42.35974,2.06702], [42.35745,2.05870], [42.35707,2.05363], [42.35726,2.03406], [42.35511,2.02763], [42.35452,2.02381], [42.34564,2.01454], [42.35192,2.01153], [42.35313,2.00621], [42.35509,2.00304], [42.35465,1.99832], [42.35864,1.99694], [42.35845,1.99128], [42.36093,1.98699], [42.36619,1.98124], [42.36987,1.97909], [42.37367,1.96948], [42.37735,1.96785], [42.38236,1.96484], [42.38799,1.96339], [42.39103,1.96013], [42.39471,1.95953], [42.40067,1.96064], [42.40472,1.95944], [42.41068,1.95464], [42.42392,1.95755], [42.42633,1.95335], [42.42785,1.94365], [42.43001,1.93987], [42.43520,1.94056], [42.44223,1.94271], [42.45160,1.93790], [42.45395,1.93567], [42.45414,1.93292], [42.44533,1.91902], [42.44609,1.91490], [42.44685,1.91103], [42.44673,1.90709], [42.44787,1.90752], [42.44926,1.89970], [42.44856,1.89662], [42.44736,1.89541], [42.44736,1.89052], [42.44958,1.88915], [42.44926,1.88374], [42.45775,1.88211], [42.46110,1.87782], [42.46281,1.87258], [42.46656,1.86427], [42.46314,1.86083], [42.46238,1.85843], [42.46688,1.84907], [42.46941,1.84573], [42.47321,1.84487], [42.47827,1.84161], [42.48239,1.83277], [42.48448,1.82435], [42.48473,1.81981], [42.48277,1.81620], [42.48549,1.80985], [42.48954,1.80453], [42.48555,1.79234], [42.48631,1.76161], [42.48979,1.75929], [42.49093,1.75320], [42.49504,1.74625], [42.49169,1.72891], [42.49985,1.72702], [42.50333,1.72393], [42.51466,1.72436], [42.51740,1.72144], [42.51942,1.72247], [42.51942,1.72668], [42.52607,1.72925], [42.52999,1.73226], [42.53593,1.73423], [42.53840,1.73294], [42.54289,1.73406], [42.55079,1.73414], [42.55736,1.74018], [42.56381,1.74894], [42.56558,1.75649], [42.56570,1.76748], [42.56741,1.77374], [42.57424,1.78516], [42.57557,1.78413], [42.58226,1.78155], [42.57974,1.76868], [42.58081,1.75761], [42.58309,1.74945], [42.58726,1.74121], [42.58738,1.72619], [42.59162,1.72465], [42.60065,1.72602], [42.60286,1.73066], [42.60817,1.73263], [42.61108,1.73684], [42.61701,1.73649], [42.61474,1.73169], [42.61474,1.72525], [42.61626,1.72250], [42.61405,1.71898], [42.61468,1.71323], [42.62226,1.69804], [42.62137,1.69152], [42.62365,1.68808], [42.62453,1.68027], [42.62188,1.67830], [42.62200,1.67495], [42.62030,1.67255], [42.62093,1.66723], [42.61847,1.66379], [42.62194,1.65452], [42.62623,1.65281], [42.62813,1.63744], [42.62958,1.63641], [42.62649,1.62955], [42.62674,1.62139], [42.62485,1.61813], [42.62660,1.61026], [42.62868,1.60923], [42.62521,1.60210], [42.62584,1.59901], [42.63241,1.59412], [42.63399,1.58296], [42.63752,1.57876], [42.64175,1.57781], [42.64428,1.57429], [42.64819,1.57421], [42.64851,1.56734], [42.65217,1.56408], [42.65299,1.56228], [42.65211,1.55807], [42.65337,1.55352], [42.65482,1.54872], [42.65211,1.53833], [42.64946,1.53481], [42.65103,1.52820], [42.64794,1.52202], [42.64516,1.51876], [42.64504,1.49979], [42.65268,1.49318], [42.65072,1.47928], [42.64188,1.47808], [42.63935,1.47576], [42.63506,1.47044], [42.63146,1.46855], [42.62868,1.47138], [42.62584,1.47173], [42.62155,1.47439], [42.61416,1.47808], [42.61245,1.47610], [42.60771,1.47078], [42.60620,1.46915], [42.60594,1.46366], [42.60159,1.45636], [42.60260,1.44709], [42.60272,1.43671], [42.60525,1.43456], [42.60955,1.43044], [42.61334,1.42787], [42.61656,1.42915], [42.62091,1.42641], [42.62515,1.41980], [42.64074,1.41422], [42.65547,1.41247], [42.65686,1.40423], [42.66525,1.39882], [42.66759,1.39221], [42.66841,1.38620], [42.68162,1.38679], [42.68560,1.38910], [42.69046,1.38438], [42.69191,1.37889], [42.69449,1.37451], [42.69468,1.36456], [42.69986,1.35168], [42.70654,1.34971], [42.71234,1.35288], [42.71900,1.35782], [42.71900,1.34666], [42.71825,1.33662], [42.72373,1.33284], [42.72323,1.32469], [42.71755,1.31559], [42.71737,1.30520], [42.71863,1.29533], [42.71333,1.27731], [42.71711,1.27516], [42.71699,1.26838], [42.71478,1.26366], [42.71497,1.25139], [42.72235,1.24615], [42.72342,1.24160], [42.72645,1.22787], [42.72279,1.22306], [42.72172,1.22057], [42.71932,1.21568], [42.71510,1.18693], [42.70778,1.17440], [42.70812,1.16626], [42.71638,1.15055], [42.72905,1.13158], [42.73586,1.13373], [42.74160,1.12884], [42.75114,1.12979], [42.75775,1.12490], [42.75927,1.12070], [42.76261,1.11941], [42.76475,1.10825], [42.77061,1.10838], [42.77313,1.09499], [42.77949,1.08461], [42.78774,1.07894], [42.78163,1.07328], [42.78264,1.05826], [42.78082,1.05620], [42.78063,1.04220], [42.78434,1.04332], [42.78611,1.03448], [42.78504,1.03285], [42.78680,1.02126], [42.78711,1.01465], [42.78985,1.00601], [42.78532,0.98704], [42.78891,0.97769], [42.79300,0.97631], [42.79722,0.97365], [42.79873,0.96611], [42.80396,0.96482], [42.80465,0.95924], [42.80289,0.95658], [42.80119,0.94791], [42.79905,0.94808], [42.79527,0.93890], [42.78759,0.93547], [42.79105,0.91976], [42.79533,0.91392], [42.79703,0.90654], [42.80094,0.90474], [42.80742,0.89135], [42.81290,0.88431], [42.81586,0.86697], [42.82594,0.85616], [42.82927,0.84260], [42.82738,0.83788], [42.82933,0.82886], [42.83538,0.81599], [42.83789,0.81097], [42.83922,0.80479], [42.83985,0.79758], [42.83607,0.78994], [42.83575,0.78059], [42.83777,0.76926], [42.84117,0.75990], [42.84299,0.75810], [42.84608,0.74712], [42.84891,0.73510], [42.85407,0.73373], [42.85457,0.72978], [42.85658,0.72755], [42.85721,0.71699], [42.86017,0.71201], [42.86080,0.70772], [42.85564,0.69738], [42.85400,0.68803], [42.85419,0.67893], [42.84922,0.68022], [42.84733,0.67799], [42.84186,0.66340], [42.83795,0.65996], [42.83367,0.66082], [42.82933,0.66357], [42.82530,0.66923], [42.82222,0.67095], [42.81945,0.66812], [42.81429,0.66485], [42.81051,0.66889], [42.80660,0.67086], [42.80201,0.67112], [42.80075,0.66649], [42.79879,0.66391], [42.79709,0.65868], [42.79155,0.65533], [42.78676,0.65224], [42.78311,0.64752], [42.77851,0.65189], [42.77662,0.66091], [42.77524,0.66794], [42.77114,0.66460], [42.76787,0.65893], [42.76465,0.64983], [42.76257,0.65189], [42.75904,0.64923], [42.75400,0.64426], [42.75236,0.64795], [42.75293,0.66228], [42.75117,0.66245], [42.74921,0.66460], [42.74480,0.66288], [42.74184,0.66468], [42.74221,0.66872], [42.73805,0.66726], [42.73490,0.66966], [42.73118,0.67146], [42.72790,0.67850], [42.72292,0.68048], [42.71548,0.67629], [42.71163,0.68050], [42.70841,0.68282], [42.70381,0.67930], [42.70129,0.67535], [42.69012,0.67792], [42.68876,0.66805], [42.69280,0.64719], [42.69261,0.63784], [42.69810,0.60608], [42.70453,0.59724], [42.69405,0.59037], [42.69563,0.57260], [42.69929,0.55698], [42.70030,0.54436], [42.69961,0.53200], [42.70225,0.52754], [42.69702,0.52230], [42.69140,0.51882], [42.69184,0.50654], [42.69184,0.49075], [42.69934,0.48097], [42.69871,0.47178], [42.69335,0.46741], [42.69215,0.45470], [42.69386,0.45221], [42.69102,0.44363], [42.68968,0.43565], [42.69094,0.42080], [42.69397,0.41702], [42.69649,0.39977], [42.70147,0.39187], [42.71295,0.39282], [42.71182,0.38372], [42.71415,0.37282], [42.72197,0.36613], [42.72341,0.36020], [42.71988,0.35952], [42.71780,0.35231], [42.71275,0.34707], [42.70941,0.34493], [42.70928,0.33789], [42.70462,0.32699], [42.69566,0.32596], [42.68967,0.32184], [42.68588,0.32390], [42.68336,0.32072], [42.68373,0.31597], [42.68133,0.31262], [42.67294,0.29623], [42.67389,0.29288], [42.68045,0.28241], [42.68335,0.28112], [42.69199,0.26799], [42.69269,0.26215], [42.70247,0.26807], [42.71245,0.26032], [42.71623,0.25869], [42.71844,0.24942], [42.71693,0.24178], [42.71705,0.22607], [42.72368,0.21191], [42.72929,0.20402], [42.73181,0.19294], [42.73439,0.18333], [42.73654,0.17706], [42.73307,0.17415], [42.72828,0.16256], [42.72443,0.16316], [42.72221,0.16222], [42.72398,0.15458], [42.72121,0.13956], [42.71894,0.13458], [42.71547,0.13441], [42.71294,0.12617], [42.70954,0.11149], [42.71276,0.09527], [42.71591,0.08883], [42.70815,0.07252], [42.70330,0.07115], [42.69976,0.06342], [42.69800,0.05965], [42.69624,0.05001], [42.69687,0.03963], [42.70154,0.02538], [42.70147,0.01654], [42.69447,0.01542], [42.69138,0.01079], [42.68734,0.00589], [42.68444,-0.00036], [42.68438,-0.01530], [42.68911,-0.03135], [42.69163,-0.03950], [42.69109,-0.04321], [42.69374,-0.04999], [42.69166,-0.05583], [42.69506,-0.06312], [42.70206,-0.06561], [42.70843,-0.06552], [42.71373,-0.06621], [42.71744,-0.06854], [42.71775,-0.07447], [42.71605,-0.07867], [42.71971,-0.08674], [42.72078,-0.08846], [42.72015,-0.09661], [42.72160,-0.09867], [42.72072,-0.10648], [42.72614,-0.11300], [42.73005,-0.10880], [42.73327,-0.10940], [42.73787,-0.11790], [42.74310,-0.11893], [42.74953,-0.12339], [42.75098,-0.12339], [42.75394,-0.12837], [42.75747,-0.12991], [42.76163,-0.13764], [42.76428,-0.13729], [42.76717,-0.13961], [42.76900,-0.15120], [42.77316,-0.15043], [42.77568,-0.14734], [42.77852,-0.15240], [42.78141,-0.15558], [42.78557,-0.15695], [42.79250,-0.15532], [42.79741,-0.16047], [42.79533,-0.16382], [42.79048,-0.16656], [42.78834,-0.17291], [42.78570,-0.17652], [42.78544,-0.18038], [42.78689,-0.18390], [42.78658,-0.18922], [42.79055,-0.19034], [42.79080,-0.19472], [42.79496,-0.19884], [42.79697,-0.20579], [42.79722,-0.20999], [42.79609,-0.21162], [42.79672,-0.21677], [42.80214,-0.21909], [42.80100,-0.22244], [42.80258,-0.22639], [42.80465,-0.23008], [42.80850,-0.23943], [42.81454,-0.23995], [42.81429,-0.23806], [42.81750,-0.23900], [42.81983,-0.24287], [42.82275,-0.24244], [42.82212,-0.24510], [42.82023,-0.24467], [42.81966,-0.24870], [42.81878,-0.25694], [42.82269,-0.26226], [42.82823,-0.27514], [42.83408,-0.27591], [42.83685,-0.28166], [42.83792,-0.28999], [42.83839,-0.29833], [42.84091,-0.30511], [42.84210,-0.30880], [42.84884,-0.31318], [42.84424,-0.31653], [42.84040,-0.32082], [42.83663,-0.32099], [42.83455,-0.32425], [42.83392,-0.33438], [42.83701,-0.33404], [42.83524,-0.34168], [42.83732,-0.34560], [42.83474,-0.34791], [42.83254,-0.35384], [42.82851,-0.35555], [42.82662,-0.35512], [42.82020,-0.36242], [42.81554,-0.36414], [42.80685,-0.38242], [42.80038,-0.38273], [42.79861,-0.39466], [42.80113,-0.39964], [42.80542,-0.40822], [42.80737,-0.40856], [42.80510,-0.41878], [42.79767,-0.43354], [42.79672,-0.43792], [42.79509,-0.44075], [42.79572,-0.44547], [42.79798,-0.44659], [42.79924,-0.44865], [42.80346,-0.45268], [42.80353,-0.45920], [42.80592,-0.46590], [42.80895,-0.47829], [42.81210,-0.47940], [42.81538,-0.48413], [42.81651,-0.49245], [42.82110,-0.49940], [42.82702,-0.50061], [42.82652,-0.50524], [42.82375,-0.51211], [42.82079,-0.51271], [42.81796,-0.51417], [42.81651,-0.51872], [42.81506,-0.51940], [42.81141,-0.52404], [42.80788,-0.52447], [42.80272,-0.52198], [42.79762,-0.52258], [42.79283,-0.52807], [42.79151,-0.52987], [42.79308,-0.54301], [42.77702,-0.55073], [42.77809,-0.55442], [42.77916,-0.55725], [42.78112,-0.57013], [42.78565,-0.57124], [42.79132,-0.57116], [42.79932,-0.56541], [42.80662,-0.56824], [42.80744,-0.57657], [42.80215,-0.58850], [42.80606,-0.60223], [42.81556,-0.59965], [42.82400,-0.60437], [42.82866,-0.60472], [42.83023,-0.60231], [42.83237,-0.60515], [42.83747,-0.62171], [42.85094,-0.63389], [42.85295,-0.63921], [42.85370,-0.64548], [42.85924,-0.65723], [42.86622,-0.66307], [42.87481,-0.66621], [42.87941,-0.67566], [42.88243,-0.67995], [42.87997,-0.69222], [42.87783,-0.69814], [42.87972,-0.70038], [42.88412,-0.70561], [42.88387,-0.71351], [42.88739,-0.72063], [42.89368,-0.72904], [42.89808,-0.73325], [42.91400,-0.73720], [42.91934,-0.72604], [42.92424,-0.72664], [42.92839,-0.73385], [42.93329,-0.73402], [42.93861,-0.73312], [42.94018,-0.73483], [42.94496,-0.73148], [42.94741,-0.74032], [42.95281,-0.74444], [42.96286,-0.74951], [42.96738,-0.75208], [42.96732,-0.75689], [42.96776,-0.76848], [42.96506,-0.77217], [42.96361,-0.78367], [42.96229,-0.79139], [42.95601,-0.80401], [42.95105,-0.81036], [42.95036,-0.82238], [42.95218,-0.82847], [42.95205,-0.83234], [42.95381,-0.83697], [42.95224,-0.84015], [42.95231,-0.84427], [42.95105,-0.84641], [42.95136,-0.85311], [42.94998,-0.86461], [42.95381,-0.87542], [42.95494,-0.89877], [42.95991,-0.89808], [42.96305,-0.90383], [42.96330,-0.91113], [42.96217,-0.91662], [42.95739,-0.91945], [42.95545,-0.91778], [42.95331,-0.92937], [42.95231,-0.94164], [42.95413,-0.95057], [42.95922,-0.95795], [42.96047,-0.96679], [42.96223,-0.97469], [42.96763,-0.97717], [42.97096,-0.98404], [42.97548,-1.00155], [42.98164,-1.00301], [42.98992,-1.00799], [42.99225,-1.01279], [42.99338,-1.01846], [42.99168,-1.02421], [42.99432,-1.03597], [42.99614,-1.05614], [42.99708,-1.06893], [43.00217,-1.08798], [43.00618,-1.08592], [43.01051,-1.08429], [43.01152,-1.09571], [43.02300,-1.11442], [43.01673,-1.12000], [43.01208,-1.12841], [43.00800,-1.13364], [43.00844,-1.13673], [43.00775,-1.13939], [43.00618,-1.14163], [43.00869,-1.14343], [43.01447,-1.14446], [43.02520,-1.14669], [43.03210,-1.16394], [43.03411,-1.16437], [43.03687,-1.17270], [43.03392,-1.17441], [43.03229,-1.18008], [43.04483,-1.20514], [43.04816,-1.21046], [43.05104,-1.21390], [43.05487,-1.22883], [43.04327,-1.24505], [43.04164,-1.25063], [43.04276,-1.25947], [43.04534,-1.26668], [43.05343,-1.27072], [43.05732,-1.27947], [43.06177,-1.28642], [43.06271,-1.28986], [43.06334,-1.29561], [43.06635,-1.29698], [43.06885,-1.31149], [43.07625,-1.30685], [43.08566,-1.30453], [43.09199,-1.30016], [43.09963,-1.29423], [43.10847,-1.28316], [43.11818,-1.27011], [43.11855,-1.27801], [43.11567,-1.28926], [43.11429,-1.30222], [43.11248,-1.31715], [43.11097,-1.32359], [43.10571,-1.33234], [43.10145,-1.33423], [43.09324,-1.34462], [43.08728,-1.34427], [43.08177,-1.34007], [43.07719,-1.34153], [43.05537,-1.34333], [43.05380,-1.34178], [43.02695,-1.35354], [43.04584,-1.44152], [43.08440,-1.47508], [43.09355,-1.46991], [43.09894,-1.46210], [43.10233,-1.45171], [43.10559,-1.44982], [43.10841,-1.44279], [43.11198,-1.44399], [43.11718,-1.42828], [43.12570,-1.42476], [43.12777,-1.41635], [43.13616,-1.41506], [43.14198,-1.41085], [43.14950,-1.41755], [43.15595,-1.40697], [43.16315,-1.40500], [43.17317,-1.40406], [43.17943,-1.40208], [43.18625,-1.39238], [43.18857,-1.38337], [43.19372,-1.38671], [43.19992,-1.38534], [43.20867,-1.38628], [43.21574,-1.38096], [43.22018,-1.38534], [43.22688,-1.38173], [43.23007,-1.37890], [43.25300,-1.38339], [43.26606,-1.39970], [43.26669,-1.40356], [43.26919,-1.40468], [43.27331,-1.41463], [43.26869,-1.42124], [43.26606,-1.43068], [43.26663,-1.44124], [43.26894,-1.44742], [43.27106,-1.45798], [43.27175,-1.46665], [43.27381,-1.47120], [43.28038,-1.48252], [43.28244,-1.48295], [43.28013,-1.49214], [43.28325,-1.49720], [43.29375,-1.50716], [43.29362,-1.52012], [43.29212,-1.52398], [43.29356,-1.53686], [43.29043,-1.54140], [43.29006,-1.55703], [43.28769,-1.56381], [43.28519,-1.56372], [43.28475,-1.55831], [43.27913,-1.55694], [43.27675,-1.55745], [43.27431,-1.56046], [43.27094,-1.56106], [43.26713,-1.56363], [43.25666,-1.56747], [43.24854,-1.57554], [43.25316,-1.58266], [43.25354,-1.58798], [43.25404,-1.59931], [43.25229,-1.60833], [43.25479,-1.61159], [43.25604,-1.61596], [43.25935,-1.61966], [43.26485,-1.62352], [43.26904,-1.62472], [43.27089,-1.62607], [43.28152,-1.62847], [43.28545,-1.63131], [43.29264,-1.62865], [43.29782,-1.62470], [43.30426,-1.62384], [43.30640,-1.62490], [43.30690,-1.63134], [43.30833,-1.63632], [43.30690,-1.64567], [43.30971,-1.65340], [43.31233,-1.65451], [43.31370,-1.66052], [43.31433,-1.66833], [43.31108,-1.67649], [43.30977,-1.68275], [43.30883,-1.68593], [43.31152,-1.69151], [43.31202,-1.69485], [43.30971,-1.69932], [43.30871,-1.70404], [43.30496,-1.70850], [43.30240,-1.70927], [43.29909,-1.71434], [43.29953,-1.72206], [43.29640,-1.72721], [43.29547,-1.73073], [43.30390,-1.73571], [43.30947,-1.73587], [43.31016,-1.74085], [43.31322,-1.74042], [43.31628,-1.74170], [43.32321,-1.73810], [43.33008,-1.73878], [43.33083,-1.74857], [43.33451,-1.75475], [43.33888,-1.75243], [43.34181,-1.75320], [43.34425,-1.75792], [43.34350,-1.76479], [43.34231,-1.76934], [43.34356,-1.77500], [43.34593,-1.77732], [43.34787,-1.77784], [43.34887,-1.78445], [43.35236,-1.78788], [43.36441,-1.77767], [43.36634,-1.78839], [43.37439,-1.79020], [43.41000,-1.77612], [48.38234,-5.83157], [49.35071,-3.81009], [48.92664,-2.32693], [49.15710,-1.67874], [49.75696,-2.54666], [50.32845,0.72726], [51.25899,1.89181], [51.28648,2.49606]], + FR: [[51.08972,2.54565],[51.07009,2.55973],[51.06405,2.56333],[51.05434,2.56368],[51.01278,2.57707],[51.01213,2.57192],[51.00813,2.57277],[51.00619,2.57724],[51.00219,2.57518],[50.99301,2.59371],[50.99214,2.60693],[50.98469,2.61122],[50.98091,2.60882],[50.97118,2.61465],[50.96556,2.62152],[50.94577,2.63422],[50.94317,2.63251],[50.93993,2.61894],[50.93506,2.62135],[50.92976,2.61088],[50.91818,2.59198],[50.91472,2.59387],[50.91764,2.60486],[50.91418,2.60572],[50.91234,2.60984],[50.90552,2.60640],[50.90021,2.60743],[50.89772,2.61018],[50.88949,2.60760],[50.88494,2.60846],[50.88050,2.61069],[50.87336,2.60795],[50.86740,2.61516],[50.86100,2.61155],[50.85537,2.60348],[50.85104,2.60039],[50.84908,2.60038],[50.84930,2.60467],[50.85136,2.61154],[50.84822,2.61754],[50.84356,2.61720],[50.83933,2.61823],[50.83922,2.62252],[50.83673,2.62613],[50.81406,2.63505],[50.81352,2.65531],[50.82025,2.66612],[50.82372,2.66887],[50.82003,2.67574],[50.81406,2.68054],[50.81406,2.70990],[50.81580,2.71196],[50.81396,2.71865],[50.80886,2.72638],[50.80094,2.72415],[50.79378,2.72706],[50.79172,2.73084],[50.78855,2.73074],[50.78279,2.73984],[50.77791,2.75460],[50.76988,2.76473],[50.76401,2.75855],[50.76390,2.76284],[50.76108,2.76404],[50.75858,2.76404],[50.75544,2.76885],[50.75446,2.77537],[50.75131,2.77949],[50.75185,2.78412],[50.74392,2.78498],[50.74110,2.78327],[50.73425,2.78739],[50.73208,2.79082],[50.72686,2.79271],[50.71719,2.81966],[50.72024,2.82927],[50.72415,2.84815],[50.71654,2.85382],[50.70893,2.86412],[50.70426,2.86995],[50.70402,2.87903],[50.70696,2.88435],[50.70359,2.89036],[50.69554,2.89774],[50.69337,2.90529],[50.69522,2.90958],[50.70250,2.90821],[50.70500,2.91285],[50.70500,2.92383],[50.71098,2.92692],[50.72000,2.93053],[50.72609,2.92915],[50.73122,2.93255],[50.73209,2.94251],[50.74024,2.93650],[50.74545,2.93667],[50.75175,2.94989],[50.75501,2.95539],[50.75403,2.96139],[50.75067,2.96723],[50.75143,2.97272],[50.75773,2.98045],[50.75946,2.98869],[50.76793,3.00723],[50.77097,3.01255],[50.77445,3.01427],[50.77466,3.01821],[50.76989,3.02628],[50.77097,3.03504],[50.77673,3.03881],[50.77933,3.05100],[50.78194,3.05684],[50.77912,3.06851],[50.77390,3.08156],[50.77377,3.08739],[50.77724,3.09014],[50.77735,3.09340],[50.78668,3.10662],[50.79037,3.10731],[50.79536,3.11160],[50.79515,3.11503],[50.79265,3.11795],[50.79026,3.12379],[50.78723,3.12790],[50.79081,3.15005],[50.78560,3.15468],[50.78321,3.15211],[50.77789,3.15692],[50.77094,3.16413],[50.76096,3.17391],[50.75802,3.17460],[50.75563,3.18129],[50.75281,3.18215],[50.74684,3.18850],[50.74173,3.18799],[50.73999,3.19090],[50.73739,3.19914],[50.73402,3.20172],[50.72967,3.19811],[50.72696,3.19348],[50.72478,3.19399],[50.72163,3.19829],[50.72087,3.20515],[50.71837,3.20944],[50.71435,3.21099],[50.71359,3.21631],[50.71120,3.22190],[50.71402,3.22671],[50.71381,3.23495],[50.71250,3.23855],[50.71359,3.24559],[50.70859,3.25125],[50.70478,3.25349],[50.70141,3.26173],[50.69674,3.26052],[50.69097,3.26224],[50.69043,3.25537],[50.68673,3.25589],[50.68597,3.25915],[50.68293,3.25984],[50.67879,3.26275],[50.67760,3.26705],[50.67596,3.26584],[50.67433,3.25829],[50.67281,3.25108],[50.66824,3.24250],[50.66139,3.24319],[50.65736,3.24130],[50.65301,3.24816],[50.64658,3.24971],[50.64107,3.24600],[50.63596,3.25338],[50.62921,3.26110],[50.62333,3.25681],[50.61886,3.26093],[50.61635,3.26557],[50.61015,3.27260],[50.59707,3.27844],[50.58705,3.27896],[50.58094,3.27878],[50.57506,3.28582],[50.57124,3.28050],[50.56361,3.27861],[50.56317,3.28445],[50.56066,3.28548],[50.55903,3.27964],[50.55379,3.28325],[50.55107,3.28273],[50.54910,3.27964],[50.54430,3.28136],[50.53841,3.28119],[50.53219,3.28840],[50.52870,3.28908],[50.52412,3.29750],[50.52073,3.30951],[50.51964,3.32050],[50.51266,3.33011],[50.50927,3.33045],[50.50884,3.33904],[50.50447,3.36427],[50.49956,3.36788],[50.49486,3.37286],[50.49333,3.37972],[50.49650,3.38727],[50.49977,3.39242],[50.49999,3.39963],[50.50021,3.40633],[50.50371,3.41611],[50.50491,3.42487],[50.50573,3.42956],[50.50977,3.43420],[50.51151,3.43849],[50.50824,3.43969],[50.50737,3.44810],[50.50966,3.44948],[50.51239,3.44896],[50.51632,3.45257],[50.52014,3.45342],[50.52385,3.45840],[50.53029,3.46802],[50.53321,3.47024],[50.53517,3.47556],[50.52941,3.49064],[50.53039,3.49973],[50.52963,3.50506],[50.52635,3.51244],[50.52341,3.52188],[50.52057,3.51862],[50.51271,3.51759],[50.50780,3.50900],[50.50463,3.50368],[50.49819,3.49819],[50.49207,3.50008],[50.48738,3.50265],[50.49153,3.51038],[50.49502,3.52050],[50.49677,3.53080],[50.49557,3.54110],[50.49950,3.54711],[50.49917,3.55655],[50.49906,3.56342],[50.50103,3.56720],[50.50059,3.57286],[50.49666,3.57595],[50.49459,3.58110],[50.49229,3.57990],[50.49109,3.58471],[50.49186,3.59295],[50.49841,3.60771],[50.48639,3.62110],[50.47984,3.63432],[50.47831,3.63260],[50.47230,3.63535],[50.46345,3.64427],[50.46443,3.64593],[50.46389,3.65400],[50.45984,3.65847],[50.45744,3.66241],[50.45176,3.66499],[50.44870,3.66087],[50.44378,3.66190],[50.44028,3.67031],[50.43503,3.67117],[50.42344,3.66962],[50.42180,3.67289],[50.41884,3.67203],[50.41753,3.67083],[50.41381,3.67340],[50.40703,3.67443],[50.39806,3.67529],[50.39521,3.67392],[50.38715,3.67509],[50.38474,3.67114],[50.37785,3.66634],[50.37106,3.65844],[50.36766,3.65964],[50.36558,3.66582],[50.35923,3.66754],[50.34740,3.66823],[50.34149,3.67732],[50.33864,3.67681],[50.33415,3.67561],[50.33305,3.67955],[50.32987,3.68093],[50.32571,3.68848],[50.32286,3.69157],[50.32165,3.69638],[50.31815,3.69535],[50.31309,3.69833],[50.30487,3.71035],[50.30629,3.71601],[50.31178,3.71515],[50.31945,3.70846],[50.32044,3.71172],[50.31737,3.72202],[50.31189,3.72253],[50.31221,3.72854],[50.31726,3.72751],[50.32241,3.73095],[50.33074,3.72871],[50.33797,3.73421],[50.34367,3.73335],[50.34936,3.74090],[50.35188,3.74828],[50.34969,3.76064],[50.35342,3.76579],[50.35418,3.78931],[50.35177,3.79772],[50.35615,3.80579],[50.35363,3.81489],[50.34810,3.81566],[50.34591,3.81291],[50.34690,3.82236],[50.34996,3.82373],[50.35467,3.82287],[50.35446,3.82785],[50.35347,3.83489],[50.35511,3.83798],[50.35281,3.85034],[50.34953,3.85703],[50.34427,3.85995],[50.34372,3.86373],[50.34087,3.86853],[50.33923,3.87506],[50.33879,3.88038],[50.34131,3.88742],[50.33605,3.89102],[50.33101,3.89119],[50.32783,3.88913],[50.33002,3.89720],[50.32827,3.89977],[50.32970,3.91025],[50.35051,3.96861],[50.34865,3.96998],[50.34328,3.96895],[50.34799,3.97204],[50.34909,3.97513],[50.34525,3.97960],[50.34306,3.98715],[50.34679,3.98870],[50.34898,3.99264],[50.35095,4.00140],[50.35205,4.01444],[50.35829,4.01753],[50.35927,4.02354],[50.35862,4.02818],[50.35216,4.03522],[50.34558,4.03693],[50.34098,4.04191],[50.33989,4.05564],[50.33499,4.05619],[50.33280,4.05808],[50.33192,4.06443],[50.32918,4.06700],[50.32567,4.06975],[50.32118,4.07885],[50.31417,4.08005],[50.30923,4.08091],[50.31263,4.08623],[50.31351,4.09275],[50.31395,4.09773],[50.30912,4.10546],[50.30331,4.10923],[50.30452,4.11747],[50.30211,4.12142],[50.30134,4.12142],[50.29695,4.12468],[50.28763,4.12657],[50.27798,4.12520],[50.27414,4.12468],[50.27556,4.13756],[50.26887,4.13670],[50.26679,4.13580],[50.26349,4.14026],[50.25735,4.13717],[50.25943,4.14575],[50.25702,4.15537],[50.26086,4.16687],[50.26613,4.16756],[50.27030,4.16275],[50.27370,4.14936],[50.27798,4.14884],[50.28171,4.15434],[50.28566,4.15348],[50.28609,4.16052],[50.28939,4.16206],[50.28851,4.17047],[50.28500,4.17047],[50.28467,4.17854],[50.27787,4.17614],[50.27469,4.18026],[50.27644,4.18558],[50.27381,4.19519],[50.27513,4.20154],[50.27326,4.20944],[50.26317,4.21717],[50.25768,4.22249],[50.25351,4.22094],[50.24802,4.21699],[50.24374,4.20841],[50.24055,4.20343],[50.23935,4.19691],[50.23913,4.19348],[50.23287,4.18369],[50.22309,4.17751],[50.21486,4.17219],[50.21398,4.16498],[50.21189,4.15314],[50.20827,4.15331],[50.20387,4.15605],[50.20233,4.16035],[50.19838,4.16258],[50.19112,4.15914],[50.18563,4.15674],[50.18167,4.15657],[50.17376,4.15039],[50.17266,4.15691],[50.16518,4.15605],[50.16210,4.15691],[50.15704,4.14953],[50.15572,4.14524],[50.15143,4.13923],[50.14384,4.13666],[50.14021,4.13425],[50.13724,4.13082],[50.13592,4.12979],[50.13251,4.13202],[50.12987,4.14421],[50.12998,4.15657],[50.13614,4.15588],[50.13548,4.16326],[50.13394,4.17614],[50.13603,4.19863],[50.13316,4.20173],[50.12689,4.19933],[50.12392,4.20208],[50.11962,4.20414],[50.11456,4.20414],[50.10762,4.19813],[50.10663,4.20774],[50.10476,4.20808],[50.10146,4.20225],[50.09650,4.20757],[50.09694,4.21255],[50.08968,4.21821],[50.08494,4.22645],[50.07965,4.22954],[50.06974,4.23332],[50.06383,4.22673],[50.06030,4.21712],[50.05578,4.19995],[50.04928,4.19480],[50.05049,4.19000],[50.04751,4.18605],[50.04443,4.17403],[50.04740,4.17026],[50.04751,4.16202],[50.03947,4.15498],[50.02932,4.14571],[50.02017,4.13610],[50.01410,4.13747],[50.00881,4.14313],[50.00307,4.14811],[50.00285,4.15824],[49.99932,4.16408],[49.99336,4.16339],[49.98354,4.15584],[49.98298,4.14863],[49.97868,4.14348],[49.97603,4.14584],[49.97703,4.14996],[49.97493,4.15374],[49.97835,4.17279],[49.97283,4.17794],[49.96753,4.19889],[49.96433,4.20026],[49.95583,4.19580],[49.95936,4.21107],[49.96025,4.22584],[49.95881,4.23133],[49.96201,4.24472],[49.96466,4.25965],[49.96599,4.27648],[49.96477,4.29656],[49.96963,4.30909],[49.96301,4.32471],[49.96367,4.33570],[49.95660,4.34703],[49.95240,4.35338],[49.95329,4.36574],[49.95152,4.37192],[49.95494,4.38205],[49.94844,4.39183],[49.94976,4.39922],[49.94921,4.40900],[49.94667,4.42016],[49.94181,4.43475],[49.94137,4.44196],[49.93827,4.44677],[49.94987,4.48110],[49.94711,4.48642],[49.94943,4.49638],[49.94766,4.51251],[49.95219,4.51869],[49.95208,4.52281],[49.95992,4.52985],[49.96313,4.53054],[49.96776,4.53929],[49.97075,4.54152],[49.96909,4.54787],[49.97097,4.56298],[49.97604,4.57173],[49.98156,4.57414],[49.98686,4.59739],[49.98863,4.61730],[49.98984,4.63962],[49.99525,4.66176],[49.99856,4.66863],[49.99735,4.67893],[49.99613,4.69369],[50.00154,4.68442],[50.01279,4.68562],[50.02515,4.68562],[50.02812,4.68356],[50.03022,4.68665],[50.05024,4.69524],[50.05729,4.69541],[50.05718,4.68459],[50.06435,4.68150],[50.06897,4.67859],[50.07272,4.68717],[50.08330,4.69060],[50.09695,4.70125],[50.09816,4.71378],[50.10235,4.71652],[50.10565,4.72888],[50.11323,4.75206],[50.11720,4.75206],[50.12369,4.74725],[50.12204,4.75446],[50.13359,4.76047],[50.13722,4.76133],[50.15109,4.80081],[50.15527,4.80785],[50.17055,4.82330],[50.16901,4.82604],[50.16153,4.82450],[50.15395,4.83308],[50.15450,4.84167],[50.15285,4.85128],[50.15384,4.87033],[50.15373,4.87960],[50.14702,4.88149],[50.14140,4.88304],[50.14041,4.89660],[50.13480,4.89831],[50.13348,4.89076],[50.13018,4.88630],[50.13073,4.87995],[50.12468,4.87806],[50.12468,4.87291],[50.11885,4.86965],[50.11411,4.87171],[50.10916,4.87377],[50.09628,4.86930],[50.09694,4.87480],[50.09319,4.87565],[50.08592,4.87153],[50.09319,4.85935],[50.09771,4.85935],[50.10035,4.85368],[50.09639,4.84527],[50.09286,4.84064],[50.08317,4.84819],[50.08229,4.84132],[50.07171,4.84184],[50.06582,4.83686],[50.06549,4.82124],[50.06042,4.82278],[50.05888,4.82931],[50.05062,4.82776],[50.04687,4.83480],[50.04742,4.84081],[50.03959,4.84218],[50.03320,4.83549],[50.03176,4.82742],[50.02757,4.82742],[50.02515,4.82158],[50.02118,4.82313],[50.01919,4.81901],[50.01478,4.82021],[50.01015,4.82227],[49.99823,4.81780],[49.99459,4.81969],[49.98201,4.80493],[49.98231,4.79464],[49.97756,4.79653],[49.96531,4.78932],[49.95979,4.79206],[49.95636,4.80288],[49.95073,4.82811],[49.95040,4.83978],[49.95051,4.84562],[49.94675,4.85094],[49.93195,4.85850],[49.92638,4.87592],[49.92229,4.88296],[49.91633,4.88227],[49.90881,4.89120],[49.90505,4.88811],[49.90549,4.88124],[49.90229,4.87798],[49.90251,4.88794],[49.89897,4.88845],[49.89565,4.88365],[49.89433,4.87867],[49.88658,4.87300],[49.87729,4.86682],[49.87010,4.86219],[49.86623,4.86408],[49.86346,4.85481],[49.85638,4.85343],[49.85085,4.85567],[49.84221,4.85922],[49.84232,4.86815],[49.82582,4.86969],[49.82084,4.87501],[49.81708,4.87707],[49.81309,4.86677],[49.80046,4.86317],[49.80002,4.86094],[49.79558,4.85956],[49.79315,4.85424],[49.78960,4.86214],[49.79071,4.86952],[49.79403,4.86901],[49.79348,4.88068],[49.78916,4.88737],[49.78993,4.90042],[49.78616,4.90162],[49.78694,4.91347],[49.78893,4.92136],[49.78694,4.93166],[49.79159,4.93338],[49.79436,4.94145],[49.79713,4.94677],[49.80157,4.95072],[49.80157,4.95793],[49.79835,4.96187],[49.79924,4.96960],[49.80190,4.96994],[49.80090,4.97973],[49.80057,4.99827],[49.79647,5.00084],[49.79004,5.00462],[49.78195,5.00805],[49.77452,5.03260],[49.76849,5.06336],[49.76295,5.06404],[49.76362,5.07657],[49.76550,5.08756],[49.76605,5.09031],[49.76228,5.09563],[49.74010,5.11949],[49.72568,5.12687],[49.71769,5.12434],[49.71370,5.12915],[49.71448,5.14151],[49.70904,5.14425],[49.71980,5.15284],[49.71536,5.16297],[49.71059,5.16709],[49.69449,5.16537],[49.69705,5.19575],[49.69227,5.19678],[49.69793,5.20708],[49.68805,5.21841],[49.69160,5.22854],[49.69049,5.24468],[49.68672,5.24519],[49.69527,5.25789],[49.69749,5.26768],[49.68894,5.28347],[49.68286,5.28546],[49.68041,5.29438],[49.67541,5.30073],[49.66408,5.32219],[49.65386,5.33575],[49.64519,5.31876],[49.63363,5.30743],[49.62495,5.30537],[49.61150,5.31344],[49.61695,5.32236],[49.61739,5.33610],[49.62240,5.34262],[49.63240,5.34760],[49.63074,5.35721],[49.62718,5.35910],[49.62373,5.36854],[49.62451,5.37867],[49.62084,5.38399],[49.61717,5.39944],[49.60972,5.40442],[49.60883,5.41489],[49.59926,5.41884],[49.59793,5.42897],[49.59214,5.43206],[49.58969,5.43068],[49.56999,5.43858],[49.56754,5.44991],[49.56799,5.46004],[49.55084,5.44459],[49.53814,5.46828],[49.52617,5.47016],[49.52461,5.46192],[49.51714,5.45094],[49.50923,5.46725],[49.49875,5.46639],[49.49820,5.47549],[49.50845,5.48424],[49.50801,5.50038],[49.51258,5.52956],[49.51648,5.54175],[49.52428,5.54432],[49.52963,5.55771],[49.52628,5.56252],[49.52818,5.56853],[49.52216,5.58758],[49.52372,5.59136],[49.51547,5.60337],[49.50622,5.60681],[49.50756,5.61333],[49.51291,5.61505],[49.51915,5.62208],[49.52773,5.61573],[49.53742,5.62414],[49.54723,5.63668],[49.55190,5.64389],[49.55402,5.66071],[49.54945,5.67205],[49.54934,5.68527],[49.54611,5.68561],[49.54277,5.69917],[49.53987,5.70415],[49.54110,5.71823],[49.54577,5.72664],[49.54566,5.73711],[49.53853,5.74123],[49.54277,5.75479],[49.55268,5.75651],[49.55836,5.75565],[49.56415,5.76131],[49.56381,5.77625],[49.55680,5.78741],[49.55079,5.80354],[49.55079,5.81144],[49.54700,5.82002],[49.54277,5.81539],[49.53742,5.81693],[49.54110,5.82775],[49.54388,5.83822],[49.52884,5.84732],[49.52594,5.83547],[49.52037,5.83719],[49.51357,5.85058],[49.50990,5.85109],[49.50577,5.86105],[49.50064,5.86723],[49.50053,5.88010],[49.49763,5.89693],[49.50276,5.90894],[49.49998,5.93006],[49.50198,5.93967],[49.49942,5.94757],[49.49618,5.94980],[49.49351,5.95975],[49.49206,5.97366],[49.48749,5.97555],[49.48615,5.97074],[49.48124,5.97538],[49.47444,5.97332],[49.46574,5.97503],[49.46239,5.97812],[49.46351,5.98156],[49.46217,5.98894],[49.45302,5.98516],[49.45748,5.99872],[49.45335,6.00765],[49.45581,6.02722],[49.45436,6.03048],[49.45123,6.02722],[49.44956,6.02928],[49.44878,6.04232],[49.46585,6.05417],[49.46808,6.06052],[49.46518,6.07511],[49.46462,6.08163],[49.45815,6.08146],[49.45447,6.09056],[49.45424,6.09914],[49.46339,6.09623],[49.47076,6.10103],[49.47477,6.11219],[49.47288,6.11528],[49.47578,6.12163],[49.49552,6.12815],[49.48983,6.13399],[49.49217,6.14326],[49.48626,6.14223],[49.49262,6.15236],[49.50198,6.15356],[49.50555,6.16146],[49.51101,6.17622],[49.50800,6.17828],[49.50789,6.18600],[49.50689,6.19905],[49.50800,6.21484],[49.51023,6.21725],[49.51057,6.23682],[49.51569,6.24145],[49.50945,6.24900],[49.51068,6.25673],[49.50510,6.26720],[49.50410,6.28128],[49.49351,6.28162],[49.49507,6.28934],[49.48660,6.28900],[49.48994,6.29982],[49.48091,6.29758],[49.47745,6.30548],[49.48158,6.31372],[49.47756,6.31509],[49.46998,6.33243],[49.47009,6.34462],[49.46775,6.34737],[49.46786,6.35406],[49.46061,6.36522],[49.47076,6.36676],[49.46663,6.37655],[49.46864,6.40916],[49.47700,6.42084],[49.47700,6.42873],[49.47254,6.43474],[49.46775,6.44418],[49.46440,6.45757],[49.46719,6.46461],[49.46261,6.47354],[49.45212,6.48658],[49.45090,6.49963],[49.43739,6.52332],[49.43594,6.53791],[49.42489,6.55370],[49.41841,6.55782],[49.41685,6.55336],[49.41662,6.54735],[49.41227,6.54237],[49.40903,6.53860],[49.40199,6.54064],[49.40266,6.54441],[49.39987,6.55317],[49.39518,6.55351],[49.39160,6.56192],[49.38903,6.56450],[49.39037,6.57754],[49.38624,6.58286],[49.38535,6.58887],[49.36892,6.58424],[49.37205,6.59574],[49.36702,6.60432],[49.35729,6.59557],[49.35002,6.58973],[49.34969,6.58544],[49.35539,6.58183],[49.35718,6.57359],[49.35572,6.56604],[49.34678,6.56690],[49.34085,6.57771],[49.33481,6.57977],[49.33783,6.58716],[49.33626,6.59213],[49.33492,6.59196],[49.32955,6.59711],[49.32219,6.58989],[49.31816,6.59522],[49.31335,6.60500],[49.30238,6.61547],[49.30316,6.62371],[49.29622,6.63453],[49.29589,6.63865],[49.28928,6.64912],[49.28805,6.65307],[49.28234,6.65427],[49.28507,6.66035],[49.28048,6.67168],[49.27690,6.66756],[49.26828,6.66773],[49.25808,6.66069],[49.25427,6.66670],[49.25752,6.67477],[49.25539,6.67906],[49.25158,6.68730],[49.24766,6.69228],[49.24127,6.68507],[49.23236,6.69324],[49.22395,6.68929],[49.21633,6.69427],[49.21734,6.70525],[49.22171,6.72036],[49.21274,6.72843],[49.20511,6.73220],[49.18817,6.71263],[49.17572,6.72019],[49.17303,6.72637],[49.16465,6.73815],[49.16801,6.75069],[49.16577,6.75841],[49.16891,6.78124],[49.16633,6.79223],[49.16296,6.79755],[49.15870,6.80974],[49.15746,6.82141],[49.15241,6.83240],[49.15746,6.84579],[49.17284,6.84287],[49.17553,6.85883],[49.18327,6.85969],[49.19360,6.85008],[49.20190,6.84973],[49.21154,6.83566],[49.21670,6.84201],[49.22253,6.86089],[49.21838,6.87271],[49.21468,6.87528],[49.20986,6.89262],[49.21569,6.90378],[49.21648,6.91185],[49.22343,6.91889],[49.22410,6.92712],[49.22253,6.93966],[49.21603,6.94275],[49.20347,6.95991],[49.21031,6.97433],[49.19786,6.99905],[49.19494,7.00180],[49.19517,7.01090],[49.18888,7.01227],[49.19393,7.02205],[49.18922,7.02360],[49.19281,7.03012],[49.19169,7.03596],[49.18137,7.03596],[49.17385,7.02995],[49.16790,7.03047],[49.16206,7.03390],[49.15465,7.03356],[49.14477,7.04540],[49.13276,7.05055],[49.12071,7.04582],[49.11543,7.04788],[49.11228,7.05561],[49.11700,7.06831],[49.12385,7.06917],[49.12823,7.07930],[49.13059,7.08822],[49.13699,7.08599],[49.14239,7.08136],[49.14991,7.07999],[49.15507,7.08479],[49.15283,7.08977],[49.15709,7.10367],[49.15451,7.10797],[49.15316,7.11380],[49.14991,7.11415],[49.14609,7.10470],[49.13924,7.10453],[49.14070,7.11209],[49.14272,7.12290],[49.14160,7.12994],[49.13160,7.13337],[49.12880,7.13887],[49.12509,7.15122],[49.12082,7.15809],[49.12947,7.16599],[49.12778,7.17028],[49.12924,7.17783],[49.13059,7.17749],[49.13217,7.18401],[49.12947,7.18985],[49.12352,7.19568],[49.11610,7.19946],[49.12250,7.20410],[49.12576,7.21028],[49.12632,7.22332],[49.13014,7.23860],[49.12981,7.24615],[49.12340,7.26401],[49.12509,7.27345],[49.12441,7.28529],[49.11666,7.28461],[49.11509,7.29473],[49.12397,7.30126],[49.13014,7.30898],[49.13924,7.31396],[49.14474,7.32855],[49.14598,7.34022],[49.14418,7.34761],[49.14418,7.35962],[49.15855,7.36237],[49.16192,7.36649],[49.16742,7.36443],[49.17313,7.36494],[49.18480,7.44700],[49.18261,7.44554],[49.17953,7.43721],[49.17599,7.43996],[49.17150,7.44271],[49.16752,7.43472],[49.16522,7.43490],[49.16539,7.43910],[49.16976,7.44854],[49.16550,7.45678],[49.16314,7.45790],[49.16600,7.46631],[49.16836,7.46906],[49.17049,7.49532],[49.16718,7.49429],[49.15538,7.49722],[49.15505,7.50683],[49.15011,7.50717],[49.14865,7.50236],[49.14359,7.49653],[49.14067,7.49756],[49.14045,7.49035],[49.13708,7.49069],[49.13495,7.49704],[49.12978,7.50185],[49.12427,7.50666],[49.12203,7.51661],[49.11731,7.51987],[49.10899,7.52348],[49.10484,7.52623],[49.10304,7.53086],[49.09787,7.53103],[49.09641,7.54030],[49.09315,7.53670],[49.08663,7.54992],[49.07988,7.56674],[49.08157,7.58030],[49.08494,7.60416],[49.07853,7.61429],[49.07493,7.62407],[49.07426,7.63128],[49.06369,7.63266],[49.05446,7.63369],[49.04524,7.67488],[49.04929,7.68106],[49.05019,7.68742],[49.05019,7.69669],[49.05413,7.69205],[49.05851,7.69600],[49.05525,7.70802],[49.05255,7.70956],[49.05514,7.71728],[49.05109,7.72312],[49.05503,7.72758],[49.05593,7.73325],[49.04490,7.73239],[49.04467,7.73600],[49.04760,7.74029],[49.04726,7.74630],[49.04895,7.75127],[49.04591,7.75780],[49.04704,7.76741],[49.05098,7.77067],[49.05761,7.77685],[49.05885,7.78114],[49.05840,7.78921],[49.06076,7.79350],[49.06695,7.79573],[49.06391,7.80363],[49.06099,7.81239],[49.05525,7.81496],[49.05255,7.82595],[49.04726,7.83230],[49.04659,7.83745],[49.04299,7.84380],[49.04479,7.84981],[49.03804,7.85290],[49.03466,7.86251],[49.03376,7.86903],[49.04287,7.87298],[49.04996,7.88774],[49.04569,7.89804],[49.04512,7.91264],[49.04085,7.91435],[49.04479,7.92242],[49.05424,7.92946],[49.05851,7.93049],[49.05795,7.93787],[49.05491,7.94319],[49.05604,7.94834],[49.05064,7.94868],[49.04625,7.95315],[49.04456,7.96001],[49.04355,7.96448],[49.03927,7.96860],[49.03657,7.96894],[49.03567,7.97323],[49.02757,7.97615],[49.02723,7.98267],[49.02914,7.99280],[49.02948,8.00053],[49.02543,8.01083],[49.02408,8.01443],[49.02093,8.01426],[49.02205,8.01855],[49.01778,8.02404],[49.01935,8.03143],[49.01665,8.03829],[49.01429,8.04979],[49.00978,8.05838],[49.00257,8.06696],[48.99897,8.06765],[48.99672,8.07503],[48.99199,8.08945],[48.98974,8.10421],[48.98624,8.12687],[48.97915,8.13820],[48.97813,8.15605],[48.97960,8.17081],[48.97836,8.18558],[48.97757,8.19622],[48.97239,8.19897],[48.96946,8.19691],[48.96799,8.19862],[48.97013,8.20446],[48.97430,8.21236],[48.97655,8.22077],[48.97543,8.22798],[48.97024,8.22969],[48.96664,8.23347],[48.95909,8.20086],[48.95401,8.19416],[48.93158,8.17682],[48.91534,8.15966],[48.89959,8.14399],[48.87069,8.12459],[48.83906,8.10948],[48.82370,8.10536],[48.80861,8.09511],[48.79301,8.07520],[48.78837,8.05958],[48.79097,8.04516],[48.78826,8.03125],[48.77966,8.02473],[48.76823,8.02216],[48.76043,8.01392],[48.75918,8.00018],[48.76144,7.98697],[48.75839,7.97667],[48.75318,7.96757],[48.74367,7.96722],[48.72975,7.96791],[48.72194,7.96379],[48.71129,7.95006],[48.66313,7.89049],[48.64804,7.85400],[48.64419,7.83975],[48.63613,7.83546],[48.61912,7.82876],[48.59267,7.80456],[48.58540,7.79992],[48.57321,7.80141],[48.56753,7.80450],[48.55173,7.80484],[48.53389,7.80192],[48.52320,7.80587],[48.51445,7.80535],[48.50444,7.80003],[48.49682,7.78407],[48.49432,7.77480],[48.48980,7.76957],[48.47671,7.76510],[48.46431,7.76682],[48.44678,7.76116],[48.41511,7.74279],[48.39847,7.73249],[48.37932,7.73146],[48.35503,7.73832],[48.33198,7.74674],[48.32137,7.74090],[48.31680,7.73043],[48.30904,7.70159],[48.30173,7.69404],[48.29237,7.68992],[48.28060,7.68889],[48.26689,7.68494],[48.22097,7.66565],[48.21423,7.65741],[48.20748,7.64334],[48.18803,7.63218],[48.17406,7.61999],[48.16195,7.60462],[48.15530,7.59878],[48.14809,7.59861],[48.13927,7.59981],[48.12884,7.59449],[48.12598,7.58557],[48.12059,7.57664],[48.11314,7.57801],[48.10283,7.58059],[48.08569,7.57076],[48.07732,7.56956],[48.05311,7.57368],[48.03246,7.56853],[48.00364,7.60613],[47.98709,7.61780],[47.97365,7.62140],[47.96549,7.61986],[47.95388,7.60973],[47.93732,7.58827],[47.92801,7.58227],[47.92041,7.58072],[47.90937,7.58261],[47.90143,7.58347],[47.89257,7.57832],[47.88739,7.56922],[47.88428,7.56167],[47.88094,7.55892],[47.87161,7.55480],[47.86401,7.55600],[47.85560,7.56184],[47.84489,7.56321],[47.83452,7.55995],[47.82403,7.55102],[47.81896,7.54725],[47.80732,7.54398],[47.78933,7.53300],[47.77849,7.52854],[47.77030,7.53128],[47.74745,7.54381],[47.73787,7.54948],[47.72748,7.54690],[47.71812,7.54089],[47.71073,7.52751],[47.70253,7.51412],[47.69583,7.51206],[47.69178,7.51394],[47.68497,7.51909],[47.66936,7.51944],[47.66404,7.52133],[47.65526,7.52905],[47.64392,7.54604],[47.63710,7.56081],[47.63109,7.56870],[47.61917,7.57214],[47.61084,7.58106],[47.60528,7.59085],[47.59602,7.59205],[47.58224,7.58570],[47.57321,7.58398],[47.57647,7.57839],[47.57659,7.56792],[47.57207,7.55728],[47.56755,7.56174],[47.56385,7.55676],[47.55887,7.54303],[47.55458,7.53685],[47.55076,7.52672],[47.54519,7.51865],[47.54311,7.50543],[47.53662,7.49737],[47.52967,7.50183],[47.52955,7.50852],[47.53488,7.51831],[47.53337,7.52432],[47.53349,7.52964],[47.52851,7.53324],[47.52074,7.52655],[47.51309,7.52346],[47.51633,7.51590],[47.51378,7.50612],[47.50891,7.51110],[47.49662,7.51110],[47.49372,7.50423],[47.48989,7.50337],[47.48699,7.49410],[47.48131,7.48844],[47.47934,7.47453],[47.48177,7.46784],[47.48862,7.46114],[47.48804,7.45428],[47.49407,7.44364],[47.49720,7.43419],[47.48085,7.42132],[47.48398,7.43145],[47.47957,7.44072],[47.47342,7.45754],[47.46855,7.45548],[47.46553,7.44913],[47.46112,7.44504],[47.45915,7.43131],[47.45508,7.42959],[47.44951,7.42341],[47.44417,7.42066],[47.43802,7.40556],[47.43361,7.40333],[47.43337,7.39285],[47.43035,7.38118],[47.43384,7.35595],[47.43604,7.34427],[47.44022,7.33775],[47.44034,7.33020],[47.43721,7.31732],[47.43825,7.30514],[47.43210,7.29072],[47.43477,7.28213],[47.42826,7.27245],[47.42466,7.26266],[47.42199,7.25065],[47.41967,7.24670],[47.42187,7.24464],[47.42663,7.24515],[47.42756,7.23743],[47.43430,7.23760],[47.43813,7.23382],[47.43987,7.22266],[47.43616,7.21460],[47.43430,7.19863],[47.43825,7.19022],[47.44289,7.16773],[47.45137,7.17443],[47.46982,7.17700],[47.49012,7.19177],[47.49082,7.20155],[47.49314,7.20121],[47.49117,7.18541],[47.48838,7.16670],[47.49175,7.15400],[47.49755,7.14782],[47.50276,7.12997],[47.49407,7.11435],[47.49439,7.09323],[47.48809,7.07778],[47.48856,7.07281],[47.49273,7.07040],[47.49505,7.05839],[47.49482,7.05410],[47.49749,7.04242],[47.49703,7.03710],[47.50050,7.03075],[47.50410,7.02045],[47.50004,7.00620],[47.49308,6.98698],[47.48369,6.98955],[47.47545,6.98749],[47.47116,6.99487],[47.46791,6.99316],[47.46744,7.00174],[47.46199,7.00157],[47.45688,6.99882],[47.45584,7.00225],[47.45235,7.00225],[47.44771,6.99333],[47.44876,6.97822],[47.44434,6.97015],[47.43401,6.96466],[47.43273,6.95488],[47.43239,6.94337],[47.42177,6.94204],[47.40727,6.94121],[47.40448,6.93743],[47.40390,6.91752],[47.39681,6.91649],[47.39519,6.91134],[47.38961,6.91734],[47.38252,6.90825],[47.38136,6.89829],[47.37299,6.88490],[47.36601,6.88524],[47.35369,6.87906],[47.35369,6.88593],[47.35915,6.89537],[47.36090,6.90584],[47.35752,6.91958],[47.35880,6.93451],[47.36066,6.95219],[47.36485,6.99991],[47.37345,7.01279],[47.37368,7.01828],[47.37031,7.02309],[47.37101,7.03528],[47.36566,7.03545],[47.36229,7.05107],[47.34996,7.05570],[47.34845,7.05313],[47.34392,7.06411],[47.33717,7.05879],[47.33635,7.05502],[47.33321,7.05691],[47.32519,7.04643],[47.32775,7.03476],[47.32379,7.00987],[47.32123,7.01193],[47.31844,7.01674],[47.31366,7.01828],[47.30494,7.01124],[47.29911,7.00867],[47.29970,7.00146],[47.29469,6.99614],[47.29504,6.97743],[47.28817,6.97245],[47.29038,6.96266],[47.29143,6.95202],[47.28666,6.94224],[47.28049,6.94601],[47.26779,6.95253],[47.26033,6.95133],[47.25136,6.94773],[47.24425,6.95751],[47.23878,6.94756],[47.23038,6.94035],[47.22945,6.93005],[47.22316,6.92696],[47.21558,6.90962],[47.19939,6.88110],[47.18760,6.87338],[47.18480,6.87441],[47.17920,6.86376],[47.17104,6.84265],[47.16672,6.84488],[47.16473,6.86102],[47.16193,6.85672],[47.15528,6.85055],[47.15330,6.84145],[47.14793,6.83819],[47.14488,6.82744],[47.14010,6.82435],[47.13367,6.81302],[47.13005,6.80701],[47.12293,6.78075],[47.11908,6.77577],[47.11943,6.76324],[47.10634,6.74195],[47.10085,6.74813],[47.09547,6.74487],[47.09173,6.74161],[47.08951,6.73251],[47.08798,6.71946],[47.08518,6.71363],[47.08155,6.70556],[47.07793,6.70831],[47.07349,6.70693],[47.06565,6.69354],[47.05969,6.70178],[47.05700,6.71054],[47.05221,6.71998],[47.05028,6.71826],[47.03577,6.69475],[47.03484,6.67964],[47.02571,6.65835],[47.01447,6.64960],[47.00148,6.64187],[46.99293,6.62522],[46.98942,6.60789],[46.99141,6.59518],[46.98333,6.57664],[46.97432,6.54475],[46.96600,6.50596],[46.96389,6.50098],[46.97209,6.49583],[46.95956,6.47849],[46.94092,6.45789],[46.92803,6.43472],[46.91220,6.44811],[46.90247,6.45789],[46.89015,6.46575],[46.85060,6.46129],[46.83275,6.44550],[46.82383,6.44086],[46.81654,6.44258],[46.81173,6.43159],[46.80151,6.43520],[46.78988,6.46009],[46.77777,6.45305],[46.77354,6.45288],[46.76684,6.44035],[46.76307,6.43984],[46.76108,6.43949],[46.75273,6.42404],[46.74884,6.40276],[46.74673,6.39383],[46.74320,6.39263],[46.73567,6.39263],[46.73143,6.38559],[46.72884,6.37512],[46.72343,6.37186],[46.72084,6.36328],[46.72025,6.35933],[46.71390,6.35246],[46.70414,6.32158],[46.69390,6.29772],[46.68884,6.28210],[46.68236,6.27214],[46.67624,6.26905],[46.65491,6.23558],[46.64841,6.22923],[46.64287,6.21876],[46.63403,6.20777],[46.63344,6.20262],[46.62861,6.19850],[46.61941,6.17996],[46.61470,6.17893],[46.60750,6.15971],[46.60125,6.15147],[46.59347,6.13481],[46.58769,6.12726],[46.57577,6.11216],[46.54540,6.15773],[46.53890,6.15001],[46.53725,6.15499],[46.52591,6.14331],[46.52934,6.13851],[46.50878,6.11310],[46.47995,6.09765],[46.46482,6.07431],[46.45725,6.07774],[46.45240,6.07637],[46.44613,6.08649],[46.43963,6.08770],[46.43111,6.07568],[46.42708,6.07499],[46.41643,6.06538],[46.40874,6.09971],[46.40069,6.10486],[46.40105,6.11413],[46.37867,6.15121],[46.38080,6.15945],[46.36611,6.17284],[46.35735,6.16151],[46.34716,6.15533],[46.34052,6.14796],[46.33744,6.13972],[46.33282,6.14126],[46.32808,6.13594],[46.31871,6.12702],[46.31065,6.12084],[46.30033,6.12187],[46.29523,6.12066],[46.29203,6.11277],[46.28468,6.10539],[46.27851,6.10590],[46.27234,6.11448],[46.26795,6.11345],[46.26605,6.11912],[46.26166,6.12152],[46.25252,6.12410],[46.24860,6.12290],[46.23946,6.10916],[46.23720,6.10178],[46.24539,6.08805],[46.24219,6.07432],[46.24017,6.06693],[46.24468,6.06281],[46.24041,6.05595],[46.22984,6.04668],[46.23732,6.03415],[46.22913,6.01647],[46.22699,6.01166],[46.22153,6.00617],[46.21880,5.99913],[46.22129,5.99484],[46.21452,5.99449],[46.21583,5.98093],[46.21167,5.97441],[46.20549,5.97166],[46.20145,5.97458],[46.19813,5.96565],[46.19515,5.96977],[46.19123,5.98385],[46.18791,5.98522],[46.18791,5.99175],[46.18161,5.99690],[46.17875,5.99243],[46.17507,5.99243],[46.16877,5.98746],[46.17265,5.98282],[46.16587,5.98162],[46.14578,5.96703],[46.14161,5.96531],[46.13840,5.96703],[46.13507,5.96428],[46.13210,5.95724],[46.12924,5.95776],[46.13138,5.96085],[46.13043,5.96548],[46.13329,5.97115],[46.13436,5.97801],[46.13971,5.98299],[46.14435,5.98196],[46.14506,5.99655],[46.14316,6.00256],[46.14257,6.01406],[46.14268,6.02162],[46.13662,6.03604],[46.14197,6.04256],[46.14292,6.04531],[46.15244,6.05286],[46.15022,6.07464],[46.15283,6.09352],[46.14463,6.09884],[46.14356,6.10759],[46.14237,6.12425],[46.14154,6.13180],[46.14831,6.14296],[46.15283,6.15205],[46.15936,6.17515],[46.16662,6.18751],[46.17886,6.18511],[46.18219,6.18906],[46.18908,6.20193],[46.19348,6.20931],[46.20227,6.22270],[46.20738,6.23697],[46.20679,6.24710],[46.21083,6.25431],[46.21629,6.27560],[46.22650,6.29482],[46.24443,6.30976],[46.25061,6.30821],[46.25168,6.30461],[46.25547,6.30890],[46.25464,6.30032],[46.25654,6.29431],[46.25975,6.29328],[46.26426,6.29585],[46.26141,6.29173],[46.25555,6.28439],[46.25365,6.28542],[46.24688,6.26620],[46.25187,6.25916],[46.25543,6.25967],[46.26148,6.25023],[46.27228,6.24114],[46.27513,6.23753],[46.28272,6.23667],[46.28616,6.24320],[46.29055,6.25229],[46.29518,6.24835],[46.30241,6.24663],[46.31154,6.21968],[46.39743,6.31067],[46.46379,6.63050],[46.42192,6.81857],[46.39330,6.80518],[46.39182,6.80355],[46.38780,6.80227],[46.38478,6.80338],[46.38347,6.80570],[46.38176,6.80630],[46.37773,6.80578],[46.37583,6.80269],[46.37347,6.79866],[46.36825,6.79446],[46.36660,6.79076],[46.36553,6.78055],[46.36346,6.77617],[46.36032,6.77274],[46.35700,6.77128],[46.34822,6.77517],[46.34514,6.77903],[46.33589,6.78616],[46.33305,6.78547],[46.33328,6.79680],[46.33056,6.79774],[46.32973,6.79937],[46.32546,6.79783],[46.31995,6.80100],[46.32119,6.80779],[46.31675,6.81577],[46.31556,6.82006],[46.31306,6.82217],[46.31176,6.82560],[46.30944,6.82783],[46.30506,6.83092],[46.30257,6.82903],[46.30067,6.83049],[46.29954,6.83504],[46.29693,6.83753],[46.29426,6.84474],[46.29016,6.84793],[46.29087,6.85102],[46.29230,6.85205],[46.29325,6.85720],[46.28993,6.86020],[46.28779,6.86063],[46.28411,6.86424],[46.28014,6.86561],[46.27741,6.86316],[46.27343,6.85904],[46.26525,6.86015],[46.25908,6.85517],[46.25498,6.85586],[46.25166,6.85157],[46.24697,6.83904],[46.24014,6.83792],[46.23593,6.83303],[46.23302,6.82891],[46.23225,6.82342],[46.23070,6.82119],[46.22916,6.82196],[46.22251,6.82187],[46.22004,6.81771],[46.21559,6.81394],[46.21291,6.81085],[46.20781,6.80716],[46.20377,6.80398],[46.18986,6.81016],[46.18172,6.81274],[46.17774,6.80716],[46.17328,6.80656],[46.17144,6.80467],[46.16681,6.79814],[46.16437,6.79385],[46.16116,6.79257],[46.15729,6.79214],[46.15325,6.79093],[46.14629,6.79651],[46.13886,6.79720],[46.13630,6.79832],[46.13660,6.80741],[46.12970,6.81591],[46.13143,6.82020],[46.13363,6.84012],[46.13154,6.84312],[46.12958,6.84252],[46.12747,6.84903],[46.12687,6.85573],[46.12634,6.86757],[46.12616,6.87555],[46.12348,6.88336],[46.12568,6.89126],[46.12438,6.89547],[46.12491,6.89847],[46.12402,6.90104],[46.12128,6.89838],[46.11271,6.89392],[46.10986,6.89512],[46.10718,6.89581],[46.10438,6.89332],[46.09962,6.88808],[46.09599,6.88525],[46.09516,6.88319],[46.09338,6.88435],[46.09266,6.88667],[46.08612,6.89010],[46.08516,6.89294],[46.08088,6.89113],[46.07957,6.88865],[46.07385,6.89122],[46.07159,6.88547],[46.06790,6.88006],[46.06516,6.87955],[46.06212,6.87706],[46.05414,6.87302],[46.05092,6.87320],[46.04937,6.87577],[46.04818,6.87620],[46.04466,6.88380],[46.04454,6.88637],[46.04246,6.89040],[46.04818,6.89315],[46.04901,6.89761],[46.05211,6.91032],[46.05634,6.91452],[46.06575,6.92456],[46.06539,6.92963],[46.06640,6.93426],[46.06479,6.93718],[46.06325,6.93873],[46.06194,6.93753],[46.05949,6.93718],[46.05765,6.93521],[46.05628,6.93529],[46.05580,6.93847],[46.05348,6.93907],[46.05092,6.94336],[46.05151,6.94705],[46.05157,6.95057],[46.04132,6.95546],[46.03423,6.96113],[46.03108,6.96199],[46.03155,6.96696],[46.02720,6.97014],[46.02464,6.97297],[46.02232,6.97666],[46.01904,6.98241],[46.01296,6.98327],[46.00634,6.98524],[46.00360,6.98730],[46.00306,6.99108],[46.00008,6.99631],[45.99943,7.00267],[46.00109,7.00481],[45.99978,7.00790],[45.99698,7.01159],[45.98744,7.01271],[45.98660,7.01794],[45.98147,7.02112],[45.97927,7.02472],[45.97599,7.02215],[45.97300,7.01107],[45.97050,7.01107],[45.96513,7.01356],[45.96220,7.01786],[45.95916,7.02146],[45.95713,7.02953],[45.95570,7.03871],[45.95170,7.03828],[45.94371,7.03880],[45.93804,7.03667],[45.93273,7.03933],[45.93100,7.04233],[45.92323,7.04405],[45.92228,7.04353],[45.92192,7.03941],[45.92049,7.03718],[45.92055,7.03203],[45.91780,7.02628],[45.91517,7.02491],[45.91559,7.02139],[45.91350,7.01890],[45.91057,7.01787],[45.90908,7.01469],[45.90586,7.01478],[45.90532,7.01092],[45.90066,7.00603],[45.89726,7.00337],[45.88841,7.00508],[45.88782,7.00654],[45.88579,7.00585],[45.88226,7.00465],[45.87969,6.99985],[45.87629,7.00036],[45.87324,6.99942],[45.87025,6.99521],[45.86741,6.98916],[45.86867,6.98727],[45.86825,6.98298],[45.86861,6.97740],[45.86693,6.97405],[45.86669,6.97131],[45.86400,6.96745],[45.86329,6.96384],[45.86114,6.96049],[45.86042,6.95285],[45.85683,6.94951],[45.85026,6.94264],[45.84751,6.94273],[45.84615,6.94022],[45.84455,6.93348],[45.84712,6.92786],[45.84698,6.92204],[45.84580,6.92024],[45.84408,6.91636],[45.84080,6.91498],[45.84104,6.90983],[45.84391,6.90726],[45.84205,6.90357],[45.84271,6.89292],[45.84648,6.88657],[45.84845,6.88365],[45.84863,6.87945],[45.84564,6.87421],[45.84241,6.87516],[45.83894,6.87284],[45.83619,6.87387],[45.83272,6.87069],[45.83117,6.87284],[45.82716,6.87095],[45.82453,6.86949],[45.82411,6.86529],[45.82662,6.86451],[45.82931,6.86151],[45.83398,6.85782],[45.83703,6.85198],[45.83972,6.84057],[45.83685,6.83379],[45.83703,6.82486],[45.83571,6.81937],[45.83003,6.81714],[45.82513,6.81362],[45.81574,6.80572],[45.81370,6.80924],[45.81041,6.81164],[45.80628,6.81422],[45.80228,6.81121],[45.79857,6.81207],[45.79598,6.81281],[45.79413,6.81135],[45.79173,6.80594],[45.78682,6.80431],[45.78132,6.80242],[45.77096,6.80500],[45.77012,6.80715],[45.76785,6.80517],[45.76210,6.80560],[45.74854,6.80794],[45.74548,6.80863],[45.74344,6.81429],[45.73997,6.81815],[45.73805,6.81686],[45.73134,6.81378],[45.72787,6.80931],[45.72511,6.80923],[45.72301,6.81300],[45.71912,6.82013],[45.71690,6.82013],[45.70336,6.83000],[45.70306,6.83687],[45.70054,6.84168],[45.69778,6.84348],[45.69280,6.84708],[45.69017,6.84743],[45.68651,6.85627],[45.68579,6.85901],[45.68507,6.86674],[45.68141,6.87043],[45.67925,6.88090],[45.68105,6.88287],[45.67781,6.89051],[45.67649,6.89455],[45.68075,6.89978],[45.68159,6.90304],[45.67913,6.90476],[45.67631,6.90811],[45.67224,6.90613],[45.66960,6.90734],[45.66414,6.90304],[45.66108,6.91635],[45.65124,6.91618],[45.65082,6.92124],[45.64830,6.92776],[45.64638,6.93111],[45.64842,6.93643],[45.65070,6.94742],[45.65586,6.96295],[45.65454,6.97034],[45.64848,6.97343],[45.64536,6.98012],[45.64458,6.98974],[45.64194,6.99171],[45.63972,6.99308],[45.64074,6.99832],[45.63996,7.00158],[45.63648,7.00235],[45.63354,7.00021],[45.63186,6.99806],[45.62946,6.99677],[45.62592,6.99025],[45.62304,6.98716],[45.61715,6.98398],[45.61469,6.98510],[45.61361,6.98707],[45.61079,6.98630],[45.59890,6.98226],[45.59373,6.98114],[45.59019,6.97865],[45.58653,6.97874],[45.58364,6.98114],[45.58058,6.98801],[45.57896,6.99230],[45.57427,6.99642],[45.57211,6.99505],[45.56892,6.99719],[45.56550,6.99496],[45.56376,6.99050],[45.56145,6.99090],[45.55665,6.99047],[45.55490,6.99141],[45.54727,6.99424],[45.54583,6.99562],[45.54144,6.99630],[45.53681,6.99287],[45.53074,6.99193],[45.52851,6.99630],[45.52274,7.00145],[45.52015,7.00463],[45.51667,7.00617],[45.51420,7.00360],[45.50614,7.00111],[45.50440,7.00163],[45.50325,7.00592],[45.50109,7.00892],[45.49964,7.01150],[45.49621,7.02901],[45.49718,7.03278],[45.49694,7.03913],[45.49778,7.04737],[45.49615,7.05132],[45.49478,7.05610],[45.48858,7.05670],[45.48648,7.05413],[45.48491,7.04975],[45.48052,7.04786],[45.47739,7.04726],[45.47360,7.04820],[45.47288,7.05301],[45.47107,7.05996],[45.47426,7.06323],[45.47426,7.07172],[45.47372,7.07910],[45.47258,7.08649],[45.47083,7.09138],[45.46938,7.10133],[45.46692,7.10502],[45.46355,7.09979],[45.45993,7.09953],[45.45373,7.10133],[45.44720,7.10949],[45.44551,7.11249],[45.43997,7.11550],[45.43347,7.11421],[45.43250,7.12065],[45.42795,7.13198],[45.42585,7.14210],[45.42283,7.15532],[45.41838,7.15618],[45.41259,7.16691],[45.40976,7.17678],[45.40753,7.18536],[45.40343,7.18639],[45.39825,7.18064],[45.39367,7.17901],[45.39101,7.18064],[45.38661,7.17660],[45.38438,7.16888],[45.38137,7.16416],[45.37419,7.16244],[45.36895,7.15935],[45.36515,7.15995],[45.36069,7.16502],[45.35858,7.15892],[45.35466,7.15480],[45.35224,7.15240],[45.35037,7.13884],[45.34615,7.13446],[45.34006,7.13300],[45.33541,7.13429],[45.33034,7.13558],[45.32618,7.12725],[45.32684,7.11987],[45.32877,7.11446],[45.32612,7.11189],[45.32256,7.11283],[45.31731,7.11068],[45.31206,7.11789],[45.30747,7.11824],[45.30282,7.12184],[45.29588,7.12159],[45.29298,7.12502],[45.28803,7.13034],[45.28489,7.13489],[45.28006,7.13695],[45.27305,7.13274],[45.27154,7.12897],[45.27021,7.13283],[45.26635,7.13343],[45.26327,7.13300],[45.26127,7.13283],[45.26061,7.13669],[45.25650,7.13772],[45.25293,7.13583],[45.25185,7.13240],[45.24744,7.13043],[45.24369,7.12553],[45.24405,7.11935],[45.24580,7.11549],[45.24629,7.11051],[45.24127,7.10785],[45.23710,7.10682],[45.23390,7.09798],[45.22997,7.09601],[45.22864,7.09129],[45.22525,7.08923],[45.22592,7.08486],[45.22453,7.08255],[45.21727,7.08358],[45.21552,7.08040],[45.21153,7.08057],[45.20947,7.07156],[45.20965,7.06607],[45.22096,7.05594],[45.22519,7.05079],[45.22483,7.04632],[45.22386,7.04083],[45.21473,7.02761],[45.21800,7.02315],[45.21413,7.02075],[45.21558,7.01225],[45.21697,7.00480],[45.21951,7.00342],[45.21679,6.99990],[45.21274,6.99501],[45.20911,6.99287],[45.21050,6.98514],[45.20820,6.97819],[45.20754,6.96703],[45.20261,6.96113],[45.20189,6.96533],[45.19802,6.96559],[45.19693,6.96756],[45.19481,6.96731],[45.19293,6.95941],[45.19160,6.95872],[45.19039,6.95314],[45.18646,6.95349],[45.18314,6.95512],[45.17902,6.95444],[45.17933,6.95049],[45.17539,6.94482],[45.16995,6.94783],[45.17067,6.93083],[45.16644,6.92242],[45.16849,6.91427],[45.16498,6.91109],[45.16541,6.90689],[45.16704,6.90474],[45.16668,6.90036],[45.16771,6.89427],[45.16523,6.89264],[45.16184,6.89264],[45.15766,6.88500],[45.15494,6.88560],[45.15034,6.89023],[45.14477,6.89135],[45.14313,6.89753],[45.14035,6.89847],[45.13647,6.89427],[45.13587,6.88714],[45.13526,6.88260],[45.13502,6.87556],[45.13551,6.87358],[45.13357,6.87024],[45.13072,6.86577],[45.12981,6.85788],[45.12703,6.85221],[45.12751,6.84637],[45.13169,6.84509],[45.13514,6.84680],[45.13496,6.83504],[45.13920,6.82964],[45.14307,6.82200],[45.14513,6.81625],[45.14755,6.81125],[45.15015,6.79863],[45.15269,6.79589],[45.15288,6.78610],[45.15717,6.77924],[45.15899,6.76988],[45.15590,6.76370],[45.14906,6.75546],[45.14289,6.75126],[45.13720,6.74284],[45.13623,6.73666],[45.13744,6.72963],[45.13944,6.72130],[45.14349,6.71246],[45.14277,6.70671],[45.13847,6.69117],[45.13901,6.68457],[45.13999,6.68102],[45.13000,6.67390],[45.12837,6.67553],[45.12364,6.67235],[45.12274,6.66557],[45.11983,6.66248],[45.12043,6.65793],[45.11704,6.65493],[45.11474,6.64901],[45.11486,6.64137],[45.11450,6.63424],[45.10977,6.63321],[45.10711,6.62961],[45.10281,6.62738],[45.09960,6.63270],[45.09608,6.63261],[45.09487,6.63519],[45.09263,6.64017],[45.08663,6.64197],[45.08530,6.64669],[45.08348,6.64823],[45.07584,6.64626],[45.07269,6.65330],[45.07184,6.66265],[45.05523,6.66394],[45.05256,6.65956],[45.04953,6.66428],[45.04613,6.66892],[45.04195,6.67106],[45.03995,6.66566],[45.03595,6.66557],[45.03407,6.66420],[45.03079,6.66677],[45.02788,6.67158],[45.01969,6.67364],[45.02060,6.67733],[45.02309,6.68566],[45.02108,6.69123],[45.02127,6.71570],[45.02284,6.72334],[45.01799,6.73990],[45.01629,6.74548],[45.01271,6.74625],[45.00871,6.74840],[44.99918,6.75226],[44.99493,6.75234],[44.99457,6.74573],[44.99372,6.73775],[44.98977,6.73870],[44.98667,6.74702],[44.98485,6.75028],[44.97702,6.75114],[44.97338,6.75955],[44.97152,6.76410],[44.96047,6.76582],[44.94971,6.75912],[44.94783,6.75895],[44.94534,6.75586],[44.94510,6.75363],[44.94273,6.75329],[44.93908,6.74754],[44.93684,6.74531],[44.93647,6.74840],[44.93829,6.75209],[44.93714,6.75354],[44.93775,6.75543],[44.93684,6.75878],[44.93204,6.76170],[44.92985,6.76281],[44.93161,6.75440],[44.92796,6.75466],[44.92268,6.74908],[44.92019,6.75269],[44.91484,6.75157],[44.90681,6.75046],[44.90572,6.75397],[44.90262,6.76256],[44.90347,6.77354],[44.89490,6.78178],[44.89386,6.78436],[44.88924,6.78544],[44.89034,6.78922],[44.89161,6.80261],[44.88699,6.80072],[44.87994,6.80295],[44.87641,6.80784],[44.87343,6.81677],[44.86990,6.82432],[44.86765,6.83282],[44.86315,6.83565],[44.85999,6.84200],[44.85822,6.85617],[44.85275,6.86132],[44.85037,6.86604],[44.85202,6.87771],[44.84782,6.88535],[44.84830,6.89359],[44.84861,6.90509],[44.84556,6.90681],[44.84538,6.91170],[44.84812,6.91462],[44.85086,6.92097],[44.85743,6.92534],[44.86467,6.93101],[44.86254,6.93444],[44.86114,6.93839],[44.85763,6.95037],[44.84868,6.97054],[44.84668,6.97037],[44.84710,6.98153],[44.84369,6.99217],[44.84266,6.99535],[44.84254,7.00084],[44.84004,7.00857],[44.83523,7.00677],[44.82726,7.01080],[44.82550,7.01234],[44.82446,7.02084],[44.82300,7.02496],[44.82020,7.02050],[44.81594,7.02067],[44.81161,7.01973],[44.80912,7.01517],[44.80309,7.01277],[44.80205,7.01037],[44.79816,7.01054],[44.79541,7.00599],[44.79115,7.00299],[44.79042,7.00110],[44.78798,7.00170],[44.78579,7.00642],[44.78482,7.01011],[44.78140,7.01535],[44.77933,7.01595],[44.77665,7.02007],[44.77428,7.02058],[44.76965,7.02556],[44.76556,7.02298],[44.76294,7.02462],[44.75715,7.02539],[44.75478,7.02519],[44.75423,7.02288],[44.75021,7.02313],[44.74740,7.02416],[44.74472,7.02631],[44.73966,7.02416],[44.73710,7.02786],[44.73253,7.03095],[44.72954,7.03180],[44.72399,7.03695],[44.71874,7.04339],[44.71441,7.05996],[44.71423,7.06768],[44.70825,7.06579],[44.70624,7.06760],[44.70264,7.06854],[44.70087,7.07154],[44.69782,7.07180],[44.69514,7.07352],[44.69343,7.07386],[44.69044,7.07644],[44.68751,7.07532],[44.68568,7.07635],[44.68080,7.07764],[44.67903,7.07086],[44.67939,7.06236],[44.68037,7.05704],[44.68196,7.05292],[44.68299,7.04614],[44.68550,7.04082],[44.68946,7.03541],[44.69099,7.03026],[44.69056,7.02236],[44.68824,7.01661],[44.68800,7.01112],[44.68649,7.00289],[44.68979,6.99843],[44.68942,6.99011],[44.68228,6.97723],[44.68003,6.97586],[44.67691,6.97122],[44.67752,6.96255],[44.67435,6.96161],[44.67343,6.95946],[44.66922,6.95800],[44.66678,6.95903],[44.66287,6.95998],[44.65817,6.95200],[44.65431,6.94872],[44.65206,6.94940],[44.64772,6.95301],[44.64186,6.95413],[44.63728,6.95370],[44.63239,6.95893],[44.62665,6.96340],[44.62598,6.96992],[44.61895,6.96846],[44.61876,6.96546],[44.62029,6.96022],[44.62047,6.95413],[44.61363,6.95001],[44.61021,6.95198],[44.60691,6.94718],[44.60361,6.94100],[44.59884,6.93885],[44.59566,6.93370],[44.58955,6.93387],[44.58564,6.93507],[44.58209,6.93138],[44.57873,6.93439],[44.57421,6.93430],[44.57178,6.93223],[44.57031,6.92347],[44.56854,6.91918],[44.56860,6.91300],[44.56364,6.91575],[44.55942,6.91643],[44.55832,6.91343],[44.55704,6.90691],[44.55306,6.90184],[44.55447,6.89901],[44.55453,6.89343],[44.55184,6.89025],[44.55153,6.88442],[44.55343,6.87970],[44.55135,6.87695],[44.54725,6.87789],[44.54591,6.87686],[44.54530,6.87335],[44.53722,6.86957],[44.53520,6.86699],[44.53355,6.85987],[44.53178,6.85678],[44.52823,6.85455],[44.52143,6.85781],[44.51697,6.85747],[44.50766,6.86021],[44.50240,6.86193],[44.49836,6.86588],[44.49438,6.86699],[44.49150,6.87214],[44.48894,6.87740],[44.48196,6.87740],[44.47951,6.88092],[44.47620,6.88392],[44.47381,6.88950],[44.47118,6.89525],[44.47020,6.90255],[44.46818,6.90735],[44.46101,6.90881],[44.45347,6.91293],[44.45139,6.91302],[44.44692,6.92074],[44.44185,6.93371],[44.43854,6.93783],[44.43351,6.94049],[44.43235,6.94452],[44.42941,6.94830],[44.42671,6.94676],[44.42861,6.94186],[44.42867,6.93843],[44.42922,6.93345],[44.42475,6.93491],[44.42316,6.92942],[44.42365,6.92693],[44.42205,6.92504],[44.42297,6.92152],[44.42634,6.91757],[44.42015,6.90204],[44.42101,6.89843],[44.41985,6.89440],[44.41580,6.89388],[44.41016,6.89534],[44.40525,6.89878],[44.40151,6.89474],[44.39722,6.89560],[44.39538,6.89775],[44.39201,6.89543],[44.38790,6.89603],[44.38164,6.89620],[44.37735,6.89560],[44.37440,6.89715],[44.36796,6.89388],[44.36655,6.88796],[44.36225,6.88788],[44.36084,6.89097],[44.35759,6.90109],[44.35869,6.90479],[44.35655,6.90942],[44.35434,6.91225],[44.35311,6.91869],[44.35115,6.92332],[44.34421,6.92178],[44.34047,6.92435],[44.33642,6.92659],[44.33402,6.92693],[44.32905,6.93697],[44.32481,6.93869],[44.32469,6.94229],[44.32119,6.94616],[44.31941,6.95337],[44.31523,6.95508],[44.31118,6.96152],[44.30590,6.95972],[44.30227,6.95860],[44.29803,6.95688],[44.29447,6.95920],[44.29429,6.96255],[44.29588,6.96676],[44.29472,6.97173],[44.28906,6.97087],[44.28569,6.96967],[44.28403,6.97336],[44.28655,6.97705],[44.28741,6.98126],[44.28525,6.98401],[44.28255,6.99242],[44.27948,6.99714],[44.27819,6.99568],[44.27303,6.99765],[44.26731,6.99637],[44.26436,6.99731],[44.25723,6.99877],[44.25207,6.99748],[44.24678,7.00109],[44.23626,7.00933],[44.23497,7.01422],[44.23245,7.01611],[44.23294,7.01954],[44.23491,7.02169],[44.23300,7.02521],[44.23177,7.02975],[44.22864,7.03216],[44.22409,7.03825],[44.23024,7.05739],[44.22845,7.06091],[44.22999,7.06443],[44.23276,7.07585],[44.22907,7.09035],[44.22144,7.09164],[44.22064,7.09602],[44.22126,7.09902],[44.21935,7.10795],[44.21794,7.11550],[44.21111,7.12589],[44.20588,7.13395],[44.20096,7.14176],[44.19997,7.14691],[44.20379,7.15009],[44.20409,7.15764],[44.20865,7.16219],[44.20619,7.16691],[44.20329,7.16803],[44.20132,7.17532],[44.19782,7.17901],[44.20163,7.18537],[44.20108,7.18897],[44.19837,7.19017],[44.19259,7.19266],[44.18723,7.19532],[44.18754,7.20030],[44.18520,7.20373],[44.17954,7.20588],[44.17800,7.20897],[44.17584,7.21463],[44.17184,7.21678],[44.16913,7.21992],[44.16920,7.22507],[44.16932,7.22850],[44.17554,7.23417],[44.17566,7.23606],[44.17400,7.23957],[44.17252,7.24369],[44.16704,7.24464],[44.16372,7.24721],[44.15824,7.24987],[44.15479,7.25417],[44.15583,7.25665],[44.15356,7.25992],[44.14838,7.26318],[44.14795,7.27279],[44.14413,7.27700],[44.14167,7.28069],[44.14327,7.28541],[44.14580,7.28764],[44.14586,7.29399],[44.14475,7.29674],[44.14660,7.30412],[44.14450,7.30850],[44.14838,7.31047],[44.14333,7.31856],[44.14376,7.32242],[44.14543,7.32912],[44.14487,7.33306],[44.14580,7.33667],[44.14629,7.34122],[44.14537,7.34534],[44.14124,7.34654],[44.13526,7.34757],[44.12608,7.35263],[44.12541,7.35478],[44.11616,7.35778],[44.11801,7.36559],[44.11740,7.37031],[44.12183,7.37821],[44.12584,7.39323],[44.12072,7.40267],[44.12048,7.40539],[44.11851,7.40633],[44.12023,7.40994],[44.11832,7.41732],[44.11648,7.41749],[44.11309,7.42264],[44.11241,7.42608],[44.11604,7.42693],[44.11993,7.42556],[44.12375,7.42942],[44.12960,7.42951],[44.13089,7.43011],[44.12997,7.43543],[44.12818,7.44152],[44.12935,7.44710],[44.12781,7.45277],[44.12621,7.45998],[44.12892,7.46496],[44.13447,7.47251],[44.13404,7.48238],[44.13884,7.49199],[44.14198,7.49517],[44.14321,7.50272],[44.14543,7.50787],[44.14340,7.50959],[44.14217,7.51285],[44.13933,7.51414],[44.13909,7.51809],[44.13946,7.52521],[44.14777,7.53087],[44.14876,7.53474],[44.14574,7.53997],[44.14722,7.55319],[44.14814,7.55740],[44.15134,7.56383],[44.15725,7.56358],[44.15381,7.56881],[44.15251,7.57216],[44.15387,7.57533],[44.15233,7.57988],[44.15159,7.58658],[44.15288,7.59980],[44.15128,7.60031],[44.14974,7.62048],[44.15374,7.62151],[44.15855,7.62632],[44.16507,7.62700],[44.16507,7.62924],[44.16784,7.63104],[44.17172,7.62924],[44.17831,7.63662],[44.17868,7.64606],[44.17813,7.65155],[44.17646,7.66331],[44.17745,7.67301],[44.17696,7.67962],[44.17345,7.68674],[44.16631,7.68219],[44.16212,7.67988],[44.15947,7.67241],[44.15411,7.67121],[44.15165,7.67344],[44.14919,7.67730],[44.14672,7.67996],[44.14352,7.67687],[44.13861,7.67510],[44.13301,7.66789],[44.12962,7.66901],[44.12586,7.67184],[44.11939,7.67321],[44.11594,7.67853],[44.11150,7.68609],[44.10694,7.69184],[44.10072,7.69707],[44.09728,7.69818],[44.09382,7.70152],[44.09333,7.70624],[44.09142,7.70822],[44.08729,7.71337],[44.08408,7.71577],[44.08267,7.71981],[44.08143,7.71603],[44.07853,7.71534],[44.07397,7.71311],[44.07009,7.71543],[44.06250,7.71388],[44.06059,7.71474],[44.05596,7.70667],[44.05010,7.70418],[44.04455,7.70350],[44.04036,7.70093],[44.04067,7.69810],[44.03901,7.69450],[44.03987,7.69141],[44.03709,7.68591],[44.03339,7.67931],[44.02827,7.67561],[44.03111,7.66669],[44.02821,7.66428],[44.02784,7.66274],[44.02525,7.66300],[44.02136,7.66386],[44.01796,7.66265],[44.01068,7.66703],[44.00802,7.66669],[44.00654,7.66918],[44.00130,7.66969],[43.99771,7.67115],[43.99179,7.66446],[43.98623,7.66532],[43.98567,7.66120],[43.98598,7.65888],[43.98524,7.65622],[43.98129,7.65631],[43.97820,7.65639],[43.97523,7.65493],[43.97480,7.65287],[43.97245,7.65176],[43.97363,7.64738],[43.97326,7.64386],[43.97134,7.64146],[43.96924,7.64043],[43.96819,7.63605],[43.96368,7.63236],[43.96059,7.62378],[43.95831,7.61734],[43.95336,7.61039],[43.95664,7.60283],[43.95621,7.59846],[43.95417,7.58721],[43.95102,7.58352],[43.94780,7.58155],[43.94830,7.57709],[43.94706,7.57571],[43.94539,7.57614],[43.94669,7.57082],[43.94459,7.57194],[43.94323,7.56859],[43.93890,7.57202],[43.93662,7.57528],[43.93476,7.57339],[43.93260,7.57073],[43.92858,7.57168],[43.92691,7.56842],[43.92203,7.56833],[43.91795,7.56018],[43.91096,7.56275],[43.90156,7.56378],[43.89760,7.56061],[43.89371,7.55039],[43.89136,7.53614],[43.88962,7.53537],[43.88894,7.53057],[43.88542,7.52645],[43.88548,7.52078],[43.88208,7.51795],[43.88276,7.51331],[43.88016,7.51022],[43.87824,7.51074],[43.87366,7.50104],[43.87076,7.49804],[43.86760,7.50130],[43.86382,7.49915],[43.86333,7.49580],[43.85306,7.49658],[43.84687,7.49889],[43.84290,7.50516],[43.84130,7.50859],[43.83900,7.50739],[43.83473,7.51005],[43.83108,7.51134],[43.82507,7.51206],[43.82024,7.51437],[43.81275,7.51583],[43.80637,7.51892],[43.80241,7.51935],[43.79541,7.52605],[43.78871,7.52974],[43.78661,7.53154],[43.78543,7.52974],[43.77682,7.53051],[43.72598,7.53077],[43.73528,7.47515],[43.74922,7.43922],[43.74941,7.43889],[43.75000,7.43846],[43.75069,7.43858],[43.75130,7.43847],[43.75183,7.43711],[43.75166,7.43686],[43.75110,7.43761],[43.74990,7.43599],[43.74958,7.43392],[43.74968,7.43370],[43.74918,7.43310],[43.74892,7.43216],[43.74876,7.43175],[43.74880,7.43077],[43.74813,7.43052],[43.74799,7.42991],[43.74683,7.42942],[43.74658,7.42883],[43.74630,7.42882],[43.74592,7.42879],[43.74497,7.42844],[43.74442,7.42817],[43.74388,7.42811],[43.74331,7.42737],[43.74315,7.42696],[43.74290,7.42686],[43.74256,7.42669],[43.74219,7.42613],[43.74187,7.42597],[43.74149,7.42537],[43.74142,7.42529],[43.74148,7.42504],[43.74090,7.42462],[43.74086,7.42428],[43.74159,7.42296],[43.74130,7.42242],[43.74132,7.42212],[43.74108,7.42183],[43.74062,7.42151],[43.73970,7.42029],[43.73774,7.41764],[43.73623,7.41506],[43.73492,7.41294],[43.73435,7.41238],[43.73393,7.41298],[43.73361,7.41280],[43.73318,7.41305],[43.73269,7.41326],[43.73178,7.41308],[43.73152,7.41270],[43.73146,7.41151],[43.73110,7.41074],[43.72988,7.40937],[43.72952,7.40931],[43.72786,7.41279],[43.72726,7.41371],[43.72417,7.41970],[42.98137,8.46157],[43.19800,9.46133],[42.74382,9.70302],[41.54028,9.75796],[41.29930,9.25533],[41.32406,8.65658],[42.28476,5.63216],[42.43457,3.17500],[42.43508,3.16831],[42.43546,3.16256],[42.43368,3.15792],[42.43539,3.15329],[42.43210,3.14470],[42.43413,3.13835],[42.43539,3.13423],[42.43444,3.13251],[42.43476,3.12367],[42.43780,3.11955],[42.43533,3.11561],[42.43476,3.11037],[42.43071,3.10659],[42.42874,3.10376],[42.42653,3.10333],[42.42545,3.09956],[42.42450,3.08934],[42.42564,3.08290],[42.43385,3.07582],[42.43619,3.06792],[42.44240,3.06629],[42.44626,3.05573],[42.45684,3.04595],[42.47305,3.03977],[42.47488,3.03110],[42.47191,3.02724],[42.46545,3.01273],[42.47032,3.00243],[42.47241,2.99926],[42.47317,2.98801],[42.46988,2.98166],[42.46691,2.98046],[42.46678,2.97608],[42.46513,2.96964],[42.46482,2.96613],[42.47423,2.95756],[42.47967,2.94709],[42.47397,2.93232],[42.46422,2.92597],[42.45871,2.92520],[42.45491,2.91799],[42.45624,2.90306],[42.46049,2.89404],[42.45966,2.88477],[42.46080,2.87937],[42.46599,2.87516],[42.46675,2.86881],[42.46353,2.86435],[42.45941,2.86400],[42.45460,2.86246],[42.45384,2.85748],[42.45599,2.84572],[42.45808,2.83963],[42.44788,2.83465],[42.43807,2.82727],[42.43940,2.81903],[42.43813,2.81456],[42.43522,2.81345],[42.43148,2.80950],[42.43110,2.80418],[42.42780,2.80435],[42.42336,2.80145],[42.42108,2.80359],[42.41836,2.79844],[42.41785,2.79158],[42.41664,2.78377],[42.41189,2.77845],[42.41100,2.77003],[42.41487,2.76566],[42.41791,2.76016],[42.42482,2.75690],[42.42539,2.75235],[42.42361,2.74051],[42.42380,2.73304],[42.42171,2.72686],[42.42083,2.71879],[42.41304,2.70654],[42.41057,2.70236],[42.40969,2.69721],[42.40558,2.69409],[42.40494,2.67692],[42.40266,2.67417],[42.38935,2.67246],[42.38504,2.66799],[42.38872,2.65460],[42.38511,2.65365],[42.37978,2.66155],[42.37293,2.66327],[42.36590,2.66175],[42.36286,2.66964],[42.35956,2.67445],[42.34979,2.67702],[42.34408,2.67668],[42.34169,2.67541],[42.33992,2.66940],[42.34081,2.65275],[42.34296,2.65223],[42.34334,2.64004],[42.34385,2.63249],[42.34601,2.63215],[42.34436,2.62288],[42.34715,2.60777],[42.34943,2.59987],[42.35146,2.59867],[42.35375,2.58854],[42.35692,2.58648],[42.35819,2.57378],[42.35527,2.56245],[42.35286,2.55473],[42.34575,2.55473],[42.33992,2.54941],[42.33725,2.54460],[42.33243,2.54220],[42.33230,2.52932],[42.33649,2.51181],[42.34004,2.50580],[42.34258,2.49945],[42.34106,2.48967],[42.33903,2.48108],[42.34613,2.47559],[42.35438,2.47044],[42.36022,2.46495],[42.36415,2.45637],[42.36909,2.45499],[42.36884,2.44624],[42.37518,2.43456],[42.37835,2.43302],[42.38685,2.43577],[42.38934,2.43508],[42.39248,2.43315],[42.39368,2.42933],[42.39181,2.41693],[42.39045,2.41255],[42.39260,2.40500],[42.39498,2.39320],[42.39964,2.38663],[42.40109,2.37874],[42.39986,2.37221],[42.40230,2.36157],[42.40730,2.34655],[42.40993,2.34497],[42.41627,2.34420],[42.41516,2.32978],[42.42131,2.31699],[42.42587,2.31669],[42.42825,2.30823],[42.42495,2.30394],[42.42210,2.29588],[42.42331,2.28962],[42.42945,2.27812],[42.43351,2.27202],[42.43256,2.26618],[42.43756,2.25846],[42.43661,2.25365],[42.43180,2.24971],[42.42894,2.24653],[42.42723,2.23838],[42.42419,2.23254],[42.42508,2.22524],[42.42255,2.21898],[42.42223,2.21409],[42.41849,2.20756],[42.41678,2.20430],[42.41608,2.19872],[42.41748,2.18928],[42.41779,2.17890],[42.42191,2.17211],[42.42324,2.16808],[42.41868,2.14774],[42.41475,2.14104],[42.41215,2.12937],[42.40772,2.12594],[42.40087,2.12302],[42.39587,2.12122],[42.39339,2.11504],[42.38883,2.11581],[42.38282,2.11758],[42.38136,2.11466],[42.37844,2.10676],[42.37699,2.09947],[42.37204,2.08968],[42.36646,2.08685],[42.36399,2.08762],[42.36158,2.08453],[42.36392,2.08033],[42.36354,2.07355],[42.35974,2.06702],[42.35745,2.05870],[42.35707,2.05363],[42.35726,2.03406],[42.35511,2.02763],[42.35452,2.02381],[42.34564,2.01454],[42.35192,2.01153],[42.35313,2.00621],[42.35509,2.00304],[42.35465,1.99832],[42.35864,1.99694],[42.35845,1.99128],[42.36093,1.98699],[42.36619,1.98124],[42.36987,1.97909],[42.37367,1.96948],[42.37735,1.96785],[42.38236,1.96484],[42.38799,1.96339],[42.39103,1.96013],[42.39471,1.95953],[42.40067,1.96064],[42.40472,1.95944],[42.41068,1.95464],[42.42392,1.95755],[42.42633,1.95335],[42.42785,1.94365],[42.43001,1.93987],[42.43520,1.94056],[42.44223,1.94271],[42.45160,1.93790],[42.45395,1.93567],[42.45414,1.93292],[42.44533,1.91902],[42.44609,1.91490],[42.44685,1.91103],[42.44673,1.90709],[42.44787,1.90752],[42.44926,1.89970],[42.44856,1.89662],[42.44736,1.89541],[42.44736,1.89052],[42.44958,1.88915],[42.44926,1.88374],[42.45775,1.88211],[42.46110,1.87782],[42.46281,1.87258],[42.46656,1.86427],[42.46314,1.86083],[42.46238,1.85843],[42.46688,1.84907],[42.46941,1.84573],[42.47321,1.84487],[42.47827,1.84161],[42.48239,1.83277],[42.48448,1.82435],[42.48473,1.81981],[42.48277,1.81620],[42.48549,1.80985],[42.48954,1.80453],[42.48555,1.79234],[42.48631,1.76161],[42.48979,1.75929],[42.49093,1.75320],[42.49504,1.74625],[42.49169,1.72891],[42.49985,1.72702],[42.50333,1.72393],[42.51466,1.72436],[42.51740,1.72144],[42.51942,1.72247],[42.51942,1.72668],[42.52607,1.72925],[42.52999,1.73226],[42.53593,1.73423],[42.53840,1.73294],[42.54289,1.73406],[42.55079,1.73414],[42.55736,1.74018],[42.56381,1.74894],[42.56558,1.75649],[42.56570,1.76748],[42.56741,1.77374],[42.57424,1.78516],[42.57557,1.78413],[42.58226,1.78155],[42.57974,1.76868],[42.58081,1.75761],[42.58309,1.74945],[42.58726,1.74121],[42.58738,1.72619],[42.59162,1.72465],[42.60065,1.72602],[42.60286,1.73066],[42.60817,1.73263],[42.61108,1.73684],[42.61701,1.73649],[42.61474,1.73169],[42.61474,1.72525],[42.61626,1.72250],[42.61405,1.71898],[42.61468,1.71323],[42.62226,1.69804],[42.62137,1.69152],[42.62365,1.68808],[42.62453,1.68027],[42.62188,1.67830],[42.62200,1.67495],[42.62030,1.67255],[42.62093,1.66723],[42.61847,1.66379],[42.62194,1.65452],[42.62623,1.65281],[42.62813,1.63744],[42.62958,1.63641],[42.62649,1.62955],[42.62674,1.62139],[42.62485,1.61813],[42.62660,1.61026],[42.62868,1.60923],[42.62521,1.60210],[42.62584,1.59901],[42.63241,1.59412],[42.63399,1.58296],[42.63752,1.57876],[42.64175,1.57781],[42.64428,1.57429],[42.64819,1.57421],[42.64851,1.56734],[42.65217,1.56408],[42.65299,1.56228],[42.65211,1.55807],[42.65337,1.55352],[42.65482,1.54872],[42.65211,1.53833],[42.64946,1.53481],[42.65103,1.52820],[42.64794,1.52202],[42.64516,1.51876],[42.64504,1.49979],[42.65268,1.49318],[42.65072,1.47928],[42.64188,1.47808],[42.63935,1.47576],[42.63506,1.47044],[42.63146,1.46855],[42.62868,1.47138],[42.62584,1.47173],[42.62155,1.47439],[42.61416,1.47808],[42.61245,1.47610],[42.60771,1.47078],[42.60620,1.46915],[42.60594,1.46366],[42.60159,1.45636],[42.60260,1.44709],[42.60272,1.43671],[42.60525,1.43456],[42.60955,1.43044],[42.61334,1.42787],[42.61656,1.42915],[42.62091,1.42641],[42.62515,1.41980],[42.64074,1.41422],[42.65547,1.41247],[42.65686,1.40423],[42.66525,1.39882],[42.66759,1.39221],[42.66841,1.38620],[42.68162,1.38679],[42.68560,1.38910],[42.69046,1.38438],[42.69191,1.37889],[42.69449,1.37451],[42.69468,1.36456],[42.69986,1.35168],[42.70654,1.34971],[42.71234,1.35288],[42.71900,1.35782],[42.71900,1.34666],[42.71825,1.33662],[42.72373,1.33284],[42.72323,1.32469],[42.71755,1.31559],[42.71737,1.30520],[42.71863,1.29533],[42.71333,1.27731],[42.71711,1.27516],[42.71699,1.26838],[42.71478,1.26366],[42.71497,1.25139],[42.72235,1.24615],[42.72342,1.24160],[42.72645,1.22787],[42.72279,1.22306],[42.72172,1.22057],[42.71932,1.21568],[42.71510,1.18693],[42.70778,1.17440],[42.70812,1.16626],[42.71638,1.15055],[42.72905,1.13158],[42.73586,1.13373],[42.74160,1.12884],[42.75114,1.12979],[42.75775,1.12490],[42.75927,1.12070],[42.76261,1.11941],[42.76475,1.10825],[42.77061,1.10838],[42.77313,1.09499],[42.77949,1.08461],[42.78774,1.07894],[42.78163,1.07328],[42.78264,1.05826],[42.78082,1.05620],[42.78063,1.04220],[42.78434,1.04332],[42.78611,1.03448],[42.78504,1.03285],[42.78680,1.02126],[42.78711,1.01465],[42.78985,1.00601],[42.78532,0.98704],[42.78891,0.97769],[42.79300,0.97631],[42.79722,0.97365],[42.79873,0.96611],[42.80396,0.96482],[42.80465,0.95924],[42.80289,0.95658],[42.80119,0.94791],[42.79905,0.94808],[42.79527,0.93890],[42.78759,0.93547],[42.79105,0.91976],[42.79533,0.91392],[42.79703,0.90654],[42.80094,0.90474],[42.80742,0.89135],[42.81290,0.88431],[42.81586,0.86697],[42.82594,0.85616],[42.82927,0.84260],[42.82738,0.83788],[42.82933,0.82886],[42.83538,0.81599],[42.83789,0.81097],[42.83922,0.80479],[42.83985,0.79758],[42.83607,0.78994],[42.83575,0.78059],[42.83777,0.76926],[42.84117,0.75990],[42.84299,0.75810],[42.84608,0.74712],[42.84891,0.73510],[42.85407,0.73373],[42.85457,0.72978],[42.85658,0.72755],[42.85721,0.71699],[42.86017,0.71201],[42.86080,0.70772],[42.85564,0.69738],[42.85400,0.68803],[42.85419,0.67893],[42.84922,0.68022],[42.84733,0.67799],[42.84186,0.66340],[42.83795,0.65996],[42.83367,0.66082],[42.82933,0.66357],[42.82530,0.66923],[42.82222,0.67095],[42.81945,0.66812],[42.81429,0.66485],[42.81051,0.66889],[42.80660,0.67086],[42.80201,0.67112],[42.80075,0.66649],[42.79879,0.66391],[42.79709,0.65868],[42.79155,0.65533],[42.78676,0.65224],[42.78311,0.64752],[42.77851,0.65189],[42.77662,0.66091],[42.77524,0.66794],[42.77114,0.66460],[42.76787,0.65893],[42.76465,0.64983],[42.76257,0.65189],[42.75904,0.64923],[42.75400,0.64426],[42.75236,0.64795],[42.75293,0.66228],[42.75117,0.66245],[42.74921,0.66460],[42.74480,0.66288],[42.74184,0.66468],[42.74221,0.66872],[42.73805,0.66726],[42.73490,0.66966],[42.73118,0.67146],[42.72790,0.67850],[42.72292,0.68048],[42.71548,0.67629],[42.71163,0.68050],[42.70841,0.68282],[42.70381,0.67930],[42.70129,0.67535],[42.69012,0.67792],[42.68876,0.66805],[42.69280,0.64719],[42.69261,0.63784],[42.69810,0.60608],[42.70453,0.59724],[42.69405,0.59037],[42.69563,0.57260],[42.69929,0.55698],[42.70030,0.54436],[42.69961,0.53200],[42.70225,0.52754],[42.69702,0.52230],[42.69140,0.51882],[42.69184,0.50654],[42.69184,0.49075],[42.69934,0.48097],[42.69871,0.47178],[42.69335,0.46741],[42.69215,0.45470],[42.69386,0.45221],[42.69102,0.44363],[42.68968,0.43565],[42.69094,0.42080],[42.69397,0.41702],[42.69649,0.39977],[42.70147,0.39187],[42.71295,0.39282],[42.71182,0.38372],[42.71415,0.37282],[42.72197,0.36613],[42.72341,0.36020],[42.71988,0.35952],[42.71780,0.35231],[42.71275,0.34707],[42.70941,0.34493],[42.70928,0.33789],[42.70462,0.32699],[42.69566,0.32596],[42.68967,0.32184],[42.68588,0.32390],[42.68336,0.32072],[42.68373,0.31597],[42.68133,0.31262],[42.67294,0.29623],[42.67389,0.29288],[42.68045,0.28241],[42.68335,0.28112],[42.69199,0.26799],[42.69269,0.26215],[42.70247,0.26807],[42.71245,0.26032],[42.71623,0.25869],[42.71844,0.24942],[42.71693,0.24178],[42.71705,0.22607],[42.72368,0.21191],[42.72929,0.20402],[42.73181,0.19294],[42.73439,0.18333],[42.73654,0.17706],[42.73307,0.17415],[42.72828,0.16256],[42.72443,0.16316],[42.72221,0.16222],[42.72398,0.15458],[42.72121,0.13956],[42.71894,0.13458],[42.71547,0.13441],[42.71294,0.12617],[42.70954,0.11149],[42.71276,0.09527],[42.71591,0.08883],[42.70815,0.07252],[42.70330,0.07115],[42.69976,0.06342],[42.69800,0.05965],[42.69624,0.05001],[42.69687,0.03963],[42.70154,0.02538],[42.70147,0.01654],[42.69447,0.01542],[42.69138,0.01079],[42.68734,0.00589],[42.68444,-0.00036],[42.68438,-0.01530],[42.68911,-0.03135],[42.69163,-0.03950],[42.69109,-0.04321],[42.69374,-0.04999],[42.69166,-0.05583],[42.69506,-0.06312],[42.70206,-0.06561],[42.70843,-0.06552],[42.71373,-0.06621],[42.71744,-0.06854],[42.71775,-0.07447],[42.71605,-0.07867],[42.71971,-0.08674],[42.72078,-0.08846],[42.72015,-0.09661],[42.72160,-0.09867],[42.72072,-0.10648],[42.72614,-0.11300],[42.73005,-0.10880],[42.73327,-0.10940],[42.73787,-0.11790],[42.74310,-0.11893],[42.74953,-0.12339],[42.75098,-0.12339],[42.75394,-0.12837],[42.75747,-0.12991],[42.76163,-0.13764],[42.76428,-0.13729],[42.76717,-0.13961],[42.76900,-0.15120],[42.77316,-0.15043],[42.77568,-0.14734],[42.77852,-0.15240],[42.78141,-0.15558],[42.78557,-0.15695],[42.79250,-0.15532],[42.79741,-0.16047],[42.79533,-0.16382],[42.79048,-0.16656],[42.78834,-0.17291],[42.78570,-0.17652],[42.78544,-0.18038],[42.78689,-0.18390],[42.78658,-0.18922],[42.79055,-0.19034],[42.79080,-0.19472],[42.79496,-0.19884],[42.79697,-0.20579],[42.79722,-0.20999],[42.79609,-0.21162],[42.79672,-0.21677],[42.80214,-0.21909],[42.80100,-0.22244],[42.80258,-0.22639],[42.80465,-0.23008],[42.80850,-0.23943],[42.81454,-0.23995],[42.81429,-0.23806],[42.81750,-0.23900],[42.81983,-0.24287],[42.82275,-0.24244],[42.82212,-0.24510],[42.82023,-0.24467],[42.81966,-0.24870],[42.81878,-0.25694],[42.82269,-0.26226],[42.82823,-0.27514],[42.83408,-0.27591],[42.83685,-0.28166],[42.83792,-0.28999],[42.83839,-0.29833],[42.84091,-0.30511],[42.84210,-0.30880],[42.84884,-0.31318],[42.84424,-0.31653],[42.84040,-0.32082],[42.83663,-0.32099],[42.83455,-0.32425],[42.83392,-0.33438],[42.83701,-0.33404],[42.83524,-0.34168],[42.83732,-0.34560],[42.83474,-0.34791],[42.83254,-0.35384],[42.82851,-0.35555],[42.82662,-0.35512],[42.82020,-0.36242],[42.81554,-0.36414],[42.80685,-0.38242],[42.80038,-0.38273],[42.79861,-0.39466],[42.80113,-0.39964],[42.80542,-0.40822],[42.80737,-0.40856],[42.80510,-0.41878],[42.79767,-0.43354],[42.79672,-0.43792],[42.79509,-0.44075],[42.79572,-0.44547],[42.79798,-0.44659],[42.79924,-0.44865],[42.80346,-0.45268],[42.80353,-0.45920],[42.80592,-0.46590],[42.80895,-0.47829],[42.81210,-0.47940],[42.81538,-0.48413],[42.81651,-0.49245],[42.82110,-0.49940],[42.82702,-0.50061],[42.82652,-0.50524],[42.82375,-0.51211],[42.82079,-0.51271],[42.81796,-0.51417],[42.81651,-0.51872],[42.81506,-0.51940],[42.81141,-0.52404],[42.80788,-0.52447],[42.80272,-0.52198],[42.79762,-0.52258],[42.79283,-0.52807],[42.79151,-0.52987],[42.79308,-0.54301],[42.77702,-0.55073],[42.77809,-0.55442],[42.77916,-0.55725],[42.78112,-0.57013],[42.78565,-0.57124],[42.79132,-0.57116],[42.79932,-0.56541],[42.80662,-0.56824],[42.80744,-0.57657],[42.80215,-0.58850],[42.80606,-0.60223],[42.81556,-0.59965],[42.82400,-0.60437],[42.82866,-0.60472],[42.83023,-0.60231],[42.83237,-0.60515],[42.83747,-0.62171],[42.85094,-0.63389],[42.85295,-0.63921],[42.85370,-0.64548],[42.85924,-0.65723],[42.86622,-0.66307],[42.87481,-0.66621],[42.87941,-0.67566],[42.88243,-0.67995],[42.87997,-0.69222],[42.87783,-0.69814],[42.87972,-0.70038],[42.88412,-0.70561],[42.88387,-0.71351],[42.88739,-0.72063],[42.89368,-0.72904],[42.89808,-0.73325],[42.91400,-0.73720],[42.91934,-0.72604],[42.92424,-0.72664],[42.92839,-0.73385],[42.93329,-0.73402],[42.93861,-0.73312],[42.94018,-0.73483],[42.94496,-0.73148],[42.94741,-0.74032],[42.95281,-0.74444],[42.96286,-0.74951],[42.96738,-0.75208],[42.96732,-0.75689],[42.96776,-0.76848],[42.96506,-0.77217],[42.96361,-0.78367],[42.96229,-0.79139],[42.95601,-0.80401],[42.95105,-0.81036],[42.95036,-0.82238],[42.95218,-0.82847],[42.95205,-0.83234],[42.95381,-0.83697],[42.95224,-0.84015],[42.95231,-0.84427],[42.95105,-0.84641],[42.95136,-0.85311],[42.94998,-0.86461],[42.95381,-0.87542],[42.95494,-0.89877],[42.95991,-0.89808],[42.96305,-0.90383],[42.96330,-0.91113],[42.96217,-0.91662],[42.95739,-0.91945],[42.95545,-0.91778],[42.95331,-0.92937],[42.95231,-0.94164],[42.95413,-0.95057],[42.95922,-0.95795],[42.96047,-0.96679],[42.96223,-0.97469],[42.96763,-0.97717],[42.97096,-0.98404],[42.97548,-1.00155],[42.98164,-1.00301],[42.98992,-1.00799],[42.99225,-1.01279],[42.99338,-1.01846],[42.99168,-1.02421],[42.99432,-1.03597],[42.99614,-1.05614],[42.99708,-1.06893],[43.00217,-1.08798],[43.00618,-1.08592],[43.01051,-1.08429],[43.01152,-1.09571],[43.02300,-1.11442],[43.01673,-1.12000],[43.01208,-1.12841],[43.00800,-1.13364],[43.00844,-1.13673],[43.00775,-1.13939],[43.00618,-1.14163],[43.00869,-1.14343],[43.01447,-1.14446],[43.02520,-1.14669],[43.03210,-1.16394],[43.03411,-1.16437],[43.03687,-1.17270],[43.03392,-1.17441],[43.03229,-1.18008],[43.04483,-1.20514],[43.04816,-1.21046],[43.05104,-1.21390],[43.05487,-1.22883],[43.04327,-1.24505],[43.04164,-1.25063],[43.04276,-1.25947],[43.04534,-1.26668],[43.05343,-1.27072],[43.05732,-1.27947],[43.06177,-1.28642],[43.06271,-1.28986],[43.06334,-1.29561],[43.06635,-1.29698],[43.06885,-1.31149],[43.07625,-1.30685],[43.08566,-1.30453],[43.09199,-1.30016],[43.09963,-1.29423],[43.10847,-1.28316],[43.11818,-1.27011],[43.11855,-1.27801],[43.11567,-1.28926],[43.11429,-1.30222],[43.11248,-1.31715],[43.11097,-1.32359],[43.10571,-1.33234],[43.10145,-1.33423],[43.09324,-1.34462],[43.08728,-1.34427],[43.08177,-1.34007],[43.07719,-1.34153],[43.05537,-1.34333],[43.05380,-1.34178],[43.02695,-1.35354],[43.04584,-1.44152],[43.08440,-1.47508],[43.09355,-1.46991],[43.09894,-1.46210],[43.10233,-1.45171],[43.10559,-1.44982],[43.10841,-1.44279],[43.11198,-1.44399],[43.11718,-1.42828],[43.12570,-1.42476],[43.12777,-1.41635],[43.13616,-1.41506],[43.14198,-1.41085],[43.14950,-1.41755],[43.15595,-1.40697],[43.16315,-1.40500],[43.17317,-1.40406],[43.17943,-1.40208],[43.18625,-1.39238],[43.18857,-1.38337],[43.19372,-1.38671],[43.19992,-1.38534],[43.20867,-1.38628],[43.21574,-1.38096],[43.22018,-1.38534],[43.22688,-1.38173],[43.23007,-1.37890],[43.25300,-1.38339],[43.26606,-1.39970],[43.26669,-1.40356],[43.26919,-1.40468],[43.27331,-1.41463],[43.26869,-1.42124],[43.26606,-1.43068],[43.26663,-1.44124],[43.26894,-1.44742],[43.27106,-1.45798],[43.27175,-1.46665],[43.27381,-1.47120],[43.28038,-1.48252],[43.28244,-1.48295],[43.28013,-1.49214],[43.28325,-1.49720],[43.29375,-1.50716],[43.29362,-1.52012],[43.29212,-1.52398],[43.29356,-1.53686],[43.29043,-1.54140],[43.29006,-1.55703],[43.28769,-1.56381],[43.28519,-1.56372],[43.28475,-1.55831],[43.27913,-1.55694],[43.27675,-1.55745],[43.27431,-1.56046],[43.27094,-1.56106],[43.26713,-1.56363],[43.25666,-1.56747],[43.24854,-1.57554],[43.25316,-1.58266],[43.25354,-1.58798],[43.25404,-1.59931],[43.25229,-1.60833],[43.25479,-1.61159],[43.25604,-1.61596],[43.25935,-1.61966],[43.26485,-1.62352],[43.26904,-1.62472],[43.27089,-1.62607],[43.28152,-1.62847],[43.28545,-1.63131],[43.29264,-1.62865],[43.29782,-1.62470],[43.30426,-1.62384],[43.30640,-1.62490],[43.30690,-1.63134],[43.30833,-1.63632],[43.30690,-1.64567],[43.30971,-1.65340],[43.31233,-1.65451],[43.31370,-1.66052],[43.31433,-1.66833],[43.31108,-1.67649],[43.30977,-1.68275],[43.30883,-1.68593],[43.31152,-1.69151],[43.31202,-1.69485],[43.30971,-1.69932],[43.30871,-1.70404],[43.30496,-1.70850],[43.30240,-1.70927],[43.29909,-1.71434],[43.29953,-1.72206],[43.29640,-1.72721],[43.29547,-1.73073],[43.30390,-1.73571],[43.30947,-1.73587],[43.31016,-1.74085],[43.31322,-1.74042],[43.31628,-1.74170],[43.32321,-1.73810],[43.33008,-1.73878],[43.33083,-1.74857],[43.33451,-1.75475],[43.33888,-1.75243],[43.34181,-1.75320],[43.34425,-1.75792],[43.34350,-1.76479],[43.34231,-1.76934],[43.34356,-1.77500],[43.34593,-1.77732],[43.34787,-1.77784],[43.34887,-1.78445],[43.35236,-1.78788],[43.36441,-1.77767],[43.36634,-1.78839],[43.37439,-1.79020],[43.41000,-1.77612],[48.38234,-5.83157],[49.35071,-3.81009],[48.92664,-2.32693],[49.15710,-1.67874],[49.75696,-2.54666],[50.32845,0.72726],[51.25899,1.89181],[51.28648,2.49606]], // French Guiana - GF: [[5.80474,-53.95117], [5.64043,-54.01125], [5.60865,-54.00576], [5.57141,-54.00576], [5.54031,-54.00885], [5.49247,-54.04971], [5.47299,-54.05039], [5.46855,-54.05829], [5.46376,-54.06825], [5.45898,-54.06207], [5.44770,-54.05451], [5.42924,-54.05589], [5.42241,-54.06619], [5.41865,-54.08129], [5.40498,-54.09056], [5.39130,-54.10704], [5.38413,-54.12524], [5.35200,-54.15408], [5.33422,-54.18120], [5.31166,-54.18772], [5.29593,-54.21381], [5.28841,-54.21896], [5.27987,-54.24986], [5.26209,-54.27973], [5.19337,-54.32574], [5.14721,-54.35217], [5.12567,-54.36934], [5.11267,-54.37071], [5.08590,-54.40735], [5.07633,-54.40993], [5.06641,-54.41267], [5.05530,-54.41937], [5.03085,-54.42658], [5.01699,-54.43894], [5.00759,-54.43945], [4.99525,-54.43728], [4.97370,-54.44295], [4.95591,-54.44140], [4.93248,-54.44792], [4.91829,-54.45325], [4.91761,-54.46801], [4.90136,-54.47659], [4.88887,-54.47642], [4.87433,-54.47007], [4.86643,-54.46622], [4.83274,-54.46999], [4.77235,-54.46193], [4.74122,-54.46622], [4.72459,-54.45951], [4.72185,-54.42758], [4.71330,-54.42072], [4.68763,-54.42758], [4.65649,-54.43067], [4.61338,-54.42175], [4.59900,-54.40698], [4.56388,-54.41007], [4.54643,-54.42072], [4.53137,-54.43531], [4.51195,-54.44217], [4.50245,-54.43977], [4.45131,-54.43370], [4.42804,-54.43679], [4.41828,-54.43183], [4.41990,-54.42746], [4.42067,-54.42171], [4.41477,-54.41553], [4.40989,-54.40737], [4.40501,-54.40454], [4.40099,-54.40566], [4.39568,-54.41347], [4.39046,-54.41673], [4.38037,-54.41879], [4.37031,-54.41325], [4.36843,-54.40038], [4.36021,-54.38973], [4.34430,-54.38699], [4.32478,-54.39162], [4.29842,-54.39368], [4.28113,-54.39111], [4.26952,-54.38390], [4.26010,-54.38373], [4.24795,-54.38682], [4.24076,-54.38458], [4.23477,-54.38012], [4.22501,-54.38132], [4.22193,-54.38630], [4.21765,-54.39128], [4.20481,-54.39557], [4.19214,-54.39334], [4.18084,-54.38956], [4.17587,-54.37858], [4.17536,-54.36399], [4.18221,-54.35609], [4.17622,-54.34527], [4.16988,-54.34030], [4.16012,-54.33858], [4.15105,-54.32691], [4.14197,-54.32227], [4.13290,-54.32588], [4.12776,-54.33171], [4.12040,-54.33385], [4.11441,-54.34380], [4.10499,-54.34363], [4.08924,-54.34415], [4.06989,-54.35307], [4.05260,-54.35788], [4.04677,-54.35702], [4.04335,-54.35136], [4.04335,-54.34483], [4.03136,-54.33350], [4.01801,-54.33007], [4.01047,-54.31119], [4.00979,-54.30604], [4.00585,-54.29866], [4.00200,-54.29110], [3.99223,-54.28887], [3.98607,-54.28458], [3.97802,-54.27694], [3.97365,-54.27273], [3.96723,-54.27265], [3.95833,-54.27685], [3.95662,-54.27462], [3.94917,-54.26810], [3.94471,-54.27505], [3.93273,-54.27617], [3.92921,-54.25531], [3.91106,-54.24827], [3.89445,-54.25153], [3.86340,-54.23830], [3.85484,-54.20740], [3.84850,-54.19452], [3.83599,-54.19178], [3.81715,-54.20122], [3.80585,-54.19692], [3.80174,-54.18010], [3.80311,-54.14474], [3.79386,-54.12345], [3.76403,-54.10897], [3.72840,-54.09455], [3.71572,-54.08116], [3.69379,-54.08494], [3.67975,-54.08494], [3.66913,-54.07842], [3.66159,-54.06160], [3.65028,-54.04958], [3.63521,-54.05095], [3.63281,-54.04512], [3.63178,-54.02898], [3.64377,-54.02383], [3.64994,-54.01336], [3.64326,-54.00375], [3.62767,-53.99413], [3.61470,-53.98949], [3.61025,-53.98331], [3.59671,-53.98365], [3.57787,-53.99138], [3.56879,-54.00391], [3.55405,-54.00580], [3.53435,-54.00906], [3.52458,-53.99979], [3.50620,-54.00877], [3.49180,-54.00877], [3.46542,-54.00774], [3.46464,-54.00636], [3.45522,-54.00164], [3.44588,-54.00336], [3.43577,-54.00156], [3.42729,-54.01297], [3.41144,-54.01958], [3.40064,-54.03752], [3.38556,-54.04610], [3.38471,-54.05417], [3.36980,-54.05520], [3.36466,-54.05417], [3.35146,-54.05915], [3.33895,-54.06327], [3.30862,-54.05829], [3.30074,-54.05941], [3.29885,-54.06387], [3.29602,-54.06765], [3.29611,-54.07117], [3.29131,-54.07572], [3.29431,-54.07623], [3.29422,-54.08481], [3.29088,-54.08902], [3.29311,-54.09374], [3.29757,-54.09674], [3.30108,-54.09803], [3.30108,-54.10121], [3.29671,-54.10370], [3.29183,-54.10885], [3.28848,-54.11031], [3.28488,-54.11855], [3.28197,-54.12129], [3.27606,-54.12095], [3.27255,-54.12249], [3.27006,-54.12782], [3.26695,-54.13752], [3.25221,-54.14576], [3.24870,-54.14704], [3.24527,-54.15236], [3.23542,-54.15296], [3.23139,-54.15502], [3.22907,-54.16588], [3.21947,-54.16854], [3.21710,-54.16790], [3.21538,-54.17117], [3.21110,-54.17426], [3.20750,-54.17391], [3.20707,-54.18172], [3.20784,-54.18747], [3.20587,-54.18962], [3.20039,-54.18962], [3.19542,-54.19588], [3.19087,-54.19717], [3.18650,-54.19649], [3.17939,-54.19940], [3.17219,-54.20412], [3.16756,-54.20438], [3.16131,-54.20267], [3.15762,-54.20387], [3.15543,-54.21322], [3.15294,-54.21374], [3.14806,-54.21357], [3.14257,-54.21005], [3.14377,-54.20026], [3.14077,-54.20404], [3.13743,-54.21511], [3.13074,-54.21451], [3.12586,-54.20953], [3.12355,-54.20000], [3.12449,-54.19649], [3.13349,-54.19451], [3.13392,-54.19091], [3.13006,-54.18868], [3.13400,-54.18456], [3.13169,-54.18421], [3.12655,-54.18541], [3.12132,-54.17941], [3.11198,-54.18112], [3.10718,-54.17795], [3.10786,-54.17443], [3.10289,-54.17426], [3.09312,-54.18147], [3.08549,-54.18121], [3.08241,-54.17975], [3.08232,-54.17468], [3.07649,-54.17357], [3.07032,-54.17571], [3.07221,-54.17820], [3.07427,-54.18172], [3.06904,-54.19237], [3.06252,-54.19520], [3.05618,-54.19254], [3.05318,-54.19065], [3.05164,-54.18533], [3.03990,-54.18164], [3.03390,-54.17855], [3.02481,-54.17666], [3.02027,-54.17151], [3.01444,-54.17031], [3.00930,-54.17228], [3.00698,-54.17022], [3.00278,-54.17666], [3.00073,-54.17932], [3.00175,-54.18413], [2.99815,-54.18627], [2.99001,-54.18147], [2.98170,-54.18215], [2.97338,-54.17554], [2.97244,-54.16945], [2.97184,-54.16361], [2.96893,-54.16104], [2.96567,-54.16310], [2.96644,-54.17271], [2.96095,-54.17529], [2.95375,-54.17709], [2.94835,-54.17374], [2.95041,-54.17983], [2.94587,-54.18001], [2.94115,-54.17365], [2.93138,-54.17700], [2.92727,-54.18310], [2.92615,-54.19134], [2.91861,-54.19280], [2.91570,-54.18747], [2.90944,-54.18584], [2.90301,-54.18773], [2.89778,-54.19245], [2.88484,-54.19580], [2.86795,-54.19177], [2.86478,-54.18464], [2.86332,-54.18207], [2.85826,-54.18095], [2.85372,-54.18387], [2.84755,-54.18344], [2.84232,-54.18653], [2.83787,-54.18734], [2.83204,-54.19455], [2.83624,-54.19816], [2.83195,-54.20305], [2.83246,-54.20794], [2.82672,-54.20786], [2.82655,-54.20348], [2.82286,-54.20365], [2.81583,-54.20614], [2.81043,-54.20356], [2.80375,-54.19953], [2.79826,-54.20365], [2.79269,-54.20914], [2.78831,-54.21137], [2.78454,-54.21060], [2.77903,-54.20997], [2.77277,-54.21297], [2.76445,-54.21786], [2.76403,-54.22276], [2.76180,-54.22628], [2.75725,-54.22610], [2.75451,-54.22430], [2.75057,-54.23529], [2.74628,-54.23658], [2.73873,-54.24593], [2.73351,-54.24516], [2.73119,-54.25117], [2.72605,-54.26293], [2.71790,-54.26670], [2.71147,-54.26825], [2.69192,-54.27314], [2.68952,-54.27185], [2.68858,-54.26781], [2.68575,-54.26610], [2.68506,-54.27236], [2.68567,-54.27657], [2.67949,-54.27691], [2.67512,-54.27477], [2.66946,-54.28026], [2.66294,-54.28146], [2.66466,-54.28704], [2.65711,-54.29322], [2.65060,-54.29803], [2.64400,-54.30618], [2.63016,-54.31428], [2.63067,-54.31934], [2.62373,-54.31676], [2.61859,-54.31685], [2.61610,-54.31247], [2.61361,-54.31350], [2.61258,-54.31754], [2.61130,-54.31822], [2.61027,-54.32234], [2.60847,-54.31797], [2.60555,-54.32277], [2.59818,-54.32432], [2.59355,-54.32286], [2.58660,-54.32827], [2.57639,-54.32996], [2.57476,-54.32790], [2.56447,-54.33743], [2.56584,-54.34207], [2.55718,-54.34885], [2.53677,-54.34541], [2.52829,-54.35194], [2.52374,-54.35142], [2.51757,-54.35709], [2.52134,-54.36035], [2.51637,-54.36344], [2.50865,-54.36181], [2.51002,-54.36756], [2.50831,-54.37065], [2.50368,-54.37305], [2.48936,-54.37588], [2.48405,-54.38043], [2.49039,-54.38369], [2.48319,-54.38764], [2.47907,-54.38970], [2.47410,-54.38816], [2.47144,-54.39039], [2.46767,-54.39974], [2.46218,-54.40301], [2.45532,-54.40447], [2.45172,-54.41245], [2.44220,-54.41648], [2.43706,-54.42112], [2.43911,-54.43159], [2.43080,-54.43820], [2.43568,-54.44420], [2.43603,-54.45244], [2.43585,-54.46961], [2.43757,-54.47519], [2.42737,-54.48103], [2.41965,-54.48300], [2.41630,-54.48884], [2.41124,-54.49193], [2.40747,-54.49862], [2.40010,-54.50128], [2.38670,-54.50595], [2.38310,-54.50578], [2.37572,-54.50629], [2.36732,-54.51230], [2.35686,-54.51230], [2.34639,-54.50904], [2.33885,-54.50690], [2.33799,-54.51016], [2.33790,-54.52346], [2.33164,-54.52758], [2.33662,-54.53634], [2.33833,-54.54878], [2.32744,-54.55462], [2.32513,-54.55470], [2.32521,-54.54217], [2.31818,-54.53977], [2.31732,-54.53496], [2.31260,-54.53488], [2.30214,-54.54183], [2.29502,-54.53634], [2.28791,-54.52810], [2.28130,-54.51453], [2.27907,-54.51943], [2.27933,-54.52844], [2.27341,-54.55050], [2.26775,-54.54973], [2.26660,-54.54329], [2.25957,-54.53410], [2.26094,-54.52887], [2.24979,-54.52338], [2.25014,-54.50964], [2.25365,-54.50595], [2.25082,-54.50097], [2.24636,-54.50149], [2.23015,-54.49831], [2.23144,-54.48715], [2.22707,-54.48063], [2.21189,-54.47961], [2.20665,-54.46056], [2.20237,-54.44631], [2.20983,-54.43515], [2.21240,-54.42296], [2.20777,-54.41704], [2.19885,-54.42322], [2.19636,-54.41412], [2.20134,-54.40022], [2.19893,-54.39095], [2.20374,-54.38331], [2.20177,-54.37533], [2.20832,-54.36100], [2.20309,-54.35645], [2.19151,-54.36607], [2.18285,-54.36684], [2.17033,-54.36263], [2.16793,-54.35302], [2.17058,-54.34847], [2.16750,-54.34023], [2.15729,-54.34684], [2.14931,-54.34478], [2.15412,-54.32186], [2.15652,-54.31113], [2.15326,-54.30719], [2.15214,-54.29998], [2.14580,-54.28238], [2.14185,-54.26925], [2.15369,-54.25501], [2.14880,-54.22926], [2.15703,-54.21433], [2.15669,-54.20772], [2.16201,-54.20480], [2.16930,-54.19313], [2.17865,-54.18798], [2.17496,-54.18240], [2.16407,-54.18583], [2.14828,-54.17991], [2.14563,-54.17665], [2.13602,-54.17665], [2.13190,-54.17236], [2.12777,-54.16563], [2.12854,-54.16057], [2.11996,-54.15860], [2.11970,-54.15018], [2.11704,-54.14615], [2.11361,-54.14306], [2.11541,-54.13782], [2.12030,-54.13422], [2.12133,-54.12504], [2.11747,-54.11130], [2.10761,-54.10401], [2.11198,-54.09783], [2.12202,-54.10409], [2.12768,-54.10126], [2.13403,-54.09336], [2.14140,-54.09242], [2.13600,-54.08478], [2.14106,-54.08306], [2.15007,-54.08392], [2.15564,-54.08736], [2.15899,-54.08409], [2.16634,-54.07933], [2.17157,-54.08147], [2.17578,-54.07684], [2.17732,-54.07263], [2.19053,-54.06723], [2.19739,-54.06577], [2.19773,-54.06053], [2.18916,-54.05633], [2.18718,-54.04723], [2.18873,-54.03204], [2.18118,-54.02208], [2.18418,-54.01281], [2.19122,-54.00783], [2.20159,-54.00414], [2.20194,-53.99684], [2.20742,-53.99031], [2.20613,-53.97916], [2.20811,-53.96920], [2.21728,-53.96311], [2.21831,-53.95289], [2.21720,-53.94431], [2.22114,-53.93813], [2.23435,-53.93925], [2.23932,-53.93152], [2.24464,-53.93590], [2.25072,-53.93387], [2.25544,-53.93859], [2.27251,-53.93318], [2.27645,-53.93739], [2.28143,-53.93318], [2.27500,-53.92726], [2.27877,-53.91808], [2.27611,-53.91473], [2.26856,-53.91688], [2.26067,-53.91156], [2.26067,-53.90203], [2.26668,-53.90168], [2.27182,-53.88812], [2.28031,-53.88666], [2.30690,-53.88289], [2.30853,-53.87963], [2.30587,-53.86418], [2.31144,-53.85929], [2.30424,-53.85088], [2.29961,-53.83852], [2.31110,-53.82410], [2.31367,-53.80805], [2.32697,-53.81577], [2.33134,-53.83440], [2.33666,-53.82693], [2.34163,-53.80779], [2.35321,-53.80899], [2.35707,-53.80041], [2.36024,-53.79698], [2.36187,-53.78299], [2.36916,-53.78153], [2.37182,-53.77183], [2.37628,-53.76771], [2.37619,-53.75990], [2.37216,-53.75363], [2.37190,-53.74076], [2.36667,-53.74050], [2.36504,-53.74917], [2.35964,-53.75072], [2.35544,-53.74574], [2.35887,-53.73775], [2.35475,-53.73381], [2.34606,-53.72726], [2.34160,-53.73017], [2.33303,-53.74099], [2.32334,-53.73738], [2.31999,-53.75129], [2.30773,-53.74786], [2.30627,-53.73215], [2.31202,-53.72494], [2.30944,-53.71069], [2.30679,-53.70228], [2.31099,-53.70005], [2.30902,-53.69292], [2.29229,-53.68872], [2.29735,-53.67931], [2.30095,-53.66961], [2.29692,-53.65708], [2.27934,-53.65721], [2.27900,-53.64751], [2.27745,-53.62991], [2.27977,-53.62494], [2.27462,-53.61232], [2.28148,-53.60854], [2.28131,-53.59816], [2.27051,-53.59060], [2.26124,-53.58159], [2.26691,-53.57644], [2.26279,-53.55907], [2.25267,-53.54886], [2.25302,-53.53848], [2.25250,-53.52809], [2.26005,-53.52019], [2.25645,-53.50680], [2.25928,-53.49135], [2.26099,-53.48389], [2.25147,-53.46603], [2.26084,-53.45351], [2.26976,-53.45145], [2.27611,-53.45926], [2.28263,-53.46715], [2.28837,-53.46535], [2.28923,-53.45986], [2.28263,-53.45050], [2.27645,-53.43986], [2.29549,-53.39849], [2.30525,-53.39533], [2.30491,-53.38091], [2.31194,-53.37714], [2.31451,-53.36194], [2.33072,-53.35722], [2.34707,-53.35479], [2.35179,-53.34191], [2.34596,-53.33513], [2.33901,-53.32904], [2.34313,-53.31814], [2.32400,-53.31488], [2.31405,-53.30544], [2.31011,-53.30252], [2.30376,-53.28157], [2.29227,-53.27127], [2.28498,-53.25917], [2.27203,-53.26020], [2.26937,-53.24578], [2.27031,-53.22948], [2.25968,-53.22724], [2.25616,-53.23548], [2.24501,-53.24990], [2.25230,-53.25617], [2.24956,-53.26072], [2.22752,-53.25746], [2.22331,-53.26269], [2.22108,-53.27780], [2.20222,-53.27883], [2.19518,-53.28672], [2.18884,-53.28544], [2.18669,-53.27926], [2.19064,-53.27505], [2.18824,-53.25960], [2.19887,-53.25076], [2.20024,-53.24381], [2.20745,-53.23995], [2.20556,-53.23291], [2.19441,-53.22475], [2.19261,-53.21480], [2.20059,-53.20097], [2.19896,-53.18604], [2.20680,-53.14779], [2.21323,-53.10195], [2.21074,-53.07861], [2.18454,-53.05456], [2.17219,-53.03997], [2.17081,-53.02100], [2.16833,-53.00804], [2.16267,-52.98315], [2.16738,-52.96924], [2.17714,-52.93818], [2.18795,-52.93706], [2.19223,-52.93268], [2.18760,-52.92427], [2.18717,-52.91165], [2.18563,-52.90685], [2.18803,-52.90238], [2.20038,-52.89715], [2.20741,-52.89028], [2.22611,-52.88093], [2.23529,-52.88402], [2.23657,-52.87629], [2.25338,-52.86711], [2.25664,-52.86531], [2.26119,-52.85329], [2.27071,-52.84943], [2.27877,-52.85303], [2.27851,-52.83767], [2.28537,-52.83303], [2.28683,-52.83870], [2.29241,-52.83089], [2.29258,-52.82067], [2.29790,-52.80377], [2.30836,-52.78360], [2.31410,-52.77578], [2.32654,-52.75476], [2.34395,-52.71493], [2.35030,-52.71656], [2.35930,-52.70772], [2.36736,-52.69141], [2.36925,-52.67931], [2.36925,-52.67356], [2.37474,-52.65811], [2.38897,-52.65468], [2.39720,-52.65185], [2.40021,-52.65554], [2.41821,-52.64155], [2.43082,-52.64292], [2.44085,-52.63219], [2.44240,-52.62584], [2.44300,-52.61494], [2.44806,-52.61219], [2.45537,-52.60974], [2.46111,-52.61995], [2.46617,-52.62296], [2.47809,-52.60571], [2.48024,-52.59463], [2.48693,-52.59000], [2.49919,-52.58116], [2.50862,-52.57043], [2.51651,-52.55953], [2.51771,-52.55318], [2.53340,-52.54957], [2.54886,-52.55927], [2.55641,-52.55284], [2.56078,-52.54940], [2.55770,-52.53825], [2.55950,-52.53473], [2.56533,-52.53782], [2.57767,-52.52888], [2.58308,-52.52433], [2.59757,-52.53016], [2.60906,-52.54038], [2.61077,-52.54544], [2.61789,-52.54184], [2.62620,-52.54192], [2.63452,-52.55025], [2.64301,-52.55016], [2.65278,-52.54510], [2.64730,-52.53025], [2.65990,-52.52476], [2.67362,-52.51969], [2.68562,-52.51566], [2.69766,-52.50636], [2.71163,-52.50224], [2.72664,-52.49357], [2.74935,-52.47683], [2.75604,-52.47675], [2.75899,-52.47876], [2.76576,-52.47172], [2.77922,-52.47524], [2.83365,-52.44786], [2.89194,-52.41837], [2.89229,-52.41031], [2.89854,-52.40533], [2.89529,-52.39108], [2.90617,-52.38473], [2.91484,-52.37451], [2.92324,-52.37486], [2.92135,-52.38481], [2.94192,-52.38859], [2.95478,-52.37743], [2.98187,-52.36696], [2.99164,-52.36799], [2.99952,-52.35906], [3.01204,-52.36370], [3.02198,-52.35151], [3.03998,-52.34653], [3.07924,-52.32302], [3.09758,-52.34362], [3.10804,-52.34362], [3.12003,-52.33589], [3.12466,-52.34980], [3.13426,-52.35031], [3.13426,-52.33486], [3.16628,-52.33256], [3.17039,-52.32861], [3.17382,-52.30904], [3.17450,-52.29187], [3.19833,-52.30286], [3.22695,-52.29067], [3.24186,-52.26527], [3.25129,-52.26183], [3.25249,-52.25222], [3.23740,-52.24175], [3.24443,-52.23025], [3.26791,-52.21617], [3.30186,-52.18869], [3.31574,-52.18732], [3.39200,-52.14062], [3.44240,-52.11116], [3.46108,-52.09794], [3.47701,-52.08901], [3.48832,-52.08455], [3.51180,-52.06670], [3.51951,-52.06292], [3.52550,-52.05691], [3.58116,-52.02871], [3.60344,-52.00914], [3.62365,-51.99180], [3.63547,-51.98786], [3.66083,-51.98717], [3.66939,-51.98459], [3.70618,-51.97056], [3.72725,-51.94567], [3.72537,-51.92747], [3.72965,-51.91872], [3.76528,-51.92061], [3.78789,-51.91597], [3.79799,-51.88902], [3.80810,-51.87220], [3.83157,-51.85555], [3.85041,-51.83272], [3.85811,-51.82379], [3.87181,-51.81761], [3.88466,-51.79873], [3.91737,-51.78379], [3.93963,-51.78087], [3.96738,-51.77984], [3.99358,-51.75719], [4.01173,-51.72663], [4.03690,-51.68251], [4.04975,-51.65814], [4.11014,-51.64020], [4.17297,-51.61239], [4.31253,-51.62905], [5.46987,-51.25072], [6.43145,-53.77208]], + GF: [[5.80474,-53.95117],[5.64043,-54.01125],[5.60865,-54.00576],[5.57141,-54.00576],[5.54031,-54.00885],[5.49247,-54.04971],[5.47299,-54.05039],[5.46855,-54.05829],[5.46376,-54.06825],[5.45898,-54.06207],[5.44770,-54.05451],[5.42924,-54.05589],[5.42241,-54.06619],[5.41865,-54.08129],[5.40498,-54.09056],[5.39130,-54.10704],[5.38413,-54.12524],[5.35200,-54.15408],[5.33422,-54.18120],[5.31166,-54.18772],[5.29593,-54.21381],[5.28841,-54.21896],[5.27987,-54.24986],[5.26209,-54.27973],[5.19337,-54.32574],[5.14721,-54.35217],[5.12567,-54.36934],[5.11267,-54.37071],[5.08590,-54.40735],[5.07633,-54.40993],[5.06641,-54.41267],[5.05530,-54.41937],[5.03085,-54.42658],[5.01699,-54.43894],[5.00759,-54.43945],[4.99525,-54.43728],[4.97370,-54.44295],[4.95591,-54.44140],[4.93248,-54.44792],[4.91829,-54.45325],[4.91761,-54.46801],[4.90136,-54.47659],[4.88887,-54.47642],[4.87433,-54.47007],[4.86643,-54.46622],[4.83274,-54.46999],[4.77235,-54.46193],[4.74122,-54.46622],[4.72459,-54.45951],[4.72185,-54.42758],[4.71330,-54.42072],[4.68763,-54.42758],[4.65649,-54.43067],[4.61338,-54.42175],[4.59900,-54.40698],[4.56388,-54.41007],[4.54643,-54.42072],[4.53137,-54.43531],[4.51195,-54.44217],[4.50245,-54.43977],[4.45131,-54.43370],[4.42804,-54.43679],[4.41828,-54.43183],[4.41990,-54.42746],[4.42067,-54.42171],[4.41477,-54.41553],[4.40989,-54.40737],[4.40501,-54.40454],[4.40099,-54.40566],[4.39568,-54.41347],[4.39046,-54.41673],[4.38037,-54.41879],[4.37031,-54.41325],[4.36843,-54.40038],[4.36021,-54.38973],[4.34430,-54.38699],[4.32478,-54.39162],[4.29842,-54.39368],[4.28113,-54.39111],[4.26952,-54.38390],[4.26010,-54.38373],[4.24795,-54.38682],[4.24076,-54.38458],[4.23477,-54.38012],[4.22501,-54.38132],[4.22193,-54.38630],[4.21765,-54.39128],[4.20481,-54.39557],[4.19214,-54.39334],[4.18084,-54.38956],[4.17587,-54.37858],[4.17536,-54.36399],[4.18221,-54.35609],[4.17622,-54.34527],[4.16988,-54.34030],[4.16012,-54.33858],[4.15105,-54.32691],[4.14197,-54.32227],[4.13290,-54.32588],[4.12776,-54.33171],[4.12040,-54.33385],[4.11441,-54.34380],[4.10499,-54.34363],[4.08924,-54.34415],[4.06989,-54.35307],[4.05260,-54.35788],[4.04677,-54.35702],[4.04335,-54.35136],[4.04335,-54.34483],[4.03136,-54.33350],[4.01801,-54.33007],[4.01047,-54.31119],[4.00979,-54.30604],[4.00585,-54.29866],[4.00200,-54.29110],[3.99223,-54.28887],[3.98607,-54.28458],[3.97802,-54.27694],[3.97365,-54.27273],[3.96723,-54.27265],[3.95833,-54.27685],[3.95662,-54.27462],[3.94917,-54.26810],[3.94471,-54.27505],[3.93273,-54.27617],[3.92921,-54.25531],[3.91106,-54.24827],[3.89445,-54.25153],[3.86340,-54.23830],[3.85484,-54.20740],[3.84850,-54.19452],[3.83599,-54.19178],[3.81715,-54.20122],[3.80585,-54.19692],[3.80174,-54.18010],[3.80311,-54.14474],[3.79386,-54.12345],[3.76403,-54.10897],[3.72840,-54.09455],[3.71572,-54.08116],[3.69379,-54.08494],[3.67975,-54.08494],[3.66913,-54.07842],[3.66159,-54.06160],[3.65028,-54.04958],[3.63521,-54.05095],[3.63281,-54.04512],[3.63178,-54.02898],[3.64377,-54.02383],[3.64994,-54.01336],[3.64326,-54.00375],[3.62767,-53.99413],[3.61470,-53.98949],[3.61025,-53.98331],[3.59671,-53.98365],[3.57787,-53.99138],[3.56879,-54.00391],[3.55405,-54.00580],[3.53435,-54.00906],[3.52458,-53.99979],[3.50620,-54.00877],[3.49180,-54.00877],[3.46542,-54.00774],[3.46464,-54.00636],[3.45522,-54.00164],[3.44588,-54.00336],[3.43577,-54.00156],[3.42729,-54.01297],[3.41144,-54.01958],[3.40064,-54.03752],[3.38556,-54.04610],[3.38471,-54.05417],[3.36980,-54.05520],[3.36466,-54.05417],[3.35146,-54.05915],[3.33895,-54.06327],[3.30862,-54.05829],[3.30074,-54.05941],[3.29885,-54.06387],[3.29602,-54.06765],[3.29611,-54.07117],[3.29131,-54.07572],[3.29431,-54.07623],[3.29422,-54.08481],[3.29088,-54.08902],[3.29311,-54.09374],[3.29757,-54.09674],[3.30108,-54.09803],[3.30108,-54.10121],[3.29671,-54.10370],[3.29183,-54.10885],[3.28848,-54.11031],[3.28488,-54.11855],[3.28197,-54.12129],[3.27606,-54.12095],[3.27255,-54.12249],[3.27006,-54.12782],[3.26695,-54.13752],[3.25221,-54.14576],[3.24870,-54.14704],[3.24527,-54.15236],[3.23542,-54.15296],[3.23139,-54.15502],[3.22907,-54.16588],[3.21947,-54.16854],[3.21710,-54.16790],[3.21538,-54.17117],[3.21110,-54.17426],[3.20750,-54.17391],[3.20707,-54.18172],[3.20784,-54.18747],[3.20587,-54.18962],[3.20039,-54.18962],[3.19542,-54.19588],[3.19087,-54.19717],[3.18650,-54.19649],[3.17939,-54.19940],[3.17219,-54.20412],[3.16756,-54.20438],[3.16131,-54.20267],[3.15762,-54.20387],[3.15543,-54.21322],[3.15294,-54.21374],[3.14806,-54.21357],[3.14257,-54.21005],[3.14377,-54.20026],[3.14077,-54.20404],[3.13743,-54.21511],[3.13074,-54.21451],[3.12586,-54.20953],[3.12355,-54.20000],[3.12449,-54.19649],[3.13349,-54.19451],[3.13392,-54.19091],[3.13006,-54.18868],[3.13400,-54.18456],[3.13169,-54.18421],[3.12655,-54.18541],[3.12132,-54.17941],[3.11198,-54.18112],[3.10718,-54.17795],[3.10786,-54.17443],[3.10289,-54.17426],[3.09312,-54.18147],[3.08549,-54.18121],[3.08241,-54.17975],[3.08232,-54.17468],[3.07649,-54.17357],[3.07032,-54.17571],[3.07221,-54.17820],[3.07427,-54.18172],[3.06904,-54.19237],[3.06252,-54.19520],[3.05618,-54.19254],[3.05318,-54.19065],[3.05164,-54.18533],[3.03990,-54.18164],[3.03390,-54.17855],[3.02481,-54.17666],[3.02027,-54.17151],[3.01444,-54.17031],[3.00930,-54.17228],[3.00698,-54.17022],[3.00278,-54.17666],[3.00073,-54.17932],[3.00175,-54.18413],[2.99815,-54.18627],[2.99001,-54.18147],[2.98170,-54.18215],[2.97338,-54.17554],[2.97244,-54.16945],[2.97184,-54.16361],[2.96893,-54.16104],[2.96567,-54.16310],[2.96644,-54.17271],[2.96095,-54.17529],[2.95375,-54.17709],[2.94835,-54.17374],[2.95041,-54.17983],[2.94587,-54.18001],[2.94115,-54.17365],[2.93138,-54.17700],[2.92727,-54.18310],[2.92615,-54.19134],[2.91861,-54.19280],[2.91570,-54.18747],[2.90944,-54.18584],[2.90301,-54.18773],[2.89778,-54.19245],[2.88484,-54.19580],[2.86795,-54.19177],[2.86478,-54.18464],[2.86332,-54.18207],[2.85826,-54.18095],[2.85372,-54.18387],[2.84755,-54.18344],[2.84232,-54.18653],[2.83787,-54.18734],[2.83204,-54.19455],[2.83624,-54.19816],[2.83195,-54.20305],[2.83246,-54.20794],[2.82672,-54.20786],[2.82655,-54.20348],[2.82286,-54.20365],[2.81583,-54.20614],[2.81043,-54.20356],[2.80375,-54.19953],[2.79826,-54.20365],[2.79269,-54.20914],[2.78831,-54.21137],[2.78454,-54.21060],[2.77903,-54.20997],[2.77277,-54.21297],[2.76445,-54.21786],[2.76403,-54.22276],[2.76180,-54.22628],[2.75725,-54.22610],[2.75451,-54.22430],[2.75057,-54.23529],[2.74628,-54.23658],[2.73873,-54.24593],[2.73351,-54.24516],[2.73119,-54.25117],[2.72605,-54.26293],[2.71790,-54.26670],[2.71147,-54.26825],[2.69192,-54.27314],[2.68952,-54.27185],[2.68858,-54.26781],[2.68575,-54.26610],[2.68506,-54.27236],[2.68567,-54.27657],[2.67949,-54.27691],[2.67512,-54.27477],[2.66946,-54.28026],[2.66294,-54.28146],[2.66466,-54.28704],[2.65711,-54.29322],[2.65060,-54.29803],[2.64400,-54.30618],[2.63016,-54.31428],[2.63067,-54.31934],[2.62373,-54.31676],[2.61859,-54.31685],[2.61610,-54.31247],[2.61361,-54.31350],[2.61258,-54.31754],[2.61130,-54.31822],[2.61027,-54.32234],[2.60847,-54.31797],[2.60555,-54.32277],[2.59818,-54.32432],[2.59355,-54.32286],[2.58660,-54.32827],[2.57639,-54.32996],[2.57476,-54.32790],[2.56447,-54.33743],[2.56584,-54.34207],[2.55718,-54.34885],[2.53677,-54.34541],[2.52829,-54.35194],[2.52374,-54.35142],[2.51757,-54.35709],[2.52134,-54.36035],[2.51637,-54.36344],[2.50865,-54.36181],[2.51002,-54.36756],[2.50831,-54.37065],[2.50368,-54.37305],[2.48936,-54.37588],[2.48405,-54.38043],[2.49039,-54.38369],[2.48319,-54.38764],[2.47907,-54.38970],[2.47410,-54.38816],[2.47144,-54.39039],[2.46767,-54.39974],[2.46218,-54.40301],[2.45532,-54.40447],[2.45172,-54.41245],[2.44220,-54.41648],[2.43706,-54.42112],[2.43911,-54.43159],[2.43080,-54.43820],[2.43568,-54.44420],[2.43603,-54.45244],[2.43585,-54.46961],[2.43757,-54.47519],[2.42737,-54.48103],[2.41965,-54.48300],[2.41630,-54.48884],[2.41124,-54.49193],[2.40747,-54.49862],[2.40010,-54.50128],[2.38670,-54.50595],[2.38310,-54.50578],[2.37572,-54.50629],[2.36732,-54.51230],[2.35686,-54.51230],[2.34639,-54.50904],[2.33885,-54.50690],[2.33799,-54.51016],[2.33790,-54.52346],[2.33164,-54.52758],[2.33662,-54.53634],[2.33833,-54.54878],[2.32744,-54.55462],[2.32513,-54.55470],[2.32521,-54.54217],[2.31818,-54.53977],[2.31732,-54.53496],[2.31260,-54.53488],[2.30214,-54.54183],[2.29502,-54.53634],[2.28791,-54.52810],[2.28130,-54.51453],[2.27907,-54.51943],[2.27933,-54.52844],[2.27341,-54.55050],[2.26775,-54.54973],[2.26660,-54.54329],[2.25957,-54.53410],[2.26094,-54.52887],[2.24979,-54.52338],[2.25014,-54.50964],[2.25365,-54.50595],[2.25082,-54.50097],[2.24636,-54.50149],[2.23015,-54.49831],[2.23144,-54.48715],[2.22707,-54.48063],[2.21189,-54.47961],[2.20665,-54.46056],[2.20237,-54.44631],[2.20983,-54.43515],[2.21240,-54.42296],[2.20777,-54.41704],[2.19885,-54.42322],[2.19636,-54.41412],[2.20134,-54.40022],[2.19893,-54.39095],[2.20374,-54.38331],[2.20177,-54.37533],[2.20832,-54.36100],[2.20309,-54.35645],[2.19151,-54.36607],[2.18285,-54.36684],[2.17033,-54.36263],[2.16793,-54.35302],[2.17058,-54.34847],[2.16750,-54.34023],[2.15729,-54.34684],[2.14931,-54.34478],[2.15412,-54.32186],[2.15652,-54.31113],[2.15326,-54.30719],[2.15214,-54.29998],[2.14580,-54.28238],[2.14185,-54.26925],[2.15369,-54.25501],[2.14880,-54.22926],[2.15703,-54.21433],[2.15669,-54.20772],[2.16201,-54.20480],[2.16930,-54.19313],[2.17865,-54.18798],[2.17496,-54.18240],[2.16407,-54.18583],[2.14828,-54.17991],[2.14563,-54.17665],[2.13602,-54.17665],[2.13190,-54.17236],[2.12777,-54.16563],[2.12854,-54.16057],[2.11996,-54.15860],[2.11970,-54.15018],[2.11704,-54.14615],[2.11361,-54.14306],[2.11541,-54.13782],[2.12030,-54.13422],[2.12133,-54.12504],[2.11747,-54.11130],[2.10761,-54.10401],[2.11198,-54.09783],[2.12202,-54.10409],[2.12768,-54.10126],[2.13403,-54.09336],[2.14140,-54.09242],[2.13600,-54.08478],[2.14106,-54.08306],[2.15007,-54.08392],[2.15564,-54.08736],[2.15899,-54.08409],[2.16634,-54.07933],[2.17157,-54.08147],[2.17578,-54.07684],[2.17732,-54.07263],[2.19053,-54.06723],[2.19739,-54.06577],[2.19773,-54.06053],[2.18916,-54.05633],[2.18718,-54.04723],[2.18873,-54.03204],[2.18118,-54.02208],[2.18418,-54.01281],[2.19122,-54.00783],[2.20159,-54.00414],[2.20194,-53.99684],[2.20742,-53.99031],[2.20613,-53.97916],[2.20811,-53.96920],[2.21728,-53.96311],[2.21831,-53.95289],[2.21720,-53.94431],[2.22114,-53.93813],[2.23435,-53.93925],[2.23932,-53.93152],[2.24464,-53.93590],[2.25072,-53.93387],[2.25544,-53.93859],[2.27251,-53.93318],[2.27645,-53.93739],[2.28143,-53.93318],[2.27500,-53.92726],[2.27877,-53.91808],[2.27611,-53.91473],[2.26856,-53.91688],[2.26067,-53.91156],[2.26067,-53.90203],[2.26668,-53.90168],[2.27182,-53.88812],[2.28031,-53.88666],[2.30690,-53.88289],[2.30853,-53.87963],[2.30587,-53.86418],[2.31144,-53.85929],[2.30424,-53.85088],[2.29961,-53.83852],[2.31110,-53.82410],[2.31367,-53.80805],[2.32697,-53.81577],[2.33134,-53.83440],[2.33666,-53.82693],[2.34163,-53.80779],[2.35321,-53.80899],[2.35707,-53.80041],[2.36024,-53.79698],[2.36187,-53.78299],[2.36916,-53.78153],[2.37182,-53.77183],[2.37628,-53.76771],[2.37619,-53.75990],[2.37216,-53.75363],[2.37190,-53.74076],[2.36667,-53.74050],[2.36504,-53.74917],[2.35964,-53.75072],[2.35544,-53.74574],[2.35887,-53.73775],[2.35475,-53.73381],[2.34606,-53.72726],[2.34160,-53.73017],[2.33303,-53.74099],[2.32334,-53.73738],[2.31999,-53.75129],[2.30773,-53.74786],[2.30627,-53.73215],[2.31202,-53.72494],[2.30944,-53.71069],[2.30679,-53.70228],[2.31099,-53.70005],[2.30902,-53.69292],[2.29229,-53.68872],[2.29735,-53.67931],[2.30095,-53.66961],[2.29692,-53.65708],[2.27934,-53.65721],[2.27900,-53.64751],[2.27745,-53.62991],[2.27977,-53.62494],[2.27462,-53.61232],[2.28148,-53.60854],[2.28131,-53.59816],[2.27051,-53.59060],[2.26124,-53.58159],[2.26691,-53.57644],[2.26279,-53.55907],[2.25267,-53.54886],[2.25302,-53.53848],[2.25250,-53.52809],[2.26005,-53.52019],[2.25645,-53.50680],[2.25928,-53.49135],[2.26099,-53.48389],[2.25147,-53.46603],[2.26084,-53.45351],[2.26976,-53.45145],[2.27611,-53.45926],[2.28263,-53.46715],[2.28837,-53.46535],[2.28923,-53.45986],[2.28263,-53.45050],[2.27645,-53.43986],[2.29549,-53.39849],[2.30525,-53.39533],[2.30491,-53.38091],[2.31194,-53.37714],[2.31451,-53.36194],[2.33072,-53.35722],[2.34707,-53.35479],[2.35179,-53.34191],[2.34596,-53.33513],[2.33901,-53.32904],[2.34313,-53.31814],[2.32400,-53.31488],[2.31405,-53.30544],[2.31011,-53.30252],[2.30376,-53.28157],[2.29227,-53.27127],[2.28498,-53.25917],[2.27203,-53.26020],[2.26937,-53.24578],[2.27031,-53.22948],[2.25968,-53.22724],[2.25616,-53.23548],[2.24501,-53.24990],[2.25230,-53.25617],[2.24956,-53.26072],[2.22752,-53.25746],[2.22331,-53.26269],[2.22108,-53.27780],[2.20222,-53.27883],[2.19518,-53.28672],[2.18884,-53.28544],[2.18669,-53.27926],[2.19064,-53.27505],[2.18824,-53.25960],[2.19887,-53.25076],[2.20024,-53.24381],[2.20745,-53.23995],[2.20556,-53.23291],[2.19441,-53.22475],[2.19261,-53.21480],[2.20059,-53.20097],[2.19896,-53.18604],[2.20680,-53.14779],[2.21323,-53.10195],[2.21074,-53.07861],[2.18454,-53.05456],[2.17219,-53.03997],[2.17081,-53.02100],[2.16833,-53.00804],[2.16267,-52.98315],[2.16738,-52.96924],[2.17714,-52.93818],[2.18795,-52.93706],[2.19223,-52.93268],[2.18760,-52.92427],[2.18717,-52.91165],[2.18563,-52.90685],[2.18803,-52.90238],[2.20038,-52.89715],[2.20741,-52.89028],[2.22611,-52.88093],[2.23529,-52.88402],[2.23657,-52.87629],[2.25338,-52.86711],[2.25664,-52.86531],[2.26119,-52.85329],[2.27071,-52.84943],[2.27877,-52.85303],[2.27851,-52.83767],[2.28537,-52.83303],[2.28683,-52.83870],[2.29241,-52.83089],[2.29258,-52.82067],[2.29790,-52.80377],[2.30836,-52.78360],[2.31410,-52.77578],[2.32654,-52.75476],[2.34395,-52.71493],[2.35030,-52.71656],[2.35930,-52.70772],[2.36736,-52.69141],[2.36925,-52.67931],[2.36925,-52.67356],[2.37474,-52.65811],[2.38897,-52.65468],[2.39720,-52.65185],[2.40021,-52.65554],[2.41821,-52.64155],[2.43082,-52.64292],[2.44085,-52.63219],[2.44240,-52.62584],[2.44300,-52.61494],[2.44806,-52.61219],[2.45537,-52.60974],[2.46111,-52.61995],[2.46617,-52.62296],[2.47809,-52.60571],[2.48024,-52.59463],[2.48693,-52.59000],[2.49919,-52.58116],[2.50862,-52.57043],[2.51651,-52.55953],[2.51771,-52.55318],[2.53340,-52.54957],[2.54886,-52.55927],[2.55641,-52.55284],[2.56078,-52.54940],[2.55770,-52.53825],[2.55950,-52.53473],[2.56533,-52.53782],[2.57767,-52.52888],[2.58308,-52.52433],[2.59757,-52.53016],[2.60906,-52.54038],[2.61077,-52.54544],[2.61789,-52.54184],[2.62620,-52.54192],[2.63452,-52.55025],[2.64301,-52.55016],[2.65278,-52.54510],[2.64730,-52.53025],[2.65990,-52.52476],[2.67362,-52.51969],[2.68562,-52.51566],[2.69766,-52.50636],[2.71163,-52.50224],[2.72664,-52.49357],[2.74935,-52.47683],[2.75604,-52.47675],[2.75899,-52.47876],[2.76576,-52.47172],[2.77922,-52.47524],[2.83365,-52.44786],[2.89194,-52.41837],[2.89229,-52.41031],[2.89854,-52.40533],[2.89529,-52.39108],[2.90617,-52.38473],[2.91484,-52.37451],[2.92324,-52.37486],[2.92135,-52.38481],[2.94192,-52.38859],[2.95478,-52.37743],[2.98187,-52.36696],[2.99164,-52.36799],[2.99952,-52.35906],[3.01204,-52.36370],[3.02198,-52.35151],[3.03998,-52.34653],[3.07924,-52.32302],[3.09758,-52.34362],[3.10804,-52.34362],[3.12003,-52.33589],[3.12466,-52.34980],[3.13426,-52.35031],[3.13426,-52.33486],[3.16628,-52.33256],[3.17039,-52.32861],[3.17382,-52.30904],[3.17450,-52.29187],[3.19833,-52.30286],[3.22695,-52.29067],[3.24186,-52.26527],[3.25129,-52.26183],[3.25249,-52.25222],[3.23740,-52.24175],[3.24443,-52.23025],[3.26791,-52.21617],[3.30186,-52.18869],[3.31574,-52.18732],[3.39200,-52.14062],[3.44240,-52.11116],[3.46108,-52.09794],[3.47701,-52.08901],[3.48832,-52.08455],[3.51180,-52.06670],[3.51951,-52.06292],[3.52550,-52.05691],[3.58116,-52.02871],[3.60344,-52.00914],[3.62365,-51.99180],[3.63547,-51.98786],[3.66083,-51.98717],[3.66939,-51.98459],[3.70618,-51.97056],[3.72725,-51.94567],[3.72537,-51.92747],[3.72965,-51.91872],[3.76528,-51.92061],[3.78789,-51.91597],[3.79799,-51.88902],[3.80810,-51.87220],[3.83157,-51.85555],[3.85041,-51.83272],[3.85811,-51.82379],[3.87181,-51.81761],[3.88466,-51.79873],[3.91737,-51.78379],[3.93963,-51.78087],[3.96738,-51.77984],[3.99358,-51.75719],[4.01173,-51.72663],[4.03690,-51.68251],[4.04975,-51.65814],[4.11014,-51.64020],[4.17297,-51.61239],[4.31253,-51.62905],[5.46987,-51.25072],[6.43145,-53.77208]], // Gibraltar - GI: [[36.15289,-5.33874], [36.15513,-5.34541], [36.15492,-5.35343], [36.15215,-5.37120], [36.12782,-5.39186], [36.09024,-5.36725], [36.10071,-5.31670], [36.15167,-5.32028]], + GI: [[36.15289,-5.33874],[36.15513,-5.34541],[36.15492,-5.35343],[36.15215,-5.37120],[36.12782,-5.39186],[36.09024,-5.36725],[36.10071,-5.31670],[36.15167,-5.32028]], // Guadeloupe - GP: [[16.39074,-62.00221], [16.68037,-61.46388], [16.41708,-60.81019], [15.69124,-61.11369], [15.72164,-61.95277]], + GP: [[16.39074,-62.00221],[16.68037,-61.46388],[16.41708,-60.81019],[15.69124,-61.11369],[15.72164,-61.95277]], // Croatia - HR: [[45.48028,13.58478], [45.47228,13.59426], [45.46767,13.60173], [45.46497,13.60945], [45.46442,13.61821], [45.46370,13.62246], [45.46253,13.62392], [45.46283,13.62752], [45.46135,13.63065], [45.45982,13.64211], [45.45651,13.65087], [45.45410,13.65172], [45.45241,13.65494], [45.45283,13.65782], [45.45187,13.65966], [45.45217,13.66147], [45.45127,13.66310], [45.44904,13.66353], [45.44687,13.66541], [45.44751,13.66786], [45.44570,13.67121], [45.44365,13.67280], [45.44269,13.67571], [45.44308,13.67739], [45.44440,13.67601], [45.44480,13.67889], [45.44404,13.68013], [45.44594,13.68481], [45.44748,13.68494], [45.44853,13.68949], [45.45003,13.69198], [45.45079,13.69219], [45.45440,13.69730], [45.45434,13.70189], [45.45648,13.70241], [45.45789,13.70799], [45.45630,13.70846], [45.45560,13.70730], [45.45274,13.70859], [45.45674,13.72472], [45.45905,13.72429], [45.46020,13.72674], [45.45996,13.72850], [45.45887,13.73090], [45.45942,13.73206], [45.46020,13.73726], [45.46155,13.73927], [45.46179,13.74258], [45.46110,13.74532], [45.46071,13.74592], [45.46110,13.74871], [45.46089,13.75060], [45.46276,13.75944], [45.46501,13.76206], [45.46685,13.76425], [45.46748,13.76618], [45.46739,13.76768], [45.46715,13.76845], [45.46604,13.76876], [45.46544,13.76970], [45.46541,13.77086], [45.46592,13.77236], [45.46544,13.77554], [45.46426,13.77605], [45.46423,13.77674], [45.46685,13.78069], [45.46580,13.78223], [45.46589,13.78420], [45.46661,13.78644], [45.46519,13.78940], [45.46330,13.79772], [45.45975,13.80253], [45.45920,13.80523], [45.45743,13.80596], [45.45719,13.80781], [45.45550,13.80832], [45.45379,13.80433], [45.45303,13.80369], [45.45379,13.80708], [45.45364,13.80914], [45.45201,13.80695], [45.45102,13.80716], [45.44921,13.80515], [45.44864,13.80562], [45.44695,13.80549], [45.44596,13.80395], [45.44424,13.80347], [45.44361,13.80485], [45.44346,13.80755], [45.44265,13.81077], [45.44102,13.81472], [45.43738,13.81558], [45.43455,13.81515], [45.43431,13.81837], [45.43545,13.81987], [45.43491,13.82403], [45.43569,13.82665], [45.43488,13.83652], [45.43479,13.83922], [45.43419,13.84064], [45.43277,13.85107], [45.43117,13.85167], [45.42946,13.85514], [45.42632,13.85441], [45.42675,13.85815], [45.42861,13.86111], [45.42747,13.86652], [45.42657,13.88639], [45.43000,13.88682], [45.43795,13.89209], [45.43885,13.89441], [45.43891,13.89694], [45.43958,13.89664], [45.44211,13.89677], [45.44301,13.89956], [45.44515,13.90179], [45.44581,13.90591], [45.44938,13.90962], [45.45106,13.90919], [45.45392,13.91503], [45.45353,13.92155], [45.45248,13.92335], [45.45275,13.92421], [45.45437,13.92558], [45.45428,13.94378], [45.45669,13.94670], [45.45579,13.95713], [45.44787,13.97074], [45.45019,13.97233], [45.45603,13.98448], [45.45853,13.98516], [45.45868,13.98649], [45.46157,13.98465], [45.46428,13.98619], [45.46711,13.98611], [45.46876,13.98469], [45.47063,13.98800], [45.47012,13.99027], [45.47207,13.99632], [45.47969,13.98923], [45.48092,13.98661], [45.48249,13.98606], [45.48270,13.98786], [45.48240,13.99219], [45.48739,13.98537], [45.48986,13.98335], [45.49398,13.97584], [45.49582,13.96979], [45.49582,13.96563], [45.50601,13.96185], [45.50896,13.96610], [45.51245,13.96876], [45.51525,13.97447], [45.51525,13.97769], [45.51119,13.98391], [45.50977,13.98807], [45.50824,14.00108], [45.51407,13.99713], [45.51627,13.99756], [45.52042,14.00198], [45.52006,14.01150], [45.51134,14.02683], [45.50693,14.03056], [45.49833,14.04318], [45.49860,14.04940], [45.49676,14.05262], [45.49375,14.05661], [45.49418,14.05957], [45.48810,14.06893], [45.48542,14.07120], [45.48476,14.07438], [45.48224,14.09183], [45.48308,14.10230], [45.48128,14.11904], [45.47562,14.13509], [45.47568,14.14376], [45.48116,14.15114], [45.48134,14.15560], [45.47965,14.17292], [45.47815,14.18133], [45.47496,14.18734], [45.47478,14.19095], [45.46978,14.20717], [45.47857,14.20614], [45.47977,14.20846], [45.48242,14.20597], [45.48964,14.21000], [45.48946,14.21180], [45.49343,14.21378], [45.49235,14.21549], [45.49349,14.21867], [45.49662,14.22150], [45.50161,14.22253], [45.50576,14.23129], [45.50637,14.23790], [45.50582,14.24571], [45.50017,14.24974], [45.49794,14.25051], [45.49710,14.25326], [45.49060,14.25918], [45.48308,14.26536], [45.48260,14.26837], [45.48561,14.27060], [45.48663,14.27377], [45.48898,14.27437], [45.49084,14.27978], [45.49060,14.28622], [45.48507,14.29163], [45.48061,14.30628], [45.48349,14.31752], [45.47332,14.32027], [45.47043,14.32345], [45.46953,14.32611], [45.47290,14.32791], [45.47483,14.33169], [45.47633,14.33323], [45.47766,14.33606], [45.47988,14.33812], [45.48145,14.34216], [45.48494,14.34713], [45.48560,14.35005], [45.48434,14.35992], [45.48578,14.36147], [45.48404,14.36361], [45.48837,14.37863], [45.49420,14.38696], [45.49487,14.39108], [45.49408,14.39417], [45.50022,14.39932], [45.50311,14.39743], [45.50551,14.40644], [45.50816,14.41365], [45.51021,14.41528], [45.50997,14.42310], [45.50774,14.42824], [45.50985,14.43262], [45.51111,14.43648], [45.51673,14.44104], [45.51986,14.45099], [45.52040,14.45580], [45.52365,14.46026], [45.53387,14.47485], [45.53513,14.48155], [45.53640,14.48352], [45.53766,14.48927], [45.55034,14.49837], [45.55184,14.49691], [45.55329,14.49794], [45.55846,14.49786], [45.56086,14.49614], [45.56483,14.49631], [45.56861,14.50060], [45.57268,14.49819], [45.57700,14.49888], [45.58025,14.50119], [45.58271,14.50523], [45.58571,14.50574], [45.58782,14.50677], [45.59448,14.50660], [45.60691,14.50059], [45.60901,14.50094], [45.60739,14.51235], [45.60901,14.51647], [45.61040,14.51741], [45.61094,14.52660], [45.61532,14.53595], [45.62372,14.54497], [45.62521,14.54470], [45.62828,14.54770], [45.63290,14.54959], [45.63950,14.55525], [45.64664,14.56092], [45.65006,14.56409], [45.65804,14.56650], [45.67357,14.56899], [45.67267,14.57525], [45.67010,14.57894], [45.66626,14.58049], [45.66524,14.58358], [45.66740,14.58547], [45.66992,14.59851], [45.66476,14.60933], [45.66188,14.60787], [45.65840,14.61096], [45.65690,14.60864], [45.64532,14.60375], [45.64208,14.60023], [45.63404,14.60212], [45.62725,14.59628], [45.62617,14.59963], [45.62221,14.60589], [45.62137,14.60898], [45.61876,14.61053], [45.61687,14.61362], [45.61702,14.61911], [45.61347,14.62310], [45.61419,14.62486], [45.61341,14.62516], [45.61449,14.62778], [45.60972,14.62842], [45.60813,14.63070], [45.60714,14.63031], [45.60549,14.63177], [45.60444,14.63181], [45.60327,14.63353], [45.60372,14.63606], [45.60462,14.63735], [45.60417,14.64018], [45.60300,14.64190], [45.60086,14.64147], [45.60074,14.64409], [45.59612,14.64911], [45.59195,14.65207], [45.59201,14.65778], [45.59083,14.65928], [45.59086,14.66335], [45.58975,14.66464], [45.59053,14.66696], [45.58972,14.66902], [45.59029,14.67159], [45.58891,14.68086], [45.58594,14.68202], [45.58600,14.68391], [45.58465,14.68541], [45.58336,14.68430], [45.58264,14.68533], [45.58207,14.68936], [45.57978,14.69121], [45.57849,14.69069], [45.57780,14.69301], [45.57293,14.69451], [45.57134,14.69421], [45.57080,14.69485], [45.57074,14.69657], [45.56833,14.69833], [45.56647,14.69782], [45.56377,14.69919], [45.56256,14.70078], [45.56172,14.69880], [45.55779,14.69769], [45.55680,14.69640], [45.55529,14.69567], [45.55529,14.69159], [45.55298,14.68940], [45.55065,14.69118], [45.54770,14.69110], [45.54575,14.68801], [45.54358,14.68925], [45.54178,14.68771], [45.53959,14.68865], [45.53652,14.68711], [45.53520,14.68569], [45.53321,14.68659], [45.53099,14.68668], [45.52681,14.69106], [45.52804,14.69342], [45.52552,14.70033], [45.52747,14.70187], [45.52997,14.70243], [45.53216,14.70105], [45.53442,14.70234], [45.53547,14.70548], [45.53493,14.70809], [45.53324,14.71101], [45.53472,14.71256], [45.53496,14.71341], [45.53379,14.71560], [45.53445,14.72123], [45.53216,14.72569], [45.53069,14.72620], [45.53006,14.72861], [45.52864,14.73157], [45.53006,14.73547], [45.52639,14.73796], [45.52437,14.73861], [45.52311,14.74170], [45.51905,14.74780], [45.51920,14.74917], [45.51734,14.75187], [45.51448,14.75681], [45.51123,14.75827], [45.51072,14.75951], [45.51187,14.76149], [45.51247,14.76865], [45.51160,14.76990], [45.50967,14.76848], [45.50865,14.76711], [45.50705,14.76741], [45.50600,14.76874], [45.50778,14.77213], [45.50711,14.78634], [45.50399,14.78938], [45.50272,14.78921], [45.50137,14.78689], [45.50080,14.78814], [45.50038,14.79015], [45.50140,14.79153], [45.50317,14.79359], [45.50338,14.79530], [45.50266,14.79663], [45.50155,14.79724], [45.49902,14.80020], [45.49729,14.80064], [45.49702,14.80262], [45.49536,14.80382], [45.49359,14.80270], [45.49217,14.79940], [45.48944,14.80056], [45.48712,14.80579], [45.48098,14.80678], [45.47884,14.80554], [45.47737,14.80871], [45.47632,14.80914], [45.47289,14.81408], [45.47195,14.81605], [45.46912,14.81665], [45.46645,14.81596], [45.46012,14.81751], [45.45946,14.81867], [45.46031,14.81970], [45.46112,14.82553], [45.46109,14.82953], [45.46076,14.83270], [45.46211,14.83798], [45.46241,14.84472], [45.46473,14.85566], [45.46633,14.85867], [45.46699,14.86111], [45.46614,14.86802], [45.46726,14.87098], [45.47222,14.87424], [45.47280,14.88124], [45.47517,14.88626], [45.47635,14.89210], [45.47635,14.89617], [45.47544,14.90162], [45.47587,14.90433], [45.47743,14.90836], [45.48047,14.91094], [45.48227,14.91162], [45.48408,14.91132], [45.48739,14.91016], [45.48958,14.91104], [45.49177,14.91335], [45.49367,14.91554], [45.49532,14.91541], [45.49629,14.91400], [45.49815,14.91177], [45.50095,14.91151], [45.50248,14.91262], [45.50372,14.91657], [45.50510,14.91623], [45.51048,14.91305], [45.51636,14.91369], [45.51846,14.91369], [45.52005,14.91494], [45.52072,14.91687], [45.52180,14.91871], [45.52345,14.91983], [45.52655,14.92022], [45.52775,14.92219], [45.52802,14.92558], [45.52937,14.93155], [45.52607,14.93738], [45.52375,14.94356], [45.52008,14.94828], [45.51738,14.95391], [45.51452,14.95691], [45.51061,14.96356], [45.50995,14.96824], [45.50583,14.97107], [45.49996,14.97871], [45.49768,14.98407], [45.49593,14.98901], [45.49641,14.99592], [45.49614,14.99918], [45.49738,15.00467], [45.49765,15.01201], [45.49647,15.01442], [45.49386,15.01515], [45.49280,15.01772], [45.49061,15.02356], [45.48664,15.02476], [45.48567,15.02678], [45.48564,15.02793], [45.48643,15.03334], [45.48766,15.04124], [45.48895,15.04464], [45.49319,15.04764], [45.49415,15.05005], [45.49427,15.05296], [45.49412,15.05554], [45.49259,15.05747], [45.48916,15.05880], [45.48820,15.06082], [45.48787,15.06438], [45.48799,15.07043], [45.48618,15.07322], [45.48284,15.07691], [45.48239,15.07863], [45.48317,15.08421], [45.48287,15.08622], [45.48206,15.08631], [45.48074,15.08605], [45.47776,15.08451], [45.47445,15.08451], [45.46840,15.08459], [45.46614,15.08661], [45.46376,15.09459], [45.46313,15.10382], [45.46054,15.10635], [45.45527,15.11219], [45.45007,15.11987], [45.44690,15.12270], [45.44516,15.13214], [45.44495,15.13734], [45.44353,15.13965], [45.44058,15.14030], [45.43585,15.14528], [45.43146,15.14631], [45.42576,15.15472], [45.42414,15.16124], [45.42179,15.16699], [45.42332,15.17137], [45.42161,15.17708], [45.42284,15.18102], [45.42721,15.18819], [45.42980,15.18986], [45.43209,15.18875], [45.43441,15.18918], [45.43655,15.19394], [45.43546,15.19574], [45.42691,15.20171], [45.42567,15.20712], [45.42510,15.21102], [45.42555,15.21613], [45.42561,15.22154], [45.42673,15.22561], [45.42835,15.22733], [45.43197,15.22819], [45.43573,15.22767], [45.44766,15.23836], [45.45410,15.24486], [45.45768,15.25473], [45.46009,15.26121], [45.46231,15.26744], [45.46523,15.27147], [45.46590,15.27478], [45.46566,15.27868], [45.46265,15.28542], [45.46078,15.29301], [45.45861,15.29928], [45.45656,15.31560], [45.45569,15.32023], [45.45234,15.32723], [45.45704,15.33899], [45.45641,15.34598], [45.46463,15.34933], [45.46920,15.35555], [45.47266,15.35632], [45.47745,15.36049], [45.48097,15.36967], [45.48494,15.37860], [45.48587,15.38555], [45.48924,15.38576], [45.49008,15.38061], [45.49213,15.37800], [45.49469,15.37233], [45.49769,15.37117], [45.49772,15.36911], [45.49451,15.36495], [45.49475,15.36242], [45.49730,15.35963], [45.50142,15.35454], [45.50954,15.33398], [45.51414,15.32776], [45.52027,15.32621], [45.52162,15.32102], [45.52222,15.31591], [45.52577,15.31359], [45.53167,15.31411], [45.53221,15.31230], [45.53188,15.30677], [45.53626,15.30132], [45.54291,15.30119], [45.54750,15.29848], [45.55637,15.29926], [45.56502,15.29823], [45.57481,15.29973], [45.58043,15.29956], [45.58485,15.29844], [45.59079,15.29196], [45.59301,15.28737], [45.59857,15.28119], [45.60422,15.27678], [45.60779,15.28142], [45.61242,15.29313], [45.61233,15.30545], [45.61422,15.30828], [45.61917,15.30575], [45.62268,15.30163], [45.62706,15.30245], [45.62926,15.30137], [45.63232,15.30635], [45.63511,15.32893], [45.63370,15.33480], [45.63304,15.34124], [45.63697,15.35133], [45.63877,15.35270], [45.64003,15.35081], [45.64102,15.34811], [45.64135,15.34356], [45.64321,15.34163], [45.64534,15.34244], [45.64606,15.34399], [45.64669,15.35158], [45.64417,15.36485], [45.64594,15.37004], [45.64549,15.37240], [45.64312,15.37163], [45.64123,15.37497], [45.64084,15.38102], [45.64017,15.38320], [45.63813,15.38577], [45.63747,15.38933], [45.63795,15.39230], [45.64209,15.39929], [45.64620,15.40199], [45.64768,15.40606], [45.65005,15.40538], [45.64957,15.40310], [45.65143,15.39714], [45.65515,15.39400], [45.66130,15.39379], [45.66265,15.39066], [45.66663,15.39091], [45.66744,15.38902], [45.67134,15.38370], [45.67392,15.38400], [45.67503,15.37933], [45.67701,15.37636], [45.68064,15.37430], [45.68529,15.36843], [45.68969,15.36933], [45.68867,15.36602], [45.68628,15.36297], [45.68352,15.36392], [45.67872,15.36328], [45.67476,15.35963], [45.67542,15.35838], [45.67506,15.35752], [45.67647,15.35435], [45.67317,15.35611], [45.67068,15.35156], [45.67053,15.34847], [45.67365,15.34748], [45.67584,15.34903], [45.67794,15.34791], [45.67953,15.34920], [45.68244,15.34984], [45.68397,15.34971], [45.68625,15.35392], [45.68628,15.35684], [45.68547,15.35971], [45.68885,15.36044], [45.69260,15.36383], [45.69482,15.36310], [45.69659,15.36431], [45.69884,15.36216], [45.69695,15.35950], [45.69728,15.35821], [45.69881,15.35692], [45.70285,15.35705], [45.70751,15.35908], [45.71165,15.35865], [45.71339,15.35719], [45.71396,15.35328], [45.71354,15.35144], [45.71405,15.34934], [45.71189,15.34539], [45.71432,15.34200], [45.71387,15.33994], [45.71201,15.33895], [45.71042,15.33663], [45.70871,15.33783], [45.70859,15.33569], [45.70632,15.33513], [45.70443,15.33556], [45.70062,15.33174], [45.69825,15.32683], [45.69594,15.32030], [45.69318,15.31932], [45.68862,15.32091], [45.68673,15.32048], [45.68518,15.32284], [45.67912,15.32571], [45.67492,15.32687], [45.67338,15.32269], [45.67407,15.31814], [45.67802,15.31685], [45.68345,15.31183], [45.68576,15.30835], [45.68888,15.30518], [45.69053,15.30848], [45.69475,15.30887], [45.69718,15.31067], [45.69811,15.30878], [45.69664,15.30805], [45.69739,15.30483], [45.69889,15.30393], [45.69709,15.30166], [45.69670,15.29977], [45.69331,15.30067], [45.69700,15.30385], [45.69484,15.30578], [45.69283,15.30599], [45.69209,15.30144], [45.68957,15.29844], [45.68762,15.30046], [45.68819,15.30269], [45.68771,15.30265], [45.68549,15.29938], [45.68867,15.29505], [45.69113,15.29230], [45.69182,15.28810], [45.69685,15.28655], [45.69943,15.28733], [45.70051,15.28874], [45.70587,15.28681], [45.71016,15.28179], [45.70599,15.27437], [45.70716,15.26909], [45.71672,15.26582], [45.71879,15.26080], [45.71798,15.25746], [45.72041,15.25759], [45.72454,15.25857], [45.72715,15.26162], [45.73296,15.26883], [45.73756,15.27401], [45.74017,15.27392], [45.74098,15.27457], [45.74002,15.27766], [45.74295,15.27770], [45.74412,15.28092], [45.74322,15.28263], [45.74415,15.28409], [45.74601,15.28525], [45.74586,15.28778], [45.74840,15.29409], [45.75221,15.29559], [45.75517,15.29980], [45.75595,15.30589], [45.75550,15.30697], [45.75718,15.31023], [45.75739,15.31190], [45.76035,15.31692], [45.76044,15.32405], [45.76326,15.33194], [45.76990,15.34439], [45.76990,15.34606], [45.77343,15.35164], [45.77394,15.35945], [45.77709,15.36113], [45.77649,15.36876], [45.78098,15.37469], [45.77948,15.38147], [45.78169,15.38499], [45.78433,15.38627], [45.78894,15.39228], [45.79028,15.39722], [45.79148,15.39778], [45.79313,15.40464], [45.79169,15.40808], [45.79525,15.41215], [45.79504,15.41752], [45.79678,15.42189], [45.79585,15.42623], [45.79552,15.43438], [45.79423,15.43636], [45.79586,15.43975], [45.79604,15.44747], [45.79544,15.45640], [45.79406,15.46301], [45.79759,15.47451], [45.80292,15.47082], [45.80801,15.46910], [45.81130,15.46962], [45.81489,15.46618], [45.81806,15.46515], [45.81871,15.46507], [45.81824,15.47270], [45.82045,15.47734], [45.82464,15.47657], [45.82864,15.47888], [45.83026,15.48712], [45.83253,15.49219], [45.83163,15.49519], [45.82996,15.49639], [45.82882,15.50472], [45.82242,15.50197], [45.82224,15.51021], [45.82398,15.51287], [45.82141,15.52043], [45.82332,15.52206], [45.82458,15.52798], [45.82852,15.53227], [45.82990,15.53476], [45.83277,15.53459], [45.83636,15.53862], [45.84425,15.53656], [45.84844,15.53802], [45.84652,15.55193], [45.84186,15.55244], [45.83564,15.55957], [45.84413,15.56188], [45.84963,15.56961], [45.85465,15.57184], [45.84844,15.58145], [45.84658,15.59261], [45.84497,15.59828], [45.84042,15.61046], [45.83714,15.61501], [45.83576,15.61398], [45.83654,15.61716], [45.83211,15.62626], [45.83307,15.62978], [45.82972,15.63501], [45.82547,15.63518], [45.82365,15.63953], [45.82072,15.64201], [45.82945,15.64931], [45.83143,15.65094], [45.83771,15.66030], [45.84177,15.66570], [45.84189,15.66819], [45.84111,15.66982], [45.84165,15.67841], [45.84345,15.68004], [45.84291,15.68991], [45.84398,15.69351], [45.84817,15.69386], [45.84960,15.69583], [45.84919,15.69969], [45.84709,15.70098], [45.84470,15.70433], [45.84662,15.70871], [45.85445,15.70124], [45.86102,15.69283], [45.86210,15.68459], [45.86927,15.67678], [45.87453,15.68218], [45.87483,15.67969], [45.87734,15.67849], [45.88343,15.68064], [45.88278,15.68811], [45.89072,15.67884], [45.89574,15.68313], [45.89622,15.67952], [45.90518,15.67901], [45.91210,15.69016], [45.91317,15.68853], [45.91526,15.69497], [45.91544,15.69763], [45.92010,15.69908], [45.92201,15.70320], [45.92058,15.70552], [45.92464,15.70535], [45.92673,15.70269], [45.93121,15.70535], [45.93258,15.70741], [45.93962,15.70715], [45.93944,15.71093], [45.94153,15.70775], [45.94673,15.70698], [45.95782,15.70930], [45.96409,15.70878], [45.97554,15.70518], [45.98049,15.70303], [45.98741,15.70235], [45.98759,15.70020], [45.99111,15.70046], [45.98998,15.70329], [45.99505,15.69943], [45.99904,15.69926], [46.00154,15.70192], [46.00050,15.70432], [46.00396,15.70698], [46.00479,15.71144], [46.00962,15.70990], [46.01213,15.70938], [46.01350,15.70475], [46.01594,15.70526], [46.01803,15.70767], [46.01809,15.71033], [46.01970,15.71102], [46.02131,15.71333], [46.02285,15.71153], [46.02822,15.71488], [46.03293,15.71634], [46.03585,15.71565], [46.03853,15.71857], [46.03787,15.72192], [46.04139,15.72235], [46.04246,15.72398], [46.04186,15.72938], [46.04401,15.73136], [46.04597,15.72818], [46.04764,15.72741], [46.04925,15.72372], [46.05187,15.72277], [46.05735,15.71393], [46.05926,15.71393], [46.05765,15.71076], [46.06003,15.70183], [46.06224,15.69007], [46.06438,15.68638], [46.06712,15.68501], [46.06640,15.68338], [46.06885,15.67917], [46.07027,15.67969], [46.06962,15.67643], [46.07039,15.67308], [46.07307,15.66759], [46.06992,15.66372], [46.07039,15.65986], [46.07188,15.65651], [46.08046,15.65832], [46.08075,15.65574], [46.08397,15.65445], [46.08206,15.65265], [46.08278,15.64724], [46.08635,15.64716], [46.08683,15.64372], [46.08367,15.64106], [46.08272,15.63497], [46.08314,15.63154], [46.08683,15.62476], [46.09087,15.61815], [46.09218,15.61789], [46.09439,15.62201], [46.09879,15.62364], [46.09861,15.61566], [46.10040,15.61240], [46.10593,15.61240], [46.10635,15.60931], [46.11200,15.60416], [46.11658,15.60424], [46.11831,15.60750], [46.12105,15.60828], [46.12331,15.60630], [46.12497,15.60888], [46.12711,15.60853], [46.13223,15.61128], [46.13699,15.60956], [46.13657,15.60725], [46.14020,15.60261], [46.14163,15.60107], [46.14323,15.59652], [46.14704,15.59454], [46.15007,15.60055], [46.15358,15.61317], [46.15898,15.60939], [46.16094,15.60124], [46.16552,15.60707], [46.16754,15.60699], [46.17200,15.61488], [46.17289,15.62124], [46.17592,15.62862], [46.17937,15.63265], [46.18293,15.63780], [46.18578,15.63488], [46.18751,15.64115], [46.18697,15.64407], [46.19256,15.64810], [46.19808,15.64578], [46.20325,15.64613], [46.20361,15.64767], [46.20592,15.64278], [46.20723,15.64046], [46.21240,15.64175], [46.21341,15.64484], [46.21786,15.64647], [46.21792,15.65239], [46.21947,15.65351], [46.21941,15.65909], [46.22059,15.65969], [46.22333,15.66698], [46.22398,15.67033], [46.22748,15.67239], [46.22724,15.67891], [46.22695,15.68381], [46.22493,15.68673], [46.22368,15.69617], [46.22267,15.70449], [46.22374,15.70956], [46.22267,15.71805], [46.22350,15.72724], [46.22244,15.72913], [46.22101,15.72973], [46.21935,15.72715], [46.21786,15.72861], [46.21650,15.73187], [46.21875,15.73445], [46.22065,15.73548], [46.22184,15.74046], [46.22137,15.74595], [46.22042,15.75290], [46.21911,15.75496], [46.21632,15.75539], [46.21281,15.75196], [46.21074,15.75187], [46.20919,15.75273], [46.20735,15.75685], [46.20866,15.76389], [46.21043,15.76987], [46.21304,15.77759], [46.21589,15.78240], [46.21862,15.78703], [46.22528,15.78909], [46.22813,15.79313], [46.23679,15.79287], [46.23762,15.79604], [46.23739,15.79922], [46.24024,15.79862], [46.24267,15.80042], [46.24868,15.79653], [46.25082,15.79610], [46.25444,15.79207], [46.25949,15.79001], [46.26067,15.79670], [46.26038,15.80211], [46.26251,15.81044], [46.26233,15.82288], [46.26311,15.83086], [46.26489,15.83498], [46.26601,15.84005], [46.26661,15.84751], [46.26589,15.84872], [46.26726,15.85730], [46.26898,15.86477], [46.27379,15.86734], [46.27568,15.86605], [46.28013,15.87361], [46.28120,15.87919], [46.28073,15.88494], [46.28423,15.89652], [46.28915,15.89876], [46.28962,15.90185], [46.28784,15.90416], [46.29010,15.91395], [46.28767,15.91609], [46.28565,15.91601], [46.28743,15.92219], [46.28725,15.92442], [46.28945,15.92931], [46.28903,15.93189], [46.29034,15.93403], [46.28992,15.93850], [46.29134,15.94373], [46.29466,15.94794], [46.29472,15.95412], [46.29698,15.95738], [46.29704,15.96201], [46.29947,15.96622], [46.30629,15.96939], [46.30901,15.97300], [46.30931,15.97561], [46.31275,15.97672], [46.31145,15.98367], [46.30984,15.98376], [46.31174,15.98831], [46.31512,15.98874], [46.31512,15.99063], [46.31014,15.99955], [46.30830,16.00058], [46.30807,16.00367], [46.31038,16.01105], [46.30949,16.01466], [46.31210,16.01689], [46.31471,16.02153], [46.32099,16.01981], [46.32075,16.01749], [46.32472,16.02127], [46.32680,16.02753], [46.32917,16.02590], [46.33207,16.02736], [46.33758,16.03723], [46.33758,16.04453], [46.33539,16.04899], [46.33569,16.05371], [46.33818,16.05569], [46.34197,16.06144], [46.34244,16.06448], [46.34173,16.06817], [46.33971,16.06877], [46.34131,16.07151], [46.34428,16.07306], [46.34457,16.07598], [46.34671,16.07718], [46.35536,16.07392], [46.35713,16.07417], [46.36146,16.07160], [46.36483,16.07194], [46.36525,16.07083], [46.37040,16.06636], [46.37381,16.06234], [46.37429,16.06054], [46.37624,16.06045], [46.37825,16.05513], [46.37985,16.05487], [46.38015,16.05153], [46.38204,16.04998], [46.38548,16.05273], [46.38690,16.05479], [46.38820,16.05333], [46.39383,16.05814], [46.38879,16.08843], [46.40300,16.13238], [46.40501,16.13890], [46.40531,16.14474], [46.40430,16.15203], [46.39886,16.16165], [46.38672,16.18525], [46.38755,16.18886], [46.38631,16.19117], [46.37849,16.18946], [46.38198,16.20508], [46.38577,16.21083], [46.38607,16.21572], [46.37914,16.22087], [46.38743,16.22482], [46.38856,16.23014], [46.38548,16.23718], [46.37985,16.23804], [46.38116,16.24756], [46.37689,16.26473], [46.37926,16.27323], [46.37926,16.30078], [46.38625,16.30301], [46.38885,16.30250], [46.39412,16.30370], [46.39690,16.30584], [46.40188,16.30044], [46.40489,16.29863], [46.40667,16.29546], [46.40827,16.29031], [46.41472,16.28258], [46.41430,16.27323], [46.41555,16.27134], [46.41833,16.27237], [46.41904,16.27443], [46.42247,16.27366], [46.42389,16.27263], [46.42945,16.27237], [46.43683,16.26597], [46.44807,16.26280], [46.45150,16.26469], [46.45682,16.26263], [46.45954,16.25928], [46.46196,16.25851], [46.46581,16.25911], [46.47237,16.25739], [46.47331,16.25499], [46.48153,16.25052], [46.48454,16.24040], [46.49122,16.24203], [46.49584,16.24065], [46.49938,16.24203], [46.49832,16.24563], [46.50104,16.25241], [46.50175,16.26048], [46.50506,16.26331], [46.50500,16.26580], [46.51604,16.26555], [46.51569,16.27027], [46.51811,16.27164], [46.51858,16.27404], [46.51693,16.27224], [46.51646,16.27730], [46.51675,16.28469], [46.51581,16.28460], [46.51652,16.29009], [46.51616,16.29318], [46.51451,16.29361], [46.51504,16.29619], [46.51309,16.29610], [46.51256,16.30116], [46.51380,16.30254], [46.51451,16.30683], [46.51782,16.30709], [46.52059,16.31035], [46.52024,16.31404], [46.52301,16.31421], [46.52307,16.31249], [46.52478,16.31318], [46.52549,16.31747], [46.52827,16.32262], [46.52821,16.32889], [46.52974,16.33395], [46.52750,16.33601], [46.52839,16.33962], [46.53022,16.34082], [46.53482,16.34048], [46.53789,16.34442], [46.54025,16.34425], [46.54267,16.33661], [46.54267,16.34477], [46.54427,16.35284], [46.54645,16.35086], [46.54946,16.35266], [46.54905,16.35575], [46.54657,16.35610], [46.54545,16.35816], [46.54728,16.36099], [46.54675,16.36588], [46.54952,16.36700], [46.55253,16.36485], [46.55560,16.36786], [46.55324,16.37404], [46.55271,16.38236], [46.54982,16.38279], [46.54793,16.38073], [46.54651,16.37429], [46.54669,16.37043], [46.54468,16.37009], [46.54267,16.37343], [46.54114,16.38056], [46.54315,16.38159], [46.54232,16.38502], [46.54020,16.38717], [46.53612,16.38785], [46.53648,16.39669], [46.53795,16.39661], [46.53984,16.40081], [46.53966,16.40305], [46.53766,16.40502], [46.53435,16.40390], [46.53211,16.40322], [46.53057,16.40459], [46.52915,16.40674], [46.52715,16.40802], [46.52750,16.41051], [46.52998,16.41171], [46.53122,16.41000], [46.53341,16.40751], [46.53435,16.40862], [46.53400,16.41137], [46.53157,16.41558], [46.52898,16.41832], [46.52791,16.42502], [46.53087,16.42339], [46.53293,16.42519], [46.53370,16.42794], [46.53199,16.43146], [46.52744,16.43317], [46.52709,16.43480], [46.52886,16.43695], [46.52543,16.44218], [46.52255,16.43858], [46.51652,16.43909], [46.51546,16.44133], [46.51546,16.44321], [46.51788,16.45094], [46.51723,16.45987], [46.52202,16.46184], [46.52213,16.46502], [46.51954,16.46613], [46.51759,16.47171], [46.51133,16.47171], [46.51233,16.47540], [46.51351,16.47789], [46.51127,16.48132], [46.50920,16.48107], [46.50820,16.48948], [46.50300,16.48639], [46.50117,16.48793], [46.50075,16.49111], [46.49786,16.49317], [46.49543,16.50991], [46.49218,16.50802], [46.49272,16.51634], [46.48941,16.51926], [46.48639,16.51669], [46.48492,16.51857], [46.48149,16.51600], [46.48072,16.51042], [46.47901,16.51265], [46.47830,16.51849], [46.47930,16.52278], [46.48060,16.52347], [46.47924,16.53188], [46.47771,16.53325], [46.47351,16.52809], [46.47085,16.52826], [46.47114,16.52534], [46.46925,16.52466], [46.46772,16.52680], [46.46866,16.52963], [46.47120,16.53556], [46.47380,16.53410], [46.47623,16.53753], [46.47794,16.54199], [46.47670,16.54363], [46.47794,16.55041], [46.47617,16.55152], [46.47794,16.56234], [46.47664,16.56345], [46.47451,16.56294], [46.47298,16.56628], [46.47298,16.56895], [46.47215,16.57427], [46.47268,16.57856], [46.47209,16.58319], [46.47386,16.58929], [46.47309,16.59066], [46.46435,16.59066], [46.46316,16.59229], [46.46417,16.59487], [46.47144,16.59292], [46.47741,16.59815], [46.47629,16.60099], [46.47682,16.60656], [46.47286,16.60862], [46.46890,16.61137], [46.46825,16.61601], [46.46523,16.61738], [46.46902,16.62279], [46.46754,16.62862], [46.46281,16.63000], [46.46186,16.63180], [46.46511,16.63532], [46.46482,16.63806], [46.46423,16.64648], [46.46328,16.65386], [46.45932,16.66536], [46.45483,16.66750], [46.45110,16.66519], [46.44850,16.65841], [46.44607,16.65789], [46.44554,16.66004], [46.44684,16.66210], [46.45004,16.66828], [46.44956,16.67291], [46.44767,16.67574], [46.44341,16.67540], [46.44093,16.67978], [46.42786,16.68862], [46.41925,16.69466], [46.41256,16.70136], [46.40634,16.70496], [46.40191,16.71011], [46.39889,16.71578], [46.39362,16.71672], [46.39161,16.72032], [46.39427,16.72273], [46.39853,16.72256], [46.40120,16.72668], [46.40137,16.73500], [46.39906,16.74015], [46.38977,16.73955], [46.38681,16.74178], [46.38604,16.74436], [46.38681,16.74719], [46.38888,16.74985], [46.38882,16.75303], [46.38752,16.75577], [46.38178,16.75783], [46.37959,16.75998], [46.37941,16.76238], [46.38178,16.76436], [46.38521,16.76607], [46.38586,16.76908], [46.38592,16.77174], [46.38119,16.77508], [46.37941,16.77689], [46.37994,16.78041], [46.38373,16.78272], [46.38598,16.78753], [46.38764,16.79251], [46.38550,16.80191], [46.38278,16.80380], [46.37946,16.80277], [46.37733,16.80466], [46.37780,16.81015], [46.37638,16.81256], [46.37188,16.81376], [46.37117,16.81633], [46.37437,16.82045], [46.37348,16.82380], [46.36821,16.82646], [46.36886,16.83058], [46.37348,16.83127], [46.37526,16.83358], [46.37389,16.83891], [46.37004,16.83899], [46.36821,16.83650], [46.36471,16.83676], [46.36406,16.83925], [46.36471,16.84217], [46.36122,16.85195], [46.35492,16.85084], [46.35267,16.85676], [46.35605,16.86362], [46.35368,16.86732], [46.34983,16.86740], [46.34740,16.86225], [46.34509,16.86543], [46.34408,16.87427], [46.34082,16.87530], [46.33750,16.87161], [46.33656,16.87410], [46.33697,16.87976], [46.33585,16.88122], [46.33176,16.88036], [46.32624,16.87410], [46.32328,16.87487], [46.32026,16.87719], [46.31718,16.87753], [46.31445,16.87547], [46.31148,16.87633], [46.30462,16.87832], [46.30041,16.88467], [46.29780,16.88596], [46.29265,16.88776], [46.28138,16.88476], [46.27449,16.90364], [46.26654,16.90810], [46.26174,16.91505], [46.25925,16.92879], [46.25367,16.93703], [46.25011,16.93883], [46.24660,16.94484], [46.24215,16.95110], [46.23978,16.95437], [46.24191,16.95660], [46.24037,16.96072], [46.24067,16.96672], [46.24340,16.96990], [46.24358,16.97393], [46.23966,16.97625], [46.23414,16.97454], [46.22476,16.97402], [46.22440,16.97883], [46.22529,16.98106], [46.22262,16.98475], [46.22565,16.98767], [46.22476,16.99127], [46.22042,16.99651], [46.22333,16.99874], [46.22363,17.00518], [46.21644,17.02080], [46.21656,17.02217], [46.20225,17.05590], [46.20253,17.06722], [46.19766,17.06645], [46.19232,17.07185], [46.18881,17.07657], [46.18851,17.08026], [46.18590,17.08258], [46.18625,17.08524], [46.18875,17.08602], [46.19000,17.08953], [46.18572,17.10370], [46.18209,17.10310], [46.18019,17.10722], [46.17627,17.11125], [46.17972,17.11760], [46.17912,17.12404], [46.17645,17.12533], [46.17288,17.12352], [46.16920,17.12507], [46.16949,17.12910], [46.16837,17.13434], [46.17146,17.13717], [46.17318,17.14017], [46.17051,17.14438], [46.17223,17.15459], [46.16872,17.16120], [46.16634,17.15871], [46.16522,17.15940], [46.16272,17.15734], [46.15826,17.15751], [46.15796,17.15931], [46.15558,17.16146], [46.15701,17.16927], [46.15005,17.18223], [46.14683,17.17855], [46.14463,17.17880], [46.14023,17.18258], [46.13869,17.18078], [46.13274,17.18679], [46.13113,17.18515], [46.13018,17.18095], [46.12875,17.17846], [46.12887,17.17485], [46.12257,17.17726], [46.12298,17.18052], [46.11912,17.18292], [46.11049,17.17640], [46.10722,17.17794], [46.10668,17.18558], [46.11067,17.19279], [46.11275,17.20575], [46.10888,17.20962], [46.11281,17.21039], [46.11465,17.21314], [46.11400,17.21571], [46.11221,17.21871], [46.10775,17.21889], [46.09954,17.20996], [46.09888,17.21253], [46.09942,17.22129], [46.09996,17.23202], [46.09692,17.23485], [46.09341,17.22386], [46.08984,17.22172], [46.08621,17.21863], [46.08257,17.21940], [46.08156,17.22189], [46.08019,17.23365], [46.07662,17.24060], [46.06942,17.23983], [46.06578,17.24146], [46.06489,17.24446], [46.06543,17.25056], [46.06495,17.25245], [46.06304,17.25245], [46.05965,17.24747], [46.05733,17.26489], [46.05772,17.27041], [46.05325,17.27264], [46.04461,17.25805], [46.03347,17.26011], [46.03365,17.27032], [46.03168,17.28234], [46.03275,17.29358], [46.02787,17.29659], [46.02346,17.29384], [46.02176,17.29003], [46.02015,17.27304], [46.01621,17.27149], [46.01353,17.25802], [46.01097,17.25948], [46.00876,17.27192], [46.00191,17.27862], [46.00048,17.28625], [46.00423,17.29999], [46.00298,17.30540], [45.99976,17.30737], [45.99475,17.30376], [45.99189,17.29527], [45.98724,17.29561], [45.98402,17.29853], [45.98217,17.30866], [45.99046,17.31218], [45.99207,17.31896], [45.98974,17.32376], [45.98664,17.32522], [45.98223,17.32136], [45.97990,17.31818], [45.97561,17.31810], [45.97265,17.31068], [45.96925,17.31017], [45.96656,17.31394], [45.96793,17.31875], [45.96895,17.32733], [45.97467,17.33308], [45.98171,17.33660], [45.98440,17.33523], [45.98690,17.32905], [45.99149,17.32604], [45.99610,17.33137], [45.99645,17.33652], [45.99449,17.34150], [45.98393,17.34391], [45.97725,17.34957], [45.97463,17.35446], [45.97630,17.35918], [45.98989,17.36099], [45.99228,17.36536], [45.99204,17.36923], [45.98876,17.37566], [45.98238,17.37532], [45.97594,17.36802], [45.97385,17.36914], [45.97135,17.37669], [45.96771,17.37592], [45.96812,17.36888], [45.96842,17.36244], [45.96663,17.36047], [45.96353,17.36030], [45.96138,17.37326], [45.96592,17.38433], [45.96556,17.38794], [45.96210,17.39343], [45.95768,17.38991], [45.95536,17.38485], [45.95786,17.36828], [45.95828,17.36296], [45.95750,17.35841], [45.95386,17.35712], [45.95195,17.35335], [45.95333,17.34948], [45.95655,17.34845], [45.95929,17.34966], [45.96007,17.34717], [45.95888,17.34322], [45.95404,17.34296], [45.95285,17.34039], [45.94557,17.34433], [45.94211,17.34940], [45.94133,17.35429], [45.94264,17.36013], [45.94837,17.37455], [45.94861,17.37978], [45.94712,17.38588], [45.94473,17.38811], [45.94032,17.38837], [45.93668,17.38562], [45.93148,17.38982], [45.93142,17.39480], [45.94079,17.41171], [45.93530,17.41257], [45.93291,17.41102], [45.93071,17.41231], [45.92742,17.42665], [45.92874,17.43489], [45.93160,17.43746], [45.93697,17.43291], [45.94193,17.42665], [45.94760,17.42750], [45.95076,17.43703], [45.95026,17.44921], [45.94429,17.46560], [45.94190,17.48337], [45.93945,17.51564], [45.93492,17.52706], [45.93432,17.53272], [45.93522,17.54534], [45.93737,17.56328], [45.93164,17.57984], [45.91838,17.59727], [45.90942,17.61563], [45.89455,17.62971], [45.87021,17.64479], [45.86059,17.64968], [45.85372,17.64873], [45.84582,17.65371], [45.83937,17.66075], [45.83494,17.67019], [45.83488,17.67697], [45.83847,17.69053], [45.83709,17.70101], [45.83207,17.70796], [45.83129,17.72813], [45.82950,17.73534], [45.82812,17.74538], [45.81257,17.75860], [45.81209,17.76272], [45.81730,17.76881], [45.81778,17.78503], [45.81000,17.79276], [45.80557,17.80392], [45.80396,17.81164], [45.80617,17.81542], [45.80916,17.81645], [45.81072,17.82383], [45.80910,17.82881], [45.80443,17.83301], [45.79031,17.83130], [45.78534,17.84434], [45.78223,17.85353], [45.77481,17.85301], [45.76948,17.85662], [45.76679,17.86537], [45.76870,17.86795], [45.77625,17.87207], [45.78768,17.89056], [45.79127,17.90361], [45.79175,17.91150], [45.78756,17.92086], [45.78660,17.92893], [45.78780,17.93657], [45.79115,17.94712], [45.79235,17.95425], [45.79019,17.96738], [45.78918,17.97184], [45.79438,17.98738], [45.79546,17.99648], [45.79013,18.00738], [45.77996,18.01991], [45.77762,18.02746], [45.77439,18.04368], [45.77253,18.05759], [45.76661,18.07527], [45.76427,18.08351], [45.76673,18.10136], [45.77235,18.10874], [45.78774,18.11904], [45.78953,18.12471], [45.78828,18.12994], [45.78882,18.14376], [45.78642,18.15406], [45.78325,18.15818], [45.77966,18.16187], [45.77661,18.16659], [45.77631,18.17174], [45.78044,18.17586], [45.78744,18.18651], [45.78702,18.19492], [45.78229,18.20393], [45.77942,18.23036], [45.77128,18.23629], [45.76469,18.24049], [45.76134,18.24401], [45.76283,18.24856], [45.76188,18.25852], [45.75589,18.27603], [45.75804,18.28306], [45.76116,18.29088], [45.76128,18.29577], [45.75822,18.30504], [45.75644,18.31933], [45.75405,18.33409], [45.74770,18.33890], [45.74968,18.34310], [45.75584,18.34593], [45.76333,18.35443], [45.76740,18.35606], [45.76752,18.35778], [45.76656,18.36576], [45.77357,18.36319], [45.76489,18.37958], [45.76489,18.38722], [45.76111,18.39348], [45.75782,18.39340], [45.75357,18.39803], [45.75573,18.39838], [45.75567,18.40018], [45.75057,18.39992], [45.74860,18.39692], [45.74512,18.39889], [45.73949,18.40954], [45.74153,18.42112], [45.74213,18.42842], [45.73889,18.43486], [45.73875,18.44362], [45.73804,18.44611], [45.74654,18.44877], [45.74948,18.44714], [45.75798,18.44774], [45.76014,18.44405], [45.77008,18.45633], [45.76654,18.46508], [45.76690,18.48199], [45.77671,18.48173], [45.78767,18.48568], [45.79515,18.48954], [45.79533,18.50019], [45.79198,18.50568], [45.78773,18.50585], [45.78485,18.51091], [45.78563,18.51881], [45.78827,18.52113], [45.79389,18.53229], [45.79347,18.53898], [45.79622,18.54430], [45.79425,18.54834], [45.79455,18.55495], [45.80418,18.55872], [45.80065,18.57486], [45.81435,18.57203], [45.81764,18.58653], [45.82189,18.59477], [45.82763,18.60267], [45.83379,18.60026], [45.83953,18.62275], [45.85311,18.61374], [45.85394,18.62241], [45.86112,18.62498], [45.87271,18.62679], [45.87725,18.63185], [45.86859,18.63803], [45.87337,18.65013], [45.87403,18.65468], [45.88490,18.64078], [45.88956,18.64078], [45.89249,18.64515], [45.89297,18.64944], [45.89583,18.65417], [45.89565,18.66026], [45.91745,18.65940], [45.91668,18.66404], [45.91118,18.66987], [45.91583,18.67705], [45.91846,18.70494], [45.91189,18.71138], [45.90670,18.71936], [45.90210,18.73344], [45.90025,18.74348], [45.90036,18.75163], [45.89893,18.75052], [45.89798,18.75181], [45.89696,18.75764], [45.89272,18.76185], [45.88860,18.76116], [45.88967,18.76751], [45.88794,18.77489], [45.88500,18.78030], [45.88028,18.78588], [45.87825,18.79283], [45.87986,18.80845], [45.89020,18.81188], [45.89785,18.81085], [45.90310,18.80699], [45.91487,18.82210], [45.90519,18.82871], [45.91164,18.86724], [45.91821,18.86432], [45.92090,18.86424], [45.92006,18.86647], [45.91702,18.86999], [45.91630,18.87565], [45.91738,18.88115], [45.92162,18.88647], [45.92179,18.88913], [45.92054,18.89557], [45.91905,18.90355], [45.91523,18.90673], [45.91105,18.90501], [45.90764,18.89883], [45.89988,18.87394], [45.89438,18.87068], [45.88441,18.87797], [45.88166,18.88415], [45.87759,18.89600], [45.87401,18.90140], [45.87096,18.90346], [45.86732,18.90364], [45.86445,18.89883], [45.86026,18.89282], [45.85865,18.88218], [45.85925,18.86862], [45.86182,18.85918], [45.85925,18.85609], [45.84356,18.85920], [45.82610,18.85156], [45.80851,18.85019], [45.80840,18.85740], [45.80636,18.86307], [45.80774,18.87731], [45.81522,18.88032], [45.82090,18.88109], [45.82712,18.89105], [45.82604,18.89851], [45.81862,18.91963], [45.81025,18.92315], [45.80086,18.92572], [45.78500,18.92177], [45.78081,18.92501], [45.77787,18.92355], [45.77141,18.91016], [45.77135,18.89797], [45.77440,18.89420], [45.77871,18.89188], [45.78093,18.88664], [45.78386,18.88218], [45.78386,18.87111], [45.77799,18.85866], [45.77476,18.85343], [45.77111,18.85137], [45.76746,18.85369], [45.76291,18.85935], [45.75602,18.88167], [45.75500,18.88673], [45.74524,18.90819], [45.74572,18.91960], [45.75189,18.93299], [45.76069,18.94733], [45.76249,18.94767], [45.76794,18.95857], [45.76752,18.96458], [45.76488,18.97351], [45.75141,18.97222], [45.74829,18.97969], [45.73937,18.98011], [45.73422,18.97694], [45.72530,18.96481], [45.72350,18.96103], [45.72212,18.94738], [45.72230,18.94189], [45.72200,18.93271], [45.72590,18.91751], [45.72356,18.91194], [45.71547,18.90619], [45.71110,18.90773], [45.71649,18.92987], [45.71457,18.93545], [45.71733,18.94893], [45.72212,18.96189], [45.72212,18.96730], [45.72134,18.97365], [45.71787,18.97785], [45.70978,18.97837], [45.69695,18.97322], [45.69401,18.96687], [45.69425,18.95777], [45.69695,18.95245], [45.70348,18.94695], [45.70330,18.93451], [45.70546,18.91897], [45.70252,18.91777], [45.69497,18.92601], [45.68895,18.93157], [45.67282,18.96453], [45.66580,18.96899], [45.66346,18.97311], [45.65759,18.97603], [45.65423,18.97509], [45.65141,18.97286], [45.64961,18.96934], [45.64691,18.95646], [45.64337,18.94771], [45.64277,18.94015], [45.63238,18.93629], [45.63154,18.93689], [45.63478,18.94419], [45.63046,18.94968], [45.62662,18.95243], [45.62380,18.95168], [45.62128,18.94052], [45.62056,18.94482], [45.61852,18.94585], [45.61269,18.94284], [45.60657,18.94670], [45.60261,18.94319], [45.59726,18.93460], [45.59936,18.91666], [45.59810,18.91108], [45.58921,18.90164], [45.58123,18.89830], [45.57414,18.89692], [45.57029,18.89984], [45.56789,18.90439], [45.56729,18.91160], [45.56879,18.91409], [45.56669,18.92508], [45.56350,18.93100], [45.55623,18.93589], [45.54908,18.93598], [45.54325,18.93005], [45.53285,18.95082], [45.53874,18.99400], [45.55796,19.01204], [45.55586,19.02405], [45.53428,19.03392], [45.53001,19.07461], [45.51654,19.09967], [45.50614,19.10216], [45.49158,19.09366], [45.48436,19.05049], [45.49206,19.02045], [45.49795,19.00422], [45.48616,18.99272], [45.44667,18.98792], [45.43668,18.99762], [45.42824,19.02139], [45.41826,19.02935], [45.41085,19.02952], [45.40470,19.02386], [45.40030,19.01467], [45.39928,18.98386], [45.38813,18.96953], [45.37306,18.97296], [45.35846,19.00909], [45.35750,19.01579], [45.35213,19.02317], [45.34954,19.04334], [45.34869,19.04952], [45.34302,19.05630], [45.33734,19.08893], [45.32708,19.09872], [45.29726,19.10267], [45.26504,19.19643], [45.26625,19.20716], [45.26498,19.21823], [45.26637,19.22990], [45.27241,19.24466], [45.27911,19.25067], [45.28177,19.25591], [45.28056,19.26535], [45.27972,19.27050], [45.27428,19.27651], [45.26915,19.27539], [45.26281,19.26827], [45.25676,19.26226], [45.25054,19.25994], [45.24341,19.26054], [45.23453,19.31144], [45.23271,19.40191], [45.23404,19.42208], [45.22352,19.42448], [45.21826,19.42688], [45.19507,19.44899], [45.19253,19.44315], [45.19199,19.43723], [45.18999,19.43774], [45.18769,19.43457], [45.18642,19.43036], [45.17916,19.43388], [45.17487,19.44117], [45.17378,19.44032], [45.17015,19.42993], [45.16803,19.42727], [45.16664,19.42015], [45.16785,19.41706], [45.16930,19.40375], [45.17238,19.38950], [45.17075,19.38453], [45.16960,19.37328], [45.17105,19.36753], [45.17444,19.36410], [45.17117,19.36032], [45.16948,19.36067], [45.16900,19.35543], [45.16409,19.35560], [45.16494,19.34959], [45.17196,19.34633], [45.17704,19.32865], [45.18152,19.33071], [45.18672,19.32762], [45.20166,19.32015], [45.20741,19.31990], [45.20445,19.28805], [45.20674,19.28316], [45.19761,19.28625], [45.19495,19.28925], [45.19308,19.28780], [45.19362,19.28187], [45.18872,19.28488], [45.17856,19.29483], [45.17438,19.29458], [45.17087,19.29707], [45.17178,19.29071], [45.17027,19.28754], [45.17172,19.27612], [45.17541,19.27252], [45.17384,19.26316], [45.17438,19.26033], [45.17196,19.24951], [45.17741,19.24694], [45.17450,19.23793], [45.18464,19.22710], [45.18561,19.21981], [45.18755,19.21449], [45.19136,19.20951], [45.19208,19.20565], [45.19825,19.19363], [45.20031,19.19063], [45.20110,19.18633], [45.19995,19.17930], [45.20140,19.17664], [45.19958,19.17157], [45.18991,19.16668], [45.18374,19.18616], [45.17908,19.19509], [45.16613,19.18788], [45.12908,19.14145], [45.13429,19.11956], [45.13804,19.11458], [45.14537,19.08703], [45.13847,19.08840], [45.13229,19.08179], [45.12696,19.07836], [45.11303,19.07784], [45.11103,19.08600], [45.10940,19.08325], [45.10776,19.08402], [45.10649,19.08969], [45.10110,19.09458], [45.09958,19.09355], [45.09728,19.09553], [45.09274,19.09278], [45.08904,19.09510], [45.08541,19.09965], [45.08268,19.10153], [45.08135,19.10625], [45.07935,19.10746], [45.05874,19.09647], [45.05591,19.10211], [45.05257,19.10271], [45.05160,19.10691], [45.04802,19.10451], [45.04699,19.10296], [45.04408,19.10391], [45.03717,19.09593], [45.03353,19.09721], [45.03341,19.10013], [45.02734,19.10022], [45.02631,19.09902], [45.02297,19.09876], [45.01381,19.10185], [45.01041,19.10434], [45.00495,19.09696], [44.99955,19.09550], [44.99579,19.09224], [44.99378,19.08674], [44.98838,19.08116], [44.98116,19.05756], [44.97800,19.05267], [44.97375,19.06383], [44.97345,19.07061], [44.97138,19.07567], [44.97442,19.08099], [44.97490,19.08537], [44.97375,19.08863], [44.97181,19.09249], [44.97150,19.10374], [44.97053,19.11017], [44.97190,19.11378], [44.97506,19.11550], [44.97718,19.12133], [44.98155,19.13601], [44.98107,19.13979], [44.97548,19.14794], [44.95781,19.14657], [44.95872,19.15300], [44.95319,19.15532], [44.95004,19.14863], [44.94669,19.14245], [44.94068,19.14210], [44.93922,19.13618], [44.93868,19.12374], [44.93697,19.12039], [44.93381,19.11575], [44.93242,19.11120], [44.93339,19.10777], [44.93254,19.10417], [44.93084,19.10417], [44.92531,19.08751], [44.92330,19.08769], [44.92239,19.08537], [44.91959,19.08434], [44.91850,19.08751], [44.91589,19.08734], [44.91607,19.08331], [44.91346,19.08133], [44.91048,19.08777], [44.90640,19.08211], [44.90555,19.07558], [44.90093,19.06923], [44.90112,19.06614], [44.90914,19.05198], [44.91297,19.04305], [44.92209,19.03361], [44.92260,19.02765], [44.92005,19.01237], [44.91506,18.99881], [44.91294,18.99889], [44.90540,18.98902], [44.90309,18.99126], [44.89403,18.99289], [44.88466,18.99975], [44.88466,19.00370], [44.86940,19.01494], [44.85541,19.02264], [44.85505,19.00092], [44.84915,18.97749], [44.85285,18.86059], [44.85425,18.84900], [44.87834,18.81896], [44.88472,18.79896], [44.90005,18.77347], [44.90436,18.76557], [44.90959,18.76180], [44.91500,18.76712], [44.91883,18.77313], [44.92248,18.77029], [44.92752,18.75742], [44.93992,18.74909], [44.94478,18.75519], [44.94465,18.76171], [44.93548,18.77802], [44.93445,18.78677], [44.93463,18.79690], [44.93785,18.80343], [44.94447,18.80540], [44.95547,18.78952], [44.97466,18.78386], [44.98759,18.79639], [44.99414,18.79544], [44.99636,18.78663], [44.99988,18.75908], [44.99678,18.75032], [44.99302,18.74509], [44.99199,18.73255], [44.99593,18.72715], [45.00006,18.72835], [45.00940,18.73745], [45.01711,18.73822], [45.02245,18.72492], [45.02699,18.72131], [45.03663,18.71762], [45.03845,18.71119], [45.03797,18.70252], [45.04015,18.69316], [45.05683,18.67196], [45.06301,18.66810], [45.06762,18.67153], [45.07186,18.68389], [45.07768,18.68801], [45.09204,18.68029], [45.09501,18.67282], [45.09447,18.66544], [45.08744,18.65934], [45.07889,18.65437], [45.07410,18.65462], [45.06592,18.66020], [45.05931,18.65943], [45.05701,18.65686], [45.05725,18.64956], [45.06174,18.64098], [45.06174,18.61300], [45.06544,18.60561], [45.07119,18.60750], [45.07568,18.61617], [45.08120,18.62793], [45.08192,18.63317], [45.09004,18.63711], [45.09404,18.63299], [45.09634,18.62467], [45.09301,18.62184], [45.08410,18.62021], [45.08035,18.61411], [45.08150,18.60330], [45.08350,18.59428], [45.09204,18.58750], [45.09573,18.57169], [45.09379,18.56809], [45.08961,18.56998], [45.08034,18.58225], [45.07470,18.58380], [45.07064,18.58062], [45.06682,18.57624], [45.06725,18.57161], [45.07931,18.56938], [45.09301,18.54869], [45.09458,18.54002], [45.08931,18.53024], [45.08719,18.53032], [45.08355,18.53547], [45.08089,18.54560], [45.07707,18.55024], [45.07216,18.55075], [45.06458,18.53822], [45.05834,18.53676], [45.04851,18.53736], [45.04415,18.53563], [45.04415,18.53177], [45.04737,18.52876], [45.05622,18.53091], [45.06077,18.52619], [45.06077,18.52155], [45.05658,18.50971], [45.06077,18.49563], [45.06168,18.48980], [45.06052,18.48199], [45.06271,18.47641], [45.06695,18.46963], [45.07574,18.46079], [45.08156,18.44731], [45.08871,18.44105], [45.10028,18.43684], [45.10664,18.42680], [45.11064,18.40980], [45.10452,18.35170], [45.10143,18.31947], [45.10561,18.31509], [45.11506,18.30951], [45.11609,18.29964], [45.11318,18.28934], [45.11518,18.27930], [45.13044,18.27775], [45.13565,18.27381], [45.13832,18.26342], [45.13892,18.24806], [45.12990,18.22145], [45.12324,18.21038], [45.11403,18.20866], [45.10798,18.21115], [45.09992,18.22145], [45.09570,18.22089], [45.08619,18.21050], [45.08031,18.20252], [45.07734,18.19042], [45.07716,18.16802], [45.08601,18.14707], [45.08486,18.13697], [45.08043,18.12169], [45.08334,18.10959], [45.09722,18.09689], [45.10273,18.08453], [45.10637,18.07123], [45.10964,18.07148], [45.11200,18.07560], [45.11692,18.08516], [45.12177,18.08473], [45.13145,18.07778], [45.13854,18.07374], [45.14247,18.06739], [45.14369,18.05958], [45.14247,18.05057], [45.13878,18.04422], [45.13297,18.04353], [45.12631,18.04113], [45.12528,18.03555], [45.12994,18.02903], [45.13654,18.02602], [45.14695,18.02293], [45.15059,18.01753], [45.15216,18.00774], [45.15186,18.00328], [45.14871,17.99478], [45.14320,17.98328], [45.13254,17.97581], [45.12237,17.97461], [45.11420,17.96620], [45.11183,17.95324], [45.11159,17.94036], [45.10729,17.93204], [45.09887,17.92938], [45.08463,17.93762], [45.08081,17.93487], [45.07226,17.91805], [45.05850,17.89984], [45.04558,17.86491], [45.04437,17.85366], [45.04576,17.84036], [45.05534,17.82039], [45.06832,17.79979], [45.08274,17.78485], [45.08480,17.77447], [45.08474,17.75859], [45.09722,17.73825], [45.11328,17.71178], [45.11728,17.69110], [45.13006,17.68045], [45.13406,17.66766], [45.13279,17.65539], [45.12728,17.64088], [45.11964,17.62758], [45.11395,17.62535], [45.11322,17.61093], [45.10759,17.60569], [45.10637,17.59730], [45.10740,17.59121], [45.11648,17.58142], [45.11594,17.57361], [45.10958,17.56563], [45.10909,17.55602], [45.11339,17.55499], [45.11957,17.55765], [45.12575,17.55619], [45.12993,17.55190], [45.12999,17.54520], [45.12750,17.54014], [45.11981,17.54194], [45.11400,17.53979], [45.10958,17.53344], [45.10824,17.52563], [45.10873,17.51259], [45.11460,17.50675], [45.11436,17.50143], [45.10938,17.48784], [45.11126,17.48054], [45.11556,17.47917], [45.12295,17.49144], [45.12858,17.49376], [45.13591,17.49273], [45.13790,17.48981], [45.13385,17.48441], [45.12713,17.47496], [45.12579,17.45866], [45.12755,17.44836], [45.13191,17.44827], [45.14033,17.45471], [45.15086,17.45531], [45.15727,17.45273], [45.15951,17.45076], [45.16030,17.44690], [45.16024,17.44218], [45.15800,17.43831], [45.15625,17.43668], [45.14741,17.43531], [45.14033,17.42656], [45.13409,17.41402], [45.13724,17.38304], [45.13833,17.36107], [45.14283,17.34108], [45.15500,17.32701], [45.16420,17.33181], [45.16535,17.32460], [45.16395,17.31499], [45.16758,17.31061], [45.17618,17.31061], [45.17660,17.30443], [45.17454,17.28890], [45.17769,17.28203], [45.18886,17.27533], [45.18922,17.27233], [45.18674,17.26915], [45.16919,17.26022], [45.15394,17.25516], [45.14874,17.24955], [45.14589,17.24526], [45.14680,17.23462], [45.14577,17.21831], [45.14971,17.20363], [45.14619,17.18793], [45.14747,17.17677], [45.15195,17.16432], [45.16326,17.14226], [45.16824,17.12600], [45.17592,17.11322], [45.17992,17.09759], [45.19135,17.06901], [45.19812,17.06567], [45.20060,17.05322], [45.20786,17.04335], [45.22558,17.03837], [45.22576,17.03485], [45.21881,17.03013], [45.21451,17.02249], [45.21234,17.01305], [45.21554,17.00799], [45.21923,17.00756], [45.22993,17.01597], [45.23277,17.02284], [45.23591,17.02335], [45.23881,17.00893], [45.23773,17.00567], [45.23483,17.00387], [45.22836,17.00756], [45.22455,17.00541], [45.22141,17.00026], [45.22213,16.99219], [45.22413,16.98704], [45.23071,16.98224], [45.24196,16.98524], [45.24903,16.97855], [45.25108,16.97220], [45.25108,16.96885], [45.24842,16.96533], [45.24365,16.96044], [45.24099,16.96645], [45.23954,16.97314], [45.23609,16.97563], [45.23108,16.97735], [45.22697,16.97477], [45.22787,16.96842], [45.23247,16.96138], [45.23211,16.95486], [45.22896,16.94876], [45.22739,16.94181], [45.22763,16.93812], [45.24051,16.93503], [45.24601,16.93709], [45.24927,16.94482], [45.25295,16.95426], [45.25749,16.95409], [45.26265,16.94274], [45.26549,16.94008], [45.27359,16.93870], [45.27582,16.93561], [45.27655,16.92918], [45.27461,16.92188], [45.27111,16.91767], [45.26821,16.91862], [45.26567,16.91716], [45.26356,16.91407], [45.26024,16.91313], [45.25710,16.91441], [45.25184,16.90840], [45.24991,16.89896], [45.25154,16.89598], [45.25637,16.89379], [45.25858,16.89113], [45.25834,16.88550], [45.25713,16.88250], [45.25523,16.88254], [45.25486,16.88829], [45.25251,16.89271], [45.24961,16.89477], [45.24767,16.89426], [45.24574,16.88868], [45.24634,16.87877], [45.24199,16.87083], [45.24332,16.87568], [45.24399,16.88078], [45.24208,16.88271], [45.23867,16.88087], [45.23417,16.88117], [45.23211,16.87748], [45.23208,16.87422], [45.23290,16.86769], [45.23099,16.86448], [45.22906,16.86306], [45.22770,16.86387], [45.22661,16.86645], [45.22353,16.86752], [45.22356,16.86872], [45.22471,16.87362], [45.22453,16.87632], [45.22350,16.87997], [45.22199,16.88048], [45.21996,16.88010], [45.21914,16.87623], [45.22023,16.87435], [45.22017,16.86928], [45.21993,16.86645], [45.21833,16.86418], [45.21706,16.86327], [45.21222,16.86224], [45.21038,16.85911], [45.20648,16.85568], [45.20466,16.85443], [45.20406,16.85242], [45.20445,16.85083], [45.20747,16.84963], [45.20932,16.85199], [45.21159,16.85508], [45.21443,16.85456], [45.21821,16.84963], [45.22120,16.84375], [45.22023,16.83838], [45.21881,16.83508], [45.21624,16.83362], [45.21280,16.83843], [45.20823,16.84143], [45.20726,16.84345], [45.20469,16.84482], [45.20197,16.84499], [45.20034,16.84332], [45.19665,16.84431], [45.19390,16.84340], [45.19066,16.83950], [45.18676,16.83079], [45.18479,16.82023], [45.18464,16.80963], [45.18525,16.80396], [45.18694,16.79993], [45.18839,16.79272], [45.19036,16.78521], [45.19305,16.77375], [45.20031,16.76032], [45.19940,16.75920], [45.19934,16.75736], [45.19858,16.75727], [45.19831,16.75573], [45.19855,16.75217], [45.20004,16.75191], [45.19922,16.75088], [45.19937,16.74976], [45.20125,16.74830], [45.20206,16.74543], [45.20385,16.74384], [45.20723,16.73200], [45.20497,16.72311], [45.20412,16.71367], [45.20011,16.70654], [45.19709,16.70023], [45.19624,16.69564], [45.20175,16.67788], [45.20138,16.66985], [45.20713,16.65740], [45.20773,16.64706], [45.21375,16.63543], [45.21391,16.62766], [45.22358,16.61942], [45.23071,16.60226], [45.23144,16.59561], [45.22594,16.58762], [45.22404,16.58511], [45.22229,16.58044], [45.22190,16.57730], [45.22247,16.57469], [45.22214,16.57241], [45.22211,16.56494], [45.22093,16.56027], [45.21999,16.55941], [45.21908,16.55486], [45.21948,16.54954], [45.22014,16.54357], [45.22262,16.54040], [45.22604,16.53932], [45.22703,16.53503], [45.22652,16.52859], [45.22301,16.51937], [45.22165,16.51709], [45.22063,16.51306], [45.21869,16.51070], [45.21787,16.50868], [45.21549,16.50439], [45.21361,16.50194], [45.21180,16.49967], [45.21141,16.49581], [45.20856,16.49182], [45.20255,16.49031], [45.19598,16.48710], [45.19108,16.48401], [45.18546,16.47680], [45.18062,16.47323], [45.16867,16.47731], [45.16549,16.47937], [45.16413,16.47740], [45.16104,16.47748], [45.15971,16.47302], [45.15360,16.46916], [45.14270,16.46396], [45.13395,16.44624], [45.12766,16.43959], [45.12490,16.43289], [45.12118,16.41091], [45.11598,16.39945], [45.11225,16.39409], [45.10501,16.39241], [45.10213,16.39516], [45.09871,16.40280], [45.09739,16.40242], [45.09664,16.39912], [45.09509,16.39852], [45.09427,16.39564], [45.08973,16.39628], [45.08718,16.39268], [45.08531,16.39139], [45.08264,16.38757], [45.08064,16.38650], [45.07582,16.38706], [45.07340,16.38852], [45.06927,16.38744], [45.06630,16.38749], [45.06161,16.38341], [45.05193,16.38341], [45.05048,16.38169], [45.05169,16.37740], [45.05163,16.37504], [45.05042,16.37375], [45.04781,16.37264], [45.04193,16.36573], [45.04011,16.36603], [45.03899,16.36380], [45.03853,16.36006], [45.03629,16.35856], [45.03301,16.35830], [45.03104,16.35521], [45.02995,16.35526], [45.02643,16.35809], [45.01982,16.35770], [45.01530,16.35783], [45.01402,16.35860], [45.01257,16.35830], [45.00914,16.35749], [45.00714,16.35414], [45.00474,16.35440], [45.00392,16.35457], [45.00262,16.35341], [45.00204,16.34955], [45.00067,16.34728], [45.00168,16.34247], [45.00067,16.34084], [45.00043,16.33642], [45.00028,16.33045], [45.00218,16.32857], [45.00221,16.32183], [45.00100,16.31814], [44.99921,16.31397], [44.99823,16.31191], [44.99848,16.31028], [45.00127,16.30728], [44.99987,16.30307], [44.99857,16.30243], [44.99808,16.29634], [44.99878,16.29346], [44.99796,16.29136], [44.99602,16.29050], [44.99562,16.28938], [44.99763,16.28634], [45.00461,16.28453], [45.00667,16.28453], [45.00816,16.28282], [45.00855,16.28046], [45.00649,16.27737], [45.00609,16.27595], [45.00664,16.27423], [45.00873,16.27269], [45.01186,16.27192], [45.01541,16.27169], [45.01671,16.26508], [45.01619,16.26173], [45.01404,16.25971], [45.01046,16.25924], [45.01037,16.25662], [45.01359,16.25259], [45.01331,16.25010], [45.01428,16.24521], [45.01357,16.24225], [45.01411,16.23345], [45.01806,16.22890], [45.02103,16.22912], [45.02312,16.22693], [45.02412,16.22439], [45.02418,16.22139], [45.02837,16.21379], [45.02785,16.21135], [45.02943,16.20993], [45.03108,16.20962], [45.03196,16.20430], [45.02998,16.19700], [45.03029,16.19387], [45.03192,16.19117], [45.03508,16.18984], [45.03893,16.18688], [45.04609,16.18477], [45.04785,16.18125], [45.05185,16.17476], [45.05412,16.17497], [45.05630,16.17575], [45.06025,16.17381], [45.06252,16.17394], [45.06646,16.16909], [45.07060,16.17222], [45.07118,16.17295], [45.07230,16.17235], [45.07296,16.16917], [45.07336,16.16685], [45.07566,16.16329], [45.07778,16.16157], [45.08281,16.15428], [45.08321,16.14840], [45.08469,16.14514], [45.08699,16.14171], [45.09123,16.13938], [45.09180,16.13650], [45.09111,16.13217], [45.09150,16.12989], [45.09444,16.12393], [45.09520,16.11826], [45.09501,16.11050], [45.09365,16.10882], [45.09405,16.10706], [45.09880,16.10183], [45.10162,16.09784], [45.10338,16.09385], [45.10413,16.09067], [45.10528,16.08981], [45.11116,16.08879], [45.11404,16.08990], [45.11640,16.08840], [45.11912,16.08540], [45.12224,16.08587], [45.12669,16.08437], [45.13061,16.08428], [45.13291,16.08522], [45.13579,16.08098], [45.13869,16.08007], [45.14069,16.07776], [45.14084,16.07450], [45.14366,16.07085], [45.14596,16.06973], [45.14717,16.06977], [45.14896,16.06879], [45.15077,16.06849], [45.15389,16.06973], [45.15667,16.06965], [45.15822,16.06664], [45.15840,16.06252], [45.15749,16.06149], [45.15661,16.05892], [45.15734,16.05613], [45.15994,16.05458], [45.16158,16.05308], [45.16581,16.05175], [45.16993,16.05196], [45.17077,16.05154], [45.17093,16.04918], [45.17189,16.04780], [45.17407,16.04699], [45.17767,16.05098], [45.17998,16.04762], [45.17935,16.04543], [45.17883,16.03985], [45.17986,16.03049], [45.17947,16.02757], [45.18053,16.02277], [45.17802,16.01753], [45.17832,16.01599], [45.18210,16.01474], [45.18912,16.02277], [45.19577,16.02693], [45.19807,16.02955], [45.19922,16.02985], [45.19928,16.02195], [45.20001,16.02019], [45.20306,16.01753], [45.20598,16.01710], [45.20828,16.01753], [45.21299,16.01757], [45.21511,16.01689], [45.21816,16.01127], [45.21671,16.00629], [45.21608,16.00268], [45.21789,15.99667], [45.22200,15.99316], [45.22351,15.98886], [45.22554,15.98633], [45.22980,15.97972], [45.22965,15.97625], [45.22360,15.96659], [45.22366,15.96453], [45.22052,15.96093], [45.21971,15.95548], [45.21554,15.95279], [45.21448,15.95103], [45.21367,15.94738], [45.21200,15.94528], [45.21236,15.93956], [45.21227,15.93578], [45.20907,15.92750], [45.21209,15.92522], [45.21025,15.92308], [45.21022,15.92106], [45.21094,15.92007], [45.21744,15.92372], [45.21901,15.92548], [45.22318,15.92518], [45.22575,15.92329], [45.22690,15.92076], [45.22306,15.91346], [45.22282,15.90861], [45.22312,15.90642], [45.22578,15.90312], [45.22509,15.89600], [45.22757,15.89449], [45.22760,15.89269], [45.22485,15.89136], [45.22424,15.88840], [45.22222,15.89042], [45.22007,15.89505], [45.21838,15.89565], [45.21517,15.89376], [45.21593,15.89149], [45.21463,15.88913], [45.21720,15.88866], [45.21832,15.88655], [45.21835,15.88467], [45.21641,15.88424], [45.21741,15.87789], [45.21687,15.87724], [45.21705,15.87540], [45.21826,15.87342], [45.21811,15.87214], [45.21886,15.87149], [45.21811,15.86600], [45.21542,15.85797], [45.21578,15.85643], [45.21829,15.85402], [45.21968,15.85124], [45.22273,15.84793], [45.22376,15.84445], [45.22206,15.83660], [45.22116,15.83523], [45.21974,15.83218], [45.21865,15.83252], [45.21823,15.83226], [45.21780,15.82724], [45.21656,15.82720], [45.21297,15.83149], [45.21157,15.83154], [45.20997,15.83038], [45.20913,15.82857], [45.20622,15.82613], [45.20480,15.82317], [45.20538,15.82089], [45.20628,15.81969], [45.20650,15.81750], [45.20900,15.81523], [45.20867,15.81321], [45.20913,15.81179], [45.20798,15.80862], [45.20659,15.80596], [45.20507,15.80922], [45.20456,15.80922], [45.20290,15.80484], [45.20184,15.80184], [45.19951,15.80077], [45.19685,15.80111], [45.19585,15.79875], [45.19443,15.79592], [45.19531,15.79274], [45.19522,15.79137], [45.19316,15.78768], [45.19107,15.78484], [45.18814,15.78368], [45.18690,15.78227], [45.18363,15.77712], [45.17961,15.77673], [45.17495,15.77841], [45.17459,15.77446], [45.17235,15.77068], [45.16950,15.76746], [45.16866,15.76789], [45.16548,15.76493], [45.16303,15.76523], [45.16130,15.76635], [45.15053,15.77034], [45.14763,15.77369], [45.14660,15.77575], [45.14569,15.77643], [45.13997,15.77540], [45.13736,15.77759], [45.13682,15.78085], [45.13537,15.78179], [45.13041,15.77763], [45.12675,15.78102], [45.12596,15.78596], [45.12514,15.78591], [45.12323,15.78411], [45.12248,15.78484], [45.12008,15.78759], [45.12005,15.78905], [45.11951,15.78978], [45.11815,15.78948], [45.11485,15.79081], [45.11424,15.78879], [45.11306,15.78703], [45.10961,15.78480], [45.10577,15.78043], [45.10199,15.77936], [45.09778,15.77927], [45.09453,15.77777], [45.09523,15.77400], [45.09438,15.77202], [45.09302,15.77022], [45.09114,15.76927], [45.08938,15.76979], [45.08602,15.77314], [45.08384,15.77382], [45.08208,15.77030], [45.08090,15.76897], [45.07820,15.77030], [45.07672,15.76674], [45.07490,15.76477], [45.07381,15.76430], [45.07229,15.76237], [45.06972,15.75610], [45.06741,15.75408], [45.06638,15.75408], [45.06490,15.75108], [45.06493,15.74777], [45.06205,15.74464], [45.06241,15.74275], [45.06081,15.74297], [45.06065,15.74632], [45.05768,15.74597], [45.05599,15.74790], [45.05532,15.75267], [45.05365,15.75310], [45.05262,15.75202], [45.04745,15.75355], [45.04329,15.75621], [45.04029,15.75565], [45.03884,15.75857], [45.03550,15.75625], [45.03271,15.76102], [45.03119,15.76089], [45.02810,15.76273], [45.02546,15.76170], [45.02297,15.76677], [45.02046,15.76587], [45.01967,15.76475], [45.01748,15.76655], [45.01477,15.76948], [45.01380,15.76858], [45.01207,15.76996], [45.00931,15.77056], [45.00943,15.77214], [45.00658,15.77395], [45.00764,15.77759], [45.00686,15.77880], [45.00540,15.77867], [45.00385,15.78086], [45.00170,15.78171], [45.00148,15.77940], [44.99988,15.78176], [44.99721,15.78304], [44.99602,15.78618], [44.99447,15.78661], [44.99353,15.78605], [44.99305,15.78274], [44.99132,15.78347], [44.98986,15.78399], [44.98755,15.78416], [44.98695,15.78300], [44.98519,15.78210], [44.98349,15.78129], [44.98001,15.78122], [44.98037,15.78324], [44.97967,15.78341], [44.97691,15.78294], [44.97509,15.78423], [44.97342,15.78307], [44.97330,15.78401], [44.97139,15.78307], [44.96941,15.78200], [44.96871,15.77766], [44.96899,15.77603], [44.97123,15.77354], [44.97154,15.77054], [44.97054,15.76904], [44.96993,15.76264], [44.96896,15.75843], [44.96978,15.75590], [44.96947,15.75367], [44.96765,15.74934], [44.96045,15.74522], [44.95456,15.74583], [44.95195,15.74934], [44.95083,15.74986], [44.94630,15.74668], [44.94202,15.74411], [44.93561,15.73703], [44.93406,15.73961], [44.92525,15.74377], [44.92099,15.74695], [44.91455,15.74987], [44.90783,15.75188], [44.89710,15.75716], [44.87989,15.76192], [44.87685,15.76231], [44.87524,15.76055], [44.87205,15.76089], [44.86873,15.75995], [44.86563,15.76458], [44.86131,15.77235], [44.85898,15.77515], [44.85554,15.77854], [44.85314,15.78197], [44.84657,15.79467], [44.82823,15.76695], [44.82756,15.76390], [44.82667,15.75172], [44.82670,15.74365], [44.82759,15.73610], [44.82719,15.73133], [44.82573,15.72863], [44.82418,15.72794], [44.82144,15.72743], [44.81982,15.72343], [44.81769,15.72266], [44.81587,15.72322], [44.81054,15.72893], [44.80229,15.73906], [44.79918,15.74107], [44.79367,15.74862], [44.78161,15.75991], [44.78064,15.76184], [44.77704,15.76270], [44.77308,15.76836], [44.77046,15.77061], [44.76827,15.77134], [44.76568,15.77143], [44.76013,15.77722], [44.75471,15.78096], [44.75004,15.78117], [44.74520,15.78967], [44.74416,15.80066], [44.73989,15.80726], [44.73834,15.81220], [44.73431,15.81439], [44.73075,15.81503], [44.72843,15.81465], [44.72489,15.81744], [44.72169,15.82186], [44.72035,15.82559], [44.72163,15.83735], [44.72282,15.84434], [44.72465,15.85254], [44.72724,15.85739], [44.73066,15.85919], [44.73416,15.86164], [44.73910,15.86357], [44.73937,15.86516], [44.73840,15.86846], [44.73715,15.86941], [44.73495,15.87018], [44.73453,15.87228], [44.73608,15.87704], [44.74358,15.88696], [44.74703,15.89095], [44.74785,15.89365], [44.74736,15.89520], [44.74309,15.89932], [44.73852,15.90794], [44.73520,15.91404], [44.72459,15.92095], [44.71571,15.92562], [44.71050,15.92936], [44.71080,15.93348], [44.71263,15.94198], [44.71157,15.94730], [44.71163,15.95361], [44.71056,15.95545], [44.70647,15.95648], [44.70342,15.95640], [44.70144,15.95283], [44.69918,15.95348], [44.69320,15.95867], [44.69180,15.96519], [44.68722,15.96661], [44.68251,15.96878], [44.67882,15.96792], [44.67223,15.97444], [44.67030,15.97865], [44.66978,15.98346], [44.66820,15.98805], [44.66344,15.99410], [44.66197,15.99470], [44.65996,15.99702], [44.65925,16.00079], [44.65809,16.00285], [44.65614,16.01079], [44.65441,16.01206], [44.65509,16.01511], [44.65677,16.02000], [44.65670,16.02223], [44.65466,16.03022], [44.65301,16.03228], [44.65060,16.03189], [44.64800,16.03210], [44.64434,16.03511], [44.64013,16.04000], [44.63539,16.04288], [44.63026,16.04279], [44.62812,16.04383], [44.62470,16.04834], [44.62467,16.04937], [44.62669,16.05109], [44.62659,16.05259], [44.62525,16.05469], [44.62424,16.05546], [44.61318,16.05525], [44.61001,16.05581], [44.61263,16.05104], [44.61153,16.04997], [44.60992,16.05147], [44.60814,16.04697], [44.60319,16.04830], [44.60005,16.04306], [44.59892,16.04418], [44.59723,16.05001], [44.59467,16.05338], [44.59299,16.05316], [44.59162,16.05217], [44.58872,16.04887], [44.58575,16.04325], [44.58606,16.03175], [44.58728,16.02788], [44.58930,16.02380], [44.58881,16.02187], [44.58719,16.02032], [44.58514,16.01504], [44.58214,16.01633], [44.57627,16.01908], [44.56755,16.02483], [44.56361,16.02860], [44.55914,16.02933], [44.55404,16.03195], [44.55113,16.03530], [44.54511,16.04573], [44.54327,16.04860], [44.54205,16.04998], [44.53608,16.06886], [44.53636,16.07774], [44.53666,16.08650], [44.53624,16.08976], [44.53409,16.09461], [44.53012,16.10087], [44.52559,16.10456], [44.52305,16.10650], [44.51687,16.11216], [44.51448,16.11336], [44.51136,16.11662], [44.50747,16.11898], [44.50004,16.12735], [44.49687,16.12895], [44.48560,16.13560], [44.48199,16.14007], [44.48040,16.14122], [44.47905,16.14079], [44.47764,16.14002], [44.47550,16.13987], [44.47207,16.13622], [44.47035,16.13554], [44.46824,16.13627], [44.46383,16.13785], [44.46242,16.13730], [44.46163,16.13528], [44.46055,16.13257], [44.45679,16.13275], [44.45541,16.13112], [44.45375,16.13339], [44.45354,16.13571], [44.45424,16.13953], [44.44845,16.14373], [44.44263,16.14253], [44.44135,16.13888], [44.44055,16.13888], [44.43402,16.14056], [44.43313,16.14124], [44.43151,16.14086], [44.42826,16.14184], [44.42749,16.14115], [44.42476,16.14270], [44.42409,16.14441], [44.42302,16.14575], [44.42219,16.14360], [44.41989,16.14605], [44.42105,16.14935], [44.42250,16.14999], [44.42280,16.15326], [44.42087,16.15441], [44.41955,16.15806], [44.41618,16.15999], [44.41682,16.16107], [44.41560,16.16287], [44.41351,16.16510], [44.41060,16.16617], [44.40968,16.16587], [44.40778,16.16716], [44.40628,16.16737], [44.40634,16.16956], [44.40564,16.17132], [44.40263,16.17287], [44.40137,16.16600], [44.39991,16.16095], [44.39608,16.15412], [44.39568,16.15198], [44.39409,16.14889], [44.39212,16.14593], [44.39234,16.14369], [44.39378,16.14043], [44.39728,16.13460], [44.39844,16.12825], [44.39887,16.12782], [44.39721,16.12164], [44.39559,16.12245], [44.39378,16.12546], [44.39191,16.12679], [44.39044,16.12674], [44.38826,16.12889], [44.38446,16.13013], [44.37838,16.13125], [44.37829,16.13473], [44.37743,16.13859], [44.37688,16.13915], [44.37660,16.15640], [44.37522,16.16850], [44.37298,16.16966], [44.37041,16.17309], [44.36541,16.18348], [44.36498,16.18528], [44.36430,16.19202], [44.36274,16.19494], [44.36096,16.19691], [44.36013,16.19910], [44.36001,16.20614], [44.34985,16.21300], [44.34792,16.21875], [44.34620,16.21811], [44.34439,16.21708], [44.34126,16.21416], [44.33822,16.20983], [44.33604,16.20652], [44.33168,16.20099], [44.32612,16.19738], [44.32229,16.19536], [44.31664,16.19541], [44.31479,16.19425], [44.31215,16.19236], [44.30945,16.18867], [44.30537,16.18730], [44.30171,16.18781], [44.29809,16.18713], [44.29394,16.18743], [44.29136,16.19034], [44.29032,16.19086], [44.28681,16.19094], [44.28420,16.19210], [44.28190,16.19210], [44.27941,16.19073], [44.27772,16.19137], [44.27588,16.19142], [44.27382,16.19090], [44.27001,16.19090], [44.26487,16.19382], [44.26386,16.19330], [44.26174,16.19558], [44.26048,16.19605], [44.25900,16.19936], [44.25728,16.20090], [44.25298,16.20000], [44.25074,16.20185], [44.25190,16.20592], [44.25123,16.20785], [44.25034,16.21034], [44.24846,16.21103], [44.24717,16.21283], [44.24363,16.21541], [44.23976,16.21815], [44.23656,16.21991], [44.23272,16.22060], [44.22818,16.21991], [44.22597,16.22004], [44.22504,16.21545], [44.22169,16.21317], [44.21895,16.20991], [44.21662,16.20382], [44.21262,16.21682], [44.20902,16.22270], [44.20853,16.22734], [44.20648,16.22712], [44.20473,16.22914], [44.20322,16.23129], [44.20212,16.23206], [44.20132,16.23433], [44.20190,16.23627], [44.20135,16.23747], [44.19982,16.23901], [44.19853,16.23811], [44.19638,16.24038], [44.19594,16.24309], [44.19373,16.24287], [44.18881,16.25141], [44.18625,16.25223], [44.17243,16.26776], [44.16917,16.26956], [44.16480,16.28450], [44.14395,16.30815], [44.13675,16.32681], [44.12621,16.32699], [44.12261,16.33123], [44.11931,16.33136], [44.11266,16.33578], [44.10440,16.35342], [44.10209,16.35982], [44.09845,16.36372], [44.09457,16.36192], [44.08179,16.37005], [44.08142,16.37799], [44.08013,16.37881], [44.08358,16.38524], [44.08019,16.39014], [44.07954,16.40190], [44.08299,16.42835], [44.06298,16.44152], [44.05469,16.43624], [44.04013,16.43912], [44.03664,16.43903], [44.03309,16.43719], [44.03115,16.43727], [44.02887,16.44079], [44.02927,16.44363], [44.02887,16.45483], [44.03053,16.46792], [44.02958,16.48332], [44.02760,16.49508], [44.02630,16.50512], [44.00439,16.51542], [43.99958,16.52165], [43.98581,16.53624], [43.97429,16.54289], [43.97341,16.54238], [43.95361,16.54512], [43.93909,16.58027], [43.93347,16.58280], [43.93099,16.59212], [43.92185,16.59632], [43.91984,16.60151], [43.91378,16.60349], [43.90342,16.61884], [43.90073,16.62065], [43.89832,16.62125], [43.89538,16.63485], [43.88972,16.64434], [43.88626,16.64901], [43.88468,16.65657], [43.88313,16.65875], [43.88094,16.66004], [43.87855,16.66283], [43.87781,16.66412], [43.87775,16.66901], [43.87190,16.67687], [43.86615,16.68391], [43.85789,16.70433], [43.85352,16.70961], [43.85188,16.71034], [43.85024,16.71197], [43.84659,16.71399], [43.84371,16.71416], [43.84130,16.71747], [43.83610,16.71626], [43.83245,16.71772], [43.82994,16.71472], [43.82536,16.71704], [43.81872,16.71664], [43.81522,16.71659], [43.80819,16.71878], [43.80701,16.71947], [43.80141,16.72784], [43.79958,16.72921], [43.79822,16.72951], [43.79655,16.72840], [43.79459,16.72676], [43.78904,16.73427], [43.77913,16.74590], [43.76730,16.75274], [43.76814,16.75673], [43.76615,16.77609], [43.76272,16.79808], [43.75599,16.80860], [43.73166,16.82452], [43.71883,16.84420], [43.71765,16.84635], [43.70946,16.86476], [43.70543,16.86948], [43.70332,16.87090], [43.69309,16.87461], [43.69086,16.88028], [43.68431,16.88448], [43.67454,16.90899], [43.65852,16.91975], [43.65476,16.92748], [43.64309,16.93091], [43.62531,16.95992], [43.61773,16.97000], [43.60865,16.97520], [43.60831,16.97730], [43.60760,16.97730], [43.59221,16.98987], [43.59187,16.99125], [43.58817,16.99258], [43.58758,16.99404], [43.58525,16.99567], [43.58208,17.00005], [43.58180,17.00249], [43.58071,17.00313], [43.57894,17.00610], [43.57596,17.00773], [43.57583,17.00936], [43.57328,17.01283], [43.57033,17.01919], [43.56856,17.02086], [43.56402,17.03013], [43.55885,17.03987], [43.55587,17.04661], [43.55425,17.05622], [43.55363,17.05708], [43.55291,17.06159], [43.55220,17.06266], [43.55164,17.06579], [43.54983,17.06927], [43.54663,17.07257], [43.54290,17.08201], [43.54019,17.08266], [43.53876,17.08429], [43.53789,17.08566], [43.53556,17.09025], [43.53154,17.09497], [43.53132,17.09763], [43.52995,17.10089], [43.52945,17.10394], [43.52522,17.10866], [43.52479,17.11050], [43.52230,17.11467], [43.51909,17.12291], [43.51539,17.12741], [43.50997,17.13239], [43.50938,17.13127], [43.50851,17.13149], [43.50882,17.13445], [43.50810,17.13857], [43.50561,17.14093], [43.50188,17.14453], [43.49746,17.14586], [43.49506,17.14827], [43.49438,17.15114], [43.49463,17.15192], [43.49338,17.15509], [43.49322,17.16157], [43.49366,17.16573], [43.49326,17.16900], [43.49456,17.17174], [43.49400,17.17355], [43.49251,17.17483], [43.49182,17.17681], [43.49606,17.18556], [43.49839,17.19294], [43.49703,17.20762], [43.49756,17.20904], [43.49609,17.21281], [43.49830,17.22389], [43.49681,17.22852], [43.49469,17.23307], [43.49357,17.23663], [43.48875,17.24873], [43.48613,17.25466], [43.48183,17.26062], [43.48040,17.26526], [43.47944,17.26787], [43.47623,17.27182], [43.47561,17.27148], [43.47255,17.27547], [43.47218,17.27762], [43.46745,17.28246], [43.46523,17.28422], [43.46287,17.28637], [43.45994,17.28543], [43.45916,17.28598], [43.45421,17.28697], [43.45414,17.28543], [43.45230,17.28414], [43.44900,17.28444], [43.44722,17.28684], [43.44302,17.28474], [43.44102,17.28478], [43.43828,17.28646], [43.43635,17.28658], [43.43295,17.28422], [43.42812,17.28028], [43.42544,17.27680], [43.41702,17.27234], [43.41724,17.27101], [43.41497,17.27002], [43.41388,17.26667], [43.41216,17.26393], [43.40939,17.26255], [43.40483,17.25779], [43.40430,17.25607], [43.40081,17.25234], [43.40003,17.25517], [43.39673,17.25912], [43.39289,17.26122], [43.38292,17.26335], [43.37388,17.26576], [43.37060,17.26953], [43.36863,17.26992], [43.36287,17.27193], [43.36066,17.27382], [43.35844,17.27451], [43.34871,17.27931], [43.31742,17.29927], [43.31342,17.30223], [43.29825,17.31064], [43.28816,17.32133], [43.28497,17.32730], [43.28125,17.32850], [43.27969,17.32936], [43.27735,17.33051], [43.27363,17.33073], [43.27128,17.33240], [43.26932,17.33176], [43.26757,17.33382], [43.26569,17.33193], [43.25722,17.33858], [43.25613,17.34094], [43.25350,17.34163], [43.25131,17.35485], [43.24966,17.35815], [43.24910,17.37566], [43.24719,17.38137], [43.24706,17.38575], [43.24504,17.39754], [43.22991,17.42171], [43.21628,17.42960], [43.21127,17.43038], [43.20930,17.43265], [43.20674,17.43252], [43.20498,17.43286], [43.19547,17.43025], [43.18936,17.42743], [43.18695,17.42807], [43.17887,17.43146], [43.17875,17.43386], [43.18063,17.43786], [43.17862,17.44545], [43.17765,17.45120], [43.17609,17.45197], [43.17468,17.45588], [43.17171,17.45871], [43.17130,17.46064], [43.16933,17.46369], [43.16579,17.46966], [43.16260,17.47451], [43.15556,17.49373], [43.15455,17.49516], [43.14228,17.52473], [43.14200,17.52632], [43.13636,17.53649], [43.13624,17.53855], [43.13426,17.54455], [43.13160,17.54812], [43.13085,17.55382], [43.12343,17.56601], [43.12155,17.57236], [43.11832,17.58243], [43.11597,17.58771], [43.10933,17.60011], [43.10407,17.61020], [43.09523,17.62943], [43.09313,17.63058], [43.09153,17.63389], [43.09053,17.63844], [43.07237,17.64976], [43.07206,17.65070], [43.06949,17.65139], [43.06804,17.65289], [43.06052,17.65675], [43.05707,17.65903], [43.04926,17.66272], [43.03540,17.66903], [43.02018,17.68414], [43.00760,17.68890], [42.98604,17.70139], [42.97317,17.71231], [42.96821,17.70158], [42.96563,17.68600], [42.96510,17.67091], [42.95904,17.65232], [42.94697,17.63228], [42.94117,17.61478], [42.94060,17.59127], [42.94020,17.58740], [42.93850,17.58041], [42.93566,17.54192], [42.92221,17.55342], [42.88638,17.64715], [42.88943,17.64801], [42.89521,17.65505], [42.90653,17.66569], [42.90917,17.66672], [42.91665,17.67440], [42.91941,17.67577], [42.92067,17.67826], [42.92595,17.69174], [42.92237,17.69826], [42.92054,17.71405], [42.91847,17.72684], [42.91294,17.75096], [42.90822,17.76495], [42.89169,17.78615], [42.89162,17.79036], [42.89735,17.79285], [42.90406,17.79916], [42.91701,17.80766], [42.90959,17.82972], [42.90268,17.84431], [42.88501,17.85958], [42.87878,17.85504], [42.87262,17.85495], [42.87060,17.85392], [42.84695,17.86765], [42.84644,17.87023], [42.83713,17.87812], [42.83782,17.88473], [42.83191,17.90070], [42.82926,17.89941], [42.82819,17.89761], [42.82643,17.89623], [42.82183,17.89117], [42.81384,17.88834], [42.81037,17.89100], [42.80975,17.90198], [42.81094,17.91048], [42.80804,17.91623], [42.80168,17.93821], [42.79935,17.95099], [42.78720,17.96361], [42.78229,17.97271], [42.78027,17.97520], [42.77819,17.98052], [42.77869,17.98378], [42.77750,17.99357], [42.77599,17.99683], [42.76691,17.99717], [42.76477,17.99769], [42.76376,17.99992], [42.75822,18.00369], [42.75525,18.00936], [42.75292,18.01073], [42.75254,18.02584], [42.74839,18.04283], [42.74177,18.05081], [42.74164,18.05322], [42.73786,18.06069], [42.72859,18.07373], [42.72474,18.07519], [42.72456,18.08034], [42.71661,18.10094], [42.71144,18.10678], [42.70505,18.10915], [42.70208,18.10760], [42.70013,18.10821], [42.69666,18.10589], [42.68688,18.10460], [42.68619,18.11318], [42.68278,18.12786], [42.68253,18.13473], [42.68000,18.13859], [42.68095,18.14280], [42.67981,18.14434], [42.66347,18.15370], [42.65653,18.15636], [42.65558,18.15833], [42.65716,18.15962], [42.66031,18.17172], [42.65905,18.17421], [42.66126,18.17550], [42.66094,18.17816], [42.65892,18.18185], [42.65646,18.18357], [42.65520,18.18580], [42.65621,18.18743], [42.65507,18.19249], [42.65293,18.19155], [42.65217,18.19532], [42.64940,18.19616], [42.63993,18.20491], [42.63551,18.21084], [42.62591,18.21959], [42.62029,18.22689], [42.61814,18.23461], [42.61417,18.23564], [42.61587,18.24079], [42.61303,18.24371], [42.60917,18.24319], [42.60254,18.24603], [42.60279,18.25126], [42.60640,18.26439], [42.60962,18.26680], [42.61107,18.27075], [42.61012,18.27375], [42.61290,18.27667], [42.61625,18.28053], [42.61701,18.28783], [42.61555,18.29100], [42.61454,18.31006], [42.61922,18.33235], [42.61941,18.34711], [42.61612,18.36702], [42.61183,18.37217], [42.60279,18.37732], [42.58889,18.39123], [42.58553,18.40215], [42.56632,18.43227], [42.56366,18.43751], [42.55645,18.43820], [42.55013,18.44017], [42.52426,18.43880], [42.52034,18.43699], [42.51288,18.44601], [42.51028,18.44729], [42.50206,18.44137], [42.49712,18.43966], [42.49472,18.43931], [42.49250,18.43820], [42.48757,18.43863], [42.48396,18.43408], [42.48288,18.43957], [42.47801,18.44798], [42.47579,18.44953], [42.47256,18.45442], [42.47111,18.46223], [42.46349,18.47530], [42.46096,18.47684], [42.45171,18.48422], [42.44684,18.49126], [42.44367,18.49246], [42.43873,18.49693], [42.43119,18.50705], [42.42657,18.51693], [42.42410,18.51946], [42.42137,18.52280], [42.42090,18.52405], [42.42508,18.52362], [42.42612,18.52864], [42.42516,18.53811], [42.36302,18.54721], [41.94231,17.31284], [43.29638,15.04416], [45.04168,13.16001], [45.59367,13.39207], [45.48759,13.58195]], + HR: [[45.48028,13.58478],[45.47228,13.59426],[45.46767,13.60173],[45.46497,13.60945],[45.46442,13.61821],[45.46370,13.62246],[45.46253,13.62392],[45.46283,13.62752],[45.46135,13.63065],[45.45982,13.64211],[45.45651,13.65087],[45.45410,13.65172],[45.45241,13.65494],[45.45283,13.65782],[45.45187,13.65966],[45.45217,13.66147],[45.45127,13.66310],[45.44904,13.66353],[45.44687,13.66541],[45.44751,13.66786],[45.44570,13.67121],[45.44365,13.67280],[45.44269,13.67571],[45.44308,13.67739],[45.44440,13.67601],[45.44480,13.67889],[45.44404,13.68013],[45.44594,13.68481],[45.44748,13.68494],[45.44853,13.68949],[45.45003,13.69198],[45.45079,13.69219],[45.45440,13.69730],[45.45434,13.70189],[45.45648,13.70241],[45.45789,13.70799],[45.45630,13.70846],[45.45560,13.70730],[45.45274,13.70859],[45.45674,13.72472],[45.45905,13.72429],[45.46020,13.72674],[45.45996,13.72850],[45.45887,13.73090],[45.45942,13.73206],[45.46020,13.73726],[45.46155,13.73927],[45.46179,13.74258],[45.46110,13.74532],[45.46071,13.74592],[45.46110,13.74871],[45.46089,13.75060],[45.46276,13.75944],[45.46501,13.76206],[45.46685,13.76425],[45.46748,13.76618],[45.46739,13.76768],[45.46715,13.76845],[45.46604,13.76876],[45.46544,13.76970],[45.46541,13.77086],[45.46592,13.77236],[45.46544,13.77554],[45.46426,13.77605],[45.46423,13.77674],[45.46685,13.78069],[45.46580,13.78223],[45.46589,13.78420],[45.46661,13.78644],[45.46519,13.78940],[45.46330,13.79772],[45.45975,13.80253],[45.45920,13.80523],[45.45743,13.80596],[45.45719,13.80781],[45.45550,13.80832],[45.45379,13.80433],[45.45303,13.80369],[45.45379,13.80708],[45.45364,13.80914],[45.45201,13.80695],[45.45102,13.80716],[45.44921,13.80515],[45.44864,13.80562],[45.44695,13.80549],[45.44596,13.80395],[45.44424,13.80347],[45.44361,13.80485],[45.44346,13.80755],[45.44265,13.81077],[45.44102,13.81472],[45.43738,13.81558],[45.43455,13.81515],[45.43431,13.81837],[45.43545,13.81987],[45.43491,13.82403],[45.43569,13.82665],[45.43488,13.83652],[45.43479,13.83922],[45.43419,13.84064],[45.43277,13.85107],[45.43117,13.85167],[45.42946,13.85514],[45.42632,13.85441],[45.42675,13.85815],[45.42861,13.86111],[45.42747,13.86652],[45.42657,13.88639],[45.43000,13.88682],[45.43795,13.89209],[45.43885,13.89441],[45.43891,13.89694],[45.43958,13.89664],[45.44211,13.89677],[45.44301,13.89956],[45.44515,13.90179],[45.44581,13.90591],[45.44938,13.90962],[45.45106,13.90919],[45.45392,13.91503],[45.45353,13.92155],[45.45248,13.92335],[45.45275,13.92421],[45.45437,13.92558],[45.45428,13.94378],[45.45669,13.94670],[45.45579,13.95713],[45.44787,13.97074],[45.45019,13.97233],[45.45603,13.98448],[45.45853,13.98516],[45.45868,13.98649],[45.46157,13.98465],[45.46428,13.98619],[45.46711,13.98611],[45.46876,13.98469],[45.47063,13.98800],[45.47012,13.99027],[45.47207,13.99632],[45.47969,13.98923],[45.48092,13.98661],[45.48249,13.98606],[45.48270,13.98786],[45.48240,13.99219],[45.48739,13.98537],[45.48986,13.98335],[45.49398,13.97584],[45.49582,13.96979],[45.49582,13.96563],[45.50601,13.96185],[45.50896,13.96610],[45.51245,13.96876],[45.51525,13.97447],[45.51525,13.97769],[45.51119,13.98391],[45.50977,13.98807],[45.50824,14.00108],[45.51407,13.99713],[45.51627,13.99756],[45.52042,14.00198],[45.52006,14.01150],[45.51134,14.02683],[45.50693,14.03056],[45.49833,14.04318],[45.49860,14.04940],[45.49676,14.05262],[45.49375,14.05661],[45.49418,14.05957],[45.48810,14.06893],[45.48542,14.07120],[45.48476,14.07438],[45.48224,14.09183],[45.48308,14.10230],[45.48128,14.11904],[45.47562,14.13509],[45.47568,14.14376],[45.48116,14.15114],[45.48134,14.15560],[45.47965,14.17292],[45.47815,14.18133],[45.47496,14.18734],[45.47478,14.19095],[45.46978,14.20717],[45.47857,14.20614],[45.47977,14.20846],[45.48242,14.20597],[45.48964,14.21000],[45.48946,14.21180],[45.49343,14.21378],[45.49235,14.21549],[45.49349,14.21867],[45.49662,14.22150],[45.50161,14.22253],[45.50576,14.23129],[45.50637,14.23790],[45.50582,14.24571],[45.50017,14.24974],[45.49794,14.25051],[45.49710,14.25326],[45.49060,14.25918],[45.48308,14.26536],[45.48260,14.26837],[45.48561,14.27060],[45.48663,14.27377],[45.48898,14.27437],[45.49084,14.27978],[45.49060,14.28622],[45.48507,14.29163],[45.48061,14.30628],[45.48349,14.31752],[45.47332,14.32027],[45.47043,14.32345],[45.46953,14.32611],[45.47290,14.32791],[45.47483,14.33169],[45.47633,14.33323],[45.47766,14.33606],[45.47988,14.33812],[45.48145,14.34216],[45.48494,14.34713],[45.48560,14.35005],[45.48434,14.35992],[45.48578,14.36147],[45.48404,14.36361],[45.48837,14.37863],[45.49420,14.38696],[45.49487,14.39108],[45.49408,14.39417],[45.50022,14.39932],[45.50311,14.39743],[45.50551,14.40644],[45.50816,14.41365],[45.51021,14.41528],[45.50997,14.42310],[45.50774,14.42824],[45.50985,14.43262],[45.51111,14.43648],[45.51673,14.44104],[45.51986,14.45099],[45.52040,14.45580],[45.52365,14.46026],[45.53387,14.47485],[45.53513,14.48155],[45.53640,14.48352],[45.53766,14.48927],[45.55034,14.49837],[45.55184,14.49691],[45.55329,14.49794],[45.55846,14.49786],[45.56086,14.49614],[45.56483,14.49631],[45.56861,14.50060],[45.57268,14.49819],[45.57700,14.49888],[45.58025,14.50119],[45.58271,14.50523],[45.58571,14.50574],[45.58782,14.50677],[45.59448,14.50660],[45.60691,14.50059],[45.60901,14.50094],[45.60739,14.51235],[45.60901,14.51647],[45.61040,14.51741],[45.61094,14.52660],[45.61532,14.53595],[45.62372,14.54497],[45.62521,14.54470],[45.62828,14.54770],[45.63290,14.54959],[45.63950,14.55525],[45.64664,14.56092],[45.65006,14.56409],[45.65804,14.56650],[45.67357,14.56899],[45.67267,14.57525],[45.67010,14.57894],[45.66626,14.58049],[45.66524,14.58358],[45.66740,14.58547],[45.66992,14.59851],[45.66476,14.60933],[45.66188,14.60787],[45.65840,14.61096],[45.65690,14.60864],[45.64532,14.60375],[45.64208,14.60023],[45.63404,14.60212],[45.62725,14.59628],[45.62617,14.59963],[45.62221,14.60589],[45.62137,14.60898],[45.61876,14.61053],[45.61687,14.61362],[45.61702,14.61911],[45.61347,14.62310],[45.61419,14.62486],[45.61341,14.62516],[45.61449,14.62778],[45.60972,14.62842],[45.60813,14.63070],[45.60714,14.63031],[45.60549,14.63177],[45.60444,14.63181],[45.60327,14.63353],[45.60372,14.63606],[45.60462,14.63735],[45.60417,14.64018],[45.60300,14.64190],[45.60086,14.64147],[45.60074,14.64409],[45.59612,14.64911],[45.59195,14.65207],[45.59201,14.65778],[45.59083,14.65928],[45.59086,14.66335],[45.58975,14.66464],[45.59053,14.66696],[45.58972,14.66902],[45.59029,14.67159],[45.58891,14.68086],[45.58594,14.68202],[45.58600,14.68391],[45.58465,14.68541],[45.58336,14.68430],[45.58264,14.68533],[45.58207,14.68936],[45.57978,14.69121],[45.57849,14.69069],[45.57780,14.69301],[45.57293,14.69451],[45.57134,14.69421],[45.57080,14.69485],[45.57074,14.69657],[45.56833,14.69833],[45.56647,14.69782],[45.56377,14.69919],[45.56256,14.70078],[45.56172,14.69880],[45.55779,14.69769],[45.55680,14.69640],[45.55529,14.69567],[45.55529,14.69159],[45.55298,14.68940],[45.55065,14.69118],[45.54770,14.69110],[45.54575,14.68801],[45.54358,14.68925],[45.54178,14.68771],[45.53959,14.68865],[45.53652,14.68711],[45.53520,14.68569],[45.53321,14.68659],[45.53099,14.68668],[45.52681,14.69106],[45.52804,14.69342],[45.52552,14.70033],[45.52747,14.70187],[45.52997,14.70243],[45.53216,14.70105],[45.53442,14.70234],[45.53547,14.70548],[45.53493,14.70809],[45.53324,14.71101],[45.53472,14.71256],[45.53496,14.71341],[45.53379,14.71560],[45.53445,14.72123],[45.53216,14.72569],[45.53069,14.72620],[45.53006,14.72861],[45.52864,14.73157],[45.53006,14.73547],[45.52639,14.73796],[45.52437,14.73861],[45.52311,14.74170],[45.51905,14.74780],[45.51920,14.74917],[45.51734,14.75187],[45.51448,14.75681],[45.51123,14.75827],[45.51072,14.75951],[45.51187,14.76149],[45.51247,14.76865],[45.51160,14.76990],[45.50967,14.76848],[45.50865,14.76711],[45.50705,14.76741],[45.50600,14.76874],[45.50778,14.77213],[45.50711,14.78634],[45.50399,14.78938],[45.50272,14.78921],[45.50137,14.78689],[45.50080,14.78814],[45.50038,14.79015],[45.50140,14.79153],[45.50317,14.79359],[45.50338,14.79530],[45.50266,14.79663],[45.50155,14.79724],[45.49902,14.80020],[45.49729,14.80064],[45.49702,14.80262],[45.49536,14.80382],[45.49359,14.80270],[45.49217,14.79940],[45.48944,14.80056],[45.48712,14.80579],[45.48098,14.80678],[45.47884,14.80554],[45.47737,14.80871],[45.47632,14.80914],[45.47289,14.81408],[45.47195,14.81605],[45.46912,14.81665],[45.46645,14.81596],[45.46012,14.81751],[45.45946,14.81867],[45.46031,14.81970],[45.46112,14.82553],[45.46109,14.82953],[45.46076,14.83270],[45.46211,14.83798],[45.46241,14.84472],[45.46473,14.85566],[45.46633,14.85867],[45.46699,14.86111],[45.46614,14.86802],[45.46726,14.87098],[45.47222,14.87424],[45.47280,14.88124],[45.47517,14.88626],[45.47635,14.89210],[45.47635,14.89617],[45.47544,14.90162],[45.47587,14.90433],[45.47743,14.90836],[45.48047,14.91094],[45.48227,14.91162],[45.48408,14.91132],[45.48739,14.91016],[45.48958,14.91104],[45.49177,14.91335],[45.49367,14.91554],[45.49532,14.91541],[45.49629,14.91400],[45.49815,14.91177],[45.50095,14.91151],[45.50248,14.91262],[45.50372,14.91657],[45.50510,14.91623],[45.51048,14.91305],[45.51636,14.91369],[45.51846,14.91369],[45.52005,14.91494],[45.52072,14.91687],[45.52180,14.91871],[45.52345,14.91983],[45.52655,14.92022],[45.52775,14.92219],[45.52802,14.92558],[45.52937,14.93155],[45.52607,14.93738],[45.52375,14.94356],[45.52008,14.94828],[45.51738,14.95391],[45.51452,14.95691],[45.51061,14.96356],[45.50995,14.96824],[45.50583,14.97107],[45.49996,14.97871],[45.49768,14.98407],[45.49593,14.98901],[45.49641,14.99592],[45.49614,14.99918],[45.49738,15.00467],[45.49765,15.01201],[45.49647,15.01442],[45.49386,15.01515],[45.49280,15.01772],[45.49061,15.02356],[45.48664,15.02476],[45.48567,15.02678],[45.48564,15.02793],[45.48643,15.03334],[45.48766,15.04124],[45.48895,15.04464],[45.49319,15.04764],[45.49415,15.05005],[45.49427,15.05296],[45.49412,15.05554],[45.49259,15.05747],[45.48916,15.05880],[45.48820,15.06082],[45.48787,15.06438],[45.48799,15.07043],[45.48618,15.07322],[45.48284,15.07691],[45.48239,15.07863],[45.48317,15.08421],[45.48287,15.08622],[45.48206,15.08631],[45.48074,15.08605],[45.47776,15.08451],[45.47445,15.08451],[45.46840,15.08459],[45.46614,15.08661],[45.46376,15.09459],[45.46313,15.10382],[45.46054,15.10635],[45.45527,15.11219],[45.45007,15.11987],[45.44690,15.12270],[45.44516,15.13214],[45.44495,15.13734],[45.44353,15.13965],[45.44058,15.14030],[45.43585,15.14528],[45.43146,15.14631],[45.42576,15.15472],[45.42414,15.16124],[45.42179,15.16699],[45.42332,15.17137],[45.42161,15.17708],[45.42284,15.18102],[45.42721,15.18819],[45.42980,15.18986],[45.43209,15.18875],[45.43441,15.18918],[45.43655,15.19394],[45.43546,15.19574],[45.42691,15.20171],[45.42567,15.20712],[45.42510,15.21102],[45.42555,15.21613],[45.42561,15.22154],[45.42673,15.22561],[45.42835,15.22733],[45.43197,15.22819],[45.43573,15.22767],[45.44766,15.23836],[45.45410,15.24486],[45.45768,15.25473],[45.46009,15.26121],[45.46231,15.26744],[45.46523,15.27147],[45.46590,15.27478],[45.46566,15.27868],[45.46265,15.28542],[45.46078,15.29301],[45.45861,15.29928],[45.45656,15.31560],[45.45569,15.32023],[45.45234,15.32723],[45.45704,15.33899],[45.45641,15.34598],[45.46463,15.34933],[45.46920,15.35555],[45.47266,15.35632],[45.47745,15.36049],[45.48097,15.36967],[45.48494,15.37860],[45.48587,15.38555],[45.48924,15.38576],[45.49008,15.38061],[45.49213,15.37800],[45.49469,15.37233],[45.49769,15.37117],[45.49772,15.36911],[45.49451,15.36495],[45.49475,15.36242],[45.49730,15.35963],[45.50142,15.35454],[45.50954,15.33398],[45.51414,15.32776],[45.52027,15.32621],[45.52162,15.32102],[45.52222,15.31591],[45.52577,15.31359],[45.53167,15.31411],[45.53221,15.31230],[45.53188,15.30677],[45.53626,15.30132],[45.54291,15.30119],[45.54750,15.29848],[45.55637,15.29926],[45.56502,15.29823],[45.57481,15.29973],[45.58043,15.29956],[45.58485,15.29844],[45.59079,15.29196],[45.59301,15.28737],[45.59857,15.28119],[45.60422,15.27678],[45.60779,15.28142],[45.61242,15.29313],[45.61233,15.30545],[45.61422,15.30828],[45.61917,15.30575],[45.62268,15.30163],[45.62706,15.30245],[45.62926,15.30137],[45.63232,15.30635],[45.63511,15.32893],[45.63370,15.33480],[45.63304,15.34124],[45.63697,15.35133],[45.63877,15.35270],[45.64003,15.35081],[45.64102,15.34811],[45.64135,15.34356],[45.64321,15.34163],[45.64534,15.34244],[45.64606,15.34399],[45.64669,15.35158],[45.64417,15.36485],[45.64594,15.37004],[45.64549,15.37240],[45.64312,15.37163],[45.64123,15.37497],[45.64084,15.38102],[45.64017,15.38320],[45.63813,15.38577],[45.63747,15.38933],[45.63795,15.39230],[45.64209,15.39929],[45.64620,15.40199],[45.64768,15.40606],[45.65005,15.40538],[45.64957,15.40310],[45.65143,15.39714],[45.65515,15.39400],[45.66130,15.39379],[45.66265,15.39066],[45.66663,15.39091],[45.66744,15.38902],[45.67134,15.38370],[45.67392,15.38400],[45.67503,15.37933],[45.67701,15.37636],[45.68064,15.37430],[45.68529,15.36843],[45.68969,15.36933],[45.68867,15.36602],[45.68628,15.36297],[45.68352,15.36392],[45.67872,15.36328],[45.67476,15.35963],[45.67542,15.35838],[45.67506,15.35752],[45.67647,15.35435],[45.67317,15.35611],[45.67068,15.35156],[45.67053,15.34847],[45.67365,15.34748],[45.67584,15.34903],[45.67794,15.34791],[45.67953,15.34920],[45.68244,15.34984],[45.68397,15.34971],[45.68625,15.35392],[45.68628,15.35684],[45.68547,15.35971],[45.68885,15.36044],[45.69260,15.36383],[45.69482,15.36310],[45.69659,15.36431],[45.69884,15.36216],[45.69695,15.35950],[45.69728,15.35821],[45.69881,15.35692],[45.70285,15.35705],[45.70751,15.35908],[45.71165,15.35865],[45.71339,15.35719],[45.71396,15.35328],[45.71354,15.35144],[45.71405,15.34934],[45.71189,15.34539],[45.71432,15.34200],[45.71387,15.33994],[45.71201,15.33895],[45.71042,15.33663],[45.70871,15.33783],[45.70859,15.33569],[45.70632,15.33513],[45.70443,15.33556],[45.70062,15.33174],[45.69825,15.32683],[45.69594,15.32030],[45.69318,15.31932],[45.68862,15.32091],[45.68673,15.32048],[45.68518,15.32284],[45.67912,15.32571],[45.67492,15.32687],[45.67338,15.32269],[45.67407,15.31814],[45.67802,15.31685],[45.68345,15.31183],[45.68576,15.30835],[45.68888,15.30518],[45.69053,15.30848],[45.69475,15.30887],[45.69718,15.31067],[45.69811,15.30878],[45.69664,15.30805],[45.69739,15.30483],[45.69889,15.30393],[45.69709,15.30166],[45.69670,15.29977],[45.69331,15.30067],[45.69700,15.30385],[45.69484,15.30578],[45.69283,15.30599],[45.69209,15.30144],[45.68957,15.29844],[45.68762,15.30046],[45.68819,15.30269],[45.68771,15.30265],[45.68549,15.29938],[45.68867,15.29505],[45.69113,15.29230],[45.69182,15.28810],[45.69685,15.28655],[45.69943,15.28733],[45.70051,15.28874],[45.70587,15.28681],[45.71016,15.28179],[45.70599,15.27437],[45.70716,15.26909],[45.71672,15.26582],[45.71879,15.26080],[45.71798,15.25746],[45.72041,15.25759],[45.72454,15.25857],[45.72715,15.26162],[45.73296,15.26883],[45.73756,15.27401],[45.74017,15.27392],[45.74098,15.27457],[45.74002,15.27766],[45.74295,15.27770],[45.74412,15.28092],[45.74322,15.28263],[45.74415,15.28409],[45.74601,15.28525],[45.74586,15.28778],[45.74840,15.29409],[45.75221,15.29559],[45.75517,15.29980],[45.75595,15.30589],[45.75550,15.30697],[45.75718,15.31023],[45.75739,15.31190],[45.76035,15.31692],[45.76044,15.32405],[45.76326,15.33194],[45.76990,15.34439],[45.76990,15.34606],[45.77343,15.35164],[45.77394,15.35945],[45.77709,15.36113],[45.77649,15.36876],[45.78098,15.37469],[45.77948,15.38147],[45.78169,15.38499],[45.78433,15.38627],[45.78894,15.39228],[45.79028,15.39722],[45.79148,15.39778],[45.79313,15.40464],[45.79169,15.40808],[45.79525,15.41215],[45.79504,15.41752],[45.79678,15.42189],[45.79585,15.42623],[45.79552,15.43438],[45.79423,15.43636],[45.79586,15.43975],[45.79604,15.44747],[45.79544,15.45640],[45.79406,15.46301],[45.79759,15.47451],[45.80292,15.47082],[45.80801,15.46910],[45.81130,15.46962],[45.81489,15.46618],[45.81806,15.46515],[45.81871,15.46507],[45.81824,15.47270],[45.82045,15.47734],[45.82464,15.47657],[45.82864,15.47888],[45.83026,15.48712],[45.83253,15.49219],[45.83163,15.49519],[45.82996,15.49639],[45.82882,15.50472],[45.82242,15.50197],[45.82224,15.51021],[45.82398,15.51287],[45.82141,15.52043],[45.82332,15.52206],[45.82458,15.52798],[45.82852,15.53227],[45.82990,15.53476],[45.83277,15.53459],[45.83636,15.53862],[45.84425,15.53656],[45.84844,15.53802],[45.84652,15.55193],[45.84186,15.55244],[45.83564,15.55957],[45.84413,15.56188],[45.84963,15.56961],[45.85465,15.57184],[45.84844,15.58145],[45.84658,15.59261],[45.84497,15.59828],[45.84042,15.61046],[45.83714,15.61501],[45.83576,15.61398],[45.83654,15.61716],[45.83211,15.62626],[45.83307,15.62978],[45.82972,15.63501],[45.82547,15.63518],[45.82365,15.63953],[45.82072,15.64201],[45.82945,15.64931],[45.83143,15.65094],[45.83771,15.66030],[45.84177,15.66570],[45.84189,15.66819],[45.84111,15.66982],[45.84165,15.67841],[45.84345,15.68004],[45.84291,15.68991],[45.84398,15.69351],[45.84817,15.69386],[45.84960,15.69583],[45.84919,15.69969],[45.84709,15.70098],[45.84470,15.70433],[45.84662,15.70871],[45.85445,15.70124],[45.86102,15.69283],[45.86210,15.68459],[45.86927,15.67678],[45.87453,15.68218],[45.87483,15.67969],[45.87734,15.67849],[45.88343,15.68064],[45.88278,15.68811],[45.89072,15.67884],[45.89574,15.68313],[45.89622,15.67952],[45.90518,15.67901],[45.91210,15.69016],[45.91317,15.68853],[45.91526,15.69497],[45.91544,15.69763],[45.92010,15.69908],[45.92201,15.70320],[45.92058,15.70552],[45.92464,15.70535],[45.92673,15.70269],[45.93121,15.70535],[45.93258,15.70741],[45.93962,15.70715],[45.93944,15.71093],[45.94153,15.70775],[45.94673,15.70698],[45.95782,15.70930],[45.96409,15.70878],[45.97554,15.70518],[45.98049,15.70303],[45.98741,15.70235],[45.98759,15.70020],[45.99111,15.70046],[45.98998,15.70329],[45.99505,15.69943],[45.99904,15.69926],[46.00154,15.70192],[46.00050,15.70432],[46.00396,15.70698],[46.00479,15.71144],[46.00962,15.70990],[46.01213,15.70938],[46.01350,15.70475],[46.01594,15.70526],[46.01803,15.70767],[46.01809,15.71033],[46.01970,15.71102],[46.02131,15.71333],[46.02285,15.71153],[46.02822,15.71488],[46.03293,15.71634],[46.03585,15.71565],[46.03853,15.71857],[46.03787,15.72192],[46.04139,15.72235],[46.04246,15.72398],[46.04186,15.72938],[46.04401,15.73136],[46.04597,15.72818],[46.04764,15.72741],[46.04925,15.72372],[46.05187,15.72277],[46.05735,15.71393],[46.05926,15.71393],[46.05765,15.71076],[46.06003,15.70183],[46.06224,15.69007],[46.06438,15.68638],[46.06712,15.68501],[46.06640,15.68338],[46.06885,15.67917],[46.07027,15.67969],[46.06962,15.67643],[46.07039,15.67308],[46.07307,15.66759],[46.06992,15.66372],[46.07039,15.65986],[46.07188,15.65651],[46.08046,15.65832],[46.08075,15.65574],[46.08397,15.65445],[46.08206,15.65265],[46.08278,15.64724],[46.08635,15.64716],[46.08683,15.64372],[46.08367,15.64106],[46.08272,15.63497],[46.08314,15.63154],[46.08683,15.62476],[46.09087,15.61815],[46.09218,15.61789],[46.09439,15.62201],[46.09879,15.62364],[46.09861,15.61566],[46.10040,15.61240],[46.10593,15.61240],[46.10635,15.60931],[46.11200,15.60416],[46.11658,15.60424],[46.11831,15.60750],[46.12105,15.60828],[46.12331,15.60630],[46.12497,15.60888],[46.12711,15.60853],[46.13223,15.61128],[46.13699,15.60956],[46.13657,15.60725],[46.14020,15.60261],[46.14163,15.60107],[46.14323,15.59652],[46.14704,15.59454],[46.15007,15.60055],[46.15358,15.61317],[46.15898,15.60939],[46.16094,15.60124],[46.16552,15.60707],[46.16754,15.60699],[46.17200,15.61488],[46.17289,15.62124],[46.17592,15.62862],[46.17937,15.63265],[46.18293,15.63780],[46.18578,15.63488],[46.18751,15.64115],[46.18697,15.64407],[46.19256,15.64810],[46.19808,15.64578],[46.20325,15.64613],[46.20361,15.64767],[46.20592,15.64278],[46.20723,15.64046],[46.21240,15.64175],[46.21341,15.64484],[46.21786,15.64647],[46.21792,15.65239],[46.21947,15.65351],[46.21941,15.65909],[46.22059,15.65969],[46.22333,15.66698],[46.22398,15.67033],[46.22748,15.67239],[46.22724,15.67891],[46.22695,15.68381],[46.22493,15.68673],[46.22368,15.69617],[46.22267,15.70449],[46.22374,15.70956],[46.22267,15.71805],[46.22350,15.72724],[46.22244,15.72913],[46.22101,15.72973],[46.21935,15.72715],[46.21786,15.72861],[46.21650,15.73187],[46.21875,15.73445],[46.22065,15.73548],[46.22184,15.74046],[46.22137,15.74595],[46.22042,15.75290],[46.21911,15.75496],[46.21632,15.75539],[46.21281,15.75196],[46.21074,15.75187],[46.20919,15.75273],[46.20735,15.75685],[46.20866,15.76389],[46.21043,15.76987],[46.21304,15.77759],[46.21589,15.78240],[46.21862,15.78703],[46.22528,15.78909],[46.22813,15.79313],[46.23679,15.79287],[46.23762,15.79604],[46.23739,15.79922],[46.24024,15.79862],[46.24267,15.80042],[46.24868,15.79653],[46.25082,15.79610],[46.25444,15.79207],[46.25949,15.79001],[46.26067,15.79670],[46.26038,15.80211],[46.26251,15.81044],[46.26233,15.82288],[46.26311,15.83086],[46.26489,15.83498],[46.26601,15.84005],[46.26661,15.84751],[46.26589,15.84872],[46.26726,15.85730],[46.26898,15.86477],[46.27379,15.86734],[46.27568,15.86605],[46.28013,15.87361],[46.28120,15.87919],[46.28073,15.88494],[46.28423,15.89652],[46.28915,15.89876],[46.28962,15.90185],[46.28784,15.90416],[46.29010,15.91395],[46.28767,15.91609],[46.28565,15.91601],[46.28743,15.92219],[46.28725,15.92442],[46.28945,15.92931],[46.28903,15.93189],[46.29034,15.93403],[46.28992,15.93850],[46.29134,15.94373],[46.29466,15.94794],[46.29472,15.95412],[46.29698,15.95738],[46.29704,15.96201],[46.29947,15.96622],[46.30629,15.96939],[46.30901,15.97300],[46.30931,15.97561],[46.31275,15.97672],[46.31145,15.98367],[46.30984,15.98376],[46.31174,15.98831],[46.31512,15.98874],[46.31512,15.99063],[46.31014,15.99955],[46.30830,16.00058],[46.30807,16.00367],[46.31038,16.01105],[46.30949,16.01466],[46.31210,16.01689],[46.31471,16.02153],[46.32099,16.01981],[46.32075,16.01749],[46.32472,16.02127],[46.32680,16.02753],[46.32917,16.02590],[46.33207,16.02736],[46.33758,16.03723],[46.33758,16.04453],[46.33539,16.04899],[46.33569,16.05371],[46.33818,16.05569],[46.34197,16.06144],[46.34244,16.06448],[46.34173,16.06817],[46.33971,16.06877],[46.34131,16.07151],[46.34428,16.07306],[46.34457,16.07598],[46.34671,16.07718],[46.35536,16.07392],[46.35713,16.07417],[46.36146,16.07160],[46.36483,16.07194],[46.36525,16.07083],[46.37040,16.06636],[46.37381,16.06234],[46.37429,16.06054],[46.37624,16.06045],[46.37825,16.05513],[46.37985,16.05487],[46.38015,16.05153],[46.38204,16.04998],[46.38548,16.05273],[46.38690,16.05479],[46.38820,16.05333],[46.39383,16.05814],[46.38879,16.08843],[46.40300,16.13238],[46.40501,16.13890],[46.40531,16.14474],[46.40430,16.15203],[46.39886,16.16165],[46.38672,16.18525],[46.38755,16.18886],[46.38631,16.19117],[46.37849,16.18946],[46.38198,16.20508],[46.38577,16.21083],[46.38607,16.21572],[46.37914,16.22087],[46.38743,16.22482],[46.38856,16.23014],[46.38548,16.23718],[46.37985,16.23804],[46.38116,16.24756],[46.37689,16.26473],[46.37926,16.27323],[46.37926,16.30078],[46.38625,16.30301],[46.38885,16.30250],[46.39412,16.30370],[46.39690,16.30584],[46.40188,16.30044],[46.40489,16.29863],[46.40667,16.29546],[46.40827,16.29031],[46.41472,16.28258],[46.41430,16.27323],[46.41555,16.27134],[46.41833,16.27237],[46.41904,16.27443],[46.42247,16.27366],[46.42389,16.27263],[46.42945,16.27237],[46.43683,16.26597],[46.44807,16.26280],[46.45150,16.26469],[46.45682,16.26263],[46.45954,16.25928],[46.46196,16.25851],[46.46581,16.25911],[46.47237,16.25739],[46.47331,16.25499],[46.48153,16.25052],[46.48454,16.24040],[46.49122,16.24203],[46.49584,16.24065],[46.49938,16.24203],[46.49832,16.24563],[46.50104,16.25241],[46.50175,16.26048],[46.50506,16.26331],[46.50500,16.26580],[46.51604,16.26555],[46.51569,16.27027],[46.51811,16.27164],[46.51858,16.27404],[46.51693,16.27224],[46.51646,16.27730],[46.51675,16.28469],[46.51581,16.28460],[46.51652,16.29009],[46.51616,16.29318],[46.51451,16.29361],[46.51504,16.29619],[46.51309,16.29610],[46.51256,16.30116],[46.51380,16.30254],[46.51451,16.30683],[46.51782,16.30709],[46.52059,16.31035],[46.52024,16.31404],[46.52301,16.31421],[46.52307,16.31249],[46.52478,16.31318],[46.52549,16.31747],[46.52827,16.32262],[46.52821,16.32889],[46.52974,16.33395],[46.52750,16.33601],[46.52839,16.33962],[46.53022,16.34082],[46.53482,16.34048],[46.53789,16.34442],[46.54025,16.34425],[46.54267,16.33661],[46.54267,16.34477],[46.54427,16.35284],[46.54645,16.35086],[46.54946,16.35266],[46.54905,16.35575],[46.54657,16.35610],[46.54545,16.35816],[46.54728,16.36099],[46.54675,16.36588],[46.54952,16.36700],[46.55253,16.36485],[46.55560,16.36786],[46.55324,16.37404],[46.55271,16.38236],[46.54982,16.38279],[46.54793,16.38073],[46.54651,16.37429],[46.54669,16.37043],[46.54468,16.37009],[46.54267,16.37343],[46.54114,16.38056],[46.54315,16.38159],[46.54232,16.38502],[46.54020,16.38717],[46.53612,16.38785],[46.53648,16.39669],[46.53795,16.39661],[46.53984,16.40081],[46.53966,16.40305],[46.53766,16.40502],[46.53435,16.40390],[46.53211,16.40322],[46.53057,16.40459],[46.52915,16.40674],[46.52715,16.40802],[46.52750,16.41051],[46.52998,16.41171],[46.53122,16.41000],[46.53341,16.40751],[46.53435,16.40862],[46.53400,16.41137],[46.53157,16.41558],[46.52898,16.41832],[46.52791,16.42502],[46.53087,16.42339],[46.53293,16.42519],[46.53370,16.42794],[46.53199,16.43146],[46.52744,16.43317],[46.52709,16.43480],[46.52886,16.43695],[46.52543,16.44218],[46.52255,16.43858],[46.51652,16.43909],[46.51546,16.44133],[46.51546,16.44321],[46.51788,16.45094],[46.51723,16.45987],[46.52202,16.46184],[46.52213,16.46502],[46.51954,16.46613],[46.51759,16.47171],[46.51133,16.47171],[46.51233,16.47540],[46.51351,16.47789],[46.51127,16.48132],[46.50920,16.48107],[46.50820,16.48948],[46.50300,16.48639],[46.50117,16.48793],[46.50075,16.49111],[46.49786,16.49317],[46.49543,16.50991],[46.49218,16.50802],[46.49272,16.51634],[46.48941,16.51926],[46.48639,16.51669],[46.48492,16.51857],[46.48149,16.51600],[46.48072,16.51042],[46.47901,16.51265],[46.47830,16.51849],[46.47930,16.52278],[46.48060,16.52347],[46.47924,16.53188],[46.47771,16.53325],[46.47351,16.52809],[46.47085,16.52826],[46.47114,16.52534],[46.46925,16.52466],[46.46772,16.52680],[46.46866,16.52963],[46.47120,16.53556],[46.47380,16.53410],[46.47623,16.53753],[46.47794,16.54199],[46.47670,16.54363],[46.47794,16.55041],[46.47617,16.55152],[46.47794,16.56234],[46.47664,16.56345],[46.47451,16.56294],[46.47298,16.56628],[46.47298,16.56895],[46.47215,16.57427],[46.47268,16.57856],[46.47209,16.58319],[46.47386,16.58929],[46.47309,16.59066],[46.46435,16.59066],[46.46316,16.59229],[46.46417,16.59487],[46.47144,16.59292],[46.47741,16.59815],[46.47629,16.60099],[46.47682,16.60656],[46.47286,16.60862],[46.46890,16.61137],[46.46825,16.61601],[46.46523,16.61738],[46.46902,16.62279],[46.46754,16.62862],[46.46281,16.63000],[46.46186,16.63180],[46.46511,16.63532],[46.46482,16.63806],[46.46423,16.64648],[46.46328,16.65386],[46.45932,16.66536],[46.45483,16.66750],[46.45110,16.66519],[46.44850,16.65841],[46.44607,16.65789],[46.44554,16.66004],[46.44684,16.66210],[46.45004,16.66828],[46.44956,16.67291],[46.44767,16.67574],[46.44341,16.67540],[46.44093,16.67978],[46.42786,16.68862],[46.41925,16.69466],[46.41256,16.70136],[46.40634,16.70496],[46.40191,16.71011],[46.39889,16.71578],[46.39362,16.71672],[46.39161,16.72032],[46.39427,16.72273],[46.39853,16.72256],[46.40120,16.72668],[46.40137,16.73500],[46.39906,16.74015],[46.38977,16.73955],[46.38681,16.74178],[46.38604,16.74436],[46.38681,16.74719],[46.38888,16.74985],[46.38882,16.75303],[46.38752,16.75577],[46.38178,16.75783],[46.37959,16.75998],[46.37941,16.76238],[46.38178,16.76436],[46.38521,16.76607],[46.38586,16.76908],[46.38592,16.77174],[46.38119,16.77508],[46.37941,16.77689],[46.37994,16.78041],[46.38373,16.78272],[46.38598,16.78753],[46.38764,16.79251],[46.38550,16.80191],[46.38278,16.80380],[46.37946,16.80277],[46.37733,16.80466],[46.37780,16.81015],[46.37638,16.81256],[46.37188,16.81376],[46.37117,16.81633],[46.37437,16.82045],[46.37348,16.82380],[46.36821,16.82646],[46.36886,16.83058],[46.37348,16.83127],[46.37526,16.83358],[46.37389,16.83891],[46.37004,16.83899],[46.36821,16.83650],[46.36471,16.83676],[46.36406,16.83925],[46.36471,16.84217],[46.36122,16.85195],[46.35492,16.85084],[46.35267,16.85676],[46.35605,16.86362],[46.35368,16.86732],[46.34983,16.86740],[46.34740,16.86225],[46.34509,16.86543],[46.34408,16.87427],[46.34082,16.87530],[46.33750,16.87161],[46.33656,16.87410],[46.33697,16.87976],[46.33585,16.88122],[46.33176,16.88036],[46.32624,16.87410],[46.32328,16.87487],[46.32026,16.87719],[46.31718,16.87753],[46.31445,16.87547],[46.31148,16.87633],[46.30462,16.87832],[46.30041,16.88467],[46.29780,16.88596],[46.29265,16.88776],[46.28138,16.88476],[46.27449,16.90364],[46.26654,16.90810],[46.26174,16.91505],[46.25925,16.92879],[46.25367,16.93703],[46.25011,16.93883],[46.24660,16.94484],[46.24215,16.95110],[46.23978,16.95437],[46.24191,16.95660],[46.24037,16.96072],[46.24067,16.96672],[46.24340,16.96990],[46.24358,16.97393],[46.23966,16.97625],[46.23414,16.97454],[46.22476,16.97402],[46.22440,16.97883],[46.22529,16.98106],[46.22262,16.98475],[46.22565,16.98767],[46.22476,16.99127],[46.22042,16.99651],[46.22333,16.99874],[46.22363,17.00518],[46.21644,17.02080],[46.21656,17.02217],[46.20225,17.05590],[46.20253,17.06722],[46.19766,17.06645],[46.19232,17.07185],[46.18881,17.07657],[46.18851,17.08026],[46.18590,17.08258],[46.18625,17.08524],[46.18875,17.08602],[46.19000,17.08953],[46.18572,17.10370],[46.18209,17.10310],[46.18019,17.10722],[46.17627,17.11125],[46.17972,17.11760],[46.17912,17.12404],[46.17645,17.12533],[46.17288,17.12352],[46.16920,17.12507],[46.16949,17.12910],[46.16837,17.13434],[46.17146,17.13717],[46.17318,17.14017],[46.17051,17.14438],[46.17223,17.15459],[46.16872,17.16120],[46.16634,17.15871],[46.16522,17.15940],[46.16272,17.15734],[46.15826,17.15751],[46.15796,17.15931],[46.15558,17.16146],[46.15701,17.16927],[46.15005,17.18223],[46.14683,17.17855],[46.14463,17.17880],[46.14023,17.18258],[46.13869,17.18078],[46.13274,17.18679],[46.13113,17.18515],[46.13018,17.18095],[46.12875,17.17846],[46.12887,17.17485],[46.12257,17.17726],[46.12298,17.18052],[46.11912,17.18292],[46.11049,17.17640],[46.10722,17.17794],[46.10668,17.18558],[46.11067,17.19279],[46.11275,17.20575],[46.10888,17.20962],[46.11281,17.21039],[46.11465,17.21314],[46.11400,17.21571],[46.11221,17.21871],[46.10775,17.21889],[46.09954,17.20996],[46.09888,17.21253],[46.09942,17.22129],[46.09996,17.23202],[46.09692,17.23485],[46.09341,17.22386],[46.08984,17.22172],[46.08621,17.21863],[46.08257,17.21940],[46.08156,17.22189],[46.08019,17.23365],[46.07662,17.24060],[46.06942,17.23983],[46.06578,17.24146],[46.06489,17.24446],[46.06543,17.25056],[46.06495,17.25245],[46.06304,17.25245],[46.05965,17.24747],[46.05733,17.26489],[46.05772,17.27041],[46.05325,17.27264],[46.04461,17.25805],[46.03347,17.26011],[46.03365,17.27032],[46.03168,17.28234],[46.03275,17.29358],[46.02787,17.29659],[46.02346,17.29384],[46.02176,17.29003],[46.02015,17.27304],[46.01621,17.27149],[46.01353,17.25802],[46.01097,17.25948],[46.00876,17.27192],[46.00191,17.27862],[46.00048,17.28625],[46.00423,17.29999],[46.00298,17.30540],[45.99976,17.30737],[45.99475,17.30376],[45.99189,17.29527],[45.98724,17.29561],[45.98402,17.29853],[45.98217,17.30866],[45.99046,17.31218],[45.99207,17.31896],[45.98974,17.32376],[45.98664,17.32522],[45.98223,17.32136],[45.97990,17.31818],[45.97561,17.31810],[45.97265,17.31068],[45.96925,17.31017],[45.96656,17.31394],[45.96793,17.31875],[45.96895,17.32733],[45.97467,17.33308],[45.98171,17.33660],[45.98440,17.33523],[45.98690,17.32905],[45.99149,17.32604],[45.99610,17.33137],[45.99645,17.33652],[45.99449,17.34150],[45.98393,17.34391],[45.97725,17.34957],[45.97463,17.35446],[45.97630,17.35918],[45.98989,17.36099],[45.99228,17.36536],[45.99204,17.36923],[45.98876,17.37566],[45.98238,17.37532],[45.97594,17.36802],[45.97385,17.36914],[45.97135,17.37669],[45.96771,17.37592],[45.96812,17.36888],[45.96842,17.36244],[45.96663,17.36047],[45.96353,17.36030],[45.96138,17.37326],[45.96592,17.38433],[45.96556,17.38794],[45.96210,17.39343],[45.95768,17.38991],[45.95536,17.38485],[45.95786,17.36828],[45.95828,17.36296],[45.95750,17.35841],[45.95386,17.35712],[45.95195,17.35335],[45.95333,17.34948],[45.95655,17.34845],[45.95929,17.34966],[45.96007,17.34717],[45.95888,17.34322],[45.95404,17.34296],[45.95285,17.34039],[45.94557,17.34433],[45.94211,17.34940],[45.94133,17.35429],[45.94264,17.36013],[45.94837,17.37455],[45.94861,17.37978],[45.94712,17.38588],[45.94473,17.38811],[45.94032,17.38837],[45.93668,17.38562],[45.93148,17.38982],[45.93142,17.39480],[45.94079,17.41171],[45.93530,17.41257],[45.93291,17.41102],[45.93071,17.41231],[45.92742,17.42665],[45.92874,17.43489],[45.93160,17.43746],[45.93697,17.43291],[45.94193,17.42665],[45.94760,17.42750],[45.95076,17.43703],[45.95026,17.44921],[45.94429,17.46560],[45.94190,17.48337],[45.93945,17.51564],[45.93492,17.52706],[45.93432,17.53272],[45.93522,17.54534],[45.93737,17.56328],[45.93164,17.57984],[45.91838,17.59727],[45.90942,17.61563],[45.89455,17.62971],[45.87021,17.64479],[45.86059,17.64968],[45.85372,17.64873],[45.84582,17.65371],[45.83937,17.66075],[45.83494,17.67019],[45.83488,17.67697],[45.83847,17.69053],[45.83709,17.70101],[45.83207,17.70796],[45.83129,17.72813],[45.82950,17.73534],[45.82812,17.74538],[45.81257,17.75860],[45.81209,17.76272],[45.81730,17.76881],[45.81778,17.78503],[45.81000,17.79276],[45.80557,17.80392],[45.80396,17.81164],[45.80617,17.81542],[45.80916,17.81645],[45.81072,17.82383],[45.80910,17.82881],[45.80443,17.83301],[45.79031,17.83130],[45.78534,17.84434],[45.78223,17.85353],[45.77481,17.85301],[45.76948,17.85662],[45.76679,17.86537],[45.76870,17.86795],[45.77625,17.87207],[45.78768,17.89056],[45.79127,17.90361],[45.79175,17.91150],[45.78756,17.92086],[45.78660,17.92893],[45.78780,17.93657],[45.79115,17.94712],[45.79235,17.95425],[45.79019,17.96738],[45.78918,17.97184],[45.79438,17.98738],[45.79546,17.99648],[45.79013,18.00738],[45.77996,18.01991],[45.77762,18.02746],[45.77439,18.04368],[45.77253,18.05759],[45.76661,18.07527],[45.76427,18.08351],[45.76673,18.10136],[45.77235,18.10874],[45.78774,18.11904],[45.78953,18.12471],[45.78828,18.12994],[45.78882,18.14376],[45.78642,18.15406],[45.78325,18.15818],[45.77966,18.16187],[45.77661,18.16659],[45.77631,18.17174],[45.78044,18.17586],[45.78744,18.18651],[45.78702,18.19492],[45.78229,18.20393],[45.77942,18.23036],[45.77128,18.23629],[45.76469,18.24049],[45.76134,18.24401],[45.76283,18.24856],[45.76188,18.25852],[45.75589,18.27603],[45.75804,18.28306],[45.76116,18.29088],[45.76128,18.29577],[45.75822,18.30504],[45.75644,18.31933],[45.75405,18.33409],[45.74770,18.33890],[45.74968,18.34310],[45.75584,18.34593],[45.76333,18.35443],[45.76740,18.35606],[45.76752,18.35778],[45.76656,18.36576],[45.77357,18.36319],[45.76489,18.37958],[45.76489,18.38722],[45.76111,18.39348],[45.75782,18.39340],[45.75357,18.39803],[45.75573,18.39838],[45.75567,18.40018],[45.75057,18.39992],[45.74860,18.39692],[45.74512,18.39889],[45.73949,18.40954],[45.74153,18.42112],[45.74213,18.42842],[45.73889,18.43486],[45.73875,18.44362],[45.73804,18.44611],[45.74654,18.44877],[45.74948,18.44714],[45.75798,18.44774],[45.76014,18.44405],[45.77008,18.45633],[45.76654,18.46508],[45.76690,18.48199],[45.77671,18.48173],[45.78767,18.48568],[45.79515,18.48954],[45.79533,18.50019],[45.79198,18.50568],[45.78773,18.50585],[45.78485,18.51091],[45.78563,18.51881],[45.78827,18.52113],[45.79389,18.53229],[45.79347,18.53898],[45.79622,18.54430],[45.79425,18.54834],[45.79455,18.55495],[45.80418,18.55872],[45.80065,18.57486],[45.81435,18.57203],[45.81764,18.58653],[45.82189,18.59477],[45.82763,18.60267],[45.83379,18.60026],[45.83953,18.62275],[45.85311,18.61374],[45.85394,18.62241],[45.86112,18.62498],[45.87271,18.62679],[45.87725,18.63185],[45.86859,18.63803],[45.87337,18.65013],[45.87403,18.65468],[45.88490,18.64078],[45.88956,18.64078],[45.89249,18.64515],[45.89297,18.64944],[45.89583,18.65417],[45.89565,18.66026],[45.91745,18.65940],[45.91668,18.66404],[45.91118,18.66987],[45.91583,18.67705],[45.91846,18.70494],[45.91189,18.71138],[45.90670,18.71936],[45.90210,18.73344],[45.90025,18.74348],[45.90036,18.75163],[45.89893,18.75052],[45.89798,18.75181],[45.89696,18.75764],[45.89272,18.76185],[45.88860,18.76116],[45.88967,18.76751],[45.88794,18.77489],[45.88500,18.78030],[45.88028,18.78588],[45.87825,18.79283],[45.87986,18.80845],[45.89020,18.81188],[45.89785,18.81085],[45.90310,18.80699],[45.91487,18.82210],[45.90519,18.82871],[45.91164,18.86724],[45.91821,18.86432],[45.92090,18.86424],[45.92006,18.86647],[45.91702,18.86999],[45.91630,18.87565],[45.91738,18.88115],[45.92162,18.88647],[45.92179,18.88913],[45.92054,18.89557],[45.91905,18.90355],[45.91523,18.90673],[45.91105,18.90501],[45.90764,18.89883],[45.89988,18.87394],[45.89438,18.87068],[45.88441,18.87797],[45.88166,18.88415],[45.87759,18.89600],[45.87401,18.90140],[45.87096,18.90346],[45.86732,18.90364],[45.86445,18.89883],[45.86026,18.89282],[45.85865,18.88218],[45.85925,18.86862],[45.86182,18.85918],[45.85925,18.85609],[45.84356,18.85920],[45.82610,18.85156],[45.80851,18.85019],[45.80840,18.85740],[45.80636,18.86307],[45.80774,18.87731],[45.81522,18.88032],[45.82090,18.88109],[45.82712,18.89105],[45.82604,18.89851],[45.81862,18.91963],[45.81025,18.92315],[45.80086,18.92572],[45.78500,18.92177],[45.78081,18.92501],[45.77787,18.92355],[45.77141,18.91016],[45.77135,18.89797],[45.77440,18.89420],[45.77871,18.89188],[45.78093,18.88664],[45.78386,18.88218],[45.78386,18.87111],[45.77799,18.85866],[45.77476,18.85343],[45.77111,18.85137],[45.76746,18.85369],[45.76291,18.85935],[45.75602,18.88167],[45.75500,18.88673],[45.74524,18.90819],[45.74572,18.91960],[45.75189,18.93299],[45.76069,18.94733],[45.76249,18.94767],[45.76794,18.95857],[45.76752,18.96458],[45.76488,18.97351],[45.75141,18.97222],[45.74829,18.97969],[45.73937,18.98011],[45.73422,18.97694],[45.72530,18.96481],[45.72350,18.96103],[45.72212,18.94738],[45.72230,18.94189],[45.72200,18.93271],[45.72590,18.91751],[45.72356,18.91194],[45.71547,18.90619],[45.71110,18.90773],[45.71649,18.92987],[45.71457,18.93545],[45.71733,18.94893],[45.72212,18.96189],[45.72212,18.96730],[45.72134,18.97365],[45.71787,18.97785],[45.70978,18.97837],[45.69695,18.97322],[45.69401,18.96687],[45.69425,18.95777],[45.69695,18.95245],[45.70348,18.94695],[45.70330,18.93451],[45.70546,18.91897],[45.70252,18.91777],[45.69497,18.92601],[45.68895,18.93157],[45.67282,18.96453],[45.66580,18.96899],[45.66346,18.97311],[45.65759,18.97603],[45.65423,18.97509],[45.65141,18.97286],[45.64961,18.96934],[45.64691,18.95646],[45.64337,18.94771],[45.64277,18.94015],[45.63238,18.93629],[45.63154,18.93689],[45.63478,18.94419],[45.63046,18.94968],[45.62662,18.95243],[45.62380,18.95168],[45.62128,18.94052],[45.62056,18.94482],[45.61852,18.94585],[45.61269,18.94284],[45.60657,18.94670],[45.60261,18.94319],[45.59726,18.93460],[45.59936,18.91666],[45.59810,18.91108],[45.58921,18.90164],[45.58123,18.89830],[45.57414,18.89692],[45.57029,18.89984],[45.56789,18.90439],[45.56729,18.91160],[45.56879,18.91409],[45.56669,18.92508],[45.56350,18.93100],[45.55623,18.93589],[45.54908,18.93598],[45.54325,18.93005],[45.53285,18.95082],[45.53874,18.99400],[45.55796,19.01204],[45.55586,19.02405],[45.53428,19.03392],[45.53001,19.07461],[45.51654,19.09967],[45.50614,19.10216],[45.49158,19.09366],[45.48436,19.05049],[45.49206,19.02045],[45.49795,19.00422],[45.48616,18.99272],[45.44667,18.98792],[45.43668,18.99762],[45.42824,19.02139],[45.41826,19.02935],[45.41085,19.02952],[45.40470,19.02386],[45.40030,19.01467],[45.39928,18.98386],[45.38813,18.96953],[45.37306,18.97296],[45.35846,19.00909],[45.35750,19.01579],[45.35213,19.02317],[45.34954,19.04334],[45.34869,19.04952],[45.34302,19.05630],[45.33734,19.08893],[45.32708,19.09872],[45.29726,19.10267],[45.26504,19.19643],[45.26625,19.20716],[45.26498,19.21823],[45.26637,19.22990],[45.27241,19.24466],[45.27911,19.25067],[45.28177,19.25591],[45.28056,19.26535],[45.27972,19.27050],[45.27428,19.27651],[45.26915,19.27539],[45.26281,19.26827],[45.25676,19.26226],[45.25054,19.25994],[45.24341,19.26054],[45.23453,19.31144],[45.23271,19.40191],[45.23404,19.42208],[45.22352,19.42448],[45.21826,19.42688],[45.19507,19.44899],[45.19253,19.44315],[45.19199,19.43723],[45.18999,19.43774],[45.18769,19.43457],[45.18642,19.43036],[45.17916,19.43388],[45.17487,19.44117],[45.17378,19.44032],[45.17015,19.42993],[45.16803,19.42727],[45.16664,19.42015],[45.16785,19.41706],[45.16930,19.40375],[45.17238,19.38950],[45.17075,19.38453],[45.16960,19.37328],[45.17105,19.36753],[45.17444,19.36410],[45.17117,19.36032],[45.16948,19.36067],[45.16900,19.35543],[45.16409,19.35560],[45.16494,19.34959],[45.17196,19.34633],[45.17704,19.32865],[45.18152,19.33071],[45.18672,19.32762],[45.20166,19.32015],[45.20741,19.31990],[45.20445,19.28805],[45.20674,19.28316],[45.19761,19.28625],[45.19495,19.28925],[45.19308,19.28780],[45.19362,19.28187],[45.18872,19.28488],[45.17856,19.29483],[45.17438,19.29458],[45.17087,19.29707],[45.17178,19.29071],[45.17027,19.28754],[45.17172,19.27612],[45.17541,19.27252],[45.17384,19.26316],[45.17438,19.26033],[45.17196,19.24951],[45.17741,19.24694],[45.17450,19.23793],[45.18464,19.22710],[45.18561,19.21981],[45.18755,19.21449],[45.19136,19.20951],[45.19208,19.20565],[45.19825,19.19363],[45.20031,19.19063],[45.20110,19.18633],[45.19995,19.17930],[45.20140,19.17664],[45.19958,19.17157],[45.18991,19.16668],[45.18374,19.18616],[45.17908,19.19509],[45.16613,19.18788],[45.12908,19.14145],[45.13429,19.11956],[45.13804,19.11458],[45.14537,19.08703],[45.13847,19.08840],[45.13229,19.08179],[45.12696,19.07836],[45.11303,19.07784],[45.11103,19.08600],[45.10940,19.08325],[45.10776,19.08402],[45.10649,19.08969],[45.10110,19.09458],[45.09958,19.09355],[45.09728,19.09553],[45.09274,19.09278],[45.08904,19.09510],[45.08541,19.09965],[45.08268,19.10153],[45.08135,19.10625],[45.07935,19.10746],[45.05874,19.09647],[45.05591,19.10211],[45.05257,19.10271],[45.05160,19.10691],[45.04802,19.10451],[45.04699,19.10296],[45.04408,19.10391],[45.03717,19.09593],[45.03353,19.09721],[45.03341,19.10013],[45.02734,19.10022],[45.02631,19.09902],[45.02297,19.09876],[45.01381,19.10185],[45.01041,19.10434],[45.00495,19.09696],[44.99955,19.09550],[44.99579,19.09224],[44.99378,19.08674],[44.98838,19.08116],[44.98116,19.05756],[44.97800,19.05267],[44.97375,19.06383],[44.97345,19.07061],[44.97138,19.07567],[44.97442,19.08099],[44.97490,19.08537],[44.97375,19.08863],[44.97181,19.09249],[44.97150,19.10374],[44.97053,19.11017],[44.97190,19.11378],[44.97506,19.11550],[44.97718,19.12133],[44.98155,19.13601],[44.98107,19.13979],[44.97548,19.14794],[44.95781,19.14657],[44.95872,19.15300],[44.95319,19.15532],[44.95004,19.14863],[44.94669,19.14245],[44.94068,19.14210],[44.93922,19.13618],[44.93868,19.12374],[44.93697,19.12039],[44.93381,19.11575],[44.93242,19.11120],[44.93339,19.10777],[44.93254,19.10417],[44.93084,19.10417],[44.92531,19.08751],[44.92330,19.08769],[44.92239,19.08537],[44.91959,19.08434],[44.91850,19.08751],[44.91589,19.08734],[44.91607,19.08331],[44.91346,19.08133],[44.91048,19.08777],[44.90640,19.08211],[44.90555,19.07558],[44.90093,19.06923],[44.90112,19.06614],[44.90914,19.05198],[44.91297,19.04305],[44.92209,19.03361],[44.92260,19.02765],[44.92005,19.01237],[44.91506,18.99881],[44.91294,18.99889],[44.90540,18.98902],[44.90309,18.99126],[44.89403,18.99289],[44.88466,18.99975],[44.88466,19.00370],[44.86940,19.01494],[44.85541,19.02264],[44.85505,19.00092],[44.84915,18.97749],[44.85285,18.86059],[44.85425,18.84900],[44.87834,18.81896],[44.88472,18.79896],[44.90005,18.77347],[44.90436,18.76557],[44.90959,18.76180],[44.91500,18.76712],[44.91883,18.77313],[44.92248,18.77029],[44.92752,18.75742],[44.93992,18.74909],[44.94478,18.75519],[44.94465,18.76171],[44.93548,18.77802],[44.93445,18.78677],[44.93463,18.79690],[44.93785,18.80343],[44.94447,18.80540],[44.95547,18.78952],[44.97466,18.78386],[44.98759,18.79639],[44.99414,18.79544],[44.99636,18.78663],[44.99988,18.75908],[44.99678,18.75032],[44.99302,18.74509],[44.99199,18.73255],[44.99593,18.72715],[45.00006,18.72835],[45.00940,18.73745],[45.01711,18.73822],[45.02245,18.72492],[45.02699,18.72131],[45.03663,18.71762],[45.03845,18.71119],[45.03797,18.70252],[45.04015,18.69316],[45.05683,18.67196],[45.06301,18.66810],[45.06762,18.67153],[45.07186,18.68389],[45.07768,18.68801],[45.09204,18.68029],[45.09501,18.67282],[45.09447,18.66544],[45.08744,18.65934],[45.07889,18.65437],[45.07410,18.65462],[45.06592,18.66020],[45.05931,18.65943],[45.05701,18.65686],[45.05725,18.64956],[45.06174,18.64098],[45.06174,18.61300],[45.06544,18.60561],[45.07119,18.60750],[45.07568,18.61617],[45.08120,18.62793],[45.08192,18.63317],[45.09004,18.63711],[45.09404,18.63299],[45.09634,18.62467],[45.09301,18.62184],[45.08410,18.62021],[45.08035,18.61411],[45.08150,18.60330],[45.08350,18.59428],[45.09204,18.58750],[45.09573,18.57169],[45.09379,18.56809],[45.08961,18.56998],[45.08034,18.58225],[45.07470,18.58380],[45.07064,18.58062],[45.06682,18.57624],[45.06725,18.57161],[45.07931,18.56938],[45.09301,18.54869],[45.09458,18.54002],[45.08931,18.53024],[45.08719,18.53032],[45.08355,18.53547],[45.08089,18.54560],[45.07707,18.55024],[45.07216,18.55075],[45.06458,18.53822],[45.05834,18.53676],[45.04851,18.53736],[45.04415,18.53563],[45.04415,18.53177],[45.04737,18.52876],[45.05622,18.53091],[45.06077,18.52619],[45.06077,18.52155],[45.05658,18.50971],[45.06077,18.49563],[45.06168,18.48980],[45.06052,18.48199],[45.06271,18.47641],[45.06695,18.46963],[45.07574,18.46079],[45.08156,18.44731],[45.08871,18.44105],[45.10028,18.43684],[45.10664,18.42680],[45.11064,18.40980],[45.10452,18.35170],[45.10143,18.31947],[45.10561,18.31509],[45.11506,18.30951],[45.11609,18.29964],[45.11318,18.28934],[45.11518,18.27930],[45.13044,18.27775],[45.13565,18.27381],[45.13832,18.26342],[45.13892,18.24806],[45.12990,18.22145],[45.12324,18.21038],[45.11403,18.20866],[45.10798,18.21115],[45.09992,18.22145],[45.09570,18.22089],[45.08619,18.21050],[45.08031,18.20252],[45.07734,18.19042],[45.07716,18.16802],[45.08601,18.14707],[45.08486,18.13697],[45.08043,18.12169],[45.08334,18.10959],[45.09722,18.09689],[45.10273,18.08453],[45.10637,18.07123],[45.10964,18.07148],[45.11200,18.07560],[45.11692,18.08516],[45.12177,18.08473],[45.13145,18.07778],[45.13854,18.07374],[45.14247,18.06739],[45.14369,18.05958],[45.14247,18.05057],[45.13878,18.04422],[45.13297,18.04353],[45.12631,18.04113],[45.12528,18.03555],[45.12994,18.02903],[45.13654,18.02602],[45.14695,18.02293],[45.15059,18.01753],[45.15216,18.00774],[45.15186,18.00328],[45.14871,17.99478],[45.14320,17.98328],[45.13254,17.97581],[45.12237,17.97461],[45.11420,17.96620],[45.11183,17.95324],[45.11159,17.94036],[45.10729,17.93204],[45.09887,17.92938],[45.08463,17.93762],[45.08081,17.93487],[45.07226,17.91805],[45.05850,17.89984],[45.04558,17.86491],[45.04437,17.85366],[45.04576,17.84036],[45.05534,17.82039],[45.06832,17.79979],[45.08274,17.78485],[45.08480,17.77447],[45.08474,17.75859],[45.09722,17.73825],[45.11328,17.71178],[45.11728,17.69110],[45.13006,17.68045],[45.13406,17.66766],[45.13279,17.65539],[45.12728,17.64088],[45.11964,17.62758],[45.11395,17.62535],[45.11322,17.61093],[45.10759,17.60569],[45.10637,17.59730],[45.10740,17.59121],[45.11648,17.58142],[45.11594,17.57361],[45.10958,17.56563],[45.10909,17.55602],[45.11339,17.55499],[45.11957,17.55765],[45.12575,17.55619],[45.12993,17.55190],[45.12999,17.54520],[45.12750,17.54014],[45.11981,17.54194],[45.11400,17.53979],[45.10958,17.53344],[45.10824,17.52563],[45.10873,17.51259],[45.11460,17.50675],[45.11436,17.50143],[45.10938,17.48784],[45.11126,17.48054],[45.11556,17.47917],[45.12295,17.49144],[45.12858,17.49376],[45.13591,17.49273],[45.13790,17.48981],[45.13385,17.48441],[45.12713,17.47496],[45.12579,17.45866],[45.12755,17.44836],[45.13191,17.44827],[45.14033,17.45471],[45.15086,17.45531],[45.15727,17.45273],[45.15951,17.45076],[45.16030,17.44690],[45.16024,17.44218],[45.15800,17.43831],[45.15625,17.43668],[45.14741,17.43531],[45.14033,17.42656],[45.13409,17.41402],[45.13724,17.38304],[45.13833,17.36107],[45.14283,17.34108],[45.15500,17.32701],[45.16420,17.33181],[45.16535,17.32460],[45.16395,17.31499],[45.16758,17.31061],[45.17618,17.31061],[45.17660,17.30443],[45.17454,17.28890],[45.17769,17.28203],[45.18886,17.27533],[45.18922,17.27233],[45.18674,17.26915],[45.16919,17.26022],[45.15394,17.25516],[45.14874,17.24955],[45.14589,17.24526],[45.14680,17.23462],[45.14577,17.21831],[45.14971,17.20363],[45.14619,17.18793],[45.14747,17.17677],[45.15195,17.16432],[45.16326,17.14226],[45.16824,17.12600],[45.17592,17.11322],[45.17992,17.09759],[45.19135,17.06901],[45.19812,17.06567],[45.20060,17.05322],[45.20786,17.04335],[45.22558,17.03837],[45.22576,17.03485],[45.21881,17.03013],[45.21451,17.02249],[45.21234,17.01305],[45.21554,17.00799],[45.21923,17.00756],[45.22993,17.01597],[45.23277,17.02284],[45.23591,17.02335],[45.23881,17.00893],[45.23773,17.00567],[45.23483,17.00387],[45.22836,17.00756],[45.22455,17.00541],[45.22141,17.00026],[45.22213,16.99219],[45.22413,16.98704],[45.23071,16.98224],[45.24196,16.98524],[45.24903,16.97855],[45.25108,16.97220],[45.25108,16.96885],[45.24842,16.96533],[45.24365,16.96044],[45.24099,16.96645],[45.23954,16.97314],[45.23609,16.97563],[45.23108,16.97735],[45.22697,16.97477],[45.22787,16.96842],[45.23247,16.96138],[45.23211,16.95486],[45.22896,16.94876],[45.22739,16.94181],[45.22763,16.93812],[45.24051,16.93503],[45.24601,16.93709],[45.24927,16.94482],[45.25295,16.95426],[45.25749,16.95409],[45.26265,16.94274],[45.26549,16.94008],[45.27359,16.93870],[45.27582,16.93561],[45.27655,16.92918],[45.27461,16.92188],[45.27111,16.91767],[45.26821,16.91862],[45.26567,16.91716],[45.26356,16.91407],[45.26024,16.91313],[45.25710,16.91441],[45.25184,16.90840],[45.24991,16.89896],[45.25154,16.89598],[45.25637,16.89379],[45.25858,16.89113],[45.25834,16.88550],[45.25713,16.88250],[45.25523,16.88254],[45.25486,16.88829],[45.25251,16.89271],[45.24961,16.89477],[45.24767,16.89426],[45.24574,16.88868],[45.24634,16.87877],[45.24199,16.87083],[45.24332,16.87568],[45.24399,16.88078],[45.24208,16.88271],[45.23867,16.88087],[45.23417,16.88117],[45.23211,16.87748],[45.23208,16.87422],[45.23290,16.86769],[45.23099,16.86448],[45.22906,16.86306],[45.22770,16.86387],[45.22661,16.86645],[45.22353,16.86752],[45.22356,16.86872],[45.22471,16.87362],[45.22453,16.87632],[45.22350,16.87997],[45.22199,16.88048],[45.21996,16.88010],[45.21914,16.87623],[45.22023,16.87435],[45.22017,16.86928],[45.21993,16.86645],[45.21833,16.86418],[45.21706,16.86327],[45.21222,16.86224],[45.21038,16.85911],[45.20648,16.85568],[45.20466,16.85443],[45.20406,16.85242],[45.20445,16.85083],[45.20747,16.84963],[45.20932,16.85199],[45.21159,16.85508],[45.21443,16.85456],[45.21821,16.84963],[45.22120,16.84375],[45.22023,16.83838],[45.21881,16.83508],[45.21624,16.83362],[45.21280,16.83843],[45.20823,16.84143],[45.20726,16.84345],[45.20469,16.84482],[45.20197,16.84499],[45.20034,16.84332],[45.19665,16.84431],[45.19390,16.84340],[45.19066,16.83950],[45.18676,16.83079],[45.18479,16.82023],[45.18464,16.80963],[45.18525,16.80396],[45.18694,16.79993],[45.18839,16.79272],[45.19036,16.78521],[45.19305,16.77375],[45.20031,16.76032],[45.19940,16.75920],[45.19934,16.75736],[45.19858,16.75727],[45.19831,16.75573],[45.19855,16.75217],[45.20004,16.75191],[45.19922,16.75088],[45.19937,16.74976],[45.20125,16.74830],[45.20206,16.74543],[45.20385,16.74384],[45.20723,16.73200],[45.20497,16.72311],[45.20412,16.71367],[45.20011,16.70654],[45.19709,16.70023],[45.19624,16.69564],[45.20175,16.67788],[45.20138,16.66985],[45.20713,16.65740],[45.20773,16.64706],[45.21375,16.63543],[45.21391,16.62766],[45.22358,16.61942],[45.23071,16.60226],[45.23144,16.59561],[45.22594,16.58762],[45.22404,16.58511],[45.22229,16.58044],[45.22190,16.57730],[45.22247,16.57469],[45.22214,16.57241],[45.22211,16.56494],[45.22093,16.56027],[45.21999,16.55941],[45.21908,16.55486],[45.21948,16.54954],[45.22014,16.54357],[45.22262,16.54040],[45.22604,16.53932],[45.22703,16.53503],[45.22652,16.52859],[45.22301,16.51937],[45.22165,16.51709],[45.22063,16.51306],[45.21869,16.51070],[45.21787,16.50868],[45.21549,16.50439],[45.21361,16.50194],[45.21180,16.49967],[45.21141,16.49581],[45.20856,16.49182],[45.20255,16.49031],[45.19598,16.48710],[45.19108,16.48401],[45.18546,16.47680],[45.18062,16.47323],[45.16867,16.47731],[45.16549,16.47937],[45.16413,16.47740],[45.16104,16.47748],[45.15971,16.47302],[45.15360,16.46916],[45.14270,16.46396],[45.13395,16.44624],[45.12766,16.43959],[45.12490,16.43289],[45.12118,16.41091],[45.11598,16.39945],[45.11225,16.39409],[45.10501,16.39241],[45.10213,16.39516],[45.09871,16.40280],[45.09739,16.40242],[45.09664,16.39912],[45.09509,16.39852],[45.09427,16.39564],[45.08973,16.39628],[45.08718,16.39268],[45.08531,16.39139],[45.08264,16.38757],[45.08064,16.38650],[45.07582,16.38706],[45.07340,16.38852],[45.06927,16.38744],[45.06630,16.38749],[45.06161,16.38341],[45.05193,16.38341],[45.05048,16.38169],[45.05169,16.37740],[45.05163,16.37504],[45.05042,16.37375],[45.04781,16.37264],[45.04193,16.36573],[45.04011,16.36603],[45.03899,16.36380],[45.03853,16.36006],[45.03629,16.35856],[45.03301,16.35830],[45.03104,16.35521],[45.02995,16.35526],[45.02643,16.35809],[45.01982,16.35770],[45.01530,16.35783],[45.01402,16.35860],[45.01257,16.35830],[45.00914,16.35749],[45.00714,16.35414],[45.00474,16.35440],[45.00392,16.35457],[45.00262,16.35341],[45.00204,16.34955],[45.00067,16.34728],[45.00168,16.34247],[45.00067,16.34084],[45.00043,16.33642],[45.00028,16.33045],[45.00218,16.32857],[45.00221,16.32183],[45.00100,16.31814],[44.99921,16.31397],[44.99823,16.31191],[44.99848,16.31028],[45.00127,16.30728],[44.99987,16.30307],[44.99857,16.30243],[44.99808,16.29634],[44.99878,16.29346],[44.99796,16.29136],[44.99602,16.29050],[44.99562,16.28938],[44.99763,16.28634],[45.00461,16.28453],[45.00667,16.28453],[45.00816,16.28282],[45.00855,16.28046],[45.00649,16.27737],[45.00609,16.27595],[45.00664,16.27423],[45.00873,16.27269],[45.01186,16.27192],[45.01541,16.27169],[45.01671,16.26508],[45.01619,16.26173],[45.01404,16.25971],[45.01046,16.25924],[45.01037,16.25662],[45.01359,16.25259],[45.01331,16.25010],[45.01428,16.24521],[45.01357,16.24225],[45.01411,16.23345],[45.01806,16.22890],[45.02103,16.22912],[45.02312,16.22693],[45.02412,16.22439],[45.02418,16.22139],[45.02837,16.21379],[45.02785,16.21135],[45.02943,16.20993],[45.03108,16.20962],[45.03196,16.20430],[45.02998,16.19700],[45.03029,16.19387],[45.03192,16.19117],[45.03508,16.18984],[45.03893,16.18688],[45.04609,16.18477],[45.04785,16.18125],[45.05185,16.17476],[45.05412,16.17497],[45.05630,16.17575],[45.06025,16.17381],[45.06252,16.17394],[45.06646,16.16909],[45.07060,16.17222],[45.07118,16.17295],[45.07230,16.17235],[45.07296,16.16917],[45.07336,16.16685],[45.07566,16.16329],[45.07778,16.16157],[45.08281,16.15428],[45.08321,16.14840],[45.08469,16.14514],[45.08699,16.14171],[45.09123,16.13938],[45.09180,16.13650],[45.09111,16.13217],[45.09150,16.12989],[45.09444,16.12393],[45.09520,16.11826],[45.09501,16.11050],[45.09365,16.10882],[45.09405,16.10706],[45.09880,16.10183],[45.10162,16.09784],[45.10338,16.09385],[45.10413,16.09067],[45.10528,16.08981],[45.11116,16.08879],[45.11404,16.08990],[45.11640,16.08840],[45.11912,16.08540],[45.12224,16.08587],[45.12669,16.08437],[45.13061,16.08428],[45.13291,16.08522],[45.13579,16.08098],[45.13869,16.08007],[45.14069,16.07776],[45.14084,16.07450],[45.14366,16.07085],[45.14596,16.06973],[45.14717,16.06977],[45.14896,16.06879],[45.15077,16.06849],[45.15389,16.06973],[45.15667,16.06965],[45.15822,16.06664],[45.15840,16.06252],[45.15749,16.06149],[45.15661,16.05892],[45.15734,16.05613],[45.15994,16.05458],[45.16158,16.05308],[45.16581,16.05175],[45.16993,16.05196],[45.17077,16.05154],[45.17093,16.04918],[45.17189,16.04780],[45.17407,16.04699],[45.17767,16.05098],[45.17998,16.04762],[45.17935,16.04543],[45.17883,16.03985],[45.17986,16.03049],[45.17947,16.02757],[45.18053,16.02277],[45.17802,16.01753],[45.17832,16.01599],[45.18210,16.01474],[45.18912,16.02277],[45.19577,16.02693],[45.19807,16.02955],[45.19922,16.02985],[45.19928,16.02195],[45.20001,16.02019],[45.20306,16.01753],[45.20598,16.01710],[45.20828,16.01753],[45.21299,16.01757],[45.21511,16.01689],[45.21816,16.01127],[45.21671,16.00629],[45.21608,16.00268],[45.21789,15.99667],[45.22200,15.99316],[45.22351,15.98886],[45.22554,15.98633],[45.22980,15.97972],[45.22965,15.97625],[45.22360,15.96659],[45.22366,15.96453],[45.22052,15.96093],[45.21971,15.95548],[45.21554,15.95279],[45.21448,15.95103],[45.21367,15.94738],[45.21200,15.94528],[45.21236,15.93956],[45.21227,15.93578],[45.20907,15.92750],[45.21209,15.92522],[45.21025,15.92308],[45.21022,15.92106],[45.21094,15.92007],[45.21744,15.92372],[45.21901,15.92548],[45.22318,15.92518],[45.22575,15.92329],[45.22690,15.92076],[45.22306,15.91346],[45.22282,15.90861],[45.22312,15.90642],[45.22578,15.90312],[45.22509,15.89600],[45.22757,15.89449],[45.22760,15.89269],[45.22485,15.89136],[45.22424,15.88840],[45.22222,15.89042],[45.22007,15.89505],[45.21838,15.89565],[45.21517,15.89376],[45.21593,15.89149],[45.21463,15.88913],[45.21720,15.88866],[45.21832,15.88655],[45.21835,15.88467],[45.21641,15.88424],[45.21741,15.87789],[45.21687,15.87724],[45.21705,15.87540],[45.21826,15.87342],[45.21811,15.87214],[45.21886,15.87149],[45.21811,15.86600],[45.21542,15.85797],[45.21578,15.85643],[45.21829,15.85402],[45.21968,15.85124],[45.22273,15.84793],[45.22376,15.84445],[45.22206,15.83660],[45.22116,15.83523],[45.21974,15.83218],[45.21865,15.83252],[45.21823,15.83226],[45.21780,15.82724],[45.21656,15.82720],[45.21297,15.83149],[45.21157,15.83154],[45.20997,15.83038],[45.20913,15.82857],[45.20622,15.82613],[45.20480,15.82317],[45.20538,15.82089],[45.20628,15.81969],[45.20650,15.81750],[45.20900,15.81523],[45.20867,15.81321],[45.20913,15.81179],[45.20798,15.80862],[45.20659,15.80596],[45.20507,15.80922],[45.20456,15.80922],[45.20290,15.80484],[45.20184,15.80184],[45.19951,15.80077],[45.19685,15.80111],[45.19585,15.79875],[45.19443,15.79592],[45.19531,15.79274],[45.19522,15.79137],[45.19316,15.78768],[45.19107,15.78484],[45.18814,15.78368],[45.18690,15.78227],[45.18363,15.77712],[45.17961,15.77673],[45.17495,15.77841],[45.17459,15.77446],[45.17235,15.77068],[45.16950,15.76746],[45.16866,15.76789],[45.16548,15.76493],[45.16303,15.76523],[45.16130,15.76635],[45.15053,15.77034],[45.14763,15.77369],[45.14660,15.77575],[45.14569,15.77643],[45.13997,15.77540],[45.13736,15.77759],[45.13682,15.78085],[45.13537,15.78179],[45.13041,15.77763],[45.12675,15.78102],[45.12596,15.78596],[45.12514,15.78591],[45.12323,15.78411],[45.12248,15.78484],[45.12008,15.78759],[45.12005,15.78905],[45.11951,15.78978],[45.11815,15.78948],[45.11485,15.79081],[45.11424,15.78879],[45.11306,15.78703],[45.10961,15.78480],[45.10577,15.78043],[45.10199,15.77936],[45.09778,15.77927],[45.09453,15.77777],[45.09523,15.77400],[45.09438,15.77202],[45.09302,15.77022],[45.09114,15.76927],[45.08938,15.76979],[45.08602,15.77314],[45.08384,15.77382],[45.08208,15.77030],[45.08090,15.76897],[45.07820,15.77030],[45.07672,15.76674],[45.07490,15.76477],[45.07381,15.76430],[45.07229,15.76237],[45.06972,15.75610],[45.06741,15.75408],[45.06638,15.75408],[45.06490,15.75108],[45.06493,15.74777],[45.06205,15.74464],[45.06241,15.74275],[45.06081,15.74297],[45.06065,15.74632],[45.05768,15.74597],[45.05599,15.74790],[45.05532,15.75267],[45.05365,15.75310],[45.05262,15.75202],[45.04745,15.75355],[45.04329,15.75621],[45.04029,15.75565],[45.03884,15.75857],[45.03550,15.75625],[45.03271,15.76102],[45.03119,15.76089],[45.02810,15.76273],[45.02546,15.76170],[45.02297,15.76677],[45.02046,15.76587],[45.01967,15.76475],[45.01748,15.76655],[45.01477,15.76948],[45.01380,15.76858],[45.01207,15.76996],[45.00931,15.77056],[45.00943,15.77214],[45.00658,15.77395],[45.00764,15.77759],[45.00686,15.77880],[45.00540,15.77867],[45.00385,15.78086],[45.00170,15.78171],[45.00148,15.77940],[44.99988,15.78176],[44.99721,15.78304],[44.99602,15.78618],[44.99447,15.78661],[44.99353,15.78605],[44.99305,15.78274],[44.99132,15.78347],[44.98986,15.78399],[44.98755,15.78416],[44.98695,15.78300],[44.98519,15.78210],[44.98349,15.78129],[44.98001,15.78122],[44.98037,15.78324],[44.97967,15.78341],[44.97691,15.78294],[44.97509,15.78423],[44.97342,15.78307],[44.97330,15.78401],[44.97139,15.78307],[44.96941,15.78200],[44.96871,15.77766],[44.96899,15.77603],[44.97123,15.77354],[44.97154,15.77054],[44.97054,15.76904],[44.96993,15.76264],[44.96896,15.75843],[44.96978,15.75590],[44.96947,15.75367],[44.96765,15.74934],[44.96045,15.74522],[44.95456,15.74583],[44.95195,15.74934],[44.95083,15.74986],[44.94630,15.74668],[44.94202,15.74411],[44.93561,15.73703],[44.93406,15.73961],[44.92525,15.74377],[44.92099,15.74695],[44.91455,15.74987],[44.90783,15.75188],[44.89710,15.75716],[44.87989,15.76192],[44.87685,15.76231],[44.87524,15.76055],[44.87205,15.76089],[44.86873,15.75995],[44.86563,15.76458],[44.86131,15.77235],[44.85898,15.77515],[44.85554,15.77854],[44.85314,15.78197],[44.84657,15.79467],[44.82823,15.76695],[44.82756,15.76390],[44.82667,15.75172],[44.82670,15.74365],[44.82759,15.73610],[44.82719,15.73133],[44.82573,15.72863],[44.82418,15.72794],[44.82144,15.72743],[44.81982,15.72343],[44.81769,15.72266],[44.81587,15.72322],[44.81054,15.72893],[44.80229,15.73906],[44.79918,15.74107],[44.79367,15.74862],[44.78161,15.75991],[44.78064,15.76184],[44.77704,15.76270],[44.77308,15.76836],[44.77046,15.77061],[44.76827,15.77134],[44.76568,15.77143],[44.76013,15.77722],[44.75471,15.78096],[44.75004,15.78117],[44.74520,15.78967],[44.74416,15.80066],[44.73989,15.80726],[44.73834,15.81220],[44.73431,15.81439],[44.73075,15.81503],[44.72843,15.81465],[44.72489,15.81744],[44.72169,15.82186],[44.72035,15.82559],[44.72163,15.83735],[44.72282,15.84434],[44.72465,15.85254],[44.72724,15.85739],[44.73066,15.85919],[44.73416,15.86164],[44.73910,15.86357],[44.73937,15.86516],[44.73840,15.86846],[44.73715,15.86941],[44.73495,15.87018],[44.73453,15.87228],[44.73608,15.87704],[44.74358,15.88696],[44.74703,15.89095],[44.74785,15.89365],[44.74736,15.89520],[44.74309,15.89932],[44.73852,15.90794],[44.73520,15.91404],[44.72459,15.92095],[44.71571,15.92562],[44.71050,15.92936],[44.71080,15.93348],[44.71263,15.94198],[44.71157,15.94730],[44.71163,15.95361],[44.71056,15.95545],[44.70647,15.95648],[44.70342,15.95640],[44.70144,15.95283],[44.69918,15.95348],[44.69320,15.95867],[44.69180,15.96519],[44.68722,15.96661],[44.68251,15.96878],[44.67882,15.96792],[44.67223,15.97444],[44.67030,15.97865],[44.66978,15.98346],[44.66820,15.98805],[44.66344,15.99410],[44.66197,15.99470],[44.65996,15.99702],[44.65925,16.00079],[44.65809,16.00285],[44.65614,16.01079],[44.65441,16.01206],[44.65509,16.01511],[44.65677,16.02000],[44.65670,16.02223],[44.65466,16.03022],[44.65301,16.03228],[44.65060,16.03189],[44.64800,16.03210],[44.64434,16.03511],[44.64013,16.04000],[44.63539,16.04288],[44.63026,16.04279],[44.62812,16.04383],[44.62470,16.04834],[44.62467,16.04937],[44.62669,16.05109],[44.62659,16.05259],[44.62525,16.05469],[44.62424,16.05546],[44.61318,16.05525],[44.61001,16.05581],[44.61263,16.05104],[44.61153,16.04997],[44.60992,16.05147],[44.60814,16.04697],[44.60319,16.04830],[44.60005,16.04306],[44.59892,16.04418],[44.59723,16.05001],[44.59467,16.05338],[44.59299,16.05316],[44.59162,16.05217],[44.58872,16.04887],[44.58575,16.04325],[44.58606,16.03175],[44.58728,16.02788],[44.58930,16.02380],[44.58881,16.02187],[44.58719,16.02032],[44.58514,16.01504],[44.58214,16.01633],[44.57627,16.01908],[44.56755,16.02483],[44.56361,16.02860],[44.55914,16.02933],[44.55404,16.03195],[44.55113,16.03530],[44.54511,16.04573],[44.54327,16.04860],[44.54205,16.04998],[44.53608,16.06886],[44.53636,16.07774],[44.53666,16.08650],[44.53624,16.08976],[44.53409,16.09461],[44.53012,16.10087],[44.52559,16.10456],[44.52305,16.10650],[44.51687,16.11216],[44.51448,16.11336],[44.51136,16.11662],[44.50747,16.11898],[44.50004,16.12735],[44.49687,16.12895],[44.48560,16.13560],[44.48199,16.14007],[44.48040,16.14122],[44.47905,16.14079],[44.47764,16.14002],[44.47550,16.13987],[44.47207,16.13622],[44.47035,16.13554],[44.46824,16.13627],[44.46383,16.13785],[44.46242,16.13730],[44.46163,16.13528],[44.46055,16.13257],[44.45679,16.13275],[44.45541,16.13112],[44.45375,16.13339],[44.45354,16.13571],[44.45424,16.13953],[44.44845,16.14373],[44.44263,16.14253],[44.44135,16.13888],[44.44055,16.13888],[44.43402,16.14056],[44.43313,16.14124],[44.43151,16.14086],[44.42826,16.14184],[44.42749,16.14115],[44.42476,16.14270],[44.42409,16.14441],[44.42302,16.14575],[44.42219,16.14360],[44.41989,16.14605],[44.42105,16.14935],[44.42250,16.14999],[44.42280,16.15326],[44.42087,16.15441],[44.41955,16.15806],[44.41618,16.15999],[44.41682,16.16107],[44.41560,16.16287],[44.41351,16.16510],[44.41060,16.16617],[44.40968,16.16587],[44.40778,16.16716],[44.40628,16.16737],[44.40634,16.16956],[44.40564,16.17132],[44.40263,16.17287],[44.40137,16.16600],[44.39991,16.16095],[44.39608,16.15412],[44.39568,16.15198],[44.39409,16.14889],[44.39212,16.14593],[44.39234,16.14369],[44.39378,16.14043],[44.39728,16.13460],[44.39844,16.12825],[44.39887,16.12782],[44.39721,16.12164],[44.39559,16.12245],[44.39378,16.12546],[44.39191,16.12679],[44.39044,16.12674],[44.38826,16.12889],[44.38446,16.13013],[44.37838,16.13125],[44.37829,16.13473],[44.37743,16.13859],[44.37688,16.13915],[44.37660,16.15640],[44.37522,16.16850],[44.37298,16.16966],[44.37041,16.17309],[44.36541,16.18348],[44.36498,16.18528],[44.36430,16.19202],[44.36274,16.19494],[44.36096,16.19691],[44.36013,16.19910],[44.36001,16.20614],[44.34985,16.21300],[44.34792,16.21875],[44.34620,16.21811],[44.34439,16.21708],[44.34126,16.21416],[44.33822,16.20983],[44.33604,16.20652],[44.33168,16.20099],[44.32612,16.19738],[44.32229,16.19536],[44.31664,16.19541],[44.31479,16.19425],[44.31215,16.19236],[44.30945,16.18867],[44.30537,16.18730],[44.30171,16.18781],[44.29809,16.18713],[44.29394,16.18743],[44.29136,16.19034],[44.29032,16.19086],[44.28681,16.19094],[44.28420,16.19210],[44.28190,16.19210],[44.27941,16.19073],[44.27772,16.19137],[44.27588,16.19142],[44.27382,16.19090],[44.27001,16.19090],[44.26487,16.19382],[44.26386,16.19330],[44.26174,16.19558],[44.26048,16.19605],[44.25900,16.19936],[44.25728,16.20090],[44.25298,16.20000],[44.25074,16.20185],[44.25190,16.20592],[44.25123,16.20785],[44.25034,16.21034],[44.24846,16.21103],[44.24717,16.21283],[44.24363,16.21541],[44.23976,16.21815],[44.23656,16.21991],[44.23272,16.22060],[44.22818,16.21991],[44.22597,16.22004],[44.22504,16.21545],[44.22169,16.21317],[44.21895,16.20991],[44.21662,16.20382],[44.21262,16.21682],[44.20902,16.22270],[44.20853,16.22734],[44.20648,16.22712],[44.20473,16.22914],[44.20322,16.23129],[44.20212,16.23206],[44.20132,16.23433],[44.20190,16.23627],[44.20135,16.23747],[44.19982,16.23901],[44.19853,16.23811],[44.19638,16.24038],[44.19594,16.24309],[44.19373,16.24287],[44.18881,16.25141],[44.18625,16.25223],[44.17243,16.26776],[44.16917,16.26956],[44.16480,16.28450],[44.14395,16.30815],[44.13675,16.32681],[44.12621,16.32699],[44.12261,16.33123],[44.11931,16.33136],[44.11266,16.33578],[44.10440,16.35342],[44.10209,16.35982],[44.09845,16.36372],[44.09457,16.36192],[44.08179,16.37005],[44.08142,16.37799],[44.08013,16.37881],[44.08358,16.38524],[44.08019,16.39014],[44.07954,16.40190],[44.08299,16.42835],[44.06298,16.44152],[44.05469,16.43624],[44.04013,16.43912],[44.03664,16.43903],[44.03309,16.43719],[44.03115,16.43727],[44.02887,16.44079],[44.02927,16.44363],[44.02887,16.45483],[44.03053,16.46792],[44.02958,16.48332],[44.02760,16.49508],[44.02630,16.50512],[44.00439,16.51542],[43.99958,16.52165],[43.98581,16.53624],[43.97429,16.54289],[43.97341,16.54238],[43.95361,16.54512],[43.93909,16.58027],[43.93347,16.58280],[43.93099,16.59212],[43.92185,16.59632],[43.91984,16.60151],[43.91378,16.60349],[43.90342,16.61884],[43.90073,16.62065],[43.89832,16.62125],[43.89538,16.63485],[43.88972,16.64434],[43.88626,16.64901],[43.88468,16.65657],[43.88313,16.65875],[43.88094,16.66004],[43.87855,16.66283],[43.87781,16.66412],[43.87775,16.66901],[43.87190,16.67687],[43.86615,16.68391],[43.85789,16.70433],[43.85352,16.70961],[43.85188,16.71034],[43.85024,16.71197],[43.84659,16.71399],[43.84371,16.71416],[43.84130,16.71747],[43.83610,16.71626],[43.83245,16.71772],[43.82994,16.71472],[43.82536,16.71704],[43.81872,16.71664],[43.81522,16.71659],[43.80819,16.71878],[43.80701,16.71947],[43.80141,16.72784],[43.79958,16.72921],[43.79822,16.72951],[43.79655,16.72840],[43.79459,16.72676],[43.78904,16.73427],[43.77913,16.74590],[43.76730,16.75274],[43.76814,16.75673],[43.76615,16.77609],[43.76272,16.79808],[43.75599,16.80860],[43.73166,16.82452],[43.71883,16.84420],[43.71765,16.84635],[43.70946,16.86476],[43.70543,16.86948],[43.70332,16.87090],[43.69309,16.87461],[43.69086,16.88028],[43.68431,16.88448],[43.67454,16.90899],[43.65852,16.91975],[43.65476,16.92748],[43.64309,16.93091],[43.62531,16.95992],[43.61773,16.97000],[43.60865,16.97520],[43.60831,16.97730],[43.60760,16.97730],[43.59221,16.98987],[43.59187,16.99125],[43.58817,16.99258],[43.58758,16.99404],[43.58525,16.99567],[43.58208,17.00005],[43.58180,17.00249],[43.58071,17.00313],[43.57894,17.00610],[43.57596,17.00773],[43.57583,17.00936],[43.57328,17.01283],[43.57033,17.01919],[43.56856,17.02086],[43.56402,17.03013],[43.55885,17.03987],[43.55587,17.04661],[43.55425,17.05622],[43.55363,17.05708],[43.55291,17.06159],[43.55220,17.06266],[43.55164,17.06579],[43.54983,17.06927],[43.54663,17.07257],[43.54290,17.08201],[43.54019,17.08266],[43.53876,17.08429],[43.53789,17.08566],[43.53556,17.09025],[43.53154,17.09497],[43.53132,17.09763],[43.52995,17.10089],[43.52945,17.10394],[43.52522,17.10866],[43.52479,17.11050],[43.52230,17.11467],[43.51909,17.12291],[43.51539,17.12741],[43.50997,17.13239],[43.50938,17.13127],[43.50851,17.13149],[43.50882,17.13445],[43.50810,17.13857],[43.50561,17.14093],[43.50188,17.14453],[43.49746,17.14586],[43.49506,17.14827],[43.49438,17.15114],[43.49463,17.15192],[43.49338,17.15509],[43.49322,17.16157],[43.49366,17.16573],[43.49326,17.16900],[43.49456,17.17174],[43.49400,17.17355],[43.49251,17.17483],[43.49182,17.17681],[43.49606,17.18556],[43.49839,17.19294],[43.49703,17.20762],[43.49756,17.20904],[43.49609,17.21281],[43.49830,17.22389],[43.49681,17.22852],[43.49469,17.23307],[43.49357,17.23663],[43.48875,17.24873],[43.48613,17.25466],[43.48183,17.26062],[43.48040,17.26526],[43.47944,17.26787],[43.47623,17.27182],[43.47561,17.27148],[43.47255,17.27547],[43.47218,17.27762],[43.46745,17.28246],[43.46523,17.28422],[43.46287,17.28637],[43.45994,17.28543],[43.45916,17.28598],[43.45421,17.28697],[43.45414,17.28543],[43.45230,17.28414],[43.44900,17.28444],[43.44722,17.28684],[43.44302,17.28474],[43.44102,17.28478],[43.43828,17.28646],[43.43635,17.28658],[43.43295,17.28422],[43.42812,17.28028],[43.42544,17.27680],[43.41702,17.27234],[43.41724,17.27101],[43.41497,17.27002],[43.41388,17.26667],[43.41216,17.26393],[43.40939,17.26255],[43.40483,17.25779],[43.40430,17.25607],[43.40081,17.25234],[43.40003,17.25517],[43.39673,17.25912],[43.39289,17.26122],[43.38292,17.26335],[43.37388,17.26576],[43.37060,17.26953],[43.36863,17.26992],[43.36287,17.27193],[43.36066,17.27382],[43.35844,17.27451],[43.34871,17.27931],[43.31742,17.29927],[43.31342,17.30223],[43.29825,17.31064],[43.28816,17.32133],[43.28497,17.32730],[43.28125,17.32850],[43.27969,17.32936],[43.27735,17.33051],[43.27363,17.33073],[43.27128,17.33240],[43.26932,17.33176],[43.26757,17.33382],[43.26569,17.33193],[43.25722,17.33858],[43.25613,17.34094],[43.25350,17.34163],[43.25131,17.35485],[43.24966,17.35815],[43.24910,17.37566],[43.24719,17.38137],[43.24706,17.38575],[43.24504,17.39754],[43.22991,17.42171],[43.21628,17.42960],[43.21127,17.43038],[43.20930,17.43265],[43.20674,17.43252],[43.20498,17.43286],[43.19547,17.43025],[43.18936,17.42743],[43.18695,17.42807],[43.17887,17.43146],[43.17875,17.43386],[43.18063,17.43786],[43.17862,17.44545],[43.17765,17.45120],[43.17609,17.45197],[43.17468,17.45588],[43.17171,17.45871],[43.17130,17.46064],[43.16933,17.46369],[43.16579,17.46966],[43.16260,17.47451],[43.15556,17.49373],[43.15455,17.49516],[43.14228,17.52473],[43.14200,17.52632],[43.13636,17.53649],[43.13624,17.53855],[43.13426,17.54455],[43.13160,17.54812],[43.13085,17.55382],[43.12343,17.56601],[43.12155,17.57236],[43.11832,17.58243],[43.11597,17.58771],[43.10933,17.60011],[43.10407,17.61020],[43.09523,17.62943],[43.09313,17.63058],[43.09153,17.63389],[43.09053,17.63844],[43.07237,17.64976],[43.07206,17.65070],[43.06949,17.65139],[43.06804,17.65289],[43.06052,17.65675],[43.05707,17.65903],[43.04926,17.66272],[43.03540,17.66903],[43.02018,17.68414],[43.00760,17.68890],[42.98604,17.70139],[42.97317,17.71231],[42.96821,17.70158],[42.96563,17.68600],[42.96510,17.67091],[42.95904,17.65232],[42.94697,17.63228],[42.94117,17.61478],[42.94060,17.59127],[42.94020,17.58740],[42.93850,17.58041],[42.93566,17.54192],[42.92221,17.55342],[42.88638,17.64715],[42.88943,17.64801],[42.89521,17.65505],[42.90653,17.66569],[42.90917,17.66672],[42.91665,17.67440],[42.91941,17.67577],[42.92067,17.67826],[42.92595,17.69174],[42.92237,17.69826],[42.92054,17.71405],[42.91847,17.72684],[42.91294,17.75096],[42.90822,17.76495],[42.89169,17.78615],[42.89162,17.79036],[42.89735,17.79285],[42.90406,17.79916],[42.91701,17.80766],[42.90959,17.82972],[42.90268,17.84431],[42.88501,17.85958],[42.87878,17.85504],[42.87262,17.85495],[42.87060,17.85392],[42.84695,17.86765],[42.84644,17.87023],[42.83713,17.87812],[42.83782,17.88473],[42.83191,17.90070],[42.82926,17.89941],[42.82819,17.89761],[42.82643,17.89623],[42.82183,17.89117],[42.81384,17.88834],[42.81037,17.89100],[42.80975,17.90198],[42.81094,17.91048],[42.80804,17.91623],[42.80168,17.93821],[42.79935,17.95099],[42.78720,17.96361],[42.78229,17.97271],[42.78027,17.97520],[42.77819,17.98052],[42.77869,17.98378],[42.77750,17.99357],[42.77599,17.99683],[42.76691,17.99717],[42.76477,17.99769],[42.76376,17.99992],[42.75822,18.00369],[42.75525,18.00936],[42.75292,18.01073],[42.75254,18.02584],[42.74839,18.04283],[42.74177,18.05081],[42.74164,18.05322],[42.73786,18.06069],[42.72859,18.07373],[42.72474,18.07519],[42.72456,18.08034],[42.71661,18.10094],[42.71144,18.10678],[42.70505,18.10915],[42.70208,18.10760],[42.70013,18.10821],[42.69666,18.10589],[42.68688,18.10460],[42.68619,18.11318],[42.68278,18.12786],[42.68253,18.13473],[42.68000,18.13859],[42.68095,18.14280],[42.67981,18.14434],[42.66347,18.15370],[42.65653,18.15636],[42.65558,18.15833],[42.65716,18.15962],[42.66031,18.17172],[42.65905,18.17421],[42.66126,18.17550],[42.66094,18.17816],[42.65892,18.18185],[42.65646,18.18357],[42.65520,18.18580],[42.65621,18.18743],[42.65507,18.19249],[42.65293,18.19155],[42.65217,18.19532],[42.64940,18.19616],[42.63993,18.20491],[42.63551,18.21084],[42.62591,18.21959],[42.62029,18.22689],[42.61814,18.23461],[42.61417,18.23564],[42.61587,18.24079],[42.61303,18.24371],[42.60917,18.24319],[42.60254,18.24603],[42.60279,18.25126],[42.60640,18.26439],[42.60962,18.26680],[42.61107,18.27075],[42.61012,18.27375],[42.61290,18.27667],[42.61625,18.28053],[42.61701,18.28783],[42.61555,18.29100],[42.61454,18.31006],[42.61922,18.33235],[42.61941,18.34711],[42.61612,18.36702],[42.61183,18.37217],[42.60279,18.37732],[42.58889,18.39123],[42.58553,18.40215],[42.56632,18.43227],[42.56366,18.43751],[42.55645,18.43820],[42.55013,18.44017],[42.52426,18.43880],[42.52034,18.43699],[42.51288,18.44601],[42.51028,18.44729],[42.50206,18.44137],[42.49712,18.43966],[42.49472,18.43931],[42.49250,18.43820],[42.48757,18.43863],[42.48396,18.43408],[42.48288,18.43957],[42.47801,18.44798],[42.47579,18.44953],[42.47256,18.45442],[42.47111,18.46223],[42.46349,18.47530],[42.46096,18.47684],[42.45171,18.48422],[42.44684,18.49126],[42.44367,18.49246],[42.43873,18.49693],[42.43119,18.50705],[42.42657,18.51693],[42.42410,18.51946],[42.42137,18.52280],[42.42090,18.52405],[42.42508,18.52362],[42.42612,18.52864],[42.42516,18.53811],[42.36302,18.54721],[41.94231,17.31284],[43.29638,15.04416],[45.04168,13.16001],[45.59367,13.39207],[45.48759,13.58195]], // Canary Islands - IC: [[30.03029,-13.14369], [29.16099,-12.48451], [27.07302,-14.47852], [26.87720,-19.29054], [29.62093,-18.98323], [29.35795,-15.70930]], + IC: [[30.03029,-13.14369],[29.16099,-12.48451],[27.07302,-14.47852],[26.87720,-19.29054],[29.62093,-18.98323],[29.35795,-15.70930]], // Indonesia - ID: [[2.08023,109.65125], [2.07800,109.64490], [2.07260,109.64447], [2.07011,109.64155], [2.06051,109.63829], [2.05699,109.63640], [2.04558,109.63099], [2.03494,109.63245], [2.02791,109.63932], [2.01993,109.63580], [2.01582,109.63185], [2.00218,109.62602], [1.99849,109.62636], [1.99386,109.62301], [1.99085,109.62507], [1.98262,109.62258], [1.97790,109.60731], [1.97301,109.60319], [1.97293,109.59855], [1.97782,109.59589], [1.97396,109.58542], [1.97593,109.57435], [1.96787,109.56079], [1.96323,109.55873], [1.95783,109.55418], [1.95577,109.56353], [1.94925,109.56310], [1.94453,109.56851], [1.93956,109.56491], [1.93510,109.56705], [1.93364,109.55812], [1.92806,109.55709], [1.92772,109.55066], [1.92532,109.54662], [1.92746,109.54619], [1.92472,109.53890], [1.92077,109.54044], [1.91202,109.54027], [1.90576,109.54456], [1.90602,109.54748], [1.89692,109.54782], [1.89547,109.54903], [1.89092,109.54602], [1.88483,109.54963], [1.88277,109.55220], [1.88080,109.54825], [1.87848,109.55014], [1.87831,109.55400], [1.87110,109.55924], [1.86081,109.55332], [1.85240,109.55657], [1.85043,109.56146], [1.84442,109.56275], [1.84365,109.56507], [1.84288,109.57005], [1.84417,109.57657], [1.84022,109.57872], [1.83747,109.58009], [1.83310,109.57837], [1.83104,109.58292], [1.81852,109.58635], [1.81568,109.58318], [1.81260,109.58635], [1.80513,109.58455], [1.80410,109.58292], [1.80119,109.58464], [1.79913,109.58352], [1.79767,109.58507], [1.79595,109.58352], [1.79312,109.58575], [1.79364,109.58867], [1.79818,109.59760], [1.79810,109.60120], [1.79638,109.60292], [1.79673,109.61348], [1.79878,109.61579], [1.79947,109.61820], [1.80187,109.61923], [1.80367,109.62232], [1.80007,109.62884], [1.80136,109.63262], [1.80342,109.63305], [1.80385,109.63931], [1.79973,109.63931], [1.79724,109.64395], [1.79664,109.64961], [1.79887,109.65862], [1.79784,109.66300], [1.79475,109.66558], [1.79407,109.66858], [1.78823,109.67442], [1.78635,109.68360], [1.78051,109.68609], [1.77669,109.68467], [1.76734,109.68527], [1.76563,109.68390], [1.76194,109.68339], [1.75696,109.68116], [1.74667,109.67884], [1.74452,109.67575], [1.74015,109.67206], [1.73697,109.67249], [1.73285,109.66845], [1.72402,109.66897], [1.71655,109.66828], [1.69864,109.67051], [1.69804,109.66699], [1.69443,109.66347], [1.69220,109.66253], [1.68448,109.66510], [1.68028,109.66450], [1.67702,109.66107], [1.67298,109.66159], [1.66166,109.66528], [1.65445,109.66631], [1.65239,109.66785], [1.64347,109.66339], [1.63738,109.65892], [1.61696,109.66304], [1.61370,109.67154], [1.61215,109.67549], [1.61250,109.68313], [1.60975,109.69025], [1.60623,109.68957], [1.60057,109.69480], [1.59551,109.69523], [1.59311,109.69489], [1.58779,109.69832], [1.58539,109.70201], [1.58719,109.70742], [1.58161,109.70871], [1.57818,109.71454], [1.57432,109.71420], [1.57140,109.71729], [1.56823,109.71755], [1.56771,109.71986], [1.56188,109.72313], [1.56205,109.72707], [1.55819,109.72948], [1.55776,109.73274], [1.55304,109.73368], [1.54781,109.74373], [1.54497,109.74381], [1.54343,109.74767], [1.53734,109.75154], [1.53785,109.75428], [1.53965,109.75626], [1.53974,109.75892], [1.53459,109.76424], [1.53262,109.76862], [1.52936,109.76870], [1.52378,109.77128], [1.52224,109.77119], [1.52078,109.77317], [1.51803,109.77308], [1.51494,109.77694], [1.50757,109.77523], [1.50465,109.78038], [1.50842,109.78304], [1.50988,109.78527], [1.50851,109.79394], [1.50585,109.79565], [1.50370,109.79505], [1.50319,109.79857], [1.49864,109.80132], [1.49658,109.80072], [1.49161,109.80406], [1.48637,109.80501], [1.48183,109.80035], [1.47050,109.80215], [1.47153,109.80576], [1.46672,109.80559], [1.46767,109.81408], [1.47153,109.81486], [1.47290,109.82421], [1.48457,109.83108], [1.48457,109.83949], [1.47899,109.84104], [1.47256,109.83880], [1.46278,109.83631], [1.45497,109.83151], [1.45128,109.83374], [1.44055,109.83692], [1.42657,109.83417], [1.42228,109.83837], [1.42511,109.84052], [1.42262,109.84404], [1.42691,109.84696], [1.42151,109.85760], [1.41962,109.85949], [1.41885,109.86781], [1.41919,109.88472], [1.42005,109.88859], [1.41584,109.89588], [1.42082,109.90369], [1.42622,109.92609], [1.42597,109.93090], [1.40745,109.95047], [1.40865,109.95450], [1.40530,109.95510], [1.40565,109.96119], [1.39801,109.96325], [1.39389,109.96583], [1.38685,109.97201], [1.38282,109.97115], [1.38068,109.96780], [1.37613,109.96712], [1.37364,109.96480], [1.36918,109.96617], [1.36292,109.96222], [1.35665,109.96325], [1.34593,109.96969], [1.34163,109.96858], [1.29804,109.98042], [1.29890,109.98334], [1.29573,109.98840], [1.29693,109.99784], [1.29787,110.00050], [1.29521,110.00960], [1.29230,110.01681], [1.28569,110.02033], [1.28406,110.02668], [1.27599,110.03853], [1.27625,110.04162], [1.26775,110.05183], [1.27067,110.05878], [1.26492,110.06239], [1.26578,110.06591], [1.26398,110.06659], [1.26037,110.06282], [1.25488,110.06848], [1.25171,110.06599], [1.24639,110.06874], [1.23729,110.07106], [1.22785,110.07054], [1.22519,110.06857], [1.22433,110.06325], [1.22099,110.05990], [1.21455,110.06393], [1.21017,110.06505], [1.21798,110.08711], [1.20700,110.09475], [1.20408,110.09784], [1.20159,110.09646], [1.19816,110.09844], [1.19971,110.10960], [1.19679,110.12393], [1.19670,110.12942], [1.19979,110.13183], [1.20039,110.14144], [1.19756,110.15200], [1.19936,110.15363], [1.19953,110.15878], [1.19481,110.16762], [1.18855,110.17148], [1.18932,110.17345], [1.18409,110.18659], [1.18580,110.19028], [1.18280,110.19491], [1.17576,110.19654], [1.17345,110.20066], [1.16941,110.20186], [1.16521,110.20804], [1.15689,110.20752], [1.15380,110.21156], [1.14934,110.21405], [1.14384,110.21310], [1.13904,110.21130], [1.13775,110.20692], [1.13389,110.20684], [1.12848,110.20967], [1.12016,110.21010], [1.11647,110.21679], [1.11535,110.22452], [1.11999,110.22735], [1.12145,110.23182], [1.11844,110.23971], [1.11630,110.24409], [1.11063,110.24581], [1.10797,110.24907], [1.10394,110.24666], [1.09330,110.24907], [1.08927,110.24812], [1.08051,110.25173], [1.07459,110.26400], [1.06953,110.26434], [1.06644,110.26726], [1.06335,110.26615], [1.06129,110.26151], [1.05649,110.26374], [1.05245,110.26692], [1.05391,110.26984], [1.05194,110.27688], [1.05280,110.28031], [1.04190,110.28872], [1.03881,110.28597], [1.03769,110.28306], [1.03229,110.27928], [1.02456,110.28211], [1.01504,110.28400], [1.00688,110.28160], [1.00336,110.27834], [0.99770,110.27816], [0.99547,110.28881], [0.99847,110.29198], [0.99641,110.30082], [0.99959,110.30297], [1.00139,110.30503], [1.00457,110.30511], [1.00500,110.30795], [1.00259,110.31035], [1.00242,110.31885], [0.99873,110.32271], [0.99358,110.32494], [0.99504,110.32709], [1.00431,110.32889], [1.00654,110.33284], [1.00405,110.33619], [1.00474,110.33850], [1.00963,110.33558], [1.01409,110.33928], [1.00911,110.34194], [1.00628,110.34425], [1.00354,110.34322], [0.99727,110.34288], [0.99272,110.34400], [0.98809,110.35224], [0.98818,110.35653], [0.99041,110.35747], [0.98654,110.35962], [0.98388,110.35893], [0.98646,110.36528], [0.98783,110.36623], [0.98792,110.37077], [0.99187,110.37077], [0.99573,110.37472], [0.99581,110.38176], [0.99676,110.38468], [0.99410,110.38828], [0.99581,110.39120], [0.99916,110.39412], [0.99873,110.39592], [0.99375,110.39695], [0.99247,110.39575], [0.98929,110.39876], [0.98878,110.40348], [0.98517,110.40262], [0.98320,110.40459], [0.97616,110.40648], [0.97522,110.40425], [0.97221,110.40528], [0.97015,110.40725], [0.96758,110.40983], [0.96389,110.41129], [0.96397,110.40777], [0.95925,110.40700], [0.95848,110.40880], [0.95505,110.40597], [0.95308,110.40631], [0.95342,110.41009], [0.95230,110.41506], [0.95213,110.41927], [0.94630,110.42759], [0.94767,110.43077], [0.94578,110.43729], [0.94252,110.43978], [0.93986,110.43935], [0.93986,110.44141], [0.93651,110.44159], [0.92784,110.43386], [0.92552,110.43446], [0.92321,110.43867], [0.91540,110.44073], [0.90905,110.44613], [0.91008,110.45274], [0.90561,110.45815], [0.90570,110.46296], [0.89325,110.46819], [0.89231,110.47266], [0.89265,110.47609], [0.89205,110.48047], [0.88905,110.48055], [0.88407,110.48210], [0.88321,110.48605], [0.87987,110.49102], [0.87712,110.49154], [0.87506,110.49944], [0.87463,110.50613], [0.87515,110.51265], [0.87034,110.52175], [0.87223,110.52716], [0.87111,110.53145], [0.86862,110.53368], [0.86989,110.54075], [0.86834,110.54255], [0.86929,110.54530], [0.86431,110.54719], [0.86019,110.55423], [0.86156,110.55929], [0.86139,110.56951], [0.85710,110.57079], [0.85418,110.57689], [0.85950,110.57895], [0.85779,110.58470], [0.86071,110.58882], [0.85873,110.59620], [0.87032,110.60152], [0.86817,110.61002], [0.86946,110.61251], [0.86680,110.62143], [0.86937,110.62203], [0.87143,110.62633], [0.87418,110.62727], [0.87624,110.63062], [0.87538,110.63216], [0.87830,110.63585], [0.88199,110.63568], [0.88328,110.63216], [0.88577,110.63336], [0.89066,110.63645], [0.89246,110.63525], [0.89400,110.63585], [0.89349,110.63851], [0.89443,110.64186], [0.89881,110.64323], [0.89684,110.64821], [0.89160,110.65456], [0.88259,110.65431], [0.87959,110.65336], [0.87778,110.66443], [0.88036,110.66521], [0.87993,110.66709], [0.87778,110.66976], [0.87950,110.67594], [0.87770,110.67988], [0.87444,110.67748], [0.87238,110.68246], [0.87375,110.68538], [0.87040,110.69216], [0.87186,110.69267], [0.87066,110.69714], [0.87281,110.69851], [0.87469,110.69628], [0.87924,110.69954], [0.88216,110.69593], [0.88456,110.69688], [0.88714,110.70203], [0.89074,110.70203], [0.89606,110.70649], [0.89624,110.70924], [0.90044,110.71327], [0.90619,110.71533], [0.90559,110.72091], [0.90851,110.72134], [0.90722,110.72615], [0.90877,110.72915], [0.90645,110.73936], [0.90396,110.74091], [0.90550,110.74366], [0.90413,110.75104], [0.90070,110.75018], [0.89984,110.75593], [0.90147,110.75593], [0.90688,110.75971], [0.90834,110.76434], [0.91718,110.76159], [0.91795,110.75996], [0.92344,110.76151], [0.92516,110.76408], [0.93013,110.76571], [0.93305,110.77001], [0.93074,110.77825], [0.92756,110.77902], [0.92361,110.78279], [0.91992,110.78245], [0.91700,110.78417], [0.91271,110.78588], [0.91288,110.78923], [0.91134,110.79206], [0.90756,110.79267], [0.90593,110.79661], [0.90774,110.79945], [0.90679,110.80151], [0.90061,110.80442], [0.90696,110.80786], [0.90962,110.81078], [0.92078,110.81206], [0.92207,110.81481], [0.92782,110.81103], [0.93176,110.80786], [0.93322,110.80914], [0.93889,110.80511], [0.94181,110.80751], [0.94575,110.80734], [0.95125,110.80889], [0.95116,110.81112], [0.94490,110.81721], [0.95451,110.82279], [0.95279,110.82683], [0.95090,110.83000], [0.95125,110.83635], [0.95322,110.84047], [0.95571,110.84820], [0.95125,110.85575], [0.95039,110.85927], [0.95296,110.85901], [0.95725,110.86142], [0.96266,110.86073], [0.96678,110.86296], [0.96612,110.86909], [0.96981,110.87038], [0.97092,110.87518], [0.97633,110.87690], [0.98028,110.88617], [0.98731,110.89072], [0.99753,110.89123], [1.00602,110.89037], [1.01014,110.89166], [1.01091,110.89501], [1.01520,110.89973], [1.02078,110.90308], [1.02808,110.90411], [1.02996,110.90857], [1.02979,110.91149], [1.03211,110.91870], [1.02996,110.92634], [1.02653,110.93097], [1.02636,110.93947], [1.02705,110.94393], [1.02705,110.95106], [1.02808,110.96033], [1.02979,110.96239], [1.03022,110.96994], [1.02782,110.97955], [1.03057,110.98942], [1.02885,110.99749], [1.03426,111.00110], [1.03357,111.01079], [1.03726,111.02569], [1.03554,111.02853], [1.03666,111.03462], [1.04129,111.04217], [1.04370,111.05539], [1.04618,111.05900], [1.04953,111.06689], [1.05022,111.07505], [1.05125,111.07882], [1.04970,111.09084], [1.04747,111.09333], [1.05108,111.09839], [1.04919,111.10972], [1.05348,111.11256], [1.05176,111.12629], [1.05142,111.14131], [1.05417,111.14749], [1.05348,111.15281], [1.06069,111.16302], [1.06215,111.17144], [1.06060,111.17590], [1.06113,111.18130], [1.06422,111.19177], [1.06525,111.19692], [1.07049,111.20370], [1.07718,111.21855], [1.08748,111.23160], [1.08173,111.23975], [1.07855,111.24619], [1.06165,111.25374], [1.06791,111.26593], [1.06903,111.27074], [1.06731,111.27597], [1.06302,111.28001], [1.06010,111.28232], [1.05942,111.28541], [1.05573,111.29116], [1.05418,111.30069], [1.04757,111.30945], [1.04534,111.31794], [1.04414,111.32421], [1.04371,111.33631], [1.03925,111.34541], [1.04122,111.34927], [1.04002,111.35339], [1.03479,111.36017], [1.03135,111.36644], [1.02749,111.36755], [1.02689,111.37330], [1.01891,111.38395], [1.01488,111.38583], [1.01299,111.39493], [1.01402,111.39665], [1.01256,111.40420], [1.00861,111.41304], [1.00990,111.41965], [1.00981,111.42678], [1.01247,111.43296], [1.01308,111.44326], [1.02114,111.45313], [1.02947,111.46119], [1.03616,111.46360], [1.03693,111.46523], [1.03504,111.48179], [1.03547,111.48917], [1.02818,111.49364], [1.02758,111.49733], [1.02303,111.50111], [1.02174,111.50523], [1.01548,111.50797], [1.00715,111.51355], [0.99626,111.51681], [0.98235,111.51681], [0.97866,111.51655], [0.96931,111.51819], [0.95764,111.52205], [0.95575,111.52668], [0.95438,111.53398], [0.95635,111.53879], [0.95369,111.54205], [0.95515,111.54677], [0.95764,111.54951], [0.96056,111.55080], [0.96450,111.54848], [0.96682,111.54883], [0.97025,111.54780], [0.97892,111.54711], [0.98115,111.55149], [0.98355,111.55595], [0.98673,111.56102], [0.98527,111.56368], [0.98510,111.56831], [0.97952,111.56805], [0.98227,111.57363], [0.97841,111.58016], [0.98210,111.58084], [0.98561,111.58591], [0.98990,111.58496], [0.99411,111.58840], [1.00381,111.58865], [1.00964,111.59526], [1.01308,111.60874], [1.01514,111.61595], [1.01762,111.61603], [1.02260,111.62384], [1.02140,111.62736], [1.02329,111.63148], [1.02191,111.63543], [1.02337,111.64007], [1.02535,111.63783], [1.03135,111.63826], [1.03359,111.64667], [1.03453,111.65380], [1.04321,111.65955], [1.04664,111.66642], [1.03995,111.67174], [1.03823,111.67551], [1.03514,111.67646], [1.03051,111.68684], [1.02458,111.69337], [1.01883,111.69380], [1.01815,111.69594], [1.02416,111.70255], [1.02596,111.71448], [1.01480,111.71131], [1.00922,111.71646], [1.00673,111.72358], [1.00768,111.72984], [1.00845,111.74023], [1.00948,111.74821], [1.01497,111.75482], [1.01841,111.76126], [1.02304,111.76332], [1.01703,111.77190], [1.00699,111.77345], [1.00279,111.77439], [0.99918,111.78031], [0.99532,111.79121], [0.99687,111.79490], [1.00193,111.79851], [0.99961,111.80572], [0.99978,111.81379], [0.99154,111.81774], [0.98571,111.81877], [0.98700,111.82125], [0.98743,111.82941], [0.99626,111.83585], [0.99601,111.84168], [0.99875,111.84142], [1.00339,111.85155], [1.00425,111.85893], [1.00948,111.85979], [1.01377,111.86477], [1.01357,111.86829], [1.01606,111.86889], [1.02249,111.87241], [1.02524,111.87189], [1.02747,111.87207], [1.02799,111.87516], [1.03116,111.87704], [1.03279,111.87593], [1.03820,111.87464], [1.03974,111.87224], [1.04283,111.87241], [1.04491,111.87052], [1.04869,111.87129], [1.05057,111.87619], [1.05452,111.87713], [1.05521,111.88159], [1.05727,111.88091], [1.06259,111.88460], [1.06576,111.87893], [1.07512,111.88597], [1.07434,111.88897], [1.07211,111.89052], [1.07186,111.89241], [1.07726,111.89498], [1.07537,111.90219], [1.07658,111.90425], [1.07889,111.90606], [1.08464,111.90640], [1.08687,111.90820], [1.08825,111.91172], [1.09142,111.91198], [1.09219,111.91816], [1.09134,111.92073], [1.09340,111.92348], [1.09382,111.92691], [1.09957,111.92768], [1.10249,111.93095], [1.10798,111.93472], [1.11116,111.93326], [1.12028,111.93406], [1.12260,111.93569], [1.12172,111.94777], [1.12961,111.95429], [1.13013,111.95730], [1.12704,111.96039], [1.12738,111.96554], [1.12661,111.97112], [1.12987,111.97953], [1.12867,111.98227], [1.12996,111.98854], [1.13193,111.98974], [1.13193,111.99455], [1.13777,111.99498], [1.14043,111.99824], [1.13596,112.00588], [1.13571,112.01025], [1.13047,112.01824], [1.13373,112.02708], [1.13476,112.03369], [1.13751,112.03660], [1.13631,112.03952], [1.13305,112.04081], [1.13451,112.04948], [1.13451,112.05240], [1.13854,112.05609], [1.13691,112.06072], [1.13502,112.07274], [1.13622,112.08021], [1.13348,112.08424], [1.13656,112.09068], [1.13373,112.10072], [1.13442,112.10484], [1.13485,112.11565], [1.13493,112.12552], [1.13605,112.12853], [1.13725,112.13102], [1.13897,112.13522], [1.13854,112.14089], [1.14231,112.14295], [1.14909,112.14312], [1.15313,112.14140], [1.15931,112.14466], [1.16274,112.14724], [1.16583,112.14509], [1.16694,112.14140], [1.17166,112.13883], [1.17664,112.13411], [1.18042,112.13522], [1.18282,112.14303], [1.18574,112.14913], [1.18968,112.15119], [1.19363,112.15342], [1.19766,112.15788], [1.20676,112.15625], [1.20951,112.15943], [1.21028,112.16406], [1.21448,112.16123], [1.21749,112.16278], [1.22109,112.16089], [1.22401,112.16114], [1.22512,112.15831], [1.22976,112.15711], [1.23139,112.15934], [1.24168,112.15685], [1.24572,112.16175], [1.24546,112.16810], [1.24872,112.16784], [1.25293,112.17316], [1.25807,112.17050], [1.26760,112.16844], [1.28262,112.16921], [1.28493,112.17702], [1.29351,112.17634], [1.30613,112.17925], [1.31016,112.18913], [1.31273,112.19264], [1.31505,112.20200], [1.32440,112.20655], [1.33702,112.21676], [1.34345,112.21290], [1.34774,112.21273], [1.34843,112.21762], [1.35289,112.22372], [1.35890,112.22552], [1.36044,112.22311], [1.36782,112.22303], [1.37057,112.22809], [1.38095,112.23187], [1.38807,112.23058], [1.39391,112.23333], [1.39734,112.23238], [1.39717,112.22655], [1.39185,112.22440], [1.39494,112.22123], [1.40446,112.21153], [1.40227,112.20758], [1.40390,112.20054], [1.40802,112.19831], [1.41239,112.19925], [1.41986,112.20629], [1.42252,112.20423], [1.42689,112.20518], [1.42921,112.20372], [1.43848,112.20457], [1.44345,112.20997], [1.44989,112.21143], [1.45306,112.22044], [1.45255,112.22370], [1.45778,112.22722], [1.45941,112.23563], [1.45710,112.24070], [1.45993,112.24345], [1.45856,112.25014], [1.46053,112.25392], [1.46104,112.25984], [1.47014,112.26911], [1.46834,112.27701], [1.47391,112.28344], [1.47400,112.28842], [1.47855,112.28851], [1.47966,112.29185], [1.48438,112.29323], [1.48756,112.29786], [1.48781,112.30310], [1.49459,112.30653], [1.49494,112.31194], [1.49854,112.31400], [1.50111,112.31863], [1.50600,112.31795], [1.50909,112.31949], [1.50755,112.32275], [1.50875,112.32850], [1.50832,112.33177], [1.50618,112.34078], [1.50849,112.34515], [1.50508,112.35134], [1.50765,112.35701], [1.50697,112.36138], [1.51537,112.37040], [1.51692,112.37615], [1.51529,112.38147], [1.51417,112.38670], [1.51898,112.38842], [1.52327,112.39443], [1.52593,112.40121], [1.52181,112.40370], [1.52344,112.40722], [1.52456,112.41254], [1.52782,112.42035], [1.53082,112.42413], [1.53056,112.43091], [1.52773,112.43262], [1.53846,112.44430], [1.54292,112.44104], [1.55115,112.44361], [1.55501,112.44730], [1.55990,112.45554], [1.56136,112.46412], [1.56909,112.47039], [1.57338,112.48086], [1.58075,112.48661], [1.58017,112.49301], [1.58352,112.49962], [1.58069,112.50786], [1.57768,112.51241], [1.57691,112.51559], [1.58120,112.52546], [1.57837,112.52863], [1.57640,112.54185], [1.57485,112.54408], [1.57622,112.55885], [1.57296,112.56013], [1.57511,112.57327], [1.57288,112.57747], [1.57348,112.58417], [1.57339,112.59112], [1.57331,112.59756], [1.57451,112.60288], [1.57228,112.60511], [1.57262,112.61000], [1.57030,112.62090], [1.56790,112.62751], [1.56661,112.63541], [1.56782,112.64622], [1.57125,112.64923], [1.57185,112.65970], [1.56670,112.66571], [1.56327,112.66579], [1.56009,112.66991], [1.55666,112.67704], [1.55692,112.68459], [1.55503,112.69386], [1.56267,112.70793], [1.56456,112.72201], [1.56807,112.72836], [1.56816,112.73489], [1.56164,112.74596], [1.55812,112.75111], [1.56558,112.76724], [1.56335,112.77806], [1.56027,112.78304], [1.55529,112.79780], [1.54774,112.80106], [1.54602,112.80690], [1.54336,112.80810], [1.54319,112.81299], [1.54173,112.81720], [1.54156,112.82381], [1.54654,112.82604], [1.54860,112.82913], [1.54448,112.83745], [1.53924,112.83994], [1.54087,112.84569], [1.54645,112.84595], [1.54997,112.84784], [1.55040,112.85058], [1.55452,112.84895], [1.55958,112.85513], [1.56069,112.86020], [1.56207,112.86543], [1.56885,112.86603], [1.57322,112.87376], [1.58377,112.87805], [1.58755,112.88543], [1.58618,112.89169], [1.58935,112.89401], [1.58918,112.89856], [1.58626,112.90405], [1.58223,112.91839], [1.57614,112.92165], [1.57099,112.92500], [1.56996,112.93126], [1.56790,112.93504], [1.56713,112.94139], [1.57142,112.94165], [1.56867,112.95040], [1.57245,112.95023], [1.57348,112.95169], [1.57477,112.95461], [1.57442,112.95796], [1.57005,112.95933], [1.56799,112.96182], [1.56867,112.96731], [1.56533,112.97409], [1.56413,112.98422], [1.58103,112.98945], [1.57828,113.00027], [1.56970,113.00576], [1.57039,113.01941], [1.56644,113.03589], [1.55855,113.05331], [1.56044,113.05726], [1.55640,113.06481], [1.54568,113.06344], [1.53993,113.06979], [1.52800,113.07185], [1.52972,113.06413], [1.52492,113.06095], [1.52663,113.05572], [1.52226,113.05580], [1.51677,113.05031], [1.51393,113.04610], [1.50209,113.04928], [1.49694,113.04524], [1.49231,113.03263], [1.48390,113.03846], [1.47867,113.03846], [1.47446,113.03349], [1.46537,113.02456], [1.46185,113.01246], [1.45670,113.00679], [1.45404,112.99598], [1.45053,112.98499], [1.43826,112.98036], [1.43603,112.97615], [1.42504,112.97830], [1.41123,112.97692], [1.40951,112.98508], [1.41037,112.99306], [1.40960,113.00053], [1.41020,113.00877], [1.40608,113.01563], [1.40857,113.02353], [1.41269,113.02842], [1.41715,113.03821], [1.42521,113.04430], [1.42281,113.05589], [1.42547,113.06404], [1.43242,113.07546], [1.42847,113.08490], [1.43534,113.09029], [1.44315,113.09475], [1.44615,113.10651], [1.43663,113.11174], [1.43380,113.12127], [1.42762,113.12530], [1.42041,113.12402], [1.41638,113.12694], [1.41535,113.13354], [1.40231,113.13346], [1.39664,113.14024], [1.38952,113.14547], [1.39355,113.15251], [1.39330,113.16161], [1.38334,113.17560], [1.37854,113.18195], [1.37811,113.18865], [1.38077,113.19182], [1.38180,113.19783], [1.37991,113.20101], [1.38360,113.21465], [1.38171,113.22023], [1.39124,113.22332], [1.39561,113.23242], [1.39295,113.24272], [1.38274,113.24959], [1.38317,113.25671], [1.38961,113.25946], [1.38746,113.27139], [1.38291,113.27293], [1.37965,113.27946], [1.38214,113.28169], [1.38154,113.28907], [1.37167,113.30795], [1.37631,113.31731], [1.37637,113.32882], [1.37011,113.32994], [1.36428,113.33586], [1.36556,113.34110], [1.36059,113.34650], [1.35827,113.35672], [1.34943,113.36255], [1.34789,113.36581], [1.33656,113.36667], [1.33373,113.37071], [1.32669,113.36856], [1.32498,113.37079], [1.32197,113.38023], [1.31945,113.39721], [1.30563,113.41111], [1.30151,113.41128], [1.28993,113.42141], [1.28572,113.42176], [1.28675,113.43051], [1.28418,113.44201], [1.28761,113.45411], [1.29379,113.45592], [1.30589,113.46664], [1.30658,113.47909], [1.30992,113.48415], [1.30855,113.48802], [1.31825,113.49875], [1.31807,113.50209], [1.31730,113.51042], [1.31456,113.51565], [1.32099,113.52630], [1.32305,113.53849], [1.32091,113.55084], [1.31292,113.55910], [1.30983,113.56091], [1.31052,113.56786], [1.30752,113.57601], [1.30975,113.58134], [1.30846,113.58417], [1.29293,113.58571], [1.28821,113.59447], [1.28315,113.59189], [1.27808,113.59687], [1.26350,113.59773], [1.26161,113.60425], [1.25414,113.61953], [1.25354,113.62691], [1.24127,113.62923], [1.23406,113.62185], [1.22892,113.61962], [1.22969,113.62528], [1.22102,113.62828], [1.22188,113.63610], [1.22531,113.65000], [1.22231,113.65858], [1.21896,113.66485], [1.22565,113.66399], [1.23415,113.66837], [1.23492,113.67626], [1.24385,113.68957], [1.26779,113.70339], [1.26590,113.71515], [1.27122,113.72150], [1.27234,113.72587], [1.27173,113.73489], [1.27568,113.73635], [1.27877,113.74999], [1.27731,113.75463], [1.28263,113.76089], [1.28684,113.76021], [1.28632,113.76570], [1.29096,113.77265], [1.29130,113.77772], [1.29765,113.78613], [1.30151,113.80278], [1.31001,113.80458], [1.31258,113.81231], [1.31541,113.81608], [1.32288,113.81814], [1.32476,113.82286], [1.33051,113.82381], [1.33626,113.82887], [1.34476,113.82793], [1.35296,113.82847], [1.35605,113.82332], [1.36643,113.81276], [1.37510,113.82212], [1.37630,113.82821], [1.37939,113.83139], [1.38265,113.84066], [1.38213,113.84520], [1.38540,113.84787], [1.38969,113.84787], [1.39063,113.85190], [1.38857,113.86683], [1.39106,113.87490], [1.39715,113.87894], [1.40221,113.88503], [1.40668,113.90348], [1.41577,113.91181], [1.41337,113.91533], [1.41131,113.92314], [1.41774,113.92940], [1.41869,113.93739], [1.43070,113.94142], [1.43834,113.94700], [1.44434,113.95524], [1.44494,113.96417], [1.44288,113.96708], [1.44846,113.96949], [1.45104,113.97412], [1.44983,113.98382], [1.44546,113.99936], [1.45009,114.00313], [1.45181,114.00940], [1.44983,114.01317], [1.45318,114.02339], [1.45455,114.02759], [1.45146,114.03068], [1.45430,114.03644], [1.45284,114.04407], [1.45876,114.05180], [1.45944,114.05789], [1.46545,114.07377], [1.46639,114.07806], [1.46416,114.08450], [1.46734,114.09566], [1.46331,114.10141], [1.45730,114.10501], [1.45696,114.11446], [1.46013,114.11926], [1.46399,114.11918], [1.46451,114.13222], [1.46691,114.14312], [1.46271,114.14922], [1.45284,114.15291], [1.45189,114.15703], [1.44228,114.15986], [1.44323,114.16364], [1.43662,114.17891], [1.43027,114.18578], [1.42958,114.19136], [1.42375,114.19548], [1.42152,114.20295], [1.41731,114.20363], [1.41122,114.20552], [1.41165,114.20973], [1.41774,114.22260], [1.42487,114.22140], [1.42967,114.22707], [1.43842,114.23582], [1.44735,114.23745], [1.44906,114.24131], [1.45318,114.25015], [1.45146,114.26045], [1.45232,114.26517], [1.45318,114.27556], [1.45644,114.28869], [1.45833,114.29461], [1.45833,114.29839], [1.46099,114.30131], [1.46442,114.30088], [1.47369,114.30706], [1.47721,114.32122], [1.47772,114.32654], [1.48047,114.33101], [1.48433,114.33118], [1.48630,114.33701], [1.48793,114.35032], [1.49042,114.35272], [1.48948,114.36371], [1.49385,114.36740], [1.49462,114.37847], [1.50226,114.38602], [1.51359,114.38637], [1.51633,114.38405], [1.51719,114.38457], [1.52071,114.38937], [1.52243,114.39744], [1.52148,114.40225], [1.52380,114.40628], [1.52320,114.40903], [1.51831,114.41418], [1.51213,114.41452], [1.51110,114.42310], [1.50475,114.42585], [1.50218,114.43469], [1.49488,114.44448], [1.48768,114.45400], [1.48742,114.46027], [1.48141,114.46782], [1.47575,114.47392], [1.47318,114.48001], [1.47619,114.49055], [1.48005,114.49492], [1.47773,114.49758], [1.47447,114.49750], [1.46675,114.50883], [1.45199,114.51870], [1.44616,114.52110], [1.44247,114.52874], [1.43972,114.53604], [1.43723,114.54942], [1.43861,114.55844], [1.44075,114.56745], [1.43964,114.57208], [1.44376,114.57552], [1.44650,114.58642], [1.45088,114.58547], [1.46409,114.58899], [1.48262,114.59389], [1.48314,114.59989], [1.48623,114.60007], [1.48794,114.60547], [1.49987,114.60436], [1.50742,114.61148], [1.51205,114.61122], [1.51557,114.61474], [1.52441,114.60865], [1.52810,114.60007], [1.53290,114.59886], [1.54758,114.60444], [1.55109,114.60410], [1.55624,114.60650], [1.55890,114.61028], [1.56491,114.60796], [1.57675,114.61002], [1.57906,114.62264], [1.58842,114.63603], [1.59056,114.64135], [1.59159,114.64813], [1.59013,114.65174], [1.59502,114.65191], [1.60128,114.65542], [1.60137,114.66298], [1.60128,114.66649], [1.60789,114.67396], [1.61063,114.68031], [1.61913,114.68418], [1.62325,114.68924], [1.62882,114.68804], [1.63414,114.69345], [1.63826,114.70718], [1.64693,114.70761], [1.65962,114.71027], [1.66632,114.71078], [1.66915,114.71224], [1.67361,114.71156], [1.68475,114.71305], [1.69616,114.71116], [1.70834,114.70902], [1.71486,114.71769], [1.72147,114.71554], [1.72644,114.71760], [1.73099,114.71297], [1.74446,114.70867], [1.75252,114.71065], [1.75982,114.70430], [1.76354,114.70680], [1.76835,114.71350], [1.78001,114.71410], [1.78267,114.71479], [1.78816,114.71204], [1.79185,114.70801], [1.79811,114.71024], [1.80069,114.70758], [1.79829,114.70414], [1.80952,114.69230], [1.81141,114.70148], [1.82171,114.70500], [1.81973,114.71170], [1.82634,114.71582], [1.82600,114.71916], [1.82908,114.71968], [1.83294,114.72740], [1.84290,114.72543], [1.84487,114.72715], [1.84907,114.72114], [1.85585,114.71659], [1.85748,114.71779], [1.85919,114.72577], [1.85859,114.73247], [1.86580,114.73521], [1.86897,114.74569], [1.86709,114.75290], [1.86005,114.76122], [1.85774,114.76869], [1.85173,114.77135], [1.84907,114.78148], [1.85130,114.78251], [1.84881,114.78826], [1.85156,114.79890], [1.86228,114.79778], [1.86520,114.80293], [1.86915,114.80439], [1.87627,114.80972], [1.88013,114.81632], [1.88339,114.81950], [1.89136,114.81658], [1.89299,114.82122], [1.89685,114.83263], [1.89548,114.83950], [1.89454,114.84662], [1.89540,114.85392], [1.90080,114.86057], [1.90046,114.86486], [1.90440,114.86804], [1.91006,114.86838], [1.91247,114.87482], [1.91461,114.88160], [1.91993,114.88048], [1.92328,114.87576], [1.92748,114.87490], [1.92919,114.86666], [1.93571,114.86649], [1.93717,114.86366], [1.93580,114.85937], [1.94395,114.85139], [1.94987,114.85362], [1.95184,114.85130], [1.96008,114.85001], [1.97148,114.85139], [1.97740,114.85861], [1.98221,114.85956], [1.98564,114.86814], [1.99430,114.87166], [2.00537,114.87484], [2.01223,114.87286], [2.01557,114.87424], [2.01918,114.88428], [2.02209,114.88797], [2.02921,114.88170], [2.03136,114.87587], [2.03161,114.86986], [2.03805,114.86720], [2.04277,114.85870], [2.03942,114.85458], [2.03376,114.83862], [2.03093,114.83716], [2.02724,114.82668], [2.02492,114.81639], [2.02218,114.81501], [2.02201,114.81098], [2.02578,114.80729], [2.03376,114.80772], [2.03513,114.80360], [2.03976,114.80222], [2.04311,114.79828], [2.05589,114.79536], [2.05966,114.79501], [2.06305,114.81133], [2.06974,114.80901], [2.07335,114.80686], [2.07566,114.80747], [2.07995,114.80103], [2.08578,114.79923], [2.09067,114.79974], [2.09076,114.80549], [2.09642,114.80781], [2.09839,114.81261], [2.10423,114.81330], [2.11152,114.81905], [2.11701,114.82163], [2.12224,114.81905], [2.12687,114.82085], [2.12901,114.82000], [2.12919,114.81553], [2.13227,114.81236], [2.13320,114.80478], [2.13852,114.80032], [2.14409,114.80066], [2.14478,114.78933], [2.14264,114.78367], [2.14384,114.77715], [2.14144,114.76444], [2.13989,114.75792], [2.13500,114.74762], [2.13243,114.74359], [2.13560,114.73835], [2.14281,114.73706], [2.14735,114.73363], [2.15190,114.73466], [2.15336,114.73827], [2.15996,114.73560], [2.16674,114.73775], [2.16845,114.74153], [2.17403,114.74033], [2.18140,114.74290], [2.18535,114.74024], [2.19273,114.74067], [2.19564,114.75723], [2.19556,114.76393], [2.19753,114.76470], [2.19744,114.77311], [2.19513,114.77569], [2.20096,114.78032], [2.20027,114.78582], [2.20671,114.78745], [2.21099,114.78779], [2.22231,114.78805], [2.22969,114.79294], [2.23578,114.80169], [2.24564,114.79732], [2.25156,114.80032], [2.25731,114.80899], [2.26374,114.81259], [2.26520,114.81903], [2.25774,114.82058], [2.24641,114.82770], [2.25105,114.83508], [2.25165,114.84324], [2.25379,114.84641], [2.25542,114.85654], [2.26220,114.86281], [2.26160,114.86778], [2.26511,114.87010], [2.26039,114.88572], [2.26134,114.89061], [2.25911,114.89559], [2.26039,114.90272], [2.25405,114.90812], [2.25611,114.91765], [2.25902,114.91885], [2.26443,114.92400], [2.27749,114.93668], [2.28049,114.93848], [2.28212,114.94664], [2.28075,114.95307], [2.28504,114.96243], [2.29301,114.96835], [2.30879,114.94981], [2.31102,114.95076], [2.32363,114.94724], [2.34215,114.95325], [2.34977,114.95188], [2.35251,114.95574], [2.35689,114.95669], [2.35920,114.96055], [2.36623,114.96107], [2.36872,114.96922], [2.36692,114.97626], [2.35997,114.97823], [2.35191,114.98973], [2.34814,114.99385], [2.35046,114.99909], [2.35895,115.00450], [2.36238,115.00501], [2.36555,115.01351], [2.36495,115.02578], [2.38116,115.03007], [2.38296,115.03514], [2.39316,115.03797], [2.39128,115.04381], [2.38613,115.04921], [2.38690,115.05205], [2.39453,115.04767], [2.40440,115.04964], [2.40731,115.05900], [2.40800,115.06483], [2.40500,115.06767], [2.40868,115.07161], [2.40603,115.07479], [2.40591,115.08756], [2.40385,115.09073], [2.40488,115.09597], [2.40866,115.10112], [2.41303,115.09768], [2.41929,115.10000], [2.42469,115.09708], [2.43747,115.10592], [2.44296,115.10944], [2.44364,115.11416], [2.45085,115.11665], [2.45471,115.11562], [2.45865,115.11966], [2.45445,115.12464], [2.45779,115.12901], [2.46954,115.13545], [2.47349,115.14232], [2.47752,115.14283], [2.47829,115.15330], [2.47760,115.16300], [2.48257,115.17691], [2.47983,115.18231], [2.48386,115.18875], [2.47649,115.19862], [2.47366,115.20480], [2.48309,115.21261], [2.48839,115.22656], [2.49345,115.23171], [2.50022,115.24218], [2.50562,115.24364], [2.50862,115.24827], [2.51874,115.24055], [2.52560,115.25008], [2.52937,115.24905], [2.53238,115.25308], [2.54104,115.24947], [2.53829,115.24329], [2.52963,115.23437], [2.53649,115.22596], [2.53846,115.22124], [2.54695,115.21986], [2.54790,115.21660], [2.55270,115.21377], [2.55973,115.21727], [2.56710,115.21529], [2.56779,115.21006], [2.57302,115.21040], [2.57276,115.20439], [2.57705,115.20053], [2.58305,115.19212], [2.59120,115.19221], [2.59720,115.18070], [2.60397,115.17813], [2.60972,115.17787], [2.60972,115.17083], [2.61263,115.16697], [2.60714,115.16483], [2.60509,115.15882], [2.60732,115.15289], [2.60011,115.14337], [2.59565,115.14002], [2.59154,115.14096], [2.58312,115.13439], [2.58655,115.12752], [2.58646,115.12237], [2.58320,115.11808], [2.58295,115.11310], [2.58818,115.10649], [2.59341,115.10804], [2.59924,115.10624], [2.60070,115.10006], [2.60576,115.09027], [2.61724,115.08675], [2.62453,115.09207], [2.62616,115.10177], [2.63559,115.10873], [2.63825,115.11310], [2.64374,115.11113], [2.64940,115.11330], [2.65206,115.12008], [2.65951,115.11674], [2.67023,115.11347], [2.67769,115.10901], [2.68266,115.10910], [2.68798,115.11433], [2.68927,115.11021], [2.69089,115.10455], [2.69467,115.10163], [2.69672,115.09416], [2.70187,115.09433], [2.71353,115.10172], [2.72013,115.09974], [2.72244,115.10438], [2.73067,115.11614], [2.73248,115.12232], [2.73848,115.12635], [2.74062,115.13098], [2.74688,115.13673], [2.75571,115.14163], [2.76480,115.13742], [2.77097,115.13897], [2.77920,115.13982], [2.78683,115.14806], [2.79043,115.15382], [2.79935,115.14600], [2.80449,115.14068], [2.80535,115.13373], [2.80140,115.13253], [2.80235,115.12420], [2.80758,115.11004], [2.81572,115.10240], [2.81975,115.09073], [2.82249,115.08858], [2.83355,115.10309], [2.83604,115.11579], [2.84178,115.12317], [2.84727,115.12446], [2.85327,115.13261], [2.85421,115.13699], [2.87024,115.14120], [2.87067,115.14815], [2.87187,115.15133], [2.88061,115.15236], [2.88576,115.14832], [2.89099,115.15047], [2.89776,115.15270], [2.90684,115.14686], [2.91070,115.14892], [2.91987,115.15648], [2.92836,115.16334], [2.93187,115.17150], [2.93213,115.18188], [2.93659,115.19089], [2.95073,115.20162], [2.95270,115.20557], [2.95990,115.21072], [2.96222,115.22257], [2.96059,115.22875], [2.96127,115.23484], [2.96419,115.23759], [2.96693,115.24952], [2.97405,115.24754], [2.97927,115.24565], [2.98185,115.24780], [2.98476,115.25346], [2.99539,115.25132], [3.00267,115.25655], [3.00979,115.26419], [3.01527,115.26325], [3.01990,115.27115], [3.02385,115.27355], [3.02762,115.27750], [3.03439,115.27758], [3.03970,115.28239], [3.04647,115.28136], [3.04879,115.28651], [3.04236,115.29338], [3.04167,115.29904], [3.03396,115.30213], [3.03242,115.30582], [3.02290,115.30702], [3.01930,115.31097], [3.01999,115.31492], [3.01570,115.32170], [3.00293,115.32359], [2.99247,115.32719], [2.98630,115.32496], [2.98065,115.32599], [2.97687,115.32977], [2.97739,115.33569], [2.98005,115.34187], [2.97790,115.34650], [2.98287,115.35045], [2.98356,115.35921], [2.98202,115.37320], [2.98656,115.37706], [2.98605,115.37989], [2.97945,115.38393], [2.98176,115.38633], [2.97979,115.40126], [2.98433,115.40152], [2.99462,115.40736], [2.99993,115.41689], [3.00465,115.41757], [3.01810,115.42779], [3.01399,115.43508], [3.01630,115.43766], [3.02556,115.44015], [3.02779,115.45225], [3.02325,115.45748], [3.02719,115.46169], [3.02650,115.46787], [3.02222,115.47010], [3.01947,115.48358], [3.02042,115.48787], [3.02710,115.49027], [3.03087,115.49516], [3.02882,115.49697], [3.03679,115.49860], [3.03824,115.50400], [3.05042,115.50821], [3.05677,115.51492], [3.06877,115.51595], [3.07486,115.51157], [3.08154,115.51209], [3.08454,115.51088], [3.09526,115.50994], [3.10023,115.51457], [3.10871,115.51320], [3.11420,115.51672], [3.11617,115.52067], [3.11720,115.52530], [3.12662,115.52865], [3.13416,115.52942], [3.14256,115.53406], [3.14513,115.53989], [3.14256,115.54264], [3.14248,115.55217], [3.14848,115.55388], [3.15233,115.56084], [3.15568,115.55989], [3.16270,115.56264], [3.16999,115.56109], [3.17162,115.55594], [3.17170,115.55268], [3.17830,115.54642], [3.18044,115.54178], [3.18010,115.53869], [3.18353,115.53320], [3.18147,115.53183], [3.18327,115.52668], [3.18636,115.52599], [3.18678,115.52178], [3.19287,115.51861], [3.20512,115.51629], [3.21232,115.51801], [3.21686,115.51638], [3.22004,115.51663], [3.22346,115.51500], [3.22723,115.51775], [3.22689,115.52170], [3.22586,115.52711], [3.22698,115.53346], [3.23263,115.52985], [3.23992,115.52942], [3.24078,115.52316], [3.25843,115.52341], [3.27874,115.52839], [3.28242,115.53148], [3.28405,115.53646], [3.29511,115.53220], [3.29768,115.52979], [3.30625,115.53117], [3.30899,115.53014], [3.32005,115.53159], [3.32090,115.53975], [3.32893,115.54333], [3.32858,115.54710], [3.33347,115.54745], [3.34187,115.54367], [3.34863,115.54462], [3.35875,115.54230], [3.36389,115.54376], [3.37622,115.54891], [3.38179,115.55534], [3.38672,115.55830], [3.39314,115.55538], [3.39700,115.56165], [3.40599,115.56268], [3.40754,115.56680], [3.41268,115.57143], [3.41867,115.57169], [3.42304,115.57830], [3.43298,115.57761], [3.44258,115.58147], [3.45029,115.58465], [3.45089,115.58860], [3.44780,115.59486], [3.44489,115.59907], [3.44849,115.60748], [3.44643,115.61057], [3.43992,115.61366], [3.42262,115.61778], [3.41927,115.62190], [3.40882,115.62430], [3.41782,115.63580], [3.41996,115.64138], [3.42630,115.64010], [3.42947,115.64937], [3.43624,115.64799], [3.44061,115.65477], [3.45183,115.63786], [3.46151,115.63641], [3.46682,115.63040], [3.47506,115.63290], [3.47634,115.62835], [3.48739,115.62338], [3.49459,115.62140], [3.50342,115.61479], [3.50599,115.61093], [3.51481,115.60741], [3.52089,115.60896], [3.52586,115.60741], [3.53734,115.61222], [3.54616,115.61110], [3.55362,115.61051], [3.55602,115.60768], [3.57684,115.60184], [3.57572,115.59463], [3.57829,115.58750], [3.58463,115.58673], [3.58909,115.58622], [3.59294,115.58081], [3.59868,115.57798], [3.60802,115.57669], [3.61487,115.57497], [3.62147,115.57781], [3.62832,115.57497], [3.63389,115.58064], [3.64274,115.57572], [3.64540,115.57082], [3.65722,115.57074], [3.67092,115.57297], [3.68111,115.57031], [3.69662,115.58078], [3.70475,115.58215], [3.71186,115.57855], [3.72231,115.57228], [3.72993,115.58001], [3.74227,115.57640], [3.74895,115.57640], [3.75751,115.58627], [3.76000,115.58456], [3.76531,115.58645], [3.77045,115.59168], [3.77550,115.58739], [3.78089,115.58859], [3.79211,115.59417], [3.80075,115.60155], [3.81771,115.60610], [3.82516,115.61168], [3.83998,115.61554], [3.84983,115.61383], [3.85984,115.61683], [3.87423,115.61554], [3.87706,115.60739], [3.87475,115.60524], [3.87577,115.60164], [3.88117,115.59400], [3.88742,115.59477], [3.89006,115.59372], [3.88466,115.58832], [3.88509,115.58240], [3.88911,115.57853], [3.89631,115.57424], [3.90153,115.57381], [3.90855,115.56308], [3.91772,115.55716], [3.92217,115.56746], [3.94092,115.57999], [3.94400,115.58995], [3.94024,115.59784], [3.93921,115.61184], [3.93801,115.61673], [3.94435,115.62368], [3.95171,115.62831], [3.95967,115.63364], [3.96284,115.63922], [3.97115,115.63982], [3.97723,115.64436], [3.98151,115.64436], [3.99007,115.64788], [4.00625,115.64806], [4.01285,115.64857], [4.01910,115.64969], [4.03005,115.65226], [4.03545,115.65166], [4.04050,115.65750], [4.05625,115.66145], [4.06807,115.66668], [4.07774,115.67020], [4.08425,115.67286], [4.09101,115.67544], [4.09812,115.67432], [4.10625,115.67672], [4.11336,115.67260], [4.12740,115.67535], [4.13099,115.68196], [4.13898,115.68031], [4.14190,115.67782], [4.14438,115.68220], [4.15054,115.67928], [4.15705,115.68100], [4.16270,115.68297], [4.16706,115.68700], [4.17297,115.68761], [4.17776,115.69061], [4.18230,115.69584], [4.18658,115.69619], [4.19625,115.70340], [4.19625,115.70554], [4.19326,115.71138], [4.19574,115.71584], [4.18983,115.72760], [4.21132,115.73241], [4.21440,115.74340], [4.21218,115.74631], [4.21260,115.75155], [4.22440,115.75728], [4.23090,115.75986], [4.24032,115.76466], [4.24477,115.76449], [4.24614,115.77007], [4.24503,115.77393], [4.24871,115.77805], [4.24794,115.78398], [4.24631,115.79067], [4.24486,115.79608], [4.22500,115.79943], [4.22080,115.80303], [4.22697,115.81196], [4.22594,115.81728], [4.23544,115.82826], [4.23844,115.82517], [4.25051,115.82603], [4.26275,115.82346], [4.26660,115.83668], [4.27079,115.84466], [4.27524,115.84715], [4.28123,115.84929], [4.28235,115.85255], [4.28140,115.86028], [4.29022,115.86654], [4.29090,115.87212], [4.29484,115.87461], [4.30152,115.86672], [4.31025,115.86654], [4.32078,115.86268], [4.34012,115.86388], [4.34448,115.86191], [4.34773,115.86406], [4.34782,115.86749], [4.35458,115.87144], [4.35929,115.86740], [4.36862,115.86938], [4.37281,115.86843], [4.38344,115.87128], [4.39234,115.87686], [4.39259,115.88355], [4.39422,115.89136], [4.39696,115.90149], [4.39242,115.90896], [4.37924,115.91660], [4.37103,115.91582], [4.36581,115.92132], [4.36101,115.92269], [4.35560,115.93058], [4.35603,115.93771], [4.35877,115.94088], [4.35705,115.94680], [4.35979,115.95007], [4.36065,115.95745], [4.35466,115.96182], [4.35885,115.97410], [4.35791,115.97839], [4.35432,115.97959], [4.35166,115.98500], [4.35337,115.98723], [4.35252,115.99315], [4.34969,115.99358], [4.34935,116.00388], [4.33720,116.00697], [4.33788,116.01452], [4.33378,116.01959], [4.33437,116.02749], [4.33001,116.03203], [4.32351,116.03186], [4.32042,116.03495], [4.30913,116.03332], [4.30065,116.03263], [4.29543,116.03684], [4.29053,116.05117], [4.28334,116.05701], [4.27931,116.07065], [4.27803,116.08001], [4.28342,116.08301], [4.28779,116.08267], [4.29909,116.08593], [4.30456,116.08576], [4.30670,116.09074], [4.31646,116.09580], [4.31894,116.10121], [4.32588,116.10516], [4.32622,116.11108], [4.33306,116.11014], [4.33649,116.11709], [4.33366,116.12224], [4.33092,116.13279], [4.33948,116.14061], [4.33965,116.16129], [4.33520,116.15872], [4.33460,116.16455], [4.33794,116.16369], [4.35677,116.16721], [4.36567,116.16515], [4.36601,116.15889], [4.38031,116.16078], [4.39212,116.16730], [4.39083,116.17116], [4.38553,116.17193], [4.38381,116.17648], [4.38150,116.17700], [4.38193,116.18249], [4.38159,116.19159], [4.37971,116.19760], [4.37594,116.20094], [4.37337,116.20318], [4.37954,116.20584], [4.38279,116.21974], [4.37954,116.22832], [4.37623,116.24841], [4.37769,116.25133], [4.37666,116.25639], [4.36793,116.25854], [4.36279,116.26231], [4.36605,116.26789], [4.36279,116.27390], [4.36279,116.27939], [4.37024,116.28780], [4.37375,116.29347], [4.36913,116.30695], [4.37289,116.31055], [4.37187,116.31501], [4.37811,116.31965], [4.38265,116.32016], [4.38445,116.32437], [4.38624,116.33639], [4.38582,116.33905], [4.39069,116.34411], [4.39052,116.34960], [4.38967,116.35630], [4.38641,116.36162], [4.37854,116.36651], [4.38025,116.36952], [4.37623,116.38076], [4.36896,116.38428], [4.36485,116.38248], [4.36031,116.38557], [4.36006,116.38797], [4.36374,116.39732], [4.35980,116.40333], [4.35564,116.40559], [4.35214,116.40516], [4.34606,116.40773], [4.33553,116.41700], [4.33040,116.41983], [4.33408,116.42696], [4.32834,116.43134], [4.32329,116.43709], [4.31687,116.43837], [4.30601,116.43726], [4.29762,116.43915], [4.29214,116.43889], [4.28957,116.43983], [4.29026,116.44799], [4.29668,116.45271], [4.29796,116.45811], [4.29471,116.46198], [4.30036,116.47125], [4.30395,116.47949], [4.31063,116.48301], [4.31311,116.48103], [4.31662,116.48163], [4.31910,116.48601], [4.32774,116.48592], [4.32869,116.48395], [4.33588,116.48944], [4.33348,116.49931], [4.32620,116.50481], [4.32552,116.51133], [4.32723,116.51554], [4.33065,116.51614], [4.33639,116.51545], [4.34443,116.52558], [4.35162,116.53116], [4.35984,116.53210], [4.37610,116.53622], [4.37952,116.53931], [4.37935,116.54489], [4.38798,116.54773], [4.38866,116.55280], [4.38738,116.55417], [4.39063,116.56327], [4.39987,116.56190], [4.40963,116.56481], [4.40886,116.56936], [4.40492,116.57177], [4.40047,116.57314], [4.39953,116.57623], [4.39260,116.57872], [4.38610,116.58284], [4.38216,116.58576], [4.37574,116.58653], [4.37497,116.59288], [4.37514,116.60001], [4.37822,116.60052], [4.38062,116.60584], [4.37968,116.61176], [4.37754,116.61623], [4.36829,116.61648], [4.36487,116.61640], [4.35837,116.62009], [4.35452,116.62215], [4.34467,116.61837], [4.33603,116.62146], [4.34116,116.62318], [4.34022,116.62713], [4.33509,116.63116], [4.33937,116.63288], [4.33774,116.64189], [4.34039,116.64438], [4.33757,116.65210], [4.34014,116.65631], [4.34972,116.65854], [4.35392,116.66798], [4.34365,116.67605], [4.34185,116.68489], [4.34193,116.69476], [4.33380,116.70343], [4.33355,116.70566], [4.33834,116.70463], [4.34442,116.71262], [4.34741,116.72086], [4.35066,116.73081], [4.36273,116.73579], [4.36752,116.73965], [4.37591,116.73939], [4.38353,116.74034], [4.38464,116.74678], [4.38977,116.75081], [4.39055,116.75278], [4.38532,116.75759], [4.37523,116.77115], [4.36581,116.77562], [4.35948,116.78385], [4.34648,116.78461], [4.34091,116.78916], [4.33946,116.79577], [4.34708,116.80169], [4.35084,116.80564], [4.35110,116.81362], [4.35110,116.81774], [4.33672,116.82255], [4.33150,116.83413], [4.32731,116.84100], [4.33081,116.84666], [4.33937,116.85018], [4.33809,116.85679], [4.33980,116.86400], [4.33835,116.86709], [4.34211,116.87310], [4.34810,116.87773], [4.34827,116.88383], [4.36128,116.89737], [4.36804,116.90088], [4.36890,116.91118], [4.36685,116.91573], [4.36531,116.92226], [4.36085,116.92655], [4.36325,116.92998], [4.35931,116.93299], [4.35820,116.93934], [4.35983,116.94552], [4.35581,116.95564], [4.34810,116.95788], [4.34622,116.96225], [4.34014,116.96663], [4.33886,116.97118], [4.34442,116.97410], [4.34177,116.98285], [4.34374,116.98878], [4.34879,117.00663], [4.34442,117.00998], [4.33775,117.00929], [4.33321,117.00989], [4.33073,117.00783], [4.32833,117.00860], [4.32696,117.00714], [4.32123,117.00774], [4.32200,117.01461], [4.32037,117.02131], [4.32799,117.02577], [4.33723,117.02783], [4.34263,117.02980], [4.34382,117.03581], [4.34810,117.04319], [4.34588,117.05298], [4.34271,117.05512], [4.34245,117.06388], [4.33954,117.06662], [4.33705,117.07866], [4.33576,117.08681], [4.33602,117.10132], [4.33457,117.10664], [4.33671,117.11101], [4.33611,117.11479], [4.34227,117.12003], [4.34381,117.12964], [4.34621,117.13196], [4.34381,117.14183], [4.34595,117.14423], [4.35168,117.14148], [4.35297,117.14638], [4.35528,117.15410], [4.35254,117.16071], [4.35083,117.15908], [4.34800,117.16509], [4.34235,117.16698], [4.33842,117.16989], [4.33653,117.17822], [4.33936,117.19170], [4.33705,117.19410], [4.33696,117.20105], [4.34218,117.20732], [4.34749,117.20869], [4.35613,117.21212], [4.35776,117.21556], [4.36161,117.21753], [4.36101,117.22225], [4.36683,117.22191], [4.37094,117.23015], [4.36983,117.23581], [4.37282,117.23882], [4.37488,117.24809], [4.37068,117.25161], [4.36709,117.25049], [4.36332,117.25358], [4.35913,117.26199], [4.35759,117.26534], [4.35339,117.26697], [4.35297,117.26972], [4.34749,117.27186], [4.34544,117.27426], [4.34218,117.27512], [4.34039,117.27924], [4.33439,117.28697], [4.32181,117.28620], [4.31925,117.28997], [4.31505,117.29135], [4.31146,117.30036], [4.31146,117.30697], [4.30846,117.31057], [4.30435,117.30997], [4.30042,117.31255], [4.30110,117.31675], [4.30530,117.31967], [4.30213,117.32465], [4.29716,117.33211], [4.29537,117.33975], [4.29169,117.34224], [4.29134,117.34816], [4.28920,117.35589], [4.28681,117.36464], [4.28647,117.37280], [4.28176,117.37477], [4.27851,117.37340], [4.27149,117.37572], [4.26575,117.38172], [4.26290,117.38717], [4.25862,117.38811], [4.25897,117.39695], [4.25580,117.40150], [4.25503,117.40854], [4.24955,117.41146], [4.24912,117.41343], [4.23962,117.41291], [4.23526,117.42012], [4.23637,117.42296], [4.23380,117.42587], [4.23449,117.43171], [4.22986,117.42965], [4.22884,117.43317], [4.22541,117.43145], [4.22311,117.42909], [4.22371,117.42617], [4.21892,117.42849], [4.21558,117.42737], [4.21250,117.43218], [4.20899,117.43904], [4.20154,117.44282], [4.19367,117.44274], [4.19221,117.44643], [4.19238,117.44909], [4.18750,117.45346], [4.18725,117.45707], [4.18271,117.45758], [4.18100,117.46230], [4.17877,117.46617], [4.17620,117.47535], [4.16970,117.47757], [4.17098,117.48427], [4.17483,117.48659], [4.17492,117.49096], [4.17286,117.49268], [4.17064,117.49946], [4.17124,117.51071], [4.16636,117.51714], [4.16336,117.52564], [4.16242,117.52821], [4.16533,117.53191], [4.16584,117.53500], [4.17064,117.53645], [4.17518,117.54066], [4.17004,117.54332], [4.16841,117.54710], [4.17509,117.55542], [4.17980,117.56289], [4.18151,117.57353], [4.17963,117.58366], [4.17432,117.59285], [4.16602,117.59877], [4.14205,117.60864], [4.16781,117.64520], [4.16696,117.67756], [4.16704,117.91042], [4.18576,117.96746], [2.81232,119.91067], [2.92753,124.15688], [4.73615,125.28848], [5.73172,127.43630], [1.81339,130.17739], [1.36862,131.85830], [0.44040,132.79214], [1.31919,134.25332], [-2.22390,141.04287], [-2.60473,141.00037], [-6.32398,141.00031], [-6.32008,140.99173], [-6.32213,140.98315], [-6.32707,140.97353], [-6.32358,140.96564], [-6.32494,140.95980], [-6.33194,140.95963], [-6.34337,140.96976], [-6.34840,140.96521], [-6.35633,140.96152], [-6.36290,140.97817], [-6.36734,140.97499], [-6.37365,140.95963], [-6.37314,140.94427], [-6.38081,140.94075], [-6.38858,140.94907], [-6.38252,140.96538], [-6.38499,140.98255], [-6.39054,140.98220], [-6.39378,140.98004], [-6.39949,140.95944], [-6.40751,140.95317], [-6.41305,140.94081], [-6.41630,140.94227], [-6.41800,140.95523], [-6.42244,140.95643], [-6.43114,140.95600], [-6.43651,140.94854], [-6.43156,140.93901], [-6.41698,140.92691], [-6.41928,140.91953], [-6.42636,140.91635], [-6.43378,140.91566], [-6.44086,140.92287], [-6.44222,140.93429], [-6.44828,140.93703], [-6.45391,140.93566], [-6.45732,140.92613], [-6.45988,140.92322], [-6.46943,140.93137], [-6.46824,140.94184], [-6.46261,140.94751], [-6.45288,140.95223], [-6.45220,140.95489], [-6.45493,140.95575], [-6.46184,140.95300], [-6.47156,140.94665], [-6.47574,140.94682], [-6.48035,140.94948], [-6.48427,140.95995], [-6.49135,140.95798], [-6.49322,140.93738], [-6.49357,140.92588], [-6.50201,140.91987], [-6.51326,140.92081], [-6.52776,140.92888], [-6.53936,140.93034], [-6.54951,140.92193], [-6.55385,140.92382], [-6.55556,140.93738], [-6.56136,140.93652], [-6.56366,140.93240], [-6.56136,140.92262], [-6.55658,140.91523], [-6.55897,140.90759], [-6.56085,140.89232], [-6.56606,140.88764], [-6.57357,140.88695], [-6.57536,140.89056], [-6.56632,140.90412], [-6.56981,140.91073], [-6.57612,140.91159], [-6.58721,140.90927], [-6.59966,140.89536], [-6.60673,140.88867], [-6.60247,140.88635], [-6.59420,140.88781], [-6.59343,140.88206], [-6.59752,140.87708], [-6.60392,140.87176], [-6.60673,140.86343], [-6.61125,140.84996], [-6.61014,140.84387], [-6.61364,140.84369], [-6.61841,140.86369], [-6.61748,140.87434], [-6.62174,140.87674], [-6.62737,140.87622], [-6.63521,140.86781], [-6.64024,140.85871], [-6.64467,140.85674], [-6.64697,140.85777], [-6.65131,140.86680], [-6.65037,140.87470], [-6.65480,140.87247], [-6.66120,140.86131], [-6.66572,140.86200], [-6.67484,140.87092], [-6.67919,140.87092], [-6.68294,140.86440], [-6.68089,140.84689], [-6.68404,140.84603], [-6.69982,140.85496], [-6.71345,140.85144], [-6.71959,140.84586], [-6.72326,140.84972], [-6.73417,140.88131], [-6.74175,140.88843], [-6.75062,140.89058], [-6.75215,140.90079], [-6.75820,140.89950], [-6.76536,140.89281], [-6.76860,140.88723], [-6.76954,140.87727], [-6.78164,140.87951], [-6.78829,140.87633], [-6.79238,140.87075], [-6.79596,140.87161], [-6.80108,140.88397], [-6.80909,140.88672], [-6.81267,140.88732], [-6.80875,140.89830], [-6.80576,140.90465], [-6.80909,140.91349], [-6.81607,140.91658], [-6.82306,140.91899], [-6.83287,140.91083], [-6.84208,140.90637], [-6.84020,140.89693], [-6.84676,140.89804], [-6.86432,140.91341], [-6.87301,140.91581], [-6.86892,140.92294], [-6.87352,140.93976], [-6.86866,140.94396], [-6.85384,140.95074], [-6.85793,140.95435], [-6.86500,140.95461], [-6.87744,140.94946], [-6.88588,140.94208], [-6.89065,140.94062], [-6.89517,140.94182], [-6.90215,140.95229], [-6.91015,140.95335], [-6.91058,140.95576], [-6.89490,140.95996], [-6.88911,140.96940], [-6.89013,140.97387], [-6.89567,140.97610], [-6.90282,140.98382], [-6.90359,140.99155], [-6.88791,141.00176], [-6.89149,141.01987], [-9.12839,141.01979], [-9.49899,140.62608], [-8.69623,137.02806], [-7.38542,133.25425], [-9.05986,131.06797], [-8.51700,127.62925], [-8.19987,127.20715], [-8.08839,125.57705], [-8.69975,124.94808], [-8.91672,124.27111], [-9.17429,124.47627], [-9.17626,124.47814], [-9.17885,124.47827], [-9.18137,124.47906], [-9.18503,124.47857], [-9.18872,124.47977], [-9.18999,124.48054], [-9.19342,124.48054], [-9.19567,124.47908], [-9.19787,124.48247], [-9.19842,124.47938], [-9.20020,124.47664], [-9.20305,124.47532], [-9.20454,124.47283], [-9.20767,124.46987], [-9.20805,124.46811], [-9.21178,124.46751], [-9.21563,124.46738], [-9.22271,124.46583], [-9.22508,124.46583], [-9.22796,124.46708], [-9.23139,124.46545], [-9.23902,124.46678], [-9.24368,124.46407], [-9.24956,124.46472], [-9.25105,124.46334], [-9.25846,124.45948], [-9.26574,124.45395], [-9.26820,124.45352], [-9.27621,124.45592], [-9.28438,124.45515], [-9.28628,124.45704], [-9.29052,124.45819], [-9.29340,124.46141], [-9.29958,124.46176], [-9.30335,124.45995], [-9.30589,124.45631], [-9.30843,124.45459], [-9.30598,124.44927], [-9.30632,124.44631], [-9.31220,124.44330], [-9.31453,124.43944], [-9.32237,124.43850], [-9.32445,124.43921], [-9.32712,124.43899], [-9.32847,124.43753], [-9.33118,124.43775], [-9.33309,124.43779], [-9.33343,124.43651], [-9.33496,124.43565], [-9.33377,124.43498], [-9.33144,124.43479], [-9.33112,124.43344], [-9.33311,124.43181], [-9.33341,124.43086], [-9.33195,124.42960], [-9.33153,124.42810], [-9.33161,124.42627], [-9.33220,124.42548], [-9.33373,124.42458], [-9.33430,124.42335], [-9.33582,124.42211], [-9.33506,124.41964], [-9.33502,124.41700], [-9.33553,124.41655], [-9.33559,124.41415], [-9.33781,124.41192], [-9.33779,124.41069], [-9.33610,124.41106], [-9.33650,124.40913], [-9.33809,124.40756], [-9.33870,124.40511], [-9.33949,124.40408], [-9.33966,124.40344], [-9.34097,124.40297], [-9.34120,124.40393], [-9.34277,124.40353], [-9.34275,124.40269], [-9.34364,124.40260], [-9.34387,124.40323], [-9.34529,124.40153], [-9.34630,124.40205], [-9.34855,124.40207], [-9.34920,124.40320], [-9.34982,124.40134], [-9.35233,124.40076], [-9.35347,124.39918], [-9.35355,124.39853], [-9.35516,124.39684], [-9.35641,124.39476], [-9.35713,124.39411], [-9.35705,124.39289], [-9.35874,124.39081], [-9.35965,124.39061], [-9.35999,124.38903], [-9.36069,124.38851], [-9.35976,124.38680], [-9.35880,124.38594], [-9.35660,124.38160], [-9.35675,124.37956], [-9.35931,124.37956], [-9.36145,124.37860], [-9.36435,124.37896], [-9.36480,124.37748], [-9.36780,124.37826], [-9.37066,124.37778], [-9.37189,124.37643], [-9.37443,124.37605], [-9.37490,124.37454], [-9.37699,124.37351], [-9.37803,124.37426], [-9.37841,124.37785], [-9.38142,124.37914], [-9.38440,124.37886], [-9.38633,124.37926], [-9.38821,124.38145], [-9.39120,124.38102], [-9.39291,124.37911], [-9.39399,124.37907], [-9.39509,124.37980], [-9.39647,124.37956], [-9.39867,124.37804], [-9.39973,124.37605], [-9.39952,124.37439], [-9.40045,124.37300], [-9.40142,124.37304], [-9.40267,124.37527], [-9.40390,124.37605], [-9.40557,124.37465], [-9.40481,124.37330], [-9.40517,124.37139], [-9.40663,124.36959], [-9.40934,124.36963], [-9.41260,124.36907], [-9.41668,124.36594], [-9.41925,124.36304], [-9.42033,124.36002], [-9.42129,124.35873], [-9.42199,124.35729], [-9.42248,124.35596], [-9.42390,124.35371], [-9.42527,124.35302], [-9.42616,124.35126], [-9.42946,124.35032], [-9.43207,124.35098], [-9.43723,124.34976], [-9.43947,124.35030], [-9.44180,124.35186], [-9.44381,124.35431], [-9.44371,124.35725], [-9.44460,124.35899], [-9.44578,124.36064], [-9.44745,124.36169], [-9.44826,124.36128], [-9.45184,124.36156], [-9.45347,124.36270], [-9.45588,124.36270], [-9.45797,124.36334], [-9.45948,124.36422], [-9.45992,124.36426], [-9.46142,124.36184], [-9.46210,124.36068], [-9.46288,124.35817], [-9.46428,124.35630], [-9.46710,124.35626], [-9.46962,124.35452], [-9.47055,124.35637], [-9.47254,124.35560], [-9.47497,124.35660], [-9.47611,124.35547], [-9.47781,124.35545], [-9.48157,124.35354], [-9.48509,124.35435], [-9.48473,124.35096], [-9.48543,124.34884], [-9.48297,124.34485], [-9.48236,124.34201], [-9.48494,124.33856], [-9.48559,124.33543], [-9.48543,124.33311], [-9.48644,124.33051], [-9.48890,124.32783], [-9.49097,124.32253], [-9.49315,124.31978], [-9.49482,124.31860], [-9.49553,124.31416], [-9.49451,124.31341], [-9.49443,124.31178], [-9.49478,124.30985], [-9.49447,124.30389], [-9.49599,124.30168], [-9.49673,124.29981], [-9.49881,124.29798], [-9.50238,124.29676], [-9.50234,124.29419], [-9.50113,124.29234], [-9.50245,124.29168], [-9.50298,124.28816], [-9.50404,124.28685], [-9.50292,124.28651], [-9.50207,124.28273], [-9.50311,124.27962], [-9.50249,124.27835], [-9.49475,124.27835], [-9.49170,124.28009], [-9.48694,124.28110], [-9.48512,124.28301], [-9.48103,124.28355], [-9.47887,124.28374], [-9.47627,124.28608], [-9.47420,124.28735], [-9.47303,124.28844], [-9.46954,124.28770], [-9.46800,124.28701], [-9.46419,124.28751], [-9.46305,124.28579], [-9.46114,124.28461], [-9.45788,124.28442], [-9.45631,124.28512], [-9.45504,124.28485], [-9.45238,124.28755], [-9.44918,124.28676], [-9.44471,124.28445], [-9.44395,124.28385], [-9.44054,124.28166], [-9.43815,124.27889], [-9.43392,124.27456], [-9.43165,124.27705], [-9.42875,124.27707], [-9.42414,124.27586], [-9.42467,124.27358], [-9.42196,124.27343], [-9.42113,124.27487], [-9.41885,124.27343], [-9.41751,124.27245], [-9.41455,124.27165], [-9.41212,124.27221], [-9.41078,124.26974], [-9.41209,124.26850], [-9.41040,124.26822], [-9.40951,124.26676], [-9.40797,124.26745], [-9.40662,124.26671], [-9.40615,124.26545], [-9.40325,124.26392], [-9.40391,124.26285], [-9.39807,124.26257], [-9.39563,124.26156], [-9.39464,124.25832], [-9.39360,124.25425], [-9.39087,124.25159], [-9.38844,124.24875], [-9.38577,124.24714], [-9.38316,124.24328], [-9.38257,124.24056], [-9.37783,124.23674], [-9.37461,124.23569], [-9.37453,124.23320], [-9.37535,124.23051], [-9.37277,124.22764], [-9.36928,124.22245], [-9.36837,124.21919], [-9.36591,124.21826], [-9.36536,124.21674], [-9.36657,124.21526], [-9.36781,124.21170], [-9.36989,124.21110], [-9.36911,124.20949], [-9.37040,124.20865], [-9.36928,124.20668], [-9.37055,124.20504], [-9.37192,124.20423], [-9.37435,124.20337], [-9.37664,124.20380], [-9.37800,124.20231], [-9.37743,124.20040], [-9.37891,124.19735], [-9.37724,124.19340], [-9.37783,124.19194], [-9.37950,124.19115], [-9.38183,124.18960], [-9.38357,124.18993], [-9.38435,124.18872], [-9.38458,124.18711], [-9.38734,124.18538], [-9.38740,124.18390], [-9.38897,124.18211], [-9.38886,124.17952], [-9.39024,124.17353], [-9.39322,124.17197], [-9.39426,124.16812], [-9.39673,124.16782], [-9.39915,124.17096], [-9.39993,124.17169], [-9.40069,124.17121], [-9.40289,124.16797], [-9.40484,124.16808], [-9.40677,124.16521], [-9.41098,124.16274], [-9.41276,124.15975], [-9.41386,124.16009], [-9.41542,124.16164], [-9.41871,124.16267], [-9.41962,124.16018], [-9.42108,124.15895], [-9.42171,124.15511], [-9.42281,124.15428], [-9.42184,124.15112], [-9.42252,124.15005], [-9.42408,124.14999], [-9.42537,124.15095], [-9.42645,124.15080], [-9.42726,124.14958], [-9.42389,124.14599], [-9.42436,124.13760], [-9.42588,124.13460], [-9.42518,124.13331], [-9.42167,124.13151], [-9.41811,124.12891], [-9.41640,124.12816], [-9.41532,124.12529], [-9.41305,124.12486], [-9.41053,124.12535], [-9.40912,124.12192], [-9.40655,124.12050], [-9.40668,124.11799], [-9.40946,124.11698], [-9.40643,124.11278], [-9.40666,124.11162], [-9.40996,124.11048], [-9.40960,124.10754], [-9.40871,124.10645], [-9.40935,124.10183], [-9.40950,124.09924], [-9.40772,124.09698], [-9.40365,124.09516], [-9.40139,124.09327], [-9.39830,124.09186], [-9.39631,124.08879], [-9.39180,124.08540], [-9.38802,124.08274], [-9.37347,124.07317], [-9.37175,124.06769], [-9.36959,124.06853], [-9.36754,124.06701], [-9.36688,124.06458], [-9.36527,124.06437], [-9.36360,124.06291], [-9.36254,124.06340], [-9.36180,124.06218], [-9.35913,124.06252], [-9.35784,124.06020], [-9.35513,124.05701], [-9.35388,124.05699], [-9.35229,124.05739], [-9.35104,124.05679], [-9.35068,124.05503], [-9.35104,124.05158], [-9.35047,124.04973], [-9.34738,124.04960], [-9.34605,124.04958], [-9.34402,124.04806], [-9.34402,124.04561], [-9.34325,124.04377], [-9.34069,124.04302], [-9.34001,124.04233], [-9.33756,124.04349], [-9.33544,124.04306], [-9.24541,124.03897], [-8.91672,124.27108], [-8.73224,124.84698], [-8.95806,124.94939], [-8.95908,124.95051], [-8.95921,124.95186], [-8.96037,124.95315], [-8.96266,124.95261], [-8.96493,124.95323], [-8.96777,124.95186], [-8.97188,124.94784], [-8.97650,124.94527], [-8.97807,124.94317], [-8.98316,124.94154], [-8.98608,124.94106], [-8.98744,124.93909], [-8.99015,124.93806], [-8.99503,124.93548], [-8.99664,124.93501], [-8.99808,124.93583], [-8.99906,124.93518], [-9.00198,124.93802], [-9.00431,124.93862], [-9.00715,124.93759], [-9.01169,124.93806], [-9.01906,124.93776], [-9.01910,124.93321], [-9.02754,124.93248], [-9.03190,124.93630], [-9.03407,124.93827], [-9.03712,124.94292], [-9.04208,124.94116], [-9.04428,124.94155], [-9.04648,124.94099], [-9.04720,124.94326], [-9.04907,124.94331], [-9.04848,124.94670], [-9.05233,124.94871], [-9.05153,124.95043], [-9.04920,124.95017], [-9.04822,124.95116], [-9.04822,124.95330], [-9.05309,124.95455], [-9.05653,124.95498], [-9.05848,124.95687], [-9.05860,124.96476], [-9.05610,124.96747], [-9.05619,124.96966], [-9.05754,124.97262], [-9.06170,124.97124], [-9.06174,124.97682], [-9.06280,124.98047], [-9.06636,124.98098], [-9.06585,124.98463], [-9.06466,124.98528], [-9.06386,124.98725], [-9.06034,124.98819], [-9.06047,124.98991], [-9.06276,124.99257], [-9.06409,124.99670], [-9.06401,125.00147], [-9.06087,125.00550], [-9.05579,125.00743], [-9.05269,125.00722], [-9.04981,125.01052], [-9.05002,125.01374], [-9.05155,125.01820], [-9.05104,125.02108], [-9.04943,125.02172], [-9.04460,125.02082], [-9.04184,125.02117], [-9.04197,125.02405], [-9.04349,125.02589], [-9.04294,125.02971], [-9.04227,125.03130], [-9.03790,125.03186], [-9.03650,125.03615], [-9.03286,125.03761], [-9.03426,125.03975], [-9.03163,125.04207], [-9.03099,125.04821], [-9.03150,125.05177], [-9.02629,125.05769], [-9.02773,125.06632], [-9.02502,125.07070], [-9.02107,125.07499], [-9.01925,125.07773], [-9.01378,125.08194], [-9.01179,125.08761], [-9.00522,125.09228], [-8.99806,125.09752], [-8.99022,125.10185], [-8.98377,125.10293], [-8.97462,125.10318], [-8.96936,125.10696], [-8.96499,125.11202], [-8.96555,125.11460], [-8.97068,125.11902], [-8.97233,125.12125], [-8.97691,125.12297], [-8.98102,125.12773], [-8.98534,125.13095], [-8.98941,125.13116], [-8.99420,125.13597], [-8.99602,125.14065], [-8.99560,125.14413], [-8.99526,125.14691], [-8.99946,125.15219], [-9.00014,125.15511], [-9.00598,125.15966], [-9.00942,125.16202], [-9.01463,125.17035], [-9.01928,125.17416], [-9.02029,125.17819], [-9.02708,125.18665], [-9.02983,125.18738], [-9.03106,125.18562], [-9.03466,125.18622], [-9.03682,125.18523], [-9.03992,125.18656], [-9.04153,125.18866], [-9.04725,125.19016], [-9.04894,125.18918], [-9.05303,125.18991], [-9.05867,125.18896], [-9.05926,125.18557], [-9.06333,125.18510], [-9.06736,125.18579], [-9.07308,125.18879], [-9.07515,125.18553], [-9.08049,125.18562], [-9.08257,125.18184], [-9.08566,125.18102], [-9.08825,125.17999], [-9.09079,125.17995], [-9.09295,125.17969], [-9.09681,125.17828], [-9.10092,125.17884], [-9.10477,125.17695], [-9.10571,125.17386], [-9.11189,125.17871], [-9.11545,125.17896], [-9.11732,125.18051], [-9.11901,125.17969], [-9.11757,125.17596], [-9.11871,125.17309], [-9.12253,125.17214], [-9.12609,125.17244], [-9.12994,125.17412], [-9.13312,125.17420], [-9.13554,125.17669], [-9.14104,125.17815], [-9.14414,125.17935], [-9.14486,125.18596], [-9.14863,125.18678], [-9.15520,125.19235], [-9.15697,125.19296], [-9.15850,125.19107], [-9.15973,125.18600], [-9.16197,125.18510], [-9.16502,125.18381], [-9.16570,125.18133], [-9.16880,125.17982], [-9.17015,125.17708], [-9.17549,125.17536], [-9.17485,125.17343], [-9.17312,125.17201], [-9.17354,125.16841], [-9.17324,125.16317], [-9.17358,125.15772], [-9.17307,125.15360], [-9.17159,125.14819], [-9.17231,125.14395], [-9.17386,125.14249], [-9.17395,125.13867], [-9.17518,125.13669], [-9.17543,125.13425], [-9.17844,125.13300], [-9.17996,125.13034], [-9.18357,125.12545], [-9.18662,125.12159], [-9.18657,125.11755], [-9.18933,125.11498], [-9.19233,125.10949], [-9.19445,125.10824], [-9.19678,125.10665], [-9.19560,125.10378], [-9.19916,125.10219], [-9.19890,125.10047], [-9.20102,125.09798], [-9.20009,125.09468], [-9.19687,125.09253], [-9.19369,125.08790], [-9.19233,125.08494], [-9.18996,125.08249], [-9.18873,125.07970], [-9.18462,125.07850], [-9.18306,125.07627], [-9.17577,125.07391], [-9.17535,125.07065], [-9.17658,125.06747], [-9.17450,125.06606], [-9.17302,125.05988], [-9.17162,125.05657], [-9.17018,125.05533], [-9.16946,125.05215], [-9.17115,125.05000], [-9.17327,125.04361], [-9.17458,125.04258], [-9.17437,125.03782], [-9.17365,125.03481], [-9.17043,125.03228], [-9.17115,125.02769], [-9.17170,125.02546], [-9.16967,125.01421], [-9.17302,125.01391], [-9.17526,125.01258], [-9.18259,125.00615], [-9.18831,124.99825], [-9.18695,124.99284], [-9.18941,124.99074], [-9.19149,124.98585], [-9.19200,124.98323], [-9.20254,124.98229], [-9.21673,124.98208], [-9.23118,124.98336], [-9.23897,124.98319], [-9.24003,124.98384], [-9.24338,124.98452], [-9.24562,124.98633], [-9.24916,124.98590], [-9.25233,124.98680], [-9.25355,124.98664], [-9.25677,124.98909], [-9.25809,124.99184], [-9.25936,124.99360], [-9.26008,124.99278], [-9.26147,124.99767], [-9.26279,124.99793], [-9.26952,124.99626], [-9.27261,124.99518], [-9.27549,124.99600], [-9.27587,124.99763], [-9.27761,124.99784], [-9.28142,124.99853], [-9.28498,124.99677], [-9.28748,124.99591], [-9.29006,124.99505], [-9.29286,124.99694], [-9.29337,125.00278], [-9.29438,125.00656], [-9.29790,125.00956], [-9.30095,125.01085], [-9.30522,125.01681], [-9.31103,125.02291], [-9.31251,125.02372], [-9.31454,125.02668], [-9.31785,125.02891], [-9.32051,125.02964], [-9.32293,125.03454], [-9.32229,125.03771], [-9.31984,125.04149], [-9.32216,125.04432], [-9.32487,125.04913], [-9.32750,125.04986], [-9.33046,125.05222], [-9.33241,125.05170], [-9.33415,125.05076], [-9.33711,125.05132], [-9.33999,125.05097], [-9.34351,125.05166], [-9.34711,125.05093], [-9.35011,125.04986], [-9.35483,125.04950], [-9.35339,125.05104], [-9.35547,125.05156], [-9.36000,125.05010], [-9.36097,125.05207], [-9.36250,125.05250], [-9.36393,125.05525], [-9.36724,125.05911], [-9.37143,125.05993], [-9.37253,125.06576], [-9.37846,125.06791], [-9.38218,125.07083], [-9.38324,125.07452], [-9.38557,125.07640], [-9.38926,125.07885], [-9.39421,125.07988], [-9.39645,125.07688], [-9.40128,125.07615], [-9.40429,125.07726], [-9.40869,125.07979], [-9.41212,125.08074], [-9.41356,125.08108], [-9.41491,125.08052], [-9.41648,125.07786], [-9.41991,125.07846], [-9.42109,125.08134], [-9.42600,125.07825], [-9.42736,125.08082], [-9.43020,125.07876], [-9.43024,125.08095], [-9.43206,125.08134], [-9.43430,125.08022], [-9.43481,125.07889], [-9.43693,125.08072], [-9.43856,125.08082], [-9.44254,125.07889], [-9.44353,125.08115], [-9.44522,125.08138], [-9.44620,125.08132], [-9.44749,125.08308], [-9.44920,125.08381], [-9.45022,125.08645], [-9.45102,125.08724], [-9.45208,125.08724], [-9.45282,125.08578], [-9.45462,125.08505], [-9.45598,125.08649], [-9.45638,125.08906], [-9.45776,125.08898], [-9.45854,125.08703], [-9.46013,125.08795], [-9.46290,125.08788], [-9.46525,125.08941], [-9.53065,125.17171], [-10.13753,124.98217], [-11.47026,122.93871], [-9.70195,117.19012], [-8.24163,105.61028], [-4.72626,99.48133], [2.76647,94.08704], [5.77350,94.05409], [6.96905,96.00416], [6.01392,98.58045], [4.66679,99.02711], [2.64953,100.75746], [2.30104,101.67207], [1.27983,103.11402], [1.18831,103.50165], [1.17183,103.67846], [1.12755,103.73442], [1.23430,103.94625], [1.28961,104.57506], [1.26043,104.97263], [3.47215,105.13743], [5.67051,108.13120], [3.05809,110.02085], [2.09351,109.76571]], + ID: [[2.08023,109.65125],[2.07800,109.64490],[2.07260,109.64447],[2.07011,109.64155],[2.06051,109.63829],[2.05699,109.63640],[2.04558,109.63099],[2.03494,109.63245],[2.02791,109.63932],[2.01993,109.63580],[2.01582,109.63185],[2.00218,109.62602],[1.99849,109.62636],[1.99386,109.62301],[1.99085,109.62507],[1.98262,109.62258],[1.97790,109.60731],[1.97301,109.60319],[1.97293,109.59855],[1.97782,109.59589],[1.97396,109.58542],[1.97593,109.57435],[1.96787,109.56079],[1.96323,109.55873],[1.95783,109.55418],[1.95577,109.56353],[1.94925,109.56310],[1.94453,109.56851],[1.93956,109.56491],[1.93510,109.56705],[1.93364,109.55812],[1.92806,109.55709],[1.92772,109.55066],[1.92532,109.54662],[1.92746,109.54619],[1.92472,109.53890],[1.92077,109.54044],[1.91202,109.54027],[1.90576,109.54456],[1.90602,109.54748],[1.89692,109.54782],[1.89547,109.54903],[1.89092,109.54602],[1.88483,109.54963],[1.88277,109.55220],[1.88080,109.54825],[1.87848,109.55014],[1.87831,109.55400],[1.87110,109.55924],[1.86081,109.55332],[1.85240,109.55657],[1.85043,109.56146],[1.84442,109.56275],[1.84365,109.56507],[1.84288,109.57005],[1.84417,109.57657],[1.84022,109.57872],[1.83747,109.58009],[1.83310,109.57837],[1.83104,109.58292],[1.81852,109.58635],[1.81568,109.58318],[1.81260,109.58635],[1.80513,109.58455],[1.80410,109.58292],[1.80119,109.58464],[1.79913,109.58352],[1.79767,109.58507],[1.79595,109.58352],[1.79312,109.58575],[1.79364,109.58867],[1.79818,109.59760],[1.79810,109.60120],[1.79638,109.60292],[1.79673,109.61348],[1.79878,109.61579],[1.79947,109.61820],[1.80187,109.61923],[1.80367,109.62232],[1.80007,109.62884],[1.80136,109.63262],[1.80342,109.63305],[1.80385,109.63931],[1.79973,109.63931],[1.79724,109.64395],[1.79664,109.64961],[1.79887,109.65862],[1.79784,109.66300],[1.79475,109.66558],[1.79407,109.66858],[1.78823,109.67442],[1.78635,109.68360],[1.78051,109.68609],[1.77669,109.68467],[1.76734,109.68527],[1.76563,109.68390],[1.76194,109.68339],[1.75696,109.68116],[1.74667,109.67884],[1.74452,109.67575],[1.74015,109.67206],[1.73697,109.67249],[1.73285,109.66845],[1.72402,109.66897],[1.71655,109.66828],[1.69864,109.67051],[1.69804,109.66699],[1.69443,109.66347],[1.69220,109.66253],[1.68448,109.66510],[1.68028,109.66450],[1.67702,109.66107],[1.67298,109.66159],[1.66166,109.66528],[1.65445,109.66631],[1.65239,109.66785],[1.64347,109.66339],[1.63738,109.65892],[1.61696,109.66304],[1.61370,109.67154],[1.61215,109.67549],[1.61250,109.68313],[1.60975,109.69025],[1.60623,109.68957],[1.60057,109.69480],[1.59551,109.69523],[1.59311,109.69489],[1.58779,109.69832],[1.58539,109.70201],[1.58719,109.70742],[1.58161,109.70871],[1.57818,109.71454],[1.57432,109.71420],[1.57140,109.71729],[1.56823,109.71755],[1.56771,109.71986],[1.56188,109.72313],[1.56205,109.72707],[1.55819,109.72948],[1.55776,109.73274],[1.55304,109.73368],[1.54781,109.74373],[1.54497,109.74381],[1.54343,109.74767],[1.53734,109.75154],[1.53785,109.75428],[1.53965,109.75626],[1.53974,109.75892],[1.53459,109.76424],[1.53262,109.76862],[1.52936,109.76870],[1.52378,109.77128],[1.52224,109.77119],[1.52078,109.77317],[1.51803,109.77308],[1.51494,109.77694],[1.50757,109.77523],[1.50465,109.78038],[1.50842,109.78304],[1.50988,109.78527],[1.50851,109.79394],[1.50585,109.79565],[1.50370,109.79505],[1.50319,109.79857],[1.49864,109.80132],[1.49658,109.80072],[1.49161,109.80406],[1.48637,109.80501],[1.48183,109.80035],[1.47050,109.80215],[1.47153,109.80576],[1.46672,109.80559],[1.46767,109.81408],[1.47153,109.81486],[1.47290,109.82421],[1.48457,109.83108],[1.48457,109.83949],[1.47899,109.84104],[1.47256,109.83880],[1.46278,109.83631],[1.45497,109.83151],[1.45128,109.83374],[1.44055,109.83692],[1.42657,109.83417],[1.42228,109.83837],[1.42511,109.84052],[1.42262,109.84404],[1.42691,109.84696],[1.42151,109.85760],[1.41962,109.85949],[1.41885,109.86781],[1.41919,109.88472],[1.42005,109.88859],[1.41584,109.89588],[1.42082,109.90369],[1.42622,109.92609],[1.42597,109.93090],[1.40745,109.95047],[1.40865,109.95450],[1.40530,109.95510],[1.40565,109.96119],[1.39801,109.96325],[1.39389,109.96583],[1.38685,109.97201],[1.38282,109.97115],[1.38068,109.96780],[1.37613,109.96712],[1.37364,109.96480],[1.36918,109.96617],[1.36292,109.96222],[1.35665,109.96325],[1.34593,109.96969],[1.34163,109.96858],[1.29804,109.98042],[1.29890,109.98334],[1.29573,109.98840],[1.29693,109.99784],[1.29787,110.00050],[1.29521,110.00960],[1.29230,110.01681],[1.28569,110.02033],[1.28406,110.02668],[1.27599,110.03853],[1.27625,110.04162],[1.26775,110.05183],[1.27067,110.05878],[1.26492,110.06239],[1.26578,110.06591],[1.26398,110.06659],[1.26037,110.06282],[1.25488,110.06848],[1.25171,110.06599],[1.24639,110.06874],[1.23729,110.07106],[1.22785,110.07054],[1.22519,110.06857],[1.22433,110.06325],[1.22099,110.05990],[1.21455,110.06393],[1.21017,110.06505],[1.21798,110.08711],[1.20700,110.09475],[1.20408,110.09784],[1.20159,110.09646],[1.19816,110.09844],[1.19971,110.10960],[1.19679,110.12393],[1.19670,110.12942],[1.19979,110.13183],[1.20039,110.14144],[1.19756,110.15200],[1.19936,110.15363],[1.19953,110.15878],[1.19481,110.16762],[1.18855,110.17148],[1.18932,110.17345],[1.18409,110.18659],[1.18580,110.19028],[1.18280,110.19491],[1.17576,110.19654],[1.17345,110.20066],[1.16941,110.20186],[1.16521,110.20804],[1.15689,110.20752],[1.15380,110.21156],[1.14934,110.21405],[1.14384,110.21310],[1.13904,110.21130],[1.13775,110.20692],[1.13389,110.20684],[1.12848,110.20967],[1.12016,110.21010],[1.11647,110.21679],[1.11535,110.22452],[1.11999,110.22735],[1.12145,110.23182],[1.11844,110.23971],[1.11630,110.24409],[1.11063,110.24581],[1.10797,110.24907],[1.10394,110.24666],[1.09330,110.24907],[1.08927,110.24812],[1.08051,110.25173],[1.07459,110.26400],[1.06953,110.26434],[1.06644,110.26726],[1.06335,110.26615],[1.06129,110.26151],[1.05649,110.26374],[1.05245,110.26692],[1.05391,110.26984],[1.05194,110.27688],[1.05280,110.28031],[1.04190,110.28872],[1.03881,110.28597],[1.03769,110.28306],[1.03229,110.27928],[1.02456,110.28211],[1.01504,110.28400],[1.00688,110.28160],[1.00336,110.27834],[0.99770,110.27816],[0.99547,110.28881],[0.99847,110.29198],[0.99641,110.30082],[0.99959,110.30297],[1.00139,110.30503],[1.00457,110.30511],[1.00500,110.30795],[1.00259,110.31035],[1.00242,110.31885],[0.99873,110.32271],[0.99358,110.32494],[0.99504,110.32709],[1.00431,110.32889],[1.00654,110.33284],[1.00405,110.33619],[1.00474,110.33850],[1.00963,110.33558],[1.01409,110.33928],[1.00911,110.34194],[1.00628,110.34425],[1.00354,110.34322],[0.99727,110.34288],[0.99272,110.34400],[0.98809,110.35224],[0.98818,110.35653],[0.99041,110.35747],[0.98654,110.35962],[0.98388,110.35893],[0.98646,110.36528],[0.98783,110.36623],[0.98792,110.37077],[0.99187,110.37077],[0.99573,110.37472],[0.99581,110.38176],[0.99676,110.38468],[0.99410,110.38828],[0.99581,110.39120],[0.99916,110.39412],[0.99873,110.39592],[0.99375,110.39695],[0.99247,110.39575],[0.98929,110.39876],[0.98878,110.40348],[0.98517,110.40262],[0.98320,110.40459],[0.97616,110.40648],[0.97522,110.40425],[0.97221,110.40528],[0.97015,110.40725],[0.96758,110.40983],[0.96389,110.41129],[0.96397,110.40777],[0.95925,110.40700],[0.95848,110.40880],[0.95505,110.40597],[0.95308,110.40631],[0.95342,110.41009],[0.95230,110.41506],[0.95213,110.41927],[0.94630,110.42759],[0.94767,110.43077],[0.94578,110.43729],[0.94252,110.43978],[0.93986,110.43935],[0.93986,110.44141],[0.93651,110.44159],[0.92784,110.43386],[0.92552,110.43446],[0.92321,110.43867],[0.91540,110.44073],[0.90905,110.44613],[0.91008,110.45274],[0.90561,110.45815],[0.90570,110.46296],[0.89325,110.46819],[0.89231,110.47266],[0.89265,110.47609],[0.89205,110.48047],[0.88905,110.48055],[0.88407,110.48210],[0.88321,110.48605],[0.87987,110.49102],[0.87712,110.49154],[0.87506,110.49944],[0.87463,110.50613],[0.87515,110.51265],[0.87034,110.52175],[0.87223,110.52716],[0.87111,110.53145],[0.86862,110.53368],[0.86989,110.54075],[0.86834,110.54255],[0.86929,110.54530],[0.86431,110.54719],[0.86019,110.55423],[0.86156,110.55929],[0.86139,110.56951],[0.85710,110.57079],[0.85418,110.57689],[0.85950,110.57895],[0.85779,110.58470],[0.86071,110.58882],[0.85873,110.59620],[0.87032,110.60152],[0.86817,110.61002],[0.86946,110.61251],[0.86680,110.62143],[0.86937,110.62203],[0.87143,110.62633],[0.87418,110.62727],[0.87624,110.63062],[0.87538,110.63216],[0.87830,110.63585],[0.88199,110.63568],[0.88328,110.63216],[0.88577,110.63336],[0.89066,110.63645],[0.89246,110.63525],[0.89400,110.63585],[0.89349,110.63851],[0.89443,110.64186],[0.89881,110.64323],[0.89684,110.64821],[0.89160,110.65456],[0.88259,110.65431],[0.87959,110.65336],[0.87778,110.66443],[0.88036,110.66521],[0.87993,110.66709],[0.87778,110.66976],[0.87950,110.67594],[0.87770,110.67988],[0.87444,110.67748],[0.87238,110.68246],[0.87375,110.68538],[0.87040,110.69216],[0.87186,110.69267],[0.87066,110.69714],[0.87281,110.69851],[0.87469,110.69628],[0.87924,110.69954],[0.88216,110.69593],[0.88456,110.69688],[0.88714,110.70203],[0.89074,110.70203],[0.89606,110.70649],[0.89624,110.70924],[0.90044,110.71327],[0.90619,110.71533],[0.90559,110.72091],[0.90851,110.72134],[0.90722,110.72615],[0.90877,110.72915],[0.90645,110.73936],[0.90396,110.74091],[0.90550,110.74366],[0.90413,110.75104],[0.90070,110.75018],[0.89984,110.75593],[0.90147,110.75593],[0.90688,110.75971],[0.90834,110.76434],[0.91718,110.76159],[0.91795,110.75996],[0.92344,110.76151],[0.92516,110.76408],[0.93013,110.76571],[0.93305,110.77001],[0.93074,110.77825],[0.92756,110.77902],[0.92361,110.78279],[0.91992,110.78245],[0.91700,110.78417],[0.91271,110.78588],[0.91288,110.78923],[0.91134,110.79206],[0.90756,110.79267],[0.90593,110.79661],[0.90774,110.79945],[0.90679,110.80151],[0.90061,110.80442],[0.90696,110.80786],[0.90962,110.81078],[0.92078,110.81206],[0.92207,110.81481],[0.92782,110.81103],[0.93176,110.80786],[0.93322,110.80914],[0.93889,110.80511],[0.94181,110.80751],[0.94575,110.80734],[0.95125,110.80889],[0.95116,110.81112],[0.94490,110.81721],[0.95451,110.82279],[0.95279,110.82683],[0.95090,110.83000],[0.95125,110.83635],[0.95322,110.84047],[0.95571,110.84820],[0.95125,110.85575],[0.95039,110.85927],[0.95296,110.85901],[0.95725,110.86142],[0.96266,110.86073],[0.96678,110.86296],[0.96612,110.86909],[0.96981,110.87038],[0.97092,110.87518],[0.97633,110.87690],[0.98028,110.88617],[0.98731,110.89072],[0.99753,110.89123],[1.00602,110.89037],[1.01014,110.89166],[1.01091,110.89501],[1.01520,110.89973],[1.02078,110.90308],[1.02808,110.90411],[1.02996,110.90857],[1.02979,110.91149],[1.03211,110.91870],[1.02996,110.92634],[1.02653,110.93097],[1.02636,110.93947],[1.02705,110.94393],[1.02705,110.95106],[1.02808,110.96033],[1.02979,110.96239],[1.03022,110.96994],[1.02782,110.97955],[1.03057,110.98942],[1.02885,110.99749],[1.03426,111.00110],[1.03357,111.01079],[1.03726,111.02569],[1.03554,111.02853],[1.03666,111.03462],[1.04129,111.04217],[1.04370,111.05539],[1.04618,111.05900],[1.04953,111.06689],[1.05022,111.07505],[1.05125,111.07882],[1.04970,111.09084],[1.04747,111.09333],[1.05108,111.09839],[1.04919,111.10972],[1.05348,111.11256],[1.05176,111.12629],[1.05142,111.14131],[1.05417,111.14749],[1.05348,111.15281],[1.06069,111.16302],[1.06215,111.17144],[1.06060,111.17590],[1.06113,111.18130],[1.06422,111.19177],[1.06525,111.19692],[1.07049,111.20370],[1.07718,111.21855],[1.08748,111.23160],[1.08173,111.23975],[1.07855,111.24619],[1.06165,111.25374],[1.06791,111.26593],[1.06903,111.27074],[1.06731,111.27597],[1.06302,111.28001],[1.06010,111.28232],[1.05942,111.28541],[1.05573,111.29116],[1.05418,111.30069],[1.04757,111.30945],[1.04534,111.31794],[1.04414,111.32421],[1.04371,111.33631],[1.03925,111.34541],[1.04122,111.34927],[1.04002,111.35339],[1.03479,111.36017],[1.03135,111.36644],[1.02749,111.36755],[1.02689,111.37330],[1.01891,111.38395],[1.01488,111.38583],[1.01299,111.39493],[1.01402,111.39665],[1.01256,111.40420],[1.00861,111.41304],[1.00990,111.41965],[1.00981,111.42678],[1.01247,111.43296],[1.01308,111.44326],[1.02114,111.45313],[1.02947,111.46119],[1.03616,111.46360],[1.03693,111.46523],[1.03504,111.48179],[1.03547,111.48917],[1.02818,111.49364],[1.02758,111.49733],[1.02303,111.50111],[1.02174,111.50523],[1.01548,111.50797],[1.00715,111.51355],[0.99626,111.51681],[0.98235,111.51681],[0.97866,111.51655],[0.96931,111.51819],[0.95764,111.52205],[0.95575,111.52668],[0.95438,111.53398],[0.95635,111.53879],[0.95369,111.54205],[0.95515,111.54677],[0.95764,111.54951],[0.96056,111.55080],[0.96450,111.54848],[0.96682,111.54883],[0.97025,111.54780],[0.97892,111.54711],[0.98115,111.55149],[0.98355,111.55595],[0.98673,111.56102],[0.98527,111.56368],[0.98510,111.56831],[0.97952,111.56805],[0.98227,111.57363],[0.97841,111.58016],[0.98210,111.58084],[0.98561,111.58591],[0.98990,111.58496],[0.99411,111.58840],[1.00381,111.58865],[1.00964,111.59526],[1.01308,111.60874],[1.01514,111.61595],[1.01762,111.61603],[1.02260,111.62384],[1.02140,111.62736],[1.02329,111.63148],[1.02191,111.63543],[1.02337,111.64007],[1.02535,111.63783],[1.03135,111.63826],[1.03359,111.64667],[1.03453,111.65380],[1.04321,111.65955],[1.04664,111.66642],[1.03995,111.67174],[1.03823,111.67551],[1.03514,111.67646],[1.03051,111.68684],[1.02458,111.69337],[1.01883,111.69380],[1.01815,111.69594],[1.02416,111.70255],[1.02596,111.71448],[1.01480,111.71131],[1.00922,111.71646],[1.00673,111.72358],[1.00768,111.72984],[1.00845,111.74023],[1.00948,111.74821],[1.01497,111.75482],[1.01841,111.76126],[1.02304,111.76332],[1.01703,111.77190],[1.00699,111.77345],[1.00279,111.77439],[0.99918,111.78031],[0.99532,111.79121],[0.99687,111.79490],[1.00193,111.79851],[0.99961,111.80572],[0.99978,111.81379],[0.99154,111.81774],[0.98571,111.81877],[0.98700,111.82125],[0.98743,111.82941],[0.99626,111.83585],[0.99601,111.84168],[0.99875,111.84142],[1.00339,111.85155],[1.00425,111.85893],[1.00948,111.85979],[1.01377,111.86477],[1.01357,111.86829],[1.01606,111.86889],[1.02249,111.87241],[1.02524,111.87189],[1.02747,111.87207],[1.02799,111.87516],[1.03116,111.87704],[1.03279,111.87593],[1.03820,111.87464],[1.03974,111.87224],[1.04283,111.87241],[1.04491,111.87052],[1.04869,111.87129],[1.05057,111.87619],[1.05452,111.87713],[1.05521,111.88159],[1.05727,111.88091],[1.06259,111.88460],[1.06576,111.87893],[1.07512,111.88597],[1.07434,111.88897],[1.07211,111.89052],[1.07186,111.89241],[1.07726,111.89498],[1.07537,111.90219],[1.07658,111.90425],[1.07889,111.90606],[1.08464,111.90640],[1.08687,111.90820],[1.08825,111.91172],[1.09142,111.91198],[1.09219,111.91816],[1.09134,111.92073],[1.09340,111.92348],[1.09382,111.92691],[1.09957,111.92768],[1.10249,111.93095],[1.10798,111.93472],[1.11116,111.93326],[1.12028,111.93406],[1.12260,111.93569],[1.12172,111.94777],[1.12961,111.95429],[1.13013,111.95730],[1.12704,111.96039],[1.12738,111.96554],[1.12661,111.97112],[1.12987,111.97953],[1.12867,111.98227],[1.12996,111.98854],[1.13193,111.98974],[1.13193,111.99455],[1.13777,111.99498],[1.14043,111.99824],[1.13596,112.00588],[1.13571,112.01025],[1.13047,112.01824],[1.13373,112.02708],[1.13476,112.03369],[1.13751,112.03660],[1.13631,112.03952],[1.13305,112.04081],[1.13451,112.04948],[1.13451,112.05240],[1.13854,112.05609],[1.13691,112.06072],[1.13502,112.07274],[1.13622,112.08021],[1.13348,112.08424],[1.13656,112.09068],[1.13373,112.10072],[1.13442,112.10484],[1.13485,112.11565],[1.13493,112.12552],[1.13605,112.12853],[1.13725,112.13102],[1.13897,112.13522],[1.13854,112.14089],[1.14231,112.14295],[1.14909,112.14312],[1.15313,112.14140],[1.15931,112.14466],[1.16274,112.14724],[1.16583,112.14509],[1.16694,112.14140],[1.17166,112.13883],[1.17664,112.13411],[1.18042,112.13522],[1.18282,112.14303],[1.18574,112.14913],[1.18968,112.15119],[1.19363,112.15342],[1.19766,112.15788],[1.20676,112.15625],[1.20951,112.15943],[1.21028,112.16406],[1.21448,112.16123],[1.21749,112.16278],[1.22109,112.16089],[1.22401,112.16114],[1.22512,112.15831],[1.22976,112.15711],[1.23139,112.15934],[1.24168,112.15685],[1.24572,112.16175],[1.24546,112.16810],[1.24872,112.16784],[1.25293,112.17316],[1.25807,112.17050],[1.26760,112.16844],[1.28262,112.16921],[1.28493,112.17702],[1.29351,112.17634],[1.30613,112.17925],[1.31016,112.18913],[1.31273,112.19264],[1.31505,112.20200],[1.32440,112.20655],[1.33702,112.21676],[1.34345,112.21290],[1.34774,112.21273],[1.34843,112.21762],[1.35289,112.22372],[1.35890,112.22552],[1.36044,112.22311],[1.36782,112.22303],[1.37057,112.22809],[1.38095,112.23187],[1.38807,112.23058],[1.39391,112.23333],[1.39734,112.23238],[1.39717,112.22655],[1.39185,112.22440],[1.39494,112.22123],[1.40446,112.21153],[1.40227,112.20758],[1.40390,112.20054],[1.40802,112.19831],[1.41239,112.19925],[1.41986,112.20629],[1.42252,112.20423],[1.42689,112.20518],[1.42921,112.20372],[1.43848,112.20457],[1.44345,112.20997],[1.44989,112.21143],[1.45306,112.22044],[1.45255,112.22370],[1.45778,112.22722],[1.45941,112.23563],[1.45710,112.24070],[1.45993,112.24345],[1.45856,112.25014],[1.46053,112.25392],[1.46104,112.25984],[1.47014,112.26911],[1.46834,112.27701],[1.47391,112.28344],[1.47400,112.28842],[1.47855,112.28851],[1.47966,112.29185],[1.48438,112.29323],[1.48756,112.29786],[1.48781,112.30310],[1.49459,112.30653],[1.49494,112.31194],[1.49854,112.31400],[1.50111,112.31863],[1.50600,112.31795],[1.50909,112.31949],[1.50755,112.32275],[1.50875,112.32850],[1.50832,112.33177],[1.50618,112.34078],[1.50849,112.34515],[1.50508,112.35134],[1.50765,112.35701],[1.50697,112.36138],[1.51537,112.37040],[1.51692,112.37615],[1.51529,112.38147],[1.51417,112.38670],[1.51898,112.38842],[1.52327,112.39443],[1.52593,112.40121],[1.52181,112.40370],[1.52344,112.40722],[1.52456,112.41254],[1.52782,112.42035],[1.53082,112.42413],[1.53056,112.43091],[1.52773,112.43262],[1.53846,112.44430],[1.54292,112.44104],[1.55115,112.44361],[1.55501,112.44730],[1.55990,112.45554],[1.56136,112.46412],[1.56909,112.47039],[1.57338,112.48086],[1.58075,112.48661],[1.58017,112.49301],[1.58352,112.49962],[1.58069,112.50786],[1.57768,112.51241],[1.57691,112.51559],[1.58120,112.52546],[1.57837,112.52863],[1.57640,112.54185],[1.57485,112.54408],[1.57622,112.55885],[1.57296,112.56013],[1.57511,112.57327],[1.57288,112.57747],[1.57348,112.58417],[1.57339,112.59112],[1.57331,112.59756],[1.57451,112.60288],[1.57228,112.60511],[1.57262,112.61000],[1.57030,112.62090],[1.56790,112.62751],[1.56661,112.63541],[1.56782,112.64622],[1.57125,112.64923],[1.57185,112.65970],[1.56670,112.66571],[1.56327,112.66579],[1.56009,112.66991],[1.55666,112.67704],[1.55692,112.68459],[1.55503,112.69386],[1.56267,112.70793],[1.56456,112.72201],[1.56807,112.72836],[1.56816,112.73489],[1.56164,112.74596],[1.55812,112.75111],[1.56558,112.76724],[1.56335,112.77806],[1.56027,112.78304],[1.55529,112.79780],[1.54774,112.80106],[1.54602,112.80690],[1.54336,112.80810],[1.54319,112.81299],[1.54173,112.81720],[1.54156,112.82381],[1.54654,112.82604],[1.54860,112.82913],[1.54448,112.83745],[1.53924,112.83994],[1.54087,112.84569],[1.54645,112.84595],[1.54997,112.84784],[1.55040,112.85058],[1.55452,112.84895],[1.55958,112.85513],[1.56069,112.86020],[1.56207,112.86543],[1.56885,112.86603],[1.57322,112.87376],[1.58377,112.87805],[1.58755,112.88543],[1.58618,112.89169],[1.58935,112.89401],[1.58918,112.89856],[1.58626,112.90405],[1.58223,112.91839],[1.57614,112.92165],[1.57099,112.92500],[1.56996,112.93126],[1.56790,112.93504],[1.56713,112.94139],[1.57142,112.94165],[1.56867,112.95040],[1.57245,112.95023],[1.57348,112.95169],[1.57477,112.95461],[1.57442,112.95796],[1.57005,112.95933],[1.56799,112.96182],[1.56867,112.96731],[1.56533,112.97409],[1.56413,112.98422],[1.58103,112.98945],[1.57828,113.00027],[1.56970,113.00576],[1.57039,113.01941],[1.56644,113.03589],[1.55855,113.05331],[1.56044,113.05726],[1.55640,113.06481],[1.54568,113.06344],[1.53993,113.06979],[1.52800,113.07185],[1.52972,113.06413],[1.52492,113.06095],[1.52663,113.05572],[1.52226,113.05580],[1.51677,113.05031],[1.51393,113.04610],[1.50209,113.04928],[1.49694,113.04524],[1.49231,113.03263],[1.48390,113.03846],[1.47867,113.03846],[1.47446,113.03349],[1.46537,113.02456],[1.46185,113.01246],[1.45670,113.00679],[1.45404,112.99598],[1.45053,112.98499],[1.43826,112.98036],[1.43603,112.97615],[1.42504,112.97830],[1.41123,112.97692],[1.40951,112.98508],[1.41037,112.99306],[1.40960,113.00053],[1.41020,113.00877],[1.40608,113.01563],[1.40857,113.02353],[1.41269,113.02842],[1.41715,113.03821],[1.42521,113.04430],[1.42281,113.05589],[1.42547,113.06404],[1.43242,113.07546],[1.42847,113.08490],[1.43534,113.09029],[1.44315,113.09475],[1.44615,113.10651],[1.43663,113.11174],[1.43380,113.12127],[1.42762,113.12530],[1.42041,113.12402],[1.41638,113.12694],[1.41535,113.13354],[1.40231,113.13346],[1.39664,113.14024],[1.38952,113.14547],[1.39355,113.15251],[1.39330,113.16161],[1.38334,113.17560],[1.37854,113.18195],[1.37811,113.18865],[1.38077,113.19182],[1.38180,113.19783],[1.37991,113.20101],[1.38360,113.21465],[1.38171,113.22023],[1.39124,113.22332],[1.39561,113.23242],[1.39295,113.24272],[1.38274,113.24959],[1.38317,113.25671],[1.38961,113.25946],[1.38746,113.27139],[1.38291,113.27293],[1.37965,113.27946],[1.38214,113.28169],[1.38154,113.28907],[1.37167,113.30795],[1.37631,113.31731],[1.37637,113.32882],[1.37011,113.32994],[1.36428,113.33586],[1.36556,113.34110],[1.36059,113.34650],[1.35827,113.35672],[1.34943,113.36255],[1.34789,113.36581],[1.33656,113.36667],[1.33373,113.37071],[1.32669,113.36856],[1.32498,113.37079],[1.32197,113.38023],[1.31945,113.39721],[1.30563,113.41111],[1.30151,113.41128],[1.28993,113.42141],[1.28572,113.42176],[1.28675,113.43051],[1.28418,113.44201],[1.28761,113.45411],[1.29379,113.45592],[1.30589,113.46664],[1.30658,113.47909],[1.30992,113.48415],[1.30855,113.48802],[1.31825,113.49875],[1.31807,113.50209],[1.31730,113.51042],[1.31456,113.51565],[1.32099,113.52630],[1.32305,113.53849],[1.32091,113.55084],[1.31292,113.55910],[1.30983,113.56091],[1.31052,113.56786],[1.30752,113.57601],[1.30975,113.58134],[1.30846,113.58417],[1.29293,113.58571],[1.28821,113.59447],[1.28315,113.59189],[1.27808,113.59687],[1.26350,113.59773],[1.26161,113.60425],[1.25414,113.61953],[1.25354,113.62691],[1.24127,113.62923],[1.23406,113.62185],[1.22892,113.61962],[1.22969,113.62528],[1.22102,113.62828],[1.22188,113.63610],[1.22531,113.65000],[1.22231,113.65858],[1.21896,113.66485],[1.22565,113.66399],[1.23415,113.66837],[1.23492,113.67626],[1.24385,113.68957],[1.26779,113.70339],[1.26590,113.71515],[1.27122,113.72150],[1.27234,113.72587],[1.27173,113.73489],[1.27568,113.73635],[1.27877,113.74999],[1.27731,113.75463],[1.28263,113.76089],[1.28684,113.76021],[1.28632,113.76570],[1.29096,113.77265],[1.29130,113.77772],[1.29765,113.78613],[1.30151,113.80278],[1.31001,113.80458],[1.31258,113.81231],[1.31541,113.81608],[1.32288,113.81814],[1.32476,113.82286],[1.33051,113.82381],[1.33626,113.82887],[1.34476,113.82793],[1.35296,113.82847],[1.35605,113.82332],[1.36643,113.81276],[1.37510,113.82212],[1.37630,113.82821],[1.37939,113.83139],[1.38265,113.84066],[1.38213,113.84520],[1.38540,113.84787],[1.38969,113.84787],[1.39063,113.85190],[1.38857,113.86683],[1.39106,113.87490],[1.39715,113.87894],[1.40221,113.88503],[1.40668,113.90348],[1.41577,113.91181],[1.41337,113.91533],[1.41131,113.92314],[1.41774,113.92940],[1.41869,113.93739],[1.43070,113.94142],[1.43834,113.94700],[1.44434,113.95524],[1.44494,113.96417],[1.44288,113.96708],[1.44846,113.96949],[1.45104,113.97412],[1.44983,113.98382],[1.44546,113.99936],[1.45009,114.00313],[1.45181,114.00940],[1.44983,114.01317],[1.45318,114.02339],[1.45455,114.02759],[1.45146,114.03068],[1.45430,114.03644],[1.45284,114.04407],[1.45876,114.05180],[1.45944,114.05789],[1.46545,114.07377],[1.46639,114.07806],[1.46416,114.08450],[1.46734,114.09566],[1.46331,114.10141],[1.45730,114.10501],[1.45696,114.11446],[1.46013,114.11926],[1.46399,114.11918],[1.46451,114.13222],[1.46691,114.14312],[1.46271,114.14922],[1.45284,114.15291],[1.45189,114.15703],[1.44228,114.15986],[1.44323,114.16364],[1.43662,114.17891],[1.43027,114.18578],[1.42958,114.19136],[1.42375,114.19548],[1.42152,114.20295],[1.41731,114.20363],[1.41122,114.20552],[1.41165,114.20973],[1.41774,114.22260],[1.42487,114.22140],[1.42967,114.22707],[1.43842,114.23582],[1.44735,114.23745],[1.44906,114.24131],[1.45318,114.25015],[1.45146,114.26045],[1.45232,114.26517],[1.45318,114.27556],[1.45644,114.28869],[1.45833,114.29461],[1.45833,114.29839],[1.46099,114.30131],[1.46442,114.30088],[1.47369,114.30706],[1.47721,114.32122],[1.47772,114.32654],[1.48047,114.33101],[1.48433,114.33118],[1.48630,114.33701],[1.48793,114.35032],[1.49042,114.35272],[1.48948,114.36371],[1.49385,114.36740],[1.49462,114.37847],[1.50226,114.38602],[1.51359,114.38637],[1.51633,114.38405],[1.51719,114.38457],[1.52071,114.38937],[1.52243,114.39744],[1.52148,114.40225],[1.52380,114.40628],[1.52320,114.40903],[1.51831,114.41418],[1.51213,114.41452],[1.51110,114.42310],[1.50475,114.42585],[1.50218,114.43469],[1.49488,114.44448],[1.48768,114.45400],[1.48742,114.46027],[1.48141,114.46782],[1.47575,114.47392],[1.47318,114.48001],[1.47619,114.49055],[1.48005,114.49492],[1.47773,114.49758],[1.47447,114.49750],[1.46675,114.50883],[1.45199,114.51870],[1.44616,114.52110],[1.44247,114.52874],[1.43972,114.53604],[1.43723,114.54942],[1.43861,114.55844],[1.44075,114.56745],[1.43964,114.57208],[1.44376,114.57552],[1.44650,114.58642],[1.45088,114.58547],[1.46409,114.58899],[1.48262,114.59389],[1.48314,114.59989],[1.48623,114.60007],[1.48794,114.60547],[1.49987,114.60436],[1.50742,114.61148],[1.51205,114.61122],[1.51557,114.61474],[1.52441,114.60865],[1.52810,114.60007],[1.53290,114.59886],[1.54758,114.60444],[1.55109,114.60410],[1.55624,114.60650],[1.55890,114.61028],[1.56491,114.60796],[1.57675,114.61002],[1.57906,114.62264],[1.58842,114.63603],[1.59056,114.64135],[1.59159,114.64813],[1.59013,114.65174],[1.59502,114.65191],[1.60128,114.65542],[1.60137,114.66298],[1.60128,114.66649],[1.60789,114.67396],[1.61063,114.68031],[1.61913,114.68418],[1.62325,114.68924],[1.62882,114.68804],[1.63414,114.69345],[1.63826,114.70718],[1.64693,114.70761],[1.65962,114.71027],[1.66632,114.71078],[1.66915,114.71224],[1.67361,114.71156],[1.68475,114.71305],[1.69616,114.71116],[1.70834,114.70902],[1.71486,114.71769],[1.72147,114.71554],[1.72644,114.71760],[1.73099,114.71297],[1.74446,114.70867],[1.75252,114.71065],[1.75982,114.70430],[1.76354,114.70680],[1.76835,114.71350],[1.78001,114.71410],[1.78267,114.71479],[1.78816,114.71204],[1.79185,114.70801],[1.79811,114.71024],[1.80069,114.70758],[1.79829,114.70414],[1.80952,114.69230],[1.81141,114.70148],[1.82171,114.70500],[1.81973,114.71170],[1.82634,114.71582],[1.82600,114.71916],[1.82908,114.71968],[1.83294,114.72740],[1.84290,114.72543],[1.84487,114.72715],[1.84907,114.72114],[1.85585,114.71659],[1.85748,114.71779],[1.85919,114.72577],[1.85859,114.73247],[1.86580,114.73521],[1.86897,114.74569],[1.86709,114.75290],[1.86005,114.76122],[1.85774,114.76869],[1.85173,114.77135],[1.84907,114.78148],[1.85130,114.78251],[1.84881,114.78826],[1.85156,114.79890],[1.86228,114.79778],[1.86520,114.80293],[1.86915,114.80439],[1.87627,114.80972],[1.88013,114.81632],[1.88339,114.81950],[1.89136,114.81658],[1.89299,114.82122],[1.89685,114.83263],[1.89548,114.83950],[1.89454,114.84662],[1.89540,114.85392],[1.90080,114.86057],[1.90046,114.86486],[1.90440,114.86804],[1.91006,114.86838],[1.91247,114.87482],[1.91461,114.88160],[1.91993,114.88048],[1.92328,114.87576],[1.92748,114.87490],[1.92919,114.86666],[1.93571,114.86649],[1.93717,114.86366],[1.93580,114.85937],[1.94395,114.85139],[1.94987,114.85362],[1.95184,114.85130],[1.96008,114.85001],[1.97148,114.85139],[1.97740,114.85861],[1.98221,114.85956],[1.98564,114.86814],[1.99430,114.87166],[2.00537,114.87484],[2.01223,114.87286],[2.01557,114.87424],[2.01918,114.88428],[2.02209,114.88797],[2.02921,114.88170],[2.03136,114.87587],[2.03161,114.86986],[2.03805,114.86720],[2.04277,114.85870],[2.03942,114.85458],[2.03376,114.83862],[2.03093,114.83716],[2.02724,114.82668],[2.02492,114.81639],[2.02218,114.81501],[2.02201,114.81098],[2.02578,114.80729],[2.03376,114.80772],[2.03513,114.80360],[2.03976,114.80222],[2.04311,114.79828],[2.05589,114.79536],[2.05966,114.79501],[2.06305,114.81133],[2.06974,114.80901],[2.07335,114.80686],[2.07566,114.80747],[2.07995,114.80103],[2.08578,114.79923],[2.09067,114.79974],[2.09076,114.80549],[2.09642,114.80781],[2.09839,114.81261],[2.10423,114.81330],[2.11152,114.81905],[2.11701,114.82163],[2.12224,114.81905],[2.12687,114.82085],[2.12901,114.82000],[2.12919,114.81553],[2.13227,114.81236],[2.13320,114.80478],[2.13852,114.80032],[2.14409,114.80066],[2.14478,114.78933],[2.14264,114.78367],[2.14384,114.77715],[2.14144,114.76444],[2.13989,114.75792],[2.13500,114.74762],[2.13243,114.74359],[2.13560,114.73835],[2.14281,114.73706],[2.14735,114.73363],[2.15190,114.73466],[2.15336,114.73827],[2.15996,114.73560],[2.16674,114.73775],[2.16845,114.74153],[2.17403,114.74033],[2.18140,114.74290],[2.18535,114.74024],[2.19273,114.74067],[2.19564,114.75723],[2.19556,114.76393],[2.19753,114.76470],[2.19744,114.77311],[2.19513,114.77569],[2.20096,114.78032],[2.20027,114.78582],[2.20671,114.78745],[2.21099,114.78779],[2.22231,114.78805],[2.22969,114.79294],[2.23578,114.80169],[2.24564,114.79732],[2.25156,114.80032],[2.25731,114.80899],[2.26374,114.81259],[2.26520,114.81903],[2.25774,114.82058],[2.24641,114.82770],[2.25105,114.83508],[2.25165,114.84324],[2.25379,114.84641],[2.25542,114.85654],[2.26220,114.86281],[2.26160,114.86778],[2.26511,114.87010],[2.26039,114.88572],[2.26134,114.89061],[2.25911,114.89559],[2.26039,114.90272],[2.25405,114.90812],[2.25611,114.91765],[2.25902,114.91885],[2.26443,114.92400],[2.27749,114.93668],[2.28049,114.93848],[2.28212,114.94664],[2.28075,114.95307],[2.28504,114.96243],[2.29301,114.96835],[2.30879,114.94981],[2.31102,114.95076],[2.32363,114.94724],[2.34215,114.95325],[2.34977,114.95188],[2.35251,114.95574],[2.35689,114.95669],[2.35920,114.96055],[2.36623,114.96107],[2.36872,114.96922],[2.36692,114.97626],[2.35997,114.97823],[2.35191,114.98973],[2.34814,114.99385],[2.35046,114.99909],[2.35895,115.00450],[2.36238,115.00501],[2.36555,115.01351],[2.36495,115.02578],[2.38116,115.03007],[2.38296,115.03514],[2.39316,115.03797],[2.39128,115.04381],[2.38613,115.04921],[2.38690,115.05205],[2.39453,115.04767],[2.40440,115.04964],[2.40731,115.05900],[2.40800,115.06483],[2.40500,115.06767],[2.40868,115.07161],[2.40603,115.07479],[2.40591,115.08756],[2.40385,115.09073],[2.40488,115.09597],[2.40866,115.10112],[2.41303,115.09768],[2.41929,115.10000],[2.42469,115.09708],[2.43747,115.10592],[2.44296,115.10944],[2.44364,115.11416],[2.45085,115.11665],[2.45471,115.11562],[2.45865,115.11966],[2.45445,115.12464],[2.45779,115.12901],[2.46954,115.13545],[2.47349,115.14232],[2.47752,115.14283],[2.47829,115.15330],[2.47760,115.16300],[2.48257,115.17691],[2.47983,115.18231],[2.48386,115.18875],[2.47649,115.19862],[2.47366,115.20480],[2.48309,115.21261],[2.48839,115.22656],[2.49345,115.23171],[2.50022,115.24218],[2.50562,115.24364],[2.50862,115.24827],[2.51874,115.24055],[2.52560,115.25008],[2.52937,115.24905],[2.53238,115.25308],[2.54104,115.24947],[2.53829,115.24329],[2.52963,115.23437],[2.53649,115.22596],[2.53846,115.22124],[2.54695,115.21986],[2.54790,115.21660],[2.55270,115.21377],[2.55973,115.21727],[2.56710,115.21529],[2.56779,115.21006],[2.57302,115.21040],[2.57276,115.20439],[2.57705,115.20053],[2.58305,115.19212],[2.59120,115.19221],[2.59720,115.18070],[2.60397,115.17813],[2.60972,115.17787],[2.60972,115.17083],[2.61263,115.16697],[2.60714,115.16483],[2.60509,115.15882],[2.60732,115.15289],[2.60011,115.14337],[2.59565,115.14002],[2.59154,115.14096],[2.58312,115.13439],[2.58655,115.12752],[2.58646,115.12237],[2.58320,115.11808],[2.58295,115.11310],[2.58818,115.10649],[2.59341,115.10804],[2.59924,115.10624],[2.60070,115.10006],[2.60576,115.09027],[2.61724,115.08675],[2.62453,115.09207],[2.62616,115.10177],[2.63559,115.10873],[2.63825,115.11310],[2.64374,115.11113],[2.64940,115.11330],[2.65206,115.12008],[2.65951,115.11674],[2.67023,115.11347],[2.67769,115.10901],[2.68266,115.10910],[2.68798,115.11433],[2.68927,115.11021],[2.69089,115.10455],[2.69467,115.10163],[2.69672,115.09416],[2.70187,115.09433],[2.71353,115.10172],[2.72013,115.09974],[2.72244,115.10438],[2.73067,115.11614],[2.73248,115.12232],[2.73848,115.12635],[2.74062,115.13098],[2.74688,115.13673],[2.75571,115.14163],[2.76480,115.13742],[2.77097,115.13897],[2.77920,115.13982],[2.78683,115.14806],[2.79043,115.15382],[2.79935,115.14600],[2.80449,115.14068],[2.80535,115.13373],[2.80140,115.13253],[2.80235,115.12420],[2.80758,115.11004],[2.81572,115.10240],[2.81975,115.09073],[2.82249,115.08858],[2.83355,115.10309],[2.83604,115.11579],[2.84178,115.12317],[2.84727,115.12446],[2.85327,115.13261],[2.85421,115.13699],[2.87024,115.14120],[2.87067,115.14815],[2.87187,115.15133],[2.88061,115.15236],[2.88576,115.14832],[2.89099,115.15047],[2.89776,115.15270],[2.90684,115.14686],[2.91070,115.14892],[2.91987,115.15648],[2.92836,115.16334],[2.93187,115.17150],[2.93213,115.18188],[2.93659,115.19089],[2.95073,115.20162],[2.95270,115.20557],[2.95990,115.21072],[2.96222,115.22257],[2.96059,115.22875],[2.96127,115.23484],[2.96419,115.23759],[2.96693,115.24952],[2.97405,115.24754],[2.97927,115.24565],[2.98185,115.24780],[2.98476,115.25346],[2.99539,115.25132],[3.00267,115.25655],[3.00979,115.26419],[3.01527,115.26325],[3.01990,115.27115],[3.02385,115.27355],[3.02762,115.27750],[3.03439,115.27758],[3.03970,115.28239],[3.04647,115.28136],[3.04879,115.28651],[3.04236,115.29338],[3.04167,115.29904],[3.03396,115.30213],[3.03242,115.30582],[3.02290,115.30702],[3.01930,115.31097],[3.01999,115.31492],[3.01570,115.32170],[3.00293,115.32359],[2.99247,115.32719],[2.98630,115.32496],[2.98065,115.32599],[2.97687,115.32977],[2.97739,115.33569],[2.98005,115.34187],[2.97790,115.34650],[2.98287,115.35045],[2.98356,115.35921],[2.98202,115.37320],[2.98656,115.37706],[2.98605,115.37989],[2.97945,115.38393],[2.98176,115.38633],[2.97979,115.40126],[2.98433,115.40152],[2.99462,115.40736],[2.99993,115.41689],[3.00465,115.41757],[3.01810,115.42779],[3.01399,115.43508],[3.01630,115.43766],[3.02556,115.44015],[3.02779,115.45225],[3.02325,115.45748],[3.02719,115.46169],[3.02650,115.46787],[3.02222,115.47010],[3.01947,115.48358],[3.02042,115.48787],[3.02710,115.49027],[3.03087,115.49516],[3.02882,115.49697],[3.03679,115.49860],[3.03824,115.50400],[3.05042,115.50821],[3.05677,115.51492],[3.06877,115.51595],[3.07486,115.51157],[3.08154,115.51209],[3.08454,115.51088],[3.09526,115.50994],[3.10023,115.51457],[3.10871,115.51320],[3.11420,115.51672],[3.11617,115.52067],[3.11720,115.52530],[3.12662,115.52865],[3.13416,115.52942],[3.14256,115.53406],[3.14513,115.53989],[3.14256,115.54264],[3.14248,115.55217],[3.14848,115.55388],[3.15233,115.56084],[3.15568,115.55989],[3.16270,115.56264],[3.16999,115.56109],[3.17162,115.55594],[3.17170,115.55268],[3.17830,115.54642],[3.18044,115.54178],[3.18010,115.53869],[3.18353,115.53320],[3.18147,115.53183],[3.18327,115.52668],[3.18636,115.52599],[3.18678,115.52178],[3.19287,115.51861],[3.20512,115.51629],[3.21232,115.51801],[3.21686,115.51638],[3.22004,115.51663],[3.22346,115.51500],[3.22723,115.51775],[3.22689,115.52170],[3.22586,115.52711],[3.22698,115.53346],[3.23263,115.52985],[3.23992,115.52942],[3.24078,115.52316],[3.25843,115.52341],[3.27874,115.52839],[3.28242,115.53148],[3.28405,115.53646],[3.29511,115.53220],[3.29768,115.52979],[3.30625,115.53117],[3.30899,115.53014],[3.32005,115.53159],[3.32090,115.53975],[3.32893,115.54333],[3.32858,115.54710],[3.33347,115.54745],[3.34187,115.54367],[3.34863,115.54462],[3.35875,115.54230],[3.36389,115.54376],[3.37622,115.54891],[3.38179,115.55534],[3.38672,115.55830],[3.39314,115.55538],[3.39700,115.56165],[3.40599,115.56268],[3.40754,115.56680],[3.41268,115.57143],[3.41867,115.57169],[3.42304,115.57830],[3.43298,115.57761],[3.44258,115.58147],[3.45029,115.58465],[3.45089,115.58860],[3.44780,115.59486],[3.44489,115.59907],[3.44849,115.60748],[3.44643,115.61057],[3.43992,115.61366],[3.42262,115.61778],[3.41927,115.62190],[3.40882,115.62430],[3.41782,115.63580],[3.41996,115.64138],[3.42630,115.64010],[3.42947,115.64937],[3.43624,115.64799],[3.44061,115.65477],[3.45183,115.63786],[3.46151,115.63641],[3.46682,115.63040],[3.47506,115.63290],[3.47634,115.62835],[3.48739,115.62338],[3.49459,115.62140],[3.50342,115.61479],[3.50599,115.61093],[3.51481,115.60741],[3.52089,115.60896],[3.52586,115.60741],[3.53734,115.61222],[3.54616,115.61110],[3.55362,115.61051],[3.55602,115.60768],[3.57684,115.60184],[3.57572,115.59463],[3.57829,115.58750],[3.58463,115.58673],[3.58909,115.58622],[3.59294,115.58081],[3.59868,115.57798],[3.60802,115.57669],[3.61487,115.57497],[3.62147,115.57781],[3.62832,115.57497],[3.63389,115.58064],[3.64274,115.57572],[3.64540,115.57082],[3.65722,115.57074],[3.67092,115.57297],[3.68111,115.57031],[3.69662,115.58078],[3.70475,115.58215],[3.71186,115.57855],[3.72231,115.57228],[3.72993,115.58001],[3.74227,115.57640],[3.74895,115.57640],[3.75751,115.58627],[3.76000,115.58456],[3.76531,115.58645],[3.77045,115.59168],[3.77550,115.58739],[3.78089,115.58859],[3.79211,115.59417],[3.80075,115.60155],[3.81771,115.60610],[3.82516,115.61168],[3.83998,115.61554],[3.84983,115.61383],[3.85984,115.61683],[3.87423,115.61554],[3.87706,115.60739],[3.87475,115.60524],[3.87577,115.60164],[3.88117,115.59400],[3.88742,115.59477],[3.89006,115.59372],[3.88466,115.58832],[3.88509,115.58240],[3.88911,115.57853],[3.89631,115.57424],[3.90153,115.57381],[3.90855,115.56308],[3.91772,115.55716],[3.92217,115.56746],[3.94092,115.57999],[3.94400,115.58995],[3.94024,115.59784],[3.93921,115.61184],[3.93801,115.61673],[3.94435,115.62368],[3.95171,115.62831],[3.95967,115.63364],[3.96284,115.63922],[3.97115,115.63982],[3.97723,115.64436],[3.98151,115.64436],[3.99007,115.64788],[4.00625,115.64806],[4.01285,115.64857],[4.01910,115.64969],[4.03005,115.65226],[4.03545,115.65166],[4.04050,115.65750],[4.05625,115.66145],[4.06807,115.66668],[4.07774,115.67020],[4.08425,115.67286],[4.09101,115.67544],[4.09812,115.67432],[4.10625,115.67672],[4.11336,115.67260],[4.12740,115.67535],[4.13099,115.68196],[4.13898,115.68031],[4.14190,115.67782],[4.14438,115.68220],[4.15054,115.67928],[4.15705,115.68100],[4.16270,115.68297],[4.16706,115.68700],[4.17297,115.68761],[4.17776,115.69061],[4.18230,115.69584],[4.18658,115.69619],[4.19625,115.70340],[4.19625,115.70554],[4.19326,115.71138],[4.19574,115.71584],[4.18983,115.72760],[4.21132,115.73241],[4.21440,115.74340],[4.21218,115.74631],[4.21260,115.75155],[4.22440,115.75728],[4.23090,115.75986],[4.24032,115.76466],[4.24477,115.76449],[4.24614,115.77007],[4.24503,115.77393],[4.24871,115.77805],[4.24794,115.78398],[4.24631,115.79067],[4.24486,115.79608],[4.22500,115.79943],[4.22080,115.80303],[4.22697,115.81196],[4.22594,115.81728],[4.23544,115.82826],[4.23844,115.82517],[4.25051,115.82603],[4.26275,115.82346],[4.26660,115.83668],[4.27079,115.84466],[4.27524,115.84715],[4.28123,115.84929],[4.28235,115.85255],[4.28140,115.86028],[4.29022,115.86654],[4.29090,115.87212],[4.29484,115.87461],[4.30152,115.86672],[4.31025,115.86654],[4.32078,115.86268],[4.34012,115.86388],[4.34448,115.86191],[4.34773,115.86406],[4.34782,115.86749],[4.35458,115.87144],[4.35929,115.86740],[4.36862,115.86938],[4.37281,115.86843],[4.38344,115.87128],[4.39234,115.87686],[4.39259,115.88355],[4.39422,115.89136],[4.39696,115.90149],[4.39242,115.90896],[4.37924,115.91660],[4.37103,115.91582],[4.36581,115.92132],[4.36101,115.92269],[4.35560,115.93058],[4.35603,115.93771],[4.35877,115.94088],[4.35705,115.94680],[4.35979,115.95007],[4.36065,115.95745],[4.35466,115.96182],[4.35885,115.97410],[4.35791,115.97839],[4.35432,115.97959],[4.35166,115.98500],[4.35337,115.98723],[4.35252,115.99315],[4.34969,115.99358],[4.34935,116.00388],[4.33720,116.00697],[4.33788,116.01452],[4.33378,116.01959],[4.33437,116.02749],[4.33001,116.03203],[4.32351,116.03186],[4.32042,116.03495],[4.30913,116.03332],[4.30065,116.03263],[4.29543,116.03684],[4.29053,116.05117],[4.28334,116.05701],[4.27931,116.07065],[4.27803,116.08001],[4.28342,116.08301],[4.28779,116.08267],[4.29909,116.08593],[4.30456,116.08576],[4.30670,116.09074],[4.31646,116.09580],[4.31894,116.10121],[4.32588,116.10516],[4.32622,116.11108],[4.33306,116.11014],[4.33649,116.11709],[4.33366,116.12224],[4.33092,116.13279],[4.33948,116.14061],[4.33965,116.16129],[4.33520,116.15872],[4.33460,116.16455],[4.33794,116.16369],[4.35677,116.16721],[4.36567,116.16515],[4.36601,116.15889],[4.38031,116.16078],[4.39212,116.16730],[4.39083,116.17116],[4.38553,116.17193],[4.38381,116.17648],[4.38150,116.17700],[4.38193,116.18249],[4.38159,116.19159],[4.37971,116.19760],[4.37594,116.20094],[4.37337,116.20318],[4.37954,116.20584],[4.38279,116.21974],[4.37954,116.22832],[4.37623,116.24841],[4.37769,116.25133],[4.37666,116.25639],[4.36793,116.25854],[4.36279,116.26231],[4.36605,116.26789],[4.36279,116.27390],[4.36279,116.27939],[4.37024,116.28780],[4.37375,116.29347],[4.36913,116.30695],[4.37289,116.31055],[4.37187,116.31501],[4.37811,116.31965],[4.38265,116.32016],[4.38445,116.32437],[4.38624,116.33639],[4.38582,116.33905],[4.39069,116.34411],[4.39052,116.34960],[4.38967,116.35630],[4.38641,116.36162],[4.37854,116.36651],[4.38025,116.36952],[4.37623,116.38076],[4.36896,116.38428],[4.36485,116.38248],[4.36031,116.38557],[4.36006,116.38797],[4.36374,116.39732],[4.35980,116.40333],[4.35564,116.40559],[4.35214,116.40516],[4.34606,116.40773],[4.33553,116.41700],[4.33040,116.41983],[4.33408,116.42696],[4.32834,116.43134],[4.32329,116.43709],[4.31687,116.43837],[4.30601,116.43726],[4.29762,116.43915],[4.29214,116.43889],[4.28957,116.43983],[4.29026,116.44799],[4.29668,116.45271],[4.29796,116.45811],[4.29471,116.46198],[4.30036,116.47125],[4.30395,116.47949],[4.31063,116.48301],[4.31311,116.48103],[4.31662,116.48163],[4.31910,116.48601],[4.32774,116.48592],[4.32869,116.48395],[4.33588,116.48944],[4.33348,116.49931],[4.32620,116.50481],[4.32552,116.51133],[4.32723,116.51554],[4.33065,116.51614],[4.33639,116.51545],[4.34443,116.52558],[4.35162,116.53116],[4.35984,116.53210],[4.37610,116.53622],[4.37952,116.53931],[4.37935,116.54489],[4.38798,116.54773],[4.38866,116.55280],[4.38738,116.55417],[4.39063,116.56327],[4.39987,116.56190],[4.40963,116.56481],[4.40886,116.56936],[4.40492,116.57177],[4.40047,116.57314],[4.39953,116.57623],[4.39260,116.57872],[4.38610,116.58284],[4.38216,116.58576],[4.37574,116.58653],[4.37497,116.59288],[4.37514,116.60001],[4.37822,116.60052],[4.38062,116.60584],[4.37968,116.61176],[4.37754,116.61623],[4.36829,116.61648],[4.36487,116.61640],[4.35837,116.62009],[4.35452,116.62215],[4.34467,116.61837],[4.33603,116.62146],[4.34116,116.62318],[4.34022,116.62713],[4.33509,116.63116],[4.33937,116.63288],[4.33774,116.64189],[4.34039,116.64438],[4.33757,116.65210],[4.34014,116.65631],[4.34972,116.65854],[4.35392,116.66798],[4.34365,116.67605],[4.34185,116.68489],[4.34193,116.69476],[4.33380,116.70343],[4.33355,116.70566],[4.33834,116.70463],[4.34442,116.71262],[4.34741,116.72086],[4.35066,116.73081],[4.36273,116.73579],[4.36752,116.73965],[4.37591,116.73939],[4.38353,116.74034],[4.38464,116.74678],[4.38977,116.75081],[4.39055,116.75278],[4.38532,116.75759],[4.37523,116.77115],[4.36581,116.77562],[4.35948,116.78385],[4.34648,116.78461],[4.34091,116.78916],[4.33946,116.79577],[4.34708,116.80169],[4.35084,116.80564],[4.35110,116.81362],[4.35110,116.81774],[4.33672,116.82255],[4.33150,116.83413],[4.32731,116.84100],[4.33081,116.84666],[4.33937,116.85018],[4.33809,116.85679],[4.33980,116.86400],[4.33835,116.86709],[4.34211,116.87310],[4.34810,116.87773],[4.34827,116.88383],[4.36128,116.89737],[4.36804,116.90088],[4.36890,116.91118],[4.36685,116.91573],[4.36531,116.92226],[4.36085,116.92655],[4.36325,116.92998],[4.35931,116.93299],[4.35820,116.93934],[4.35983,116.94552],[4.35581,116.95564],[4.34810,116.95788],[4.34622,116.96225],[4.34014,116.96663],[4.33886,116.97118],[4.34442,116.97410],[4.34177,116.98285],[4.34374,116.98878],[4.34879,117.00663],[4.34442,117.00998],[4.33775,117.00929],[4.33321,117.00989],[4.33073,117.00783],[4.32833,117.00860],[4.32696,117.00714],[4.32123,117.00774],[4.32200,117.01461],[4.32037,117.02131],[4.32799,117.02577],[4.33723,117.02783],[4.34263,117.02980],[4.34382,117.03581],[4.34810,117.04319],[4.34588,117.05298],[4.34271,117.05512],[4.34245,117.06388],[4.33954,117.06662],[4.33705,117.07866],[4.33576,117.08681],[4.33602,117.10132],[4.33457,117.10664],[4.33671,117.11101],[4.33611,117.11479],[4.34227,117.12003],[4.34381,117.12964],[4.34621,117.13196],[4.34381,117.14183],[4.34595,117.14423],[4.35168,117.14148],[4.35297,117.14638],[4.35528,117.15410],[4.35254,117.16071],[4.35083,117.15908],[4.34800,117.16509],[4.34235,117.16698],[4.33842,117.16989],[4.33653,117.17822],[4.33936,117.19170],[4.33705,117.19410],[4.33696,117.20105],[4.34218,117.20732],[4.34749,117.20869],[4.35613,117.21212],[4.35776,117.21556],[4.36161,117.21753],[4.36101,117.22225],[4.36683,117.22191],[4.37094,117.23015],[4.36983,117.23581],[4.37282,117.23882],[4.37488,117.24809],[4.37068,117.25161],[4.36709,117.25049],[4.36332,117.25358],[4.35913,117.26199],[4.35759,117.26534],[4.35339,117.26697],[4.35297,117.26972],[4.34749,117.27186],[4.34544,117.27426],[4.34218,117.27512],[4.34039,117.27924],[4.33439,117.28697],[4.32181,117.28620],[4.31925,117.28997],[4.31505,117.29135],[4.31146,117.30036],[4.31146,117.30697],[4.30846,117.31057],[4.30435,117.30997],[4.30042,117.31255],[4.30110,117.31675],[4.30530,117.31967],[4.30213,117.32465],[4.29716,117.33211],[4.29537,117.33975],[4.29169,117.34224],[4.29134,117.34816],[4.28920,117.35589],[4.28681,117.36464],[4.28647,117.37280],[4.28176,117.37477],[4.27851,117.37340],[4.27149,117.37572],[4.26575,117.38172],[4.26290,117.38717],[4.25862,117.38811],[4.25897,117.39695],[4.25580,117.40150],[4.25503,117.40854],[4.24955,117.41146],[4.24912,117.41343],[4.23962,117.41291],[4.23526,117.42012],[4.23637,117.42296],[4.23380,117.42587],[4.23449,117.43171],[4.22986,117.42965],[4.22884,117.43317],[4.22541,117.43145],[4.22311,117.42909],[4.22371,117.42617],[4.21892,117.42849],[4.21558,117.42737],[4.21250,117.43218],[4.20899,117.43904],[4.20154,117.44282],[4.19367,117.44274],[4.19221,117.44643],[4.19238,117.44909],[4.18750,117.45346],[4.18725,117.45707],[4.18271,117.45758],[4.18100,117.46230],[4.17877,117.46617],[4.17620,117.47535],[4.16970,117.47757],[4.17098,117.48427],[4.17483,117.48659],[4.17492,117.49096],[4.17286,117.49268],[4.17064,117.49946],[4.17124,117.51071],[4.16636,117.51714],[4.16336,117.52564],[4.16242,117.52821],[4.16533,117.53191],[4.16584,117.53500],[4.17064,117.53645],[4.17518,117.54066],[4.17004,117.54332],[4.16841,117.54710],[4.17509,117.55542],[4.17980,117.56289],[4.18151,117.57353],[4.17963,117.58366],[4.17432,117.59285],[4.16602,117.59877],[4.14205,117.60864],[4.16781,117.64520],[4.16696,117.67756],[4.16704,117.91042],[4.18576,117.96746],[2.81232,119.91067],[2.92753,124.15688],[4.73615,125.28848],[5.73172,127.43630],[1.81339,130.17739],[1.36862,131.85830],[0.44040,132.79214],[1.31919,134.25332],[-2.22390,141.04287],[-2.60473,141.00037],[-6.32398,141.00031],[-6.32008,140.99173],[-6.32213,140.98315],[-6.32707,140.97353],[-6.32358,140.96564],[-6.32494,140.95980],[-6.33194,140.95963],[-6.34337,140.96976],[-6.34840,140.96521],[-6.35633,140.96152],[-6.36290,140.97817],[-6.36734,140.97499],[-6.37365,140.95963],[-6.37314,140.94427],[-6.38081,140.94075],[-6.38858,140.94907],[-6.38252,140.96538],[-6.38499,140.98255],[-6.39054,140.98220],[-6.39378,140.98004],[-6.39949,140.95944],[-6.40751,140.95317],[-6.41305,140.94081],[-6.41630,140.94227],[-6.41800,140.95523],[-6.42244,140.95643],[-6.43114,140.95600],[-6.43651,140.94854],[-6.43156,140.93901],[-6.41698,140.92691],[-6.41928,140.91953],[-6.42636,140.91635],[-6.43378,140.91566],[-6.44086,140.92287],[-6.44222,140.93429],[-6.44828,140.93703],[-6.45391,140.93566],[-6.45732,140.92613],[-6.45988,140.92322],[-6.46943,140.93137],[-6.46824,140.94184],[-6.46261,140.94751],[-6.45288,140.95223],[-6.45220,140.95489],[-6.45493,140.95575],[-6.46184,140.95300],[-6.47156,140.94665],[-6.47574,140.94682],[-6.48035,140.94948],[-6.48427,140.95995],[-6.49135,140.95798],[-6.49322,140.93738],[-6.49357,140.92588],[-6.50201,140.91987],[-6.51326,140.92081],[-6.52776,140.92888],[-6.53936,140.93034],[-6.54951,140.92193],[-6.55385,140.92382],[-6.55556,140.93738],[-6.56136,140.93652],[-6.56366,140.93240],[-6.56136,140.92262],[-6.55658,140.91523],[-6.55897,140.90759],[-6.56085,140.89232],[-6.56606,140.88764],[-6.57357,140.88695],[-6.57536,140.89056],[-6.56632,140.90412],[-6.56981,140.91073],[-6.57612,140.91159],[-6.58721,140.90927],[-6.59966,140.89536],[-6.60673,140.88867],[-6.60247,140.88635],[-6.59420,140.88781],[-6.59343,140.88206],[-6.59752,140.87708],[-6.60392,140.87176],[-6.60673,140.86343],[-6.61125,140.84996],[-6.61014,140.84387],[-6.61364,140.84369],[-6.61841,140.86369],[-6.61748,140.87434],[-6.62174,140.87674],[-6.62737,140.87622],[-6.63521,140.86781],[-6.64024,140.85871],[-6.64467,140.85674],[-6.64697,140.85777],[-6.65131,140.86680],[-6.65037,140.87470],[-6.65480,140.87247],[-6.66120,140.86131],[-6.66572,140.86200],[-6.67484,140.87092],[-6.67919,140.87092],[-6.68294,140.86440],[-6.68089,140.84689],[-6.68404,140.84603],[-6.69982,140.85496],[-6.71345,140.85144],[-6.71959,140.84586],[-6.72326,140.84972],[-6.73417,140.88131],[-6.74175,140.88843],[-6.75062,140.89058],[-6.75215,140.90079],[-6.75820,140.89950],[-6.76536,140.89281],[-6.76860,140.88723],[-6.76954,140.87727],[-6.78164,140.87951],[-6.78829,140.87633],[-6.79238,140.87075],[-6.79596,140.87161],[-6.80108,140.88397],[-6.80909,140.88672],[-6.81267,140.88732],[-6.80875,140.89830],[-6.80576,140.90465],[-6.80909,140.91349],[-6.81607,140.91658],[-6.82306,140.91899],[-6.83287,140.91083],[-6.84208,140.90637],[-6.84020,140.89693],[-6.84676,140.89804],[-6.86432,140.91341],[-6.87301,140.91581],[-6.86892,140.92294],[-6.87352,140.93976],[-6.86866,140.94396],[-6.85384,140.95074],[-6.85793,140.95435],[-6.86500,140.95461],[-6.87744,140.94946],[-6.88588,140.94208],[-6.89065,140.94062],[-6.89517,140.94182],[-6.90215,140.95229],[-6.91015,140.95335],[-6.91058,140.95576],[-6.89490,140.95996],[-6.88911,140.96940],[-6.89013,140.97387],[-6.89567,140.97610],[-6.90282,140.98382],[-6.90359,140.99155],[-6.88791,141.00176],[-6.89149,141.01987],[-9.12839,141.01979],[-9.49899,140.62608],[-8.69623,137.02806],[-7.38542,133.25425],[-9.05986,131.06797],[-8.51700,127.62925],[-8.19987,127.20715],[-8.08839,125.57705],[-8.69975,124.94808],[-8.91672,124.27111],[-9.17429,124.47627],[-9.17626,124.47814],[-9.17885,124.47827],[-9.18137,124.47906],[-9.18503,124.47857],[-9.18872,124.47977],[-9.18999,124.48054],[-9.19342,124.48054],[-9.19567,124.47908],[-9.19787,124.48247],[-9.19842,124.47938],[-9.20020,124.47664],[-9.20305,124.47532],[-9.20454,124.47283],[-9.20767,124.46987],[-9.20805,124.46811],[-9.21178,124.46751],[-9.21563,124.46738],[-9.22271,124.46583],[-9.22508,124.46583],[-9.22796,124.46708],[-9.23139,124.46545],[-9.23902,124.46678],[-9.24368,124.46407],[-9.24956,124.46472],[-9.25105,124.46334],[-9.25846,124.45948],[-9.26574,124.45395],[-9.26820,124.45352],[-9.27621,124.45592],[-9.28438,124.45515],[-9.28628,124.45704],[-9.29052,124.45819],[-9.29340,124.46141],[-9.29958,124.46176],[-9.30335,124.45995],[-9.30589,124.45631],[-9.30843,124.45459],[-9.30598,124.44927],[-9.30632,124.44631],[-9.31220,124.44330],[-9.31453,124.43944],[-9.32237,124.43850],[-9.32445,124.43921],[-9.32712,124.43899],[-9.32847,124.43753],[-9.33118,124.43775],[-9.33309,124.43779],[-9.33343,124.43651],[-9.33496,124.43565],[-9.33377,124.43498],[-9.33144,124.43479],[-9.33112,124.43344],[-9.33311,124.43181],[-9.33341,124.43086],[-9.33195,124.42960],[-9.33153,124.42810],[-9.33161,124.42627],[-9.33220,124.42548],[-9.33373,124.42458],[-9.33430,124.42335],[-9.33582,124.42211],[-9.33506,124.41964],[-9.33502,124.41700],[-9.33553,124.41655],[-9.33559,124.41415],[-9.33781,124.41192],[-9.33779,124.41069],[-9.33610,124.41106],[-9.33650,124.40913],[-9.33809,124.40756],[-9.33870,124.40511],[-9.33949,124.40408],[-9.33966,124.40344],[-9.34097,124.40297],[-9.34120,124.40393],[-9.34277,124.40353],[-9.34275,124.40269],[-9.34364,124.40260],[-9.34387,124.40323],[-9.34529,124.40153],[-9.34630,124.40205],[-9.34855,124.40207],[-9.34920,124.40320],[-9.34982,124.40134],[-9.35233,124.40076],[-9.35347,124.39918],[-9.35355,124.39853],[-9.35516,124.39684],[-9.35641,124.39476],[-9.35713,124.39411],[-9.35705,124.39289],[-9.35874,124.39081],[-9.35965,124.39061],[-9.35999,124.38903],[-9.36069,124.38851],[-9.35976,124.38680],[-9.35880,124.38594],[-9.35660,124.38160],[-9.35675,124.37956],[-9.35931,124.37956],[-9.36145,124.37860],[-9.36435,124.37896],[-9.36480,124.37748],[-9.36780,124.37826],[-9.37066,124.37778],[-9.37189,124.37643],[-9.37443,124.37605],[-9.37490,124.37454],[-9.37699,124.37351],[-9.37803,124.37426],[-9.37841,124.37785],[-9.38142,124.37914],[-9.38440,124.37886],[-9.38633,124.37926],[-9.38821,124.38145],[-9.39120,124.38102],[-9.39291,124.37911],[-9.39399,124.37907],[-9.39509,124.37980],[-9.39647,124.37956],[-9.39867,124.37804],[-9.39973,124.37605],[-9.39952,124.37439],[-9.40045,124.37300],[-9.40142,124.37304],[-9.40267,124.37527],[-9.40390,124.37605],[-9.40557,124.37465],[-9.40481,124.37330],[-9.40517,124.37139],[-9.40663,124.36959],[-9.40934,124.36963],[-9.41260,124.36907],[-9.41668,124.36594],[-9.41925,124.36304],[-9.42033,124.36002],[-9.42129,124.35873],[-9.42199,124.35729],[-9.42248,124.35596],[-9.42390,124.35371],[-9.42527,124.35302],[-9.42616,124.35126],[-9.42946,124.35032],[-9.43207,124.35098],[-9.43723,124.34976],[-9.43947,124.35030],[-9.44180,124.35186],[-9.44381,124.35431],[-9.44371,124.35725],[-9.44460,124.35899],[-9.44578,124.36064],[-9.44745,124.36169],[-9.44826,124.36128],[-9.45184,124.36156],[-9.45347,124.36270],[-9.45588,124.36270],[-9.45797,124.36334],[-9.45948,124.36422],[-9.45992,124.36426],[-9.46142,124.36184],[-9.46210,124.36068],[-9.46288,124.35817],[-9.46428,124.35630],[-9.46710,124.35626],[-9.46962,124.35452],[-9.47055,124.35637],[-9.47254,124.35560],[-9.47497,124.35660],[-9.47611,124.35547],[-9.47781,124.35545],[-9.48157,124.35354],[-9.48509,124.35435],[-9.48473,124.35096],[-9.48543,124.34884],[-9.48297,124.34485],[-9.48236,124.34201],[-9.48494,124.33856],[-9.48559,124.33543],[-9.48543,124.33311],[-9.48644,124.33051],[-9.48890,124.32783],[-9.49097,124.32253],[-9.49315,124.31978],[-9.49482,124.31860],[-9.49553,124.31416],[-9.49451,124.31341],[-9.49443,124.31178],[-9.49478,124.30985],[-9.49447,124.30389],[-9.49599,124.30168],[-9.49673,124.29981],[-9.49881,124.29798],[-9.50238,124.29676],[-9.50234,124.29419],[-9.50113,124.29234],[-9.50245,124.29168],[-9.50298,124.28816],[-9.50404,124.28685],[-9.50292,124.28651],[-9.50207,124.28273],[-9.50311,124.27962],[-9.50249,124.27835],[-9.49475,124.27835],[-9.49170,124.28009],[-9.48694,124.28110],[-9.48512,124.28301],[-9.48103,124.28355],[-9.47887,124.28374],[-9.47627,124.28608],[-9.47420,124.28735],[-9.47303,124.28844],[-9.46954,124.28770],[-9.46800,124.28701],[-9.46419,124.28751],[-9.46305,124.28579],[-9.46114,124.28461],[-9.45788,124.28442],[-9.45631,124.28512],[-9.45504,124.28485],[-9.45238,124.28755],[-9.44918,124.28676],[-9.44471,124.28445],[-9.44395,124.28385],[-9.44054,124.28166],[-9.43815,124.27889],[-9.43392,124.27456],[-9.43165,124.27705],[-9.42875,124.27707],[-9.42414,124.27586],[-9.42467,124.27358],[-9.42196,124.27343],[-9.42113,124.27487],[-9.41885,124.27343],[-9.41751,124.27245],[-9.41455,124.27165],[-9.41212,124.27221],[-9.41078,124.26974],[-9.41209,124.26850],[-9.41040,124.26822],[-9.40951,124.26676],[-9.40797,124.26745],[-9.40662,124.26671],[-9.40615,124.26545],[-9.40325,124.26392],[-9.40391,124.26285],[-9.39807,124.26257],[-9.39563,124.26156],[-9.39464,124.25832],[-9.39360,124.25425],[-9.39087,124.25159],[-9.38844,124.24875],[-9.38577,124.24714],[-9.38316,124.24328],[-9.38257,124.24056],[-9.37783,124.23674],[-9.37461,124.23569],[-9.37453,124.23320],[-9.37535,124.23051],[-9.37277,124.22764],[-9.36928,124.22245],[-9.36837,124.21919],[-9.36591,124.21826],[-9.36536,124.21674],[-9.36657,124.21526],[-9.36781,124.21170],[-9.36989,124.21110],[-9.36911,124.20949],[-9.37040,124.20865],[-9.36928,124.20668],[-9.37055,124.20504],[-9.37192,124.20423],[-9.37435,124.20337],[-9.37664,124.20380],[-9.37800,124.20231],[-9.37743,124.20040],[-9.37891,124.19735],[-9.37724,124.19340],[-9.37783,124.19194],[-9.37950,124.19115],[-9.38183,124.18960],[-9.38357,124.18993],[-9.38435,124.18872],[-9.38458,124.18711],[-9.38734,124.18538],[-9.38740,124.18390],[-9.38897,124.18211],[-9.38886,124.17952],[-9.39024,124.17353],[-9.39322,124.17197],[-9.39426,124.16812],[-9.39673,124.16782],[-9.39915,124.17096],[-9.39993,124.17169],[-9.40069,124.17121],[-9.40289,124.16797],[-9.40484,124.16808],[-9.40677,124.16521],[-9.41098,124.16274],[-9.41276,124.15975],[-9.41386,124.16009],[-9.41542,124.16164],[-9.41871,124.16267],[-9.41962,124.16018],[-9.42108,124.15895],[-9.42171,124.15511],[-9.42281,124.15428],[-9.42184,124.15112],[-9.42252,124.15005],[-9.42408,124.14999],[-9.42537,124.15095],[-9.42645,124.15080],[-9.42726,124.14958],[-9.42389,124.14599],[-9.42436,124.13760],[-9.42588,124.13460],[-9.42518,124.13331],[-9.42167,124.13151],[-9.41811,124.12891],[-9.41640,124.12816],[-9.41532,124.12529],[-9.41305,124.12486],[-9.41053,124.12535],[-9.40912,124.12192],[-9.40655,124.12050],[-9.40668,124.11799],[-9.40946,124.11698],[-9.40643,124.11278],[-9.40666,124.11162],[-9.40996,124.11048],[-9.40960,124.10754],[-9.40871,124.10645],[-9.40935,124.10183],[-9.40950,124.09924],[-9.40772,124.09698],[-9.40365,124.09516],[-9.40139,124.09327],[-9.39830,124.09186],[-9.39631,124.08879],[-9.39180,124.08540],[-9.38802,124.08274],[-9.37347,124.07317],[-9.37175,124.06769],[-9.36959,124.06853],[-9.36754,124.06701],[-9.36688,124.06458],[-9.36527,124.06437],[-9.36360,124.06291],[-9.36254,124.06340],[-9.36180,124.06218],[-9.35913,124.06252],[-9.35784,124.06020],[-9.35513,124.05701],[-9.35388,124.05699],[-9.35229,124.05739],[-9.35104,124.05679],[-9.35068,124.05503],[-9.35104,124.05158],[-9.35047,124.04973],[-9.34738,124.04960],[-9.34605,124.04958],[-9.34402,124.04806],[-9.34402,124.04561],[-9.34325,124.04377],[-9.34069,124.04302],[-9.34001,124.04233],[-9.33756,124.04349],[-9.33544,124.04306],[-9.24541,124.03897],[-8.91672,124.27108],[-8.73224,124.84698],[-8.95806,124.94939],[-8.95908,124.95051],[-8.95921,124.95186],[-8.96037,124.95315],[-8.96266,124.95261],[-8.96493,124.95323],[-8.96777,124.95186],[-8.97188,124.94784],[-8.97650,124.94527],[-8.97807,124.94317],[-8.98316,124.94154],[-8.98608,124.94106],[-8.98744,124.93909],[-8.99015,124.93806],[-8.99503,124.93548],[-8.99664,124.93501],[-8.99808,124.93583],[-8.99906,124.93518],[-9.00198,124.93802],[-9.00431,124.93862],[-9.00715,124.93759],[-9.01169,124.93806],[-9.01906,124.93776],[-9.01910,124.93321],[-9.02754,124.93248],[-9.03190,124.93630],[-9.03407,124.93827],[-9.03712,124.94292],[-9.04208,124.94116],[-9.04428,124.94155],[-9.04648,124.94099],[-9.04720,124.94326],[-9.04907,124.94331],[-9.04848,124.94670],[-9.05233,124.94871],[-9.05153,124.95043],[-9.04920,124.95017],[-9.04822,124.95116],[-9.04822,124.95330],[-9.05309,124.95455],[-9.05653,124.95498],[-9.05848,124.95687],[-9.05860,124.96476],[-9.05610,124.96747],[-9.05619,124.96966],[-9.05754,124.97262],[-9.06170,124.97124],[-9.06174,124.97682],[-9.06280,124.98047],[-9.06636,124.98098],[-9.06585,124.98463],[-9.06466,124.98528],[-9.06386,124.98725],[-9.06034,124.98819],[-9.06047,124.98991],[-9.06276,124.99257],[-9.06409,124.99670],[-9.06401,125.00147],[-9.06087,125.00550],[-9.05579,125.00743],[-9.05269,125.00722],[-9.04981,125.01052],[-9.05002,125.01374],[-9.05155,125.01820],[-9.05104,125.02108],[-9.04943,125.02172],[-9.04460,125.02082],[-9.04184,125.02117],[-9.04197,125.02405],[-9.04349,125.02589],[-9.04294,125.02971],[-9.04227,125.03130],[-9.03790,125.03186],[-9.03650,125.03615],[-9.03286,125.03761],[-9.03426,125.03975],[-9.03163,125.04207],[-9.03099,125.04821],[-9.03150,125.05177],[-9.02629,125.05769],[-9.02773,125.06632],[-9.02502,125.07070],[-9.02107,125.07499],[-9.01925,125.07773],[-9.01378,125.08194],[-9.01179,125.08761],[-9.00522,125.09228],[-8.99806,125.09752],[-8.99022,125.10185],[-8.98377,125.10293],[-8.97462,125.10318],[-8.96936,125.10696],[-8.96499,125.11202],[-8.96555,125.11460],[-8.97068,125.11902],[-8.97233,125.12125],[-8.97691,125.12297],[-8.98102,125.12773],[-8.98534,125.13095],[-8.98941,125.13116],[-8.99420,125.13597],[-8.99602,125.14065],[-8.99560,125.14413],[-8.99526,125.14691],[-8.99946,125.15219],[-9.00014,125.15511],[-9.00598,125.15966],[-9.00942,125.16202],[-9.01463,125.17035],[-9.01928,125.17416],[-9.02029,125.17819],[-9.02708,125.18665],[-9.02983,125.18738],[-9.03106,125.18562],[-9.03466,125.18622],[-9.03682,125.18523],[-9.03992,125.18656],[-9.04153,125.18866],[-9.04725,125.19016],[-9.04894,125.18918],[-9.05303,125.18991],[-9.05867,125.18896],[-9.05926,125.18557],[-9.06333,125.18510],[-9.06736,125.18579],[-9.07308,125.18879],[-9.07515,125.18553],[-9.08049,125.18562],[-9.08257,125.18184],[-9.08566,125.18102],[-9.08825,125.17999],[-9.09079,125.17995],[-9.09295,125.17969],[-9.09681,125.17828],[-9.10092,125.17884],[-9.10477,125.17695],[-9.10571,125.17386],[-9.11189,125.17871],[-9.11545,125.17896],[-9.11732,125.18051],[-9.11901,125.17969],[-9.11757,125.17596],[-9.11871,125.17309],[-9.12253,125.17214],[-9.12609,125.17244],[-9.12994,125.17412],[-9.13312,125.17420],[-9.13554,125.17669],[-9.14104,125.17815],[-9.14414,125.17935],[-9.14486,125.18596],[-9.14863,125.18678],[-9.15520,125.19235],[-9.15697,125.19296],[-9.15850,125.19107],[-9.15973,125.18600],[-9.16197,125.18510],[-9.16502,125.18381],[-9.16570,125.18133],[-9.16880,125.17982],[-9.17015,125.17708],[-9.17549,125.17536],[-9.17485,125.17343],[-9.17312,125.17201],[-9.17354,125.16841],[-9.17324,125.16317],[-9.17358,125.15772],[-9.17307,125.15360],[-9.17159,125.14819],[-9.17231,125.14395],[-9.17386,125.14249],[-9.17395,125.13867],[-9.17518,125.13669],[-9.17543,125.13425],[-9.17844,125.13300],[-9.17996,125.13034],[-9.18357,125.12545],[-9.18662,125.12159],[-9.18657,125.11755],[-9.18933,125.11498],[-9.19233,125.10949],[-9.19445,125.10824],[-9.19678,125.10665],[-9.19560,125.10378],[-9.19916,125.10219],[-9.19890,125.10047],[-9.20102,125.09798],[-9.20009,125.09468],[-9.19687,125.09253],[-9.19369,125.08790],[-9.19233,125.08494],[-9.18996,125.08249],[-9.18873,125.07970],[-9.18462,125.07850],[-9.18306,125.07627],[-9.17577,125.07391],[-9.17535,125.07065],[-9.17658,125.06747],[-9.17450,125.06606],[-9.17302,125.05988],[-9.17162,125.05657],[-9.17018,125.05533],[-9.16946,125.05215],[-9.17115,125.05000],[-9.17327,125.04361],[-9.17458,125.04258],[-9.17437,125.03782],[-9.17365,125.03481],[-9.17043,125.03228],[-9.17115,125.02769],[-9.17170,125.02546],[-9.16967,125.01421],[-9.17302,125.01391],[-9.17526,125.01258],[-9.18259,125.00615],[-9.18831,124.99825],[-9.18695,124.99284],[-9.18941,124.99074],[-9.19149,124.98585],[-9.19200,124.98323],[-9.20254,124.98229],[-9.21673,124.98208],[-9.23118,124.98336],[-9.23897,124.98319],[-9.24003,124.98384],[-9.24338,124.98452],[-9.24562,124.98633],[-9.24916,124.98590],[-9.25233,124.98680],[-9.25355,124.98664],[-9.25677,124.98909],[-9.25809,124.99184],[-9.25936,124.99360],[-9.26008,124.99278],[-9.26147,124.99767],[-9.26279,124.99793],[-9.26952,124.99626],[-9.27261,124.99518],[-9.27549,124.99600],[-9.27587,124.99763],[-9.27761,124.99784],[-9.28142,124.99853],[-9.28498,124.99677],[-9.28748,124.99591],[-9.29006,124.99505],[-9.29286,124.99694],[-9.29337,125.00278],[-9.29438,125.00656],[-9.29790,125.00956],[-9.30095,125.01085],[-9.30522,125.01681],[-9.31103,125.02291],[-9.31251,125.02372],[-9.31454,125.02668],[-9.31785,125.02891],[-9.32051,125.02964],[-9.32293,125.03454],[-9.32229,125.03771],[-9.31984,125.04149],[-9.32216,125.04432],[-9.32487,125.04913],[-9.32750,125.04986],[-9.33046,125.05222],[-9.33241,125.05170],[-9.33415,125.05076],[-9.33711,125.05132],[-9.33999,125.05097],[-9.34351,125.05166],[-9.34711,125.05093],[-9.35011,125.04986],[-9.35483,125.04950],[-9.35339,125.05104],[-9.35547,125.05156],[-9.36000,125.05010],[-9.36097,125.05207],[-9.36250,125.05250],[-9.36393,125.05525],[-9.36724,125.05911],[-9.37143,125.05993],[-9.37253,125.06576],[-9.37846,125.06791],[-9.38218,125.07083],[-9.38324,125.07452],[-9.38557,125.07640],[-9.38926,125.07885],[-9.39421,125.07988],[-9.39645,125.07688],[-9.40128,125.07615],[-9.40429,125.07726],[-9.40869,125.07979],[-9.41212,125.08074],[-9.41356,125.08108],[-9.41491,125.08052],[-9.41648,125.07786],[-9.41991,125.07846],[-9.42109,125.08134],[-9.42600,125.07825],[-9.42736,125.08082],[-9.43020,125.07876],[-9.43024,125.08095],[-9.43206,125.08134],[-9.43430,125.08022],[-9.43481,125.07889],[-9.43693,125.08072],[-9.43856,125.08082],[-9.44254,125.07889],[-9.44353,125.08115],[-9.44522,125.08138],[-9.44620,125.08132],[-9.44749,125.08308],[-9.44920,125.08381],[-9.45022,125.08645],[-9.45102,125.08724],[-9.45208,125.08724],[-9.45282,125.08578],[-9.45462,125.08505],[-9.45598,125.08649],[-9.45638,125.08906],[-9.45776,125.08898],[-9.45854,125.08703],[-9.46013,125.08795],[-9.46290,125.08788],[-9.46525,125.08941],[-9.53065,125.17171],[-10.13753,124.98217],[-11.47026,122.93871],[-9.70195,117.19012],[-8.24163,105.61028],[-4.72626,99.48133],[2.76647,94.08704],[5.77350,94.05409],[6.96905,96.00416],[6.01392,98.58045],[4.66679,99.02711],[2.64953,100.75746],[2.30104,101.67207],[1.27983,103.11402],[1.18831,103.50165],[1.17183,103.67846],[1.12755,103.73442],[1.23430,103.94625],[1.28961,104.57506],[1.26043,104.97263],[3.47215,105.13743],[5.67051,108.13120],[3.05809,110.02085],[2.09351,109.76571]], // Israel - IL: [[31.21982,34.26710], [31.05369,34.32720], [31.04038,34.33180], [31.02126,34.34030], [30.88238,34.39411], [30.87766,34.39592], [30.85969,34.40295], [30.77603,34.44647], [30.67967,34.49668], [30.59207,34.51871], [30.54632,34.51640], [30.53220,34.51837], [30.49464,34.55742], [30.44219,34.54154], [30.41281,34.54326], [30.37083,34.61141], [30.13096,34.70147], [30.11623,34.70696], [30.02159,34.74661], [29.92033,34.78197], [29.90500,34.78850], [29.89042,34.79347], [29.84233,34.81322], [29.80719,34.82523], [29.75921,34.84806], [29.68766,34.85579], [29.64306,34.87828], [29.61351,34.87639], [29.59695,34.86506], [29.58023,34.87158], [29.54230,34.87810], [29.52692,34.88411], [29.51213,34.89510], [29.49330,34.90334], [29.48105,34.89785], [29.54218,34.97832], [29.57652,34.97849], [29.58690,34.98296], [29.59466,34.98802], [29.60384,34.99162], [29.61877,34.99875], [29.62615,35.00450], [29.63369,35.01111], [29.64040,35.01549], [29.65771,35.02046], [29.67464,35.02132], [29.69708,35.01265], [29.71430,35.01463], [29.77896,35.03296], [29.79147,35.04566], [29.80525,35.04729], [29.81352,35.05244], [29.82193,35.05167], [29.85066,35.06237], [29.85702,35.06696], [29.86499,35.06962], [29.87302,35.07876], [29.87911,35.07889], [29.88662,35.08426], [29.88934,35.08490], [29.89157,35.08494], [29.92442,35.08168], [29.92673,35.07740], [29.93201,35.07800], [29.94160,35.08383], [29.94900,35.08302], [29.95213,35.07542], [29.95808,35.07821], [29.96499,35.08907], [29.97139,35.09220], [29.97336,35.08894], [29.98310,35.09491], [29.99269,35.09881], [29.99562,35.11598], [30.00201,35.11727], [30.00417,35.11018], [30.01034,35.11087], [30.01298,35.10100], [30.03824,35.11224], [30.04321,35.11551], [30.06290,35.13138], [30.06386,35.14675], [30.08535,35.15230], [30.08795,35.14947], [30.09449,35.15367], [30.11550,35.15753], [30.12463,35.16243], [30.13072,35.15805], [30.13629,35.16122], [30.14557,35.15127], [30.15611,35.15504], [30.16353,35.14492], [30.18586,35.14663], [30.20456,35.15161], [30.21583,35.15118], [30.24263,35.14526], [30.25464,35.15007], [30.27251,35.14861], [30.28348,35.14595], [30.30771,35.15513], [30.31208,35.16131], [30.31957,35.16861], [30.34712,35.19195], [30.36038,35.18783], [30.40473,35.16483], [30.41998,35.16183], [30.44296,35.16210], [30.47330,35.18185], [30.50000,35.19292], [30.53394,35.19455], [30.54931,35.20399], [30.58295,35.20399], [30.61043,35.22098], [30.62417,35.22777], [30.64034,35.24227], [30.66058,35.26399], [30.67003,35.26673], [30.67401,35.26347], [30.68139,35.27162], [30.68575,35.26862], [30.69114,35.27437], [30.70070,35.27643], [30.71148,35.28261], [30.71059,35.29128], [30.71428,35.29480], [30.72011,35.29523], [30.72447,35.28733], [30.73612,35.29514], [30.76305,35.29549], [30.76342,35.30922], [30.77027,35.31334], [30.78060,35.31523], [30.79100,35.31608], [30.79770,35.32295], [30.79970,35.33677], [30.81665,35.34183], [30.82034,35.33789], [30.84281,35.33068], [30.86286,35.33239], [30.87391,35.33617], [30.91008,35.35522], [30.92753,35.37153], [30.92812,35.38484], [30.92709,35.39359], [30.93247,35.39883], [30.93453,35.40355], [30.95068,35.41666], [30.97085,35.41915], [31.00006,35.41830], [31.00926,35.41933], [31.01720,35.42199], [31.03287,35.42387], [31.04442,35.42405], [31.06486,35.43777], [31.08500,35.44849], [31.10007,35.45382], [31.11285,35.45622], [31.12748,35.45682], [31.14740,35.45476], [31.16070,35.45218], [31.17098,35.44703], [31.18546,35.43596], [31.19522,35.42686], [31.21101,35.41511], [31.22517,35.40584], [31.23802,35.40043], [31.24315,35.39940], [31.25761,35.39974], [31.27390,35.40421], [31.29986,35.41674], [31.31599,35.42618], [31.49306,35.47819], [31.49225,35.39863], [31.48779,35.39039], [31.48255,35.38451], [31.42242,35.29295], [31.41803,35.28900], [31.40938,35.27441], [31.40001,35.26273], [31.39019,35.24711], [31.37685,35.23201], [31.37319,35.22377], [31.37246,35.20591], [31.36469,35.17295], [31.36454,35.16231], [31.36029,35.14532], [31.35560,35.13450], [31.35677,35.11116], [31.35633,35.09416], [31.35809,35.07391], [31.35838,35.05571], [31.35970,35.01983], [31.35721,35.00249], [31.35311,34.98052], [31.35123,34.97361], [31.34881,34.94949], [31.34404,34.93155], [31.34280,34.92382], [31.35020,34.91207], [31.35496,34.91181], [31.36486,34.89739], [31.37248,34.89027], [31.38443,34.88640], [31.39183,34.88065], [31.41021,34.88657], [31.42215,34.89353], [31.43695,34.89928], [31.43966,34.90331], [31.44779,34.91069], [31.44991,34.91189], [31.46580,34.92743], [31.49112,34.94056], [31.49281,34.94013], [31.50539,34.94442], [31.51161,34.94434], [31.52420,34.94030], [31.52807,34.94247], [31.53546,34.94212], [31.54570,34.94238], [31.55009,34.94187], [31.55507,34.94358], [31.56165,34.94376], [31.56340,34.94539], [31.57905,34.94736], [31.59441,34.95260], [31.61524,34.97311], [31.62153,34.97852], [31.62803,34.98298], [31.64455,34.99654], [31.64674,35.00015], [31.65236,35.00650], [31.65850,35.02768], [31.67881,35.06218], [31.68356,35.06845], [31.69093,35.08570], [31.69393,35.08519], [31.69634,35.08647], [31.70065,35.09377], [31.70780,35.09926], [31.71488,35.10664], [31.71496,35.10982], [31.71357,35.11454], [31.71357,35.11806], [31.71525,35.12081], [31.72087,35.12175], [31.73080,35.12810], [31.73423,35.13540], [31.72985,35.13617], [31.72876,35.13763], [31.72854,35.14080], [31.73087,35.14381], [31.73591,35.14913], [31.73781,35.15445], [31.74160,35.15643], [31.74438,35.15866], [31.74438,35.16046], [31.74175,35.16295], [31.74102,35.16810], [31.74087,35.17445], [31.74328,35.18200], [31.74744,35.18655], [31.74518,35.19127], [31.74642,35.19299], [31.75000,35.19625], [31.74642,35.19960], [31.74654,35.20289], [31.74771,35.20398], [31.74838,35.20555], [31.74849,35.20647], [31.74825,35.20655], [31.74807,35.20869], [31.74749,35.20942], [31.74439,35.21063], [31.73992,35.21276], [31.73558,35.21586], [31.73430,35.21806], [31.73385,35.21929], [31.73383,35.22013], [31.73407,35.22113], [31.73492,35.22258], [31.73611,35.22322], [31.73776,35.22403], [31.74120,35.22496], [31.74250,35.22546], [31.74480,35.22727], [31.74497,35.23592], [31.74964,35.24172], [31.75129,35.24318], [31.75633,35.24276], [31.75834,35.24225], [31.75896,35.24125], [31.76236,35.23089], [31.76303,35.22928], [31.76452,35.22954], [31.76633,35.22969], [31.76731,35.23030], [31.76808,35.23125], [31.76879,35.23285], [31.77086,35.23189], [31.77142,35.23105], [31.77210,35.23175], [31.77313,35.23122], [31.77286,35.22992], [31.77293,35.22787], [31.77637,35.22794], [31.77710,35.22726], [31.77804,35.22599], [31.77846,35.22581], [31.77893,35.22620], [31.77920,35.22590], [31.77989,35.22743], [31.77957,35.22776], [31.78178,35.23049], [31.78251,35.22901], [31.78275,35.22857], [31.78340,35.22770], [31.78460,35.22768], [31.78546,35.22885], [31.78618,35.22776], [31.78677,35.22724], [31.78728,35.22716], [31.78773,35.22748], [31.78881,35.22828], [31.79010,35.22892], [31.79030,35.22830], [31.79083,35.22761], [31.79262,35.22695], [31.79437,35.22636], [31.79634,35.22503], [31.79700,35.22449], [31.79887,35.22423], [31.80101,35.22373], [31.80207,35.22222], [31.80411,35.21861], [31.80473,35.21704], [31.80545,35.21385], [31.80526,35.21244], [31.80519,35.21092], [31.80528,35.21047], [31.80566,35.20971], [31.80655,35.20795], [31.80691,35.20705], [31.80789,35.20472], [31.80839,35.20312], [31.80905,35.20028], [31.80935,35.19945], [31.80976,35.19881], [31.80988,35.19833], [31.81004,35.19721], [31.80997,35.19253], [31.80962,35.18812], [31.80899,35.18366], [31.80836,35.18076], [31.80805,35.17831], [31.80793,35.17609], [31.80824,35.17102], [31.80863,35.16843], [31.80871,35.16612], [31.80898,35.16311], [31.80849,35.16195], [31.80884,35.15975], [31.80952,35.15861], [31.81005,35.15744], [31.81031,35.15658], [31.81128,35.14966], [31.81234,35.14754], [31.81282,35.14565], [31.81349,35.14182], [31.81405,35.13967], [31.81606,35.13506], [31.81672,35.13377], [31.81901,35.13037], [31.82100,35.12830], [31.82323,35.12520], [31.82466,35.12197], [31.82539,35.11987], [31.82554,35.11766], [31.82495,35.11470], [31.82483,35.10909], [31.82541,35.10436], [31.82920,35.09896], [31.83318,35.09535], [31.83978,35.09321], [31.84605,35.08969], [31.85148,35.08492], [31.85396,35.08042], [31.85636,35.07321], [31.85680,35.06741], [31.85563,35.06003], [31.85246,35.05334], [31.84696,35.04493], [31.83161,35.02587], [31.82975,35.02154], [31.82906,35.01047], [31.82997,34.99622], [31.82935,34.98274], [31.83092,34.97952], [31.83664,34.97931], [31.84338,34.98888], [31.85104,34.99326], [31.85294,34.99523], [31.85447,35.00472], [31.85509,35.01051], [31.85490,35.03334], [31.87739,35.03793], [31.88209,35.03961], [31.88410,35.04034], [31.88978,35.04094], [31.90068,35.04094], [31.90902,35.03991], [31.91748,35.03712], [31.92244,35.03424], [31.92513,35.03076], [31.92593,35.02742], [31.92524,35.02261], [31.92553,35.01986], [31.92721,35.01424], [31.92826,35.01017], [31.93187,35.00244], [31.93446,35.00030], [31.93701,35.00047], [31.94010,35.00175], [31.94141,35.00334], [31.94305,35.00596], [31.94649,35.00728], [31.94904,35.00329], [31.95086,34.99994], [31.95720,34.99321], [31.96354,34.98922], [31.97038,34.98677], [31.97246,34.99415], [31.98794,34.99805], [31.99678,34.99955], [32.01341,34.99886], [32.01756,34.99976], [32.01811,35.00114], [32.01872,35.00371], [32.02051,35.00504], [32.03444,35.00388], [32.04066,35.00281], [32.04838,35.00049], [32.05783,34.99779], [32.07042,34.99255], [32.08969,34.98616], [32.08896,34.98466], [32.08925,34.98311], [32.09140,34.98376], [32.09271,34.98423], [32.09656,34.98573], [32.10041,34.98629], [32.10114,34.98689], [32.10234,34.99105], [32.10456,34.98994], [32.10547,34.99067], [32.10590,34.99268], [32.10725,34.99346], [32.10946,34.99380], [32.11285,34.99264], [32.11514,34.98894], [32.11946,34.98903], [32.12390,34.98581], [32.12764,34.98521], [32.13066,34.98594], [32.13422,34.98907], [32.13676,34.98782], [32.13829,34.98778], [32.13833,34.98915], [32.13898,34.98975], [32.14269,34.99061], [32.14868,34.98675], [32.14908,34.97946], [32.15242,34.97473], [32.15497,34.97594], [32.15846,34.97847], [32.16285,34.97375], [32.16467,34.97049], [32.16656,34.97122], [32.16910,34.96740], [32.16928,34.96409], [32.17357,34.96456], [32.17397,34.96152], [32.17567,34.95989], [32.19010,34.95748], [32.19315,34.95958], [32.19315,34.96070], [32.19434,34.96040], [32.19848,34.96242], [32.19932,34.96345], [32.20012,34.96684], [32.20074,34.97057], [32.20012,34.97310], [32.20055,34.97542], [32.20150,34.97684], [32.20292,34.97812], [32.20321,34.98010], [32.20324,34.98190], [32.20422,34.98280], [32.20687,34.98516], [32.20662,34.98679], [32.20745,34.98928], [32.20840,34.99001], [32.21061,34.99121], [32.21232,34.99134], [32.21556,34.99479], [32.21875,34.99912], [32.22420,35.00565], [32.23091,35.01114], [32.23178,35.01058], [32.23291,35.01140], [32.23342,35.01286], [32.23523,35.01406], [32.23324,35.01775], [32.23433,35.02045], [32.23563,35.01989], [32.23915,35.02032], [32.24206,35.01951], [32.24913,35.02427], [32.25512,35.02401], [32.25940,35.02645], [32.26016,35.02856], [32.26590,35.03087], [32.27399,35.02590], [32.27493,35.02371], [32.27725,35.02242], [32.27769,35.02100], [32.27965,35.02015], [32.28074,35.01603], [32.27969,35.01371], [32.28001,35.01182], [32.28059,35.00937], [32.28226,35.00903], [32.29391,35.01371], [32.29413,35.01255], [32.30758,35.01289], [32.31186,35.01547], [32.33852,35.01641], [32.34106,35.02027], [32.33997,35.02487], [32.34019,35.02701], [32.34682,35.02877], [32.34555,35.03414], [32.34573,35.03860], [32.34660,35.04113], [32.34896,35.04225], [32.35208,35.04212], [32.35452,35.04125], [32.35699,35.04249], [32.35746,35.04417], [32.35888,35.04387], [32.35898,35.04786], [32.35996,35.04927], [32.36431,35.05116], [32.36761,35.05172], [32.37653,35.04914], [32.37805,35.04155], [32.38073,35.04052], [32.38135,35.04125], [32.38215,35.04103], [32.38548,35.04391], [32.38921,35.04494], [32.38965,35.04696], [32.39429,35.04923], [32.39621,35.04902], [32.39831,35.05069], [32.40327,35.05425], [32.41226,35.05545], [32.41233,35.05425], [32.41664,35.05374], [32.41813,35.05494], [32.41903,35.05704], [32.42034,35.05738], [32.42262,35.05687], [32.42465,35.05704], [32.42729,35.05889], [32.43005,35.06038], [32.43400,35.06051], [32.43530,35.06120], [32.43969,35.06330], [32.44345,35.06614], [32.44979,35.06579], [32.45214,35.06807], [32.45337,35.07197], [32.45598,35.07365], [32.45696,35.07249], [32.45877,35.07262], [32.46207,35.07588], [32.46333,35.07781], [32.46778,35.08230], [32.46810,35.08441], [32.46984,35.08694], [32.47332,35.09003], [32.47466,35.09072], [32.47618,35.09273], [32.47661,35.09518], [32.47781,35.09844], [32.47795,35.10157], [32.47752,35.10372], [32.47545,35.10707], [32.47560,35.10861], [32.47777,35.11196], [32.47802,35.11273], [32.47907,35.11325], [32.48139,35.12076], [32.48371,35.12561], [32.48494,35.12642], [32.49348,35.14011], [32.49457,35.13797], [32.49605,35.13895], [32.49601,35.14474], [32.50278,35.15658], [32.50412,35.16118], [32.50865,35.16431], [32.51292,35.17066], [32.51585,35.17422], [32.51845,35.17766], [32.52128,35.17778], [32.52439,35.18083], [32.52319,35.18641], [32.52471,35.18834], [32.52869,35.19152], [32.53358,35.19585], [32.53542,35.19671], [32.54042,35.20328], [32.54168,35.20684], [32.54324,35.21190], [32.54497,35.21572], [32.54776,35.21628], [32.55188,35.22422], [32.53582,35.23619], [32.52265,35.25213], [32.51433,35.27487], [32.50973,35.29191], [32.50962,35.30195], [32.50991,35.30727], [32.51107,35.31195], [32.51227,35.32143], [32.51531,35.33113], [32.51520,35.33306], [32.51871,35.34147], [32.51925,35.34418], [32.51791,35.34975], [32.51882,35.35323], [32.51842,35.35860], [32.51726,35.36083], [32.51672,35.36533], [32.51462,35.37134], [32.51208,35.37447], [32.50814,35.38220], [32.50488,35.38392], [32.50521,35.38851], [32.50477,35.39065], [32.50315,35.39486], [32.50199,35.39876], [32.50170,35.40245], [32.49848,35.40443], [32.49464,35.40391], [32.49254,35.40421], [32.48754,35.40640], [32.48280,35.40670], [32.48052,35.40778], [32.47739,35.40898], [32.47337,35.41177], [32.47261,35.41285], [32.46349,35.41718], [32.46248,35.41907], [32.45886,35.41963], [32.45679,35.41679], [32.43876,35.41186], [32.43452,35.41139], [32.42351,35.41649], [32.41862,35.41791], [32.41651,35.41924], [32.41365,35.42473], [32.40836,35.43108], [32.40565,35.44065], [32.40666,35.44396], [32.41068,35.44507], [32.41046,35.44701], [32.41032,35.44864], [32.41162,35.45246], [32.41257,35.45289], [32.41224,35.45456], [32.41267,35.45864], [32.41173,35.45975], [32.41177,35.46224], [32.41159,35.46473], [32.41199,35.46692], [32.41123,35.46756], [32.41046,35.47881], [32.40967,35.48117], [32.40347,35.49001], [32.40148,35.49365], [32.40032,35.49953], [32.39691,35.51405], [32.39517,35.51834], [32.39449,35.52370], [32.39159,35.53345], [32.38851,35.53739], [32.38666,35.54246], [32.38829,35.54735], [32.38861,35.55151], [32.38793,35.55289], [32.38890,35.55460], [32.38941,35.55576], [32.39184,35.55460], [32.39318,35.55070], [32.39706,35.55078], [32.40072,35.54709], [32.40373,35.55074], [32.40228,35.55469], [32.39909,35.55194], [32.40083,35.56130], [32.40746,35.55851], [32.41130,35.56224], [32.41561,35.55769], [32.41920,35.56048], [32.42000,35.55829], [32.41895,35.55374], [32.42188,35.55275], [32.42583,35.55327], [32.42293,35.56215], [32.42485,35.56335], [32.42619,35.56254], [32.42739,35.55799], [32.43029,35.55670], [32.43579,35.55842], [32.43322,35.56039], [32.43398,35.56443], [32.43648,35.56730], [32.44148,35.56928], [32.44343,35.56692], [32.44633,35.56747], [32.45256,35.56709], [32.45238,35.57066], [32.45919,35.57499], [32.46219,35.57083], [32.46252,35.56465], [32.46755,35.56422], [32.46715,35.56615], [32.47001,35.56834], [32.47240,35.56774], [32.47139,35.56465], [32.47461,35.56564], [32.47552,35.56988], [32.47801,35.57087], [32.48095,35.56645], [32.48287,35.57096], [32.48297,35.57383], [32.48735,35.58091], [32.48960,35.58010], [32.49753,35.57679], [32.50053,35.56971], [32.49861,35.56653], [32.50241,35.56520], [32.50219,35.55898], [32.50328,35.55950], [32.50444,35.56306], [32.50751,35.56555], [32.51616,35.56250], [32.51103,35.55971], [32.51468,35.55396], [32.51830,35.55787], [32.52047,35.55615], [32.52047,35.56572], [32.52803,35.56868], [32.52731,35.56456], [32.53169,35.56360], [32.53086,35.56025], [32.53834,35.56103], [32.53802,35.56309], [32.54189,35.56334], [32.54319,35.56171], [32.54460,35.56171], [32.54486,35.56360], [32.54326,35.56472], [32.53994,35.56480], [32.53824,35.56605], [32.53867,35.56905], [32.54030,35.57240], [32.54395,35.57030], [32.54551,35.57283], [32.55079,35.57004], [32.54837,35.57278], [32.55083,35.57502], [32.55180,35.57798], [32.55506,35.57682], [32.55719,35.57836], [32.56341,35.57188], [32.56634,35.57111], [32.56511,35.57540], [32.56869,35.57733], [32.57875,35.57763], [32.58121,35.57841], [32.58638,35.57605], [32.59773,35.57896], [32.59900,35.57291], [32.59769,35.56987], [32.59614,35.56875], [32.59726,35.56708], [32.60348,35.56703], [32.60532,35.57278], [32.61440,35.57300], [32.62365,35.56686], [32.62520,35.56497], [32.62480,35.56177], [32.62881,35.56430], [32.62925,35.56675], [32.63398,35.56924], [32.63543,35.56636], [32.63683,35.56280], [32.63673,35.56153], [32.63785,35.56118], [32.63868,35.56316], [32.63868,35.56655], [32.64049,35.56848], [32.64421,35.56792], [32.64464,35.56509], [32.64522,35.56170], [32.64652,35.56221], [32.64753,35.56410], [32.64613,35.57101], [32.64486,35.57256], [32.64107,35.57178], [32.64034,35.57350], [32.64002,35.57560], [32.64056,35.57728], [32.64186,35.57882], [32.64291,35.57899], [32.64461,35.57848], [32.64392,35.58457], [32.64110,35.58530], [32.64136,35.58710], [32.64320,35.58749], [32.64584,35.59273], [32.64847,35.59187], [32.65006,35.58972], [32.65259,35.59479], [32.65061,35.59667], [32.65115,35.60689], [32.66029,35.60775], [32.66434,35.60320], [32.66531,35.60032], [32.66784,35.59869], [32.66968,35.60135], [32.66932,35.60410], [32.67059,35.60624], [32.67535,35.60779], [32.67828,35.61294], [32.67897,35.61547], [32.68038,35.61714], [32.67998,35.61822], [32.67799,35.61968], [32.67723,35.62350], [32.67861,35.62770], [32.68605,35.63440], [32.68274,35.63832], [32.68119,35.64214], [32.67757,35.64283], [32.67700,35.64613], [32.68436,35.65519], [32.68498,35.65776], [32.67985,35.66111], [32.67963,35.66454], [32.68415,35.67094], [32.68447,35.67566], [32.68664,35.67566], [32.69336,35.67175], [32.69628,35.67540], [32.70235,35.67763], [32.70556,35.67660], [32.70567,35.68008], [32.70856,35.68677], [32.70748,35.68909], [32.70784,35.69170], [32.71199,35.69964], [32.71196,35.70217], [32.71578,35.70303], [32.71333,35.70655], [32.71614,35.71002], [32.71842,35.71097], [32.71773,35.71277], [32.71434,35.71530], [32.71708,35.71869], [32.72268,35.71860], [32.72355,35.71972], [32.72084,35.72144], [32.72178,35.72461], [32.72495,35.72478], [32.72643,35.72590], [32.72643,35.72873], [32.72232,35.72852], [32.72253,35.73311], [32.72799,35.73513], [32.72922,35.73803], [32.73272,35.73777], [32.72951,35.74236], [32.73164,35.74854], [32.73994,35.75417], [32.74395,35.75588], [32.74572,35.75902], [32.82823,35.83806], [32.85397,35.84707], [32.87041,35.84458], [32.89059,35.85188], [32.92295,35.87454], [32.92677,35.88252], [32.94535,35.89728], [32.97494,35.87478], [32.97660,35.87220], [32.98639,35.86868], [33.00755,35.86482], [33.02112,35.86403], [33.06580,35.85502], [33.07270,35.85424], [33.08371,35.85193], [33.10326,35.84961], [33.10513,35.83854], [33.11297,35.81648], [33.12641,35.81682], [33.16400,35.84171], [33.19266,35.83536], [33.20272,35.81347], [33.22455,35.81210], [33.24831,35.81202], [33.25246,35.80568], [33.25785,35.79890], [33.26847,35.78044], [33.27801,35.77838], [33.30240,35.80241], [33.31632,35.81237], [33.33303,35.77392], [33.33308,35.76773], [33.32964,35.75554], [33.32928,35.75005], [33.32605,35.74447], [33.31924,35.73804], [33.32447,35.73349], [33.32584,35.73005], [33.32971,35.72937], [33.33100,35.72465], [33.32663,35.71589], [33.32397,35.71272], [33.31709,35.70894], [33.31070,35.71306], [33.30367,35.70739], [33.30016,35.69752], [33.29750,35.69563], [33.29887,35.68843], [33.29227,35.68182], [33.29549,35.67830], [33.29291,35.67366], [33.28574,35.66791], [33.28215,35.66722], [33.27533,35.65838], [33.28071,35.64251], [33.27218,35.62113], [33.27074,35.61976], [33.26457,35.62139], [33.26019,35.62105], [33.25517,35.61796], [33.25115,35.62173], [33.24612,35.62422], [33.24411,35.62191], [33.25029,35.60955], [33.25459,35.59856], [33.26141,35.59410], [33.26701,35.58483], [33.27225,35.58654], [33.28258,35.58526], [33.28746,35.57599], [33.28811,35.57161], [33.29141,35.56826], [33.28775,35.56328], [33.28258,35.56234], [33.27562,35.56406], [33.27289,35.56337], [33.26844,35.55873], [33.26636,35.55891], [33.26486,35.55650], [33.25919,35.55556], [33.25510,35.54552], [33.23808,35.54577], [33.23277,35.53650], [33.20818,35.53636], [33.19799,35.54202], [33.16897,35.53473], [33.15459,35.52992], [33.13886,35.52606], [33.13332,35.53121], [33.11672,35.51962], [33.11600,35.50434], [33.11399,35.50168], [33.11061,35.50271], [33.09004,35.50314], [33.09278,35.48915], [33.09335,35.46289], [33.09098,35.44538], [33.06609,35.43070], [33.06120,35.39482], [33.06293,35.38135], [33.05545,35.37774], [33.05732,35.36032], [33.05818,35.35629], [33.05761,35.35423], [33.05976,35.34830], [33.06588,35.34384], [33.06919,35.33878], [33.07681,35.33457], [33.08228,35.32513], [33.08803,35.32109], [33.09551,35.32521], [33.10543,35.31706], [33.10090,35.30848], [33.10090,35.30067], [33.10442,35.30058], [33.10874,35.29449], [33.10629,35.28754], [33.10270,35.28333], [33.10097,35.28007], [33.10076,35.27106], [33.09594,35.25424], [33.09608,35.24994], [33.09234,35.23767], [33.09500,35.23012], [33.09917,35.22737], [33.09968,35.21913], [33.10047,35.21475], [33.09996,35.21089], [33.09443,35.20591], [33.09105,35.20789], [33.08918,35.20729], [33.08875,35.20523], [33.08601,35.19364], [33.08975,35.19046], [33.09011,35.18531], [33.09450,35.17827], [33.09400,35.17132], [33.09206,35.16978], [33.08767,35.15630], [33.09177,35.15639], [33.09249,35.13690], [33.09148,35.13502], [33.09313,35.12609], [33.09306,35.11648], [33.09479,35.10884], [33.09450,35.10231], [33.25081,34.75322], [31.74289,34.27260], [31.54081,34.56786], [31.53694,34.56640], [31.53211,34.56537], [31.52770,34.55918], [31.52407,34.55613], [31.51215,34.54721], [31.51076,34.54206], [31.50944,34.53832], [31.50648,34.53107], [31.50245,34.52532], [31.50018,34.51232], [31.48866,34.49597], [31.48035,34.48635], [31.47903,34.48168], [31.47629,34.47657], [31.47215,34.47438], [31.46520,34.46683], [31.45879,34.46103], [31.44989,34.45043], [31.44407,34.44537], [31.44272,34.43988], [31.44056,34.43661], [31.43488,34.43194], [31.43246,34.43108], [31.42814,34.42662], [31.42661,34.42370], [31.42430,34.42125], [31.42309,34.41816], [31.41892,34.41301], [31.41650,34.41129], [31.41522,34.40790], [31.41324,34.40589], [31.41313,34.40396], [31.41013,34.40065], [31.40408,34.39404], [31.40086,34.39241], [31.39603,34.38728], [31.38995,34.37977], [31.38768,34.38016], [31.37922,34.37359], [31.37416,34.37278], [31.37200,34.37140], [31.37046,34.37158], [31.36973,34.37007], [31.37024,34.36784], [31.36936,34.36621], [31.36350,34.36458], [31.33919,34.36808], [31.30636,34.37349], [31.29088,34.36693], [31.27885,34.34285], [31.26854,34.33633], [31.26223,34.33105], [31.25449,34.32126], [31.25068,34.31410], [31.24855,34.30753], [31.24084,34.29054], [31.23050,34.28058]], + IL: [[31.21982,34.26710],[31.05369,34.32720],[31.04038,34.33180],[31.02126,34.34030],[30.88238,34.39411],[30.87766,34.39592],[30.85969,34.40295],[30.77603,34.44647],[30.67967,34.49668],[30.59207,34.51871],[30.54632,34.51640],[30.53220,34.51837],[30.49464,34.55742],[30.44219,34.54154],[30.41281,34.54326],[30.37083,34.61141],[30.13096,34.70147],[30.11623,34.70696],[30.02159,34.74661],[29.92033,34.78197],[29.90500,34.78850],[29.89042,34.79347],[29.84233,34.81322],[29.80719,34.82523],[29.75921,34.84806],[29.68766,34.85579],[29.64306,34.87828],[29.61351,34.87639],[29.59695,34.86506],[29.58023,34.87158],[29.54230,34.87810],[29.52692,34.88411],[29.51213,34.89510],[29.49330,34.90334],[29.48105,34.89785],[29.54218,34.97832],[29.57652,34.97849],[29.58690,34.98296],[29.59466,34.98802],[29.60384,34.99162],[29.61877,34.99875],[29.62615,35.00450],[29.63369,35.01111],[29.64040,35.01549],[29.65771,35.02046],[29.67464,35.02132],[29.69708,35.01265],[29.71430,35.01463],[29.77896,35.03296],[29.79147,35.04566],[29.80525,35.04729],[29.81352,35.05244],[29.82193,35.05167],[29.85066,35.06237],[29.85702,35.06696],[29.86499,35.06962],[29.87302,35.07876],[29.87911,35.07889],[29.88662,35.08426],[29.88934,35.08490],[29.89157,35.08494],[29.92442,35.08168],[29.92673,35.07740],[29.93201,35.07800],[29.94160,35.08383],[29.94900,35.08302],[29.95213,35.07542],[29.95808,35.07821],[29.96499,35.08907],[29.97139,35.09220],[29.97336,35.08894],[29.98310,35.09491],[29.99269,35.09881],[29.99562,35.11598],[30.00201,35.11727],[30.00417,35.11018],[30.01034,35.11087],[30.01298,35.10100],[30.03824,35.11224],[30.04321,35.11551],[30.06290,35.13138],[30.06386,35.14675],[30.08535,35.15230],[30.08795,35.14947],[30.09449,35.15367],[30.11550,35.15753],[30.12463,35.16243],[30.13072,35.15805],[30.13629,35.16122],[30.14557,35.15127],[30.15611,35.15504],[30.16353,35.14492],[30.18586,35.14663],[30.20456,35.15161],[30.21583,35.15118],[30.24263,35.14526],[30.25464,35.15007],[30.27251,35.14861],[30.28348,35.14595],[30.30771,35.15513],[30.31208,35.16131],[30.31957,35.16861],[30.34712,35.19195],[30.36038,35.18783],[30.40473,35.16483],[30.41998,35.16183],[30.44296,35.16210],[30.47330,35.18185],[30.50000,35.19292],[30.53394,35.19455],[30.54931,35.20399],[30.58295,35.20399],[30.61043,35.22098],[30.62417,35.22777],[30.64034,35.24227],[30.66058,35.26399],[30.67003,35.26673],[30.67401,35.26347],[30.68139,35.27162],[30.68575,35.26862],[30.69114,35.27437],[30.70070,35.27643],[30.71148,35.28261],[30.71059,35.29128],[30.71428,35.29480],[30.72011,35.29523],[30.72447,35.28733],[30.73612,35.29514],[30.76305,35.29549],[30.76342,35.30922],[30.77027,35.31334],[30.78060,35.31523],[30.79100,35.31608],[30.79770,35.32295],[30.79970,35.33677],[30.81665,35.34183],[30.82034,35.33789],[30.84281,35.33068],[30.86286,35.33239],[30.87391,35.33617],[30.91008,35.35522],[30.92753,35.37153],[30.92812,35.38484],[30.92709,35.39359],[30.93247,35.39883],[30.93453,35.40355],[30.95068,35.41666],[30.97085,35.41915],[31.00006,35.41830],[31.00926,35.41933],[31.01720,35.42199],[31.03287,35.42387],[31.04442,35.42405],[31.06486,35.43777],[31.08500,35.44849],[31.10007,35.45382],[31.11285,35.45622],[31.12748,35.45682],[31.14740,35.45476],[31.16070,35.45218],[31.17098,35.44703],[31.18546,35.43596],[31.19522,35.42686],[31.21101,35.41511],[31.22517,35.40584],[31.23802,35.40043],[31.24315,35.39940],[31.25761,35.39974],[31.27390,35.40421],[31.29986,35.41674],[31.31599,35.42618],[31.49306,35.47819],[31.49225,35.39863],[31.48779,35.39039],[31.48255,35.38451],[31.42242,35.29295],[31.41803,35.28900],[31.40938,35.27441],[31.40001,35.26273],[31.39019,35.24711],[31.37685,35.23201],[31.37319,35.22377],[31.37246,35.20591],[31.36469,35.17295],[31.36454,35.16231],[31.36029,35.14532],[31.35560,35.13450],[31.35677,35.11116],[31.35633,35.09416],[31.35809,35.07391],[31.35838,35.05571],[31.35970,35.01983],[31.35721,35.00249],[31.35311,34.98052],[31.35123,34.97361],[31.34881,34.94949],[31.34404,34.93155],[31.34280,34.92382],[31.35020,34.91207],[31.35496,34.91181],[31.36486,34.89739],[31.37248,34.89027],[31.38443,34.88640],[31.39183,34.88065],[31.41021,34.88657],[31.42215,34.89353],[31.43695,34.89928],[31.43966,34.90331],[31.44779,34.91069],[31.44991,34.91189],[31.46580,34.92743],[31.49112,34.94056],[31.49281,34.94013],[31.50539,34.94442],[31.51161,34.94434],[31.52420,34.94030],[31.52807,34.94247],[31.53546,34.94212],[31.54570,34.94238],[31.55009,34.94187],[31.55507,34.94358],[31.56165,34.94376],[31.56340,34.94539],[31.57905,34.94736],[31.59441,34.95260],[31.61524,34.97311],[31.62153,34.97852],[31.62803,34.98298],[31.64455,34.99654],[31.64674,35.00015],[31.65236,35.00650],[31.65850,35.02768],[31.67881,35.06218],[31.68356,35.06845],[31.69093,35.08570],[31.69393,35.08519],[31.69634,35.08647],[31.70065,35.09377],[31.70780,35.09926],[31.71488,35.10664],[31.71496,35.10982],[31.71357,35.11454],[31.71357,35.11806],[31.71525,35.12081],[31.72087,35.12175],[31.73080,35.12810],[31.73423,35.13540],[31.72985,35.13617],[31.72876,35.13763],[31.72854,35.14080],[31.73087,35.14381],[31.73591,35.14913],[31.73781,35.15445],[31.74160,35.15643],[31.74438,35.15866],[31.74438,35.16046],[31.74175,35.16295],[31.74102,35.16810],[31.74087,35.17445],[31.74328,35.18200],[31.74744,35.18655],[31.74518,35.19127],[31.74642,35.19299],[31.75000,35.19625],[31.74642,35.19960],[31.74654,35.20289],[31.74771,35.20398],[31.74838,35.20555],[31.74849,35.20647],[31.74825,35.20655],[31.74807,35.20869],[31.74749,35.20942],[31.74439,35.21063],[31.73992,35.21276],[31.73558,35.21586],[31.73430,35.21806],[31.73385,35.21929],[31.73383,35.22013],[31.73407,35.22113],[31.73492,35.22258],[31.73611,35.22322],[31.73776,35.22403],[31.74120,35.22496],[31.74250,35.22546],[31.74480,35.22727],[31.74497,35.23592],[31.74964,35.24172],[31.75129,35.24318],[31.75633,35.24276],[31.75834,35.24225],[31.75896,35.24125],[31.76236,35.23089],[31.76303,35.22928],[31.76452,35.22954],[31.76633,35.22969],[31.76731,35.23030],[31.76808,35.23125],[31.76879,35.23285],[31.77086,35.23189],[31.77142,35.23105],[31.77210,35.23175],[31.77313,35.23122],[31.77286,35.22992],[31.77293,35.22787],[31.77637,35.22794],[31.77710,35.22726],[31.77804,35.22599],[31.77846,35.22581],[31.77893,35.22620],[31.77920,35.22590],[31.77989,35.22743],[31.77957,35.22776],[31.78178,35.23049],[31.78251,35.22901],[31.78275,35.22857],[31.78340,35.22770],[31.78460,35.22768],[31.78546,35.22885],[31.78618,35.22776],[31.78677,35.22724],[31.78728,35.22716],[31.78773,35.22748],[31.78881,35.22828],[31.79010,35.22892],[31.79030,35.22830],[31.79083,35.22761],[31.79262,35.22695],[31.79437,35.22636],[31.79634,35.22503],[31.79700,35.22449],[31.79887,35.22423],[31.80101,35.22373],[31.80207,35.22222],[31.80411,35.21861],[31.80473,35.21704],[31.80545,35.21385],[31.80526,35.21244],[31.80519,35.21092],[31.80528,35.21047],[31.80566,35.20971],[31.80655,35.20795],[31.80691,35.20705],[31.80789,35.20472],[31.80839,35.20312],[31.80905,35.20028],[31.80935,35.19945],[31.80976,35.19881],[31.80988,35.19833],[31.81004,35.19721],[31.80997,35.19253],[31.80962,35.18812],[31.80899,35.18366],[31.80836,35.18076],[31.80805,35.17831],[31.80793,35.17609],[31.80824,35.17102],[31.80863,35.16843],[31.80871,35.16612],[31.80898,35.16311],[31.80849,35.16195],[31.80884,35.15975],[31.80952,35.15861],[31.81005,35.15744],[31.81031,35.15658],[31.81128,35.14966],[31.81234,35.14754],[31.81282,35.14565],[31.81349,35.14182],[31.81405,35.13967],[31.81606,35.13506],[31.81672,35.13377],[31.81901,35.13037],[31.82100,35.12830],[31.82323,35.12520],[31.82466,35.12197],[31.82539,35.11987],[31.82554,35.11766],[31.82495,35.11470],[31.82483,35.10909],[31.82541,35.10436],[31.82920,35.09896],[31.83318,35.09535],[31.83978,35.09321],[31.84605,35.08969],[31.85148,35.08492],[31.85396,35.08042],[31.85636,35.07321],[31.85680,35.06741],[31.85563,35.06003],[31.85246,35.05334],[31.84696,35.04493],[31.83161,35.02587],[31.82975,35.02154],[31.82906,35.01047],[31.82997,34.99622],[31.82935,34.98274],[31.83092,34.97952],[31.83664,34.97931],[31.84338,34.98888],[31.85104,34.99326],[31.85294,34.99523],[31.85447,35.00472],[31.85509,35.01051],[31.85490,35.03334],[31.87739,35.03793],[31.88209,35.03961],[31.88410,35.04034],[31.88978,35.04094],[31.90068,35.04094],[31.90902,35.03991],[31.91748,35.03712],[31.92244,35.03424],[31.92513,35.03076],[31.92593,35.02742],[31.92524,35.02261],[31.92553,35.01986],[31.92721,35.01424],[31.92826,35.01017],[31.93187,35.00244],[31.93446,35.00030],[31.93701,35.00047],[31.94010,35.00175],[31.94141,35.00334],[31.94305,35.00596],[31.94649,35.00728],[31.94904,35.00329],[31.95086,34.99994],[31.95720,34.99321],[31.96354,34.98922],[31.97038,34.98677],[31.97246,34.99415],[31.98794,34.99805],[31.99678,34.99955],[32.01341,34.99886],[32.01756,34.99976],[32.01811,35.00114],[32.01872,35.00371],[32.02051,35.00504],[32.03444,35.00388],[32.04066,35.00281],[32.04838,35.00049],[32.05783,34.99779],[32.07042,34.99255],[32.08969,34.98616],[32.08896,34.98466],[32.08925,34.98311],[32.09140,34.98376],[32.09271,34.98423],[32.09656,34.98573],[32.10041,34.98629],[32.10114,34.98689],[32.10234,34.99105],[32.10456,34.98994],[32.10547,34.99067],[32.10590,34.99268],[32.10725,34.99346],[32.10946,34.99380],[32.11285,34.99264],[32.11514,34.98894],[32.11946,34.98903],[32.12390,34.98581],[32.12764,34.98521],[32.13066,34.98594],[32.13422,34.98907],[32.13676,34.98782],[32.13829,34.98778],[32.13833,34.98915],[32.13898,34.98975],[32.14269,34.99061],[32.14868,34.98675],[32.14908,34.97946],[32.15242,34.97473],[32.15497,34.97594],[32.15846,34.97847],[32.16285,34.97375],[32.16467,34.97049],[32.16656,34.97122],[32.16910,34.96740],[32.16928,34.96409],[32.17357,34.96456],[32.17397,34.96152],[32.17567,34.95989],[32.19010,34.95748],[32.19315,34.95958],[32.19315,34.96070],[32.19434,34.96040],[32.19848,34.96242],[32.19932,34.96345],[32.20012,34.96684],[32.20074,34.97057],[32.20012,34.97310],[32.20055,34.97542],[32.20150,34.97684],[32.20292,34.97812],[32.20321,34.98010],[32.20324,34.98190],[32.20422,34.98280],[32.20687,34.98516],[32.20662,34.98679],[32.20745,34.98928],[32.20840,34.99001],[32.21061,34.99121],[32.21232,34.99134],[32.21556,34.99479],[32.21875,34.99912],[32.22420,35.00565],[32.23091,35.01114],[32.23178,35.01058],[32.23291,35.01140],[32.23342,35.01286],[32.23523,35.01406],[32.23324,35.01775],[32.23433,35.02045],[32.23563,35.01989],[32.23915,35.02032],[32.24206,35.01951],[32.24913,35.02427],[32.25512,35.02401],[32.25940,35.02645],[32.26016,35.02856],[32.26590,35.03087],[32.27399,35.02590],[32.27493,35.02371],[32.27725,35.02242],[32.27769,35.02100],[32.27965,35.02015],[32.28074,35.01603],[32.27969,35.01371],[32.28001,35.01182],[32.28059,35.00937],[32.28226,35.00903],[32.29391,35.01371],[32.29413,35.01255],[32.30758,35.01289],[32.31186,35.01547],[32.33852,35.01641],[32.34106,35.02027],[32.33997,35.02487],[32.34019,35.02701],[32.34682,35.02877],[32.34555,35.03414],[32.34573,35.03860],[32.34660,35.04113],[32.34896,35.04225],[32.35208,35.04212],[32.35452,35.04125],[32.35699,35.04249],[32.35746,35.04417],[32.35888,35.04387],[32.35898,35.04786],[32.35996,35.04927],[32.36431,35.05116],[32.36761,35.05172],[32.37653,35.04914],[32.37805,35.04155],[32.38073,35.04052],[32.38135,35.04125],[32.38215,35.04103],[32.38548,35.04391],[32.38921,35.04494],[32.38965,35.04696],[32.39429,35.04923],[32.39621,35.04902],[32.39831,35.05069],[32.40327,35.05425],[32.41226,35.05545],[32.41233,35.05425],[32.41664,35.05374],[32.41813,35.05494],[32.41903,35.05704],[32.42034,35.05738],[32.42262,35.05687],[32.42465,35.05704],[32.42729,35.05889],[32.43005,35.06038],[32.43400,35.06051],[32.43530,35.06120],[32.43969,35.06330],[32.44345,35.06614],[32.44979,35.06579],[32.45214,35.06807],[32.45337,35.07197],[32.45598,35.07365],[32.45696,35.07249],[32.45877,35.07262],[32.46207,35.07588],[32.46333,35.07781],[32.46778,35.08230],[32.46810,35.08441],[32.46984,35.08694],[32.47332,35.09003],[32.47466,35.09072],[32.47618,35.09273],[32.47661,35.09518],[32.47781,35.09844],[32.47795,35.10157],[32.47752,35.10372],[32.47545,35.10707],[32.47560,35.10861],[32.47777,35.11196],[32.47802,35.11273],[32.47907,35.11325],[32.48139,35.12076],[32.48371,35.12561],[32.48494,35.12642],[32.49348,35.14011],[32.49457,35.13797],[32.49605,35.13895],[32.49601,35.14474],[32.50278,35.15658],[32.50412,35.16118],[32.50865,35.16431],[32.51292,35.17066],[32.51585,35.17422],[32.51845,35.17766],[32.52128,35.17778],[32.52439,35.18083],[32.52319,35.18641],[32.52471,35.18834],[32.52869,35.19152],[32.53358,35.19585],[32.53542,35.19671],[32.54042,35.20328],[32.54168,35.20684],[32.54324,35.21190],[32.54497,35.21572],[32.54776,35.21628],[32.55188,35.22422],[32.53582,35.23619],[32.52265,35.25213],[32.51433,35.27487],[32.50973,35.29191],[32.50962,35.30195],[32.50991,35.30727],[32.51107,35.31195],[32.51227,35.32143],[32.51531,35.33113],[32.51520,35.33306],[32.51871,35.34147],[32.51925,35.34418],[32.51791,35.34975],[32.51882,35.35323],[32.51842,35.35860],[32.51726,35.36083],[32.51672,35.36533],[32.51462,35.37134],[32.51208,35.37447],[32.50814,35.38220],[32.50488,35.38392],[32.50521,35.38851],[32.50477,35.39065],[32.50315,35.39486],[32.50199,35.39876],[32.50170,35.40245],[32.49848,35.40443],[32.49464,35.40391],[32.49254,35.40421],[32.48754,35.40640],[32.48280,35.40670],[32.48052,35.40778],[32.47739,35.40898],[32.47337,35.41177],[32.47261,35.41285],[32.46349,35.41718],[32.46248,35.41907],[32.45886,35.41963],[32.45679,35.41679],[32.43876,35.41186],[32.43452,35.41139],[32.42351,35.41649],[32.41862,35.41791],[32.41651,35.41924],[32.41365,35.42473],[32.40836,35.43108],[32.40565,35.44065],[32.40666,35.44396],[32.41068,35.44507],[32.41046,35.44701],[32.41032,35.44864],[32.41162,35.45246],[32.41257,35.45289],[32.41224,35.45456],[32.41267,35.45864],[32.41173,35.45975],[32.41177,35.46224],[32.41159,35.46473],[32.41199,35.46692],[32.41123,35.46756],[32.41046,35.47881],[32.40967,35.48117],[32.40347,35.49001],[32.40148,35.49365],[32.40032,35.49953],[32.39691,35.51405],[32.39517,35.51834],[32.39449,35.52370],[32.39159,35.53345],[32.38851,35.53739],[32.38666,35.54246],[32.38829,35.54735],[32.38861,35.55151],[32.38793,35.55289],[32.38890,35.55460],[32.38941,35.55576],[32.39184,35.55460],[32.39318,35.55070],[32.39706,35.55078],[32.40072,35.54709],[32.40373,35.55074],[32.40228,35.55469],[32.39909,35.55194],[32.40083,35.56130],[32.40746,35.55851],[32.41130,35.56224],[32.41561,35.55769],[32.41920,35.56048],[32.42000,35.55829],[32.41895,35.55374],[32.42188,35.55275],[32.42583,35.55327],[32.42293,35.56215],[32.42485,35.56335],[32.42619,35.56254],[32.42739,35.55799],[32.43029,35.55670],[32.43579,35.55842],[32.43322,35.56039],[32.43398,35.56443],[32.43648,35.56730],[32.44148,35.56928],[32.44343,35.56692],[32.44633,35.56747],[32.45256,35.56709],[32.45238,35.57066],[32.45919,35.57499],[32.46219,35.57083],[32.46252,35.56465],[32.46755,35.56422],[32.46715,35.56615],[32.47001,35.56834],[32.47240,35.56774],[32.47139,35.56465],[32.47461,35.56564],[32.47552,35.56988],[32.47801,35.57087],[32.48095,35.56645],[32.48287,35.57096],[32.48297,35.57383],[32.48735,35.58091],[32.48960,35.58010],[32.49753,35.57679],[32.50053,35.56971],[32.49861,35.56653],[32.50241,35.56520],[32.50219,35.55898],[32.50328,35.55950],[32.50444,35.56306],[32.50751,35.56555],[32.51616,35.56250],[32.51103,35.55971],[32.51468,35.55396],[32.51830,35.55787],[32.52047,35.55615],[32.52047,35.56572],[32.52803,35.56868],[32.52731,35.56456],[32.53169,35.56360],[32.53086,35.56025],[32.53834,35.56103],[32.53802,35.56309],[32.54189,35.56334],[32.54319,35.56171],[32.54460,35.56171],[32.54486,35.56360],[32.54326,35.56472],[32.53994,35.56480],[32.53824,35.56605],[32.53867,35.56905],[32.54030,35.57240],[32.54395,35.57030],[32.54551,35.57283],[32.55079,35.57004],[32.54837,35.57278],[32.55083,35.57502],[32.55180,35.57798],[32.55506,35.57682],[32.55719,35.57836],[32.56341,35.57188],[32.56634,35.57111],[32.56511,35.57540],[32.56869,35.57733],[32.57875,35.57763],[32.58121,35.57841],[32.58638,35.57605],[32.59773,35.57896],[32.59900,35.57291],[32.59769,35.56987],[32.59614,35.56875],[32.59726,35.56708],[32.60348,35.56703],[32.60532,35.57278],[32.61440,35.57300],[32.62365,35.56686],[32.62520,35.56497],[32.62480,35.56177],[32.62881,35.56430],[32.62925,35.56675],[32.63398,35.56924],[32.63543,35.56636],[32.63683,35.56280],[32.63673,35.56153],[32.63785,35.56118],[32.63868,35.56316],[32.63868,35.56655],[32.64049,35.56848],[32.64421,35.56792],[32.64464,35.56509],[32.64522,35.56170],[32.64652,35.56221],[32.64753,35.56410],[32.64613,35.57101],[32.64486,35.57256],[32.64107,35.57178],[32.64034,35.57350],[32.64002,35.57560],[32.64056,35.57728],[32.64186,35.57882],[32.64291,35.57899],[32.64461,35.57848],[32.64392,35.58457],[32.64110,35.58530],[32.64136,35.58710],[32.64320,35.58749],[32.64584,35.59273],[32.64847,35.59187],[32.65006,35.58972],[32.65259,35.59479],[32.65061,35.59667],[32.65115,35.60689],[32.66029,35.60775],[32.66434,35.60320],[32.66531,35.60032],[32.66784,35.59869],[32.66968,35.60135],[32.66932,35.60410],[32.67059,35.60624],[32.67535,35.60779],[32.67828,35.61294],[32.67897,35.61547],[32.68038,35.61714],[32.67998,35.61822],[32.67799,35.61968],[32.67723,35.62350],[32.67861,35.62770],[32.68605,35.63440],[32.68274,35.63832],[32.68119,35.64214],[32.67757,35.64283],[32.67700,35.64613],[32.68436,35.65519],[32.68498,35.65776],[32.67985,35.66111],[32.67963,35.66454],[32.68415,35.67094],[32.68447,35.67566],[32.68664,35.67566],[32.69336,35.67175],[32.69628,35.67540],[32.70235,35.67763],[32.70556,35.67660],[32.70567,35.68008],[32.70856,35.68677],[32.70748,35.68909],[32.70784,35.69170],[32.71199,35.69964],[32.71196,35.70217],[32.71578,35.70303],[32.71333,35.70655],[32.71614,35.71002],[32.71842,35.71097],[32.71773,35.71277],[32.71434,35.71530],[32.71708,35.71869],[32.72268,35.71860],[32.72355,35.71972],[32.72084,35.72144],[32.72178,35.72461],[32.72495,35.72478],[32.72643,35.72590],[32.72643,35.72873],[32.72232,35.72852],[32.72253,35.73311],[32.72799,35.73513],[32.72922,35.73803],[32.73272,35.73777],[32.72951,35.74236],[32.73164,35.74854],[32.73994,35.75417],[32.74395,35.75588],[32.74572,35.75902],[32.82823,35.83806],[32.85397,35.84707],[32.87041,35.84458],[32.89059,35.85188],[32.92295,35.87454],[32.92677,35.88252],[32.94535,35.89728],[32.97494,35.87478],[32.97660,35.87220],[32.98639,35.86868],[33.00755,35.86482],[33.02112,35.86403],[33.06580,35.85502],[33.07270,35.85424],[33.08371,35.85193],[33.10326,35.84961],[33.10513,35.83854],[33.11297,35.81648],[33.12641,35.81682],[33.16400,35.84171],[33.19266,35.83536],[33.20272,35.81347],[33.22455,35.81210],[33.24831,35.81202],[33.25246,35.80568],[33.25785,35.79890],[33.26847,35.78044],[33.27801,35.77838],[33.30240,35.80241],[33.31632,35.81237],[33.33303,35.77392],[33.33308,35.76773],[33.32964,35.75554],[33.32928,35.75005],[33.32605,35.74447],[33.31924,35.73804],[33.32447,35.73349],[33.32584,35.73005],[33.32971,35.72937],[33.33100,35.72465],[33.32663,35.71589],[33.32397,35.71272],[33.31709,35.70894],[33.31070,35.71306],[33.30367,35.70739],[33.30016,35.69752],[33.29750,35.69563],[33.29887,35.68843],[33.29227,35.68182],[33.29549,35.67830],[33.29291,35.67366],[33.28574,35.66791],[33.28215,35.66722],[33.27533,35.65838],[33.28071,35.64251],[33.27218,35.62113],[33.27074,35.61976],[33.26457,35.62139],[33.26019,35.62105],[33.25517,35.61796],[33.25115,35.62173],[33.24612,35.62422],[33.24411,35.62191],[33.25029,35.60955],[33.25459,35.59856],[33.26141,35.59410],[33.26701,35.58483],[33.27225,35.58654],[33.28258,35.58526],[33.28746,35.57599],[33.28811,35.57161],[33.29141,35.56826],[33.28775,35.56328],[33.28258,35.56234],[33.27562,35.56406],[33.27289,35.56337],[33.26844,35.55873],[33.26636,35.55891],[33.26486,35.55650],[33.25919,35.55556],[33.25510,35.54552],[33.23808,35.54577],[33.23277,35.53650],[33.20818,35.53636],[33.19799,35.54202],[33.16897,35.53473],[33.15459,35.52992],[33.13886,35.52606],[33.13332,35.53121],[33.11672,35.51962],[33.11600,35.50434],[33.11399,35.50168],[33.11061,35.50271],[33.09004,35.50314],[33.09278,35.48915],[33.09335,35.46289],[33.09098,35.44538],[33.06609,35.43070],[33.06120,35.39482],[33.06293,35.38135],[33.05545,35.37774],[33.05732,35.36032],[33.05818,35.35629],[33.05761,35.35423],[33.05976,35.34830],[33.06588,35.34384],[33.06919,35.33878],[33.07681,35.33457],[33.08228,35.32513],[33.08803,35.32109],[33.09551,35.32521],[33.10543,35.31706],[33.10090,35.30848],[33.10090,35.30067],[33.10442,35.30058],[33.10874,35.29449],[33.10629,35.28754],[33.10270,35.28333],[33.10097,35.28007],[33.10076,35.27106],[33.09594,35.25424],[33.09608,35.24994],[33.09234,35.23767],[33.09500,35.23012],[33.09917,35.22737],[33.09968,35.21913],[33.10047,35.21475],[33.09996,35.21089],[33.09443,35.20591],[33.09105,35.20789],[33.08918,35.20729],[33.08875,35.20523],[33.08601,35.19364],[33.08975,35.19046],[33.09011,35.18531],[33.09450,35.17827],[33.09400,35.17132],[33.09206,35.16978],[33.08767,35.15630],[33.09177,35.15639],[33.09249,35.13690],[33.09148,35.13502],[33.09313,35.12609],[33.09306,35.11648],[33.09479,35.10884],[33.09450,35.10231],[33.25081,34.75322],[31.74289,34.27260],[31.54081,34.56786],[31.53694,34.56640],[31.53211,34.56537],[31.52770,34.55918],[31.52407,34.55613],[31.51215,34.54721],[31.51076,34.54206],[31.50944,34.53832],[31.50648,34.53107],[31.50245,34.52532],[31.50018,34.51232],[31.48866,34.49597],[31.48035,34.48635],[31.47903,34.48168],[31.47629,34.47657],[31.47215,34.47438],[31.46520,34.46683],[31.45879,34.46103],[31.44989,34.45043],[31.44407,34.44537],[31.44272,34.43988],[31.44056,34.43661],[31.43488,34.43194],[31.43246,34.43108],[31.42814,34.42662],[31.42661,34.42370],[31.42430,34.42125],[31.42309,34.41816],[31.41892,34.41301],[31.41650,34.41129],[31.41522,34.40790],[31.41324,34.40589],[31.41313,34.40396],[31.41013,34.40065],[31.40408,34.39404],[31.40086,34.39241],[31.39603,34.38728],[31.38995,34.37977],[31.38768,34.38016],[31.37922,34.37359],[31.37416,34.37278],[31.37200,34.37140],[31.37046,34.37158],[31.36973,34.37007],[31.37024,34.36784],[31.36936,34.36621],[31.36350,34.36458],[31.33919,34.36808],[31.30636,34.37349],[31.29088,34.36693],[31.27885,34.34285],[31.26854,34.33633],[31.26223,34.33105],[31.25449,34.32126],[31.25068,34.31410],[31.24855,34.30753],[31.24084,34.29054],[31.23050,34.28058]], // India IN: [[32.32613,75.33188],[32.32121,75.33668],[32.31751,75.33567],[32.31459,75.32927],[32.31182,75.32868],[32.31132,75.33129],[32.30156,75.32186],[32.29715,75.31958],[32.29373,75.33239],[32.28932,75.34907],[32.27778,75.34292],[32.27814,75.37055],[32.27223,75.37695],[32.26638,75.37181],[32.25726,75.36938],[32.24096,75.36986],[32.23695,75.37144],[32.22813,75.37049],[32.22492,75.36401],[32.22078,75.36101],[32.21837,75.34363],[32.22118,75.33478],[32.21957,75.32973],[32.20821,75.31472],[32.2038,75.31756],[32.19992,75.30903],[32.19337,75.30982],[32.18615,75.31487],[32.17719,75.3144],[32.17786,75.31898],[32.16756,75.30366],[32.15553,75.29829],[32.15325,75.28501],[32.13733,75.27585],[32.13131,75.28122],[32.11834,75.27838],[32.11298,75.26669],[32.11258,75.26037],[32.10709,75.26037],[32.10268,75.24852],[32.10683,75.23699],[32.11218,75.22498],[32.12436,75.21945],[32.12128,75.20191],[32.09652,75.1948],[32.08367,75.18801],[32.07885,75.17221],[32.08434,75.15625],[32.083,75.11675],[32.07162,75.07206],[32.05662,75.03762],[32.04739,75.01377],[32.04564,74.99117],[32.05555,74.97632],[32.06613,74.94836],[32.06841,74.92403],[32.05555,74.90823],[32.05649,74.88485],[32.05355,74.87537],[32.0423,74.86604],[32.03734,74.87063],[32.02904,74.87236],[32.03198,74.8632],[32.02448,74.85909],[32.0206,74.84693],[32.01497,74.84835],[32.00533,74.83208],[31.99675,74.82544],[31.9804,74.82402],[31.96298,74.81865],[31.9662,74.80427],[31.96043,74.79748],[31.95681,74.78026],[31.95092,74.76904],[31.95909,74.75324],[31.94502,74.7534],[31.9422,74.74297],[31.9473,74.73444],[31.94167,74.71722],[31.93215,74.71137],[31.92544,74.71469],[31.92812,74.69684],[31.92705,74.67551],[31.92316,74.66445],[31.91713,74.66208],[31.88628,74.63459],[31.89218,74.60741],[31.87125,74.60583],[31.86884,74.59525],[31.8518,74.58814],[31.85421,74.58372],[31.83636,74.56854],[31.81568,74.5706],[31.80494,74.55748],[31.79783,74.56444],[31.79071,74.55259],[31.77728,74.5499],[31.7668,74.55401],[31.76291,74.55859],[31.75176,74.54532],[31.74222,74.51483],[31.74343,74.50393],[31.73015,74.49973],[31.7229,74.4882],[31.71336,74.48314],[31.70879,74.49594],[31.69561,74.49926],[31.68365,74.52517],[31.67612,74.53323],[31.66644,74.52627],[31.65998,74.53781],[31.65393,74.53496],[31.64559,74.5386],[31.64573,74.54413],[31.63224,74.5453],[31.61556,74.55099],[31.60668,74.55494],[31.60533,74.57153],[31.59658,74.575],[31.58057,74.58527],[31.57115,74.5946],[31.56765,74.60771],[31.56294,74.60534],[31.55041,74.61387],[31.54099,74.61197],[31.52961,74.61061],[31.52584,74.60192],[31.52786,74.59576],[31.52018,74.58138],[31.50793,74.57791],[31.50079,74.57459],[31.49688,74.57759],[31.49499,74.59355],[31.49823,74.59876],[31.4958,74.60966],[31.4857,74.61488],[31.47371,74.63289],[31.46252,74.64948],[31.45268,74.65042],[31.45053,74.64079],[31.44514,74.637],[31.43759,74.63968],[31.42923,74.64995],[31.41701,74.64268],[31.42241,74.63589],[31.4309,74.62752],[31.43184,74.62135],[31.42187,74.61756],[31.42457,74.60903],[31.41958,74.59876],[31.41472,74.59371],[31.39557,74.58533],[31.38087,74.58201],[31.3717,74.56211],[31.36617,74.54978],[31.35767,74.54884],[31.35227,74.54899],[31.33649,74.54283],[31.33055,74.5362],[31.32326,74.53209],[31.31705,74.53256],[31.313,74.52451],[31.29991,74.53541],[31.2694,74.51866],[31.25049,74.53098],[31.23644,74.52087],[31.22685,74.5155],[31.22266,74.52182],[31.20388,74.52277],[31.20226,74.51992],[31.18563,74.51866],[31.18347,74.50981],[31.17225,74.5076],[31.15562,74.50965],[31.13142,74.50902],[31.1179,74.5471],[31.09125,74.54884],[31.08638,74.55073],[31.08232,74.55721],[31.08056,74.57333],[31.0838,74.57522],[31.08665,74.59971],[31.09152,74.60429],[31.09706,74.61187],[31.11046,74.61172],[31.12547,74.59939],[31.13074,74.60287],[31.12926,74.62846],[31.11857,74.63115],[31.11668,74.64047],[31.12669,74.65232],[31.13115,74.65927],[31.12303,74.66559],[31.12195,74.67633],[31.12655,74.68743],[31.11762,74.68822],[31.11235,74.69596],[31.10257,74.69588],[31.09337,74.70078],[31.08931,74.69904],[31.08106,74.68893],[31.07348,74.69351],[31.05494,74.67092],[31.05034,74.64406],[31.04533,74.61215],[31.04032,74.59887],[31.05155,74.58987],[31.05778,74.57518],[31.05643,74.56775],[31.04844,74.55938],[31.03978,74.55811],[31.03369,74.54753],[31.00904,74.53773],[30.99239,74.54421],[30.9802,74.51514],[30.96855,74.50803],[30.96557,74.49855],[30.976,74.49286],[30.97532,74.47864],[30.96584,74.45605],[30.94158,74.41497],[30.92939,74.41292],[30.92695,74.42382],[30.92153,74.42256],[30.92424,74.4096],[30.91827,74.41055],[30.91583,74.42193],[30.9096,74.42256],[30.91014,74.39491],[30.8974,74.38306],[30.89401,74.36521],[30.87272,74.35936],[30.86052,74.37864],[30.85808,74.36284],[30.85075,74.3671],[30.84935,74.36328],[30.84962,74.35681],[30.85356,74.35491],[30.85654,74.34954],[30.85017,74.32552],[30.84637,74.3181],[30.83619,74.31984],[30.82616,74.31747],[30.81191,74.30277],[30.80295,74.29629],[30.79454,74.29408],[30.78721,74.30435],[30.7811,74.30072],[30.77499,74.27813],[30.77907,74.26596],[30.7754,74.2598],[30.77038,74.25917],[30.74431,74.27306],[30.73562,74.27117],[30.73643,74.26785],[30.72693,74.26453],[30.72598,74.25395],[30.72706,74.24257],[30.72448,74.22977],[30.71117,74.22251],[30.69324,74.21634],[30.68658,74.20876],[30.67829,74.20418],[30.66511,74.18759],[30.66036,74.17937],[30.65125,74.16926],[30.65057,74.16421],[30.64133,74.15362],[30.63466,74.15093],[30.62868,74.13751],[30.63602,74.12755],[30.62229,74.11855],[30.61101,74.11712],[30.62039,74.10433],[30.61142,74.09453],[30.61006,74.10022],[30.60122,74.09374],[30.58544,74.09485],[30.57932,74.09864],[30.55497,74.0721],[30.54694,74.07873],[30.54844,74.08821],[30.52503,74.07194],[30.51959,74.06104],[30.52122,74.05567],[30.52721,74.05377],[30.53606,74.05266],[30.54136,74.04998],[30.54327,74.0375],[30.53116,74.0356],[30.52721,74.02596],[30.53497,74.01174],[30.52136,74.00969],[30.51551,74.01727],[30.51564,73.99121],[30.48515,73.96135],[30.47807,73.96798],[30.4587,73.96273],[30.46115,73.95167],[30.47069,73.94772],[30.48526,73.94883],[30.49206,73.93382],[30.46551,73.92655],[30.45121,73.9373],[30.44604,73.93587],[30.43868,73.92529],[30.43637,73.93398],[30.43596,73.95309],[30.43936,73.96194],[30.43814,73.96874],[30.43051,73.96479],[30.42329,73.96036],[30.41947,73.9482],[30.40312,73.93619],[30.39944,73.92039],[30.3835,73.9136],[30.3681,73.88326],[30.35907,73.87922],[30.34816,73.90213],[30.3333,73.91414],[30.31898,73.93057],[30.30261,73.93784],[30.27314,73.95648],[30.23903,73.96464],[30.19931,73.97128],[30.08901,73.82167],[30.06932,73.80666],[30.02028,73.59415],[29.94715,73.39575],[29.56688,73.27848],[29.3863,73.17025],[29.23762,73.08289],[29.15335,73.00209],[29.0273,72.94206],[28.94989,72.73184],[28.81268,72.47675],[28.7854,72.40155],[28.67021,72.29626],[28.3926,72.2034],[28.31639,72.13058],[28.21932,71.99872],[28.1219,71.92106],[27.96319,71.89316],[27.88046,71.66529],[27.87679,71.38042],[27.83953,71.20534],[27.71141,70.90028],[27.70878,70.87298],[27.72612,70.7626],[27.83533,70.68722],[27.92766,70.68069],[28.01677,70.5893],[28.04085,70.50622],[28.01466,70.36913],[27.93656,70.29197],[27.90458,70.22075],[27.8689,70.19108],[27.80908,70.1252],[27.56628,70.02134],[27.50366,69.92876],[27.4057,69.86051],[27.2892,69.70086],[27.18472,69.58453],[27.00349,69.50738],[26.80008,69.47897],[26.73702,69.50983],[26.65219,69.71993],[26.59223,69.79233],[26.57472,69.89797],[26.59595,70.05703],[26.58374,70.11222],[26.54765,70.17157],[26.47755,70.18107],[26.42707,70.17217],[26.37125,70.18463],[26.29466,70.16089],[26.25208,70.1692],[26.19352,70.15317],[26.08696,70.07899],[25.93441,70.09501],[25.82399,70.17088],[25.78498,70.21777],[25.74436,70.24922],[25.71121,70.25813],[25.6695,70.38573],[25.67859,70.54003],[25.71068,70.61066],[25.7064,70.64923],[25.67164,70.66823],[25.5282,70.66585],[25.5207,70.67357],[25.39531,70.65932],[25.33149,70.73351],[25.27193,70.74835],[25.14575,70.88247],[24.93619,70.9331],[24.86998,70.98177],[24.77087,71.0423],[24.71434,71.06101],[24.68846,71.09009],[24.63614,71.00226],[24.59298,70.98504],[24.53792,70.98504],[24.43854,70.99573],[24.42233,71.10493],[24.40666,71.10433],[24.39423,71.07466],[24.35963,71.04499],[24.35044,71.0165],[24.36883,70.98445],[24.34936,70.93994],[24.30285,70.87169],[24.28128,70.86968],[24.25964,70.90114],[24.24773,70.84772],[24.22825,70.8139],[24.21959,70.713],[24.24286,70.61745],[24.25747,70.57709],[24.28453,70.58956],[24.34834,70.56819],[24.36132,70.5854],[24.40889,70.60677],[24.42618,70.56819],[24.37808,70.40558],[24.35483,70.36641],[24.35591,70.34504],[24.3332,70.25661],[24.30724,70.1664],[24.29859,70.10765],[24.19956,70.06313],[24.17466,70.02218],[24.17249,69.73197],[24.29588,69.59724],[24.26992,69.49042],[24.28398,69.44175],[24.27371,69.37113],[24.28507,69.31118],[24.23908,69.19486],[24.27695,69.09634],[24.23042,69.01444],[24.23096,68.99011],[24.30562,68.94737],[24.28182,68.90286],[24.25314,68.88921],[23.8748,68.27279],[21.8318,67.40795],[7.87053,72.08764],[7.10905,77.87503],[9.10545,79.55856],[9.42302,79.61164],[9.75011,79.45573],[10.44541,81.14976],[13.13083,82.24788],[11.44812,91.4858],[5.72512,93.4124],[7.1885,95.30961],[14.03784,94.9242],[13.75923,93.27597],[13.9541,92.44805],[11.44812,91.4858],[13.13083,82.24788],[20.97956,89.33462],[21.73109,89.07144],[21.79605,89.02913],[21.86098,89.04035],[21.91627,89.02395],[21.93068,89.0723],[22.00702,89.08139],[22.10065,89.04167],[22.14625,89.09694],[22.15745,89.09809],[22.16021,89.09188],[22.14787,89.07809],[22.14936,89.0705],[22.17001,89.06338],[22.19385,89.07119],[22.23045,89.03763],[22.26042,89.03183],[22.25384,89.01565],[22.27244,89.01872],[22.27933,89.00266],[22.28886,88.99421],[22.29555,88.9969],[22.2977,89.00303],[22.29645,89.01553],[22.29498,89.02264],[22.29793,89.02448],[22.31494,89.01038],[22.32469,89.00021],[22.3215,88.98893],[22.32876,88.9839],[22.35007,88.98795],[22.35676,88.98611],[22.36515,88.98978],[22.37535,88.98378],[22.39371,88.99162],[22.40957,88.97152],[22.41875,88.98537],[22.42988,89.00008],[22.44619,88.99003],[22.46318,88.99628],[22.47507,88.99346],[22.48119,88.98255],[22.50463,88.97299],[22.5409,88.96397],[22.55211,88.95931],[22.55754,88.93995],[22.58663,88.93946],[22.59301,88.93774],[22.61292,88.95981],[22.62073,88.95723],[22.61756,88.93566],[22.62706,88.93235],[22.64222,88.93149],[22.66756,88.91679],[22.6524,88.92696],[22.65282,88.92879],[22.65083,88.93107],[22.65189,88.93391],[22.65351,88.93391],[22.65457,88.93606],[22.65653,88.93645],[22.65692,88.93365],[22.65939,88.93645],[22.66002,88.93913],[22.65939,88.94151],[22.6605,88.94311],[22.66267,88.94549],[22.66965,88.94686],[22.67342,88.94836],[22.67679,88.9481],[22.67992,88.94973],[22.68103,88.95221],[22.68489,88.9556],[22.68449,88.96223],[22.68579,88.96242],[22.68732,88.96092],[22.68991,88.96206],[22.69178,88.962],[22.69428,88.96245],[22.6959,88.9619],[22.70036,88.95851],[22.70433,88.95617],[22.70704,88.95147],[22.7077,88.9471],[22.7186,88.9283],[22.72841,88.92533],[22.73103,88.91901],[22.7371,88.91659],[22.74153,88.91749],[22.74616,88.91819],[22.74938,88.92156],[22.75359,88.92082],[22.7556,88.91655],[22.75481,88.91474],[22.75739,88.91198],[22.75926,88.91315],[22.76157,88.91483],[22.76786,88.91718],[22.76984,88.9194],[22.76889,88.92664],[22.7742,88.92771],[22.77943,88.9261],[22.78004,88.92935],[22.78281,88.92906],[22.78265,88.93634],[22.79046,88.93622],[22.79244,88.93768],[22.7905,88.94266],[22.79684,88.94965],[22.79634,88.95134],[22.79638,88.95866],[22.79881,88.95948],[22.80453,88.95936],[22.80984,88.96121],[22.80995,88.95705],[22.81185,88.95705],[22.81746,88.9631],[22.82371,88.96432],[22.82864,88.96428],[22.83864,88.96773],[22.84494,88.96905],[22.85468,88.96222],[22.85752,88.95848],[22.86036,88.95893],[22.86396,88.95626],[22.86472,88.95363],[22.86775,88.95396],[22.87268,88.95124],[22.87806,88.94989],[22.88128,88.94586],[22.88026,88.94133],[22.87597,88.9403],[22.8745,88.93442],[22.87279,88.92854],[22.87563,88.92731],[22.87662,88.92472],[22.88101,88.92328],[22.87912,88.91859],[22.88562,88.90896],[22.8879,88.90818],[22.88866,88.90579],[22.89025,88.90575],[22.89286,88.90801],[22.89589,88.90427],[22.89828,88.89909],[22.90426,88.90127],[22.90665,88.9009],[22.91176,88.89585],[22.9141,88.89576],[22.91399,88.90386],[22.91607,88.90711],[22.91895,88.90827],[22.92085,88.90761],[22.92312,88.90444],[22.92679,88.89284],[22.92782,88.88968],[22.93441,88.88676],[22.93751,88.89268],[22.94668,88.89244],[22.95248,88.89458],[22.95422,88.87895],[22.94823,88.87648],[22.94895,88.87241],[22.95115,88.87015],[22.95134,88.86834],[22.94566,88.862],[22.9418,88.86052],[22.9438,88.85892],[22.95017,88.85764],[22.95785,88.85481],[22.96982,88.85744],[22.97247,88.86085],[22.97652,88.86928],[22.97894,88.87097],[22.98306,88.86577],[22.99279,88.86371],[22.99908,88.86573],[23.00215,88.86478],[23.00321,88.85915],[23.00215,88.85245],[23.00555,88.84825],[23.00949,88.8448],[23.01138,88.84574],[23.00824,88.85088],[23.00657,88.8582],[23.00635,88.86766],[23.00317,88.87564],[23.00385,88.87877],[23.00907,88.88021],[23.01013,88.8784],[23.01063,88.87457],[23.0139,88.87468],[23.01716,88.87246],[23.01893,88.8727],[23.02204,88.87525],[23.02283,88.87719],[23.02548,88.87793],[23.02537,88.88081],[23.03055,88.88081],[23.03578,88.8827],[23.03665,88.88455],[23.04021,88.88438],[23.04127,88.87961],[23.0449,88.87575],[23.0488,88.87492],[23.05421,88.87517],[23.06525,88.8753],[23.06639,88.87328],[23.0704,88.86847],[23.07396,88.86814],[23.07645,88.86448],[23.07751,88.86604],[23.07997,88.8653],[23.08058,88.86637],[23.085,88.86699],[23.08712,88.87217],[23.08913,88.87295],[23.08962,88.87485],[23.09253,88.87491],[23.09601,88.87368],[23.09786,88.8724],[23.09847,88.87051],[23.10017,88.87018],[23.10149,88.87302],[23.10221,88.87644],[23.10437,88.8838],[23.10944,88.88178],[23.11038,88.88277],[23.11004,88.88569],[23.10713,88.89161],[23.10974,88.89461],[23.1119,88.89782],[23.11084,88.9],[23.11848,88.90358],[23.11912,88.90498],[23.1243,88.90642],[23.12778,88.91069],[23.12941,88.91078],[23.12873,88.91834],[23.13671,88.92052],[23.13792,88.91945],[23.1414,88.9211],[23.14427,88.92361],[23.14246,88.93076],[23.14832,88.93274],[23.15448,88.93278],[23.15853,88.93072],[23.16049,88.93086],[23.16181,88.92794],[23.16302,88.9279],[23.16109,88.93464],[23.16676,88.9337],[23.17077,88.93563],[23.17361,88.9388],[23.17648,88.93892],[23.17629,88.94381],[23.18034,88.94665],[23.18136,88.95085],[23.18223,88.95726],[23.1899,88.95883],[23.19111,88.9622],[23.19262,88.96249],[23.19323,88.96779],[23.19232,88.97384],[23.18295,88.97524],[23.18136,88.97606],[23.18238,88.98021],[23.18385,88.98025],[23.18446,88.97906],[23.18714,88.97984],[23.19028,88.97939],[23.19228,88.98169],[23.19391,88.98116],[23.19546,88.98276],[23.19686,88.98268],[23.19966,88.98585],[23.20071,88.98511],[23.20162,88.98535],[23.20136,88.98634],[23.20204,88.98766],[23.20291,88.98803],[23.20635,88.98708],[23.20963,88.98453],[23.20982,88.98066],[23.21262,88.98038],[23.21489,88.98284],[23.21564,88.98548],[23.21485,88.98774],[23.21239,88.99004],[23.21111,88.99341],[23.2102,88.9951],[23.21043,88.99621],[23.21387,88.9967],[23.21561,88.996],[23.21614,88.99173],[23.21697,88.98807],[23.22014,88.98593],[23.22173,88.98482],[23.22211,88.98313],[23.22366,88.98071],[23.22513,88.97503],[23.22317,88.97392],[23.22301,88.97092],[23.22112,88.96927],[23.21791,88.96401],[23.21496,88.96324],[23.21262,88.95423],[23.20763,88.94596],[23.20786,88.93971],[23.21213,88.92988],[23.21617,88.93009],[23.21821,88.92688],[23.22044,88.91656],[23.22369,88.91705],[23.23099,88.91421],[23.23465,88.91228],[23.23662,88.90545],[23.23549,88.90311],[23.23352,88.90134],[23.23276,88.89451],[23.23182,88.88625],[23.23012,88.88485],[23.2331,88.8758],[23.23477,88.87428],[23.23454,88.86211],[23.23545,88.85861],[23.23688,88.85594],[23.23677,88.85315],[23.23465,88.85035],[23.23152,88.85044],[23.23133,88.84521],[23.23348,88.84525],[23.23941,88.83954],[23.24399,88.83748],[23.24376,88.83571],[23.24112,88.83353],[23.23594,88.82765],[23.23431,88.82387],[23.23813,88.82424],[23.24376,88.82926],[23.24486,88.82938],[23.25241,88.81478],[23.25665,88.8119],[23.2554,88.80882],[23.24924,88.80836],[23.24829,88.80968],[23.24576,88.80779],[23.24142,88.80647],[23.23643,88.80561],[23.23084,88.80643],[23.22853,88.8084],[23.22445,88.80824],[23.22135,88.81107],[23.21953,88.80663],[23.21999,88.79787],[23.22067,88.79273],[23.22059,88.78895],[23.22222,88.78874],[23.2238,88.78233],[23.22229,88.78224],[23.2218,88.77908],[23.22433,88.77764],[23.2252,88.77455],[23.23034,88.77427],[23.2308,88.7771],[23.23359,88.7762],[23.23522,88.7783],[23.23639,88.77797],[23.23945,88.77439],[23.24171,88.77428],[23.24205,88.77181],[23.24515,88.76931],[23.24617,88.7668],[23.24609,88.75953],[23.2445,88.75863],[23.24227,88.75838],[23.24031,88.75184],[23.24492,88.74563],[23.24771,88.73473],[23.25357,88.72511],[23.25504,88.71865],[23.27174,88.72453],[23.27318,88.72264],[23.27473,88.71586],[23.27919,88.71113],[23.28508,88.71224],[23.29071,88.70759],[23.29211,88.70302],[23.29173,88.69751],[23.29876,88.69669],[23.30272,88.69642],[23.30752,88.7042],[23.30333,88.70687],[23.30453,88.71316],[23.29567,88.71781],[23.29746,88.72696],[23.30319,88.73358],[23.3039,88.74527],[23.32161,88.75208],[23.33484,88.73495],[23.35004,88.74819],[23.35737,88.75033],[23.35951,88.76007],[23.36952,88.76747],[23.38919,88.76241],[23.39973,88.75131],[23.40992,88.76357],[23.41707,88.75812],[23.44601,88.7665],[23.43708,88.77915],[23.43851,88.78753],[23.44262,88.7959],[23.4637,88.79337],[23.48334,88.80156],[23.50264,88.80279],[23.50916,88.78516],[23.49611,88.76412],[23.48646,88.75174],[23.50122,88.73224],[23.51682,88.72729],[23.52193,88.70006],[23.54831,88.68088],[23.55228,88.66262],[23.60928,88.64684],[23.61524,88.63478],[23.60361,88.61281],[23.61099,88.60909],[23.60617,88.58589],[23.61836,88.59672],[23.64075,88.5961],[23.64047,88.5667],[23.65549,88.5667],[23.66853,88.57444],[23.6878,88.57599],[23.7099,88.56794],[23.73907,88.57815],[23.74836,88.57654],[23.75912,88.5818],[23.77498,88.58211],[23.77979,88.56664],[23.78829,88.58366],[23.80216,88.59696],[23.82028,88.60439],[23.83415,88.58922],[23.85424,88.59325],[23.85651,88.58118],[23.86782,88.58644],[23.86613,88.59944],[23.86132,88.60903],[23.87207,88.61305],[23.87207,88.6211],[23.86415,88.62264],[23.86471,88.62976],[23.86669,88.64028],[23.86443,88.65266],[23.86896,88.67122],[23.88112,88.66751],[23.88197,88.67803],[23.89781,88.69041],[23.89781,88.70433],[23.91054,88.70526],[23.91026,88.73465],[23.93204,88.74641],[23.97559,88.74053],[23.98322,88.74765],[23.97841,88.76621],[23.98291,88.7699],[24.0092,88.76495],[24.00948,88.74669],[23.99535,88.72937],[24.02022,88.73617],[24.03492,88.74329],[24.04226,88.72689],[24.04566,88.74422],[24.05894,88.74453],[24.06487,88.72782],[24.08916,88.70492],[24.11515,88.70152],[24.13068,88.72658],[24.14791,88.74762],[24.1736,88.73339],[24.20944,88.73927],[24.2791,88.73154],[24.31717,88.70524],[24.31209,88.62541],[24.32422,88.58271],[24.32591,88.56383],[24.30166,88.55331],[24.3448,88.52763],[24.35946,88.49328],[24.38285,88.44192],[24.38454,88.42521],[24.37778,88.3986],[24.37468,88.36766],[24.38257,88.33455],[24.42455,88.28628],[24.44427,88.27359],[24.45272,88.24575],[24.46371,88.20057],[24.49131,88.17891],[24.51411,88.13869],[24.56421,88.09134],[24.64383,88.04153],[24.6689,88.00981],[24.71331,88.05963],[24.74226,88.07293],[24.75322,88.07046],[24.77991,88.08902],[24.77935,88.10604],[24.80632,88.11192],[24.8198,88.12089],[24.80463,88.13296],[24.80519,88.13853],[24.83131,88.13636],[24.83244,88.14255],[24.8403,88.14317],[24.85013,88.14812],[24.84676,88.16236],[24.8549,88.16576],[24.86023,88.17628],[24.86304,88.17721],[24.87343,88.16297],[24.87932,88.16483],[24.88606,88.1571],[24.8869,88.16978],[24.89532,88.1704],[24.89981,88.15864],[24.9144,88.15029],[24.9158,88.14318],[24.93236,88.14132],[24.93124,88.15896],[24.93825,88.16174],[24.9433,88.17133],[24.94919,88.18711],[24.95789,88.20754],[24.95789,88.22301],[24.93741,88.24219],[24.92422,88.25333],[24.91356,88.26014],[24.89246,88.26222],[24.87814,88.2551],[24.87505,88.26841],[24.8947,88.27398],[24.88516,88.27738],[24.88432,88.29502],[24.87084,88.30121],[24.87955,88.31915],[24.87,88.32225],[24.86747,88.3337],[24.88488,88.34638],[24.89975,88.34731],[24.91042,88.32689],[24.91631,88.33834],[24.93455,88.34236],[24.94129,88.35628],[24.94521,88.36247],[24.93623,88.38599],[24.94437,88.40177],[24.96513,88.39775],[24.9727,88.41074],[24.97327,88.41941],[24.9915,88.41693],[25.00496,88.42528],[25.00243,88.43828],[25.02991,88.44725],[25.03748,88.4553],[25.04926,88.43735],[25.07784,88.45376],[25.08231,88.4492],[25.10249,88.44642],[25.11398,88.4492],[25.12546,88.44332],[25.13471,88.46374],[25.16384,88.46096],[25.17756,88.44642],[25.1952,88.44394],[25.19492,88.46684],[25.19716,88.47364],[25.21228,88.47612],[25.20948,88.49499],[25.20108,88.50149],[25.19884,88.52037],[25.19688,88.53151],[25.18848,88.53151],[25.18736,88.54048],[25.19436,88.54698],[25.19044,88.55843],[25.177,88.55471],[25.17532,88.56338],[25.17504,88.57854],[25.19016,88.6002],[25.20164,88.61536],[25.20136,88.63393],[25.20472,88.65002],[25.19772,88.66611],[25.19884,88.67972],[25.20668,88.68405],[25.20444,88.71004],[25.19324,88.72768],[25.18036,88.73975],[25.17672,88.75243],[25.18232,88.76264],[25.18036,88.77378],[25.1686,88.80596],[25.17364,88.81462],[25.18596,88.81896],[25.20164,88.83536],[25.2078,88.84185],[25.198,88.85671],[25.18736,88.86599],[25.1868,88.87372],[25.17728,88.87403],[25.17616,88.89136],[25.18176,88.8926],[25.17812,88.90869],[25.16776,88.91086],[25.16412,88.92911],[25.17868,88.93592],[25.17168,88.9452],[25.18008,88.95077],[25.19296,88.94984],[25.19632,88.94087],[25.20976,88.93901],[25.20528,88.95015],[25.20696,88.96284],[25.23467,88.95634],[25.24587,88.95417],[25.25342,88.95974],[25.2621,88.98233],[25.27161,88.98976],[25.25986,89.00925],[25.30379,89.01111],[25.29903,89.00028],[25.30826,88.98388],[25.30826,88.97491],[25.30211,88.97367],[25.30826,88.95882],[25.30155,88.95696],[25.30658,88.93375],[25.31777,88.92664],[25.31414,88.91828],[25.33847,88.90714],[25.33872,88.88708],[25.32921,88.8843],[25.34291,88.87068],[25.35298,88.87068],[25.36752,88.85119],[25.36836,88.84345],[25.37926,88.84098],[25.38289,88.84221],[25.40023,88.84067],[25.40805,88.82736],[25.4237,88.83262],[25.43041,88.83695],[25.4441,88.83169],[25.45639,88.84036],[25.47427,88.83819],[25.4888,88.83138],[25.49131,88.81684],[25.51449,88.81096],[25.52315,88.81189],[25.52538,88.80446],[25.52426,88.78868],[25.51924,88.7794],[25.52817,88.76176],[25.5184,88.75867],[25.50751,88.7596],[25.50416,88.76579],[25.49857,88.76579],[25.49466,88.74598],[25.50556,88.74258],[25.50137,88.70762],[25.4807,88.70669],[25.47511,88.69988],[25.47483,88.66615],[25.48433,88.65935],[25.48126,88.64821],[25.49075,88.64635],[25.49327,88.65099],[25.49969,88.65068],[25.50137,88.64573],[25.49941,88.62778],[25.51868,88.60922],[25.517,88.60086],[25.50556,88.59375],[25.51142,88.58818],[25.51254,88.56961],[25.52231,88.55445],[25.51505,88.54455],[25.53487,88.54053],[25.54381,88.5331],[25.55218,88.50402],[25.56754,88.49566],[25.57647,88.50123],[25.5854,88.50061],[25.5888,88.46942],[25.59941,88.46014],[25.59913,88.44807],[25.62033,88.44962],[25.62759,88.45735],[25.66608,88.45549],[25.67166,88.42177],[25.67333,88.40413],[25.68476,88.40599],[25.69564,88.39144],[25.70038,88.37226],[25.71766,88.37659],[25.72408,88.35741],[25.73188,88.35926],[25.74442,88.31966],[25.75418,88.3178],[25.7695,88.29336],[25.7748,88.29119],[25.78344,88.27046],[25.7988,88.273],[25.81106,88.26898],[25.81496,88.25691],[25.81328,88.2467],[25.81022,88.23494],[25.80047,88.22752],[25.80326,88.21421],[25.78961,88.20709],[25.79016,88.2006],[25.80437,88.19348],[25.80158,88.18141],[25.79128,88.1712],[25.79183,88.16378],[25.78041,88.15171],[25.78626,88.14676],[25.79518,88.1449],[25.79991,88.11798],[25.81356,88.12169],[25.82805,88.10653],[25.83668,88.11056],[25.84308,88.10715],[25.85422,88.11674],[25.87121,88.11241],[25.87705,88.09632],[25.88958,88.10591],[25.89877,88.09447],[25.91908,88.09261],[25.93133,88.10003],[25.93105,88.11427],[25.94691,88.12479],[25.96082,88.11798],[25.96499,88.12603],[25.97306,88.1251],[25.98141,88.13036],[25.99615,88.13345],[25.99615,88.14119],[26.00644,88.14552],[26.01388,88.14044],[26.01305,88.14756],[26.02028,88.15313],[26.01388,88.15869],[26.01916,88.17324],[26.02278,88.18933],[26.03501,88.17478],[26.04307,88.17571],[26.04641,88.18035],[26.05531,88.18128],[26.06504,88.18809],[26.07282,88.18716],[26.08227,88.17107],[26.09727,88.16612],[26.10533,88.16829],[26.11005,88.17695],[26.127,88.1819],[26.13561,88.18128],[26.14895,88.18221],[26.15061,88.19861],[26.15672,88.20047],[26.15645,88.21222],[26.16228,88.22336],[26.17339,88.23512],[26.18283,88.24471],[26.18338,88.25647],[26.18477,88.27287],[26.19255,88.28587],[26.19504,88.29391],[26.19504,88.30598],[26.19949,88.31186],[26.20199,88.32733],[26.20948,88.32919],[26.21365,88.33692],[26.2192,88.35209],[26.23141,88.35735],[26.24418,88.36137],[26.25167,88.35239],[26.27498,88.35642],[26.28053,88.35518],[26.29329,88.3657],[26.30161,88.37282],[26.30522,88.38674],[26.31132,88.39293],[26.31465,88.40221],[26.31437,88.41459],[26.32075,88.41892],[26.32408,88.41675],[26.32546,88.40933],[26.3324,88.40871],[26.33378,88.41614],[26.33434,88.42697],[26.33434,88.43656],[26.35181,88.44275],[26.36318,88.44739],[26.369,88.45636],[26.36345,88.45667],[26.35929,88.46224],[26.3568,88.47585],[26.35328,88.47624],[26.35189,88.47943],[26.34966,88.47974],[26.34854,88.48909],[26.35021,88.49034],[26.35112,88.49275],[26.35936,88.48909],[26.35838,88.49937],[26.3618,88.50654],[26.35887,88.50677],[26.35768,88.5042],[26.35231,88.50482],[26.35007,88.50233],[26.34805,88.5042],[26.34819,88.50817],[26.35231,88.51222],[26.35105,88.51767],[26.35573,88.51814],[26.35936,88.52429],[26.36333,88.52406],[26.3641,88.52079],[26.36305,88.51666],[26.36529,88.51572],[26.36647,88.52367],[26.37694,88.52616],[26.37631,88.52234],[26.37213,88.51876],[26.37813,88.51292],[26.3851,88.51689],[26.39215,88.52157],[26.38901,88.51354],[26.3925,88.51105],[26.3964,88.50934],[26.39808,88.50576],[26.39913,88.50887],[26.40582,88.51175],[26.40959,88.51105],[26.40819,88.50685],[26.4038,88.50303],[26.41029,88.50241],[26.41147,88.5003],[26.41866,88.50474],[26.41866,88.4975],[26.42689,88.50093],[26.43051,88.49516],[26.4363,88.49851],[26.4409,88.49337],[26.44572,88.49275],[26.44641,88.4873],[26.45255,88.48956],[26.45122,88.48107],[26.45304,88.47974],[26.45499,88.48364],[26.46043,88.48613],[26.46517,88.46939],[26.4674,88.45365],[26.4666,88.43816],[26.46925,88.4338],[26.47294,88.43567],[26.47294,88.43139],[26.4719,88.43037],[26.47371,88.42819],[26.47274,88.42173],[26.4673,88.42056],[26.47023,88.41822],[26.48201,88.40748],[26.48675,88.40592],[26.48647,88.4028],[26.48528,88.39914],[26.48249,88.3986],[26.48033,88.38777],[26.48347,88.38707],[26.48528,88.37679],[26.48863,88.37469],[26.48737,88.36308],[26.48507,88.35888],[26.47246,88.36176],[26.47016,88.36441],[26.46799,88.36269],[26.46548,88.35864],[26.45607,88.35732],[26.45537,88.35989],[26.45028,88.35413],[26.46263,88.34899],[26.46681,88.3493],[26.46974,88.34774],[26.47009,88.34174],[26.47957,88.34159],[26.48717,88.33131],[26.49644,88.33372],[26.50431,88.34167],[26.5124,88.35187],[26.52376,88.35374],[26.52933,88.35981],[26.54264,88.35841],[26.54814,88.36114],[26.55602,88.36924],[26.56535,88.37306],[26.57559,88.3708],[26.582,88.37719],[26.59265,88.37804],[26.60157,88.39868],[26.6054,88.39829],[26.60888,88.3891],[26.62058,88.39985],[26.6258,88.39961],[26.63116,88.41067],[26.63241,88.41262],[26.6299,88.41574],[26.62246,88.4134],[26.62023,88.41605],[26.60853,88.41613],[26.59418,88.41916],[26.58799,88.41862],[26.58165,88.42142],[26.57016,88.42064],[26.55936,88.42485],[26.54745,88.4317],[26.54361,88.43715],[26.54354,88.44261],[26.5395,88.44261],[26.53442,88.44891],[26.5363,88.45694],[26.54382,88.46013],[26.54368,88.47461],[26.54083,88.47641],[26.53957,88.48435],[26.53358,88.47991],[26.52989,88.48108],[26.52912,88.48404],[26.50989,88.48801],[26.50898,88.49245],[26.51121,88.50062],[26.51491,88.50203],[26.51567,88.50538],[26.51003,88.5102],[26.50968,88.51955],[26.50522,88.52157],[26.50132,88.51737],[26.49609,88.52041],[26.48319,88.5229],[26.48006,88.52703],[26.48333,88.55452],[26.47615,88.55086],[26.47058,88.55218],[26.4666,88.55701],[26.46089,88.5581],[26.45956,88.55615],[26.45775,88.55686],[26.45642,88.56013],[26.45603,88.57849],[26.44997,88.58418],[26.44906,88.59368],[26.45227,88.5957],[26.46956,88.59679],[26.46935,88.60365],[26.47061,88.6221],[26.45045,88.62444],[26.44236,88.62724],[26.44111,88.62436],[26.43615,88.62187],[26.43316,88.62366],[26.43197,88.63121],[26.42967,88.63409],[26.42723,88.64928],[26.42214,88.65006],[26.42032,88.6425],[26.41732,88.64453],[26.41495,88.64889],[26.41488,88.65995],[26.40833,88.66221],[26.40595,88.66766],[26.40714,88.67747],[26.40749,88.68215],[26.40274,88.68666],[26.4033,88.67545],[26.39842,88.66875],[26.39521,88.67],[26.39158,88.67825],[26.39263,88.68495],[26.3881,88.68464],[26.38565,88.6883],[26.38258,88.67934],[26.37693,88.68004],[26.37637,88.683],[26.36374,88.6883],[26.35635,88.69282],[26.35495,88.69585],[26.3493,88.6964],[26.34665,88.6925],[26.34127,88.69671],[26.33925,88.70029],[26.3347,88.70146],[26.33135,88.7045],[26.33268,88.71049],[26.34308,88.71431],[26.34182,88.72132],[26.34057,88.72521],[26.34392,88.7281],[26.34573,88.73074],[26.34804,88.73098],[26.34755,88.73713],[26.34811,88.74266],[26.34566,88.745],[26.34503,88.74165],[26.33757,88.74211],[26.33687,88.73705],[26.32793,88.73269],[26.32891,88.74235],[26.33135,88.74648],[26.32361,88.74562],[26.32465,88.7383],[26.32402,88.72958],[26.31921,88.7302],[26.31851,88.72529],[26.31481,88.7207],[26.31984,88.71828],[26.31788,88.71174],[26.31432,88.69757],[26.31886,88.69282],[26.32193,88.69328],[26.32584,88.69796],[26.33003,88.69725],[26.33087,88.69165],[26.32584,88.68884],[26.32402,88.68853],[26.32123,88.67397],[26.31076,88.67327],[26.31125,88.67786],[26.30413,88.67673],[26.29945,88.68133],[26.2938,88.68444],[26.29268,88.69098],[26.29059,88.69067],[26.29031,88.70142],[26.28926,88.705],[26.28786,88.705],[26.28465,88.69449],[26.28416,88.69208],[26.28514,88.6839],[26.288,88.68896],[26.29324,88.68507],[26.29331,88.6818],[26.29645,88.68102],[26.30022,88.67424],[26.29764,88.66692],[26.29066,88.66746],[26.28968,88.66497],[26.27166,88.66575],[26.2709,88.67091],[26.26873,88.67107],[26.26713,88.66538],[26.26119,88.66499],[26.26288,88.67678],[26.25715,88.67912],[26.26344,88.68745],[26.26504,88.68706],[26.26818,88.69322],[26.27356,88.69244],[26.27636,88.68737],[26.27573,88.69244],[26.27712,88.69664],[26.2788,88.69695],[26.28166,88.71962],[26.28599,88.72281],[26.29165,88.7211],[26.29228,88.726],[26.28739,88.726],[26.28746,88.72959],[26.29249,88.73083],[26.29144,88.73613],[26.28851,88.7401],[26.28851,88.74641],[26.2913,88.74641],[26.29514,88.74174],[26.31043,88.74789],[26.31036,88.75552],[26.30394,88.75731],[26.29905,88.75949],[26.29772,88.76627],[26.30289,88.77756],[26.30205,88.7855],[26.30826,88.79344],[26.30366,88.80318],[26.2936,88.81704],[26.2876,88.81167],[26.27649,88.80894],[26.27279,88.80957],[26.27105,88.81284],[26.26609,88.81393],[26.26539,88.81144],[26.2612,88.81144],[26.25359,88.81245],[26.25254,88.8221],[26.24863,88.82312],[26.24856,88.82787],[26.24423,88.82538],[26.23864,88.82678],[26.23598,88.83729],[26.23193,88.83823],[26.22886,88.84586],[26.23179,88.84586],[26.23438,88.85341],[26.23019,88.85949],[26.23333,88.86922],[26.23186,88.87615],[26.2327,88.87958],[26.23934,88.87756],[26.24332,88.87857],[26.24108,88.87265],[26.24554,88.87234],[26.2468,88.86782],[26.25008,88.8679],[26.2526,88.86229],[26.26433,88.86214],[26.2695,88.86611],[26.27264,88.86385],[26.2746,88.86767],[26.27844,88.86798],[26.28563,88.87592],[26.28773,88.90241],[26.28627,88.91744],[26.23919,88.95155],[26.2378,88.96729],[26.24387,88.99898],[26.24199,89.02157],[26.24429,89.03021],[26.24101,89.03878],[26.23961,89.04813],[26.24143,89.05233],[26.24834,89.05031],[26.25505,89.0549],[26.25177,89.06721],[26.27593,89.0623],[26.28061,89.06503],[26.29576,89.06199],[26.29744,89.04953],[26.29688,89.04493],[26.2899,89.0401],[26.28319,89.04431],[26.27824,89.04361],[26.28145,89.03987],[26.28487,89.04143],[26.28613,89.04042],[26.28564,89.03356],[26.28599,89.02772],[26.29129,89.02219],[26.29367,89.02406],[26.29897,89.02196],[26.3061,89.02889],[26.30938,89.02484],[26.31042,89.02102],[26.30435,89.01526],[26.29832,89.01425],[26.3039,89.00996],[26.30698,89.00584],[26.30174,89.0028],[26.2965,89.00116],[26.29322,88.99727],[26.3009,88.99859],[26.30118,88.98824],[26.30879,88.98481],[26.31452,88.98808],[26.31249,88.99852],[26.31919,88.99781],[26.33116,89.00284],[26.33667,88.98999],[26.34002,88.99186],[26.347,88.98812],[26.34986,88.98727],[26.35174,88.98485],[26.34937,88.97862],[26.3537,88.97434],[26.35342,88.95923],[26.34602,88.95759],[26.347,88.94918],[26.35489,88.95362],[26.3583,88.96009],[26.36277,88.95939],[26.36814,88.95136],[26.365,88.94746],[26.35788,88.94629],[26.36081,88.93266],[26.36626,88.92674],[26.36675,88.91381],[26.37093,88.91342],[26.37323,88.91662],[26.37491,88.92152],[26.37721,88.92238],[26.38028,88.92043],[26.37944,88.91389],[26.38307,88.91296],[26.38503,88.91732],[26.3897,88.91919],[26.40107,88.91919],[26.40351,88.91818],[26.40358,88.90961],[26.40623,88.90891],[26.40706,88.91233],[26.40595,88.92752],[26.41467,88.93142],[26.41795,88.92682],[26.42345,88.92581],[26.42485,88.9336],[26.43036,88.93173],[26.42478,88.93874],[26.42485,88.94458],[26.43496,88.95237],[26.44633,88.94847],[26.44933,88.9533],[26.44696,88.95984],[26.451,88.96592],[26.44807,88.97518],[26.44535,88.97596],[26.44424,88.98025],[26.43789,88.97986],[26.43559,88.97736],[26.42889,88.98001],[26.42415,88.97986],[26.41969,88.98243],[26.4185,88.98749],[26.41069,88.99364],[26.41216,88.99815],[26.41934,88.99909],[26.42011,89.00283],[26.41153,89.0061],[26.41348,89.01926],[26.41195,89.02097],[26.40225,89.01755],[26.40337,89.02331],[26.40651,89.02744],[26.39402,89.03312],[26.39388,89.03702],[26.3989,89.04107],[26.39541,89.05555],[26.39339,89.06007],[26.39723,89.07027],[26.38788,89.07456],[26.39541,89.08055],[26.38865,89.07868],[26.38962,89.08375],[26.39179,89.09364],[26.38041,89.08756],[26.36918,89.08741],[26.36779,89.07853],[26.36088,89.0797],[26.36199,89.08429],[26.35927,89.09512],[26.35278,89.09278],[26.34741,89.09769],[26.33507,89.09649],[26.33151,89.09446],[26.32969,89.09057],[26.32788,89.08987],[26.32502,89.08652],[26.3253,89.08356],[26.32299,89.08223],[26.32146,89.08387],[26.32201,89.08769],[26.31838,89.09322],[26.32355,89.0936],[26.32648,89.09695],[26.32306,89.09828],[26.32125,89.10677],[26.32467,89.10661],[26.32201,89.11019],[26.31831,89.11183],[26.31845,89.11744],[26.32097,89.12624],[26.318,89.12628],[26.31947,89.13376],[26.31535,89.13453],[26.31518,89.12885],[26.30764,89.12838],[26.30638,89.12347],[26.29039,89.12449],[26.28774,89.12106],[26.30177,89.11444],[26.30617,89.11374],[26.30638,89.1107],[26.31399,89.10844],[26.31783,89.10556],[26.31553,89.10315],[26.30736,89.10143],[26.30401,89.09684],[26.3008,89.10307],[26.29088,89.10299],[26.28599,89.10112],[26.27887,89.09925],[26.27664,89.10362],[26.27335,89.10478],[26.27147,89.10844],[26.27056,89.11179],[26.26372,89.12309],[26.25296,89.1188],[26.24842,89.12519],[26.24714,89.12865],[26.24428,89.13052],[26.23918,89.1306],[26.23673,89.13309],[26.23534,89.13722],[26.22576,89.13862],[26.21452,89.14064],[26.20837,89.14679],[26.20048,89.14041],[26.19887,89.1369],[26.19321,89.1383],[26.1851,89.13355],[26.17706,89.13402],[26.16805,89.14041],[26.16896,89.14695],[26.1619,89.15396],[26.15952,89.14835],[26.15365,89.14952],[26.14372,89.15053],[26.13617,89.15746],[26.12883,89.16268],[26.12694,89.17919],[26.12212,89.19321],[26.12729,89.20201],[26.12247,89.2133],[26.1233,89.22187],[26.11344,89.23098],[26.09958,89.24698],[26.08979,89.25025],[26.08965,89.26372],[26.07545,89.25375],[26.06307,89.25266],[26.05859,89.26847],[26.06069,89.27868],[26.05097,89.27782],[26.05236,89.27569],[26.04879,89.27553],[26.0467,89.28059],[26.04397,89.29461],[26.04621,89.29882],[26.03564,89.31657],[26.03648,89.32023],[26.02584,89.32865],[26.01688,89.33606],[26.01002,89.34587],[26.00568,89.35997],[26.00897,89.37609],[26.00456,89.39471],[26.01485,89.39486],[26.02059,89.3912],[26.02884,89.406],[26.03269,89.40849],[26.04046,89.40927],[26.04207,89.4208],[26.04431,89.42664],[26.0371,89.43162],[26.02682,89.42726],[26.01464,89.42337],[26.00911,89.42812],[26.00554,89.44447],[26.00151,89.4546],[25.99703,89.4641],[25.99535,89.48146],[26.00347,89.49182],[26.00088,89.49992],[26.00095,89.51114],[26.00809,89.51846],[26.00221,89.52461],[26.0013,89.54221],[25.99045,89.53419],[25.98408,89.53388],[25.98177,89.53933],[25.97784,89.53824],[25.97147,89.53637],[25.96744,89.54074],[25.9651,89.55854],[25.96867,89.55917],[25.97,89.5654],[25.96391,89.57194],[25.96909,89.58035],[25.97526,89.57918],[25.97477,89.58783],[25.98254,89.58736],[26.00358,89.58596],[26.02143,89.58098],[26.02808,89.58831],[26.03137,89.5862],[26.03697,89.59072],[26.0334,89.59555],[26.03788,89.59874],[26.04131,89.59781],[26.0469,89.60341],[26.04956,89.61144],[26.05327,89.61541],[26.05201,89.62133],[26.05859,89.62997],[26.06188,89.64446],[26.0602,89.65295],[26.06747,89.65248],[26.07426,89.64197],[26.08332,89.63638],[26.09514,89.64214],[26.10235,89.63576],[26.10836,89.63038],[26.10962,89.62337],[26.11647,89.63085],[26.12347,89.63147],[26.12836,89.62914],[26.12969,89.62454],[26.12298,89.6208],[26.13193,89.60936],[26.13242,89.6025],[26.14486,89.59908],[26.15688,89.59876],[26.15136,89.61457],[26.16961,89.62119],[26.17073,89.63506],[26.16311,89.63989],[26.16297,89.649],[26.17198,89.65694],[26.18016,89.66107],[26.184,89.65133],[26.19386,89.65071],[26.2144,89.63739],[26.22586,89.63716],[26.21846,89.65227],[26.21818,89.66481],[26.21936,89.67166],[26.22782,89.67548],[26.21294,89.67898],[26.2042,89.67049],[26.19617,89.67345],[26.19505,89.68023],[26.18387,89.68202],[26.17225,89.6958],[26.17022,89.68178],[26.16274,89.6789],[26.1596,89.68607],[26.15708,89.69549],[26.15135,89.70156],[26.1517,89.70561],[26.16421,89.71551],[26.15596,89.7201],[26.15526,89.72454],[26.15771,89.73412],[26.15841,89.74362],[26.15289,89.74985],[26.14408,89.75429],[26.13953,89.75297],[26.13261,89.76293],[26.12415,89.76231],[26.11863,89.75834],[26.11226,89.75273],[26.10625,89.75818],[26.10849,89.76223],[26.10842,89.76691],[26.10548,89.76932],[26.10324,89.76987],[26.10562,89.77758],[26.09737,89.781],[26.08848,89.78038],[26.08324,89.78046],[26.08177,89.78342],[26.08827,89.79105],[26.08436,89.79463],[26.07414,89.78903],[26.07324,89.79097],[26.06079,89.79537],[26.05736,89.78392],[26.04651,89.78236],[26.04371,89.77715],[26.03679,89.77177],[26.0335,89.77582],[26.03966,89.77964],[26.03259,89.78805],[26.03406,89.79545],[26.02363,89.78953],[26.02097,89.7861],[26.0174,89.78758],[26.01642,89.79116],[26.02027,89.79958],[26.04077,89.80682],[26.01628,89.81367],[26.00719,89.81873],[25.9983,89.81702],[25.99935,89.81352],[25.9941,89.81453],[25.98591,89.81904],[25.9808,89.82738],[25.98073,89.83961],[26.00691,89.83104],[26.00831,89.83556],[26.00173,89.84303],[25.99263,89.84576],[25.98927,89.84841],[25.98346,89.86079],[25.98031,89.86546],[25.97561,89.87049],[25.97141,89.85717],[25.9719,89.84907],[25.97323,89.84066],[25.96959,89.83708],[25.96408,89.83715],[25.95225,89.84493],[25.95708,89.82983],[25.95316,89.82461],[25.94441,89.82274],[25.94371,89.83668],[25.94034,89.83793],[25.93957,89.84532],[25.94216,89.85405],[25.94539,89.88029],[25.94441,89.8838],[25.92402,89.87546],[25.90651,89.85849],[25.89888,89.85436],[25.89327,89.84735],[25.88746,89.8468],[25.87099,89.83097],[25.84185,89.83138],[25.81251,89.81167],[25.8024,89.8288],[25.77969,89.83082],[25.76228,89.83708],[25.73923,89.82438],[25.71136,89.83322],[25.71153,89.84758],[25.69527,89.84298],[25.67635,89.85329],[25.6571,89.86323],[25.62855,89.87851],[25.58638,89.87023],[25.58073,89.87133],[25.54801,89.86047],[25.5402,89.84813],[25.51694,89.85715],[25.49035,89.84795],[25.4734,89.84813],[25.46343,89.84666],[25.44599,89.8346],[25.42005,89.82485],[25.39062,89.8219],[25.37631,89.81767],[25.3447,89.8219],[25.32573,89.83368],[25.31077,89.83817],[25.29329,89.82822],[25.28131,89.86284],[25.2888,89.89322],[25.30561,89.90906],[25.2888,89.94735],[25.30112,89.96503],[25.27681,89.98013],[25.27231,90.0083],[25.25616,90.04752],[25.23301,90.09079],[25.22035,90.12172],[25.21969,90.16971],[25.20403,90.20323],[25.19737,90.23287],[25.1977,90.24281],[25.19087,90.27227],[25.18587,90.31499],[25.19037,90.33027],[25.15671,90.37078],[25.15761,90.40222],[25.14644,90.41602],[25.14361,90.45395],[25.15277,90.46684],[25.16894,90.50496],[25.16844,90.52319],[25.17061,90.581],[25.17244,90.62943],[25.17277,90.64581],[25.18494,90.65502],[25.16411,90.66367],[25.16244,90.67233],[25.16211,90.68374],[25.15577,90.69718],[25.15527,90.70289],[25.15894,90.71062],[25.15277,90.73069],[25.15294,90.74929],[25.16344,90.75168],[25.16577,90.76034],[25.1806,90.77396],[25.17677,90.78262],[25.17261,90.79532],[25.16527,90.80011],[25.15677,90.81631],[25.1559,90.86921],[25.16273,90.88799],[25.15923,90.9226],[25.1679,90.95648],[25.18289,91.02976],[25.19422,91.08077],[25.19589,91.15184],[25.19854,91.21746],[25.19505,91.25208],[25.20088,91.26828],[25.18372,91.28743],[25.18122,91.31486],[25.17138,91.3388],[25.16972,91.36531],[25.16322,91.39975],[25.15655,91.42331],[25.14789,91.44173],[25.14289,91.46511],[25.13288,91.46087],[25.13072,91.48205],[25.13389,91.5047],[25.14422,91.51317],[25.14339,91.54189],[25.15089,91.5627],[25.15839,91.57743],[25.14005,91.59879],[25.12822,91.61775],[25.12172,91.62677],[25.12038,91.65329],[25.12938,91.68127],[25.13889,91.69692],[25.15289,91.70742],[25.14639,91.7262],[25.13805,91.74793],[25.14905,91.75069],[25.16922,91.75014],[25.16056,91.77961],[25.16806,91.81662],[25.17306,91.83485],[25.16889,91.87719],[25.17989,91.90813],[25.17439,91.95968],[25.16822,91.96797],[25.16689,91.98472],[25.18322,92.01105],[25.17689,92.0291],[25.18672,92.05874],[25.17222,92.09059],[25.16306,92.11471],[25.15139,92.12944],[25.13456,92.13184],[25.12072,92.16866],[25.11589,92.18579],[25.12539,92.19555],[25.10321,92.20991],[25.09371,92.22445],[25.08937,92.23384],[25.06603,92.31744],[25.07403,92.32646],[25.0732,92.33585],[25.0697,92.34248],[25.04815,92.33552],[25.04414,92.35577],[25.03814,92.3775],[25.03147,92.4018],[25.02546,92.42334],[24.98842,92.41211],[24.98458,92.41966],[24.96688,92.41635],[24.96355,92.42574],[24.96421,92.45483],[24.93984,92.44636],[24.93784,92.45115],[24.93901,92.47379],[24.92381,92.48245],[24.90093,92.49221],[24.88456,92.48982],[24.8732,92.47656],[24.87536,92.45085],[24.87085,92.43612],[24.85865,92.43888],[24.85531,92.42084],[24.8645,92.40924],[24.85364,92.39709],[24.85715,92.38751],[24.88087,92.37389],[24.87385,92.3656],[24.88187,92.3586],[24.8964,92.34793],[24.8929,92.33982],[24.88404,92.34111],[24.90225,92.32528],[24.89824,92.32086],[24.90442,92.30815],[24.91327,92.30742],[24.92195,92.29619],[24.91811,92.28422],[24.9106,92.27814],[24.91244,92.24518],[24.90726,92.23414],[24.89841,92.23101],[24.88972,92.2369],[24.88438,92.24795],[24.87001,92.2415],[24.86901,92.23322],[24.85815,92.23229],[24.85063,92.23856],[24.8356,92.24187],[24.82925,92.24739],[24.8259,92.26562],[24.81337,92.2717],[24.80234,92.27096],[24.79365,92.27133],[24.78796,92.28311],[24.77793,92.28275],[24.7679,92.28201],[24.76104,92.28753],[24.75001,92.2774],[24.74131,92.27869],[24.73562,92.29066],[24.72492,92.28477],[24.68511,92.25568],[24.65416,92.24371],[24.56862,92.22787],[24.53244,92.22935],[24.50745,92.21106],[24.52655,92.18639],[24.53442,92.16559],[24.52923,92.1538],[24.51415,92.14865],[24.4488,92.14736],[24.43237,92.15822],[24.42583,92.13484],[24.41125,92.12876],[24.39297,92.11679],[24.38693,92.10022],[24.38073,92.09083],[24.3814,92.04609],[24.38911,92.02455],[24.38684,92.00846],[24.39858,91.99704],[24.38852,91.98489],[24.38835,91.96243],[24.37594,91.96685],[24.35866,91.97605],[24.35933,91.9558],[24.33669,91.91658],[24.26645,91.93757],[24.16772,91.90977],[24.15696,91.90866],[24.14705,91.90406],[24.14487,91.8932],[24.15293,91.88289],[24.17561,91.8746],[24.19795,91.84772],[24.21256,91.85858],[24.22448,91.85214],[24.23002,91.84477],[24.22566,91.83299],[24.21693,91.82341],[24.22213,91.80776],[24.22549,91.78162],[24.25051,91.74222],[24.14452,91.7587],[24.15158,91.72924],[24.16519,91.70991],[24.16922,91.68911],[24.20466,91.67677],[24.23606,91.66959],[24.23152,91.65652],[24.21893,91.64786],[24.19794,91.64897],[24.18467,91.65523],[24.17997,91.64271],[24.15748,91.6438],[24.13928,91.63267],[24.11398,91.63771],[24.10325,91.63414],[24.09788,91.6163],[24.09577,91.6079],[24.10114,91.59698],[24.09692,91.59047],[24.08657,91.58669],[24.08006,91.58837],[24.08044,91.5701],[24.07814,91.55016],[24.09157,91.50105],[24.09809,91.49874],[24.10422,91.46178],[24.10154,91.45444],[24.10959,91.43491],[24.11572,91.42042],[24.11706,91.40887],[24.10935,91.3878],[24.10954,91.37416],[24.07734,91.37395],[24.04858,91.39389],[24.02806,91.38801],[24.00601,91.36996],[23.98184,91.37332],[23.98817,91.3624],[23.98587,91.33909],[23.99392,91.33741],[23.99738,91.30508],[23.99929,91.30172],[23.97474,91.29668],[23.98472,91.28387],[23.96841,91.27127],[23.94423,91.26035],[23.93694,91.2698],[23.92638,91.27169],[23.92849,91.24838],[23.92983,91.22907],[23.92312,91.23453],[23.9141,91.24397],[23.90527,91.24019],[23.90085,91.2276],[23.87877,91.22907],[23.86975,91.23516],[23.83673,91.2509],[23.80984,91.22948],[23.79198,91.22339],[23.77661,91.2278],[23.75874,91.22297],[23.74451,91.21835],[23.74989,91.21226],[23.75355,91.18644],[23.74989,91.16124],[23.74029,91.15452],[23.71397,91.14797],[23.6861,91.15141],[23.68876,91.19455],[23.68295,91.20249],[23.65071,91.19878],[23.65628,91.19031],[23.66428,91.16914],[23.67349,91.15538],[23.66186,91.15723],[23.64731,91.1575],[23.62258,91.15723],[23.59784,91.16014],[23.59275,91.1657],[23.59057,91.1747],[23.58523,91.17205],[23.57674,91.18264],[23.56267,91.19508],[23.5456,91.19321],[23.54414,91.20379],[23.52061,91.19824],[23.5109,91.20671],[23.51284,91.21994],[23.49901,91.21597],[23.49707,91.22126],[23.49949,91.2345],[23.48614,91.23688],[23.48857,91.24641],[23.47959,91.24879],[23.46672,91.24641],[23.44584,91.25408],[23.4388,91.25329],[23.4303,91.26943],[23.42384,91.26009],[23.4134,91.27464],[23.37429,91.27703],[23.34343,91.29211],[23.31888,91.28894],[23.31208,91.29608],[23.30576,91.31011],[23.29312,91.29661],[23.28485,91.30243],[23.25154,91.31461],[23.22066,91.32043],[23.15733,91.32117],[23.14978,91.33202],[23.13007,91.33652],[23.09258,91.35002],[23.06775,91.37014],[23.05192,91.4011],[23.06263,91.42122],[23.08528,91.4191],[23.10402,91.40454],[23.11546,91.40375],[23.16852,91.38787],[23.2145,91.39237],[23.22933,91.40216],[23.25195,91.41328],[23.25779,91.43207],[23.25633,91.44689],[23.24466,91.44345],[23.24077,91.45721],[23.23031,91.46462],[23.2235,91.44821],[23.21523,91.44954],[23.2128,91.46224],[23.21742,91.47521],[23.20963,91.48183],[23.19869,91.47865],[23.19625,91.46674],[23.18993,91.4715],[23.18433,91.48924],[23.16803,91.48844],[23.14832,91.48765],[23.10061,91.51332],[23.06458,91.53052],[23.05947,91.52285],[23.05289,91.52285],[23.0373,91.52523],[23.03552,91.54678],[23.01457,91.53619],[23.01652,91.54175],[22.99654,91.54069],[22.98923,91.54466],[22.96194,91.57377],[22.97145,91.58886],[22.96633,91.60315],[22.9539,91.59786],[22.94196,91.60447],[22.93196,91.61612],[22.94098,91.63279],[22.97656,91.64761],[22.97461,91.6627],[22.97461,91.68043],[22.98655,91.69949],[22.97851,91.70955],[22.9885,91.72384],[22.9963,91.72728],[23.00263,91.73919],[23.00945,91.74792],[23.02724,91.76513],[23.02651,91.77624],[23.03186,91.78498],[23.06791,91.78154],[23.06085,91.79689],[23.06158,91.81065],[23.0701,91.82071],[23.08252,91.82759],[23.08982,91.83659],[23.09664,91.83579],[23.10409,91.82173],[23.13866,91.81538],[23.15253,91.81591],[23.18221,91.80638],[23.20703,91.79182],[23.21287,91.795],[23.22892,91.79156],[23.25494,91.78044],[23.27415,91.77727],[23.27925,91.76403],[23.30915,91.76747],[23.32396,91.79237],[23.33295,91.79422],[23.33271,91.80322],[23.34826,91.81434],[23.35069,91.8281],[23.3643,91.82943],[23.3643,91.83975],[23.38349,91.83975],[23.39199,91.84583],[23.40244,91.84742],[23.40341,91.8596],[23.41337,91.87468],[23.42405,91.88342],[23.42964,91.8948],[23.43255,91.90433],[23.43328,91.91385],[23.43012,91.93159],[23.43313,91.94537],[23.463,91.94092],[23.4643,91.94786],[23.47262,91.95355],[23.4723,91.96102],[23.47817,91.96298],[23.47377,91.97258],[23.50166,91.97347],[23.52336,91.96529],[23.52319,91.96102],[23.52906,91.96102],[23.53412,91.96493],[23.5532,91.95995],[23.57179,91.9612],[23.6033,91.95556],[23.61862,91.95468],[23.6662,91.94418],[23.68771,91.9424],[23.6921,91.96037],[23.71458,91.95556],[23.73093,91.96013],[23.72702,91.97205],[23.72669,91.97792],[23.6736,91.99464],[23.66203,92.00496],[23.65486,92.02666],[23.64378,92.04106],[23.6446,92.05796],[23.6446,92.08215],[23.67751,92.08571],[23.67409,92.10012],[23.68875,92.11026],[23.69266,92.12396],[23.71872,92.14121],[23.72946,92.14708],[23.73809,92.16505],[23.71692,92.16967],[23.70536,92.17821],[23.70471,92.19795],[23.68402,92.21147],[23.67653,92.20418],[23.65356,92.20489],[23.64997,92.21521],[23.65193,92.22588],[23.66806,92.23691],[23.68777,92.23709],[23.69363,92.24402],[23.71546,92.24367],[23.72197,92.2522],[23.721,92.26857],[23.70992,92.27924],[23.69591,92.2892],[23.678,92.28707],[23.64313,92.27053],[23.63238,92.27408],[23.62185,92.27978],[23.62788,92.28244],[23.62364,92.29134],[23.61924,92.28725],[23.59381,92.28351],[23.5811,92.30254],[23.54278,92.30628],[23.5299,92.30361],[23.50527,92.31517],[23.46938,92.31464],[23.46318,92.3246],[23.42418,92.331],[23.4325,92.3415],[23.39251,92.35128],[23.38092,92.35164],[23.3623,92.35786],[23.35414,92.37583],[23.32275,92.36024],[23.30462,92.38016],[23.28403,92.3782],[23.23925,92.39474],[23.23746,92.34369],[23.22707,92.35051],[23.19003,92.35069],[23.16386,92.35727],[23.12985,92.35442],[23.1233,92.36278],[23.10531,92.35727],[23.09467,92.36065],[23.08911,92.36936],[23.08207,92.37417],[23.07667,92.38039],[23.068,92.38431],[23.05965,92.3868],[23.05163,92.38751],[23.03723,92.38182],[23.03169,92.3807],[23.01352,92.37643],[23.00288,92.37999],[22.98814,92.38052],[22.97078,92.37216],[22.94343,92.37216],[22.9354,92.36967],[22.92885,92.37678],[22.92738,92.39653],[22.91509,92.39582],[22.90706,92.40222],[22.9146,92.40578],[22.90837,92.41841],[22.88232,92.43353],[22.89231,92.44598],[22.8756,92.44687],[22.86986,92.45042],[22.86216,92.45007],[22.85544,92.45665],[22.84282,92.45042],[22.83069,92.45861],[22.82347,92.45007],[22.78773,92.46768],[22.74338,92.47357],[22.73272,92.50523],[22.71614,92.51413],[22.70942,92.51092],[22.67364,92.52106],[22.65132,92.52231],[22.60609,92.5274],[22.57768,92.5338],[22.57308,92.52704],[22.56109,92.51957],[22.53316,92.53736],[22.50474,92.54341],[22.48814,92.54145],[22.45017,92.54608],[22.40397,92.55159],[22.35034,92.56902],[22.28238,92.57863],[22.25967,92.58201],[22.24765,92.58717],[22.21538,92.58646],[22.1999,92.59215],[22.17338,92.5925],[22.16976,92.60513],[22.14439,92.60709],[22.12692,92.60442],[22.12923,92.59606],[22.14043,92.59553],[22.14521,92.5797],[22.1373,92.56707],[22.13055,92.56173],[22.1233,92.56298],[22.1167,92.57276],[22.10121,92.57347],[22.08094,92.58379],[22.06215,92.59144],[22.05885,92.60122],[22.04121,92.59197],[22.03055,92.59251],[22.02643,92.59714],[22.00763,92.59625],[21.99559,92.60657],[21.98982,92.60763],[21.98372,92.60123],[21.97135,92.60639],[21.97827,92.62044],[21.98636,92.63805],[22.01258,92.65424],[22.00714,92.68163],[22.03055,92.68572],[22.06781,92.68661],[22.07688,92.69568],[22.13374,92.6955],[22.1484,92.70173],[22.14444,92.7245],[22.12945,92.73784],[22.12121,92.76007],[22.10572,92.77217],[22.10111,92.79191],[22.08924,92.796],[22.09336,92.80525],[22.08331,92.81433],[22.07457,92.81628],[22.06996,92.83407],[22.05792,92.83852],[22.05825,92.84723],[22.06501,92.85773],[22.05495,92.86271],[22.0233,92.86271],[22.01845,92.8734],[22.01152,92.87785],[22.00938,92.88674],[21.93762,92.90061],[21.9401,92.90808],[21.95181,92.91307],[21.97474,92.91894],[21.99107,92.92445],[22.00657,92.93779],[22.02521,92.94953],[22.02735,92.95522],[22.00938,92.96305],[21.99355,92.97657],[21.97986,92.97781],[21.97656,92.99169],[21.98035,93.00343],[21.98843,93.00698],[22.00311,93.00414],[22.0163,93.00876],[22.03213,92.99827],[22.04401,93.00022],[22.07038,93.0077],[22.09132,93.01552],[22.10055,93.00645],[22.09857,93.02851],[22.09692,93.05821],[22.10384,93.06017],[22.1269,93.05698],[22.14651,93.04311],[22.16282,93.04702],[22.16381,93.05005],[22.19181,93.04364],[22.19873,93.04951],[22.20383,93.0625],[22.19626,93.08633],[22.20004,93.10768],[22.17007,93.12333],[22.1755,93.15286],[22.1872,93.15873],[22.20021,93.16264],[22.21487,93.15019],[22.21948,93.15428],[22.24055,93.14468],[22.245,93.14663],[22.24434,93.16051],[22.24467,93.18079],[22.25372,93.19786],[22.2636,93.20444],[22.285,93.19768],[22.2952,93.20071],[22.32055,93.19857],[22.33898,93.19679],[22.37517,93.1911],[22.38997,93.1911],[22.41858,93.18434],[22.42907,93.18868],[22.44189,93.17801],[22.4557,93.16466],[22.4557,93.14047],[22.47691,93.13709],[22.49384,93.13852],[22.51093,93.1282],[22.52621,93.13051],[22.52785,93.11077],[22.53442,93.11397],[22.54625,93.11095],[22.56251,93.11896],[22.57007,93.12697],[22.57647,93.12981],[22.58304,93.14209],[22.59667,93.14173],[22.61605,93.13728],[22.63231,93.12323],[22.64068,93.11268],[22.65709,93.11179],[22.67679,93.0997],[22.68368,93.10503],[22.70961,93.09738],[22.72307,93.10041],[22.73747,93.10565],[22.75272,93.10974],[22.77454,93.10298],[22.79488,93.10013],[22.80734,93.10013],[22.82045,93.11312],[22.84931,93.12041],[22.86619,93.12646],[22.88241,93.13126],[22.89421,93.13589],[22.90585,93.13304],[22.91437,93.14033],[22.90585,93.14798],[22.90568,93.16577],[22.91502,93.16737],[22.92108,93.15866],[22.92731,93.15154],[22.95155,93.14674],[22.96564,93.14069],[22.97416,93.14443],[22.98775,93.14176],[22.99446,93.1398],[22.9961,93.13215],[23.00936,93.1245],[23.02573,93.12699],[23.03109,93.12925],[23.0419,93.12658],[23.05139,93.13956],[23.04026,93.15308],[23.04272,93.16429],[23.05778,93.18403],[23.04763,93.18688],[23.05205,93.20129],[23.02356,93.21072],[23.00687,93.22993],[23.00457,93.24042],[23.00736,93.2703],[23.00375,93.27528],[23.00359,93.28738],[23.00932,93.29983],[23.01816,93.30695],[23.01718,93.31858],[23.04648,93.32979],[23.04763,93.33548],[23.05908,93.3458],[23.07267,93.35433],[23.08478,93.34526],[23.09803,93.35789],[23.10948,93.36358],[23.12486,93.37781],[23.13451,93.38813],[23.14662,93.38813],[23.14465,93.37408],[23.17344,93.37443],[23.18699,93.38315],[23.21102,93.38119],[23.21511,93.39115],[23.27885,93.37177],[23.33276,93.37532],[23.35203,93.36091],[23.35693,93.37941],[23.35693,93.38991],[23.37211,93.39364],[23.38469,93.40414],[23.39644,93.40289],[23.43235,93.39293],[23.47168,93.40129],[23.49957,93.3972],[23.51691,93.41132],[23.54138,93.42004],[23.56306,93.41719],[23.56861,93.42253],[23.58898,93.42893],[23.63364,93.42662],[23.66574,93.42929],[23.67861,93.43854],[23.69034,93.43996],[23.69067,93.43],[23.71151,93.4147],[23.73187,93.41364],[23.75939,93.39692],[23.8131,93.40705],[23.82449,93.39478],[23.85459,93.39069],[23.88745,93.39016],[23.92371,93.39869],[23.93261,93.39318],[23.93668,93.36774],[23.96204,93.3528],[23.99341,93.33946],[24.01534,93.33662],[24.02623,93.34124],[24.04069,93.34053],[24.04718,93.33128],[24.067,93.34071],[24.07836,93.33523],[24.08535,93.34127],[24.08405,93.34857],[24.08697,93.36048],[24.08096,93.38645],[24.07755,93.4014],[24.06423,93.41385],[24.03889,93.42363],[24.01534,93.43057],[24.00803,93.44942],[23.99483,93.45174],[23.9945,93.45832],[23.97468,93.45974],[23.96281,93.47095],[23.95241,93.4834],[23.94135,93.50385],[23.93989,93.51559],[23.95355,93.52538],[23.95159,93.53623],[23.95826,93.55348],[23.97728,93.55899],[23.97484,93.56878],[23.96769,93.56949],[23.95988,93.58034],[23.95663,93.59048],[23.9685,93.6008],[23.97126,93.6104],[24.00425,93.61841],[24.0075,93.62659],[24.00734,93.63851],[24.00604,93.64989],[24.001,93.65185],[24.00003,93.66305],[24.00328,93.67568],[24.00393,93.6892],[23.99564,93.72229],[23.99889,93.73687],[23.99353,93.74274],[24.00117,93.75057],[24.00068,93.7559],[23.97533,93.76604],[23.96037,93.77796],[23.95176,93.7897],[23.94005,93.8002],[23.93013,93.79771],[23.92461,93.80535],[23.91973,93.82385],[23.92948,93.83915],[23.93013,93.85605],[23.93599,93.87437],[23.94298,93.89305],[23.94883,93.89874],[23.94851,93.91653],[23.94834,93.93307],[23.93908,93.94445],[23.92688,93.95584],[23.92412,93.97398],[23.92574,93.98341],[23.91924,93.99817],[23.92435,94.01588],[23.91297,94.02567],[23.91216,94.03385],[23.8837,94.04737],[23.88597,94.06533],[23.87849,94.07956],[23.885,94.09575],[23.85507,94.1066],[23.83815,94.11211],[23.83213,94.1235],[23.83359,94.14751],[23.8458,94.14467],[23.8458,94.15747],[23.92338,94.1749],[23.93069,94.19198],[23.97978,94.20319],[24.03434,94.23986],[24.04588,94.23755],[24.08437,94.25694],[24.12561,94.25373],[24.1631,94.26245],[24.17171,94.27793],[24.23238,94.29358],[24.23449,94.29838],[24.23287,94.30674],[24.25574,94.31368],[24.27698,94.32222],[24.32752,94.32324],[24.33222,94.3517],[24.37987,94.37963],[24.39347,94.36362],[24.41,94.39724],[24.44012,94.41094],[24.45453,94.39884],[24.46247,94.40098],[24.4806,94.39955],[24.4806,94.42837],[24.57219,94.45843],[24.57025,94.4691],[24.57883,94.47639],[24.59209,94.50984],[24.64349,94.54092],[24.6839,94.54946],[24.7062,94.54394],[24.70976,94.55533],[24.70248,94.56582],[24.71266,94.57578],[24.70394,94.58574],[24.70733,94.59321],[24.70766,94.5998],[24.71783,94.61118],[24.74465,94.62523],[24.75871,94.63288],[24.78374,94.6231],[24.80397,94.63164],[24.83819,94.63573],[24.85563,94.65387],[24.86676,94.6585],[24.87531,94.67255],[24.88758,94.69034],[24.92678,94.70545],[24.93017,94.71417],[24.93469,94.71631],[24.9642,94.69996],[24.98436,94.70939],[24.99645,94.72771],[25.0253,94.74265],[25.04545,94.74692],[25.06446,94.74514],[25.06656,94.74034],[25.08267,94.74568],[25.11166,94.73981],[25.12696,94.74283],[25.13534,94.73678],[25.1363,94.72718],[25.14774,94.70512],[25.16062,94.69196],[25.14999,94.67986],[25.15691,94.67773],[25.16754,94.65887],[25.17028,94.64624],[25.17205,94.63717],[25.18975,94.62188],[25.18428,94.60587],[25.20022,94.58879],[25.20923,94.58648],[25.21438,94.58381],[25.25702,94.59128],[25.26972,94.58915],[25.32183,94.61405],[25.35639,94.63682],[25.38966,94.63539],[25.40348,94.64909],[25.40348,94.66012],[25.42308,94.67559],[25.4414,94.67666],[25.46244,94.68805],[25.46886,94.71651],[25.4687,94.72327],[25.48058,94.74497],[25.49118,94.7519],[25.47721,94.76275],[25.47801,94.78979],[25.48845,94.79406],[25.4923,94.80971],[25.51318,94.81541],[25.52216,94.82661],[25.54014,94.82839],[25.56149,94.85045],[25.56181,94.8894],[25.56437,94.90061],[25.57849,94.89545],[25.58844,94.88371],[25.59422,94.89314],[25.59438,94.90274],[25.60609,94.91591],[25.63287,94.9232],[25.64682,94.92604],[25.65628,94.93529],[25.69556,94.97959],[25.71864,95.00075],[25.73034,95.03046],[25.74956,95.04682],[25.76222,95.05074],[25.79858,95.05394],[25.86662,95.01854],[25.88375,95.02103],[25.89655,95.01623],[25.92455,95.0406],[25.92615,95.04842],[25.93416,95.05694],[25.94007,95.07882],[25.96774,95.11386],[25.97862,95.12276],[26.02242,95.15904],[26.04755,95.169],[26.0736,95.18946],[26.09796,95.17017],[26.10629,95.13466],[26.17887,95.12975],[26.2122,95.14886],[26.23474,95.13138],[26.26022,95.13302],[26.3254,95.13084],[26.35135,95.13466],[26.39344,95.13466],[26.3998,95.10025],[26.42622,95.10844],[26.4629,95.07785],[26.48181,95.08878],[26.50968,95.115],[26.54535,95.12155],[26.5561,95.14285],[26.5864,95.16252],[26.60789,95.15706],[26.63426,95.18328],[26.64402,95.20349],[26.65672,95.22425],[26.67576,95.23517],[26.67673,95.25375],[26.65476,95.25702],[26.6533,95.27341],[26.64939,95.30345],[26.65965,95.31984],[26.66795,95.34606],[26.66746,95.36354],[26.68552,95.38375],[26.68357,95.40233],[26.7026,95.44111],[26.71382,95.43838],[26.73187,95.46132],[26.74066,95.48099],[26.76309,95.49574],[26.79333,95.50885],[26.80406,95.50939],[26.8104,95.52906],[26.82454,95.53998],[26.83087,95.55473],[26.8143,95.56129],[26.80747,95.61701],[26.84452,95.63667],[26.87035,95.64486],[26.89276,95.66617],[26.87766,95.7055],[26.87717,95.73336],[26.90738,95.75958],[26.95462,95.76723],[26.96922,95.78198],[26.99162,95.79563],[27.00524,95.8082],[27.00524,95.83551],[27.00865,95.87047],[27.02471,95.89833],[27.03979,95.92509],[27.05001,95.95405],[27.08821,95.96775],[27.14024,96.01254],[27.18107,96.03275],[27.21216,96.08847],[27.23354,96.14801],[27.24568,96.18844],[27.27141,96.23323],[27.2685,96.27584],[27.28646,96.30752],[27.28112,96.34467],[27.28695,96.41185],[27.29812,96.43862],[27.29472,96.47959],[27.28015,96.52111],[27.31025,96.55443],[27.3316,96.59968],[27.35004,96.60022],[27.35975,96.60842],[27.35587,96.64283],[27.35247,96.70292],[27.35975,96.71494],[27.34713,96.75044],[27.34422,96.78486],[27.2986,96.82692],[27.26656,96.84604],[27.25199,96.88264],[27.22576,96.87663],[27.20828,96.84713],[27.18495,96.8526],[27.16114,96.89739],[27.15239,96.95638],[27.13295,96.99681],[27.12371,97.03177],[27.10864,97.03887],[27.09502,97.0569],[27.08627,97.07328],[27.09016,97.08475],[27.0887,97.11207],[27.09697,97.11098],[27.09065,97.12682],[27.08773,97.14102],[27.10135,97.1585],[27.1276,97.16669],[27.14559,97.17052],[27.20519,97.11981],[27.28775,97.05153],[27.32658,97.01001],[27.37025,96.97396],[27.41051,96.96741],[27.45996,96.90841],[27.49437,96.9237],[27.50793,96.93845],[27.57623,96.91114],[27.59801,96.89748],[27.64012,96.93299],[27.65996,96.94829],[27.66141,96.97888],[27.69528,96.99963],[27.74122,97.02968],[27.73106,97.06191],[27.733,97.09304],[27.78085,97.12473],[27.81758,97.17061],[27.85815,97.21541],[27.90016,97.26075],[27.90933,97.30008],[27.88471,97.32138],[27.86636,97.36071],[27.88761,97.38529],[27.92864,97.37437],[27.95084,97.37928],[27.96242,97.37109],[27.98365,97.38966],[28.01307,97.3984],[28.069,97.35907],[28.06707,97.32848],[28.11237,97.33394],[28.16402,97.36036],[28.20351,97.36691],[28.21891,97.35216],[28.21785,97.34333],[28.21639,97.33189],[28.22378,97.31719],[28.23037,97.30215],[28.23434,97.2984],[28.23447,97.28655],[28.24772,97.28523],[28.24534,97.27567],[28.24748,97.27296],[28.26251,97.26806],[28.28289,97.24286],[28.29526,97.24059],[28.31381,97.22116],[28.30581,97.21063],[28.33545,97.18191],[28.336,97.16456],[28.35618,97.14658],[28.37054,97.1065],[28.37436,97.07592],[28.35746,97.04783],[28.34127,97.03563],[28.33254,97.02117],[28.32909,97.00093],[28.334,96.97655],[28.352,96.94721],[28.356,96.92696],[28.36455,96.92448],[28.38072,96.90486],[28.39308,96.88853],[28.40235,96.88833],[28.41525,96.89742],[28.43057,96.88973],[28.45165,96.86783],[28.48561,96.8637],[28.51539,96.78519],[28.51775,96.76391],[28.54207,96.75213],[28.56002,96.76123],[28.57254,96.74677],[28.57653,96.73416],[28.58597,96.71515],[28.59159,96.69264],[28.61154,96.65545],[28.6159,96.61351],[28.60175,96.58871],[28.57689,96.53913],[28.56056,96.52529],[28.53098,96.51351],[28.46634,96.50847],[28.44654,96.50578],[28.43455,96.49587],[28.44782,96.48409],[28.49104,96.47996],[28.49122,96.44835],[28.50303,96.44132],[28.50829,96.42934],[28.50847,96.40909],[28.51483,96.41426],[28.52427,96.44215],[28.53007,96.45868],[28.55222,96.48182],[28.56165,96.48533],[28.57073,96.47583],[28.58778,96.45165],[28.59721,96.4624],[28.6061,96.49566],[28.62279,96.49855],[28.62261,96.5126],[28.66735,96.54799],[28.67804,96.53724],[28.68421,96.54551],[28.68421,96.55646],[28.69436,96.56451],[28.68874,96.5734],[28.68076,96.57546],[28.68022,96.59117],[28.66826,96.60274],[28.66227,96.60129],[28.65891,96.61168],[28.66471,96.63027],[28.65927,96.63254],[28.66018,96.64163],[28.66598,96.6499],[28.67722,96.64205],[28.69153,96.64804],[28.70295,96.62965],[28.71709,96.63688],[28.73593,96.63337],[28.74209,96.6185],[28.75911,96.60589],[28.78139,96.60589],[28.78338,96.59019],[28.78066,96.58234],[28.78302,96.57945],[28.79135,96.57883],[28.82049,96.5937],[28.82095,96.57942],[28.82892,96.56764],[28.85262,96.54987],[28.85244,96.54223],[28.868,96.52426],[28.8823,96.53004],[28.89496,96.52136],[28.90979,96.52095],[28.91594,96.53066],[28.93878,96.51764],[28.94837,96.50711],[28.95017,96.48066],[28.93065,96.47323],[28.94565,96.44781],[28.95994,96.44079],[28.9809,96.43604],[28.98651,96.43335],[28.99689,96.43254],[29.00087,96.43647],[29.00882,96.43399],[29.03068,96.39597],[29.03646,96.37387],[29.04675,96.36519],[29.05271,96.36478],[29.07095,96.36436],[29.07077,96.35713],[29.07619,96.35507],[29.09154,96.36023],[29.10977,96.37015],[29.10959,96.36602],[29.10255,96.34722],[29.10363,96.30941],[29.10002,96.29061],[29.10255,96.27862],[29.1002,96.26871],[29.08829,96.25941],[29.08287,96.24743],[29.07113,96.24102],[29.05741,96.2342],[29.04079,96.22491],[29.02941,96.21313],[29.02977,96.20259],[29.0361,96.20156],[29.04296,96.184],[29.05181,96.18875],[29.05777,96.18648],[29.07186,96.19908],[29.08179,96.19887],[29.09894,96.19061],[29.10923,96.18607],[29.11717,96.19598],[29.12638,96.22532],[29.1298,96.23813],[29.13414,96.24288],[29.13937,96.24619],[29.14839,96.24701],[29.15326,96.25817],[29.15723,96.26395],[29.15615,96.2747],[29.15507,96.29389],[29.15669,96.29823],[29.16355,96.30216],[29.17004,96.30154],[29.18437,96.30266],[29.19375,96.30245],[29.19934,96.29212],[29.20403,96.28572],[29.21196,96.28696],[29.21196,96.27353],[29.21377,96.26299],[29.21575,96.25907],[29.22188,96.26341],[29.22837,96.2632],[29.23198,96.26217],[29.24604,96.26444],[29.24784,96.25349],[29.24911,96.24089],[29.25217,96.22932],[29.25866,96.22188],[29.26407,96.21795],[29.26605,96.20804],[29.26479,96.19481],[29.26839,96.1913],[29.27344,96.18386],[29.2792,96.1818],[29.28551,96.17622],[29.2893,96.17168],[29.29524,96.16837],[29.2965,96.15556],[29.29758,96.15122],[29.31146,96.14709],[29.31524,96.14296],[29.32947,96.14564],[29.3464,96.13924],[29.35198,96.12271],[29.35684,96.11589],[29.36765,96.08965],[29.36729,96.08449],[29.37359,96.07168],[29.37539,96.06548],[29.38385,96.05846],[29.38493,96.05102],[29.37809,96.0349],[29.36999,96.02891],[29.36387,96.01652],[29.36585,96.0097],[29.37107,96.00123],[29.36999,95.98904],[29.36387,95.98284],[29.37089,95.97891],[29.37521,95.96652],[29.37503,95.96197],[29.36891,95.95082],[29.36855,95.94338],[29.36351,95.93987],[29.35,95.93739],[29.34532,95.92706],[29.3419,95.91218],[29.33073,95.8878],[29.31614,95.87789],[29.31938,95.8659],[29.31866,95.85826],[29.32082,95.84483],[29.32443,95.84049],[29.33397,95.8409],[29.34226,95.84421],[29.35324,95.8409],[29.3545,95.83822],[29.34987,95.81241],[29.3378,95.79505],[29.32537,95.77832],[29.32371,95.75514],[29.29723,95.73428],[29.2884,95.74626],[29.27849,95.7475],[29.27579,95.75101],[29.2556,95.73304],[29.24064,95.72663],[29.23253,95.72911],[29.22279,95.73861],[29.21973,95.7287],[29.21774,95.71816],[29.2071,95.70969],[29.21828,95.70576],[29.22658,95.69791],[29.22423,95.68717],[29.22676,95.67085],[29.2255,95.66382],[29.21612,95.65122],[29.21323,95.64399],[29.21828,95.64151],[29.22423,95.63841],[29.23389,95.6247],[29.23659,95.61333],[29.23803,95.60342],[29.22704,95.59598],[29.21748,95.59494],[29.21045,95.59412],[29.20504,95.59226],[29.19512,95.60176],[29.19142,95.59813],[29.18925,95.58821],[29.18546,95.58222],[29.18041,95.57355],[29.19971,95.54896],[29.19502,95.53057],[29.19106,95.52913],[29.19322,95.51611],[29.19719,95.50867],[29.19484,95.50206],[29.18583,95.5002],[29.17735,95.50289],[29.16977,95.50516],[29.16364,95.51239],[29.15516,95.51136],[29.14866,95.5126],[29.13314,95.50805],[29.12827,95.5064],[29.13892,95.48946],[29.14469,95.48305],[29.14523,95.47334],[29.13964,95.46653],[29.14181,95.46115],[29.16842,95.45992],[29.187,95.45166],[29.19313,95.44153],[29.19493,95.43017],[29.18321,95.4184],[29.17527,95.41612],[29.16824,95.41716],[29.16481,95.41282],[29.15056,95.41302],[29.14388,95.40745],[29.12981,95.41096],[29.12584,95.39959],[29.1336,95.39773],[29.13702,95.38678],[29.13738,95.37501],[29.13757,95.34774],[29.14262,95.33204],[29.13847,95.32026],[29.14208,95.30497],[29.13793,95.29691],[29.12565,95.28534],[29.1188,95.27605],[29.11049,95.27667],[29.10544,95.27109],[29.07389,95.26993],[29.07262,95.26311],[29.08274,95.26063],[29.08562,95.25072],[29.08508,95.24018],[29.10639,95.23171],[29.11072,95.20774],[29.10639,95.19886],[29.10584,95.18213],[29.10639,95.17283],[29.09953,95.15527],[29.09158,95.14143],[29.09321,95.13419],[29.10061,95.13233],[29.10097,95.11849],[29.09808,95.10548],[29.10945,95.1187],[29.11288,95.12118],[29.13111,95.09948],[29.14519,95.09825],[29.14862,95.07614],[29.14862,95.06808],[29.15547,95.05445],[29.15349,95.03874],[29.17135,95.0028],[29.17604,94.99103],[29.17387,94.98483],[29.16918,94.98607],[29.16681,94.99596],[29.15509,95.00505],[29.13668,95.01434],[29.12946,95.01848],[29.13253,95.00277],[29.14552,94.99451],[29.16236,94.96166],[29.16218,94.9379],[29.15767,94.92488],[29.16073,94.91208],[29.16975,94.90856],[29.17733,94.89885],[29.1813,94.88336],[29.18076,94.86456],[29.18491,94.84803],[29.17751,94.82985],[29.17408,94.82262],[29.16506,94.80815],[29.17408,94.8034],[29.18563,94.79968],[29.2033,94.80423],[29.20943,94.8065],[29.22079,94.79369],[29.21917,94.77613],[29.22945,94.75444],[29.24387,94.74865],[29.25234,94.75155],[29.26393,94.74678],[29.27456,94.73893],[29.28934,94.73707],[29.29384,94.7224],[29.29294,94.71662],[29.30249,94.7129],[29.30826,94.70525],[29.32033,94.69306],[29.31168,94.67426],[29.30519,94.66414],[29.30988,94.65298],[29.29979,94.64493],[29.29666,94.62388],[29.28765,94.61768],[29.28224,94.61334],[29.27359,94.58999],[29.26765,94.58462],[29.26098,94.57842],[29.25719,94.56995],[29.24602,94.56954],[29.24133,94.56479],[29.2379,94.55818],[29.23123,94.5559],[29.22979,94.54991],[29.22222,94.54041],[29.226,94.52181],[29.23412,94.51024],[29.22456,94.50012],[29.21356,94.49723],[29.20905,94.48566],[29.21284,94.46975],[29.21482,94.45591],[29.20653,94.44868],[29.19409,94.45178],[29.18525,94.44537],[29.18904,94.43525],[29.18777,94.42616],[29.18254,94.41686],[29.18723,94.40488],[29.18886,94.38608],[29.16296,94.38375],[29.15629,94.3792],[29.15791,94.37238],[29.1543,94.34615],[29.15719,94.33561],[29.1552,94.32466],[29.15773,94.31908],[29.1552,94.30544],[29.15141,94.29326],[29.1333,94.29252],[29.12355,94.28674],[29.11272,94.27661],[29.10207,94.27104],[29.09341,94.27455],[29.08619,94.28261],[29.08221,94.29583],[29.07752,94.31194],[29.0712,94.31298],[29.0656,94.31091],[29.05946,94.31856],[29.05242,94.32269],[29.04357,94.32496],[29.03905,94.32723],[29.03436,94.34624],[29.03273,94.35595],[29.02876,94.36504],[29.02081,94.36359],[29.01503,94.35595],[29.00635,94.34562],[28.99828,94.3301],[28.99521,94.32101],[28.99575,94.30557],[28.98545,94.30103],[28.97388,94.28451],[28.96918,94.2717],[28.95327,94.27211],[28.94604,94.2655],[28.93827,94.26364],[28.93357,94.25806],[28.93158,94.24711],[28.93158,94.23327],[28.93266,94.22025],[28.93501,94.21302],[28.93574,94.20187],[28.937,94.1872],[28.93773,94.17625],[28.92959,94.16716],[28.92127,94.16447],[28.91223,94.16798],[28.91151,94.17335],[28.89939,94.14381],[28.89089,94.13224],[28.89089,94.11633],[28.8851,94.09567],[28.88329,94.08369],[28.88546,94.07811],[28.87967,94.0715],[28.87641,94.05766],[28.86035,94.05477],[28.85691,94.0306],[28.84931,94.02337],[28.83574,94.01882],[28.82234,94.01738],[28.80985,94.01758],[28.79628,94.01738],[28.79501,94.00684],[28.79284,93.99713],[28.79845,93.98639],[28.8075,93.9899],[28.81691,93.98143],[28.82325,93.97668],[28.81239,93.96098],[28.80044,93.94321],[28.79157,93.9366],[28.78016,93.91656],[28.76875,93.90581],[28.74756,93.9178],[28.74376,93.91284],[28.75915,93.8959],[28.7443,93.86119],[28.74992,93.84053],[28.74231,93.82565],[28.74249,93.80954],[28.73615,93.79693],[28.74068,93.79012],[28.73398,93.78557],[28.71495,93.78268],[28.70082,93.75458],[28.68378,93.72938],[28.67436,93.72318],[28.66674,93.70872],[28.68007,93.68909],[28.67155,93.67194],[28.67119,93.65872],[28.65687,93.63868],[28.66902,93.62979],[28.68062,93.63083],[28.69113,93.62298],[28.68642,93.5988],[28.67409,93.53662],[28.675,93.52133],[28.66865,93.50666],[28.66031,93.5017],[28.62858,93.50108],[28.62941,93.48772],[28.6227,93.47325],[28.61708,93.45879],[28.6091,93.4528],[28.59078,93.4435],[28.58661,93.43565],[28.58352,93.42594],[28.58588,93.41664],[28.57862,93.41499],[28.5701,93.39743],[28.55939,93.39268],[28.55032,93.38875],[28.53405,93.38947],[28.53278,93.37873],[28.53768,93.36303],[28.52879,93.34753],[28.52371,93.32749],[28.53387,93.30456],[28.54331,93.30022],[28.54476,93.28782],[28.5513,93.27997],[28.55819,93.28658],[28.56109,93.27274],[28.54767,93.25084],[28.47886,93.18101],[28.4518,93.16531],[28.43799,93.16882],[28.42546,93.16634],[28.41074,93.16324],[28.40256,93.16159],[28.3793,93.14403],[28.36984,93.14837],[28.36384,93.13494],[28.35366,93.12543],[28.3473,93.11552],[28.34403,93.10477],[28.34221,93.09816],[28.32766,93.08535],[28.32784,93.07853],[28.32384,93.07399],[28.31729,93.068],[28.30802,93.06304],[28.31438,93.05023],[28.30765,93.04403],[28.30511,93.02936],[28.30201,93.02668],[28.29783,93.00312],[28.27363,92.99197],[28.26981,92.96759],[28.26053,92.95168],[28.26126,92.94342],[28.24998,92.93185],[28.23869,92.92854],[28.22868,92.92709],[28.2194,92.92937],[28.21849,92.93515],[28.21048,92.92751],[28.20429,92.92234],[28.20174,92.91759],[28.20356,92.89321],[28.20247,92.8804],[28.19172,92.86573],[28.1848,92.84673],[28.17715,92.83185],[28.18225,92.81057],[28.19045,92.7926],[28.18644,92.77566],[28.17952,92.76842],[28.17078,92.77008],[28.16586,92.76553],[28.16386,92.75768],[28.16368,92.74983],[28.16331,92.74281],[28.15657,92.73888],[28.15803,92.73495],[28.16149,92.73206],[28.16204,92.72338],[28.16878,92.71822],[28.16805,92.71388],[28.16258,92.70582],[28.15767,92.70252],[28.15329,92.69425],[28.15074,92.68599],[28.15293,92.67814],[28.14728,92.67153],[28.14273,92.67215],[28.13581,92.66843],[28.11027,92.66442],[28.09934,92.66421],[28.09113,92.65636],[28.08348,92.65512],[28.07728,92.65533],[28.0689,92.66318],[28.06653,92.67537],[28.06616,92.68756],[28.06598,92.70512],[28.06361,92.71545],[28.05522,92.72536],[28.04811,92.73115],[28.03972,92.73445],[28.03516,92.73466],[28.02751,92.72805],[28.02112,92.72495],[28.01182,92.72123],[28.00124,92.71751],[27.99157,92.72082],[27.98701,92.72784],[27.985,92.72929],[27.98008,92.72722],[27.97734,92.72371],[27.96981,92.71113],[27.96525,92.7039],[27.96525,92.69502],[27.94992,92.68345],[27.94992,92.67126],[27.94116,92.66382],[27.93312,92.66238],[27.92564,92.65266],[27.91597,92.64833],[27.91377,92.63924],[27.91469,92.62415],[27.91633,92.61114],[27.91907,92.60948],[27.91542,92.59977],[27.9114,92.5911],[27.90063,92.58593],[27.8873,92.57767],[27.88383,92.57911],[27.88584,92.56754],[27.87726,92.56114],[27.8789,92.55102],[27.87123,92.53965],[27.8652,92.52912],[27.8557,92.52478],[27.84913,92.51156],[27.85369,92.50061],[27.84712,92.49358],[27.83652,92.47395],[27.82748,92.47412],[27.82474,92.46772],[27.81652,92.46834],[27.79532,92.45987],[27.80007,92.45119],[27.80153,92.44272],[27.80592,92.43446],[27.80391,92.42743],[27.8167,92.42722],[27.83314,92.43053],[27.83844,92.4266],[27.83442,92.41297],[27.82383,92.40181],[27.82346,92.39376],[27.81505,92.36876],[27.80555,92.34996],[27.79824,92.3326],[27.8008,92.32599],[27.81286,92.32454],[27.8251,92.31669],[27.8326,92.30409],[27.84027,92.30388],[27.85525,92.30554],[27.86164,92.30016],[27.87023,92.29748],[27.87863,92.29087],[27.88776,92.27888],[27.88995,92.26463],[27.88484,92.25389],[27.89214,92.24528],[27.88831,92.23371],[27.88082,92.22338],[27.87443,92.21326],[27.87236,92.2078],[27.86396,92.21049],[27.85903,92.19355],[27.84857,92.18475],[27.84988,92.17314],[27.83568,92.16202],[27.83874,92.13829],[27.82519,92.13162],[27.80967,92.10963],[27.79634,92.07998],[27.78606,92.04859],[27.78016,92.03228],[27.78628,91.99423],[27.78278,91.98014],[27.77666,91.97397],[27.76201,91.97248],[27.74999,91.96581],[27.74189,91.96186],[27.73752,91.9537],[27.73336,91.9369],[27.7233,91.92479],[27.73074,91.90972],[27.73315,91.89934],[27.72593,91.89119],[27.72308,91.87364],[27.73271,91.87512],[27.73774,91.86252],[27.76464,91.85437],[27.7701,91.84374],[27.78278,91.84448],[27.79291,91.82379],[27.78766,91.81613],[27.7905,91.80575],[27.78176,91.80575],[27.7776,91.79809],[27.78045,91.77857],[27.77389,91.77783],[27.78897,91.77338],[27.79422,91.76819],[27.79684,91.75682],[27.80231,91.7499],[27.79946,91.7415],[27.79356,91.73557],[27.79378,91.72939],[27.78372,91.72544],[27.79728,91.70715],[27.81717,91.6901],[27.8305,91.66267],[27.83531,91.64958],[27.83596,91.63006],[27.83968,91.62091],[27.84011,91.60806],[27.83531,91.59596],[27.83247,91.5752],[27.82875,91.56309],[27.81717,91.56309],[27.81389,91.57026],[27.80952,91.5794],[27.81498,91.58953],[27.81673,91.59843],[27.82023,91.60683],[27.81542,91.61745],[27.81017,91.62536],[27.80471,91.63376],[27.79772,91.63401],[27.78941,91.63525],[27.7811,91.63525],[27.77017,91.63796],[27.76711,91.64291],[27.75705,91.63969],[27.74699,91.63228],[27.73824,91.63376],[27.73146,91.63525],[27.72184,91.63104],[27.71418,91.62487],[27.70959,91.62586],[27.70149,91.62758],[27.69274,91.61844],[27.69099,91.60658],[27.68069,91.59396],[27.67238,91.59173],[27.66493,91.57839],[27.66472,91.569],[27.63517,91.55961],[27.62663,91.56085],[27.60824,91.58086],[27.59619,91.56826],[27.58349,91.56258],[27.56925,91.57271],[27.56925,91.5816],[27.55545,91.57987],[27.53924,91.59445],[27.53946,91.61076],[27.52697,91.61447],[27.51053,91.62336],[27.50198,91.63992],[27.49708,91.64666],[27.48392,91.64938],[27.48261,91.66001],[27.49182,91.6736],[27.49247,91.68496],[27.49905,91.68793],[27.50256,91.69361],[27.49598,91.70696],[27.49598,91.71313],[27.47384,91.71141],[27.46989,91.72154],[27.46617,91.74699],[27.47252,91.75514],[27.47077,91.76354],[27.46507,91.76453],[27.46507,91.77318],[27.46551,91.78677],[27.46967,91.80407],[27.47121,91.81148],[27.4677,91.82359],[27.46682,91.8315],[27.47077,91.84237],[27.47844,91.85077],[27.47888,91.86338],[27.47252,91.86585],[27.46836,91.87548],[27.47121,91.8871],[27.4677,91.9002],[27.46748,91.91181],[27.4688,91.91848],[27.46288,91.9296],[27.45608,91.94937],[27.45827,91.96099],[27.46463,91.97359],[27.462,91.98495],[27.46682,91.99138],[27.47318,91.99731],[27.47296,92.00843],[27.47252,92.01461],[27.46025,92.01708],[27.44709,92.0193],[27.43722,92.02622],[27.43612,92.03759],[27.42845,92.03932],[27.41924,92.03586],[27.41265,92.03882],[27.40607,92.0492],[27.39708,92.05513],[27.38391,92.05044],[27.37316,92.04377],[27.36175,92.04525],[27.35144,92.04896],[27.34441,92.05686],[27.33541,92.06106],[27.32707,92.06255],[27.31851,92.07169],[27.3027,92.08874],[27.3016,92.09912],[27.28909,92.11222],[27.28843,92.11592],[27.2825,92.11864],[27.27767,92.11889],[27.27239,92.11246],[27.27086,92.09739],[27.27415,92.08602],[27.28184,92.07762],[27.28008,92.06428],[27.27152,92.0539],[27.26932,92.04401],[27.25899,92.03388],[27.25108,92.03734],[27.25218,92.04969],[27.24603,92.06057],[27.24054,92.066],[27.23373,92.06798],[27.22186,92.066],[27.21043,92.06131],[27.2034,92.0576],[27.19175,92.05686],[27.18582,92.05118],[27.18208,92.04285],[27.18208,92.03667],[27.17812,92.03272],[27.17131,92.02778],[27.16559,92.02333],[27.15548,92.02926],[27.14624,92.03247],[27.13921,92.03272],[27.12975,92.03198],[27.11458,92.02481],[27.10468,92.02259],[27.09874,92.02531],[27.0929,92.02865],[27.08184,92.02922],[27.07392,92.02972],[27.07018,92.03194],[27.06401,92.03342],[27.05345,92.03738],[27.04751,92.04924],[27.03937,92.07815],[27.03306,92.07987],[27.02558,92.07567],[27.01567,92.07912],[27.01237,92.08777],[27.00246,92.0979],[26.99696,92.10211],[26.98661,92.10557],[26.92805,92.11498],[26.92153,92.11299],[26.91517,92.11349],[26.90791,92.11731],[26.90169,92.11399],[26.89725,92.11266],[26.88999,92.10751],[26.88391,92.1012],[26.8774,92.0997],[26.87058,92.10103],[26.85117,92.05686],[26.85073,92.02049],[26.8614,91.98794],[26.88377,91.96269],[26.90598,91.92898],[26.92198,91.8941],[26.91428,91.85806],[26.86495,91.82385],[26.81487,91.72355],[26.81502,91.70578],[26.80894,91.69182],[26.82332,91.62639],[26.80701,91.59201],[26.79323,91.50001],[26.79841,91.4824],[26.80125,91.46826],[26.81711,91.44584],[26.83993,91.40698],[26.79636,91.37742],[26.78139,91.33939],[26.78791,91.30003],[26.80273,91.2786],[26.81341,91.23476],[26.81444,91.18676],[26.81355,91.1758],[26.81222,91.14624],[26.82289,91.09725],[26.78168,91.05357],[26.79226,90.99517],[26.78351,90.9608],[26.78899,90.96379],[26.7887,90.94701],[26.77713,90.82329],[26.77596,90.74185],[26.77033,90.71644],[26.77048,90.69817],[26.77211,90.69169],[26.78605,90.67492],[26.77982,90.64768],[26.79642,90.63257],[26.8044,90.58725],[26.81774,90.54905],[26.87775,90.46036],[26.90515,90.41652],[26.90204,90.35391],[26.88841,90.34694],[26.87686,90.34527],[26.86886,90.33398],[26.8613,90.31837],[26.85212,90.30475],[26.85108,90.29761],[26.86012,90.25327],[26.86101,90.22969],[26.83685,90.19929],[26.80035,90.18245],[26.78864,90.18361],[26.7839,90.19125],[26.78093,90.19225],[26.7753,90.18976],[26.76803,90.18743],[26.73141,90.04533],[26.73364,90.01693],[26.72251,89.96695],[26.7237,89.90367],[26.7372,89.86497],[26.73483,89.85833],[26.71866,89.86348],[26.70308,89.86149],[26.71183,89.81034],[26.70278,89.77214],[26.71421,89.76948],[26.71866,89.76051],[26.728,89.76068],[26.73512,89.75271],[26.73038,89.74058],[26.72489,89.72447],[26.73067,89.71883],[26.73394,89.70338],[26.73824,89.70073],[26.73527,89.68844],[26.74097,89.67793],[26.74084,89.66963],[26.73054,89.66668],[26.71961,89.65655],[26.71873,89.64895],[26.7235,89.64782],[26.724,89.63826],[26.72664,89.63741],[26.72375,89.62447],[26.72966,89.62081],[26.73732,89.62362],[26.74373,89.63108],[26.74662,89.63924],[26.7666,89.64951],[26.76848,89.65528],[26.77665,89.6512],[26.78318,89.64065],[26.78406,89.62897],[26.77941,89.62095],[26.78632,89.61772],[26.78782,89.60885],[26.7887,89.60125],[26.79385,89.59535],[26.79398,89.58775],[26.79674,89.57874],[26.80026,89.56918],[26.81495,89.55905],[26.81319,89.54948],[26.81081,89.5461],[26.81658,89.53231],[26.81482,89.5257],[26.81394,89.50685],[26.80616,89.50319],[26.80415,89.48997],[26.80478,89.46731],[26.80905,89.45915],[26.81872,89.4517],[26.83039,89.45254],[26.83579,89.4493],[26.84194,89.441],[26.83805,89.42314],[26.84244,89.41286],[26.84307,89.39134],[26.86039,89.38444],[26.86353,89.37952],[26.84608,89.32606],[26.85186,89.32662],[26.85324,89.31691],[26.84972,89.31297],[26.84144,89.29637],[26.83278,89.28512],[26.83052,89.27541],[26.81708,89.26359],[26.81884,89.25318],[26.82185,89.24066],[26.81671,89.21308],[26.81206,89.19535],[26.81997,89.1772],[26.80804,89.13387],[26.82336,89.12402],[26.82763,89.11502],[26.84295,89.10123],[26.86177,89.10517],[26.8737,89.09476],[26.89339,89.09701],[26.89816,89.08026],[26.90569,89.0683],[26.90042,89.04917],[26.91686,89.05058],[26.92426,89.04551],[26.92488,89.03032],[26.94194,89.02286],[26.94107,89.01639],[26.93668,89.01118],[26.92476,88.99444],[26.91924,88.98065],[26.93392,88.94674],[26.94947,88.95547],[26.96276,88.9549],[26.97192,88.95209],[26.98997,88.92845],[26.99436,88.92241],[26.98696,88.9127],[26.96727,88.89638],[26.95787,88.88512],[26.94784,88.8795],[26.95298,88.87739],[26.96088,88.8719],[26.97028,88.87598],[26.98934,88.8757],[26.99473,88.87204],[27,88.87359],[27.01015,88.87471],[27.01567,88.8764],[27.0277,88.87823],[27.0376,88.88118],[27.04123,88.88118],[27.04411,88.87921],[27.05352,88.88107],[27.06442,88.88163],[27.07469,88.87755],[27.08743,88.87649],[27.09347,88.87851],[27.1054,88.87282],[27.11129,88.87264],[27.1121,88.86474],[27.11047,88.85189],[27.11504,88.84675],[27.11782,88.83592],[27.12125,88.82637],[27.12469,88.81738],[27.13024,88.81077],[27.13596,88.80838],[27.14102,88.80508],[27.13759,88.79425],[27.13694,88.78232],[27.13792,88.77369],[27.13841,88.76212],[27.14294,88.74894],[27.1498,88.75335],[27.14948,88.75996],[27.15356,88.76124],[27.15989,88.75944],[27.16953,88.76311],[27.1786,88.77039],[27.18072,88.77846],[27.18121,88.78581],[27.18301,88.79113],[27.19264,88.79278],[27.20048,88.79646],[27.2106,88.80527],[27.22464,88.80527],[27.24814,88.8049],[27.25435,88.82803],[27.26185,88.83189],[27.26577,88.86603],[27.26136,88.88164],[27.26528,88.88696],[27.26887,88.89779],[27.27213,88.90421],[27.27784,88.91137],[27.2891,88.91468],[27.2989,88.91208],[27.3035,88.91085],[27.30942,88.91455],[27.31502,88.91751],[27.32115,88.92195],[27.3262,88.92294],[27.32839,88.9227],[27.33168,88.91862],[27.33277,88.91295],[27.32959,88.90579],[27.33376,88.90271],[27.33431,88.89679],[27.34044,88.89284],[27.3456,88.88469],[27.35206,88.8863],[27.35327,88.88371],[27.36203,88.88284],[27.36717,88.87017],[27.37141,88.86613],[27.37956,88.86669],[27.38722,88.86375],[27.38804,88.86191],[27.38494,88.84025],[27.38119,88.8386],[27.39081,88.83199],[27.39553,88.8241],[27.40727,88.82354],[27.40678,88.81014],[27.41737,88.80941],[27.42405,88.80959],[27.43025,88.79638],[27.44067,88.79527],[27.44866,88.79564],[27.45012,88.78958],[27.46983,88.77912],[27.47684,88.78573],[27.48726,88.78573],[27.49963,88.7861],[27.50289,88.78812],[27.51185,88.79142],[27.52129,88.79013],[27.5278,88.79693],[27.53496,88.79252],[27.53073,88.78334],[27.53562,88.77783],[27.54327,88.77563],[27.55661,88.77545],[27.56573,88.76554],[27.56866,88.77104],[27.56849,88.78206],[27.57419,88.79417],[27.58379,88.79142],[27.59485,88.80739],[27.60445,88.81051],[27.61112,88.80941],[27.61974,88.81235],[27.62495,88.80721],[27.64463,88.81676],[27.64154,88.82263],[27.64609,88.83273],[27.65764,88.84448],[27.67276,88.85053],[27.67926,88.85035],[27.68414,88.84778],[27.69129,88.85145],[27.70657,88.84117],[27.71404,88.84962],[27.71469,88.85824],[27.73728,88.86155],[27.74053,88.86761],[27.74914,88.86742],[27.75564,88.8643],[27.75645,88.85769],[27.77091,88.85512],[27.77741,88.85806],[27.78797,88.85935],[27.80502,88.86283],[27.81606,88.85971],[27.82856,88.8744],[27.82921,88.88284],[27.83846,88.88505],[27.84642,88.88358],[27.85356,88.88707],[27.85697,88.89],[27.86638,88.88725],[27.86995,88.88248],[27.88131,88.88064],[27.88894,88.88229],[27.89526,88.88119],[27.90321,88.8733],[27.91441,88.87146],[27.9269,88.86577],[27.92982,88.85935],[27.93128,88.83658],[27.94295,88.83934],[27.95252,88.84594],[27.97133,88.84264],[27.98106,88.84337],[27.99046,88.84301],[28.01672,88.83897],[28.02579,88.81437],[28.03568,88.80336],[28.05026,88.79307],[28.05901,88.776],[28.06986,88.76737],[28.08347,88.75489],[28.07537,88.73176],[28.08071,88.70973],[28.08023,88.69229],[28.07958,88.67852],[28.0731,88.67871],[28.07699,88.66916],[28.08654,88.66604],[28.09302,88.66329],[28.10274,88.64878],[28.11958,88.63942],[28.12379,88.63428],[28.11828,88.62565],[28.11051,88.60656],[28.10177,88.60454],[28.0927,88.60179],[28.09108,88.59206],[28.0859,88.58233],[28.0914,88.57058],[28.09312,88.5706],[28.08227,88.55188],[28.07417,88.55353],[28.05862,88.55206],[28.04923,88.54821],[28.04258,88.54967],[28.03902,88.55078],[28.03545,88.54031],[28.0374,88.53187],[28.04145,88.52361],[28.04842,88.51369],[28.05344,88.50103],[28.05652,88.49423],[28.04842,88.49056],[28.04437,88.48047],[28.03707,88.47422],[28.02508,88.46945],[28.01836,88.46378],[28.01707,88.45405],[28.00977,88.43844],[28.00961,88.42761],[27.99924,88.41348],[27.9853,88.41109],[27.97865,88.38998],[27.99048,88.37731],[27.99081,88.36152],[27.98984,88.35124],[27.98562,88.33858],[27.98497,88.33123],[27.97833,88.3294],[27.98238,88.3204],[27.97703,88.31214],[27.97054,88.31086],[27.96795,88.30113],[27.96876,88.29158],[27.9673,88.28167],[27.95563,88.27524],[27.95855,88.26496],[27.95384,88.25799],[27.94703,88.2556],[27.95157,88.25028],[27.96876,88.24055],[27.9716,88.23475],[27.96268,88.22227],[27.96512,88.21474],[27.9659,88.20961],[27.96184,88.20429],[27.95,88.20392],[27.94449,88.20374],[27.94595,88.1885],[27.95098,88.1773],[27.95454,88.16941],[27.96233,88.16188],[27.96152,88.15601],[27.96898,88.14114],[27.95098,88.12774],[27.93768,88.13453],[27.92876,88.12535],[27.91627,88.11507],[27.90864,88.11892],[27.89778,88.13122],[27.89112,88.13324],[27.88317,88.13324],[27.8757,88.1387],[27.87619,88.14678],[27.87051,88.15192],[27.86548,88.16514],[27.8546,88.17689],[27.85184,88.19561],[27.84178,88.19653],[27.8348,88.18955],[27.82035,88.18148],[27.82165,88.1712],[27.81386,88.17322],[27.80882,88.18111],[27.79973,88.18515],[27.79275,88.19304],[27.78609,88.18772],[27.77665,88.17776],[27.76527,88.17684],[27.7565,88.17243],[27.74952,88.17684],[27.74464,88.1695],[27.74302,88.15463],[27.72904,88.15261],[27.71734,88.15352],[27.70483,88.14508],[27.6941,88.14545],[27.68565,88.1471],[27.67541,88.14324],[27.66858,88.14122],[27.6598,88.13664],[27.65443,88.12746],[27.64874,88.12011],[27.64403,88.11663],[27.63492,88.11442],[27.62764,88.11654],[27.61089,88.1114],[27.60438,88.10314],[27.59853,88.09176],[27.59234,88.08349],[27.57965,88.07542],[27.5668,88.07083],[27.56582,88.07689],[27.55866,88.07211],[27.55508,88.06404],[27.54841,88.06495],[27.54238,88.05853],[27.5349,88.05669],[27.52952,88.05798],[27.51607,88.0553],[27.51135,88.05677],[27.50614,88.05016],[27.50239,88.04428],[27.49523,88.04171],[27.48513,88.04061],[27.47683,88.04098],[27.4627,88.05858],[27.4544,88.06408],[27.44658,88.06647],[27.44022,88.06592],[27.43501,88.06977],[27.42931,88.0773],[27.42817,88.06555],[27.41969,88.05564],[27.41106,88.04426],[27.40242,88.04609],[27.37927,88.03746],[27.369,88.0382],[27.35987,88.04407],[27.35188,88.05454],[27.34389,88.05986],[27.33688,88.0617],[27.32384,88.04906],[27.31356,88.04466],[27.30639,88.04025],[27.29709,88.03915],[27.28681,88.02905],[27.28077,88.02905],[27.26495,88.02832],[27.25026,88.02703],[27.24569,88.02391],[27.23769,88.01932],[27.23312,88.01473],[27.22317,88.014],[27.21647,88.00922],[27.20798,88.01014],[27.20015,88.00996],[27.19427,88.01161],[27.18209,88.01124],[27.17523,88.01179],[27.17212,88.01455],[27.16363,88.00464],[27.15579,88.00592],[27.14681,88.00408],[27.1388,87.99692],[27.1308,87.99234],[27.12737,87.98793],[27.11773,87.98775],[27.1071,87.98811],[27.10318,87.99105],[27.10204,87.99784],[27.10253,88.00445],[27.09452,88.00665],[27.08864,88.01235],[27.08619,88.01895],[27.07752,88.01492],[27.0736,88.0151],[27.06919,88.01675],[27.06281,88.02097],[27.0378,88.03511],[27.03485,88.03988],[27.03305,88.04833],[27.02758,88.05858],[27.02856,88.06482],[27.03412,88.0762],[27.02676,88.07932],[27.01629,88.08153],[27.0104,88.08703],[27.0055,88.0874],[27.00026,88.09621],[27.0001,88.10062],[26.99061,88.1109],[26.9875,88.11714],[26.9862,88.12815],[26.98603,88.13293],[26.97491,88.1254],[26.96362,88.11989],[26.95691,88.12008],[26.95036,88.11971],[26.93924,88.12356],[26.93433,88.12962],[26.92892,88.13697],[26.9214,88.14247],[26.9119,88.14706],[26.9065,88.15092],[26.91698,88.14339],[26.90077,88.13697],[26.89782,88.13678],[26.89046,88.14119],[26.88538,88.14963],[26.87195,88.16413],[26.86393,88.16983],[26.85574,88.17056],[26.85132,88.16432],[26.84018,88.16413],[26.8333,88.17166],[26.82462,88.17111],[26.81675,88.1746],[26.80922,88.17423],[26.77202,88.18598],[26.7516,88.18927],[26.71127,88.1788],[26.71045,88.17384],[26.6988,88.1665],[26.6883,88.16632],[26.67715,88.16338],[26.66977,88.16301],[26.65517,88.16375],[26.64418,88.16063],[26.63236,88.15236],[26.6299,88.143],[26.62284,88.14043],[26.61299,88.13768],[26.60758,88.13694],[26.6038,88.12923],[26.59658,88.12721],[26.58739,88.12703],[26.57885,88.11693],[26.57327,88.11069],[26.558,88.10262],[26.54601,88.10555],[26.5401,88.10041],[26.52745,88.09986],[26.52055,88.10206],[26.50774,88.08866],[26.50347,88.08958],[26.5033,88.09582],[26.48917,88.09894],[26.47898,88.09839],[26.46847,88.09288],[26.4614,88.08976],[26.45022,88.09325],[26.43921,88.09344],[26.4351,88.08609],[26.42524,88.0782],[26.41307,88.06663],[26.40962,88.05856],[26.40216,88.04528],[26.39065,88.03188],[26.3844,88.02527],[26.37256,88.02454],[26.36763,88.02435],[26.36204,88.01003],[26.36993,88.00508],[26.3696,87.99498],[26.39378,87.99351],[26.39855,87.96561],[26.42304,87.92779],[26.42896,87.92614],[26.43373,87.91825],[26.44096,87.92724],[26.44704,87.92687],[26.44984,87.91053],[26.45099,87.90264],[26.45806,87.91072],[26.46742,87.90925],[26.48156,87.89879],[26.48862,87.88796],[26.47843,87.883],[26.47055,87.86244],[26.46463,87.8562],[26.44852,87.85858],[26.44688,87.84922],[26.43915,87.84702],[26.44178,87.83105],[26.45099,87.83123],[26.46217,87.81618],[26.47071,87.79268],[26.46743,87.78475],[26.45889,87.78016],[26.44935,87.77025],[26.43587,87.77227],[26.42979,87.77319],[26.42289,87.7675],[26.42207,87.75924],[26.41319,87.75593],[26.41812,87.74804],[26.41894,87.73849],[26.40957,87.73188],[26.41269,87.72454],[26.4173,87.72509],[26.42963,87.71242],[26.42963,87.69939],[26.43735,87.69186],[26.43587,87.67718],[26.41845,87.67644],[26.40743,87.64982],[26.3951,87.65037],[26.39543,87.62467],[26.39115,87.61091],[26.38194,87.60558],[26.3831,87.58833],[26.39411,87.58998],[26.39822,87.57162],[26.4071,87.55547],[26.42009,87.54757],[26.42272,87.53325],[26.43209,87.51623],[26.43817,87.48594],[26.44228,87.46703],[26.43406,87.44169],[26.42452,87.42792],[26.42387,87.41783],[26.41976,87.38607],[26.40923,87.37505],[26.40923,87.36624],[26.39016,87.3556],[26.37092,87.35119],[26.3622,87.35615],[26.35036,87.34109],[26.35463,87.33779],[26.36335,87.32237],[26.37338,87.31301],[26.3696,87.30328],[26.37486,87.29098],[26.37454,87.26821],[26.38851,87.26729],[26.40825,87.26711],[26.4117,87.25903],[26.41137,87.25059],[26.41532,87.24839],[26.41581,87.22801],[26.40759,87.21846],[26.41499,87.21369],[26.41597,87.18597],[26.40512,87.18615],[26.40578,87.16761],[26.4066,87.15788],[26.41778,87.13751],[26.42847,87.12521],[26.45115,87.09234],[26.52673,87.08078],[26.54316,87.07435],[26.56073,87.07417],[26.58519,87.07344],[26.58732,87.07197],[26.58897,87.03984],[26.57041,87.04131],[26.53347,87.01451],[26.52493,86.99119],[26.52706,86.98128],[26.5218,86.97339],[26.52542,86.96549],[26.5223,86.95888],[26.52131,86.95283],[26.52131,86.94805],[26.51737,86.94236],[26.51901,86.9352],[26.50801,86.93006],[26.49108,86.92823],[26.48911,86.89352],[26.48155,86.88802],[26.46414,86.89206],[26.46167,86.88324],[26.45608,86.86966],[26.4597,86.86287],[26.45049,86.85387],[26.45049,86.84543],[26.44293,86.84212],[26.44244,86.83441],[26.44343,86.82303],[26.46134,86.76649],[26.45789,86.7597],[26.45164,86.75878],[26.44786,86.75162],[26.43708,86.74267],[26.42919,86.74193],[26.42706,86.73294],[26.43166,86.72523],[26.43708,86.72192],[26.43938,86.70284],[26.45302,86.6955],[26.46535,86.64337],[26.4711,86.62996],[26.4808,86.62978],[26.48901,86.61546],[26.48918,86.60481],[26.49394,86.59105],[26.49657,86.57287],[26.51267,86.55984],[26.52384,86.55672],[26.54054,86.54508],[26.54481,86.52672],[26.54448,86.51846],[26.5412,86.51314],[26.54465,86.50102],[26.56879,86.45788],[26.57486,86.42943],[26.58652,86.39877],[26.5939,86.39932],[26.60539,86.35636],[26.60802,86.34516],[26.6182,86.34498],[26.62296,86.30588],[26.61573,86.2934],[26.61935,86.27761],[26.61836,86.25081],[26.59784,86.23172],[26.5944,86.23062],[26.59292,86.21501],[26.60293,86.20014],[26.61639,86.195],[26.61688,86.1816],[26.61852,86.17279],[26.61656,86.15553],[26.6113,86.1548],[26.60868,86.13883],[26.61885,86.14378],[26.62985,86.13993],[26.63116,86.11974],[26.65183,86.07588],[26.65905,86.07166],[26.66824,86.02577],[26.66233,86.01163],[26.6579,86.01108],[26.65823,86.00007],[26.66003,85.97198],[26.64888,85.95564],[26.6387,85.95032],[26.6282,85.95399],[26.62607,85.94738],[26.62,85.94316],[26.61359,85.94518],[26.61868,85.93673],[26.6177,85.9248],[26.61195,85.92462],[26.61064,85.91415],[26.60457,85.90718],[26.60128,85.89818],[26.59439,85.90038],[26.59634,85.89194],[26.58781,85.88716],[26.58419,85.88331],[26.58748,85.88019],[26.57779,85.86789],[26.57007,85.85852],[26.57401,85.85118],[26.57976,85.85265],[26.58797,85.86128],[26.60849,85.85302],[26.6121,85.84898],[26.61193,85.8297],[26.60324,85.8297],[26.60488,85.81997],[26.61587,85.80529],[26.62572,85.80272],[26.63179,85.76931],[26.63737,85.76123],[26.6395,85.75132],[26.65493,85.73553],[26.66559,85.73846],[26.66871,85.73186],[26.6756,85.72837],[26.68462,85.72672],[26.70479,85.72635],[26.71693,85.72782],[26.72595,85.7302],[26.73717,85.73512],[26.75077,85.73072],[26.78011,85.73714],[26.79601,85.73512],[26.80469,85.7298],[26.80961,85.72907],[26.8219,85.72227],[26.83271,85.70557],[26.84532,85.67693],[26.85384,85.64462],[26.87336,85.63508],[26.87435,85.62406],[26.8565,85.60369],[26.85191,85.59047],[26.85912,85.58294],[26.86272,85.57468],[26.857,85.57068],[26.84357,85.56352],[26.84521,85.55636],[26.83604,85.55287],[26.83931,85.54369],[26.81572,85.51799],[26.81785,85.50661],[26.81277,85.49578],[26.79901,85.49357],[26.80425,85.47705],[26.79344,85.47742],[26.78934,85.46347],[26.784,85.45079],[26.79154,85.43225],[26.78777,85.42638],[26.79285,85.41903],[26.7922,85.40526],[26.7804,85.3959],[26.77401,85.38048],[26.76303,85.37442],[26.76057,85.36616],[26.76434,85.36157],[26.76008,85.35423],[26.75319,85.3445],[26.7445,85.3344],[26.74614,85.32394],[26.75057,85.31862],[26.75417,85.30375],[26.75631,85.27034],[26.7568,85.25969],[26.76171,85.2461],[26.76253,85.23711],[26.76319,85.22977],[26.76,85.21319],[26.76869,85.20273],[26.77672,85.19557],[26.78852,85.19557],[26.79557,85.193],[26.79786,85.18382],[26.79999,85.18382],[26.81244,85.17776],[26.81867,85.18327],[26.83161,85.19428],[26.84062,85.19337],[26.85225,85.19337],[26.8665,85.19502],[26.87026,85.19282],[26.87141,85.18382],[26.87108,85.1673],[26.87206,85.13774],[26.86961,85.13205],[26.8737,85.12563],[26.87321,85.10452],[26.8683,85.08597],[26.85995,85.08597],[26.85798,85.08138],[26.86175,85.07569],[26.85536,85.07276],[26.85503,85.06486],[26.85765,85.06009],[26.85471,85.05422],[26.84996,85.05495],[26.85536,85.03017],[26.87075,85.03176],[26.87452,85.04461],[26.8796,85.05342],[26.88254,85.06388],[26.88729,85.06315],[26.89139,85.0536],[26.8945,85.02166],[26.8963,85.00716],[26.91283,85.0022],[26.91742,84.9732],[26.92855,84.97503],[26.93657,84.98164],[26.96128,84.96604],[26.96308,84.94915],[26.96995,84.92895],[26.97126,84.90417],[26.98058,84.88453],[26.9886,84.86103],[27.00037,84.85938],[27.00066,84.85384],[27.00851,84.85696],[27.01685,84.83713],[27.02405,84.8263],[27.02225,84.81749],[27.01734,84.80684],[27.00802,84.80427],[27.00606,84.79436],[26.99886,84.79325],[27.00099,84.78793],[27.01113,84.79013],[27.01718,84.78316],[27.01947,84.77288],[27.01227,84.76131],[27.00458,84.75856],[27.0162,84.73433],[27.01571,84.72405],[27.02307,84.71542],[27.02879,84.70073],[27.03435,84.6798],[27.04628,84.64531],[27.05282,84.6477],[27.06786,84.64715],[27.0744,84.6532],[27.08258,84.66257],[27.0883,84.67101],[27.0981,84.67762],[27.11069,84.67468],[27.11722,84.67964],[27.13258,84.67964],[27.14222,84.68496],[27.15529,84.68551],[27.15872,84.68918],[27.16509,84.68019],[27.16803,84.68221],[27.17325,84.68001],[27.18142,84.68691],[27.1904,84.68361],[27.2015,84.68379],[27.20803,84.68801],[27.21636,84.68967],[27.22403,84.68967],[27.23595,84.68343],[27.25994,84.67039],[27.31769,84.63753],[27.3371,84.6234],[27.33906,84.61715],[27.33841,84.61073],[27.34102,84.59806],[27.34933,84.56208],[27.35504,84.51839],[27.35846,84.49489],[27.36449,84.4747],[27.3583,84.46901],[27.36335,84.46423],[27.36498,84.44753],[27.37297,84.44386],[27.37265,84.43321],[27.37444,84.42311],[27.37232,84.39117],[27.3777,84.38144],[27.37851,84.36694],[27.37737,84.34674],[27.38699,84.31609],[27.39237,84.29938],[27.38878,84.29167],[27.40492,84.2779],[27.41763,84.27992],[27.43164,84.27368],[27.44126,84.2601],[27.45068,84.26057],[27.45476,84.25359],[27.45704,84.24497],[27.45883,84.22991],[27.45182,84.22092],[27.44303,84.21871],[27.44677,84.20862],[27.46339,84.20752],[27.4673,84.21082],[27.47528,84.20366],[27.47463,84.18806],[27.4787,84.17447],[27.48815,84.16327],[27.4888,84.15189],[27.49743,84.14767],[27.50134,84.15061],[27.5186,84.15171],[27.52185,84.14382],[27.51453,84.12693],[27.52104,84.11683],[27.5225,84.10949],[27.52006,84.09627],[27.50671,84.09609],[27.49189,84.09315],[27.48131,84.06598],[27.45753,84.0546],[27.4471,84.05074],[27.44123,84.02376],[27.43895,84.02174],[27.44824,83.99604],[27.44368,83.97823],[27.44889,83.96978],[27.44466,83.95033],[27.45117,83.94151],[27.44449,83.9226],[27.43895,83.90682],[27.43912,83.89874],[27.43504,83.87194],[27.43113,83.86349],[27.41891,83.85835],[27.3886,83.86313],[27.37213,83.86386],[27.35632,83.8556],[27.36985,83.8343],[27.39447,83.78015],[27.47007,83.6164],[27.48098,83.38711],[27.46958,83.38711],[27.46258,83.39794],[27.45117,83.39647],[27.44286,83.38069],[27.43146,83.38289],[27.41419,83.40235],[27.40734,83.4018],[27.39039,83.38069],[27.37507,83.38454],[27.36953,83.37022],[27.36007,83.37022],[27.35159,83.357],[27.33855,83.34305],[27.33545,83.33571],[27.33953,83.31662],[27.33333,83.31313],[27.33773,83.29312],[27.35453,83.27329],[27.36512,83.26669],[27.38452,83.27476],[27.40751,83.2408],[27.41288,83.22538],[27.42396,83.21253],[27.44717,83.19638],[27.45678,83.18757],[27.45987,83.16388],[27.45434,83.08146],[27.45059,83.03612],[27.45515,83.01812],[27.46606,82.96562],[27.47014,82.95424],[27.47779,82.94653],[27.49229,82.94029],[27.50222,82.93019],[27.50238,82.90945],[27.49961,82.87695],[27.50303,82.83271],[27.4975,82.80022],[27.50075,82.78608],[27.50368,82.73854],[27.51264,82.74019],[27.52013,82.75065],[27.5268,82.75102],[27.55073,82.74441],[27.55692,82.75157],[27.56359,82.7512],[27.57937,82.75543],[27.58442,82.76057],[27.59467,82.75671],[27.60898,82.74092],[27.61956,82.74074],[27.62932,82.74368],[27.64021,82.73982],[27.65784,82.73364],[27.66467,82.72042],[27.6728,82.71803],[27.67784,82.7217],[27.69198,82.71987],[27.70157,82.70738],[27.72546,82.71106],[27.72351,82.69655],[27.71815,82.68609],[27.71912,82.67012],[27.72416,82.66443],[27.71636,82.65121],[27.7128,82.63272],[27.71199,82.62501],[27.70549,82.61858],[27.70939,82.60096],[27.69803,82.59319],[27.70063,82.58548],[27.68812,82.54234],[27.69104,82.52343],[27.69153,82.51297],[27.68465,82.48656],[27.68351,82.4805],[27.67945,82.4715],[27.68319,82.44874],[27.6918,82.42928],[27.71344,82.39439],[27.74382,82.36832],[27.75649,82.33546],[27.77517,82.30169],[27.81235,82.25489],[27.82323,82.23084],[27.84433,82.20955],[27.86965,82.15245],[27.86154,82.14731],[27.86673,82.12106],[27.87858,82.1139],[27.89594,82.09187],[27.90032,82.09096],[27.92619,82.07073],[27.92375,82.061],[27.9257,82.04448],[27.93122,81.98977],[27.93057,81.96664],[27.92375,81.95966],[27.91808,81.95783],[27.90964,81.94737],[27.89423,81.93727],[27.88952,81.93672],[27.8832,81.92699],[27.87476,81.92295],[27.86177,81.92295],[27.85577,81.90165],[27.85934,81.88532],[27.86859,81.87577],[27.8892,81.8453],[27.89585,81.83832],[27.90514,81.82075],[27.9053,81.80533],[27.98996,81.69812],[27.9945,81.64433],[27.99903,81.63937],[28.00341,81.62395],[28.01151,81.61716],[28.02432,81.59326],[28.04993,81.55068],[28.08362,81.48],[28.11018,81.48128],[28.11892,81.48514],[28.12588,81.47541],[28.12928,81.46623],[28.14151,81.45116],[28.15381,81.45116],[28.16255,81.44823],[28.1755,81.41812],[28.17453,81.39481],[28.17955,81.37388],[28.16353,81.36323],[28.15657,81.37333],[28.14896,81.37351],[28.14362,81.368],[28.14271,81.33446],[28.13607,81.31978],[28.14951,81.33061],[28.16019,81.32216],[28.1754,81.32602],[28.2021,81.32143],[28.22248,81.29867],[28.26033,81.26048],[28.28988,81.23483],[28.32706,81.23574],[28.36131,81.21243],[28.37326,81.14965],[28.38522,81.08191],[28.41218,81.04685],[28.41558,81.03639],[28.40427,81.03272],[28.41428,81.02115],[28.42752,81.03639],[28.43947,81.03309],[28.43592,81.01803],[28.44076,81.01656],[28.45287,81.01895],[28.45658,81.00023],[28.44496,80.98903],[28.4448,80.9692],[28.45868,80.98169],[28.45803,80.96773],[28.45222,80.95874],[28.46061,80.94277],[28.4682,80.94717],[28.46965,80.94056],[28.46223,80.92881],[28.47481,80.90936],[28.48256,80.90789],[28.49837,80.90936],[28.50918,80.89595],[28.51241,80.87337],[28.50579,80.85997],[28.49761,80.86121],[28.52261,80.81733],[28.52584,80.78888],[28.54616,80.79035],[28.5518,80.77236],[28.56761,80.76942],[28.57792,80.73601],[28.56938,80.73601],[28.57873,80.72408],[28.5697,80.71508],[28.59017,80.69232],[28.60468,80.69819],[28.60629,80.68222],[28.62225,80.68149],[28.63014,80.67212],[28.64368,80.66863],[28.63739,80.65156],[28.64492,80.64262],[28.63848,80.63307],[28.64122,80.61324],[28.65668,80.60645],[28.66087,80.5824],[28.68117,80.59268],[28.69131,80.56148],[28.69308,80.5422],[28.69051,80.53577],[28.67134,80.50383],[28.66377,80.50016],[28.62253,80.51026],[28.6135,80.51448],[28.57595,80.51999],[28.57079,80.52549],[28.55343,80.52219],[28.55472,80.51815],[28.56972,80.50824],[28.58809,80.48217],[28.58439,80.47281],[28.59309,80.47244],[28.61453,80.46234],[28.61968,80.46455],[28.63274,80.45004],[28.63821,80.43444],[28.64063,80.41627],[28.63177,80.37643],[28.64176,80.35954],[28.64611,80.36174],[28.66415,80.33531],[28.66663,80.32829],[28.68322,80.32351],[28.69079,80.32351],[28.69917,80.32002],[28.7048,80.31121],[28.70706,80.30038],[28.71237,80.29579],[28.71172,80.27633],[28.72911,80.25963],[28.73974,80.26807],[28.74907,80.26403],[28.75921,80.25283],[28.75696,80.24604],[28.75985,80.2354],[28.75873,80.21502],[28.7859,80.16986],[28.79716,80.15921],[28.79958,80.1526],[28.80762,80.15003],[28.83094,80.11809],[28.82579,80.07477],[28.8385,80.06614],[28.91084,80.06008],[28.97554,80.0988],[28.98518,80.10247],[28.97988,80.119],[29.00444,80.12726],[29.00782,80.13901],[29.0144,80.12781],[29.03109,80.13276],[29.03238,80.12873],[29.05973,80.13653],[29.06326,80.13047],[29.10353,80.14608],[29.117,80.16774],[29.12438,80.16994],[29.12582,80.17765],[29.13544,80.18463],[29.12005,80.20978],[29.11475,80.23493],[29.12855,80.2531],[29.13624,80.25384],[29.13769,80.26063],[29.13721,80.27917],[29.15132,80.26962],[29.16671,80.26155],[29.18852,80.26129],[29.20462,80.24452],[29.21967,80.25171],[29.2042,80.26177],[29.20421,80.27429],[29.18958,80.29153],[29.20839,80.30351],[29.21801,80.29536],[29.22575,80.29656],[29.23223,80.29489],[29.24205,80.30303],[29.25835,80.30231],[29.27298,80.30638],[29.28705,80.30925],[29.29395,80.31476],[29.30147,80.32075],[29.30878,80.31764],[29.31629,80.31907],[29.32381,80.31093],[29.32548,80.29464],[29.333,80.29392],[29.33906,80.2932],[29.34323,80.28602],[29.35054,80.28338],[29.36056,80.28147],[29.36515,80.27356],[29.37246,80.2738],[29.37684,80.28027],[29.39563,80.27715],[29.40043,80.26087],[29.4069,80.25344],[29.40961,80.24602],[29.41691,80.2453],[29.42421,80.24554],[29.43548,80.25033],[29.44466,80.24434],[29.44674,80.25703],[29.44654,80.26901],[29.448,80.27476],[29.45112,80.28314],[29.45071,80.29512],[29.45092,80.3059],[29.45968,80.30326],[29.47511,80.29081],[29.4797,80.29775],[29.48679,80.29895],[29.48345,80.30949],[29.48241,80.31404],[29.49909,80.31668],[29.50475,80.33198],[29.51121,80.33294],[29.50829,80.34013],[29.51934,80.35211],[29.52497,80.35139],[29.52809,80.35763],[29.53497,80.35955],[29.5408,80.35092],[29.54247,80.34541],[29.54831,80.34733],[29.55206,80.34565],[29.55435,80.35332],[29.55518,80.3653],[29.56185,80.36506],[29.56039,80.37607],[29.55977,80.38086],[29.56998,80.38086],[29.57164,80.39021],[29.58122,80.39356],[29.58602,80.40218],[29.59456,80.40841],[29.61059,80.41105],[29.62121,80.41176],[29.62725,80.42087],[29.63391,80.42087],[29.63953,80.42278],[29.64536,80.41656],[29.65348,80.41799],[29.66035,80.40937],[29.66618,80.39164],[29.67388,80.39116],[29.677,80.38733],[29.68574,80.38805],[29.69136,80.38086],[29.69927,80.38063],[29.713,80.37655],[29.72132,80.37895],[29.72631,80.36649],[29.73366,80.37229],[29.7401,80.36678],[29.74634,80.36797],[29.74967,80.38618],[29.75757,80.38738],[29.75591,80.39911],[29.7898,80.41061],[29.80061,80.43624],[29.7979,80.4451],[29.79936,80.46139],[29.79229,80.48463],[29.7925,80.49493],[29.81931,80.50642],[29.8322,80.5299],[29.84404,80.54211],[29.84944,80.55337],[29.86668,80.56463],[29.87105,80.56032],[29.87915,80.56846],[29.89451,80.57421],[29.91547,80.57342],[29.93892,80.58707],[29.95719,80.60504],[29.96404,80.63162],[29.95221,80.64695],[29.95491,80.6654],[29.96051,80.68121],[29.97171,80.69318],[29.99205,80.71857],[29.99806,80.72145],[29.99827,80.73917],[30.00574,80.75043],[30.0242,80.76025],[30.03602,80.75953],[30.04929,80.76432],[30.05634,80.78037],[30.07323,80.79325],[30.08691,80.80786],[30.09644,80.82079],[30.09665,80.8263],[30.09706,80.83804],[30.10411,80.84906],[30.11406,80.84594],[30.12089,80.856],[30.12172,80.86654],[30.12794,80.87804],[30.13415,80.8802],[30.16398,80.87373],[30.16925,80.86511],[30.17583,80.87115],[30.183,80.88471],[30.18871,80.88549],[30.19529,80.88583],[30.20342,80.89299],[30.21252,80.89792],[30.21349,80.90251],[30.21862,80.90744],[30.22365,80.9136],[30.22665,80.92077],[30.23344,80.92637],[30.23421,80.93062],[30.23363,80.94048],[30.23499,80.95694],[30.23741,80.97676],[30.24515,80.98875],[30.24253,81.00084],[30.23779,81.00823],[30.23257,81.02862],[30.24031,81.02929],[30.24853,81.03164],[30.25018,81.02358],[30.25482,81.01551],[30.26168,81.0087],[30.26506,81.00478],[30.26883,80.99146],[30.27154,80.97802],[30.2699,80.94699],[30.26613,80.93826],[30.26526,80.93456],[30.26922,80.92594],[30.2729,80.92784],[30.27744,80.93221],[30.28238,80.92829],[30.28489,80.92572],[30.28847,80.91552],[30.29775,80.90903],[30.30191,80.91104],[30.30645,80.90645],[30.30249,80.88473],[30.30268,80.87621],[30.30756,80.87347],[30.31549,80.86216],[30.3182,80.84872],[30.31743,80.83887],[30.31452,80.83248],[30.31656,80.82621],[30.32371,80.82028],[30.32477,80.80292],[30.33396,80.80314],[30.34285,80.78836],[30.34797,80.78657],[30.35464,80.78791],[30.35696,80.77783],[30.3644,80.77492],[30.37406,80.76461],[30.38063,80.75218],[30.38701,80.75017],[30.39008,80.74491],[30.40138,80.73483],[30.40293,80.72777],[30.41491,80.71523],[30.41867,80.70504],[30.41771,80.70213],[30.41365,80.69754],[30.41375,80.69048],[30.41771,80.6879],[30.42225,80.68656],[30.42369,80.68018],[30.42987,80.67861],[30.43499,80.66909],[30.44117,80.66271],[30.44397,80.65655],[30.44841,80.64658],[30.45314,80.64087],[30.45141,80.63829],[30.4572,80.63135],[30.46038,80.62653],[30.4627,80.62452],[30.46116,80.61466],[30.47216,80.60682],[30.47216,80.59932],[30.46936,80.59607],[30.46965,80.59047],[30.46898,80.58229],[30.4654,80.57725],[30.4655,80.5665],[30.46193,80.5646],[30.45865,80.56325],[30.45469,80.55665],[30.45334,80.55038],[30.45054,80.54511],[30.4515,80.53974],[30.45923,80.52898],[30.46685,80.5263],[30.474,80.51902],[30.47506,80.50871],[30.48924,80.49987],[30.48606,80.48867],[30.49175,80.48318],[30.4906,80.4731],[30.49301,80.46526],[30.49696,80.45216],[30.49783,80.44824],[30.50459,80.44185],[30.50845,80.43312],[30.51472,80.42741],[30.5155,80.42023],[30.51975,80.4171],[30.52389,80.41889],[30.52611,80.40926],[30.52293,80.40579],[30.51946,80.39615],[30.5183,80.38652],[30.51946,80.37779],[30.52389,80.37745],[30.52679,80.3695],[30.52737,80.3639],[30.52399,80.3564],[30.5236,80.35125],[30.52322,80.34565],[30.52611,80.33702],[30.53161,80.33758],[30.53653,80.33557],[30.54049,80.3275],[30.54377,80.32246],[30.54878,80.32201],[30.559,80.32],[30.56643,80.31809],[30.56816,80.30309],[30.57,80.29122],[30.57048,80.28237],[30.56961,80.26815],[30.56894,80.26031],[30.56537,80.25444],[30.57087,80.25029],[30.57193,80.24514],[30.57656,80.24212],[30.57868,80.23607],[30.57994,80.22812],[30.58032,80.22308],[30.58418,80.21311],[30.58736,80.21009],[30.60086,80.21479],[30.60654,80.21468],[30.60915,80.2167],[30.61705,80.21591],[30.62534,80.21334],[30.63405,80.22012],[30.6434,80.22091],[30.65216,80.20478],[30.65486,80.20467],[30.66478,80.19403],[30.67336,80.19862],[30.67779,80.19593],[30.6828,80.19963],[30.6852,80.19963],[30.68569,80.20579],[30.68626,80.21844],[30.68867,80.22639],[30.69012,80.23379],[30.70861,80.23412],[30.71583,80.24644],[30.71939,80.24991],[30.73208,80.24998],[30.74363,80.2493],[30.74748,80.24326],[30.75181,80.24124],[30.76326,80.24001],[30.7624,80.23441],[30.75855,80.22769],[30.75528,80.22287],[30.75277,80.21795],[30.75403,80.20865],[30.76057,80.20921],[30.76115,80.20507],[30.76634,80.19768],[30.77077,80.1988],[30.77587,80.20137],[30.78876,80.19196],[30.79203,80.18782],[30.79973,80.18211],[30.80579,80.18043],[30.81043,80.17279],[30.80716,80.16652],[30.80653,80.15598],[30.79989,80.15575],[30.79489,80.15195],[30.7921,80.14411],[30.79238,80.13952],[30.78882,80.13851],[30.78661,80.13067],[30.78459,80.12608],[30.78161,80.12574],[30.78151,80.11308],[30.78373,80.10782],[30.78882,80.1048],[30.79354,80.09785],[30.79556,80.08878],[30.80643,80.08565],[30.81287,80.07971],[30.82143,80.0731],[30.83326,80.05888],[30.84019,80.05429],[30.84153,80.04947],[30.84048,80.04645],[30.83663,80.04208],[30.84269,80.03458],[30.84201,80.03178],[30.85076,80.02573],[30.85394,80.01912],[30.8647,80.01296],[30.86893,80.00882],[30.86778,79.99628],[30.87537,79.99325],[30.8771,79.9881],[30.8797,79.98272],[30.8796,79.97981],[30.88143,79.96693],[30.88931,79.9629],[30.88758,79.95708],[30.88422,79.94834],[30.88527,79.94185],[30.88335,79.93837],[30.88153,79.93356],[30.88595,79.92852],[30.89114,79.92762],[30.91284,79.91184],[30.91496,79.90859],[30.91736,79.89907],[30.91909,79.89023],[30.92745,79.88754],[30.93436,79.88788],[30.93898,79.89023],[30.94253,79.8853],[30.94897,79.88306],[30.95377,79.88384],[30.96097,79.88037],[30.96616,79.87746],[30.97057,79.87264],[30.97317,79.8629],[30.97624,79.85853],[30.97691,79.85428],[30.97413,79.8489],[30.97614,79.84431],[30.97163,79.83681],[30.97528,79.83154],[30.97288,79.81575],[30.98152,79.80914],[30.97931,79.80242],[30.98114,79.79649],[30.98627,79.79391],[30.98733,79.78305],[30.98761,79.77453],[30.99136,79.77274],[30.99453,79.76703],[31.00125,79.76322],[31.00384,79.75426],[31.00691,79.7518],[31.00278,79.7481],[30.9951,79.74575],[30.99011,79.73959],[30.9831,79.73646],[30.97993,79.72582],[30.97657,79.71462],[30.97667,79.70879],[30.97388,79.70062],[30.97177,79.70017],[30.97312,79.69401],[30.97763,79.68617],[30.98233,79.67721],[30.98339,79.67318],[30.98339,79.66366],[30.97667,79.6631],[30.97014,79.66097],[30.96659,79.66758],[30.96457,79.66153],[30.96399,79.65705],[30.95958,79.6472],[30.95732,79.64092],[30.95415,79.63577],[30.95204,79.61964],[30.94714,79.61606],[30.94406,79.61382],[30.94118,79.60094],[30.94205,79.59601],[30.94771,79.5884],[30.94925,79.57899],[30.9506,79.56824],[30.95758,79.5635],[30.95873,79.5523],[30.96488,79.5514],[30.9739,79.54468],[30.97803,79.53964],[30.98158,79.53863],[30.98744,79.53135],[30.98984,79.53035],[30.99262,79.52239],[30.99886,79.51623],[31.00616,79.52038],[31.01422,79.51601],[31.01615,79.50961],[31.01931,79.50837],[31.02603,79.51106],[31.03275,79.50748],[31.03361,79.50255],[31.03208,79.49807],[31.03525,79.47948],[31.03621,79.47086],[31.03208,79.45854],[31.03141,79.45484],[31.02814,79.44431],[31.0244,79.43715],[31.02258,79.42875],[31.02766,79.42628],[31.03621,79.42438],[31.04455,79.42023],[31.04974,79.42012],[31.05376,79.42147],[31.06106,79.41956],[31.07027,79.41766],[31.07381,79.4143],[31.08369,79.41732],[31.08964,79.41799],[31.10358,79.4154],[31.10637,79.41484],[31.11432,79.4079],[31.11624,79.40129],[31.11806,79.3939],[31.11845,79.38718],[31.11538,79.37721],[31.11979,79.3678],[31.12372,79.36668],[31.12391,79.35212],[31.12708,79.35067],[31.12842,79.34182],[31.13321,79.33936],[31.13359,79.33353],[31.13781,79.32099],[31.14404,79.31819],[31.14855,79.31259],[31.15915,79.30972],[31.16547,79.31006],[31.16844,79.30502],[31.17467,79.31062],[31.18176,79.30625],[31.18818,79.30692],[31.19096,79.30535],[31.19824,79.30659],[31.2038,79.30457],[31.20811,79.30569],[31.2173,79.30143],[31.22018,79.3011],[31.22822,79.29001],[31.23818,79.28575],[31.23914,79.28329],[31.23981,79.2703],[31.24058,79.26123],[31.24413,79.25667],[31.24987,79.24972],[31.25437,79.24188],[31.25772,79.23774],[31.26127,79.22934],[31.26366,79.22844],[31.26854,79.23292],[31.27007,79.23942],[31.27572,79.24748],[31.28118,79.24815],[31.28414,79.25084],[31.28781,79.25028],[31.2948,79.2514],[31.29882,79.24625],[31.29901,79.24255],[31.30418,79.23337],[31.3234,79.22781],[31.33065,79.23842],[31.35284,79.22463],[31.35918,79.19175],[31.36552,79.17319],[31.39088,79.18062],[31.43523,79.14349],[31.45876,79.10849],[31.46373,79.07403],[31.42935,79.05122],[31.42895,79.01684],[31.39879,79.01033],[31.36161,79.00185],[31.34809,79.0092],[31.36258,78.98404],[31.3662,78.97612],[31.36596,78.94785],[31.36596,78.93795],[31.33167,78.92551],[31.30703,78.90204],[31.29495,78.88904],[31.31573,78.86416],[31.31645,78.85228],[31.29689,78.84606],[31.29761,78.82344],[31.30921,78.80704],[31.31235,78.78499],[31.33143,78.77594],[31.35123,78.7717],[31.372,78.75162],[31.3761,78.75784],[31.41616,78.77509],[31.43932,78.79743],[31.45549,78.78046],[31.48708,78.75756],[31.48876,78.72957],[31.51215,78.72194],[31.52998,78.73466],[31.54637,78.76435],[31.54155,78.78216],[31.55745,78.7864],[31.56035,78.80167],[31.57864,78.82487],[31.59406,78.84184],[31.61501,78.8489],[31.64965,78.80349],[31.68768,78.79953],[31.67805,78.76589],[31.68527,78.75429],[31.69441,78.75571],[31.72496,78.74298],[31.75021,78.73111],[31.76438,78.72727],[31.77568,78.70861],[31.81269,78.70805],[31.83119,78.73773],[31.86121,78.74593],[31.87394,78.75131],[31.90467,78.75074],[31.92075,78.76573],[31.93179,78.77392],[31.95554,78.76997],[31.96705,78.78495],[31.97987,78.77935],[31.99642,78.78359],[32.00721,78.77058],[32.00649,78.74146],[32.04317,78.72308],[32.07216,78.70612],[32.07695,78.68972],[32.09947,78.69566],[32.11528,78.68491],[32.12893,78.63232],[32.14257,78.62723],[32.15478,78.61253],[32.16651,78.59896],[32.17441,78.6032],[32.19666,78.6015],[32.20528,78.58736],[32.20504,78.56418],[32.22609,78.54806],[32.26555,78.5212],[32.28085,78.50141],[32.30403,78.51442],[32.32673,78.5],[32.32817,78.47907],[32.35731,78.48727],[32.36734,78.4836],[32.38382,78.46183],[32.39432,78.47257],[32.44495,78.47419],[32.47143,78.45723],[32.49838,78.43122],[32.50577,78.42895],[32.52866,78.41312],[32.53128,78.3987],[32.54106,78.40351],[32.5606,78.41566],[32.56727,78.42471],[32.57156,78.44988],[32.57847,78.46939],[32.57585,78.48663],[32.583,78.50332],[32.59229,78.50954],[32.61043,78.52454],[32.61019,78.54377],[32.61662,78.56101],[32.60543,78.57741],[32.59708,78.61459],[32.60328,78.64259],[32.61923,78.64909],[32.63638,78.6423],[32.65114,78.66181],[32.66032,78.70096],[32.67008,78.72131],[32.68912,78.74206],[32.65984,78.73613],[32.64104,78.74404],[32.63032,78.7579],[32.62008,78.77175],[32.59414,78.77489],[32.57889,78.76019],[32.56269,78.75256],[32.5503,78.75651],[32.53123,78.76358],[32.51454,78.77659],[32.49379,78.77546],[32.47185,78.77716],[32.47185,78.79073],[32.43463,78.80713],[32.42556,78.82692],[32.4153,78.82975],[32.40886,78.84417],[32.41029,78.86452],[32.39978,78.87668],[32.39549,78.89025],[32.38212,78.8976],[32.36898,78.90467],[32.35761,78.93245],[32.34107,78.95401],[32.33064,78.97022],[32.34067,78.98153],[32.36957,78.99368],[32.3796,79.01602],[32.37483,79.03949],[32.38199,79.06013],[32.37387,79.08133],[32.36719,79.09971],[32.37841,79.10933],[32.39894,79.10819],[32.41899,79.1277],[32.43785,79.12403],[32.45717,79.12318],[32.46815,79.13381],[32.47745,79.13324],[32.47459,79.15727],[32.49033,79.15643],[32.49415,79.17424],[32.49653,79.18979],[32.51489,79.19403],[32.50516,79.22338],[32.52066,79.2248],[32.51279,79.25335],[32.53472,79.25929],[32.53806,79.27315],[32.55236,79.2788],[32.5383,79.2887],[32.53687,79.30114],[32.55808,79.31443],[32.55784,79.32687],[32.54307,79.33026],[32.53067,79.3427],[32.51994,79.35571],[32.529,79.36589],[32.52209,79.39699],[32.51875,79.40434],[32.51947,79.41339],[32.52829,79.42215],[32.54235,79.41819],[32.56142,79.41678],[32.56452,79.40434],[32.57953,79.40292],[32.59763,79.40717],[32.61669,79.40377],[32.63169,79.41876],[32.64717,79.41763],[32.67168,79.43403],[32.68834,79.45128],[32.7031,79.46202],[32.71285,79.46372],[32.73473,79.43205],[32.73735,79.41876],[32.74567,79.42894],[32.77563,79.41452],[32.78989,79.4083],[32.79655,79.38935],[32.81699,79.37776],[32.83267,79.369],[32.84835,79.36136],[32.85832,79.34694],[32.86925,79.32404],[32.88445,79.32517],[32.88706,79.30743],[32.89727,79.31535],[32.91982,79.30941],[32.93501,79.31054],[32.93785,79.29131],[32.95636,79.28905],[32.97581,79.25936],[32.97225,79.24833],[32.98364,79.22798],[32.97178,79.21243],[32.99194,79.19659],[32.99692,79.18557],[33.02727,79.15305],[33.06377,79.15729],[33.10215,79.14513],[33.13151,79.16353],[33.15708,79.15674],[33.17009,79.16975],[33.18548,79.16325],[33.20086,79.13752],[33.20582,79.11971],[33.21079,79.10359],[33.22806,79.07871],[33.23421,79.0722],[33.24485,79.08436],[33.2536,79.0739],[33.26542,79.05072],[33.277,79.04025],[33.28646,79.04167],[33.30702,79.04223],[33.32498,79.03149],[33.33206,79.00095],[33.33206,78.97862],[33.34246,78.96957],[33.37455,78.95843],[33.39155,78.94118],[33.40854,78.90923],[33.41892,78.8982],[33.4201,78.87785],[33.42648,78.8507],[33.4312,78.83883],[33.44063,78.84392],[33.4588,78.8261],[33.47319,78.81564],[33.48545,78.8196],[33.51351,78.78595],[33.5392,78.76136],[33.55758,78.74185],[33.5663,78.74015],[33.58302,78.74581],[33.60148,78.74531],[33.61514,78.75577],[33.62809,78.75945],[33.63067,78.7504],[33.62832,78.72806],[33.63468,78.69979],[33.64998,78.7029],[33.66151,78.7159],[33.67257,78.74163],[33.70151,78.75803],[33.72973,78.76991],[33.74055,78.77839],[33.75089,78.775],[33.75888,78.76765],[33.77064,78.76736],[33.78591,78.76058],[33.80306,78.76595],[33.81857,78.76793],[33.84211,78.76912],[33.88343,78.75668],[33.88977,78.76686],[33.91206,78.76686],[33.92017,78.75668],[33.92698,78.73576],[34.00249,78.74509],[34.01819,78.72784],[34.02241,78.70663],[34.03153,78.70328],[34.02825,78.68547],[34.03692,78.66059],[34.05496,78.65805],[34.06058,78.67614],[34.08623,78.66508],[34.08014,78.67921],[34.08038,78.69731],[34.09092,78.69872],[34.08998,78.72473],[34.08857,78.74622],[34.1059,78.76997],[34.12533,78.79288],[34.13399,78.79683],[34.12252,78.8237],[34.12603,78.83925],[34.14078,78.84575],[34.14054,78.86328],[34.16137,78.86469],[34.14405,78.89271],[34.13914,78.90572],[34.15014,78.91452],[34.15131,78.92498],[34.16043,78.92894],[34.1754,78.92922],[34.20581,78.94279],[34.22274,78.94978],[34.23653,78.96561],[34.27533,78.97353],[34.30126,78.98993],[34.3092,78.98343],[34.31177,79.03828],[34.32274,79.05044],[34.33722,79.04393],[34.34259,79.02245],[34.35543,79.00265],[34.36056,78.98201],[34.36966,78.9707],[34.38973,78.96618],[34.39323,78.94667],[34.38293,78.93084],[34.37196,78.92377],[34.36776,78.9102],[34.36169,78.89719],[34.37313,78.8774],[34.37756,78.87457],[34.39016,78.87994],[34.39996,78.8774],[34.41419,78.85789],[34.41886,78.84884],[34.42072,78.82933],[34.43425,78.8118],[34.44451,78.7988],[34.44405,78.76913],[34.45641,78.75188],[34.4662,78.75867],[34.47832,78.76291],[34.48414,78.76517],[34.50139,78.73831],[34.50302,78.72333],[34.52748,78.71117],[34.53284,78.68798],[34.53866,78.66056],[34.54332,78.63822],[34.54658,78.62521],[34.54053,78.60316],[34.52865,78.58874],[34.50651,78.59213],[34.50815,78.57715],[34.51467,78.56471],[34.53051,78.56273],[34.54448,78.56442],[34.56055,78.56075],[34.56824,78.55736],[34.57879,78.54492],[34.57903,78.53417],[34.5746,78.51183],[34.58531,78.50137],[34.58461,78.48469],[34.57483,78.47282],[34.57227,78.45642],[34.55388,78.44171],[34.56087,78.42588],[34.56762,78.42984],[34.58927,78.4304],[34.59625,78.42249],[34.60184,78.40072],[34.61021,78.3665],[34.60672,78.3436],[34.61626,78.32607],[34.62045,78.28536],[34.64325,78.26924],[34.66605,78.27009],[34.67883,78.28451],[34.70022,78.27885],[34.71138,78.2616],[34.71998,78.23446],[34.72184,78.21778],[34.7309,78.2076],[34.74949,78.2059],[34.76296,78.21156],[34.77109,78.22909],[34.79222,78.23305],[34.81057,78.23361],[34.81939,78.22994],[34.83099,78.23785],[34.85373,78.23644],[34.86997,78.24266],[34.88807,78.23927],[34.8927,78.22117],[34.8941,78.21043],[34.90268,78.2093],[34.91751,78.19459],[34.93421,78.17933],[34.95414,78.20534],[34.96966,78.2059],[34.978,78.19629],[34.98843,78.17763],[34.98889,78.15869],[35.01252,78.14823],[35.03474,78.1191],[35.04863,78.13465],[35.05326,78.1437],[35.07802,78.14794],[35.0852,78.13946],[35.09908,78.13946],[35.10926,78.12419],[35.12776,78.10129],[35.15042,78.10581],[35.1696,78.10581],[35.18,78.08913],[35.17862,78.0668],[35.18832,78.05407],[35.22935,78.01251],[35.25406,78.00601],[35.27022,78.01336],[35.30115,78.01251],[35.36043,78.02636],[35.37958,78.04701],[35.38972,78.05097],[35.40655,78.07161],[35.42014,78.08744],[35.42291,78.09931],[35.43581,78.11006],[35.44963,78.10978],[35.47335,78.11826],[35.4874,78.13551],[35.49361,78.14173],[35.49684,78.12278],[35.50075,78.09818],[35.49868,78.08207],[35.4943,78.06652],[35.48786,78.06425],[35.49246,78.04022],[35.48302,78.0323],[35.4722,78.02976],[35.47934,78.01477],[35.49085,78.00855],[35.4973,78.00007],[35.49131,77.9947],[35.49822,77.97604],[35.49822,77.96671],[35.48509,77.96275],[35.48648,77.94833],[35.48164,77.94437],[35.48924,77.93617],[35.49638,77.9325],[35.49868,77.92034],[35.48924,77.91383],[35.47911,77.91779],[35.47059,77.91383],[35.46898,77.9045],[35.48302,77.88613],[35.48579,77.87736],[35.49522,77.87934],[35.50443,77.86238],[35.49384,77.85191],[35.50213,77.84371],[35.50834,77.83636],[35.50903,77.83212],[35.52722,77.81063],[35.51985,77.80045],[35.51068,77.79441],[35.49847,77.7753],[35.50538,77.75381],[35.49962,77.74731],[35.49962,77.73968],[35.47338,77.72413],[35.46923,77.72865],[35.46463,77.71677],[35.46578,77.6967],[35.45564,77.6885],[35.46693,77.68256],[35.47683,77.66843],[35.4888,77.65372],[35.48397,77.63789],[35.46854,77.63817],[35.46647,77.62799],[35.47545,77.60509],[35.47015,77.59237],[35.47176,77.58275],[35.48259,77.58586],[35.48834,77.56183],[35.48581,77.54684],[35.49041,77.53751],[35.49018,77.53073],[35.48788,77.52055],[35.49179,77.4985],[35.48696,77.4886],[35.48305,77.47955],[35.4766,77.46683],[35.46601,77.44788],[35.46347,77.43714],[35.47176,77.4264],[35.47568,77.3984],[35.47476,77.38992],[35.4789,77.38455],[35.49179,77.37324],[35.49893,77.37409],[35.50353,77.35995],[35.50653,77.34666],[35.53207,77.34214],[35.5445,77.31952],[35.54979,77.29209],[35.54081,77.27658],[35.54288,77.26159],[35.53736,77.24915],[35.53345,77.22059],[35.52862,77.21183],[35.52816,77.19684],[35.53207,77.18271],[35.54357,77.16687],[35.54357,77.15273],[35.55875,77.12927],[35.56243,77.1123],[35.56979,77.10241],[35.57278,77.09138],[35.60382,77.06169],[35.6029,77.03313],[35.61371,77.01249],[35.61348,76.98987],[35.60428,76.97602],[35.60681,76.95397],[35.61991,76.91834],[35.63531,76.89431],[35.65415,76.86688],[35.6723,76.85387],[35.67712,76.83917],[35.67138,76.81881],[35.67253,76.80977],[35.6684,76.7945],[35.66449,76.7798],[35.65898,76.77188],[35.64198,76.77584],[35.64014,76.75972],[35.63164,76.75124],[35.58635,76.7928],[35.57943,76.77353],[35.556,76.74572],[35.52772,76.74572],[35.51316,76.75516],[35.51114,76.77999],[35.48608,76.78545],[35.46303,76.80283],[35.44159,76.82816],[35.42095,76.82766],[35.3999,76.83908],[35.37885,76.86938],[35.37926,76.90265],[35.38938,76.91655],[35.38978,76.94287],[35.37318,76.95132],[35.35982,76.95132],[35.35172,76.97764],[35.33511,76.97515],[35.32052,76.98211],[35.30756,76.98161],[35.2958,77.00693],[35.28364,76.99154],[35.26864,76.9831],[35.2577,76.97019],[35.24512,76.97714],[35.2286,76.99123],[35.20426,76.9803],[35.17707,77.00662],[35.17788,77.04386],[35.16773,77.07366],[35.15393,77.07565],[35.14134,77.06472],[35.11738,77.06522],[35.09422,77.07763],[35.07797,77.10395],[35.06252,77.11041],[35.04951,77.097],[35.06049,77.07664],[35.0487,77.03294],[35.03325,77.01258],[35.01698,76.98924],[35.02024,76.9515],[35.0056,76.92567],[34.98688,76.93263],[34.97793,76.9217],[34.96532,76.9222],[34.94008,76.90184],[34.94904,76.86559],[34.95392,76.82834],[34.96491,76.81543],[34.94985,76.78166],[34.9352,76.76031],[34.89285,76.73895],[34.8574,76.73548],[34.83702,76.73697],[34.81868,76.73002],[34.80849,76.71909],[34.80074,76.69227],[34.75138,76.68482],[34.73547,76.64063],[34.7726,76.64112],[34.76281,76.60438],[34.75261,76.59246],[34.7677,76.57557],[34.77178,76.53485],[34.79177,76.52641],[34.79585,76.48718],[34.78524,76.45291],[34.76199,76.44199],[34.74853,76.41865],[34.73506,76.3521],[34.72649,76.31983],[34.72567,76.26222],[34.71669,76.25129],[34.70526,76.25378],[34.69669,76.25129],[34.68771,76.24782],[34.66647,76.18127],[34.64074,76.15545],[34.64564,76.1197],[34.66034,76.10827],[34.68158,76.07749],[34.69179,76.05812],[34.68771,76.02584],[34.64931,75.98909],[34.63387,75.94767],[34.58524,75.89056],[34.55989,75.83494],[34.51939,75.78131],[34.53166,75.6959],[34.55252,75.65567],[34.54107,75.54841],[34.55948,75.51563],[34.55457,75.49328],[34.54107,75.48087],[34.54557,75.43469],[34.55989,75.42277],[34.5607,75.40141],[34.54557,75.3746],[34.56888,75.34282],[34.57297,75.31898],[34.59709,75.29465],[34.60445,75.26386],[34.62652,75.27627],[34.6396,75.27081],[34.65349,75.17993],[34.66125,75.15212],[34.65757,75.11686],[34.66166,75.07912],[34.64082,75.02251],[34.65961,74.99371],[34.67881,74.92319],[34.68698,74.86409],[34.67881,74.83678],[34.68493,74.74044],[34.71392,74.65006],[34.76493,74.58153],[34.7788,74.49909],[34.79063,74.4544],[34.78615,74.3094],[34.72985,74.2359],[34.69147,74.14751],[34.66411,74.14304],[34.66697,74.12268],[34.68535,74.11125],[34.67432,74.08593],[34.6735,74.03776],[34.68616,74.03528],[34.68861,73.97171],[34.67636,73.94887],[34.64491,73.93],[34.60323,73.92354],[34.59505,73.95234],[34.55866,73.94142],[34.53167,73.90119],[34.51448,73.88977],[34.47806,73.87934],[34.45963,73.88183],[34.43875,73.85104],[34.43015,73.80187],[34.38508,73.75668],[34.35557,73.74079],[34.34245,73.74427],[34.32645,73.78052],[34.33219,73.80237],[34.32153,73.82919],[34.3162,73.8704],[34.32809,73.88183],[34.33588,73.90417],[34.34204,73.91311],[34.3326,73.92652],[34.31087,73.91907],[34.28256,73.92702],[34.26204,73.98711],[34.23618,73.99505],[34.22017,74.002],[34.20087,73.99406],[34.19019,73.99555],[34.17129,73.95334],[34.15643,73.94921],[34.13715,73.93306],[34.12926,73.92432],[34.11084,73.92141],[34.10865,73.90208],[34.07861,73.89731],[34.05975,73.89467],[34.04593,73.89625],[34.02004,73.92458],[34.00738,73.96799],[34.01308,73.98811],[34.02142,74.00877],[34.03437,74.0183],[34.0302,74.04186],[34.02801,74.06437],[34.03393,74.09429],[34.03657,74.12262],[34.04073,74.13612],[34.02779,74.15492],[34.02252,74.17743],[34.01243,74.19517],[34.01232,74.21462],[34.02285,74.22066],[34.01868,74.23204],[34.00925,74.23707],[34.00069,74.25084],[33.99212,74.25455],[33.97676,74.2572],[33.9649,74.27044],[33.95084,74.26435],[33.94337,74.27414],[33.93305,74.27467],[33.91811,74.26752],[33.8946,74.27547],[33.8902,74.25375],[33.8578,74.2175],[33.86022,74.20029],[33.84922,74.195],[33.84196,74.18944],[33.83823,74.15263],[33.83449,74.13119],[33.82855,74.11186],[33.82877,74.08856],[33.82407,74.05313],[33.80537,74.03168],[33.78931,74.02532],[33.77566,74.00626],[33.76048,74.00626],[33.74441,74.00044],[33.7422,73.9864],[33.73186,73.97105],[33.72106,73.95701],[33.70697,73.96151],[33.70455,73.96972],[33.69728,73.97608],[33.6845,73.98217],[33.67216,73.98111],[33.65784,73.98296],[33.64022,73.97775],[33.62788,73.98675],[33.60914,74.00608],[33.59039,74.01985],[33.57561,74.03415],[33.5712,74.0548],[33.58069,74.06248],[33.58113,74.07704],[33.57341,74.08896],[33.56591,74.0961],[33.57098,74.10564],[33.56304,74.11543],[33.55664,74.1382],[33.54274,74.14509],[33.53038,74.15197],[33.51846,74.15383],[33.49682,74.16124],[33.48559,74.18151],[33.47256,74.18893],[33.47256,74.17834],[33.45909,74.17886],[33.43877,74.17463],[33.42683,74.17516],[33.41159,74.17622],[33.40717,74.18681],[33.3897,74.18284],[33.37423,74.17516],[33.3468,74.16086],[33.33995,74.16165],[33.33751,74.15292],[33.3269,74.15053],[33.30765,74.12697],[33.30676,74.11373],[33.29503,74.09731],[33.28883,74.08725],[33.28286,74.05416],[33.29016,74.04965],[33.27024,74.02265],[33.274,74.01682],[33.26072,74.00173],[33.25408,74.00861],[33.24722,73.99723],[33.23636,73.99696],[33.22994,74.00094],[33.22197,74.00041],[33.21111,74.00729],[33.20225,74.01497],[33.19339,74.03933],[33.19826,74.04462],[33.1894,74.04965],[33.19538,74.06766],[33.17899,74.07587],[33.16835,74.0899],[33.16192,74.10287],[33.1637,74.10579],[33.15638,74.11929],[33.15793,74.12538],[33.14685,74.132],[33.14064,74.141],[33.12712,74.15186],[33.11781,74.15371],[33.11892,74.15874],[33.11004,74.15848],[33.1025,74.16271],[33.09186,74.18072],[33.08565,74.16775],[33.07477,74.16775],[33.06856,74.17993],[33.06745,74.19793],[33.05791,74.21302],[33.05014,74.23712],[33.04038,74.25644],[33.03594,74.27365],[33.02995,74.29484],[33.02861,74.32343],[33.02062,74.31602],[33.00286,74.3192],[32.99642,74.32502],[32.95325,74.33568],[32.93748,74.30973],[32.92703,74.31026],[32.91903,74.32403],[32.91658,74.34203],[32.91658,74.35554],[32.90903,74.37248],[32.90436,74.39234],[32.89502,74.41326],[32.8868,74.41564],[32.8779,74.41246],[32.86589,74.41193],[32.8521,74.4175],[32.84076,74.41697],[32.82791,74.42961],[32.82034,74.43306],[32.81077,74.43676],[32.79942,74.44153],[32.78674,74.44868],[32.77806,74.46033],[32.77271,74.47012],[32.76492,74.48522],[32.76336,74.50004],[32.76047,74.51116],[32.75735,74.50825],[32.75045,74.50825],[32.74354,74.51408],[32.74332,74.52308],[32.74421,74.54611],[32.75468,74.56121],[32.74956,74.5808],[32.75579,74.60648],[32.75379,74.61999],[32.7451,74.63587],[32.7569,74.64223],[32.77405,74.63269],[32.7785,74.64064],[32.77939,74.65547],[32.79008,74.65891],[32.8061,74.63773],[32.81878,74.64196],[32.82702,74.65282],[32.82168,74.66367],[32.82724,74.67241],[32.84014,74.68936],[32.83859,74.70312],[32.81878,74.69862],[32.80922,74.68883],[32.7972,74.68777],[32.77004,74.67585],[32.75201,74.66738],[32.72617,74.65361],[32.72528,74.65652],[32.70924,74.65149],[32.6952,74.65043],[32.67849,74.65758],[32.66824,74.6695],[32.66267,74.68486],[32.65486,74.67956],[32.6426,74.65891],[32.63569,74.65149],[32.61827,74.6474],[32.6176,74.6347],[32.59864,74.63867],[32.59574,74.64687],[32.5837,74.64555],[32.57968,74.64846],[32.56138,74.64661],[32.56272,74.65958],[32.5413,74.65614],[32.53282,74.68235],[32.52545,74.68368],[32.51138,74.67812],[32.50491,74.68077],[32.49307,74.67812],[32.4857,74.68394],[32.4828,74.69612],[32.49039,74.70486],[32.47588,74.70963],[32.47208,74.72101],[32.47856,74.73054],[32.47699,74.75225],[32.47789,74.75464],[32.47454,74.79938],[32.48034,74.81236],[32.49486,74.82136],[32.48459,74.85605],[32.48146,74.87935],[32.47632,74.87352],[32.46471,74.9037],[32.4685,74.90715],[32.46017,74.92147],[32.46732,74.93021],[32.45749,74.93974],[32.44386,74.94213],[32.44319,74.95378],[32.45548,74.96543],[32.44811,74.98714],[32.46889,75.02474],[32.47514,75.01732],[32.4948,75.02712],[32.47983,75.05201],[32.4671,75.08669],[32.46933,75.09676],[32.47469,75.10046],[32.46531,75.10523],[32.45839,75.10735],[32.45079,75.11847],[32.44185,75.11608],[32.42755,75.12985],[32.42599,75.12456],[32.40922,75.128],[32.40766,75.13303],[32.42375,75.1603],[32.41794,75.17089],[32.41973,75.18095],[32.41505,75.19494],[32.4079,75.18911],[32.39561,75.19255],[32.39337,75.20526],[32.39807,75.21533],[32.39225,75.223],[32.3804,75.24313],[32.38644,75.25001],[32.36788,75.25716],[32.36699,75.26378],[32.37012,75.27119],[32.36654,75.28523],[32.34797,75.28523],[32.34372,75.30191],[32.34082,75.31594],[32.33053,75.32282]], // Iceland - IS: [[66.58243,-26.36711], [62.93434,-25.48821], [62.16458,-17.88567], [64.03288,-10.56877], [67.38984,-12.72209], [68.26052,-19.31389]], + IS: [[66.58243,-26.36711],[62.93434,-25.48821],[62.16458,-17.88567],[64.03288,-10.56877],[67.38984,-12.72209],[68.26052,-19.31389]], // Italy - IT: [[43.34636,7.95125], [43.69160,7.46533], [43.73549,7.47515], [43.72606,7.53112], [43.78429,7.52979], [43.78548,7.52944], [43.78606,7.52951], [43.78691,7.53049], [43.78864,7.52942], [43.79307,7.52615], [43.79490,7.52567], [43.80270,7.51812], [43.80899,7.51705], [43.81602,7.51344], [43.81989,7.51340], [43.82664,7.50958], [43.83299,7.50967], [43.83673,7.50653], [43.84137,7.50658], [43.84555,7.49842], [43.85134,7.49572], [43.85901,7.49460], [43.86446,7.49495], [43.86486,7.49679], [43.86480,7.49821], [43.86687,7.49954], [43.87018,7.49654], [43.87306,7.49808], [43.87553,7.50135], [43.87631,7.50551], [43.87986,7.50950], [43.88160,7.50898], [43.88593,7.51152], [43.88608,7.51340], [43.88290,7.51710], [43.88410,7.51885], [43.88636,7.51916], [43.88713,7.52134], [43.88682,7.52697], [43.89091,7.53115], [43.89075,7.53458], [43.89236,7.53553], [43.89350,7.53737], [43.89452,7.54638], [43.89406,7.55033], [43.89610,7.55317], [43.89780,7.55896], [43.90037,7.56149], [43.90594,7.56158], [43.91085,7.56179], [43.91774,7.55730], [43.92076,7.56176], [43.92348,7.56790], [43.92645,7.56670], [43.92954,7.56876], [43.92821,7.56983], [43.92868,7.57073], [43.93279,7.56906], [43.93631,7.57339], [43.93826,7.57249], [43.93776,7.57060], [43.94367,7.56588], [43.94517,7.56831], [43.94845,7.56899], [43.94696,7.57389], [43.94857,7.57393], [43.95089,7.57878], [43.94894,7.58075], [43.95336,7.58350], [43.95629,7.58822], [43.95827,7.60131], [43.95595,7.61084], [43.96179,7.62099], [43.96488,7.63077], [43.96969,7.63566], [43.97074,7.63850], [43.97476,7.64202], [43.97457,7.65103], [43.98557,7.65498], [43.98761,7.66304], [43.99199,7.66210], [43.99816,7.66888], [44.00576,7.66639], [44.00971,7.66433], [44.01841,7.66081], [44.02483,7.66081], [44.03008,7.66201], [44.03205,7.66562], [44.03002,7.67386], [44.03353,7.67678], [44.03884,7.68476], [44.04100,7.69223], [44.04137,7.70029], [44.05161,7.70270], [44.05784,7.70630], [44.06197,7.71162], [44.07209,7.71291], [44.07585,7.71248], [44.08214,7.71540], [44.08818,7.71120], [44.09249,7.70493], [44.09348,7.70107], [44.09829,7.69480], [44.10137,7.69429], [44.10852,7.68819], [44.11468,7.67875], [44.11986,7.67180], [44.12842,7.66905], [44.13112,7.66562], [44.13592,7.66819], [44.14159,7.67592], [44.14658,7.67678], [44.15310,7.66957], [44.16086,7.67163], [44.16597,7.68021], [44.17410,7.68321], [44.17662,7.67472], [44.17478,7.67085], [44.17570,7.66021], [44.17730,7.64545], [44.17484,7.63575], [44.17010,7.63172], [44.16585,7.63154], [44.16246,7.62785], [44.15822,7.62863], [44.14818,7.62021], [44.14941,7.59979], [44.15083,7.59369], [44.14935,7.58932], [44.15181,7.57507], [44.15126,7.57133], [44.15551,7.56438], [44.15058,7.56635], [44.14781,7.55991], [44.14436,7.54841], [44.14516,7.53665], [44.14621,7.53331], [44.13869,7.52721], [44.13647,7.52206], [44.13789,7.51305], [44.14307,7.50627], [44.13992,7.49554], [44.13598,7.49082], [44.13229,7.48189], [44.13235,7.47340], [44.12471,7.46044], [44.12877,7.44722], [44.12705,7.44310], [44.12970,7.43057], [44.12508,7.43074], [44.12003,7.42773], [44.11559,7.42876], [44.11201,7.42696], [44.11165,7.42164], [44.11861,7.41391], [44.11750,7.40542], [44.12446,7.39186], [44.11590,7.36800], [44.11651,7.36285], [44.11528,7.35684], [44.12526,7.35340], [44.12643,7.35049], [44.13728,7.34508], [44.14528,7.34336], [44.14331,7.33195], [44.14387,7.32671], [44.14196,7.31959], [44.14645,7.31083], [44.14325,7.30791], [44.14565,7.30311], [44.14387,7.29942], [44.14417,7.29324], [44.14485,7.29023], [44.14257,7.28680], [44.13986,7.28062], [44.14682,7.27135], [44.14775,7.26199], [44.15471,7.25590], [44.15575,7.25084], [44.16443,7.24371], [44.17195,7.24165], [44.17416,7.23556], [44.16967,7.23273], [44.16782,7.22740], [44.16819,7.21848], [44.17281,7.21333], [44.17607,7.20929], [44.17872,7.20363], [44.18358,7.20354], [44.18647,7.19908], [44.18610,7.19221], [44.19232,7.19050], [44.19989,7.18543], [44.19632,7.17814], [44.20100,7.17333], [44.20235,7.16664], [44.20758,7.16295], [44.20340,7.15694], [44.20210,7.15041], [44.19976,7.14913], [44.19989,7.14235], [44.21638,7.11274], [44.22044,7.09085], [44.22745,7.08656], [44.23188,7.07222], [44.22831,7.06664], [44.22640,7.06149], [44.22819,7.05463], [44.22327,7.03969], [44.22542,7.02982], [44.22985,7.02948], [44.23188,7.01532], [44.23655,7.00673], [44.24983,6.99480], [44.26754,6.99412], [44.27915,6.99386], [44.28585,6.98013], [44.28333,6.97223], [44.28720,6.96682], [44.29304,6.97051], [44.29365,6.96596], [44.29285,6.95978], [44.29672,6.95481], [44.31079,6.95867], [44.31583,6.95240], [44.31816,6.95137], [44.32074,6.94416], [44.32399,6.94116], [44.32405,6.93738], [44.32915,6.93500], [44.33228,6.92624], [44.34560,6.92006], [44.35008,6.92118], [44.35309,6.91165], [44.35812,6.90419], [44.35683,6.89989], [44.36052,6.88642], [44.36739,6.88625], [44.37033,6.89389], [44.37500,6.89526], [44.38107,6.89380], [44.39561,6.89492], [44.39972,6.89320], [44.40554,6.89612], [44.40934,6.89363], [44.42142,6.89148], [44.42338,6.89912], [44.42136,6.90213], [44.42804,6.91792], [44.42375,6.92376], [44.42547,6.93139], [44.43080,6.93294], [44.42816,6.94624], [44.43012,6.94667], [44.43362,6.93766], [44.43864,6.93663], [44.44514,6.92221], [44.45163,6.90994], [44.45494,6.91019], [44.46830,6.90453], [44.47185,6.89011], [44.47724,6.88041], [44.48275,6.87449], [44.48755,6.87579], [44.49055,6.87038], [44.49453,6.86480], [44.50071,6.86077], [44.50769,6.85734], [44.52501,6.85485], [44.52856,6.85296], [44.53572,6.85785], [44.53743,6.86789], [44.54643,6.87184], [44.54789,6.87613], [44.55065,6.87570], [44.55523,6.87759], [44.55260,6.88463], [44.55352,6.88884], [44.55664,6.89450], [44.55493,6.90162], [44.55725,6.90454], [44.55939,6.91441], [44.56936,6.91124], [44.57355,6.93211], [44.58125,6.93030], [44.59714,6.93228], [44.60527,6.93803], [44.61053,6.94807], [44.62128,6.94833], [44.62207,6.95974], [44.61994,6.96532], [44.62427,6.96721], [44.62660,6.95906], [44.64009,6.95047], [44.64840,6.94979], [44.65432,6.94575], [44.66409,6.95743], [44.67605,6.95622], [44.68106,6.96335], [44.67831,6.97039], [44.68741,6.98060], [44.69162,6.99176], [44.69149,7.00043], [44.68771,7.00412], [44.68985,7.00978], [44.68991,7.01717], [44.69204,7.02377], [44.69113,7.03570], [44.68387,7.05038], [44.68051,7.07152], [44.68136,7.07684], [44.68997,7.07392], [44.71138,7.06268], [44.71284,7.06491], [44.71583,7.04714], [44.71998,7.03890], [44.73065,7.02886], [44.73627,7.02599], [44.74079,7.02239], [44.74414,7.02471], [44.75133,7.02042], [44.75578,7.02170], [44.75791,7.02402], [44.76212,7.02333], [44.76651,7.02076], [44.76943,7.02402], [44.77211,7.01870], [44.78375,7.01072], [44.78801,6.99896], [44.79173,6.99947], [44.79989,7.00840], [44.80434,7.01003], [44.81475,7.01861], [44.82187,7.01921], [44.82266,7.02213], [44.82431,7.01793], [44.82528,7.00823], [44.84001,7.00488], [44.84166,7.00033], [44.84166,6.99527], [44.84604,6.98033], [44.84561,6.97458], [44.84665,6.96917], [44.86240,6.93167], [44.84549,6.91896], [44.84306,6.90978], [44.84488,6.90437], [44.84689,6.90214], [44.84725,6.89287], [44.84646,6.88420], [44.84999,6.87631], [44.84871,6.87133], [44.84981,6.86154], [44.85638,6.85390], [44.85961,6.83940], [44.87688,6.80429], [44.88351,6.79837], [44.88959,6.79923], [44.88812,6.78457], [44.89323,6.78268], [44.89353,6.78036], [44.89633,6.77779], [44.89864,6.77719], [44.90253,6.77204], [44.90162,6.76595], [44.90253,6.75882], [44.90618,6.74887], [44.91931,6.75084], [44.92210,6.74672], [44.92872,6.75298], [44.93237,6.75384], [44.93128,6.76002], [44.93662,6.75762], [44.93705,6.75144], [44.93565,6.74826], [44.93547,6.74329], [44.93656,6.74251], [44.94148,6.74964], [44.94665,6.75367], [44.95967,6.76423], [44.97163,6.76243], [44.97722,6.74861], [44.98420,6.74835], [44.98887,6.73771], [44.99440,6.73685], [44.99634,6.75015], [45.01212,6.74440], [45.01588,6.74303], [45.02104,6.72226], [45.01982,6.71651], [45.02104,6.68235], [45.01843,6.67393], [45.02753,6.66964], [45.03420,6.66278], [45.04245,6.66544], [45.04269,6.66930], [45.05173,6.65746], [45.05815,6.66218], [45.07130,6.66115], [45.07069,6.65419], [45.07554,6.64381], [45.08488,6.64613], [45.08615,6.64089], [45.09069,6.63840], [45.09530,6.63093], [45.09924,6.62982], [45.10106,6.62690], [45.10542,6.62664], [45.11135,6.63128], [45.11560,6.63274], [45.11693,6.64261], [45.11512,6.64956], [45.12287,6.65831], [45.12105,6.66226], [45.12384,6.66544], [45.12463,6.67213], [45.13044,6.67325], [45.14055,6.67951], [45.14049,6.69136], [45.14527,6.71127], [45.13958,6.72672], [45.13940,6.73591], [45.13728,6.74011], [45.14509,6.75136], [45.15072,6.75384], [45.16016,6.76758], [45.15883,6.78045], [45.15435,6.78783], [45.15375,6.79702], [45.15042,6.80285], [45.14909,6.81393], [45.14358,6.82560], [45.13619,6.83624], [45.13607,6.84843], [45.13038,6.84723], [45.12808,6.84894], [45.13092,6.85761], [45.13274,6.86774], [45.13631,6.87126], [45.13607,6.87701], [45.13776,6.89392], [45.14182,6.89718], [45.14497,6.89014], [45.15169,6.88731], [45.15756,6.88182], [45.16204,6.89023], [45.16821,6.89100], [45.16888,6.89495], [45.16712,6.90928], [45.16912,6.91358], [45.16797,6.92242], [45.17069,6.92465], [45.17160,6.93684], [45.17099,6.94447], [45.17632,6.94138], [45.17983,6.94962], [45.18116,6.95400], [45.18806,6.95117], [45.19193,6.95323], [45.19592,6.96645], [45.20275,6.95984], [45.20838,6.96550], [45.20916,6.97863], [45.21201,6.98559], [45.21074,6.99211], [45.21588,6.99417], [45.21642,6.99829], [45.22114,7.00387], [45.21769,7.00687], [45.21551,7.01863], [45.21908,7.02198], [45.21902,7.02490], [45.21618,7.02601], [45.21811,7.02979], [45.22017,7.03194], [45.22627,7.04206], [45.22609,7.05202], [45.21098,7.06773], [45.21370,7.07863], [45.21678,7.07889], [45.21914,7.08249], [45.22488,7.08009], [45.22664,7.08412], [45.22633,7.08815], [45.23032,7.09073], [45.23129,7.09588], [45.23395,7.09614], [45.23842,7.10558], [45.24592,7.10747], [45.24755,7.11184], [45.24707,7.11665], [45.24495,7.12403], [45.24833,7.12944], [45.25256,7.13098], [45.25498,7.13493], [45.25909,7.13510], [45.26078,7.13133], [45.26640,7.13193], [45.27172,7.12747], [45.27474,7.13056], [45.27570,7.13339], [45.28017,7.13528], [45.28506,7.13236], [45.28754,7.12807], [45.29648,7.12051], [45.30897,7.11596], [45.31127,7.11665], [45.31440,7.11099], [45.31899,7.10833], [45.32853,7.10996], [45.33003,7.11493], [45.32792,7.12609], [45.33142,7.13304], [45.33625,7.13279], [45.33969,7.13056], [45.34765,7.13330], [45.35218,7.13854], [45.35386,7.15150], [45.35604,7.15287], [45.36086,7.16103], [45.36538,7.15828], [45.36942,7.15733], [45.37220,7.15862], [45.38329,7.16308], [45.38673,7.17175], [45.39070,7.17836], [45.39480,7.17673], [45.40384,7.18394], [45.40710,7.18377], [45.41059,7.16806], [45.41728,7.15485], [45.42288,7.15124], [45.42493,7.14163], [45.42620,7.13210], [45.43354,7.11232], [45.44053,7.11378], [45.44661,7.10914], [45.45377,7.09979], [45.46341,7.09781], [45.46756,7.10314], [45.47063,7.08872], [45.47256,7.08159], [45.47268,7.07086], [45.47304,7.06477], [45.46991,7.06048], [45.47213,7.04752], [45.47894,7.04468], [45.48664,7.05018], [45.48790,7.05413], [45.49464,7.05413], [45.49639,7.04563], [45.49554,7.03816], [45.49548,7.02726], [45.49687,7.01825], [45.50042,7.00718], [45.50415,6.99962], [45.51341,7.00022], [45.51780,7.00323], [45.52616,6.99713], [45.52977,6.99070], [45.53872,6.99181], [45.54359,6.99499], [45.55628,6.98975], [45.56463,6.98881], [45.56823,6.99619], [45.57148,6.99276], [45.57496,6.99465], [45.57989,6.98744], [45.58343,6.97928], [45.59022,6.97705], [45.60247,6.98074], [45.61286,6.98572], [45.61616,6.98126], [45.62625,6.98701], [45.63087,6.99593], [45.63729,7.00065], [45.63975,6.99911], [45.63939,6.99250], [45.64041,6.98992], [45.64335,6.98872], [45.64515,6.97568], [45.64851,6.97121], [45.65355,6.96907], [45.65427,6.96186], [45.65253,6.95757], [45.64545,6.93208], [45.64677,6.92701], [45.65145,6.91465], [45.65661,6.91465], [45.65963,6.91517], [45.66365,6.90092], [45.66941,6.90590], [45.67235,6.90435], [45.67571,6.90564], [45.68020,6.90246], [45.67936,6.89955], [45.67505,6.89362], [45.67912,6.88564], [45.67841,6.87963], [45.68014,6.86950], [45.68410,6.86547], [45.68488,6.85603], [45.68974,6.84504], [45.69411,6.84376], [45.70047,6.83938], [45.70167,6.83517], [45.70185,6.82985], [45.70431,6.82616], [45.71749,6.81741], [45.72025,6.81638], [45.72528,6.80796], [45.72852,6.80788], [45.74032,6.81560], [45.74499,6.80711], [45.74894,6.80496], [45.75350,6.80565], [45.76128,6.80419], [45.77128,6.80376], [45.77709,6.80041], [45.78343,6.80067], [45.79343,6.80470], [45.79534,6.81071], [45.80408,6.81028], [45.80803,6.81157], [45.81592,6.80290], [45.82585,6.81148], [45.83775,6.81869], [45.83871,6.82745], [45.83841,6.83191], [45.84302,6.84315], [45.83979,6.85062], [45.83375,6.86041], [45.83411,6.86401], [45.83979,6.86873], [45.84044,6.87148], [45.84595,6.87302], [45.84965,6.87920], [45.84959,6.88392], [45.84403,6.89191], [45.84314,6.90203], [45.84481,6.90753], [45.84176,6.91379], [45.84487,6.91663], [45.84947,6.92341], [45.84738,6.93027], [45.84840,6.94014], [45.85222,6.93997], [45.85778,6.94813], [45.86203,6.95096], [45.86209,6.95946], [45.86490,6.96400], [45.86896,6.97327], [45.86998,6.98684], [45.86890,6.98995], [45.87213,6.99605], [45.87864,6.99888], [45.88444,7.00420], [45.89818,7.00145], [45.90672,7.01012], [45.91233,7.01699], [45.91693,7.01982], [45.92123,7.03218], [45.92368,7.04317], [45.92105,7.04926], [45.91538,7.05458], [45.91323,7.06153], [45.90964,7.06565], [45.90063,7.06523], [45.89650,7.07149], [45.89573,7.07741], [45.89017,7.07784], [45.88539,7.08188], [45.87595,7.09638], [45.87219,7.09338], [45.86735,7.09750], [45.86155,7.10016], [45.85952,7.10531], [45.86011,7.11269], [45.86017,7.11818], [45.86460,7.12471], [45.86764,7.13157], [45.87296,7.13415], [45.87667,7.14264], [45.88019,7.15509], [45.87774,7.16462], [45.87482,7.16608], [45.87147,7.16282], [45.86382,7.17500], [45.86376,7.18007], [45.85940,7.19020], [45.86310,7.19938], [45.86764,7.19740], [45.87105,7.19706], [45.87625,7.20032], [45.88139,7.20659], [45.88414,7.21363], [45.88886,7.21586], [45.89256,7.22702], [45.89083,7.23826], [45.89435,7.24968], [45.88856,7.25440], [45.88898,7.25731], [45.89824,7.26779], [45.90098,7.27345], [45.90260,7.27706], [45.91591,7.28444], [45.91860,7.28881], [45.92057,7.29010], [45.92189,7.29354], [45.92135,7.29800], [45.91783,7.30658], [45.91693,7.31688], [45.91197,7.31989], [45.91108,7.33036], [45.91568,7.34538], [45.91054,7.35756], [45.90726,7.35808], [45.90385,7.36246], [45.90481,7.36555], [45.90009,7.37765], [45.89698,7.38340], [45.89871,7.38761], [45.90391,7.39627], [45.90911,7.39739], [45.91203,7.40185], [45.90887,7.40984], [45.91221,7.41747], [45.91538,7.42185], [45.91591,7.42537], [45.92409,7.43627], [45.93156,7.44288], [45.93341,7.45507], [45.93609,7.45764], [45.93466,7.47035], [45.93663,7.47421], [45.94690,7.47026], [45.95281,7.47678], [45.95615,7.48683], [45.95621,7.49352], [45.96092,7.49618], [45.96337,7.49970], [45.95949,7.50820], [45.96355,7.51678], [45.95865,7.52433], [45.95692,7.53412], [45.95627,7.54004], [45.96086,7.54459], [45.96826,7.54450], [45.96969,7.54244], [45.97679,7.54099], [45.98550,7.54613], [45.98705,7.55334], [45.98669,7.56665], [45.98824,7.56837], [45.98812,7.57746], [45.97804,7.58424], [45.97500,7.58236], [45.97237,7.58648], [45.97100,7.59841], [45.97035,7.60939], [45.97315,7.61932], [45.97064,7.63914], [45.97744,7.65700], [45.97363,7.66978], [45.96516,7.67760], [45.95847,7.68111], [45.95501,7.68996], [45.95555,7.69880], [45.95298,7.70403], [45.94817,7.71112], [45.93486,7.70923], [45.92579,7.71970], [45.92376,7.73095], [45.92770,7.73618], [45.93015,7.73790], [45.93409,7.74442], [45.94167,7.74751], [45.93761,7.76820], [45.93397,7.77420], [45.92728,7.78759], [45.92257,7.79678], [45.92191,7.80382], [45.92746,7.81952], [45.92633,7.82785], [45.91797,7.86227], [45.92143,7.87265], [45.92806,7.87566], [45.93654,7.86742], [45.94878,7.86997], [45.94973,7.87650], [45.95856,7.87478], [45.96422,7.87973], [45.97389,7.87681], [45.97914,7.89261], [45.98892,7.89982], [45.99738,7.90995], [45.99750,7.92806], [45.99798,7.94900], [45.99685,7.95458], [45.99965,7.97681], [45.99667,7.98814], [46.00478,7.99449], [46.01324,8.00058], [46.01372,8.01260], [46.02022,8.01011], [46.02457,8.01620], [46.03124,8.01097], [46.03951,8.02178], [46.04332,8.03328], [46.05136,8.03019], [46.06375,8.02290], [46.06667,8.02290], [46.06947,8.02092], [46.07614,8.02221], [46.08239,8.02865], [46.09144,8.02925], [46.09584,8.03328], [46.09935,8.03260], [46.10132,8.03526], [46.10054,8.04418], [46.10304,8.04856], [46.10227,8.05457], [46.10709,8.07148], [46.10590,8.08255], [46.10864,8.09585], [46.11096,8.09894], [46.11197,8.10753], [46.11637,8.10984], [46.11756,8.11319], [46.13089,8.11457], [46.13648,8.12598], [46.13761,8.13628], [46.13654,8.13937], [46.13731,8.14383], [46.14100,8.14864], [46.14677,8.15267], [46.15402,8.15182], [46.15687,8.14847], [46.16555,8.15053], [46.17007,8.15576], [46.17560,8.15834], [46.17720,8.16418], [46.18208,8.16503], [46.19075,8.15302], [46.19895,8.15036], [46.20329,8.15027], [46.21166,8.14298], [46.22586,8.13868], [46.22669,8.13139], [46.22918,8.12341], [46.23589,8.11920], [46.23637,8.11465], [46.24201,8.10993], [46.24815,8.10993], [46.24928,8.10135], [46.25183,8.09912], [46.25337,8.08787], [46.25765,8.07955], [46.26097,8.07963], [46.26228,8.08530], [46.26791,8.08495], [46.26928,8.09234], [46.27373,8.09800], [46.28085,8.10633], [46.28102,8.11208], [46.29022,8.11894], [46.29407,8.12220], [46.29520,8.12761], [46.30273,8.13740], [46.30249,8.14692], [46.29645,8.16083], [46.29734,8.16649], [46.29834,8.17868], [46.30404,8.19353], [46.30338,8.19825], [46.30985,8.21130], [46.31293,8.21087], [46.32040,8.21439], [46.32579,8.22220], [46.33018,8.22100], [46.33427,8.22288], [46.34163,8.23652], [46.34026,8.24304], [46.34091,8.24802], [46.34601,8.24956], [46.34743,8.25566], [46.34554,8.25960], [46.34951,8.26012], [46.35306,8.26561], [46.36064,8.26141], [46.36514,8.26415], [46.36751,8.27342], [46.36449,8.28184], [46.36988,8.28870], [46.37101,8.29265], [46.37533,8.29986], [46.37734,8.31248], [46.38415,8.31445], [46.38705,8.31943], [46.38830,8.31479], [46.39161,8.31394], [46.39416,8.31651], [46.39895,8.31505], [46.40179,8.31033], [46.40327,8.30947], [46.40179,8.30510], [46.40239,8.30166], [46.40730,8.28827], [46.40961,8.29007], [46.41452,8.29874], [46.41760,8.29866], [46.42428,8.30381], [46.42653,8.30758], [46.42375,8.31419], [46.42594,8.32389], [46.42896,8.32921], [46.43363,8.33917], [46.43682,8.34217], [46.44250,8.35256], [46.44656,8.35426], [46.45253,8.36628], [46.45365,8.37572], [46.45147,8.37907], [46.45170,8.38319], [46.45259,8.38534], [46.45247,8.39203], [46.45549,8.39632], [46.45519,8.40216], [46.45827,8.40456], [46.45992,8.41366], [46.45903,8.41675], [46.46187,8.42095], [46.46483,8.43907], [46.46335,8.43984], [46.46412,8.44550], [46.46140,8.45194], [46.45566,8.45417], [46.45022,8.46370], [46.44673,8.46310], [46.44413,8.46713], [46.44011,8.46542], [46.43496,8.45906], [46.42719,8.46124], [46.42353,8.45901], [46.41974,8.45935], [46.41749,8.46536], [46.41181,8.47068], [46.40424,8.46399], [46.39542,8.47266], [46.38612,8.46167], [46.37884,8.46845], [46.36135,8.47102], [46.35347,8.46296], [46.34240,8.46605], [46.33309,8.46605], [46.32545,8.45781], [46.31964,8.45360], [46.31816,8.44364], [46.30299,8.44124], [46.29860,8.43017], [46.29041,8.43592], [46.28413,8.43815], [46.27446,8.45163], [46.26318,8.45721], [46.26010,8.45008], [46.25161,8.44407], [46.24853,8.44708], [46.24710,8.45729], [46.24520,8.46562], [46.23333,8.46914], [46.22953,8.49265], [46.22092,8.51446], [46.22240,8.52209], [46.21860,8.53360], [46.19841,8.54132], [46.19288,8.55480], [46.18664,8.55660], [46.18415,8.56484], [46.17714,8.57127], [46.16555,8.57385], [46.16281,8.57831], [46.16352,8.58492], [46.16091,8.58964], [46.15770,8.59024], [46.15580,8.60449], [46.15330,8.60475], [46.15306,8.60114], [46.14931,8.60106], [46.14616,8.59462], [46.14384,8.59462], [46.14254,8.59711], [46.13302,8.61050], [46.12273,8.61325], [46.12326,8.63024], [46.12404,8.64775], [46.11279,8.66002], [46.10982,8.67032], [46.11083,8.67985], [46.10196,8.68766], [46.10232,8.69719], [46.09932,8.70858], [46.11967,8.74163], [46.10348,8.75768], [46.10086,8.76634], [46.10086,8.76875], [46.09438,8.78385], [46.09539,8.79081], [46.09503,8.79982], [46.10182,8.80626], [46.09753,8.81578], [46.09479,8.81759], [46.09366,8.82171], [46.08967,8.82411], [46.08943,8.82694], [46.08301,8.83441], [46.08110,8.84127], [46.07598,8.84857], [46.07580,8.85175], [46.06848,8.85484], [46.06133,8.85509], [46.04835,8.84436], [46.05103,8.83475], [46.04662,8.82977], [46.04382,8.83587], [46.04036,8.83338], [46.04152,8.83036], [46.03277,8.82812], [46.02508,8.81997], [46.02156,8.80615], [46.01888,8.80478], [46.00785,8.79319], [45.98943,8.78684], [45.98889,8.79044], [45.99229,8.79208], [45.99056,8.80924], [45.99104,8.81302], [45.98770,8.81988], [45.98824,8.82482], [45.98773,8.82748], [45.98818,8.83190], [45.98511,8.83465], [45.98448,8.83937], [45.98147,8.83993], [45.98138,8.84280], [45.97702,8.84387], [45.97574,8.84778], [45.97303,8.84924], [45.97183,8.85237], [45.96113,8.86743], [45.95901,8.87473], [45.95826,8.88383], [45.95191,8.89966], [45.93236,8.89257], [45.91323,8.91716], [45.90985,8.92016], [45.90543,8.92484], [45.90077,8.92518], [45.89537,8.92175], [45.89561,8.92372], [45.89223,8.92450], [45.89172,8.92772], [45.88521,8.93188], [45.87742,8.93389], [45.87189,8.93475], [45.87018,8.93415], [45.86965,8.93540], [45.86755,8.93724], [45.87060,8.94183], [45.86735,8.94527], [45.86543,8.94445], [45.86367,8.93960], [45.86200,8.93437], [45.85497,8.92707], [45.84421,8.91613], [45.83972,8.91351], [45.83470,8.91248], [45.83046,8.91252], [45.83407,8.91917], [45.83443,8.92183], [45.83362,8.92617], [45.83333,8.92896], [45.83527,8.92861], [45.83626,8.93149], [45.83838,8.93247], [45.83916,8.93389], [45.83975,8.93724], [45.84143,8.93917], [45.84164,8.94243], [45.84364,8.94900], [45.84268,8.95329], [45.84337,8.95410], [45.84325,8.95629], [45.84155,8.95642], [45.83949,8.96174], [45.83796,8.96294], [45.83661,8.96174], [45.83527,8.96402], [45.83557,8.96543], [45.83440,8.96809], [45.83273,8.96981], [45.83345,8.97282], [45.83300,8.97445], [45.83467,8.97556], [45.83587,8.97483], [45.83703,8.97655], [45.83670,8.97899], [45.83590,8.98054], [45.83611,8.98200], [45.83769,8.98402], [45.83883,8.98702], [45.83838,8.98865], [45.83557,8.99045], [45.83485,8.99608], [45.83461,8.99783], [45.83198,8.99814], [45.83144,8.99680], [45.82735,8.99500], [45.82274,8.99333], [45.82223,8.99419], [45.82310,8.99891], [45.82077,9.00350], [45.81951,9.01067], [45.81825,9.01625], [45.81846,9.01770], [45.81966,9.01856], [45.82062,9.02122], [45.82196,9.02178], [45.82193,9.02637], [45.82101,9.02852], [45.82104,9.03118], [45.82295,9.03418], [45.82474,9.03071], [45.82983,9.03393], [45.83237,9.03448], [45.83560,9.03762], [45.83895,9.03521], [45.84131,9.03569], [45.84212,9.03809], [45.84212,9.03852], [45.84385,9.03848], [45.84651,9.04036], [45.84663,9.04350], [45.84815,9.04466], [45.85025,9.04521], [45.85228,9.04959], [45.85354,9.04786], [45.85449,9.05142], [45.85886,9.04919], [45.86292,9.04893], [45.86753,9.05198], [45.87308,9.05490], [45.87431,9.05481], [45.87556,9.05799], [45.87523,9.06103], [45.87631,9.06533], [45.88264,9.07129], [45.88491,9.07708], [45.88730,9.07739], [45.88868,9.07923], [45.89068,9.07704], [45.89226,9.07781], [45.89208,9.08099], [45.89447,9.08442], [45.89629,9.08524], [45.89707,9.08790], [45.89895,9.08713], [45.90101,9.08841], [45.90194,9.08674], [45.89904,9.07670], [45.90636,9.07520], [45.90941,9.07704], [45.91108,9.07588], [45.91257,9.07249], [45.91147,9.06975], [45.91030,9.06945], [45.91057,9.06756], [45.91314,9.06764], [45.91463,9.06434], [45.91454,9.06249], [45.91654,9.05872], [45.92069,9.05970], [45.91971,9.04902], [45.92171,9.04859], [45.92684,9.04310], [45.92687,9.04164], [45.92603,9.03589], [45.92648,9.02992], [45.92839,9.02623], [45.92860,9.02314], [45.92747,9.01885], [45.93478,9.02082], [45.93711,9.02220], [45.93806,9.02022], [45.93976,9.01902], [45.94048,9.01636], [45.94033,9.01466], [45.94203,9.01299], [45.94397,9.01222], [45.94481,9.01363], [45.94884,9.01677], [45.95116,9.01535], [45.96041,9.01372], [45.96393,9.00350], [45.96659,8.99355], [45.97029,8.98891], [45.97083,8.97945], [45.96839,8.97846], [45.96801,8.97755], [45.96382,8.97705], [45.96149,8.97570], [45.96187,8.97421], [45.96191,8.97278], [45.96153,8.97101], [45.96181,8.96841], [45.96266,8.96849], [45.96304,8.96789], [45.96469,8.95827], [45.98421,8.96687], [45.98305,8.97735], [45.98234,8.97770], [45.97957,8.97657], [45.97615,8.97650], [45.97419,8.97693], [45.97176,8.97747], [45.97112,8.97929], [45.97083,8.97945], [45.97029,8.98891], [45.97255,8.98821], [45.97280,8.98853], [45.97180,8.98930], [45.97131,8.99024], [45.97257,8.99244], [45.97162,8.99462], [45.97365,8.99589], [45.97546,8.99568], [45.97707,8.99448], [45.98086,8.99534], [45.98041,9.00199], [45.97996,9.00264], [45.98044,9.00538], [45.98062,9.00826], [45.98232,9.00856], [45.98324,9.01075], [45.98566,9.01062], [45.98804,9.01126], [45.98900,9.01328], [45.98807,9.01615], [45.98804,9.01839], [45.98959,9.02233], [45.99275,9.02276], [45.99371,9.02778], [46.00077,9.02444], [46.01675,9.02225], [46.01747,9.02100], [46.02050,9.01809], [46.02211,9.01500], [46.02334,9.01435], [46.02646,9.00920], [46.03004,9.00757], [46.03439,9.00899], [46.03775,9.00929], [46.04260,9.01615], [46.04448,9.01706], [46.04656,9.01594], [46.05055,9.01753], [46.05300,9.02298], [46.05321,9.02877], [46.05922,9.03963], [46.05928,9.04512], [46.06125,9.04727], [46.06232,9.04976], [46.06238,9.05512], [46.06110,9.05714], [46.06089,9.06126], [46.06190,9.06439], [46.06256,9.06967], [46.06282,9.07405], [46.06494,9.07765], [46.06741,9.07847], [46.06973,9.07752], [46.07584,9.07868], [46.08039,9.08439], [46.08563,9.08911], [46.09039,9.08834], [46.10203,9.08080], [46.10861,9.07819], [46.11417,9.07368], [46.11848,9.07209], [46.12136,9.07831], [46.12300,9.08501], [46.12428,9.08578], [46.12594,9.09050], [46.12740,9.09865], [46.12704,9.09977], [46.12889,9.10046], [46.13225,9.10543], [46.13293,9.10818], [46.13317,9.11020], [46.13481,9.11191], [46.13549,9.11779], [46.13481,9.12123], [46.13918,9.12299], [46.14352,9.12672], [46.14513,9.12676], [46.14780,9.12925], [46.14979,9.13243], [46.15363,9.13440], [46.15467,9.13781], [46.15494,9.14000], [46.15853,9.14386], [46.16121,9.15077], [46.16180,9.15566], [46.16460,9.15798], [46.17021,9.15931], [46.17119,9.16369], [46.17125,9.16755], [46.17203,9.16867], [46.17176,9.17176], [46.17131,9.17283], [46.17099,9.17734], [46.16947,9.18051], [46.17048,9.18330], [46.17503,9.18682], [46.17681,9.19047], [46.17806,9.19154], [46.17925,9.19446], [46.18403,9.19463], [46.18700,9.19759], [46.18950,9.19489], [46.19375,9.19493], [46.19598,9.19686], [46.19978,9.19759], [46.20857,9.20235], [46.21100,9.21205], [46.21112,9.21437], [46.21489,9.21862], [46.21772,9.21815], [46.22152,9.21986], [46.22407,9.22231], [46.22760,9.21999], [46.22921,9.22081], [46.23024,9.22531], [46.23372,9.23476], [46.23351,9.23772], [46.23259,9.23999], [46.23262,9.24355], [46.23223,9.24579], [46.23396,9.24823], [46.23606,9.24802], [46.24025,9.24913], [46.24295,9.24853], [46.24515,9.24943], [46.24776,9.24780], [46.25138,9.25102], [46.25304,9.24956], [46.25660,9.24857], [46.26245,9.25304], [46.26547,9.25128], [46.26630,9.25008], [46.26684,9.25038], [46.26663,9.25158], [46.26888,9.25368], [46.26951,9.25651], [46.27345,9.25840], [46.27849,9.25836], [46.28226,9.26737], [46.28793,9.27145], [46.28929,9.27171], [46.29558,9.28003], [46.29727,9.28445], [46.30515,9.28312], [46.30939,9.28093], [46.31491,9.28518], [46.31677,9.29359], [46.32445,9.29612], [46.32664,9.29917], [46.32958,9.29445], [46.33242,9.29243], [46.33577,9.29166], [46.33803,9.29286], [46.34227,9.29758], [46.34363,9.29921], [46.34941,9.29582], [46.35258,9.29737], [46.35536,9.29531], [46.35625,9.28990], [46.35764,9.28248], [46.36084,9.28055], [46.36629,9.27776], [46.36827,9.27501], [46.37183,9.27668], [46.37351,9.27527], [46.37642,9.27754], [46.38189,9.28072], [46.38551,9.28402], [46.38909,9.27806], [46.39205,9.27686], [46.39492,9.27518], [46.39717,9.27759], [46.40119,9.28166], [46.40335,9.27879], [46.40492,9.28162], [46.40983,9.28110], [46.41089,9.27997], [46.41243,9.28057], [46.41439,9.27941], [46.41492,9.27684], [46.41950,9.27499], [46.41983,9.27293], [46.41773,9.27040], [46.41823,9.26911], [46.41936,9.26748], [46.42010,9.26319], [46.42459,9.26083], [46.42509,9.25903], [46.42708,9.25530], [46.43175,9.24817], [46.43710,9.24809], [46.44676,9.24645], [46.44954,9.25121], [46.45040,9.26155], [46.45211,9.26735], [46.45513,9.27031], [46.45655,9.27314], [46.45977,9.27498], [46.46146,9.27760], [46.46279,9.27443], [46.46610,9.27293], [46.46997,9.27353], [46.47307,9.27597], [46.47499,9.27533], [46.47925,9.27696], [46.48102,9.27456], [46.48362,9.27383], [46.48995,9.27868], [46.49175,9.27829], [46.49727,9.28142], [46.49778,9.29061], [46.50120,9.30228], [46.50422,9.30983], [46.50664,9.33747], [46.50463,9.34030], [46.50575,9.35189], [46.50481,9.35558], [46.51012,9.36193], [46.50776,9.36682], [46.50386,9.37438], [46.49878,9.37463], [46.49772,9.37009], [46.49352,9.36888], [46.49021,9.37275], [46.48484,9.37695], [46.48271,9.38605], [46.47366,9.39154], [46.46769,9.40888], [46.46740,9.41266], [46.47236,9.41703], [46.47697,9.42373], [46.48489,9.42416], [46.48956,9.42527], [46.49376,9.43025], [46.49801,9.43326], [46.50605,9.45463], [46.50853,9.45755], [46.50894,9.46381], [46.50723,9.46527], [46.50534,9.46184], [46.49878,9.46347], [46.48903,9.46201], [46.48501,9.46158], [46.48407,9.44914], [46.48046,9.44974], [46.48052,9.46355], [46.47213,9.46544], [46.46698,9.46553], [46.46273,9.45952], [46.45380,9.45926], [46.44268,9.46072], [46.43635,9.45806], [46.42991,9.45823], [46.41949,9.45463], [46.41541,9.45755], [46.41287,9.46167], [46.40855,9.46313], [46.38860,9.46913], [46.38291,9.46536], [46.38250,9.46261], [46.37924,9.46433], [46.37545,9.46175], [46.37089,9.47549], [46.37149,9.47755], [46.37048,9.48175], [46.36787,9.48312], [46.36811,9.48888], [46.36438,9.49763], [46.35644,9.50089], [46.35093,9.50956], [46.33695,9.51265], [46.33476,9.51471], [46.33304,9.51480], [46.33262,9.51763], [46.32735,9.51926], [46.31905,9.52698], [46.30310,9.54827], [46.30381,9.55153], [46.30612,9.55445], [46.30660,9.55883], [46.30565,9.56226], [46.30292,9.56320], [46.29836,9.57505], [46.29521,9.58483], [46.29545,9.58973], [46.29385,9.59402], [46.29575,9.59891], [46.29468,9.61239], [46.29189,9.61453], [46.28839,9.61908], [46.28827,9.62741], [46.28667,9.63590], [46.28744,9.64251], [46.29011,9.64835], [46.29284,9.64989], [46.29788,9.66397], [46.29634,9.66869], [46.30091,9.66981], [46.30332,9.67507], [46.30130,9.68004], [46.29727,9.68262], [46.29359,9.68948], [46.29418,9.69137], [46.29134,9.70305], [46.29282,9.71189], [46.29697,9.71343], [46.30705,9.71841], [46.31049,9.72356], [46.31897,9.72562], [46.32152,9.71764], [46.32638,9.71764], [46.33337,9.72605], [46.34059,9.72209], [46.34515,9.72741], [46.35084,9.73608], [46.35203,9.74398], [46.34770,9.74981], [46.34515,9.75805], [46.33745,9.76638], [46.33520,9.77779], [46.34118,9.78500], [46.34361,9.79230], [46.34432,9.80311], [46.34711,9.80534], [46.35043,9.81496], [46.35049,9.81899], [46.35825,9.83006], [46.36192,9.83169], [46.36127,9.83616], [46.36269,9.83925], [46.36239,9.84534], [46.36488,9.84860], [46.36476,9.86646], [46.36358,9.86997], [46.36932,9.88139], [46.37365,9.88311], [46.37471,9.88903], [46.38128,9.90697], [46.37175,9.91761], [46.37116,9.92225], [46.36909,9.92559], [46.36595,9.92551], [46.36832,9.92920], [46.37140,9.92988], [46.37424,9.93212], [46.37874,9.94679], [46.37963,9.95340], [46.37874,9.96018], [46.37371,9.95684], [46.36458,9.96413], [46.36085,9.97246], [46.35416,9.98396], [46.35244,9.98662], [46.35274,9.99580], [46.35114,9.99795], [46.34646,9.99589], [46.34107,9.99743], [46.33917,9.99288], [46.32992,9.98499], [46.32311,9.98224], [46.31451,9.99563], [46.31351,10.00138], [46.30888,10.00001], [46.30746,9.99718], [46.30325,10.00207], [46.30035,10.00114], [46.29667,9.99564], [46.29619,9.99290], [46.28955,9.99504], [46.28504,9.99599], [46.27994,10.01633], [46.27793,10.03032], [46.27098,10.04534], [46.26683,10.05487], [46.26392,10.05684], [46.25194,10.06070], [46.24782,10.06177], [46.24640,10.05790], [46.24283,10.05722], [46.24171,10.05473], [46.23725,10.05533], [46.23250,10.05061], [46.23049,10.04443], [46.22698,10.05490], [46.22490,10.05962], [46.21908,10.06717], [46.21891,10.07310], [46.22639,10.08134], [46.22864,10.09155], [46.22864,10.10451], [46.22526,10.12125], [46.22591,10.13163], [46.23102,10.14640], [46.24040,10.15034], [46.25488,10.17498], [46.25832,10.17558], [46.26580,10.17154], [46.27126,10.16339], [46.27651,10.16146], [46.28202,10.16120], [46.28612,10.15296], [46.28902,10.15562], [46.29353,10.15270], [46.29543,10.14420], [46.30139,10.13740], [46.30400,10.13774], [46.30809,10.12744], [46.31165,10.12324], [46.31349,10.11568], [46.32410,10.11148], [46.33358,10.10333], [46.34294,10.10633], [46.34573,10.10796], [46.35225,10.10727], [46.35373,10.10950], [46.35331,10.11251], [46.35639,10.11766], [46.35782,10.11886], [46.36024,10.12513], [46.36107,10.12839], [46.37167,10.12547], [46.37416,10.12793], [46.37760,10.12690], [46.38630,10.14098], [46.38713,10.14768], [46.38636,10.14982], [46.38589,10.15772], [46.38831,10.16158], [46.39121,10.16321], [46.39554,10.16192], [46.40435,10.16124], [46.40749,10.16596], [46.41388,10.16115], [46.41530,10.15926], [46.41530,10.15669], [46.41223,10.14913], [46.41394,10.14699], [46.42021,10.14716], [46.42358,10.14647], [46.42435,10.14381], [46.42760,10.14141], [46.42890,10.13274], [46.43121,10.12999], [46.43003,10.12759], [46.42884,10.11909], [46.42582,10.11755], [46.42707,10.10862], [46.42506,10.10605], [46.42417,10.10244], [46.42139,10.10253], [46.42091,10.09841], [46.42186,10.09249], [46.42044,10.08090], [46.42287,10.07918], [46.42594,10.07910], [46.42801,10.07515], [46.42547,10.06511], [46.42760,10.05953], [46.43174,10.05781], [46.43878,10.05695], [46.43990,10.05077], [46.44233,10.04167], [46.44676,10.03893], [46.44889,10.04167], [46.45226,10.04125], [46.45581,10.04442], [46.46090,10.05197], [46.46462,10.05300], [46.46734,10.05129], [46.47201,10.05052], [46.47757,10.04356], [46.48046,10.04279], [46.48720,10.04648], [46.49146,10.04339], [46.49606,10.04476], [46.49973,10.04803], [46.50292,10.04356], [46.51060,10.04142], [46.51107,10.04700], [46.51497,10.05275], [46.52465,10.05258], [46.52908,10.04974], [46.53174,10.05283], [46.53487,10.04468], [46.53889,10.04339], [46.54414,10.04562], [46.54550,10.05258], [46.54603,10.06107], [46.54955,10.06311], [46.55097,10.06783], [46.55598,10.06878], [46.56029,10.07221], [46.56106,10.07736], [46.56466,10.08243], [46.56749,10.08449], [46.57127,10.07891], [46.57516,10.07779], [46.57658,10.08182], [46.57617,10.08783], [46.57740,10.09479], [46.58183,10.09753], [46.58419,10.10088], [46.58726,10.09942], [46.58967,10.09968], [46.59245,10.09684], [46.59616,10.09684], [46.60000,10.09941], [46.60566,10.09804], [46.61073,10.10130], [46.61144,10.10559], [46.60831,10.11177], [46.60607,10.12035], [46.60636,10.12387], [46.60595,10.12842], [46.60843,10.13615], [46.61120,10.13760], [46.61144,10.14198], [46.61544,10.15305], [46.61539,10.15778], [46.61627,10.16061], [46.61627,10.16301], [46.62588,10.18713], [46.62623,10.19348], [46.62287,10.19400], [46.62158,10.20378], [46.61592,10.21597], [46.62122,10.21829], [46.62806,10.22163], [46.63177,10.22927], [46.63549,10.23906], [46.63554,10.24034], [46.62794,10.24155], [46.62057,10.24841], [46.61032,10.25957], [46.60536,10.25408], [46.59834,10.24764], [46.59032,10.24206], [46.57510,10.24627], [46.57227,10.25330], [46.57746,10.26386], [46.57782,10.27021], [46.57375,10.27614], [46.57044,10.28815], [46.56436,10.29081], [46.55846,10.29716], [46.55447,10.29716], [46.55146,10.29510], [46.55022,10.29759], [46.54922,10.30403], [46.54969,10.30824], [46.54685,10.31218], [46.54868,10.31519], [46.54868,10.31836], [46.55223,10.32557], [46.54774,10.33347], [46.54355,10.33742], [46.54390,10.34171], [46.54792,10.34652], [46.55057,10.34978], [46.55358,10.34986], [46.55630,10.35218], [46.55559,10.36583], [46.55264,10.37621], [46.54975,10.38102], [46.55046,10.38420], [46.54644,10.39166], [46.54455,10.39750], [46.55069,10.41158], [46.55152,10.41741], [46.55116,10.42007], [46.54709,10.42522], [46.54083,10.43535], [46.53770,10.43724], [46.53393,10.44582], [46.53393,10.44840], [46.53145,10.45235], [46.53747,10.45801], [46.54148,10.45878], [46.54290,10.47140], [46.54880,10.47097], [46.55223,10.47423], [46.55789,10.47707], [46.56285,10.47337], [46.56692,10.47475], [46.57146,10.47732], [46.57666,10.48196], [46.57801,10.48385], [46.58108,10.48222], [46.58885,10.48685], [46.59151,10.48376], [46.59723,10.48676], [46.60454,10.48316], [46.61344,10.49183], [46.61745,10.48273], [46.62582,10.47209], [46.63514,10.45861], [46.64121,10.44608], [46.63903,10.44368], [46.63903,10.43466], [46.63767,10.42402], [46.63785,10.42067], [46.63472,10.41029], [46.63567,10.40334], [46.63903,10.39862], [46.64091,10.40111], [46.64633,10.39905], [46.64993,10.39587], [46.65264,10.39535], [46.65541,10.39141], [46.65941,10.39029], [46.66389,10.39123], [46.66819,10.39012], [46.67538,10.38849], [46.68492,10.38042], [46.68798,10.38317], [46.68933,10.39158], [46.70576,10.40274], [46.70593,10.40917], [46.70864,10.41407], [46.71435,10.41578], [46.71876,10.41776], [46.72194,10.41209], [46.72629,10.40857], [46.72818,10.40789], [46.73223,10.39926], [46.73417,10.40021], [46.73788,10.40930], [46.74088,10.41308], [46.75340,10.43574], [46.75246,10.44140], [46.76246,10.44355], [46.76681,10.44115], [46.77210,10.44055], [46.77521,10.43849], [46.77798,10.43351], [46.78109,10.43334], [46.78333,10.42956], [46.78703,10.42287], [46.78900,10.42214], [46.79100,10.42660], [46.79441,10.42592], [46.79817,10.43055], [46.79829,10.43836], [46.80222,10.44712], [46.81661,10.45690], [46.82149,10.45493], [46.82519,10.45828], [46.82995,10.45536], [46.83646,10.46068], [46.83535,10.46317], [46.83705,10.46566], [46.84104,10.46317], [46.84598,10.46677], [46.84915,10.46969], [46.84956,10.47046], [46.85543,10.46935], [46.85924,10.47845], [46.85842,10.48239], [46.85460,10.48351], [46.85513,10.48686], [46.85179,10.49321], [46.85273,10.49407], [46.85091,10.49707], [46.84838,10.50454], [46.84656,10.52102], [46.85061,10.55226], [46.84709,10.55715], [46.83975,10.55072], [46.84245,10.56960], [46.84650,10.57252], [46.85014,10.58436], [46.85108,10.58925], [46.85789,10.59561], [46.85860,10.60367], [46.86097,10.61555], [46.86314,10.61804], [46.86507,10.62748], [46.86654,10.65083], [46.87018,10.65649], [46.87523,10.66388], [46.87575,10.66748], [46.87018,10.67332], [46.87130,10.67924], [46.86701,10.69194], [46.86320,10.69675], [46.85838,10.69641], [46.85298,10.69452], [46.85005,10.70276], [46.84794,10.70473], [46.84723,10.71769], [46.84377,10.71692], [46.83866,10.72250], [46.83860,10.73331], [46.83567,10.73555], [46.83373,10.75718], [46.82891,10.75881], [46.82386,10.76499], [46.81958,10.76284], [46.81464,10.75366], [46.81035,10.74911], [46.80260,10.74533], [46.79743,10.73228], [46.79708,10.72713], [46.78873,10.73022], [46.78908,10.73512], [46.78703,10.74104], [46.78779,10.75134], [46.78597,10.75735], [46.79132,10.77503], [46.79637,10.78353], [46.79666,10.78773], [46.79096,10.79674], [46.77639,10.81348], [46.77427,10.82507], [46.78197,10.83322], [46.78233,10.83923], [46.78115,10.84172], [46.77474,10.85365], [46.77280,10.86807], [46.76569,10.86927], [46.76410,10.88875], [46.77033,10.89468], [46.77022,10.90000], [46.76869,10.90506], [46.77439,10.91450], [46.77574,10.92386], [46.77410,10.92884], [46.77474,10.94128], [46.77586,10.94463], [46.77521,10.95210], [46.77304,10.97527], [46.76822,10.98566], [46.76904,10.98694], [46.76781,10.99475], [46.76869,11.00325], [46.77245,11.01390], [46.76645,11.02205], [46.76669,11.02471], [46.77410,11.02497], [46.77962,11.02831], [46.78597,11.03304], [46.79467,11.03544], [46.80084,11.04291], [46.80554,11.03861], [46.80883,11.04986], [46.80906,11.05707], [46.81270,11.05921], [46.82081,11.07501], [46.82169,11.08213], [46.83443,11.07647], [46.83843,11.06934], [46.84318,11.07380], [46.85140,11.07097], [46.85827,11.07260], [46.85862,11.07689], [46.86584,11.08050], [46.86936,11.08127], [46.87933,11.08883], [46.88467,11.09664], [46.88907,11.10067], [46.89142,11.09646], [46.89564,11.09715], [46.89828,11.09895], [46.90813,11.09440], [46.91253,11.09526], [46.91452,11.09732], [46.91657,11.10865], [46.92015,11.11063], [46.92760,11.10917], [46.93211,11.11509], [46.92965,11.12865], [46.92830,11.13861], [46.93117,11.14376], [46.93533,11.15517], [46.94213,11.16599], [46.94529,11.16624], [46.94998,11.16178], [46.95561,11.16436], [46.95795,11.16324], [46.96633,11.16384], [46.96310,11.17577], [46.97072,11.18805], [46.97008,11.19671], [46.96855,11.20367], [46.96375,11.20667], [46.96931,11.21972], [46.96990,11.22633], [46.96914,11.23448], [46.97119,11.24272], [46.97499,11.25079], [46.97511,11.25620], [46.98097,11.26160], [46.98050,11.27027], [46.98237,11.28100], [46.98595,11.28812], [46.98624,11.29533], [46.98366,11.30134], [46.98507,11.30752], [46.99309,11.31851], [46.98881,11.32992], [46.98899,11.33439], [46.98495,11.33782], [46.98559,11.34117], [46.98899,11.34246], [46.99098,11.34606], [46.99080,11.35962], [46.98694,11.36627], [46.98302,11.36798], [46.97956,11.37751], [46.97494,11.38129], [46.97095,11.38197], [46.96943,11.39347], [46.96521,11.40326], [46.96703,11.40961], [46.96726,11.41656], [46.96955,11.42240], [46.97558,11.43673], [46.97581,11.44025], [46.98319,11.44446], [46.99274,11.45192], [46.99221,11.46025], [46.99572,11.46806], [46.99988,11.46815], [47.00427,11.47132], [47.01071,11.47810], [47.01138,11.48246], [47.01003,11.49628], [47.00980,11.50323], [47.00734,11.50203], [47.00512,11.51284], [47.00348,11.51559], [47.00061,11.51679], [46.99809,11.52314], [46.99189,11.53258], [46.98919,11.53482], [46.98697,11.53499], [46.98492,11.54031], [46.98779,11.54374], [46.99119,11.55550], [46.99078,11.55945], [46.99353,11.56529], [46.99282,11.56846], [46.99803,11.58013], [47.00120,11.57962], [47.00529,11.58743], [47.00631,11.59990], [47.01304,11.61363], [47.01222,11.62076], [47.01409,11.62719], [47.01222,11.62865], [47.00567,11.63492], [47.00128,11.64668], [46.99355,11.66462], [46.99466,11.67432], [46.99390,11.67861], [46.99618,11.69028], [46.99314,11.71234], [46.97974,11.72573], [46.97314,11.72890], [46.97209,11.73723], [46.97098,11.73998], [46.96963,11.74676], [46.97226,11.75251], [46.97285,11.76452], [46.98017,11.76787], [46.98655,11.77294], [46.99282,11.78323], [46.99053,11.78976], [46.99182,11.79834], [46.99159,11.80727], [46.99024,11.81465], [46.99364,11.82744], [46.99258,11.83387], [46.99615,11.83834], [46.99902,11.83902], [47.00253,11.84555], [47.00066,11.85199], [47.00862,11.86031], [47.01278,11.86949], [47.01061,11.87353], [47.01676,11.87859], [47.01664,11.89112], [47.02068,11.89473], [47.02653,11.90614], [47.02910,11.91344], [47.03343,11.91541], [47.03794,11.93224], [47.03823,11.93661], [47.03425,11.94657], [47.03928,11.95026], [47.04431,11.95721], [47.04109,11.96262], [47.04104,11.96811], [47.04964,11.97567], [47.05052,11.97979], [47.04783,11.98674], [47.05040,11.99446], [47.04882,12.00897], [47.04771,12.01875], [47.05069,12.02948], [47.05683,12.03274], [47.06099,12.03944], [47.06280,12.04871], [47.06128,12.05806], [47.05964,12.05987], [47.05999,12.07540], [47.06964,12.08090], [47.07274,12.08956], [47.07741,12.09214], [47.07905,12.10235], [47.07367,12.11935], [47.07899,12.13059], [47.07858,12.13368], [47.08057,12.14003], [47.08004,12.15196], [47.08431,12.16587], [47.08776,12.17067], [47.08834,12.17746], [47.09220,12.18072], [47.09255,12.18698], [47.08811,12.20097], [47.08606,12.21737], [47.08232,12.22767], [47.06894,12.24123], [47.06514,12.23810], [47.05719,12.21716], [47.04654,12.21810], [47.04075,12.21381], [47.02595,12.20651], [47.02671,12.19827], [47.02461,12.18351], [47.02250,12.17664], [47.02256,12.17124], [47.01846,12.16497], [47.02414,12.14798], [47.01952,12.14068], [47.01513,12.13210], [47.01109,12.12506], [47.00600,12.12291], [46.99733,12.12781], [46.99265,12.13133], [46.98972,12.12978], [46.98375,12.13330], [46.98334,12.13905], [46.97309,12.13751], [46.96419,12.13742], [46.96355,12.13244], [46.95751,12.13905], [46.95206,12.15433], [46.95066,12.15810], [46.94316,12.16549], [46.93601,12.16969], [46.93255,12.16823], [46.93032,12.16265], [46.92540,12.15931], [46.91584,12.15270], [46.91485,12.14617], [46.91373,12.14617], [46.90793,12.16265], [46.91098,12.16978], [46.90752,12.17716], [46.90828,12.18008], [46.90605,12.19089], [46.90318,12.19518], [46.89708,12.20068], [46.89291,12.19810], [46.89045,12.20188], [46.88787,12.20145], [46.88681,12.20342], [46.87737,12.21286], [46.87432,12.21708], [46.88071,12.22137], [46.87954,12.22738], [46.88517,12.23536], [46.88963,12.23614], [46.89168,12.24240], [46.88916,12.25090], [46.88752,12.26746], [46.88458,12.27450], [46.87989,12.27862], [46.87355,12.27716], [46.86475,12.29270], [46.86258,12.29021], [46.85994,12.29175], [46.85712,12.29055], [46.85395,12.29218], [46.85072,12.29227], [46.84767,12.29742], [46.84568,12.29605], [46.84409,12.29682], [46.84251,12.30695], [46.83728,12.30549], [46.83370,12.30669], [46.82659,12.29768], [46.82090,12.28849], [46.81814,12.28729], [46.81520,12.28377], [46.80921,12.28944], [46.80210,12.29261], [46.79922,12.28772], [46.79499,12.28849], [46.79240,12.28223], [46.78341,12.28472], [46.78500,12.29862], [46.78324,12.30334], [46.78535,12.30815], [46.78177,12.32669], [46.77665,12.34480], [46.77765,12.35201], [46.77383,12.36033], [46.76348,12.36119], [46.75208,12.36814], [46.74637,12.36823], [46.74031,12.37163], [46.73307,12.37412], [46.73243,12.37661], [46.72048,12.37970], [46.71578,12.38820], [46.70860,12.40279], [46.70642,12.41008], [46.70259,12.41274], [46.69941,12.41832], [46.69994,12.42699], [46.69541,12.42991], [46.68970,12.44279], [46.69111,12.44703], [46.68958,12.45399], [46.68740,12.46197], [46.68770,12.47424], [46.68328,12.47819], [46.67804,12.48068], [46.67781,12.49587], [46.68081,12.50214], [46.68004,12.50583], [46.67863,12.50677], [46.67851,12.51836], [46.67380,12.52995], [46.67156,12.52943], [46.66838,12.53261], [46.66768,12.53690], [46.65937,12.54840], [46.65796,12.55904], [46.65354,12.56127], [46.65183,12.56780], [46.65731,12.57750], [46.65694,12.60317], [46.65841,12.60781], [46.65830,12.61270], [46.66165,12.61802], [46.66142,12.63210], [46.65541,12.63424], [46.65293,12.64326], [46.65352,12.65047], [46.65830,12.65819], [46.65747,12.67836], [46.65647,12.68231], [46.65747,12.69089], [46.65382,12.69639], [46.65128,12.70291], [46.64899,12.71767], [46.64280,12.72162], [46.63985,12.72840], [46.63590,12.72943], [46.63484,12.73123], [46.63573,12.73544], [46.63809,12.74398], [46.64233,12.74621], [46.64563,12.75076], [46.64787,12.75719], [46.64828,12.76372], [46.64693,12.76792], [46.64693,12.77693], [46.64251,12.79522], [46.63626,12.79814], [46.63178,12.80835], [46.63178,12.81736], [46.62901,12.81848], [46.63208,12.83109], [46.62948,12.83247], [46.62735,12.83733], [46.62057,12.83355], [46.60972,12.83467], [46.60477,12.85218], [46.60571,12.85861], [46.60919,12.86402], [46.60848,12.87243], [46.60966,12.87750], [46.60707,12.88333], [46.60736,12.89097], [46.60955,12.89483], [46.60925,12.90153], [46.60778,12.90565], [46.61043,12.91123], [46.60890,12.91955], [46.61055,12.92882], [46.60860,12.93517], [46.60388,12.94513], [46.60276,12.95045], [46.60447,12.95002], [46.60660,12.95740], [46.60495,12.96556], [46.60247,12.98219], [46.60011,12.98760], [46.60217,12.99438], [46.60212,13.00279], [46.59999,13.00854], [46.60235,13.01661], [46.60217,13.02124], [46.59710,13.03111], [46.59740,13.04072], [46.59569,13.04785], [46.59775,13.05463], [46.59698,13.05978], [46.60058,13.06295], [46.59940,13.07351], [46.60182,13.08390], [46.60099,13.09059], [46.59793,13.09797], [46.59516,13.11540], [46.59159,13.12591], [46.59236,13.12960], [46.59030,13.14324], [46.58811,13.14479], [46.59053,13.15114], [46.58947,13.16058], [46.58912,13.17174], [46.58428,13.16951], [46.58215,13.17878], [46.57921,13.17912], [46.57608,13.18667], [46.57236,13.19610], [46.57283,13.20331], [46.56994,13.21078], [46.57083,13.21661], [46.56917,13.21988], [46.56658,13.22116], [46.56369,13.22820], [46.55861,13.23361], [46.55407,13.23335], [46.55259,13.23962], [46.55637,13.24116], [46.55655,13.24597], [46.55962,13.24897], [46.56044,13.25301], [46.55843,13.26116], [46.56097,13.26803], [46.56103,13.27352], [46.55820,13.28434], [46.56021,13.28871], [46.56068,13.29652], [46.55737,13.30442], [46.55460,13.30760], [46.55330,13.31884], [46.55519,13.32433], [46.56082,13.33174], [46.56418,13.33551], [46.56401,13.33792], [46.56690,13.33860], [46.57115,13.34461], [46.56790,13.34916], [46.56814,13.35439], [46.57056,13.36178], [46.56778,13.37010], [46.57368,13.36761], [46.57941,13.37156], [46.57681,13.39027], [46.57180,13.40083], [46.57250,13.41070], [46.56259,13.40701], [46.55810,13.42718], [46.55976,13.43705], [46.55793,13.44220], [46.55769,13.44950], [46.55934,13.45010], [46.55952,13.46297], [46.55775,13.47421], [46.56159,13.47825], [46.56182,13.48400], [46.56648,13.49953], [46.56654,13.50451], [46.56052,13.50812], [46.55622,13.50692], [46.55580,13.51258], [46.55244,13.51352], [46.54789,13.51910], [46.54937,13.53061], [46.55450,13.54339], [46.55173,13.55524], [46.55173,13.56391], [46.54919,13.56562], [46.54630,13.57026], [46.54046,13.56983], [46.53886,13.57657], [46.54028,13.58267], [46.54346,13.58387], [46.54636,13.59202], [46.54476,13.60095], [46.54364,13.60962], [46.54169,13.62868], [46.53408,13.64292], [46.52994,13.65752], [46.52778,13.66133], [46.52742,13.66759], [46.52376,13.67506], [46.52240,13.68339], [46.52223,13.69283], [46.52382,13.69643], [46.52252,13.70467], [46.52146,13.70733], [46.52400,13.71411], [46.51957,13.71626], [46.51195,13.71832], [46.50545,13.71686], [46.50238,13.70682], [46.50043,13.70476], [46.49494,13.70553], [46.49080,13.70587], [46.48499,13.70449], [46.48239,13.71050], [46.48003,13.71007], [46.47329,13.70149], [46.46738,13.69540], [46.46531,13.69557], [46.45715,13.70020], [46.44834,13.69488], [46.44346,13.69450], [46.43879,13.68806], [46.43672,13.68309], [46.43968,13.67433], [46.43891,13.66721], [46.43861,13.65425], [46.44388,13.65262], [46.44571,13.64704], [46.44364,13.64223], [46.44293,13.63760], [46.44127,13.63451], [46.44133,13.62618], [46.44210,13.62275], [46.43873,13.61682], [46.44056,13.61030], [46.43891,13.60755], [46.43802,13.59700], [46.43323,13.59090], [46.42897,13.58532], [46.42802,13.58146], [46.42501,13.57923], [46.41347,13.57837], [46.40808,13.57872], [46.40731,13.57520], [46.40429,13.57357], [46.39713,13.56541], [46.39784,13.55966], [46.39246,13.55391], [46.39044,13.54258], [46.38583,13.54001], [46.38494,13.53365], [46.38701,13.52808], [46.38227,13.51760], [46.37665,13.51820], [46.37570,13.50894], [46.37173,13.50207], [46.36936,13.49597], [46.36960,13.48533], [46.36516,13.47932], [46.35983,13.46911], [46.36232,13.45701], [46.36232,13.44851], [46.36006,13.44602], [46.35882,13.43890], [46.35509,13.43855], [46.34934,13.44319], [46.34164,13.44611], [46.33500,13.45066], [46.33103,13.44945], [46.32789,13.44430], [46.32084,13.43924], [46.32155,13.42585], [46.31776,13.41976], [46.31473,13.41718], [46.30442,13.41890], [46.30542,13.40671], [46.29955,13.40336], [46.29804,13.37697], [46.28990,13.38065], [46.29168,13.38778], [46.28616,13.38889], [46.28148,13.39473], [46.27365,13.39241], [46.26694,13.39739], [46.25430,13.39911], [46.25187,13.40333], [46.24024,13.41114], [46.23875,13.41792], [46.23489,13.42325], [46.23127,13.42325], [46.22896,13.42161], [46.22688,13.41234], [46.22284,13.41775], [46.21779,13.41552], [46.21643,13.41080], [46.21185,13.41243], [46.20906,13.42359], [46.20734,13.42393], [46.21167,13.43500], [46.21334,13.44625], [46.21702,13.44728], [46.22640,13.44281], [46.22670,13.45723], [46.22420,13.46573], [46.22575,13.47277], [46.22492,13.48676], [46.22183,13.49903], [46.21963,13.50006], [46.21761,13.49826], [46.21601,13.50607], [46.21631,13.51148], [46.21595,13.51577], [46.21821,13.52144], [46.21951,13.52993], [46.21268,13.53028], [46.21399,13.53955], [46.21167,13.54779], [46.20502,13.56221], [46.19890,13.56272], [46.19635,13.56624], [46.18649,13.56701], [46.18779,13.57027], [46.18452,13.57302], [46.18631,13.57508], [46.18589,13.57705], [46.19130,13.58589], [46.19059,13.58718], [46.19332,13.59113], [46.19278,13.59319], [46.19142,13.59422], [46.18898,13.59096], [46.18910,13.59688], [46.18874,13.60435], [46.18975,13.61233], [46.18741,13.61478], [46.18592,13.61246], [46.18497,13.61461], [46.18747,13.62199], [46.18824,13.63100], [46.19038,13.63255], [46.19276,13.63332], [46.19097,13.63839], [46.18973,13.64654], [46.18794,13.65023], [46.18563,13.65907], [46.17451,13.66757], [46.16964,13.66465], [46.16126,13.65478], [46.15305,13.65632], [46.13970,13.64785], [46.13393,13.63987], [46.13411,13.63463], [46.12715,13.62613], [46.12322,13.62399], [46.11858,13.61540], [46.11614,13.61223], [46.11525,13.60742], [46.11180,13.60210], [46.10739,13.60038], [46.10251,13.59472], [46.10222,13.59086], [46.09978,13.58785], [46.09990,13.58451], [46.09561,13.57901], [46.08703,13.57225], [46.08893,13.57002], [46.08637,13.56616], [46.08715,13.56281], [46.08494,13.55989], [46.08107,13.54925], [46.08244,13.54496], [46.07697,13.54376], [46.07566,13.53998], [46.06536,13.52908], [46.06625,13.52564], [46.06065,13.51329], [46.06178,13.50908], [46.05988,13.50736], [46.06160,13.50402], [46.05749,13.49732], [46.05267,13.49844], [46.04850,13.49878], [46.04612,13.50977], [46.04260,13.51020], [46.03730,13.50934], [46.02759,13.50659], [46.01495,13.49646], [46.01143,13.48196], [46.00857,13.48101], [46.00595,13.47792], [46.00303,13.48007], [45.99957,13.48814], [45.98538,13.49689], [45.98090,13.50316], [45.98049,13.51457], [45.97351,13.52170], [45.97345,13.52710], [45.96689,13.52959], [45.96581,13.54333], [45.97076,13.54753], [45.97130,13.55569], [45.96903,13.56882], [45.97172,13.56993], [45.97786,13.57586], [45.98335,13.57663], [45.98913,13.58461], [45.99051,13.59139], [45.98800,13.60092], [45.98782,13.60512], [45.98466,13.60899], [45.98591,13.61379], [45.98454,13.61602], [45.98383,13.61946], [45.98663,13.62650], [45.98830,13.62907], [45.98758,13.63036], [45.98949,13.63293], [45.98299,13.64401], [45.97923,13.63980], [45.96957,13.64092], [45.96894,13.63834], [45.96636,13.63768], [45.96498,13.63836], [45.96189,13.63710], [45.96067,13.63658], [45.95597,13.63499], [45.95379,13.63463], [45.95283,13.63416], [45.95029,13.63358], [45.94923,13.63319], [45.94911,13.63341], [45.94717,13.63377], [45.94100,13.63647], [45.94018,13.63680], [45.93992,13.63637], [45.93910,13.63697], [45.93856,13.63701], [45.93646,13.63825], [45.93497,13.63806], [45.93328,13.63521], [45.93307,13.63465], [45.93182,13.63368], [45.92982,13.63100], [45.92640,13.62907], [45.92449,13.62686], [45.92424,13.62708], [45.92219,13.62695], [45.92007,13.62459], [45.92086,13.62276], [45.91930,13.62169], [45.91812,13.62021], [45.91559,13.61804], [45.91161,13.61635], [45.90771,13.61581], [45.90767,13.61422], [45.90670,13.61411], [45.90671,13.61326], [45.90229,13.61070], [45.90123,13.61077], [45.90110,13.61004], [45.89913,13.60899], [45.89910,13.60875], [45.89902,13.60772], [45.89871,13.60761], [45.89847,13.60710], [45.89837,13.60607], [45.89784,13.60596], [45.89739,13.60410], [45.89608,13.60092], [45.89583,13.60092], [45.89562,13.60002], [45.89544,13.59847], [45.89492,13.59624], [45.89299,13.59671], [45.89250,13.59586], [45.89136,13.59566], [45.89179,13.59403], [45.89142,13.59326], [45.89091,13.59305], [45.89076,13.59365], [45.89006,13.59352], [45.88981,13.59276], [45.88812,13.59124], [45.88492,13.58864], [45.88195,13.58671], [45.88062,13.58699], [45.87845,13.59008], [45.87475,13.59367], [45.87115,13.58723], [45.86495,13.58380], [45.85977,13.58187], [45.85843,13.58064], [45.85595,13.57985], [45.85475,13.57676], [45.85338,13.57541], [45.85309,13.57601], [45.85203,13.57614], [45.85080,13.57699], [45.84558,13.57546], [45.84291,13.57726], [45.84312,13.57503], [45.84271,13.57507], [45.84214,13.57726], [45.83550,13.58880], [45.82342,13.59254], [45.81962,13.59739], [45.81157,13.59636], [45.81140,13.59747], [45.81065,13.59743], [45.81011,13.59631], [45.80799,13.59606], [45.80422,13.60447], [45.80389,13.60808], [45.80293,13.61134], [45.80341,13.61237], [45.80329,13.61443], [45.80111,13.61966], [45.80021,13.62400], [45.79602,13.62426], [45.79851,13.62816], [45.80147,13.63752], [45.79833,13.63790], [45.80037,13.65781], [45.79973,13.66944], [45.79833,13.67111], [45.79099,13.67446], [45.79138,13.67557], [45.79264,13.67579], [45.79450,13.67926], [45.79276,13.68111], [45.78971,13.68750], [45.78495,13.69407], [45.78294,13.69725], [45.77935,13.70102], [45.77405,13.71033], [45.77052,13.71956], [45.76867,13.72274], [45.76672,13.73008], [45.76151,13.73819], [45.76115,13.73415], [45.75974,13.73570], [45.75980,13.73874], [45.75822,13.74016], [45.75552,13.74591], [45.75579,13.75947], [45.75642,13.76218], [45.75262,13.76600], [45.75101,13.76570], [45.75008,13.77295], [45.74903,13.77479], [45.74915,13.77848], [45.74840,13.78432], [45.74436,13.79432], [45.74032,13.80020], [45.72899,13.80565], [45.72324,13.81131], [45.71449,13.82715], [45.70727,13.83402], [45.70152,13.83466], [45.69954,13.83569], [45.69762,13.83599], [45.69555,13.83217], [45.69300,13.83161], [45.68698,13.83393], [45.68608,13.83681], [45.68116,13.84479], [45.67351,13.85161], [45.67205,13.85380], [45.66545,13.85839], [45.65726,13.87088], [45.65627,13.87140], [45.65636,13.87195], [45.64514,13.89303], [45.64517,13.89474], [45.64406,13.89577], [45.64262,13.90345], [45.63899,13.90955], [45.63818,13.91148], [45.63677,13.91311], [45.63338,13.91925], [45.63086,13.91830], [45.62894,13.91285], [45.62506,13.90745], [45.62404,13.90487], [45.62218,13.90148], [45.62044,13.89680], [45.62005,13.89453], [45.61654,13.89041], [45.61588,13.88740], [45.61486,13.88513], [45.61369,13.88298], [45.61243,13.88165], [45.61081,13.87775], [45.60928,13.86921], [45.60781,13.86835], [45.60477,13.86886], [45.60192,13.86818], [45.59619,13.86590], [45.59495,13.85972], [45.59339,13.85766], [45.59222,13.85397], [45.59120,13.85341], [45.59018,13.85311], [45.58859,13.85088], [45.58435,13.85174], [45.58417,13.84672], [45.58207,13.83951], [45.58186,13.82620], [45.58078,13.81020], [45.58264,13.79230], [45.58243,13.78951], [45.58405,13.78020], [45.58871,13.76917], [45.58958,13.76857], [45.58949,13.76707], [45.59111,13.76286], [45.59450,13.75496], [45.59778,13.74690], [45.59751,13.74535], [45.59646,13.73750], [45.59601,13.73415], [45.59540,13.73372], [45.59562,13.73166], [45.59453,13.72535], [45.59456,13.72274], [45.63314,13.60530], [45.59422,13.39276], [45.04008,13.15930], [44.59591,13.64261], [43.99102,12.51391], [43.99119,12.51356], [43.99102,12.51295], [43.99104,12.51234], [43.99088,12.50993], [43.99101,12.50948], [43.99160,12.50939], [43.99203,12.50960], [43.99192,12.50906], [43.99146,12.50819], [43.99130,12.50826], [43.99116,12.50873], [43.99090,12.50870], [43.99085,12.50845], [43.99084,12.50800], [43.99157,12.50666], [43.99166,12.50643], [43.99067,12.50597], [43.99096,12.50400], [43.99061,12.50389], [43.99035,12.50473], [43.98891,12.50414], [43.98887,12.50324], [43.98857,12.50328], [43.98815,12.50371], [43.98774,12.50313], [43.98667,12.50215], [43.98688,12.50110], [43.98681,12.50061], [43.98640,12.49969], [43.98570,12.49902], [43.98575,12.49882], [43.98609,12.49837], [43.98610,12.49690], [43.98625,12.49621], [43.98558,12.49556], [43.98502,12.49511], [43.98493,12.49483], [43.98477,12.49481], [43.98452,12.49486], [43.98453,12.49463], [43.98453,12.49444], [43.98419,12.49418], [43.98382,12.49369], [43.98317,12.49302], [43.98286,12.49246], [43.98293,12.49169], [43.98316,12.49149], [43.98325,12.49047], [43.98320,12.49014], [43.98303,12.48979], [43.98284,12.48939], [43.98224,12.48849], [43.98220,12.48803], [43.98191,12.48765], [43.98182,12.48691], [43.98151,12.48651], [43.98116,12.48550], [43.98077,12.48299], [43.98092,12.48247], [43.98098,12.48167], [43.98086,12.48065], [43.98075,12.47947], [43.98057,12.47873], [43.98023,12.47815], [43.97968,12.47634], [43.97973,12.47581], [43.97929,12.47508], [43.97907,12.47404], [43.97878,12.47340], [43.97849,12.47286], [43.97849,12.47218], [43.97819,12.47157], [43.97760,12.47024], [43.97751,12.46963], [43.97731,12.46922], [43.97705,12.46906], [43.97691,12.46854], [43.97647,12.46837], [43.97594,12.46736], [43.97463,12.46374], [43.96925,12.45310], [43.96929,12.45291], [43.96915,12.45272], [43.96827,12.45205], [43.96771,12.45102], [43.96601,12.44890], [43.96576,12.44634], [43.96127,12.44245], [43.95906,12.43935], [43.95819,12.43865], [43.95816,12.43792], [43.95750,12.43751], [43.95645,12.43690], [43.95642,12.43600], [43.95679,12.43344], [43.95724,12.42658], [43.95737,12.42531], [43.95751,12.42219], [43.95766,12.42051], [43.95779,12.41993], [43.95647,12.41915], [43.95429,12.41731], [43.95328,12.41630], [43.95333,12.41586], [43.95332,12.41474], [43.95223,12.41414], [43.95232,12.41378], [43.95211,12.41198], [43.95287,12.41118], [43.95326,12.41047], [43.95375,12.40775], [43.95424,12.40613], [43.95493,12.40498], [43.95552,12.40450], [43.95488,12.40423], [43.95467,12.40405], [43.95396,12.40399], [43.95344,12.40354], [43.95238,12.40358], [43.95107,12.40370], [43.94866,12.40454], [43.94649,12.40468], [43.94475,12.40482], [43.94301,12.40553], [43.94195,12.40643], [43.94075,12.40794], [43.94012,12.40946], [43.93883,12.41160], [43.93862,12.41192], [43.93788,12.41244], [43.93722,12.41264], [43.93681,12.41235], [43.93620,12.41247], [43.93521,12.41342], [43.93332,12.41477], [43.93236,12.41510], [43.93073,12.41534], [43.92957,12.41521], [43.92868,12.41478], [43.92781,12.41367], [43.92727,12.41272], [43.92643,12.41189], [43.92481,12.40966], [43.92316,12.40892], [43.92119,12.40831], [43.92063,12.40822], [43.91742,12.40958], [43.91283,12.41117], [43.90934,12.41263], [43.90804,12.41210], [43.90625,12.41017], [43.90521,12.40991], [43.90299,12.40823], [43.90260,12.40764], [43.90216,12.40941], [43.90178,12.41027], [43.90119,12.41103], [43.90083,12.41125], [43.90073,12.41166], [43.90076,12.41288], [43.90051,12.41435], [43.90022,12.41606], [43.90068,12.42001], [43.90134,12.42263], [43.90228,12.42386], [43.90263,12.42442], [43.90315,12.42476], [43.90361,12.42597], [43.90362,12.42657], [43.90382,12.42761], [43.90376,12.42834], [43.90388,12.42879], [43.90371,12.42946], [43.90268,12.43072], [43.90225,12.43157], [43.90254,12.43351], [43.90303,12.43438], [43.90344,12.43480], [43.90358,12.43598], [43.90319,12.43634], [43.90313,12.43654], [43.90356,12.43706], [43.90343,12.43790], [43.90363,12.43820], [43.90421,12.43774], [43.90490,12.43845], [43.90586,12.44022], [43.90597,12.44264], [43.90525,12.44355], [43.90419,12.44424], [43.90404,12.44489], [43.90356,12.44623], [43.90243,12.44817], [43.90162,12.44846], [43.90071,12.44827], [43.90040,12.44859], [43.90010,12.44799], [43.89961,12.44795], [43.89891,12.44910], [43.89854,12.44957], [43.89768,12.44934], [43.89701,12.44976], [43.89644,12.45053], [43.89560,12.45142], [43.89513,12.45276], [43.89403,12.45464], [43.89387,12.45666], [43.89381,12.45762], [43.89419,12.45863], [43.89457,12.46004], [43.89446,12.46093], [43.89378,12.46244], [43.89495,12.46299], [43.89526,12.46327], [43.89558,12.46524], [43.89619,12.46663], [43.89666,12.46725], [43.89622,12.46805], [43.89646,12.46895], [43.89673,12.47004], [43.89670,12.47093], [43.89643,12.47182], [43.89680,12.47373], [43.89694,12.47546], [43.89682,12.48092], [43.89648,12.48735], [43.90101,12.48887], [43.90270,12.48968], [43.90516,12.49210], [43.90768,12.49291], [43.90903,12.49541], [43.90957,12.49546], [43.90986,12.49503], [43.91003,12.49345], [43.91018,12.49321], [43.91372,12.49346], [43.91534,12.49335], [43.91590,12.49274], [43.91798,12.49228], [43.91858,12.49252], [43.91892,12.49331], [43.92004,12.49386], [43.92092,12.49454], [43.92241,12.49656], [43.92304,12.49893], [43.92319,12.49980], [43.92349,12.50286], [43.92403,12.50354], [43.92477,12.50394], [43.92709,12.50377], [43.92931,12.50495], [43.93101,12.50606], [43.93253,12.50761], [43.93317,12.50762], [43.93353,12.50744], [43.93471,12.50963], [43.93590,12.51047], [43.93667,12.51067], [43.93756,12.51172], [43.93786,12.51278], [43.93770,12.51368], [43.93870,12.51493], [43.93919,12.51493], [43.94048,12.51641], [43.94096,12.51660], [43.94142,12.51640], [43.94366,12.51589], [43.94544,12.51550], [43.94658,12.51469], [43.94949,12.51360], [43.95200,12.51147], [43.95314,12.51056], [43.95705,12.50722], [43.95811,12.50667], [43.96270,12.50931], [43.96421,12.50758], [43.96832,12.50732], [43.97097,12.50648], [43.97116,12.50944], [43.97175,12.51029], [43.97225,12.51151], [43.97294,12.51214], [43.97430,12.51189], [43.97550,12.51137], [43.97827,12.51112], [43.98006,12.51032], [43.98122,12.51012], [43.98227,12.51085], [43.98244,12.51167], [43.98293,12.51210], [43.98424,12.51277], [43.98454,12.51333], [43.98468,12.51398], [43.98477,12.51587], [43.98680,12.51524], [43.98815,12.51506], [43.99079,12.51434], [43.99102,12.51391], [44.59591,13.64261], [43.29423,15.04731], [41.94012,17.31599], [40.38111,18.96943], [37.86296,18.52448], [35.99249,15.62409], [36.52843,13.88276], [34.95466,13.19337], [35.39916,11.96839], [38.08597,11.30372], [38.80688,7.39545], [41.57426,7.87217], [41.32310,8.65770], [41.29834,9.26057], [41.54241,9.76045], [41.90196,12.44581], [41.90165,12.44653], [41.90180,12.44671], [41.90099,12.44795], [41.90083,12.44778], [41.90066,12.44796], [41.90079,12.44881], [41.90099,12.44880], [41.90082,12.45088], [41.90057,12.45083], [41.90034,12.45177], [41.90029,12.45279], [41.90049,12.45285], [41.90020,12.45449], [41.90039,12.45459], [41.90039,12.45638], [41.90076,12.45639], [41.90125,12.45632], [41.90135,12.45657], [41.90119,12.45691], [41.90116,12.45734], [41.90125,12.45776], [41.90143,12.45807], [41.90164,12.45823], [41.90190,12.45835], [41.90227,12.45837], [41.90263,12.45830], [41.90295,12.45811], [41.90312,12.45786], [41.90323,12.45755], [41.90360,12.45758], [41.90420,12.45762], [41.90583,12.45767], [41.90629,12.45569], [41.90742,12.45543], [41.90700,12.45379], [41.90680,12.45385], [41.90667,12.45313], [41.90673,12.45313], [41.90670,12.45260], [41.90653,12.45204], [41.90646,12.45206], [41.90637,12.45143], [41.90658,12.45137], [41.90650,12.45049], [41.90598,12.45031], [41.90579,12.45054], [41.90501,12.44950], [41.90518,12.44926], [41.90503,12.44891], [41.90471,12.44885], [41.90467,12.44910], [41.90363,12.44864], [41.90370,12.44837], [41.90333,12.44777], [41.90313,12.44762], [41.90300,12.44782], [41.90221,12.44685], [41.90237,12.44660], [41.90196,12.44581], [41.54241,9.76045], [42.74829,9.70163], [43.19443,9.45993], [42.98181,8.45468]], + IT: [[43.34636,7.95125],[43.69160,7.46533],[43.73549,7.47515],[43.72606,7.53112],[43.78429,7.52979],[43.78548,7.52944],[43.78606,7.52951],[43.78691,7.53049],[43.78864,7.52942],[43.79307,7.52615],[43.79490,7.52567],[43.80270,7.51812],[43.80899,7.51705],[43.81602,7.51344],[43.81989,7.51340],[43.82664,7.50958],[43.83299,7.50967],[43.83673,7.50653],[43.84137,7.50658],[43.84555,7.49842],[43.85134,7.49572],[43.85901,7.49460],[43.86446,7.49495],[43.86486,7.49679],[43.86480,7.49821],[43.86687,7.49954],[43.87018,7.49654],[43.87306,7.49808],[43.87553,7.50135],[43.87631,7.50551],[43.87986,7.50950],[43.88160,7.50898],[43.88593,7.51152],[43.88608,7.51340],[43.88290,7.51710],[43.88410,7.51885],[43.88636,7.51916],[43.88713,7.52134],[43.88682,7.52697],[43.89091,7.53115],[43.89075,7.53458],[43.89236,7.53553],[43.89350,7.53737],[43.89452,7.54638],[43.89406,7.55033],[43.89610,7.55317],[43.89780,7.55896],[43.90037,7.56149],[43.90594,7.56158],[43.91085,7.56179],[43.91774,7.55730],[43.92076,7.56176],[43.92348,7.56790],[43.92645,7.56670],[43.92954,7.56876],[43.92821,7.56983],[43.92868,7.57073],[43.93279,7.56906],[43.93631,7.57339],[43.93826,7.57249],[43.93776,7.57060],[43.94367,7.56588],[43.94517,7.56831],[43.94845,7.56899],[43.94696,7.57389],[43.94857,7.57393],[43.95089,7.57878],[43.94894,7.58075],[43.95336,7.58350],[43.95629,7.58822],[43.95827,7.60131],[43.95595,7.61084],[43.96179,7.62099],[43.96488,7.63077],[43.96969,7.63566],[43.97074,7.63850],[43.97476,7.64202],[43.97457,7.65103],[43.98557,7.65498],[43.98761,7.66304],[43.99199,7.66210],[43.99816,7.66888],[44.00576,7.66639],[44.00971,7.66433],[44.01841,7.66081],[44.02483,7.66081],[44.03008,7.66201],[44.03205,7.66562],[44.03002,7.67386],[44.03353,7.67678],[44.03884,7.68476],[44.04100,7.69223],[44.04137,7.70029],[44.05161,7.70270],[44.05784,7.70630],[44.06197,7.71162],[44.07209,7.71291],[44.07585,7.71248],[44.08214,7.71540],[44.08818,7.71120],[44.09249,7.70493],[44.09348,7.70107],[44.09829,7.69480],[44.10137,7.69429],[44.10852,7.68819],[44.11468,7.67875],[44.11986,7.67180],[44.12842,7.66905],[44.13112,7.66562],[44.13592,7.66819],[44.14159,7.67592],[44.14658,7.67678],[44.15310,7.66957],[44.16086,7.67163],[44.16597,7.68021],[44.17410,7.68321],[44.17662,7.67472],[44.17478,7.67085],[44.17570,7.66021],[44.17730,7.64545],[44.17484,7.63575],[44.17010,7.63172],[44.16585,7.63154],[44.16246,7.62785],[44.15822,7.62863],[44.14818,7.62021],[44.14941,7.59979],[44.15083,7.59369],[44.14935,7.58932],[44.15181,7.57507],[44.15126,7.57133],[44.15551,7.56438],[44.15058,7.56635],[44.14781,7.55991],[44.14436,7.54841],[44.14516,7.53665],[44.14621,7.53331],[44.13869,7.52721],[44.13647,7.52206],[44.13789,7.51305],[44.14307,7.50627],[44.13992,7.49554],[44.13598,7.49082],[44.13229,7.48189],[44.13235,7.47340],[44.12471,7.46044],[44.12877,7.44722],[44.12705,7.44310],[44.12970,7.43057],[44.12508,7.43074],[44.12003,7.42773],[44.11559,7.42876],[44.11201,7.42696],[44.11165,7.42164],[44.11861,7.41391],[44.11750,7.40542],[44.12446,7.39186],[44.11590,7.36800],[44.11651,7.36285],[44.11528,7.35684],[44.12526,7.35340],[44.12643,7.35049],[44.13728,7.34508],[44.14528,7.34336],[44.14331,7.33195],[44.14387,7.32671],[44.14196,7.31959],[44.14645,7.31083],[44.14325,7.30791],[44.14565,7.30311],[44.14387,7.29942],[44.14417,7.29324],[44.14485,7.29023],[44.14257,7.28680],[44.13986,7.28062],[44.14682,7.27135],[44.14775,7.26199],[44.15471,7.25590],[44.15575,7.25084],[44.16443,7.24371],[44.17195,7.24165],[44.17416,7.23556],[44.16967,7.23273],[44.16782,7.22740],[44.16819,7.21848],[44.17281,7.21333],[44.17607,7.20929],[44.17872,7.20363],[44.18358,7.20354],[44.18647,7.19908],[44.18610,7.19221],[44.19232,7.19050],[44.19989,7.18543],[44.19632,7.17814],[44.20100,7.17333],[44.20235,7.16664],[44.20758,7.16295],[44.20340,7.15694],[44.20210,7.15041],[44.19976,7.14913],[44.19989,7.14235],[44.21638,7.11274],[44.22044,7.09085],[44.22745,7.08656],[44.23188,7.07222],[44.22831,7.06664],[44.22640,7.06149],[44.22819,7.05463],[44.22327,7.03969],[44.22542,7.02982],[44.22985,7.02948],[44.23188,7.01532],[44.23655,7.00673],[44.24983,6.99480],[44.26754,6.99412],[44.27915,6.99386],[44.28585,6.98013],[44.28333,6.97223],[44.28720,6.96682],[44.29304,6.97051],[44.29365,6.96596],[44.29285,6.95978],[44.29672,6.95481],[44.31079,6.95867],[44.31583,6.95240],[44.31816,6.95137],[44.32074,6.94416],[44.32399,6.94116],[44.32405,6.93738],[44.32915,6.93500],[44.33228,6.92624],[44.34560,6.92006],[44.35008,6.92118],[44.35309,6.91165],[44.35812,6.90419],[44.35683,6.89989],[44.36052,6.88642],[44.36739,6.88625],[44.37033,6.89389],[44.37500,6.89526],[44.38107,6.89380],[44.39561,6.89492],[44.39972,6.89320],[44.40554,6.89612],[44.40934,6.89363],[44.42142,6.89148],[44.42338,6.89912],[44.42136,6.90213],[44.42804,6.91792],[44.42375,6.92376],[44.42547,6.93139],[44.43080,6.93294],[44.42816,6.94624],[44.43012,6.94667],[44.43362,6.93766],[44.43864,6.93663],[44.44514,6.92221],[44.45163,6.90994],[44.45494,6.91019],[44.46830,6.90453],[44.47185,6.89011],[44.47724,6.88041],[44.48275,6.87449],[44.48755,6.87579],[44.49055,6.87038],[44.49453,6.86480],[44.50071,6.86077],[44.50769,6.85734],[44.52501,6.85485],[44.52856,6.85296],[44.53572,6.85785],[44.53743,6.86789],[44.54643,6.87184],[44.54789,6.87613],[44.55065,6.87570],[44.55523,6.87759],[44.55260,6.88463],[44.55352,6.88884],[44.55664,6.89450],[44.55493,6.90162],[44.55725,6.90454],[44.55939,6.91441],[44.56936,6.91124],[44.57355,6.93211],[44.58125,6.93030],[44.59714,6.93228],[44.60527,6.93803],[44.61053,6.94807],[44.62128,6.94833],[44.62207,6.95974],[44.61994,6.96532],[44.62427,6.96721],[44.62660,6.95906],[44.64009,6.95047],[44.64840,6.94979],[44.65432,6.94575],[44.66409,6.95743],[44.67605,6.95622],[44.68106,6.96335],[44.67831,6.97039],[44.68741,6.98060],[44.69162,6.99176],[44.69149,7.00043],[44.68771,7.00412],[44.68985,7.00978],[44.68991,7.01717],[44.69204,7.02377],[44.69113,7.03570],[44.68387,7.05038],[44.68051,7.07152],[44.68136,7.07684],[44.68997,7.07392],[44.71138,7.06268],[44.71284,7.06491],[44.71583,7.04714],[44.71998,7.03890],[44.73065,7.02886],[44.73627,7.02599],[44.74079,7.02239],[44.74414,7.02471],[44.75133,7.02042],[44.75578,7.02170],[44.75791,7.02402],[44.76212,7.02333],[44.76651,7.02076],[44.76943,7.02402],[44.77211,7.01870],[44.78375,7.01072],[44.78801,6.99896],[44.79173,6.99947],[44.79989,7.00840],[44.80434,7.01003],[44.81475,7.01861],[44.82187,7.01921],[44.82266,7.02213],[44.82431,7.01793],[44.82528,7.00823],[44.84001,7.00488],[44.84166,7.00033],[44.84166,6.99527],[44.84604,6.98033],[44.84561,6.97458],[44.84665,6.96917],[44.86240,6.93167],[44.84549,6.91896],[44.84306,6.90978],[44.84488,6.90437],[44.84689,6.90214],[44.84725,6.89287],[44.84646,6.88420],[44.84999,6.87631],[44.84871,6.87133],[44.84981,6.86154],[44.85638,6.85390],[44.85961,6.83940],[44.87688,6.80429],[44.88351,6.79837],[44.88959,6.79923],[44.88812,6.78457],[44.89323,6.78268],[44.89353,6.78036],[44.89633,6.77779],[44.89864,6.77719],[44.90253,6.77204],[44.90162,6.76595],[44.90253,6.75882],[44.90618,6.74887],[44.91931,6.75084],[44.92210,6.74672],[44.92872,6.75298],[44.93237,6.75384],[44.93128,6.76002],[44.93662,6.75762],[44.93705,6.75144],[44.93565,6.74826],[44.93547,6.74329],[44.93656,6.74251],[44.94148,6.74964],[44.94665,6.75367],[44.95967,6.76423],[44.97163,6.76243],[44.97722,6.74861],[44.98420,6.74835],[44.98887,6.73771],[44.99440,6.73685],[44.99634,6.75015],[45.01212,6.74440],[45.01588,6.74303],[45.02104,6.72226],[45.01982,6.71651],[45.02104,6.68235],[45.01843,6.67393],[45.02753,6.66964],[45.03420,6.66278],[45.04245,6.66544],[45.04269,6.66930],[45.05173,6.65746],[45.05815,6.66218],[45.07130,6.66115],[45.07069,6.65419],[45.07554,6.64381],[45.08488,6.64613],[45.08615,6.64089],[45.09069,6.63840],[45.09530,6.63093],[45.09924,6.62982],[45.10106,6.62690],[45.10542,6.62664],[45.11135,6.63128],[45.11560,6.63274],[45.11693,6.64261],[45.11512,6.64956],[45.12287,6.65831],[45.12105,6.66226],[45.12384,6.66544],[45.12463,6.67213],[45.13044,6.67325],[45.14055,6.67951],[45.14049,6.69136],[45.14527,6.71127],[45.13958,6.72672],[45.13940,6.73591],[45.13728,6.74011],[45.14509,6.75136],[45.15072,6.75384],[45.16016,6.76758],[45.15883,6.78045],[45.15435,6.78783],[45.15375,6.79702],[45.15042,6.80285],[45.14909,6.81393],[45.14358,6.82560],[45.13619,6.83624],[45.13607,6.84843],[45.13038,6.84723],[45.12808,6.84894],[45.13092,6.85761],[45.13274,6.86774],[45.13631,6.87126],[45.13607,6.87701],[45.13776,6.89392],[45.14182,6.89718],[45.14497,6.89014],[45.15169,6.88731],[45.15756,6.88182],[45.16204,6.89023],[45.16821,6.89100],[45.16888,6.89495],[45.16712,6.90928],[45.16912,6.91358],[45.16797,6.92242],[45.17069,6.92465],[45.17160,6.93684],[45.17099,6.94447],[45.17632,6.94138],[45.17983,6.94962],[45.18116,6.95400],[45.18806,6.95117],[45.19193,6.95323],[45.19592,6.96645],[45.20275,6.95984],[45.20838,6.96550],[45.20916,6.97863],[45.21201,6.98559],[45.21074,6.99211],[45.21588,6.99417],[45.21642,6.99829],[45.22114,7.00387],[45.21769,7.00687],[45.21551,7.01863],[45.21908,7.02198],[45.21902,7.02490],[45.21618,7.02601],[45.21811,7.02979],[45.22017,7.03194],[45.22627,7.04206],[45.22609,7.05202],[45.21098,7.06773],[45.21370,7.07863],[45.21678,7.07889],[45.21914,7.08249],[45.22488,7.08009],[45.22664,7.08412],[45.22633,7.08815],[45.23032,7.09073],[45.23129,7.09588],[45.23395,7.09614],[45.23842,7.10558],[45.24592,7.10747],[45.24755,7.11184],[45.24707,7.11665],[45.24495,7.12403],[45.24833,7.12944],[45.25256,7.13098],[45.25498,7.13493],[45.25909,7.13510],[45.26078,7.13133],[45.26640,7.13193],[45.27172,7.12747],[45.27474,7.13056],[45.27570,7.13339],[45.28017,7.13528],[45.28506,7.13236],[45.28754,7.12807],[45.29648,7.12051],[45.30897,7.11596],[45.31127,7.11665],[45.31440,7.11099],[45.31899,7.10833],[45.32853,7.10996],[45.33003,7.11493],[45.32792,7.12609],[45.33142,7.13304],[45.33625,7.13279],[45.33969,7.13056],[45.34765,7.13330],[45.35218,7.13854],[45.35386,7.15150],[45.35604,7.15287],[45.36086,7.16103],[45.36538,7.15828],[45.36942,7.15733],[45.37220,7.15862],[45.38329,7.16308],[45.38673,7.17175],[45.39070,7.17836],[45.39480,7.17673],[45.40384,7.18394],[45.40710,7.18377],[45.41059,7.16806],[45.41728,7.15485],[45.42288,7.15124],[45.42493,7.14163],[45.42620,7.13210],[45.43354,7.11232],[45.44053,7.11378],[45.44661,7.10914],[45.45377,7.09979],[45.46341,7.09781],[45.46756,7.10314],[45.47063,7.08872],[45.47256,7.08159],[45.47268,7.07086],[45.47304,7.06477],[45.46991,7.06048],[45.47213,7.04752],[45.47894,7.04468],[45.48664,7.05018],[45.48790,7.05413],[45.49464,7.05413],[45.49639,7.04563],[45.49554,7.03816],[45.49548,7.02726],[45.49687,7.01825],[45.50042,7.00718],[45.50415,6.99962],[45.51341,7.00022],[45.51780,7.00323],[45.52616,6.99713],[45.52977,6.99070],[45.53872,6.99181],[45.54359,6.99499],[45.55628,6.98975],[45.56463,6.98881],[45.56823,6.99619],[45.57148,6.99276],[45.57496,6.99465],[45.57989,6.98744],[45.58343,6.97928],[45.59022,6.97705],[45.60247,6.98074],[45.61286,6.98572],[45.61616,6.98126],[45.62625,6.98701],[45.63087,6.99593],[45.63729,7.00065],[45.63975,6.99911],[45.63939,6.99250],[45.64041,6.98992],[45.64335,6.98872],[45.64515,6.97568],[45.64851,6.97121],[45.65355,6.96907],[45.65427,6.96186],[45.65253,6.95757],[45.64545,6.93208],[45.64677,6.92701],[45.65145,6.91465],[45.65661,6.91465],[45.65963,6.91517],[45.66365,6.90092],[45.66941,6.90590],[45.67235,6.90435],[45.67571,6.90564],[45.68020,6.90246],[45.67936,6.89955],[45.67505,6.89362],[45.67912,6.88564],[45.67841,6.87963],[45.68014,6.86950],[45.68410,6.86547],[45.68488,6.85603],[45.68974,6.84504],[45.69411,6.84376],[45.70047,6.83938],[45.70167,6.83517],[45.70185,6.82985],[45.70431,6.82616],[45.71749,6.81741],[45.72025,6.81638],[45.72528,6.80796],[45.72852,6.80788],[45.74032,6.81560],[45.74499,6.80711],[45.74894,6.80496],[45.75350,6.80565],[45.76128,6.80419],[45.77128,6.80376],[45.77709,6.80041],[45.78343,6.80067],[45.79343,6.80470],[45.79534,6.81071],[45.80408,6.81028],[45.80803,6.81157],[45.81592,6.80290],[45.82585,6.81148],[45.83775,6.81869],[45.83871,6.82745],[45.83841,6.83191],[45.84302,6.84315],[45.83979,6.85062],[45.83375,6.86041],[45.83411,6.86401],[45.83979,6.86873],[45.84044,6.87148],[45.84595,6.87302],[45.84965,6.87920],[45.84959,6.88392],[45.84403,6.89191],[45.84314,6.90203],[45.84481,6.90753],[45.84176,6.91379],[45.84487,6.91663],[45.84947,6.92341],[45.84738,6.93027],[45.84840,6.94014],[45.85222,6.93997],[45.85778,6.94813],[45.86203,6.95096],[45.86209,6.95946],[45.86490,6.96400],[45.86896,6.97327],[45.86998,6.98684],[45.86890,6.98995],[45.87213,6.99605],[45.87864,6.99888],[45.88444,7.00420],[45.89818,7.00145],[45.90672,7.01012],[45.91233,7.01699],[45.91693,7.01982],[45.92123,7.03218],[45.92368,7.04317],[45.92105,7.04926],[45.91538,7.05458],[45.91323,7.06153],[45.90964,7.06565],[45.90063,7.06523],[45.89650,7.07149],[45.89573,7.07741],[45.89017,7.07784],[45.88539,7.08188],[45.87595,7.09638],[45.87219,7.09338],[45.86735,7.09750],[45.86155,7.10016],[45.85952,7.10531],[45.86011,7.11269],[45.86017,7.11818],[45.86460,7.12471],[45.86764,7.13157],[45.87296,7.13415],[45.87667,7.14264],[45.88019,7.15509],[45.87774,7.16462],[45.87482,7.16608],[45.87147,7.16282],[45.86382,7.17500],[45.86376,7.18007],[45.85940,7.19020],[45.86310,7.19938],[45.86764,7.19740],[45.87105,7.19706],[45.87625,7.20032],[45.88139,7.20659],[45.88414,7.21363],[45.88886,7.21586],[45.89256,7.22702],[45.89083,7.23826],[45.89435,7.24968],[45.88856,7.25440],[45.88898,7.25731],[45.89824,7.26779],[45.90098,7.27345],[45.90260,7.27706],[45.91591,7.28444],[45.91860,7.28881],[45.92057,7.29010],[45.92189,7.29354],[45.92135,7.29800],[45.91783,7.30658],[45.91693,7.31688],[45.91197,7.31989],[45.91108,7.33036],[45.91568,7.34538],[45.91054,7.35756],[45.90726,7.35808],[45.90385,7.36246],[45.90481,7.36555],[45.90009,7.37765],[45.89698,7.38340],[45.89871,7.38761],[45.90391,7.39627],[45.90911,7.39739],[45.91203,7.40185],[45.90887,7.40984],[45.91221,7.41747],[45.91538,7.42185],[45.91591,7.42537],[45.92409,7.43627],[45.93156,7.44288],[45.93341,7.45507],[45.93609,7.45764],[45.93466,7.47035],[45.93663,7.47421],[45.94690,7.47026],[45.95281,7.47678],[45.95615,7.48683],[45.95621,7.49352],[45.96092,7.49618],[45.96337,7.49970],[45.95949,7.50820],[45.96355,7.51678],[45.95865,7.52433],[45.95692,7.53412],[45.95627,7.54004],[45.96086,7.54459],[45.96826,7.54450],[45.96969,7.54244],[45.97679,7.54099],[45.98550,7.54613],[45.98705,7.55334],[45.98669,7.56665],[45.98824,7.56837],[45.98812,7.57746],[45.97804,7.58424],[45.97500,7.58236],[45.97237,7.58648],[45.97100,7.59841],[45.97035,7.60939],[45.97315,7.61932],[45.97064,7.63914],[45.97744,7.65700],[45.97363,7.66978],[45.96516,7.67760],[45.95847,7.68111],[45.95501,7.68996],[45.95555,7.69880],[45.95298,7.70403],[45.94817,7.71112],[45.93486,7.70923],[45.92579,7.71970],[45.92376,7.73095],[45.92770,7.73618],[45.93015,7.73790],[45.93409,7.74442],[45.94167,7.74751],[45.93761,7.76820],[45.93397,7.77420],[45.92728,7.78759],[45.92257,7.79678],[45.92191,7.80382],[45.92746,7.81952],[45.92633,7.82785],[45.91797,7.86227],[45.92143,7.87265],[45.92806,7.87566],[45.93654,7.86742],[45.94878,7.86997],[45.94973,7.87650],[45.95856,7.87478],[45.96422,7.87973],[45.97389,7.87681],[45.97914,7.89261],[45.98892,7.89982],[45.99738,7.90995],[45.99750,7.92806],[45.99798,7.94900],[45.99685,7.95458],[45.99965,7.97681],[45.99667,7.98814],[46.00478,7.99449],[46.01324,8.00058],[46.01372,8.01260],[46.02022,8.01011],[46.02457,8.01620],[46.03124,8.01097],[46.03951,8.02178],[46.04332,8.03328],[46.05136,8.03019],[46.06375,8.02290],[46.06667,8.02290],[46.06947,8.02092],[46.07614,8.02221],[46.08239,8.02865],[46.09144,8.02925],[46.09584,8.03328],[46.09935,8.03260],[46.10132,8.03526],[46.10054,8.04418],[46.10304,8.04856],[46.10227,8.05457],[46.10709,8.07148],[46.10590,8.08255],[46.10864,8.09585],[46.11096,8.09894],[46.11197,8.10753],[46.11637,8.10984],[46.11756,8.11319],[46.13089,8.11457],[46.13648,8.12598],[46.13761,8.13628],[46.13654,8.13937],[46.13731,8.14383],[46.14100,8.14864],[46.14677,8.15267],[46.15402,8.15182],[46.15687,8.14847],[46.16555,8.15053],[46.17007,8.15576],[46.17560,8.15834],[46.17720,8.16418],[46.18208,8.16503],[46.19075,8.15302],[46.19895,8.15036],[46.20329,8.15027],[46.21166,8.14298],[46.22586,8.13868],[46.22669,8.13139],[46.22918,8.12341],[46.23589,8.11920],[46.23637,8.11465],[46.24201,8.10993],[46.24815,8.10993],[46.24928,8.10135],[46.25183,8.09912],[46.25337,8.08787],[46.25765,8.07955],[46.26097,8.07963],[46.26228,8.08530],[46.26791,8.08495],[46.26928,8.09234],[46.27373,8.09800],[46.28085,8.10633],[46.28102,8.11208],[46.29022,8.11894],[46.29407,8.12220],[46.29520,8.12761],[46.30273,8.13740],[46.30249,8.14692],[46.29645,8.16083],[46.29734,8.16649],[46.29834,8.17868],[46.30404,8.19353],[46.30338,8.19825],[46.30985,8.21130],[46.31293,8.21087],[46.32040,8.21439],[46.32579,8.22220],[46.33018,8.22100],[46.33427,8.22288],[46.34163,8.23652],[46.34026,8.24304],[46.34091,8.24802],[46.34601,8.24956],[46.34743,8.25566],[46.34554,8.25960],[46.34951,8.26012],[46.35306,8.26561],[46.36064,8.26141],[46.36514,8.26415],[46.36751,8.27342],[46.36449,8.28184],[46.36988,8.28870],[46.37101,8.29265],[46.37533,8.29986],[46.37734,8.31248],[46.38415,8.31445],[46.38705,8.31943],[46.38830,8.31479],[46.39161,8.31394],[46.39416,8.31651],[46.39895,8.31505],[46.40179,8.31033],[46.40327,8.30947],[46.40179,8.30510],[46.40239,8.30166],[46.40730,8.28827],[46.40961,8.29007],[46.41452,8.29874],[46.41760,8.29866],[46.42428,8.30381],[46.42653,8.30758],[46.42375,8.31419],[46.42594,8.32389],[46.42896,8.32921],[46.43363,8.33917],[46.43682,8.34217],[46.44250,8.35256],[46.44656,8.35426],[46.45253,8.36628],[46.45365,8.37572],[46.45147,8.37907],[46.45170,8.38319],[46.45259,8.38534],[46.45247,8.39203],[46.45549,8.39632],[46.45519,8.40216],[46.45827,8.40456],[46.45992,8.41366],[46.45903,8.41675],[46.46187,8.42095],[46.46483,8.43907],[46.46335,8.43984],[46.46412,8.44550],[46.46140,8.45194],[46.45566,8.45417],[46.45022,8.46370],[46.44673,8.46310],[46.44413,8.46713],[46.44011,8.46542],[46.43496,8.45906],[46.42719,8.46124],[46.42353,8.45901],[46.41974,8.45935],[46.41749,8.46536],[46.41181,8.47068],[46.40424,8.46399],[46.39542,8.47266],[46.38612,8.46167],[46.37884,8.46845],[46.36135,8.47102],[46.35347,8.46296],[46.34240,8.46605],[46.33309,8.46605],[46.32545,8.45781],[46.31964,8.45360],[46.31816,8.44364],[46.30299,8.44124],[46.29860,8.43017],[46.29041,8.43592],[46.28413,8.43815],[46.27446,8.45163],[46.26318,8.45721],[46.26010,8.45008],[46.25161,8.44407],[46.24853,8.44708],[46.24710,8.45729],[46.24520,8.46562],[46.23333,8.46914],[46.22953,8.49265],[46.22092,8.51446],[46.22240,8.52209],[46.21860,8.53360],[46.19841,8.54132],[46.19288,8.55480],[46.18664,8.55660],[46.18415,8.56484],[46.17714,8.57127],[46.16555,8.57385],[46.16281,8.57831],[46.16352,8.58492],[46.16091,8.58964],[46.15770,8.59024],[46.15580,8.60449],[46.15330,8.60475],[46.15306,8.60114],[46.14931,8.60106],[46.14616,8.59462],[46.14384,8.59462],[46.14254,8.59711],[46.13302,8.61050],[46.12273,8.61325],[46.12326,8.63024],[46.12404,8.64775],[46.11279,8.66002],[46.10982,8.67032],[46.11083,8.67985],[46.10196,8.68766],[46.10232,8.69719],[46.09932,8.70858],[46.11967,8.74163],[46.10348,8.75768],[46.10086,8.76634],[46.10086,8.76875],[46.09438,8.78385],[46.09539,8.79081],[46.09503,8.79982],[46.10182,8.80626],[46.09753,8.81578],[46.09479,8.81759],[46.09366,8.82171],[46.08967,8.82411],[46.08943,8.82694],[46.08301,8.83441],[46.08110,8.84127],[46.07598,8.84857],[46.07580,8.85175],[46.06848,8.85484],[46.06133,8.85509],[46.04835,8.84436],[46.05103,8.83475],[46.04662,8.82977],[46.04382,8.83587],[46.04036,8.83338],[46.04152,8.83036],[46.03277,8.82812],[46.02508,8.81997],[46.02156,8.80615],[46.01888,8.80478],[46.00785,8.79319],[45.98943,8.78684],[45.98889,8.79044],[45.99229,8.79208],[45.99056,8.80924],[45.99104,8.81302],[45.98770,8.81988],[45.98824,8.82482],[45.98773,8.82748],[45.98818,8.83190],[45.98511,8.83465],[45.98448,8.83937],[45.98147,8.83993],[45.98138,8.84280],[45.97702,8.84387],[45.97574,8.84778],[45.97303,8.84924],[45.97183,8.85237],[45.96113,8.86743],[45.95901,8.87473],[45.95826,8.88383],[45.95191,8.89966],[45.93236,8.89257],[45.91323,8.91716],[45.90985,8.92016],[45.90543,8.92484],[45.90077,8.92518],[45.89537,8.92175],[45.89561,8.92372],[45.89223,8.92450],[45.89172,8.92772],[45.88521,8.93188],[45.87742,8.93389],[45.87189,8.93475],[45.87018,8.93415],[45.86965,8.93540],[45.86755,8.93724],[45.87060,8.94183],[45.86735,8.94527],[45.86543,8.94445],[45.86367,8.93960],[45.86200,8.93437],[45.85497,8.92707],[45.84421,8.91613],[45.83972,8.91351],[45.83470,8.91248],[45.83046,8.91252],[45.83407,8.91917],[45.83443,8.92183],[45.83362,8.92617],[45.83333,8.92896],[45.83527,8.92861],[45.83626,8.93149],[45.83838,8.93247],[45.83916,8.93389],[45.83975,8.93724],[45.84143,8.93917],[45.84164,8.94243],[45.84364,8.94900],[45.84268,8.95329],[45.84337,8.95410],[45.84325,8.95629],[45.84155,8.95642],[45.83949,8.96174],[45.83796,8.96294],[45.83661,8.96174],[45.83527,8.96402],[45.83557,8.96543],[45.83440,8.96809],[45.83273,8.96981],[45.83345,8.97282],[45.83300,8.97445],[45.83467,8.97556],[45.83587,8.97483],[45.83703,8.97655],[45.83670,8.97899],[45.83590,8.98054],[45.83611,8.98200],[45.83769,8.98402],[45.83883,8.98702],[45.83838,8.98865],[45.83557,8.99045],[45.83485,8.99608],[45.83461,8.99783],[45.83198,8.99814],[45.83144,8.99680],[45.82735,8.99500],[45.82274,8.99333],[45.82223,8.99419],[45.82310,8.99891],[45.82077,9.00350],[45.81951,9.01067],[45.81825,9.01625],[45.81846,9.01770],[45.81966,9.01856],[45.82062,9.02122],[45.82196,9.02178],[45.82193,9.02637],[45.82101,9.02852],[45.82104,9.03118],[45.82295,9.03418],[45.82474,9.03071],[45.82983,9.03393],[45.83237,9.03448],[45.83560,9.03762],[45.83895,9.03521],[45.84131,9.03569],[45.84212,9.03809],[45.84212,9.03852],[45.84385,9.03848],[45.84651,9.04036],[45.84663,9.04350],[45.84815,9.04466],[45.85025,9.04521],[45.85228,9.04959],[45.85354,9.04786],[45.85449,9.05142],[45.85886,9.04919],[45.86292,9.04893],[45.86753,9.05198],[45.87308,9.05490],[45.87431,9.05481],[45.87556,9.05799],[45.87523,9.06103],[45.87631,9.06533],[45.88264,9.07129],[45.88491,9.07708],[45.88730,9.07739],[45.88868,9.07923],[45.89068,9.07704],[45.89226,9.07781],[45.89208,9.08099],[45.89447,9.08442],[45.89629,9.08524],[45.89707,9.08790],[45.89895,9.08713],[45.90101,9.08841],[45.90194,9.08674],[45.89904,9.07670],[45.90636,9.07520],[45.90941,9.07704],[45.91108,9.07588],[45.91257,9.07249],[45.91147,9.06975],[45.91030,9.06945],[45.91057,9.06756],[45.91314,9.06764],[45.91463,9.06434],[45.91454,9.06249],[45.91654,9.05872],[45.92069,9.05970],[45.91971,9.04902],[45.92171,9.04859],[45.92684,9.04310],[45.92687,9.04164],[45.92603,9.03589],[45.92648,9.02992],[45.92839,9.02623],[45.92860,9.02314],[45.92747,9.01885],[45.93478,9.02082],[45.93711,9.02220],[45.93806,9.02022],[45.93976,9.01902],[45.94048,9.01636],[45.94033,9.01466],[45.94203,9.01299],[45.94397,9.01222],[45.94481,9.01363],[45.94884,9.01677],[45.95116,9.01535],[45.96041,9.01372],[45.96393,9.00350],[45.96659,8.99355],[45.97029,8.98891],[45.97083,8.97945],[45.96839,8.97846],[45.96801,8.97755],[45.96382,8.97705],[45.96149,8.97570],[45.96187,8.97421],[45.96191,8.97278],[45.96153,8.97101],[45.96181,8.96841],[45.96266,8.96849],[45.96304,8.96789],[45.96469,8.95827],[45.98421,8.96687],[45.98305,8.97735],[45.98234,8.97770],[45.97957,8.97657],[45.97615,8.97650],[45.97419,8.97693],[45.97176,8.97747],[45.97112,8.97929],[45.97083,8.97945],[45.97029,8.98891],[45.97255,8.98821],[45.97280,8.98853],[45.97180,8.98930],[45.97131,8.99024],[45.97257,8.99244],[45.97162,8.99462],[45.97365,8.99589],[45.97546,8.99568],[45.97707,8.99448],[45.98086,8.99534],[45.98041,9.00199],[45.97996,9.00264],[45.98044,9.00538],[45.98062,9.00826],[45.98232,9.00856],[45.98324,9.01075],[45.98566,9.01062],[45.98804,9.01126],[45.98900,9.01328],[45.98807,9.01615],[45.98804,9.01839],[45.98959,9.02233],[45.99275,9.02276],[45.99371,9.02778],[46.00077,9.02444],[46.01675,9.02225],[46.01747,9.02100],[46.02050,9.01809],[46.02211,9.01500],[46.02334,9.01435],[46.02646,9.00920],[46.03004,9.00757],[46.03439,9.00899],[46.03775,9.00929],[46.04260,9.01615],[46.04448,9.01706],[46.04656,9.01594],[46.05055,9.01753],[46.05300,9.02298],[46.05321,9.02877],[46.05922,9.03963],[46.05928,9.04512],[46.06125,9.04727],[46.06232,9.04976],[46.06238,9.05512],[46.06110,9.05714],[46.06089,9.06126],[46.06190,9.06439],[46.06256,9.06967],[46.06282,9.07405],[46.06494,9.07765],[46.06741,9.07847],[46.06973,9.07752],[46.07584,9.07868],[46.08039,9.08439],[46.08563,9.08911],[46.09039,9.08834],[46.10203,9.08080],[46.10861,9.07819],[46.11417,9.07368],[46.11848,9.07209],[46.12136,9.07831],[46.12300,9.08501],[46.12428,9.08578],[46.12594,9.09050],[46.12740,9.09865],[46.12704,9.09977],[46.12889,9.10046],[46.13225,9.10543],[46.13293,9.10818],[46.13317,9.11020],[46.13481,9.11191],[46.13549,9.11779],[46.13481,9.12123],[46.13918,9.12299],[46.14352,9.12672],[46.14513,9.12676],[46.14780,9.12925],[46.14979,9.13243],[46.15363,9.13440],[46.15467,9.13781],[46.15494,9.14000],[46.15853,9.14386],[46.16121,9.15077],[46.16180,9.15566],[46.16460,9.15798],[46.17021,9.15931],[46.17119,9.16369],[46.17125,9.16755],[46.17203,9.16867],[46.17176,9.17176],[46.17131,9.17283],[46.17099,9.17734],[46.16947,9.18051],[46.17048,9.18330],[46.17503,9.18682],[46.17681,9.19047],[46.17806,9.19154],[46.17925,9.19446],[46.18403,9.19463],[46.18700,9.19759],[46.18950,9.19489],[46.19375,9.19493],[46.19598,9.19686],[46.19978,9.19759],[46.20857,9.20235],[46.21100,9.21205],[46.21112,9.21437],[46.21489,9.21862],[46.21772,9.21815],[46.22152,9.21986],[46.22407,9.22231],[46.22760,9.21999],[46.22921,9.22081],[46.23024,9.22531],[46.23372,9.23476],[46.23351,9.23772],[46.23259,9.23999],[46.23262,9.24355],[46.23223,9.24579],[46.23396,9.24823],[46.23606,9.24802],[46.24025,9.24913],[46.24295,9.24853],[46.24515,9.24943],[46.24776,9.24780],[46.25138,9.25102],[46.25304,9.24956],[46.25660,9.24857],[46.26245,9.25304],[46.26547,9.25128],[46.26630,9.25008],[46.26684,9.25038],[46.26663,9.25158],[46.26888,9.25368],[46.26951,9.25651],[46.27345,9.25840],[46.27849,9.25836],[46.28226,9.26737],[46.28793,9.27145],[46.28929,9.27171],[46.29558,9.28003],[46.29727,9.28445],[46.30515,9.28312],[46.30939,9.28093],[46.31491,9.28518],[46.31677,9.29359],[46.32445,9.29612],[46.32664,9.29917],[46.32958,9.29445],[46.33242,9.29243],[46.33577,9.29166],[46.33803,9.29286],[46.34227,9.29758],[46.34363,9.29921],[46.34941,9.29582],[46.35258,9.29737],[46.35536,9.29531],[46.35625,9.28990],[46.35764,9.28248],[46.36084,9.28055],[46.36629,9.27776],[46.36827,9.27501],[46.37183,9.27668],[46.37351,9.27527],[46.37642,9.27754],[46.38189,9.28072],[46.38551,9.28402],[46.38909,9.27806],[46.39205,9.27686],[46.39492,9.27518],[46.39717,9.27759],[46.40119,9.28166],[46.40335,9.27879],[46.40492,9.28162],[46.40983,9.28110],[46.41089,9.27997],[46.41243,9.28057],[46.41439,9.27941],[46.41492,9.27684],[46.41950,9.27499],[46.41983,9.27293],[46.41773,9.27040],[46.41823,9.26911],[46.41936,9.26748],[46.42010,9.26319],[46.42459,9.26083],[46.42509,9.25903],[46.42708,9.25530],[46.43175,9.24817],[46.43710,9.24809],[46.44676,9.24645],[46.44954,9.25121],[46.45040,9.26155],[46.45211,9.26735],[46.45513,9.27031],[46.45655,9.27314],[46.45977,9.27498],[46.46146,9.27760],[46.46279,9.27443],[46.46610,9.27293],[46.46997,9.27353],[46.47307,9.27597],[46.47499,9.27533],[46.47925,9.27696],[46.48102,9.27456],[46.48362,9.27383],[46.48995,9.27868],[46.49175,9.27829],[46.49727,9.28142],[46.49778,9.29061],[46.50120,9.30228],[46.50422,9.30983],[46.50664,9.33747],[46.50463,9.34030],[46.50575,9.35189],[46.50481,9.35558],[46.51012,9.36193],[46.50776,9.36682],[46.50386,9.37438],[46.49878,9.37463],[46.49772,9.37009],[46.49352,9.36888],[46.49021,9.37275],[46.48484,9.37695],[46.48271,9.38605],[46.47366,9.39154],[46.46769,9.40888],[46.46740,9.41266],[46.47236,9.41703],[46.47697,9.42373],[46.48489,9.42416],[46.48956,9.42527],[46.49376,9.43025],[46.49801,9.43326],[46.50605,9.45463],[46.50853,9.45755],[46.50894,9.46381],[46.50723,9.46527],[46.50534,9.46184],[46.49878,9.46347],[46.48903,9.46201],[46.48501,9.46158],[46.48407,9.44914],[46.48046,9.44974],[46.48052,9.46355],[46.47213,9.46544],[46.46698,9.46553],[46.46273,9.45952],[46.45380,9.45926],[46.44268,9.46072],[46.43635,9.45806],[46.42991,9.45823],[46.41949,9.45463],[46.41541,9.45755],[46.41287,9.46167],[46.40855,9.46313],[46.38860,9.46913],[46.38291,9.46536],[46.38250,9.46261],[46.37924,9.46433],[46.37545,9.46175],[46.37089,9.47549],[46.37149,9.47755],[46.37048,9.48175],[46.36787,9.48312],[46.36811,9.48888],[46.36438,9.49763],[46.35644,9.50089],[46.35093,9.50956],[46.33695,9.51265],[46.33476,9.51471],[46.33304,9.51480],[46.33262,9.51763],[46.32735,9.51926],[46.31905,9.52698],[46.30310,9.54827],[46.30381,9.55153],[46.30612,9.55445],[46.30660,9.55883],[46.30565,9.56226],[46.30292,9.56320],[46.29836,9.57505],[46.29521,9.58483],[46.29545,9.58973],[46.29385,9.59402],[46.29575,9.59891],[46.29468,9.61239],[46.29189,9.61453],[46.28839,9.61908],[46.28827,9.62741],[46.28667,9.63590],[46.28744,9.64251],[46.29011,9.64835],[46.29284,9.64989],[46.29788,9.66397],[46.29634,9.66869],[46.30091,9.66981],[46.30332,9.67507],[46.30130,9.68004],[46.29727,9.68262],[46.29359,9.68948],[46.29418,9.69137],[46.29134,9.70305],[46.29282,9.71189],[46.29697,9.71343],[46.30705,9.71841],[46.31049,9.72356],[46.31897,9.72562],[46.32152,9.71764],[46.32638,9.71764],[46.33337,9.72605],[46.34059,9.72209],[46.34515,9.72741],[46.35084,9.73608],[46.35203,9.74398],[46.34770,9.74981],[46.34515,9.75805],[46.33745,9.76638],[46.33520,9.77779],[46.34118,9.78500],[46.34361,9.79230],[46.34432,9.80311],[46.34711,9.80534],[46.35043,9.81496],[46.35049,9.81899],[46.35825,9.83006],[46.36192,9.83169],[46.36127,9.83616],[46.36269,9.83925],[46.36239,9.84534],[46.36488,9.84860],[46.36476,9.86646],[46.36358,9.86997],[46.36932,9.88139],[46.37365,9.88311],[46.37471,9.88903],[46.38128,9.90697],[46.37175,9.91761],[46.37116,9.92225],[46.36909,9.92559],[46.36595,9.92551],[46.36832,9.92920],[46.37140,9.92988],[46.37424,9.93212],[46.37874,9.94679],[46.37963,9.95340],[46.37874,9.96018],[46.37371,9.95684],[46.36458,9.96413],[46.36085,9.97246],[46.35416,9.98396],[46.35244,9.98662],[46.35274,9.99580],[46.35114,9.99795],[46.34646,9.99589],[46.34107,9.99743],[46.33917,9.99288],[46.32992,9.98499],[46.32311,9.98224],[46.31451,9.99563],[46.31351,10.00138],[46.30888,10.00001],[46.30746,9.99718],[46.30325,10.00207],[46.30035,10.00114],[46.29667,9.99564],[46.29619,9.99290],[46.28955,9.99504],[46.28504,9.99599],[46.27994,10.01633],[46.27793,10.03032],[46.27098,10.04534],[46.26683,10.05487],[46.26392,10.05684],[46.25194,10.06070],[46.24782,10.06177],[46.24640,10.05790],[46.24283,10.05722],[46.24171,10.05473],[46.23725,10.05533],[46.23250,10.05061],[46.23049,10.04443],[46.22698,10.05490],[46.22490,10.05962],[46.21908,10.06717],[46.21891,10.07310],[46.22639,10.08134],[46.22864,10.09155],[46.22864,10.10451],[46.22526,10.12125],[46.22591,10.13163],[46.23102,10.14640],[46.24040,10.15034],[46.25488,10.17498],[46.25832,10.17558],[46.26580,10.17154],[46.27126,10.16339],[46.27651,10.16146],[46.28202,10.16120],[46.28612,10.15296],[46.28902,10.15562],[46.29353,10.15270],[46.29543,10.14420],[46.30139,10.13740],[46.30400,10.13774],[46.30809,10.12744],[46.31165,10.12324],[46.31349,10.11568],[46.32410,10.11148],[46.33358,10.10333],[46.34294,10.10633],[46.34573,10.10796],[46.35225,10.10727],[46.35373,10.10950],[46.35331,10.11251],[46.35639,10.11766],[46.35782,10.11886],[46.36024,10.12513],[46.36107,10.12839],[46.37167,10.12547],[46.37416,10.12793],[46.37760,10.12690],[46.38630,10.14098],[46.38713,10.14768],[46.38636,10.14982],[46.38589,10.15772],[46.38831,10.16158],[46.39121,10.16321],[46.39554,10.16192],[46.40435,10.16124],[46.40749,10.16596],[46.41388,10.16115],[46.41530,10.15926],[46.41530,10.15669],[46.41223,10.14913],[46.41394,10.14699],[46.42021,10.14716],[46.42358,10.14647],[46.42435,10.14381],[46.42760,10.14141],[46.42890,10.13274],[46.43121,10.12999],[46.43003,10.12759],[46.42884,10.11909],[46.42582,10.11755],[46.42707,10.10862],[46.42506,10.10605],[46.42417,10.10244],[46.42139,10.10253],[46.42091,10.09841],[46.42186,10.09249],[46.42044,10.08090],[46.42287,10.07918],[46.42594,10.07910],[46.42801,10.07515],[46.42547,10.06511],[46.42760,10.05953],[46.43174,10.05781],[46.43878,10.05695],[46.43990,10.05077],[46.44233,10.04167],[46.44676,10.03893],[46.44889,10.04167],[46.45226,10.04125],[46.45581,10.04442],[46.46090,10.05197],[46.46462,10.05300],[46.46734,10.05129],[46.47201,10.05052],[46.47757,10.04356],[46.48046,10.04279],[46.48720,10.04648],[46.49146,10.04339],[46.49606,10.04476],[46.49973,10.04803],[46.50292,10.04356],[46.51060,10.04142],[46.51107,10.04700],[46.51497,10.05275],[46.52465,10.05258],[46.52908,10.04974],[46.53174,10.05283],[46.53487,10.04468],[46.53889,10.04339],[46.54414,10.04562],[46.54550,10.05258],[46.54603,10.06107],[46.54955,10.06311],[46.55097,10.06783],[46.55598,10.06878],[46.56029,10.07221],[46.56106,10.07736],[46.56466,10.08243],[46.56749,10.08449],[46.57127,10.07891],[46.57516,10.07779],[46.57658,10.08182],[46.57617,10.08783],[46.57740,10.09479],[46.58183,10.09753],[46.58419,10.10088],[46.58726,10.09942],[46.58967,10.09968],[46.59245,10.09684],[46.59616,10.09684],[46.60000,10.09941],[46.60566,10.09804],[46.61073,10.10130],[46.61144,10.10559],[46.60831,10.11177],[46.60607,10.12035],[46.60636,10.12387],[46.60595,10.12842],[46.60843,10.13615],[46.61120,10.13760],[46.61144,10.14198],[46.61544,10.15305],[46.61539,10.15778],[46.61627,10.16061],[46.61627,10.16301],[46.62588,10.18713],[46.62623,10.19348],[46.62287,10.19400],[46.62158,10.20378],[46.61592,10.21597],[46.62122,10.21829],[46.62806,10.22163],[46.63177,10.22927],[46.63549,10.23906],[46.63554,10.24034],[46.62794,10.24155],[46.62057,10.24841],[46.61032,10.25957],[46.60536,10.25408],[46.59834,10.24764],[46.59032,10.24206],[46.57510,10.24627],[46.57227,10.25330],[46.57746,10.26386],[46.57782,10.27021],[46.57375,10.27614],[46.57044,10.28815],[46.56436,10.29081],[46.55846,10.29716],[46.55447,10.29716],[46.55146,10.29510],[46.55022,10.29759],[46.54922,10.30403],[46.54969,10.30824],[46.54685,10.31218],[46.54868,10.31519],[46.54868,10.31836],[46.55223,10.32557],[46.54774,10.33347],[46.54355,10.33742],[46.54390,10.34171],[46.54792,10.34652],[46.55057,10.34978],[46.55358,10.34986],[46.55630,10.35218],[46.55559,10.36583],[46.55264,10.37621],[46.54975,10.38102],[46.55046,10.38420],[46.54644,10.39166],[46.54455,10.39750],[46.55069,10.41158],[46.55152,10.41741],[46.55116,10.42007],[46.54709,10.42522],[46.54083,10.43535],[46.53770,10.43724],[46.53393,10.44582],[46.53393,10.44840],[46.53145,10.45235],[46.53747,10.45801],[46.54148,10.45878],[46.54290,10.47140],[46.54880,10.47097],[46.55223,10.47423],[46.55789,10.47707],[46.56285,10.47337],[46.56692,10.47475],[46.57146,10.47732],[46.57666,10.48196],[46.57801,10.48385],[46.58108,10.48222],[46.58885,10.48685],[46.59151,10.48376],[46.59723,10.48676],[46.60454,10.48316],[46.61344,10.49183],[46.61745,10.48273],[46.62582,10.47209],[46.63514,10.45861],[46.64121,10.44608],[46.63903,10.44368],[46.63903,10.43466],[46.63767,10.42402],[46.63785,10.42067],[46.63472,10.41029],[46.63567,10.40334],[46.63903,10.39862],[46.64091,10.40111],[46.64633,10.39905],[46.64993,10.39587],[46.65264,10.39535],[46.65541,10.39141],[46.65941,10.39029],[46.66389,10.39123],[46.66819,10.39012],[46.67538,10.38849],[46.68492,10.38042],[46.68798,10.38317],[46.68933,10.39158],[46.70576,10.40274],[46.70593,10.40917],[46.70864,10.41407],[46.71435,10.41578],[46.71876,10.41776],[46.72194,10.41209],[46.72629,10.40857],[46.72818,10.40789],[46.73223,10.39926],[46.73417,10.40021],[46.73788,10.40930],[46.74088,10.41308],[46.75340,10.43574],[46.75246,10.44140],[46.76246,10.44355],[46.76681,10.44115],[46.77210,10.44055],[46.77521,10.43849],[46.77798,10.43351],[46.78109,10.43334],[46.78333,10.42956],[46.78703,10.42287],[46.78900,10.42214],[46.79100,10.42660],[46.79441,10.42592],[46.79817,10.43055],[46.79829,10.43836],[46.80222,10.44712],[46.81661,10.45690],[46.82149,10.45493],[46.82519,10.45828],[46.82995,10.45536],[46.83646,10.46068],[46.83535,10.46317],[46.83705,10.46566],[46.84104,10.46317],[46.84598,10.46677],[46.84915,10.46969],[46.84956,10.47046],[46.85543,10.46935],[46.85924,10.47845],[46.85842,10.48239],[46.85460,10.48351],[46.85513,10.48686],[46.85179,10.49321],[46.85273,10.49407],[46.85091,10.49707],[46.84838,10.50454],[46.84656,10.52102],[46.85061,10.55226],[46.84709,10.55715],[46.83975,10.55072],[46.84245,10.56960],[46.84650,10.57252],[46.85014,10.58436],[46.85108,10.58925],[46.85789,10.59561],[46.85860,10.60367],[46.86097,10.61555],[46.86314,10.61804],[46.86507,10.62748],[46.86654,10.65083],[46.87018,10.65649],[46.87523,10.66388],[46.87575,10.66748],[46.87018,10.67332],[46.87130,10.67924],[46.86701,10.69194],[46.86320,10.69675],[46.85838,10.69641],[46.85298,10.69452],[46.85005,10.70276],[46.84794,10.70473],[46.84723,10.71769],[46.84377,10.71692],[46.83866,10.72250],[46.83860,10.73331],[46.83567,10.73555],[46.83373,10.75718],[46.82891,10.75881],[46.82386,10.76499],[46.81958,10.76284],[46.81464,10.75366],[46.81035,10.74911],[46.80260,10.74533],[46.79743,10.73228],[46.79708,10.72713],[46.78873,10.73022],[46.78908,10.73512],[46.78703,10.74104],[46.78779,10.75134],[46.78597,10.75735],[46.79132,10.77503],[46.79637,10.78353],[46.79666,10.78773],[46.79096,10.79674],[46.77639,10.81348],[46.77427,10.82507],[46.78197,10.83322],[46.78233,10.83923],[46.78115,10.84172],[46.77474,10.85365],[46.77280,10.86807],[46.76569,10.86927],[46.76410,10.88875],[46.77033,10.89468],[46.77022,10.90000],[46.76869,10.90506],[46.77439,10.91450],[46.77574,10.92386],[46.77410,10.92884],[46.77474,10.94128],[46.77586,10.94463],[46.77521,10.95210],[46.77304,10.97527],[46.76822,10.98566],[46.76904,10.98694],[46.76781,10.99475],[46.76869,11.00325],[46.77245,11.01390],[46.76645,11.02205],[46.76669,11.02471],[46.77410,11.02497],[46.77962,11.02831],[46.78597,11.03304],[46.79467,11.03544],[46.80084,11.04291],[46.80554,11.03861],[46.80883,11.04986],[46.80906,11.05707],[46.81270,11.05921],[46.82081,11.07501],[46.82169,11.08213],[46.83443,11.07647],[46.83843,11.06934],[46.84318,11.07380],[46.85140,11.07097],[46.85827,11.07260],[46.85862,11.07689],[46.86584,11.08050],[46.86936,11.08127],[46.87933,11.08883],[46.88467,11.09664],[46.88907,11.10067],[46.89142,11.09646],[46.89564,11.09715],[46.89828,11.09895],[46.90813,11.09440],[46.91253,11.09526],[46.91452,11.09732],[46.91657,11.10865],[46.92015,11.11063],[46.92760,11.10917],[46.93211,11.11509],[46.92965,11.12865],[46.92830,11.13861],[46.93117,11.14376],[46.93533,11.15517],[46.94213,11.16599],[46.94529,11.16624],[46.94998,11.16178],[46.95561,11.16436],[46.95795,11.16324],[46.96633,11.16384],[46.96310,11.17577],[46.97072,11.18805],[46.97008,11.19671],[46.96855,11.20367],[46.96375,11.20667],[46.96931,11.21972],[46.96990,11.22633],[46.96914,11.23448],[46.97119,11.24272],[46.97499,11.25079],[46.97511,11.25620],[46.98097,11.26160],[46.98050,11.27027],[46.98237,11.28100],[46.98595,11.28812],[46.98624,11.29533],[46.98366,11.30134],[46.98507,11.30752],[46.99309,11.31851],[46.98881,11.32992],[46.98899,11.33439],[46.98495,11.33782],[46.98559,11.34117],[46.98899,11.34246],[46.99098,11.34606],[46.99080,11.35962],[46.98694,11.36627],[46.98302,11.36798],[46.97956,11.37751],[46.97494,11.38129],[46.97095,11.38197],[46.96943,11.39347],[46.96521,11.40326],[46.96703,11.40961],[46.96726,11.41656],[46.96955,11.42240],[46.97558,11.43673],[46.97581,11.44025],[46.98319,11.44446],[46.99274,11.45192],[46.99221,11.46025],[46.99572,11.46806],[46.99988,11.46815],[47.00427,11.47132],[47.01071,11.47810],[47.01138,11.48246],[47.01003,11.49628],[47.00980,11.50323],[47.00734,11.50203],[47.00512,11.51284],[47.00348,11.51559],[47.00061,11.51679],[46.99809,11.52314],[46.99189,11.53258],[46.98919,11.53482],[46.98697,11.53499],[46.98492,11.54031],[46.98779,11.54374],[46.99119,11.55550],[46.99078,11.55945],[46.99353,11.56529],[46.99282,11.56846],[46.99803,11.58013],[47.00120,11.57962],[47.00529,11.58743],[47.00631,11.59990],[47.01304,11.61363],[47.01222,11.62076],[47.01409,11.62719],[47.01222,11.62865],[47.00567,11.63492],[47.00128,11.64668],[46.99355,11.66462],[46.99466,11.67432],[46.99390,11.67861],[46.99618,11.69028],[46.99314,11.71234],[46.97974,11.72573],[46.97314,11.72890],[46.97209,11.73723],[46.97098,11.73998],[46.96963,11.74676],[46.97226,11.75251],[46.97285,11.76452],[46.98017,11.76787],[46.98655,11.77294],[46.99282,11.78323],[46.99053,11.78976],[46.99182,11.79834],[46.99159,11.80727],[46.99024,11.81465],[46.99364,11.82744],[46.99258,11.83387],[46.99615,11.83834],[46.99902,11.83902],[47.00253,11.84555],[47.00066,11.85199],[47.00862,11.86031],[47.01278,11.86949],[47.01061,11.87353],[47.01676,11.87859],[47.01664,11.89112],[47.02068,11.89473],[47.02653,11.90614],[47.02910,11.91344],[47.03343,11.91541],[47.03794,11.93224],[47.03823,11.93661],[47.03425,11.94657],[47.03928,11.95026],[47.04431,11.95721],[47.04109,11.96262],[47.04104,11.96811],[47.04964,11.97567],[47.05052,11.97979],[47.04783,11.98674],[47.05040,11.99446],[47.04882,12.00897],[47.04771,12.01875],[47.05069,12.02948],[47.05683,12.03274],[47.06099,12.03944],[47.06280,12.04871],[47.06128,12.05806],[47.05964,12.05987],[47.05999,12.07540],[47.06964,12.08090],[47.07274,12.08956],[47.07741,12.09214],[47.07905,12.10235],[47.07367,12.11935],[47.07899,12.13059],[47.07858,12.13368],[47.08057,12.14003],[47.08004,12.15196],[47.08431,12.16587],[47.08776,12.17067],[47.08834,12.17746],[47.09220,12.18072],[47.09255,12.18698],[47.08811,12.20097],[47.08606,12.21737],[47.08232,12.22767],[47.06894,12.24123],[47.06514,12.23810],[47.05719,12.21716],[47.04654,12.21810],[47.04075,12.21381],[47.02595,12.20651],[47.02671,12.19827],[47.02461,12.18351],[47.02250,12.17664],[47.02256,12.17124],[47.01846,12.16497],[47.02414,12.14798],[47.01952,12.14068],[47.01513,12.13210],[47.01109,12.12506],[47.00600,12.12291],[46.99733,12.12781],[46.99265,12.13133],[46.98972,12.12978],[46.98375,12.13330],[46.98334,12.13905],[46.97309,12.13751],[46.96419,12.13742],[46.96355,12.13244],[46.95751,12.13905],[46.95206,12.15433],[46.95066,12.15810],[46.94316,12.16549],[46.93601,12.16969],[46.93255,12.16823],[46.93032,12.16265],[46.92540,12.15931],[46.91584,12.15270],[46.91485,12.14617],[46.91373,12.14617],[46.90793,12.16265],[46.91098,12.16978],[46.90752,12.17716],[46.90828,12.18008],[46.90605,12.19089],[46.90318,12.19518],[46.89708,12.20068],[46.89291,12.19810],[46.89045,12.20188],[46.88787,12.20145],[46.88681,12.20342],[46.87737,12.21286],[46.87432,12.21708],[46.88071,12.22137],[46.87954,12.22738],[46.88517,12.23536],[46.88963,12.23614],[46.89168,12.24240],[46.88916,12.25090],[46.88752,12.26746],[46.88458,12.27450],[46.87989,12.27862],[46.87355,12.27716],[46.86475,12.29270],[46.86258,12.29021],[46.85994,12.29175],[46.85712,12.29055],[46.85395,12.29218],[46.85072,12.29227],[46.84767,12.29742],[46.84568,12.29605],[46.84409,12.29682],[46.84251,12.30695],[46.83728,12.30549],[46.83370,12.30669],[46.82659,12.29768],[46.82090,12.28849],[46.81814,12.28729],[46.81520,12.28377],[46.80921,12.28944],[46.80210,12.29261],[46.79922,12.28772],[46.79499,12.28849],[46.79240,12.28223],[46.78341,12.28472],[46.78500,12.29862],[46.78324,12.30334],[46.78535,12.30815],[46.78177,12.32669],[46.77665,12.34480],[46.77765,12.35201],[46.77383,12.36033],[46.76348,12.36119],[46.75208,12.36814],[46.74637,12.36823],[46.74031,12.37163],[46.73307,12.37412],[46.73243,12.37661],[46.72048,12.37970],[46.71578,12.38820],[46.70860,12.40279],[46.70642,12.41008],[46.70259,12.41274],[46.69941,12.41832],[46.69994,12.42699],[46.69541,12.42991],[46.68970,12.44279],[46.69111,12.44703],[46.68958,12.45399],[46.68740,12.46197],[46.68770,12.47424],[46.68328,12.47819],[46.67804,12.48068],[46.67781,12.49587],[46.68081,12.50214],[46.68004,12.50583],[46.67863,12.50677],[46.67851,12.51836],[46.67380,12.52995],[46.67156,12.52943],[46.66838,12.53261],[46.66768,12.53690],[46.65937,12.54840],[46.65796,12.55904],[46.65354,12.56127],[46.65183,12.56780],[46.65731,12.57750],[46.65694,12.60317],[46.65841,12.60781],[46.65830,12.61270],[46.66165,12.61802],[46.66142,12.63210],[46.65541,12.63424],[46.65293,12.64326],[46.65352,12.65047],[46.65830,12.65819],[46.65747,12.67836],[46.65647,12.68231],[46.65747,12.69089],[46.65382,12.69639],[46.65128,12.70291],[46.64899,12.71767],[46.64280,12.72162],[46.63985,12.72840],[46.63590,12.72943],[46.63484,12.73123],[46.63573,12.73544],[46.63809,12.74398],[46.64233,12.74621],[46.64563,12.75076],[46.64787,12.75719],[46.64828,12.76372],[46.64693,12.76792],[46.64693,12.77693],[46.64251,12.79522],[46.63626,12.79814],[46.63178,12.80835],[46.63178,12.81736],[46.62901,12.81848],[46.63208,12.83109],[46.62948,12.83247],[46.62735,12.83733],[46.62057,12.83355],[46.60972,12.83467],[46.60477,12.85218],[46.60571,12.85861],[46.60919,12.86402],[46.60848,12.87243],[46.60966,12.87750],[46.60707,12.88333],[46.60736,12.89097],[46.60955,12.89483],[46.60925,12.90153],[46.60778,12.90565],[46.61043,12.91123],[46.60890,12.91955],[46.61055,12.92882],[46.60860,12.93517],[46.60388,12.94513],[46.60276,12.95045],[46.60447,12.95002],[46.60660,12.95740],[46.60495,12.96556],[46.60247,12.98219],[46.60011,12.98760],[46.60217,12.99438],[46.60212,13.00279],[46.59999,13.00854],[46.60235,13.01661],[46.60217,13.02124],[46.59710,13.03111],[46.59740,13.04072],[46.59569,13.04785],[46.59775,13.05463],[46.59698,13.05978],[46.60058,13.06295],[46.59940,13.07351],[46.60182,13.08390],[46.60099,13.09059],[46.59793,13.09797],[46.59516,13.11540],[46.59159,13.12591],[46.59236,13.12960],[46.59030,13.14324],[46.58811,13.14479],[46.59053,13.15114],[46.58947,13.16058],[46.58912,13.17174],[46.58428,13.16951],[46.58215,13.17878],[46.57921,13.17912],[46.57608,13.18667],[46.57236,13.19610],[46.57283,13.20331],[46.56994,13.21078],[46.57083,13.21661],[46.56917,13.21988],[46.56658,13.22116],[46.56369,13.22820],[46.55861,13.23361],[46.55407,13.23335],[46.55259,13.23962],[46.55637,13.24116],[46.55655,13.24597],[46.55962,13.24897],[46.56044,13.25301],[46.55843,13.26116],[46.56097,13.26803],[46.56103,13.27352],[46.55820,13.28434],[46.56021,13.28871],[46.56068,13.29652],[46.55737,13.30442],[46.55460,13.30760],[46.55330,13.31884],[46.55519,13.32433],[46.56082,13.33174],[46.56418,13.33551],[46.56401,13.33792],[46.56690,13.33860],[46.57115,13.34461],[46.56790,13.34916],[46.56814,13.35439],[46.57056,13.36178],[46.56778,13.37010],[46.57368,13.36761],[46.57941,13.37156],[46.57681,13.39027],[46.57180,13.40083],[46.57250,13.41070],[46.56259,13.40701],[46.55810,13.42718],[46.55976,13.43705],[46.55793,13.44220],[46.55769,13.44950],[46.55934,13.45010],[46.55952,13.46297],[46.55775,13.47421],[46.56159,13.47825],[46.56182,13.48400],[46.56648,13.49953],[46.56654,13.50451],[46.56052,13.50812],[46.55622,13.50692],[46.55580,13.51258],[46.55244,13.51352],[46.54789,13.51910],[46.54937,13.53061],[46.55450,13.54339],[46.55173,13.55524],[46.55173,13.56391],[46.54919,13.56562],[46.54630,13.57026],[46.54046,13.56983],[46.53886,13.57657],[46.54028,13.58267],[46.54346,13.58387],[46.54636,13.59202],[46.54476,13.60095],[46.54364,13.60962],[46.54169,13.62868],[46.53408,13.64292],[46.52994,13.65752],[46.52778,13.66133],[46.52742,13.66759],[46.52376,13.67506],[46.52240,13.68339],[46.52223,13.69283],[46.52382,13.69643],[46.52252,13.70467],[46.52146,13.70733],[46.52400,13.71411],[46.51957,13.71626],[46.51195,13.71832],[46.50545,13.71686],[46.50238,13.70682],[46.50043,13.70476],[46.49494,13.70553],[46.49080,13.70587],[46.48499,13.70449],[46.48239,13.71050],[46.48003,13.71007],[46.47329,13.70149],[46.46738,13.69540],[46.46531,13.69557],[46.45715,13.70020],[46.44834,13.69488],[46.44346,13.69450],[46.43879,13.68806],[46.43672,13.68309],[46.43968,13.67433],[46.43891,13.66721],[46.43861,13.65425],[46.44388,13.65262],[46.44571,13.64704],[46.44364,13.64223],[46.44293,13.63760],[46.44127,13.63451],[46.44133,13.62618],[46.44210,13.62275],[46.43873,13.61682],[46.44056,13.61030],[46.43891,13.60755],[46.43802,13.59700],[46.43323,13.59090],[46.42897,13.58532],[46.42802,13.58146],[46.42501,13.57923],[46.41347,13.57837],[46.40808,13.57872],[46.40731,13.57520],[46.40429,13.57357],[46.39713,13.56541],[46.39784,13.55966],[46.39246,13.55391],[46.39044,13.54258],[46.38583,13.54001],[46.38494,13.53365],[46.38701,13.52808],[46.38227,13.51760],[46.37665,13.51820],[46.37570,13.50894],[46.37173,13.50207],[46.36936,13.49597],[46.36960,13.48533],[46.36516,13.47932],[46.35983,13.46911],[46.36232,13.45701],[46.36232,13.44851],[46.36006,13.44602],[46.35882,13.43890],[46.35509,13.43855],[46.34934,13.44319],[46.34164,13.44611],[46.33500,13.45066],[46.33103,13.44945],[46.32789,13.44430],[46.32084,13.43924],[46.32155,13.42585],[46.31776,13.41976],[46.31473,13.41718],[46.30442,13.41890],[46.30542,13.40671],[46.29955,13.40336],[46.29804,13.37697],[46.28990,13.38065],[46.29168,13.38778],[46.28616,13.38889],[46.28148,13.39473],[46.27365,13.39241],[46.26694,13.39739],[46.25430,13.39911],[46.25187,13.40333],[46.24024,13.41114],[46.23875,13.41792],[46.23489,13.42325],[46.23127,13.42325],[46.22896,13.42161],[46.22688,13.41234],[46.22284,13.41775],[46.21779,13.41552],[46.21643,13.41080],[46.21185,13.41243],[46.20906,13.42359],[46.20734,13.42393],[46.21167,13.43500],[46.21334,13.44625],[46.21702,13.44728],[46.22640,13.44281],[46.22670,13.45723],[46.22420,13.46573],[46.22575,13.47277],[46.22492,13.48676],[46.22183,13.49903],[46.21963,13.50006],[46.21761,13.49826],[46.21601,13.50607],[46.21631,13.51148],[46.21595,13.51577],[46.21821,13.52144],[46.21951,13.52993],[46.21268,13.53028],[46.21399,13.53955],[46.21167,13.54779],[46.20502,13.56221],[46.19890,13.56272],[46.19635,13.56624],[46.18649,13.56701],[46.18779,13.57027],[46.18452,13.57302],[46.18631,13.57508],[46.18589,13.57705],[46.19130,13.58589],[46.19059,13.58718],[46.19332,13.59113],[46.19278,13.59319],[46.19142,13.59422],[46.18898,13.59096],[46.18910,13.59688],[46.18874,13.60435],[46.18975,13.61233],[46.18741,13.61478],[46.18592,13.61246],[46.18497,13.61461],[46.18747,13.62199],[46.18824,13.63100],[46.19038,13.63255],[46.19276,13.63332],[46.19097,13.63839],[46.18973,13.64654],[46.18794,13.65023],[46.18563,13.65907],[46.17451,13.66757],[46.16964,13.66465],[46.16126,13.65478],[46.15305,13.65632],[46.13970,13.64785],[46.13393,13.63987],[46.13411,13.63463],[46.12715,13.62613],[46.12322,13.62399],[46.11858,13.61540],[46.11614,13.61223],[46.11525,13.60742],[46.11180,13.60210],[46.10739,13.60038],[46.10251,13.59472],[46.10222,13.59086],[46.09978,13.58785],[46.09990,13.58451],[46.09561,13.57901],[46.08703,13.57225],[46.08893,13.57002],[46.08637,13.56616],[46.08715,13.56281],[46.08494,13.55989],[46.08107,13.54925],[46.08244,13.54496],[46.07697,13.54376],[46.07566,13.53998],[46.06536,13.52908],[46.06625,13.52564],[46.06065,13.51329],[46.06178,13.50908],[46.05988,13.50736],[46.06160,13.50402],[46.05749,13.49732],[46.05267,13.49844],[46.04850,13.49878],[46.04612,13.50977],[46.04260,13.51020],[46.03730,13.50934],[46.02759,13.50659],[46.01495,13.49646],[46.01143,13.48196],[46.00857,13.48101],[46.00595,13.47792],[46.00303,13.48007],[45.99957,13.48814],[45.98538,13.49689],[45.98090,13.50316],[45.98049,13.51457],[45.97351,13.52170],[45.97345,13.52710],[45.96689,13.52959],[45.96581,13.54333],[45.97076,13.54753],[45.97130,13.55569],[45.96903,13.56882],[45.97172,13.56993],[45.97786,13.57586],[45.98335,13.57663],[45.98913,13.58461],[45.99051,13.59139],[45.98800,13.60092],[45.98782,13.60512],[45.98466,13.60899],[45.98591,13.61379],[45.98454,13.61602],[45.98383,13.61946],[45.98663,13.62650],[45.98830,13.62907],[45.98758,13.63036],[45.98949,13.63293],[45.98299,13.64401],[45.97923,13.63980],[45.96957,13.64092],[45.96894,13.63834],[45.96636,13.63768],[45.96498,13.63836],[45.96189,13.63710],[45.96067,13.63658],[45.95597,13.63499],[45.95379,13.63463],[45.95283,13.63416],[45.95029,13.63358],[45.94923,13.63319],[45.94911,13.63341],[45.94717,13.63377],[45.94100,13.63647],[45.94018,13.63680],[45.93992,13.63637],[45.93910,13.63697],[45.93856,13.63701],[45.93646,13.63825],[45.93497,13.63806],[45.93328,13.63521],[45.93307,13.63465],[45.93182,13.63368],[45.92982,13.63100],[45.92640,13.62907],[45.92449,13.62686],[45.92424,13.62708],[45.92219,13.62695],[45.92007,13.62459],[45.92086,13.62276],[45.91930,13.62169],[45.91812,13.62021],[45.91559,13.61804],[45.91161,13.61635],[45.90771,13.61581],[45.90767,13.61422],[45.90670,13.61411],[45.90671,13.61326],[45.90229,13.61070],[45.90123,13.61077],[45.90110,13.61004],[45.89913,13.60899],[45.89910,13.60875],[45.89902,13.60772],[45.89871,13.60761],[45.89847,13.60710],[45.89837,13.60607],[45.89784,13.60596],[45.89739,13.60410],[45.89608,13.60092],[45.89583,13.60092],[45.89562,13.60002],[45.89544,13.59847],[45.89492,13.59624],[45.89299,13.59671],[45.89250,13.59586],[45.89136,13.59566],[45.89179,13.59403],[45.89142,13.59326],[45.89091,13.59305],[45.89076,13.59365],[45.89006,13.59352],[45.88981,13.59276],[45.88812,13.59124],[45.88492,13.58864],[45.88195,13.58671],[45.88062,13.58699],[45.87845,13.59008],[45.87475,13.59367],[45.87115,13.58723],[45.86495,13.58380],[45.85977,13.58187],[45.85843,13.58064],[45.85595,13.57985],[45.85475,13.57676],[45.85338,13.57541],[45.85309,13.57601],[45.85203,13.57614],[45.85080,13.57699],[45.84558,13.57546],[45.84291,13.57726],[45.84312,13.57503],[45.84271,13.57507],[45.84214,13.57726],[45.83550,13.58880],[45.82342,13.59254],[45.81962,13.59739],[45.81157,13.59636],[45.81140,13.59747],[45.81065,13.59743],[45.81011,13.59631],[45.80799,13.59606],[45.80422,13.60447],[45.80389,13.60808],[45.80293,13.61134],[45.80341,13.61237],[45.80329,13.61443],[45.80111,13.61966],[45.80021,13.62400],[45.79602,13.62426],[45.79851,13.62816],[45.80147,13.63752],[45.79833,13.63790],[45.80037,13.65781],[45.79973,13.66944],[45.79833,13.67111],[45.79099,13.67446],[45.79138,13.67557],[45.79264,13.67579],[45.79450,13.67926],[45.79276,13.68111],[45.78971,13.68750],[45.78495,13.69407],[45.78294,13.69725],[45.77935,13.70102],[45.77405,13.71033],[45.77052,13.71956],[45.76867,13.72274],[45.76672,13.73008],[45.76151,13.73819],[45.76115,13.73415],[45.75974,13.73570],[45.75980,13.73874],[45.75822,13.74016],[45.75552,13.74591],[45.75579,13.75947],[45.75642,13.76218],[45.75262,13.76600],[45.75101,13.76570],[45.75008,13.77295],[45.74903,13.77479],[45.74915,13.77848],[45.74840,13.78432],[45.74436,13.79432],[45.74032,13.80020],[45.72899,13.80565],[45.72324,13.81131],[45.71449,13.82715],[45.70727,13.83402],[45.70152,13.83466],[45.69954,13.83569],[45.69762,13.83599],[45.69555,13.83217],[45.69300,13.83161],[45.68698,13.83393],[45.68608,13.83681],[45.68116,13.84479],[45.67351,13.85161],[45.67205,13.85380],[45.66545,13.85839],[45.65726,13.87088],[45.65627,13.87140],[45.65636,13.87195],[45.64514,13.89303],[45.64517,13.89474],[45.64406,13.89577],[45.64262,13.90345],[45.63899,13.90955],[45.63818,13.91148],[45.63677,13.91311],[45.63338,13.91925],[45.63086,13.91830],[45.62894,13.91285],[45.62506,13.90745],[45.62404,13.90487],[45.62218,13.90148],[45.62044,13.89680],[45.62005,13.89453],[45.61654,13.89041],[45.61588,13.88740],[45.61486,13.88513],[45.61369,13.88298],[45.61243,13.88165],[45.61081,13.87775],[45.60928,13.86921],[45.60781,13.86835],[45.60477,13.86886],[45.60192,13.86818],[45.59619,13.86590],[45.59495,13.85972],[45.59339,13.85766],[45.59222,13.85397],[45.59120,13.85341],[45.59018,13.85311],[45.58859,13.85088],[45.58435,13.85174],[45.58417,13.84672],[45.58207,13.83951],[45.58186,13.82620],[45.58078,13.81020],[45.58264,13.79230],[45.58243,13.78951],[45.58405,13.78020],[45.58871,13.76917],[45.58958,13.76857],[45.58949,13.76707],[45.59111,13.76286],[45.59450,13.75496],[45.59778,13.74690],[45.59751,13.74535],[45.59646,13.73750],[45.59601,13.73415],[45.59540,13.73372],[45.59562,13.73166],[45.59453,13.72535],[45.59456,13.72274],[45.63314,13.60530],[45.59422,13.39276],[45.04008,13.15930],[44.59591,13.64261],[43.99102,12.51391],[43.99119,12.51356],[43.99102,12.51295],[43.99104,12.51234],[43.99088,12.50993],[43.99101,12.50948],[43.99160,12.50939],[43.99203,12.50960],[43.99192,12.50906],[43.99146,12.50819],[43.99130,12.50826],[43.99116,12.50873],[43.99090,12.50870],[43.99085,12.50845],[43.99084,12.50800],[43.99157,12.50666],[43.99166,12.50643],[43.99067,12.50597],[43.99096,12.50400],[43.99061,12.50389],[43.99035,12.50473],[43.98891,12.50414],[43.98887,12.50324],[43.98857,12.50328],[43.98815,12.50371],[43.98774,12.50313],[43.98667,12.50215],[43.98688,12.50110],[43.98681,12.50061],[43.98640,12.49969],[43.98570,12.49902],[43.98575,12.49882],[43.98609,12.49837],[43.98610,12.49690],[43.98625,12.49621],[43.98558,12.49556],[43.98502,12.49511],[43.98493,12.49483],[43.98477,12.49481],[43.98452,12.49486],[43.98453,12.49463],[43.98453,12.49444],[43.98419,12.49418],[43.98382,12.49369],[43.98317,12.49302],[43.98286,12.49246],[43.98293,12.49169],[43.98316,12.49149],[43.98325,12.49047],[43.98320,12.49014],[43.98303,12.48979],[43.98284,12.48939],[43.98224,12.48849],[43.98220,12.48803],[43.98191,12.48765],[43.98182,12.48691],[43.98151,12.48651],[43.98116,12.48550],[43.98077,12.48299],[43.98092,12.48247],[43.98098,12.48167],[43.98086,12.48065],[43.98075,12.47947],[43.98057,12.47873],[43.98023,12.47815],[43.97968,12.47634],[43.97973,12.47581],[43.97929,12.47508],[43.97907,12.47404],[43.97878,12.47340],[43.97849,12.47286],[43.97849,12.47218],[43.97819,12.47157],[43.97760,12.47024],[43.97751,12.46963],[43.97731,12.46922],[43.97705,12.46906],[43.97691,12.46854],[43.97647,12.46837],[43.97594,12.46736],[43.97463,12.46374],[43.96925,12.45310],[43.96929,12.45291],[43.96915,12.45272],[43.96827,12.45205],[43.96771,12.45102],[43.96601,12.44890],[43.96576,12.44634],[43.96127,12.44245],[43.95906,12.43935],[43.95819,12.43865],[43.95816,12.43792],[43.95750,12.43751],[43.95645,12.43690],[43.95642,12.43600],[43.95679,12.43344],[43.95724,12.42658],[43.95737,12.42531],[43.95751,12.42219],[43.95766,12.42051],[43.95779,12.41993],[43.95647,12.41915],[43.95429,12.41731],[43.95328,12.41630],[43.95333,12.41586],[43.95332,12.41474],[43.95223,12.41414],[43.95232,12.41378],[43.95211,12.41198],[43.95287,12.41118],[43.95326,12.41047],[43.95375,12.40775],[43.95424,12.40613],[43.95493,12.40498],[43.95552,12.40450],[43.95488,12.40423],[43.95467,12.40405],[43.95396,12.40399],[43.95344,12.40354],[43.95238,12.40358],[43.95107,12.40370],[43.94866,12.40454],[43.94649,12.40468],[43.94475,12.40482],[43.94301,12.40553],[43.94195,12.40643],[43.94075,12.40794],[43.94012,12.40946],[43.93883,12.41160],[43.93862,12.41192],[43.93788,12.41244],[43.93722,12.41264],[43.93681,12.41235],[43.93620,12.41247],[43.93521,12.41342],[43.93332,12.41477],[43.93236,12.41510],[43.93073,12.41534],[43.92957,12.41521],[43.92868,12.41478],[43.92781,12.41367],[43.92727,12.41272],[43.92643,12.41189],[43.92481,12.40966],[43.92316,12.40892],[43.92119,12.40831],[43.92063,12.40822],[43.91742,12.40958],[43.91283,12.41117],[43.90934,12.41263],[43.90804,12.41210],[43.90625,12.41017],[43.90521,12.40991],[43.90299,12.40823],[43.90260,12.40764],[43.90216,12.40941],[43.90178,12.41027],[43.90119,12.41103],[43.90083,12.41125],[43.90073,12.41166],[43.90076,12.41288],[43.90051,12.41435],[43.90022,12.41606],[43.90068,12.42001],[43.90134,12.42263],[43.90228,12.42386],[43.90263,12.42442],[43.90315,12.42476],[43.90361,12.42597],[43.90362,12.42657],[43.90382,12.42761],[43.90376,12.42834],[43.90388,12.42879],[43.90371,12.42946],[43.90268,12.43072],[43.90225,12.43157],[43.90254,12.43351],[43.90303,12.43438],[43.90344,12.43480],[43.90358,12.43598],[43.90319,12.43634],[43.90313,12.43654],[43.90356,12.43706],[43.90343,12.43790],[43.90363,12.43820],[43.90421,12.43774],[43.90490,12.43845],[43.90586,12.44022],[43.90597,12.44264],[43.90525,12.44355],[43.90419,12.44424],[43.90404,12.44489],[43.90356,12.44623],[43.90243,12.44817],[43.90162,12.44846],[43.90071,12.44827],[43.90040,12.44859],[43.90010,12.44799],[43.89961,12.44795],[43.89891,12.44910],[43.89854,12.44957],[43.89768,12.44934],[43.89701,12.44976],[43.89644,12.45053],[43.89560,12.45142],[43.89513,12.45276],[43.89403,12.45464],[43.89387,12.45666],[43.89381,12.45762],[43.89419,12.45863],[43.89457,12.46004],[43.89446,12.46093],[43.89378,12.46244],[43.89495,12.46299],[43.89526,12.46327],[43.89558,12.46524],[43.89619,12.46663],[43.89666,12.46725],[43.89622,12.46805],[43.89646,12.46895],[43.89673,12.47004],[43.89670,12.47093],[43.89643,12.47182],[43.89680,12.47373],[43.89694,12.47546],[43.89682,12.48092],[43.89648,12.48735],[43.90101,12.48887],[43.90270,12.48968],[43.90516,12.49210],[43.90768,12.49291],[43.90903,12.49541],[43.90957,12.49546],[43.90986,12.49503],[43.91003,12.49345],[43.91018,12.49321],[43.91372,12.49346],[43.91534,12.49335],[43.91590,12.49274],[43.91798,12.49228],[43.91858,12.49252],[43.91892,12.49331],[43.92004,12.49386],[43.92092,12.49454],[43.92241,12.49656],[43.92304,12.49893],[43.92319,12.49980],[43.92349,12.50286],[43.92403,12.50354],[43.92477,12.50394],[43.92709,12.50377],[43.92931,12.50495],[43.93101,12.50606],[43.93253,12.50761],[43.93317,12.50762],[43.93353,12.50744],[43.93471,12.50963],[43.93590,12.51047],[43.93667,12.51067],[43.93756,12.51172],[43.93786,12.51278],[43.93770,12.51368],[43.93870,12.51493],[43.93919,12.51493],[43.94048,12.51641],[43.94096,12.51660],[43.94142,12.51640],[43.94366,12.51589],[43.94544,12.51550],[43.94658,12.51469],[43.94949,12.51360],[43.95200,12.51147],[43.95314,12.51056],[43.95705,12.50722],[43.95811,12.50667],[43.96270,12.50931],[43.96421,12.50758],[43.96832,12.50732],[43.97097,12.50648],[43.97116,12.50944],[43.97175,12.51029],[43.97225,12.51151],[43.97294,12.51214],[43.97430,12.51189],[43.97550,12.51137],[43.97827,12.51112],[43.98006,12.51032],[43.98122,12.51012],[43.98227,12.51085],[43.98244,12.51167],[43.98293,12.51210],[43.98424,12.51277],[43.98454,12.51333],[43.98468,12.51398],[43.98477,12.51587],[43.98680,12.51524],[43.98815,12.51506],[43.99079,12.51434],[43.99102,12.51391],[44.59591,13.64261],[43.29423,15.04731],[41.94012,17.31599],[40.38111,18.96943],[37.86296,18.52448],[35.99249,15.62409],[36.52843,13.88276],[34.95466,13.19337],[35.39916,11.96839],[38.08597,11.30372],[38.80688,7.39545],[41.57426,7.87217],[41.32310,8.65770],[41.29834,9.26057],[41.54241,9.76045],[41.90196,12.44581],[41.90165,12.44653],[41.90180,12.44671],[41.90099,12.44795],[41.90083,12.44778],[41.90066,12.44796],[41.90079,12.44881],[41.90099,12.44880],[41.90082,12.45088],[41.90057,12.45083],[41.90034,12.45177],[41.90029,12.45279],[41.90049,12.45285],[41.90020,12.45449],[41.90039,12.45459],[41.90039,12.45638],[41.90076,12.45639],[41.90125,12.45632],[41.90135,12.45657],[41.90119,12.45691],[41.90116,12.45734],[41.90125,12.45776],[41.90143,12.45807],[41.90164,12.45823],[41.90190,12.45835],[41.90227,12.45837],[41.90263,12.45830],[41.90295,12.45811],[41.90312,12.45786],[41.90323,12.45755],[41.90360,12.45758],[41.90420,12.45762],[41.90583,12.45767],[41.90629,12.45569],[41.90742,12.45543],[41.90700,12.45379],[41.90680,12.45385],[41.90667,12.45313],[41.90673,12.45313],[41.90670,12.45260],[41.90653,12.45204],[41.90646,12.45206],[41.90637,12.45143],[41.90658,12.45137],[41.90650,12.45049],[41.90598,12.45031],[41.90579,12.45054],[41.90501,12.44950],[41.90518,12.44926],[41.90503,12.44891],[41.90471,12.44885],[41.90467,12.44910],[41.90363,12.44864],[41.90370,12.44837],[41.90333,12.44777],[41.90313,12.44762],[41.90300,12.44782],[41.90221,12.44685],[41.90237,12.44660],[41.90196,12.44581],[41.54241,9.76045],[42.74829,9.70163],[43.19443,9.45993],[42.98181,8.45468]], // South Korea - KR: [[37.66193,125.56828], [37.72713,125.72209], [37.72416,126.19145], [37.82240,126.18733], [37.84897,126.41255], [37.80070,126.49220], [37.76325,126.58764], [37.78876,126.66523], [37.82890,126.66866], [37.84355,126.68514], [37.89179,126.67759], [37.91550,126.68436], [37.92525,126.67269], [37.95503,126.67132], [37.95855,126.68608], [37.95612,126.70839], [37.95849,126.72174], [37.99718,126.79436], [38.00300,126.80895], [38.02255,126.82984], [38.04730,126.85954], [38.06284,126.86195], [38.08352,126.87242], [38.09513,126.87499], [38.10108,126.87997], [38.10324,126.88375], [38.10459,126.89490], [38.10716,126.90177], [38.11755,126.90897], [38.13524,126.94519], [38.13699,126.95634], [38.13996,126.96132], [38.14401,126.96390], [38.14941,126.96321], [38.15400,126.95789], [38.15778,126.95789], [38.16426,126.96029], [38.17937,126.97231], [38.19273,126.97231], [38.21148,126.98484], [38.21512,126.99205], [38.21850,127.00475], [38.22281,127.00956], [38.23050,127.01282], [38.25477,127.03617], [38.26164,127.04681], [38.26218,127.05934], [38.26407,127.06518], [38.28010,127.07994], [38.28172,127.08509], [38.28226,127.09196], [38.28401,127.09625], [38.29614,127.10964], [38.30112,127.12114], [38.30570,127.12801], [38.31311,127.13487], [38.31500,127.13745], [38.31567,127.14328], [38.30745,127.15341], [38.30772,127.15805], [38.30894,127.16714], [38.32779,127.22446], [38.32995,127.23716], [38.33008,127.25416], [38.32846,127.27287], [38.32523,127.28729], [38.31863,127.29930], [38.31809,127.30651], [38.32079,127.31458], [38.32119,127.32488], [38.32941,127.34102], [38.32981,127.35063], [38.32927,127.36247], [38.33587,127.37604], [38.33627,127.38960], [38.33506,127.40985], [38.32819,127.42753], [38.32052,127.44110], [38.31985,127.44968], [38.31971,127.47268], [38.31230,127.48384], [38.30193,127.50152], [38.30314,127.51113], [38.30786,127.52212], [38.33439,127.56984], [38.33735,127.57945], [38.33695,127.61087], [38.33776,127.62855], [38.33843,127.75300], [38.34099,127.76845], [38.34745,127.77995], [38.34691,127.78785], [38.34610,127.79077], [38.33048,127.79764], [38.32267,127.80485], [38.31203,127.81978], [38.31015,127.82768], [38.31244,127.83729], [38.31702,127.85474], [38.31958,127.86984], [38.32537,127.87499], [38.33250,127.88546], [38.33291,127.89096], [38.33183,127.89851], [38.32752,127.91190], [38.32079,127.94881], [38.32113,127.98657], [38.31750,128.01661], [38.31022,128.05095], [38.31480,128.07515], [38.33527,128.11429], [38.33729,128.13025], [38.34510,128.14845], [38.35708,128.16373], [38.36381,128.17883], [38.37283,128.19325], [38.37660,128.20802], [38.38575,128.21763], [38.40095,128.23119], [38.41185,128.24355], [38.42382,128.25488], [38.43659,128.27756], [38.44560,128.28408], [38.45952,128.28951], [38.47310,128.29878], [38.47888,128.30427], [38.49024,128.30046], [38.50556,128.30543], [38.51442,128.30973], [38.56746,128.30938], [38.58195,128.31058], [38.59282,128.30646], [38.59510,128.30955], [38.59926,128.32243], [38.61388,128.34509], [38.62059,128.36088], [38.13487,132.44814], [35.11080,130.81215], [34.87318,129.34874], [32.56149,127.03063], [33.20730,124.10277], [37.41454,124.16869]], + KR: [[37.66193,125.56828],[37.72713,125.72209],[37.72416,126.19145],[37.82240,126.18733],[37.84897,126.41255],[37.80070,126.49220],[37.76325,126.58764],[37.78876,126.66523],[37.82890,126.66866],[37.84355,126.68514],[37.89179,126.67759],[37.91550,126.68436],[37.92525,126.67269],[37.95503,126.67132],[37.95855,126.68608],[37.95612,126.70839],[37.95849,126.72174],[37.99718,126.79436],[38.00300,126.80895],[38.02255,126.82984],[38.04730,126.85954],[38.06284,126.86195],[38.08352,126.87242],[38.09513,126.87499],[38.10108,126.87997],[38.10324,126.88375],[38.10459,126.89490],[38.10716,126.90177],[38.11755,126.90897],[38.13524,126.94519],[38.13699,126.95634],[38.13996,126.96132],[38.14401,126.96390],[38.14941,126.96321],[38.15400,126.95789],[38.15778,126.95789],[38.16426,126.96029],[38.17937,126.97231],[38.19273,126.97231],[38.21148,126.98484],[38.21512,126.99205],[38.21850,127.00475],[38.22281,127.00956],[38.23050,127.01282],[38.25477,127.03617],[38.26164,127.04681],[38.26218,127.05934],[38.26407,127.06518],[38.28010,127.07994],[38.28172,127.08509],[38.28226,127.09196],[38.28401,127.09625],[38.29614,127.10964],[38.30112,127.12114],[38.30570,127.12801],[38.31311,127.13487],[38.31500,127.13745],[38.31567,127.14328],[38.30745,127.15341],[38.30772,127.15805],[38.30894,127.16714],[38.32779,127.22446],[38.32995,127.23716],[38.33008,127.25416],[38.32846,127.27287],[38.32523,127.28729],[38.31863,127.29930],[38.31809,127.30651],[38.32079,127.31458],[38.32119,127.32488],[38.32941,127.34102],[38.32981,127.35063],[38.32927,127.36247],[38.33587,127.37604],[38.33627,127.38960],[38.33506,127.40985],[38.32819,127.42753],[38.32052,127.44110],[38.31985,127.44968],[38.31971,127.47268],[38.31230,127.48384],[38.30193,127.50152],[38.30314,127.51113],[38.30786,127.52212],[38.33439,127.56984],[38.33735,127.57945],[38.33695,127.61087],[38.33776,127.62855],[38.33843,127.75300],[38.34099,127.76845],[38.34745,127.77995],[38.34691,127.78785],[38.34610,127.79077],[38.33048,127.79764],[38.32267,127.80485],[38.31203,127.81978],[38.31015,127.82768],[38.31244,127.83729],[38.31702,127.85474],[38.31958,127.86984],[38.32537,127.87499],[38.33250,127.88546],[38.33291,127.89096],[38.33183,127.89851],[38.32752,127.91190],[38.32079,127.94881],[38.32113,127.98657],[38.31750,128.01661],[38.31022,128.05095],[38.31480,128.07515],[38.33527,128.11429],[38.33729,128.13025],[38.34510,128.14845],[38.35708,128.16373],[38.36381,128.17883],[38.37283,128.19325],[38.37660,128.20802],[38.38575,128.21763],[38.40095,128.23119],[38.41185,128.24355],[38.42382,128.25488],[38.43659,128.27756],[38.44560,128.28408],[38.45952,128.28951],[38.47310,128.29878],[38.47888,128.30427],[38.49024,128.30046],[38.50556,128.30543],[38.51442,128.30973],[38.56746,128.30938],[38.58195,128.31058],[38.59282,128.30646],[38.59510,128.30955],[38.59926,128.32243],[38.61388,128.34509],[38.62059,128.36088],[38.13487,132.44814],[35.11080,130.81215],[34.87318,129.34874],[32.56149,127.03063],[33.20730,124.10277],[37.41454,124.16869]], // Liechtenstein - LI: [[47.06475,9.53956], [47.06378,9.53471], [47.06267,9.53231], [47.06276,9.53020], [47.05995,9.51656], [47.05782,9.51505], [47.05682,9.51385], [47.05650,9.51145], [47.05595,9.50278], [47.05674,9.50033], [47.05378,9.49978], [47.05410,9.49724], [47.05636,9.49295], [47.05595,9.49201], [47.05235,9.48819], [47.04887,9.48592], [47.04910,9.48360], [47.05267,9.48141], [47.05589,9.48184], [47.05527,9.47905], [47.05375,9.47703], [47.05100,9.47600], [47.05978,9.47192], [47.06422,9.47184], [47.06656,9.47411], [47.07442,9.49323], [47.08541,9.51344], [47.09041,9.51692], [47.09961,9.51980], [47.11153,9.51722], [47.13546,9.51080], [47.14252,9.50702], [47.14953,9.49998], [47.16371,9.49071], [47.18121,9.48556], [47.19667,9.48985], [47.21169,9.49993], [47.22067,9.50156], [47.23320,9.51177], [47.24497,9.52121], [47.26315,9.53014], [47.27063,9.53098], [47.26597,9.53669], [47.26590,9.53748], [47.26622,9.53802], [47.26558,9.53978], [47.26260,9.54046], [47.26212,9.53965], [47.26112,9.53978], [47.25933,9.54332], [47.25857,9.54390], [47.25787,9.54570], [47.25779,9.54658], [47.25696,9.54881], [47.25608,9.55016], [47.25518,9.55192], [47.25342,9.55379], [47.25273,9.55589], [47.25100,9.55748], [47.25072,9.55919], [47.24849,9.56160], [47.24679,9.56301], [47.24264,9.56703], [47.24136,9.56748], [47.24036,9.56733], [47.23685,9.56362], [47.23608,9.56243], [47.23527,9.56164], [47.23387,9.55986], [47.23288,9.55864], [47.23057,9.55722], [47.23005,9.55643], [47.22732,9.55436], [47.22638,9.55427], [47.22566,9.55352], [47.22403,9.55215], [47.22384,9.55230], [47.22399,9.55339], [47.22413,9.55459], [47.22381,9.55549], [47.22271,9.55530], [47.22285,9.55594], [47.22329,9.55742], [47.22408,9.55828], [47.22409,9.55854], [47.22377,9.55910], [47.22367,9.56030], [47.22320,9.56120], [47.22284,9.56219], [47.22193,9.56330], [47.22071,9.56406], [47.22069,9.56511], [47.22042,9.56611], [47.22026,9.56693], [47.22005,9.56727], [47.21995,9.56820], [47.21951,9.56888], [47.21889,9.56983], [47.21763,9.57090], [47.21695,9.57152], [47.21497,9.57386], [47.21363,9.57577], [47.21140,9.57753], [47.21049,9.57762], [47.20998,9.57805], [47.20896,9.57841], [47.20832,9.57965], [47.20521,9.58487], [47.20465,9.58483], [47.20386,9.58397], [47.20341,9.58345], [47.20158,9.58238], [47.20084,9.58174], [47.19908,9.58086], [47.19794,9.58053], [47.19569,9.58049], [47.19552,9.57929], [47.19508,9.57908], [47.19454,9.57895], [47.19359,9.57729], [47.19275,9.57652], [47.19078,9.57302], [47.19012,9.57289], [47.18706,9.57329], [47.18579,9.57366], [47.18357,9.57356], [47.18141,9.57390], [47.17893,9.57371], [47.17732,9.57480], [47.17604,9.57345], [47.17449,9.57100], [47.17395,9.56952], [47.17314,9.56740], [47.17245,9.56667], [47.17069,9.56551], [47.17031,9.56489], [47.16980,9.56652], [47.16951,9.56899], [47.16951,9.57326], [47.16997,9.57579], [47.17061,9.57714], [47.17105,9.57931], [47.16514,9.59025], [47.16431,9.59225], [47.16293,9.59680], [47.16172,9.59769], [47.15893,9.60102], [47.15653,9.60067], [47.15577,9.60183], [47.15513,9.60273], [47.15310,9.60441], [47.15216,9.60501], [47.14790,9.61160], [47.14754,9.61295], [47.14792,9.61484], [47.15000,9.61825], [47.15167,9.62011], [47.15173,9.62078], [47.15149,9.62177], [47.15098,9.62192], [47.15025,9.62177], [47.14923,9.62245], [47.14856,9.62333], [47.14770,9.62374], [47.14729,9.62365], [47.14656,9.62432], [47.14622,9.62466], [47.14584,9.62586], [47.14549,9.62589], [47.14313,9.62436], [47.14142,9.62290], [47.14081,9.62297], [47.13906,9.62445], [47.13874,9.62488], [47.13715,9.62520], [47.13487,9.62438], [47.13427,9.62501], [47.13250,9.62490], [47.13166,9.62604], [47.13075,9.62848], [47.13065,9.62949], [47.12894,9.63254], [47.12823,9.63365], [47.12821,9.63479], [47.12796,9.63494], [47.12710,9.63415], [47.12586,9.63353], [47.12452,9.63295], [47.12177,9.62850], [47.12112,9.62805], [47.11925,9.62531], [47.11844,9.62479], [47.11725,9.62479], [47.11455,9.62453], [47.11276,9.62361], [47.11165,9.62198], [47.11044,9.62101], [47.10970,9.62114], [47.10851,9.62208], [47.10794,9.62313], [47.10761,9.62524], [47.10753,9.62824], [47.10708,9.62865], [47.10585,9.62839], [47.10528,9.62897], [47.10455,9.63045], [47.10316,9.63189], [47.10229,9.63311], [47.10145,9.63384], [47.10095,9.63451], [47.09648,9.63569], [47.09341,9.63565], [47.09221,9.63554], [47.09036,9.63535], [47.08646,9.63337], [47.08571,9.63326], [47.08454,9.63339], [47.08364,9.63365], [47.08300,9.63318], [47.08246,9.62363], [47.07989,9.62083], [47.07946,9.62075], [47.07815,9.61894], [47.07813,9.61839], [47.07844,9.61738], [47.07867,9.61513], [47.07846,9.61364], [47.07913,9.61163], [47.07869,9.61148], [47.07805,9.61167], [47.07585,9.61105], [47.07507,9.61075], [47.07371,9.61212], [47.07173,9.61334], [47.07021,9.61354], [47.06960,9.61352], [47.06864,9.61304], [47.06752,9.61242], [47.06678,9.61156], [47.06624,9.61135], [47.06529,9.61137], [47.06459,9.61182], [47.06358,9.61141], [47.06378,9.61098], [47.06307,9.61066], [47.06266,9.60976], [47.06160,9.60886], [47.06051,9.60716], [47.06070,9.60605], [47.06129,9.60391], [47.06132,9.60286], [47.06034,9.60135], [47.05915,9.60065], [47.05869,9.59940], [47.05839,9.59663], [47.05770,9.59539], [47.05733,9.59408], [47.05701,9.59335], [47.05678,9.59155], [47.05612,9.59028], [47.05472,9.58818], [47.05449,9.58655], [47.05350,9.58384], [47.05272,9.58239], [47.05250,9.58157], [47.05277,9.57912], [47.05285,9.57638], [47.05243,9.57387], [47.05250,9.57288], [47.05189,9.57189], [47.05187,9.57067], [47.05158,9.56861], [47.05081,9.56561], [47.05062,9.56468], [47.04948,9.56303], [47.04908,9.56108], [47.04831,9.55996], [47.04829,9.55833], [47.04823,9.55767], [47.04850,9.55679], [47.04992,9.55557], [47.05031,9.55426], [47.05342,9.55333], [47.05440,9.55320], [47.05682,9.55307], [47.05859,9.55155], [47.05919,9.55020], [47.06108,9.54829], [47.06207,9.54486], [47.06356,9.54301], [47.06473,9.53988]], + LI: [[47.06475,9.53956],[47.06378,9.53471],[47.06267,9.53231],[47.06276,9.53020],[47.05995,9.51656],[47.05782,9.51505],[47.05682,9.51385],[47.05650,9.51145],[47.05595,9.50278],[47.05674,9.50033],[47.05378,9.49978],[47.05410,9.49724],[47.05636,9.49295],[47.05595,9.49201],[47.05235,9.48819],[47.04887,9.48592],[47.04910,9.48360],[47.05267,9.48141],[47.05589,9.48184],[47.05527,9.47905],[47.05375,9.47703],[47.05100,9.47600],[47.05978,9.47192],[47.06422,9.47184],[47.06656,9.47411],[47.07442,9.49323],[47.08541,9.51344],[47.09041,9.51692],[47.09961,9.51980],[47.11153,9.51722],[47.13546,9.51080],[47.14252,9.50702],[47.14953,9.49998],[47.16371,9.49071],[47.18121,9.48556],[47.19667,9.48985],[47.21169,9.49993],[47.22067,9.50156],[47.23320,9.51177],[47.24497,9.52121],[47.26315,9.53014],[47.27063,9.53098],[47.26597,9.53669],[47.26590,9.53748],[47.26622,9.53802],[47.26558,9.53978],[47.26260,9.54046],[47.26212,9.53965],[47.26112,9.53978],[47.25933,9.54332],[47.25857,9.54390],[47.25787,9.54570],[47.25779,9.54658],[47.25696,9.54881],[47.25608,9.55016],[47.25518,9.55192],[47.25342,9.55379],[47.25273,9.55589],[47.25100,9.55748],[47.25072,9.55919],[47.24849,9.56160],[47.24679,9.56301],[47.24264,9.56703],[47.24136,9.56748],[47.24036,9.56733],[47.23685,9.56362],[47.23608,9.56243],[47.23527,9.56164],[47.23387,9.55986],[47.23288,9.55864],[47.23057,9.55722],[47.23005,9.55643],[47.22732,9.55436],[47.22638,9.55427],[47.22566,9.55352],[47.22403,9.55215],[47.22384,9.55230],[47.22399,9.55339],[47.22413,9.55459],[47.22381,9.55549],[47.22271,9.55530],[47.22285,9.55594],[47.22329,9.55742],[47.22408,9.55828],[47.22409,9.55854],[47.22377,9.55910],[47.22367,9.56030],[47.22320,9.56120],[47.22284,9.56219],[47.22193,9.56330],[47.22071,9.56406],[47.22069,9.56511],[47.22042,9.56611],[47.22026,9.56693],[47.22005,9.56727],[47.21995,9.56820],[47.21951,9.56888],[47.21889,9.56983],[47.21763,9.57090],[47.21695,9.57152],[47.21497,9.57386],[47.21363,9.57577],[47.21140,9.57753],[47.21049,9.57762],[47.20998,9.57805],[47.20896,9.57841],[47.20832,9.57965],[47.20521,9.58487],[47.20465,9.58483],[47.20386,9.58397],[47.20341,9.58345],[47.20158,9.58238],[47.20084,9.58174],[47.19908,9.58086],[47.19794,9.58053],[47.19569,9.58049],[47.19552,9.57929],[47.19508,9.57908],[47.19454,9.57895],[47.19359,9.57729],[47.19275,9.57652],[47.19078,9.57302],[47.19012,9.57289],[47.18706,9.57329],[47.18579,9.57366],[47.18357,9.57356],[47.18141,9.57390],[47.17893,9.57371],[47.17732,9.57480],[47.17604,9.57345],[47.17449,9.57100],[47.17395,9.56952],[47.17314,9.56740],[47.17245,9.56667],[47.17069,9.56551],[47.17031,9.56489],[47.16980,9.56652],[47.16951,9.56899],[47.16951,9.57326],[47.16997,9.57579],[47.17061,9.57714],[47.17105,9.57931],[47.16514,9.59025],[47.16431,9.59225],[47.16293,9.59680],[47.16172,9.59769],[47.15893,9.60102],[47.15653,9.60067],[47.15577,9.60183],[47.15513,9.60273],[47.15310,9.60441],[47.15216,9.60501],[47.14790,9.61160],[47.14754,9.61295],[47.14792,9.61484],[47.15000,9.61825],[47.15167,9.62011],[47.15173,9.62078],[47.15149,9.62177],[47.15098,9.62192],[47.15025,9.62177],[47.14923,9.62245],[47.14856,9.62333],[47.14770,9.62374],[47.14729,9.62365],[47.14656,9.62432],[47.14622,9.62466],[47.14584,9.62586],[47.14549,9.62589],[47.14313,9.62436],[47.14142,9.62290],[47.14081,9.62297],[47.13906,9.62445],[47.13874,9.62488],[47.13715,9.62520],[47.13487,9.62438],[47.13427,9.62501],[47.13250,9.62490],[47.13166,9.62604],[47.13075,9.62848],[47.13065,9.62949],[47.12894,9.63254],[47.12823,9.63365],[47.12821,9.63479],[47.12796,9.63494],[47.12710,9.63415],[47.12586,9.63353],[47.12452,9.63295],[47.12177,9.62850],[47.12112,9.62805],[47.11925,9.62531],[47.11844,9.62479],[47.11725,9.62479],[47.11455,9.62453],[47.11276,9.62361],[47.11165,9.62198],[47.11044,9.62101],[47.10970,9.62114],[47.10851,9.62208],[47.10794,9.62313],[47.10761,9.62524],[47.10753,9.62824],[47.10708,9.62865],[47.10585,9.62839],[47.10528,9.62897],[47.10455,9.63045],[47.10316,9.63189],[47.10229,9.63311],[47.10145,9.63384],[47.10095,9.63451],[47.09648,9.63569],[47.09341,9.63565],[47.09221,9.63554],[47.09036,9.63535],[47.08646,9.63337],[47.08571,9.63326],[47.08454,9.63339],[47.08364,9.63365],[47.08300,9.63318],[47.08246,9.62363],[47.07989,9.62083],[47.07946,9.62075],[47.07815,9.61894],[47.07813,9.61839],[47.07844,9.61738],[47.07867,9.61513],[47.07846,9.61364],[47.07913,9.61163],[47.07869,9.61148],[47.07805,9.61167],[47.07585,9.61105],[47.07507,9.61075],[47.07371,9.61212],[47.07173,9.61334],[47.07021,9.61354],[47.06960,9.61352],[47.06864,9.61304],[47.06752,9.61242],[47.06678,9.61156],[47.06624,9.61135],[47.06529,9.61137],[47.06459,9.61182],[47.06358,9.61141],[47.06378,9.61098],[47.06307,9.61066],[47.06266,9.60976],[47.06160,9.60886],[47.06051,9.60716],[47.06070,9.60605],[47.06129,9.60391],[47.06132,9.60286],[47.06034,9.60135],[47.05915,9.60065],[47.05869,9.59940],[47.05839,9.59663],[47.05770,9.59539],[47.05733,9.59408],[47.05701,9.59335],[47.05678,9.59155],[47.05612,9.59028],[47.05472,9.58818],[47.05449,9.58655],[47.05350,9.58384],[47.05272,9.58239],[47.05250,9.58157],[47.05277,9.57912],[47.05285,9.57638],[47.05243,9.57387],[47.05250,9.57288],[47.05189,9.57189],[47.05187,9.57067],[47.05158,9.56861],[47.05081,9.56561],[47.05062,9.56468],[47.04948,9.56303],[47.04908,9.56108],[47.04831,9.55996],[47.04829,9.55833],[47.04823,9.55767],[47.04850,9.55679],[47.04992,9.55557],[47.05031,9.55426],[47.05342,9.55333],[47.05440,9.55320],[47.05682,9.55307],[47.05859,9.55155],[47.05919,9.55020],[47.06108,9.54829],[47.06207,9.54486],[47.06356,9.54301],[47.06473,9.53988]], // Lithuania - LT: [[55.28246,20.93347], [55.27865,20.97209], [55.25547,21.10084], [55.24517,21.27353], [55.25300,21.30014], [55.26268,21.31147], [55.26933,21.32983], [55.27647,21.33567], [55.28048,21.35249], [55.28547,21.35781], [55.28781,21.37567], [55.29368,21.37996], [55.29397,21.38511], [55.27755,21.40639], [55.26131,21.41635], [55.24987,21.43283], [55.22892,21.44210], [55.21345,21.46098], [55.20072,21.48810], [55.18748,21.49702], [55.18552,21.51573], [55.19032,21.52775], [55.19639,21.53925], [55.19796,21.56431], [55.19708,21.57495], [55.18816,21.59384], [55.18680,21.61970], [55.18111,21.63738], [55.18013,21.65352], [55.16758,21.67000], [55.16258,21.68939], [55.14767,21.71549], [55.13561,21.71720], [55.13148,21.72561], [55.12972,21.74261], [55.12059,21.77025], [55.11892,21.79119], [55.12000,21.81351], [55.09751,21.84801], [55.09309,21.88268], [55.08229,21.91015], [55.07423,21.96491], [55.07747,21.97452], [55.08425,21.98259], [55.08740,22.00748], [55.08347,22.03615], [55.07639,22.04181], [55.05703,22.03169], [55.04414,22.03392], [55.03323,22.04885], [55.02349,22.07666], [55.02663,22.11443], [55.03264,22.12713], [55.04503,22.13125], [55.05054,22.14447], [55.05585,22.15666], [55.05398,22.17777], [55.05437,22.19288], [55.06125,22.21880], [55.06125,22.24678], [55.06509,22.28792], [55.06165,22.31727], [55.06175,22.34955], [55.05319,22.39246], [55.05427,22.42302], [55.05132,22.43967], [55.04572,22.45392], [55.04395,22.47228], [55.05014,22.50112], [55.06587,22.54524], [55.07030,22.58283], [55.06949,22.58987], [55.05150,22.59021], [55.04314,22.59605], [55.03281,22.59330], [55.02218,22.59725], [55.01263,22.60326], [55.01155,22.61133], [55.00299,22.62540], [54.99452,22.62609], [54.98969,22.63141], [54.98418,22.63588], [54.98408,22.64068], [54.97078,22.64034], [54.96418,22.65184], [54.96319,22.66403], [54.96802,22.66901], [54.97876,22.66368], [54.98191,22.65922], [54.98694,22.67141], [54.98684,22.67862], [54.97984,22.68617], [54.97088,22.68755], [54.96999,22.69750], [54.97344,22.70162], [54.97216,22.70866], [54.96694,22.71158], [54.96270,22.72651], [54.95856,22.72754], [54.95314,22.72737], [54.94594,22.73304], [54.94505,22.73870], [54.93973,22.73990], [54.93648,22.74608], [54.93727,22.76359], [54.93273,22.76634], [54.92908,22.75346], [54.92296,22.74763], [54.91675,22.75707], [54.91645,22.76308], [54.92296,22.77029], [54.92503,22.78247], [54.91843,22.78917], [54.90629,22.78694], [54.90204,22.79775], [54.90274,22.80153], [54.90579,22.80342], [54.91073,22.81320], [54.91181,22.82024], [54.90589,22.82573], [54.90362,22.83620], [54.89770,22.83535], [54.89889,22.84221], [54.89632,22.84565], [54.88951,22.84699], [54.88990,22.85180], [54.88645,22.85609], [54.88092,22.84768], [54.87173,22.84288], [54.86788,22.83858], [54.86027,22.84082], [54.85919,22.85266], [54.85237,22.86605], [54.84031,22.85678], [54.83596,22.85935], [54.83289,22.87480], [54.82390,22.87772], [54.82360,22.86862], [54.81648,22.86914], [54.79600,22.87017], [54.79026,22.87395], [54.79085,22.84854], [54.78432,22.84579], [54.77798,22.85712], [54.77462,22.84545], [54.76887,22.84339], [54.77165,22.82931], [54.76610,22.82485], [54.77006,22.81833], [54.76610,22.80974], [54.74929,22.80387], [54.75563,22.79906], [54.75345,22.78258], [54.75186,22.76988], [54.74176,22.77022], [54.73640,22.75237], [54.72907,22.73589], [54.71538,22.73760], [54.70744,22.74653], [54.69772,22.72456], [54.68344,22.72250], [54.67351,22.73589], [54.66875,22.72559], [54.65723,22.74275], [54.65167,22.75408], [54.64869,22.74447], [54.64313,22.73795], [54.63617,22.74825], [54.62783,22.74172], [54.62306,22.72284], [54.61590,22.71872], [54.60775,22.71666], [54.60377,22.70396], [54.59661,22.69641], [54.58925,22.68233], [54.57990,22.68233], [54.57473,22.69847], [54.56696,22.70156], [54.56418,22.71220], [54.55840,22.70293], [54.54885,22.69023], [54.54248,22.68851], [54.53730,22.68061], [54.52176,22.67958], [54.50681,22.69572], [54.49106,22.69297], [54.45255,22.70293], [54.38583,22.76679], [54.37584,22.77503], [54.36204,22.79219], [54.36964,22.81211], [54.40622,22.83682], [54.40632,22.84781], [54.40962,22.85519], [54.40812,22.86652], [54.40892,22.88643], [54.39993,22.88729], [54.39993,22.89862], [54.39823,22.90377], [54.39553,22.93381], [54.39083,22.95596], [54.38953,22.98359], [54.38363,22.98411], [54.38343,22.99698], [54.38223,23.00849], [54.36164,22.99321], [54.35563,23.00728], [54.35123,23.02600], [54.34853,23.04917], [54.34523,23.05827], [54.34113,23.06273], [54.33358,23.05076], [54.32657,23.04544], [54.31496,23.04149], [54.31105,23.05333], [54.29793,23.09127], [54.29833,23.09968], [54.30404,23.10775], [54.31536,23.14071], [54.31365,23.14792], [54.30905,23.15925], [54.29703,23.15376], [54.29422,23.17006], [54.29072,23.17453], [54.28831,23.18860], [54.28891,23.19290], [54.28781,23.20302], [54.28200,23.20680], [54.27408,23.21693], [54.27278,23.22328], [54.25984,23.23392], [54.25944,23.23907], [54.25583,23.24714], [54.25944,23.26276], [54.25954,23.27684], [54.25994,23.28199], [54.25613,23.28765], [54.25543,23.29795], [54.25513,23.31083], [54.25162,23.32902], [54.25122,23.33675], [54.24480,23.34911], [54.23306,23.35786], [54.22905,23.36370], [54.23025,23.37348], [54.22765,23.37829], [54.22805,23.38189], [54.22484,23.38567], [54.21851,23.38619], [54.21510,23.39374], [54.20747,23.39734], [54.19311,23.41022], [54.19020,23.41863], [54.17794,23.42704], [54.17754,23.43940], [54.17493,23.45949], [54.16739,23.46086], [54.16227,23.47425], [54.15724,23.47236], [54.15292,23.48163], [54.15302,23.48489], [54.14417,23.48850], [54.13422,23.49021], [54.13180,23.49382], [54.11762,23.49176], [54.11269,23.49605], [54.11289,23.50240], [54.09900,23.50652], [54.08954,23.51734], [54.07937,23.51819], [54.07343,23.52146], [54.07212,23.52472], [54.06607,23.52849], [54.05682,23.52515], [54.05309,23.52721], [54.04780,23.52643], [54.03691,23.52240], [54.03369,23.52506], [54.03142,23.52463], [54.02895,23.51613], [54.02603,23.51519], [54.02209,23.51116], [54.01781,23.51227], [54.01488,23.50901], [54.01170,23.50849], [54.00812,23.50068], [54.00863,23.49571], [54.00752,23.48935], [53.99793,23.47974], [53.97724,23.48584], [53.96831,23.49571], [53.95826,23.51416], [53.95538,23.51425], [53.95370,23.51665], [53.95385,23.52669], [53.94981,23.52772], [53.94142,23.53605], [53.94072,23.54102], [53.94304,23.54815], [53.94021,23.55416], [53.93829,23.56403], [53.94173,23.56557], [53.94274,23.57261], [53.94082,23.57604], [53.93592,23.58574], [53.93511,23.59089], [53.92793,23.59896], [53.92419,23.61020], [53.92707,23.61535], [53.92738,23.63029], [53.93430,23.65054], [53.93412,23.65753], [53.93053,23.66662], [53.93124,23.67134], [53.93382,23.67220], [53.93437,23.67572], [53.93245,23.67933], [53.93205,23.68139], [53.93275,23.69057], [53.93488,23.69701], [53.93356,23.70259], [53.93589,23.70902], [53.93867,23.70945], [53.93675,23.71366], [53.93599,23.71881], [53.93341,23.72610], [53.92962,23.73125], [53.92922,23.73769], [53.92795,23.73949], [53.92618,23.74627], [53.92563,23.75357], [53.92376,23.76275], [53.92234,23.76533], [53.91678,23.76610], [53.91370,23.77237], [53.91046,23.77348], [53.91168,23.78035], [53.90814,23.77777], [53.90566,23.77451], [53.90116,23.77305], [53.89919,23.77477], [53.89863,23.77992], [53.90035,23.78198], [53.90015,23.78687], [53.89909,23.79657], [53.90698,23.80661], [53.90885,23.81520], [53.91208,23.81777], [53.91931,23.81588], [53.92391,23.80601], [53.92639,23.79906], [53.93346,23.79614], [53.93680,23.80069], [53.94261,23.81863], [53.94842,23.82447], [53.95468,23.83700], [53.95609,23.84240], [53.95579,23.84790], [53.95412,23.85399], [53.95337,23.86009], [53.94392,23.87373], [53.94276,23.88412], [53.94670,23.89167], [53.95261,23.90669], [53.96347,23.90824], [53.96720,23.90678], [53.96958,23.91244], [53.96670,23.92369], [53.96412,23.92163], [53.95640,23.93982], [53.95897,23.94883], [53.95438,23.96094], [53.94599,23.96600], [53.94150,23.97021], [53.93357,23.97132], [53.93518,23.96471], [53.92624,23.96806], [53.92679,23.97373], [53.92376,23.98351], [53.94044,24.10359], [53.94468,24.10539], [53.95094,24.10402], [53.95392,24.11148], [53.95645,24.11303], [53.95726,24.11457], [53.95519,24.11835], [53.95494,24.13200], [53.95347,24.14264], [53.96089,24.15414], [53.96180,24.17354], [53.96271,24.17440], [53.96594,24.18324], [53.96574,24.19311], [53.96958,24.20143], [53.95716,24.21517], [53.95458,24.21036], [53.94953,24.21002], [53.94630,24.22032], [53.94685,24.22409], [53.94443,24.23379], [53.95024,24.24117], [53.94796,24.24504], [53.94887,24.24898], [53.95150,24.25216], [53.94908,24.25920], [53.94256,24.25714], [53.93928,24.26229], [53.93604,24.26323], [53.93498,24.27336], [53.92129,24.28701], [53.92705,24.30761], [53.92538,24.30898], [53.92164,24.30735], [53.91845,24.30211], [53.91471,24.30366], [53.90728,24.31593], [53.90738,24.32288], [53.89661,24.35181], [53.90066,24.37275], [53.90334,24.39026], [53.90425,24.43358], [53.90081,24.43384], [53.90020,24.43847], [53.90480,24.45023], [53.90956,24.45796], [53.91815,24.46053], [53.92214,24.46843], [53.92882,24.47298], [53.93124,24.47701], [53.93190,24.48397], [53.93579,24.48963], [53.93736,24.49366], [53.94064,24.49555], [53.94564,24.50537], [53.95271,24.51061], [53.95529,24.51018], [53.96019,24.50846], [53.96271,24.51189], [53.96231,24.51498], [53.96610,24.51704], [53.96599,24.52829], [53.96902,24.53430], [53.96938,24.53927], [53.97150,24.54408], [53.97508,24.55198], [53.97740,24.55842], [53.98386,24.56700], [53.98608,24.57515], [53.98639,24.57953], [53.98992,24.58991], [53.99128,24.60124], [53.99401,24.60468], [53.99809,24.60322], [53.99920,24.60845], [54.00813,24.61970], [54.00854,24.62442], [54.01025,24.62596], [54.00536,24.63103], [54.00818,24.64279], [54.00606,24.64287], [54.00596,24.64545], [54.00657,24.65214], [54.00516,24.66073], [54.00823,24.66433], [54.00884,24.66236], [54.01671,24.67266], [54.01615,24.67540], [54.01651,24.68047], [54.01756,24.68441], [54.01615,24.69858], [54.00985,24.70553], [54.00314,24.70107], [53.99527,24.69909], [53.99108,24.69300], [53.98296,24.69111], [53.97407,24.69257], [53.96862,24.68871], [53.96726,24.68476], [53.96115,24.68433], [53.96514,24.70158], [53.96408,24.70759], [53.96645,24.72793], [53.96574,24.73832], [53.96892,24.74201], [53.97362,24.73274], [53.98614,24.75377], [53.98916,24.75660], [53.98997,24.76003], [53.99517,24.75205], [53.99930,24.75763], [53.99719,24.75909], [53.99492,24.76046], [53.98952,24.76956], [53.98992,24.77145], [53.99330,24.77368], [53.99471,24.78003], [53.99441,24.78449], [53.99703,24.78672], [53.99986,24.79445], [53.99648,24.79908], [53.99461,24.80887], [53.99562,24.81024], [53.99542,24.81410], [53.99784,24.82054], [54.00041,24.81350], [54.00198,24.80956], [54.00415,24.80895], [54.00480,24.81110], [54.00435,24.81419], [54.01207,24.82071], [54.01323,24.82398], [54.01242,24.82758], [54.01227,24.83376], [54.01600,24.83196], [54.01721,24.83685], [54.02074,24.84003], [54.02709,24.83539], [54.02961,24.85247], [54.02846,24.85436], [54.03037,24.85788], [54.02644,24.86208], [54.02936,24.86792], [54.03198,24.87127], [54.03511,24.87204], [54.03980,24.86397], [54.03748,24.85625], [54.03571,24.85702], [54.03390,24.84844], [54.03440,24.84131], [54.03934,24.83633], [54.04267,24.82784], [54.04363,24.82312], [54.05320,24.82492], [54.05421,24.82612], [54.05653,24.82578], [54.07148,24.81928], [54.07399,24.81413], [54.08381,24.80701], [54.09433,24.79482], [54.09660,24.79001], [54.09761,24.78512], [54.09997,24.77954], [54.11215,24.77577], [54.11515,24.77304], [54.11721,24.77407], [54.11857,24.78007], [54.11429,24.78600], [54.11525,24.79458], [54.13245,24.83234], [54.13909,24.82325], [54.14467,24.81406], [54.14623,24.82780], [54.14884,24.82900], [54.14794,24.83372], [54.14889,24.83543], [54.14668,24.83801], [54.14698,24.84771], [54.14789,24.84968], [54.14824,24.85440], [54.14955,24.85809], [54.14899,24.86196], [54.14723,24.86342], [54.14663,24.86548], [54.14995,24.87806], [54.15000,24.88184], [54.15528,24.89617], [54.16080,24.92218], [54.16251,24.92295], [54.16588,24.93033], [54.16462,24.93325], [54.16970,24.95128], [54.17136,24.95728], [54.16789,24.96209], [54.16980,24.96690], [54.16548,24.97557], [54.16025,24.98089], [54.15864,24.97617], [54.15518,24.98243], [54.14854,24.98432], [54.14356,24.99333], [54.14221,25.00629], [54.13803,25.01333], [54.13632,25.02912], [54.13719,25.05529], [54.13428,25.06439], [54.13337,25.07057], [54.13614,25.07503], [54.14257,25.07709], [54.14348,25.07966], [54.14413,25.08679], [54.14574,25.09202], [54.15027,25.09503], [54.15981,25.10893], [54.16831,25.11915], [54.17273,25.12756], [54.18358,25.14026], [54.18393,25.14455], [54.18659,25.14696], [54.18925,25.15931], [54.19172,25.16429], [54.19528,25.16172], [54.19895,25.16146], [54.20377,25.17622], [54.20653,25.17906], [54.20748,25.18223], [54.20713,25.18481], [54.20909,25.18970], [54.21135,25.19236], [54.21355,25.19682], [54.21501,25.19785], [54.21657,25.19717], [54.21877,25.19897], [54.22143,25.20317], [54.23864,25.20575], [54.24165,25.21433], [54.24862,25.21579], [54.25658,25.21768], [54.26280,25.23459], [54.25598,25.24180], [54.25046,25.25150], [54.26009,25.25854], [54.26300,25.26223], [54.27432,25.26935], [54.27332,25.27390], [54.26981,25.27536], [54.26661,25.28334], [54.26119,25.29064], [54.26004,25.30377], [54.26149,25.32179], [54.26440,25.33578], [54.26224,25.34728], [54.26500,25.35836], [54.27162,25.36582], [54.27312,25.37320], [54.27232,25.37810], [54.27748,25.38162], [54.27397,25.39526], [54.27954,25.40676], [54.28720,25.41011], [54.28870,25.42093], [54.29542,25.43440], [54.29532,25.44453], [54.29777,25.44479], [54.29742,25.45440], [54.29126,25.45268], [54.29056,25.45904], [54.29141,25.46264], [54.28931,25.46625], [54.29016,25.46916], [54.29266,25.46934], [54.29417,25.47972], [54.29882,25.48024], [54.29882,25.48144], [54.30233,25.48144], [54.30183,25.49405], [54.29973,25.50066], [54.30383,25.49689], [54.30974,25.49714], [54.30849,25.50290], [54.30979,25.50393], [54.30819,25.51302], [54.30068,25.51045], [54.29832,25.51354], [54.29311,25.51422], [54.29191,25.51620], [54.28049,25.52006], [54.28109,25.52281], [54.27848,25.52890], [54.27858,25.53748], [54.27573,25.54246], [54.27307,25.55800], [54.27442,25.56323], [54.27011,25.56495], [54.26671,25.55929], [54.26726,25.55680], [54.26580,25.55148], [54.26229,25.55542], [54.26300,25.56014], [54.26194,25.56280], [54.25618,25.56444], [54.25693,25.56821], [54.25187,25.57139], [54.25106,25.56641], [54.24484,25.57062], [54.23386,25.58435], [54.23271,25.58916], [54.22593,25.58916], [54.22623,25.58134], [54.22493,25.57628], [54.22929,25.57310], [54.22924,25.57019], [54.23286,25.56409], [54.22864,25.55783], [54.22784,25.54675], [54.22182,25.54821], [54.22152,25.54564], [54.21941,25.54839], [54.21640,25.55637], [54.21735,25.56040], [54.21253,25.56461], [54.20425,25.56341], [54.19973,25.56135], [54.19777,25.55663], [54.19541,25.55534], [54.19245,25.54461], [54.19069,25.53997], [54.19155,25.53809], [54.18653,25.52186], [54.18658,25.51568], [54.18066,25.51302], [54.17996,25.51096], [54.17901,25.51251], [54.17514,25.51036], [54.17489,25.51431], [54.16665,25.51903], [54.16534,25.52470], [54.16760,25.52710], [54.16589,25.52959], [54.16464,25.52925], [54.15770,25.52985], [54.15810,25.53362], [54.15574,25.53371], [54.15263,25.54856], [54.14564,25.55491], [54.15107,25.56581], [54.14750,25.58126], [54.14549,25.60194], [54.14202,25.60083], [54.14106,25.61267], [54.14321,25.62269], [54.14220,25.62569], [54.13909,25.62226], [54.13602,25.62560], [54.13491,25.62990], [54.13280,25.63033], [54.13059,25.62749], [54.12697,25.63942], [54.13049,25.64054], [54.12787,25.65050], [54.13466,25.65427], [54.14065,25.66534], [54.14115,25.66946], [54.14029,25.67418], [54.14140,25.67745], [54.14120,25.68200], [54.14065,25.68448], [54.14788,25.68963], [54.15477,25.68766], [54.15779,25.70062], [54.16201,25.70517], [54.16342,25.70740], [54.16683,25.70577], [54.16864,25.70199], [54.16889,25.71135], [54.16543,25.72294], [54.16261,25.72414], [54.16120,25.73521], [54.15663,25.73427], [54.15568,25.74002], [54.16100,25.74148], [54.15864,25.76602], [54.15990,25.76680], [54.15955,25.77177], [54.16065,25.77366], [54.15899,25.77898], [54.15437,25.77838], [54.15372,25.78551], [54.16548,25.78903], [54.16492,25.78491], [54.16869,25.78336], [54.16809,25.77941], [54.17392,25.77984], [54.17869,25.77898], [54.18306,25.77092], [54.18788,25.77787], [54.18925,25.77752], [54.19402,25.78122], [54.19493,25.77941], [54.19970,25.77795], [54.20502,25.77212], [54.20883,25.76336], [54.20919,25.75950], [54.21275,25.75907], [54.21556,25.75306], [54.21646,25.75529], [54.22148,25.75109], [54.22670,25.77014], [54.22796,25.76783], [54.23352,25.78594], [54.23839,25.78465], [54.23744,25.78156], [54.23799,25.77564], [54.25323,25.75684], [54.25484,25.75641], [54.26116,25.75160], [54.26251,25.75178], [54.26642,25.74654], [54.26822,25.75203], [54.27349,25.74354], [54.27168,25.74045], [54.27414,25.73753], [54.27374,25.73495], [54.27554,25.72860], [54.27404,25.72508], [54.27675,25.72131], [54.27203,25.71307], [54.28050,25.69890], [54.28541,25.70783], [54.29052,25.69993], [54.29684,25.71144], [54.29834,25.70938], [54.29904,25.71041], [54.30255,25.70483], [54.30330,25.70534], [54.32017,25.68363], [54.32423,25.67676], [54.32227,25.66122], [54.31081,25.64260], [54.31662,25.63633], [54.31837,25.62981], [54.31752,25.62655], [54.31086,25.61985], [54.31602,25.58998], [54.32262,25.58775], [54.31541,25.55273], [54.32358,25.54750], [54.32478,25.55119], [54.32593,25.55231], [54.33183,25.54896], [54.33178,25.53617], [54.33804,25.53265], [54.34194,25.53231], [54.34219,25.55634], [54.35345,25.55909], [54.35665,25.56106], [54.36547,25.56290], [54.36667,25.56873], [54.37542,25.59422], [54.37672,25.59294], [54.38262,25.59165], [54.38712,25.58719], [54.39132,25.58633], [54.40091,25.59077], [54.39641,25.59558], [54.39611,25.60579], [54.40935,25.61901], [54.41065,25.62279], [54.41749,25.63008], [54.42373,25.63360], [54.42508,25.63120], [54.43377,25.62725], [54.43407,25.62622], [54.44056,25.62510], [54.44081,25.62141], [54.44690,25.62184], [54.44830,25.62304], [54.45014,25.62150], [54.45413,25.62940], [54.45718,25.62725], [54.45942,25.61772], [54.45623,25.61223], [54.45658,25.60639], [54.46067,25.60313], [54.46331,25.61163], [54.46870,25.62081], [54.47134,25.62974], [54.47085,25.63746], [54.47628,25.64201], [54.47713,25.63832], [54.48117,25.64347], [54.48476,25.64484], [54.48890,25.65042], [54.50918,25.65789], [54.53618,25.68261], [54.54320,25.69892], [54.54549,25.70175], [54.54485,25.70355], [54.54978,25.71703], [54.55898,25.73565], [54.56351,25.75076], [54.56759,25.75067], [54.57411,25.76003], [54.57516,25.75685], [54.57675,25.76321], [54.58048,25.76012], [54.58351,25.76295], [54.58585,25.76054], [54.59157,25.76029], [54.59257,25.75651], [54.59530,25.75848], [54.59779,25.75591], [54.60067,25.75857], [54.60902,25.75600], [54.61210,25.75299], [54.61653,25.75677], [54.62011,25.75737], [54.62513,25.75153], [54.62602,25.74793], [54.62945,25.74930], [54.63253,25.74527], [54.63814,25.74904], [54.64152,25.74570], [54.67722,25.73445], [54.67861,25.73540], [54.68297,25.73085], [54.68530,25.73334], [54.68411,25.73814], [54.68664,25.74089], [54.69106,25.73771], [54.70157,25.73600], [54.70505,25.73952], [54.70936,25.74286], [54.71972,25.74612], [54.74173,25.74673], [54.75481,25.74595], [54.76006,25.74939], [54.76476,25.75016], [54.77736,25.74089], [54.78553,25.73909], [54.79592,25.73514], [54.79948,25.73557], [54.80235,25.73454], [54.80933,25.74226], [54.81254,25.74192], [54.81714,25.74621], [54.81784,25.74870], [54.82323,25.75179], [54.82164,25.75642], [54.82199,25.76595], [54.82288,25.77445], [54.82928,25.77992], [54.83393,25.77897], [54.83986,25.78601], [54.84317,25.77992], [54.84890,25.77940], [54.85330,25.77897], [54.85839,25.78515], [54.85898,25.79399], [54.86145,25.79803], [54.86748,25.81030], [54.87178,25.81142], [54.87237,25.81794], [54.87518,25.81751], [54.87558,25.81485], [54.87859,25.81683], [54.87869,25.82309], [54.88387,25.83107], [54.88935,25.83957], [54.89182,25.84584], [54.89799,25.85545], [54.90569,25.86060], [54.91117,25.85528], [54.91881,25.86183], [54.91936,25.85445], [54.92685,25.85857], [54.92947,25.87848], [54.93322,25.88071], [54.93627,25.88466], [54.93612,25.88869], [54.93119,25.90861], [54.93356,25.91633], [54.93652,25.91994], [54.93750,25.92818], [54.94663,25.94620], [54.94746,25.94457], [54.94894,25.95186], [54.94973,25.95238], [54.95062,25.95564], [54.95003,25.96045], [54.95205,25.96404], [54.95481,25.97597], [54.95358,25.97906], [54.95772,25.98472], [54.95772,25.99005], [54.95151,25.98970], [54.94279,26.02283], [54.94362,26.02918], [54.94239,26.03596], [54.94229,26.05613], [54.94131,26.06214], [54.94338,26.06498], [54.94762,26.05330], [54.94924,26.05553], [54.95146,26.07364], [54.95274,26.07279], [54.95447,26.08128], [54.96280,26.07373], [54.96565,26.07708], [54.97009,26.07768], [54.97186,26.11012], [54.97999,26.11956], [54.98649,26.11888], [54.98935,26.12094], [54.98570,26.13398], [54.98521,26.14205], [54.98915,26.14617], [54.99206,26.15999], [54.99275,26.17141], [54.99137,26.17698], [54.98974,26.18565], [54.99747,26.21020], [55.01189,26.20943], [55.01381,26.21707], [55.01578,26.21698], [55.02065,26.22488], [55.02562,26.22608], [55.02917,26.23140], [55.04077,26.24239], [55.04697,26.24153], [55.04712,26.23784], [55.05046,26.23861], [55.05174,26.24659], [55.05690,26.24582], [55.05803,26.23732], [55.06418,26.23750], [55.06418,26.23964], [55.06998,26.24608], [55.06570,26.26333], [55.07040,26.26593], [55.07355,26.26267], [55.07758,26.27323], [55.08549,26.26078], [55.09246,26.25297], [55.09173,26.24902], [55.09757,26.24344], [55.10140,26.23486], [55.10548,26.23005], [55.10715,26.23048], [55.12147,26.26258], [55.12462,26.30249], [55.12697,26.30764], [55.12859,26.30876], [55.12893,26.31262], [55.13124,26.31091], [55.13261,26.30447], [55.13414,26.30558], [55.13556,26.32575], [55.13669,26.33108], [55.13831,26.32584], [55.14194,26.32704], [55.14478,26.32429], [55.14557,26.32893], [55.14414,26.33236], [55.14640,26.33940], [55.14517,26.34009], [55.14512,26.34404], [55.14689,26.35331], [55.14959,26.35648], [55.15042,26.35554], [55.14880,26.36687], [55.14900,26.37176], [55.14532,26.38189], [55.14100,26.38841], [55.14223,26.39227], [55.13688,26.39030], [55.13311,26.39639], [55.13590,26.40343], [55.14022,26.41416], [55.13786,26.41416], [55.13526,26.41922], [55.13988,26.42429], [55.13487,26.43982], [55.13212,26.45055], [55.13595,26.45665], [55.12790,26.46111], [55.13782,26.47930], [55.14831,26.48068], [55.15300,26.48940], [55.15075,26.49352], [55.16041,26.51652], [55.14260,26.54038], [55.14452,26.54888], [55.14241,26.55360], [55.14780,26.55892], [55.14864,26.56682], [55.14815,26.57472], [55.15354,26.58974], [55.15344,26.59265], [55.14604,26.61815], [55.14937,26.62621], [55.14972,26.62527], [55.15202,26.63162], [55.15129,26.63317], [55.15467,26.64192], [55.15835,26.64510], [55.16069,26.65386], [55.15603,26.66365], [55.15510,26.67000], [55.15873,26.67669], [55.16314,26.67884], [55.16990,26.67841], [55.16637,26.69480], [55.17182,26.70622], [55.17647,26.70502], [55.17897,26.70012], [55.17677,26.69549], [55.17985,26.69145], [55.17785,26.68776], [55.18789,26.68064], [55.18936,26.67746], [55.19518,26.67753], [55.19734,26.67581], [55.20527,26.69383], [55.19989,26.70010], [55.20248,26.70559], [55.20689,26.70971], [55.21522,26.73057], [55.23756,26.72634], [55.24685,26.73681], [55.25116,26.74333], [55.25390,26.74436], [55.25458,26.74642], [55.25091,26.74711], [55.25209,26.75037], [55.25473,26.75835], [55.25781,26.76144], [55.25894,26.76840], [55.25874,26.77569], [55.25967,26.78101], [55.26216,26.78187], [55.26300,26.78488], [55.26710,26.78608], [55.26779,26.79148], [55.26481,26.79449], [55.26603,26.79938], [55.26671,26.79818], [55.27361,26.79869], [55.27693,26.82616], [55.27547,26.82788], [55.27635,26.82942], [55.28539,26.83594], [55.29751,26.83449], [55.30303,26.83062], [55.30733,26.83268], [55.31000,26.81440], [55.31630,26.81508], [55.31903,26.80041], [55.31845,26.79457], [55.32187,26.79260], [55.32001,26.77878], [55.32367,26.76341], [55.32436,26.75020], [55.32450,26.73792], [55.32187,26.72702], [55.32284,26.72153], [55.32763,26.71089], [55.32944,26.70943], [55.32929,26.70153], [55.33100,26.69784], [55.33056,26.69423], [55.33271,26.68617], [55.33935,26.66625], [55.33881,26.66299], [55.33549,26.65930], [55.33486,26.64437], [55.33305,26.64085], [55.32568,26.63905], [55.32333,26.63252], [55.32568,26.62669], [55.33012,26.62720], [55.33373,26.63278], [55.33544,26.62814], [55.33481,26.62480], [55.33202,26.62025], [55.33271,26.61373], [55.32758,26.61553], [55.32734,26.61209], [55.32172,26.60574], [55.32270,26.59321], [55.31982,26.59081], [55.32260,26.58617], [55.32675,26.58600], [55.32660,26.58059], [55.32309,26.57038], [55.32143,26.56489], [55.32367,26.55510], [55.32963,26.54892], [55.33163,26.53090], [55.33295,26.52807], [55.33056,26.51605], [55.33451,26.51596], [55.33354,26.50661], [55.33608,26.49339], [55.33817,26.49245], [55.33905,26.48575], [55.34140,26.47725], [55.34188,26.47279], [55.33993,26.46687], [55.34174,26.45914], [55.34281,26.44747], [55.34842,26.44206], [55.34828,26.44661], [55.34974,26.44739], [55.35038,26.45030], [55.35043,26.45554], [55.35643,26.47219], [55.36989,26.47509], [55.36931,26.48076], [55.37282,26.48788], [55.36867,26.49500], [55.36965,26.50350], [55.37926,26.51157], [55.38433,26.53122], [55.38867,26.55414], [55.39364,26.55260], [55.39695,26.55251], [55.39647,26.54985], [55.40792,26.54908], [55.41084,26.55981], [55.42959,26.54633], [55.43719,26.54247], [55.43986,26.53921], [55.44186,26.54195], [55.44186,26.54599], [55.43767,26.56092], [55.44400,26.55371], [55.45057,26.54255], [55.46065,26.55088], [55.46260,26.55800], [55.47714,26.55097], [55.48434,26.53843], [55.49402,26.54049], [55.49937,26.53603], [55.50112,26.53243], [55.51001,26.52457], [55.52590,26.54286], [55.52644,26.54723], [55.52459,26.55067], [55.52687,26.55564], [55.52721,26.55848], [55.53037,26.56268], [55.53241,26.56835], [55.53333,26.56766], [55.53465,26.58105], [55.53892,26.58852], [55.54650,26.58766], [55.54921,26.59573], [55.55198,26.59976], [55.55436,26.60010], [55.55718,26.60688], [55.56135,26.60903], [55.56514,26.61418], [55.56208,26.62045], [55.56664,26.62551], [55.56892,26.62105], [55.57232,26.62817], [55.59752,26.63637], [55.61129,26.63200], [55.65426,26.63818], [55.65886,26.63122], [55.67344,26.63268], [55.67702,26.63140], [55.68132,26.63064], [55.68103,26.62773], [55.68122,26.61768], [55.67507,26.59700], [55.67682,26.59382], [55.67623,26.57975], [55.67628,26.57434], [55.68088,26.57202], [55.67933,26.54704], [55.67740,26.53245], [55.67890,26.52756], [55.68301,26.51469], [55.68843,26.51194], [55.68638,26.49987], [55.68933,26.49360], [55.69654,26.49069], [55.69779,26.48391], [55.70403,26.46803], [55.70761,26.45206], [55.71201,26.42666], [55.70979,26.41601], [55.71221,26.40820], [55.71047,26.39516], [55.70578,26.38537], [55.71129,26.37567], [55.73135,26.36769], [55.74280,26.34967], [55.74367,26.33302], [55.74348,26.31370], [55.76121,26.28418], [55.76806,26.26916], [55.78119,26.26160], [55.81289,26.23180], [55.82046,26.23703], [55.83840,26.23104], [55.85911,26.20520], [55.86870,26.18400], [55.86581,26.17353], [55.87732,26.15156], [55.87987,26.12083], [55.89036,26.11019], [55.90129,26.09070], [55.91053,26.08504], [55.92991,26.06392], [55.93505,26.05483], [55.94452,26.04607], [55.95466,26.04667], [55.96792,26.00951], [55.96384,26.00101], [55.96557,25.99620], [55.96730,26.00067], [55.97052,25.99200], [55.97527,25.98831], [55.97652,25.98110], [55.98060,25.98007], [55.98435,25.96024], [55.98617,25.95363], [55.98526,25.94814], [55.98776,25.94651], [55.99741,25.90145], [56.00081,25.89836], [56.00062,25.86111], [56.00830,25.85072], [56.01521,25.86171], [56.02428,25.85853], [56.02672,25.85527], [56.02898,25.85518], [56.03157,25.84858], [56.03082,25.84162], [56.03922,25.83038], [56.04574,25.82532], [56.05489,25.81991], [56.05906,25.80094], [56.06404,25.76068], [56.07348,25.74978], [56.07803,25.73476], [56.08225,25.71159], [56.08369,25.70086], [56.08637,25.68996], [56.09221,25.68790], [56.09475,25.69648], [56.10035,25.69837], [56.10102,25.70309], [56.10456,25.69382], [56.11999,25.70041], [56.13080,25.67810], [56.14428,25.68479], [56.15088,25.67089], [56.14634,25.66831], [56.13558,25.65063], [56.13682,25.62282], [56.13477,25.60342], [56.14017,25.56712], [56.16192,25.55218], [56.16527,25.53570], [56.16255,25.52214], [56.15939,25.50927], [56.15724,25.50661], [56.14534,25.50317], [56.14299,25.48026], [56.14782,25.45434], [56.15361,25.45605], [56.15456,25.43013], [56.14481,25.41906], [56.14777,25.40283], [56.15848,25.40421], [56.15303,25.35829], [56.15490,25.33743], [56.14548,25.31546], [56.14672,25.31357], [56.15456,25.29589], [56.15858,25.28035], [56.16164,25.28061], [56.17206,25.26954], [56.17387,25.25512], [56.18581,25.24997], [56.18696,25.23976], [56.19284,25.23383], [56.19207,25.22680], [56.18710,25.21366], [56.17640,25.19916], [56.17684,25.17989], [56.17464,25.16985], [56.17545,25.15929], [56.17483,25.15225], [56.18061,25.14212], [56.18023,25.13766], [56.18596,25.12358], [56.18534,25.11792], [56.18706,25.11054], [56.18529,25.10504], [56.18601,25.09303], [56.19828,25.08573], [56.19566,25.07689], [56.19781,25.07904], [56.20263,25.07526], [56.20621,25.07612], [56.20821,25.07183], [56.21132,25.07183], [56.21910,25.07706], [56.22631,25.06917], [56.22688,25.06419], [56.23490,25.06909], [56.24167,25.06909], [56.24272,25.06050], [56.24734,25.06170], [56.25020,25.06557], [56.25326,25.05861], [56.25636,25.05887], [56.25960,25.06025], [56.26122,25.05690], [56.26615,25.05772], [56.26953,25.04279], [56.27130,25.04519], [56.27530,25.04304], [56.27344,25.03197], [56.27697,25.02536], [56.27697,25.02098], [56.28383,25.02013], [56.28492,25.01369], [56.29188,25.01789], [56.29593,25.00880], [56.29612,25.00184], [56.30007,24.99232], [56.30317,24.99112], [56.30745,24.98528], [56.31131,24.97464], [56.31802,24.97532], [56.32169,24.97026], [56.32483,24.97086], [56.32778,24.96966], [56.33406,24.97258], [56.33582,24.96803], [56.33629,24.97266], [56.34376,24.96751], [56.34928,24.96880], [56.35095,24.97292], [56.35318,24.97284], [56.35542,24.97103], [56.36412,24.97155], [56.36892,24.96588], [56.36949,24.96254], [56.36854,24.95953], [56.37168,24.95541], [56.37823,24.95026], [56.37529,24.94425], [56.37909,24.94408], [56.38137,24.94134], [56.38674,24.93790], [56.38855,24.93558], [56.39073,24.93601], [56.39296,24.93172], [56.39619,24.93121], [56.40446,24.92408], [56.40261,24.91808], [56.41258,24.90784], [56.41704,24.90715], [56.41994,24.90415], [56.42530,24.91196], [56.43209,24.91642], [56.43508,24.92071], [56.44229,24.91968], [56.44832,24.90518], [56.44780,24.88921], [56.45083,24.88698], [56.45007,24.87857], [56.44960,24.86775], [56.44310,24.86552], [56.43712,24.85479], [56.43712,24.85076], [56.43380,24.85059], [56.42421,24.85076], [56.42236,24.85977], [56.41856,24.86123], [56.41657,24.86106], [56.41396,24.84733], [56.41543,24.83994], [56.41225,24.83273], [56.41149,24.82552], [56.41852,24.82346], [56.42284,24.80767], [56.41809,24.79454], [56.41533,24.80261], [56.41225,24.80192], [56.40940,24.79583], [56.40517,24.78699], [56.40337,24.78510], [56.40237,24.78089], [56.40332,24.77669], [56.40038,24.77514], [56.40251,24.76596], [56.40546,24.76330], [56.40380,24.75377], [56.40394,24.74536], [56.40109,24.74132], [56.40185,24.73643], [56.40166,24.73274], [56.40375,24.72193], [56.40057,24.71266], [56.40460,24.70322], [56.40351,24.69901], [56.39639,24.69781], [56.38848,24.70314], [56.38325,24.69636], [56.37702,24.68769], [56.37788,24.67627], [56.37650,24.66966], [56.37693,24.65396], [56.37874,24.64949], [56.37702,24.63859], [56.37607,24.62872], [56.37251,24.62546], [56.36823,24.62941], [56.36110,24.62306], [56.35558,24.62598], [56.35088,24.62632], [56.34579,24.62228], [56.34550,24.61430], [56.34298,24.61061], [56.33979,24.60520], [56.33680,24.60649], [56.33451,24.60091], [56.33451,24.59379], [56.33275,24.58727], [56.32519,24.58177], [56.32338,24.57594], [56.31495,24.57508], [56.30500,24.58177], [56.28876,24.57851], [56.28990,24.56555], [56.28452,24.54315], [56.28142,24.51757], [56.26970,24.48321], [56.26656,24.46038], [56.26093,24.45901], [56.25850,24.45257], [56.26098,24.42442], [56.27928,24.39137], [56.27952,24.37901], [56.27280,24.35747], [56.27886,24.35458], [56.28596,24.34660], [56.29359,24.34591], [56.29820,24.33681], [56.30097,24.32479], [56.30163,24.30960], [56.29963,24.30359], [56.29963,24.29012], [56.30159,24.28351], [56.28573,24.28926], [56.28368,24.26840], [56.27710,24.25776], [56.27834,24.23999], [56.26761,24.20077], [56.25083,24.17639], [56.25412,24.15433], [56.24916,24.12155], [56.25112,24.11502], [56.25469,24.11768], [56.25703,24.11914], [56.26218,24.11957], [56.26756,24.10189], [56.27076,24.09691], [56.27771,24.09846], [56.27971,24.04645], [56.29996,24.04962], [56.31095,24.02361], [56.31904,24.02344], [56.32033,24.02095], [56.33018,24.01898], [56.33160,23.91547], [56.33960,23.91487], [56.33874,23.82869], [56.34278,23.81401], [56.34255,23.80294], [56.33955,23.79470], [56.32147,23.78003], [56.32409,23.76706], [56.33284,23.76861], [56.33322,23.76277], [56.33665,23.76294], [56.33831,23.76612], [56.34179,23.76543], [56.35082,23.77230], [56.35429,23.77333], [56.36038,23.78080], [56.36851,23.78114], [56.37517,23.76372], [56.37132,23.75814], [56.36951,23.74132], [56.37098,23.72097], [56.36918,23.70990], [56.36609,23.70158], [56.36528,23.66166], [56.36352,23.65677], [56.36333,23.64553], [56.36024,23.63034], [56.35591,23.61755], [56.35334,23.61540], [56.34911,23.60141], [56.34607,23.58227], [56.33860,23.57206], [56.33760,23.55953], [56.33427,23.55807], [56.33251,23.54545], [56.33484,23.53489], [56.33603,23.51138], [56.34525,23.49366], [56.34801,23.48181], [56.35248,23.43804], [56.37116,23.41838], [56.37174,23.40757], [56.37929,23.38776], [56.38328,23.30588], [56.37932,23.30369], [56.37770,23.29579], [56.37371,23.28326], [56.37171,23.26661], [56.36953,23.20773], [56.36924,23.17648], [56.36682,23.16824], [56.35835,23.18017], [56.35474,23.17098], [56.34423,23.17519], [56.34209,23.18300], [56.33757,23.18317], [56.33376,23.17510], [56.32720,23.14489], [56.31277,23.11167], [56.30792,23.11416], [56.30520,23.09416], [56.31758,23.08644], [56.32472,23.07150], [56.32058,23.04584], [56.32992,23.03057], [56.34148,23.02414], [56.34634,23.01564], [56.36849,23.00568], [56.37054,23.01993], [56.40655,23.00302], [56.40636,22.97830], [56.41457,22.96963], [56.41543,22.94130], [56.41225,22.93881], [56.41077,22.93538], [56.40514,22.93409], [56.40395,22.93624], [56.40229,22.93504], [56.39887,22.92002], [56.39198,22.92328], [56.39236,22.92688], [56.38861,22.92706], [56.37982,22.91899], [56.37758,22.90706], [56.37457,22.90015], [56.37190,22.88367], [56.37152,22.86479], [56.36786,22.85475], [56.36829,22.84702], [56.36615,22.84144], [56.36734,22.83930], [56.36763,22.82419], [56.36615,22.81406], [56.36786,22.80479], [56.36853,22.77896], [56.36777,22.76008], [56.37238,22.75124], [56.37309,22.73476], [56.37381,22.72935], [56.36729,22.71587], [56.35883,22.70094], [56.35408,22.69725], [56.35189,22.68051], [56.35655,22.67193], [56.35912,22.66772], [56.35983,22.66446], [56.36230,22.66249], [56.36387,22.64154], [56.37699,22.62627], [56.38331,22.61571], [56.38284,22.59923], [56.38668,22.58618], [56.38982,22.58438], [56.39096,22.57674], [56.38973,22.56988], [56.38830,22.56455], [56.38982,22.55039], [56.38938,22.53848], [56.39427,22.53110], [56.39389,22.51513], [56.39565,22.50303], [56.40082,22.48389], [56.40410,22.47779], [56.40434,22.47333], [56.40334,22.46638], [56.40453,22.46226], [56.40301,22.45376], [56.40405,22.44638], [56.40762,22.43436], [56.40956,22.43282], [56.41032,22.42097], [56.40880,22.40750], [56.40173,22.38973], [56.40106,22.37651], [56.40258,22.37059], [56.40182,22.36046], [56.39531,22.35368], [56.39484,22.34467], [56.39835,22.33926], [56.40139,22.33334], [56.40239,22.32184], [56.40591,22.32244], [56.40918,22.31901], [56.41047,22.31103], [56.40842,22.30776], [56.40828,22.29231], [56.41103,22.28639], [56.40652,22.27798], [56.40420,22.27755], [56.40382,22.26648], [56.40500,22.26605], [56.40372,22.25910], [56.40016,22.24253], [56.40410,22.23661], [56.40899,22.23240], [56.40899,22.22356], [56.41270,22.22193], [56.41270,22.21627], [56.41654,22.21653], [56.42452,22.21052], [56.41963,22.16692], [56.42632,22.15232], [56.42912,22.13653], [56.43287,22.13001], [56.43183,22.11636], [56.42931,22.11319], [56.42931,22.10323], [56.42694,22.10083], [56.42836,22.09662], [56.42760,22.08735], [56.42305,22.08220], [56.42632,22.07276], [56.42362,22.06598], [56.42096,22.06701], [56.41991,22.05851], [56.42210,22.05971], [56.42224,22.05104], [56.41744,22.04641], [56.42110,22.04143], [56.42271,22.04203], [56.42561,22.03276], [56.42542,22.02057], [56.42300,22.01276], [56.41925,22.00993], [56.41512,22.01294], [56.41374,22.00298], [56.41550,21.99946], [56.41426,21.99388], [56.41208,21.99199], [56.40063,21.98744], [56.39916,21.98092], [56.39683,21.98032], [56.39218,21.97534], [56.38500,21.97740], [56.37802,21.97139], [56.37840,21.96212], [56.38220,21.95749], [56.38116,21.94985], [56.37517,21.94333], [56.37464,21.93303], [56.37217,21.91809], [56.36866,21.91663], [56.36428,21.89046], [56.36433,21.88058], [56.36200,21.87226], [56.36756,21.86153], [56.37084,21.84831], [56.37232,21.83518], [56.36547,21.82351], [56.36390,21.82050], [56.36262,21.80694], [56.35943,21.80729], [56.35144,21.79844], [56.34887,21.79046], [56.34421,21.78574], [56.34212,21.77381], [56.33822,21.76677], [56.33808,21.75819], [56.33427,21.74798], [56.32885,21.73888], [56.32095,21.73133], [56.31952,21.72506], [56.31481,21.72515], [56.31485,21.71339], [56.31481,21.69708], [56.31247,21.69339], [56.31433,21.68163], [56.31481,21.67682], [56.31190,21.67416], [56.31690,21.66506], [56.31880,21.65948], [56.31866,21.65270], [56.32123,21.64652], [56.32175,21.63983], [56.32394,21.63485], [56.32375,21.62584], [56.32542,21.61786], [56.32571,21.61022], [56.32423,21.59863], [56.32261,21.58550], [56.32118,21.58413], [56.32009,21.57829], [56.31566,21.57666], [56.31700,21.57099], [56.31704,21.56207], [56.31366,21.55778], [56.31019,21.55812], [56.30714,21.55434], [56.30581,21.55666], [56.30100,21.54782], [56.29838,21.54619], [56.29809,21.54138], [56.29419,21.53383], [56.29470,21.52750], [56.29322,21.51961], [56.29084,21.51411], [56.29303,21.51428], [56.29413,21.50433], [56.29527,21.50433], [56.29570,21.50047], [56.29374,21.49695], [56.29265,21.49858], [56.29289,21.49420], [56.29127,21.49068], [56.28860,21.49102], [56.26997,21.46613], [56.26654,21.46399], [56.26463,21.46485], [56.26087,21.46399], [56.25472,21.45652], [56.25123,21.45369], [56.24880,21.45086], [56.24628,21.43893], [56.24112,21.43125], [56.24241,21.41658], [56.23583,21.40379], [56.22805,21.37718], [56.22462,21.35220], [56.22295,21.34414], [56.22070,21.34328], [56.21813,21.33444], [56.21923,21.33006], [56.21703,21.32491], [56.20130,21.30464], [56.19275,21.29751], [56.18893,21.28661], [56.18267,21.28000], [56.18076,21.28009], [56.18019,21.27760], [56.17493,21.27794], [56.17493,21.27279], [56.17254,21.27314], [56.17264,21.26927], [56.16914,21.26441], [56.16904,21.25660], [56.16569,21.25385], [56.16636,21.24982], [56.16364,21.23909], [56.16307,21.23119], [56.15905,21.22596], [56.15322,21.22458], [56.15183,21.22784], [56.14791,21.22467], [56.14241,21.22707], [56.13773,21.22733], [56.13261,21.23480], [56.12969,21.23746], [56.12850,21.23342], [56.12419,21.23703], [56.12075,21.23282], [56.11615,21.23179], [56.11319,21.22235], [56.10706,21.21866], [56.10462,21.22141], [56.10208,21.21394], [56.09442,21.20930], [56.09002,21.20896], [56.08116,21.20261], [56.07756,21.19703], [56.07584,21.18227], [56.07982,21.17678], [56.08393,21.16888], [56.08681,21.16210], [56.08528,21.15549], [56.08384,21.14339], [56.08120,21.14476], [56.06928,21.06356], [56.01683,20.12865], [55.39474,20.51317]], + LT: [[55.28246,20.93347],[55.27865,20.97209],[55.25547,21.10084],[55.24517,21.27353],[55.25300,21.30014],[55.26268,21.31147],[55.26933,21.32983],[55.27647,21.33567],[55.28048,21.35249],[55.28547,21.35781],[55.28781,21.37567],[55.29368,21.37996],[55.29397,21.38511],[55.27755,21.40639],[55.26131,21.41635],[55.24987,21.43283],[55.22892,21.44210],[55.21345,21.46098],[55.20072,21.48810],[55.18748,21.49702],[55.18552,21.51573],[55.19032,21.52775],[55.19639,21.53925],[55.19796,21.56431],[55.19708,21.57495],[55.18816,21.59384],[55.18680,21.61970],[55.18111,21.63738],[55.18013,21.65352],[55.16758,21.67000],[55.16258,21.68939],[55.14767,21.71549],[55.13561,21.71720],[55.13148,21.72561],[55.12972,21.74261],[55.12059,21.77025],[55.11892,21.79119],[55.12000,21.81351],[55.09751,21.84801],[55.09309,21.88268],[55.08229,21.91015],[55.07423,21.96491],[55.07747,21.97452],[55.08425,21.98259],[55.08740,22.00748],[55.08347,22.03615],[55.07639,22.04181],[55.05703,22.03169],[55.04414,22.03392],[55.03323,22.04885],[55.02349,22.07666],[55.02663,22.11443],[55.03264,22.12713],[55.04503,22.13125],[55.05054,22.14447],[55.05585,22.15666],[55.05398,22.17777],[55.05437,22.19288],[55.06125,22.21880],[55.06125,22.24678],[55.06509,22.28792],[55.06165,22.31727],[55.06175,22.34955],[55.05319,22.39246],[55.05427,22.42302],[55.05132,22.43967],[55.04572,22.45392],[55.04395,22.47228],[55.05014,22.50112],[55.06587,22.54524],[55.07030,22.58283],[55.06949,22.58987],[55.05150,22.59021],[55.04314,22.59605],[55.03281,22.59330],[55.02218,22.59725],[55.01263,22.60326],[55.01155,22.61133],[55.00299,22.62540],[54.99452,22.62609],[54.98969,22.63141],[54.98418,22.63588],[54.98408,22.64068],[54.97078,22.64034],[54.96418,22.65184],[54.96319,22.66403],[54.96802,22.66901],[54.97876,22.66368],[54.98191,22.65922],[54.98694,22.67141],[54.98684,22.67862],[54.97984,22.68617],[54.97088,22.68755],[54.96999,22.69750],[54.97344,22.70162],[54.97216,22.70866],[54.96694,22.71158],[54.96270,22.72651],[54.95856,22.72754],[54.95314,22.72737],[54.94594,22.73304],[54.94505,22.73870],[54.93973,22.73990],[54.93648,22.74608],[54.93727,22.76359],[54.93273,22.76634],[54.92908,22.75346],[54.92296,22.74763],[54.91675,22.75707],[54.91645,22.76308],[54.92296,22.77029],[54.92503,22.78247],[54.91843,22.78917],[54.90629,22.78694],[54.90204,22.79775],[54.90274,22.80153],[54.90579,22.80342],[54.91073,22.81320],[54.91181,22.82024],[54.90589,22.82573],[54.90362,22.83620],[54.89770,22.83535],[54.89889,22.84221],[54.89632,22.84565],[54.88951,22.84699],[54.88990,22.85180],[54.88645,22.85609],[54.88092,22.84768],[54.87173,22.84288],[54.86788,22.83858],[54.86027,22.84082],[54.85919,22.85266],[54.85237,22.86605],[54.84031,22.85678],[54.83596,22.85935],[54.83289,22.87480],[54.82390,22.87772],[54.82360,22.86862],[54.81648,22.86914],[54.79600,22.87017],[54.79026,22.87395],[54.79085,22.84854],[54.78432,22.84579],[54.77798,22.85712],[54.77462,22.84545],[54.76887,22.84339],[54.77165,22.82931],[54.76610,22.82485],[54.77006,22.81833],[54.76610,22.80974],[54.74929,22.80387],[54.75563,22.79906],[54.75345,22.78258],[54.75186,22.76988],[54.74176,22.77022],[54.73640,22.75237],[54.72907,22.73589],[54.71538,22.73760],[54.70744,22.74653],[54.69772,22.72456],[54.68344,22.72250],[54.67351,22.73589],[54.66875,22.72559],[54.65723,22.74275],[54.65167,22.75408],[54.64869,22.74447],[54.64313,22.73795],[54.63617,22.74825],[54.62783,22.74172],[54.62306,22.72284],[54.61590,22.71872],[54.60775,22.71666],[54.60377,22.70396],[54.59661,22.69641],[54.58925,22.68233],[54.57990,22.68233],[54.57473,22.69847],[54.56696,22.70156],[54.56418,22.71220],[54.55840,22.70293],[54.54885,22.69023],[54.54248,22.68851],[54.53730,22.68061],[54.52176,22.67958],[54.50681,22.69572],[54.49106,22.69297],[54.45255,22.70293],[54.38583,22.76679],[54.37584,22.77503],[54.36204,22.79219],[54.36964,22.81211],[54.40622,22.83682],[54.40632,22.84781],[54.40962,22.85519],[54.40812,22.86652],[54.40892,22.88643],[54.39993,22.88729],[54.39993,22.89862],[54.39823,22.90377],[54.39553,22.93381],[54.39083,22.95596],[54.38953,22.98359],[54.38363,22.98411],[54.38343,22.99698],[54.38223,23.00849],[54.36164,22.99321],[54.35563,23.00728],[54.35123,23.02600],[54.34853,23.04917],[54.34523,23.05827],[54.34113,23.06273],[54.33358,23.05076],[54.32657,23.04544],[54.31496,23.04149],[54.31105,23.05333],[54.29793,23.09127],[54.29833,23.09968],[54.30404,23.10775],[54.31536,23.14071],[54.31365,23.14792],[54.30905,23.15925],[54.29703,23.15376],[54.29422,23.17006],[54.29072,23.17453],[54.28831,23.18860],[54.28891,23.19290],[54.28781,23.20302],[54.28200,23.20680],[54.27408,23.21693],[54.27278,23.22328],[54.25984,23.23392],[54.25944,23.23907],[54.25583,23.24714],[54.25944,23.26276],[54.25954,23.27684],[54.25994,23.28199],[54.25613,23.28765],[54.25543,23.29795],[54.25513,23.31083],[54.25162,23.32902],[54.25122,23.33675],[54.24480,23.34911],[54.23306,23.35786],[54.22905,23.36370],[54.23025,23.37348],[54.22765,23.37829],[54.22805,23.38189],[54.22484,23.38567],[54.21851,23.38619],[54.21510,23.39374],[54.20747,23.39734],[54.19311,23.41022],[54.19020,23.41863],[54.17794,23.42704],[54.17754,23.43940],[54.17493,23.45949],[54.16739,23.46086],[54.16227,23.47425],[54.15724,23.47236],[54.15292,23.48163],[54.15302,23.48489],[54.14417,23.48850],[54.13422,23.49021],[54.13180,23.49382],[54.11762,23.49176],[54.11269,23.49605],[54.11289,23.50240],[54.09900,23.50652],[54.08954,23.51734],[54.07937,23.51819],[54.07343,23.52146],[54.07212,23.52472],[54.06607,23.52849],[54.05682,23.52515],[54.05309,23.52721],[54.04780,23.52643],[54.03691,23.52240],[54.03369,23.52506],[54.03142,23.52463],[54.02895,23.51613],[54.02603,23.51519],[54.02209,23.51116],[54.01781,23.51227],[54.01488,23.50901],[54.01170,23.50849],[54.00812,23.50068],[54.00863,23.49571],[54.00752,23.48935],[53.99793,23.47974],[53.97724,23.48584],[53.96831,23.49571],[53.95826,23.51416],[53.95538,23.51425],[53.95370,23.51665],[53.95385,23.52669],[53.94981,23.52772],[53.94142,23.53605],[53.94072,23.54102],[53.94304,23.54815],[53.94021,23.55416],[53.93829,23.56403],[53.94173,23.56557],[53.94274,23.57261],[53.94082,23.57604],[53.93592,23.58574],[53.93511,23.59089],[53.92793,23.59896],[53.92419,23.61020],[53.92707,23.61535],[53.92738,23.63029],[53.93430,23.65054],[53.93412,23.65753],[53.93053,23.66662],[53.93124,23.67134],[53.93382,23.67220],[53.93437,23.67572],[53.93245,23.67933],[53.93205,23.68139],[53.93275,23.69057],[53.93488,23.69701],[53.93356,23.70259],[53.93589,23.70902],[53.93867,23.70945],[53.93675,23.71366],[53.93599,23.71881],[53.93341,23.72610],[53.92962,23.73125],[53.92922,23.73769],[53.92795,23.73949],[53.92618,23.74627],[53.92563,23.75357],[53.92376,23.76275],[53.92234,23.76533],[53.91678,23.76610],[53.91370,23.77237],[53.91046,23.77348],[53.91168,23.78035],[53.90814,23.77777],[53.90566,23.77451],[53.90116,23.77305],[53.89919,23.77477],[53.89863,23.77992],[53.90035,23.78198],[53.90015,23.78687],[53.89909,23.79657],[53.90698,23.80661],[53.90885,23.81520],[53.91208,23.81777],[53.91931,23.81588],[53.92391,23.80601],[53.92639,23.79906],[53.93346,23.79614],[53.93680,23.80069],[53.94261,23.81863],[53.94842,23.82447],[53.95468,23.83700],[53.95609,23.84240],[53.95579,23.84790],[53.95412,23.85399],[53.95337,23.86009],[53.94392,23.87373],[53.94276,23.88412],[53.94670,23.89167],[53.95261,23.90669],[53.96347,23.90824],[53.96720,23.90678],[53.96958,23.91244],[53.96670,23.92369],[53.96412,23.92163],[53.95640,23.93982],[53.95897,23.94883],[53.95438,23.96094],[53.94599,23.96600],[53.94150,23.97021],[53.93357,23.97132],[53.93518,23.96471],[53.92624,23.96806],[53.92679,23.97373],[53.92376,23.98351],[53.94044,24.10359],[53.94468,24.10539],[53.95094,24.10402],[53.95392,24.11148],[53.95645,24.11303],[53.95726,24.11457],[53.95519,24.11835],[53.95494,24.13200],[53.95347,24.14264],[53.96089,24.15414],[53.96180,24.17354],[53.96271,24.17440],[53.96594,24.18324],[53.96574,24.19311],[53.96958,24.20143],[53.95716,24.21517],[53.95458,24.21036],[53.94953,24.21002],[53.94630,24.22032],[53.94685,24.22409],[53.94443,24.23379],[53.95024,24.24117],[53.94796,24.24504],[53.94887,24.24898],[53.95150,24.25216],[53.94908,24.25920],[53.94256,24.25714],[53.93928,24.26229],[53.93604,24.26323],[53.93498,24.27336],[53.92129,24.28701],[53.92705,24.30761],[53.92538,24.30898],[53.92164,24.30735],[53.91845,24.30211],[53.91471,24.30366],[53.90728,24.31593],[53.90738,24.32288],[53.89661,24.35181],[53.90066,24.37275],[53.90334,24.39026],[53.90425,24.43358],[53.90081,24.43384],[53.90020,24.43847],[53.90480,24.45023],[53.90956,24.45796],[53.91815,24.46053],[53.92214,24.46843],[53.92882,24.47298],[53.93124,24.47701],[53.93190,24.48397],[53.93579,24.48963],[53.93736,24.49366],[53.94064,24.49555],[53.94564,24.50537],[53.95271,24.51061],[53.95529,24.51018],[53.96019,24.50846],[53.96271,24.51189],[53.96231,24.51498],[53.96610,24.51704],[53.96599,24.52829],[53.96902,24.53430],[53.96938,24.53927],[53.97150,24.54408],[53.97508,24.55198],[53.97740,24.55842],[53.98386,24.56700],[53.98608,24.57515],[53.98639,24.57953],[53.98992,24.58991],[53.99128,24.60124],[53.99401,24.60468],[53.99809,24.60322],[53.99920,24.60845],[54.00813,24.61970],[54.00854,24.62442],[54.01025,24.62596],[54.00536,24.63103],[54.00818,24.64279],[54.00606,24.64287],[54.00596,24.64545],[54.00657,24.65214],[54.00516,24.66073],[54.00823,24.66433],[54.00884,24.66236],[54.01671,24.67266],[54.01615,24.67540],[54.01651,24.68047],[54.01756,24.68441],[54.01615,24.69858],[54.00985,24.70553],[54.00314,24.70107],[53.99527,24.69909],[53.99108,24.69300],[53.98296,24.69111],[53.97407,24.69257],[53.96862,24.68871],[53.96726,24.68476],[53.96115,24.68433],[53.96514,24.70158],[53.96408,24.70759],[53.96645,24.72793],[53.96574,24.73832],[53.96892,24.74201],[53.97362,24.73274],[53.98614,24.75377],[53.98916,24.75660],[53.98997,24.76003],[53.99517,24.75205],[53.99930,24.75763],[53.99719,24.75909],[53.99492,24.76046],[53.98952,24.76956],[53.98992,24.77145],[53.99330,24.77368],[53.99471,24.78003],[53.99441,24.78449],[53.99703,24.78672],[53.99986,24.79445],[53.99648,24.79908],[53.99461,24.80887],[53.99562,24.81024],[53.99542,24.81410],[53.99784,24.82054],[54.00041,24.81350],[54.00198,24.80956],[54.00415,24.80895],[54.00480,24.81110],[54.00435,24.81419],[54.01207,24.82071],[54.01323,24.82398],[54.01242,24.82758],[54.01227,24.83376],[54.01600,24.83196],[54.01721,24.83685],[54.02074,24.84003],[54.02709,24.83539],[54.02961,24.85247],[54.02846,24.85436],[54.03037,24.85788],[54.02644,24.86208],[54.02936,24.86792],[54.03198,24.87127],[54.03511,24.87204],[54.03980,24.86397],[54.03748,24.85625],[54.03571,24.85702],[54.03390,24.84844],[54.03440,24.84131],[54.03934,24.83633],[54.04267,24.82784],[54.04363,24.82312],[54.05320,24.82492],[54.05421,24.82612],[54.05653,24.82578],[54.07148,24.81928],[54.07399,24.81413],[54.08381,24.80701],[54.09433,24.79482],[54.09660,24.79001],[54.09761,24.78512],[54.09997,24.77954],[54.11215,24.77577],[54.11515,24.77304],[54.11721,24.77407],[54.11857,24.78007],[54.11429,24.78600],[54.11525,24.79458],[54.13245,24.83234],[54.13909,24.82325],[54.14467,24.81406],[54.14623,24.82780],[54.14884,24.82900],[54.14794,24.83372],[54.14889,24.83543],[54.14668,24.83801],[54.14698,24.84771],[54.14789,24.84968],[54.14824,24.85440],[54.14955,24.85809],[54.14899,24.86196],[54.14723,24.86342],[54.14663,24.86548],[54.14995,24.87806],[54.15000,24.88184],[54.15528,24.89617],[54.16080,24.92218],[54.16251,24.92295],[54.16588,24.93033],[54.16462,24.93325],[54.16970,24.95128],[54.17136,24.95728],[54.16789,24.96209],[54.16980,24.96690],[54.16548,24.97557],[54.16025,24.98089],[54.15864,24.97617],[54.15518,24.98243],[54.14854,24.98432],[54.14356,24.99333],[54.14221,25.00629],[54.13803,25.01333],[54.13632,25.02912],[54.13719,25.05529],[54.13428,25.06439],[54.13337,25.07057],[54.13614,25.07503],[54.14257,25.07709],[54.14348,25.07966],[54.14413,25.08679],[54.14574,25.09202],[54.15027,25.09503],[54.15981,25.10893],[54.16831,25.11915],[54.17273,25.12756],[54.18358,25.14026],[54.18393,25.14455],[54.18659,25.14696],[54.18925,25.15931],[54.19172,25.16429],[54.19528,25.16172],[54.19895,25.16146],[54.20377,25.17622],[54.20653,25.17906],[54.20748,25.18223],[54.20713,25.18481],[54.20909,25.18970],[54.21135,25.19236],[54.21355,25.19682],[54.21501,25.19785],[54.21657,25.19717],[54.21877,25.19897],[54.22143,25.20317],[54.23864,25.20575],[54.24165,25.21433],[54.24862,25.21579],[54.25658,25.21768],[54.26280,25.23459],[54.25598,25.24180],[54.25046,25.25150],[54.26009,25.25854],[54.26300,25.26223],[54.27432,25.26935],[54.27332,25.27390],[54.26981,25.27536],[54.26661,25.28334],[54.26119,25.29064],[54.26004,25.30377],[54.26149,25.32179],[54.26440,25.33578],[54.26224,25.34728],[54.26500,25.35836],[54.27162,25.36582],[54.27312,25.37320],[54.27232,25.37810],[54.27748,25.38162],[54.27397,25.39526],[54.27954,25.40676],[54.28720,25.41011],[54.28870,25.42093],[54.29542,25.43440],[54.29532,25.44453],[54.29777,25.44479],[54.29742,25.45440],[54.29126,25.45268],[54.29056,25.45904],[54.29141,25.46264],[54.28931,25.46625],[54.29016,25.46916],[54.29266,25.46934],[54.29417,25.47972],[54.29882,25.48024],[54.29882,25.48144],[54.30233,25.48144],[54.30183,25.49405],[54.29973,25.50066],[54.30383,25.49689],[54.30974,25.49714],[54.30849,25.50290],[54.30979,25.50393],[54.30819,25.51302],[54.30068,25.51045],[54.29832,25.51354],[54.29311,25.51422],[54.29191,25.51620],[54.28049,25.52006],[54.28109,25.52281],[54.27848,25.52890],[54.27858,25.53748],[54.27573,25.54246],[54.27307,25.55800],[54.27442,25.56323],[54.27011,25.56495],[54.26671,25.55929],[54.26726,25.55680],[54.26580,25.55148],[54.26229,25.55542],[54.26300,25.56014],[54.26194,25.56280],[54.25618,25.56444],[54.25693,25.56821],[54.25187,25.57139],[54.25106,25.56641],[54.24484,25.57062],[54.23386,25.58435],[54.23271,25.58916],[54.22593,25.58916],[54.22623,25.58134],[54.22493,25.57628],[54.22929,25.57310],[54.22924,25.57019],[54.23286,25.56409],[54.22864,25.55783],[54.22784,25.54675],[54.22182,25.54821],[54.22152,25.54564],[54.21941,25.54839],[54.21640,25.55637],[54.21735,25.56040],[54.21253,25.56461],[54.20425,25.56341],[54.19973,25.56135],[54.19777,25.55663],[54.19541,25.55534],[54.19245,25.54461],[54.19069,25.53997],[54.19155,25.53809],[54.18653,25.52186],[54.18658,25.51568],[54.18066,25.51302],[54.17996,25.51096],[54.17901,25.51251],[54.17514,25.51036],[54.17489,25.51431],[54.16665,25.51903],[54.16534,25.52470],[54.16760,25.52710],[54.16589,25.52959],[54.16464,25.52925],[54.15770,25.52985],[54.15810,25.53362],[54.15574,25.53371],[54.15263,25.54856],[54.14564,25.55491],[54.15107,25.56581],[54.14750,25.58126],[54.14549,25.60194],[54.14202,25.60083],[54.14106,25.61267],[54.14321,25.62269],[54.14220,25.62569],[54.13909,25.62226],[54.13602,25.62560],[54.13491,25.62990],[54.13280,25.63033],[54.13059,25.62749],[54.12697,25.63942],[54.13049,25.64054],[54.12787,25.65050],[54.13466,25.65427],[54.14065,25.66534],[54.14115,25.66946],[54.14029,25.67418],[54.14140,25.67745],[54.14120,25.68200],[54.14065,25.68448],[54.14788,25.68963],[54.15477,25.68766],[54.15779,25.70062],[54.16201,25.70517],[54.16342,25.70740],[54.16683,25.70577],[54.16864,25.70199],[54.16889,25.71135],[54.16543,25.72294],[54.16261,25.72414],[54.16120,25.73521],[54.15663,25.73427],[54.15568,25.74002],[54.16100,25.74148],[54.15864,25.76602],[54.15990,25.76680],[54.15955,25.77177],[54.16065,25.77366],[54.15899,25.77898],[54.15437,25.77838],[54.15372,25.78551],[54.16548,25.78903],[54.16492,25.78491],[54.16869,25.78336],[54.16809,25.77941],[54.17392,25.77984],[54.17869,25.77898],[54.18306,25.77092],[54.18788,25.77787],[54.18925,25.77752],[54.19402,25.78122],[54.19493,25.77941],[54.19970,25.77795],[54.20502,25.77212],[54.20883,25.76336],[54.20919,25.75950],[54.21275,25.75907],[54.21556,25.75306],[54.21646,25.75529],[54.22148,25.75109],[54.22670,25.77014],[54.22796,25.76783],[54.23352,25.78594],[54.23839,25.78465],[54.23744,25.78156],[54.23799,25.77564],[54.25323,25.75684],[54.25484,25.75641],[54.26116,25.75160],[54.26251,25.75178],[54.26642,25.74654],[54.26822,25.75203],[54.27349,25.74354],[54.27168,25.74045],[54.27414,25.73753],[54.27374,25.73495],[54.27554,25.72860],[54.27404,25.72508],[54.27675,25.72131],[54.27203,25.71307],[54.28050,25.69890],[54.28541,25.70783],[54.29052,25.69993],[54.29684,25.71144],[54.29834,25.70938],[54.29904,25.71041],[54.30255,25.70483],[54.30330,25.70534],[54.32017,25.68363],[54.32423,25.67676],[54.32227,25.66122],[54.31081,25.64260],[54.31662,25.63633],[54.31837,25.62981],[54.31752,25.62655],[54.31086,25.61985],[54.31602,25.58998],[54.32262,25.58775],[54.31541,25.55273],[54.32358,25.54750],[54.32478,25.55119],[54.32593,25.55231],[54.33183,25.54896],[54.33178,25.53617],[54.33804,25.53265],[54.34194,25.53231],[54.34219,25.55634],[54.35345,25.55909],[54.35665,25.56106],[54.36547,25.56290],[54.36667,25.56873],[54.37542,25.59422],[54.37672,25.59294],[54.38262,25.59165],[54.38712,25.58719],[54.39132,25.58633],[54.40091,25.59077],[54.39641,25.59558],[54.39611,25.60579],[54.40935,25.61901],[54.41065,25.62279],[54.41749,25.63008],[54.42373,25.63360],[54.42508,25.63120],[54.43377,25.62725],[54.43407,25.62622],[54.44056,25.62510],[54.44081,25.62141],[54.44690,25.62184],[54.44830,25.62304],[54.45014,25.62150],[54.45413,25.62940],[54.45718,25.62725],[54.45942,25.61772],[54.45623,25.61223],[54.45658,25.60639],[54.46067,25.60313],[54.46331,25.61163],[54.46870,25.62081],[54.47134,25.62974],[54.47085,25.63746],[54.47628,25.64201],[54.47713,25.63832],[54.48117,25.64347],[54.48476,25.64484],[54.48890,25.65042],[54.50918,25.65789],[54.53618,25.68261],[54.54320,25.69892],[54.54549,25.70175],[54.54485,25.70355],[54.54978,25.71703],[54.55898,25.73565],[54.56351,25.75076],[54.56759,25.75067],[54.57411,25.76003],[54.57516,25.75685],[54.57675,25.76321],[54.58048,25.76012],[54.58351,25.76295],[54.58585,25.76054],[54.59157,25.76029],[54.59257,25.75651],[54.59530,25.75848],[54.59779,25.75591],[54.60067,25.75857],[54.60902,25.75600],[54.61210,25.75299],[54.61653,25.75677],[54.62011,25.75737],[54.62513,25.75153],[54.62602,25.74793],[54.62945,25.74930],[54.63253,25.74527],[54.63814,25.74904],[54.64152,25.74570],[54.67722,25.73445],[54.67861,25.73540],[54.68297,25.73085],[54.68530,25.73334],[54.68411,25.73814],[54.68664,25.74089],[54.69106,25.73771],[54.70157,25.73600],[54.70505,25.73952],[54.70936,25.74286],[54.71972,25.74612],[54.74173,25.74673],[54.75481,25.74595],[54.76006,25.74939],[54.76476,25.75016],[54.77736,25.74089],[54.78553,25.73909],[54.79592,25.73514],[54.79948,25.73557],[54.80235,25.73454],[54.80933,25.74226],[54.81254,25.74192],[54.81714,25.74621],[54.81784,25.74870],[54.82323,25.75179],[54.82164,25.75642],[54.82199,25.76595],[54.82288,25.77445],[54.82928,25.77992],[54.83393,25.77897],[54.83986,25.78601],[54.84317,25.77992],[54.84890,25.77940],[54.85330,25.77897],[54.85839,25.78515],[54.85898,25.79399],[54.86145,25.79803],[54.86748,25.81030],[54.87178,25.81142],[54.87237,25.81794],[54.87518,25.81751],[54.87558,25.81485],[54.87859,25.81683],[54.87869,25.82309],[54.88387,25.83107],[54.88935,25.83957],[54.89182,25.84584],[54.89799,25.85545],[54.90569,25.86060],[54.91117,25.85528],[54.91881,25.86183],[54.91936,25.85445],[54.92685,25.85857],[54.92947,25.87848],[54.93322,25.88071],[54.93627,25.88466],[54.93612,25.88869],[54.93119,25.90861],[54.93356,25.91633],[54.93652,25.91994],[54.93750,25.92818],[54.94663,25.94620],[54.94746,25.94457],[54.94894,25.95186],[54.94973,25.95238],[54.95062,25.95564],[54.95003,25.96045],[54.95205,25.96404],[54.95481,25.97597],[54.95358,25.97906],[54.95772,25.98472],[54.95772,25.99005],[54.95151,25.98970],[54.94279,26.02283],[54.94362,26.02918],[54.94239,26.03596],[54.94229,26.05613],[54.94131,26.06214],[54.94338,26.06498],[54.94762,26.05330],[54.94924,26.05553],[54.95146,26.07364],[54.95274,26.07279],[54.95447,26.08128],[54.96280,26.07373],[54.96565,26.07708],[54.97009,26.07768],[54.97186,26.11012],[54.97999,26.11956],[54.98649,26.11888],[54.98935,26.12094],[54.98570,26.13398],[54.98521,26.14205],[54.98915,26.14617],[54.99206,26.15999],[54.99275,26.17141],[54.99137,26.17698],[54.98974,26.18565],[54.99747,26.21020],[55.01189,26.20943],[55.01381,26.21707],[55.01578,26.21698],[55.02065,26.22488],[55.02562,26.22608],[55.02917,26.23140],[55.04077,26.24239],[55.04697,26.24153],[55.04712,26.23784],[55.05046,26.23861],[55.05174,26.24659],[55.05690,26.24582],[55.05803,26.23732],[55.06418,26.23750],[55.06418,26.23964],[55.06998,26.24608],[55.06570,26.26333],[55.07040,26.26593],[55.07355,26.26267],[55.07758,26.27323],[55.08549,26.26078],[55.09246,26.25297],[55.09173,26.24902],[55.09757,26.24344],[55.10140,26.23486],[55.10548,26.23005],[55.10715,26.23048],[55.12147,26.26258],[55.12462,26.30249],[55.12697,26.30764],[55.12859,26.30876],[55.12893,26.31262],[55.13124,26.31091],[55.13261,26.30447],[55.13414,26.30558],[55.13556,26.32575],[55.13669,26.33108],[55.13831,26.32584],[55.14194,26.32704],[55.14478,26.32429],[55.14557,26.32893],[55.14414,26.33236],[55.14640,26.33940],[55.14517,26.34009],[55.14512,26.34404],[55.14689,26.35331],[55.14959,26.35648],[55.15042,26.35554],[55.14880,26.36687],[55.14900,26.37176],[55.14532,26.38189],[55.14100,26.38841],[55.14223,26.39227],[55.13688,26.39030],[55.13311,26.39639],[55.13590,26.40343],[55.14022,26.41416],[55.13786,26.41416],[55.13526,26.41922],[55.13988,26.42429],[55.13487,26.43982],[55.13212,26.45055],[55.13595,26.45665],[55.12790,26.46111],[55.13782,26.47930],[55.14831,26.48068],[55.15300,26.48940],[55.15075,26.49352],[55.16041,26.51652],[55.14260,26.54038],[55.14452,26.54888],[55.14241,26.55360],[55.14780,26.55892],[55.14864,26.56682],[55.14815,26.57472],[55.15354,26.58974],[55.15344,26.59265],[55.14604,26.61815],[55.14937,26.62621],[55.14972,26.62527],[55.15202,26.63162],[55.15129,26.63317],[55.15467,26.64192],[55.15835,26.64510],[55.16069,26.65386],[55.15603,26.66365],[55.15510,26.67000],[55.15873,26.67669],[55.16314,26.67884],[55.16990,26.67841],[55.16637,26.69480],[55.17182,26.70622],[55.17647,26.70502],[55.17897,26.70012],[55.17677,26.69549],[55.17985,26.69145],[55.17785,26.68776],[55.18789,26.68064],[55.18936,26.67746],[55.19518,26.67753],[55.19734,26.67581],[55.20527,26.69383],[55.19989,26.70010],[55.20248,26.70559],[55.20689,26.70971],[55.21522,26.73057],[55.23756,26.72634],[55.24685,26.73681],[55.25116,26.74333],[55.25390,26.74436],[55.25458,26.74642],[55.25091,26.74711],[55.25209,26.75037],[55.25473,26.75835],[55.25781,26.76144],[55.25894,26.76840],[55.25874,26.77569],[55.25967,26.78101],[55.26216,26.78187],[55.26300,26.78488],[55.26710,26.78608],[55.26779,26.79148],[55.26481,26.79449],[55.26603,26.79938],[55.26671,26.79818],[55.27361,26.79869],[55.27693,26.82616],[55.27547,26.82788],[55.27635,26.82942],[55.28539,26.83594],[55.29751,26.83449],[55.30303,26.83062],[55.30733,26.83268],[55.31000,26.81440],[55.31630,26.81508],[55.31903,26.80041],[55.31845,26.79457],[55.32187,26.79260],[55.32001,26.77878],[55.32367,26.76341],[55.32436,26.75020],[55.32450,26.73792],[55.32187,26.72702],[55.32284,26.72153],[55.32763,26.71089],[55.32944,26.70943],[55.32929,26.70153],[55.33100,26.69784],[55.33056,26.69423],[55.33271,26.68617],[55.33935,26.66625],[55.33881,26.66299],[55.33549,26.65930],[55.33486,26.64437],[55.33305,26.64085],[55.32568,26.63905],[55.32333,26.63252],[55.32568,26.62669],[55.33012,26.62720],[55.33373,26.63278],[55.33544,26.62814],[55.33481,26.62480],[55.33202,26.62025],[55.33271,26.61373],[55.32758,26.61553],[55.32734,26.61209],[55.32172,26.60574],[55.32270,26.59321],[55.31982,26.59081],[55.32260,26.58617],[55.32675,26.58600],[55.32660,26.58059],[55.32309,26.57038],[55.32143,26.56489],[55.32367,26.55510],[55.32963,26.54892],[55.33163,26.53090],[55.33295,26.52807],[55.33056,26.51605],[55.33451,26.51596],[55.33354,26.50661],[55.33608,26.49339],[55.33817,26.49245],[55.33905,26.48575],[55.34140,26.47725],[55.34188,26.47279],[55.33993,26.46687],[55.34174,26.45914],[55.34281,26.44747],[55.34842,26.44206],[55.34828,26.44661],[55.34974,26.44739],[55.35038,26.45030],[55.35043,26.45554],[55.35643,26.47219],[55.36989,26.47509],[55.36931,26.48076],[55.37282,26.48788],[55.36867,26.49500],[55.36965,26.50350],[55.37926,26.51157],[55.38433,26.53122],[55.38867,26.55414],[55.39364,26.55260],[55.39695,26.55251],[55.39647,26.54985],[55.40792,26.54908],[55.41084,26.55981],[55.42959,26.54633],[55.43719,26.54247],[55.43986,26.53921],[55.44186,26.54195],[55.44186,26.54599],[55.43767,26.56092],[55.44400,26.55371],[55.45057,26.54255],[55.46065,26.55088],[55.46260,26.55800],[55.47714,26.55097],[55.48434,26.53843],[55.49402,26.54049],[55.49937,26.53603],[55.50112,26.53243],[55.51001,26.52457],[55.52590,26.54286],[55.52644,26.54723],[55.52459,26.55067],[55.52687,26.55564],[55.52721,26.55848],[55.53037,26.56268],[55.53241,26.56835],[55.53333,26.56766],[55.53465,26.58105],[55.53892,26.58852],[55.54650,26.58766],[55.54921,26.59573],[55.55198,26.59976],[55.55436,26.60010],[55.55718,26.60688],[55.56135,26.60903],[55.56514,26.61418],[55.56208,26.62045],[55.56664,26.62551],[55.56892,26.62105],[55.57232,26.62817],[55.59752,26.63637],[55.61129,26.63200],[55.65426,26.63818],[55.65886,26.63122],[55.67344,26.63268],[55.67702,26.63140],[55.68132,26.63064],[55.68103,26.62773],[55.68122,26.61768],[55.67507,26.59700],[55.67682,26.59382],[55.67623,26.57975],[55.67628,26.57434],[55.68088,26.57202],[55.67933,26.54704],[55.67740,26.53245],[55.67890,26.52756],[55.68301,26.51469],[55.68843,26.51194],[55.68638,26.49987],[55.68933,26.49360],[55.69654,26.49069],[55.69779,26.48391],[55.70403,26.46803],[55.70761,26.45206],[55.71201,26.42666],[55.70979,26.41601],[55.71221,26.40820],[55.71047,26.39516],[55.70578,26.38537],[55.71129,26.37567],[55.73135,26.36769],[55.74280,26.34967],[55.74367,26.33302],[55.74348,26.31370],[55.76121,26.28418],[55.76806,26.26916],[55.78119,26.26160],[55.81289,26.23180],[55.82046,26.23703],[55.83840,26.23104],[55.85911,26.20520],[55.86870,26.18400],[55.86581,26.17353],[55.87732,26.15156],[55.87987,26.12083],[55.89036,26.11019],[55.90129,26.09070],[55.91053,26.08504],[55.92991,26.06392],[55.93505,26.05483],[55.94452,26.04607],[55.95466,26.04667],[55.96792,26.00951],[55.96384,26.00101],[55.96557,25.99620],[55.96730,26.00067],[55.97052,25.99200],[55.97527,25.98831],[55.97652,25.98110],[55.98060,25.98007],[55.98435,25.96024],[55.98617,25.95363],[55.98526,25.94814],[55.98776,25.94651],[55.99741,25.90145],[56.00081,25.89836],[56.00062,25.86111],[56.00830,25.85072],[56.01521,25.86171],[56.02428,25.85853],[56.02672,25.85527],[56.02898,25.85518],[56.03157,25.84858],[56.03082,25.84162],[56.03922,25.83038],[56.04574,25.82532],[56.05489,25.81991],[56.05906,25.80094],[56.06404,25.76068],[56.07348,25.74978],[56.07803,25.73476],[56.08225,25.71159],[56.08369,25.70086],[56.08637,25.68996],[56.09221,25.68790],[56.09475,25.69648],[56.10035,25.69837],[56.10102,25.70309],[56.10456,25.69382],[56.11999,25.70041],[56.13080,25.67810],[56.14428,25.68479],[56.15088,25.67089],[56.14634,25.66831],[56.13558,25.65063],[56.13682,25.62282],[56.13477,25.60342],[56.14017,25.56712],[56.16192,25.55218],[56.16527,25.53570],[56.16255,25.52214],[56.15939,25.50927],[56.15724,25.50661],[56.14534,25.50317],[56.14299,25.48026],[56.14782,25.45434],[56.15361,25.45605],[56.15456,25.43013],[56.14481,25.41906],[56.14777,25.40283],[56.15848,25.40421],[56.15303,25.35829],[56.15490,25.33743],[56.14548,25.31546],[56.14672,25.31357],[56.15456,25.29589],[56.15858,25.28035],[56.16164,25.28061],[56.17206,25.26954],[56.17387,25.25512],[56.18581,25.24997],[56.18696,25.23976],[56.19284,25.23383],[56.19207,25.22680],[56.18710,25.21366],[56.17640,25.19916],[56.17684,25.17989],[56.17464,25.16985],[56.17545,25.15929],[56.17483,25.15225],[56.18061,25.14212],[56.18023,25.13766],[56.18596,25.12358],[56.18534,25.11792],[56.18706,25.11054],[56.18529,25.10504],[56.18601,25.09303],[56.19828,25.08573],[56.19566,25.07689],[56.19781,25.07904],[56.20263,25.07526],[56.20621,25.07612],[56.20821,25.07183],[56.21132,25.07183],[56.21910,25.07706],[56.22631,25.06917],[56.22688,25.06419],[56.23490,25.06909],[56.24167,25.06909],[56.24272,25.06050],[56.24734,25.06170],[56.25020,25.06557],[56.25326,25.05861],[56.25636,25.05887],[56.25960,25.06025],[56.26122,25.05690],[56.26615,25.05772],[56.26953,25.04279],[56.27130,25.04519],[56.27530,25.04304],[56.27344,25.03197],[56.27697,25.02536],[56.27697,25.02098],[56.28383,25.02013],[56.28492,25.01369],[56.29188,25.01789],[56.29593,25.00880],[56.29612,25.00184],[56.30007,24.99232],[56.30317,24.99112],[56.30745,24.98528],[56.31131,24.97464],[56.31802,24.97532],[56.32169,24.97026],[56.32483,24.97086],[56.32778,24.96966],[56.33406,24.97258],[56.33582,24.96803],[56.33629,24.97266],[56.34376,24.96751],[56.34928,24.96880],[56.35095,24.97292],[56.35318,24.97284],[56.35542,24.97103],[56.36412,24.97155],[56.36892,24.96588],[56.36949,24.96254],[56.36854,24.95953],[56.37168,24.95541],[56.37823,24.95026],[56.37529,24.94425],[56.37909,24.94408],[56.38137,24.94134],[56.38674,24.93790],[56.38855,24.93558],[56.39073,24.93601],[56.39296,24.93172],[56.39619,24.93121],[56.40446,24.92408],[56.40261,24.91808],[56.41258,24.90784],[56.41704,24.90715],[56.41994,24.90415],[56.42530,24.91196],[56.43209,24.91642],[56.43508,24.92071],[56.44229,24.91968],[56.44832,24.90518],[56.44780,24.88921],[56.45083,24.88698],[56.45007,24.87857],[56.44960,24.86775],[56.44310,24.86552],[56.43712,24.85479],[56.43712,24.85076],[56.43380,24.85059],[56.42421,24.85076],[56.42236,24.85977],[56.41856,24.86123],[56.41657,24.86106],[56.41396,24.84733],[56.41543,24.83994],[56.41225,24.83273],[56.41149,24.82552],[56.41852,24.82346],[56.42284,24.80767],[56.41809,24.79454],[56.41533,24.80261],[56.41225,24.80192],[56.40940,24.79583],[56.40517,24.78699],[56.40337,24.78510],[56.40237,24.78089],[56.40332,24.77669],[56.40038,24.77514],[56.40251,24.76596],[56.40546,24.76330],[56.40380,24.75377],[56.40394,24.74536],[56.40109,24.74132],[56.40185,24.73643],[56.40166,24.73274],[56.40375,24.72193],[56.40057,24.71266],[56.40460,24.70322],[56.40351,24.69901],[56.39639,24.69781],[56.38848,24.70314],[56.38325,24.69636],[56.37702,24.68769],[56.37788,24.67627],[56.37650,24.66966],[56.37693,24.65396],[56.37874,24.64949],[56.37702,24.63859],[56.37607,24.62872],[56.37251,24.62546],[56.36823,24.62941],[56.36110,24.62306],[56.35558,24.62598],[56.35088,24.62632],[56.34579,24.62228],[56.34550,24.61430],[56.34298,24.61061],[56.33979,24.60520],[56.33680,24.60649],[56.33451,24.60091],[56.33451,24.59379],[56.33275,24.58727],[56.32519,24.58177],[56.32338,24.57594],[56.31495,24.57508],[56.30500,24.58177],[56.28876,24.57851],[56.28990,24.56555],[56.28452,24.54315],[56.28142,24.51757],[56.26970,24.48321],[56.26656,24.46038],[56.26093,24.45901],[56.25850,24.45257],[56.26098,24.42442],[56.27928,24.39137],[56.27952,24.37901],[56.27280,24.35747],[56.27886,24.35458],[56.28596,24.34660],[56.29359,24.34591],[56.29820,24.33681],[56.30097,24.32479],[56.30163,24.30960],[56.29963,24.30359],[56.29963,24.29012],[56.30159,24.28351],[56.28573,24.28926],[56.28368,24.26840],[56.27710,24.25776],[56.27834,24.23999],[56.26761,24.20077],[56.25083,24.17639],[56.25412,24.15433],[56.24916,24.12155],[56.25112,24.11502],[56.25469,24.11768],[56.25703,24.11914],[56.26218,24.11957],[56.26756,24.10189],[56.27076,24.09691],[56.27771,24.09846],[56.27971,24.04645],[56.29996,24.04962],[56.31095,24.02361],[56.31904,24.02344],[56.32033,24.02095],[56.33018,24.01898],[56.33160,23.91547],[56.33960,23.91487],[56.33874,23.82869],[56.34278,23.81401],[56.34255,23.80294],[56.33955,23.79470],[56.32147,23.78003],[56.32409,23.76706],[56.33284,23.76861],[56.33322,23.76277],[56.33665,23.76294],[56.33831,23.76612],[56.34179,23.76543],[56.35082,23.77230],[56.35429,23.77333],[56.36038,23.78080],[56.36851,23.78114],[56.37517,23.76372],[56.37132,23.75814],[56.36951,23.74132],[56.37098,23.72097],[56.36918,23.70990],[56.36609,23.70158],[56.36528,23.66166],[56.36352,23.65677],[56.36333,23.64553],[56.36024,23.63034],[56.35591,23.61755],[56.35334,23.61540],[56.34911,23.60141],[56.34607,23.58227],[56.33860,23.57206],[56.33760,23.55953],[56.33427,23.55807],[56.33251,23.54545],[56.33484,23.53489],[56.33603,23.51138],[56.34525,23.49366],[56.34801,23.48181],[56.35248,23.43804],[56.37116,23.41838],[56.37174,23.40757],[56.37929,23.38776],[56.38328,23.30588],[56.37932,23.30369],[56.37770,23.29579],[56.37371,23.28326],[56.37171,23.26661],[56.36953,23.20773],[56.36924,23.17648],[56.36682,23.16824],[56.35835,23.18017],[56.35474,23.17098],[56.34423,23.17519],[56.34209,23.18300],[56.33757,23.18317],[56.33376,23.17510],[56.32720,23.14489],[56.31277,23.11167],[56.30792,23.11416],[56.30520,23.09416],[56.31758,23.08644],[56.32472,23.07150],[56.32058,23.04584],[56.32992,23.03057],[56.34148,23.02414],[56.34634,23.01564],[56.36849,23.00568],[56.37054,23.01993],[56.40655,23.00302],[56.40636,22.97830],[56.41457,22.96963],[56.41543,22.94130],[56.41225,22.93881],[56.41077,22.93538],[56.40514,22.93409],[56.40395,22.93624],[56.40229,22.93504],[56.39887,22.92002],[56.39198,22.92328],[56.39236,22.92688],[56.38861,22.92706],[56.37982,22.91899],[56.37758,22.90706],[56.37457,22.90015],[56.37190,22.88367],[56.37152,22.86479],[56.36786,22.85475],[56.36829,22.84702],[56.36615,22.84144],[56.36734,22.83930],[56.36763,22.82419],[56.36615,22.81406],[56.36786,22.80479],[56.36853,22.77896],[56.36777,22.76008],[56.37238,22.75124],[56.37309,22.73476],[56.37381,22.72935],[56.36729,22.71587],[56.35883,22.70094],[56.35408,22.69725],[56.35189,22.68051],[56.35655,22.67193],[56.35912,22.66772],[56.35983,22.66446],[56.36230,22.66249],[56.36387,22.64154],[56.37699,22.62627],[56.38331,22.61571],[56.38284,22.59923],[56.38668,22.58618],[56.38982,22.58438],[56.39096,22.57674],[56.38973,22.56988],[56.38830,22.56455],[56.38982,22.55039],[56.38938,22.53848],[56.39427,22.53110],[56.39389,22.51513],[56.39565,22.50303],[56.40082,22.48389],[56.40410,22.47779],[56.40434,22.47333],[56.40334,22.46638],[56.40453,22.46226],[56.40301,22.45376],[56.40405,22.44638],[56.40762,22.43436],[56.40956,22.43282],[56.41032,22.42097],[56.40880,22.40750],[56.40173,22.38973],[56.40106,22.37651],[56.40258,22.37059],[56.40182,22.36046],[56.39531,22.35368],[56.39484,22.34467],[56.39835,22.33926],[56.40139,22.33334],[56.40239,22.32184],[56.40591,22.32244],[56.40918,22.31901],[56.41047,22.31103],[56.40842,22.30776],[56.40828,22.29231],[56.41103,22.28639],[56.40652,22.27798],[56.40420,22.27755],[56.40382,22.26648],[56.40500,22.26605],[56.40372,22.25910],[56.40016,22.24253],[56.40410,22.23661],[56.40899,22.23240],[56.40899,22.22356],[56.41270,22.22193],[56.41270,22.21627],[56.41654,22.21653],[56.42452,22.21052],[56.41963,22.16692],[56.42632,22.15232],[56.42912,22.13653],[56.43287,22.13001],[56.43183,22.11636],[56.42931,22.11319],[56.42931,22.10323],[56.42694,22.10083],[56.42836,22.09662],[56.42760,22.08735],[56.42305,22.08220],[56.42632,22.07276],[56.42362,22.06598],[56.42096,22.06701],[56.41991,22.05851],[56.42210,22.05971],[56.42224,22.05104],[56.41744,22.04641],[56.42110,22.04143],[56.42271,22.04203],[56.42561,22.03276],[56.42542,22.02057],[56.42300,22.01276],[56.41925,22.00993],[56.41512,22.01294],[56.41374,22.00298],[56.41550,21.99946],[56.41426,21.99388],[56.41208,21.99199],[56.40063,21.98744],[56.39916,21.98092],[56.39683,21.98032],[56.39218,21.97534],[56.38500,21.97740],[56.37802,21.97139],[56.37840,21.96212],[56.38220,21.95749],[56.38116,21.94985],[56.37517,21.94333],[56.37464,21.93303],[56.37217,21.91809],[56.36866,21.91663],[56.36428,21.89046],[56.36433,21.88058],[56.36200,21.87226],[56.36756,21.86153],[56.37084,21.84831],[56.37232,21.83518],[56.36547,21.82351],[56.36390,21.82050],[56.36262,21.80694],[56.35943,21.80729],[56.35144,21.79844],[56.34887,21.79046],[56.34421,21.78574],[56.34212,21.77381],[56.33822,21.76677],[56.33808,21.75819],[56.33427,21.74798],[56.32885,21.73888],[56.32095,21.73133],[56.31952,21.72506],[56.31481,21.72515],[56.31485,21.71339],[56.31481,21.69708],[56.31247,21.69339],[56.31433,21.68163],[56.31481,21.67682],[56.31190,21.67416],[56.31690,21.66506],[56.31880,21.65948],[56.31866,21.65270],[56.32123,21.64652],[56.32175,21.63983],[56.32394,21.63485],[56.32375,21.62584],[56.32542,21.61786],[56.32571,21.61022],[56.32423,21.59863],[56.32261,21.58550],[56.32118,21.58413],[56.32009,21.57829],[56.31566,21.57666],[56.31700,21.57099],[56.31704,21.56207],[56.31366,21.55778],[56.31019,21.55812],[56.30714,21.55434],[56.30581,21.55666],[56.30100,21.54782],[56.29838,21.54619],[56.29809,21.54138],[56.29419,21.53383],[56.29470,21.52750],[56.29322,21.51961],[56.29084,21.51411],[56.29303,21.51428],[56.29413,21.50433],[56.29527,21.50433],[56.29570,21.50047],[56.29374,21.49695],[56.29265,21.49858],[56.29289,21.49420],[56.29127,21.49068],[56.28860,21.49102],[56.26997,21.46613],[56.26654,21.46399],[56.26463,21.46485],[56.26087,21.46399],[56.25472,21.45652],[56.25123,21.45369],[56.24880,21.45086],[56.24628,21.43893],[56.24112,21.43125],[56.24241,21.41658],[56.23583,21.40379],[56.22805,21.37718],[56.22462,21.35220],[56.22295,21.34414],[56.22070,21.34328],[56.21813,21.33444],[56.21923,21.33006],[56.21703,21.32491],[56.20130,21.30464],[56.19275,21.29751],[56.18893,21.28661],[56.18267,21.28000],[56.18076,21.28009],[56.18019,21.27760],[56.17493,21.27794],[56.17493,21.27279],[56.17254,21.27314],[56.17264,21.26927],[56.16914,21.26441],[56.16904,21.25660],[56.16569,21.25385],[56.16636,21.24982],[56.16364,21.23909],[56.16307,21.23119],[56.15905,21.22596],[56.15322,21.22458],[56.15183,21.22784],[56.14791,21.22467],[56.14241,21.22707],[56.13773,21.22733],[56.13261,21.23480],[56.12969,21.23746],[56.12850,21.23342],[56.12419,21.23703],[56.12075,21.23282],[56.11615,21.23179],[56.11319,21.22235],[56.10706,21.21866],[56.10462,21.22141],[56.10208,21.21394],[56.09442,21.20930],[56.09002,21.20896],[56.08116,21.20261],[56.07756,21.19703],[56.07584,21.18227],[56.07982,21.17678],[56.08393,21.16888],[56.08681,21.16210],[56.08528,21.15549],[56.08384,21.14339],[56.08120,21.14476],[56.06928,21.06356],[56.01683,20.12865],[55.39474,20.51317]], // Luxembourg - LU: [[49.54653,5.81784], [49.54778,5.81922], [49.54943,5.81956], [49.55023,5.82106], [49.55062,5.82256], [49.55243,5.82540], [49.55246,5.82673], [49.55059,5.82784], [49.55285,5.83565], [49.55349,5.84166], [49.55466,5.84157], [49.55574,5.84393], [49.55786,5.84582], [49.56103,5.84235], [49.56137,5.84531], [49.56298,5.84771], [49.56360,5.85059], [49.56532,5.85157], [49.56677,5.85642], [49.56677,5.85956], [49.56777,5.86054], [49.57072,5.86024], [49.57111,5.86338], [49.57423,5.86870], [49.57364,5.86900], [49.57439,5.87217], [49.57687,5.86844], [49.57768,5.87084], [49.57949,5.87187], [49.57938,5.86737], [49.58052,5.86569], [49.58333,5.86921], [49.58347,5.87269], [49.58831,5.86973], [49.58906,5.86719], [49.58783,5.86604], [49.58586,5.86432], [49.58630,5.86067], [49.58561,5.85840], [49.58692,5.84908], [49.59376,5.84801], [49.59593,5.84733], [49.59801,5.84878], [49.60445,5.86418], [49.60542,5.86491], [49.60673,5.87160], [49.60843,5.87555], [49.61174,5.87529], [49.61307,5.87641], [49.61485,5.87465], [49.62050,5.87551], [49.62486,5.88091], [49.62752,5.88537], [49.63119,5.88198], [49.63417,5.88408], [49.63583,5.88756], [49.63683,5.89275], [49.63669,5.89713], [49.63536,5.89876], [49.63644,5.90275], [49.63934,5.90661], [49.64111,5.90365], [49.64539,5.90339], [49.64559,5.90172], [49.65192,5.90107], [49.65529,5.90382], [49.65765,5.90202], [49.66117,5.90455], [49.66287,5.90944], [49.66481,5.90794], [49.66315,5.90180], [49.66492,5.89970], [49.66692,5.89545], [49.66540,5.89391], [49.66679,5.89017], [49.66876,5.88914], [49.66687,5.88738], [49.66859,5.88365], [49.66973,5.88356], [49.67026,5.88159], [49.67162,5.88026], [49.67273,5.87700], [49.67298,5.87301], [49.67587,5.86425], [49.68228,5.86090], [49.69178,5.86451], [49.69505,5.86687], [49.69644,5.86867], [49.69886,5.87095], [49.70199,5.87803], [49.70774,5.88348], [49.70904,5.88502], [49.71282,5.88030], [49.71567,5.87434], [49.71759,5.87335], [49.71837,5.87601], [49.72036,5.87438], [49.72137,5.87178], [49.72139,5.87015], [49.72425,5.86848], [49.72650,5.86453], [49.72583,5.86144], [49.72658,5.85985], [49.72450,5.85543], [49.72370,5.85032], [49.72120,5.84522], [49.72084,5.84097], [49.72386,5.83556], [49.72381,5.83050], [49.72292,5.82565], [49.72608,5.82316], [49.72736,5.82590], [49.73230,5.82466], [49.73382,5.82736], [49.73915,5.82642], [49.74187,5.83105], [49.74386,5.82934], [49.74680,5.83161], [49.74938,5.82921], [49.74960,5.82650], [49.74905,5.82384], [49.75143,5.81964], [49.75315,5.81990], [49.75415,5.81732], [49.76213,5.81475], [49.76577,5.80835], [49.77209,5.80676], [49.77669,5.80286], [49.77766,5.79925], [49.78239,5.79784], [49.78600,5.79170], [49.78866,5.79123], [49.79068,5.79312], [49.79569,5.78943], [49.79639,5.78741], [49.79569,5.78531], [49.79193,5.78149], [49.79431,5.77677], [49.79367,5.77410], [49.79284,5.77256], [49.79375,5.76913], [49.79106,5.75489], [49.79378,5.75249], [49.80710,5.74962], [49.81464,5.74996], [49.81516,5.74588], [49.82123,5.74242], [49.82380,5.74740], [49.82906,5.74521], [49.83144,5.74272], [49.83380,5.73865], [49.83924,5.74027], [49.83999,5.74379], [49.83877,5.74688], [49.83946,5.74950], [49.84090,5.74967], [49.84192,5.74804], [49.84389,5.74748], [49.84757,5.74791], [49.84865,5.75164], [49.84569,5.75289], [49.84610,5.75632], [49.84762,5.75765], [49.85092,5.75439], [49.85119,5.74821], [49.85222,5.74469], [49.85404,5.74478], [49.85565,5.74757], [49.85548,5.75092], [49.85767,5.75521], [49.85684,5.75868], [49.85814,5.75727], [49.86149,5.75280], [49.86508,5.75606], [49.86649,5.75478], [49.86779,5.75083], [49.87457,5.75546], [49.87356,5.75870], [49.87094,5.76141], [49.86972,5.76433], [49.87052,5.76656], [49.87326,5.76845], [49.87301,5.77124], [49.87146,5.77291], [49.86798,5.77390], [49.86875,5.77518], [49.87141,5.77634], [49.87240,5.77703], [49.87243,5.78265], [49.87365,5.78171], [49.87674,5.77687], [49.87763,5.77803], [49.87660,5.78202], [49.87885,5.78258], [49.88122,5.77696], [49.88323,5.77647], [49.88478,5.77012], [49.88650,5.76780], [49.88990,5.75506], [49.89142,5.75192], [49.89197,5.74759], [49.89402,5.74484], [49.89534,5.73738], [49.89742,5.73416], [49.90228,5.73768], [49.90557,5.74120], [49.90684,5.74549], [49.90817,5.74544], [49.91298,5.75390], [49.91574,5.76325], [49.91715,5.75978], [49.92116,5.76145], [49.92331,5.76029], [49.92547,5.76351], [49.92829,5.76304], [49.93254,5.76390], [49.93199,5.76707], [49.93445,5.76973], [49.93782,5.76973], [49.93859,5.77476], [49.94461,5.77085], [49.94732,5.77008], [49.95028,5.76958], [49.95304,5.77422], [49.95676,5.77323], [49.95848,5.77645], [49.96113,5.77439], [49.96328,5.77932], [49.96165,5.78542], [49.96204,5.79035], [49.96441,5.79005], [49.96648,5.79567], [49.96364,5.80035], [49.96389,5.80473], [49.96292,5.80614], [49.96419,5.80928], [49.96825,5.80893], [49.97231,5.81079], [49.97295,5.81478], [49.97281,5.81929], [49.97435,5.81997], [49.97593,5.82353], [49.97551,5.82671], [49.97678,5.82787], [49.97651,5.82984], [49.97963,5.83439], [49.98302,5.83791], [49.98939,5.83825], [49.99053,5.83525], [49.99014,5.83203], [49.99417,5.82830], [49.99604,5.82482], [49.99704,5.82276], [50.00090,5.81988], [50.00239,5.82061], [50.00589,5.82006], [50.00603,5.82113], [50.01149,5.81825], [50.01353,5.81813], [50.01496,5.82233], [50.01507,5.82924], [50.01596,5.82804], [50.01852,5.83272], [50.01985,5.83993], [50.01979,5.84126], [50.02321,5.85173], [50.02621,5.85078], [50.02845,5.85357], [50.02919,5.85941], [50.03418,5.85662], [50.03617,5.85525], [50.03939,5.86126], [50.04127,5.86211], [50.04264,5.86339], [50.04397,5.86721], [50.04532,5.86657], [50.04609,5.86876], [50.05008,5.86713], [50.05460,5.86069], [50.05436,5.85979], [50.05623,5.85344], [50.05940,5.85369], [50.06948,5.85944], [50.07128,5.86567], [50.07357,5.86709], [50.07756,5.88103], [50.07723,5.88292], [50.07885,5.88623], [50.08287,5.88691], [50.09124,5.88537], [50.10011,5.89193], [50.10105,5.89382], [50.10347,5.89374], [50.11241,5.89494], [50.11664,5.90022], [50.12013,5.90906], [50.12239,5.91357], [50.12195,5.91721], [50.12679,5.93035], [50.12770,5.93730], [50.12943,5.94193], [50.12968,5.95056], [50.13172,5.95422], [50.13139,5.96058], [50.13936,5.95770], [50.14346,5.96083], [50.14745,5.95916], [50.14951,5.96019], [50.15185,5.95676], [50.15372,5.96375], [50.15501,5.96603], [50.16037,5.96272], [50.16078,5.96105], [50.16485,5.96392], [50.17310,5.96315], [50.17346,5.96663], [50.17326,5.96830], [50.17563,5.97070], [50.17579,5.99396], [50.17670,6.00315], [50.17849,6.00958], [50.18014,6.01486], [50.18277,6.02142], [50.18302,6.02571], [50.17849,6.02666], [50.17249,6.02988], [50.16532,6.03005], [50.16232,6.03412], [50.15820,6.04575], [50.15650,6.05374], [50.15410,6.06017], [50.15424,6.06537], [50.15746,6.07043], [50.15803,6.07331], [50.15718,6.07768], [50.16076,6.07914], [50.16375,6.07987], [50.16958,6.07743], [50.17134,6.07846], [50.17228,6.08296], [50.17186,6.08730], [50.16953,6.09343], [50.17019,6.09700], [50.17126,6.09957], [50.17109,6.10305], [50.16524,6.11511], [50.16326,6.12060], [50.16081,6.12077], [50.15531,6.11532], [50.15507,6.11811], [50.15259,6.12047], [50.15094,6.12588], [50.14979,6.12596], [50.14891,6.12240], [50.14654,6.11820], [50.14418,6.11772], [50.14412,6.11558], [50.13623,6.11240], [50.13711,6.11532], [50.13636,6.12124], [50.13427,6.12717], [50.13015,6.13107], [50.13009,6.13360], [50.13039,6.13725], [50.13004,6.13858], [50.12693,6.13794], [50.12374,6.13686], [50.12269,6.13407], [50.12134,6.12983], [50.11584,6.12841], [50.11457,6.12983], [50.11367,6.13485], [50.11281,6.13536], [50.11086,6.13395], [50.10767,6.13141], [50.10665,6.13176], [50.10530,6.13498], [50.10367,6.13588], [50.10238,6.13566], [50.10216,6.13201], [50.10197,6.12811], [50.10095,6.12635], [50.09944,6.12639], [50.09674,6.12768], [50.09566,6.12948], [50.09536,6.13291], [50.09368,6.13386], [50.09167,6.13274], [50.09195,6.12935], [50.09330,6.12360], [50.09283,6.12184], [50.09107,6.12077], [50.08760,6.11991], [50.08550,6.12038], [50.08327,6.12270], [50.08148,6.12257], [50.07865,6.12124], [50.07432,6.11712], [50.07286,6.11807], [50.07237,6.12133], [50.07515,6.12223], [50.07870,6.12515], [50.07666,6.12605], [50.07427,6.12940], [50.07256,6.12970], [50.07085,6.12648], [50.06835,6.12249], [50.06540,6.12150], [50.06443,6.12047], [50.06416,6.11794], [50.06570,6.11558], [50.06548,6.11420], [50.06438,6.11420], [50.06292,6.11468], [50.05978,6.11296], [50.05818,6.11510], [50.05702,6.11716], [50.05697,6.11944], [50.06154,6.12060], [50.06088,6.12231], [50.05995,6.12454], [50.05727,6.12446], [50.05504,6.12253], [50.05424,6.12210], [50.05292,6.12214], [50.05195,6.12381], [50.05127,6.12609], [50.04777,6.12798], [50.04308,6.13317], [50.03977,6.13484], [50.03641,6.13278], [50.03415,6.13215], [50.03093,6.12945], [50.02946,6.13039], [50.02698,6.13589], [50.02516,6.14215], [50.02323,6.14627], [50.02227,6.14627], [50.01912,6.14327], [50.01515,6.13704], [50.01631,6.13434], [50.01877,6.13241], [50.01896,6.13134], [50.01841,6.13014], [50.01670,6.13215], [50.01339,6.13657], [50.01143,6.13790], [50.01074,6.13988], [50.01030,6.14486], [50.01071,6.14777], [50.00878,6.15026], [50.00597,6.14958], [50.00230,6.14713], [49.99811,6.14567], [49.99781,6.14430], [49.99797,6.14275], [49.99935,6.14147], [49.99960,6.14018], [49.99935,6.13919], [49.99822,6.13820], [49.99648,6.13996], [49.99505,6.14189], [49.99507,6.14387], [49.99516,6.14644], [49.99447,6.15061], [49.99353,6.15181], [49.99033,6.15322], [49.98911,6.15533], [49.98760,6.15717], [49.98724,6.16159], [49.98716,6.16490], [49.98591,6.16923], [49.98503,6.17271], [49.98423,6.17322], [49.98354,6.17284], [49.98368,6.17091], [49.98404,6.17005], [49.98318,6.16953], [49.98075,6.16923], [49.97943,6.16721], [49.97698,6.16689], [49.97397,6.16504], [49.96997,6.16565], [49.96809,6.16762], [49.96431,6.16938], [49.96312,6.17084], [49.96221,6.17354], [49.96197,6.17582], [49.96100,6.17676], [49.95573,6.17749], [49.95294,6.17916], [49.95305,6.18139], [49.95468,6.18474], [49.95614,6.18779], [49.95664,6.18783], [49.95760,6.18440], [49.96368,6.18092], [49.96506,6.18161], [49.96776,6.18436], [49.96859,6.18654], [49.96914,6.19036], [49.96829,6.19255], [49.96539,6.19285], [49.96310,6.19255], [49.96130,6.19375], [49.95686,6.19354], [49.95087,6.19736], [49.94913,6.19770], [49.94913,6.19882], [49.95117,6.19942], [49.95349,6.20131], [49.95542,6.20496], [49.95481,6.20826], [49.95457,6.20916], [49.95316,6.20895], [49.95051,6.21169], [49.95037,6.22427], [49.94866,6.22354], [49.94639,6.21950], [49.94501,6.21856], [49.94479,6.21710], [49.94407,6.21762], [49.94338,6.22032], [49.94300,6.22041], [49.94184,6.22186], [49.94128,6.22337], [49.94040,6.22358], [49.93963,6.22513], [49.93888,6.22483], [49.93880,6.22616], [49.93653,6.22757], [49.93384,6.22417], [49.93312,6.22585], [49.93265,6.22538], [49.93245,6.22439], [49.93140,6.22529], [49.92958,6.22619], [49.92903,6.22619], [49.92767,6.22482], [49.92734,6.22366], [49.92558,6.21962], [49.92494,6.21868], [49.92348,6.21829], [49.92278,6.21855], [49.92245,6.22061], [49.92132,6.22589], [49.92121,6.22988], [49.91729,6.23267], [49.91403,6.23417], [49.91253,6.23400], [49.91115,6.23186], [49.91096,6.23061], [49.91159,6.22791], [49.91123,6.22726], [49.91024,6.22709], [49.90761,6.23121], [49.90670,6.23186], [49.90573,6.23211], [49.90482,6.23228], [49.90156,6.23310], [49.90034,6.23383], [49.89857,6.23645], [49.89656,6.23907], [49.89570,6.24250], [49.89548,6.24576], [49.89517,6.24713], [49.89338,6.24872], [49.89141,6.25048], [49.89064,6.25087], [49.88749,6.25670], [49.88583,6.25825], [49.88329,6.25915], [49.88218,6.26121], [49.88096,6.26211], [49.87919,6.26924], [49.87778,6.27267], [49.87728,6.27331], [49.87687,6.27606], [49.87764,6.27829], [49.87867,6.27928], [49.87897,6.28095], [49.87883,6.28258], [49.87839,6.28348], [49.87745,6.28395], [49.87535,6.28649], [49.87538,6.28850], [49.87515,6.29069], [49.87449,6.29181], [49.87244,6.29228], [49.87106,6.29228], [49.86929,6.29327], [49.86752,6.29528], [49.86641,6.29726], [49.86625,6.29889], [49.86785,6.30344], [49.86968,6.30666], [49.87004,6.30893], [49.86979,6.31112], [49.86918,6.31219], [49.86746,6.31408], [49.86589,6.31498], [49.86387,6.31464], [49.86096,6.31382], [49.85590,6.31747], [49.85348,6.32138], [49.85182,6.32292], [49.85021,6.32279], [49.84660,6.32153], [49.84509,6.32020], [49.84351,6.31981], [49.84192,6.31968], [49.83949,6.32030], [49.83761,6.32301], [49.83598,6.32742], [49.83619,6.33018], [49.83745,6.33424], [49.83890,6.33673], [49.84163,6.33817], [49.84653,6.33937], [49.84812,6.33995], [49.84934,6.34267], [49.85057,6.34971], [49.85080,6.35857], [49.85087,6.36422], [49.84935,6.36692], [49.84444,6.37113], [49.84224,6.37265], [49.84030,6.37705], [49.83775,6.37900], [49.83655,6.38158], [49.83322,6.38439], [49.83230,6.38512], [49.83013,6.38847], [49.82916,6.38950], [49.82764,6.39269], [49.82224,6.39737], [49.81978,6.40181], [49.81909,6.40552], [49.81740,6.41123], [49.81603,6.42039], [49.81611,6.42531], [49.81569,6.42598], [49.81263,6.42630], [49.81142,6.42802], [49.81047,6.43010], [49.81052,6.43211], [49.81223,6.43441], [49.81351,6.43716], [49.81452,6.44113], [49.81414,6.44216], [49.81227,6.44252], [49.81157,6.44370], [49.81172,6.44793], [49.81135,6.45231], [49.81158,6.45432], [49.81252,6.45608], [49.81744,6.46115], [49.81967,6.46426], [49.82045,6.46669], [49.82230,6.46924], [49.82272,6.47156], [49.82100,6.47534], [49.81858,6.48070], [49.81393,6.48469], [49.81177,6.48870], [49.81137,6.49192], [49.81177,6.49402], [49.81257,6.49523], [49.81217,6.49701], [49.81076,6.49952], [49.80945,6.50596], [49.80378,6.50962], [49.80202,6.51089], [49.80250,6.51304], [49.80522,6.51623], [49.80833,6.51814], [49.81059,6.51825], [49.81244,6.51881], [49.81347,6.52085], [49.81315,6.52222], [49.81124,6.52705], [49.80916,6.52994], [49.80728,6.53031], [49.80567,6.53130], [49.80441,6.53052], [49.80263,6.52767], [49.80157,6.52609], [49.79818,6.52252], [49.79714,6.52166], [49.79554,6.51855], [49.79498,6.51690], [49.79356,6.51343], [49.79241,6.50898], [49.79108,6.50671], [49.78973,6.50585], [49.78805,6.50609], [49.78696,6.50789], [49.78574,6.51072], [49.78477,6.51430], [49.78385,6.51600], [49.78283,6.51694], [49.78197,6.51690], [49.77943,6.51428], [49.77694,6.51076], [49.77360,6.50973], [49.77198,6.51355], [49.76959,6.51688], [49.76804,6.51815], [49.76585,6.51789], [49.76426,6.51789], [49.76219,6.51851], [49.76046,6.51754], [49.75887,6.51510], [49.75744,6.51229], [49.75573,6.50555], [49.75425,6.50235], [49.75288,6.50072], [49.75149,6.50035], [49.74833,6.50076], [49.74557,6.50282], [49.74287,6.50181], [49.74075,6.50233], [49.73674,6.50175], [49.73298,6.50209], [49.73187,6.50267], [49.72921,6.50563], [49.72751,6.51012], [49.72656,6.51282], [49.72494,6.51617], [49.72438,6.51726], [49.72354,6.51739], [49.72269,6.51675], [49.72126,6.51465], [49.72028,6.51173], [49.72485,6.50632], [49.72637,6.50452], [49.72695,6.50100], [49.72624,6.49632], [49.72547,6.49546], [49.72427,6.49525], [49.72140,6.49793], [49.71657,6.50651], [49.71302,6.50653], [49.71260,6.50224], [49.71065,6.49774], [49.70753,6.49302], [49.69698,6.48031], [49.69420,6.47192], [49.69283,6.46742], [49.69172,6.46036], [49.68937,6.45730], [49.68435,6.45373], [49.67822,6.44702], [49.67479,6.44193], [49.67274,6.43919], [49.66983,6.43127], [49.66325,6.42580], [49.66101,6.42685], [49.66049,6.43091], [49.66053,6.43724], [49.65853,6.44003], [49.65531,6.44033], [49.65072,6.43874], [49.63128,6.42608], [49.62643,6.42406], [49.61873,6.42029], [49.61557,6.41608], [49.61371,6.41113], [49.60754,6.40411], [49.60478,6.40248], [49.60113,6.39716], [49.59979,6.39001], [49.59949,6.38514], [49.59663,6.38036], [49.59203,6.37533], [49.58825,6.37436], [49.58501,6.37629], [49.58220,6.38112], [49.57989,6.38275], [49.57804,6.38252], [49.57688,6.38138], [49.57632,6.37908], [49.57726,6.37451], [49.57907,6.37102], [49.57855,6.36670], [49.57673,6.36275], [49.57447,6.35865], [49.57168,6.35758], [49.56947,6.35974], [49.56641,6.36674], [49.55837,6.38129], [49.55599,6.38236], [49.55354,6.38131], [49.54909,6.37837], [49.54273,6.36941], [49.53958,6.36617], [49.53660,6.36095], [49.53210,6.35696], [49.52819,6.35703], [49.51518,6.36348], [49.50501,6.36745], [49.50027,6.36780], [49.49274,6.36748], [49.48863,6.36945], [49.47924,6.36788], [49.46948,6.36760], [49.46376,6.36778], [49.45964,6.36904], [49.45945,6.36454], [49.46174,6.35971], [49.46731,6.35256], [49.46657,6.34979], [49.46580,6.34803], [49.46584,6.34700], [49.46874,6.34239], [49.46796,6.34007], [49.46803,6.33774], [49.46669,6.33368], [49.46963,6.33256], [49.46997,6.32954], [49.47248,6.32821], [49.47241,6.32677], [49.47527,6.32357], [49.47734,6.32014], [49.47774,6.31660], [49.47715,6.31608], [49.47701,6.31428], [49.48013,6.31295], [49.47878,6.30812], [49.47688,6.30559], [49.47786,6.30463], [49.47792,6.30340], [49.47958,6.29913], [49.48013,6.29875], [49.47997,6.29682], [49.48071,6.29529], [49.48145,6.29491], [49.48307,6.29583], [49.48810,6.29896], [49.48767,6.29737], [49.48700,6.29388], [49.48749,6.29364], [49.48717,6.29229], [49.48508,6.29194], [49.48436,6.29070], [49.48475,6.28836], [49.48650,6.28748], [49.48728,6.28879], [49.48820,6.28558], [49.49037,6.28433], [49.49202,6.28442], [49.49241,6.28588], [49.49198,6.28841], [49.49368,6.28922], [49.49432,6.28794], [49.49309,6.28570], [49.49273,6.28276], [49.49396,6.28043], [49.49496,6.27892], [49.49708,6.27888], [49.50069,6.28023], [49.50320,6.27856], [49.50317,6.27577], [49.50424,6.27332], [49.50392,6.26985], [49.50409,6.26802], [49.50380,6.26418], [49.50449,6.26240], [49.50562,6.26206], [49.50654,6.26242], [49.50713,6.26118], [49.50700,6.26038], [49.50696,6.25880], [49.50768,6.25759], [49.50910,6.25691], [49.50970,6.25624], [49.50958,6.25496], [49.50885,6.25217], [49.50855,6.24916], [49.50874,6.24629], [49.51154,6.24483], [49.51209,6.24142], [49.51413,6.24116], [49.51475,6.24062], [49.51412,6.24060], [49.51344,6.23933], [49.51163,6.23908], [49.50799,6.23622], [49.50913,6.23251], [49.50943,6.22813], [49.51016,6.22706], [49.50866,6.22077], [49.50873,6.22011], [49.50926,6.21936], [49.50938,6.21777], [49.50982,6.21745], [49.50917,6.21676], [49.50788,6.21762], [49.50763,6.21732], [49.50679,6.21736], [49.50615,6.21436], [49.50615,6.20743], [49.50692,6.20256], [49.50525,6.19569], [49.50636,6.19515], [49.50590,6.19123], [49.50650,6.18779], [49.50720,6.18490], [49.50788,6.18067], [49.50711,6.18037], [49.50690,6.17835], [49.50869,6.17631], [49.50972,6.17670], [49.51026,6.17578], [49.51016,6.17479], [49.50793,6.17198], [49.50536,6.16518], [49.50442,6.16376], [49.50407,6.16172], [49.50473,6.16153], [49.50385,6.15842], [49.50388,6.15676], [49.50144,6.15421], [49.49747,6.15700], [49.49634,6.15863], [49.49606,6.15998], [49.49371,6.16264], [49.49276,6.16217], [49.49163,6.15959], [49.49124,6.15704], [49.49323,6.15521], [49.49280,6.15343], [49.49117,6.15337], [49.48983,6.14876], [49.48696,6.14322], [49.48655,6.14075], [49.48804,6.14053], [49.49153,6.14163], [49.49118,6.13927], [49.49038,6.13611], [49.48977,6.13292], [49.49026,6.13142], [49.49214,6.13049], [49.49372,6.12820], [49.49002,6.12723], [49.48205,6.12779], [49.47690,6.12422], [49.47604,6.12315], [49.47471,6.12308], [49.47335,6.12366], [49.47164,6.11965], [49.47080,6.11536], [49.47015,6.11415], [49.47140,6.11205], [49.47211,6.11160], [49.47239,6.10954], [49.47126,6.10645], [49.47028,6.10240], [49.46923,6.10280], [49.46842,6.10109], [49.46715,6.10001], [49.46546,6.09984], [49.46355,6.09819], [49.46244,6.09950], [49.46069,6.09926], [49.45983,6.09997], [49.45777,6.10148], [49.45282,6.10141], [49.45299,6.09581], [49.45296,6.09189], [49.45409,6.09171], [49.45428,6.08772], [49.45593,6.08498], [49.45656,6.08478], [49.45859,6.07974], [49.45946,6.07972], [49.46021,6.07899], [49.46119,6.07953], [49.46374,6.07920], [49.46358,6.07317], [49.46544,6.07229], [49.46455,6.06888], [49.46463,6.06390], [49.46597,6.05837], [49.46381,6.05369], [49.46310,6.05300], [49.45873,6.04970], [49.44754,6.04191], [49.44925,6.03247], [49.44807,6.02698], [49.45089,6.02547], [49.45343,6.02631], [49.45501,6.02910], [49.45552,6.02835], [49.45411,6.02672], [49.45481,6.02464], [49.45496,6.02279], [49.45392,6.01816], [49.45389,6.01595], [49.45234,6.01365], [49.45322,6.01153], [49.45141,6.00777], [49.45484,6.00354], [49.45657,6.00075], [49.45636,5.99809], [49.45100,5.98187], [49.45262,5.97859], [49.45411,5.97865], [49.45537,5.97917], [49.45735,5.98252], [49.45597,5.98567], [49.45887,5.98627], [49.46128,5.98797], [49.46255,5.98730], [49.46333,5.98279], [49.46098,5.98140], [49.46066,5.97902], [49.46222,5.97797], [49.46269,5.97567], [49.46363,5.97597], [49.46470,5.97400], [49.46852,5.97340], [49.46944,5.97192], [49.47021,5.97192], [49.47105,5.97292], [49.47218,5.97201], [49.47391,5.97210], [49.47582,5.96925], [49.47562,5.97210], [49.47664,5.97392], [49.47774,5.97476], [49.47911,5.97448], [49.48014,5.97440], [49.48156,5.97465], [49.48293,5.97277], [49.48296,5.97114], [49.48484,5.96918], [49.48650,5.96789], [49.48765,5.96991], [49.48821,5.97008], [49.48866,5.97120], [49.48922,5.97356], [49.49121,5.97221], [49.49152,5.97045], [49.49124,5.96933], [49.49143,5.96768], [49.49121,5.96573], [49.49192,5.96500], [49.49285,5.96461], [49.49306,5.96006], [49.49334,5.95899], [49.49309,5.95837], [49.49354,5.95661], [49.49284,5.95511], [49.49384,5.95423], [49.49416,5.95193], [49.49510,5.95105], [49.49585,5.94858], [49.49649,5.94884], [49.49698,5.94620], [49.49953,5.94575], [49.50055,5.94137], [49.50032,5.94024], [49.49988,5.93957], [49.49950,5.93575], [49.50032,5.93537], [49.49858,5.93305], [49.49982,5.93200], [49.49805,5.92899], [49.49933,5.92363], [49.50067,5.92196], [49.50095,5.92074], [49.49992,5.92012], [49.50110,5.91585], [49.50188,5.91346], [49.50143,5.90774], [49.50014,5.90769], [49.49874,5.90420], [49.49816,5.90364], [49.49773,5.90158], [49.49622,5.89643], [49.49661,5.89331], [49.49656,5.88990], [49.49704,5.88797], [49.49823,5.88644], [49.49908,5.88217], [49.49808,5.87559], [49.49833,5.87288], [49.49944,5.87211], [49.49968,5.87089], [49.49922,5.86969], [49.49986,5.86593], [49.50208,5.86190], [49.50304,5.86160], [49.50429,5.85941], [49.50571,5.85861], [49.50687,5.85454], [49.50730,5.85233], [49.50885,5.85014], [49.51044,5.84876], [49.51382,5.84864], [49.51516,5.84628], [49.51697,5.84085], [49.51908,5.83842], [49.51954,5.83630], [49.52086,5.83516], [49.52462,5.83407], [49.52721,5.83387], [49.52808,5.83892], [49.53015,5.84512], [49.53342,5.84252], [49.53703,5.83857], [49.54241,5.83675], [49.53916,5.82493], [49.53773,5.82265], [49.53695,5.81684], [49.53803,5.81484], [49.54146,5.81304], [49.54227,5.81110], [49.54331,5.80982], [49.54331,5.80876], [49.54561,5.81059], [49.54550,5.81323], [49.54479,5.81368], [49.54610,5.81649], [49.54589,5.81778]], + LU: [[49.54653,5.81784],[49.54778,5.81922],[49.54943,5.81956],[49.55023,5.82106],[49.55062,5.82256],[49.55243,5.82540],[49.55246,5.82673],[49.55059,5.82784],[49.55285,5.83565],[49.55349,5.84166],[49.55466,5.84157],[49.55574,5.84393],[49.55786,5.84582],[49.56103,5.84235],[49.56137,5.84531],[49.56298,5.84771],[49.56360,5.85059],[49.56532,5.85157],[49.56677,5.85642],[49.56677,5.85956],[49.56777,5.86054],[49.57072,5.86024],[49.57111,5.86338],[49.57423,5.86870],[49.57364,5.86900],[49.57439,5.87217],[49.57687,5.86844],[49.57768,5.87084],[49.57949,5.87187],[49.57938,5.86737],[49.58052,5.86569],[49.58333,5.86921],[49.58347,5.87269],[49.58831,5.86973],[49.58906,5.86719],[49.58783,5.86604],[49.58586,5.86432],[49.58630,5.86067],[49.58561,5.85840],[49.58692,5.84908],[49.59376,5.84801],[49.59593,5.84733],[49.59801,5.84878],[49.60445,5.86418],[49.60542,5.86491],[49.60673,5.87160],[49.60843,5.87555],[49.61174,5.87529],[49.61307,5.87641],[49.61485,5.87465],[49.62050,5.87551],[49.62486,5.88091],[49.62752,5.88537],[49.63119,5.88198],[49.63417,5.88408],[49.63583,5.88756],[49.63683,5.89275],[49.63669,5.89713],[49.63536,5.89876],[49.63644,5.90275],[49.63934,5.90661],[49.64111,5.90365],[49.64539,5.90339],[49.64559,5.90172],[49.65192,5.90107],[49.65529,5.90382],[49.65765,5.90202],[49.66117,5.90455],[49.66287,5.90944],[49.66481,5.90794],[49.66315,5.90180],[49.66492,5.89970],[49.66692,5.89545],[49.66540,5.89391],[49.66679,5.89017],[49.66876,5.88914],[49.66687,5.88738],[49.66859,5.88365],[49.66973,5.88356],[49.67026,5.88159],[49.67162,5.88026],[49.67273,5.87700],[49.67298,5.87301],[49.67587,5.86425],[49.68228,5.86090],[49.69178,5.86451],[49.69505,5.86687],[49.69644,5.86867],[49.69886,5.87095],[49.70199,5.87803],[49.70774,5.88348],[49.70904,5.88502],[49.71282,5.88030],[49.71567,5.87434],[49.71759,5.87335],[49.71837,5.87601],[49.72036,5.87438],[49.72137,5.87178],[49.72139,5.87015],[49.72425,5.86848],[49.72650,5.86453],[49.72583,5.86144],[49.72658,5.85985],[49.72450,5.85543],[49.72370,5.85032],[49.72120,5.84522],[49.72084,5.84097],[49.72386,5.83556],[49.72381,5.83050],[49.72292,5.82565],[49.72608,5.82316],[49.72736,5.82590],[49.73230,5.82466],[49.73382,5.82736],[49.73915,5.82642],[49.74187,5.83105],[49.74386,5.82934],[49.74680,5.83161],[49.74938,5.82921],[49.74960,5.82650],[49.74905,5.82384],[49.75143,5.81964],[49.75315,5.81990],[49.75415,5.81732],[49.76213,5.81475],[49.76577,5.80835],[49.77209,5.80676],[49.77669,5.80286],[49.77766,5.79925],[49.78239,5.79784],[49.78600,5.79170],[49.78866,5.79123],[49.79068,5.79312],[49.79569,5.78943],[49.79639,5.78741],[49.79569,5.78531],[49.79193,5.78149],[49.79431,5.77677],[49.79367,5.77410],[49.79284,5.77256],[49.79375,5.76913],[49.79106,5.75489],[49.79378,5.75249],[49.80710,5.74962],[49.81464,5.74996],[49.81516,5.74588],[49.82123,5.74242],[49.82380,5.74740],[49.82906,5.74521],[49.83144,5.74272],[49.83380,5.73865],[49.83924,5.74027],[49.83999,5.74379],[49.83877,5.74688],[49.83946,5.74950],[49.84090,5.74967],[49.84192,5.74804],[49.84389,5.74748],[49.84757,5.74791],[49.84865,5.75164],[49.84569,5.75289],[49.84610,5.75632],[49.84762,5.75765],[49.85092,5.75439],[49.85119,5.74821],[49.85222,5.74469],[49.85404,5.74478],[49.85565,5.74757],[49.85548,5.75092],[49.85767,5.75521],[49.85684,5.75868],[49.85814,5.75727],[49.86149,5.75280],[49.86508,5.75606],[49.86649,5.75478],[49.86779,5.75083],[49.87457,5.75546],[49.87356,5.75870],[49.87094,5.76141],[49.86972,5.76433],[49.87052,5.76656],[49.87326,5.76845],[49.87301,5.77124],[49.87146,5.77291],[49.86798,5.77390],[49.86875,5.77518],[49.87141,5.77634],[49.87240,5.77703],[49.87243,5.78265],[49.87365,5.78171],[49.87674,5.77687],[49.87763,5.77803],[49.87660,5.78202],[49.87885,5.78258],[49.88122,5.77696],[49.88323,5.77647],[49.88478,5.77012],[49.88650,5.76780],[49.88990,5.75506],[49.89142,5.75192],[49.89197,5.74759],[49.89402,5.74484],[49.89534,5.73738],[49.89742,5.73416],[49.90228,5.73768],[49.90557,5.74120],[49.90684,5.74549],[49.90817,5.74544],[49.91298,5.75390],[49.91574,5.76325],[49.91715,5.75978],[49.92116,5.76145],[49.92331,5.76029],[49.92547,5.76351],[49.92829,5.76304],[49.93254,5.76390],[49.93199,5.76707],[49.93445,5.76973],[49.93782,5.76973],[49.93859,5.77476],[49.94461,5.77085],[49.94732,5.77008],[49.95028,5.76958],[49.95304,5.77422],[49.95676,5.77323],[49.95848,5.77645],[49.96113,5.77439],[49.96328,5.77932],[49.96165,5.78542],[49.96204,5.79035],[49.96441,5.79005],[49.96648,5.79567],[49.96364,5.80035],[49.96389,5.80473],[49.96292,5.80614],[49.96419,5.80928],[49.96825,5.80893],[49.97231,5.81079],[49.97295,5.81478],[49.97281,5.81929],[49.97435,5.81997],[49.97593,5.82353],[49.97551,5.82671],[49.97678,5.82787],[49.97651,5.82984],[49.97963,5.83439],[49.98302,5.83791],[49.98939,5.83825],[49.99053,5.83525],[49.99014,5.83203],[49.99417,5.82830],[49.99604,5.82482],[49.99704,5.82276],[50.00090,5.81988],[50.00239,5.82061],[50.00589,5.82006],[50.00603,5.82113],[50.01149,5.81825],[50.01353,5.81813],[50.01496,5.82233],[50.01507,5.82924],[50.01596,5.82804],[50.01852,5.83272],[50.01985,5.83993],[50.01979,5.84126],[50.02321,5.85173],[50.02621,5.85078],[50.02845,5.85357],[50.02919,5.85941],[50.03418,5.85662],[50.03617,5.85525],[50.03939,5.86126],[50.04127,5.86211],[50.04264,5.86339],[50.04397,5.86721],[50.04532,5.86657],[50.04609,5.86876],[50.05008,5.86713],[50.05460,5.86069],[50.05436,5.85979],[50.05623,5.85344],[50.05940,5.85369],[50.06948,5.85944],[50.07128,5.86567],[50.07357,5.86709],[50.07756,5.88103],[50.07723,5.88292],[50.07885,5.88623],[50.08287,5.88691],[50.09124,5.88537],[50.10011,5.89193],[50.10105,5.89382],[50.10347,5.89374],[50.11241,5.89494],[50.11664,5.90022],[50.12013,5.90906],[50.12239,5.91357],[50.12195,5.91721],[50.12679,5.93035],[50.12770,5.93730],[50.12943,5.94193],[50.12968,5.95056],[50.13172,5.95422],[50.13139,5.96058],[50.13936,5.95770],[50.14346,5.96083],[50.14745,5.95916],[50.14951,5.96019],[50.15185,5.95676],[50.15372,5.96375],[50.15501,5.96603],[50.16037,5.96272],[50.16078,5.96105],[50.16485,5.96392],[50.17310,5.96315],[50.17346,5.96663],[50.17326,5.96830],[50.17563,5.97070],[50.17579,5.99396],[50.17670,6.00315],[50.17849,6.00958],[50.18014,6.01486],[50.18277,6.02142],[50.18302,6.02571],[50.17849,6.02666],[50.17249,6.02988],[50.16532,6.03005],[50.16232,6.03412],[50.15820,6.04575],[50.15650,6.05374],[50.15410,6.06017],[50.15424,6.06537],[50.15746,6.07043],[50.15803,6.07331],[50.15718,6.07768],[50.16076,6.07914],[50.16375,6.07987],[50.16958,6.07743],[50.17134,6.07846],[50.17228,6.08296],[50.17186,6.08730],[50.16953,6.09343],[50.17019,6.09700],[50.17126,6.09957],[50.17109,6.10305],[50.16524,6.11511],[50.16326,6.12060],[50.16081,6.12077],[50.15531,6.11532],[50.15507,6.11811],[50.15259,6.12047],[50.15094,6.12588],[50.14979,6.12596],[50.14891,6.12240],[50.14654,6.11820],[50.14418,6.11772],[50.14412,6.11558],[50.13623,6.11240],[50.13711,6.11532],[50.13636,6.12124],[50.13427,6.12717],[50.13015,6.13107],[50.13009,6.13360],[50.13039,6.13725],[50.13004,6.13858],[50.12693,6.13794],[50.12374,6.13686],[50.12269,6.13407],[50.12134,6.12983],[50.11584,6.12841],[50.11457,6.12983],[50.11367,6.13485],[50.11281,6.13536],[50.11086,6.13395],[50.10767,6.13141],[50.10665,6.13176],[50.10530,6.13498],[50.10367,6.13588],[50.10238,6.13566],[50.10216,6.13201],[50.10197,6.12811],[50.10095,6.12635],[50.09944,6.12639],[50.09674,6.12768],[50.09566,6.12948],[50.09536,6.13291],[50.09368,6.13386],[50.09167,6.13274],[50.09195,6.12935],[50.09330,6.12360],[50.09283,6.12184],[50.09107,6.12077],[50.08760,6.11991],[50.08550,6.12038],[50.08327,6.12270],[50.08148,6.12257],[50.07865,6.12124],[50.07432,6.11712],[50.07286,6.11807],[50.07237,6.12133],[50.07515,6.12223],[50.07870,6.12515],[50.07666,6.12605],[50.07427,6.12940],[50.07256,6.12970],[50.07085,6.12648],[50.06835,6.12249],[50.06540,6.12150],[50.06443,6.12047],[50.06416,6.11794],[50.06570,6.11558],[50.06548,6.11420],[50.06438,6.11420],[50.06292,6.11468],[50.05978,6.11296],[50.05818,6.11510],[50.05702,6.11716],[50.05697,6.11944],[50.06154,6.12060],[50.06088,6.12231],[50.05995,6.12454],[50.05727,6.12446],[50.05504,6.12253],[50.05424,6.12210],[50.05292,6.12214],[50.05195,6.12381],[50.05127,6.12609],[50.04777,6.12798],[50.04308,6.13317],[50.03977,6.13484],[50.03641,6.13278],[50.03415,6.13215],[50.03093,6.12945],[50.02946,6.13039],[50.02698,6.13589],[50.02516,6.14215],[50.02323,6.14627],[50.02227,6.14627],[50.01912,6.14327],[50.01515,6.13704],[50.01631,6.13434],[50.01877,6.13241],[50.01896,6.13134],[50.01841,6.13014],[50.01670,6.13215],[50.01339,6.13657],[50.01143,6.13790],[50.01074,6.13988],[50.01030,6.14486],[50.01071,6.14777],[50.00878,6.15026],[50.00597,6.14958],[50.00230,6.14713],[49.99811,6.14567],[49.99781,6.14430],[49.99797,6.14275],[49.99935,6.14147],[49.99960,6.14018],[49.99935,6.13919],[49.99822,6.13820],[49.99648,6.13996],[49.99505,6.14189],[49.99507,6.14387],[49.99516,6.14644],[49.99447,6.15061],[49.99353,6.15181],[49.99033,6.15322],[49.98911,6.15533],[49.98760,6.15717],[49.98724,6.16159],[49.98716,6.16490],[49.98591,6.16923],[49.98503,6.17271],[49.98423,6.17322],[49.98354,6.17284],[49.98368,6.17091],[49.98404,6.17005],[49.98318,6.16953],[49.98075,6.16923],[49.97943,6.16721],[49.97698,6.16689],[49.97397,6.16504],[49.96997,6.16565],[49.96809,6.16762],[49.96431,6.16938],[49.96312,6.17084],[49.96221,6.17354],[49.96197,6.17582],[49.96100,6.17676],[49.95573,6.17749],[49.95294,6.17916],[49.95305,6.18139],[49.95468,6.18474],[49.95614,6.18779],[49.95664,6.18783],[49.95760,6.18440],[49.96368,6.18092],[49.96506,6.18161],[49.96776,6.18436],[49.96859,6.18654],[49.96914,6.19036],[49.96829,6.19255],[49.96539,6.19285],[49.96310,6.19255],[49.96130,6.19375],[49.95686,6.19354],[49.95087,6.19736],[49.94913,6.19770],[49.94913,6.19882],[49.95117,6.19942],[49.95349,6.20131],[49.95542,6.20496],[49.95481,6.20826],[49.95457,6.20916],[49.95316,6.20895],[49.95051,6.21169],[49.95037,6.22427],[49.94866,6.22354],[49.94639,6.21950],[49.94501,6.21856],[49.94479,6.21710],[49.94407,6.21762],[49.94338,6.22032],[49.94300,6.22041],[49.94184,6.22186],[49.94128,6.22337],[49.94040,6.22358],[49.93963,6.22513],[49.93888,6.22483],[49.93880,6.22616],[49.93653,6.22757],[49.93384,6.22417],[49.93312,6.22585],[49.93265,6.22538],[49.93245,6.22439],[49.93140,6.22529],[49.92958,6.22619],[49.92903,6.22619],[49.92767,6.22482],[49.92734,6.22366],[49.92558,6.21962],[49.92494,6.21868],[49.92348,6.21829],[49.92278,6.21855],[49.92245,6.22061],[49.92132,6.22589],[49.92121,6.22988],[49.91729,6.23267],[49.91403,6.23417],[49.91253,6.23400],[49.91115,6.23186],[49.91096,6.23061],[49.91159,6.22791],[49.91123,6.22726],[49.91024,6.22709],[49.90761,6.23121],[49.90670,6.23186],[49.90573,6.23211],[49.90482,6.23228],[49.90156,6.23310],[49.90034,6.23383],[49.89857,6.23645],[49.89656,6.23907],[49.89570,6.24250],[49.89548,6.24576],[49.89517,6.24713],[49.89338,6.24872],[49.89141,6.25048],[49.89064,6.25087],[49.88749,6.25670],[49.88583,6.25825],[49.88329,6.25915],[49.88218,6.26121],[49.88096,6.26211],[49.87919,6.26924],[49.87778,6.27267],[49.87728,6.27331],[49.87687,6.27606],[49.87764,6.27829],[49.87867,6.27928],[49.87897,6.28095],[49.87883,6.28258],[49.87839,6.28348],[49.87745,6.28395],[49.87535,6.28649],[49.87538,6.28850],[49.87515,6.29069],[49.87449,6.29181],[49.87244,6.29228],[49.87106,6.29228],[49.86929,6.29327],[49.86752,6.29528],[49.86641,6.29726],[49.86625,6.29889],[49.86785,6.30344],[49.86968,6.30666],[49.87004,6.30893],[49.86979,6.31112],[49.86918,6.31219],[49.86746,6.31408],[49.86589,6.31498],[49.86387,6.31464],[49.86096,6.31382],[49.85590,6.31747],[49.85348,6.32138],[49.85182,6.32292],[49.85021,6.32279],[49.84660,6.32153],[49.84509,6.32020],[49.84351,6.31981],[49.84192,6.31968],[49.83949,6.32030],[49.83761,6.32301],[49.83598,6.32742],[49.83619,6.33018],[49.83745,6.33424],[49.83890,6.33673],[49.84163,6.33817],[49.84653,6.33937],[49.84812,6.33995],[49.84934,6.34267],[49.85057,6.34971],[49.85080,6.35857],[49.85087,6.36422],[49.84935,6.36692],[49.84444,6.37113],[49.84224,6.37265],[49.84030,6.37705],[49.83775,6.37900],[49.83655,6.38158],[49.83322,6.38439],[49.83230,6.38512],[49.83013,6.38847],[49.82916,6.38950],[49.82764,6.39269],[49.82224,6.39737],[49.81978,6.40181],[49.81909,6.40552],[49.81740,6.41123],[49.81603,6.42039],[49.81611,6.42531],[49.81569,6.42598],[49.81263,6.42630],[49.81142,6.42802],[49.81047,6.43010],[49.81052,6.43211],[49.81223,6.43441],[49.81351,6.43716],[49.81452,6.44113],[49.81414,6.44216],[49.81227,6.44252],[49.81157,6.44370],[49.81172,6.44793],[49.81135,6.45231],[49.81158,6.45432],[49.81252,6.45608],[49.81744,6.46115],[49.81967,6.46426],[49.82045,6.46669],[49.82230,6.46924],[49.82272,6.47156],[49.82100,6.47534],[49.81858,6.48070],[49.81393,6.48469],[49.81177,6.48870],[49.81137,6.49192],[49.81177,6.49402],[49.81257,6.49523],[49.81217,6.49701],[49.81076,6.49952],[49.80945,6.50596],[49.80378,6.50962],[49.80202,6.51089],[49.80250,6.51304],[49.80522,6.51623],[49.80833,6.51814],[49.81059,6.51825],[49.81244,6.51881],[49.81347,6.52085],[49.81315,6.52222],[49.81124,6.52705],[49.80916,6.52994],[49.80728,6.53031],[49.80567,6.53130],[49.80441,6.53052],[49.80263,6.52767],[49.80157,6.52609],[49.79818,6.52252],[49.79714,6.52166],[49.79554,6.51855],[49.79498,6.51690],[49.79356,6.51343],[49.79241,6.50898],[49.79108,6.50671],[49.78973,6.50585],[49.78805,6.50609],[49.78696,6.50789],[49.78574,6.51072],[49.78477,6.51430],[49.78385,6.51600],[49.78283,6.51694],[49.78197,6.51690],[49.77943,6.51428],[49.77694,6.51076],[49.77360,6.50973],[49.77198,6.51355],[49.76959,6.51688],[49.76804,6.51815],[49.76585,6.51789],[49.76426,6.51789],[49.76219,6.51851],[49.76046,6.51754],[49.75887,6.51510],[49.75744,6.51229],[49.75573,6.50555],[49.75425,6.50235],[49.75288,6.50072],[49.75149,6.50035],[49.74833,6.50076],[49.74557,6.50282],[49.74287,6.50181],[49.74075,6.50233],[49.73674,6.50175],[49.73298,6.50209],[49.73187,6.50267],[49.72921,6.50563],[49.72751,6.51012],[49.72656,6.51282],[49.72494,6.51617],[49.72438,6.51726],[49.72354,6.51739],[49.72269,6.51675],[49.72126,6.51465],[49.72028,6.51173],[49.72485,6.50632],[49.72637,6.50452],[49.72695,6.50100],[49.72624,6.49632],[49.72547,6.49546],[49.72427,6.49525],[49.72140,6.49793],[49.71657,6.50651],[49.71302,6.50653],[49.71260,6.50224],[49.71065,6.49774],[49.70753,6.49302],[49.69698,6.48031],[49.69420,6.47192],[49.69283,6.46742],[49.69172,6.46036],[49.68937,6.45730],[49.68435,6.45373],[49.67822,6.44702],[49.67479,6.44193],[49.67274,6.43919],[49.66983,6.43127],[49.66325,6.42580],[49.66101,6.42685],[49.66049,6.43091],[49.66053,6.43724],[49.65853,6.44003],[49.65531,6.44033],[49.65072,6.43874],[49.63128,6.42608],[49.62643,6.42406],[49.61873,6.42029],[49.61557,6.41608],[49.61371,6.41113],[49.60754,6.40411],[49.60478,6.40248],[49.60113,6.39716],[49.59979,6.39001],[49.59949,6.38514],[49.59663,6.38036],[49.59203,6.37533],[49.58825,6.37436],[49.58501,6.37629],[49.58220,6.38112],[49.57989,6.38275],[49.57804,6.38252],[49.57688,6.38138],[49.57632,6.37908],[49.57726,6.37451],[49.57907,6.37102],[49.57855,6.36670],[49.57673,6.36275],[49.57447,6.35865],[49.57168,6.35758],[49.56947,6.35974],[49.56641,6.36674],[49.55837,6.38129],[49.55599,6.38236],[49.55354,6.38131],[49.54909,6.37837],[49.54273,6.36941],[49.53958,6.36617],[49.53660,6.36095],[49.53210,6.35696],[49.52819,6.35703],[49.51518,6.36348],[49.50501,6.36745],[49.50027,6.36780],[49.49274,6.36748],[49.48863,6.36945],[49.47924,6.36788],[49.46948,6.36760],[49.46376,6.36778],[49.45964,6.36904],[49.45945,6.36454],[49.46174,6.35971],[49.46731,6.35256],[49.46657,6.34979],[49.46580,6.34803],[49.46584,6.34700],[49.46874,6.34239],[49.46796,6.34007],[49.46803,6.33774],[49.46669,6.33368],[49.46963,6.33256],[49.46997,6.32954],[49.47248,6.32821],[49.47241,6.32677],[49.47527,6.32357],[49.47734,6.32014],[49.47774,6.31660],[49.47715,6.31608],[49.47701,6.31428],[49.48013,6.31295],[49.47878,6.30812],[49.47688,6.30559],[49.47786,6.30463],[49.47792,6.30340],[49.47958,6.29913],[49.48013,6.29875],[49.47997,6.29682],[49.48071,6.29529],[49.48145,6.29491],[49.48307,6.29583],[49.48810,6.29896],[49.48767,6.29737],[49.48700,6.29388],[49.48749,6.29364],[49.48717,6.29229],[49.48508,6.29194],[49.48436,6.29070],[49.48475,6.28836],[49.48650,6.28748],[49.48728,6.28879],[49.48820,6.28558],[49.49037,6.28433],[49.49202,6.28442],[49.49241,6.28588],[49.49198,6.28841],[49.49368,6.28922],[49.49432,6.28794],[49.49309,6.28570],[49.49273,6.28276],[49.49396,6.28043],[49.49496,6.27892],[49.49708,6.27888],[49.50069,6.28023],[49.50320,6.27856],[49.50317,6.27577],[49.50424,6.27332],[49.50392,6.26985],[49.50409,6.26802],[49.50380,6.26418],[49.50449,6.26240],[49.50562,6.26206],[49.50654,6.26242],[49.50713,6.26118],[49.50700,6.26038],[49.50696,6.25880],[49.50768,6.25759],[49.50910,6.25691],[49.50970,6.25624],[49.50958,6.25496],[49.50885,6.25217],[49.50855,6.24916],[49.50874,6.24629],[49.51154,6.24483],[49.51209,6.24142],[49.51413,6.24116],[49.51475,6.24062],[49.51412,6.24060],[49.51344,6.23933],[49.51163,6.23908],[49.50799,6.23622],[49.50913,6.23251],[49.50943,6.22813],[49.51016,6.22706],[49.50866,6.22077],[49.50873,6.22011],[49.50926,6.21936],[49.50938,6.21777],[49.50982,6.21745],[49.50917,6.21676],[49.50788,6.21762],[49.50763,6.21732],[49.50679,6.21736],[49.50615,6.21436],[49.50615,6.20743],[49.50692,6.20256],[49.50525,6.19569],[49.50636,6.19515],[49.50590,6.19123],[49.50650,6.18779],[49.50720,6.18490],[49.50788,6.18067],[49.50711,6.18037],[49.50690,6.17835],[49.50869,6.17631],[49.50972,6.17670],[49.51026,6.17578],[49.51016,6.17479],[49.50793,6.17198],[49.50536,6.16518],[49.50442,6.16376],[49.50407,6.16172],[49.50473,6.16153],[49.50385,6.15842],[49.50388,6.15676],[49.50144,6.15421],[49.49747,6.15700],[49.49634,6.15863],[49.49606,6.15998],[49.49371,6.16264],[49.49276,6.16217],[49.49163,6.15959],[49.49124,6.15704],[49.49323,6.15521],[49.49280,6.15343],[49.49117,6.15337],[49.48983,6.14876],[49.48696,6.14322],[49.48655,6.14075],[49.48804,6.14053],[49.49153,6.14163],[49.49118,6.13927],[49.49038,6.13611],[49.48977,6.13292],[49.49026,6.13142],[49.49214,6.13049],[49.49372,6.12820],[49.49002,6.12723],[49.48205,6.12779],[49.47690,6.12422],[49.47604,6.12315],[49.47471,6.12308],[49.47335,6.12366],[49.47164,6.11965],[49.47080,6.11536],[49.47015,6.11415],[49.47140,6.11205],[49.47211,6.11160],[49.47239,6.10954],[49.47126,6.10645],[49.47028,6.10240],[49.46923,6.10280],[49.46842,6.10109],[49.46715,6.10001],[49.46546,6.09984],[49.46355,6.09819],[49.46244,6.09950],[49.46069,6.09926],[49.45983,6.09997],[49.45777,6.10148],[49.45282,6.10141],[49.45299,6.09581],[49.45296,6.09189],[49.45409,6.09171],[49.45428,6.08772],[49.45593,6.08498],[49.45656,6.08478],[49.45859,6.07974],[49.45946,6.07972],[49.46021,6.07899],[49.46119,6.07953],[49.46374,6.07920],[49.46358,6.07317],[49.46544,6.07229],[49.46455,6.06888],[49.46463,6.06390],[49.46597,6.05837],[49.46381,6.05369],[49.46310,6.05300],[49.45873,6.04970],[49.44754,6.04191],[49.44925,6.03247],[49.44807,6.02698],[49.45089,6.02547],[49.45343,6.02631],[49.45501,6.02910],[49.45552,6.02835],[49.45411,6.02672],[49.45481,6.02464],[49.45496,6.02279],[49.45392,6.01816],[49.45389,6.01595],[49.45234,6.01365],[49.45322,6.01153],[49.45141,6.00777],[49.45484,6.00354],[49.45657,6.00075],[49.45636,5.99809],[49.45100,5.98187],[49.45262,5.97859],[49.45411,5.97865],[49.45537,5.97917],[49.45735,5.98252],[49.45597,5.98567],[49.45887,5.98627],[49.46128,5.98797],[49.46255,5.98730],[49.46333,5.98279],[49.46098,5.98140],[49.46066,5.97902],[49.46222,5.97797],[49.46269,5.97567],[49.46363,5.97597],[49.46470,5.97400],[49.46852,5.97340],[49.46944,5.97192],[49.47021,5.97192],[49.47105,5.97292],[49.47218,5.97201],[49.47391,5.97210],[49.47582,5.96925],[49.47562,5.97210],[49.47664,5.97392],[49.47774,5.97476],[49.47911,5.97448],[49.48014,5.97440],[49.48156,5.97465],[49.48293,5.97277],[49.48296,5.97114],[49.48484,5.96918],[49.48650,5.96789],[49.48765,5.96991],[49.48821,5.97008],[49.48866,5.97120],[49.48922,5.97356],[49.49121,5.97221],[49.49152,5.97045],[49.49124,5.96933],[49.49143,5.96768],[49.49121,5.96573],[49.49192,5.96500],[49.49285,5.96461],[49.49306,5.96006],[49.49334,5.95899],[49.49309,5.95837],[49.49354,5.95661],[49.49284,5.95511],[49.49384,5.95423],[49.49416,5.95193],[49.49510,5.95105],[49.49585,5.94858],[49.49649,5.94884],[49.49698,5.94620],[49.49953,5.94575],[49.50055,5.94137],[49.50032,5.94024],[49.49988,5.93957],[49.49950,5.93575],[49.50032,5.93537],[49.49858,5.93305],[49.49982,5.93200],[49.49805,5.92899],[49.49933,5.92363],[49.50067,5.92196],[49.50095,5.92074],[49.49992,5.92012],[49.50110,5.91585],[49.50188,5.91346],[49.50143,5.90774],[49.50014,5.90769],[49.49874,5.90420],[49.49816,5.90364],[49.49773,5.90158],[49.49622,5.89643],[49.49661,5.89331],[49.49656,5.88990],[49.49704,5.88797],[49.49823,5.88644],[49.49908,5.88217],[49.49808,5.87559],[49.49833,5.87288],[49.49944,5.87211],[49.49968,5.87089],[49.49922,5.86969],[49.49986,5.86593],[49.50208,5.86190],[49.50304,5.86160],[49.50429,5.85941],[49.50571,5.85861],[49.50687,5.85454],[49.50730,5.85233],[49.50885,5.85014],[49.51044,5.84876],[49.51382,5.84864],[49.51516,5.84628],[49.51697,5.84085],[49.51908,5.83842],[49.51954,5.83630],[49.52086,5.83516],[49.52462,5.83407],[49.52721,5.83387],[49.52808,5.83892],[49.53015,5.84512],[49.53342,5.84252],[49.53703,5.83857],[49.54241,5.83675],[49.53916,5.82493],[49.53773,5.82265],[49.53695,5.81684],[49.53803,5.81484],[49.54146,5.81304],[49.54227,5.81110],[49.54331,5.80982],[49.54331,5.80876],[49.54561,5.81059],[49.54550,5.81323],[49.54479,5.81368],[49.54610,5.81649],[49.54589,5.81778]], // Latvia - LV: [[56.06879,21.06269], [56.08091,21.14724], [56.08239,21.14715], [56.08527,21.16028], [56.08402,21.16621], [56.07679,21.17814], [56.07487,21.17865], [56.07497,21.18432], [56.07679,21.20362], [56.07923,21.20173], [56.07990,21.20430], [56.08675,21.21100], [56.09240,21.21332], [56.09355,21.21220], [56.09848,21.21555], [56.09968,21.21847], [56.10111,21.21563], [56.10102,21.21838], [56.10370,21.22636], [56.10542,21.22250], [56.10638,21.22490], [56.10820,21.22104], [56.10839,21.22576], [56.11064,21.22387], [56.11369,21.22959], [56.11632,21.23594], [56.11871,21.23371], [56.12355,21.23903], [56.12733,21.23655], [56.12929,21.23946], [56.13574,21.23603], [56.13804,21.23019], [56.14043,21.23045], [56.14129,21.23311], [56.14665,21.22762], [56.15019,21.22873], [56.15066,21.23019], [56.15664,21.22702], [56.16180,21.23182], [56.16228,21.24118], [56.16548,21.25062], [56.16443,21.25354], [56.16789,21.25815], [56.16713,21.26029], [56.16847,21.26716], [56.17000,21.26862], [56.17157,21.26939], [56.17143,21.27291], [56.17329,21.27626], [56.17454,21.27960], [56.17970,21.27935], [56.17898,21.28338], [56.18271,21.28226], [56.18696,21.28793], [56.19126,21.29574], [56.19192,21.29926], [56.19617,21.30192], [56.20769,21.31490], [56.21815,21.32949], [56.21695,21.33361], [56.21791,21.33902], [56.22020,21.34546], [56.22254,21.34537], [56.22344,21.35292], [56.22502,21.35876], [56.22712,21.37747], [56.23551,21.40434], [56.24195,21.41670], [56.24043,21.43154], [56.24609,21.43944], [56.24814,21.45215], [56.25286,21.45764], [56.25543,21.45910], [56.26072,21.46579], [56.26616,21.46614], [56.27059,21.46734], [56.27731,21.47833], [56.28798,21.49163], [56.28965,21.49232], [56.29094,21.49163], [56.29227,21.49592], [56.29137,21.50064], [56.29460,21.49875], [56.29489,21.50133], [56.29427,21.50339], [56.29294,21.50159], [56.29179,21.50339], [56.29194,21.50519], [56.29298,21.50665], [56.28894,21.51437], [56.29437,21.52716], [56.29289,21.53360], [56.29751,21.54399], [56.29732,21.54682], [56.30146,21.55085], [56.30227,21.55454], [56.30561,21.55849], [56.30789,21.55797], [56.31160,21.56166], [56.31570,21.56372], [56.31503,21.56948], [56.31565,21.57222], [56.31441,21.57566], [56.31537,21.57900], [56.31694,21.57780], [56.31960,21.57986], [56.31974,21.58527], [56.32236,21.58801], [56.32260,21.59342], [56.32270,21.59917], [56.32412,21.60218], [56.32327,21.60793], [56.32508,21.61067], [56.32412,21.61316], [56.32427,21.61788], [56.32241,21.62690], [56.32293,21.62990], [56.32084,21.63805], [56.32051,21.64526], [56.31736,21.65127], [56.31798,21.65943], [56.31351,21.66792], [56.31027,21.67342], [56.31313,21.67736], [56.31308,21.68277], [56.31141,21.68603], [56.31170,21.69659], [56.31356,21.69779], [56.31327,21.70603], [56.31360,21.72569], [56.31779,21.72723], [56.32003,21.72800], [56.32141,21.73367], [56.32817,21.74071], [56.33397,21.74955], [56.33716,21.75933], [56.33707,21.76474], [56.33835,21.77041], [56.34149,21.77796], [56.34301,21.78577], [56.34872,21.79229], [56.35077,21.79933], [56.35547,21.80525], [56.36161,21.81032], [56.36170,21.81710], [56.36351,21.82439], [56.36589,21.82542], [56.37150,21.83572], [56.37017,21.84877], [56.36598,21.86439], [56.36204,21.87323], [56.36346,21.88121], [56.36370,21.88585], [56.36365,21.89040], [56.36560,21.90464], [56.36836,21.91872], [56.37221,21.91941], [56.37383,21.93417], [56.37544,21.94644], [56.37829,21.94988], [56.38105,21.95468], [56.38124,21.95786], [56.37777,21.96181], [56.37711,21.96919], [56.37763,21.97262], [56.38476,21.97880], [56.39046,21.97700], [56.39378,21.97872], [56.39583,21.98232], [56.39834,21.98387], [56.40015,21.98893], [56.40552,21.99142], [56.40585,21.99374], [56.40865,21.99468], [56.41236,21.99516], [56.41274,21.99670], [56.41474,21.99825], [56.41331,22.00065], [56.41293,22.00631], [56.41464,22.01507], [56.41977,22.01164], [56.42295,22.01747], [56.42442,22.02314], [56.42338,22.02700], [56.42418,22.03215], [56.42162,22.03678], [56.41702,22.04357], [56.41626,22.04786], [56.41872,22.04992], [56.42072,22.05292], [56.41830,22.06047], [56.42034,22.06846], [56.42361,22.07043], [56.42404,22.07532], [56.42257,22.07833], [56.42214,22.08614], [56.42542,22.08777], [56.42713,22.09034], [56.42561,22.10279], [56.42741,22.10399], [56.42812,22.10923], [56.42760,22.11154], [56.42836,22.11498], [56.42921,22.11729], [56.43164,22.12622], [56.43102,22.13103], [56.42831,22.13643], [56.42561,22.15197], [56.41910,22.16540], [56.42214,22.19819], [56.42380,22.20875], [56.41967,22.21287], [56.41397,22.21536], [56.41198,22.21527], [56.41088,22.22102], [56.40856,22.22162], [56.40656,22.22480], [56.40690,22.23304], [56.40405,22.23535], [56.40124,22.23518], [56.39963,22.23793], [56.39906,22.24540], [56.40319,22.26574], [56.40286,22.28042], [56.40685,22.28196], [56.40960,22.28711], [56.40728,22.29072], [56.40637,22.29853], [56.40889,22.31475], [56.40666,22.32015], [56.40101,22.32135], [56.40020,22.32890], [56.40039,22.33362], [56.39792,22.33551], [56.39507,22.34135], [56.39307,22.34761], [56.39440,22.35456], [56.39854,22.35817], [56.40086,22.36564], [56.40105,22.37182], [56.39949,22.37911], [56.40048,22.39387], [56.40319,22.39559], [56.40713,22.40846], [56.40846,22.41284], [56.40737,22.41533], [56.40875,22.42022], [56.40946,22.42452], [56.40789,22.43173], [56.40509,22.43576], [56.40205,22.44992], [56.40248,22.46099], [56.40329,22.47541], [56.39978,22.47979], [56.39537,22.49387], [56.39537,22.49970], [56.39195,22.51164], [56.39271,22.53060], [56.38852,22.53756], [56.38686,22.55936], [56.38734,22.57146], [56.38985,22.57446], [56.38957,22.58287], [56.38643,22.58348], [56.38316,22.58940], [56.38106,22.60605], [56.38159,22.61163], [56.37826,22.62090], [56.36662,22.63527], [56.36225,22.64274], [56.36120,22.65484], [56.35764,22.66763], [56.35131,22.67921], [56.35107,22.68419], [56.35322,22.70153], [56.36444,22.71209], [56.37161,22.73088], [56.37100,22.75097], [56.36810,22.75681], [56.36750,22.78869], [56.36755,22.80053], [56.36507,22.82079], [56.36679,22.83452], [56.36460,22.83898], [56.36731,22.84928], [56.36555,22.85864], [56.36916,22.86044], [56.37073,22.87246], [56.37181,22.89344], [56.37718,22.90786], [56.37937,22.92056], [56.38785,22.92903], [56.39274,22.92731], [56.39288,22.92379], [56.39816,22.92130], [56.40143,22.93666], [56.40499,22.93821], [56.41022,22.93632], [56.41198,22.94053], [56.41478,22.94259], [56.41387,22.96911], [56.40528,22.97726], [56.40590,23.00181], [56.37069,23.01803], [56.36841,23.00438], [56.34606,23.01451], [56.34045,23.02344], [56.32922,23.02653], [56.31960,23.04576], [56.32398,23.07082], [56.31656,23.08524], [56.30885,23.08901], [56.30351,23.09399], [56.30799,23.11699], [56.31189,23.11408], [56.32693,23.14789], [56.33341,23.17725], [56.33750,23.18463], [56.34292,23.18514], [56.34539,23.17639], [56.35443,23.17313], [56.35852,23.18257], [56.36670,23.17038], [56.36841,23.17690], [56.36869,23.20935], [56.36993,23.23613], [56.37117,23.27492], [56.37193,23.28557], [56.37934,23.30737], [56.38229,23.31149], [56.37887,23.38736], [56.37088,23.40762], [56.37022,23.41826], [56.35158,23.43834], [56.34711,23.48263], [56.34387,23.49534], [56.33531,23.50958], [56.33388,23.53654], [56.33169,23.54426], [56.33388,23.56040], [56.33702,23.56246], [56.33816,23.57344], [56.34577,23.58374], [56.34853,23.60400], [56.35357,23.61876], [56.35557,23.61962], [56.36014,23.63284], [56.36232,23.64520], [56.36242,23.65824], [56.36470,23.66202], [56.36603,23.70373], [56.36917,23.71249], [56.37041,23.72262], [56.36917,23.74098], [56.37098,23.75969], [56.37354,23.76467], [56.36774,23.77909], [56.36137,23.77978], [56.35567,23.77326], [56.34996,23.76948], [56.33807,23.76330], [56.33578,23.76038], [56.33302,23.76158], [56.33274,23.76622], [56.32389,23.76553], [56.32046,23.78150], [56.32541,23.78493], [56.33940,23.79643], [56.34206,23.80416], [56.34206,23.81497], [56.33788,23.82733], [56.33826,23.91312], [56.33065,23.91277], [56.32931,24.01783], [56.30961,24.02178], [56.29942,24.04718], [56.27858,24.04512], [56.27677,24.09662], [56.27125,24.09525], [56.26743,24.10108], [56.26133,24.11842], [56.25094,24.11327], [56.24874,24.11962], [56.25313,24.15584], [56.25017,24.17730], [56.26705,24.20271], [56.27754,24.24082], [56.27643,24.25812], [56.28282,24.27013], [56.28549,24.29125], [56.29987,24.28575], [56.29739,24.29502], [56.30101,24.31476], [56.29901,24.32833], [56.29311,24.34326], [56.28644,24.34584], [56.27157,24.35751], [56.27901,24.38120], [56.27853,24.39064], [56.26061,24.42291], [56.25832,24.45295], [56.26071,24.46068], [56.26614,24.46274], [56.26948,24.48488], [56.28101,24.51921], [56.28358,24.54222], [56.28882,24.56522], [56.28777,24.57981], [56.30568,24.58376], [56.31606,24.57603], [56.32291,24.57689], [56.32358,24.58290], [56.33157,24.58719], [56.33433,24.59389], [56.33405,24.60281], [56.33586,24.60745], [56.34042,24.60831], [56.34490,24.61586], [56.34509,24.62410], [56.35060,24.62856], [56.35583,24.62770], [56.35959,24.62427], [56.36273,24.62530], [56.36844,24.63251], [56.37309,24.62702], [56.37566,24.63062], [56.37566,24.63749], [56.37756,24.64315], [56.37728,24.65036], [56.37585,24.66186], [56.37652,24.67663], [56.37576,24.68796], [56.38593,24.70220], [56.38878,24.70512], [56.39590,24.70152], [56.39723,24.70032], [56.40350,24.70066], [56.40274,24.70529], [56.39932,24.71079], [56.40246,24.72349], [56.40056,24.73156], [56.40027,24.74066], [56.40160,24.74787], [56.40274,24.75096], [56.40246,24.75473], [56.40417,24.76143], [56.40141,24.76520], [56.39913,24.77499], [56.40179,24.77842], [56.40113,24.78409], [56.41233,24.80537], [56.41727,24.80486], [56.41813,24.80194], [56.42136,24.80743], [56.41727,24.82185], [56.41025,24.82271], [56.41010,24.83556], [56.41238,24.83642], [56.41343,24.84071], [56.41267,24.84758], [56.41561,24.86320], [56.42216,24.86234], [56.42558,24.85354], [56.43678,24.85457], [56.43706,24.85886], [56.44257,24.86882], [56.44712,24.86950], [56.44902,24.87311], [56.44949,24.88633], [56.44703,24.88787], [56.44665,24.89525], [56.44703,24.89989], [56.44693,24.90538], [56.44238,24.90795], [56.44067,24.91808], [56.43393,24.91843], [56.43146,24.91259], [56.42454,24.90984], [56.42216,24.90263], [56.41798,24.90126], [56.41495,24.90504], [56.41200,24.90504], [56.40526,24.91345], [56.40307,24.91431], [56.40127,24.92066], [56.40345,24.92186], [56.40051,24.92684], [56.39699,24.92598], [56.39509,24.93010], [56.38626,24.93611], [56.37751,24.94211], [56.37460,24.94111], [56.37508,24.94523], [56.37679,24.94918], [56.37203,24.95364], [56.36871,24.95519], [56.36728,24.96171], [56.36852,24.96325], [56.36490,24.96961], [56.35587,24.96806], [56.35178,24.97064], [56.35083,24.96840], [56.34617,24.96686], [56.34255,24.96634], [56.33722,24.96943], [56.33618,24.96720], [56.33361,24.96806], [56.33152,24.97064], [56.32676,24.96737], [56.31971,24.96978], [56.31638,24.97287], [56.31019,24.97321], [56.30695,24.98231], [56.30419,24.98660], [56.29857,24.99123], [56.29429,25.00565], [56.29400,25.00892], [56.29124,25.01475], [56.28421,25.01217], [56.28221,25.01784], [56.27725,25.01715], [56.27134,25.03535], [56.27363,25.03981], [56.27144,25.04118], [56.26819,25.03998], [56.26514,25.05440], [56.26133,25.05303], [56.25838,25.05783], [56.25399,25.05509], [56.24884,25.06144], [56.24417,25.05388], [56.23901,25.06745], [56.23119,25.06384], [56.22728,25.06144], [56.22470,25.06436], [56.21783,25.07500], [56.21058,25.06916], [56.19797,25.07569], [56.19578,25.07500], [56.19386,25.07672], [56.19606,25.08513], [56.18508,25.09165], [56.18259,25.10521], [56.18555,25.11036], [56.18259,25.12839], [56.17848,25.13748], [56.17930,25.14195], [56.17357,25.15070], [56.17366,25.16649], [56.17624,25.20186], [56.18732,25.21628], [56.19134,25.23430], [56.18646,25.23773], [56.18494,25.24786], [56.17959,25.24924], [56.17156,25.25439], [56.17012,25.27121], [56.15789,25.27893], [56.15177,25.29850], [56.14307,25.31670], [56.15387,25.33798], [56.15273,25.36116], [56.15722,25.40322], [56.14709,25.40081], [56.14403,25.42090], [56.15378,25.43223], [56.15254,25.45506], [56.14718,25.45300], [56.14173,25.48081], [56.14403,25.50535], [56.15816,25.50944], [56.16313,25.52420], [56.16485,25.53467], [56.16437,25.54446], [56.15998,25.55201], [56.13913,25.56557], [56.13368,25.60317], [56.13559,25.62342], [56.13464,25.63681], [56.13464,25.65209], [56.14927,25.67423], [56.14420,25.68282], [56.13091,25.67595], [56.12823,25.68041], [56.11923,25.69878], [56.10315,25.69226], [56.10181,25.69672], [56.09616,25.69432], [56.09319,25.68556], [56.08668,25.68642], [56.08237,25.70307], [56.08084,25.71148], [56.08065,25.71766], [56.07892,25.72144], [56.07605,25.73723], [56.07231,25.75062], [56.06321,25.75989], [56.05679,25.80967], [56.05257,25.81929], [56.03771,25.82787], [56.02879,25.84143], [56.02908,25.85019], [56.02140,25.85757], [56.01449,25.85877], [56.00816,25.84864], [55.99943,25.86186], [56.00039,25.89739], [55.99674,25.90065], [55.98762,25.94477], [55.98416,25.94597], [55.98310,25.95799], [55.97878,25.98082], [55.97532,25.97962], [55.97235,25.98769], [55.96216,25.99781], [55.96687,26.00949], [55.95409,26.04451], [55.94361,26.04433], [55.93256,26.05669], [55.91438,26.07867], [55.89985,26.09017], [55.89032,26.10545], [55.88753,26.11060], [55.87848,26.11969], [55.87626,26.15076], [55.86538,26.17325], [55.86760,26.18390], [55.85864,26.20432], [55.83763,26.22973], [55.81998,26.23505], [55.81400,26.23042], [55.81063,26.23179], [55.80629,26.23557], [55.77888,26.26046], [55.76749,26.26732], [55.76092,26.28037], [55.74392,26.30972], [55.74169,26.31487], [55.74092,26.33290], [55.74276,26.33736], [55.74082,26.35006], [55.73058,26.36517], [55.72227,26.36963], [55.70844,26.37547], [55.70341,26.38525], [55.70534,26.38989], [55.70805,26.39298], [55.71066,26.40551], [55.70931,26.41255], [55.70766,26.41736], [55.71095,26.42577], [55.70950,26.43366], [55.70486,26.45632], [55.70293,26.45976], [55.70186,26.46954], [55.69432,26.48241], [55.69538,26.48877], [55.68832,26.49203], [55.68541,26.49752], [55.68619,26.51160], [55.68183,26.51228], [55.67757,26.52241], [55.67651,26.53271], [55.67690,26.54782], [55.68019,26.57374], [55.67632,26.57391], [55.67457,26.58095], [55.67544,26.59228], [55.67370,26.59914], [55.68028,26.61648], [55.68009,26.63296], [55.68280,26.63725], [55.69606,26.64326], [55.70080,26.65287], [55.70457,26.64704], [55.70747,26.65253], [55.70051,26.72085], [55.68193,26.74265], [55.67699,26.78368], [55.69799,26.80085], [55.69926,26.81806], [55.70420,26.82716], [55.70642,26.84587], [55.70923,26.85033], [55.71290,26.87128], [55.72866,26.87900], [55.73436,26.87540], [55.75156,26.90166], [55.75881,26.90132], [55.78363,26.91749], [55.78479,26.92144], [55.78846,26.92195], [55.78865,26.93500], [55.78653,26.94788], [55.79801,26.95337], [55.80650,26.96865], [55.81374,26.97465], [55.81374,26.98238], [55.81895,27.00040], [55.82454,27.01070], [55.82830,27.01482], [55.82541,27.02581], [55.82290,27.03027], [55.82280,27.03697], [55.82734,27.03645], [55.82946,27.04212], [55.83023,27.06117], [55.82820,27.07542], [55.82560,27.08486], [55.82724,27.09619], [55.83274,27.10237], [55.84517,27.10289], [55.84787,27.11542], [55.84980,27.12451], [55.84883,27.13842], [55.84729,27.14786], [55.85028,27.15147], [55.84710,27.16142], [55.84286,27.16938], [55.83679,27.16989], [55.83573,27.17779], [55.83312,27.19856], [55.82339,27.20817], [55.81962,27.21521], [55.81374,27.22551], [55.80284,27.24491], [55.79589,27.24662], [55.79377,27.25040], [55.79184,27.26087], [55.78933,27.26259], [55.78923,27.26860], [55.78460,27.28902], [55.79010,27.29675], [55.79744,27.32610], [55.79917,27.34447], [55.80313,27.35220], [55.81509,27.36747], [55.80844,27.37365], [55.80081,27.41211], [55.79435,27.43167], [55.79329,27.46172], [55.79416,27.46669], [55.78972,27.48283], [55.78422,27.56300], [55.78711,27.61844], [55.79329,27.61913], [55.84777,27.64059], [55.89240,27.62511], [55.91386,27.65429], [55.92973,27.65343], [55.97192,27.74475], [55.97567,27.75265], [55.97894,27.75265], [55.97740,27.76604], [55.97519,27.76707], [55.97452,27.77445], [55.97442,27.78544], [55.97951,27.79436], [55.98086,27.80415], [55.98681,27.80397], [55.98950,27.81101], [55.99401,27.81410], [56.00793,27.80930], [56.00735,27.81839], [56.01254,27.81891], [56.02271,27.83642], [56.03115,27.81925], [56.03163,27.81239], [56.03527,27.80878], [56.03988,27.82200], [56.03690,27.83676], [56.04227,27.85152], [56.04256,27.86079], [56.04640,27.86612], [56.04966,27.86955], [56.05128,27.87333], [56.05157,27.88448], [56.05128,27.89084], [56.04563,27.90268], [56.05272,27.90903], [56.05982,27.91435], [56.05732,27.91967], [56.06442,27.92620], [56.07429,27.93873], [56.08185,27.93684], [56.09268,27.94302], [56.09813,27.95143], [56.10283,27.95315], [56.10541,27.96379], [56.11087,27.97066], [56.11900,27.97203], [56.12187,27.98748], [56.12544,27.99520], [56.12525,28.00790], [56.12314,28.02249], [56.11855,28.02507], [56.11836,28.04395], [56.12783,28.04532], [56.13414,28.05854], [56.13433,28.06318], [56.13854,28.06987], [56.13778,28.08360], [56.13673,28.08549], [56.13548,28.09631], [56.14964,28.09596], [56.15174,28.10472], [56.16379,28.11879], [56.16532,28.13150], [56.17076,28.13836], [56.16990,28.14660], [56.17000,28.15587], [56.17210,28.16377], [56.17621,28.17029], [56.17965,28.17991], [56.18968,28.17939], [56.19579,28.18746], [56.20162,28.18763], [56.20611,28.17870], [56.20744,28.19587], [56.21546,28.20634], [56.21728,28.20239], [56.22071,28.18729], [56.22663,28.18591], [56.24104,28.19862], [56.24256,28.20497], [56.24533,28.20892], [56.24724,28.21716], [56.27174,28.24085], [56.27984,28.24188], [56.29651,28.23226], [56.30499,28.22110], [56.30861,28.21973], [56.32127,28.20840], [56.33859,28.19965], [56.34392,28.20119], [56.35248,28.19450], [56.35838,28.19433], [56.36161,28.19158], [56.36475,28.18317], [56.37502,28.16531], [56.37911,28.16343], [56.37958,28.16840], [56.38414,28.16840], [56.39384,28.17853], [56.39659,28.18025], [56.40419,28.19055], [56.40485,28.19364], [56.40799,28.19192], [56.41141,28.18677], [56.42764,28.18317], [56.42869,28.18712], [56.44160,28.19587], [56.44454,28.19261], [56.44919,28.19261], [56.45156,28.19124], [56.45222,28.18317], [56.45573,28.17338], [56.46256,28.16669], [56.46768,28.15810], [56.47328,28.15536], [56.47612,28.15072], [56.47694,28.14643], [56.48159,28.14128], [56.48652,28.13939], [56.49069,28.13201], [56.49675,28.12789], [56.49808,28.12995], [56.50272,28.12909], [56.50519,28.13321], [56.51210,28.11931], [56.50860,28.10643], [56.51096,28.10008], [56.51674,28.09802], [56.51920,28.09305], [56.52526,28.09802], [56.52725,28.09322], [56.53019,28.10403], [56.53871,28.10180], [56.54618,28.13184], [56.55196,28.14231], [56.56283,28.13819], [56.57201,28.14472], [56.57957,28.13562], [56.58430,28.12463], [56.58335,28.11399], [56.58364,28.09425], [56.58723,28.07657], [56.58534,28.05528], [56.59035,28.05099], [56.59111,28.04361], [56.61057,28.03554], [56.61482,28.03279], [56.63626,28.01219], [56.67274,28.01331], [56.67746,28.00731], [56.68547,28.00198], [56.68943,27.99443], [56.68858,27.98036], [56.69301,27.97812], [56.70527,27.98379], [56.70734,27.98224], [56.70800,27.97658], [56.70743,27.96405], [56.71149,27.96388], [56.71478,27.95890], [56.71695,27.94774], [56.72317,27.94602], [56.72910,27.93675], [56.72995,27.92748], [56.73362,27.91839], [56.73720,27.91839], [56.74256,27.91444], [56.75085,27.91512], [56.75188,27.90070], [56.75913,27.90156], [56.76769,27.91392], [56.77352,27.91650], [56.77475,27.92268], [56.77296,27.93521], [56.77578,27.94482], [56.78161,27.94774], [56.78819,27.94431], [56.79581,27.94173], [56.79863,27.94551], [56.80154,27.94499], [56.80380,27.94928], [56.80502,27.95546], [56.80737,27.95787], [56.80540,27.96525], [56.80934,27.97143], [56.81207,27.97881], [56.81611,27.97778], [56.82146,27.97263], [56.82560,27.97847], [56.82719,27.96748], [56.83198,27.97435], [56.83846,27.96800], [56.83508,27.96044], [56.82898,27.93864], [56.82560,27.92766], [56.82212,27.90276], [56.83114,27.90036], [56.83471,27.90019], [56.83893,27.89899], [56.85245,27.88577], [56.85733,27.88474], [56.86662,27.87375], [56.87028,27.87358], [56.87310,27.87667], [56.87751,27.87753], [56.87779,27.86242], [56.87985,27.85796], [56.87901,27.84526], [56.87478,27.84457], [56.87169,27.82895], [56.86709,27.82466], [56.86756,27.82140], [56.86737,27.81505], [56.86540,27.80904], [56.86296,27.79462], [56.86568,27.78895], [56.86465,27.78363], [56.86278,27.77900], [56.86362,27.77470], [56.86315,27.76526], [56.86080,27.75290], [56.85705,27.75170], [56.85846,27.74672], [56.85480,27.74312], [56.85761,27.73505], [56.85743,27.73059], [56.85424,27.72990], [56.85104,27.71840], [56.84851,27.71857], [56.84804,27.70381], [56.84156,27.70089], [56.83950,27.69231], [56.83715,27.68887], [56.83705,27.67720], [56.83490,27.66003], [56.84738,27.65866], [56.85255,27.65677], [56.86071,27.66106], [56.86916,27.67154], [56.87563,27.67377], [56.88341,27.67239], [56.88510,27.67531], [56.89495,27.67394], [56.90638,27.68390], [56.91548,27.68784], [56.91173,27.70793], [56.91323,27.72115], [56.91922,27.73093], [56.91894,27.73831], [56.95575,27.74415], [57.00476,27.77076], [57.00336,27.74810], [57.00196,27.73351], [57.00374,27.71806], [57.00645,27.71548], [57.01037,27.71874], [57.01439,27.72029], [57.02766,27.73024], [57.03056,27.72801], [57.03990,27.73179], [57.04709,27.73711], [57.04886,27.74501], [57.05381,27.75050], [57.06016,27.74981], [57.06146,27.74655], [57.06678,27.74466], [57.07201,27.74844], [57.07798,27.75891], [57.08321,27.76990], [57.08703,27.76749], [57.08404,27.74569], [57.09225,27.74089], [57.09095,27.73042], [57.09328,27.71634], [57.10055,27.71376], [57.10260,27.71531], [57.10242,27.71840], [57.10018,27.72183], [57.10018,27.72612], [57.10158,27.73660], [57.10354,27.73763], [57.10214,27.74346], [57.09701,27.74793], [57.09943,27.75256], [57.10764,27.75290], [57.11043,27.74312], [57.11109,27.73474], [57.11761,27.73422], [57.12227,27.74744], [57.12665,27.74778], [57.12581,27.75345], [57.13028,27.75843], [57.13336,27.77319], [57.13382,27.78383], [57.13205,27.78486], [57.13271,27.78864], [57.13503,27.79259], [57.13680,27.80375], [57.13960,27.80478], [57.14258,27.81920], [57.15003,27.82005], [57.15320,27.82520], [57.15785,27.82383], [57.16241,27.82692], [57.16790,27.83447], [57.17218,27.82743], [57.18140,27.83705], [57.19172,27.82658], [57.19963,27.83087], [57.20037,27.82778], [57.20725,27.83173], [57.21088,27.84254], [57.21636,27.84203], [57.21962,27.83859], [57.22463,27.84323], [57.23030,27.84460], [57.23188,27.85095], [57.23643,27.85507], [57.24424,27.86074], [57.24396,27.86675], [57.24767,27.87104], [57.25129,27.86709], [57.25482,27.86984], [57.25659,27.86348], [57.26114,27.86675], [57.26281,27.86177], [57.27562,27.86194], [57.28026,27.86915], [57.28981,27.86881], [57.29668,27.86726], [57.29881,27.86177], [57.30330,27.85851], [57.30321,27.84889], [57.30627,27.84494], [57.31044,27.84460], [57.31433,27.83636], [57.31813,27.83447], [57.32406,27.82280], [57.32443,27.81422], [57.32082,27.78503], [57.32304,27.78126], [57.32879,27.77370], [57.33555,27.77731], [57.33630,27.78040], [57.34463,27.78023], [57.35130,27.75688], [57.35464,27.75723], [57.35825,27.75139], [57.35862,27.74349], [57.36158,27.72066], [57.37327,27.68424], [57.37706,27.68407], [57.38520,27.68149], [57.38909,27.67222], [57.39529,27.67068], [57.39732,27.66433], [57.40213,27.62502], [57.41600,27.60459], [57.41757,27.59429], [57.41665,27.57935], [57.41129,27.56047], [57.41646,27.55824], [57.42672,27.52768], [57.42497,27.51687], [57.46053,27.53747], [57.45887,27.54811], [57.47124,27.55309], [57.48868,27.55841], [57.49883,27.55721], [57.50658,27.56562], [57.50925,27.56837], [57.51506,27.56699], [57.51986,27.55652], [57.52225,27.55618], [57.51967,27.54828], [57.53810,27.55772], [57.54041,27.50125], [57.53810,27.49747], [57.53810,27.49146], [57.53645,27.48855], [57.53516,27.46949], [57.52986,27.46965], [57.52893,27.46021], [57.53345,27.45112], [57.53244,27.44356], [57.52608,27.43292], [57.52691,27.42897], [57.52331,27.41489], [57.52506,27.40957], [57.52599,27.39893], [57.52967,27.39464], [57.53336,27.38331], [57.53594,27.37988], [57.53529,27.37404], [57.53299,27.36666], [57.52912,27.36374], [57.52681,27.36649], [57.51935,27.35310], [57.52257,27.34795], [57.52387,27.32666], [57.53400,27.31070], [57.54018,27.29731], [57.53815,27.28100], [57.54432,27.27602], [57.54497,27.26641], [57.54911,27.26555], [57.55151,27.25782], [57.54902,27.24873], [57.55013,27.24220], [57.55528,27.22572], [57.55114,27.19448], [57.56108,27.16186], [57.56237,27.11980], [57.56633,27.10830], [57.57066,27.09663], [57.57683,27.08822], [57.57756,27.07363], [57.58088,27.07260], [57.58290,27.05577], [57.58161,27.05200], [57.58345,27.04341], [57.58520,27.03552], [57.58723,27.04238], [57.59698,27.04599], [57.60480,27.03140], [57.60489,26.99518], [57.61132,26.99329], [57.61004,26.98814], [57.61280,26.98247], [57.61298,26.97441], [57.60572,26.97080], [57.60682,26.95878], [57.60470,26.95585], [57.60322,26.94589], [57.60902,26.94074], [57.61527,26.95224], [57.62069,26.95087], [57.62017,26.94091], [57.62578,26.92958], [57.63046,26.93061], [57.63350,26.92649], [57.63377,26.90744], [57.63157,26.89920], [57.62872,26.90006], [57.62366,26.88753], [57.62182,26.88564], [57.61943,26.87379], [57.61603,26.86264], [57.61006,26.85680], [57.60757,26.86367], [57.60270,26.85869], [57.60077,26.85697], [57.59626,26.85972], [57.59341,26.86367], [57.59212,26.85903], [57.58899,26.84495], [57.58724,26.84341], [57.58384,26.83620], [57.58246,26.81697], [57.58448,26.81165], [57.58375,26.80376], [57.58191,26.79603], [57.58007,26.79672], [57.57712,26.79346], [57.57445,26.79294], [57.57823,26.78350], [57.58071,26.78350], [57.58126,26.77732], [57.57583,26.78024], [57.57510,26.78573], [57.57169,26.77972], [57.56073,26.77440], [57.56359,26.76307], [57.56304,26.75535], [57.57151,26.77183], [57.57464,26.77389], [57.57813,26.76702], [57.57795,26.75037], [57.58025,26.75380], [57.58872,26.73732], [57.58016,26.72754], [57.57602,26.73664], [57.56989,26.73072], [57.57293,26.72385], [57.56722,26.71218], [57.56722,26.70909], [57.57136,26.70085], [57.57127,26.69673], [57.56777,26.69621], [57.56685,26.69192], [57.56703,26.67596], [57.56298,26.66875], [57.55414,26.66961], [57.55387,26.66411], [57.55470,26.65570], [57.55433,26.64695], [57.54659,26.64145], [57.54420,26.63476], [57.52945,26.61399], [57.51092,26.61605], [57.51332,26.60609], [57.51489,26.60592], [57.51683,26.58978], [57.52005,26.59356], [57.52208,26.59202], [57.52614,26.59270], [57.52614,26.58790], [57.52807,26.58944], [57.53037,26.58704], [57.53157,26.58858], [57.53747,26.58978], [57.54060,26.58532], [57.53618,26.57691], [57.53397,26.57828], [57.53166,26.56455], [57.52724,26.56112], [57.52319,26.56112], [57.51996,26.56386], [57.51692,26.56198], [57.51498,26.55803], [57.51683,26.52541], [57.52484,26.50018], [57.54521,26.49211], [57.57587,26.46962], [57.57274,26.40164], [57.58461,26.34379], [57.58057,26.33538], [57.58471,26.32440], [57.58526,26.31427], [57.58830,26.31839], [57.58940,26.31152], [57.59326,26.31255], [57.59446,26.29951], [57.59207,26.28697], [57.59593,26.28491], [57.59777,26.27753], [57.59961,26.27187], [57.60071,26.27633], [57.60596,26.26964], [57.61065,26.26672], [57.61570,26.25659], [57.62186,26.25642], [57.62269,26.25041], [57.62664,26.25487], [57.63234,26.24286], [57.63473,26.24818], [57.64465,26.24389], [57.64860,26.23427], [57.65108,26.24543], [57.65907,26.23960], [57.65935,26.22947], [57.66605,26.21367], [57.66890,26.21539], [57.68037,26.21385], [57.68239,26.20234], [57.68505,26.19788], [57.68808,26.17934], [57.69519,26.18991], [57.70941,26.19935], [57.71491,26.20707], [57.72233,26.19489], [57.72316,26.18699], [57.72848,26.17875], [57.73443,26.14545], [57.73975,26.13772], [57.74515,26.14356], [57.75138,26.13755], [57.75596,26.11936], [57.76704,26.08159], [57.76576,26.07610], [57.76768,26.06923], [57.76146,26.05859], [57.76283,26.05086], [57.76906,26.04382], [57.77226,26.03421], [57.76933,26.02426], [57.77135,26.02134], [57.77519,26.02855], [57.78535,26.02803], [57.79075,26.03455], [57.80612,26.03936], [57.80987,26.03833], [57.82349,26.05241], [57.82861,26.05412], [57.83702,26.05996], [57.84871,26.05807], [57.85090,26.03421], [57.84743,26.02117], [57.85867,26.01052], [57.85976,25.99782], [57.85200,25.98082], [57.84643,25.96280], [57.85383,25.93121], [57.85118,25.89448], [57.84789,25.88847], [57.84990,25.88504], [57.85209,25.88761], [57.85739,25.88641], [57.85885,25.87886], [57.86615,25.87628], [57.85784,25.85912], [57.86515,25.82032], [57.89921,25.78519], [57.90460,25.78862], [57.91289,25.77351], [57.91782,25.75257], [57.92447,25.73815], [57.92238,25.72596], [57.91280,25.71995], [57.90368,25.70365], [57.90469,25.67996], [57.91235,25.67876], [57.91590,25.66125], [57.91527,25.65593], [57.91682,25.64872], [57.91909,25.65043], [57.92301,25.64769], [57.93122,25.63842], [57.94446,25.58125], [57.94728,25.58640], [57.95757,25.59276], [57.96040,25.59464], [57.96568,25.58795], [57.96868,25.58211], [57.97205,25.58091], [57.97487,25.57404], [57.96732,25.56392], [57.96331,25.56580], [57.96076,25.55705], [57.96823,25.55602], [57.97314,25.55156], [57.97169,25.53937], [57.97241,25.52581], [57.96823,25.52186], [57.96850,25.51877], [57.96959,25.51293], [57.97424,25.52426], [57.98115,25.51928], [57.97533,25.48667], [57.98033,25.47929], [57.98225,25.47946], [57.98934,25.46143], [57.99162,25.45886], [57.99262,25.45199], [57.99580,25.44530], [57.99981,25.44770], [58.00317,25.46418], [58.00481,25.46710], [58.00817,25.46470], [58.01818,25.44736], [58.02200,25.43054], [58.02463,25.42693], [58.02939,25.40816], [58.03039,25.36817], [58.04447,25.35203], [58.05882,25.33641], [58.06754,25.32027], [58.07072,25.31873], [58.08216,25.29607], [58.08206,25.28577], [58.07035,25.27993], [58.06763,25.26380], [58.05982,25.26483], [58.04947,25.27993], [58.04638,25.29298], [58.03255,25.30287], [58.01537,25.29961], [58.01437,25.29669], [58.00082,25.30167], [57.99946,25.29498], [57.99673,25.29652], [57.99391,25.30236], [57.99318,25.29189], [57.99045,25.28279], [57.99364,25.27644], [57.99473,25.26768], [57.99473,25.25790], [58.00419,25.25687], [58.00364,25.24674], [58.01710,25.22957], [58.01801,25.24760], [58.02137,25.24537], [58.02510,25.23593], [58.02474,25.22442], [58.03992,25.21842], [58.04727,25.22717], [58.05372,25.22889], [58.05363,25.21876], [58.06063,25.21653], [58.06353,25.20709], [58.06989,25.21000], [58.07325,25.21790], [58.08196,25.21224], [58.08623,25.20005], [58.07978,25.18820], [58.07633,25.19061], [58.07534,25.15490], [58.07788,25.15044], [58.07987,25.13636], [58.07824,25.10546], [58.06689,25.10392], [58.06662,25.07628], [58.01852,25.02052], [58.01115,24.99425], [58.00961,24.94825], [57.98113,24.86568], [57.97594,24.84662], [57.97576,24.83993], [57.97230,24.83238], [57.99105,24.80817], [57.98240,24.74157], [57.96547,24.74294], [57.96229,24.73178], [57.96292,24.71445], [57.94698,24.69144], [57.95363,24.68097], [57.95946,24.67548], [57.95928,24.64458], [57.95418,24.64080], [57.95236,24.64424], [57.94197,24.62724], [57.94408,24.61692], [57.94727,24.61246], [57.95192,24.61040], [57.96257,24.58534], [57.95474,24.57298], [57.94955,24.54689], [57.94563,24.54397], [57.94727,24.53092], [57.94335,24.51959], [57.93725,24.51788], [57.93506,24.50981], [57.93123,24.51307], [57.92494,24.46157], [57.90835,24.44492], [57.90626,24.45851], [57.89942,24.45164], [57.87998,24.45936], [57.86492,24.41233], [57.87222,24.41010], [57.87633,24.36581], [57.87451,24.35963], [57.87478,24.35688], [57.88044,24.34675], [57.93609,24.13201], [57.48272,23.70903], [57.64624,23.08006], [57.88065,22.63512], [57.54986,20.13174], [56.01773,20.14124]], + LV: [[56.06879,21.06269],[56.08091,21.14724],[56.08239,21.14715],[56.08527,21.16028],[56.08402,21.16621],[56.07679,21.17814],[56.07487,21.17865],[56.07497,21.18432],[56.07679,21.20362],[56.07923,21.20173],[56.07990,21.20430],[56.08675,21.21100],[56.09240,21.21332],[56.09355,21.21220],[56.09848,21.21555],[56.09968,21.21847],[56.10111,21.21563],[56.10102,21.21838],[56.10370,21.22636],[56.10542,21.22250],[56.10638,21.22490],[56.10820,21.22104],[56.10839,21.22576],[56.11064,21.22387],[56.11369,21.22959],[56.11632,21.23594],[56.11871,21.23371],[56.12355,21.23903],[56.12733,21.23655],[56.12929,21.23946],[56.13574,21.23603],[56.13804,21.23019],[56.14043,21.23045],[56.14129,21.23311],[56.14665,21.22762],[56.15019,21.22873],[56.15066,21.23019],[56.15664,21.22702],[56.16180,21.23182],[56.16228,21.24118],[56.16548,21.25062],[56.16443,21.25354],[56.16789,21.25815],[56.16713,21.26029],[56.16847,21.26716],[56.17000,21.26862],[56.17157,21.26939],[56.17143,21.27291],[56.17329,21.27626],[56.17454,21.27960],[56.17970,21.27935],[56.17898,21.28338],[56.18271,21.28226],[56.18696,21.28793],[56.19126,21.29574],[56.19192,21.29926],[56.19617,21.30192],[56.20769,21.31490],[56.21815,21.32949],[56.21695,21.33361],[56.21791,21.33902],[56.22020,21.34546],[56.22254,21.34537],[56.22344,21.35292],[56.22502,21.35876],[56.22712,21.37747],[56.23551,21.40434],[56.24195,21.41670],[56.24043,21.43154],[56.24609,21.43944],[56.24814,21.45215],[56.25286,21.45764],[56.25543,21.45910],[56.26072,21.46579],[56.26616,21.46614],[56.27059,21.46734],[56.27731,21.47833],[56.28798,21.49163],[56.28965,21.49232],[56.29094,21.49163],[56.29227,21.49592],[56.29137,21.50064],[56.29460,21.49875],[56.29489,21.50133],[56.29427,21.50339],[56.29294,21.50159],[56.29179,21.50339],[56.29194,21.50519],[56.29298,21.50665],[56.28894,21.51437],[56.29437,21.52716],[56.29289,21.53360],[56.29751,21.54399],[56.29732,21.54682],[56.30146,21.55085],[56.30227,21.55454],[56.30561,21.55849],[56.30789,21.55797],[56.31160,21.56166],[56.31570,21.56372],[56.31503,21.56948],[56.31565,21.57222],[56.31441,21.57566],[56.31537,21.57900],[56.31694,21.57780],[56.31960,21.57986],[56.31974,21.58527],[56.32236,21.58801],[56.32260,21.59342],[56.32270,21.59917],[56.32412,21.60218],[56.32327,21.60793],[56.32508,21.61067],[56.32412,21.61316],[56.32427,21.61788],[56.32241,21.62690],[56.32293,21.62990],[56.32084,21.63805],[56.32051,21.64526],[56.31736,21.65127],[56.31798,21.65943],[56.31351,21.66792],[56.31027,21.67342],[56.31313,21.67736],[56.31308,21.68277],[56.31141,21.68603],[56.31170,21.69659],[56.31356,21.69779],[56.31327,21.70603],[56.31360,21.72569],[56.31779,21.72723],[56.32003,21.72800],[56.32141,21.73367],[56.32817,21.74071],[56.33397,21.74955],[56.33716,21.75933],[56.33707,21.76474],[56.33835,21.77041],[56.34149,21.77796],[56.34301,21.78577],[56.34872,21.79229],[56.35077,21.79933],[56.35547,21.80525],[56.36161,21.81032],[56.36170,21.81710],[56.36351,21.82439],[56.36589,21.82542],[56.37150,21.83572],[56.37017,21.84877],[56.36598,21.86439],[56.36204,21.87323],[56.36346,21.88121],[56.36370,21.88585],[56.36365,21.89040],[56.36560,21.90464],[56.36836,21.91872],[56.37221,21.91941],[56.37383,21.93417],[56.37544,21.94644],[56.37829,21.94988],[56.38105,21.95468],[56.38124,21.95786],[56.37777,21.96181],[56.37711,21.96919],[56.37763,21.97262],[56.38476,21.97880],[56.39046,21.97700],[56.39378,21.97872],[56.39583,21.98232],[56.39834,21.98387],[56.40015,21.98893],[56.40552,21.99142],[56.40585,21.99374],[56.40865,21.99468],[56.41236,21.99516],[56.41274,21.99670],[56.41474,21.99825],[56.41331,22.00065],[56.41293,22.00631],[56.41464,22.01507],[56.41977,22.01164],[56.42295,22.01747],[56.42442,22.02314],[56.42338,22.02700],[56.42418,22.03215],[56.42162,22.03678],[56.41702,22.04357],[56.41626,22.04786],[56.41872,22.04992],[56.42072,22.05292],[56.41830,22.06047],[56.42034,22.06846],[56.42361,22.07043],[56.42404,22.07532],[56.42257,22.07833],[56.42214,22.08614],[56.42542,22.08777],[56.42713,22.09034],[56.42561,22.10279],[56.42741,22.10399],[56.42812,22.10923],[56.42760,22.11154],[56.42836,22.11498],[56.42921,22.11729],[56.43164,22.12622],[56.43102,22.13103],[56.42831,22.13643],[56.42561,22.15197],[56.41910,22.16540],[56.42214,22.19819],[56.42380,22.20875],[56.41967,22.21287],[56.41397,22.21536],[56.41198,22.21527],[56.41088,22.22102],[56.40856,22.22162],[56.40656,22.22480],[56.40690,22.23304],[56.40405,22.23535],[56.40124,22.23518],[56.39963,22.23793],[56.39906,22.24540],[56.40319,22.26574],[56.40286,22.28042],[56.40685,22.28196],[56.40960,22.28711],[56.40728,22.29072],[56.40637,22.29853],[56.40889,22.31475],[56.40666,22.32015],[56.40101,22.32135],[56.40020,22.32890],[56.40039,22.33362],[56.39792,22.33551],[56.39507,22.34135],[56.39307,22.34761],[56.39440,22.35456],[56.39854,22.35817],[56.40086,22.36564],[56.40105,22.37182],[56.39949,22.37911],[56.40048,22.39387],[56.40319,22.39559],[56.40713,22.40846],[56.40846,22.41284],[56.40737,22.41533],[56.40875,22.42022],[56.40946,22.42452],[56.40789,22.43173],[56.40509,22.43576],[56.40205,22.44992],[56.40248,22.46099],[56.40329,22.47541],[56.39978,22.47979],[56.39537,22.49387],[56.39537,22.49970],[56.39195,22.51164],[56.39271,22.53060],[56.38852,22.53756],[56.38686,22.55936],[56.38734,22.57146],[56.38985,22.57446],[56.38957,22.58287],[56.38643,22.58348],[56.38316,22.58940],[56.38106,22.60605],[56.38159,22.61163],[56.37826,22.62090],[56.36662,22.63527],[56.36225,22.64274],[56.36120,22.65484],[56.35764,22.66763],[56.35131,22.67921],[56.35107,22.68419],[56.35322,22.70153],[56.36444,22.71209],[56.37161,22.73088],[56.37100,22.75097],[56.36810,22.75681],[56.36750,22.78869],[56.36755,22.80053],[56.36507,22.82079],[56.36679,22.83452],[56.36460,22.83898],[56.36731,22.84928],[56.36555,22.85864],[56.36916,22.86044],[56.37073,22.87246],[56.37181,22.89344],[56.37718,22.90786],[56.37937,22.92056],[56.38785,22.92903],[56.39274,22.92731],[56.39288,22.92379],[56.39816,22.92130],[56.40143,22.93666],[56.40499,22.93821],[56.41022,22.93632],[56.41198,22.94053],[56.41478,22.94259],[56.41387,22.96911],[56.40528,22.97726],[56.40590,23.00181],[56.37069,23.01803],[56.36841,23.00438],[56.34606,23.01451],[56.34045,23.02344],[56.32922,23.02653],[56.31960,23.04576],[56.32398,23.07082],[56.31656,23.08524],[56.30885,23.08901],[56.30351,23.09399],[56.30799,23.11699],[56.31189,23.11408],[56.32693,23.14789],[56.33341,23.17725],[56.33750,23.18463],[56.34292,23.18514],[56.34539,23.17639],[56.35443,23.17313],[56.35852,23.18257],[56.36670,23.17038],[56.36841,23.17690],[56.36869,23.20935],[56.36993,23.23613],[56.37117,23.27492],[56.37193,23.28557],[56.37934,23.30737],[56.38229,23.31149],[56.37887,23.38736],[56.37088,23.40762],[56.37022,23.41826],[56.35158,23.43834],[56.34711,23.48263],[56.34387,23.49534],[56.33531,23.50958],[56.33388,23.53654],[56.33169,23.54426],[56.33388,23.56040],[56.33702,23.56246],[56.33816,23.57344],[56.34577,23.58374],[56.34853,23.60400],[56.35357,23.61876],[56.35557,23.61962],[56.36014,23.63284],[56.36232,23.64520],[56.36242,23.65824],[56.36470,23.66202],[56.36603,23.70373],[56.36917,23.71249],[56.37041,23.72262],[56.36917,23.74098],[56.37098,23.75969],[56.37354,23.76467],[56.36774,23.77909],[56.36137,23.77978],[56.35567,23.77326],[56.34996,23.76948],[56.33807,23.76330],[56.33578,23.76038],[56.33302,23.76158],[56.33274,23.76622],[56.32389,23.76553],[56.32046,23.78150],[56.32541,23.78493],[56.33940,23.79643],[56.34206,23.80416],[56.34206,23.81497],[56.33788,23.82733],[56.33826,23.91312],[56.33065,23.91277],[56.32931,24.01783],[56.30961,24.02178],[56.29942,24.04718],[56.27858,24.04512],[56.27677,24.09662],[56.27125,24.09525],[56.26743,24.10108],[56.26133,24.11842],[56.25094,24.11327],[56.24874,24.11962],[56.25313,24.15584],[56.25017,24.17730],[56.26705,24.20271],[56.27754,24.24082],[56.27643,24.25812],[56.28282,24.27013],[56.28549,24.29125],[56.29987,24.28575],[56.29739,24.29502],[56.30101,24.31476],[56.29901,24.32833],[56.29311,24.34326],[56.28644,24.34584],[56.27157,24.35751],[56.27901,24.38120],[56.27853,24.39064],[56.26061,24.42291],[56.25832,24.45295],[56.26071,24.46068],[56.26614,24.46274],[56.26948,24.48488],[56.28101,24.51921],[56.28358,24.54222],[56.28882,24.56522],[56.28777,24.57981],[56.30568,24.58376],[56.31606,24.57603],[56.32291,24.57689],[56.32358,24.58290],[56.33157,24.58719],[56.33433,24.59389],[56.33405,24.60281],[56.33586,24.60745],[56.34042,24.60831],[56.34490,24.61586],[56.34509,24.62410],[56.35060,24.62856],[56.35583,24.62770],[56.35959,24.62427],[56.36273,24.62530],[56.36844,24.63251],[56.37309,24.62702],[56.37566,24.63062],[56.37566,24.63749],[56.37756,24.64315],[56.37728,24.65036],[56.37585,24.66186],[56.37652,24.67663],[56.37576,24.68796],[56.38593,24.70220],[56.38878,24.70512],[56.39590,24.70152],[56.39723,24.70032],[56.40350,24.70066],[56.40274,24.70529],[56.39932,24.71079],[56.40246,24.72349],[56.40056,24.73156],[56.40027,24.74066],[56.40160,24.74787],[56.40274,24.75096],[56.40246,24.75473],[56.40417,24.76143],[56.40141,24.76520],[56.39913,24.77499],[56.40179,24.77842],[56.40113,24.78409],[56.41233,24.80537],[56.41727,24.80486],[56.41813,24.80194],[56.42136,24.80743],[56.41727,24.82185],[56.41025,24.82271],[56.41010,24.83556],[56.41238,24.83642],[56.41343,24.84071],[56.41267,24.84758],[56.41561,24.86320],[56.42216,24.86234],[56.42558,24.85354],[56.43678,24.85457],[56.43706,24.85886],[56.44257,24.86882],[56.44712,24.86950],[56.44902,24.87311],[56.44949,24.88633],[56.44703,24.88787],[56.44665,24.89525],[56.44703,24.89989],[56.44693,24.90538],[56.44238,24.90795],[56.44067,24.91808],[56.43393,24.91843],[56.43146,24.91259],[56.42454,24.90984],[56.42216,24.90263],[56.41798,24.90126],[56.41495,24.90504],[56.41200,24.90504],[56.40526,24.91345],[56.40307,24.91431],[56.40127,24.92066],[56.40345,24.92186],[56.40051,24.92684],[56.39699,24.92598],[56.39509,24.93010],[56.38626,24.93611],[56.37751,24.94211],[56.37460,24.94111],[56.37508,24.94523],[56.37679,24.94918],[56.37203,24.95364],[56.36871,24.95519],[56.36728,24.96171],[56.36852,24.96325],[56.36490,24.96961],[56.35587,24.96806],[56.35178,24.97064],[56.35083,24.96840],[56.34617,24.96686],[56.34255,24.96634],[56.33722,24.96943],[56.33618,24.96720],[56.33361,24.96806],[56.33152,24.97064],[56.32676,24.96737],[56.31971,24.96978],[56.31638,24.97287],[56.31019,24.97321],[56.30695,24.98231],[56.30419,24.98660],[56.29857,24.99123],[56.29429,25.00565],[56.29400,25.00892],[56.29124,25.01475],[56.28421,25.01217],[56.28221,25.01784],[56.27725,25.01715],[56.27134,25.03535],[56.27363,25.03981],[56.27144,25.04118],[56.26819,25.03998],[56.26514,25.05440],[56.26133,25.05303],[56.25838,25.05783],[56.25399,25.05509],[56.24884,25.06144],[56.24417,25.05388],[56.23901,25.06745],[56.23119,25.06384],[56.22728,25.06144],[56.22470,25.06436],[56.21783,25.07500],[56.21058,25.06916],[56.19797,25.07569],[56.19578,25.07500],[56.19386,25.07672],[56.19606,25.08513],[56.18508,25.09165],[56.18259,25.10521],[56.18555,25.11036],[56.18259,25.12839],[56.17848,25.13748],[56.17930,25.14195],[56.17357,25.15070],[56.17366,25.16649],[56.17624,25.20186],[56.18732,25.21628],[56.19134,25.23430],[56.18646,25.23773],[56.18494,25.24786],[56.17959,25.24924],[56.17156,25.25439],[56.17012,25.27121],[56.15789,25.27893],[56.15177,25.29850],[56.14307,25.31670],[56.15387,25.33798],[56.15273,25.36116],[56.15722,25.40322],[56.14709,25.40081],[56.14403,25.42090],[56.15378,25.43223],[56.15254,25.45506],[56.14718,25.45300],[56.14173,25.48081],[56.14403,25.50535],[56.15816,25.50944],[56.16313,25.52420],[56.16485,25.53467],[56.16437,25.54446],[56.15998,25.55201],[56.13913,25.56557],[56.13368,25.60317],[56.13559,25.62342],[56.13464,25.63681],[56.13464,25.65209],[56.14927,25.67423],[56.14420,25.68282],[56.13091,25.67595],[56.12823,25.68041],[56.11923,25.69878],[56.10315,25.69226],[56.10181,25.69672],[56.09616,25.69432],[56.09319,25.68556],[56.08668,25.68642],[56.08237,25.70307],[56.08084,25.71148],[56.08065,25.71766],[56.07892,25.72144],[56.07605,25.73723],[56.07231,25.75062],[56.06321,25.75989],[56.05679,25.80967],[56.05257,25.81929],[56.03771,25.82787],[56.02879,25.84143],[56.02908,25.85019],[56.02140,25.85757],[56.01449,25.85877],[56.00816,25.84864],[55.99943,25.86186],[56.00039,25.89739],[55.99674,25.90065],[55.98762,25.94477],[55.98416,25.94597],[55.98310,25.95799],[55.97878,25.98082],[55.97532,25.97962],[55.97235,25.98769],[55.96216,25.99781],[55.96687,26.00949],[55.95409,26.04451],[55.94361,26.04433],[55.93256,26.05669],[55.91438,26.07867],[55.89985,26.09017],[55.89032,26.10545],[55.88753,26.11060],[55.87848,26.11969],[55.87626,26.15076],[55.86538,26.17325],[55.86760,26.18390],[55.85864,26.20432],[55.83763,26.22973],[55.81998,26.23505],[55.81400,26.23042],[55.81063,26.23179],[55.80629,26.23557],[55.77888,26.26046],[55.76749,26.26732],[55.76092,26.28037],[55.74392,26.30972],[55.74169,26.31487],[55.74092,26.33290],[55.74276,26.33736],[55.74082,26.35006],[55.73058,26.36517],[55.72227,26.36963],[55.70844,26.37547],[55.70341,26.38525],[55.70534,26.38989],[55.70805,26.39298],[55.71066,26.40551],[55.70931,26.41255],[55.70766,26.41736],[55.71095,26.42577],[55.70950,26.43366],[55.70486,26.45632],[55.70293,26.45976],[55.70186,26.46954],[55.69432,26.48241],[55.69538,26.48877],[55.68832,26.49203],[55.68541,26.49752],[55.68619,26.51160],[55.68183,26.51228],[55.67757,26.52241],[55.67651,26.53271],[55.67690,26.54782],[55.68019,26.57374],[55.67632,26.57391],[55.67457,26.58095],[55.67544,26.59228],[55.67370,26.59914],[55.68028,26.61648],[55.68009,26.63296],[55.68280,26.63725],[55.69606,26.64326],[55.70080,26.65287],[55.70457,26.64704],[55.70747,26.65253],[55.70051,26.72085],[55.68193,26.74265],[55.67699,26.78368],[55.69799,26.80085],[55.69926,26.81806],[55.70420,26.82716],[55.70642,26.84587],[55.70923,26.85033],[55.71290,26.87128],[55.72866,26.87900],[55.73436,26.87540],[55.75156,26.90166],[55.75881,26.90132],[55.78363,26.91749],[55.78479,26.92144],[55.78846,26.92195],[55.78865,26.93500],[55.78653,26.94788],[55.79801,26.95337],[55.80650,26.96865],[55.81374,26.97465],[55.81374,26.98238],[55.81895,27.00040],[55.82454,27.01070],[55.82830,27.01482],[55.82541,27.02581],[55.82290,27.03027],[55.82280,27.03697],[55.82734,27.03645],[55.82946,27.04212],[55.83023,27.06117],[55.82820,27.07542],[55.82560,27.08486],[55.82724,27.09619],[55.83274,27.10237],[55.84517,27.10289],[55.84787,27.11542],[55.84980,27.12451],[55.84883,27.13842],[55.84729,27.14786],[55.85028,27.15147],[55.84710,27.16142],[55.84286,27.16938],[55.83679,27.16989],[55.83573,27.17779],[55.83312,27.19856],[55.82339,27.20817],[55.81962,27.21521],[55.81374,27.22551],[55.80284,27.24491],[55.79589,27.24662],[55.79377,27.25040],[55.79184,27.26087],[55.78933,27.26259],[55.78923,27.26860],[55.78460,27.28902],[55.79010,27.29675],[55.79744,27.32610],[55.79917,27.34447],[55.80313,27.35220],[55.81509,27.36747],[55.80844,27.37365],[55.80081,27.41211],[55.79435,27.43167],[55.79329,27.46172],[55.79416,27.46669],[55.78972,27.48283],[55.78422,27.56300],[55.78711,27.61844],[55.79329,27.61913],[55.84777,27.64059],[55.89240,27.62511],[55.91386,27.65429],[55.92973,27.65343],[55.97192,27.74475],[55.97567,27.75265],[55.97894,27.75265],[55.97740,27.76604],[55.97519,27.76707],[55.97452,27.77445],[55.97442,27.78544],[55.97951,27.79436],[55.98086,27.80415],[55.98681,27.80397],[55.98950,27.81101],[55.99401,27.81410],[56.00793,27.80930],[56.00735,27.81839],[56.01254,27.81891],[56.02271,27.83642],[56.03115,27.81925],[56.03163,27.81239],[56.03527,27.80878],[56.03988,27.82200],[56.03690,27.83676],[56.04227,27.85152],[56.04256,27.86079],[56.04640,27.86612],[56.04966,27.86955],[56.05128,27.87333],[56.05157,27.88448],[56.05128,27.89084],[56.04563,27.90268],[56.05272,27.90903],[56.05982,27.91435],[56.05732,27.91967],[56.06442,27.92620],[56.07429,27.93873],[56.08185,27.93684],[56.09268,27.94302],[56.09813,27.95143],[56.10283,27.95315],[56.10541,27.96379],[56.11087,27.97066],[56.11900,27.97203],[56.12187,27.98748],[56.12544,27.99520],[56.12525,28.00790],[56.12314,28.02249],[56.11855,28.02507],[56.11836,28.04395],[56.12783,28.04532],[56.13414,28.05854],[56.13433,28.06318],[56.13854,28.06987],[56.13778,28.08360],[56.13673,28.08549],[56.13548,28.09631],[56.14964,28.09596],[56.15174,28.10472],[56.16379,28.11879],[56.16532,28.13150],[56.17076,28.13836],[56.16990,28.14660],[56.17000,28.15587],[56.17210,28.16377],[56.17621,28.17029],[56.17965,28.17991],[56.18968,28.17939],[56.19579,28.18746],[56.20162,28.18763],[56.20611,28.17870],[56.20744,28.19587],[56.21546,28.20634],[56.21728,28.20239],[56.22071,28.18729],[56.22663,28.18591],[56.24104,28.19862],[56.24256,28.20497],[56.24533,28.20892],[56.24724,28.21716],[56.27174,28.24085],[56.27984,28.24188],[56.29651,28.23226],[56.30499,28.22110],[56.30861,28.21973],[56.32127,28.20840],[56.33859,28.19965],[56.34392,28.20119],[56.35248,28.19450],[56.35838,28.19433],[56.36161,28.19158],[56.36475,28.18317],[56.37502,28.16531],[56.37911,28.16343],[56.37958,28.16840],[56.38414,28.16840],[56.39384,28.17853],[56.39659,28.18025],[56.40419,28.19055],[56.40485,28.19364],[56.40799,28.19192],[56.41141,28.18677],[56.42764,28.18317],[56.42869,28.18712],[56.44160,28.19587],[56.44454,28.19261],[56.44919,28.19261],[56.45156,28.19124],[56.45222,28.18317],[56.45573,28.17338],[56.46256,28.16669],[56.46768,28.15810],[56.47328,28.15536],[56.47612,28.15072],[56.47694,28.14643],[56.48159,28.14128],[56.48652,28.13939],[56.49069,28.13201],[56.49675,28.12789],[56.49808,28.12995],[56.50272,28.12909],[56.50519,28.13321],[56.51210,28.11931],[56.50860,28.10643],[56.51096,28.10008],[56.51674,28.09802],[56.51920,28.09305],[56.52526,28.09802],[56.52725,28.09322],[56.53019,28.10403],[56.53871,28.10180],[56.54618,28.13184],[56.55196,28.14231],[56.56283,28.13819],[56.57201,28.14472],[56.57957,28.13562],[56.58430,28.12463],[56.58335,28.11399],[56.58364,28.09425],[56.58723,28.07657],[56.58534,28.05528],[56.59035,28.05099],[56.59111,28.04361],[56.61057,28.03554],[56.61482,28.03279],[56.63626,28.01219],[56.67274,28.01331],[56.67746,28.00731],[56.68547,28.00198],[56.68943,27.99443],[56.68858,27.98036],[56.69301,27.97812],[56.70527,27.98379],[56.70734,27.98224],[56.70800,27.97658],[56.70743,27.96405],[56.71149,27.96388],[56.71478,27.95890],[56.71695,27.94774],[56.72317,27.94602],[56.72910,27.93675],[56.72995,27.92748],[56.73362,27.91839],[56.73720,27.91839],[56.74256,27.91444],[56.75085,27.91512],[56.75188,27.90070],[56.75913,27.90156],[56.76769,27.91392],[56.77352,27.91650],[56.77475,27.92268],[56.77296,27.93521],[56.77578,27.94482],[56.78161,27.94774],[56.78819,27.94431],[56.79581,27.94173],[56.79863,27.94551],[56.80154,27.94499],[56.80380,27.94928],[56.80502,27.95546],[56.80737,27.95787],[56.80540,27.96525],[56.80934,27.97143],[56.81207,27.97881],[56.81611,27.97778],[56.82146,27.97263],[56.82560,27.97847],[56.82719,27.96748],[56.83198,27.97435],[56.83846,27.96800],[56.83508,27.96044],[56.82898,27.93864],[56.82560,27.92766],[56.82212,27.90276],[56.83114,27.90036],[56.83471,27.90019],[56.83893,27.89899],[56.85245,27.88577],[56.85733,27.88474],[56.86662,27.87375],[56.87028,27.87358],[56.87310,27.87667],[56.87751,27.87753],[56.87779,27.86242],[56.87985,27.85796],[56.87901,27.84526],[56.87478,27.84457],[56.87169,27.82895],[56.86709,27.82466],[56.86756,27.82140],[56.86737,27.81505],[56.86540,27.80904],[56.86296,27.79462],[56.86568,27.78895],[56.86465,27.78363],[56.86278,27.77900],[56.86362,27.77470],[56.86315,27.76526],[56.86080,27.75290],[56.85705,27.75170],[56.85846,27.74672],[56.85480,27.74312],[56.85761,27.73505],[56.85743,27.73059],[56.85424,27.72990],[56.85104,27.71840],[56.84851,27.71857],[56.84804,27.70381],[56.84156,27.70089],[56.83950,27.69231],[56.83715,27.68887],[56.83705,27.67720],[56.83490,27.66003],[56.84738,27.65866],[56.85255,27.65677],[56.86071,27.66106],[56.86916,27.67154],[56.87563,27.67377],[56.88341,27.67239],[56.88510,27.67531],[56.89495,27.67394],[56.90638,27.68390],[56.91548,27.68784],[56.91173,27.70793],[56.91323,27.72115],[56.91922,27.73093],[56.91894,27.73831],[56.95575,27.74415],[57.00476,27.77076],[57.00336,27.74810],[57.00196,27.73351],[57.00374,27.71806],[57.00645,27.71548],[57.01037,27.71874],[57.01439,27.72029],[57.02766,27.73024],[57.03056,27.72801],[57.03990,27.73179],[57.04709,27.73711],[57.04886,27.74501],[57.05381,27.75050],[57.06016,27.74981],[57.06146,27.74655],[57.06678,27.74466],[57.07201,27.74844],[57.07798,27.75891],[57.08321,27.76990],[57.08703,27.76749],[57.08404,27.74569],[57.09225,27.74089],[57.09095,27.73042],[57.09328,27.71634],[57.10055,27.71376],[57.10260,27.71531],[57.10242,27.71840],[57.10018,27.72183],[57.10018,27.72612],[57.10158,27.73660],[57.10354,27.73763],[57.10214,27.74346],[57.09701,27.74793],[57.09943,27.75256],[57.10764,27.75290],[57.11043,27.74312],[57.11109,27.73474],[57.11761,27.73422],[57.12227,27.74744],[57.12665,27.74778],[57.12581,27.75345],[57.13028,27.75843],[57.13336,27.77319],[57.13382,27.78383],[57.13205,27.78486],[57.13271,27.78864],[57.13503,27.79259],[57.13680,27.80375],[57.13960,27.80478],[57.14258,27.81920],[57.15003,27.82005],[57.15320,27.82520],[57.15785,27.82383],[57.16241,27.82692],[57.16790,27.83447],[57.17218,27.82743],[57.18140,27.83705],[57.19172,27.82658],[57.19963,27.83087],[57.20037,27.82778],[57.20725,27.83173],[57.21088,27.84254],[57.21636,27.84203],[57.21962,27.83859],[57.22463,27.84323],[57.23030,27.84460],[57.23188,27.85095],[57.23643,27.85507],[57.24424,27.86074],[57.24396,27.86675],[57.24767,27.87104],[57.25129,27.86709],[57.25482,27.86984],[57.25659,27.86348],[57.26114,27.86675],[57.26281,27.86177],[57.27562,27.86194],[57.28026,27.86915],[57.28981,27.86881],[57.29668,27.86726],[57.29881,27.86177],[57.30330,27.85851],[57.30321,27.84889],[57.30627,27.84494],[57.31044,27.84460],[57.31433,27.83636],[57.31813,27.83447],[57.32406,27.82280],[57.32443,27.81422],[57.32082,27.78503],[57.32304,27.78126],[57.32879,27.77370],[57.33555,27.77731],[57.33630,27.78040],[57.34463,27.78023],[57.35130,27.75688],[57.35464,27.75723],[57.35825,27.75139],[57.35862,27.74349],[57.36158,27.72066],[57.37327,27.68424],[57.37706,27.68407],[57.38520,27.68149],[57.38909,27.67222],[57.39529,27.67068],[57.39732,27.66433],[57.40213,27.62502],[57.41600,27.60459],[57.41757,27.59429],[57.41665,27.57935],[57.41129,27.56047],[57.41646,27.55824],[57.42672,27.52768],[57.42497,27.51687],[57.46053,27.53747],[57.45887,27.54811],[57.47124,27.55309],[57.48868,27.55841],[57.49883,27.55721],[57.50658,27.56562],[57.50925,27.56837],[57.51506,27.56699],[57.51986,27.55652],[57.52225,27.55618],[57.51967,27.54828],[57.53810,27.55772],[57.54041,27.50125],[57.53810,27.49747],[57.53810,27.49146],[57.53645,27.48855],[57.53516,27.46949],[57.52986,27.46965],[57.52893,27.46021],[57.53345,27.45112],[57.53244,27.44356],[57.52608,27.43292],[57.52691,27.42897],[57.52331,27.41489],[57.52506,27.40957],[57.52599,27.39893],[57.52967,27.39464],[57.53336,27.38331],[57.53594,27.37988],[57.53529,27.37404],[57.53299,27.36666],[57.52912,27.36374],[57.52681,27.36649],[57.51935,27.35310],[57.52257,27.34795],[57.52387,27.32666],[57.53400,27.31070],[57.54018,27.29731],[57.53815,27.28100],[57.54432,27.27602],[57.54497,27.26641],[57.54911,27.26555],[57.55151,27.25782],[57.54902,27.24873],[57.55013,27.24220],[57.55528,27.22572],[57.55114,27.19448],[57.56108,27.16186],[57.56237,27.11980],[57.56633,27.10830],[57.57066,27.09663],[57.57683,27.08822],[57.57756,27.07363],[57.58088,27.07260],[57.58290,27.05577],[57.58161,27.05200],[57.58345,27.04341],[57.58520,27.03552],[57.58723,27.04238],[57.59698,27.04599],[57.60480,27.03140],[57.60489,26.99518],[57.61132,26.99329],[57.61004,26.98814],[57.61280,26.98247],[57.61298,26.97441],[57.60572,26.97080],[57.60682,26.95878],[57.60470,26.95585],[57.60322,26.94589],[57.60902,26.94074],[57.61527,26.95224],[57.62069,26.95087],[57.62017,26.94091],[57.62578,26.92958],[57.63046,26.93061],[57.63350,26.92649],[57.63377,26.90744],[57.63157,26.89920],[57.62872,26.90006],[57.62366,26.88753],[57.62182,26.88564],[57.61943,26.87379],[57.61603,26.86264],[57.61006,26.85680],[57.60757,26.86367],[57.60270,26.85869],[57.60077,26.85697],[57.59626,26.85972],[57.59341,26.86367],[57.59212,26.85903],[57.58899,26.84495],[57.58724,26.84341],[57.58384,26.83620],[57.58246,26.81697],[57.58448,26.81165],[57.58375,26.80376],[57.58191,26.79603],[57.58007,26.79672],[57.57712,26.79346],[57.57445,26.79294],[57.57823,26.78350],[57.58071,26.78350],[57.58126,26.77732],[57.57583,26.78024],[57.57510,26.78573],[57.57169,26.77972],[57.56073,26.77440],[57.56359,26.76307],[57.56304,26.75535],[57.57151,26.77183],[57.57464,26.77389],[57.57813,26.76702],[57.57795,26.75037],[57.58025,26.75380],[57.58872,26.73732],[57.58016,26.72754],[57.57602,26.73664],[57.56989,26.73072],[57.57293,26.72385],[57.56722,26.71218],[57.56722,26.70909],[57.57136,26.70085],[57.57127,26.69673],[57.56777,26.69621],[57.56685,26.69192],[57.56703,26.67596],[57.56298,26.66875],[57.55414,26.66961],[57.55387,26.66411],[57.55470,26.65570],[57.55433,26.64695],[57.54659,26.64145],[57.54420,26.63476],[57.52945,26.61399],[57.51092,26.61605],[57.51332,26.60609],[57.51489,26.60592],[57.51683,26.58978],[57.52005,26.59356],[57.52208,26.59202],[57.52614,26.59270],[57.52614,26.58790],[57.52807,26.58944],[57.53037,26.58704],[57.53157,26.58858],[57.53747,26.58978],[57.54060,26.58532],[57.53618,26.57691],[57.53397,26.57828],[57.53166,26.56455],[57.52724,26.56112],[57.52319,26.56112],[57.51996,26.56386],[57.51692,26.56198],[57.51498,26.55803],[57.51683,26.52541],[57.52484,26.50018],[57.54521,26.49211],[57.57587,26.46962],[57.57274,26.40164],[57.58461,26.34379],[57.58057,26.33538],[57.58471,26.32440],[57.58526,26.31427],[57.58830,26.31839],[57.58940,26.31152],[57.59326,26.31255],[57.59446,26.29951],[57.59207,26.28697],[57.59593,26.28491],[57.59777,26.27753],[57.59961,26.27187],[57.60071,26.27633],[57.60596,26.26964],[57.61065,26.26672],[57.61570,26.25659],[57.62186,26.25642],[57.62269,26.25041],[57.62664,26.25487],[57.63234,26.24286],[57.63473,26.24818],[57.64465,26.24389],[57.64860,26.23427],[57.65108,26.24543],[57.65907,26.23960],[57.65935,26.22947],[57.66605,26.21367],[57.66890,26.21539],[57.68037,26.21385],[57.68239,26.20234],[57.68505,26.19788],[57.68808,26.17934],[57.69519,26.18991],[57.70941,26.19935],[57.71491,26.20707],[57.72233,26.19489],[57.72316,26.18699],[57.72848,26.17875],[57.73443,26.14545],[57.73975,26.13772],[57.74515,26.14356],[57.75138,26.13755],[57.75596,26.11936],[57.76704,26.08159],[57.76576,26.07610],[57.76768,26.06923],[57.76146,26.05859],[57.76283,26.05086],[57.76906,26.04382],[57.77226,26.03421],[57.76933,26.02426],[57.77135,26.02134],[57.77519,26.02855],[57.78535,26.02803],[57.79075,26.03455],[57.80612,26.03936],[57.80987,26.03833],[57.82349,26.05241],[57.82861,26.05412],[57.83702,26.05996],[57.84871,26.05807],[57.85090,26.03421],[57.84743,26.02117],[57.85867,26.01052],[57.85976,25.99782],[57.85200,25.98082],[57.84643,25.96280],[57.85383,25.93121],[57.85118,25.89448],[57.84789,25.88847],[57.84990,25.88504],[57.85209,25.88761],[57.85739,25.88641],[57.85885,25.87886],[57.86615,25.87628],[57.85784,25.85912],[57.86515,25.82032],[57.89921,25.78519],[57.90460,25.78862],[57.91289,25.77351],[57.91782,25.75257],[57.92447,25.73815],[57.92238,25.72596],[57.91280,25.71995],[57.90368,25.70365],[57.90469,25.67996],[57.91235,25.67876],[57.91590,25.66125],[57.91527,25.65593],[57.91682,25.64872],[57.91909,25.65043],[57.92301,25.64769],[57.93122,25.63842],[57.94446,25.58125],[57.94728,25.58640],[57.95757,25.59276],[57.96040,25.59464],[57.96568,25.58795],[57.96868,25.58211],[57.97205,25.58091],[57.97487,25.57404],[57.96732,25.56392],[57.96331,25.56580],[57.96076,25.55705],[57.96823,25.55602],[57.97314,25.55156],[57.97169,25.53937],[57.97241,25.52581],[57.96823,25.52186],[57.96850,25.51877],[57.96959,25.51293],[57.97424,25.52426],[57.98115,25.51928],[57.97533,25.48667],[57.98033,25.47929],[57.98225,25.47946],[57.98934,25.46143],[57.99162,25.45886],[57.99262,25.45199],[57.99580,25.44530],[57.99981,25.44770],[58.00317,25.46418],[58.00481,25.46710],[58.00817,25.46470],[58.01818,25.44736],[58.02200,25.43054],[58.02463,25.42693],[58.02939,25.40816],[58.03039,25.36817],[58.04447,25.35203],[58.05882,25.33641],[58.06754,25.32027],[58.07072,25.31873],[58.08216,25.29607],[58.08206,25.28577],[58.07035,25.27993],[58.06763,25.26380],[58.05982,25.26483],[58.04947,25.27993],[58.04638,25.29298],[58.03255,25.30287],[58.01537,25.29961],[58.01437,25.29669],[58.00082,25.30167],[57.99946,25.29498],[57.99673,25.29652],[57.99391,25.30236],[57.99318,25.29189],[57.99045,25.28279],[57.99364,25.27644],[57.99473,25.26768],[57.99473,25.25790],[58.00419,25.25687],[58.00364,25.24674],[58.01710,25.22957],[58.01801,25.24760],[58.02137,25.24537],[58.02510,25.23593],[58.02474,25.22442],[58.03992,25.21842],[58.04727,25.22717],[58.05372,25.22889],[58.05363,25.21876],[58.06063,25.21653],[58.06353,25.20709],[58.06989,25.21000],[58.07325,25.21790],[58.08196,25.21224],[58.08623,25.20005],[58.07978,25.18820],[58.07633,25.19061],[58.07534,25.15490],[58.07788,25.15044],[58.07987,25.13636],[58.07824,25.10546],[58.06689,25.10392],[58.06662,25.07628],[58.01852,25.02052],[58.01115,24.99425],[58.00961,24.94825],[57.98113,24.86568],[57.97594,24.84662],[57.97576,24.83993],[57.97230,24.83238],[57.99105,24.80817],[57.98240,24.74157],[57.96547,24.74294],[57.96229,24.73178],[57.96292,24.71445],[57.94698,24.69144],[57.95363,24.68097],[57.95946,24.67548],[57.95928,24.64458],[57.95418,24.64080],[57.95236,24.64424],[57.94197,24.62724],[57.94408,24.61692],[57.94727,24.61246],[57.95192,24.61040],[57.96257,24.58534],[57.95474,24.57298],[57.94955,24.54689],[57.94563,24.54397],[57.94727,24.53092],[57.94335,24.51959],[57.93725,24.51788],[57.93506,24.50981],[57.93123,24.51307],[57.92494,24.46157],[57.90835,24.44492],[57.90626,24.45851],[57.89942,24.45164],[57.87998,24.45936],[57.86492,24.41233],[57.87222,24.41010],[57.87633,24.36581],[57.87451,24.35963],[57.87478,24.35688],[57.88044,24.34675],[57.93609,24.13201],[57.48272,23.70903],[57.64624,23.08006],[57.88065,22.63512],[57.54986,20.13174],[56.01773,20.14124]], // Monaco - MC: [[43.73527,7.47509], [43.74921,7.43921], [43.74941,7.43887], [43.75006,7.43863], [43.75108,7.43879], [43.75153,7.43847], [43.75200,7.43678], [43.75154,7.43668], [43.75113,7.43738], [43.75004,7.43597], [43.74990,7.43469], [43.74968,7.43404], [43.74984,7.43367], [43.74938,7.43307], [43.74905,7.43216], [43.74888,7.43178], [43.74899,7.43061], [43.74825,7.43041], [43.74809,7.42978], [43.74685,7.42929], [43.74661,7.42870], [43.74628,7.42862], [43.74611,7.42867], [43.74551,7.42853], [43.74457,7.42803], [43.74396,7.42798], [43.74345,7.42740], [43.74321,7.42684], [43.74260,7.42657], [43.74225,7.42604], [43.74194,7.42584], [43.74163,7.42537], [43.74151,7.42530], [43.74162,7.42503], [43.74099,7.42448], [43.74112,7.42411], [43.74157,7.42324], [43.74180,7.42296], [43.74140,7.42237], [43.74149,7.42214], [43.74110,7.42165], [43.74079,7.42145], [43.74036,7.42087], [43.74001,7.42053], [43.73790,7.41755], [43.73596,7.41437], [43.73488,7.41263], [43.73437,7.41218], [43.73388,7.41274], [43.73365,7.41253], [43.73338,7.41260], [43.73313,7.41291], [43.73267,7.41308], [43.73183,7.41287], [43.73168,7.41268], [43.73154,7.41133], [43.73117,7.41059], [43.73010,7.40936], [43.72950,7.40898], [43.72807,7.41195], [43.72714,7.41355], [43.72411,7.41967], [43.69148,7.46547]], + MC: [[43.73527,7.47509],[43.74921,7.43921],[43.74941,7.43887],[43.75006,7.43863],[43.75108,7.43879],[43.75153,7.43847],[43.75200,7.43678],[43.75154,7.43668],[43.75113,7.43738],[43.75004,7.43597],[43.74990,7.43469],[43.74968,7.43404],[43.74984,7.43367],[43.74938,7.43307],[43.74905,7.43216],[43.74888,7.43178],[43.74899,7.43061],[43.74825,7.43041],[43.74809,7.42978],[43.74685,7.42929],[43.74661,7.42870],[43.74628,7.42862],[43.74611,7.42867],[43.74551,7.42853],[43.74457,7.42803],[43.74396,7.42798],[43.74345,7.42740],[43.74321,7.42684],[43.74260,7.42657],[43.74225,7.42604],[43.74194,7.42584],[43.74163,7.42537],[43.74151,7.42530],[43.74162,7.42503],[43.74099,7.42448],[43.74112,7.42411],[43.74157,7.42324],[43.74180,7.42296],[43.74140,7.42237],[43.74149,7.42214],[43.74110,7.42165],[43.74079,7.42145],[43.74036,7.42087],[43.74001,7.42053],[43.73790,7.41755],[43.73596,7.41437],[43.73488,7.41263],[43.73437,7.41218],[43.73388,7.41274],[43.73365,7.41253],[43.73338,7.41260],[43.73313,7.41291],[43.73267,7.41308],[43.73183,7.41287],[43.73168,7.41268],[43.73154,7.41133],[43.73117,7.41059],[43.73010,7.40936],[43.72950,7.40898],[43.72807,7.41195],[43.72714,7.41355],[43.72411,7.41967],[43.69148,7.46547]], // Saint Martin - MF: [[18.05258,-63.13823], [18.05329,-63.13724], [18.05422,-63.13498], [18.05430,-63.13301], [18.05353,-63.11242], [18.04616,-63.09646], [18.04594,-63.09419], [18.04647,-63.08744], [18.04782,-63.08315], [18.04819,-63.07916], [18.04872,-63.07869], [18.04933,-63.07671], [18.05129,-63.07556], [18.05484,-63.07448], [18.05651,-63.07212], [18.05688,-63.06757], [18.05782,-63.06659], [18.06128,-63.06453], [18.06365,-63.06371], [18.06279,-63.05933], [18.06279,-63.05581], [18.06390,-63.05379], [18.06279,-63.04933], [18.05982,-63.04538], [18.05847,-63.04448], [18.05545,-63.04027], [18.05749,-63.03693], [18.05439,-63.02967], [18.05443,-63.02778], [18.05733,-63.02345], [18.05610,-63.01851], [18.05170,-63.00757], [18.10662,-62.93712], [18.15817,-62.96081], [18.15034,-63.06621], [18.08933,-63.21041], [18.02078,-63.16749]], + MF: [[18.05258,-63.13823],[18.05329,-63.13724],[18.05422,-63.13498],[18.05430,-63.13301],[18.05353,-63.11242],[18.04616,-63.09646],[18.04594,-63.09419],[18.04647,-63.08744],[18.04782,-63.08315],[18.04819,-63.07916],[18.04872,-63.07869],[18.04933,-63.07671],[18.05129,-63.07556],[18.05484,-63.07448],[18.05651,-63.07212],[18.05688,-63.06757],[18.05782,-63.06659],[18.06128,-63.06453],[18.06365,-63.06371],[18.06279,-63.05933],[18.06279,-63.05581],[18.06390,-63.05379],[18.06279,-63.04933],[18.05982,-63.04538],[18.05847,-63.04448],[18.05545,-63.04027],[18.05749,-63.03693],[18.05439,-63.02967],[18.05443,-63.02778],[18.05733,-63.02345],[18.05610,-63.01851],[18.05170,-63.00757],[18.10662,-62.93712],[18.15817,-62.96081],[18.15034,-63.06621],[18.08933,-63.21041],[18.02078,-63.16749]], // Martinique - MQ: [[14.78907,-61.49410], [15.07303,-61.20571], [14.89792,-60.63716], [14.21205,-60.60695], [14.31054,-61.29634]], + MQ: [[14.78907,-61.49410],[15.07303,-61.20571],[14.89792,-60.63716],[14.21205,-60.60695],[14.31054,-61.29634]], // Malta - MT: [[35.56606,14.72562], [35.79140,13.81924], [36.37959,14.08566], [36.09381,14.96182]], + MT: [[35.56606,14.72562],[35.79140,13.81924],[36.37959,14.08566],[36.09381,14.96182]], // Netherlands - NL: [[51.37686,3.35973], [51.36879,3.36625], [51.35917,3.37484], [51.35456,3.37351], [51.34832,3.37398], [51.34116,3.38338], [51.33416,3.38518], [51.31504,3.35819], [51.30243,3.37664], [51.30128,3.37432], [51.29999,3.37042], [51.29988,3.36741], [51.29911,3.36561], [51.29768,3.36587], [51.29516,3.36660], [51.29146,3.37033], [51.28982,3.37436], [51.28840,3.37823], [51.28743,3.37990], [51.28620,3.38037], [51.28518,3.38016], [51.28322,3.38050], [51.28265,3.38110], [51.28185,3.38127], [51.28067,3.38037], [51.28035,3.37891], [51.28027,3.37681], [51.27922,3.37522], [51.27758,3.37497], [51.27565,3.37694], [51.27476,3.37853], [51.27406,3.38132], [51.27358,3.38402], [51.27363,3.38664], [51.27237,3.38857], [51.27114,3.38883], [51.26483,3.39501], [51.26389,3.39685], [51.26306,3.40084], [51.26214,3.40286], [51.26037,3.40492], [51.25728,3.40616], [51.25648,3.40792], [51.25661,3.41140], [51.25819,3.41406], [51.25946,3.41539], [51.25981,3.41664], [51.25892,3.41749], [51.25725,3.41754], [51.25693,3.42020], [51.25621,3.42196], [51.25457,3.42428], [51.25046,3.42518], [51.24861,3.42556], [51.24544,3.42685], [51.24444,3.42741], [51.24554,3.43226], [51.24256,3.44427], [51.24189,3.44423], [51.24130,3.44792], [51.24243,3.47539], [51.24302,3.48276], [51.24463,3.50791], [51.24597,3.52799], [51.24635,3.52829], [51.26609,3.52250], [51.28709,3.51563], [51.28865,3.52906], [51.28312,3.53383], [51.28352,3.53868], [51.28803,3.54271], [51.29103,3.54357], [51.29103,3.54992], [51.28972,3.55138], [51.28942,3.55421], [51.28975,3.55614], [51.29074,3.55679], [51.29120,3.55842], [51.29541,3.55984], [51.29578,3.56254], [51.29452,3.56602], [51.29364,3.56636], [51.29192,3.57172], [51.29093,3.57134], [51.28921,3.57357], [51.28859,3.57554], [51.28803,3.57614], [51.28878,3.57782], [51.28859,3.57958], [51.28773,3.58022], [51.28669,3.58172], [51.28889,3.58408], [51.29082,3.58279], [51.29208,3.58340], [51.29294,3.58829], [51.29825,3.58138], [51.30174,3.58606], [51.30579,3.59000], [51.30531,3.59142], [51.30424,3.59065], [51.29769,3.61305], [51.29756,3.61404], [51.29680,3.61528], [51.29578,3.61837], [51.29396,3.61857], [51.29225,3.62149], [51.29278,3.62578], [51.28763,3.64072], [51.28860,3.64364], [51.28967,3.64449], [51.29010,3.65737], [51.28237,3.67642], [51.28022,3.67745], [51.28022,3.68930], [51.27539,3.69359], [51.27142,3.71333], [51.27195,3.71985], [51.27314,3.72312], [51.26873,3.75230], [51.26991,3.75247], [51.26895,3.75522], [51.26132,3.76208], [51.25949,3.76981], [51.26164,3.77358], [51.26390,3.77410], [51.26196,3.77805], [51.25842,3.78491], [51.25584,3.79504], [51.24606,3.78903], [51.22597,3.78766], [51.21511,3.78886], [51.21296,3.79144], [51.21306,3.79538], [51.21059,3.79899], [51.20962,3.80586], [51.21231,3.80517], [51.21231,3.80963], [51.20865,3.82216], [51.20887,3.82955], [51.21199,3.83555], [51.21349,3.83676], [51.21145,3.84345], [51.21242,3.84551], [51.21145,3.85014], [51.21242,3.85203], [51.21070,3.85581], [51.21059,3.86044], [51.21586,3.87040], [51.22242,3.88808], [51.21833,3.89272], [51.21382,3.88894], [51.20801,3.87658], [51.19987,3.88420], [51.20267,3.89519], [51.20138,3.89896], [51.20579,3.91373], [51.20740,3.91476], [51.20751,3.91922], [51.21396,3.91768], [51.21665,3.92145], [51.21686,3.92643], [51.21923,3.92918], [51.21202,3.93484], [51.21170,3.93621], [51.21331,3.94360], [51.21471,3.94360], [51.21503,3.94806], [51.21611,3.95390], [51.21525,3.95905], [51.21815,3.96128], [51.22106,3.96454], [51.22353,3.96437], [51.22503,3.97673], [51.22493,3.97913], [51.22901,3.98256], [51.23331,3.98651], [51.23299,3.98788], [51.23643,3.99372], [51.23729,4.00076], [51.23954,4.00093], [51.24460,4.01381], [51.24384,4.01604], [51.24492,4.02084], [51.24094,4.02411], [51.24298,4.03235], [51.24492,4.03647], [51.24083,4.04007], [51.24191,4.04917], [51.24352,4.06136], [51.24696,4.06445], [51.25158,4.07475], [51.25384,4.08007], [51.29314,4.16720], [51.35429,4.24290], [51.37594,4.23123], [51.37433,4.24273], [51.37733,4.33371], [51.35686,4.34075], [51.35793,4.35019], [51.35654,4.36667], [51.35568,4.36959], [51.35590,4.37096], [51.35407,4.38572], [51.35632,4.39963], [51.36458,4.42177], [51.36340,4.43224], [51.36972,4.42898], [51.37133,4.42606], [51.37529,4.43276], [51.40850,4.39173], [51.42103,4.38452], [51.42413,4.39019], [51.42477,4.39190], [51.42713,4.39173], [51.42681,4.39585], [51.43173,4.39482], [51.43119,4.39723], [51.43558,4.39911], [51.43590,4.39568], [51.43976,4.39654], [51.44168,4.39791], [51.44714,4.39156], [51.44596,4.38710], [51.44682,4.38160], [51.44885,4.38366], [51.46832,4.44254], [51.46992,4.45988], [51.47174,4.46795], [51.47602,4.47190], [51.47805,4.47688], [51.47708,4.48683], [51.48190,4.53747], [51.47334,4.54709], [51.44917,4.52906], [51.42306,4.53490], [51.43237,4.57472], [51.43098,4.58348], [51.42970,4.59824], [51.42520,4.63257], [51.42186,4.63889], [51.42175,4.64198], [51.42422,4.64919], [51.42636,4.65176], [51.42422,4.65657], [51.42646,4.67047], [51.44455,4.66738], [51.45097,4.68730], [51.45161,4.69399], [51.46690,4.70566], [51.46861,4.71751], [51.47107,4.71648], [51.47289,4.72043], [51.48380,4.72953], [51.48914,4.74738], [51.49588,4.75116], [51.49726,4.75047], [51.49994,4.75390], [51.49994,4.75854], [51.50207,4.75991], [51.50485,4.77330], [51.50389,4.78034], [51.49930,4.78240], [51.49801,4.79150], [51.49919,4.79424], [51.49876,4.79939], [51.49716,4.80420], [51.49427,4.81553], [51.49032,4.81707], [51.48818,4.81724], [51.48251,4.82085], [51.48123,4.82978], [51.48187,4.83630], [51.48048,4.84042], [51.47557,4.83887], [51.46755,4.83630], [51.46134,4.83578], [51.46059,4.83973], [51.45910,4.84248], [51.45717,4.84059], [51.45653,4.83767], [51.45910,4.83475], [51.45610,4.83149], [51.45161,4.82823], [51.44872,4.82257], [51.43642,4.82497], [51.43567,4.82394], [51.42175,4.82806], [51.42389,4.82548], [51.42325,4.82274], [51.42603,4.81604], [51.42657,4.80901], [51.42957,4.80574], [51.42935,4.79356], [51.43074,4.78926], [51.43374,4.78652], [51.43160,4.77313], [51.43074,4.76575], [51.42839,4.76712], [51.42614,4.76884], [51.41822,4.76866], [51.41319,4.77278], [51.41362,4.77690], [51.40880,4.78617], [51.40901,4.79270], [51.41030,4.79819], [51.41426,4.83922], [51.41233,4.84574], [51.41276,4.84969], [51.41405,4.85089], [51.41201,4.85947], [51.41051,4.85965], [51.40912,4.86703], [51.41019,4.87029], [51.41233,4.87372], [51.41415,4.87441], [51.41362,4.87904], [51.41533,4.88522], [51.41405,4.89106], [51.41158,4.89587], [51.40944,4.90119], [51.40709,4.90823], [51.40323,4.90788], [51.40173,4.91046], [51.39980,4.91595], [51.39830,4.91612], [51.39477,4.91320], [51.39316,4.92161], [51.39573,4.93020], [51.42229,4.96384], [51.44091,4.99989], [51.44230,5.00109], [51.44380,5.00607], [51.45022,5.00624], [51.45321,5.01088], [51.46027,5.01105], [51.46359,5.00796], [51.47213,5.01148], [51.47491,5.01714], [51.48186,5.02367], [51.48496,5.03173], [51.48688,5.03311], [51.48624,5.03946], [51.47897,5.03723], [51.47063,5.04633], [51.47085,5.07911], [51.43137,5.10383], [51.41949,5.09164], [51.39304,5.07053], [51.36079,5.11585], [51.35500,5.11911], [51.34675,5.13078], [51.31490,5.13370], [51.30986,5.16237], [51.31566,5.17387], [51.31973,5.19138], [51.31995,5.19670], [51.32209,5.20048], [51.30482,5.24150], [51.26788,5.22520], [51.26090,5.23756], [51.26649,5.26279], [51.26099,5.29578], [51.26314,5.31587], [51.26282,5.33732], [51.26518,5.34299], [51.26937,5.34436], [51.27517,5.34797], [51.26679,5.39517], [51.26185,5.41783], [51.27592,5.43414], [51.27592,5.43843], [51.27925,5.44187], [51.28193,5.44307], [51.28440,5.46538], [51.29138,5.47774], [51.29546,5.47877], [51.29975,5.48547], [51.29503,5.51499], [51.28988,5.51843], [51.28172,5.52770], [51.27023,5.54555], [51.26625,5.55619], [51.25508,5.55568], [51.25078,5.55551], [51.24444,5.55465], [51.22176,5.55963], [51.20144,5.63962], [51.19768,5.65249], [51.19445,5.65335], [51.19391,5.64906], [51.18433,5.65764], [51.18563,5.66451], [51.18466,5.67550], [51.18229,5.67567], [51.18477,5.68974], [51.18229,5.69541], [51.18369,5.69747], [51.18358,5.70056], [51.18175,5.70090], [51.18164,5.71275], [51.18412,5.72013], [51.18520,5.73403], [51.18455,5.74038], [51.18907,5.74536], [51.18390,5.75669], [51.18346,5.76725], [51.17829,5.77618], [51.17291,5.77206], [51.17119,5.77772], [51.16990,5.76862], [51.16376,5.76982], [51.16365,5.77429], [51.16225,5.77738], [51.16172,5.77909], [51.15924,5.77944], [51.15795,5.77549], [51.15676,5.77618], [51.15461,5.77394], [51.15407,5.77618], [51.15073,5.77721], [51.15278,5.78493], [51.15504,5.78819], [51.15687,5.79523], [51.15913,5.80296], [51.16150,5.80347], [51.16247,5.80587], [51.15827,5.81428], [51.15902,5.81566], [51.16075,5.81566], [51.16333,5.81806], [51.16699,5.82441], [51.16398,5.82802], [51.16204,5.83197], [51.15859,5.83214], [51.15687,5.83712], [51.15289,5.83574], [51.15203,5.84003], [51.14826,5.84536], [51.14826,5.84810], [51.14449,5.85463], [51.14126,5.84621], [51.13846,5.84398], [51.13372,5.84330], [51.13199,5.84106], [51.13102,5.83900], [51.13135,5.83214], [51.12952,5.82441], [51.11853,5.81051], [51.11475,5.80828], [51.11228,5.80828], [51.10980,5.80999], [51.10775,5.81343], [51.10764,5.82081], [51.10721,5.82682], [51.10398,5.83214], [51.10042,5.83351], [51.09697,5.83231], [51.09406,5.82750], [51.09223,5.82304], [51.09492,5.81497], [51.09589,5.80862], [51.09492,5.80313], [51.09266,5.79781], [51.08996,5.79472], [51.08738,5.79643], [51.08392,5.80038], [51.07983,5.80330], [51.07692,5.80344], [51.07422,5.79692], [51.07109,5.79709], [51.06322,5.80087], [51.05988,5.79829], [51.05944,5.79263], [51.05998,5.78834], [51.06290,5.78027], [51.06268,5.77306], [51.06042,5.77117], [51.05610,5.77272], [51.04563,5.76825], [51.03570,5.75864], [51.03203,5.75830], [51.03041,5.75933], [51.02858,5.76534], [51.02793,5.76928], [51.02415,5.77546], [51.02102,5.77581], [51.01735,5.77134], [51.01270,5.76671], [51.00752,5.76585], [51.00136,5.76671], [50.99801,5.76585], [50.99294,5.76087], [50.98905,5.75401], [50.98148,5.74851], [50.97921,5.73753], [50.97500,5.73495], [50.97197,5.73255], [50.96440,5.72225], [50.96051,5.72019], [50.95662,5.72311], [50.95629,5.73718], [50.96040,5.74233], [50.96094,5.74594], [50.95975,5.75126], [50.95737,5.75538], [50.95381,5.75898], [50.95056,5.75761], [50.94991,5.75435], [50.94797,5.74954], [50.94667,5.74662], [50.94332,5.74456], [50.93542,5.74044], [50.93163,5.73547], [50.92471,5.72688], [50.91865,5.72654], [50.91280,5.72637], [50.90934,5.72208], [50.90847,5.71727], [50.91129,5.70371], [50.91010,5.69907], [50.90718,5.69598], [50.90328,5.69616], [50.89722,5.69478], [50.89159,5.68774], [50.88715,5.68105], [50.88000,5.67830], [50.88216,5.66972], [50.87816,5.66011], [50.87675,5.65822], [50.87686,5.65427], [50.87382,5.65238], [50.87577,5.65135], [50.87122,5.64311], [50.86841,5.64895], [50.86451,5.64071], [50.86277,5.64248], [50.85324,5.63939], [50.84804,5.63922], [50.84684,5.63785], [50.83730,5.64317], [50.83514,5.64694], [50.83047,5.64832], [50.82646,5.64797], [50.82646,5.65124], [50.82364,5.65484], [50.81833,5.65278], [50.81638,5.66634], [50.81649,5.67029], [50.81171,5.67973], [50.81258,5.68351], [50.81095,5.69398], [50.79663,5.69364], [50.78296,5.69913], [50.77352,5.69690], [50.76071,5.68248], [50.75681,5.68177], [50.75691,5.68777], [50.75507,5.68743], [50.75463,5.69807], [50.75605,5.70151], [50.75757,5.70322], [50.75811,5.70855], [50.75952,5.71541], [50.76441,5.72108], [50.75963,5.72451], [50.75702,5.73103], [50.75691,5.73962], [50.76126,5.74236], [50.76386,5.74236], [50.76864,5.74597], [50.77440,5.75489], [50.78232,5.76674], [50.78286,5.77635], [50.77277,5.77979], [50.76701,5.78373], [50.76777,5.78991], [50.76994,5.79352], [50.75539,5.80742], [50.75572,5.81549], [50.75800,5.82098], [50.75843,5.82682], [50.75789,5.83094], [50.76191,5.83695], [50.76528,5.84536], [50.75713,5.84742], [50.75290,5.84914], [50.75822,5.85446], [50.76213,5.86235], [50.76430,5.86922], [50.76506,5.87592], [50.77005,5.88673], [50.76310,5.88999], [50.75670,5.88879], [50.75463,5.89119], [50.75072,5.90218], [50.75363,5.90407], [50.75515,5.90458], [50.75406,5.90853], [50.75493,5.91248], [50.75015,5.91454], [50.75091,5.91952], [50.75124,5.92278], [50.75656,5.93153], [50.75656,5.93583], [50.75754,5.93995], [50.75922,5.94673], [50.75992,5.95333], [50.76210,5.96020], [50.76150,5.96046], [50.75987,5.97076], [50.75759,5.97505], [50.75520,5.97419], [50.75401,5.97677], [50.75417,5.97943], [50.75249,5.98277], [50.75297,5.98535], [50.75265,5.99316], [50.75346,5.99694], [50.75297,6.00131], [50.75363,6.00337], [50.75439,6.01230], [50.75477,6.01496], [50.75417,6.02166], [50.76340,6.01891], [50.76666,6.02243], [50.77056,6.02483], [50.77344,6.02861], [50.77523,6.02706], [50.77626,6.02526], [50.77648,6.02209], [50.77963,6.01505], [50.78131,6.00887], [50.78419,6.00492], [50.78733,5.99891], [50.78755,5.99634], [50.79032,5.99642], [50.79440,5.98819], [50.79413,5.98630], [50.79543,5.98484], [50.79522,5.98046], [50.79684,5.97840], [50.79809,5.97506], [50.80232,5.97566], [50.80493,5.97849], [50.80466,5.97909], [50.80601,5.98055], [50.80726,5.98072], [50.81024,5.98518], [50.80834,5.98887], [50.80487,5.99669], [50.80108,6.00398], [50.80281,6.00887], [50.80650,6.01377], [50.80921,6.01651], [50.81415,6.02595], [50.81474,6.02415], [50.81626,6.02518], [50.81713,6.02261], [50.81941,6.02647], [50.82038,6.02690], [50.82179,6.02484], [50.82570,6.02407], [50.82646,6.02321], [50.82787,6.02578], [50.82971,6.01917], [50.83372,6.01677], [50.83768,6.01866], [50.83898,6.01651], [50.84597,6.01917], [50.84613,6.02201], [50.84722,6.02561], [50.84706,6.02604], [50.84769,6.02862], [50.84923,6.03192], [50.85015,6.03329], [50.85037,6.03583], [50.85080,6.03750], [50.85080,6.03990], [50.85118,6.04252], [50.85221,6.04437], [50.85240,6.04578], [50.85324,6.04724], [50.85405,6.05025], [50.85516,6.05106], [50.85552,6.05261], [50.85660,6.05402], [50.85711,6.05540], [50.85690,6.05643], [50.85530,6.05694], [50.85446,6.05651], [50.85072,6.05651], [50.85088,6.05874], [50.84961,6.06432], [50.84714,6.07226], [50.84633,6.07424], [50.86072,6.07745], [50.86256,6.08132], [50.86437,6.08119], [50.86483,6.08351], [50.86928,6.08677], [50.87066,6.08694], [50.87152,6.08647], [50.87228,6.08831], [50.87266,6.08810], [50.87534,6.08660], [50.87640,6.08522], [50.87789,6.08715], [50.87889,6.08737], [50.88011,6.08638], [50.88038,6.08518], [50.88100,6.08441], [50.88152,6.08256], [50.88290,6.08162], [50.88333,6.08054], [50.88455,6.07986], [50.88491,6.07883], [50.88583,6.07947], [50.88726,6.07934], [50.88818,6.07827], [50.88816,6.07711], [50.88932,6.07625], [50.89013,6.07655], [50.89092,6.07578], [50.89157,6.07664], [50.89287,6.07557], [50.89463,6.07673], [50.89617,6.07690], [50.89709,6.07754], [50.89925,6.07758], [50.90321,6.08020], [50.90548,6.07999], [50.90870,6.08119], [50.91002,6.08265], [50.91232,6.08677], [50.91370,6.08707], [50.91476,6.08788], [50.91633,6.08981], [50.91735,6.09222], [50.91903,6.09363], [50.92063,6.09454], [50.92141,6.09359], [50.91963,6.08986], [50.91865,6.08930], [50.91963,6.08655], [50.92136,6.08333], [50.92228,6.07913], [50.92293,6.07621], [50.92325,6.07153], [50.92065,6.06814], [50.92082,6.06668], [50.92212,6.06291], [50.92130,6.06153], [50.92236,6.05415], [50.92726,6.05634], [50.93001,6.05098], [50.92823,6.04574], [50.92942,6.04488], [50.93091,6.03965], [50.93112,6.03780], [50.93475,6.01845], [50.94780,6.01518], [50.95272,6.01716], [50.95672,6.00536], [50.95861,6.00767], [50.95986,6.01029], [50.96032,6.01317], [50.96234,6.01544], [50.96648,6.01832], [50.96953,6.02016], [50.97142,6.02158], [50.98156,6.02712], [50.98339,6.02660], [50.98334,6.02407], [50.98396,6.01857], [50.98369,6.01712], [50.98345,6.01660], [50.98223,5.98437], [50.98329,5.98210], [50.98329,5.98090], [50.98288,5.97918], [50.98064,5.97390], [50.97942,5.96815], [50.97961,5.96682], [50.98026,5.96587], [50.98129,5.96493], [50.98299,5.96103], [50.98339,5.96077], [50.98512,5.95733], [50.98853,5.95519], [50.98726,5.94991], [50.98542,5.93365], [50.98202,5.92691], [50.97959,5.92287], [50.97788,5.91858], [50.97818,5.91699], [50.97786,5.91536], [50.97683,5.91262], [50.97548,5.90794], [50.97469,5.90506], [50.97469,5.90262], [50.97496,5.89747], [50.97661,5.89687], [50.97732,5.89605], [50.97780,5.89536], [50.97983,5.89365], [50.98029,5.89305], [50.98102,5.89399], [50.98131,5.89588], [50.98710,5.90378], [50.99612,5.90455], [51.00228,5.90566], [51.00465,5.89571], [51.01110,5.89579], [51.01256,5.89270], [51.01369,5.88811], [51.01393,5.88541], [51.01350,5.88425], [51.01812,5.87876], [51.01901,5.87880], [51.02022,5.87931], [51.02136,5.87871], [51.02387,5.87683], [51.02476,5.87670], [51.02929,5.87481], [51.03148,5.87700], [51.03725,5.87833], [51.03798,5.87798], [51.03841,5.87700], [51.03906,5.87472], [51.04222,5.87189], [51.04646,5.86734], [51.05107,5.86648], [51.05158,5.86940], [51.05145,5.87391], [51.05139,5.87541], [51.05193,5.88236], [51.05215,5.88751], [51.05336,5.89305], [51.05705,5.89678], [51.06198,5.90614], [51.06670,5.91326], [51.06390,5.91875], [51.04795,5.92635], [51.04655,5.92824], [51.04126,5.93446], [51.03681,5.93729], [51.03608,5.93802], [51.03489,5.93815], [51.03552,5.94077], [51.03560,5.94219], [51.03646,5.94334], [51.03681,5.94635], [51.03657,5.94643], [51.03684,5.94965], [51.03662,5.95236], [51.03635,5.95433], [51.03479,5.95583], [51.03460,5.95798], [51.03630,5.95832], [51.03824,5.95961], [51.04086,5.95811], [51.04186,5.96047], [51.04186,5.96184], [51.04358,5.96399], [51.04345,5.96536], [51.04372,5.96596], [51.04477,5.96824], [51.04620,5.96828], [51.04679,5.96948], [51.04806,5.96871], [51.04922,5.96935], [51.05000,5.96875], [51.05122,5.96815], [51.05184,5.96931], [51.05429,5.97055], [51.05510,5.96995], [51.05553,5.96845], [51.05696,5.97055], [51.05883,5.97120], [51.06017,5.97081], [51.06079,5.97021], [51.06163,5.97128], [51.06185,5.97244], [51.06279,5.97326], [51.06320,5.97510], [51.06452,5.97622], [51.06479,5.97695], [51.06681,5.97914], [51.06759,5.97892], [51.06943,5.98201], [51.07139,5.97982], [51.07312,5.98180], [51.07352,5.98480], [51.07463,5.98871], [51.07977,5.99227], [51.08419,5.99789], [51.08508,6.00004], [51.08753,6.00544], [51.08964,6.00853], [51.09080,6.00995], [51.09098,6.01085], [51.09088,6.01188], [51.09112,6.01334], [51.09190,6.01510], [51.09276,6.01634], [51.09435,6.01772], [51.09276,6.02063], [51.09319,6.02261], [51.09325,6.02398], [51.09403,6.02531], [51.09443,6.02845], [51.09484,6.03076], [51.09589,6.03561], [51.09726,6.03814], [51.09923,6.04046], [51.10077,6.04192], [51.10117,6.04342], [51.10098,6.04428], [51.10624,6.05286], [51.10958,6.05703], [51.11039,6.05651], [51.11074,6.05531], [51.11397,6.05827], [51.11580,6.06016], [51.11669,6.06243], [51.11796,6.06724], [51.11790,6.07119], [51.11817,6.07265], [51.11887,6.07514], [51.11933,6.07655], [51.12079,6.07587], [51.12192,6.08059], [51.12461,6.08036], [51.12582,6.08101], [51.12493,6.08238], [51.12361,6.08315], [51.12453,6.08736], [51.12571,6.08654], [51.12598,6.08461], [51.12744,6.08654], [51.12744,6.08792], [51.12776,6.08903], [51.12854,6.08899], [51.12911,6.08809], [51.12983,6.08877], [51.13010,6.08933], [51.13094,6.08968], [51.13228,6.09053], [51.13341,6.09161], [51.13479,6.09191], [51.13460,6.09633], [51.13549,6.09946], [51.13621,6.10062], [51.13662,6.10229], [51.13616,6.10341], [51.13667,6.10422], [51.13705,6.10594], [51.13745,6.10650], [51.13748,6.10959], [51.13794,6.11105], [51.13842,6.11349], [51.13869,6.11384], [51.13904,6.11650], [51.13988,6.11800], [51.14042,6.11989], [51.14090,6.12173], [51.14211,6.12126], [51.14410,6.12500], [51.14464,6.12736], [51.14470,6.13191], [51.14537,6.13607], [51.14615,6.14023], [51.14701,6.14530], [51.14801,6.14637], [51.14833,6.14890], [51.14774,6.15178], [51.14790,6.15538], [51.14906,6.16070], [51.14855,6.16375], [51.15258,6.16311], [51.15283,6.16474], [51.15428,6.16761], [51.15522,6.17032], [51.15746,6.17435], [51.15848,6.17564], [51.17333,6.13912], [51.18631,6.18103], [51.19459,6.16515], [51.19279,6.16073], [51.18986,6.14957], [51.18607,6.13691], [51.18370,6.12884], [51.18276,6.12717], [51.18144,6.12228], [51.17797,6.11511], [51.17530,6.11271], [51.17412,6.11035], [51.17345,6.10893], [51.17313,6.10743], [51.17251,6.10666], [51.17191,6.10228], [51.17062,6.09992], [51.17068,6.09773], [51.17127,6.09567], [51.17065,6.09365], [51.17108,6.09048], [51.17103,6.08773], [51.17170,6.08232], [51.17732,6.07863], [51.18289,6.07323], [51.21324,6.06962], [51.21351,6.06859], [51.22044,6.06816], [51.22192,6.07060], [51.22232,6.07335], [51.22230,6.08120], [51.22184,6.08416], [51.22270,6.08627], [51.22816,6.08309], [51.24256,6.07284], [51.24769,6.08614], [51.27474,6.12487], [51.27752,6.12496], [51.28560,6.12916], [51.29818,6.14534], [51.30751,6.15409], [51.31108,6.15439], [51.31561,6.15958], [51.31966,6.15975], [51.32162,6.16181], [51.32307,6.16228], [51.32567,6.16473], [51.32937,6.16971], [51.33098,6.16876], [51.33291,6.16864], [51.33315,6.17121], [51.33296,6.17426], [51.33323,6.17761], [51.33326,6.17894], [51.33353,6.17937], [51.33390,6.18224], [51.33430,6.18490], [51.33470,6.18615], [51.33497,6.18851], [51.33479,6.19121], [51.33452,6.19237], [51.33487,6.19464], [51.33591,6.19336], [51.33942,6.19014], [51.36035,6.22670], [51.38752,6.21497], [51.38894,6.21677], [51.38959,6.21471], [51.39154,6.21793], [51.39885,6.22643], [51.39947,6.22720], [51.39966,6.22647], [51.40040,6.22711], [51.40097,6.21136], [51.39966,6.20544], [51.43410,6.21500], [51.44629,6.21407], [51.44677,6.21437], [51.44661,6.22068], [51.45538,6.22021], [51.46113,6.22223], [51.46623,6.22243], [51.46879,6.22397], [51.46957,6.22303], [51.47313,6.22363], [51.47510,6.22376], [51.48518,6.21912], [51.48440,6.21848], [51.48697,6.21668], [51.49130,6.21286], [51.49638,6.21346], [51.50300,6.21444], [51.50723,6.21359], [51.51003,6.21316], [51.51364,6.21222], [51.51924,6.20771], [51.52760,6.19995], [51.53366,6.18853], [51.53855,6.17707], [51.56681,6.15707], [51.57065,6.14703], [51.57436,6.14072], [51.58129,6.13055], [51.59292,6.12158], [51.59385,6.11948], [51.59388,6.11746], [51.60600,6.09163], [51.61509,6.09463], [51.61901,6.09437], [51.62197,6.09400], [51.62075,6.09743], [51.62416,6.10031], [51.64186,6.10822], [51.64476,6.11182], [51.64684,6.10968], [51.65075,6.11766], [51.65121,6.11680], [51.65291,6.11594], [51.65499,6.11727], [51.65610,6.11822], [51.65898,6.10903], [51.65933,6.10629], [51.66058,6.10285], [51.66063,6.10174], [51.65826,6.09963], [51.65986,6.09504], [51.65991,6.08779], [51.66172,6.08753], [51.66284,6.08650], [51.66303,6.08517], [51.66271,6.08388], [51.66201,6.08281], [51.66170,6.07968], [51.66220,6.07934], [51.66356,6.07985], [51.66356,6.07861], [51.66438,6.07642], [51.66497,6.07582], [51.66390,6.07225], [51.67282,6.03676], [51.67413,6.03505], [51.67418,6.03247], [51.67452,6.03221], [51.67455,6.03445], [51.67516,6.03505], [51.67628,6.03337], [51.67633,6.03221], [51.67812,6.03028], [51.68011,6.03058], [51.68312,6.03076], [51.68394,6.03277], [51.68527,6.03234], [51.68948,6.02861], [51.69033,6.03080], [51.69240,6.03204], [51.69453,6.03123], [51.69770,6.03071], [51.69842,6.03067], [51.69980,6.02831], [51.70073,6.02762], [51.70281,6.02805], [51.70413,6.02685], [51.70679,6.02702], [51.70882,6.02616], [51.71038,6.02749], [51.71129,6.02852], [51.71179,6.02882], [51.71318,6.03312], [51.71270,6.03453], [51.71264,6.03771], [51.71350,6.03805], [51.71320,6.04243], [51.71498,6.04393], [51.71698,6.04522], [51.72009,6.03775], [51.71948,6.03775], [51.71812,6.03835], [51.71791,6.03560], [51.72033,6.03500], [51.72137,6.03513], [51.72155,6.03440], [51.72131,6.03342], [51.72328,6.03243], [51.72405,6.03247], [51.72588,6.02934], [51.72862,6.02046], [51.72913,6.01749], [51.73102,6.01312], [51.73378,6.00385], [51.73487,6.00205], [51.73548,6.00003], [51.73633,5.99857], [51.73859,5.99398], [51.73896,5.98956], [51.73941,5.98548], [51.73888,5.98093], [51.73909,5.97715], [51.73952,5.97368], [51.73896,5.96891], [51.73886,5.96359], [51.73883,5.96080], [51.73846,5.95887], [51.73878,5.95625], [51.73827,5.95518], [51.73973,5.95467], [51.74109,5.95355], [51.74297,5.95261], [51.74614,5.95274], [51.74805,5.95359], [51.74890,5.95256], [51.75177,5.95703], [51.75129,5.95827], [51.75891,5.97375], [51.75893,5.97525], [51.75962,5.97705], [51.75981,5.97881], [51.76632,5.99070], [51.77030,5.99229], [51.76985,5.99087], [51.77243,5.98675], [51.77367,5.98250], [51.77541,5.98426], [51.77573,5.98383], [51.77788,5.98486], [51.77886,5.98349], [51.78313,5.99070], [51.78388,5.98971], [51.78311,5.98774], [51.78452,5.98482], [51.78528,5.98478], [51.78420,5.98195], [51.78584,5.98070], [51.78621,5.97920], [51.78518,5.97461], [51.78627,5.97487], [51.78823,5.97409], [51.78871,5.97577], [51.78961,5.97298], [51.79431,5.97714], [51.79513,5.97491], [51.79593,5.97547], [51.79771,5.97937], [51.79874,5.97718], [51.80121,5.97223], [51.80203,5.97137], [51.80400,5.96793], [51.80471,5.96738], [51.80623,5.96519], [51.80761,5.96227], [51.80912,5.95841], [51.80936,5.95746], [51.81021,5.95665], [51.81047,5.95210], [51.81121,5.94845], [51.81254,5.94965], [51.81294,5.94879], [51.81270,5.94806], [51.81350,5.94661], [51.81456,5.94729], [51.81506,5.94631], [51.81634,5.94819], [51.81535,5.94957], [51.81607,5.95073], [51.81458,5.95296], [51.81570,5.95472], [51.81533,5.95579], [51.81676,5.95819], [51.82360,5.94480], [51.83681,5.96300], [51.83381,5.96896], [51.83320,5.97197], [51.83289,5.97587], [51.83153,5.98158], [51.83031,5.98707], [51.83076,5.99358], [51.83103,5.99658], [51.83201,6.00019], [51.83315,6.00452], [51.83379,6.00607], [51.83530,6.01113], [51.83815,6.01641], [51.84122,6.01757], [51.84149,6.01984], [51.84488,6.02903], [51.84215,6.03276], [51.84337,6.03349], [51.84242,6.03589], [51.84395,6.03692], [51.84523,6.03937], [51.84690,6.04207], [51.85138,6.05340], [51.85252,6.05581], [51.85657,6.05164], [51.85726,6.05409], [51.85753,6.05984], [51.86108,6.06070], [51.86116,6.06199], [51.86519,6.06353], [51.84875,6.10022], [51.84499,6.15267], [51.84032,6.16679], [51.85032,6.16584], [51.85225,6.16421], [51.85392,6.16365], [51.85896,6.16473], [51.86026,6.16618], [51.86103,6.16764], [51.86171,6.16709], [51.86187,6.16576], [51.86262,6.16430], [51.86291,6.16241], [51.86447,6.15902], [51.86588,6.15520], [51.86654,6.15112], [51.86720,6.14942], [51.86858,6.14864], [51.86996,6.14469], [51.87239,6.14474], [51.87322,6.14405], [51.87679,6.14371], [51.87714,6.14302], [51.87981,6.14160], [51.88114,6.13997], [51.88392,6.13800], [51.88569,6.13718], [51.88667,6.13508], [51.88665,6.13371], [51.88736,6.13126], [51.88808,6.13070], [51.88993,6.12590], [51.89036,6.12246], [51.89149,6.12053], [51.89245,6.11646], [51.89269,6.11247], [51.89197,6.10908], [51.89189,6.10641], [51.89247,6.10423], [51.89480,6.11053], [51.89592,6.10963], [51.89891,6.11242], [51.89761,6.11495], [51.90156,6.11830], [51.89796,6.12573], [51.89994,6.13225], [51.90452,6.15457], [51.90460,6.15766], [51.90092,6.16212], [51.90063,6.16324], [51.89838,6.16573], [51.90074,6.16800], [51.90090,6.17036], [51.89412,6.18247], [51.89345,6.18290], [51.89134,6.19083], [51.88866,6.18925], [51.88742,6.19075], [51.88675,6.18500], [51.88580,6.18182], [51.88278,6.18350], [51.88172,6.18388], [51.87470,6.19534], [51.87030,6.20598], [51.86744,6.21512], [51.86858,6.22551], [51.87012,6.23362], [51.86866,6.24152], [51.86986,6.24645], [51.86845,6.25444], [51.86800,6.26225], [51.86993,6.26564], [51.87388,6.26989], [51.87436,6.27306], [51.87407,6.27954], [51.87229,6.28263], [51.87174,6.28589], [51.86895,6.29383], [51.86779,6.29666], [51.86747,6.29890], [51.86559,6.29800], [51.86395,6.30023], [51.86159,6.30053], [51.85692,6.30250], [51.85570,6.30237], [51.85194,6.30465], [51.84870,6.30611], [51.85011,6.31057], [51.85030,6.31417], [51.85112,6.31817], [51.85149,6.32074], [51.85114,6.32516], [51.85146,6.33228], [51.85032,6.34001], [51.85085,6.34439], [51.84855,6.35421], [51.84521,6.36095], [51.84099,6.36331], [51.83733,6.36344], [51.83542,6.36263], [51.83325,6.36820], [51.83442,6.37260], [51.83469,6.37801], [51.83419,6.38398], [51.83328,6.38823], [51.83159,6.39222], [51.83010,6.39432], [51.82970,6.39694], [51.82785,6.40093], [51.82708,6.40183], [51.82809,6.40810], [51.83639,6.40338], [51.83525,6.40874], [51.83838,6.40719], [51.84132,6.40428], [51.84376,6.40247], [51.84564,6.40329], [51.84731,6.40586], [51.84911,6.40582], [51.85245,6.40960], [51.85379,6.40895], [51.85464,6.40780], [51.85462,6.40574], [51.85581,6.40097], [51.85727,6.39865], [51.85803,6.39741], [51.85976,6.39419], [51.86053,6.39187], [51.86167,6.39157], [51.86220,6.38831], [51.86402,6.38763], [51.86699,6.38848], [51.87219,6.39059], [51.87261,6.39166], [51.87367,6.39166], [51.87264,6.39325], [51.87152,6.39561], [51.87009,6.39638], [51.87070,6.39818], [51.87012,6.39900], [51.87012,6.40037], [51.86903,6.40149], [51.86895,6.40346], [51.87028,6.40505], [51.87041,6.40621], [51.86895,6.40895], [51.86964,6.41131], [51.87078,6.41252], [51.86816,6.41565], [51.86657,6.42016], [51.86617,6.42307], [51.86479,6.42831], [51.86037,6.42934], [51.85923,6.43230], [51.85965,6.43449], [51.86190,6.43882], [51.86153,6.44183], [51.86318,6.44535], [51.86487,6.44676], [51.86490,6.45138], [51.85756,6.45919], [51.85475,6.46529], [51.85374,6.47280], [51.85480,6.47365], [51.85576,6.47516], [51.85676,6.47820], [51.85676,6.48254], [51.85880,6.48760], [51.85928,6.49099], [51.86034,6.49494], [51.86206,6.50043], [51.86445,6.50236], [51.86588,6.50262], [51.86689,6.50121], [51.86779,6.50163], [51.86726,6.50382], [51.86906,6.50678], [51.87081,6.51176], [51.87213,6.51331], [51.87327,6.51562], [51.87295,6.51913], [51.87356,6.52510], [51.87406,6.52505], [51.87578,6.53029], [51.87663,6.52978], [51.87939,6.53664], [51.88031,6.53943], [51.88203,6.54188], [51.88407,6.54394], [51.88325,6.54746], [51.88286,6.55029], [51.88495,6.54926], [51.88553,6.55145], [51.88376,6.55298], [51.88334,6.55453], [51.88185,6.55513], [51.88140,6.55667], [51.88215,6.55830], [51.88180,6.56144], [51.88360,6.56096], [51.88411,6.56294], [51.88570,6.56478], [51.88819,6.56955], [51.89277,6.58237], [51.89364,6.58482], [51.89433,6.58864], [51.89692,6.60314], [51.90005,6.61744], [51.90180,6.62533], [51.90076,6.62756], [51.90100,6.63460], [51.90422,6.63814], [51.91084,6.66218], [51.91520,6.67295], [51.91725,6.68455], [51.91574,6.68399], [51.91428,6.69257], [51.91537,6.69497], [51.90960,6.69751], [51.90880,6.69995], [51.90973,6.70205], [51.90925,6.70321], [51.90616,6.70300], [51.89581,6.72208], [51.89869,6.73306], [51.90452,6.73744], [51.90608,6.74778], [51.90793,6.75285], [51.91077,6.75482], [51.91267,6.75448], [51.91357,6.75637], [51.91376,6.75933], [51.91455,6.76280], [51.91553,6.76444], [51.91590,6.76804], [51.91606,6.77027], [51.91895,6.77401], [51.92969,6.78930], [51.93119,6.78651], [51.93522,6.79432], [51.94265,6.79762], [51.94376,6.79668], [51.94609,6.79694], [51.95841,6.79898], [51.96179,6.81319], [51.96349,6.81409], [51.96388,6.82855], [51.97051,6.83312], [51.97395,6.83290], [51.97704,6.83033], [51.98006,6.83016], [51.98584,6.83054], [51.98764,6.82960], [51.99377,6.82690], [51.99507,6.80814], [51.99808,6.81164], [52.01805,6.77224], [52.01892,6.76632], [52.02246,6.76447], [52.02848,6.75323], [52.04012,6.71426], [52.04002,6.68804], [52.05261,6.68834], [52.05306,6.68727], [52.05585,6.68731], [52.05646,6.68984], [52.05902,6.69216], [52.06379,6.69523], [52.06453,6.69665], [52.06775,6.69716], [52.06983,6.69510], [52.07062,6.69991], [52.07276,6.71437], [52.07458,6.73570], [52.08073,6.74561], [52.08242,6.74882], [52.08479,6.75131], [52.08748,6.75058], [52.09036,6.74569], [52.09305,6.74505], [52.09444,6.74698], [52.09581,6.75123], [52.09479,6.75496], [52.09573,6.75578], [52.09792,6.75685], [52.09961,6.75792], [52.10802,6.75947], [52.11448,6.76028], [52.11867,6.76071], [52.11827,6.82283], [52.11898,6.84381], [52.12038,6.85605], [52.12786,6.86725], [52.12909,6.87129], [52.13014,6.87365], [52.13199,6.87314], [52.15635,6.88237], [52.15614,6.88082], [52.16998,6.90606], [52.17214,6.90606], [52.17401,6.90623], [52.17556,6.90842], [52.17598,6.90846], [52.17703,6.91189], [52.17743,6.91549], [52.17859,6.93665], [52.17919,6.93781], [52.18043,6.94991], [52.18095,6.95051], [52.18098,6.95146], [52.18401,6.95502], [52.18682,6.95755], [52.19124,6.96270], [52.19237,6.96244], [52.19424,6.96253], [52.19537,6.96433], [52.19637,6.96493], [52.19782,6.96738], [52.20294,6.97118], [52.20510,6.97419], [52.20938,6.97620], [52.21067,6.97689], [52.21183,6.97848], [52.21464,6.97976], [52.21625,6.97959], [52.21930,6.98067], [52.22137,6.98178], [52.22271,6.98401], [52.22332,6.98552], [52.22528,6.98578], [52.22565,6.98775], [52.22678,6.98951], [52.22707,6.99148], [52.22691,6.99393], [52.22697,6.99749], [52.22849,7.00367], [52.22741,7.01084], [52.22668,7.01200], [52.22705,7.01337], [52.22631,7.01483], [52.22507,7.01921], [52.22589,7.02080], [52.22565,7.02663], [52.22750,7.03929], [52.23483,7.06221], [52.24143,7.06611], [52.25624,7.04255], [52.27184,7.03217], [52.27376,7.02856], [52.27778,7.02783], [52.27878,7.02835], [52.28035,7.03002], [52.28169,7.02951], [52.28725,7.02630], [52.29174,7.02617], [52.30263,7.03419], [52.30769,7.03986], [52.31115,7.04140], [52.31226,7.03930], [52.31331,7.04380], [52.31394,7.04368], [52.31506,7.04767], [52.31680,7.04642], [52.31897,7.04801], [52.32010,7.04822], [52.32209,7.04732], [52.32388,7.04755], [52.33219,7.05567], [52.33303,7.05494], [52.33474,7.05622], [52.33817,7.05644], [52.35203,7.07247], [52.35727,7.07208], [52.36697,7.07298], [52.36817,7.07238], [52.37339,7.07238], [52.39074,7.06393], [52.39614,7.05921], [52.39946,7.05891], [52.40138,7.05496], [52.40009,7.05166], [52.40098,7.05054], [52.40085,7.04663], [52.40266,7.04170], [52.40282,7.03608], [52.40386,7.03509], [52.40813,7.03200], [52.42326,7.02196], [52.42915,7.01084], [52.44539,7.00524], [52.45541,6.99983], [52.46232,6.99468], [52.46564,6.99417], [52.46770,6.99168], [52.46987,6.98773], [52.46574,6.97713], [52.45988,6.97438], [52.45413,6.96958], [52.45008,6.96696], [52.44473,6.96168], [52.44340,6.95993], [52.43683,6.94735], [52.43568,6.94169], [52.44240,6.90608], [52.44658,6.88947], [52.45152,6.86194], [52.45003,6.85276], [52.45979,6.85456], [52.45929,6.84482], [52.46015,6.83173], [52.45968,6.77461], [52.46415,6.75297], [52.47722,6.72374], [52.47732,6.72035], [52.48658,6.69769], [52.52111,6.70553], [52.55319,6.68120], [52.54842,6.71647], [52.55022,6.71652], [52.55184,6.72068], [52.55685,6.72330], [52.56298,6.72639], [52.56162,6.73454], [52.56217,6.73961], [52.55930,6.74986], [52.55883,6.75291], [52.56149,6.76428], [52.56154,6.76677], [52.56366,6.76681], [52.58872,6.71892], [52.59346,6.72042], [52.59477,6.72175], [52.59657,6.72094], [52.59868,6.72128], [52.60342,6.72407], [52.60631,6.72437], [52.60892,6.72484], [52.61504,6.72759], [52.61887,6.72493], [52.62052,6.72283], [52.62088,6.72171], [52.62166,6.72051], [52.62200,6.71866], [52.62354,6.71858], [52.62701,6.71444], [52.62740,6.71040], [52.62886,6.71341], [52.63034,6.71568], [52.63115,6.71881], [52.63141,6.72190], [52.63313,6.72674], [52.63738,6.73077], [52.64126,6.73729], [52.64534,6.74223], [52.64675,6.75056], [52.64782,6.75197], [52.64784,6.75343], [52.64696,6.75176], [52.64597,6.75304], [52.64576,6.75369], [52.64756,6.75665], [52.64868,6.75905], [52.64675,6.76807], [52.65006,6.77240], [52.65006,6.77433], [52.65149,6.77712], [52.65237,6.78351], [52.65222,6.78776], [52.65263,6.78982], [52.65050,6.79411], [52.65183,6.80223], [52.65123,6.80549], [52.64886,6.80759], [52.64834,6.81690], [52.64745,6.81845], [52.64758,6.82231], [52.64961,6.82948], [52.65139,6.83171], [52.65188,6.83751], [52.64852,6.85077], [52.64889,6.85244], [52.64954,6.85369], [52.64980,6.86446], [52.65194,6.87019], [52.65275,6.87144], [52.65311,6.87307], [52.65079,6.87809], [52.65056,6.87998], [52.65147,6.89178], [52.65126,6.89753], [52.64835,6.90277], [52.64660,6.91388], [52.64556,6.91504], [52.64151,6.91554], [52.63974,6.91906], [52.64013,6.92837], [52.63789,6.93541], [52.63766,6.93948], [52.63912,6.94476], [52.63917,6.94871], [52.63886,6.95382], [52.64156,6.95905], [52.64162,6.96163], [52.64159,6.96802], [52.64266,6.97073], [52.64583,6.97485], [52.64604,6.97562], [52.64492,6.98167], [52.64349,6.98399], [52.64097,6.99266], [52.64209,6.99948], [52.64130,7.00326], [52.64055,7.00450], [52.63831,7.00583], [52.63763,7.00909], [52.63643,7.01454], [52.63448,7.02892], [52.63469,7.03540], [52.63339,7.03755], [52.63247,7.03922], [52.63250,7.04227], [52.64347,7.05600], [52.64607,7.05506], [52.72977,7.06499], [52.81041,7.07173], [52.83832,7.09319], [52.84988,7.08761], [52.86481,7.10556], [52.94200,7.18238], [53.00047,7.20976], [53.00696,7.21778], [53.01115,7.21323], [53.08147,7.19949], [53.11389,7.20310], [53.12193,7.18344], [53.12445,7.18653], [53.12548,7.18362], [53.12831,7.18138], [53.13727,7.17958], [53.14016,7.18362], [53.14263,7.18447], [53.14809,7.19014], [53.15745,7.18988], [53.16008,7.19194], [53.16142,7.19117], [53.17629,7.20404], [53.17623,7.21065], [53.17814,7.21958], [53.18004,7.22739], [53.18071,7.22730], [53.18837,7.20876], [53.19187,7.21117], [53.19557,7.21726], [53.19917,7.21778], [53.21521,7.21743], [53.22816,7.21100], [53.22806,7.21314], [53.25179,7.20705], [53.31638,7.12562], [53.33320,6.97730], [53.46257,6.91070], [53.62211,6.47399], [53.73720,4.55138], [51.62640,3.07922]], + NL: [[51.37686,3.35973],[51.36879,3.36625],[51.35917,3.37484],[51.35456,3.37351],[51.34832,3.37398],[51.34116,3.38338],[51.33416,3.38518],[51.31504,3.35819],[51.30243,3.37664],[51.30128,3.37432],[51.29999,3.37042],[51.29988,3.36741],[51.29911,3.36561],[51.29768,3.36587],[51.29516,3.36660],[51.29146,3.37033],[51.28982,3.37436],[51.28840,3.37823],[51.28743,3.37990],[51.28620,3.38037],[51.28518,3.38016],[51.28322,3.38050],[51.28265,3.38110],[51.28185,3.38127],[51.28067,3.38037],[51.28035,3.37891],[51.28027,3.37681],[51.27922,3.37522],[51.27758,3.37497],[51.27565,3.37694],[51.27476,3.37853],[51.27406,3.38132],[51.27358,3.38402],[51.27363,3.38664],[51.27237,3.38857],[51.27114,3.38883],[51.26483,3.39501],[51.26389,3.39685],[51.26306,3.40084],[51.26214,3.40286],[51.26037,3.40492],[51.25728,3.40616],[51.25648,3.40792],[51.25661,3.41140],[51.25819,3.41406],[51.25946,3.41539],[51.25981,3.41664],[51.25892,3.41749],[51.25725,3.41754],[51.25693,3.42020],[51.25621,3.42196],[51.25457,3.42428],[51.25046,3.42518],[51.24861,3.42556],[51.24544,3.42685],[51.24444,3.42741],[51.24554,3.43226],[51.24256,3.44427],[51.24189,3.44423],[51.24130,3.44792],[51.24243,3.47539],[51.24302,3.48276],[51.24463,3.50791],[51.24597,3.52799],[51.24635,3.52829],[51.26609,3.52250],[51.28709,3.51563],[51.28865,3.52906],[51.28312,3.53383],[51.28352,3.53868],[51.28803,3.54271],[51.29103,3.54357],[51.29103,3.54992],[51.28972,3.55138],[51.28942,3.55421],[51.28975,3.55614],[51.29074,3.55679],[51.29120,3.55842],[51.29541,3.55984],[51.29578,3.56254],[51.29452,3.56602],[51.29364,3.56636],[51.29192,3.57172],[51.29093,3.57134],[51.28921,3.57357],[51.28859,3.57554],[51.28803,3.57614],[51.28878,3.57782],[51.28859,3.57958],[51.28773,3.58022],[51.28669,3.58172],[51.28889,3.58408],[51.29082,3.58279],[51.29208,3.58340],[51.29294,3.58829],[51.29825,3.58138],[51.30174,3.58606],[51.30579,3.59000],[51.30531,3.59142],[51.30424,3.59065],[51.29769,3.61305],[51.29756,3.61404],[51.29680,3.61528],[51.29578,3.61837],[51.29396,3.61857],[51.29225,3.62149],[51.29278,3.62578],[51.28763,3.64072],[51.28860,3.64364],[51.28967,3.64449],[51.29010,3.65737],[51.28237,3.67642],[51.28022,3.67745],[51.28022,3.68930],[51.27539,3.69359],[51.27142,3.71333],[51.27195,3.71985],[51.27314,3.72312],[51.26873,3.75230],[51.26991,3.75247],[51.26895,3.75522],[51.26132,3.76208],[51.25949,3.76981],[51.26164,3.77358],[51.26390,3.77410],[51.26196,3.77805],[51.25842,3.78491],[51.25584,3.79504],[51.24606,3.78903],[51.22597,3.78766],[51.21511,3.78886],[51.21296,3.79144],[51.21306,3.79538],[51.21059,3.79899],[51.20962,3.80586],[51.21231,3.80517],[51.21231,3.80963],[51.20865,3.82216],[51.20887,3.82955],[51.21199,3.83555],[51.21349,3.83676],[51.21145,3.84345],[51.21242,3.84551],[51.21145,3.85014],[51.21242,3.85203],[51.21070,3.85581],[51.21059,3.86044],[51.21586,3.87040],[51.22242,3.88808],[51.21833,3.89272],[51.21382,3.88894],[51.20801,3.87658],[51.19987,3.88420],[51.20267,3.89519],[51.20138,3.89896],[51.20579,3.91373],[51.20740,3.91476],[51.20751,3.91922],[51.21396,3.91768],[51.21665,3.92145],[51.21686,3.92643],[51.21923,3.92918],[51.21202,3.93484],[51.21170,3.93621],[51.21331,3.94360],[51.21471,3.94360],[51.21503,3.94806],[51.21611,3.95390],[51.21525,3.95905],[51.21815,3.96128],[51.22106,3.96454],[51.22353,3.96437],[51.22503,3.97673],[51.22493,3.97913],[51.22901,3.98256],[51.23331,3.98651],[51.23299,3.98788],[51.23643,3.99372],[51.23729,4.00076],[51.23954,4.00093],[51.24460,4.01381],[51.24384,4.01604],[51.24492,4.02084],[51.24094,4.02411],[51.24298,4.03235],[51.24492,4.03647],[51.24083,4.04007],[51.24191,4.04917],[51.24352,4.06136],[51.24696,4.06445],[51.25158,4.07475],[51.25384,4.08007],[51.29314,4.16720],[51.35429,4.24290],[51.37594,4.23123],[51.37433,4.24273],[51.37733,4.33371],[51.35686,4.34075],[51.35793,4.35019],[51.35654,4.36667],[51.35568,4.36959],[51.35590,4.37096],[51.35407,4.38572],[51.35632,4.39963],[51.36458,4.42177],[51.36340,4.43224],[51.36972,4.42898],[51.37133,4.42606],[51.37529,4.43276],[51.40850,4.39173],[51.42103,4.38452],[51.42413,4.39019],[51.42477,4.39190],[51.42713,4.39173],[51.42681,4.39585],[51.43173,4.39482],[51.43119,4.39723],[51.43558,4.39911],[51.43590,4.39568],[51.43976,4.39654],[51.44168,4.39791],[51.44714,4.39156],[51.44596,4.38710],[51.44682,4.38160],[51.44885,4.38366],[51.46832,4.44254],[51.46992,4.45988],[51.47174,4.46795],[51.47602,4.47190],[51.47805,4.47688],[51.47708,4.48683],[51.48190,4.53747],[51.47334,4.54709],[51.44917,4.52906],[51.42306,4.53490],[51.43237,4.57472],[51.43098,4.58348],[51.42970,4.59824],[51.42520,4.63257],[51.42186,4.63889],[51.42175,4.64198],[51.42422,4.64919],[51.42636,4.65176],[51.42422,4.65657],[51.42646,4.67047],[51.44455,4.66738],[51.45097,4.68730],[51.45161,4.69399],[51.46690,4.70566],[51.46861,4.71751],[51.47107,4.71648],[51.47289,4.72043],[51.48380,4.72953],[51.48914,4.74738],[51.49588,4.75116],[51.49726,4.75047],[51.49994,4.75390],[51.49994,4.75854],[51.50207,4.75991],[51.50485,4.77330],[51.50389,4.78034],[51.49930,4.78240],[51.49801,4.79150],[51.49919,4.79424],[51.49876,4.79939],[51.49716,4.80420],[51.49427,4.81553],[51.49032,4.81707],[51.48818,4.81724],[51.48251,4.82085],[51.48123,4.82978],[51.48187,4.83630],[51.48048,4.84042],[51.47557,4.83887],[51.46755,4.83630],[51.46134,4.83578],[51.46059,4.83973],[51.45910,4.84248],[51.45717,4.84059],[51.45653,4.83767],[51.45910,4.83475],[51.45610,4.83149],[51.45161,4.82823],[51.44872,4.82257],[51.43642,4.82497],[51.43567,4.82394],[51.42175,4.82806],[51.42389,4.82548],[51.42325,4.82274],[51.42603,4.81604],[51.42657,4.80901],[51.42957,4.80574],[51.42935,4.79356],[51.43074,4.78926],[51.43374,4.78652],[51.43160,4.77313],[51.43074,4.76575],[51.42839,4.76712],[51.42614,4.76884],[51.41822,4.76866],[51.41319,4.77278],[51.41362,4.77690],[51.40880,4.78617],[51.40901,4.79270],[51.41030,4.79819],[51.41426,4.83922],[51.41233,4.84574],[51.41276,4.84969],[51.41405,4.85089],[51.41201,4.85947],[51.41051,4.85965],[51.40912,4.86703],[51.41019,4.87029],[51.41233,4.87372],[51.41415,4.87441],[51.41362,4.87904],[51.41533,4.88522],[51.41405,4.89106],[51.41158,4.89587],[51.40944,4.90119],[51.40709,4.90823],[51.40323,4.90788],[51.40173,4.91046],[51.39980,4.91595],[51.39830,4.91612],[51.39477,4.91320],[51.39316,4.92161],[51.39573,4.93020],[51.42229,4.96384],[51.44091,4.99989],[51.44230,5.00109],[51.44380,5.00607],[51.45022,5.00624],[51.45321,5.01088],[51.46027,5.01105],[51.46359,5.00796],[51.47213,5.01148],[51.47491,5.01714],[51.48186,5.02367],[51.48496,5.03173],[51.48688,5.03311],[51.48624,5.03946],[51.47897,5.03723],[51.47063,5.04633],[51.47085,5.07911],[51.43137,5.10383],[51.41949,5.09164],[51.39304,5.07053],[51.36079,5.11585],[51.35500,5.11911],[51.34675,5.13078],[51.31490,5.13370],[51.30986,5.16237],[51.31566,5.17387],[51.31973,5.19138],[51.31995,5.19670],[51.32209,5.20048],[51.30482,5.24150],[51.26788,5.22520],[51.26090,5.23756],[51.26649,5.26279],[51.26099,5.29578],[51.26314,5.31587],[51.26282,5.33732],[51.26518,5.34299],[51.26937,5.34436],[51.27517,5.34797],[51.26679,5.39517],[51.26185,5.41783],[51.27592,5.43414],[51.27592,5.43843],[51.27925,5.44187],[51.28193,5.44307],[51.28440,5.46538],[51.29138,5.47774],[51.29546,5.47877],[51.29975,5.48547],[51.29503,5.51499],[51.28988,5.51843],[51.28172,5.52770],[51.27023,5.54555],[51.26625,5.55619],[51.25508,5.55568],[51.25078,5.55551],[51.24444,5.55465],[51.22176,5.55963],[51.20144,5.63962],[51.19768,5.65249],[51.19445,5.65335],[51.19391,5.64906],[51.18433,5.65764],[51.18563,5.66451],[51.18466,5.67550],[51.18229,5.67567],[51.18477,5.68974],[51.18229,5.69541],[51.18369,5.69747],[51.18358,5.70056],[51.18175,5.70090],[51.18164,5.71275],[51.18412,5.72013],[51.18520,5.73403],[51.18455,5.74038],[51.18907,5.74536],[51.18390,5.75669],[51.18346,5.76725],[51.17829,5.77618],[51.17291,5.77206],[51.17119,5.77772],[51.16990,5.76862],[51.16376,5.76982],[51.16365,5.77429],[51.16225,5.77738],[51.16172,5.77909],[51.15924,5.77944],[51.15795,5.77549],[51.15676,5.77618],[51.15461,5.77394],[51.15407,5.77618],[51.15073,5.77721],[51.15278,5.78493],[51.15504,5.78819],[51.15687,5.79523],[51.15913,5.80296],[51.16150,5.80347],[51.16247,5.80587],[51.15827,5.81428],[51.15902,5.81566],[51.16075,5.81566],[51.16333,5.81806],[51.16699,5.82441],[51.16398,5.82802],[51.16204,5.83197],[51.15859,5.83214],[51.15687,5.83712],[51.15289,5.83574],[51.15203,5.84003],[51.14826,5.84536],[51.14826,5.84810],[51.14449,5.85463],[51.14126,5.84621],[51.13846,5.84398],[51.13372,5.84330],[51.13199,5.84106],[51.13102,5.83900],[51.13135,5.83214],[51.12952,5.82441],[51.11853,5.81051],[51.11475,5.80828],[51.11228,5.80828],[51.10980,5.80999],[51.10775,5.81343],[51.10764,5.82081],[51.10721,5.82682],[51.10398,5.83214],[51.10042,5.83351],[51.09697,5.83231],[51.09406,5.82750],[51.09223,5.82304],[51.09492,5.81497],[51.09589,5.80862],[51.09492,5.80313],[51.09266,5.79781],[51.08996,5.79472],[51.08738,5.79643],[51.08392,5.80038],[51.07983,5.80330],[51.07692,5.80344],[51.07422,5.79692],[51.07109,5.79709],[51.06322,5.80087],[51.05988,5.79829],[51.05944,5.79263],[51.05998,5.78834],[51.06290,5.78027],[51.06268,5.77306],[51.06042,5.77117],[51.05610,5.77272],[51.04563,5.76825],[51.03570,5.75864],[51.03203,5.75830],[51.03041,5.75933],[51.02858,5.76534],[51.02793,5.76928],[51.02415,5.77546],[51.02102,5.77581],[51.01735,5.77134],[51.01270,5.76671],[51.00752,5.76585],[51.00136,5.76671],[50.99801,5.76585],[50.99294,5.76087],[50.98905,5.75401],[50.98148,5.74851],[50.97921,5.73753],[50.97500,5.73495],[50.97197,5.73255],[50.96440,5.72225],[50.96051,5.72019],[50.95662,5.72311],[50.95629,5.73718],[50.96040,5.74233],[50.96094,5.74594],[50.95975,5.75126],[50.95737,5.75538],[50.95381,5.75898],[50.95056,5.75761],[50.94991,5.75435],[50.94797,5.74954],[50.94667,5.74662],[50.94332,5.74456],[50.93542,5.74044],[50.93163,5.73547],[50.92471,5.72688],[50.91865,5.72654],[50.91280,5.72637],[50.90934,5.72208],[50.90847,5.71727],[50.91129,5.70371],[50.91010,5.69907],[50.90718,5.69598],[50.90328,5.69616],[50.89722,5.69478],[50.89159,5.68774],[50.88715,5.68105],[50.88000,5.67830],[50.88216,5.66972],[50.87816,5.66011],[50.87675,5.65822],[50.87686,5.65427],[50.87382,5.65238],[50.87577,5.65135],[50.87122,5.64311],[50.86841,5.64895],[50.86451,5.64071],[50.86277,5.64248],[50.85324,5.63939],[50.84804,5.63922],[50.84684,5.63785],[50.83730,5.64317],[50.83514,5.64694],[50.83047,5.64832],[50.82646,5.64797],[50.82646,5.65124],[50.82364,5.65484],[50.81833,5.65278],[50.81638,5.66634],[50.81649,5.67029],[50.81171,5.67973],[50.81258,5.68351],[50.81095,5.69398],[50.79663,5.69364],[50.78296,5.69913],[50.77352,5.69690],[50.76071,5.68248],[50.75681,5.68177],[50.75691,5.68777],[50.75507,5.68743],[50.75463,5.69807],[50.75605,5.70151],[50.75757,5.70322],[50.75811,5.70855],[50.75952,5.71541],[50.76441,5.72108],[50.75963,5.72451],[50.75702,5.73103],[50.75691,5.73962],[50.76126,5.74236],[50.76386,5.74236],[50.76864,5.74597],[50.77440,5.75489],[50.78232,5.76674],[50.78286,5.77635],[50.77277,5.77979],[50.76701,5.78373],[50.76777,5.78991],[50.76994,5.79352],[50.75539,5.80742],[50.75572,5.81549],[50.75800,5.82098],[50.75843,5.82682],[50.75789,5.83094],[50.76191,5.83695],[50.76528,5.84536],[50.75713,5.84742],[50.75290,5.84914],[50.75822,5.85446],[50.76213,5.86235],[50.76430,5.86922],[50.76506,5.87592],[50.77005,5.88673],[50.76310,5.88999],[50.75670,5.88879],[50.75463,5.89119],[50.75072,5.90218],[50.75363,5.90407],[50.75515,5.90458],[50.75406,5.90853],[50.75493,5.91248],[50.75015,5.91454],[50.75091,5.91952],[50.75124,5.92278],[50.75656,5.93153],[50.75656,5.93583],[50.75754,5.93995],[50.75922,5.94673],[50.75992,5.95333],[50.76210,5.96020],[50.76150,5.96046],[50.75987,5.97076],[50.75759,5.97505],[50.75520,5.97419],[50.75401,5.97677],[50.75417,5.97943],[50.75249,5.98277],[50.75297,5.98535],[50.75265,5.99316],[50.75346,5.99694],[50.75297,6.00131],[50.75363,6.00337],[50.75439,6.01230],[50.75477,6.01496],[50.75417,6.02166],[50.76340,6.01891],[50.76666,6.02243],[50.77056,6.02483],[50.77344,6.02861],[50.77523,6.02706],[50.77626,6.02526],[50.77648,6.02209],[50.77963,6.01505],[50.78131,6.00887],[50.78419,6.00492],[50.78733,5.99891],[50.78755,5.99634],[50.79032,5.99642],[50.79440,5.98819],[50.79413,5.98630],[50.79543,5.98484],[50.79522,5.98046],[50.79684,5.97840],[50.79809,5.97506],[50.80232,5.97566],[50.80493,5.97849],[50.80466,5.97909],[50.80601,5.98055],[50.80726,5.98072],[50.81024,5.98518],[50.80834,5.98887],[50.80487,5.99669],[50.80108,6.00398],[50.80281,6.00887],[50.80650,6.01377],[50.80921,6.01651],[50.81415,6.02595],[50.81474,6.02415],[50.81626,6.02518],[50.81713,6.02261],[50.81941,6.02647],[50.82038,6.02690],[50.82179,6.02484],[50.82570,6.02407],[50.82646,6.02321],[50.82787,6.02578],[50.82971,6.01917],[50.83372,6.01677],[50.83768,6.01866],[50.83898,6.01651],[50.84597,6.01917],[50.84613,6.02201],[50.84722,6.02561],[50.84706,6.02604],[50.84769,6.02862],[50.84923,6.03192],[50.85015,6.03329],[50.85037,6.03583],[50.85080,6.03750],[50.85080,6.03990],[50.85118,6.04252],[50.85221,6.04437],[50.85240,6.04578],[50.85324,6.04724],[50.85405,6.05025],[50.85516,6.05106],[50.85552,6.05261],[50.85660,6.05402],[50.85711,6.05540],[50.85690,6.05643],[50.85530,6.05694],[50.85446,6.05651],[50.85072,6.05651],[50.85088,6.05874],[50.84961,6.06432],[50.84714,6.07226],[50.84633,6.07424],[50.86072,6.07745],[50.86256,6.08132],[50.86437,6.08119],[50.86483,6.08351],[50.86928,6.08677],[50.87066,6.08694],[50.87152,6.08647],[50.87228,6.08831],[50.87266,6.08810],[50.87534,6.08660],[50.87640,6.08522],[50.87789,6.08715],[50.87889,6.08737],[50.88011,6.08638],[50.88038,6.08518],[50.88100,6.08441],[50.88152,6.08256],[50.88290,6.08162],[50.88333,6.08054],[50.88455,6.07986],[50.88491,6.07883],[50.88583,6.07947],[50.88726,6.07934],[50.88818,6.07827],[50.88816,6.07711],[50.88932,6.07625],[50.89013,6.07655],[50.89092,6.07578],[50.89157,6.07664],[50.89287,6.07557],[50.89463,6.07673],[50.89617,6.07690],[50.89709,6.07754],[50.89925,6.07758],[50.90321,6.08020],[50.90548,6.07999],[50.90870,6.08119],[50.91002,6.08265],[50.91232,6.08677],[50.91370,6.08707],[50.91476,6.08788],[50.91633,6.08981],[50.91735,6.09222],[50.91903,6.09363],[50.92063,6.09454],[50.92141,6.09359],[50.91963,6.08986],[50.91865,6.08930],[50.91963,6.08655],[50.92136,6.08333],[50.92228,6.07913],[50.92293,6.07621],[50.92325,6.07153],[50.92065,6.06814],[50.92082,6.06668],[50.92212,6.06291],[50.92130,6.06153],[50.92236,6.05415],[50.92726,6.05634],[50.93001,6.05098],[50.92823,6.04574],[50.92942,6.04488],[50.93091,6.03965],[50.93112,6.03780],[50.93475,6.01845],[50.94780,6.01518],[50.95272,6.01716],[50.95672,6.00536],[50.95861,6.00767],[50.95986,6.01029],[50.96032,6.01317],[50.96234,6.01544],[50.96648,6.01832],[50.96953,6.02016],[50.97142,6.02158],[50.98156,6.02712],[50.98339,6.02660],[50.98334,6.02407],[50.98396,6.01857],[50.98369,6.01712],[50.98345,6.01660],[50.98223,5.98437],[50.98329,5.98210],[50.98329,5.98090],[50.98288,5.97918],[50.98064,5.97390],[50.97942,5.96815],[50.97961,5.96682],[50.98026,5.96587],[50.98129,5.96493],[50.98299,5.96103],[50.98339,5.96077],[50.98512,5.95733],[50.98853,5.95519],[50.98726,5.94991],[50.98542,5.93365],[50.98202,5.92691],[50.97959,5.92287],[50.97788,5.91858],[50.97818,5.91699],[50.97786,5.91536],[50.97683,5.91262],[50.97548,5.90794],[50.97469,5.90506],[50.97469,5.90262],[50.97496,5.89747],[50.97661,5.89687],[50.97732,5.89605],[50.97780,5.89536],[50.97983,5.89365],[50.98029,5.89305],[50.98102,5.89399],[50.98131,5.89588],[50.98710,5.90378],[50.99612,5.90455],[51.00228,5.90566],[51.00465,5.89571],[51.01110,5.89579],[51.01256,5.89270],[51.01369,5.88811],[51.01393,5.88541],[51.01350,5.88425],[51.01812,5.87876],[51.01901,5.87880],[51.02022,5.87931],[51.02136,5.87871],[51.02387,5.87683],[51.02476,5.87670],[51.02929,5.87481],[51.03148,5.87700],[51.03725,5.87833],[51.03798,5.87798],[51.03841,5.87700],[51.03906,5.87472],[51.04222,5.87189],[51.04646,5.86734],[51.05107,5.86648],[51.05158,5.86940],[51.05145,5.87391],[51.05139,5.87541],[51.05193,5.88236],[51.05215,5.88751],[51.05336,5.89305],[51.05705,5.89678],[51.06198,5.90614],[51.06670,5.91326],[51.06390,5.91875],[51.04795,5.92635],[51.04655,5.92824],[51.04126,5.93446],[51.03681,5.93729],[51.03608,5.93802],[51.03489,5.93815],[51.03552,5.94077],[51.03560,5.94219],[51.03646,5.94334],[51.03681,5.94635],[51.03657,5.94643],[51.03684,5.94965],[51.03662,5.95236],[51.03635,5.95433],[51.03479,5.95583],[51.03460,5.95798],[51.03630,5.95832],[51.03824,5.95961],[51.04086,5.95811],[51.04186,5.96047],[51.04186,5.96184],[51.04358,5.96399],[51.04345,5.96536],[51.04372,5.96596],[51.04477,5.96824],[51.04620,5.96828],[51.04679,5.96948],[51.04806,5.96871],[51.04922,5.96935],[51.05000,5.96875],[51.05122,5.96815],[51.05184,5.96931],[51.05429,5.97055],[51.05510,5.96995],[51.05553,5.96845],[51.05696,5.97055],[51.05883,5.97120],[51.06017,5.97081],[51.06079,5.97021],[51.06163,5.97128],[51.06185,5.97244],[51.06279,5.97326],[51.06320,5.97510],[51.06452,5.97622],[51.06479,5.97695],[51.06681,5.97914],[51.06759,5.97892],[51.06943,5.98201],[51.07139,5.97982],[51.07312,5.98180],[51.07352,5.98480],[51.07463,5.98871],[51.07977,5.99227],[51.08419,5.99789],[51.08508,6.00004],[51.08753,6.00544],[51.08964,6.00853],[51.09080,6.00995],[51.09098,6.01085],[51.09088,6.01188],[51.09112,6.01334],[51.09190,6.01510],[51.09276,6.01634],[51.09435,6.01772],[51.09276,6.02063],[51.09319,6.02261],[51.09325,6.02398],[51.09403,6.02531],[51.09443,6.02845],[51.09484,6.03076],[51.09589,6.03561],[51.09726,6.03814],[51.09923,6.04046],[51.10077,6.04192],[51.10117,6.04342],[51.10098,6.04428],[51.10624,6.05286],[51.10958,6.05703],[51.11039,6.05651],[51.11074,6.05531],[51.11397,6.05827],[51.11580,6.06016],[51.11669,6.06243],[51.11796,6.06724],[51.11790,6.07119],[51.11817,6.07265],[51.11887,6.07514],[51.11933,6.07655],[51.12079,6.07587],[51.12192,6.08059],[51.12461,6.08036],[51.12582,6.08101],[51.12493,6.08238],[51.12361,6.08315],[51.12453,6.08736],[51.12571,6.08654],[51.12598,6.08461],[51.12744,6.08654],[51.12744,6.08792],[51.12776,6.08903],[51.12854,6.08899],[51.12911,6.08809],[51.12983,6.08877],[51.13010,6.08933],[51.13094,6.08968],[51.13228,6.09053],[51.13341,6.09161],[51.13479,6.09191],[51.13460,6.09633],[51.13549,6.09946],[51.13621,6.10062],[51.13662,6.10229],[51.13616,6.10341],[51.13667,6.10422],[51.13705,6.10594],[51.13745,6.10650],[51.13748,6.10959],[51.13794,6.11105],[51.13842,6.11349],[51.13869,6.11384],[51.13904,6.11650],[51.13988,6.11800],[51.14042,6.11989],[51.14090,6.12173],[51.14211,6.12126],[51.14410,6.12500],[51.14464,6.12736],[51.14470,6.13191],[51.14537,6.13607],[51.14615,6.14023],[51.14701,6.14530],[51.14801,6.14637],[51.14833,6.14890],[51.14774,6.15178],[51.14790,6.15538],[51.14906,6.16070],[51.14855,6.16375],[51.15258,6.16311],[51.15283,6.16474],[51.15428,6.16761],[51.15522,6.17032],[51.15746,6.17435],[51.15848,6.17564],[51.17333,6.13912],[51.18631,6.18103],[51.19459,6.16515],[51.19279,6.16073],[51.18986,6.14957],[51.18607,6.13691],[51.18370,6.12884],[51.18276,6.12717],[51.18144,6.12228],[51.17797,6.11511],[51.17530,6.11271],[51.17412,6.11035],[51.17345,6.10893],[51.17313,6.10743],[51.17251,6.10666],[51.17191,6.10228],[51.17062,6.09992],[51.17068,6.09773],[51.17127,6.09567],[51.17065,6.09365],[51.17108,6.09048],[51.17103,6.08773],[51.17170,6.08232],[51.17732,6.07863],[51.18289,6.07323],[51.21324,6.06962],[51.21351,6.06859],[51.22044,6.06816],[51.22192,6.07060],[51.22232,6.07335],[51.22230,6.08120],[51.22184,6.08416],[51.22270,6.08627],[51.22816,6.08309],[51.24256,6.07284],[51.24769,6.08614],[51.27474,6.12487],[51.27752,6.12496],[51.28560,6.12916],[51.29818,6.14534],[51.30751,6.15409],[51.31108,6.15439],[51.31561,6.15958],[51.31966,6.15975],[51.32162,6.16181],[51.32307,6.16228],[51.32567,6.16473],[51.32937,6.16971],[51.33098,6.16876],[51.33291,6.16864],[51.33315,6.17121],[51.33296,6.17426],[51.33323,6.17761],[51.33326,6.17894],[51.33353,6.17937],[51.33390,6.18224],[51.33430,6.18490],[51.33470,6.18615],[51.33497,6.18851],[51.33479,6.19121],[51.33452,6.19237],[51.33487,6.19464],[51.33591,6.19336],[51.33942,6.19014],[51.36035,6.22670],[51.38752,6.21497],[51.38894,6.21677],[51.38959,6.21471],[51.39154,6.21793],[51.39885,6.22643],[51.39947,6.22720],[51.39966,6.22647],[51.40040,6.22711],[51.40097,6.21136],[51.39966,6.20544],[51.43410,6.21500],[51.44629,6.21407],[51.44677,6.21437],[51.44661,6.22068],[51.45538,6.22021],[51.46113,6.22223],[51.46623,6.22243],[51.46879,6.22397],[51.46957,6.22303],[51.47313,6.22363],[51.47510,6.22376],[51.48518,6.21912],[51.48440,6.21848],[51.48697,6.21668],[51.49130,6.21286],[51.49638,6.21346],[51.50300,6.21444],[51.50723,6.21359],[51.51003,6.21316],[51.51364,6.21222],[51.51924,6.20771],[51.52760,6.19995],[51.53366,6.18853],[51.53855,6.17707],[51.56681,6.15707],[51.57065,6.14703],[51.57436,6.14072],[51.58129,6.13055],[51.59292,6.12158],[51.59385,6.11948],[51.59388,6.11746],[51.60600,6.09163],[51.61509,6.09463],[51.61901,6.09437],[51.62197,6.09400],[51.62075,6.09743],[51.62416,6.10031],[51.64186,6.10822],[51.64476,6.11182],[51.64684,6.10968],[51.65075,6.11766],[51.65121,6.11680],[51.65291,6.11594],[51.65499,6.11727],[51.65610,6.11822],[51.65898,6.10903],[51.65933,6.10629],[51.66058,6.10285],[51.66063,6.10174],[51.65826,6.09963],[51.65986,6.09504],[51.65991,6.08779],[51.66172,6.08753],[51.66284,6.08650],[51.66303,6.08517],[51.66271,6.08388],[51.66201,6.08281],[51.66170,6.07968],[51.66220,6.07934],[51.66356,6.07985],[51.66356,6.07861],[51.66438,6.07642],[51.66497,6.07582],[51.66390,6.07225],[51.67282,6.03676],[51.67413,6.03505],[51.67418,6.03247],[51.67452,6.03221],[51.67455,6.03445],[51.67516,6.03505],[51.67628,6.03337],[51.67633,6.03221],[51.67812,6.03028],[51.68011,6.03058],[51.68312,6.03076],[51.68394,6.03277],[51.68527,6.03234],[51.68948,6.02861],[51.69033,6.03080],[51.69240,6.03204],[51.69453,6.03123],[51.69770,6.03071],[51.69842,6.03067],[51.69980,6.02831],[51.70073,6.02762],[51.70281,6.02805],[51.70413,6.02685],[51.70679,6.02702],[51.70882,6.02616],[51.71038,6.02749],[51.71129,6.02852],[51.71179,6.02882],[51.71318,6.03312],[51.71270,6.03453],[51.71264,6.03771],[51.71350,6.03805],[51.71320,6.04243],[51.71498,6.04393],[51.71698,6.04522],[51.72009,6.03775],[51.71948,6.03775],[51.71812,6.03835],[51.71791,6.03560],[51.72033,6.03500],[51.72137,6.03513],[51.72155,6.03440],[51.72131,6.03342],[51.72328,6.03243],[51.72405,6.03247],[51.72588,6.02934],[51.72862,6.02046],[51.72913,6.01749],[51.73102,6.01312],[51.73378,6.00385],[51.73487,6.00205],[51.73548,6.00003],[51.73633,5.99857],[51.73859,5.99398],[51.73896,5.98956],[51.73941,5.98548],[51.73888,5.98093],[51.73909,5.97715],[51.73952,5.97368],[51.73896,5.96891],[51.73886,5.96359],[51.73883,5.96080],[51.73846,5.95887],[51.73878,5.95625],[51.73827,5.95518],[51.73973,5.95467],[51.74109,5.95355],[51.74297,5.95261],[51.74614,5.95274],[51.74805,5.95359],[51.74890,5.95256],[51.75177,5.95703],[51.75129,5.95827],[51.75891,5.97375],[51.75893,5.97525],[51.75962,5.97705],[51.75981,5.97881],[51.76632,5.99070],[51.77030,5.99229],[51.76985,5.99087],[51.77243,5.98675],[51.77367,5.98250],[51.77541,5.98426],[51.77573,5.98383],[51.77788,5.98486],[51.77886,5.98349],[51.78313,5.99070],[51.78388,5.98971],[51.78311,5.98774],[51.78452,5.98482],[51.78528,5.98478],[51.78420,5.98195],[51.78584,5.98070],[51.78621,5.97920],[51.78518,5.97461],[51.78627,5.97487],[51.78823,5.97409],[51.78871,5.97577],[51.78961,5.97298],[51.79431,5.97714],[51.79513,5.97491],[51.79593,5.97547],[51.79771,5.97937],[51.79874,5.97718],[51.80121,5.97223],[51.80203,5.97137],[51.80400,5.96793],[51.80471,5.96738],[51.80623,5.96519],[51.80761,5.96227],[51.80912,5.95841],[51.80936,5.95746],[51.81021,5.95665],[51.81047,5.95210],[51.81121,5.94845],[51.81254,5.94965],[51.81294,5.94879],[51.81270,5.94806],[51.81350,5.94661],[51.81456,5.94729],[51.81506,5.94631],[51.81634,5.94819],[51.81535,5.94957],[51.81607,5.95073],[51.81458,5.95296],[51.81570,5.95472],[51.81533,5.95579],[51.81676,5.95819],[51.82360,5.94480],[51.83681,5.96300],[51.83381,5.96896],[51.83320,5.97197],[51.83289,5.97587],[51.83153,5.98158],[51.83031,5.98707],[51.83076,5.99358],[51.83103,5.99658],[51.83201,6.00019],[51.83315,6.00452],[51.83379,6.00607],[51.83530,6.01113],[51.83815,6.01641],[51.84122,6.01757],[51.84149,6.01984],[51.84488,6.02903],[51.84215,6.03276],[51.84337,6.03349],[51.84242,6.03589],[51.84395,6.03692],[51.84523,6.03937],[51.84690,6.04207],[51.85138,6.05340],[51.85252,6.05581],[51.85657,6.05164],[51.85726,6.05409],[51.85753,6.05984],[51.86108,6.06070],[51.86116,6.06199],[51.86519,6.06353],[51.84875,6.10022],[51.84499,6.15267],[51.84032,6.16679],[51.85032,6.16584],[51.85225,6.16421],[51.85392,6.16365],[51.85896,6.16473],[51.86026,6.16618],[51.86103,6.16764],[51.86171,6.16709],[51.86187,6.16576],[51.86262,6.16430],[51.86291,6.16241],[51.86447,6.15902],[51.86588,6.15520],[51.86654,6.15112],[51.86720,6.14942],[51.86858,6.14864],[51.86996,6.14469],[51.87239,6.14474],[51.87322,6.14405],[51.87679,6.14371],[51.87714,6.14302],[51.87981,6.14160],[51.88114,6.13997],[51.88392,6.13800],[51.88569,6.13718],[51.88667,6.13508],[51.88665,6.13371],[51.88736,6.13126],[51.88808,6.13070],[51.88993,6.12590],[51.89036,6.12246],[51.89149,6.12053],[51.89245,6.11646],[51.89269,6.11247],[51.89197,6.10908],[51.89189,6.10641],[51.89247,6.10423],[51.89480,6.11053],[51.89592,6.10963],[51.89891,6.11242],[51.89761,6.11495],[51.90156,6.11830],[51.89796,6.12573],[51.89994,6.13225],[51.90452,6.15457],[51.90460,6.15766],[51.90092,6.16212],[51.90063,6.16324],[51.89838,6.16573],[51.90074,6.16800],[51.90090,6.17036],[51.89412,6.18247],[51.89345,6.18290],[51.89134,6.19083],[51.88866,6.18925],[51.88742,6.19075],[51.88675,6.18500],[51.88580,6.18182],[51.88278,6.18350],[51.88172,6.18388],[51.87470,6.19534],[51.87030,6.20598],[51.86744,6.21512],[51.86858,6.22551],[51.87012,6.23362],[51.86866,6.24152],[51.86986,6.24645],[51.86845,6.25444],[51.86800,6.26225],[51.86993,6.26564],[51.87388,6.26989],[51.87436,6.27306],[51.87407,6.27954],[51.87229,6.28263],[51.87174,6.28589],[51.86895,6.29383],[51.86779,6.29666],[51.86747,6.29890],[51.86559,6.29800],[51.86395,6.30023],[51.86159,6.30053],[51.85692,6.30250],[51.85570,6.30237],[51.85194,6.30465],[51.84870,6.30611],[51.85011,6.31057],[51.85030,6.31417],[51.85112,6.31817],[51.85149,6.32074],[51.85114,6.32516],[51.85146,6.33228],[51.85032,6.34001],[51.85085,6.34439],[51.84855,6.35421],[51.84521,6.36095],[51.84099,6.36331],[51.83733,6.36344],[51.83542,6.36263],[51.83325,6.36820],[51.83442,6.37260],[51.83469,6.37801],[51.83419,6.38398],[51.83328,6.38823],[51.83159,6.39222],[51.83010,6.39432],[51.82970,6.39694],[51.82785,6.40093],[51.82708,6.40183],[51.82809,6.40810],[51.83639,6.40338],[51.83525,6.40874],[51.83838,6.40719],[51.84132,6.40428],[51.84376,6.40247],[51.84564,6.40329],[51.84731,6.40586],[51.84911,6.40582],[51.85245,6.40960],[51.85379,6.40895],[51.85464,6.40780],[51.85462,6.40574],[51.85581,6.40097],[51.85727,6.39865],[51.85803,6.39741],[51.85976,6.39419],[51.86053,6.39187],[51.86167,6.39157],[51.86220,6.38831],[51.86402,6.38763],[51.86699,6.38848],[51.87219,6.39059],[51.87261,6.39166],[51.87367,6.39166],[51.87264,6.39325],[51.87152,6.39561],[51.87009,6.39638],[51.87070,6.39818],[51.87012,6.39900],[51.87012,6.40037],[51.86903,6.40149],[51.86895,6.40346],[51.87028,6.40505],[51.87041,6.40621],[51.86895,6.40895],[51.86964,6.41131],[51.87078,6.41252],[51.86816,6.41565],[51.86657,6.42016],[51.86617,6.42307],[51.86479,6.42831],[51.86037,6.42934],[51.85923,6.43230],[51.85965,6.43449],[51.86190,6.43882],[51.86153,6.44183],[51.86318,6.44535],[51.86487,6.44676],[51.86490,6.45138],[51.85756,6.45919],[51.85475,6.46529],[51.85374,6.47280],[51.85480,6.47365],[51.85576,6.47516],[51.85676,6.47820],[51.85676,6.48254],[51.85880,6.48760],[51.85928,6.49099],[51.86034,6.49494],[51.86206,6.50043],[51.86445,6.50236],[51.86588,6.50262],[51.86689,6.50121],[51.86779,6.50163],[51.86726,6.50382],[51.86906,6.50678],[51.87081,6.51176],[51.87213,6.51331],[51.87327,6.51562],[51.87295,6.51913],[51.87356,6.52510],[51.87406,6.52505],[51.87578,6.53029],[51.87663,6.52978],[51.87939,6.53664],[51.88031,6.53943],[51.88203,6.54188],[51.88407,6.54394],[51.88325,6.54746],[51.88286,6.55029],[51.88495,6.54926],[51.88553,6.55145],[51.88376,6.55298],[51.88334,6.55453],[51.88185,6.55513],[51.88140,6.55667],[51.88215,6.55830],[51.88180,6.56144],[51.88360,6.56096],[51.88411,6.56294],[51.88570,6.56478],[51.88819,6.56955],[51.89277,6.58237],[51.89364,6.58482],[51.89433,6.58864],[51.89692,6.60314],[51.90005,6.61744],[51.90180,6.62533],[51.90076,6.62756],[51.90100,6.63460],[51.90422,6.63814],[51.91084,6.66218],[51.91520,6.67295],[51.91725,6.68455],[51.91574,6.68399],[51.91428,6.69257],[51.91537,6.69497],[51.90960,6.69751],[51.90880,6.69995],[51.90973,6.70205],[51.90925,6.70321],[51.90616,6.70300],[51.89581,6.72208],[51.89869,6.73306],[51.90452,6.73744],[51.90608,6.74778],[51.90793,6.75285],[51.91077,6.75482],[51.91267,6.75448],[51.91357,6.75637],[51.91376,6.75933],[51.91455,6.76280],[51.91553,6.76444],[51.91590,6.76804],[51.91606,6.77027],[51.91895,6.77401],[51.92969,6.78930],[51.93119,6.78651],[51.93522,6.79432],[51.94265,6.79762],[51.94376,6.79668],[51.94609,6.79694],[51.95841,6.79898],[51.96179,6.81319],[51.96349,6.81409],[51.96388,6.82855],[51.97051,6.83312],[51.97395,6.83290],[51.97704,6.83033],[51.98006,6.83016],[51.98584,6.83054],[51.98764,6.82960],[51.99377,6.82690],[51.99507,6.80814],[51.99808,6.81164],[52.01805,6.77224],[52.01892,6.76632],[52.02246,6.76447],[52.02848,6.75323],[52.04012,6.71426],[52.04002,6.68804],[52.05261,6.68834],[52.05306,6.68727],[52.05585,6.68731],[52.05646,6.68984],[52.05902,6.69216],[52.06379,6.69523],[52.06453,6.69665],[52.06775,6.69716],[52.06983,6.69510],[52.07062,6.69991],[52.07276,6.71437],[52.07458,6.73570],[52.08073,6.74561],[52.08242,6.74882],[52.08479,6.75131],[52.08748,6.75058],[52.09036,6.74569],[52.09305,6.74505],[52.09444,6.74698],[52.09581,6.75123],[52.09479,6.75496],[52.09573,6.75578],[52.09792,6.75685],[52.09961,6.75792],[52.10802,6.75947],[52.11448,6.76028],[52.11867,6.76071],[52.11827,6.82283],[52.11898,6.84381],[52.12038,6.85605],[52.12786,6.86725],[52.12909,6.87129],[52.13014,6.87365],[52.13199,6.87314],[52.15635,6.88237],[52.15614,6.88082],[52.16998,6.90606],[52.17214,6.90606],[52.17401,6.90623],[52.17556,6.90842],[52.17598,6.90846],[52.17703,6.91189],[52.17743,6.91549],[52.17859,6.93665],[52.17919,6.93781],[52.18043,6.94991],[52.18095,6.95051],[52.18098,6.95146],[52.18401,6.95502],[52.18682,6.95755],[52.19124,6.96270],[52.19237,6.96244],[52.19424,6.96253],[52.19537,6.96433],[52.19637,6.96493],[52.19782,6.96738],[52.20294,6.97118],[52.20510,6.97419],[52.20938,6.97620],[52.21067,6.97689],[52.21183,6.97848],[52.21464,6.97976],[52.21625,6.97959],[52.21930,6.98067],[52.22137,6.98178],[52.22271,6.98401],[52.22332,6.98552],[52.22528,6.98578],[52.22565,6.98775],[52.22678,6.98951],[52.22707,6.99148],[52.22691,6.99393],[52.22697,6.99749],[52.22849,7.00367],[52.22741,7.01084],[52.22668,7.01200],[52.22705,7.01337],[52.22631,7.01483],[52.22507,7.01921],[52.22589,7.02080],[52.22565,7.02663],[52.22750,7.03929],[52.23483,7.06221],[52.24143,7.06611],[52.25624,7.04255],[52.27184,7.03217],[52.27376,7.02856],[52.27778,7.02783],[52.27878,7.02835],[52.28035,7.03002],[52.28169,7.02951],[52.28725,7.02630],[52.29174,7.02617],[52.30263,7.03419],[52.30769,7.03986],[52.31115,7.04140],[52.31226,7.03930],[52.31331,7.04380],[52.31394,7.04368],[52.31506,7.04767],[52.31680,7.04642],[52.31897,7.04801],[52.32010,7.04822],[52.32209,7.04732],[52.32388,7.04755],[52.33219,7.05567],[52.33303,7.05494],[52.33474,7.05622],[52.33817,7.05644],[52.35203,7.07247],[52.35727,7.07208],[52.36697,7.07298],[52.36817,7.07238],[52.37339,7.07238],[52.39074,7.06393],[52.39614,7.05921],[52.39946,7.05891],[52.40138,7.05496],[52.40009,7.05166],[52.40098,7.05054],[52.40085,7.04663],[52.40266,7.04170],[52.40282,7.03608],[52.40386,7.03509],[52.40813,7.03200],[52.42326,7.02196],[52.42915,7.01084],[52.44539,7.00524],[52.45541,6.99983],[52.46232,6.99468],[52.46564,6.99417],[52.46770,6.99168],[52.46987,6.98773],[52.46574,6.97713],[52.45988,6.97438],[52.45413,6.96958],[52.45008,6.96696],[52.44473,6.96168],[52.44340,6.95993],[52.43683,6.94735],[52.43568,6.94169],[52.44240,6.90608],[52.44658,6.88947],[52.45152,6.86194],[52.45003,6.85276],[52.45979,6.85456],[52.45929,6.84482],[52.46015,6.83173],[52.45968,6.77461],[52.46415,6.75297],[52.47722,6.72374],[52.47732,6.72035],[52.48658,6.69769],[52.52111,6.70553],[52.55319,6.68120],[52.54842,6.71647],[52.55022,6.71652],[52.55184,6.72068],[52.55685,6.72330],[52.56298,6.72639],[52.56162,6.73454],[52.56217,6.73961],[52.55930,6.74986],[52.55883,6.75291],[52.56149,6.76428],[52.56154,6.76677],[52.56366,6.76681],[52.58872,6.71892],[52.59346,6.72042],[52.59477,6.72175],[52.59657,6.72094],[52.59868,6.72128],[52.60342,6.72407],[52.60631,6.72437],[52.60892,6.72484],[52.61504,6.72759],[52.61887,6.72493],[52.62052,6.72283],[52.62088,6.72171],[52.62166,6.72051],[52.62200,6.71866],[52.62354,6.71858],[52.62701,6.71444],[52.62740,6.71040],[52.62886,6.71341],[52.63034,6.71568],[52.63115,6.71881],[52.63141,6.72190],[52.63313,6.72674],[52.63738,6.73077],[52.64126,6.73729],[52.64534,6.74223],[52.64675,6.75056],[52.64782,6.75197],[52.64784,6.75343],[52.64696,6.75176],[52.64597,6.75304],[52.64576,6.75369],[52.64756,6.75665],[52.64868,6.75905],[52.64675,6.76807],[52.65006,6.77240],[52.65006,6.77433],[52.65149,6.77712],[52.65237,6.78351],[52.65222,6.78776],[52.65263,6.78982],[52.65050,6.79411],[52.65183,6.80223],[52.65123,6.80549],[52.64886,6.80759],[52.64834,6.81690],[52.64745,6.81845],[52.64758,6.82231],[52.64961,6.82948],[52.65139,6.83171],[52.65188,6.83751],[52.64852,6.85077],[52.64889,6.85244],[52.64954,6.85369],[52.64980,6.86446],[52.65194,6.87019],[52.65275,6.87144],[52.65311,6.87307],[52.65079,6.87809],[52.65056,6.87998],[52.65147,6.89178],[52.65126,6.89753],[52.64835,6.90277],[52.64660,6.91388],[52.64556,6.91504],[52.64151,6.91554],[52.63974,6.91906],[52.64013,6.92837],[52.63789,6.93541],[52.63766,6.93948],[52.63912,6.94476],[52.63917,6.94871],[52.63886,6.95382],[52.64156,6.95905],[52.64162,6.96163],[52.64159,6.96802],[52.64266,6.97073],[52.64583,6.97485],[52.64604,6.97562],[52.64492,6.98167],[52.64349,6.98399],[52.64097,6.99266],[52.64209,6.99948],[52.64130,7.00326],[52.64055,7.00450],[52.63831,7.00583],[52.63763,7.00909],[52.63643,7.01454],[52.63448,7.02892],[52.63469,7.03540],[52.63339,7.03755],[52.63247,7.03922],[52.63250,7.04227],[52.64347,7.05600],[52.64607,7.05506],[52.72977,7.06499],[52.81041,7.07173],[52.83832,7.09319],[52.84988,7.08761],[52.86481,7.10556],[52.94200,7.18238],[53.00047,7.20976],[53.00696,7.21778],[53.01115,7.21323],[53.08147,7.19949],[53.11389,7.20310],[53.12193,7.18344],[53.12445,7.18653],[53.12548,7.18362],[53.12831,7.18138],[53.13727,7.17958],[53.14016,7.18362],[53.14263,7.18447],[53.14809,7.19014],[53.15745,7.18988],[53.16008,7.19194],[53.16142,7.19117],[53.17629,7.20404],[53.17623,7.21065],[53.17814,7.21958],[53.18004,7.22739],[53.18071,7.22730],[53.18837,7.20876],[53.19187,7.21117],[53.19557,7.21726],[53.19917,7.21778],[53.21521,7.21743],[53.22816,7.21100],[53.22806,7.21314],[53.25179,7.20705],[53.31638,7.12562],[53.33320,6.97730],[53.46257,6.91070],[53.62211,6.47399],[53.73720,4.55138],[51.62640,3.07922]], // Norway - NO: [[58.89143, 10.63948], [58.97709, 11.06632], [58.99818, 11.10700], [59.07969, 11.15386], [59.08737, 11.22502], [59.09543, 11.25611], [59.09622, 11.25896], [59.09990, 11.28999], [59.10634, 11.30280], [59.11488, 11.34031], [59.09851, 11.36823], [59.05565, 11.40346], [59.03348, 11.42080], [59.02050, 11.43831], [59.01078, 11.44449], [58.99159, 11.46457], [58.98826, 11.46000], [58.98821, 11.45862], [58.98798, 11.45784], [58.98624, 11.45626], [58.98554, 11.45376], [58.97301, 11.46202], [58.95253, 11.45951], [58.93358, 11.46260], [58.91709, 11.45556], [58.89467, 11.45565], [58.89121, 11.45633], [58.88912, 11.45483], [58.88815, 11.45762], [58.88945, 11.46071], [58.89118, 11.48290], [58.89047, 11.48916], [58.88883, 11.49152], [58.88850, 11.50092], [58.88236, 11.51311], [58.88105, 11.51465], [58.87952, 11.51667], [58.87679, 11.52585], [58.87670, 11.52886], [58.87834, 11.53298], [58.87659, 11.53748], [58.87901, 11.53912], [58.88376, 11.53920], [58.88500, 11.53534], [58.88617, 11.54036], [58.89067, 11.54560], [58.89462, 11.54701], [58.89531, 11.54976], [58.89726, 11.55143], [58.89821, 11.55465], [58.89586, 11.56057], [58.89169, 11.56422], [58.88777, 11.57014], [58.88746, 11.57336], [58.89673, 11.57791], [58.89349, 11.58272], [58.89398, 11.58443], [58.89014, 11.59070], [58.90493, 11.62688], [58.90803, 11.63087], [58.90588, 11.65220], [58.92243, 11.65786], [58.92591, 11.65696], [58.92746, 11.65838], [58.92753, 11.65941], [58.92678, 11.66130], [58.93216, 11.65855], [58.93493, 11.66537], [58.93453, 11.67022], [58.93464, 11.67653], [58.93659, 11.67687], [58.94168, 11.67421], [58.94677, 11.68305], [58.95142, 11.68245], [58.95591, 11.68979], [58.96583, 11.68833], [58.97032, 11.68803], [58.97295, 11.69061], [58.97333, 11.68593], [58.97574, 11.68747], [58.97737, 11.69443], [58.98606, 11.69258], [58.98825, 11.68589], [58.99400, 11.69456], [58.99787, 11.69537], [59.00004, 11.69880], [59.01663, 11.70743], [59.03355, 11.71219], [59.03920, 11.72236], [59.04333, 11.72670], [59.04430, 11.72932], [59.04757, 11.73129], [59.05002, 11.73575], [59.05335, 11.73936], [59.06028, 11.74481], [59.07045, 11.75395], [59.08013, 11.76657], [59.08741, 11.77854], [59.09667, 11.77837], [59.09914, 11.78266], [59.11544, 11.76876], [59.11518, 11.76515], [59.12954, 11.77425], [59.13623, 11.77974], [59.14567, 11.77652], [59.15610, 11.77768], [59.15918, 11.77691], [59.16574, 11.77712], [59.17062, 11.77524], [59.17781, 11.77695], [59.18804, 11.78142], [59.19428, 11.78270], [59.19492, 11.78421], [59.19597, 11.78429], [59.19707, 11.78335], [59.19863, 11.78416], [59.20096, 11.78270], [59.20281, 11.78335], [59.20733, 11.78416], [59.21219, 11.78923], [59.21886, 11.79661], [59.22484, 11.80103], [59.23171, 11.81253], [59.23766, 11.82669], [59.24029, 11.83047], [59.30424, 11.82060], [59.30919, 11.82197], [59.31230, 11.82214], [59.34496, 11.81674], [59.35458, 11.80867], [59.37164, 11.79030], [59.37348, 11.79270], [59.37868, 11.78841], [59.38659, 11.78043], [59.41460, 11.77468], [59.42870, 11.76172], [59.45833, 11.76060], [59.47983, 11.75399], [59.49199, 11.74730], [59.51128, 11.72962], [59.58962, 11.69177], [59.60843, 11.69880], [59.62497, 11.72163], [59.64259, 11.77888], [59.64783, 11.85690], [59.65312, 11.86343], [59.66227, 11.87141], [59.67281, 11.87622], [59.68260, 11.87913], [59.69282, 11.88986], [59.69412, 11.94016], [59.69819, 11.94600], [59.70110, 11.94660], [59.70049, 11.93887], [59.70919, 11.93887], [59.71066, 11.93492], [59.71365, 11.93801], [59.72655, 11.93784], [59.72888, 11.93861], [59.73330, 11.93458], [59.74043, 11.93518], [59.74995, 11.92608], [59.75777, 11.93552], [59.77031, 11.93364], [59.78655, 11.92737], [59.79424, 11.92849], [59.80283, 11.90986], [59.81203, 11.90497], [59.81634, 11.89579], [59.82415, 11.88806], [59.82963, 11.87570], [59.83088, 11.85476], [59.83873, 11.84274], [59.84140, 11.84171], [59.84498, 11.85596], [59.85050, 11.87381], [59.85554, 11.88523], [59.85925, 11.88978], [59.86524, 11.88368], [59.86903, 11.88343], [59.87119, 11.88703], [59.87050, 11.89544], [59.87244, 11.92119], [59.87537, 11.92342], [59.88230, 11.92437], [59.88609, 11.93012], [59.88661, 11.93552], [59.88971, 11.94265], [59.90017, 11.98479], [59.89862, 11.98599], [59.88854, 12.03311], [59.88562, 12.05320], [59.89044, 12.10144], [59.89371, 12.12633], [59.88622, 12.15542], [59.88953, 12.17525], [59.92706, 12.23138], [59.96523, 12.34210], [60.01563, 12.39669], [60.02601, 12.42605], [60.03870, 12.44956], [60.07289, 12.48132], [60.09942, 12.50141], [60.19368, 12.54261], [60.22429, 12.52613], [60.28128, 12.50570], [60.32337, 12.49952], [60.34716, 12.54604], [60.40571, 12.60732], [60.51320, 12.60784], [60.55162, 12.58260], [60.60028, 12.51703], [60.64298, 12.51222], [60.68671, 12.46107], [60.73466, 12.39601], [60.81914, 12.34983], [60.85251, 12.33575], [60.89070, 12.33386], [61.01300, 12.22503], [61.01961, 12.24293], [61.02653, 12.29885], [61.04964, 12.44853], [61.05064, 12.48939], [61.04632, 12.59513], [61.04507, 12.60217], [61.04657, 12.61393], [61.05209, 12.65358], [61.05230, 12.65891], [61.05479, 12.66921], [61.05649, 12.67272], [61.05919, 12.68242], [61.06360, 12.68414], [61.14311, 12.70792], [61.19695, 12.79126], [61.25896, 12.83537], [61.30758, 12.85366], [61.35662, 12.87159], [61.40148, 12.81057], [61.56939, 12.56973], [61.56767, 12.44699], [61.56375, 12.42107], [61.61537, 12.34193], [61.64074, 12.27705], [61.72388, 12.13989], [62.00992, 12.22537], [62.14882, 12.26623], [62.26808, 12.30159], [62.61166, 12.05818], [62.74843, 12.13886], [62.90241, 12.07672], [63.00061, 12.22023], [63.26901, 11.97887], [63.35597, 12.08805], [63.47903, 12.21542], [63.59347, 12.15225], [63.63147, 12.23361], [63.67185, 12.30297], [63.71399, 12.33318], [63.81840, 12.48321], [63.97264, 12.68508], [64.05718, 12.92713], [64.09455, 13.21071], [64.06994, 13.47576], [64.06499, 13.53412], [64.04561, 13.71608], [64.00667, 13.96945], [64.19561, 14.16000], [64.46302, 14.11674], [64.47989, 14.08584], [64.50857, 13.89255], [64.58058, 13.65840], [64.63917, 13.70853], [64.85141, 13.97014], [64.94041, 14.08241], [65.11839, 14.32651], [65.24750, 14.38110], [65.30924, 14.50881], [65.52036, 14.50160], [65.69998, 14.54383], [65.81220, 14.62760], [65.90263, 14.58606], [65.95934, 14.57576], [66.06026, 14.54177], [66.13177, 14.51843], [66.14579, 14.87171], [66.15232, 15.03719], [66.21913, 15.26618], [66.28205, 15.48763], [66.38884, 15.43579], [66.48368, 15.38017], [66.52297, 15.45536], [66.59331, 15.62324], [66.76307, 15.85018], [66.87403, 15.99884], [66.91175, 16.04038], [66.98153, 16.19556], [67.04548, 16.39091], [67.20642, 16.41117], [67.43516, 16.09359], [67.51854, 16.15917], [67.52694, 16.28379], [67.53364, 16.40945], [67.59443, 16.49631], [67.64659, 16.55948], [67.76108, 16.63673], [67.91365, 16.74213], [67.97708, 16.93370], [68.04983, 17.18467], [68.11685, 17.28252], [68.03725, 17.66361], [67.96742, 17.90119], [68.14549, 18.09928], [68.19975, 18.15387], [68.32157, 18.12263], [68.40638, 18.10340], [68.53589, 18.12881], [68.58070, 18.40553], [68.50547, 18.62148], [68.51579, 18.98300], [68.43958, 19.43481], [68.35464, 19.92130], [68.38881, 19.98413], [68.49113, 20.23029], [68.53238, 20.02841], [68.55774, 19.94293], [68.59035, 20.05451], [68.66554, 20.20557], [68.80252, 20.33946], [68.92730, 20.30891], [69.04475, 20.06515], [69.05997, 20.55473], [69.11891, 20.71746], [69.07763, 20.88294], [69.03480, 21.05976], [69.10447, 21.11022], [69.12246, 21.05735], [69.13995, 21.04774], [69.19209, 20.98903], [69.22231, 21.00448], [69.26076, 21.09769], [69.31152, 21.27914], [69.29381, 21.44496], [69.27638, 21.62693], [69.21354, 21.72254], [69.14453, 21.84425], [69.07248, 21.98312], [68.95648, 22.17384], [68.91841, 22.19083], [68.82696, 22.33915], [68.71620, 22.37348], [68.74385, 22.53553], [68.72536, 22.60557], [68.68683, 22.80057], [68.68895, 23.04468], [68.62779, 23.16759], [68.68321, 23.40259], [68.69157, 23.44156], [68.70510, 23.67450], [68.75051, 23.73235], [68.81890, 23.77664], [68.83601, 23.87174], [68.82684, 23.98298], [68.77929, 24.07516], [68.78917, 24.15773], [68.75337, 24.15155], [68.74497, 24.20682], [68.72666, 24.24974], [68.71695, 24.30141], [68.69906, 24.46826], [68.68178, 24.60748], [68.63586, 24.78275], [68.56170, 24.85553], [68.55391, 24.90446], [68.58164, 24.90806], [68.60407, 24.91836], [68.61089, 24.94050], [68.61127, 24.94943], [68.61409, 24.95338], [68.61534, 24.96231], [68.61553, 24.98033], [68.61165, 24.98479], [68.61115, 24.99681], [68.61490, 25.01878], [68.62172, 25.01913], [68.62191, 25.03337], [68.62485, 25.04745], [68.61878, 25.06530], [68.61935, 25.07268], [68.62360, 25.08350], [68.62554, 25.08247], [68.62854, 25.09088], [68.63492, 25.09363], [68.63630, 25.10341], [68.63630, 25.11663], [68.64305, 25.12212], [68.64480, 25.11903], [68.65074, 25.12058], [68.65355, 25.11663], [68.65949, 25.11869], [68.68090, 25.11182], [68.69457, 25.11714], [68.70049, 25.11388], [68.70685, 25.12023], [68.71252, 25.12590], [68.71339, 25.13723], [68.72149, 25.13019], [68.72455, 25.12332], [68.73476, 25.12847], [68.74640, 25.12470], [68.75635, 25.12916], [68.76326, 25.13774], [68.77053, 25.13620], [68.77501, 25.14238], [68.78619, 25.14478], [68.79159, 25.15268], [68.79904, 25.16023], [68.80128, 25.17173], [68.80606, 25.17843], [68.80885, 25.19868], [68.81797, 25.21104], [68.82405, 25.23164], [68.83471, 25.23988], [68.84165, 25.24864], [68.85088, 25.27215], [68.85559, 25.29190], [68.85831, 25.29207], [68.86153, 25.30614], [68.86227, 25.31764], [68.87001, 25.34477], [68.87744, 25.37549], [68.88096, 25.38185], [68.88622, 25.40536], [68.88999, 25.40056], [68.89141, 25.41051], [68.88987, 25.41910], [68.89821, 25.45824], [68.90365, 25.47866], [68.89796, 25.49325], [68.88745, 25.52639], [68.88529, 25.54475], [68.88591, 25.55522], [68.88207, 25.58921], [68.88449, 25.60260], [68.88919, 25.61153], [68.89098, 25.62887], [68.89753, 25.63076], [68.90260, 25.64105], [68.90464, 25.65582], [68.91699, 25.66011], [68.93156, 25.67556], [68.94723, 25.69496], [68.95013, 25.69341], [68.95241, 25.69599], [68.95284, 25.70148], [68.96282, 25.71247], [68.96886, 25.71573], [68.97976, 25.71453], [68.98512, 25.72328], [68.98924, 25.72465], [68.99380, 25.73444], [68.99675, 25.74302], [69.00339, 25.75590], [69.00303, 25.76259], [69.00887, 25.77066], [69.01551, 25.77753], [69.02399, 25.77787], [69.03032, 25.77049], [69.03130, 25.75813], [69.03836, 25.75229], [69.04144, 25.74680], [69.04696, 25.75315], [69.05015, 25.75212], [69.05347, 25.75658], [69.05997, 25.75418], [69.06960, 25.73736], [69.08039, 25.72757], [69.08272, 25.73444], [69.09338, 25.72774], [69.10036, 25.73015], [69.10257, 25.73444], [69.10771, 25.73083], [69.10973, 25.72311], [69.11536, 25.72465], [69.12258, 25.73530], [69.12919, 25.73564], [69.13701, 25.74611], [69.14465, 25.74525], [69.15186, 25.73495], [69.15913, 25.73238], [69.17202, 25.72277], [69.18953, 25.70938], [69.19623, 25.69667], [69.20367, 25.69908], [69.20653, 25.70732], [69.21123, 25.71590], [69.21945, 25.70783], [69.22560, 25.71676], [69.23120, 25.70371], [69.23984, 25.70697], [69.24337, 25.71058], [69.24933, 25.70423], [69.25426, 25.70611], [69.25602, 25.72139], [69.26295, 25.73221], [69.26733, 25.73444], [69.27262, 25.73152], [69.27523, 25.74714], [69.28252, 25.74285], [69.28604, 25.75212], [69.29320, 25.74731], [69.29563, 25.73598], [69.29797, 25.73555], [69.29927, 25.74169], [69.30121, 25.74693], [69.30370, 25.74774], [69.30708, 25.74062], [69.31084, 25.73822], [69.31862, 25.74088], [69.32526, 25.75598], [69.33653, 25.76066], [69.33971, 25.75933], [69.34131, 25.76045], [69.34267, 25.76911], [69.34422, 25.77735], [69.34646, 25.77959], [69.34973, 25.77873], [69.35448, 25.78173], [69.35617, 25.78637], [69.35687, 25.79298], [69.35696, 25.79718], [69.35723, 25.80199], [69.35844, 25.80868], [69.35899, 25.81426], [69.36020, 25.81830], [69.36213, 25.81830], [69.36628, 25.81563], [69.37184, 25.81787], [69.37278, 25.81907], [69.37348, 25.81555], [69.37384, 25.81186], [69.37595, 25.81306], [69.37807, 25.81881], [69.37958, 25.82018], [69.38031, 25.82490], [69.38218, 25.82911], [69.38412, 25.83057], [69.38853, 25.83083], [69.39013, 25.83366], [69.39170, 25.83477], [69.39270, 25.84422], [69.39333, 25.84636], [69.39460, 25.84602], [69.39895, 25.84310], [69.40046, 25.83958], [69.40426, 25.83134], [69.40641, 25.83065], [69.40674, 25.82568], [69.40438, 25.81624], [69.40520, 25.81212], [69.40804, 25.81126], [69.40915, 25.80920], [69.41048, 25.80980], [69.41142, 25.81229], [69.41196, 25.81778], [69.41293, 25.82387], [69.41398, 25.82413], [69.41595, 25.82036], [69.41929, 25.80894], [69.41905, 25.79804], [69.42053, 25.79366], [69.42237, 25.79401], [69.42418, 25.79658], [69.42506, 25.80027], [69.42605, 25.80800], [69.43000, 25.80980], [69.43362, 25.80654], [69.43540, 25.80791], [69.43887, 25.81495], [69.44179, 25.81658], [69.44785, 25.82448], [69.46791, 25.83383], [69.47513, 25.86336], [69.48551, 25.85786], [69.48966, 25.84808], [69.50908, 25.85632], [69.51743, 25.86799], [69.52154, 25.87572], [69.53196, 25.87065], [69.53766, 25.85615], [69.54387, 25.83915], [69.55104, 25.84387], [69.55362, 25.85906], [69.55293, 25.86919], [69.55422, 25.87640], [69.55704, 25.88713], [69.56076, 25.90044], [69.56927, 25.92121], [69.57199, 25.93623], [69.58131, 25.94764], [69.58724, 25.94635], [69.58888, 25.95005], [69.59430, 25.95305], [69.59612, 25.95623], [69.59819, 25.96532], [69.60462, 25.97082], [69.61102, 25.97674], [69.61709, 25.96730], [69.62065, 25.96035], [69.62881, 25.96155], [69.63421, 25.96283], [69.64240, 25.95545], [69.64625, 25.95571], [69.65431, 25.93391], [69.65759, 25.91331], [69.65848, 25.89889], [69.66338, 25.89108], [69.66836, 25.89408], [69.67405, 25.90627], [69.67659, 25.91494], [69.68013, 25.92455], [69.68094, 25.93297], [69.68556, 25.94326], [69.69685, 25.95459], [69.70149, 25.96335], [69.70745, 25.97116], [69.71361, 25.98618], [69.72102, 26.00403], [69.72512, 26.07373], [69.72991, 26.09416], [69.72964, 26.10471], [69.73583, 26.12832], [69.74329, 26.14462], [69.75615, 26.15166], [69.75787, 26.16333], [69.75954, 26.18256], [69.76684, 26.18591], [69.76877, 26.18179], [69.77129, 26.18565], [69.77711, 26.19260], [69.77954, 26.21054], [69.78073, 26.21715], [69.78556, 26.21964], [69.78719, 26.22608], [69.79306, 26.22934], [69.79392, 26.24436], [69.80027, 26.24865], [69.80824, 26.24170], [69.81638, 26.24419], [69.82293, 26.27594], [69.83053, 26.31019], [69.83373, 26.31731], [69.83553, 26.32993], [69.84361, 26.34255], [69.84598, 26.35190], [69.84497, 26.36092], [69.84633, 26.36521], [69.85009, 26.37156], [69.85597, 26.38538], [69.86693, 26.39928], [69.87438, 26.40495], [69.88002, 26.41379], [69.89035, 26.41748], [69.89710, 26.40787], [69.90112, 26.40769], [69.90330, 26.41362], [69.90725, 26.42778], [69.91577, 26.44881], [69.92213, 26.45765], [69.93292, 26.45791], [69.93895, 26.46391], [69.94293, 26.48640], [69.94558, 26.50048], [69.94634, 26.53241], [69.94761, 26.55112], [69.95205, 26.57189], [69.95758, 26.61111], [69.95976, 26.62330], [69.96173, 26.65369], [69.96523, 26.67755], [69.96296, 26.68373], [69.95385, 26.69317], [69.94890, 26.70072], [69.94543, 26.71214], [69.94537, 26.72192], [69.94705, 26.73540], [69.95299, 26.75771], [69.95855, 26.78320], [69.95920, 26.81093], [69.95858, 26.81556], [69.95882, 26.82397], [69.96038, 26.83839], [69.95982, 26.85393], [69.95755, 26.85831], [69.94472, 26.85513], [69.93963, 26.86157], [69.93515, 26.87290], [69.93289, 26.87899], [69.93224, 26.88946], [69.93300, 26.89882], [69.93566, 26.91693], [69.93957, 26.92955], [69.93939, 26.93753], [69.94007, 26.95418], [69.93928, 26.96508], [69.93692, 26.97752], [69.93510, 26.98594], [69.93021, 26.99598], [69.92317, 27.00628], [69.91833, 27.01169], [69.91338, 27.02576], [69.91040, 27.03203], [69.91014, 27.03967], [69.91335, 27.05443], [69.91710, 27.06172], [69.91792, 27.07065], [69.91674, 27.09031], [69.91736, 27.10129], [69.92373, 27.11666], [69.92782, 27.12284], [69.93209, 27.13099], [69.93245, 27.14241], [69.93345, 27.15854], [69.93934, 27.18927], [69.94428, 27.21854], [69.94790, 27.22867], [69.95034, 27.26549], [69.95152, 27.28274], [69.95284, 27.29493], [69.95579, 27.30411], [69.95955, 27.30411], [69.96482, 27.29862], [69.96726, 27.29209], [69.97167, 27.28935], [69.97484, 27.27553], [69.97984, 27.27853], [69.98527, 27.29372], [69.99018, 27.31132], [69.98977, 27.32119], [69.98836, 27.32797], [69.98924, 27.34763], [69.99596, 27.37149], [70.00703, 27.39706], [70.01357, 27.40633], [70.01956, 27.42934], [70.02105, 27.45037], [70.02190, 27.49388], [70.02220, 27.52324], [70.02589, 27.53165], [70.03536, 27.54135], [70.04913, 27.54418], [70.06098, 27.55834], [70.06403, 27.57267], [70.06745, 27.57860], [70.06889, 27.59396], [70.07491, 27.61645], [70.07564, 27.63859], [70.07623, 27.65687], [70.07740, 27.66958], [70.07681, 27.68812], [70.07611, 27.69824], [70.07243, 27.70906], [70.06944, 27.71696], [70.06441, 27.73584], [70.06388, 27.74374], [70.06581, 27.76210], [70.07781, 27.80021], [70.07956, 27.82751], [70.08255, 27.85755], [70.08582, 27.88484], [70.08769, 27.92072], [70.09196, 27.94784], [70.09161, 27.95883], [70.07442, 27.96672], [70.05416, 27.97616], [70.01378, 27.98320], [69.99670, 28.01393], [69.93318, 28.13564], [69.92040, 28.15950], [69.88075, 28.34352], [69.84867, 28.32893], [69.81813, 28.40360], [69.79241, 28.55741], [69.77004, 28.68890], [69.74884, 28.80872], [69.72899, 28.91841], [69.70816, 29.04973], [69.69506, 29.13333], [69.63881, 29.16887], [69.57643, 29.23307], [69.50725, 29.30568], [69.47814, 29.33418], [69.39765, 29.21813], [69.29138, 28.98090], [69.22444, 28.83035], [69.17183, 28.82932], [69.11034, 28.80392], [69.07604, 28.85421], [69.04929, 28.93558], [69.02491, 29.01901], [69.01059, 29.04029], [69.01680, 29.06089], [69.04033, 29.09660], [69.06420, 29.14569], [69.06764, 29.16149], [69.11310, 29.24337], [69.11971, 29.23616], [69.12405, 29.23444], [69.12601, 29.24474], [69.13683, 29.23994], [69.14759, 29.24835], [69.18690, 29.29933], [69.19343, 29.29264], [69.20696, 29.29470], [69.20891, 29.30517], [69.21975, 29.30259], [69.23522, 29.31701], [69.24745, 29.28491], [69.26271, 29.27135], [69.29848, 29.29212], [69.30697, 29.33813], [69.32171, 29.40147], [69.31728, 29.41469], [69.32219, 29.47820], [69.32226, 29.48953], [69.32789, 29.50721], [69.32692, 29.52266], [69.31916, 29.53657], [69.32086, 29.57553], [69.35006, 29.65227], [69.36525, 29.70033], [69.37148, 29.69896], [69.37577, 29.70600], [69.37777, 29.71509], [69.38333, 29.71303], [69.38962, 29.72539], [69.39131, 29.74462], [69.39384, 29.75955], [69.39759, 29.77724], [69.39687, 29.78771], [69.40502, 29.79904], [69.40937, 29.81002], [69.41812, 29.83869], [69.42433, 29.86358], [69.41866, 29.90152], [69.41782, 29.90633], [69.41818, 29.91405], [69.41323, 29.93139], [69.40846, 29.93190], [69.40502, 29.93860], [69.40466, 29.95113], [69.42186, 30.03353], [69.46213, 30.09481], [69.47019, 30.11867], [69.48590, 30.11404], [69.51416, 30.12056], [69.52503, 30.13601], [69.52587, 30.14390], [69.53103, 30.15111], [69.53421, 30.17274], [69.56834, 30.18939], [69.60749, 30.15935], [69.60863, 30.15420], [69.61987, 30.15283], [69.64269, 30.13738], [69.64431, 30.13875], [69.64335, 30.09344], [69.65786, 30.08691], [69.66370, 30.11369], [69.66907, 30.15146], [69.65302, 30.22253], [69.62925, 30.30166], [69.58966, 30.41788], [69.56390, 30.47161], [69.55983, 30.48019], [69.54783, 30.50611], [69.53967, 30.51521], [69.54171, 30.56636], [69.54027, 30.66473], [69.53253, 30.74592], [69.53313, 30.76000], [69.53151, 30.76412], [69.53073, 30.77579], [69.53163, 30.78729], [69.52761, 30.80377], [69.52815, 30.82162], [69.53487, 30.84411], [69.53733, 30.86643], [69.54513, 30.88548], [69.54921, 30.89097], [69.55227, 30.90196], [69.55299, 30.91552], [69.55749, 30.92994], [69.56091, 30.94041], [69.56540, 30.93887], [69.57241, 30.93904], [69.57595, 30.94779], [69.58224, 30.94556], [69.59182, 30.94865], [69.59325, 30.94711], [69.59469, 30.94161], [69.59828, 30.94196], [69.60085, 30.95157], [69.60863, 30.94951], [69.61228, 30.95518], [69.61873, 30.95140], [69.62931, 30.95535], [69.63511, 30.95312], [69.63845, 30.95380], [69.64401, 30.94264], [69.64729, 30.94007], [69.64950, 30.93458], [69.65434, 30.93629], [69.65804, 30.93114], [69.66382, 30.93235], [69.66919, 30.92548], [69.67366, 30.93114], [69.67265, 30.93835], [69.67319, 30.94900], [69.68392, 30.94694], [69.68797, 30.93664], [69.68660, 30.93235], [69.68988, 30.92754], [69.69232, 30.91999], [69.69470, 30.92084], [69.70090, 30.91123], [69.70233, 30.90093], [69.70501, 30.89973], [69.71548, 30.87759], [69.71995, 30.89321], [69.72613, 30.89200], [69.72875, 30.89389], [69.73755, 30.89149], [69.74314, 30.87553], [69.74956, 30.87432], [69.74878, 30.88068], [69.75823, 30.87329], [69.76482, 30.85887], [69.77117, 30.85424], [69.77580, 30.84463], [69.77877, 30.84463], [69.78873, 30.81922], [69.86894, 30.78918], [70.57793, 32.00317], [72.37908, 33.39843], [73.31839, 17.98461], [67.24231, 8.40454], [62.41072, 1.07666], [57.63363, 4.13085], [57.37986, 7.73437], [58.29217, 10.67871], [58.37867, 10.62377], [58.89143, 10.63948]], + NO: [[58.89143,10.63948],[58.97709,11.06632],[58.99818,11.10700],[59.07969,11.15386],[59.08737,11.22502],[59.09543,11.25611],[59.09622,11.25896],[59.09990,11.28999],[59.10634,11.30280],[59.11488,11.34031],[59.09851,11.36823],[59.05565,11.40346],[59.03348,11.42080],[59.02050,11.43831],[59.01078,11.44449],[58.99159,11.46457],[58.98826,11.46000],[58.98821,11.45862],[58.98798,11.45784],[58.98624,11.45626],[58.98554,11.45376],[58.97301,11.46202],[58.95253,11.45951],[58.93358,11.46260],[58.91709,11.45556],[58.89467,11.45565],[58.89121,11.45633],[58.88912,11.45483],[58.88815,11.45762],[58.88945,11.46071],[58.89118,11.48290],[58.89047,11.48916],[58.88883,11.49152],[58.88850,11.50092],[58.88236,11.51311],[58.88105,11.51465],[58.87952,11.51667],[58.87679,11.52585],[58.87670,11.52886],[58.87834,11.53298],[58.87659,11.53748],[58.87901,11.53912],[58.88376,11.53920],[58.88500,11.53534],[58.88617,11.54036],[58.89067,11.54560],[58.89462,11.54701],[58.89531,11.54976],[58.89726,11.55143],[58.89821,11.55465],[58.89586,11.56057],[58.89169,11.56422],[58.88777,11.57014],[58.88746,11.57336],[58.89673,11.57791],[58.89349,11.58272],[58.89398,11.58443],[58.89014,11.59070],[58.90493,11.62688],[58.90803,11.63087],[58.90588,11.65220],[58.92243,11.65786],[58.92591,11.65696],[58.92746,11.65838],[58.92753,11.65941],[58.92678,11.66130],[58.93216,11.65855],[58.93493,11.66537],[58.93453,11.67022],[58.93464,11.67653],[58.93659,11.67687],[58.94168,11.67421],[58.94677,11.68305],[58.95142,11.68245],[58.95591,11.68979],[58.96583,11.68833],[58.97032,11.68803],[58.97295,11.69061],[58.97333,11.68593],[58.97574,11.68747],[58.97737,11.69443],[58.98606,11.69258],[58.98825,11.68589],[58.99400,11.69456],[58.99787,11.69537],[59.00004,11.69880],[59.01663,11.70743],[59.03355,11.71219],[59.03920,11.72236],[59.04333,11.72670],[59.04430,11.72932],[59.04757,11.73129],[59.05002,11.73575],[59.05335,11.73936],[59.06028,11.74481],[59.07045,11.75395],[59.08013,11.76657],[59.08741,11.77854],[59.09667,11.77837],[59.09914,11.78266],[59.11544,11.76876],[59.11518,11.76515],[59.12954,11.77425],[59.13623,11.77974],[59.14567,11.77652],[59.15610,11.77768],[59.15918,11.77691],[59.16574,11.77712],[59.17062,11.77524],[59.17781,11.77695],[59.18804,11.78142],[59.19428,11.78270],[59.19492,11.78421],[59.19597,11.78429],[59.19707,11.78335],[59.19863,11.78416],[59.20096,11.78270],[59.20281,11.78335],[59.20733,11.78416],[59.21219,11.78923],[59.21886,11.79661],[59.22484,11.80103],[59.23171,11.81253],[59.23766,11.82669],[59.24029,11.83047],[59.30424,11.82060],[59.30919,11.82197],[59.31230,11.82214],[59.34496,11.81674],[59.35458,11.80867],[59.37164,11.79030],[59.37348,11.79270],[59.37868,11.78841],[59.38659,11.78043],[59.41460,11.77468],[59.42870,11.76172],[59.45833,11.76060],[59.47983,11.75399],[59.49199,11.74730],[59.51128,11.72962],[59.58962,11.69177],[59.60843,11.69880],[59.62497,11.72163],[59.64259,11.77888],[59.64783,11.85690],[59.65312,11.86343],[59.66227,11.87141],[59.67281,11.87622],[59.68260,11.87913],[59.69282,11.88986],[59.69412,11.94016],[59.69819,11.94600],[59.70110,11.94660],[59.70049,11.93887],[59.70919,11.93887],[59.71066,11.93492],[59.71365,11.93801],[59.72655,11.93784],[59.72888,11.93861],[59.73330,11.93458],[59.74043,11.93518],[59.74995,11.92608],[59.75777,11.93552],[59.77031,11.93364],[59.78655,11.92737],[59.79424,11.92849],[59.80283,11.90986],[59.81203,11.90497],[59.81634,11.89579],[59.82415,11.88806],[59.82963,11.87570],[59.83088,11.85476],[59.83873,11.84274],[59.84140,11.84171],[59.84498,11.85596],[59.85050,11.87381],[59.85554,11.88523],[59.85925,11.88978],[59.86524,11.88368],[59.86903,11.88343],[59.87119,11.88703],[59.87050,11.89544],[59.87244,11.92119],[59.87537,11.92342],[59.88230,11.92437],[59.88609,11.93012],[59.88661,11.93552],[59.88971,11.94265],[59.90017,11.98479],[59.89862,11.98599],[59.88854,12.03311],[59.88562,12.05320],[59.89044,12.10144],[59.89371,12.12633],[59.88622,12.15542],[59.88953,12.17525],[59.92706,12.23138],[59.96523,12.34210],[60.01563,12.39669],[60.02601,12.42605],[60.03870,12.44956],[60.07289,12.48132],[60.09942,12.50141],[60.19368,12.54261],[60.22429,12.52613],[60.28128,12.50570],[60.32337,12.49952],[60.34716,12.54604],[60.40571,12.60732],[60.51320,12.60784],[60.55162,12.58260],[60.60028,12.51703],[60.64298,12.51222],[60.68671,12.46107],[60.73466,12.39601],[60.81914,12.34983],[60.85251,12.33575],[60.89070,12.33386],[61.01300,12.22503],[61.01961,12.24293],[61.02653,12.29885],[61.04964,12.44853],[61.05064,12.48939],[61.04632,12.59513],[61.04507,12.60217],[61.04657,12.61393],[61.05209,12.65358],[61.05230,12.65891],[61.05479,12.66921],[61.05649,12.67272],[61.05919,12.68242],[61.06360,12.68414],[61.14311,12.70792],[61.19695,12.79126],[61.25896,12.83537],[61.30758,12.85366],[61.35662,12.87159],[61.40148,12.81057],[61.56939,12.56973],[61.56767,12.44699],[61.56375,12.42107],[61.61537,12.34193],[61.64074,12.27705],[61.72388,12.13989],[62.00992,12.22537],[62.14882,12.26623],[62.26808,12.30159],[62.61166,12.05818],[62.74843,12.13886],[62.90241,12.07672],[63.00061,12.22023],[63.26901,11.97887],[63.35597,12.08805],[63.47903,12.21542],[63.59347,12.15225],[63.63147,12.23361],[63.67185,12.30297],[63.71399,12.33318],[63.81840,12.48321],[63.97264,12.68508],[64.05718,12.92713],[64.09455,13.21071],[64.06994,13.47576],[64.06499,13.53412],[64.04561,13.71608],[64.00667,13.96945],[64.19561,14.16000],[64.46302,14.11674],[64.47989,14.08584],[64.50857,13.89255],[64.58058,13.65840],[64.63917,13.70853],[64.85141,13.97014],[64.94041,14.08241],[65.11839,14.32651],[65.24750,14.38110],[65.30924,14.50881],[65.52036,14.50160],[65.69998,14.54383],[65.81220,14.62760],[65.90263,14.58606],[65.95934,14.57576],[66.06026,14.54177],[66.13177,14.51843],[66.14579,14.87171],[66.15232,15.03719],[66.21913,15.26618],[66.28205,15.48763],[66.38884,15.43579],[66.48368,15.38017],[66.52297,15.45536],[66.59331,15.62324],[66.76307,15.85018],[66.87403,15.99884],[66.91175,16.04038],[66.98153,16.19556],[67.04548,16.39091],[67.20642,16.41117],[67.43516,16.09359],[67.51854,16.15917],[67.52694,16.28379],[67.53364,16.40945],[67.59443,16.49631],[67.64659,16.55948],[67.76108,16.63673],[67.91365,16.74213],[67.97708,16.93370],[68.04983,17.18467],[68.11685,17.28252],[68.03725,17.66361],[67.96742,17.90119],[68.14549,18.09928],[68.19975,18.15387],[68.32157,18.12263],[68.40638,18.10340],[68.53589,18.12881],[68.58070,18.40553],[68.50547,18.62148],[68.51579,18.98300],[68.43958,19.43481],[68.35464,19.92130],[68.38881,19.98413],[68.49113,20.23029],[68.53238,20.02841],[68.55774,19.94293],[68.59035,20.05451],[68.66554,20.20557],[68.80252,20.33946],[68.92730,20.30891],[69.04475,20.06515],[69.05997,20.55473],[69.11891,20.71746],[69.07763,20.88294],[69.03480,21.05976],[69.10447,21.11022],[69.12246,21.05735],[69.13995,21.04774],[69.19209,20.98903],[69.22231,21.00448],[69.26076,21.09769],[69.31152,21.27914],[69.29381,21.44496],[69.27638,21.62693],[69.21354,21.72254],[69.14453,21.84425],[69.07248,21.98312],[68.95648,22.17384],[68.91841,22.19083],[68.82696,22.33915],[68.71620,22.37348],[68.74385,22.53553],[68.72536,22.60557],[68.68683,22.80057],[68.68895,23.04468],[68.62779,23.16759],[68.68321,23.40259],[68.69157,23.44156],[68.70510,23.67450],[68.75051,23.73235],[68.81890,23.77664],[68.83601,23.87174],[68.82684,23.98298],[68.77929,24.07516],[68.78917,24.15773],[68.75337,24.15155],[68.74497,24.20682],[68.72666,24.24974],[68.71695,24.30141],[68.69906,24.46826],[68.68178,24.60748],[68.63586,24.78275],[68.56170,24.85553],[68.55391,24.90446],[68.58164,24.90806],[68.60407,24.91836],[68.61089,24.94050],[68.61127,24.94943],[68.61409,24.95338],[68.61534,24.96231],[68.61553,24.98033],[68.61165,24.98479],[68.61115,24.99681],[68.61490,25.01878],[68.62172,25.01913],[68.62191,25.03337],[68.62485,25.04745],[68.61878,25.06530],[68.61935,25.07268],[68.62360,25.08350],[68.62554,25.08247],[68.62854,25.09088],[68.63492,25.09363],[68.63630,25.10341],[68.63630,25.11663],[68.64305,25.12212],[68.64480,25.11903],[68.65074,25.12058],[68.65355,25.11663],[68.65949,25.11869],[68.68090,25.11182],[68.69457,25.11714],[68.70049,25.11388],[68.70685,25.12023],[68.71252,25.12590],[68.71339,25.13723],[68.72149,25.13019],[68.72455,25.12332],[68.73476,25.12847],[68.74640,25.12470],[68.75635,25.12916],[68.76326,25.13774],[68.77053,25.13620],[68.77501,25.14238],[68.78619,25.14478],[68.79159,25.15268],[68.79904,25.16023],[68.80128,25.17173],[68.80606,25.17843],[68.80885,25.19868],[68.81797,25.21104],[68.82405,25.23164],[68.83471,25.23988],[68.84165,25.24864],[68.85088,25.27215],[68.85559,25.29190],[68.85831,25.29207],[68.86153,25.30614],[68.86227,25.31764],[68.87001,25.34477],[68.87744,25.37549],[68.88096,25.38185],[68.88622,25.40536],[68.88999,25.40056],[68.89141,25.41051],[68.88987,25.41910],[68.89821,25.45824],[68.90365,25.47866],[68.89796,25.49325],[68.88745,25.52639],[68.88529,25.54475],[68.88591,25.55522],[68.88207,25.58921],[68.88449,25.60260],[68.88919,25.61153],[68.89098,25.62887],[68.89753,25.63076],[68.90260,25.64105],[68.90464,25.65582],[68.91699,25.66011],[68.93156,25.67556],[68.94723,25.69496],[68.95013,25.69341],[68.95241,25.69599],[68.95284,25.70148],[68.96282,25.71247],[68.96886,25.71573],[68.97976,25.71453],[68.98512,25.72328],[68.98924,25.72465],[68.99380,25.73444],[68.99675,25.74302],[69.00339,25.75590],[69.00303,25.76259],[69.00887,25.77066],[69.01551,25.77753],[69.02399,25.77787],[69.03032,25.77049],[69.03130,25.75813],[69.03836,25.75229],[69.04144,25.74680],[69.04696,25.75315],[69.05015,25.75212],[69.05347,25.75658],[69.05997,25.75418],[69.06960,25.73736],[69.08039,25.72757],[69.08272,25.73444],[69.09338,25.72774],[69.10036,25.73015],[69.10257,25.73444],[69.10771,25.73083],[69.10973,25.72311],[69.11536,25.72465],[69.12258,25.73530],[69.12919,25.73564],[69.13701,25.74611],[69.14465,25.74525],[69.15186,25.73495],[69.15913,25.73238],[69.17202,25.72277],[69.18953,25.70938],[69.19623,25.69667],[69.20367,25.69908],[69.20653,25.70732],[69.21123,25.71590],[69.21945,25.70783],[69.22560,25.71676],[69.23120,25.70371],[69.23984,25.70697],[69.24337,25.71058],[69.24933,25.70423],[69.25426,25.70611],[69.25602,25.72139],[69.26295,25.73221],[69.26733,25.73444],[69.27262,25.73152],[69.27523,25.74714],[69.28252,25.74285],[69.28604,25.75212],[69.29320,25.74731],[69.29563,25.73598],[69.29797,25.73555],[69.29927,25.74169],[69.30121,25.74693],[69.30370,25.74774],[69.30708,25.74062],[69.31084,25.73822],[69.31862,25.74088],[69.32526,25.75598],[69.33653,25.76066],[69.33971,25.75933],[69.34131,25.76045],[69.34267,25.76911],[69.34422,25.77735],[69.34646,25.77959],[69.34973,25.77873],[69.35448,25.78173],[69.35617,25.78637],[69.35687,25.79298],[69.35696,25.79718],[69.35723,25.80199],[69.35844,25.80868],[69.35899,25.81426],[69.36020,25.81830],[69.36213,25.81830],[69.36628,25.81563],[69.37184,25.81787],[69.37278,25.81907],[69.37348,25.81555],[69.37384,25.81186],[69.37595,25.81306],[69.37807,25.81881],[69.37958,25.82018],[69.38031,25.82490],[69.38218,25.82911],[69.38412,25.83057],[69.38853,25.83083],[69.39013,25.83366],[69.39170,25.83477],[69.39270,25.84422],[69.39333,25.84636],[69.39460,25.84602],[69.39895,25.84310],[69.40046,25.83958],[69.40426,25.83134],[69.40641,25.83065],[69.40674,25.82568],[69.40438,25.81624],[69.40520,25.81212],[69.40804,25.81126],[69.40915,25.80920],[69.41048,25.80980],[69.41142,25.81229],[69.41196,25.81778],[69.41293,25.82387],[69.41398,25.82413],[69.41595,25.82036],[69.41929,25.80894],[69.41905,25.79804],[69.42053,25.79366],[69.42237,25.79401],[69.42418,25.79658],[69.42506,25.80027],[69.42605,25.80800],[69.43000,25.80980],[69.43362,25.80654],[69.43540,25.80791],[69.43887,25.81495],[69.44179,25.81658],[69.44785,25.82448],[69.46791,25.83383],[69.47513,25.86336],[69.48551,25.85786],[69.48966,25.84808],[69.50908,25.85632],[69.51743,25.86799],[69.52154,25.87572],[69.53196,25.87065],[69.53766,25.85615],[69.54387,25.83915],[69.55104,25.84387],[69.55362,25.85906],[69.55293,25.86919],[69.55422,25.87640],[69.55704,25.88713],[69.56076,25.90044],[69.56927,25.92121],[69.57199,25.93623],[69.58131,25.94764],[69.58724,25.94635],[69.58888,25.95005],[69.59430,25.95305],[69.59612,25.95623],[69.59819,25.96532],[69.60462,25.97082],[69.61102,25.97674],[69.61709,25.96730],[69.62065,25.96035],[69.62881,25.96155],[69.63421,25.96283],[69.64240,25.95545],[69.64625,25.95571],[69.65431,25.93391],[69.65759,25.91331],[69.65848,25.89889],[69.66338,25.89108],[69.66836,25.89408],[69.67405,25.90627],[69.67659,25.91494],[69.68013,25.92455],[69.68094,25.93297],[69.68556,25.94326],[69.69685,25.95459],[69.70149,25.96335],[69.70745,25.97116],[69.71361,25.98618],[69.72102,26.00403],[69.72512,26.07373],[69.72991,26.09416],[69.72964,26.10471],[69.73583,26.12832],[69.74329,26.14462],[69.75615,26.15166],[69.75787,26.16333],[69.75954,26.18256],[69.76684,26.18591],[69.76877,26.18179],[69.77129,26.18565],[69.77711,26.19260],[69.77954,26.21054],[69.78073,26.21715],[69.78556,26.21964],[69.78719,26.22608],[69.79306,26.22934],[69.79392,26.24436],[69.80027,26.24865],[69.80824,26.24170],[69.81638,26.24419],[69.82293,26.27594],[69.83053,26.31019],[69.83373,26.31731],[69.83553,26.32993],[69.84361,26.34255],[69.84598,26.35190],[69.84497,26.36092],[69.84633,26.36521],[69.85009,26.37156],[69.85597,26.38538],[69.86693,26.39928],[69.87438,26.40495],[69.88002,26.41379],[69.89035,26.41748],[69.89710,26.40787],[69.90112,26.40769],[69.90330,26.41362],[69.90725,26.42778],[69.91577,26.44881],[69.92213,26.45765],[69.93292,26.45791],[69.93895,26.46391],[69.94293,26.48640],[69.94558,26.50048],[69.94634,26.53241],[69.94761,26.55112],[69.95205,26.57189],[69.95758,26.61111],[69.95976,26.62330],[69.96173,26.65369],[69.96523,26.67755],[69.96296,26.68373],[69.95385,26.69317],[69.94890,26.70072],[69.94543,26.71214],[69.94537,26.72192],[69.94705,26.73540],[69.95299,26.75771],[69.95855,26.78320],[69.95920,26.81093],[69.95858,26.81556],[69.95882,26.82397],[69.96038,26.83839],[69.95982,26.85393],[69.95755,26.85831],[69.94472,26.85513],[69.93963,26.86157],[69.93515,26.87290],[69.93289,26.87899],[69.93224,26.88946],[69.93300,26.89882],[69.93566,26.91693],[69.93957,26.92955],[69.93939,26.93753],[69.94007,26.95418],[69.93928,26.96508],[69.93692,26.97752],[69.93510,26.98594],[69.93021,26.99598],[69.92317,27.00628],[69.91833,27.01169],[69.91338,27.02576],[69.91040,27.03203],[69.91014,27.03967],[69.91335,27.05443],[69.91710,27.06172],[69.91792,27.07065],[69.91674,27.09031],[69.91736,27.10129],[69.92373,27.11666],[69.92782,27.12284],[69.93209,27.13099],[69.93245,27.14241],[69.93345,27.15854],[69.93934,27.18927],[69.94428,27.21854],[69.94790,27.22867],[69.95034,27.26549],[69.95152,27.28274],[69.95284,27.29493],[69.95579,27.30411],[69.95955,27.30411],[69.96482,27.29862],[69.96726,27.29209],[69.97167,27.28935],[69.97484,27.27553],[69.97984,27.27853],[69.98527,27.29372],[69.99018,27.31132],[69.98977,27.32119],[69.98836,27.32797],[69.98924,27.34763],[69.99596,27.37149],[70.00703,27.39706],[70.01357,27.40633],[70.01956,27.42934],[70.02105,27.45037],[70.02190,27.49388],[70.02220,27.52324],[70.02589,27.53165],[70.03536,27.54135],[70.04913,27.54418],[70.06098,27.55834],[70.06403,27.57267],[70.06745,27.57860],[70.06889,27.59396],[70.07491,27.61645],[70.07564,27.63859],[70.07623,27.65687],[70.07740,27.66958],[70.07681,27.68812],[70.07611,27.69824],[70.07243,27.70906],[70.06944,27.71696],[70.06441,27.73584],[70.06388,27.74374],[70.06581,27.76210],[70.07781,27.80021],[70.07956,27.82751],[70.08255,27.85755],[70.08582,27.88484],[70.08769,27.92072],[70.09196,27.94784],[70.09161,27.95883],[70.07442,27.96672],[70.05416,27.97616],[70.01378,27.98320],[69.99670,28.01393],[69.93318,28.13564],[69.92040,28.15950],[69.88075,28.34352],[69.84867,28.32893],[69.81813,28.40360],[69.79241,28.55741],[69.77004,28.68890],[69.74884,28.80872],[69.72899,28.91841],[69.70816,29.04973],[69.69506,29.13333],[69.63881,29.16887],[69.57643,29.23307],[69.50725,29.30568],[69.47814,29.33418],[69.39765,29.21813],[69.29138,28.98090],[69.22444,28.83035],[69.17183,28.82932],[69.11034,28.80392],[69.07604,28.85421],[69.04929,28.93558],[69.02491,29.01901],[69.01059,29.04029],[69.01680,29.06089],[69.04033,29.09660],[69.06420,29.14569],[69.06764,29.16149],[69.11310,29.24337],[69.11971,29.23616],[69.12405,29.23444],[69.12601,29.24474],[69.13683,29.23994],[69.14759,29.24835],[69.18690,29.29933],[69.19343,29.29264],[69.20696,29.29470],[69.20891,29.30517],[69.21975,29.30259],[69.23522,29.31701],[69.24745,29.28491],[69.26271,29.27135],[69.29848,29.29212],[69.30697,29.33813],[69.32171,29.40147],[69.31728,29.41469],[69.32219,29.47820],[69.32226,29.48953],[69.32789,29.50721],[69.32692,29.52266],[69.31916,29.53657],[69.32086,29.57553],[69.35006,29.65227],[69.36525,29.70033],[69.37148,29.69896],[69.37577,29.70600],[69.37777,29.71509],[69.38333,29.71303],[69.38962,29.72539],[69.39131,29.74462],[69.39384,29.75955],[69.39759,29.77724],[69.39687,29.78771],[69.40502,29.79904],[69.40937,29.81002],[69.41812,29.83869],[69.42433,29.86358],[69.41866,29.90152],[69.41782,29.90633],[69.41818,29.91405],[69.41323,29.93139],[69.40846,29.93190],[69.40502,29.93860],[69.40466,29.95113],[69.42186,30.03353],[69.46213,30.09481],[69.47019,30.11867],[69.48590,30.11404],[69.51416,30.12056],[69.52503,30.13601],[69.52587,30.14390],[69.53103,30.15111],[69.53421,30.17274],[69.56834,30.18939],[69.60749,30.15935],[69.60863,30.15420],[69.61987,30.15283],[69.64269,30.13738],[69.64431,30.13875],[69.64335,30.09344],[69.65786,30.08691],[69.66370,30.11369],[69.66907,30.15146],[69.65302,30.22253],[69.62925,30.30166],[69.58966,30.41788],[69.56390,30.47161],[69.55983,30.48019],[69.54783,30.50611],[69.53967,30.51521],[69.54171,30.56636],[69.54027,30.66473],[69.53253,30.74592],[69.53313,30.76000],[69.53151,30.76412],[69.53073,30.77579],[69.53163,30.78729],[69.52761,30.80377],[69.52815,30.82162],[69.53487,30.84411],[69.53733,30.86643],[69.54513,30.88548],[69.54921,30.89097],[69.55227,30.90196],[69.55299,30.91552],[69.55749,30.92994],[69.56091,30.94041],[69.56540,30.93887],[69.57241,30.93904],[69.57595,30.94779],[69.58224,30.94556],[69.59182,30.94865],[69.59325,30.94711],[69.59469,30.94161],[69.59828,30.94196],[69.60085,30.95157],[69.60863,30.94951],[69.61228,30.95518],[69.61873,30.95140],[69.62931,30.95535],[69.63511,30.95312],[69.63845,30.95380],[69.64401,30.94264],[69.64729,30.94007],[69.64950,30.93458],[69.65434,30.93629],[69.65804,30.93114],[69.66382,30.93235],[69.66919,30.92548],[69.67366,30.93114],[69.67265,30.93835],[69.67319,30.94900],[69.68392,30.94694],[69.68797,30.93664],[69.68660,30.93235],[69.68988,30.92754],[69.69232,30.91999],[69.69470,30.92084],[69.70090,30.91123],[69.70233,30.90093],[69.70501,30.89973],[69.71548,30.87759],[69.71995,30.89321],[69.72613,30.89200],[69.72875,30.89389],[69.73755,30.89149],[69.74314,30.87553],[69.74956,30.87432],[69.74878,30.88068],[69.75823,30.87329],[69.76482,30.85887],[69.77117,30.85424],[69.77580,30.84463],[69.77877,30.84463],[69.78873,30.81922],[69.86894,30.78918],[70.57793,32.00317],[72.37908,33.39843],[73.31839,17.98461],[67.24231,8.40454],[62.41072,1.07666],[57.63363,4.13085],[57.37986,7.73437],[58.29217,10.67871],[58.37867,10.62377],[58.89143,10.63948]], // New Zealand - NZ_1: [[-53.23477,179.99999], [-29.92989,179.99999], [-33.40732,167.01774], [-51.05085,160.25016], [-55.80974,168.33610]], - NZ_2: [[-29.92989,-179.99999], [-53.23477,-179.99999], [-46.09204,-173.00773], [-41.09979,-173.13956]], + NZ_1: [[-53.23477,179.99999],[-29.92989,179.99999],[-33.40732,167.01774],[-51.05085,160.25016],[-55.80974,168.33610]], + NZ_2: [[-29.92989,-179.99999],[-53.23477,-179.99999],[-46.09204,-173.00773],[-41.09979,-173.13956]], // Poland - PL: [[53.94689,14.23857], [53.92723,14.22612], [53.91601,14.20750], [53.91525,14.19497], [53.91621,14.19128], [53.91404,14.18389], [53.91171,14.18467], [53.91020,14.20475], [53.90620,14.20328], [53.90018,14.21178], [53.88733,14.21315], [53.88086,14.21487], [53.87752,14.21384], [53.86593,14.21152], [53.74168,14.27229], [53.73335,14.27375], [53.70298,14.27143], [53.69851,14.26693], [53.69661,14.26766], [53.69483,14.27032], [53.69199,14.27117], [53.68848,14.27186], [53.68868,14.27366], [53.68645,14.27401], [53.68426,14.28130], [53.68197,14.28336], [53.67709,14.28242], [53.67348,14.28053], [53.67170,14.27804], [53.66998,14.27658], [53.66992,14.27461], [53.66743,14.27092], [53.66601,14.27032], [53.66418,14.27117], [53.66291,14.27332], [53.66194,14.27607], [53.66265,14.27950], [53.66128,14.28019], [53.65833,14.28448], [53.64429,14.28431], [53.63416,14.28319], [53.61798,14.31091], [53.61767,14.31649], [53.57828,14.31133], [53.57155,14.31193], [53.56533,14.31356], [53.55840,14.30626], [53.55591,14.30377], [53.55315,14.30214], [53.55106,14.30660], [53.54341,14.30531], [53.53678,14.31544], [53.52974,14.31896], [53.52510,14.31535], [53.52046,14.31784], [53.51989,14.31887], [53.51459,14.32205], [53.50336,14.32660], [53.50086,14.33209], [53.49575,14.35020], [53.48819,14.35381], [53.48217,14.35278], [53.47604,14.35484], [53.47312,14.35501], [53.46996,14.35630], [53.46193,14.35587], [53.45688,14.35784], [53.45647,14.36033], [53.45621,14.37080], [53.44875,14.37046], [53.44783,14.37157], [53.43740,14.37011], [53.43249,14.36814], [53.42385,14.36951], [53.41873,14.37252], [53.41541,14.37312], [53.40866,14.37295], [53.40042,14.37853], [53.38803,14.38874], [53.37579,14.39449], [53.36939,14.39492], [53.35858,14.39278], [53.35341,14.38977], [53.35126,14.39595], [53.34685,14.40548], [53.33896,14.40677], [53.33450,14.40848], [53.32425,14.41509], [53.31938,14.41303], [53.30887,14.40634], [53.30169,14.41466], [53.28783,14.41707], [53.27583,14.42093], [53.27562,14.43432], [53.27429,14.44453], [53.27259,14.44376], [53.26731,14.44796], [53.26530,14.44908], [53.26238,14.44942], [53.25935,14.44891], [53.25765,14.44642], [53.25411,14.44075], [53.24718,14.43389], [53.24250,14.43329], [53.23999,14.43114], [53.23613,14.42616], [53.23351,14.42016], [53.22324,14.40848], [53.21109,14.40683], [53.20605,14.39722], [53.20317,14.37928], [53.19747,14.37602], [53.18507,14.37319], [53.17865,14.36980], [53.16965,14.36619], [53.16131,14.37066], [53.15678,14.37134], [53.14211,14.38714], [53.10858,14.37632], [53.10343,14.37031], [53.08761,14.36920], [53.05522,14.34903], [53.04351,14.33100], [53.03701,14.31564], [53.03464,14.31118], [53.03056,14.30740], [53.02276,14.29496], [53.00082,14.25333], [52.98955,14.22174], [52.98397,14.19754], [52.97272,14.16810], [52.96621,14.16355], [52.96182,14.14346], [52.94894,14.13994], [52.94361,14.14441], [52.93063,14.14355], [52.89409,14.15677], [52.88699,14.16166], [52.87197,14.15539], [52.84689,14.12492], [52.84295,14.12278], [52.83279,14.12424], [52.82651,14.13445], [52.82439,14.14552], [52.81811,14.21290], [52.81365,14.22243], [52.80213,14.23462], [52.79819,14.24277], [52.78749,14.25676], [52.76751,14.29461], [52.76283,14.32122], [52.75395,14.34242], [52.75047,14.35246], [52.74086,14.36104], [52.73628,14.37435], [52.72111,14.38903], [52.70733,14.40937], [52.69921,14.41701], [52.69240,14.42765], [52.68120,14.43356], [52.67880,14.44438], [52.67750,14.45056], [52.67136,14.45897], [52.66183,14.46240], [52.65517,14.47905], [52.63711,14.52335], [52.63138,14.54455], [52.62586,14.55536], [52.62132,14.57158], [52.60871,14.59862], [52.59677,14.60969], [52.58822,14.61192], [52.58233,14.62025], [52.57571,14.63690], [52.57007,14.63990], [52.56532,14.63587], [52.55557,14.61673], [52.54075,14.61072], [52.53370,14.60394], [52.52038,14.60901], [52.51041,14.61313], [52.50654,14.61999], [52.50142,14.63338], [52.49202,14.63518], [52.48135,14.62360], [52.47790,14.61476], [52.46839,14.61038], [52.46337,14.60866], [52.45877,14.59862], [52.45437,14.59562], [52.44747,14.58420], [52.44072,14.57862], [52.43962,14.56163], [52.43585,14.55236], [52.42481,14.54446], [52.41172,14.54729], [52.40424,14.53828], [52.39512,14.53399], [52.37485,14.55208], [52.35084,14.55345], [52.34581,14.55688], [52.34083,14.56135], [52.33396,14.56281], [52.32761,14.56152], [52.32026,14.57808], [52.31287,14.57774], [52.30730,14.58469], [52.30258,14.58384], [52.29639,14.57457], [52.29198,14.57396], [52.28709,14.57800], [52.28426,14.58761], [52.27675,14.59130], [52.27213,14.59662], [52.27187,14.61508], [52.26667,14.63224], [52.26262,14.64623], [52.26246,14.66168], [52.25732,14.67859], [52.25648,14.68932], [52.25316,14.69730], [52.24691,14.70348], [52.24187,14.70589], [52.23635,14.71507], [52.23272,14.71576], [52.22668,14.71207], [52.21814,14.71175], [52.20820,14.70582], [52.20105,14.69261], [52.19668,14.68565], [52.19084,14.68677], [52.18679,14.69218], [52.17995,14.70145], [52.17195,14.70591], [52.16453,14.70342], [52.14594,14.68093], [52.13725,14.68033], [52.12571,14.68368], [52.11317,14.68213], [52.09872,14.69844], [52.09614,14.70943], [52.09398,14.72376], [52.08459,14.74247], [52.07425,14.75046], [52.06867,14.75664], [52.06509,14.75861], [52.05997,14.75646], [52.05617,14.74659], [52.05369,14.74488], [52.04968,14.74634], [52.04566,14.74471], [52.04326,14.74927], [52.03677,14.74670], [52.03196,14.74739], [52.02937,14.73932], [52.02314,14.74061], [52.01886,14.73237], [52.01305,14.72498], [52.00835,14.72507], [52.00534,14.71434], [52.00259,14.71305], [52.00011,14.71735], [51.99504,14.72044], [51.99081,14.71923], [51.98822,14.71589], [51.98362,14.71614], [51.98024,14.71168], [51.97992,14.70602], [51.97564,14.70378], [51.97326,14.70567], [51.96490,14.70670], [51.95607,14.71374], [51.95565,14.71778], [51.95173,14.72061], [51.94713,14.71846], [51.94195,14.71889], [51.93665,14.71074], [51.93612,14.70636], [51.93120,14.70258], [51.92326,14.70473], [51.92093,14.70121], [51.91384,14.69898], [51.90992,14.69177], [51.90680,14.69005], [51.90320,14.69383], [51.90161,14.69288], [51.89859,14.68430], [51.89557,14.68042], [51.89467,14.67441], [51.89340,14.67313], [51.89017,14.67458], [51.88985,14.67081], [51.89117,14.66574], [51.89086,14.66283], [51.88953,14.66154], [51.88651,14.66094], [51.88551,14.65510], [51.88174,14.65330], [51.87793,14.65184], [51.87417,14.65150], [51.87227,14.64519], [51.86761,14.64347], [51.86538,14.63300], [51.85833,14.62364], [51.85791,14.61077], [51.85181,14.60596], [51.84959,14.60948], [51.84762,14.60227], [51.84147,14.60510], [51.84047,14.60176], [51.84275,14.59678], [51.83850,14.58931], [51.83532,14.59137], [51.83320,14.58991], [51.83039,14.59249], [51.82736,14.58871], [51.81974,14.58974], [51.81772,14.59558], [51.81300,14.60013], [51.80828,14.59995], [51.80286,14.60768], [51.80361,14.61300], [51.80143,14.61609], [51.80143,14.61927], [51.79973,14.62304], [51.80138,14.63060], [51.80016,14.63420], [51.79756,14.63506], [51.79586,14.64373], [51.78609,14.64879], [51.78434,14.65257], [51.77908,14.65205], [51.77660,14.65428], [51.76741,14.65351], [51.76353,14.64939], [51.76083,14.65059], [51.75913,14.65600], [51.75806,14.66184], [51.75615,14.66355], [51.75429,14.65729], [51.75116,14.65592], [51.74930,14.65866], [51.74621,14.65806], [51.74260,14.65583], [51.74021,14.65583], [51.73760,14.66046], [51.73181,14.66330], [51.72538,14.66785], [51.72330,14.67591], [51.72027,14.67858], [51.71650,14.67995], [51.71182,14.68664], [51.70900,14.68853], [51.70474,14.69875], [51.70251,14.70381], [51.69054,14.72355], [51.68740,14.73110], [51.68873,14.73445], [51.68756,14.73677], [51.68362,14.73917], [51.68022,14.73565], [51.67729,14.73917], [51.67585,14.74715], [51.67005,14.74801], [51.66814,14.75213], [51.66329,14.75247], [51.66116,14.75771], [51.65584,14.75445], [51.65355,14.75093], [51.65104,14.75041], [51.64551,14.75522], [51.64114,14.75333], [51.63538,14.75402], [51.63288,14.75574], [51.62750,14.75265], [51.62484,14.75599], [51.62285,14.75780], [51.62072,14.76140], [51.61698,14.76355], [51.61427,14.76329], [51.61054,14.76561], [51.60478,14.76166], [51.60307,14.76157], [51.59939,14.75273], [51.59657,14.75222], [51.59545,14.75024], [51.59486,14.74509], [51.59236,14.74037], [51.58974,14.73926], [51.58569,14.73119], [51.58270,14.72930], [51.57881,14.72887], [51.57486,14.72647], [51.57134,14.71968], [51.56601,14.71582], [51.56296,14.71084], [51.56030,14.71196], [51.55613,14.71539], [51.55400,14.71685], [51.55411,14.72149], [51.55219,14.72475], [51.54930,14.72887], [51.54685,14.72938], [51.54482,14.73127], [51.54172,14.72707], [51.53959,14.72595], [51.53745,14.72681], [51.53505,14.72887], [51.53074,14.72838], [51.52898,14.73310], [51.52572,14.73525], [51.52439,14.74100], [51.52124,14.75319], [51.52289,14.75971], [51.52204,14.76151], [51.51899,14.76331], [51.51846,14.76726], [51.51825,14.77370], [51.51702,14.77859], [51.51793,14.78426], [51.51638,14.78786], [51.51766,14.79473], [51.51477,14.79902], [51.51424,14.80426], [51.51007,14.80838], [51.50943,14.80958], [51.50612,14.81078], [51.50532,14.81327], [51.50724,14.81876], [51.50452,14.82503], [51.50354,14.83203], [51.49895,14.83349], [51.49884,14.83684], [51.49537,14.83941], [51.49435,14.84353], [51.48869,14.85246], [51.49034,14.86018], [51.48922,14.86542], [51.48479,14.86979], [51.48431,14.87426], [51.48741,14.88456], [51.48650,14.88876], [51.48356,14.89177], [51.48110,14.90164], [51.48302,14.90705], [51.48308,14.91537], [51.48088,14.92370], [51.47340,14.92533], [51.47313,14.92679], [51.47281,14.93271], [51.47153,14.94550], [51.47094,14.94842], [51.46880,14.95108], [51.46517,14.95442], [51.46174,14.95605], [51.45896,14.95520], [51.45543,14.95803], [51.45106,14.96417], [51.44673,14.96494], [51.44229,14.97283], [51.43935,14.97240], [51.43549,14.97275], [51.43234,14.96983], [51.43480,14.96374], [51.43121,14.95790], [51.42747,14.96039], [51.42720,14.96494], [51.42496,14.96551], [51.42405,14.96362], [51.42127,14.96440], [51.41763,14.96689], [51.41303,14.96431], [51.41137,14.95787], [51.40955,14.95787], [51.40746,14.96182], [51.40360,14.96517], [51.40232,14.96714], [51.39766,14.96852], [51.39841,14.96328], [51.39589,14.95659], [51.39461,14.95805], [51.39429,14.96268], [51.39134,14.96500], [51.38615,14.96354], [51.38122,14.96869], [51.37934,14.96792], [51.37811,14.97178], [51.37618,14.97556], [51.37441,14.98208], [51.37302,14.98277], [51.36975,14.97650], [51.36616,14.97719], [51.36413,14.97350], [51.36418,14.96860], [51.36279,14.96843], [51.36289,14.96431], [51.36080,14.96380], [51.35855,14.96697], [51.35952,14.97255], [51.35609,14.97633], [51.35389,14.97513], [51.35271,14.97710], [51.35073,14.97641], [51.34998,14.97676], [51.34761,14.97762], [51.34681,14.97659], [51.34053,14.97719], [51.33909,14.97968], [51.33442,14.98045], [51.33211,14.98491], [51.32857,14.98594], [51.32874,14.99204], [51.32713,14.99324], [51.32268,14.99098], [51.31973,14.99802], [51.31968,15.00317], [51.31651,15.00540], [51.31651,15.00814], [51.31490,15.00883], [51.31152,15.00557], [51.30943,15.00780], [51.30868,15.01166], [51.30509,15.01321], [51.30182,15.01201], [51.30069,15.01226], [51.30091,15.01956], [51.29688,15.02668], [51.29173,15.03269], [51.28480,15.03097], [51.28319,15.03458], [51.27654,15.03338], [51.27632,15.03647], [51.27342,15.04119], [51.27111,15.03612], [51.26585,15.03741], [51.26392,15.03518], [51.25860,15.03621], [51.25731,15.02960], [51.25468,15.02943], [51.25409,15.02402], [51.24941,15.02205], [51.24839,15.02677], [51.25081,15.02866], [51.24689,15.03218], [51.24522,15.03638], [51.24119,15.03209], [51.24345,15.02831], [51.23834,15.02557], [51.23775,15.02849], [51.23560,15.02239], [51.23345,15.02308], [51.23372,15.02608], [51.23157,15.02428], [51.23082,15.02128], [51.22889,15.02076], [51.22808,15.01604], [51.22625,15.01518], [51.22475,15.01681], [51.22308,15.01553], [51.22104,15.01741], [51.21690,15.01492], [51.21539,15.01638], [51.21464,15.01269], [51.21383,15.00909], [51.21125,15.00926], [51.21034,15.01261], [51.20754,15.01183], [51.20502,15.00729], [51.19872,15.00754], [51.19824,15.01321], [51.19582,15.01355], [51.19464,15.01020], [51.19304,15.00965], [51.19223,15.00450], [51.19062,15.00450], [51.18158,15.00853], [51.18008,15.00724], [51.17884,15.00458], [51.17539,15.00330], [51.17308,15.00098], [51.17136,15.00038], [51.16872,15.00390], [51.16786,15.00390], [51.16329,14.99300], [51.15693,14.99420], [51.15311,14.99849], [51.14972,15.00029], [51.14428,14.99609], [51.14369,14.99454], [51.14417,14.99179], [51.14288,14.98991], [51.14094,14.99038], [51.13831,14.99399], [51.13238,14.99605], [51.12748,14.99459], [51.12295,14.99424], [51.12263,14.99639], [51.12112,14.99596], [51.12026,14.99339], [51.11649,14.98849], [51.11665,14.98609], [51.11838,14.98403], [51.11757,14.98129], [51.11627,14.98034], [51.11450,14.98034], [51.11412,14.98172], [51.11277,14.98172], [51.11019,14.97914], [51.10943,14.98034], [51.10825,14.97751], [51.10631,14.97794], [51.10447,14.98249], [51.10253,14.98197], [51.10205,14.98326], [51.10032,14.98412], [51.09908,14.98189], [51.09817,14.98283], [51.09747,14.98052], [51.09504,14.97949], [51.09482,14.98266], [51.09321,14.98103], [51.09202,14.98300], [51.09062,14.98283], [51.09057,14.97871], [51.08740,14.97953], [51.08794,14.97627], [51.08346,14.97515], [51.08017,14.97738], [51.07721,14.97772], [51.07332,14.97137], [51.07251,14.97086], [51.07181,14.96640], [51.06879,14.96760], [51.06912,14.97000], [51.06701,14.96940], [51.06626,14.97069], [51.06453,14.96777], [51.05924,14.96468], [51.05860,14.96270], [51.05482,14.96210], [51.05029,14.96442], [51.05023,14.96082], [51.04781,14.95961], [51.04711,14.95343], [51.04419,14.95215], [51.04300,14.94786], [51.03863,14.94762], [51.03761,14.95079], [51.03108,14.94556], [51.02908,14.94684], [51.02687,14.94496], [51.02660,14.93938], [51.02411,14.94092], [51.02406,14.93860], [51.02034,14.93423], [51.01774,14.93466], [51.01742,14.93809], [51.01132,14.93706], [51.00765,14.93354], [51.00651,14.93397], [51.00073,14.92942], [50.99755,14.92745], [50.99711,14.92393], [50.99846,14.92178], [50.99803,14.91989], [50.99560,14.91646], [50.98966,14.91706], [50.98815,14.91955], [50.98444,14.91804], [50.97990,14.91778], [50.97546,14.91864], [50.97363,14.91564], [50.97206,14.90207], [50.96768,14.90413], [50.96579,14.90190], [50.96411,14.89898], [50.96244,14.89898], [50.96141,14.90328], [50.95952,14.89598], [50.94930,14.89263], [50.94692,14.89461], [50.94362,14.89486], [50.94205,14.89615], [50.93582,14.89111], [50.93285,14.87592], [50.92452,14.87060], [50.92252,14.87094], [50.91976,14.86871], [50.91770,14.86708], [50.91537,14.85970], [50.91278,14.85687], [50.91121,14.85172], [50.90412,14.84485], [50.90103,14.84288], [50.89605,14.83515], [50.89118,14.82502], [50.88614,14.81953], [50.88176,14.81730], [50.87742,14.81687], [50.87239,14.82013], [50.87017,14.82305], [50.87212,14.82949], [50.87266,14.83077], [50.87087,14.83455], [50.86827,14.84039], [50.86984,14.84760], [50.86892,14.85103], [50.86860,14.85961], [50.87044,14.86451], [50.87683,14.86751], [50.87650,14.87584], [50.87271,14.88579], [50.86881,14.89223], [50.86692,14.89746], [50.87537,14.90107], [50.87401,14.91099], [50.86865,14.93700], [50.86605,14.94360], [50.86388,14.94687], [50.86134,14.96068], [50.86307,14.96798], [50.86730,14.97845], [50.86762,14.98420], [50.86914,14.98643], [50.86865,14.99442], [50.86963,14.99682], [50.86806,15.00051], [50.86844,15.00300], [50.87575,15.00257], [50.87927,15.00077], [50.88961,14.99879], [50.89194,14.99527], [50.89497,14.99699], [50.90060,14.99648], [50.90747,15.00798], [50.90801,15.00497], [50.90768,15.00180], [50.90601,14.99982], [50.90785,14.99897], [50.91396,14.99948], [50.91477,14.99630], [50.91829,14.99407], [50.91889,14.99261], [50.92121,14.99038], [50.92727,14.99630], [50.92776,15.00137], [50.93209,15.00506], [50.93831,15.01141], [50.94015,15.01510], [50.94339,15.01330], [50.95053,15.01596], [50.95821,15.01201], [50.96232,15.01160], [50.96653,15.01778], [50.96562,15.02096], [50.96702,15.02207], [50.97080,15.01873], [50.97172,15.01624], [50.97513,15.01452], [50.98188,15.01117], [50.98626,15.00783], [50.98702,15.00585], [50.98064,14.99006], [50.97875,14.98886], [50.98010,14.98637], [50.98804,14.97478], [50.99004,14.96869], [51.00560,14.98345], [51.00938,14.98534], [51.01084,14.98671], [51.00889,14.99718], [51.01041,14.99890], [51.01181,15.00474], [51.01537,15.01014], [51.01586,15.01478], [51.02158,15.01744], [51.02201,15.02362], [51.02045,15.03246], [51.01456,15.03289], [51.01192,15.03641], [51.01165,15.05563], [51.01284,15.05821], [51.02255,15.05821], [51.02131,15.06250], [51.02142,15.06628], [51.02007,15.06756], [51.01764,15.06851], [51.01591,15.07623], [51.01267,15.07649], [51.01338,15.08499], [51.01348,15.09108], [51.01230,15.09297], [51.01262,15.09786], [51.00997,15.10636], [51.00744,15.10541], [51.00614,15.10344], [51.00603,15.09958], [51.00311,15.09666], [51.00139,15.09657], [50.99301,15.10044], [50.99069,15.10610], [50.99269,15.12061], [50.98966,15.12807], [50.99085,15.14232], [50.99366,15.14292], [50.99458,15.13434], [50.99966,15.13606], [51.00522,15.14138], [51.00846,15.14309], [51.01105,15.14292], [51.01365,15.14661], [51.01473,15.15520], [51.01883,15.17133], [51.01456,15.17253], [51.01165,15.17434], [50.99706,15.17425], [50.99307,15.17588], [50.98966,15.17485], [50.98637,15.17056], [50.98442,15.17768], [50.98264,15.17949], [50.98237,15.18301], [50.97961,15.18910], [50.98367,15.20112], [50.98739,15.19700], [50.98934,15.19820], [50.99226,15.20592], [50.99150,15.21004], [50.99247,15.21596], [50.99534,15.21948], [50.99593,15.22841], [50.99804,15.23476], [50.99793,15.23888], [50.99685,15.24128], [50.99566,15.23665], [50.99372,15.23665], [50.99172,15.23897], [50.99058,15.23802], [50.98788,15.24214], [50.98653,15.23845], [50.98367,15.24060], [50.97886,15.24875], [50.98086,15.25201], [50.98059,15.26025], [50.97880,15.26721], [50.97913,15.27407], [50.97070,15.27682], [50.96340,15.27270], [50.96097,15.27450], [50.95913,15.28463], [50.95296,15.29175], [50.95107,15.28978], [50.94723,15.28952], [50.94410,15.28283], [50.94210,15.27768], [50.93955,15.27648], [50.93523,15.26815], [50.93090,15.26738], [50.92506,15.26909], [50.92257,15.26686], [50.91824,15.26635], [50.91515,15.26978], [50.91093,15.26987], [50.90655,15.27330], [50.90325,15.27356], [50.89897,15.27639], [50.89464,15.27596], [50.89042,15.27682], [50.88136,15.28950], [50.87627,15.29173], [50.86116,15.30924], [50.85948,15.31242], [50.85937,15.32040], [50.85585,15.33036], [50.85536,15.33851], [50.85217,15.34409], [50.84837,15.35559], [50.84190,15.35973], [50.83648,15.36694], [50.83393,15.36942], [50.83106,15.36839], [50.82249,15.37200], [50.82119,15.37466], [50.81891,15.37123], [50.81414,15.36951], [50.81203,15.37320], [50.80839,15.37131], [50.80422,15.36668], [50.80058,15.36530], [50.79521,15.37217], [50.79206,15.37088], [50.78913,15.37311], [50.78702,15.37106], [50.78447,15.37226], [50.78067,15.36891], [50.77747,15.37337], [50.77757,15.38007], [50.77464,15.38487], [50.77654,15.39603], [50.77975,15.39929], [50.78235,15.40461], [50.79217,15.41449], [50.79950,15.41998], [50.80318,15.42187], [50.80660,15.42736], [50.80866,15.43869], [50.80687,15.45053], [50.80389,15.45036], [50.80199,15.45345], [50.80091,15.46349], [50.79716,15.46959], [50.79592,15.47414], [50.79033,15.48023], [50.78973,15.48856], [50.78799,15.49336], [50.79027,15.51062], [50.78539,15.51439], [50.77622,15.52435], [50.77980,15.53877], [50.78029,15.54589], [50.77855,15.55448], [50.77611,15.55868], [50.77595,15.56615], [50.77850,15.57868], [50.77795,15.58254], [50.77817,15.58640], [50.77638,15.59138], [50.77622,15.60117], [50.77215,15.61627], [50.76482,15.62194], [50.76428,15.62571], [50.76015,15.64237], [50.76037,15.64563], [50.75944,15.64829], [50.75961,15.65962], [50.75613,15.66691], [50.75412,15.68082], [50.74956,15.68571], [50.74163,15.68880], [50.73669,15.70631], [50.73718,15.71670], [50.73951,15.72348], [50.73913,15.72777], [50.73598,15.73369], [50.73604,15.73961], [50.73973,15.74905], [50.74370,15.76545], [50.74163,15.77137], [50.74174,15.78090], [50.74700,15.78969], [50.75237,15.79167], [50.75194,15.79948], [50.75368,15.80789], [50.75493,15.81235], [50.75476,15.81638], [50.74885,15.81982], [50.74466,15.82711], [50.74151,15.83106], [50.73690,15.83003], [50.73315,15.83037], [50.73087,15.83158], [50.72717,15.82926], [50.72375,15.82960], [50.70875,15.84697], [50.70821,15.84972], [50.70375,15.85195], [50.69995,15.85281], [50.69723,15.85667], [50.69114,15.85813], [50.68548,15.86070], [50.68021,15.86233], [50.67395,15.86053], [50.67047,15.88431], [50.67477,15.88576], [50.67999,15.90885], [50.68162,15.91031], [50.68260,15.91872], [50.68423,15.91984], [50.68043,15.92602], [50.68195,15.92902], [50.68586,15.93203], [50.68652,15.94319], [50.69000,15.95151], [50.69059,15.95572], [50.69168,15.96447], [50.69065,15.96971], [50.68336,15.99022], [50.67869,15.98902], [50.67390,15.99245], [50.67189,15.99726], [50.66786,15.99709], [50.66525,15.99975], [50.66237,15.99975], [50.65725,16.00361], [50.65399,16.00275], [50.64805,16.00361], [50.64472,16.00018], [50.64216,16.00567], [50.63471,16.00679], [50.63362,16.01159], [50.63040,16.02155], [50.62844,16.01279], [50.62512,16.00713], [50.62284,15.99657], [50.61483,15.98584], [50.61271,15.98576], [50.60971,15.99116], [50.60731,16.00086], [50.60421,16.00885], [50.60644,16.01176], [50.60541,16.01520], [50.60159,16.01700], [50.59914,16.02121], [50.59849,16.02481], [50.60366,16.02987], [50.61374,16.04309], [50.60922,16.05640], [50.61369,16.05940], [50.61690,16.05751], [50.62126,16.06043], [50.62545,16.06017], [50.62855,16.06283], [50.63242,16.06369], [50.63667,16.06730], [50.63966,16.06833], [50.64162,16.07639], [50.64624,16.08189], [50.64668,16.08515], [50.65163,16.08935], [50.65278,16.09631], [50.66213,16.10214], [50.66109,16.10704], [50.66050,16.11073], [50.65788,16.11287], [50.66060,16.11596], [50.66017,16.12532], [50.65723,16.12729], [50.65603,16.13424], [50.65054,16.13802], [50.65108,16.14128], [50.65320,16.14918], [50.64689,16.16291], [50.64526,16.17038], [50.64243,16.17210], [50.63960,16.17673], [50.63584,16.17716], [50.63312,16.17965], [50.62833,16.17879], [50.62691,16.18437], [50.62735,16.18840], [50.62920,16.19304], [50.63029,16.19922], [50.63176,16.20445], [50.63192,16.21664], [50.63649,16.22145], [50.63840,16.21973], [50.63998,16.22196], [50.64482,16.22145], [50.65081,16.22256], [50.65554,16.22608], [50.66381,16.22814], [50.67110,16.23484], [50.66942,16.24136], [50.66991,16.24565], [50.66626,16.25887], [50.66773,16.26428], [50.66686,16.27054], [50.66773,16.28016], [50.66496,16.27904], [50.66006,16.28170], [50.65957,16.29689], [50.66028,16.29955], [50.65865,16.30539], [50.66229,16.31372], [50.66463,16.31457], [50.66599,16.32213], [50.66316,16.33251], [50.66098,16.34298], [50.65603,16.34376], [50.65163,16.34968], [50.64825,16.34942], [50.64673,16.35234], [50.64640,16.35929], [50.64798,16.36178], [50.64602,16.36504], [50.64488,16.36453], [50.63649,16.37320], [50.63535,16.37757], [50.63268,16.37818], [50.62849,16.38161], [50.62664,16.38410], [50.61847,16.39383], [50.61727,16.40044], [50.61716,16.40516], [50.61247,16.40971], [50.61057,16.41143], [50.60790,16.41898], [50.60539,16.42327], [50.59935,16.42791], [50.59777,16.43220], [50.59455,16.43392], [50.58861,16.43993], [50.58714,16.44053], [50.58638,16.44284], [50.57918,16.44430], [50.57526,16.43392], [50.57126,16.42618], [50.56881,16.41717], [50.56968,16.40412], [50.56603,16.40258], [50.56330,16.40404], [50.56123,16.40764], [50.55660,16.40987], [50.54820,16.41030], [50.54694,16.40240], [50.54253,16.38695], [50.54105,16.38695], [50.53462,16.39751], [50.53292,16.39571], [50.52965,16.40086], [50.52758,16.39863], [50.52627,16.39365], [50.52059,16.38635], [50.51672,16.37339], [50.50138,16.35992], [50.50056,16.35460], [50.49821,16.35168], [50.49974,16.34782], [50.49652,16.34739], [50.49636,16.34404], [50.49761,16.34361], [50.49816,16.33983], [50.50007,16.33777], [50.50018,16.33400], [50.50291,16.33477], [50.50558,16.32524], [50.50837,16.32052], [50.50744,16.31597], [50.50569,16.30971], [50.50264,16.30971], [50.49941,16.30911], [50.49723,16.31142], [50.49401,16.31220], [50.49297,16.31014], [50.49112,16.30318], [50.49193,16.30027], [50.49079,16.30009], [50.48915,16.30095], [50.48582,16.29949], [50.48238,16.29572], [50.47992,16.29426], [50.48118,16.28979], [50.48090,16.28662], [50.48036,16.28422], [50.48150,16.28319], [50.48145,16.28052], [50.48265,16.27426], [50.48451,16.27512], [50.48522,16.27057], [50.48291,16.26791], [50.47925,16.26945], [50.47679,16.27280], [50.47707,16.26808], [50.48018,16.26516], [50.48023,16.25804], [50.47335,16.24791], [50.47139,16.24877], [50.47007,16.25246], [50.46805,16.25443], [50.46428,16.24388], [50.46374,16.24285], [50.46620,16.23873], [50.46576,16.23744], [50.46718,16.23409], [50.46592,16.23134], [50.46314,16.23426], [50.46062,16.23529], [50.46073,16.22353], [50.45789,16.21967], [50.45396,16.22894], [50.45046,16.22988], [50.44849,16.23358], [50.44598,16.23289], [50.44516,16.23049], [50.44352,16.23117], [50.44275,16.22448], [50.44674,16.22147], [50.44975,16.22302], [50.45215,16.22087], [50.45221,16.21220], [50.44986,16.20971], [50.44887,16.20465], [50.44734,16.20405], [50.44248,16.19838], [50.43477,16.19770], [50.43247,16.19444], [50.42832,16.19813], [50.42925,16.20448], [50.42651,16.20843], [50.42340,16.21014], [50.42165,16.21169], [50.41793,16.21152], [50.41476,16.21392], [50.41394,16.21109], [50.41109,16.21023], [50.40639,16.22207], [50.40825,16.22310], [50.41323,16.23375], [50.41394,16.23787], [50.41235,16.23984], [50.40967,16.24121], [50.40721,16.24559], [50.40628,16.25023], [50.40371,16.25409], [50.40190,16.25151], [50.40015,16.25143], [50.39878,16.24722], [50.39698,16.24688], [50.39441,16.24868], [50.39320,16.25048], [50.39386,16.26096], [50.38631,16.26688], [50.38302,16.26473], [50.37914,16.26662], [50.37646,16.27572], [50.37252,16.27658], [50.36677,16.27855], [50.36704,16.28645], [50.37191,16.29443], [50.37394,16.29391], [50.37914,16.29992], [50.38100,16.30044], [50.38237,16.30833], [50.37980,16.31623], [50.38166,16.32619], [50.37886,16.33280], [50.37717,16.34318], [50.38045,16.34936], [50.37837,16.35340], [50.37980,16.35949], [50.37629,16.36318], [50.37284,16.36387], [50.37043,16.36301], [50.36655,16.36739], [50.36310,16.36498], [50.35708,16.36558], [50.35379,16.36060], [50.34848,16.36206], [50.34618,16.36490], [50.34201,16.37485], [50.32848,16.38275], [50.32284,16.39082], [50.32229,16.39331], [50.31889,16.39863], [50.31999,16.40678], [50.32410,16.41056], [50.32410,16.42043], [50.32465,16.43081], [50.32196,16.43330], [50.32103,16.43620], [50.31599,16.43800], [50.31270,16.44281], [50.30853,16.44650], [50.30481,16.44770], [50.30168,16.45388], [50.29993,16.45499], [50.29499,16.46323], [50.29263,16.46392], [50.28956,16.46675], [50.28655,16.46512], [50.28342,16.47113], [50.27602,16.47997], [50.27134,16.48074], [50.27024,16.48332], [50.26986,16.48684], [50.26366,16.48924], [50.26300,16.49319], [50.25960,16.49662], [50.26004,16.50332], [50.25955,16.50658], [50.25713,16.50701], [50.25603,16.50563], [50.25258,16.50795], [50.25126,16.51362], [50.24725,16.51207], [50.24434,16.51568], [50.24116,16.51825], [50.23820,16.52400], [50.23759,16.52984], [50.23842,16.53748], [50.23677,16.53773], [50.23479,16.53962], [50.23073,16.54357], [50.22837,16.54812], [50.22551,16.54898], [50.22337,16.55069], [50.22112,16.55361], [50.21909,16.55653], [50.21706,16.55541], [50.21475,16.55250], [50.21332,16.55516], [50.21305,16.55747], [50.20904,16.55885], [50.20766,16.56099], [50.20492,16.55996], [50.20321,16.55507], [50.19959,16.55576], [50.19547,16.55396], [50.19135,16.55747], [50.18711,16.55739], [50.18525,16.55602], [50.18272,16.56074], [50.17920,16.56348], [50.17414,16.55790], [50.17057,16.55765], [50.16304,16.56125], [50.15693,16.57807], [50.15523,16.57730], [50.15187,16.58400], [50.14852,16.57979], [50.14709,16.58048], [50.14582,16.58331], [50.14291,16.57893], [50.14214,16.57928], [50.13983,16.58880], [50.13939,16.59515], [50.13697,16.59927], [50.13334,16.60382], [50.13180,16.61266], [50.12591,16.61215], [50.12266,16.61618], [50.12041,16.62425], [50.11496,16.62974], [50.11072,16.63292], [50.11160,16.64185], [50.10989,16.64888], [50.10731,16.66176], [50.10516,16.66493], [50.10296,16.67893], [50.09996,16.68307], [50.09804,16.68916], [50.09567,16.70513], [50.09908,16.71079], [50.10492,16.72487], [50.10729,16.72392], [50.10954,16.72778], [50.11615,16.72942], [50.12138,16.73517], [50.13480,16.74615], [50.13380,16.75250], [50.13385,16.75662], [50.13584,16.75886], [50.13589,16.76177], [50.14018,16.76864], [50.14497,16.78383], [50.14876,16.78418], [50.15052,16.78220], [50.15228,16.78495], [50.15470,16.78829], [50.16575,16.79817], [50.17851,16.80040], [50.19111,16.81425], [50.19133,16.81768], [50.18803,16.82283], [50.19056,16.82610], [50.19260,16.82489], [50.19551,16.82944], [50.19738,16.83605], [50.20007,16.83631], [50.20249,16.83640], [50.20732,16.84876], [50.20435,16.85047], [50.20062,16.86223], [50.19776,16.86206], [50.19666,16.87227], [50.19902,16.88060], [50.20018,16.88429], [50.20661,16.88566], [50.21029,16.88480], [50.21539,16.88798], [50.21825,16.89897], [50.22220,16.89922], [50.22272,16.90633], [50.22520,16.91431], [50.22563,16.92015], [50.22388,16.92522], [50.22283,16.92702], [50.22316,16.93560], [50.22163,16.94109], [50.22239,16.94478], [50.22108,16.94951], [50.22300,16.95860], [50.22591,16.96023], [50.23019,16.96779], [50.23420,16.96281], [50.23859,16.96478], [50.24194,16.97088], [50.24419,16.97714], [50.24073,16.97955], [50.23436,16.98075], [50.23233,16.98341], [50.22816,16.98950], [50.22399,16.99302], [50.21729,16.99568], [50.21536,16.99826], [50.21641,17.00615], [50.21965,17.01662], [50.22569,17.02169], [50.23019,17.02959], [50.24112,17.01534], [50.24293,17.01113], [50.24908,17.01199], [50.25325,17.00392], [50.25637,17.00238], [50.25961,17.01019], [50.26455,17.01482], [50.26987,17.01851], [50.27530,17.01929], [50.27854,17.02117], [50.28189,17.01748], [50.28638,17.01645], [50.28918,17.01491], [50.29110,17.01268], [50.29565,17.00916], [50.29653,17.00435], [50.29971,17.00504], [50.30305,17.00221], [50.30316,16.99912], [50.30250,16.99611], [50.30294,16.99276], [50.30552,16.98487], [50.30859,16.97354], [50.31391,16.96976], [50.31632,16.96856], [50.31401,16.96083], [50.31264,16.96049], [50.31275,16.95508], [50.31566,16.94642], [50.31829,16.94710], [50.31999,16.94066], [50.32640,16.93809], [50.33024,16.93448], [50.33314,16.93895], [50.33703,16.93732], [50.34251,16.93826], [50.34656,16.93028], [50.35384,16.92367], [50.36096,16.91921], [50.36302,16.91558], [50.36554,16.91696], [50.36871,16.92013], [50.37402,16.91721], [50.37720,16.91704], [50.38004,16.91473], [50.38305,16.91550], [50.38535,16.91043], [50.38951,16.91121], [50.39187,16.90734], [50.38984,16.89850], [50.39214,16.89584], [50.39602,16.89224], [50.39892,16.88477], [50.40117,16.87765], [50.40346,16.87207], [50.40790,16.86675], [50.40997,16.86057], [50.41200,16.86203], [50.41315,16.86460], [50.41462,16.86546], [50.41670,16.87026], [50.41840,16.86915], [50.42239,16.86949], [50.42758,16.87576], [50.43185,16.87713], [50.43365,16.87722], [50.43595,16.88108], [50.43753,16.88056], [50.44267,16.88168], [50.44360,16.88451], [50.44382,16.89078], [50.44327,16.89258], [50.44404,16.89550], [50.44732,16.89850], [50.44792,16.90597], [50.44918,16.90743], [50.44683,16.91164], [50.44415,16.91773], [50.43978,16.92219], [50.43486,16.93876], [50.43365,16.94665], [50.42802,16.95627], [50.42562,16.96365], [50.42042,16.97129], [50.41730,16.97378], [50.41982,16.98390], [50.42726,16.99867], [50.42365,17.00699], [50.41834,17.01257], [50.41862,17.01523], [50.42140,17.01944], [50.42113,17.02373], [50.41708,17.02699], [50.41654,17.02828], [50.41506,17.02982], [50.41424,17.03763], [50.41107,17.04236], [50.40680,17.05326], [50.40554,17.06647], [50.40182,17.08055], [50.40166,17.08252], [50.40554,17.08433], [50.40614,17.10124], [50.40450,17.11059], [50.39340,17.11076], [50.39405,17.12269], [50.39236,17.12527], [50.39088,17.12956], [50.38026,17.14235], [50.38054,17.14767], [50.38147,17.15016], [50.38103,17.15368], [50.37972,17.15763], [50.38371,17.16363], [50.38579,17.17986], [50.38962,17.18483], [50.38595,17.20294], [50.38388,17.20269], [50.38305,17.20131], [50.38081,17.20217], [50.37495,17.19831], [50.36346,17.20080], [50.35771,17.21256], [50.35574,17.21282], [50.34916,17.21994], [50.34495,17.22423], [50.34111,17.23264], [50.34078,17.23470], [50.33733,17.23908], [50.33678,17.24183], [50.33366,17.24663], [50.33163,17.24698], [50.32922,17.25470], [50.32753,17.26466], [50.32029,17.27624], [50.31805,17.28577], [50.31733,17.29298], [50.31925,17.30079], [50.32018,17.31341], [50.32720,17.32894], [50.32791,17.34860], [50.32528,17.34989], [50.32303,17.34766], [50.32292,17.33959], [50.31251,17.33675], [50.31141,17.34268], [50.31202,17.34551], [50.31043,17.35023], [50.30747,17.35323], [50.30610,17.35023], [50.30330,17.35100], [50.29880,17.34577], [50.29392,17.34508], [50.29036,17.34410], [50.28734,17.34753], [50.28345,17.33732], [50.27989,17.34272], [50.27654,17.34230], [50.26798,17.34556], [50.26387,17.34822], [50.26299,17.35148], [50.26425,17.35569], [50.26491,17.35920], [50.26381,17.36281], [50.26513,17.36350], [50.27029,17.36358], [50.27961,17.36401], [50.28202,17.36659], [50.28252,17.38246], [50.28175,17.39028], [50.27912,17.40118], [50.27374,17.40650], [50.27692,17.41997], [50.27105,17.42383], [50.26304,17.43087], [50.25887,17.42701], [50.25372,17.42941], [50.25251,17.43413], [50.25108,17.44014], [50.25317,17.44821], [50.25662,17.45602], [50.26173,17.45791], [50.26935,17.45714], [50.26667,17.46306], [50.26902,17.46915], [50.26891,17.47293], [50.27105,17.48100], [50.27363,17.48769], [50.27446,17.49610], [50.27385,17.49782], [50.27385,17.52014], [50.27446,17.52383], [50.27275,17.52640], [50.27018,17.54082], [50.26957,17.55044], [50.27100,17.55893], [50.26990,17.56305], [50.27188,17.56631], [50.27528,17.57679], [50.27621,17.58056], [50.27731,17.58082], [50.27824,17.59086], [50.27725,17.59266], [50.27506,17.59721], [50.27067,17.59721], [50.26930,17.60262], [50.26661,17.60528], [50.26546,17.61172], [50.26749,17.62053], [50.26935,17.62353], [50.26996,17.62817], [50.27413,17.63993], [50.27566,17.64216], [50.27769,17.65177], [50.28010,17.65315], [50.28570,17.66061], [50.28943,17.66920], [50.29085,17.67057], [50.29206,17.67606], [50.29530,17.67890], [50.30067,17.68945], [50.30198,17.68945], [50.30588,17.68739], [50.31591,17.68962], [50.31601,17.68865], [50.31968,17.68856], [50.32790,17.68753], [50.32456,17.70169], [50.32110,17.71534], [50.31754,17.72281], [50.30800,17.72521], [50.30291,17.72830], [50.30197,17.73525], [50.30055,17.73792], [50.29918,17.75010], [50.29463,17.74744], [50.29134,17.74152], [50.28591,17.73963], [50.28108,17.73534], [50.27796,17.73440], [50.27313,17.72513], [50.26923,17.72444], [50.26770,17.72581], [50.25727,17.72496], [50.25639,17.72435], [50.25354,17.72942], [50.25310,17.73182], [50.24904,17.73740], [50.23592,17.76487], [50.23329,17.76394], [50.23103,17.76153], [50.22626,17.75784], [50.22137,17.75587], [50.21637,17.75973], [50.21341,17.75870], [50.21066,17.75707], [50.20780,17.75844], [50.20676,17.75776], [50.20566,17.74780], [50.20352,17.74634], [50.20242,17.74119], [50.20281,17.73484], [50.20390,17.73347], [50.20473,17.72797], [50.20687,17.72463], [50.20572,17.71647], [50.20239,17.71589], [50.19959,17.70911], [50.19497,17.71040], [50.19162,17.70911], [50.18953,17.70379], [50.18525,17.70457], [50.18244,17.68319], [50.18327,17.67950], [50.17810,17.66388], [50.17656,17.64380], [50.17436,17.63367], [50.17321,17.62964], [50.16941,17.62560], [50.17150,17.62062], [50.17139,17.60371], [50.16991,17.59994], [50.15990,17.59221], [50.15539,17.59650], [50.15462,17.59942], [50.15116,17.60251], [50.14769,17.60577], [50.14522,17.60698], [50.14291,17.60895], [50.14104,17.60852], [50.13933,17.61178], [50.13856,17.61667], [50.13691,17.61736], [50.13565,17.62268], [50.13334,17.63032], [50.13048,17.64028], [50.12536,17.64328], [50.12228,17.64371], [50.11606,17.64611], [50.11077,17.64912], [50.10918,17.65590], [50.10868,17.66182], [50.10654,17.66534], [50.10290,17.67693], [50.11727,17.68371], [50.11578,17.69787], [50.11413,17.70517], [50.09679,17.73057], [50.08936,17.72937], [50.08743,17.72868], [50.08154,17.73821], [50.07911,17.74542], [50.07752,17.74808], [50.07553,17.74903], [50.06936,17.75212], [50.06650,17.75615], [50.06180,17.75446], [50.05893,17.75575], [50.05684,17.76038], [50.05436,17.75953], [50.05177,17.76330], [50.05056,17.76802], [50.04774,17.76948], [50.04593,17.77197], [50.04449,17.76940], [50.04185,17.77197], [50.03744,17.76794], [50.03435,17.76983], [50.03490,17.77240], [50.03110,17.77652], [50.02828,17.77515], [50.02613,17.77085], [50.02426,17.77171], [50.01963,17.77772], [50.01924,17.78296], [50.01659,17.78871], [50.01858,17.79206], [50.01703,17.79454], [50.01472,17.79429], [50.01362,17.79566], [50.01196,17.80562], [50.01097,17.82750], [50.00341,17.83633], [49.99392,17.82594], [49.99326,17.82800], [49.99000,17.83315], [49.98873,17.83556], [49.99199,17.83719], [49.99078,17.83856], [49.98862,17.83882], [49.98647,17.84242], [49.98664,17.85032], [49.98250,17.85066], [49.98167,17.85332], [49.98255,17.85392], [49.97952,17.85676], [49.98040,17.85959], [49.97902,17.86182], [49.97516,17.86542], [49.97262,17.86697], [49.97218,17.86869], [49.97891,17.88491], [49.97847,17.88645], [49.97974,17.89023], [49.97703,17.90010], [49.97637,17.91049], [49.97725,17.91203], [49.97841,17.92276], [49.98432,17.92782], [50.00479,17.95469], [50.00507,17.96224], [50.00799,17.96610], [50.00838,17.96937], [50.00838,17.97374], [50.00501,17.98215], [50.00523,17.98482], [50.01268,17.98876], [50.01472,17.99263], [50.01560,17.99966], [50.01814,18.00447], [50.01064,18.00696], [50.01080,18.01323], [50.01009,18.02172], [50.01075,18.03468], [50.00799,18.03709], [50.00578,18.04335], [50.00462,18.04344], [50.00484,18.04644], [50.01053,18.04653], [50.01301,18.04267], [50.01560,18.04387], [50.01566,18.04678], [50.01946,18.04696], [50.02211,18.04395], [50.02476,18.04799], [50.02646,18.04747], [50.02779,18.04979], [50.03706,18.04445], [50.03656,18.04110], [50.03893,18.02866], [50.03899,18.02385], [50.03678,18.02419], [50.03634,18.02162], [50.03149,18.01750], [50.03055,18.01286], [50.03132,18.00952], [50.03447,18.00866], [50.03849,18.00471], [50.04047,18.00643], [50.04637,18.00694], [50.05310,18.00531], [50.05403,18.01106], [50.05596,18.01458], [50.06076,18.02196], [50.06566,18.03389], [50.06302,18.04050], [50.06235,18.04574], [50.05998,18.04694], [50.05795,18.05046], [50.05894,18.06179], [50.05232,18.06325], [50.05277,18.06702], [50.04753,18.06573], [50.04643,18.07294], [50.04522,18.07835], [50.04582,18.08556], [50.04356,18.08942], [50.03700,18.08771], [50.03386,18.08453], [50.03160,18.08548], [50.03116,18.08762], [50.02586,18.09646], [50.02564,18.09861], [50.02217,18.10299], [50.02018,18.09887], [50.01759,18.09723], [50.01517,18.09286], [50.01252,18.09406], [50.00766,18.09706], [50.00441,18.10084], [50.00182,18.10264], [49.99784,18.11028], [49.99635,18.11483], [49.99393,18.11612], [49.99453,18.12101], [49.99784,18.13131], [49.99707,18.13388], [49.99365,18.13612], [49.99139,18.14684], [49.98179,18.15405], [49.98383,18.16229], [49.98521,18.16384], [49.98510,18.16710], [49.98664,18.16993], [49.98962,18.17122], [49.99001,18.17259], [49.99255,18.17045], [49.99338,18.16865], [49.99840,18.16839], [49.99845,18.17465], [50.00027,18.17388], [50.00022,18.18246], [49.99955,18.18264], [49.99840,18.19010], [49.99409,18.19276], [49.99740,18.20598], [49.99216,18.21079], [49.98813,18.21139], [49.98532,18.21345], [49.98228,18.21354], [49.97527,18.21465], [49.97180,18.21345], [49.96893,18.21997], [49.96760,18.22126], [49.96931,18.22598], [49.96975,18.23182], [49.97102,18.23456], [49.96997,18.24143], [49.96838,18.24941], [49.96893,18.25293], [49.96667,18.26031], [49.96573,18.26520], [49.96634,18.26675], [49.96601,18.27301], [49.96352,18.27782], [49.94983,18.28168], [49.93972,18.27885], [49.93878,18.28220], [49.93707,18.28125], [49.93094,18.28812], [49.92834,18.28949], [49.92856,18.29876], [49.92514,18.30022], [49.92353,18.29842], [49.91850,18.31464], [49.91701,18.31481], [49.91535,18.31825], [49.91618,18.32039], [49.91596,18.32168], [49.91839,18.32520], [49.92480,18.33112], [49.93016,18.33078], [49.93022,18.33241], [49.92696,18.33344], [49.92574,18.34030], [49.92762,18.34374], [49.92950,18.34554], [49.92928,18.35095], [49.93094,18.34992], [49.93215,18.34168], [49.93381,18.34133], [49.93475,18.34305], [49.93398,18.34811], [49.93403,18.35095], [49.93503,18.35232], [49.93663,18.35138], [49.93713,18.34940], [49.94049,18.34743], [49.94066,18.34451], [49.93856,18.34125], [49.94000,18.33550], [49.94160,18.33438], [49.94414,18.33499], [49.94845,18.33370], [49.94585,18.33679], [49.94376,18.35593], [49.94000,18.36013], [49.93961,18.36442], [49.93713,18.36597], [49.93619,18.37000], [49.93691,18.37387], [49.93475,18.37687], [49.93376,18.39489], [49.93425,18.39901], [49.93547,18.40236], [49.93569,18.40425], [49.93729,18.41901], [49.93823,18.42090], [49.93801,18.43034], [49.92785,18.43257], [49.92829,18.43627], [49.92331,18.44416], [49.92226,18.44751], [49.92342,18.45068], [49.92232,18.45515], [49.92215,18.46313], [49.91983,18.46502], [49.91630,18.46596], [49.91469,18.47051], [49.91154,18.47746], [49.91033,18.48279], [49.90933,18.48416], [49.90795,18.48364], [49.90579,18.48502], [49.90303,18.49206], [49.90458,18.49532], [49.90281,18.49806], [49.90325,18.50055], [49.90132,18.50605], [49.90220,18.50716], [49.90170,18.51600], [49.90137,18.52004], [49.90038,18.52107], [49.89955,18.52338], [49.90032,18.52570], [49.89933,18.52845], [49.89938,18.53368], [49.89993,18.53549], [49.90187,18.53557], [49.90237,18.53849], [49.90436,18.53995], [49.90513,18.54270], [49.90933,18.54742], [49.91226,18.54038], [49.91718,18.54124], [49.92039,18.54132], [49.92260,18.54321], [49.92541,18.54046], [49.92613,18.54231], [49.92508,18.54591], [49.92276,18.55029], [49.92077,18.55166], [49.91751,18.55922], [49.91967,18.56797], [49.92182,18.57347], [49.91817,18.57587], [49.91525,18.57441], [49.91337,18.57553], [49.91248,18.57338], [49.90762,18.57329], [49.90568,18.57965], [49.90309,18.57690], [49.90004,18.57733], [49.89214,18.56977], [49.89048,18.57080], [49.88921,18.57304], [49.88749,18.57304], [49.88312,18.56540], [49.87997,18.56540], [49.87577,18.57046], [49.87472,18.56857], [49.87234,18.56952], [49.86847,18.57939], [49.86764,18.57819], [49.86609,18.58402], [49.86692,18.59123], [49.86570,18.60067], [49.86127,18.60505], [49.85746,18.60325], [49.85629,18.59149], [49.85452,18.59046], [49.85236,18.58265], [49.85059,18.58480], [49.84949,18.58497], [49.84567,18.58900], [49.84146,18.58299], [49.83615,18.57063], [49.83382,18.56857], [49.83216,18.56935], [49.82890,18.56857], [49.82613,18.57089], [49.82369,18.57518], [49.81932,18.57827], [49.81788,18.58162], [49.81201,18.58136], [49.80702,18.58385], [49.80414,18.58600], [49.80298,18.58960], [49.80176,18.59261], [49.79776,18.59237], [49.79638,18.59400], [49.79128,18.59804], [49.78912,18.59984], [49.78563,18.59649], [49.78303,18.59795], [49.78020,18.60327], [49.77471,18.60447], [49.77044,18.61065], [49.76618,18.61065], [49.76224,18.61383], [49.75808,18.61357], [49.75608,18.61254], [49.75337,18.61460], [49.75154,18.62001], [49.75004,18.62576], [49.74793,18.62842], [49.74488,18.62954], [49.73972,18.62834], [49.73756,18.62662], [49.73506,18.62739], [49.73257,18.62696], [49.73013,18.62585], [49.72841,18.62610], [49.72558,18.62868], [49.72347,18.62499], [49.72158,18.62482], [49.72197,18.62919], [49.72064,18.62885], [49.71736,18.63357], [49.71675,18.63580], [49.71509,18.63580], [49.71237,18.64155], [49.71037,18.65151], [49.70671,18.65245], [49.71048,18.65872], [49.71037,18.66215], [49.70874,18.66669], [49.70286,18.66798], [49.70341,18.67287], [49.70547,18.67794], [49.70364,18.68042], [49.70558,18.68798], [49.70591,18.69742], [49.70403,18.70823], [49.70264,18.70729], [49.69931,18.71107], [49.69631,18.70823], [49.69525,18.70935], [49.69559,18.71459], [49.69142,18.71407], [49.68937,18.71716], [49.68293,18.71699], [49.68270,18.72437], [49.68396,18.72921], [49.68218,18.73187], [49.68168,18.73547], [49.67990,18.73848], [49.67668,18.73891], [49.67596,18.74200], [49.67735,18.74638], [49.67640,18.75058], [49.68446,18.76440], [49.68229,18.76629], [49.68312,18.76946], [49.68273,18.77358], [49.68518,18.78105], [49.68207,18.78663], [49.67907,18.79384], [49.67863,18.80474], [49.67390,18.80860], [49.67102,18.80912], [49.66574,18.80568], [49.66279,18.80783], [49.65935,18.80714], [49.65602,18.80895], [49.65113,18.80586], [49.64807,18.80903], [49.63835,18.81297], [49.63441,18.81177], [49.63185,18.81632], [49.62913,18.81700], [49.62312,18.82018], [49.61906,18.81838], [49.61701,18.81941], [49.61400,18.82370], [49.60889,18.82404], [49.60616,18.82215], [49.60010,18.82447], [49.59520,18.82773], [49.59409,18.83082], [49.59487,18.83872], [49.58925,18.83511], [49.58680,18.83503], [49.58602,18.83220], [49.58335,18.83108], [49.57918,18.83202], [49.57684,18.83451], [49.57294,18.83211], [49.56927,18.83735], [49.56576,18.83640], [49.56064,18.83760], [49.56075,18.84395], [49.55864,18.84687], [49.55541,18.84859], [49.55346,18.85013], [49.55045,18.85812], [49.54861,18.85906], [49.53798,18.85700], [49.53491,18.85005], [49.53597,18.84704], [49.53397,18.84344], [49.53073,18.84310], [49.52878,18.84413], [49.52745,18.84344], [49.52566,18.83820], [49.52271,18.83623], [49.52182,18.83983], [49.51814,18.84292], [49.51814,18.84953], [49.51697,18.85065], [49.51686,18.85443], [49.51820,18.86284], [49.51909,18.86730], [49.51653,18.87133], [49.51552,18.87683], [49.51630,18.88661], [49.51391,18.89734], [49.51731,18.91382], [49.51870,18.92918], [49.51993,18.93116], [49.51825,18.93476], [49.51870,18.94163], [49.51675,18.94601], [49.51274,18.94772], [49.51201,18.95090], [49.51229,18.95416], [49.50800,18.96343], [49.50560,18.96515], [49.50566,18.96901], [49.50271,18.97236], [49.50025,18.97124], [49.49691,18.97287], [49.49407,18.96652], [49.48230,18.95965], [49.47968,18.96480], [49.47672,18.96971], [49.47460,18.96465], [49.47159,18.96405], [49.46818,18.96551], [49.46311,18.96362], [49.45435,18.96010], [49.45301,18.96474], [49.45217,18.97195], [49.44559,18.97581], [49.44364,18.97667], [49.44263,18.97813], [49.44062,18.97744], [49.43292,18.98345], [49.43119,18.98868], [49.42879,18.98679], [49.42202,18.98599], [49.41375,18.96865], [49.40929,18.96848], [49.40672,18.97328], [49.40080,18.97002], [49.39532,18.97895], [49.39789,18.99114], [49.39622,19.00470], [49.39510,19.00727], [49.39555,19.01551], [49.39331,19.02890], [49.40057,19.04658], [49.40471,19.04641], [49.41074,19.05362], [49.41520,19.05516], [49.41230,19.07010], [49.41755,19.07405], [49.41498,19.09070], [49.40996,19.09396], [49.40940,19.10220], [49.40303,19.10752], [49.40191,19.12434], [49.40526,19.13396], [49.40750,19.13396], [49.40962,19.13962], [49.40471,19.14786], [49.40214,19.15233], [49.41185,19.17292], [49.41342,19.17945], [49.40884,19.18855], [49.41386,19.19936], [49.42179,19.19198], [49.42604,19.19438], [49.43396,19.18666], [49.44782,19.19880], [49.45151,19.20978], [49.44771,19.21854], [49.45151,19.22163], [49.45396,19.22661], [49.46066,19.22764], [49.46300,19.22952], [49.46780,19.22764], [49.46903,19.22094], [49.47427,19.22197], [49.47895,19.22712], [49.48208,19.22661], [49.48732,19.23296], [49.49189,19.22918], [49.49501,19.23622], [49.50203,19.23776], [49.50594,19.23399], [49.50783,19.23485], [49.50995,19.23399], [49.51541,19.24274], [49.51797,19.24532], [49.51998,19.25201], [49.52499,19.25613], [49.52700,19.26231], [49.53098,19.26102], [49.53220,19.26600], [49.53153,19.27407], [49.53465,19.28179], [49.53276,19.29192], [49.53287,19.30102], [49.53655,19.30702], [49.53566,19.31544], [49.53142,19.31870], [49.53142,19.33209], [49.53354,19.33277], [49.53432,19.34428], [49.53588,19.34874], [49.53577,19.36264], [49.53800,19.36642], [49.54702,19.36882], [49.55359,19.36814], [49.55726,19.37432], [49.56094,19.37380], [49.56651,19.37157], [49.56929,19.37620], [49.57163,19.38565], [49.57174,19.39268], [49.57497,19.40092], [49.58075,19.40813], [49.58699,19.40830], [49.59177,19.41122], [49.59511,19.42221], [49.59700,19.44281], [49.60090,19.44556], [49.60557,19.44298], [49.61269,19.44744], [49.61135,19.45380], [49.61280,19.46169], [49.61202,19.46787], [49.60357,19.47422], [49.59711,19.46804], [49.59511,19.46942], [49.59099,19.47474], [49.58754,19.47766], [49.58265,19.49379], [49.57997,19.49860], [49.58075,19.51010], [49.57330,19.51782], [49.57140,19.52812], [49.55927,19.52641], [49.54913,19.52950], [49.53677,19.52881], [49.52485,19.53602], [49.52284,19.54014], [49.51694,19.54289], [49.51203,19.54821], [49.50133,19.55336], [49.48896,19.55319], [49.48516,19.55920], [49.48148,19.56194], [49.47959,19.56606], [49.47379,19.56761], [49.47044,19.56658], [49.46832,19.57052], [49.46308,19.57499], [49.46196,19.57791], [49.45471,19.58117], [49.45694,19.58803], [49.45795,19.59044], [49.45783,19.59851], [49.44667,19.61104], [49.44913,19.62700], [49.45661,19.64108], [49.45482,19.64211], [49.44958,19.64073], [49.44790,19.63730], [49.44143,19.63713], [49.43529,19.64503], [49.43239,19.64520], [49.42714,19.64056], [49.41609,19.63524], [49.40860,19.63146], [49.40894,19.63850], [49.40693,19.65876], [49.40324,19.67592], [49.40011,19.68863], [49.39430,19.70425], [49.38961,19.70991], [49.39062,19.71489], [49.38615,19.71592], [49.38693,19.72021], [49.39084,19.72880], [49.39967,19.73927], [49.40492,19.74270], [49.40793,19.74716], [49.41296,19.76742], [49.41061,19.79008], [49.40089,19.78853], [49.39564,19.79111], [49.38335,19.79094], [49.37721,19.79300], [49.37151,19.79969], [49.36670,19.80347], [49.36178,19.80210], [49.35809,19.80055], [49.35306,19.80244], [49.35149,19.79798], [49.34445,19.79368], [49.34076,19.79695], [49.33147,19.79901], [49.32711,19.80192], [49.32073,19.80347], [49.30294,19.79162], [49.29566,19.79334], [49.29465,19.80965], [49.28301,19.81823], [49.27719,19.82201], [49.27640,19.81394], [49.27439,19.80536], [49.27047,19.80124], [49.26789,19.79265], [49.26251,19.79042], [49.26039,19.78665], [49.25490,19.78905], [49.24705,19.78424], [49.24537,19.77669], [49.23977,19.77377], [49.23708,19.76897], [49.23697,19.76588], [49.23327,19.76588], [49.23002,19.76879], [49.22217,19.76605], [49.21623,19.75798], [49.20916,19.75935], [49.20647,19.76364], [49.20389,19.77806], [49.19907,19.78133], [49.19761,19.79506], [49.20400,19.80433], [49.20367,19.80845], [49.19851,19.82029], [49.20086,19.82304], [49.20097,19.82836], [49.19705,19.83282], [49.19469,19.83969], [49.19166,19.84072], [49.19480,19.84432], [49.19604,19.85394], [49.19548,19.87007], [49.19817,19.87076], [49.20411,19.88243], [49.20445,19.88621], [49.20860,19.88861], [49.21320,19.90320], [49.21567,19.90286], [49.22004,19.90715], [49.23114,19.90458], [49.23259,19.91419], [49.23506,19.91900], [49.23472,19.93067], [49.23271,19.94046], [49.23315,19.94423], [49.23102,19.95127], [49.22957,19.97135], [49.23080,19.98165], [49.22464,19.99230], [49.21836,20.00878], [49.21230,20.00654], [49.20882,20.01118], [49.20333,20.01633], [49.19985,20.02285], [49.19772,20.03470], [49.18908,20.04895], [49.18650,20.05907], [49.18415,20.06251], [49.17887,20.07160], [49.17865,20.08345], [49.17898,20.08894], [49.18527,20.08791], [49.18830,20.08963], [49.19548,20.08448], [49.19952,20.08894], [49.20658,20.08757], [49.22004,20.09718], [49.22307,20.10285], [49.22800,20.10182], [49.23203,20.09993], [49.23584,20.09804], [49.24167,20.10285], [49.24593,20.10147], [49.25086,20.10182], [49.25366,20.10559], [49.26251,20.11521], [49.26554,20.11812], [49.26935,20.12430], [49.27495,20.12705], [49.27752,20.13014], [49.28727,20.12877], [49.29163,20.13272], [49.29701,20.13117], [49.30048,20.13529], [49.30607,20.13632], [49.30798,20.13993], [49.31223,20.14233], [49.31200,20.14611], [49.31771,20.14645], [49.31894,20.14971], [49.31782,20.15091], [49.31491,20.15126], [49.31212,20.15400], [49.30999,20.15675], [49.30686,20.15761], [49.30484,20.15589], [49.30104,20.15744], [49.30562,20.16310], [49.31402,20.17649], [49.32129,20.16928], [49.32331,20.16979], [49.32465,20.17477], [49.32767,20.17065], [49.32733,20.18439], [49.33259,20.18988], [49.33897,20.19074], [49.34199,20.19606], [49.34165,20.20396], [49.34557,20.21426], [49.34892,20.21546], [49.35149,20.22249], [49.34724,20.22936], [49.34601,20.23451], [49.34870,20.24241], [49.35026,20.24327], [49.34937,20.24807], [49.35093,20.25202], [49.34870,20.25305], [49.34736,20.26198], [49.34490,20.27073], [49.34959,20.27142], [49.35105,20.27485], [49.35082,20.29219], [49.34903,20.29631], [49.34769,20.30283], [49.34244,20.31021], [49.34411,20.31742], [49.35205,20.32446], [49.35641,20.32395], [49.36625,20.32669], [49.37240,20.32566], [49.37631,20.32206], [49.39073,20.33219], [49.39207,20.33167], [49.39039,20.31742], [49.40056,20.32257], [49.40257,20.32618], [49.40157,20.33819], [49.40078,20.34369], [49.40112,20.35090], [49.39810,20.35914], [49.39989,20.36755], [49.40224,20.37047], [49.40659,20.37064], [49.40749,20.37510], [49.40480,20.37905], [49.39911,20.38094], [49.39442,20.38042], [49.39162,20.38197], [49.39006,20.38798], [49.39173,20.40085], [49.39386,20.41115], [49.39732,20.41476], [49.40291,20.41476], [49.40559,20.41767], [49.40335,20.42403], [49.39978,20.42866], [49.39631,20.42986], [49.39587,20.43364], [49.40313,20.43673], [49.40883,20.43741], [49.40804,20.42935], [49.41586,20.43175], [49.41754,20.43467], [49.41396,20.43844], [49.41307,20.44342], [49.41184,20.44823], [49.41251,20.45183], [49.41497,20.44960], [49.41419,20.46076], [49.41597,20.46608], [49.41374,20.47501], [49.41061,20.47913], [49.40469,20.49046], [49.40257,20.50591], [49.39710,20.50608], [49.39307,20.50986], [49.39095,20.52204], [49.38559,20.53509], [49.38469,20.54676], [49.37709,20.55947], [49.37866,20.56530], [49.37598,20.57612], [49.38313,20.58127], [49.38447,20.58607], [49.38313,20.59277], [49.39028,20.60410], [49.39419,20.60221], [49.40101,20.60770], [49.40224,20.61423], [49.40916,20.61251], [49.41396,20.61251], [49.41720,20.61629], [49.41664,20.62075], [49.41340,20.62075], [49.41028,20.62384], [49.40737,20.63740], [49.40056,20.64118], [49.40067,20.64736], [49.40157,20.65903], [49.40346,20.66693], [49.40559,20.66710], [49.41005,20.67396], [49.41620,20.68787], [49.41910,20.69233], [49.41865,20.70074], [49.41854,20.71379], [49.41888,20.72254], [49.41553,20.72684], [49.41441,20.73130], [49.41676,20.73508], [49.41564,20.74143], [49.41162,20.74503], [49.40793,20.74229], [49.40480,20.74211], [49.40279,20.74263], [49.40078,20.75585], [49.39844,20.75705], [49.39643,20.75001], [49.39453,20.74761], [49.39151,20.74692], [49.38849,20.74829], [49.38615,20.75465], [49.38369,20.75979], [49.37989,20.75825], [49.37486,20.75739], [49.37106,20.75894], [49.37050,20.76460], [49.37285,20.77456], [49.37441,20.78211], [49.37318,20.78623], [49.37151,20.78606], [49.36838,20.78280], [49.36525,20.78074], [49.36111,20.78211], [49.36055,20.78606], [49.36279,20.79516], [49.36234,20.80082], [49.36033,20.80237], [49.35932,20.79842], [49.35697,20.79773], [49.35552,20.80202], [49.35239,20.80151], [49.34881,20.79979], [49.34467,20.79567], [49.34299,20.79687], [49.34255,20.80048], [49.34713,20.80872], [49.34724,20.81095], [49.34456,20.81507], [49.34288,20.81593], [49.34199,20.81867], [49.33953,20.81902], [49.33673,20.82262], [49.33382,20.82571], [49.33483,20.83447], [49.33329,20.83685], [49.33508,20.84114], [49.33966,20.84509], [49.34112,20.85041], [49.34592,20.85470], [49.34749,20.85813], [49.34760,20.86380], [49.34436,20.86809], [49.33921,20.87273], [49.33340,20.88131], [49.32892,20.88131], [49.32299,20.87994], [49.32120,20.87255], [49.31908,20.87204], [49.31919,20.88165], [49.31986,20.88886], [49.32333,20.88972], [49.32434,20.89693], [49.32277,20.90380], [49.31997,20.90671], [49.31874,20.90328], [49.31494,20.90294], [49.31124,20.90877], [49.30598,20.91101], [49.30274,20.91719], [49.29904,20.92216], [49.29557,20.92337], [49.29546,20.93109], [49.29770,20.93487], [49.30005,20.94328], [49.30218,20.94860], [49.30318,20.95547], [49.30632,20.96319], [49.30923,20.96439], [49.30856,20.97246], [49.30598,20.98654], [49.31247,20.99529], [49.31673,20.99512], [49.32008,20.99066], [49.32803,20.99014], [49.33261,20.99958], [49.33418,21.00851], [49.33698,21.01005], [49.34112,21.00834], [49.34738,21.01229], [49.34604,21.01692], [49.35140,21.02207], [49.35275,21.02585], [49.35677,21.02911], [49.35823,21.03580], [49.36147,21.03701], [49.36169,21.04130], [49.36482,21.04404], [49.36493,21.04868], [49.36068,21.05520], [49.36504,21.06653], [49.35912,21.07357], [49.35979,21.07838], [49.36314,21.07975], [49.36337,21.08438], [49.36493,21.08747], [49.36427,21.09417], [49.36617,21.09606], [49.37288,21.10138], [49.37668,21.10515], [49.38461,21.09314], [49.38417,21.08902], [49.38685,21.08765], [49.39031,21.08095], [49.39713,21.06825], [49.40014,21.06979], [49.40383,21.06584], [49.40282,21.06207], [49.40405,21.05589], [49.41064,21.05160], [49.41344,21.05091], [49.41623,21.04782], [49.41891,21.04954], [49.42092,21.05726], [49.42036,21.06481], [49.42483,21.07443], [49.42505,21.08370], [49.42896,21.09623], [49.42527,21.10515], [49.42337,21.11528], [49.42963,21.11751], [49.43577,21.12387], [49.43286,21.13348], [49.42505,21.15408], [49.41846,21.15906], [49.41790,21.16300], [49.41243,21.17279], [49.40629,21.18069], [49.40148,21.18000], [49.40137,21.18275], [49.40037,21.19305], [49.40372,21.20094], [49.40171,21.20935], [49.40863,21.21519], [49.41667,21.22789], [49.42170,21.22789], [49.42516,21.22480], [49.42940,21.22995], [49.43700,21.23476], [49.43353,21.23991], [49.43889,21.24832], [49.44604,21.26034], [49.44648,21.26669], [49.45675,21.26858], [49.46043,21.27767], [49.45842,21.28025], [49.45519,21.29021], [49.45229,21.29639], [49.44726,21.30600], [49.44883,21.31321], [49.44715,21.31613], [49.44871,21.32179], [49.45028,21.33484], [49.44961,21.34445], [49.44258,21.35527], [49.44090,21.36488], [49.43130,21.37312], [49.43409,21.38342], [49.43186,21.39320], [49.43387,21.39458], [49.43130,21.40316], [49.42516,21.40608], [49.41801,21.41981], [49.41344,21.42994], [49.41221,21.43749], [49.41232,21.45208], [49.41511,21.45500], [49.41265,21.46873], [49.41332,21.47560], [49.41623,21.48092], [49.42125,21.48315], [49.42739,21.48693], [49.42896,21.49397], [49.42594,21.49963], [49.41935,21.51045], [49.41690,21.51817], [49.41947,21.52452], [49.42427,21.51937], [49.42684,21.52281], [49.43108,21.52538], [49.43465,21.53242], [49.43253,21.55285], [49.43778,21.55765], [49.44068,21.56435], [49.43610,21.57293], [49.43353,21.58186], [49.43320,21.59216], [49.43588,21.59696], [49.43476,21.60263], [49.43867,21.60864], [49.44034,21.60847], [49.44481,21.61653], [49.44604,21.63095], [49.43845,21.63851], [49.42974,21.64434], [49.42929,21.64812], [49.42449,21.65550], [49.41935,21.65636], [49.41522,21.65996], [49.41455,21.66838], [49.41031,21.68280], [49.41154,21.68709], [49.41768,21.69790], [49.41466,21.70820], [49.41277,21.71060], [49.41299,21.71678], [49.41009,21.72211], [49.40539,21.72417], [49.40148,21.72399], [49.39746,21.72691], [49.39891,21.73258], [49.39445,21.73756], [49.39020,21.74322], [49.38283,21.76399], [49.37646,21.76382], [49.37366,21.76313], [49.36695,21.76674], [49.36136,21.77154], [49.35633,21.77498], [49.35589,21.78184], [49.35555,21.78957], [49.35890,21.79129], [49.36651,21.78871], [49.37266,21.79255], [49.37355,21.79616], [49.37791,21.79702], [49.38160,21.80371], [49.38115,21.80817], [49.38406,21.81796], [49.38920,21.82397], [49.39065,21.82997], [49.39076,21.83942], [49.38741,21.84268], [49.38641,21.84800], [49.38272,21.84800], [49.37735,21.84748], [49.36830,21.85967], [49.36886,21.86345], [49.37266,21.87358], [49.37121,21.87993], [49.36718,21.88903], [49.36070,21.88903], [49.35690,21.89297], [49.35242,21.90036], [49.34974,21.90242], [49.35019,21.90636], [49.35321,21.90860], [49.35298,21.91735], [49.34818,21.92662], [49.34549,21.93280], [49.34750,21.94361], [49.34762,21.95151], [49.34985,21.95426], [49.34829,21.96147], [49.34471,21.96473], [49.34023,21.96559], [49.33397,21.97297], [49.32536,21.97692], [49.31730,21.97777], [49.31450,21.98104], [49.30935,21.98224], [49.30824,21.98859], [49.30376,21.99065], [49.29939,21.99975], [49.29418,22.00437], [49.28881,22.01055], [49.28634,22.01879], [49.28478,22.02377], [49.28063,22.03081], [49.27627,22.03424], [49.26910,22.03235], [49.26148,22.03012], [49.25745,22.04076], [49.24949,22.03733], [49.24434,22.03750], [49.24210,22.03235], [49.23279,22.03475], [49.22719,22.02995], [49.22528,22.03012], [49.22248,22.03355], [49.21586,22.04969], [49.21250,22.06274], [49.21071,22.06960], [49.20712,22.08299], [49.20532,22.09775], [49.20128,22.11698], [49.20106,22.12419], [49.19904,22.13295], [49.19971,22.14324], [49.19253,22.14187], [49.18670,22.15629], [49.18378,22.16573], [49.18165,22.17809], [49.17694,22.18633], [49.17425,22.18668], [49.17391,22.19234], [49.17683,22.19818], [49.18064,22.20676], [49.18457,22.21311], [49.18333,22.21878], [49.18333,22.22255], [49.17840,22.23114], [49.17211,22.23388], [49.16762,22.23526], [49.16336,22.22513], [49.15314,22.22358], [49.15202,22.22547], [49.15370,22.23611], [49.15168,22.23972], [49.15258,22.24779], [49.14820,22.25500], [49.14551,22.26942], [49.14079,22.28366], [49.14045,22.30049], [49.13641,22.30598], [49.13495,22.32280], [49.14000,22.32658], [49.14562,22.33465], [49.14450,22.34443], [49.14461,22.35130], [49.14394,22.36246], [49.14629,22.36778], [49.14023,22.37344], [49.13372,22.37619], [49.12967,22.38082], [49.12720,22.38906], [49.11821,22.38992], [49.11642,22.39524], [49.11282,22.39919], [49.10293,22.41138], [49.09900,22.42271], [49.09787,22.42889], [49.10091,22.43318], [49.10125,22.44073], [49.10248,22.45258], [49.10248,22.45927], [49.09877,22.46837], [49.09529,22.47386], [49.08911,22.48571], [49.08495,22.49944], [49.08978,22.50528], [49.09147,22.51609], [49.09147,22.53051], [49.09315,22.54064], [49.08888,22.55043], [49.08674,22.56176], [49.08832,22.56828], [49.09068,22.57102], [49.09697,22.58253], [49.09518,22.59025], [49.09270,22.59969], [49.08371,22.60501], [49.08371,22.61394], [49.08079,22.61652], [49.08000,22.62493], [49.07415,22.63179], [49.07044,22.63196], [49.06279,22.63660], [49.05818,22.64055], [49.05717,22.64484], [49.05357,22.64776], [49.05053,22.65119], [49.04682,22.66029], [49.04727,22.66784], [49.04198,22.67076], [49.04040,22.67917], [49.03815,22.68072], [49.03928,22.68724], [49.04322,22.69187], [49.04907,22.69891], [49.05135,22.71559], [49.05225,22.71782], [49.04955,22.72537], [49.04798,22.72761], [49.04832,22.73464], [49.04472,22.74409], [49.04201,22.75164], [49.04292,22.75593], [49.04775,22.76091], [49.05270,22.76348], [49.05203,22.76983], [49.04764,22.78031], [49.04483,22.78752], [49.03943,22.79387], [49.03538,22.80073], [49.03414,22.80863], [49.02952,22.81018], [49.02468,22.81309], [49.02356,22.81979], [49.02198,22.82580], [49.02468,22.83009], [49.02468,22.83318], [49.02018,22.83833], [49.01219,22.84228], [49.00408,22.84382], [49.00217,22.84622], [49.00273,22.85189], [49.00070,22.85961], [49.00318,22.87026], [49.00588,22.88313], [49.00757,22.89274], [49.01354,22.89068], [49.01523,22.89171], [49.01793,22.89601], [49.02074,22.89034], [49.02108,22.88725], [49.02311,22.88262], [49.02648,22.87867], [49.03065,22.87678], [49.03279,22.87455], [49.03819,22.88279], [49.04100,22.87832], [49.03853,22.87472], [49.03999,22.86871], [49.04201,22.86871], [49.04910,22.87472], [49.05068,22.87695], [49.05619,22.87455], [49.05822,22.87060], [49.05957,22.86940], [49.06069,22.86734], [49.06249,22.86974], [49.06665,22.86682], [49.07160,22.87266], [49.07587,22.86854], [49.07767,22.87112], [49.08048,22.88450], [49.08734,22.88708], [49.09499,22.89515], [49.09735,22.88965], [49.09971,22.88330], [49.09870,22.87644], [49.10072,22.86579], [49.10443,22.85601], [49.11297,22.86219], [49.11196,22.85412], [49.11477,22.85069], [49.11120,22.84017], [49.11344,22.83296], [49.11760,22.83108], [49.12412,22.82078], [49.13041,22.81734], [49.13490,22.80344], [49.13973,22.79331], [49.14535,22.79451], [49.15006,22.78902], [49.15500,22.79365], [49.15859,22.78799], [49.15680,22.77288], [49.15388,22.76499], [49.15489,22.75915], [49.15399,22.75194], [49.15758,22.74748], [49.15916,22.73958], [49.16286,22.74113], [49.16937,22.74319], [49.17285,22.74937], [49.17711,22.75091], [49.18070,22.75743], [49.18317,22.75726], [49.18261,22.75246], [49.18474,22.74885], [49.18362,22.74336], [49.18272,22.73100], [49.17947,22.73134], [49.17633,22.72911], [49.17588,22.72362], [49.16858,22.72327], [49.16578,22.71864], [49.16668,22.71520], [49.17128,22.71503], [49.17341,22.70851], [49.18037,22.70937], [49.18373,22.71795], [49.18822,22.72035], [49.19518,22.72344], [49.19854,22.73254], [49.20168,22.72997], [49.20426,22.73168], [49.20752,22.73580], [49.21066,22.73477], [49.21155,22.74284], [49.21581,22.74851], [49.21716,22.74765], [49.21963,22.74164], [49.21895,22.73580], [49.22187,22.72842], [49.22153,22.72241], [49.22254,22.71932], [49.22590,22.71589], [49.23543,22.71692], [49.24081,22.72138], [49.24720,22.74010], [49.25841,22.74095], [49.26322,22.74010], [49.29928,22.74473], [49.31629,22.75143], [49.33610,22.74336], [49.36047,22.74731], [49.37199,22.74370], [49.40015,22.73203], [49.41679,22.72241], [49.43243,22.71621], [49.43880,22.71191], [49.48242,22.70127], [49.48856,22.70144], [49.49514,22.69681], [49.49781,22.67020], [49.50851,22.65097], [49.52406,22.64429], [49.53007,22.64120], [49.53843,22.66334], [49.54901,22.67588], [49.56026,22.67845], [49.57206,22.68532], [49.59320,22.70729], [49.60021,22.71725], [49.63108,22.74969], [49.63575,22.75759], [49.65720,22.78437], [49.67631,22.78763], [49.69297,22.80617], [49.69419,22.82196], [49.71018,22.84891], [49.72006,22.85269], [49.74070,22.87329], [49.74502,22.88685], [49.75212,22.89749], [49.76432,22.89886], [49.76787,22.90161], [49.77474,22.91140], [49.79336,22.93354], [49.79691,22.94298], [49.80289,22.95328], [49.80489,22.96169], [49.81109,22.95723], [49.83822,22.97079], [49.84221,22.99654], [49.86080,23.01302], [49.88016,23.03224], [49.90770,23.06452], [49.92492,23.08902], [49.94171,23.10825], [49.95640,23.11495], [49.97131,23.14344], [50.03100,23.21365], [50.04743,23.21623], [50.05449,23.23991], [50.07847,23.26492], [50.08596,23.27951], [50.09995,23.28020], [50.09896,23.28329], [50.10259,23.29719], [50.10710,23.29942], [50.11030,23.30869], [50.11151,23.31470], [50.13297,23.34234], [50.15915,23.38045], [50.18422,23.43023], [50.21817,23.47108], [50.23025,23.50679], [50.24233,23.52911], [50.25638,23.55812], [50.26593,23.58112], [50.29916,23.61236], [50.30443,23.63124], [50.32010,23.63931], [50.33183,23.68668], [50.34739,23.69201], [50.35363,23.69149], [50.36655,23.69698], [50.37575,23.70351], [50.37980,23.70952], [50.38790,23.72754], [50.40059,23.77801], [50.40453,23.80359], [50.40595,23.84667], [50.40847,23.87946], [50.40814,23.88392], [50.41361,23.94091], [50.41186,23.99756], [50.43494,24.00580], [50.44467,24.03567], [50.45494,24.03842], [50.46106,24.04340], [50.50399,24.07086], [50.52288,24.07584], [50.52484,24.07773], [50.55201,24.08666], [50.56248,24.09232], [50.57839,24.09060], [50.60008,24.09919], [50.61119,24.09798], [50.61708,24.09232], [50.62307,24.09232], [50.63755,24.09901], [50.63624,24.09369], [50.63733,24.08751], [50.64484,24.08803], [50.64604,24.08185], [50.65061,24.08974], [50.65420,24.09077], [50.65866,24.08940], [50.66498,24.09198], [50.66215,24.08614], [50.66955,24.08734], [50.67227,24.08357], [50.67542,24.08219], [50.67694,24.07172], [50.67923,24.07018], [50.67792,24.06365], [50.68064,24.06640], [50.68271,24.06485], [50.68369,24.07052], [50.68575,24.06709], [50.69000,24.06743], [50.69946,24.07344], [50.70753,24.06994], [50.70775,24.07526], [50.71221,24.07561], [50.71644,24.07200], [50.71992,24.07389], [50.72123,24.07063], [50.72144,24.06720], [50.72242,24.06496], [50.71797,24.05243], [50.71905,24.05003], [50.71786,24.04402], [50.71894,24.03767], [50.72329,24.02686], [50.72568,24.02308], [50.72612,24.01982], [50.73068,24.02033], [50.73807,24.02085], [50.73883,24.01810], [50.74361,24.01999], [50.74578,24.02377], [50.74893,24.01965], [50.74991,24.02462], [50.75110,24.02428], [50.75241,24.01776], [50.76131,24.01793], [50.75751,24.02085], [50.75849,24.02583], [50.76185,24.02548], [50.76652,24.02428], [50.76880,24.01999], [50.77228,24.01450], [50.77239,24.00694], [50.76967,23.99716], [50.77195,23.97948], [50.77456,23.97828], [50.77499,23.97295], [50.77716,23.97244], [50.77955,23.97038], [50.77966,23.96695], [50.78226,23.96609], [50.78509,23.96952], [50.78997,23.96609], [50.79171,23.96059], [50.79550,23.95785], [50.79735,23.96300], [50.80657,23.96763], [50.81047,23.96798], [50.81178,23.96952], [50.81427,23.96523], [50.81579,23.97210], [50.81666,23.97587], [50.82067,23.97467], [50.82544,23.97587], [50.82457,23.97931], [50.82728,23.98531], [50.82924,23.98119], [50.83260,23.98531], [50.83672,23.98960], [50.83672,23.99372], [50.83986,24.00008], [50.84029,24.00729], [50.83943,24.00746], [50.83834,24.01862], [50.84073,24.02068], [50.83758,24.02720], [50.83509,24.03252], [50.83889,24.03578], [50.83802,24.04213], [50.83672,24.03836], [50.83281,24.04248], [50.83422,24.04711], [50.83585,24.05020], [50.83412,24.05518], [50.83357,24.06359], [50.83487,24.06582], [50.83325,24.07526], [50.83368,24.08333], [50.83563,24.10170], [50.83758,24.10445], [50.84105,24.11595], [50.84398,24.11835], [50.84452,24.12590], [50.84680,24.12573], [50.84856,24.13289], [50.85192,24.13478], [50.85832,24.14337], [50.86048,24.14337], [50.86276,24.14560], [50.86623,24.14525], [50.87034,24.14594], [50.86980,24.14234], [50.86980,24.13736], [50.86753,24.13736], [50.86850,24.13238], [50.86839,24.12568], [50.87273,24.12105], [50.87013,24.11676], [50.87359,24.11521], [50.87619,24.11161], [50.87576,24.10886], [50.87728,24.09993], [50.88280,24.09479], [50.88497,24.09101], [50.88962,24.08689], [50.88821,24.08225], [50.89005,24.07951], [50.89211,24.07024], [50.89276,24.05753], [50.89146,24.05650], [50.89309,24.05050], [50.89655,24.05170], [50.89915,24.04998], [50.90132,24.04672], [50.90370,24.03951], [50.90943,24.03436], [50.91777,24.02303], [50.91736,24.02107], [50.92072,24.01060], [50.92591,24.00648], [50.92797,23.99859], [50.93284,23.99636], [50.93652,23.99464], [50.94376,23.99086], [50.94582,23.98657], [50.94679,23.98091], [50.94917,23.97902], [50.95036,23.97164], [50.95728,23.96872], [50.95944,23.97181], [50.96647,23.96786], [50.97933,23.96700], [50.98668,23.95996], [50.98971,23.95807], [50.99565,23.95121], [50.99587,23.94760], [50.99965,23.94263], [51.00300,23.94022], [51.00429,23.93456], [51.00667,23.92889], [51.00613,23.92426], [51.00678,23.91653], [51.00959,23.92391], [51.01196,23.92374], [51.01369,23.93198], [51.01239,23.93421], [51.01585,23.93627], [51.01963,23.92872], [51.02449,23.92065], [51.02697,23.92185], [51.02989,23.91602], [51.03140,23.92117], [51.03464,23.92546], [51.03852,23.93353], [51.03906,23.92597], [51.04057,23.91430], [51.04295,23.91585], [51.04683,23.92082], [51.05007,23.91550], [51.06011,23.91379], [51.06399,23.91327], [51.06528,23.90949], [51.07089,23.91396], [51.07607,23.91070], [51.07931,23.90692], [51.07866,23.90452], [51.07456,23.90331], [51.07510,23.89696], [51.07726,23.89714], [51.07564,23.89319], [51.07974,23.89010], [51.08265,23.88460], [51.08114,23.87963], [51.07780,23.87842], [51.08179,23.87379], [51.09149,23.87104], [51.09537,23.87173], [51.09539,23.86791], [51.09808,23.86791], [51.09986,23.86397], [51.09722,23.86199], [51.10019,23.85770], [51.10180,23.86131], [51.10385,23.86268], [51.10612,23.86002], [51.10746,23.86276], [51.10892,23.86234], [51.10924,23.85873], [51.11129,23.85830], [51.11237,23.86311], [51.11339,23.86225], [51.11474,23.85556], [51.11662,23.85598], [51.11824,23.85787], [51.11926,23.85367], [51.12228,23.85358], [51.12373,23.85058], [51.12610,23.85427], [51.12777,23.85332], [51.12767,23.85581], [51.13068,23.86062], [51.12767,23.86045], [51.12761,23.86294], [51.12901,23.86731], [51.12955,23.86955], [51.13052,23.86912], [51.13284,23.87032], [51.13510,23.86903], [51.13844,23.86980], [51.14043,23.87042], [51.14210,23.86887], [51.14544,23.87231], [51.14711,23.86621], [51.14856,23.86733], [51.15098,23.86827], [51.15147,23.86424], [51.15583,23.86330], [51.15777,23.86175], [51.15820,23.85703], [51.15534,23.84999], [51.16024,23.85136], [51.16127,23.84493], [51.16541,23.84295], [51.16164,23.83815], [51.16412,23.83489], [51.16320,23.82793], [51.16557,23.82656], [51.16751,23.82665], [51.16966,23.82227], [51.17020,23.81643], [51.17553,23.81360], [51.17881,23.81497], [51.18381,23.81137], [51.18575,23.80733], [51.18564,23.80158], [51.18876,23.79660], [51.18995,23.78605], [51.19156,23.78304], [51.19543,23.78382], [51.19914,23.78313], [51.19974,23.77798], [51.20119,23.77506], [51.20049,23.76922], [51.20474,23.76519], [51.20581,23.76356], [51.20662,23.76073], [51.20834,23.76047], [51.20931,23.75790], [51.21189,23.75807], [51.21237,23.75541], [51.21194,23.75043], [51.21544,23.74313], [51.21544,23.74021], [51.21845,23.73721], [51.22017,23.73790], [51.22028,23.74296], [51.22372,23.74339], [51.22759,23.74219], [51.23275,23.73893], [51.23560,23.73103], [51.23930,23.73129], [51.24145,23.72743], [51.24226,23.73060], [51.24521,23.73034], [51.24709,23.72502], [51.25166,23.72665], [51.25752,23.72502], [51.26128,23.72794], [51.26240,23.72571], [51.26530,23.71927], [51.26976,23.72142], [51.27320,23.71481], [51.27578,23.71283], [51.27986,23.70674], [51.28281,23.70365], [51.28399,23.69764], [51.28743,23.69661], [51.29011,23.69781], [51.29252,23.69378], [51.28807,23.69241], [51.28882,23.68657], [51.29145,23.68683], [51.29285,23.67653], [51.29091,23.67112], [51.29279,23.66863], [51.29258,23.66194], [51.28877,23.65687], [51.29032,23.65035], [51.29242,23.64777], [51.29456,23.65172], [51.29800,23.64838], [51.29923,23.65344], [51.30460,23.64589], [51.30599,23.64383], [51.31034,23.64039], [51.30980,23.64426], [51.31463,23.64434], [51.31544,23.64082], [51.31774,23.64022], [51.31909,23.63747], [51.32617,23.64254], [51.32885,23.63696], [51.33619,23.64777], [51.33866,23.65704], [51.34322,23.65816], [51.34568,23.65670], [51.34917,23.65627], [51.35212,23.65928], [51.35892,23.65687], [51.35775,23.66288], [51.35962,23.66631], [51.36118,23.66863], [51.36600,23.66597], [51.36696,23.66915], [51.36589,23.67412], [51.36755,23.67962], [51.36766,23.68580], [51.37039,23.68717], [51.37334,23.68339], [51.37929,23.68571], [51.37800,23.68090], [51.38288,23.68108], [51.38384,23.68571], [51.38636,23.68674], [51.38834,23.69017], [51.39139,23.67979], [51.39402,23.67979], [51.39327,23.68571], [51.39594,23.68863], [51.39771,23.68374], [51.39943,23.68666], [51.39846,23.69095], [51.40253,23.69713], [51.40333,23.70271], [51.40606,23.70245], [51.40660,23.69824], [51.40863,23.69773], [51.41062,23.70253], [51.41270,23.70185], [51.41270,23.69635], [51.41415,23.69412], [51.41533,23.69541], [51.41832,23.70296], [51.42095,23.70236], [51.42127,23.70022], [51.41966,23.69593], [51.41950,23.68975], [51.42191,23.68760], [51.42774,23.68468], [51.42844,23.67902], [51.43101,23.67764], [51.43299,23.67833], [51.43256,23.68391], [51.43390,23.68597], [51.43555,23.68468], [51.43796,23.68151], [51.44042,23.68296], [51.44246,23.68734], [51.44417,23.68528], [51.44492,23.68254], [51.44128,23.67601], [51.44283,23.67292], [51.44604,23.66837], [51.44470,23.66039], [51.44625,23.65275], [51.44599,23.65121], [51.44706,23.65052], [51.44984,23.65147], [51.45102,23.64975], [51.45481,23.65164], [51.45749,23.64666], [51.45866,23.64752], [51.45914,23.65232], [51.46369,23.65979], [51.46428,23.66048], [51.46722,23.66554], [51.46999,23.66614], [51.47069,23.66803], [51.46983,23.67490], [51.47197,23.67661], [51.47486,23.67438], [51.47422,23.67232], [51.47775,23.67121], [51.48443,23.67078], [51.48523,23.66434], [51.49015,23.66185], [51.49100,23.65687], [51.48892,23.65301], [51.48710,23.65275], [51.48571,23.64271], [51.48630,23.63799], [51.49159,23.63619], [51.49191,23.63078], [51.49538,23.62683], [51.49602,23.62203], [51.49736,23.62091], [51.50062,23.62546], [51.50163,23.62237], [51.50308,23.61851], [51.50714,23.61833], [51.51098,23.61825], [51.51189,23.62185], [51.51269,23.62623], [51.51510,23.62434], [51.51969,23.62048], [51.52247,23.61524], [51.52882,23.61336], [51.52898,23.60331], [51.53662,23.59362], [51.53283,23.58701], [51.53010,23.58718], [51.53010,23.58246], [51.53245,23.57739], [51.53283,23.57036], [51.53496,23.56521], [51.54180,23.56478], [51.54398,23.56280], [51.54719,23.56452], [51.55172,23.56744], [51.55487,23.57310], [51.55589,23.57756], [51.55759,23.57868], [51.55994,23.57636], [51.56085,23.57156], [51.56159,23.56941], [51.56448,23.56864], [51.56810,23.56984], [51.56954,23.56495], [51.57685,23.56881], [51.58144,23.56563], [51.58240,23.55619], [51.58448,23.55362], [51.58917,23.55542], [51.59211,23.55070], [51.59957,23.54876], [51.60106,23.54292], [51.60292,23.54241], [51.60591,23.54498], [51.60884,23.54378], [51.61247,23.54335], [51.61295,23.54241], [51.61625,23.54507], [51.61806,23.54498], [51.62121,23.54721], [51.62701,23.54344], [51.63090,23.54421], [51.63383,23.54009], [51.63538,23.54146], [51.63623,23.54876], [51.64097,23.54901], [51.64305,23.54807], [51.64326,23.54447], [51.64566,23.54275], [51.64523,23.53837], [51.64758,23.54000], [51.64947,23.54107], [51.65149,23.54467], [51.65554,23.54004], [51.65724,23.54107], [51.65825,23.54398], [51.66246,23.54639], [51.66326,23.54888], [51.66289,23.55437], [51.66390,23.55720], [51.66656,23.55960], [51.66794,23.55617], [51.67268,23.55454], [51.67571,23.55343], [51.68210,23.55634], [51.68295,23.55094], [51.68567,23.54922], [51.69120,23.55497], [51.69567,23.55591], [51.69876,23.56124], [51.70184,23.55960], [51.70376,23.54913], [51.70540,23.54999], [51.70599,23.55506], [51.70870,23.55574], [51.71035,23.55420], [51.70998,23.54828], [51.71604,23.55394], [51.71913,23.54931], [51.72689,23.54776], [51.72784,23.54639], [51.72742,23.54304], [51.72497,23.54278], [51.72391,23.54072], [51.72295,23.53652], [51.72386,23.53489], [51.72875,23.53454], [51.72891,23.52836], [51.73550,23.53222], [51.73842,23.53308], [51.74119,23.53128], [51.74358,23.53240], [51.74422,23.53823], [51.74767,23.54536], [51.75107,23.54973], [51.75447,23.55102], [51.75734,23.55720], [51.76148,23.55935], [51.75957,23.56235], [51.75771,23.56759], [51.75686,23.57248], [51.75702,23.57643], [51.75867,23.57772], [51.75973,23.58209], [51.75878,23.58887], [51.76382,23.58939], [51.76674,23.59497], [51.77025,23.59574], [51.77248,23.59892], [51.77259,23.60664], [51.77195,23.61059], [51.77237,23.61642], [51.77742,23.61728], [51.77742,23.62218], [51.77944,23.62741], [51.77944,23.63059], [51.78119,23.63230], [51.78719,23.63162], [51.78990,23.62818], [51.79207,23.62999], [51.79000,23.63488], [51.79122,23.63694], [51.79510,23.63857], [51.79648,23.63754], [51.80110,23.64363], [51.80296,23.64106], [51.80662,23.64011], [51.81060,23.63462], [51.82047,23.62775], [51.82052,23.62226], [51.82519,23.62458], [51.82800,23.62449], [51.83219,23.62046], [51.83192,23.61385], [51.83049,23.60638], [51.83171,23.60261], [51.83394,23.60286], [51.83553,23.60904], [51.83972,23.61024], [51.84020,23.60115], [51.84343,23.60982], [51.84577,23.61351], [51.85133,23.61282], [51.85610,23.61857], [51.85801,23.61728], [51.86040,23.61085], [51.87031,23.60819], [51.87593,23.60724], [51.87794,23.61419], [51.87704,23.61934], [51.87338,23.62501], [51.87254,23.62999], [51.87439,23.63385], [51.87879,23.63162], [51.88297,23.62398], [51.88716,23.62398], [51.89050,23.63479], [51.89336,23.63857], [51.89537,23.63814], [51.89876,23.63462], [51.90141,23.62741], [51.90273,23.61969], [51.90496,23.61780], [51.90760,23.62020], [51.91030,23.61994], [51.91417,23.61694], [51.91803,23.61102], [51.92426,23.61807], [51.92442,23.62125], [51.92214,23.62537], [51.92151,23.62889], [51.92172,23.63232], [51.92807,23.63172], [51.93125,23.63301], [51.93151,23.63884], [51.93167,23.64477], [51.93537,23.64683], [51.94029,23.64588], [51.94347,23.64082], [51.94929,23.64159], [51.95077,23.63764], [51.94749,23.62837], [51.95029,23.62769], [51.95294,23.63301], [51.95304,23.64142], [51.96251,23.65086], [51.96405,23.65678], [51.96362,23.66622], [51.96447,23.66946], [51.96690,23.67049], [51.96944,23.67006], [51.97156,23.66766], [51.97859,23.66551], [51.98112,23.66998], [51.98176,23.67513], [51.98498,23.67976], [51.98604,23.68689], [51.99244,23.68972], [51.99513,23.68809], [51.99756,23.68465], [52.00131,23.68431], [52.00237,23.67856], [52.00718,23.67290], [52.01542,23.66714], [52.01785,23.65959], [52.02009,23.65879], [52.02416,23.66368], [52.02886,23.66265], [52.03123,23.66153], [52.04111,23.66368], [52.04401,23.65784], [52.04908,23.65707], [52.05562,23.65449], [52.05779,23.64866], [52.05858,23.65655], [52.06190,23.65535], [52.06359,23.65398], [52.06412,23.64720], [52.06681,23.64866], [52.07135,23.65389], [52.07346,23.65355], [52.07536,23.65096], [52.07526,23.64770], [52.07668,23.64590], [52.07758,23.64263], [52.08348,23.64186], [52.08602,23.64032], [52.08797,23.62942], [52.08976,23.62238], [52.09356,23.61586], [52.10057,23.60976], [52.10442,23.61302], [52.10489,23.61998], [52.10816,23.62075], [52.10959,23.61680], [52.10911,23.61122], [52.11138,23.60727], [52.11691,23.60144], [52.11823,23.59594], [52.11786,23.58642], [52.12002,23.58230], [52.11986,23.57783], [52.11733,23.57260], [52.11617,23.56813], [52.11633,23.56487], [52.11844,23.56255], [52.11965,23.56101], [52.11944,23.55595], [52.11696,23.55457], [52.11233,23.55552], [52.11053,23.55526], [52.10974,23.55062], [52.11133,23.54822], [52.11596,23.54899], [52.11928,23.54444], [52.12255,23.54333], [52.12582,23.54419], [52.12824,23.54238], [52.13056,23.53543], [52.13240,23.53389], [52.13267,23.52942], [52.13177,23.52676], [52.13330,23.52170], [52.13857,23.52058], [52.13946,23.51535], [52.14389,23.51603], [52.14852,23.51277], [52.15068,23.50908], [52.15047,23.50479], [52.14726,23.50016], [52.14958,23.49312], [52.15247,23.48745], [52.15521,23.48771], [52.15953,23.49003], [52.16501,23.48702], [52.16816,23.49123], [52.16980,23.49698], [52.17180,23.50264], [52.17290,23.50857], [52.17606,23.50702], [52.17874,23.50230], [52.18111,23.49312], [52.18138,23.48213], [52.17664,23.47655], [52.17406,23.46823], [52.17701,23.46213], [52.18343,23.46256], [52.18474,23.46007], [52.18353,23.45218], [52.18259,23.44334], [52.17527,23.43338], [52.17301,23.42729], [52.17390,23.42359], [52.18222,23.41716], [52.18306,23.41223], [52.17964,23.40699], [52.17811,23.40167], [52.18064,23.39944], [52.18716,23.39850], [52.19290,23.40270], [52.19564,23.40038], [52.19627,23.39506], [52.20000,23.39729], [52.20169,23.39498], [52.20053,23.38888], [52.19842,23.38897], [52.19600,23.38227], [52.19585,23.37515], [52.19727,23.37120], [52.20616,23.37137], [52.20884,23.36751], [52.20816,23.36150], [52.20521,23.35489], [52.20647,23.35266], [52.20931,23.35575], [52.21105,23.35292], [52.21057,23.34571], [52.20805,23.34073], [52.20710,23.33584], [52.21100,23.32674], [52.20894,23.31764], [52.20926,23.30949], [52.21221,23.30013], [52.21499,23.30597], [52.21988,23.30872], [52.22120,23.30691], [52.22167,23.30151], [52.22099,23.29155], [52.21894,23.28546], [52.21510,23.27009], [52.21615,23.26048], [52.21831,23.25542], [52.22015,23.24683], [52.21988,23.23962], [52.22346,23.22615], [52.22609,23.21430], [52.22646,23.20615], [52.22950,23.20117], [52.23681,23.19705], [52.24028,23.19525], [52.24669,23.19868], [52.25647,23.20632], [52.26025,23.20417], [52.26889,23.20014], [52.27377,23.20623], [52.27760,23.20443], [52.28175,23.19044], [52.28317,23.17860], [52.33057,23.21749], [52.35920,23.24410], [52.39279,23.27831], [52.40379,23.30097], [52.41489,23.31093], [52.42515,23.31299], [52.46949,23.35764], [52.51256,23.41051], [52.52196,23.42424], [52.53176,23.43954], [52.54032,23.45911], [52.54940,23.46787], [52.58018,23.54117], [52.59437,23.58957], [52.60698,23.64279], [52.61397,23.72038], [52.60542,23.73360], [52.61168,23.74184], [52.61407,23.75626], [52.62335,23.77875], [52.62845,23.78407], [52.67968,23.88004], [52.67926,23.89309], [52.69113,23.89978], [52.71297,23.93909], [52.81429,23.94009], [52.83047,23.92532], [52.84623,23.92515], [52.85463,23.92429], [52.89907,23.92601], [52.90901,23.91622], [52.93892,23.91622], [52.95887,23.94699], [52.97655,23.93137], [52.98257,23.92983], [52.98877,23.93446], [53.02533,23.92554], [53.02977,23.91335], [53.03370,23.91095], [53.03844,23.91764], [53.04185,23.91592], [53.04618,23.90871], [53.04753,23.90442], [53.05363,23.89994], [53.05890,23.90424], [53.06147,23.89926], [53.06457,23.88724], [53.07148,23.88243], [53.07591,23.88192], [53.08313,23.87591], [53.09148,23.88055], [53.09489,23.88484], [53.10117,23.88415], [53.10560,23.89119], [53.11127,23.88964], [53.11962,23.89102], [53.12425,23.89342], [53.12508,23.89891], [53.13136,23.89891], [53.13569,23.90612], [53.13713,23.91350], [53.14516,23.91762], [53.14959,23.91196], [53.15391,23.91762], [53.15875,23.91814], [53.16739,23.91419], [53.17727,23.90166], [53.18293,23.89153], [53.19959,23.86321], [53.20359,23.86415], [53.21079,23.86038], [53.22035,23.86227], [53.23227,23.85574], [53.24408,23.81935], [53.27458,23.79910], [53.35488,23.75584], [53.37566,23.74657], [53.39521,23.73524], [53.43665,23.70761], [53.51297,23.66761], [53.52205,23.65920], [53.55400,23.64763], [53.59304,23.62875], [53.66602,23.60146], [53.70566,23.58598], [53.72933,23.58649], [53.74476,23.58272], [53.76800,23.54907], [53.79853,23.54581], [53.82630,23.54718], [53.82893,23.55044], [53.83096,23.55594], [53.83522,23.54959], [53.84099,23.55319], [53.84555,23.54718], [53.84950,23.55165], [53.85233,23.55302], [53.85790,23.54753], [53.85912,23.53671], [53.86215,23.52624], [53.86549,23.52761], [53.87177,23.52521], [53.90950,23.51388], [53.91183,23.51182], [53.92942,23.51285], [53.93215,23.51388], [53.95650,23.51474], [53.95714,23.51668], [53.96097,23.51600], [53.96511,23.50724], [53.96653,23.50827], [53.96956,23.50020], [53.97350,23.49711], [53.97622,23.48990], [53.98460,23.49076], [53.99035,23.48664], [53.99853,23.48407], [54.00529,23.49626], [54.00660,23.50450], [54.01195,23.50947], [54.01800,23.51411], [54.02193,23.51188], [54.02637,23.51668], [54.02869,23.51617], [54.03121,23.52527], [54.03343,23.52664], [54.03786,23.52372], [54.04794,23.52801], [54.05167,23.52698], [54.05358,23.52733], [54.05731,23.52578], [54.06628,23.52904], [54.07393,23.52389], [54.07484,23.52149], [54.07927,23.51840], [54.09045,23.51840], [54.10021,23.50690], [54.11310,23.50295], [54.11330,23.49643], [54.11722,23.49248], [54.13312,23.49574], [54.13613,23.49111], [54.14539,23.48956], [54.15383,23.48561], [54.15363,23.48115], [54.15805,23.47394], [54.16338,23.47566], [54.16448,23.46982], [54.16780,23.46175], [54.17624,23.46021], [54.17775,23.42399], [54.19171,23.41935], [54.19683,23.40373], [54.21149,23.39583], [54.22121,23.38630], [54.22623,23.38424], [54.22974,23.38098], [54.23074,23.37325], [54.22994,23.36467], [54.23425,23.35798], [54.24248,23.35266], [54.24800,23.34596], [54.25161,23.33755], [54.25251,23.32553], [54.25532,23.30991], [54.25622,23.29584], [54.26113,23.28107], [54.25953,23.25738], [54.25692,23.24846], [54.26056,23.23884], [54.26156,23.23438], [54.27379,23.22185], [54.27800,23.21292], [54.28311,23.20571], [54.28902,23.20194], [54.29043,23.18992], [54.29123,23.17567], [54.29493,23.17035], [54.29734,23.15610], [54.30976,23.16000], [54.31510,23.14816], [54.31640,23.14043], [54.30949,23.12207], [54.30418,23.10627], [54.29867,23.09941], [54.29887,23.09220], [54.31029,23.06113], [54.31600,23.04259], [54.32802,23.04688], [54.33382,23.05151], [54.34113,23.06422], [54.34563,23.05787], [54.34943,23.04877], [54.35253,23.02491], [54.35623,23.00877], [54.36224,22.99298], [54.38290,23.01065], [54.38549,22.98627], [54.39049,22.98336], [54.39109,22.96207], [54.39339,22.94834], [54.39669,22.93478], [54.39969,22.90113], [54.40119,22.89821], [54.40019,22.88774], [54.40948,22.88843], [54.41008,22.88225], [54.40888,22.86834], [54.41068,22.85461], [54.40718,22.84603], [54.40668,22.83573], [54.37750,22.81427], [54.37080,22.81084], [54.36390,22.79144], [54.36370,22.77256], [54.36130,22.72380], [54.36230,22.71007], [54.36110,22.68999], [54.36050,22.68690], [54.36080,22.68072], [54.35740,22.66338], [54.35559,22.65771], [54.35399,22.64278], [54.35559,22.62596], [54.35629,22.62167], [54.35429,22.58956], [54.35439,22.57051], [54.35069,22.53480], [54.34989,22.52708], [54.35009,22.48760], [54.34899,22.47063], [54.34959,22.46205], [54.34849,22.43973], [54.34599,22.43201], [54.34879,22.42222], [54.34739,22.41278], [54.34589,22.38892], [54.34529,22.38102], [54.34369,22.33141], [54.34521,22.32862], [54.34381,22.32021], [54.34091,22.31832], [54.34201,22.30664], [54.34121,22.24193], [54.34231,22.23626], [54.34041,22.23026], [54.34441,22.22528], [54.33791,22.17086], [54.33681,22.13052], [54.33741,22.09773], [54.33621,22.05396], [54.33621,22.03370], [54.33681,22.01619], [54.33600,21.99422], [54.33310,21.96985], [54.33478,21.91447], [54.33308,21.90331], [54.33258,21.85370], [54.33188,21.84786], [54.33178,21.80289], [54.33208,21.79756], [54.33108,21.76066], [54.33027,21.74023], [54.32717,21.67654], [54.32687,21.64513], [54.32797,21.63363], [54.32547,21.57252], [54.32267,21.56943], [54.32337,21.55415], [54.32597,21.55312], [54.32527,21.54007], [54.32577,21.52909], [54.32427,21.50677], [54.32417,21.49441], [54.32056,21.46660], [54.31866,21.44617], [54.32727,21.43587], [54.32667,21.41630], [54.32837,21.39433], [54.33138,21.38111], [54.33158,21.35657], [54.33037,21.35091], [54.33087,21.33683], [54.32987,21.32155], [54.33338,21.30713], [54.33398,21.30181], [54.33238,21.28963], [54.32897,21.27452], [54.32957,21.26113], [54.33218,21.23967], [54.33618,21.21461], [54.33838,21.19538], [54.33828,21.17547], [54.33758,21.16363], [54.34318,21.14251], [54.34789,21.08947], [54.34689,21.08174], [54.34869,21.05960], [54.34849,21.04157], [54.35429,21.00570], [54.35479,20.95952], [54.35769,20.95025], [54.35689,20.92519], [54.35849,20.89789], [54.35789,20.89412], [54.35919,20.88399], [54.35959,20.85944], [54.36119,20.84880], [54.36049,20.81893], [54.36819,20.75130], [54.37009,20.73653], [54.36909,20.72640], [54.37259,20.68950], [54.37149,20.64692], [54.36669,20.63182], [54.37209,20.62169], [54.37289,20.61551], [54.37339,20.61019], [54.37849,20.58324], [54.38118,20.53392], [54.38118,20.51572], [54.38308,20.50405], [54.38408,20.48740], [54.38538,20.48242], [54.38658,20.46628], [54.38848,20.43504], [54.39268,20.41049], [54.39418,20.39127], [54.39538,20.37427], [54.39658,20.36449], [54.39668,20.35728], [54.40147,20.33204], [54.40267,20.31556], [54.40457,20.28517], [54.40617,20.27178], [54.40847,20.24088], [54.40877,20.22560], [54.41486,20.16363], [54.41626,20.14784], [54.41846,20.11746], [54.42265,20.06373], [54.42429,20.04824], [54.42499,20.01288], [54.42619,19.99622], [54.43148,19.93855], [54.43268,19.92584], [54.43467,19.89391], [54.43587,19.87795], [54.43837,19.85787], [54.43986,19.83967], [54.44266,19.81031], [54.44296,19.80139], [54.45390,19.64878], [54.45410,19.64672], [54.45879,19.63883], [55.67206,18.52232], [54.51220,14.05088]], + PL: [[53.94689,14.23857],[53.92723,14.22612],[53.91601,14.20750],[53.91525,14.19497],[53.91621,14.19128],[53.91404,14.18389],[53.91171,14.18467],[53.91020,14.20475],[53.90620,14.20328],[53.90018,14.21178],[53.88733,14.21315],[53.88086,14.21487],[53.87752,14.21384],[53.86593,14.21152],[53.74168,14.27229],[53.73335,14.27375],[53.70298,14.27143],[53.69851,14.26693],[53.69661,14.26766],[53.69483,14.27032],[53.69199,14.27117],[53.68848,14.27186],[53.68868,14.27366],[53.68645,14.27401],[53.68426,14.28130],[53.68197,14.28336],[53.67709,14.28242],[53.67348,14.28053],[53.67170,14.27804],[53.66998,14.27658],[53.66992,14.27461],[53.66743,14.27092],[53.66601,14.27032],[53.66418,14.27117],[53.66291,14.27332],[53.66194,14.27607],[53.66265,14.27950],[53.66128,14.28019],[53.65833,14.28448],[53.64429,14.28431],[53.63416,14.28319],[53.61798,14.31091],[53.61767,14.31649],[53.57828,14.31133],[53.57155,14.31193],[53.56533,14.31356],[53.55840,14.30626],[53.55591,14.30377],[53.55315,14.30214],[53.55106,14.30660],[53.54341,14.30531],[53.53678,14.31544],[53.52974,14.31896],[53.52510,14.31535],[53.52046,14.31784],[53.51989,14.31887],[53.51459,14.32205],[53.50336,14.32660],[53.50086,14.33209],[53.49575,14.35020],[53.48819,14.35381],[53.48217,14.35278],[53.47604,14.35484],[53.47312,14.35501],[53.46996,14.35630],[53.46193,14.35587],[53.45688,14.35784],[53.45647,14.36033],[53.45621,14.37080],[53.44875,14.37046],[53.44783,14.37157],[53.43740,14.37011],[53.43249,14.36814],[53.42385,14.36951],[53.41873,14.37252],[53.41541,14.37312],[53.40866,14.37295],[53.40042,14.37853],[53.38803,14.38874],[53.37579,14.39449],[53.36939,14.39492],[53.35858,14.39278],[53.35341,14.38977],[53.35126,14.39595],[53.34685,14.40548],[53.33896,14.40677],[53.33450,14.40848],[53.32425,14.41509],[53.31938,14.41303],[53.30887,14.40634],[53.30169,14.41466],[53.28783,14.41707],[53.27583,14.42093],[53.27562,14.43432],[53.27429,14.44453],[53.27259,14.44376],[53.26731,14.44796],[53.26530,14.44908],[53.26238,14.44942],[53.25935,14.44891],[53.25765,14.44642],[53.25411,14.44075],[53.24718,14.43389],[53.24250,14.43329],[53.23999,14.43114],[53.23613,14.42616],[53.23351,14.42016],[53.22324,14.40848],[53.21109,14.40683],[53.20605,14.39722],[53.20317,14.37928],[53.19747,14.37602],[53.18507,14.37319],[53.17865,14.36980],[53.16965,14.36619],[53.16131,14.37066],[53.15678,14.37134],[53.14211,14.38714],[53.10858,14.37632],[53.10343,14.37031],[53.08761,14.36920],[53.05522,14.34903],[53.04351,14.33100],[53.03701,14.31564],[53.03464,14.31118],[53.03056,14.30740],[53.02276,14.29496],[53.00082,14.25333],[52.98955,14.22174],[52.98397,14.19754],[52.97272,14.16810],[52.96621,14.16355],[52.96182,14.14346],[52.94894,14.13994],[52.94361,14.14441],[52.93063,14.14355],[52.89409,14.15677],[52.88699,14.16166],[52.87197,14.15539],[52.84689,14.12492],[52.84295,14.12278],[52.83279,14.12424],[52.82651,14.13445],[52.82439,14.14552],[52.81811,14.21290],[52.81365,14.22243],[52.80213,14.23462],[52.79819,14.24277],[52.78749,14.25676],[52.76751,14.29461],[52.76283,14.32122],[52.75395,14.34242],[52.75047,14.35246],[52.74086,14.36104],[52.73628,14.37435],[52.72111,14.38903],[52.70733,14.40937],[52.69921,14.41701],[52.69240,14.42765],[52.68120,14.43356],[52.67880,14.44438],[52.67750,14.45056],[52.67136,14.45897],[52.66183,14.46240],[52.65517,14.47905],[52.63711,14.52335],[52.63138,14.54455],[52.62586,14.55536],[52.62132,14.57158],[52.60871,14.59862],[52.59677,14.60969],[52.58822,14.61192],[52.58233,14.62025],[52.57571,14.63690],[52.57007,14.63990],[52.56532,14.63587],[52.55557,14.61673],[52.54075,14.61072],[52.53370,14.60394],[52.52038,14.60901],[52.51041,14.61313],[52.50654,14.61999],[52.50142,14.63338],[52.49202,14.63518],[52.48135,14.62360],[52.47790,14.61476],[52.46839,14.61038],[52.46337,14.60866],[52.45877,14.59862],[52.45437,14.59562],[52.44747,14.58420],[52.44072,14.57862],[52.43962,14.56163],[52.43585,14.55236],[52.42481,14.54446],[52.41172,14.54729],[52.40424,14.53828],[52.39512,14.53399],[52.37485,14.55208],[52.35084,14.55345],[52.34581,14.55688],[52.34083,14.56135],[52.33396,14.56281],[52.32761,14.56152],[52.32026,14.57808],[52.31287,14.57774],[52.30730,14.58469],[52.30258,14.58384],[52.29639,14.57457],[52.29198,14.57396],[52.28709,14.57800],[52.28426,14.58761],[52.27675,14.59130],[52.27213,14.59662],[52.27187,14.61508],[52.26667,14.63224],[52.26262,14.64623],[52.26246,14.66168],[52.25732,14.67859],[52.25648,14.68932],[52.25316,14.69730],[52.24691,14.70348],[52.24187,14.70589],[52.23635,14.71507],[52.23272,14.71576],[52.22668,14.71207],[52.21814,14.71175],[52.20820,14.70582],[52.20105,14.69261],[52.19668,14.68565],[52.19084,14.68677],[52.18679,14.69218],[52.17995,14.70145],[52.17195,14.70591],[52.16453,14.70342],[52.14594,14.68093],[52.13725,14.68033],[52.12571,14.68368],[52.11317,14.68213],[52.09872,14.69844],[52.09614,14.70943],[52.09398,14.72376],[52.08459,14.74247],[52.07425,14.75046],[52.06867,14.75664],[52.06509,14.75861],[52.05997,14.75646],[52.05617,14.74659],[52.05369,14.74488],[52.04968,14.74634],[52.04566,14.74471],[52.04326,14.74927],[52.03677,14.74670],[52.03196,14.74739],[52.02937,14.73932],[52.02314,14.74061],[52.01886,14.73237],[52.01305,14.72498],[52.00835,14.72507],[52.00534,14.71434],[52.00259,14.71305],[52.00011,14.71735],[51.99504,14.72044],[51.99081,14.71923],[51.98822,14.71589],[51.98362,14.71614],[51.98024,14.71168],[51.97992,14.70602],[51.97564,14.70378],[51.97326,14.70567],[51.96490,14.70670],[51.95607,14.71374],[51.95565,14.71778],[51.95173,14.72061],[51.94713,14.71846],[51.94195,14.71889],[51.93665,14.71074],[51.93612,14.70636],[51.93120,14.70258],[51.92326,14.70473],[51.92093,14.70121],[51.91384,14.69898],[51.90992,14.69177],[51.90680,14.69005],[51.90320,14.69383],[51.90161,14.69288],[51.89859,14.68430],[51.89557,14.68042],[51.89467,14.67441],[51.89340,14.67313],[51.89017,14.67458],[51.88985,14.67081],[51.89117,14.66574],[51.89086,14.66283],[51.88953,14.66154],[51.88651,14.66094],[51.88551,14.65510],[51.88174,14.65330],[51.87793,14.65184],[51.87417,14.65150],[51.87227,14.64519],[51.86761,14.64347],[51.86538,14.63300],[51.85833,14.62364],[51.85791,14.61077],[51.85181,14.60596],[51.84959,14.60948],[51.84762,14.60227],[51.84147,14.60510],[51.84047,14.60176],[51.84275,14.59678],[51.83850,14.58931],[51.83532,14.59137],[51.83320,14.58991],[51.83039,14.59249],[51.82736,14.58871],[51.81974,14.58974],[51.81772,14.59558],[51.81300,14.60013],[51.80828,14.59995],[51.80286,14.60768],[51.80361,14.61300],[51.80143,14.61609],[51.80143,14.61927],[51.79973,14.62304],[51.80138,14.63060],[51.80016,14.63420],[51.79756,14.63506],[51.79586,14.64373],[51.78609,14.64879],[51.78434,14.65257],[51.77908,14.65205],[51.77660,14.65428],[51.76741,14.65351],[51.76353,14.64939],[51.76083,14.65059],[51.75913,14.65600],[51.75806,14.66184],[51.75615,14.66355],[51.75429,14.65729],[51.75116,14.65592],[51.74930,14.65866],[51.74621,14.65806],[51.74260,14.65583],[51.74021,14.65583],[51.73760,14.66046],[51.73181,14.66330],[51.72538,14.66785],[51.72330,14.67591],[51.72027,14.67858],[51.71650,14.67995],[51.71182,14.68664],[51.70900,14.68853],[51.70474,14.69875],[51.70251,14.70381],[51.69054,14.72355],[51.68740,14.73110],[51.68873,14.73445],[51.68756,14.73677],[51.68362,14.73917],[51.68022,14.73565],[51.67729,14.73917],[51.67585,14.74715],[51.67005,14.74801],[51.66814,14.75213],[51.66329,14.75247],[51.66116,14.75771],[51.65584,14.75445],[51.65355,14.75093],[51.65104,14.75041],[51.64551,14.75522],[51.64114,14.75333],[51.63538,14.75402],[51.63288,14.75574],[51.62750,14.75265],[51.62484,14.75599],[51.62285,14.75780],[51.62072,14.76140],[51.61698,14.76355],[51.61427,14.76329],[51.61054,14.76561],[51.60478,14.76166],[51.60307,14.76157],[51.59939,14.75273],[51.59657,14.75222],[51.59545,14.75024],[51.59486,14.74509],[51.59236,14.74037],[51.58974,14.73926],[51.58569,14.73119],[51.58270,14.72930],[51.57881,14.72887],[51.57486,14.72647],[51.57134,14.71968],[51.56601,14.71582],[51.56296,14.71084],[51.56030,14.71196],[51.55613,14.71539],[51.55400,14.71685],[51.55411,14.72149],[51.55219,14.72475],[51.54930,14.72887],[51.54685,14.72938],[51.54482,14.73127],[51.54172,14.72707],[51.53959,14.72595],[51.53745,14.72681],[51.53505,14.72887],[51.53074,14.72838],[51.52898,14.73310],[51.52572,14.73525],[51.52439,14.74100],[51.52124,14.75319],[51.52289,14.75971],[51.52204,14.76151],[51.51899,14.76331],[51.51846,14.76726],[51.51825,14.77370],[51.51702,14.77859],[51.51793,14.78426],[51.51638,14.78786],[51.51766,14.79473],[51.51477,14.79902],[51.51424,14.80426],[51.51007,14.80838],[51.50943,14.80958],[51.50612,14.81078],[51.50532,14.81327],[51.50724,14.81876],[51.50452,14.82503],[51.50354,14.83203],[51.49895,14.83349],[51.49884,14.83684],[51.49537,14.83941],[51.49435,14.84353],[51.48869,14.85246],[51.49034,14.86018],[51.48922,14.86542],[51.48479,14.86979],[51.48431,14.87426],[51.48741,14.88456],[51.48650,14.88876],[51.48356,14.89177],[51.48110,14.90164],[51.48302,14.90705],[51.48308,14.91537],[51.48088,14.92370],[51.47340,14.92533],[51.47313,14.92679],[51.47281,14.93271],[51.47153,14.94550],[51.47094,14.94842],[51.46880,14.95108],[51.46517,14.95442],[51.46174,14.95605],[51.45896,14.95520],[51.45543,14.95803],[51.45106,14.96417],[51.44673,14.96494],[51.44229,14.97283],[51.43935,14.97240],[51.43549,14.97275],[51.43234,14.96983],[51.43480,14.96374],[51.43121,14.95790],[51.42747,14.96039],[51.42720,14.96494],[51.42496,14.96551],[51.42405,14.96362],[51.42127,14.96440],[51.41763,14.96689],[51.41303,14.96431],[51.41137,14.95787],[51.40955,14.95787],[51.40746,14.96182],[51.40360,14.96517],[51.40232,14.96714],[51.39766,14.96852],[51.39841,14.96328],[51.39589,14.95659],[51.39461,14.95805],[51.39429,14.96268],[51.39134,14.96500],[51.38615,14.96354],[51.38122,14.96869],[51.37934,14.96792],[51.37811,14.97178],[51.37618,14.97556],[51.37441,14.98208],[51.37302,14.98277],[51.36975,14.97650],[51.36616,14.97719],[51.36413,14.97350],[51.36418,14.96860],[51.36279,14.96843],[51.36289,14.96431],[51.36080,14.96380],[51.35855,14.96697],[51.35952,14.97255],[51.35609,14.97633],[51.35389,14.97513],[51.35271,14.97710],[51.35073,14.97641],[51.34998,14.97676],[51.34761,14.97762],[51.34681,14.97659],[51.34053,14.97719],[51.33909,14.97968],[51.33442,14.98045],[51.33211,14.98491],[51.32857,14.98594],[51.32874,14.99204],[51.32713,14.99324],[51.32268,14.99098],[51.31973,14.99802],[51.31968,15.00317],[51.31651,15.00540],[51.31651,15.00814],[51.31490,15.00883],[51.31152,15.00557],[51.30943,15.00780],[51.30868,15.01166],[51.30509,15.01321],[51.30182,15.01201],[51.30069,15.01226],[51.30091,15.01956],[51.29688,15.02668],[51.29173,15.03269],[51.28480,15.03097],[51.28319,15.03458],[51.27654,15.03338],[51.27632,15.03647],[51.27342,15.04119],[51.27111,15.03612],[51.26585,15.03741],[51.26392,15.03518],[51.25860,15.03621],[51.25731,15.02960],[51.25468,15.02943],[51.25409,15.02402],[51.24941,15.02205],[51.24839,15.02677],[51.25081,15.02866],[51.24689,15.03218],[51.24522,15.03638],[51.24119,15.03209],[51.24345,15.02831],[51.23834,15.02557],[51.23775,15.02849],[51.23560,15.02239],[51.23345,15.02308],[51.23372,15.02608],[51.23157,15.02428],[51.23082,15.02128],[51.22889,15.02076],[51.22808,15.01604],[51.22625,15.01518],[51.22475,15.01681],[51.22308,15.01553],[51.22104,15.01741],[51.21690,15.01492],[51.21539,15.01638],[51.21464,15.01269],[51.21383,15.00909],[51.21125,15.00926],[51.21034,15.01261],[51.20754,15.01183],[51.20502,15.00729],[51.19872,15.00754],[51.19824,15.01321],[51.19582,15.01355],[51.19464,15.01020],[51.19304,15.00965],[51.19223,15.00450],[51.19062,15.00450],[51.18158,15.00853],[51.18008,15.00724],[51.17884,15.00458],[51.17539,15.00330],[51.17308,15.00098],[51.17136,15.00038],[51.16872,15.00390],[51.16786,15.00390],[51.16329,14.99300],[51.15693,14.99420],[51.15311,14.99849],[51.14972,15.00029],[51.14428,14.99609],[51.14369,14.99454],[51.14417,14.99179],[51.14288,14.98991],[51.14094,14.99038],[51.13831,14.99399],[51.13238,14.99605],[51.12748,14.99459],[51.12295,14.99424],[51.12263,14.99639],[51.12112,14.99596],[51.12026,14.99339],[51.11649,14.98849],[51.11665,14.98609],[51.11838,14.98403],[51.11757,14.98129],[51.11627,14.98034],[51.11450,14.98034],[51.11412,14.98172],[51.11277,14.98172],[51.11019,14.97914],[51.10943,14.98034],[51.10825,14.97751],[51.10631,14.97794],[51.10447,14.98249],[51.10253,14.98197],[51.10205,14.98326],[51.10032,14.98412],[51.09908,14.98189],[51.09817,14.98283],[51.09747,14.98052],[51.09504,14.97949],[51.09482,14.98266],[51.09321,14.98103],[51.09202,14.98300],[51.09062,14.98283],[51.09057,14.97871],[51.08740,14.97953],[51.08794,14.97627],[51.08346,14.97515],[51.08017,14.97738],[51.07721,14.97772],[51.07332,14.97137],[51.07251,14.97086],[51.07181,14.96640],[51.06879,14.96760],[51.06912,14.97000],[51.06701,14.96940],[51.06626,14.97069],[51.06453,14.96777],[51.05924,14.96468],[51.05860,14.96270],[51.05482,14.96210],[51.05029,14.96442],[51.05023,14.96082],[51.04781,14.95961],[51.04711,14.95343],[51.04419,14.95215],[51.04300,14.94786],[51.03863,14.94762],[51.03761,14.95079],[51.03108,14.94556],[51.02908,14.94684],[51.02687,14.94496],[51.02660,14.93938],[51.02411,14.94092],[51.02406,14.93860],[51.02034,14.93423],[51.01774,14.93466],[51.01742,14.93809],[51.01132,14.93706],[51.00765,14.93354],[51.00651,14.93397],[51.00073,14.92942],[50.99755,14.92745],[50.99711,14.92393],[50.99846,14.92178],[50.99803,14.91989],[50.99560,14.91646],[50.98966,14.91706],[50.98815,14.91955],[50.98444,14.91804],[50.97990,14.91778],[50.97546,14.91864],[50.97363,14.91564],[50.97206,14.90207],[50.96768,14.90413],[50.96579,14.90190],[50.96411,14.89898],[50.96244,14.89898],[50.96141,14.90328],[50.95952,14.89598],[50.94930,14.89263],[50.94692,14.89461],[50.94362,14.89486],[50.94205,14.89615],[50.93582,14.89111],[50.93285,14.87592],[50.92452,14.87060],[50.92252,14.87094],[50.91976,14.86871],[50.91770,14.86708],[50.91537,14.85970],[50.91278,14.85687],[50.91121,14.85172],[50.90412,14.84485],[50.90103,14.84288],[50.89605,14.83515],[50.89118,14.82502],[50.88614,14.81953],[50.88176,14.81730],[50.87742,14.81687],[50.87239,14.82013],[50.87017,14.82305],[50.87212,14.82949],[50.87266,14.83077],[50.87087,14.83455],[50.86827,14.84039],[50.86984,14.84760],[50.86892,14.85103],[50.86860,14.85961],[50.87044,14.86451],[50.87683,14.86751],[50.87650,14.87584],[50.87271,14.88579],[50.86881,14.89223],[50.86692,14.89746],[50.87537,14.90107],[50.87401,14.91099],[50.86865,14.93700],[50.86605,14.94360],[50.86388,14.94687],[50.86134,14.96068],[50.86307,14.96798],[50.86730,14.97845],[50.86762,14.98420],[50.86914,14.98643],[50.86865,14.99442],[50.86963,14.99682],[50.86806,15.00051],[50.86844,15.00300],[50.87575,15.00257],[50.87927,15.00077],[50.88961,14.99879],[50.89194,14.99527],[50.89497,14.99699],[50.90060,14.99648],[50.90747,15.00798],[50.90801,15.00497],[50.90768,15.00180],[50.90601,14.99982],[50.90785,14.99897],[50.91396,14.99948],[50.91477,14.99630],[50.91829,14.99407],[50.91889,14.99261],[50.92121,14.99038],[50.92727,14.99630],[50.92776,15.00137],[50.93209,15.00506],[50.93831,15.01141],[50.94015,15.01510],[50.94339,15.01330],[50.95053,15.01596],[50.95821,15.01201],[50.96232,15.01160],[50.96653,15.01778],[50.96562,15.02096],[50.96702,15.02207],[50.97080,15.01873],[50.97172,15.01624],[50.97513,15.01452],[50.98188,15.01117],[50.98626,15.00783],[50.98702,15.00585],[50.98064,14.99006],[50.97875,14.98886],[50.98010,14.98637],[50.98804,14.97478],[50.99004,14.96869],[51.00560,14.98345],[51.00938,14.98534],[51.01084,14.98671],[51.00889,14.99718],[51.01041,14.99890],[51.01181,15.00474],[51.01537,15.01014],[51.01586,15.01478],[51.02158,15.01744],[51.02201,15.02362],[51.02045,15.03246],[51.01456,15.03289],[51.01192,15.03641],[51.01165,15.05563],[51.01284,15.05821],[51.02255,15.05821],[51.02131,15.06250],[51.02142,15.06628],[51.02007,15.06756],[51.01764,15.06851],[51.01591,15.07623],[51.01267,15.07649],[51.01338,15.08499],[51.01348,15.09108],[51.01230,15.09297],[51.01262,15.09786],[51.00997,15.10636],[51.00744,15.10541],[51.00614,15.10344],[51.00603,15.09958],[51.00311,15.09666],[51.00139,15.09657],[50.99301,15.10044],[50.99069,15.10610],[50.99269,15.12061],[50.98966,15.12807],[50.99085,15.14232],[50.99366,15.14292],[50.99458,15.13434],[50.99966,15.13606],[51.00522,15.14138],[51.00846,15.14309],[51.01105,15.14292],[51.01365,15.14661],[51.01473,15.15520],[51.01883,15.17133],[51.01456,15.17253],[51.01165,15.17434],[50.99706,15.17425],[50.99307,15.17588],[50.98966,15.17485],[50.98637,15.17056],[50.98442,15.17768],[50.98264,15.17949],[50.98237,15.18301],[50.97961,15.18910],[50.98367,15.20112],[50.98739,15.19700],[50.98934,15.19820],[50.99226,15.20592],[50.99150,15.21004],[50.99247,15.21596],[50.99534,15.21948],[50.99593,15.22841],[50.99804,15.23476],[50.99793,15.23888],[50.99685,15.24128],[50.99566,15.23665],[50.99372,15.23665],[50.99172,15.23897],[50.99058,15.23802],[50.98788,15.24214],[50.98653,15.23845],[50.98367,15.24060],[50.97886,15.24875],[50.98086,15.25201],[50.98059,15.26025],[50.97880,15.26721],[50.97913,15.27407],[50.97070,15.27682],[50.96340,15.27270],[50.96097,15.27450],[50.95913,15.28463],[50.95296,15.29175],[50.95107,15.28978],[50.94723,15.28952],[50.94410,15.28283],[50.94210,15.27768],[50.93955,15.27648],[50.93523,15.26815],[50.93090,15.26738],[50.92506,15.26909],[50.92257,15.26686],[50.91824,15.26635],[50.91515,15.26978],[50.91093,15.26987],[50.90655,15.27330],[50.90325,15.27356],[50.89897,15.27639],[50.89464,15.27596],[50.89042,15.27682],[50.88136,15.28950],[50.87627,15.29173],[50.86116,15.30924],[50.85948,15.31242],[50.85937,15.32040],[50.85585,15.33036],[50.85536,15.33851],[50.85217,15.34409],[50.84837,15.35559],[50.84190,15.35973],[50.83648,15.36694],[50.83393,15.36942],[50.83106,15.36839],[50.82249,15.37200],[50.82119,15.37466],[50.81891,15.37123],[50.81414,15.36951],[50.81203,15.37320],[50.80839,15.37131],[50.80422,15.36668],[50.80058,15.36530],[50.79521,15.37217],[50.79206,15.37088],[50.78913,15.37311],[50.78702,15.37106],[50.78447,15.37226],[50.78067,15.36891],[50.77747,15.37337],[50.77757,15.38007],[50.77464,15.38487],[50.77654,15.39603],[50.77975,15.39929],[50.78235,15.40461],[50.79217,15.41449],[50.79950,15.41998],[50.80318,15.42187],[50.80660,15.42736],[50.80866,15.43869],[50.80687,15.45053],[50.80389,15.45036],[50.80199,15.45345],[50.80091,15.46349],[50.79716,15.46959],[50.79592,15.47414],[50.79033,15.48023],[50.78973,15.48856],[50.78799,15.49336],[50.79027,15.51062],[50.78539,15.51439],[50.77622,15.52435],[50.77980,15.53877],[50.78029,15.54589],[50.77855,15.55448],[50.77611,15.55868],[50.77595,15.56615],[50.77850,15.57868],[50.77795,15.58254],[50.77817,15.58640],[50.77638,15.59138],[50.77622,15.60117],[50.77215,15.61627],[50.76482,15.62194],[50.76428,15.62571],[50.76015,15.64237],[50.76037,15.64563],[50.75944,15.64829],[50.75961,15.65962],[50.75613,15.66691],[50.75412,15.68082],[50.74956,15.68571],[50.74163,15.68880],[50.73669,15.70631],[50.73718,15.71670],[50.73951,15.72348],[50.73913,15.72777],[50.73598,15.73369],[50.73604,15.73961],[50.73973,15.74905],[50.74370,15.76545],[50.74163,15.77137],[50.74174,15.78090],[50.74700,15.78969],[50.75237,15.79167],[50.75194,15.79948],[50.75368,15.80789],[50.75493,15.81235],[50.75476,15.81638],[50.74885,15.81982],[50.74466,15.82711],[50.74151,15.83106],[50.73690,15.83003],[50.73315,15.83037],[50.73087,15.83158],[50.72717,15.82926],[50.72375,15.82960],[50.70875,15.84697],[50.70821,15.84972],[50.70375,15.85195],[50.69995,15.85281],[50.69723,15.85667],[50.69114,15.85813],[50.68548,15.86070],[50.68021,15.86233],[50.67395,15.86053],[50.67047,15.88431],[50.67477,15.88576],[50.67999,15.90885],[50.68162,15.91031],[50.68260,15.91872],[50.68423,15.91984],[50.68043,15.92602],[50.68195,15.92902],[50.68586,15.93203],[50.68652,15.94319],[50.69000,15.95151],[50.69059,15.95572],[50.69168,15.96447],[50.69065,15.96971],[50.68336,15.99022],[50.67869,15.98902],[50.67390,15.99245],[50.67189,15.99726],[50.66786,15.99709],[50.66525,15.99975],[50.66237,15.99975],[50.65725,16.00361],[50.65399,16.00275],[50.64805,16.00361],[50.64472,16.00018],[50.64216,16.00567],[50.63471,16.00679],[50.63362,16.01159],[50.63040,16.02155],[50.62844,16.01279],[50.62512,16.00713],[50.62284,15.99657],[50.61483,15.98584],[50.61271,15.98576],[50.60971,15.99116],[50.60731,16.00086],[50.60421,16.00885],[50.60644,16.01176],[50.60541,16.01520],[50.60159,16.01700],[50.59914,16.02121],[50.59849,16.02481],[50.60366,16.02987],[50.61374,16.04309],[50.60922,16.05640],[50.61369,16.05940],[50.61690,16.05751],[50.62126,16.06043],[50.62545,16.06017],[50.62855,16.06283],[50.63242,16.06369],[50.63667,16.06730],[50.63966,16.06833],[50.64162,16.07639],[50.64624,16.08189],[50.64668,16.08515],[50.65163,16.08935],[50.65278,16.09631],[50.66213,16.10214],[50.66109,16.10704],[50.66050,16.11073],[50.65788,16.11287],[50.66060,16.11596],[50.66017,16.12532],[50.65723,16.12729],[50.65603,16.13424],[50.65054,16.13802],[50.65108,16.14128],[50.65320,16.14918],[50.64689,16.16291],[50.64526,16.17038],[50.64243,16.17210],[50.63960,16.17673],[50.63584,16.17716],[50.63312,16.17965],[50.62833,16.17879],[50.62691,16.18437],[50.62735,16.18840],[50.62920,16.19304],[50.63029,16.19922],[50.63176,16.20445],[50.63192,16.21664],[50.63649,16.22145],[50.63840,16.21973],[50.63998,16.22196],[50.64482,16.22145],[50.65081,16.22256],[50.65554,16.22608],[50.66381,16.22814],[50.67110,16.23484],[50.66942,16.24136],[50.66991,16.24565],[50.66626,16.25887],[50.66773,16.26428],[50.66686,16.27054],[50.66773,16.28016],[50.66496,16.27904],[50.66006,16.28170],[50.65957,16.29689],[50.66028,16.29955],[50.65865,16.30539],[50.66229,16.31372],[50.66463,16.31457],[50.66599,16.32213],[50.66316,16.33251],[50.66098,16.34298],[50.65603,16.34376],[50.65163,16.34968],[50.64825,16.34942],[50.64673,16.35234],[50.64640,16.35929],[50.64798,16.36178],[50.64602,16.36504],[50.64488,16.36453],[50.63649,16.37320],[50.63535,16.37757],[50.63268,16.37818],[50.62849,16.38161],[50.62664,16.38410],[50.61847,16.39383],[50.61727,16.40044],[50.61716,16.40516],[50.61247,16.40971],[50.61057,16.41143],[50.60790,16.41898],[50.60539,16.42327],[50.59935,16.42791],[50.59777,16.43220],[50.59455,16.43392],[50.58861,16.43993],[50.58714,16.44053],[50.58638,16.44284],[50.57918,16.44430],[50.57526,16.43392],[50.57126,16.42618],[50.56881,16.41717],[50.56968,16.40412],[50.56603,16.40258],[50.56330,16.40404],[50.56123,16.40764],[50.55660,16.40987],[50.54820,16.41030],[50.54694,16.40240],[50.54253,16.38695],[50.54105,16.38695],[50.53462,16.39751],[50.53292,16.39571],[50.52965,16.40086],[50.52758,16.39863],[50.52627,16.39365],[50.52059,16.38635],[50.51672,16.37339],[50.50138,16.35992],[50.50056,16.35460],[50.49821,16.35168],[50.49974,16.34782],[50.49652,16.34739],[50.49636,16.34404],[50.49761,16.34361],[50.49816,16.33983],[50.50007,16.33777],[50.50018,16.33400],[50.50291,16.33477],[50.50558,16.32524],[50.50837,16.32052],[50.50744,16.31597],[50.50569,16.30971],[50.50264,16.30971],[50.49941,16.30911],[50.49723,16.31142],[50.49401,16.31220],[50.49297,16.31014],[50.49112,16.30318],[50.49193,16.30027],[50.49079,16.30009],[50.48915,16.30095],[50.48582,16.29949],[50.48238,16.29572],[50.47992,16.29426],[50.48118,16.28979],[50.48090,16.28662],[50.48036,16.28422],[50.48150,16.28319],[50.48145,16.28052],[50.48265,16.27426],[50.48451,16.27512],[50.48522,16.27057],[50.48291,16.26791],[50.47925,16.26945],[50.47679,16.27280],[50.47707,16.26808],[50.48018,16.26516],[50.48023,16.25804],[50.47335,16.24791],[50.47139,16.24877],[50.47007,16.25246],[50.46805,16.25443],[50.46428,16.24388],[50.46374,16.24285],[50.46620,16.23873],[50.46576,16.23744],[50.46718,16.23409],[50.46592,16.23134],[50.46314,16.23426],[50.46062,16.23529],[50.46073,16.22353],[50.45789,16.21967],[50.45396,16.22894],[50.45046,16.22988],[50.44849,16.23358],[50.44598,16.23289],[50.44516,16.23049],[50.44352,16.23117],[50.44275,16.22448],[50.44674,16.22147],[50.44975,16.22302],[50.45215,16.22087],[50.45221,16.21220],[50.44986,16.20971],[50.44887,16.20465],[50.44734,16.20405],[50.44248,16.19838],[50.43477,16.19770],[50.43247,16.19444],[50.42832,16.19813],[50.42925,16.20448],[50.42651,16.20843],[50.42340,16.21014],[50.42165,16.21169],[50.41793,16.21152],[50.41476,16.21392],[50.41394,16.21109],[50.41109,16.21023],[50.40639,16.22207],[50.40825,16.22310],[50.41323,16.23375],[50.41394,16.23787],[50.41235,16.23984],[50.40967,16.24121],[50.40721,16.24559],[50.40628,16.25023],[50.40371,16.25409],[50.40190,16.25151],[50.40015,16.25143],[50.39878,16.24722],[50.39698,16.24688],[50.39441,16.24868],[50.39320,16.25048],[50.39386,16.26096],[50.38631,16.26688],[50.38302,16.26473],[50.37914,16.26662],[50.37646,16.27572],[50.37252,16.27658],[50.36677,16.27855],[50.36704,16.28645],[50.37191,16.29443],[50.37394,16.29391],[50.37914,16.29992],[50.38100,16.30044],[50.38237,16.30833],[50.37980,16.31623],[50.38166,16.32619],[50.37886,16.33280],[50.37717,16.34318],[50.38045,16.34936],[50.37837,16.35340],[50.37980,16.35949],[50.37629,16.36318],[50.37284,16.36387],[50.37043,16.36301],[50.36655,16.36739],[50.36310,16.36498],[50.35708,16.36558],[50.35379,16.36060],[50.34848,16.36206],[50.34618,16.36490],[50.34201,16.37485],[50.32848,16.38275],[50.32284,16.39082],[50.32229,16.39331],[50.31889,16.39863],[50.31999,16.40678],[50.32410,16.41056],[50.32410,16.42043],[50.32465,16.43081],[50.32196,16.43330],[50.32103,16.43620],[50.31599,16.43800],[50.31270,16.44281],[50.30853,16.44650],[50.30481,16.44770],[50.30168,16.45388],[50.29993,16.45499],[50.29499,16.46323],[50.29263,16.46392],[50.28956,16.46675],[50.28655,16.46512],[50.28342,16.47113],[50.27602,16.47997],[50.27134,16.48074],[50.27024,16.48332],[50.26986,16.48684],[50.26366,16.48924],[50.26300,16.49319],[50.25960,16.49662],[50.26004,16.50332],[50.25955,16.50658],[50.25713,16.50701],[50.25603,16.50563],[50.25258,16.50795],[50.25126,16.51362],[50.24725,16.51207],[50.24434,16.51568],[50.24116,16.51825],[50.23820,16.52400],[50.23759,16.52984],[50.23842,16.53748],[50.23677,16.53773],[50.23479,16.53962],[50.23073,16.54357],[50.22837,16.54812],[50.22551,16.54898],[50.22337,16.55069],[50.22112,16.55361],[50.21909,16.55653],[50.21706,16.55541],[50.21475,16.55250],[50.21332,16.55516],[50.21305,16.55747],[50.20904,16.55885],[50.20766,16.56099],[50.20492,16.55996],[50.20321,16.55507],[50.19959,16.55576],[50.19547,16.55396],[50.19135,16.55747],[50.18711,16.55739],[50.18525,16.55602],[50.18272,16.56074],[50.17920,16.56348],[50.17414,16.55790],[50.17057,16.55765],[50.16304,16.56125],[50.15693,16.57807],[50.15523,16.57730],[50.15187,16.58400],[50.14852,16.57979],[50.14709,16.58048],[50.14582,16.58331],[50.14291,16.57893],[50.14214,16.57928],[50.13983,16.58880],[50.13939,16.59515],[50.13697,16.59927],[50.13334,16.60382],[50.13180,16.61266],[50.12591,16.61215],[50.12266,16.61618],[50.12041,16.62425],[50.11496,16.62974],[50.11072,16.63292],[50.11160,16.64185],[50.10989,16.64888],[50.10731,16.66176],[50.10516,16.66493],[50.10296,16.67893],[50.09996,16.68307],[50.09804,16.68916],[50.09567,16.70513],[50.09908,16.71079],[50.10492,16.72487],[50.10729,16.72392],[50.10954,16.72778],[50.11615,16.72942],[50.12138,16.73517],[50.13480,16.74615],[50.13380,16.75250],[50.13385,16.75662],[50.13584,16.75886],[50.13589,16.76177],[50.14018,16.76864],[50.14497,16.78383],[50.14876,16.78418],[50.15052,16.78220],[50.15228,16.78495],[50.15470,16.78829],[50.16575,16.79817],[50.17851,16.80040],[50.19111,16.81425],[50.19133,16.81768],[50.18803,16.82283],[50.19056,16.82610],[50.19260,16.82489],[50.19551,16.82944],[50.19738,16.83605],[50.20007,16.83631],[50.20249,16.83640],[50.20732,16.84876],[50.20435,16.85047],[50.20062,16.86223],[50.19776,16.86206],[50.19666,16.87227],[50.19902,16.88060],[50.20018,16.88429],[50.20661,16.88566],[50.21029,16.88480],[50.21539,16.88798],[50.21825,16.89897],[50.22220,16.89922],[50.22272,16.90633],[50.22520,16.91431],[50.22563,16.92015],[50.22388,16.92522],[50.22283,16.92702],[50.22316,16.93560],[50.22163,16.94109],[50.22239,16.94478],[50.22108,16.94951],[50.22300,16.95860],[50.22591,16.96023],[50.23019,16.96779],[50.23420,16.96281],[50.23859,16.96478],[50.24194,16.97088],[50.24419,16.97714],[50.24073,16.97955],[50.23436,16.98075],[50.23233,16.98341],[50.22816,16.98950],[50.22399,16.99302],[50.21729,16.99568],[50.21536,16.99826],[50.21641,17.00615],[50.21965,17.01662],[50.22569,17.02169],[50.23019,17.02959],[50.24112,17.01534],[50.24293,17.01113],[50.24908,17.01199],[50.25325,17.00392],[50.25637,17.00238],[50.25961,17.01019],[50.26455,17.01482],[50.26987,17.01851],[50.27530,17.01929],[50.27854,17.02117],[50.28189,17.01748],[50.28638,17.01645],[50.28918,17.01491],[50.29110,17.01268],[50.29565,17.00916],[50.29653,17.00435],[50.29971,17.00504],[50.30305,17.00221],[50.30316,16.99912],[50.30250,16.99611],[50.30294,16.99276],[50.30552,16.98487],[50.30859,16.97354],[50.31391,16.96976],[50.31632,16.96856],[50.31401,16.96083],[50.31264,16.96049],[50.31275,16.95508],[50.31566,16.94642],[50.31829,16.94710],[50.31999,16.94066],[50.32640,16.93809],[50.33024,16.93448],[50.33314,16.93895],[50.33703,16.93732],[50.34251,16.93826],[50.34656,16.93028],[50.35384,16.92367],[50.36096,16.91921],[50.36302,16.91558],[50.36554,16.91696],[50.36871,16.92013],[50.37402,16.91721],[50.37720,16.91704],[50.38004,16.91473],[50.38305,16.91550],[50.38535,16.91043],[50.38951,16.91121],[50.39187,16.90734],[50.38984,16.89850],[50.39214,16.89584],[50.39602,16.89224],[50.39892,16.88477],[50.40117,16.87765],[50.40346,16.87207],[50.40790,16.86675],[50.40997,16.86057],[50.41200,16.86203],[50.41315,16.86460],[50.41462,16.86546],[50.41670,16.87026],[50.41840,16.86915],[50.42239,16.86949],[50.42758,16.87576],[50.43185,16.87713],[50.43365,16.87722],[50.43595,16.88108],[50.43753,16.88056],[50.44267,16.88168],[50.44360,16.88451],[50.44382,16.89078],[50.44327,16.89258],[50.44404,16.89550],[50.44732,16.89850],[50.44792,16.90597],[50.44918,16.90743],[50.44683,16.91164],[50.44415,16.91773],[50.43978,16.92219],[50.43486,16.93876],[50.43365,16.94665],[50.42802,16.95627],[50.42562,16.96365],[50.42042,16.97129],[50.41730,16.97378],[50.41982,16.98390],[50.42726,16.99867],[50.42365,17.00699],[50.41834,17.01257],[50.41862,17.01523],[50.42140,17.01944],[50.42113,17.02373],[50.41708,17.02699],[50.41654,17.02828],[50.41506,17.02982],[50.41424,17.03763],[50.41107,17.04236],[50.40680,17.05326],[50.40554,17.06647],[50.40182,17.08055],[50.40166,17.08252],[50.40554,17.08433],[50.40614,17.10124],[50.40450,17.11059],[50.39340,17.11076],[50.39405,17.12269],[50.39236,17.12527],[50.39088,17.12956],[50.38026,17.14235],[50.38054,17.14767],[50.38147,17.15016],[50.38103,17.15368],[50.37972,17.15763],[50.38371,17.16363],[50.38579,17.17986],[50.38962,17.18483],[50.38595,17.20294],[50.38388,17.20269],[50.38305,17.20131],[50.38081,17.20217],[50.37495,17.19831],[50.36346,17.20080],[50.35771,17.21256],[50.35574,17.21282],[50.34916,17.21994],[50.34495,17.22423],[50.34111,17.23264],[50.34078,17.23470],[50.33733,17.23908],[50.33678,17.24183],[50.33366,17.24663],[50.33163,17.24698],[50.32922,17.25470],[50.32753,17.26466],[50.32029,17.27624],[50.31805,17.28577],[50.31733,17.29298],[50.31925,17.30079],[50.32018,17.31341],[50.32720,17.32894],[50.32791,17.34860],[50.32528,17.34989],[50.32303,17.34766],[50.32292,17.33959],[50.31251,17.33675],[50.31141,17.34268],[50.31202,17.34551],[50.31043,17.35023],[50.30747,17.35323],[50.30610,17.35023],[50.30330,17.35100],[50.29880,17.34577],[50.29392,17.34508],[50.29036,17.34410],[50.28734,17.34753],[50.28345,17.33732],[50.27989,17.34272],[50.27654,17.34230],[50.26798,17.34556],[50.26387,17.34822],[50.26299,17.35148],[50.26425,17.35569],[50.26491,17.35920],[50.26381,17.36281],[50.26513,17.36350],[50.27029,17.36358],[50.27961,17.36401],[50.28202,17.36659],[50.28252,17.38246],[50.28175,17.39028],[50.27912,17.40118],[50.27374,17.40650],[50.27692,17.41997],[50.27105,17.42383],[50.26304,17.43087],[50.25887,17.42701],[50.25372,17.42941],[50.25251,17.43413],[50.25108,17.44014],[50.25317,17.44821],[50.25662,17.45602],[50.26173,17.45791],[50.26935,17.45714],[50.26667,17.46306],[50.26902,17.46915],[50.26891,17.47293],[50.27105,17.48100],[50.27363,17.48769],[50.27446,17.49610],[50.27385,17.49782],[50.27385,17.52014],[50.27446,17.52383],[50.27275,17.52640],[50.27018,17.54082],[50.26957,17.55044],[50.27100,17.55893],[50.26990,17.56305],[50.27188,17.56631],[50.27528,17.57679],[50.27621,17.58056],[50.27731,17.58082],[50.27824,17.59086],[50.27725,17.59266],[50.27506,17.59721],[50.27067,17.59721],[50.26930,17.60262],[50.26661,17.60528],[50.26546,17.61172],[50.26749,17.62053],[50.26935,17.62353],[50.26996,17.62817],[50.27413,17.63993],[50.27566,17.64216],[50.27769,17.65177],[50.28010,17.65315],[50.28570,17.66061],[50.28943,17.66920],[50.29085,17.67057],[50.29206,17.67606],[50.29530,17.67890],[50.30067,17.68945],[50.30198,17.68945],[50.30588,17.68739],[50.31591,17.68962],[50.31601,17.68865],[50.31968,17.68856],[50.32790,17.68753],[50.32456,17.70169],[50.32110,17.71534],[50.31754,17.72281],[50.30800,17.72521],[50.30291,17.72830],[50.30197,17.73525],[50.30055,17.73792],[50.29918,17.75010],[50.29463,17.74744],[50.29134,17.74152],[50.28591,17.73963],[50.28108,17.73534],[50.27796,17.73440],[50.27313,17.72513],[50.26923,17.72444],[50.26770,17.72581],[50.25727,17.72496],[50.25639,17.72435],[50.25354,17.72942],[50.25310,17.73182],[50.24904,17.73740],[50.23592,17.76487],[50.23329,17.76394],[50.23103,17.76153],[50.22626,17.75784],[50.22137,17.75587],[50.21637,17.75973],[50.21341,17.75870],[50.21066,17.75707],[50.20780,17.75844],[50.20676,17.75776],[50.20566,17.74780],[50.20352,17.74634],[50.20242,17.74119],[50.20281,17.73484],[50.20390,17.73347],[50.20473,17.72797],[50.20687,17.72463],[50.20572,17.71647],[50.20239,17.71589],[50.19959,17.70911],[50.19497,17.71040],[50.19162,17.70911],[50.18953,17.70379],[50.18525,17.70457],[50.18244,17.68319],[50.18327,17.67950],[50.17810,17.66388],[50.17656,17.64380],[50.17436,17.63367],[50.17321,17.62964],[50.16941,17.62560],[50.17150,17.62062],[50.17139,17.60371],[50.16991,17.59994],[50.15990,17.59221],[50.15539,17.59650],[50.15462,17.59942],[50.15116,17.60251],[50.14769,17.60577],[50.14522,17.60698],[50.14291,17.60895],[50.14104,17.60852],[50.13933,17.61178],[50.13856,17.61667],[50.13691,17.61736],[50.13565,17.62268],[50.13334,17.63032],[50.13048,17.64028],[50.12536,17.64328],[50.12228,17.64371],[50.11606,17.64611],[50.11077,17.64912],[50.10918,17.65590],[50.10868,17.66182],[50.10654,17.66534],[50.10290,17.67693],[50.11727,17.68371],[50.11578,17.69787],[50.11413,17.70517],[50.09679,17.73057],[50.08936,17.72937],[50.08743,17.72868],[50.08154,17.73821],[50.07911,17.74542],[50.07752,17.74808],[50.07553,17.74903],[50.06936,17.75212],[50.06650,17.75615],[50.06180,17.75446],[50.05893,17.75575],[50.05684,17.76038],[50.05436,17.75953],[50.05177,17.76330],[50.05056,17.76802],[50.04774,17.76948],[50.04593,17.77197],[50.04449,17.76940],[50.04185,17.77197],[50.03744,17.76794],[50.03435,17.76983],[50.03490,17.77240],[50.03110,17.77652],[50.02828,17.77515],[50.02613,17.77085],[50.02426,17.77171],[50.01963,17.77772],[50.01924,17.78296],[50.01659,17.78871],[50.01858,17.79206],[50.01703,17.79454],[50.01472,17.79429],[50.01362,17.79566],[50.01196,17.80562],[50.01097,17.82750],[50.00341,17.83633],[49.99392,17.82594],[49.99326,17.82800],[49.99000,17.83315],[49.98873,17.83556],[49.99199,17.83719],[49.99078,17.83856],[49.98862,17.83882],[49.98647,17.84242],[49.98664,17.85032],[49.98250,17.85066],[49.98167,17.85332],[49.98255,17.85392],[49.97952,17.85676],[49.98040,17.85959],[49.97902,17.86182],[49.97516,17.86542],[49.97262,17.86697],[49.97218,17.86869],[49.97891,17.88491],[49.97847,17.88645],[49.97974,17.89023],[49.97703,17.90010],[49.97637,17.91049],[49.97725,17.91203],[49.97841,17.92276],[49.98432,17.92782],[50.00479,17.95469],[50.00507,17.96224],[50.00799,17.96610],[50.00838,17.96937],[50.00838,17.97374],[50.00501,17.98215],[50.00523,17.98482],[50.01268,17.98876],[50.01472,17.99263],[50.01560,17.99966],[50.01814,18.00447],[50.01064,18.00696],[50.01080,18.01323],[50.01009,18.02172],[50.01075,18.03468],[50.00799,18.03709],[50.00578,18.04335],[50.00462,18.04344],[50.00484,18.04644],[50.01053,18.04653],[50.01301,18.04267],[50.01560,18.04387],[50.01566,18.04678],[50.01946,18.04696],[50.02211,18.04395],[50.02476,18.04799],[50.02646,18.04747],[50.02779,18.04979],[50.03706,18.04445],[50.03656,18.04110],[50.03893,18.02866],[50.03899,18.02385],[50.03678,18.02419],[50.03634,18.02162],[50.03149,18.01750],[50.03055,18.01286],[50.03132,18.00952],[50.03447,18.00866],[50.03849,18.00471],[50.04047,18.00643],[50.04637,18.00694],[50.05310,18.00531],[50.05403,18.01106],[50.05596,18.01458],[50.06076,18.02196],[50.06566,18.03389],[50.06302,18.04050],[50.06235,18.04574],[50.05998,18.04694],[50.05795,18.05046],[50.05894,18.06179],[50.05232,18.06325],[50.05277,18.06702],[50.04753,18.06573],[50.04643,18.07294],[50.04522,18.07835],[50.04582,18.08556],[50.04356,18.08942],[50.03700,18.08771],[50.03386,18.08453],[50.03160,18.08548],[50.03116,18.08762],[50.02586,18.09646],[50.02564,18.09861],[50.02217,18.10299],[50.02018,18.09887],[50.01759,18.09723],[50.01517,18.09286],[50.01252,18.09406],[50.00766,18.09706],[50.00441,18.10084],[50.00182,18.10264],[49.99784,18.11028],[49.99635,18.11483],[49.99393,18.11612],[49.99453,18.12101],[49.99784,18.13131],[49.99707,18.13388],[49.99365,18.13612],[49.99139,18.14684],[49.98179,18.15405],[49.98383,18.16229],[49.98521,18.16384],[49.98510,18.16710],[49.98664,18.16993],[49.98962,18.17122],[49.99001,18.17259],[49.99255,18.17045],[49.99338,18.16865],[49.99840,18.16839],[49.99845,18.17465],[50.00027,18.17388],[50.00022,18.18246],[49.99955,18.18264],[49.99840,18.19010],[49.99409,18.19276],[49.99740,18.20598],[49.99216,18.21079],[49.98813,18.21139],[49.98532,18.21345],[49.98228,18.21354],[49.97527,18.21465],[49.97180,18.21345],[49.96893,18.21997],[49.96760,18.22126],[49.96931,18.22598],[49.96975,18.23182],[49.97102,18.23456],[49.96997,18.24143],[49.96838,18.24941],[49.96893,18.25293],[49.96667,18.26031],[49.96573,18.26520],[49.96634,18.26675],[49.96601,18.27301],[49.96352,18.27782],[49.94983,18.28168],[49.93972,18.27885],[49.93878,18.28220],[49.93707,18.28125],[49.93094,18.28812],[49.92834,18.28949],[49.92856,18.29876],[49.92514,18.30022],[49.92353,18.29842],[49.91850,18.31464],[49.91701,18.31481],[49.91535,18.31825],[49.91618,18.32039],[49.91596,18.32168],[49.91839,18.32520],[49.92480,18.33112],[49.93016,18.33078],[49.93022,18.33241],[49.92696,18.33344],[49.92574,18.34030],[49.92762,18.34374],[49.92950,18.34554],[49.92928,18.35095],[49.93094,18.34992],[49.93215,18.34168],[49.93381,18.34133],[49.93475,18.34305],[49.93398,18.34811],[49.93403,18.35095],[49.93503,18.35232],[49.93663,18.35138],[49.93713,18.34940],[49.94049,18.34743],[49.94066,18.34451],[49.93856,18.34125],[49.94000,18.33550],[49.94160,18.33438],[49.94414,18.33499],[49.94845,18.33370],[49.94585,18.33679],[49.94376,18.35593],[49.94000,18.36013],[49.93961,18.36442],[49.93713,18.36597],[49.93619,18.37000],[49.93691,18.37387],[49.93475,18.37687],[49.93376,18.39489],[49.93425,18.39901],[49.93547,18.40236],[49.93569,18.40425],[49.93729,18.41901],[49.93823,18.42090],[49.93801,18.43034],[49.92785,18.43257],[49.92829,18.43627],[49.92331,18.44416],[49.92226,18.44751],[49.92342,18.45068],[49.92232,18.45515],[49.92215,18.46313],[49.91983,18.46502],[49.91630,18.46596],[49.91469,18.47051],[49.91154,18.47746],[49.91033,18.48279],[49.90933,18.48416],[49.90795,18.48364],[49.90579,18.48502],[49.90303,18.49206],[49.90458,18.49532],[49.90281,18.49806],[49.90325,18.50055],[49.90132,18.50605],[49.90220,18.50716],[49.90170,18.51600],[49.90137,18.52004],[49.90038,18.52107],[49.89955,18.52338],[49.90032,18.52570],[49.89933,18.52845],[49.89938,18.53368],[49.89993,18.53549],[49.90187,18.53557],[49.90237,18.53849],[49.90436,18.53995],[49.90513,18.54270],[49.90933,18.54742],[49.91226,18.54038],[49.91718,18.54124],[49.92039,18.54132],[49.92260,18.54321],[49.92541,18.54046],[49.92613,18.54231],[49.92508,18.54591],[49.92276,18.55029],[49.92077,18.55166],[49.91751,18.55922],[49.91967,18.56797],[49.92182,18.57347],[49.91817,18.57587],[49.91525,18.57441],[49.91337,18.57553],[49.91248,18.57338],[49.90762,18.57329],[49.90568,18.57965],[49.90309,18.57690],[49.90004,18.57733],[49.89214,18.56977],[49.89048,18.57080],[49.88921,18.57304],[49.88749,18.57304],[49.88312,18.56540],[49.87997,18.56540],[49.87577,18.57046],[49.87472,18.56857],[49.87234,18.56952],[49.86847,18.57939],[49.86764,18.57819],[49.86609,18.58402],[49.86692,18.59123],[49.86570,18.60067],[49.86127,18.60505],[49.85746,18.60325],[49.85629,18.59149],[49.85452,18.59046],[49.85236,18.58265],[49.85059,18.58480],[49.84949,18.58497],[49.84567,18.58900],[49.84146,18.58299],[49.83615,18.57063],[49.83382,18.56857],[49.83216,18.56935],[49.82890,18.56857],[49.82613,18.57089],[49.82369,18.57518],[49.81932,18.57827],[49.81788,18.58162],[49.81201,18.58136],[49.80702,18.58385],[49.80414,18.58600],[49.80298,18.58960],[49.80176,18.59261],[49.79776,18.59237],[49.79638,18.59400],[49.79128,18.59804],[49.78912,18.59984],[49.78563,18.59649],[49.78303,18.59795],[49.78020,18.60327],[49.77471,18.60447],[49.77044,18.61065],[49.76618,18.61065],[49.76224,18.61383],[49.75808,18.61357],[49.75608,18.61254],[49.75337,18.61460],[49.75154,18.62001],[49.75004,18.62576],[49.74793,18.62842],[49.74488,18.62954],[49.73972,18.62834],[49.73756,18.62662],[49.73506,18.62739],[49.73257,18.62696],[49.73013,18.62585],[49.72841,18.62610],[49.72558,18.62868],[49.72347,18.62499],[49.72158,18.62482],[49.72197,18.62919],[49.72064,18.62885],[49.71736,18.63357],[49.71675,18.63580],[49.71509,18.63580],[49.71237,18.64155],[49.71037,18.65151],[49.70671,18.65245],[49.71048,18.65872],[49.71037,18.66215],[49.70874,18.66669],[49.70286,18.66798],[49.70341,18.67287],[49.70547,18.67794],[49.70364,18.68042],[49.70558,18.68798],[49.70591,18.69742],[49.70403,18.70823],[49.70264,18.70729],[49.69931,18.71107],[49.69631,18.70823],[49.69525,18.70935],[49.69559,18.71459],[49.69142,18.71407],[49.68937,18.71716],[49.68293,18.71699],[49.68270,18.72437],[49.68396,18.72921],[49.68218,18.73187],[49.68168,18.73547],[49.67990,18.73848],[49.67668,18.73891],[49.67596,18.74200],[49.67735,18.74638],[49.67640,18.75058],[49.68446,18.76440],[49.68229,18.76629],[49.68312,18.76946],[49.68273,18.77358],[49.68518,18.78105],[49.68207,18.78663],[49.67907,18.79384],[49.67863,18.80474],[49.67390,18.80860],[49.67102,18.80912],[49.66574,18.80568],[49.66279,18.80783],[49.65935,18.80714],[49.65602,18.80895],[49.65113,18.80586],[49.64807,18.80903],[49.63835,18.81297],[49.63441,18.81177],[49.63185,18.81632],[49.62913,18.81700],[49.62312,18.82018],[49.61906,18.81838],[49.61701,18.81941],[49.61400,18.82370],[49.60889,18.82404],[49.60616,18.82215],[49.60010,18.82447],[49.59520,18.82773],[49.59409,18.83082],[49.59487,18.83872],[49.58925,18.83511],[49.58680,18.83503],[49.58602,18.83220],[49.58335,18.83108],[49.57918,18.83202],[49.57684,18.83451],[49.57294,18.83211],[49.56927,18.83735],[49.56576,18.83640],[49.56064,18.83760],[49.56075,18.84395],[49.55864,18.84687],[49.55541,18.84859],[49.55346,18.85013],[49.55045,18.85812],[49.54861,18.85906],[49.53798,18.85700],[49.53491,18.85005],[49.53597,18.84704],[49.53397,18.84344],[49.53073,18.84310],[49.52878,18.84413],[49.52745,18.84344],[49.52566,18.83820],[49.52271,18.83623],[49.52182,18.83983],[49.51814,18.84292],[49.51814,18.84953],[49.51697,18.85065],[49.51686,18.85443],[49.51820,18.86284],[49.51909,18.86730],[49.51653,18.87133],[49.51552,18.87683],[49.51630,18.88661],[49.51391,18.89734],[49.51731,18.91382],[49.51870,18.92918],[49.51993,18.93116],[49.51825,18.93476],[49.51870,18.94163],[49.51675,18.94601],[49.51274,18.94772],[49.51201,18.95090],[49.51229,18.95416],[49.50800,18.96343],[49.50560,18.96515],[49.50566,18.96901],[49.50271,18.97236],[49.50025,18.97124],[49.49691,18.97287],[49.49407,18.96652],[49.48230,18.95965],[49.47968,18.96480],[49.47672,18.96971],[49.47460,18.96465],[49.47159,18.96405],[49.46818,18.96551],[49.46311,18.96362],[49.45435,18.96010],[49.45301,18.96474],[49.45217,18.97195],[49.44559,18.97581],[49.44364,18.97667],[49.44263,18.97813],[49.44062,18.97744],[49.43292,18.98345],[49.43119,18.98868],[49.42879,18.98679],[49.42202,18.98599],[49.41375,18.96865],[49.40929,18.96848],[49.40672,18.97328],[49.40080,18.97002],[49.39532,18.97895],[49.39789,18.99114],[49.39622,19.00470],[49.39510,19.00727],[49.39555,19.01551],[49.39331,19.02890],[49.40057,19.04658],[49.40471,19.04641],[49.41074,19.05362],[49.41520,19.05516],[49.41230,19.07010],[49.41755,19.07405],[49.41498,19.09070],[49.40996,19.09396],[49.40940,19.10220],[49.40303,19.10752],[49.40191,19.12434],[49.40526,19.13396],[49.40750,19.13396],[49.40962,19.13962],[49.40471,19.14786],[49.40214,19.15233],[49.41185,19.17292],[49.41342,19.17945],[49.40884,19.18855],[49.41386,19.19936],[49.42179,19.19198],[49.42604,19.19438],[49.43396,19.18666],[49.44782,19.19880],[49.45151,19.20978],[49.44771,19.21854],[49.45151,19.22163],[49.45396,19.22661],[49.46066,19.22764],[49.46300,19.22952],[49.46780,19.22764],[49.46903,19.22094],[49.47427,19.22197],[49.47895,19.22712],[49.48208,19.22661],[49.48732,19.23296],[49.49189,19.22918],[49.49501,19.23622],[49.50203,19.23776],[49.50594,19.23399],[49.50783,19.23485],[49.50995,19.23399],[49.51541,19.24274],[49.51797,19.24532],[49.51998,19.25201],[49.52499,19.25613],[49.52700,19.26231],[49.53098,19.26102],[49.53220,19.26600],[49.53153,19.27407],[49.53465,19.28179],[49.53276,19.29192],[49.53287,19.30102],[49.53655,19.30702],[49.53566,19.31544],[49.53142,19.31870],[49.53142,19.33209],[49.53354,19.33277],[49.53432,19.34428],[49.53588,19.34874],[49.53577,19.36264],[49.53800,19.36642],[49.54702,19.36882],[49.55359,19.36814],[49.55726,19.37432],[49.56094,19.37380],[49.56651,19.37157],[49.56929,19.37620],[49.57163,19.38565],[49.57174,19.39268],[49.57497,19.40092],[49.58075,19.40813],[49.58699,19.40830],[49.59177,19.41122],[49.59511,19.42221],[49.59700,19.44281],[49.60090,19.44556],[49.60557,19.44298],[49.61269,19.44744],[49.61135,19.45380],[49.61280,19.46169],[49.61202,19.46787],[49.60357,19.47422],[49.59711,19.46804],[49.59511,19.46942],[49.59099,19.47474],[49.58754,19.47766],[49.58265,19.49379],[49.57997,19.49860],[49.58075,19.51010],[49.57330,19.51782],[49.57140,19.52812],[49.55927,19.52641],[49.54913,19.52950],[49.53677,19.52881],[49.52485,19.53602],[49.52284,19.54014],[49.51694,19.54289],[49.51203,19.54821],[49.50133,19.55336],[49.48896,19.55319],[49.48516,19.55920],[49.48148,19.56194],[49.47959,19.56606],[49.47379,19.56761],[49.47044,19.56658],[49.46832,19.57052],[49.46308,19.57499],[49.46196,19.57791],[49.45471,19.58117],[49.45694,19.58803],[49.45795,19.59044],[49.45783,19.59851],[49.44667,19.61104],[49.44913,19.62700],[49.45661,19.64108],[49.45482,19.64211],[49.44958,19.64073],[49.44790,19.63730],[49.44143,19.63713],[49.43529,19.64503],[49.43239,19.64520],[49.42714,19.64056],[49.41609,19.63524],[49.40860,19.63146],[49.40894,19.63850],[49.40693,19.65876],[49.40324,19.67592],[49.40011,19.68863],[49.39430,19.70425],[49.38961,19.70991],[49.39062,19.71489],[49.38615,19.71592],[49.38693,19.72021],[49.39084,19.72880],[49.39967,19.73927],[49.40492,19.74270],[49.40793,19.74716],[49.41296,19.76742],[49.41061,19.79008],[49.40089,19.78853],[49.39564,19.79111],[49.38335,19.79094],[49.37721,19.79300],[49.37151,19.79969],[49.36670,19.80347],[49.36178,19.80210],[49.35809,19.80055],[49.35306,19.80244],[49.35149,19.79798],[49.34445,19.79368],[49.34076,19.79695],[49.33147,19.79901],[49.32711,19.80192],[49.32073,19.80347],[49.30294,19.79162],[49.29566,19.79334],[49.29465,19.80965],[49.28301,19.81823],[49.27719,19.82201],[49.27640,19.81394],[49.27439,19.80536],[49.27047,19.80124],[49.26789,19.79265],[49.26251,19.79042],[49.26039,19.78665],[49.25490,19.78905],[49.24705,19.78424],[49.24537,19.77669],[49.23977,19.77377],[49.23708,19.76897],[49.23697,19.76588],[49.23327,19.76588],[49.23002,19.76879],[49.22217,19.76605],[49.21623,19.75798],[49.20916,19.75935],[49.20647,19.76364],[49.20389,19.77806],[49.19907,19.78133],[49.19761,19.79506],[49.20400,19.80433],[49.20367,19.80845],[49.19851,19.82029],[49.20086,19.82304],[49.20097,19.82836],[49.19705,19.83282],[49.19469,19.83969],[49.19166,19.84072],[49.19480,19.84432],[49.19604,19.85394],[49.19548,19.87007],[49.19817,19.87076],[49.20411,19.88243],[49.20445,19.88621],[49.20860,19.88861],[49.21320,19.90320],[49.21567,19.90286],[49.22004,19.90715],[49.23114,19.90458],[49.23259,19.91419],[49.23506,19.91900],[49.23472,19.93067],[49.23271,19.94046],[49.23315,19.94423],[49.23102,19.95127],[49.22957,19.97135],[49.23080,19.98165],[49.22464,19.99230],[49.21836,20.00878],[49.21230,20.00654],[49.20882,20.01118],[49.20333,20.01633],[49.19985,20.02285],[49.19772,20.03470],[49.18908,20.04895],[49.18650,20.05907],[49.18415,20.06251],[49.17887,20.07160],[49.17865,20.08345],[49.17898,20.08894],[49.18527,20.08791],[49.18830,20.08963],[49.19548,20.08448],[49.19952,20.08894],[49.20658,20.08757],[49.22004,20.09718],[49.22307,20.10285],[49.22800,20.10182],[49.23203,20.09993],[49.23584,20.09804],[49.24167,20.10285],[49.24593,20.10147],[49.25086,20.10182],[49.25366,20.10559],[49.26251,20.11521],[49.26554,20.11812],[49.26935,20.12430],[49.27495,20.12705],[49.27752,20.13014],[49.28727,20.12877],[49.29163,20.13272],[49.29701,20.13117],[49.30048,20.13529],[49.30607,20.13632],[49.30798,20.13993],[49.31223,20.14233],[49.31200,20.14611],[49.31771,20.14645],[49.31894,20.14971],[49.31782,20.15091],[49.31491,20.15126],[49.31212,20.15400],[49.30999,20.15675],[49.30686,20.15761],[49.30484,20.15589],[49.30104,20.15744],[49.30562,20.16310],[49.31402,20.17649],[49.32129,20.16928],[49.32331,20.16979],[49.32465,20.17477],[49.32767,20.17065],[49.32733,20.18439],[49.33259,20.18988],[49.33897,20.19074],[49.34199,20.19606],[49.34165,20.20396],[49.34557,20.21426],[49.34892,20.21546],[49.35149,20.22249],[49.34724,20.22936],[49.34601,20.23451],[49.34870,20.24241],[49.35026,20.24327],[49.34937,20.24807],[49.35093,20.25202],[49.34870,20.25305],[49.34736,20.26198],[49.34490,20.27073],[49.34959,20.27142],[49.35105,20.27485],[49.35082,20.29219],[49.34903,20.29631],[49.34769,20.30283],[49.34244,20.31021],[49.34411,20.31742],[49.35205,20.32446],[49.35641,20.32395],[49.36625,20.32669],[49.37240,20.32566],[49.37631,20.32206],[49.39073,20.33219],[49.39207,20.33167],[49.39039,20.31742],[49.40056,20.32257],[49.40257,20.32618],[49.40157,20.33819],[49.40078,20.34369],[49.40112,20.35090],[49.39810,20.35914],[49.39989,20.36755],[49.40224,20.37047],[49.40659,20.37064],[49.40749,20.37510],[49.40480,20.37905],[49.39911,20.38094],[49.39442,20.38042],[49.39162,20.38197],[49.39006,20.38798],[49.39173,20.40085],[49.39386,20.41115],[49.39732,20.41476],[49.40291,20.41476],[49.40559,20.41767],[49.40335,20.42403],[49.39978,20.42866],[49.39631,20.42986],[49.39587,20.43364],[49.40313,20.43673],[49.40883,20.43741],[49.40804,20.42935],[49.41586,20.43175],[49.41754,20.43467],[49.41396,20.43844],[49.41307,20.44342],[49.41184,20.44823],[49.41251,20.45183],[49.41497,20.44960],[49.41419,20.46076],[49.41597,20.46608],[49.41374,20.47501],[49.41061,20.47913],[49.40469,20.49046],[49.40257,20.50591],[49.39710,20.50608],[49.39307,20.50986],[49.39095,20.52204],[49.38559,20.53509],[49.38469,20.54676],[49.37709,20.55947],[49.37866,20.56530],[49.37598,20.57612],[49.38313,20.58127],[49.38447,20.58607],[49.38313,20.59277],[49.39028,20.60410],[49.39419,20.60221],[49.40101,20.60770],[49.40224,20.61423],[49.40916,20.61251],[49.41396,20.61251],[49.41720,20.61629],[49.41664,20.62075],[49.41340,20.62075],[49.41028,20.62384],[49.40737,20.63740],[49.40056,20.64118],[49.40067,20.64736],[49.40157,20.65903],[49.40346,20.66693],[49.40559,20.66710],[49.41005,20.67396],[49.41620,20.68787],[49.41910,20.69233],[49.41865,20.70074],[49.41854,20.71379],[49.41888,20.72254],[49.41553,20.72684],[49.41441,20.73130],[49.41676,20.73508],[49.41564,20.74143],[49.41162,20.74503],[49.40793,20.74229],[49.40480,20.74211],[49.40279,20.74263],[49.40078,20.75585],[49.39844,20.75705],[49.39643,20.75001],[49.39453,20.74761],[49.39151,20.74692],[49.38849,20.74829],[49.38615,20.75465],[49.38369,20.75979],[49.37989,20.75825],[49.37486,20.75739],[49.37106,20.75894],[49.37050,20.76460],[49.37285,20.77456],[49.37441,20.78211],[49.37318,20.78623],[49.37151,20.78606],[49.36838,20.78280],[49.36525,20.78074],[49.36111,20.78211],[49.36055,20.78606],[49.36279,20.79516],[49.36234,20.80082],[49.36033,20.80237],[49.35932,20.79842],[49.35697,20.79773],[49.35552,20.80202],[49.35239,20.80151],[49.34881,20.79979],[49.34467,20.79567],[49.34299,20.79687],[49.34255,20.80048],[49.34713,20.80872],[49.34724,20.81095],[49.34456,20.81507],[49.34288,20.81593],[49.34199,20.81867],[49.33953,20.81902],[49.33673,20.82262],[49.33382,20.82571],[49.33483,20.83447],[49.33329,20.83685],[49.33508,20.84114],[49.33966,20.84509],[49.34112,20.85041],[49.34592,20.85470],[49.34749,20.85813],[49.34760,20.86380],[49.34436,20.86809],[49.33921,20.87273],[49.33340,20.88131],[49.32892,20.88131],[49.32299,20.87994],[49.32120,20.87255],[49.31908,20.87204],[49.31919,20.88165],[49.31986,20.88886],[49.32333,20.88972],[49.32434,20.89693],[49.32277,20.90380],[49.31997,20.90671],[49.31874,20.90328],[49.31494,20.90294],[49.31124,20.90877],[49.30598,20.91101],[49.30274,20.91719],[49.29904,20.92216],[49.29557,20.92337],[49.29546,20.93109],[49.29770,20.93487],[49.30005,20.94328],[49.30218,20.94860],[49.30318,20.95547],[49.30632,20.96319],[49.30923,20.96439],[49.30856,20.97246],[49.30598,20.98654],[49.31247,20.99529],[49.31673,20.99512],[49.32008,20.99066],[49.32803,20.99014],[49.33261,20.99958],[49.33418,21.00851],[49.33698,21.01005],[49.34112,21.00834],[49.34738,21.01229],[49.34604,21.01692],[49.35140,21.02207],[49.35275,21.02585],[49.35677,21.02911],[49.35823,21.03580],[49.36147,21.03701],[49.36169,21.04130],[49.36482,21.04404],[49.36493,21.04868],[49.36068,21.05520],[49.36504,21.06653],[49.35912,21.07357],[49.35979,21.07838],[49.36314,21.07975],[49.36337,21.08438],[49.36493,21.08747],[49.36427,21.09417],[49.36617,21.09606],[49.37288,21.10138],[49.37668,21.10515],[49.38461,21.09314],[49.38417,21.08902],[49.38685,21.08765],[49.39031,21.08095],[49.39713,21.06825],[49.40014,21.06979],[49.40383,21.06584],[49.40282,21.06207],[49.40405,21.05589],[49.41064,21.05160],[49.41344,21.05091],[49.41623,21.04782],[49.41891,21.04954],[49.42092,21.05726],[49.42036,21.06481],[49.42483,21.07443],[49.42505,21.08370],[49.42896,21.09623],[49.42527,21.10515],[49.42337,21.11528],[49.42963,21.11751],[49.43577,21.12387],[49.43286,21.13348],[49.42505,21.15408],[49.41846,21.15906],[49.41790,21.16300],[49.41243,21.17279],[49.40629,21.18069],[49.40148,21.18000],[49.40137,21.18275],[49.40037,21.19305],[49.40372,21.20094],[49.40171,21.20935],[49.40863,21.21519],[49.41667,21.22789],[49.42170,21.22789],[49.42516,21.22480],[49.42940,21.22995],[49.43700,21.23476],[49.43353,21.23991],[49.43889,21.24832],[49.44604,21.26034],[49.44648,21.26669],[49.45675,21.26858],[49.46043,21.27767],[49.45842,21.28025],[49.45519,21.29021],[49.45229,21.29639],[49.44726,21.30600],[49.44883,21.31321],[49.44715,21.31613],[49.44871,21.32179],[49.45028,21.33484],[49.44961,21.34445],[49.44258,21.35527],[49.44090,21.36488],[49.43130,21.37312],[49.43409,21.38342],[49.43186,21.39320],[49.43387,21.39458],[49.43130,21.40316],[49.42516,21.40608],[49.41801,21.41981],[49.41344,21.42994],[49.41221,21.43749],[49.41232,21.45208],[49.41511,21.45500],[49.41265,21.46873],[49.41332,21.47560],[49.41623,21.48092],[49.42125,21.48315],[49.42739,21.48693],[49.42896,21.49397],[49.42594,21.49963],[49.41935,21.51045],[49.41690,21.51817],[49.41947,21.52452],[49.42427,21.51937],[49.42684,21.52281],[49.43108,21.52538],[49.43465,21.53242],[49.43253,21.55285],[49.43778,21.55765],[49.44068,21.56435],[49.43610,21.57293],[49.43353,21.58186],[49.43320,21.59216],[49.43588,21.59696],[49.43476,21.60263],[49.43867,21.60864],[49.44034,21.60847],[49.44481,21.61653],[49.44604,21.63095],[49.43845,21.63851],[49.42974,21.64434],[49.42929,21.64812],[49.42449,21.65550],[49.41935,21.65636],[49.41522,21.65996],[49.41455,21.66838],[49.41031,21.68280],[49.41154,21.68709],[49.41768,21.69790],[49.41466,21.70820],[49.41277,21.71060],[49.41299,21.71678],[49.41009,21.72211],[49.40539,21.72417],[49.40148,21.72399],[49.39746,21.72691],[49.39891,21.73258],[49.39445,21.73756],[49.39020,21.74322],[49.38283,21.76399],[49.37646,21.76382],[49.37366,21.76313],[49.36695,21.76674],[49.36136,21.77154],[49.35633,21.77498],[49.35589,21.78184],[49.35555,21.78957],[49.35890,21.79129],[49.36651,21.78871],[49.37266,21.79255],[49.37355,21.79616],[49.37791,21.79702],[49.38160,21.80371],[49.38115,21.80817],[49.38406,21.81796],[49.38920,21.82397],[49.39065,21.82997],[49.39076,21.83942],[49.38741,21.84268],[49.38641,21.84800],[49.38272,21.84800],[49.37735,21.84748],[49.36830,21.85967],[49.36886,21.86345],[49.37266,21.87358],[49.37121,21.87993],[49.36718,21.88903],[49.36070,21.88903],[49.35690,21.89297],[49.35242,21.90036],[49.34974,21.90242],[49.35019,21.90636],[49.35321,21.90860],[49.35298,21.91735],[49.34818,21.92662],[49.34549,21.93280],[49.34750,21.94361],[49.34762,21.95151],[49.34985,21.95426],[49.34829,21.96147],[49.34471,21.96473],[49.34023,21.96559],[49.33397,21.97297],[49.32536,21.97692],[49.31730,21.97777],[49.31450,21.98104],[49.30935,21.98224],[49.30824,21.98859],[49.30376,21.99065],[49.29939,21.99975],[49.29418,22.00437],[49.28881,22.01055],[49.28634,22.01879],[49.28478,22.02377],[49.28063,22.03081],[49.27627,22.03424],[49.26910,22.03235],[49.26148,22.03012],[49.25745,22.04076],[49.24949,22.03733],[49.24434,22.03750],[49.24210,22.03235],[49.23279,22.03475],[49.22719,22.02995],[49.22528,22.03012],[49.22248,22.03355],[49.21586,22.04969],[49.21250,22.06274],[49.21071,22.06960],[49.20712,22.08299],[49.20532,22.09775],[49.20128,22.11698],[49.20106,22.12419],[49.19904,22.13295],[49.19971,22.14324],[49.19253,22.14187],[49.18670,22.15629],[49.18378,22.16573],[49.18165,22.17809],[49.17694,22.18633],[49.17425,22.18668],[49.17391,22.19234],[49.17683,22.19818],[49.18064,22.20676],[49.18457,22.21311],[49.18333,22.21878],[49.18333,22.22255],[49.17840,22.23114],[49.17211,22.23388],[49.16762,22.23526],[49.16336,22.22513],[49.15314,22.22358],[49.15202,22.22547],[49.15370,22.23611],[49.15168,22.23972],[49.15258,22.24779],[49.14820,22.25500],[49.14551,22.26942],[49.14079,22.28366],[49.14045,22.30049],[49.13641,22.30598],[49.13495,22.32280],[49.14000,22.32658],[49.14562,22.33465],[49.14450,22.34443],[49.14461,22.35130],[49.14394,22.36246],[49.14629,22.36778],[49.14023,22.37344],[49.13372,22.37619],[49.12967,22.38082],[49.12720,22.38906],[49.11821,22.38992],[49.11642,22.39524],[49.11282,22.39919],[49.10293,22.41138],[49.09900,22.42271],[49.09787,22.42889],[49.10091,22.43318],[49.10125,22.44073],[49.10248,22.45258],[49.10248,22.45927],[49.09877,22.46837],[49.09529,22.47386],[49.08911,22.48571],[49.08495,22.49944],[49.08978,22.50528],[49.09147,22.51609],[49.09147,22.53051],[49.09315,22.54064],[49.08888,22.55043],[49.08674,22.56176],[49.08832,22.56828],[49.09068,22.57102],[49.09697,22.58253],[49.09518,22.59025],[49.09270,22.59969],[49.08371,22.60501],[49.08371,22.61394],[49.08079,22.61652],[49.08000,22.62493],[49.07415,22.63179],[49.07044,22.63196],[49.06279,22.63660],[49.05818,22.64055],[49.05717,22.64484],[49.05357,22.64776],[49.05053,22.65119],[49.04682,22.66029],[49.04727,22.66784],[49.04198,22.67076],[49.04040,22.67917],[49.03815,22.68072],[49.03928,22.68724],[49.04322,22.69187],[49.04907,22.69891],[49.05135,22.71559],[49.05225,22.71782],[49.04955,22.72537],[49.04798,22.72761],[49.04832,22.73464],[49.04472,22.74409],[49.04201,22.75164],[49.04292,22.75593],[49.04775,22.76091],[49.05270,22.76348],[49.05203,22.76983],[49.04764,22.78031],[49.04483,22.78752],[49.03943,22.79387],[49.03538,22.80073],[49.03414,22.80863],[49.02952,22.81018],[49.02468,22.81309],[49.02356,22.81979],[49.02198,22.82580],[49.02468,22.83009],[49.02468,22.83318],[49.02018,22.83833],[49.01219,22.84228],[49.00408,22.84382],[49.00217,22.84622],[49.00273,22.85189],[49.00070,22.85961],[49.00318,22.87026],[49.00588,22.88313],[49.00757,22.89274],[49.01354,22.89068],[49.01523,22.89171],[49.01793,22.89601],[49.02074,22.89034],[49.02108,22.88725],[49.02311,22.88262],[49.02648,22.87867],[49.03065,22.87678],[49.03279,22.87455],[49.03819,22.88279],[49.04100,22.87832],[49.03853,22.87472],[49.03999,22.86871],[49.04201,22.86871],[49.04910,22.87472],[49.05068,22.87695],[49.05619,22.87455],[49.05822,22.87060],[49.05957,22.86940],[49.06069,22.86734],[49.06249,22.86974],[49.06665,22.86682],[49.07160,22.87266],[49.07587,22.86854],[49.07767,22.87112],[49.08048,22.88450],[49.08734,22.88708],[49.09499,22.89515],[49.09735,22.88965],[49.09971,22.88330],[49.09870,22.87644],[49.10072,22.86579],[49.10443,22.85601],[49.11297,22.86219],[49.11196,22.85412],[49.11477,22.85069],[49.11120,22.84017],[49.11344,22.83296],[49.11760,22.83108],[49.12412,22.82078],[49.13041,22.81734],[49.13490,22.80344],[49.13973,22.79331],[49.14535,22.79451],[49.15006,22.78902],[49.15500,22.79365],[49.15859,22.78799],[49.15680,22.77288],[49.15388,22.76499],[49.15489,22.75915],[49.15399,22.75194],[49.15758,22.74748],[49.15916,22.73958],[49.16286,22.74113],[49.16937,22.74319],[49.17285,22.74937],[49.17711,22.75091],[49.18070,22.75743],[49.18317,22.75726],[49.18261,22.75246],[49.18474,22.74885],[49.18362,22.74336],[49.18272,22.73100],[49.17947,22.73134],[49.17633,22.72911],[49.17588,22.72362],[49.16858,22.72327],[49.16578,22.71864],[49.16668,22.71520],[49.17128,22.71503],[49.17341,22.70851],[49.18037,22.70937],[49.18373,22.71795],[49.18822,22.72035],[49.19518,22.72344],[49.19854,22.73254],[49.20168,22.72997],[49.20426,22.73168],[49.20752,22.73580],[49.21066,22.73477],[49.21155,22.74284],[49.21581,22.74851],[49.21716,22.74765],[49.21963,22.74164],[49.21895,22.73580],[49.22187,22.72842],[49.22153,22.72241],[49.22254,22.71932],[49.22590,22.71589],[49.23543,22.71692],[49.24081,22.72138],[49.24720,22.74010],[49.25841,22.74095],[49.26322,22.74010],[49.29928,22.74473],[49.31629,22.75143],[49.33610,22.74336],[49.36047,22.74731],[49.37199,22.74370],[49.40015,22.73203],[49.41679,22.72241],[49.43243,22.71621],[49.43880,22.71191],[49.48242,22.70127],[49.48856,22.70144],[49.49514,22.69681],[49.49781,22.67020],[49.50851,22.65097],[49.52406,22.64429],[49.53007,22.64120],[49.53843,22.66334],[49.54901,22.67588],[49.56026,22.67845],[49.57206,22.68532],[49.59320,22.70729],[49.60021,22.71725],[49.63108,22.74969],[49.63575,22.75759],[49.65720,22.78437],[49.67631,22.78763],[49.69297,22.80617],[49.69419,22.82196],[49.71018,22.84891],[49.72006,22.85269],[49.74070,22.87329],[49.74502,22.88685],[49.75212,22.89749],[49.76432,22.89886],[49.76787,22.90161],[49.77474,22.91140],[49.79336,22.93354],[49.79691,22.94298],[49.80289,22.95328],[49.80489,22.96169],[49.81109,22.95723],[49.83822,22.97079],[49.84221,22.99654],[49.86080,23.01302],[49.88016,23.03224],[49.90770,23.06452],[49.92492,23.08902],[49.94171,23.10825],[49.95640,23.11495],[49.97131,23.14344],[50.03100,23.21365],[50.04743,23.21623],[50.05449,23.23991],[50.07847,23.26492],[50.08596,23.27951],[50.09995,23.28020],[50.09896,23.28329],[50.10259,23.29719],[50.10710,23.29942],[50.11030,23.30869],[50.11151,23.31470],[50.13297,23.34234],[50.15915,23.38045],[50.18422,23.43023],[50.21817,23.47108],[50.23025,23.50679],[50.24233,23.52911],[50.25638,23.55812],[50.26593,23.58112],[50.29916,23.61236],[50.30443,23.63124],[50.32010,23.63931],[50.33183,23.68668],[50.34739,23.69201],[50.35363,23.69149],[50.36655,23.69698],[50.37575,23.70351],[50.37980,23.70952],[50.38790,23.72754],[50.40059,23.77801],[50.40453,23.80359],[50.40595,23.84667],[50.40847,23.87946],[50.40814,23.88392],[50.41361,23.94091],[50.41186,23.99756],[50.43494,24.00580],[50.44467,24.03567],[50.45494,24.03842],[50.46106,24.04340],[50.50399,24.07086],[50.52288,24.07584],[50.52484,24.07773],[50.55201,24.08666],[50.56248,24.09232],[50.57839,24.09060],[50.60008,24.09919],[50.61119,24.09798],[50.61708,24.09232],[50.62307,24.09232],[50.63755,24.09901],[50.63624,24.09369],[50.63733,24.08751],[50.64484,24.08803],[50.64604,24.08185],[50.65061,24.08974],[50.65420,24.09077],[50.65866,24.08940],[50.66498,24.09198],[50.66215,24.08614],[50.66955,24.08734],[50.67227,24.08357],[50.67542,24.08219],[50.67694,24.07172],[50.67923,24.07018],[50.67792,24.06365],[50.68064,24.06640],[50.68271,24.06485],[50.68369,24.07052],[50.68575,24.06709],[50.69000,24.06743],[50.69946,24.07344],[50.70753,24.06994],[50.70775,24.07526],[50.71221,24.07561],[50.71644,24.07200],[50.71992,24.07389],[50.72123,24.07063],[50.72144,24.06720],[50.72242,24.06496],[50.71797,24.05243],[50.71905,24.05003],[50.71786,24.04402],[50.71894,24.03767],[50.72329,24.02686],[50.72568,24.02308],[50.72612,24.01982],[50.73068,24.02033],[50.73807,24.02085],[50.73883,24.01810],[50.74361,24.01999],[50.74578,24.02377],[50.74893,24.01965],[50.74991,24.02462],[50.75110,24.02428],[50.75241,24.01776],[50.76131,24.01793],[50.75751,24.02085],[50.75849,24.02583],[50.76185,24.02548],[50.76652,24.02428],[50.76880,24.01999],[50.77228,24.01450],[50.77239,24.00694],[50.76967,23.99716],[50.77195,23.97948],[50.77456,23.97828],[50.77499,23.97295],[50.77716,23.97244],[50.77955,23.97038],[50.77966,23.96695],[50.78226,23.96609],[50.78509,23.96952],[50.78997,23.96609],[50.79171,23.96059],[50.79550,23.95785],[50.79735,23.96300],[50.80657,23.96763],[50.81047,23.96798],[50.81178,23.96952],[50.81427,23.96523],[50.81579,23.97210],[50.81666,23.97587],[50.82067,23.97467],[50.82544,23.97587],[50.82457,23.97931],[50.82728,23.98531],[50.82924,23.98119],[50.83260,23.98531],[50.83672,23.98960],[50.83672,23.99372],[50.83986,24.00008],[50.84029,24.00729],[50.83943,24.00746],[50.83834,24.01862],[50.84073,24.02068],[50.83758,24.02720],[50.83509,24.03252],[50.83889,24.03578],[50.83802,24.04213],[50.83672,24.03836],[50.83281,24.04248],[50.83422,24.04711],[50.83585,24.05020],[50.83412,24.05518],[50.83357,24.06359],[50.83487,24.06582],[50.83325,24.07526],[50.83368,24.08333],[50.83563,24.10170],[50.83758,24.10445],[50.84105,24.11595],[50.84398,24.11835],[50.84452,24.12590],[50.84680,24.12573],[50.84856,24.13289],[50.85192,24.13478],[50.85832,24.14337],[50.86048,24.14337],[50.86276,24.14560],[50.86623,24.14525],[50.87034,24.14594],[50.86980,24.14234],[50.86980,24.13736],[50.86753,24.13736],[50.86850,24.13238],[50.86839,24.12568],[50.87273,24.12105],[50.87013,24.11676],[50.87359,24.11521],[50.87619,24.11161],[50.87576,24.10886],[50.87728,24.09993],[50.88280,24.09479],[50.88497,24.09101],[50.88962,24.08689],[50.88821,24.08225],[50.89005,24.07951],[50.89211,24.07024],[50.89276,24.05753],[50.89146,24.05650],[50.89309,24.05050],[50.89655,24.05170],[50.89915,24.04998],[50.90132,24.04672],[50.90370,24.03951],[50.90943,24.03436],[50.91777,24.02303],[50.91736,24.02107],[50.92072,24.01060],[50.92591,24.00648],[50.92797,23.99859],[50.93284,23.99636],[50.93652,23.99464],[50.94376,23.99086],[50.94582,23.98657],[50.94679,23.98091],[50.94917,23.97902],[50.95036,23.97164],[50.95728,23.96872],[50.95944,23.97181],[50.96647,23.96786],[50.97933,23.96700],[50.98668,23.95996],[50.98971,23.95807],[50.99565,23.95121],[50.99587,23.94760],[50.99965,23.94263],[51.00300,23.94022],[51.00429,23.93456],[51.00667,23.92889],[51.00613,23.92426],[51.00678,23.91653],[51.00959,23.92391],[51.01196,23.92374],[51.01369,23.93198],[51.01239,23.93421],[51.01585,23.93627],[51.01963,23.92872],[51.02449,23.92065],[51.02697,23.92185],[51.02989,23.91602],[51.03140,23.92117],[51.03464,23.92546],[51.03852,23.93353],[51.03906,23.92597],[51.04057,23.91430],[51.04295,23.91585],[51.04683,23.92082],[51.05007,23.91550],[51.06011,23.91379],[51.06399,23.91327],[51.06528,23.90949],[51.07089,23.91396],[51.07607,23.91070],[51.07931,23.90692],[51.07866,23.90452],[51.07456,23.90331],[51.07510,23.89696],[51.07726,23.89714],[51.07564,23.89319],[51.07974,23.89010],[51.08265,23.88460],[51.08114,23.87963],[51.07780,23.87842],[51.08179,23.87379],[51.09149,23.87104],[51.09537,23.87173],[51.09539,23.86791],[51.09808,23.86791],[51.09986,23.86397],[51.09722,23.86199],[51.10019,23.85770],[51.10180,23.86131],[51.10385,23.86268],[51.10612,23.86002],[51.10746,23.86276],[51.10892,23.86234],[51.10924,23.85873],[51.11129,23.85830],[51.11237,23.86311],[51.11339,23.86225],[51.11474,23.85556],[51.11662,23.85598],[51.11824,23.85787],[51.11926,23.85367],[51.12228,23.85358],[51.12373,23.85058],[51.12610,23.85427],[51.12777,23.85332],[51.12767,23.85581],[51.13068,23.86062],[51.12767,23.86045],[51.12761,23.86294],[51.12901,23.86731],[51.12955,23.86955],[51.13052,23.86912],[51.13284,23.87032],[51.13510,23.86903],[51.13844,23.86980],[51.14043,23.87042],[51.14210,23.86887],[51.14544,23.87231],[51.14711,23.86621],[51.14856,23.86733],[51.15098,23.86827],[51.15147,23.86424],[51.15583,23.86330],[51.15777,23.86175],[51.15820,23.85703],[51.15534,23.84999],[51.16024,23.85136],[51.16127,23.84493],[51.16541,23.84295],[51.16164,23.83815],[51.16412,23.83489],[51.16320,23.82793],[51.16557,23.82656],[51.16751,23.82665],[51.16966,23.82227],[51.17020,23.81643],[51.17553,23.81360],[51.17881,23.81497],[51.18381,23.81137],[51.18575,23.80733],[51.18564,23.80158],[51.18876,23.79660],[51.18995,23.78605],[51.19156,23.78304],[51.19543,23.78382],[51.19914,23.78313],[51.19974,23.77798],[51.20119,23.77506],[51.20049,23.76922],[51.20474,23.76519],[51.20581,23.76356],[51.20662,23.76073],[51.20834,23.76047],[51.20931,23.75790],[51.21189,23.75807],[51.21237,23.75541],[51.21194,23.75043],[51.21544,23.74313],[51.21544,23.74021],[51.21845,23.73721],[51.22017,23.73790],[51.22028,23.74296],[51.22372,23.74339],[51.22759,23.74219],[51.23275,23.73893],[51.23560,23.73103],[51.23930,23.73129],[51.24145,23.72743],[51.24226,23.73060],[51.24521,23.73034],[51.24709,23.72502],[51.25166,23.72665],[51.25752,23.72502],[51.26128,23.72794],[51.26240,23.72571],[51.26530,23.71927],[51.26976,23.72142],[51.27320,23.71481],[51.27578,23.71283],[51.27986,23.70674],[51.28281,23.70365],[51.28399,23.69764],[51.28743,23.69661],[51.29011,23.69781],[51.29252,23.69378],[51.28807,23.69241],[51.28882,23.68657],[51.29145,23.68683],[51.29285,23.67653],[51.29091,23.67112],[51.29279,23.66863],[51.29258,23.66194],[51.28877,23.65687],[51.29032,23.65035],[51.29242,23.64777],[51.29456,23.65172],[51.29800,23.64838],[51.29923,23.65344],[51.30460,23.64589],[51.30599,23.64383],[51.31034,23.64039],[51.30980,23.64426],[51.31463,23.64434],[51.31544,23.64082],[51.31774,23.64022],[51.31909,23.63747],[51.32617,23.64254],[51.32885,23.63696],[51.33619,23.64777],[51.33866,23.65704],[51.34322,23.65816],[51.34568,23.65670],[51.34917,23.65627],[51.35212,23.65928],[51.35892,23.65687],[51.35775,23.66288],[51.35962,23.66631],[51.36118,23.66863],[51.36600,23.66597],[51.36696,23.66915],[51.36589,23.67412],[51.36755,23.67962],[51.36766,23.68580],[51.37039,23.68717],[51.37334,23.68339],[51.37929,23.68571],[51.37800,23.68090],[51.38288,23.68108],[51.38384,23.68571],[51.38636,23.68674],[51.38834,23.69017],[51.39139,23.67979],[51.39402,23.67979],[51.39327,23.68571],[51.39594,23.68863],[51.39771,23.68374],[51.39943,23.68666],[51.39846,23.69095],[51.40253,23.69713],[51.40333,23.70271],[51.40606,23.70245],[51.40660,23.69824],[51.40863,23.69773],[51.41062,23.70253],[51.41270,23.70185],[51.41270,23.69635],[51.41415,23.69412],[51.41533,23.69541],[51.41832,23.70296],[51.42095,23.70236],[51.42127,23.70022],[51.41966,23.69593],[51.41950,23.68975],[51.42191,23.68760],[51.42774,23.68468],[51.42844,23.67902],[51.43101,23.67764],[51.43299,23.67833],[51.43256,23.68391],[51.43390,23.68597],[51.43555,23.68468],[51.43796,23.68151],[51.44042,23.68296],[51.44246,23.68734],[51.44417,23.68528],[51.44492,23.68254],[51.44128,23.67601],[51.44283,23.67292],[51.44604,23.66837],[51.44470,23.66039],[51.44625,23.65275],[51.44599,23.65121],[51.44706,23.65052],[51.44984,23.65147],[51.45102,23.64975],[51.45481,23.65164],[51.45749,23.64666],[51.45866,23.64752],[51.45914,23.65232],[51.46369,23.65979],[51.46428,23.66048],[51.46722,23.66554],[51.46999,23.66614],[51.47069,23.66803],[51.46983,23.67490],[51.47197,23.67661],[51.47486,23.67438],[51.47422,23.67232],[51.47775,23.67121],[51.48443,23.67078],[51.48523,23.66434],[51.49015,23.66185],[51.49100,23.65687],[51.48892,23.65301],[51.48710,23.65275],[51.48571,23.64271],[51.48630,23.63799],[51.49159,23.63619],[51.49191,23.63078],[51.49538,23.62683],[51.49602,23.62203],[51.49736,23.62091],[51.50062,23.62546],[51.50163,23.62237],[51.50308,23.61851],[51.50714,23.61833],[51.51098,23.61825],[51.51189,23.62185],[51.51269,23.62623],[51.51510,23.62434],[51.51969,23.62048],[51.52247,23.61524],[51.52882,23.61336],[51.52898,23.60331],[51.53662,23.59362],[51.53283,23.58701],[51.53010,23.58718],[51.53010,23.58246],[51.53245,23.57739],[51.53283,23.57036],[51.53496,23.56521],[51.54180,23.56478],[51.54398,23.56280],[51.54719,23.56452],[51.55172,23.56744],[51.55487,23.57310],[51.55589,23.57756],[51.55759,23.57868],[51.55994,23.57636],[51.56085,23.57156],[51.56159,23.56941],[51.56448,23.56864],[51.56810,23.56984],[51.56954,23.56495],[51.57685,23.56881],[51.58144,23.56563],[51.58240,23.55619],[51.58448,23.55362],[51.58917,23.55542],[51.59211,23.55070],[51.59957,23.54876],[51.60106,23.54292],[51.60292,23.54241],[51.60591,23.54498],[51.60884,23.54378],[51.61247,23.54335],[51.61295,23.54241],[51.61625,23.54507],[51.61806,23.54498],[51.62121,23.54721],[51.62701,23.54344],[51.63090,23.54421],[51.63383,23.54009],[51.63538,23.54146],[51.63623,23.54876],[51.64097,23.54901],[51.64305,23.54807],[51.64326,23.54447],[51.64566,23.54275],[51.64523,23.53837],[51.64758,23.54000],[51.64947,23.54107],[51.65149,23.54467],[51.65554,23.54004],[51.65724,23.54107],[51.65825,23.54398],[51.66246,23.54639],[51.66326,23.54888],[51.66289,23.55437],[51.66390,23.55720],[51.66656,23.55960],[51.66794,23.55617],[51.67268,23.55454],[51.67571,23.55343],[51.68210,23.55634],[51.68295,23.55094],[51.68567,23.54922],[51.69120,23.55497],[51.69567,23.55591],[51.69876,23.56124],[51.70184,23.55960],[51.70376,23.54913],[51.70540,23.54999],[51.70599,23.55506],[51.70870,23.55574],[51.71035,23.55420],[51.70998,23.54828],[51.71604,23.55394],[51.71913,23.54931],[51.72689,23.54776],[51.72784,23.54639],[51.72742,23.54304],[51.72497,23.54278],[51.72391,23.54072],[51.72295,23.53652],[51.72386,23.53489],[51.72875,23.53454],[51.72891,23.52836],[51.73550,23.53222],[51.73842,23.53308],[51.74119,23.53128],[51.74358,23.53240],[51.74422,23.53823],[51.74767,23.54536],[51.75107,23.54973],[51.75447,23.55102],[51.75734,23.55720],[51.76148,23.55935],[51.75957,23.56235],[51.75771,23.56759],[51.75686,23.57248],[51.75702,23.57643],[51.75867,23.57772],[51.75973,23.58209],[51.75878,23.58887],[51.76382,23.58939],[51.76674,23.59497],[51.77025,23.59574],[51.77248,23.59892],[51.77259,23.60664],[51.77195,23.61059],[51.77237,23.61642],[51.77742,23.61728],[51.77742,23.62218],[51.77944,23.62741],[51.77944,23.63059],[51.78119,23.63230],[51.78719,23.63162],[51.78990,23.62818],[51.79207,23.62999],[51.79000,23.63488],[51.79122,23.63694],[51.79510,23.63857],[51.79648,23.63754],[51.80110,23.64363],[51.80296,23.64106],[51.80662,23.64011],[51.81060,23.63462],[51.82047,23.62775],[51.82052,23.62226],[51.82519,23.62458],[51.82800,23.62449],[51.83219,23.62046],[51.83192,23.61385],[51.83049,23.60638],[51.83171,23.60261],[51.83394,23.60286],[51.83553,23.60904],[51.83972,23.61024],[51.84020,23.60115],[51.84343,23.60982],[51.84577,23.61351],[51.85133,23.61282],[51.85610,23.61857],[51.85801,23.61728],[51.86040,23.61085],[51.87031,23.60819],[51.87593,23.60724],[51.87794,23.61419],[51.87704,23.61934],[51.87338,23.62501],[51.87254,23.62999],[51.87439,23.63385],[51.87879,23.63162],[51.88297,23.62398],[51.88716,23.62398],[51.89050,23.63479],[51.89336,23.63857],[51.89537,23.63814],[51.89876,23.63462],[51.90141,23.62741],[51.90273,23.61969],[51.90496,23.61780],[51.90760,23.62020],[51.91030,23.61994],[51.91417,23.61694],[51.91803,23.61102],[51.92426,23.61807],[51.92442,23.62125],[51.92214,23.62537],[51.92151,23.62889],[51.92172,23.63232],[51.92807,23.63172],[51.93125,23.63301],[51.93151,23.63884],[51.93167,23.64477],[51.93537,23.64683],[51.94029,23.64588],[51.94347,23.64082],[51.94929,23.64159],[51.95077,23.63764],[51.94749,23.62837],[51.95029,23.62769],[51.95294,23.63301],[51.95304,23.64142],[51.96251,23.65086],[51.96405,23.65678],[51.96362,23.66622],[51.96447,23.66946],[51.96690,23.67049],[51.96944,23.67006],[51.97156,23.66766],[51.97859,23.66551],[51.98112,23.66998],[51.98176,23.67513],[51.98498,23.67976],[51.98604,23.68689],[51.99244,23.68972],[51.99513,23.68809],[51.99756,23.68465],[52.00131,23.68431],[52.00237,23.67856],[52.00718,23.67290],[52.01542,23.66714],[52.01785,23.65959],[52.02009,23.65879],[52.02416,23.66368],[52.02886,23.66265],[52.03123,23.66153],[52.04111,23.66368],[52.04401,23.65784],[52.04908,23.65707],[52.05562,23.65449],[52.05779,23.64866],[52.05858,23.65655],[52.06190,23.65535],[52.06359,23.65398],[52.06412,23.64720],[52.06681,23.64866],[52.07135,23.65389],[52.07346,23.65355],[52.07536,23.65096],[52.07526,23.64770],[52.07668,23.64590],[52.07758,23.64263],[52.08348,23.64186],[52.08602,23.64032],[52.08797,23.62942],[52.08976,23.62238],[52.09356,23.61586],[52.10057,23.60976],[52.10442,23.61302],[52.10489,23.61998],[52.10816,23.62075],[52.10959,23.61680],[52.10911,23.61122],[52.11138,23.60727],[52.11691,23.60144],[52.11823,23.59594],[52.11786,23.58642],[52.12002,23.58230],[52.11986,23.57783],[52.11733,23.57260],[52.11617,23.56813],[52.11633,23.56487],[52.11844,23.56255],[52.11965,23.56101],[52.11944,23.55595],[52.11696,23.55457],[52.11233,23.55552],[52.11053,23.55526],[52.10974,23.55062],[52.11133,23.54822],[52.11596,23.54899],[52.11928,23.54444],[52.12255,23.54333],[52.12582,23.54419],[52.12824,23.54238],[52.13056,23.53543],[52.13240,23.53389],[52.13267,23.52942],[52.13177,23.52676],[52.13330,23.52170],[52.13857,23.52058],[52.13946,23.51535],[52.14389,23.51603],[52.14852,23.51277],[52.15068,23.50908],[52.15047,23.50479],[52.14726,23.50016],[52.14958,23.49312],[52.15247,23.48745],[52.15521,23.48771],[52.15953,23.49003],[52.16501,23.48702],[52.16816,23.49123],[52.16980,23.49698],[52.17180,23.50264],[52.17290,23.50857],[52.17606,23.50702],[52.17874,23.50230],[52.18111,23.49312],[52.18138,23.48213],[52.17664,23.47655],[52.17406,23.46823],[52.17701,23.46213],[52.18343,23.46256],[52.18474,23.46007],[52.18353,23.45218],[52.18259,23.44334],[52.17527,23.43338],[52.17301,23.42729],[52.17390,23.42359],[52.18222,23.41716],[52.18306,23.41223],[52.17964,23.40699],[52.17811,23.40167],[52.18064,23.39944],[52.18716,23.39850],[52.19290,23.40270],[52.19564,23.40038],[52.19627,23.39506],[52.20000,23.39729],[52.20169,23.39498],[52.20053,23.38888],[52.19842,23.38897],[52.19600,23.38227],[52.19585,23.37515],[52.19727,23.37120],[52.20616,23.37137],[52.20884,23.36751],[52.20816,23.36150],[52.20521,23.35489],[52.20647,23.35266],[52.20931,23.35575],[52.21105,23.35292],[52.21057,23.34571],[52.20805,23.34073],[52.20710,23.33584],[52.21100,23.32674],[52.20894,23.31764],[52.20926,23.30949],[52.21221,23.30013],[52.21499,23.30597],[52.21988,23.30872],[52.22120,23.30691],[52.22167,23.30151],[52.22099,23.29155],[52.21894,23.28546],[52.21510,23.27009],[52.21615,23.26048],[52.21831,23.25542],[52.22015,23.24683],[52.21988,23.23962],[52.22346,23.22615],[52.22609,23.21430],[52.22646,23.20615],[52.22950,23.20117],[52.23681,23.19705],[52.24028,23.19525],[52.24669,23.19868],[52.25647,23.20632],[52.26025,23.20417],[52.26889,23.20014],[52.27377,23.20623],[52.27760,23.20443],[52.28175,23.19044],[52.28317,23.17860],[52.33057,23.21749],[52.35920,23.24410],[52.39279,23.27831],[52.40379,23.30097],[52.41489,23.31093],[52.42515,23.31299],[52.46949,23.35764],[52.51256,23.41051],[52.52196,23.42424],[52.53176,23.43954],[52.54032,23.45911],[52.54940,23.46787],[52.58018,23.54117],[52.59437,23.58957],[52.60698,23.64279],[52.61397,23.72038],[52.60542,23.73360],[52.61168,23.74184],[52.61407,23.75626],[52.62335,23.77875],[52.62845,23.78407],[52.67968,23.88004],[52.67926,23.89309],[52.69113,23.89978],[52.71297,23.93909],[52.81429,23.94009],[52.83047,23.92532],[52.84623,23.92515],[52.85463,23.92429],[52.89907,23.92601],[52.90901,23.91622],[52.93892,23.91622],[52.95887,23.94699],[52.97655,23.93137],[52.98257,23.92983],[52.98877,23.93446],[53.02533,23.92554],[53.02977,23.91335],[53.03370,23.91095],[53.03844,23.91764],[53.04185,23.91592],[53.04618,23.90871],[53.04753,23.90442],[53.05363,23.89994],[53.05890,23.90424],[53.06147,23.89926],[53.06457,23.88724],[53.07148,23.88243],[53.07591,23.88192],[53.08313,23.87591],[53.09148,23.88055],[53.09489,23.88484],[53.10117,23.88415],[53.10560,23.89119],[53.11127,23.88964],[53.11962,23.89102],[53.12425,23.89342],[53.12508,23.89891],[53.13136,23.89891],[53.13569,23.90612],[53.13713,23.91350],[53.14516,23.91762],[53.14959,23.91196],[53.15391,23.91762],[53.15875,23.91814],[53.16739,23.91419],[53.17727,23.90166],[53.18293,23.89153],[53.19959,23.86321],[53.20359,23.86415],[53.21079,23.86038],[53.22035,23.86227],[53.23227,23.85574],[53.24408,23.81935],[53.27458,23.79910],[53.35488,23.75584],[53.37566,23.74657],[53.39521,23.73524],[53.43665,23.70761],[53.51297,23.66761],[53.52205,23.65920],[53.55400,23.64763],[53.59304,23.62875],[53.66602,23.60146],[53.70566,23.58598],[53.72933,23.58649],[53.74476,23.58272],[53.76800,23.54907],[53.79853,23.54581],[53.82630,23.54718],[53.82893,23.55044],[53.83096,23.55594],[53.83522,23.54959],[53.84099,23.55319],[53.84555,23.54718],[53.84950,23.55165],[53.85233,23.55302],[53.85790,23.54753],[53.85912,23.53671],[53.86215,23.52624],[53.86549,23.52761],[53.87177,23.52521],[53.90950,23.51388],[53.91183,23.51182],[53.92942,23.51285],[53.93215,23.51388],[53.95650,23.51474],[53.95714,23.51668],[53.96097,23.51600],[53.96511,23.50724],[53.96653,23.50827],[53.96956,23.50020],[53.97350,23.49711],[53.97622,23.48990],[53.98460,23.49076],[53.99035,23.48664],[53.99853,23.48407],[54.00529,23.49626],[54.00660,23.50450],[54.01195,23.50947],[54.01800,23.51411],[54.02193,23.51188],[54.02637,23.51668],[54.02869,23.51617],[54.03121,23.52527],[54.03343,23.52664],[54.03786,23.52372],[54.04794,23.52801],[54.05167,23.52698],[54.05358,23.52733],[54.05731,23.52578],[54.06628,23.52904],[54.07393,23.52389],[54.07484,23.52149],[54.07927,23.51840],[54.09045,23.51840],[54.10021,23.50690],[54.11310,23.50295],[54.11330,23.49643],[54.11722,23.49248],[54.13312,23.49574],[54.13613,23.49111],[54.14539,23.48956],[54.15383,23.48561],[54.15363,23.48115],[54.15805,23.47394],[54.16338,23.47566],[54.16448,23.46982],[54.16780,23.46175],[54.17624,23.46021],[54.17775,23.42399],[54.19171,23.41935],[54.19683,23.40373],[54.21149,23.39583],[54.22121,23.38630],[54.22623,23.38424],[54.22974,23.38098],[54.23074,23.37325],[54.22994,23.36467],[54.23425,23.35798],[54.24248,23.35266],[54.24800,23.34596],[54.25161,23.33755],[54.25251,23.32553],[54.25532,23.30991],[54.25622,23.29584],[54.26113,23.28107],[54.25953,23.25738],[54.25692,23.24846],[54.26056,23.23884],[54.26156,23.23438],[54.27379,23.22185],[54.27800,23.21292],[54.28311,23.20571],[54.28902,23.20194],[54.29043,23.18992],[54.29123,23.17567],[54.29493,23.17035],[54.29734,23.15610],[54.30976,23.16000],[54.31510,23.14816],[54.31640,23.14043],[54.30949,23.12207],[54.30418,23.10627],[54.29867,23.09941],[54.29887,23.09220],[54.31029,23.06113],[54.31600,23.04259],[54.32802,23.04688],[54.33382,23.05151],[54.34113,23.06422],[54.34563,23.05787],[54.34943,23.04877],[54.35253,23.02491],[54.35623,23.00877],[54.36224,22.99298],[54.38290,23.01065],[54.38549,22.98627],[54.39049,22.98336],[54.39109,22.96207],[54.39339,22.94834],[54.39669,22.93478],[54.39969,22.90113],[54.40119,22.89821],[54.40019,22.88774],[54.40948,22.88843],[54.41008,22.88225],[54.40888,22.86834],[54.41068,22.85461],[54.40718,22.84603],[54.40668,22.83573],[54.37750,22.81427],[54.37080,22.81084],[54.36390,22.79144],[54.36370,22.77256],[54.36130,22.72380],[54.36230,22.71007],[54.36110,22.68999],[54.36050,22.68690],[54.36080,22.68072],[54.35740,22.66338],[54.35559,22.65771],[54.35399,22.64278],[54.35559,22.62596],[54.35629,22.62167],[54.35429,22.58956],[54.35439,22.57051],[54.35069,22.53480],[54.34989,22.52708],[54.35009,22.48760],[54.34899,22.47063],[54.34959,22.46205],[54.34849,22.43973],[54.34599,22.43201],[54.34879,22.42222],[54.34739,22.41278],[54.34589,22.38892],[54.34529,22.38102],[54.34369,22.33141],[54.34521,22.32862],[54.34381,22.32021],[54.34091,22.31832],[54.34201,22.30664],[54.34121,22.24193],[54.34231,22.23626],[54.34041,22.23026],[54.34441,22.22528],[54.33791,22.17086],[54.33681,22.13052],[54.33741,22.09773],[54.33621,22.05396],[54.33621,22.03370],[54.33681,22.01619],[54.33600,21.99422],[54.33310,21.96985],[54.33478,21.91447],[54.33308,21.90331],[54.33258,21.85370],[54.33188,21.84786],[54.33178,21.80289],[54.33208,21.79756],[54.33108,21.76066],[54.33027,21.74023],[54.32717,21.67654],[54.32687,21.64513],[54.32797,21.63363],[54.32547,21.57252],[54.32267,21.56943],[54.32337,21.55415],[54.32597,21.55312],[54.32527,21.54007],[54.32577,21.52909],[54.32427,21.50677],[54.32417,21.49441],[54.32056,21.46660],[54.31866,21.44617],[54.32727,21.43587],[54.32667,21.41630],[54.32837,21.39433],[54.33138,21.38111],[54.33158,21.35657],[54.33037,21.35091],[54.33087,21.33683],[54.32987,21.32155],[54.33338,21.30713],[54.33398,21.30181],[54.33238,21.28963],[54.32897,21.27452],[54.32957,21.26113],[54.33218,21.23967],[54.33618,21.21461],[54.33838,21.19538],[54.33828,21.17547],[54.33758,21.16363],[54.34318,21.14251],[54.34789,21.08947],[54.34689,21.08174],[54.34869,21.05960],[54.34849,21.04157],[54.35429,21.00570],[54.35479,20.95952],[54.35769,20.95025],[54.35689,20.92519],[54.35849,20.89789],[54.35789,20.89412],[54.35919,20.88399],[54.35959,20.85944],[54.36119,20.84880],[54.36049,20.81893],[54.36819,20.75130],[54.37009,20.73653],[54.36909,20.72640],[54.37259,20.68950],[54.37149,20.64692],[54.36669,20.63182],[54.37209,20.62169],[54.37289,20.61551],[54.37339,20.61019],[54.37849,20.58324],[54.38118,20.53392],[54.38118,20.51572],[54.38308,20.50405],[54.38408,20.48740],[54.38538,20.48242],[54.38658,20.46628],[54.38848,20.43504],[54.39268,20.41049],[54.39418,20.39127],[54.39538,20.37427],[54.39658,20.36449],[54.39668,20.35728],[54.40147,20.33204],[54.40267,20.31556],[54.40457,20.28517],[54.40617,20.27178],[54.40847,20.24088],[54.40877,20.22560],[54.41486,20.16363],[54.41626,20.14784],[54.41846,20.11746],[54.42265,20.06373],[54.42429,20.04824],[54.42499,20.01288],[54.42619,19.99622],[54.43148,19.93855],[54.43268,19.92584],[54.43467,19.89391],[54.43587,19.87795],[54.43837,19.85787],[54.43986,19.83967],[54.44266,19.81031],[54.44296,19.80139],[54.45390,19.64878],[54.45410,19.64672],[54.45879,19.63883],[55.67206,18.52232],[54.51220,14.05088]], // Palestine - PS_WB: [[31.49279,35.47831], [31.49162,35.39780], [31.47961,35.38201], [31.42151,35.29314], [31.41579,35.28920], [31.40876,35.27546], [31.39557,35.25984], [31.38986,35.24886], [31.37696,35.23495], [31.37198,35.22688], [31.37154,35.20834], [31.36377,35.17401], [31.36377,35.16337], [31.35937,35.14558], [31.35490,35.13528], [31.35593,35.10919], [31.35541,35.09469], [31.35717,35.07486], [31.35776,35.03297], [31.35892,35.02053], [31.35695,35.00439], [31.35423,34.99349], [31.35291,34.98465], [31.34976,34.97375], [31.34896,34.95693], [31.34698,34.94594], [31.34207,34.92663], [31.34265,34.92191], [31.34998,34.91058], [31.35438,34.91032], [31.35936,34.90406], [31.36603,34.89461], [31.37050,34.89015], [31.38384,34.88543], [31.38992,34.88002], [31.39234,34.87959], [31.41087,34.88552], [31.42369,34.89341], [31.43827,34.89891], [31.44178,34.90406], [31.45145,34.91204], [31.46602,34.92586], [31.49164,34.93985], [31.49369,34.93925], [31.50386,34.94285], [31.51059,34.94379], [31.52427,34.93925], [31.52793,34.94148], [31.53642,34.94096], [31.54622,34.94182], [31.55076,34.94131], [31.55544,34.94285], [31.56238,34.94311], [31.56363,34.94465], [31.57833,34.94646], [31.59383,34.95118], [31.59565,34.95229], [31.61693,34.97392], [31.62526,34.98027], [31.63863,34.99006], [31.64623,34.99710], [31.64755,34.99967], [31.65317,35.00619], [31.65916,35.02696], [31.67976,35.06266], [31.68334,35.06669], [31.69079,35.08360], [31.69561,35.08412], [31.70050,35.09201], [31.70386,35.09536], [31.71124,35.10102], [31.71547,35.10678], [31.71489,35.11261], [31.71394,35.11639], [31.71504,35.11939], [31.71672,35.12051], [31.72117,35.12051], [31.73146,35.12755], [31.73511,35.13553], [31.73022,35.13647], [31.72935,35.13819], [31.72942,35.14034], [31.73110,35.14265], [31.73606,35.14832], [31.73789,35.15295], [31.74526,35.15862], [31.74504,35.16098], [31.74259,35.16312], [31.74165,35.16836], [31.74190,35.17462], [31.74289,35.17776], [31.74391,35.18196], [31.74774,35.18587], [31.74789,35.18733], [31.74639,35.19098], [31.74675,35.19175], [31.74840,35.19321], [31.75037,35.19574], [31.75051,35.19673], [31.74935,35.19810], [31.74734,35.19930], [31.74665,35.20166], [31.74800,35.20398], [31.74887,35.20578], [31.74836,35.20917], [31.74595,35.21042], [31.73982,35.21329], [31.73562,35.21621], [31.73405,35.21930], [31.73431,35.22089], [31.73529,35.22222], [31.73785,35.22393], [31.74285,35.22526], [31.74471,35.22694], [31.74453,35.22454], [31.74584,35.22329], [31.74708,35.22359], [31.74745,35.22441], [31.75008,35.22535], [31.75055,35.22385], [31.75175,35.22355], [31.75719,35.22454], [31.75778,35.22557], [31.75690,35.22728], [31.75705,35.22810], [31.76000,35.22870], [31.76516,35.22855], [31.77232,35.22981], [31.77253,35.22743], [31.77317,35.22717], [31.77461,35.22694], [31.77622,35.22610], [31.77874,35.22537], [31.77936,35.22557], [31.78045,35.22724], [31.78206,35.22627], [31.78377,35.22640], [31.78383,35.22694], [31.78514,35.22724], [31.78771,35.22666], [31.78802,35.22700], [31.79072,35.22677], [31.79289,35.22578], [31.79570,35.22398], [31.79628,35.22494], [31.79701,35.22434], [31.80088,35.22361], [31.80197,35.22224], [31.80398,35.21855], [31.80425,35.21784], [31.80535,35.21394], [31.80513,35.21173], [31.80514,35.21065], [31.80535,35.21017], [31.80646,35.20798], [31.80784,35.20468], [31.80836,35.20309], [31.80867,35.20143], [31.80916,35.19964], [31.80970,35.19874], [31.80995,35.19755], [31.81000,35.19703], [31.80990,35.19600], [31.80990,35.19262], [31.80960,35.18827], [31.80896,35.18394], [31.80865,35.18269], [31.80836,35.18114], [31.80799,35.17856], [31.80784,35.17593], [31.80818,35.17092], [31.80854,35.16850], [31.80859,35.16601], [31.80889,35.16316], [31.80853,35.16253], [31.80838,35.16187], [31.80874,35.15965], [31.80957,35.15845], [31.81017,35.15683], [31.81041,35.15519], [31.81090,35.15136], [31.81125,35.14949], [31.81229,35.14753], [31.81278,35.14556], [31.81323,35.14268], [31.81358,35.14098], [31.81398,35.13965], [31.81598,35.13497], [31.81659,35.13374], [31.81756,35.13216], [31.81817,35.13130], [31.81948,35.12963], [31.82061,35.12836], [31.82120,35.12776], [31.82306,35.12512], [31.82447,35.12213], [31.82531,35.11973], [31.82541,35.11769], [31.82488,35.11495], [31.82380,35.11268], [31.82353,35.11142], [31.82347,35.10693], [31.82379,35.10345], [31.82439,35.10170], [31.82558,35.09925], [31.82913,35.09370], [31.83314,35.08817], [31.83481,35.08568], [31.83678,35.08247], [31.83851,35.07957], [31.84018,35.07701], [31.84185,35.07405], [31.84588,35.06669], [31.85027,35.05917], [31.85134,35.05662], [31.85024,35.05599], [31.84486,35.05413], [31.83865,35.05143], [31.83418,35.05027], [31.83271,35.04957], [31.83028,35.04779], [31.82824,35.04608], [31.82604,35.04357], [31.82343,35.04122], [31.82151,35.03910], [31.81997,35.03676], [31.81768,35.03045], [31.81732,35.02810], [31.81716,35.02246], [31.81761,35.01683], [31.81830,35.01392], [31.81939,35.01091], [31.81954,35.00999], [31.81941,35.00870], [31.81866,35.00160], [31.81836,35.00002], [31.81786,34.99824], [31.81663,34.99020], [31.81655,34.98947], [31.81621,34.98294], [31.81614,34.97866], [31.81688,34.97457], [31.81881,34.97085], [31.82210,34.96716], [31.82541,34.96415], [31.82764,34.96261], [31.82998,34.96146], [31.83366,34.96020], [31.83785,34.95927], [31.83927,34.95901], [31.84150,34.95839], [31.84508,34.95756], [31.84807,34.95718], [31.85302,34.95637], [31.85629,34.95560], [31.85741,34.95587], [31.85917,34.95692], [31.86016,34.95826], [31.86172,34.95932], [31.86241,34.96165], [31.86286,34.96501], [31.86336,34.96767], [31.86458,34.97277], [31.86600,34.97773], [31.86828,34.98742], [31.87030,34.99955], [31.86978,35.01243], [31.86995,35.02525], [31.87263,35.02567], [31.87634,35.02576], [31.87997,35.02565], [31.88425,35.02339], [31.88588,35.02174], [31.89241,35.02693], [31.89377,35.02571], [31.89656,35.02449], [31.90122,35.02402], [31.90299,35.02322], [31.90596,35.02297], [31.90849,35.02275], [31.91276,35.02191], [31.91598,35.02148], [31.91775,35.02073], [31.91836,35.01953], [31.91940,35.01629], [31.92097,35.01232], [31.92235,35.00771], [31.92492,35.00230], [31.92672,34.99947], [31.92964,34.99636], [31.93213,34.99518], [31.93517,34.99430], [31.93987,34.99325], [31.94300,34.99269], [31.94570,34.99200], [31.94980,34.99048], [31.95420,34.98790], [31.96125,34.98230], [31.96370,34.98108], [31.96826,34.98029], [31.96753,34.98252], [31.96733,34.98400], [31.96771,34.98657], [31.97062,34.98638], [31.97273,34.99391], [31.98857,34.99792], [31.99625,34.99908], [32.01359,34.99839], [32.01810,34.99914], [32.01876,35.00227], [32.02036,35.00459], [32.03397,35.00356], [32.04139,35.00231], [32.05805,34.99745], [32.07067,34.99226], [32.08936,34.98603], [32.08860,34.98496], [32.08904,34.98312], [32.08969,34.98252], [32.09307,34.98385], [32.09674,34.98552], [32.10092,34.98561], [32.10289,34.99045], [32.10453,34.98957], [32.10573,34.99060], [32.10610,34.99240], [32.10908,34.99369], [32.11260,34.99258], [32.11366,34.99056], [32.11500,34.98876], [32.11925,34.98863], [32.12325,34.98571], [32.12631,34.98468], [32.13059,34.98524], [32.13408,34.98833], [32.13757,34.98734], [32.13848,34.98755], [32.13881,34.98901], [32.14208,34.99009], [32.14833,34.98627], [32.14858,34.97923], [32.15218,34.97421], [32.15367,34.97455], [32.15796,34.97764], [32.16232,34.97408], [32.16450,34.97026], [32.16638,34.97043], [32.16875,34.96721], [32.16889,34.96382], [32.17296,34.96421], [32.17365,34.96120], [32.17583,34.95914], [32.19050,34.95674], [32.19352,34.95927], [32.19348,34.96013], [32.19435,34.95992], [32.19918,34.96238], [32.19983,34.96457], [32.20118,34.97050], [32.20052,34.97354], [32.20110,34.97590], [32.20306,34.97758], [32.20383,34.98178], [32.20717,34.98500], [32.20691,34.98672], [32.20775,34.98882], [32.20982,34.99028], [32.21272,34.99097], [32.21552,34.99384], [32.22336,35.00406], [32.22492,35.00569], [32.23084,35.01049], [32.23197,35.01002], [32.23320,35.01105], [32.23371,35.01238], [32.23574,35.01401], [32.23443,35.01633], [32.23367,35.01770], [32.23443,35.01985], [32.23567,35.01933], [32.23955,35.01989], [32.24169,35.01895], [32.24304,35.01920], [32.24932,35.02393], [32.25509,35.02345], [32.25951,35.02599], [32.26068,35.02852], [32.26365,35.02882], [32.26536,35.03006], [32.26699,35.02950], [32.27349,35.02556], [32.27425,35.02320], [32.27701,35.02204], [32.27755,35.02062], [32.27944,35.01968], [32.28034,35.01620], [32.27918,35.01380], [32.28013,35.00963], [32.28140,35.00835], [32.28419,35.00912], [32.29340,35.01290], [32.29359,35.01182], [32.30759,35.01230], [32.31179,35.01508], [32.33867,35.01616], [32.34120,35.01989], [32.34142,35.02096], [32.34012,35.02538], [32.34059,35.02672], [32.34748,35.02835], [32.34621,35.03332], [32.34624,35.03925], [32.34675,35.04049], [32.34915,35.04182], [32.35180,35.04147], [32.35426,35.04070], [32.35633,35.04121], [32.35923,35.04405], [32.35926,35.04593], [32.36003,35.04834], [32.36728,35.05108], [32.37558,35.04868], [32.37666,35.04671], [32.37761,35.04134], [32.38083,35.03984], [32.38261,35.04048], [32.38523,35.04310], [32.38957,35.04456], [32.38983,35.04666], [32.39418,35.04859], [32.39610,35.04851], [32.39755,35.04907], [32.40356,35.05370], [32.41182,35.05490], [32.41208,35.05387], [32.41702,35.05327], [32.41857,35.05520], [32.41930,35.05683], [32.42111,35.05662], [32.42339,35.05615], [32.42564,35.05675], [32.42821,35.05911], [32.43209,35.05975], [32.43705,35.06027], [32.43955,35.06185], [32.44313,35.06533], [32.44936,35.06516], [32.45154,35.06640], [32.45298,35.06893], [32.45385,35.07130], [32.45603,35.07314], [32.45722,35.07151], [32.46236,35.07494], [32.46439,35.07820], [32.46808,35.08181], [32.46848,35.08430], [32.47156,35.08773], [32.47554,35.09121], [32.47656,35.09353], [32.47811,35.09876], [32.47829,35.10245], [32.47728,35.10537], [32.47587,35.10726], [32.47721,35.11026], [32.47974,35.11348], [32.48148,35.11970], [32.48499,35.12601], [32.49332,35.13932], [32.49440,35.13747], [32.49665,35.13872], [32.49628,35.14455], [32.50244,35.15489], [32.50326,35.15578], [32.50446,35.16080], [32.50913,35.16384], [32.51857,35.17711], [32.52154,35.17741], [32.52530,35.18110], [32.52375,35.18629], [32.52508,35.18805], [32.52704,35.18921], [32.53283,35.19509], [32.53551,35.19612], [32.54122,35.20415], [32.54318,35.21011], [32.54430,35.21166], [32.54539,35.21531], [32.54803,35.21578], [32.55237,35.22410], [32.53562,35.23676], [32.52310,35.25243], [32.51485,35.27474], [32.51011,35.29285], [32.51040,35.30624], [32.51159,35.31212], [32.51268,35.32153], [32.51568,35.33059], [32.51575,35.33282], [32.51948,35.34209], [32.51926,35.34591], [32.51814,35.34977], [32.51897,35.35333], [32.51861,35.35939], [32.51778,35.36102], [32.51731,35.36514], [32.51488,35.37166], [32.51239,35.37488], [32.50852,35.38256], [32.50652,35.38350], [32.50526,35.38462], [32.50551,35.38874], [32.50500,35.39119], [32.50270,35.39752], [32.50202,35.40250], [32.50079,35.40413], [32.49822,35.40486], [32.49362,35.40465], [32.48790,35.40666], [32.48131,35.40791], [32.47577,35.41040], [32.47298,35.41319], [32.46372,35.41774], [32.46263,35.41949], [32.45883,35.42048], [32.45658,35.41718], [32.43887,35.41246], [32.43453,35.41194], [32.42428,35.41696], [32.41852,35.41842], [32.41660,35.41988], [32.41377,35.42542], [32.40895,35.43190], [32.40612,35.44052], [32.40707,35.44340], [32.41073,35.44481], [32.41120,35.44730], [32.41083,35.44885], [32.41236,35.45207], [32.41333,35.45340], [32.41290,35.45417], [32.41304,35.45876], [32.41210,35.46052], [32.41254,35.46232], [32.41203,35.46494], [32.41279,35.46644], [32.41160,35.46850], [32.41120,35.47700], [32.41051,35.48078], [32.40319,35.49134], [32.40196,35.49460], [32.39772,35.51279], [32.39562,35.51888], [32.39518,35.52274], [32.39228,35.53386], [32.38844,35.53837], [32.38717,35.54248], [32.38888,35.54811], [32.38895,35.55244], [32.38877,35.55351], [32.38967,35.55549], [32.38645,35.55914], [32.38677,35.56029], [32.38453,35.56386], [32.38087,35.56296], [32.38014,35.56163], [32.38058,35.55982], [32.37853,35.56017], [32.37929,35.56330], [32.37302,35.56437], [32.36817,35.56403], [32.36276,35.56098], [32.36646,35.55519], [32.36309,35.55484], [32.35932,35.55467], [32.35725,35.55815], [32.35414,35.55536], [32.34852,35.56051], [32.34707,35.55957], [32.34573,35.55725], [32.34337,35.55472], [32.33945,35.55622], [32.33478,35.55613], [32.33369,35.55823], [32.32977,35.55751], [32.32894,35.55566], [32.32212,35.55506], [32.31889,35.56068], [32.31472,35.56205], [32.30982,35.56446], [32.30507,35.56072], [32.30391,35.56115], [32.29956,35.55613], [32.29764,35.55592], [32.29680,35.55918], [32.29441,35.56433], [32.29216,35.56472], [32.28998,35.56686], [32.28254,35.56815], [32.27993,35.56686], [32.27848,35.56411], [32.27474,35.56356], [32.27228,35.55854], [32.26781,35.56021], [32.26491,35.55999], [32.26411,35.56326], [32.26066,35.56562], [32.25751,35.56437], [32.25602,35.56266], [32.25028,35.56330], [32.24952,35.56544], [32.25043,35.56549], [32.25214,35.56892], [32.25148,35.57150], [32.24658,35.57094], [32.24593,35.56944], [32.24125,35.56781], [32.24117,35.56463], [32.24252,35.56266], [32.24150,35.56180], [32.23885,35.56467], [32.23341,35.56278], [32.22897,35.56512], [32.23064,35.56799], [32.23005,35.57387], [32.22577,35.57121], [32.22504,35.56846], [32.21829,35.56713], [32.21630,35.56992], [32.21379,35.57005], [32.21335,35.57439], [32.20958,35.57456], [32.20951,35.57173], [32.21128,35.56855], [32.20656,35.56825], [32.20395,35.56413], [32.19778,35.56769], [32.19818,35.57065], [32.19147,35.57096], [32.18621,35.56559], [32.18671,35.56332], [32.18214,35.56302], [32.18000,35.55997], [32.17221,35.56083], [32.17250,35.55864], [32.17559,35.55431], [32.17068,35.55272], [32.17152,35.55658], [32.16861,35.55843], [32.16571,35.55684], [32.16672,35.54971], [32.16356,35.55280], [32.16018,35.55105], [32.16095,35.55362], [32.15965,35.55903], [32.15507,35.55911], [32.15289,35.55688], [32.15183,35.56182], [32.14268,35.55735], [32.14326,35.55379], [32.14584,35.55152], [32.14082,35.54903], [32.14311,35.54521], [32.13992,35.54379], [32.13530,35.54637], [32.13508,35.55113], [32.13287,35.55177], [32.13116,35.54598], [32.12970,35.54693], [32.12981,35.55117], [32.12814,35.55190], [32.12542,35.54916], [32.12360,35.54997], [32.12029,35.54783], [32.11538,35.54371], [32.11179,35.54135], [32.10681,35.53517], [32.10473,35.53435], [32.09844,35.53766], [32.09180,35.54113], [32.09086,35.54354], [32.08515,35.54431], [32.08250,35.54705], [32.08144,35.54581], [32.08035,35.54126], [32.07755,35.53920], [32.07479,35.53916], [32.07526,35.53508], [32.07228,35.53727], [32.06835,35.53561], [32.06868,35.53149], [32.06446,35.53244], [32.06409,35.52973], [32.06202,35.52995], [32.06100,35.53179], [32.05711,35.52905], [32.05538,35.53131], [32.05334,35.52950], [32.05018,35.53122], [32.04869,35.52749], [32.04967,35.52375], [32.04781,35.52337], [32.04650,35.52049], [32.04479,35.52045], [32.04512,35.52461], [32.04327,35.52444], [32.04017,35.52101], [32.03821,35.52165], [32.03512,35.51929], [32.03191,35.52298], [32.02995,35.52230], [32.02980,35.52371], [32.02595,35.52354], [32.02253,35.52255], [32.02213,35.52483], [32.02060,35.52517], [32.02096,35.52796], [32.01860,35.53002], [32.01467,35.52749], [32.00936,35.52779], [32.00903,35.52955], [32.00644,35.52809], [32.00506,35.52650], [32.00106,35.52787], [32.00193,35.53195], [32.00248,35.53384], [31.99979,35.53714], [31.99807,35.53556], [31.99582,35.53985], [31.99229,35.53671], [31.99098,35.53766], [31.98887,35.53543], [31.98836,35.53787], [31.98614,35.53693], [31.98494,35.53560], [31.98246,35.53667], [31.98038,35.53877], [31.97860,35.54191], [31.97598,35.54268], [31.97518,35.54092], [31.97387,35.54401], [31.97067,35.54517], [31.97270,35.54719], [31.97147,35.54933], [31.96761,35.54822], [31.96699,35.54633], [31.96510,35.54360], [31.96102,35.54721], [31.95953,35.54511], [31.95997,35.54352], [31.95400,35.54515], [31.94985,35.54189], [31.94894,35.54442], [31.94293,35.54433], [31.94049,35.54472], [31.93743,35.54189], [31.93663,35.54609], [31.93313,35.54459], [31.93298,35.54180], [31.93131,35.54142], [31.93124,35.53884], [31.92912,35.53648], [31.92559,35.53682], [31.92373,35.53615], [31.92421,35.53314], [31.92220,35.52701], [31.91812,35.52769], [31.91754,35.52902], [31.91299,35.52748], [31.90683,35.52512], [31.90690,35.52679], [31.90308,35.52675], [31.90264,35.52890], [31.89962,35.52817], [31.89849,35.53199], [31.89594,35.53383], [31.89455,35.53508], [31.89095,35.53452], [31.89018,35.53143], [31.88759,35.53254], [31.88614,35.53683], [31.88384,35.53559], [31.88275,35.53362], [31.88209,35.53572], [31.87990,35.54001], [31.87491,35.53967], [31.87615,35.54495], [31.87316,35.55087], [31.87025,35.54572], [31.86522,35.54967], [31.86299,35.54619], [31.85888,35.54284], [31.85545,35.53864], [31.85432,35.54373], [31.85104,35.54141], [31.84885,35.54717], [31.84393,35.54944], [31.83382,35.54998], [31.82908,35.54805], [31.82295,35.54951], [31.82131,35.54368], [31.81344,35.54586], [31.80490,35.54432], [31.80129,35.54758], [31.79644,35.55213], [31.78991,35.55179], [31.78338,35.54835], [31.77382,35.55295], [31.77287,35.55586], [31.76911,35.55659], [31.76784,35.55398], [31.76572,35.55891], [31.75974,35.55908]], + PS_WB: [[31.49279,35.47831],[31.49162,35.39780],[31.47961,35.38201],[31.42151,35.29314],[31.41579,35.28920],[31.40876,35.27546],[31.39557,35.25984],[31.38986,35.24886],[31.37696,35.23495],[31.37198,35.22688],[31.37154,35.20834],[31.36377,35.17401],[31.36377,35.16337],[31.35937,35.14558],[31.35490,35.13528],[31.35593,35.10919],[31.35541,35.09469],[31.35717,35.07486],[31.35776,35.03297],[31.35892,35.02053],[31.35695,35.00439],[31.35423,34.99349],[31.35291,34.98465],[31.34976,34.97375],[31.34896,34.95693],[31.34698,34.94594],[31.34207,34.92663],[31.34265,34.92191],[31.34998,34.91058],[31.35438,34.91032],[31.35936,34.90406],[31.36603,34.89461],[31.37050,34.89015],[31.38384,34.88543],[31.38992,34.88002],[31.39234,34.87959],[31.41087,34.88552],[31.42369,34.89341],[31.43827,34.89891],[31.44178,34.90406],[31.45145,34.91204],[31.46602,34.92586],[31.49164,34.93985],[31.49369,34.93925],[31.50386,34.94285],[31.51059,34.94379],[31.52427,34.93925],[31.52793,34.94148],[31.53642,34.94096],[31.54622,34.94182],[31.55076,34.94131],[31.55544,34.94285],[31.56238,34.94311],[31.56363,34.94465],[31.57833,34.94646],[31.59383,34.95118],[31.59565,34.95229],[31.61693,34.97392],[31.62526,34.98027],[31.63863,34.99006],[31.64623,34.99710],[31.64755,34.99967],[31.65317,35.00619],[31.65916,35.02696],[31.67976,35.06266],[31.68334,35.06669],[31.69079,35.08360],[31.69561,35.08412],[31.70050,35.09201],[31.70386,35.09536],[31.71124,35.10102],[31.71547,35.10678],[31.71489,35.11261],[31.71394,35.11639],[31.71504,35.11939],[31.71672,35.12051],[31.72117,35.12051],[31.73146,35.12755],[31.73511,35.13553],[31.73022,35.13647],[31.72935,35.13819],[31.72942,35.14034],[31.73110,35.14265],[31.73606,35.14832],[31.73789,35.15295],[31.74526,35.15862],[31.74504,35.16098],[31.74259,35.16312],[31.74165,35.16836],[31.74190,35.17462],[31.74289,35.17776],[31.74391,35.18196],[31.74774,35.18587],[31.74789,35.18733],[31.74639,35.19098],[31.74675,35.19175],[31.74840,35.19321],[31.75037,35.19574],[31.75051,35.19673],[31.74935,35.19810],[31.74734,35.19930],[31.74665,35.20166],[31.74800,35.20398],[31.74887,35.20578],[31.74836,35.20917],[31.74595,35.21042],[31.73982,35.21329],[31.73562,35.21621],[31.73405,35.21930],[31.73431,35.22089],[31.73529,35.22222],[31.73785,35.22393],[31.74285,35.22526],[31.74471,35.22694],[31.74453,35.22454],[31.74584,35.22329],[31.74708,35.22359],[31.74745,35.22441],[31.75008,35.22535],[31.75055,35.22385],[31.75175,35.22355],[31.75719,35.22454],[31.75778,35.22557],[31.75690,35.22728],[31.75705,35.22810],[31.76000,35.22870],[31.76516,35.22855],[31.77232,35.22981],[31.77253,35.22743],[31.77317,35.22717],[31.77461,35.22694],[31.77622,35.22610],[31.77874,35.22537],[31.77936,35.22557],[31.78045,35.22724],[31.78206,35.22627],[31.78377,35.22640],[31.78383,35.22694],[31.78514,35.22724],[31.78771,35.22666],[31.78802,35.22700],[31.79072,35.22677],[31.79289,35.22578],[31.79570,35.22398],[31.79628,35.22494],[31.79701,35.22434],[31.80088,35.22361],[31.80197,35.22224],[31.80398,35.21855],[31.80425,35.21784],[31.80535,35.21394],[31.80513,35.21173],[31.80514,35.21065],[31.80535,35.21017],[31.80646,35.20798],[31.80784,35.20468],[31.80836,35.20309],[31.80867,35.20143],[31.80916,35.19964],[31.80970,35.19874],[31.80995,35.19755],[31.81000,35.19703],[31.80990,35.19600],[31.80990,35.19262],[31.80960,35.18827],[31.80896,35.18394],[31.80865,35.18269],[31.80836,35.18114],[31.80799,35.17856],[31.80784,35.17593],[31.80818,35.17092],[31.80854,35.16850],[31.80859,35.16601],[31.80889,35.16316],[31.80853,35.16253],[31.80838,35.16187],[31.80874,35.15965],[31.80957,35.15845],[31.81017,35.15683],[31.81041,35.15519],[31.81090,35.15136],[31.81125,35.14949],[31.81229,35.14753],[31.81278,35.14556],[31.81323,35.14268],[31.81358,35.14098],[31.81398,35.13965],[31.81598,35.13497],[31.81659,35.13374],[31.81756,35.13216],[31.81817,35.13130],[31.81948,35.12963],[31.82061,35.12836],[31.82120,35.12776],[31.82306,35.12512],[31.82447,35.12213],[31.82531,35.11973],[31.82541,35.11769],[31.82488,35.11495],[31.82380,35.11268],[31.82353,35.11142],[31.82347,35.10693],[31.82379,35.10345],[31.82439,35.10170],[31.82558,35.09925],[31.82913,35.09370],[31.83314,35.08817],[31.83481,35.08568],[31.83678,35.08247],[31.83851,35.07957],[31.84018,35.07701],[31.84185,35.07405],[31.84588,35.06669],[31.85027,35.05917],[31.85134,35.05662],[31.85024,35.05599],[31.84486,35.05413],[31.83865,35.05143],[31.83418,35.05027],[31.83271,35.04957],[31.83028,35.04779],[31.82824,35.04608],[31.82604,35.04357],[31.82343,35.04122],[31.82151,35.03910],[31.81997,35.03676],[31.81768,35.03045],[31.81732,35.02810],[31.81716,35.02246],[31.81761,35.01683],[31.81830,35.01392],[31.81939,35.01091],[31.81954,35.00999],[31.81941,35.00870],[31.81866,35.00160],[31.81836,35.00002],[31.81786,34.99824],[31.81663,34.99020],[31.81655,34.98947],[31.81621,34.98294],[31.81614,34.97866],[31.81688,34.97457],[31.81881,34.97085],[31.82210,34.96716],[31.82541,34.96415],[31.82764,34.96261],[31.82998,34.96146],[31.83366,34.96020],[31.83785,34.95927],[31.83927,34.95901],[31.84150,34.95839],[31.84508,34.95756],[31.84807,34.95718],[31.85302,34.95637],[31.85629,34.95560],[31.85741,34.95587],[31.85917,34.95692],[31.86016,34.95826],[31.86172,34.95932],[31.86241,34.96165],[31.86286,34.96501],[31.86336,34.96767],[31.86458,34.97277],[31.86600,34.97773],[31.86828,34.98742],[31.87030,34.99955],[31.86978,35.01243],[31.86995,35.02525],[31.87263,35.02567],[31.87634,35.02576],[31.87997,35.02565],[31.88425,35.02339],[31.88588,35.02174],[31.89241,35.02693],[31.89377,35.02571],[31.89656,35.02449],[31.90122,35.02402],[31.90299,35.02322],[31.90596,35.02297],[31.90849,35.02275],[31.91276,35.02191],[31.91598,35.02148],[31.91775,35.02073],[31.91836,35.01953],[31.91940,35.01629],[31.92097,35.01232],[31.92235,35.00771],[31.92492,35.00230],[31.92672,34.99947],[31.92964,34.99636],[31.93213,34.99518],[31.93517,34.99430],[31.93987,34.99325],[31.94300,34.99269],[31.94570,34.99200],[31.94980,34.99048],[31.95420,34.98790],[31.96125,34.98230],[31.96370,34.98108],[31.96826,34.98029],[31.96753,34.98252],[31.96733,34.98400],[31.96771,34.98657],[31.97062,34.98638],[31.97273,34.99391],[31.98857,34.99792],[31.99625,34.99908],[32.01359,34.99839],[32.01810,34.99914],[32.01876,35.00227],[32.02036,35.00459],[32.03397,35.00356],[32.04139,35.00231],[32.05805,34.99745],[32.07067,34.99226],[32.08936,34.98603],[32.08860,34.98496],[32.08904,34.98312],[32.08969,34.98252],[32.09307,34.98385],[32.09674,34.98552],[32.10092,34.98561],[32.10289,34.99045],[32.10453,34.98957],[32.10573,34.99060],[32.10610,34.99240],[32.10908,34.99369],[32.11260,34.99258],[32.11366,34.99056],[32.11500,34.98876],[32.11925,34.98863],[32.12325,34.98571],[32.12631,34.98468],[32.13059,34.98524],[32.13408,34.98833],[32.13757,34.98734],[32.13848,34.98755],[32.13881,34.98901],[32.14208,34.99009],[32.14833,34.98627],[32.14858,34.97923],[32.15218,34.97421],[32.15367,34.97455],[32.15796,34.97764],[32.16232,34.97408],[32.16450,34.97026],[32.16638,34.97043],[32.16875,34.96721],[32.16889,34.96382],[32.17296,34.96421],[32.17365,34.96120],[32.17583,34.95914],[32.19050,34.95674],[32.19352,34.95927],[32.19348,34.96013],[32.19435,34.95992],[32.19918,34.96238],[32.19983,34.96457],[32.20118,34.97050],[32.20052,34.97354],[32.20110,34.97590],[32.20306,34.97758],[32.20383,34.98178],[32.20717,34.98500],[32.20691,34.98672],[32.20775,34.98882],[32.20982,34.99028],[32.21272,34.99097],[32.21552,34.99384],[32.22336,35.00406],[32.22492,35.00569],[32.23084,35.01049],[32.23197,35.01002],[32.23320,35.01105],[32.23371,35.01238],[32.23574,35.01401],[32.23443,35.01633],[32.23367,35.01770],[32.23443,35.01985],[32.23567,35.01933],[32.23955,35.01989],[32.24169,35.01895],[32.24304,35.01920],[32.24932,35.02393],[32.25509,35.02345],[32.25951,35.02599],[32.26068,35.02852],[32.26365,35.02882],[32.26536,35.03006],[32.26699,35.02950],[32.27349,35.02556],[32.27425,35.02320],[32.27701,35.02204],[32.27755,35.02062],[32.27944,35.01968],[32.28034,35.01620],[32.27918,35.01380],[32.28013,35.00963],[32.28140,35.00835],[32.28419,35.00912],[32.29340,35.01290],[32.29359,35.01182],[32.30759,35.01230],[32.31179,35.01508],[32.33867,35.01616],[32.34120,35.01989],[32.34142,35.02096],[32.34012,35.02538],[32.34059,35.02672],[32.34748,35.02835],[32.34621,35.03332],[32.34624,35.03925],[32.34675,35.04049],[32.34915,35.04182],[32.35180,35.04147],[32.35426,35.04070],[32.35633,35.04121],[32.35923,35.04405],[32.35926,35.04593],[32.36003,35.04834],[32.36728,35.05108],[32.37558,35.04868],[32.37666,35.04671],[32.37761,35.04134],[32.38083,35.03984],[32.38261,35.04048],[32.38523,35.04310],[32.38957,35.04456],[32.38983,35.04666],[32.39418,35.04859],[32.39610,35.04851],[32.39755,35.04907],[32.40356,35.05370],[32.41182,35.05490],[32.41208,35.05387],[32.41702,35.05327],[32.41857,35.05520],[32.41930,35.05683],[32.42111,35.05662],[32.42339,35.05615],[32.42564,35.05675],[32.42821,35.05911],[32.43209,35.05975],[32.43705,35.06027],[32.43955,35.06185],[32.44313,35.06533],[32.44936,35.06516],[32.45154,35.06640],[32.45298,35.06893],[32.45385,35.07130],[32.45603,35.07314],[32.45722,35.07151],[32.46236,35.07494],[32.46439,35.07820],[32.46808,35.08181],[32.46848,35.08430],[32.47156,35.08773],[32.47554,35.09121],[32.47656,35.09353],[32.47811,35.09876],[32.47829,35.10245],[32.47728,35.10537],[32.47587,35.10726],[32.47721,35.11026],[32.47974,35.11348],[32.48148,35.11970],[32.48499,35.12601],[32.49332,35.13932],[32.49440,35.13747],[32.49665,35.13872],[32.49628,35.14455],[32.50244,35.15489],[32.50326,35.15578],[32.50446,35.16080],[32.50913,35.16384],[32.51857,35.17711],[32.52154,35.17741],[32.52530,35.18110],[32.52375,35.18629],[32.52508,35.18805],[32.52704,35.18921],[32.53283,35.19509],[32.53551,35.19612],[32.54122,35.20415],[32.54318,35.21011],[32.54430,35.21166],[32.54539,35.21531],[32.54803,35.21578],[32.55237,35.22410],[32.53562,35.23676],[32.52310,35.25243],[32.51485,35.27474],[32.51011,35.29285],[32.51040,35.30624],[32.51159,35.31212],[32.51268,35.32153],[32.51568,35.33059],[32.51575,35.33282],[32.51948,35.34209],[32.51926,35.34591],[32.51814,35.34977],[32.51897,35.35333],[32.51861,35.35939],[32.51778,35.36102],[32.51731,35.36514],[32.51488,35.37166],[32.51239,35.37488],[32.50852,35.38256],[32.50652,35.38350],[32.50526,35.38462],[32.50551,35.38874],[32.50500,35.39119],[32.50270,35.39752],[32.50202,35.40250],[32.50079,35.40413],[32.49822,35.40486],[32.49362,35.40465],[32.48790,35.40666],[32.48131,35.40791],[32.47577,35.41040],[32.47298,35.41319],[32.46372,35.41774],[32.46263,35.41949],[32.45883,35.42048],[32.45658,35.41718],[32.43887,35.41246],[32.43453,35.41194],[32.42428,35.41696],[32.41852,35.41842],[32.41660,35.41988],[32.41377,35.42542],[32.40895,35.43190],[32.40612,35.44052],[32.40707,35.44340],[32.41073,35.44481],[32.41120,35.44730],[32.41083,35.44885],[32.41236,35.45207],[32.41333,35.45340],[32.41290,35.45417],[32.41304,35.45876],[32.41210,35.46052],[32.41254,35.46232],[32.41203,35.46494],[32.41279,35.46644],[32.41160,35.46850],[32.41120,35.47700],[32.41051,35.48078],[32.40319,35.49134],[32.40196,35.49460],[32.39772,35.51279],[32.39562,35.51888],[32.39518,35.52274],[32.39228,35.53386],[32.38844,35.53837],[32.38717,35.54248],[32.38888,35.54811],[32.38895,35.55244],[32.38877,35.55351],[32.38967,35.55549],[32.38645,35.55914],[32.38677,35.56029],[32.38453,35.56386],[32.38087,35.56296],[32.38014,35.56163],[32.38058,35.55982],[32.37853,35.56017],[32.37929,35.56330],[32.37302,35.56437],[32.36817,35.56403],[32.36276,35.56098],[32.36646,35.55519],[32.36309,35.55484],[32.35932,35.55467],[32.35725,35.55815],[32.35414,35.55536],[32.34852,35.56051],[32.34707,35.55957],[32.34573,35.55725],[32.34337,35.55472],[32.33945,35.55622],[32.33478,35.55613],[32.33369,35.55823],[32.32977,35.55751],[32.32894,35.55566],[32.32212,35.55506],[32.31889,35.56068],[32.31472,35.56205],[32.30982,35.56446],[32.30507,35.56072],[32.30391,35.56115],[32.29956,35.55613],[32.29764,35.55592],[32.29680,35.55918],[32.29441,35.56433],[32.29216,35.56472],[32.28998,35.56686],[32.28254,35.56815],[32.27993,35.56686],[32.27848,35.56411],[32.27474,35.56356],[32.27228,35.55854],[32.26781,35.56021],[32.26491,35.55999],[32.26411,35.56326],[32.26066,35.56562],[32.25751,35.56437],[32.25602,35.56266],[32.25028,35.56330],[32.24952,35.56544],[32.25043,35.56549],[32.25214,35.56892],[32.25148,35.57150],[32.24658,35.57094],[32.24593,35.56944],[32.24125,35.56781],[32.24117,35.56463],[32.24252,35.56266],[32.24150,35.56180],[32.23885,35.56467],[32.23341,35.56278],[32.22897,35.56512],[32.23064,35.56799],[32.23005,35.57387],[32.22577,35.57121],[32.22504,35.56846],[32.21829,35.56713],[32.21630,35.56992],[32.21379,35.57005],[32.21335,35.57439],[32.20958,35.57456],[32.20951,35.57173],[32.21128,35.56855],[32.20656,35.56825],[32.20395,35.56413],[32.19778,35.56769],[32.19818,35.57065],[32.19147,35.57096],[32.18621,35.56559],[32.18671,35.56332],[32.18214,35.56302],[32.18000,35.55997],[32.17221,35.56083],[32.17250,35.55864],[32.17559,35.55431],[32.17068,35.55272],[32.17152,35.55658],[32.16861,35.55843],[32.16571,35.55684],[32.16672,35.54971],[32.16356,35.55280],[32.16018,35.55105],[32.16095,35.55362],[32.15965,35.55903],[32.15507,35.55911],[32.15289,35.55688],[32.15183,35.56182],[32.14268,35.55735],[32.14326,35.55379],[32.14584,35.55152],[32.14082,35.54903],[32.14311,35.54521],[32.13992,35.54379],[32.13530,35.54637],[32.13508,35.55113],[32.13287,35.55177],[32.13116,35.54598],[32.12970,35.54693],[32.12981,35.55117],[32.12814,35.55190],[32.12542,35.54916],[32.12360,35.54997],[32.12029,35.54783],[32.11538,35.54371],[32.11179,35.54135],[32.10681,35.53517],[32.10473,35.53435],[32.09844,35.53766],[32.09180,35.54113],[32.09086,35.54354],[32.08515,35.54431],[32.08250,35.54705],[32.08144,35.54581],[32.08035,35.54126],[32.07755,35.53920],[32.07479,35.53916],[32.07526,35.53508],[32.07228,35.53727],[32.06835,35.53561],[32.06868,35.53149],[32.06446,35.53244],[32.06409,35.52973],[32.06202,35.52995],[32.06100,35.53179],[32.05711,35.52905],[32.05538,35.53131],[32.05334,35.52950],[32.05018,35.53122],[32.04869,35.52749],[32.04967,35.52375],[32.04781,35.52337],[32.04650,35.52049],[32.04479,35.52045],[32.04512,35.52461],[32.04327,35.52444],[32.04017,35.52101],[32.03821,35.52165],[32.03512,35.51929],[32.03191,35.52298],[32.02995,35.52230],[32.02980,35.52371],[32.02595,35.52354],[32.02253,35.52255],[32.02213,35.52483],[32.02060,35.52517],[32.02096,35.52796],[32.01860,35.53002],[32.01467,35.52749],[32.00936,35.52779],[32.00903,35.52955],[32.00644,35.52809],[32.00506,35.52650],[32.00106,35.52787],[32.00193,35.53195],[32.00248,35.53384],[31.99979,35.53714],[31.99807,35.53556],[31.99582,35.53985],[31.99229,35.53671],[31.99098,35.53766],[31.98887,35.53543],[31.98836,35.53787],[31.98614,35.53693],[31.98494,35.53560],[31.98246,35.53667],[31.98038,35.53877],[31.97860,35.54191],[31.97598,35.54268],[31.97518,35.54092],[31.97387,35.54401],[31.97067,35.54517],[31.97270,35.54719],[31.97147,35.54933],[31.96761,35.54822],[31.96699,35.54633],[31.96510,35.54360],[31.96102,35.54721],[31.95953,35.54511],[31.95997,35.54352],[31.95400,35.54515],[31.94985,35.54189],[31.94894,35.54442],[31.94293,35.54433],[31.94049,35.54472],[31.93743,35.54189],[31.93663,35.54609],[31.93313,35.54459],[31.93298,35.54180],[31.93131,35.54142],[31.93124,35.53884],[31.92912,35.53648],[31.92559,35.53682],[31.92373,35.53615],[31.92421,35.53314],[31.92220,35.52701],[31.91812,35.52769],[31.91754,35.52902],[31.91299,35.52748],[31.90683,35.52512],[31.90690,35.52679],[31.90308,35.52675],[31.90264,35.52890],[31.89962,35.52817],[31.89849,35.53199],[31.89594,35.53383],[31.89455,35.53508],[31.89095,35.53452],[31.89018,35.53143],[31.88759,35.53254],[31.88614,35.53683],[31.88384,35.53559],[31.88275,35.53362],[31.88209,35.53572],[31.87990,35.54001],[31.87491,35.53967],[31.87615,35.54495],[31.87316,35.55087],[31.87025,35.54572],[31.86522,35.54967],[31.86299,35.54619],[31.85888,35.54284],[31.85545,35.53864],[31.85432,35.54373],[31.85104,35.54141],[31.84885,35.54717],[31.84393,35.54944],[31.83382,35.54998],[31.82908,35.54805],[31.82295,35.54951],[31.82131,35.54368],[31.81344,35.54586],[31.80490,35.54432],[31.80129,35.54758],[31.79644,35.55213],[31.78991,35.55179],[31.78338,35.54835],[31.77382,35.55295],[31.77287,35.55586],[31.76911,35.55659],[31.76784,35.55398],[31.76572,35.55891],[31.75974,35.55908]], // Saint Pierre and Miquelon - PM: [[46.74214,-56.01645], [46.92159,-56.20734], [47.13969,-56.17850], [47.23209,-56.44355], [46.93003,-56.59598], [46.69883,-56.44629], [46.67905,-56.11945]], + PM: [[46.74214,-56.01645],[46.92159,-56.20734],[47.13969,-56.17850],[47.23209,-56.44355],[46.93003,-56.59598],[46.69883,-56.44629],[46.67905,-56.11945]], // Rรฉunion - RE: [[-20.51443,54.82224], [-21.74667,54.75906], [-21.76963,56.29990], [-20.56587,56.28616]], + RE: [[-20.51443,54.82224],[-21.74667,54.75906],[-21.76963,56.29990],[-20.56587,56.28616]], // Serbia - RS: [[45.92114,18.89014], [45.92346,18.89074], [45.92564,18.89473], [45.93406,18.90409], [45.93546,18.90610], [45.93084,18.93494], [45.92797,18.94503], [45.92676,18.95904], [45.92601,18.96204], [45.92834,18.96985], [45.93243,18.98818], [45.93046,18.98925], [45.92410,18.99487], [45.92347,19.00822], [45.94628,18.99729], [45.95887,19.00553], [45.96287,19.01575], [45.96490,19.03266], [45.96561,19.05471], [45.96412,19.06570], [45.96328,19.07308], [45.96370,19.07918], [46.00014,19.06536], [46.02210,19.08796], [46.04039,19.10418], [46.03825,19.11440], [46.03730,19.13396], [46.02752,19.13972], [46.01227,19.14495], [46.00809,19.14778], [46.00100,19.14607], [45.99641,19.14813], [45.99623,19.16598], [45.99420,19.16598], [45.99283,19.20435], [45.99849,19.19894], [45.99903,19.20632], [45.99957,19.23327], [45.99521,19.23679], [45.99593,19.25241], [45.99700,19.28537], [45.98824,19.29627], [45.99170,19.30202], [46.01459,19.28082], [46.05243,19.36425], [46.04778,19.37008], [46.03610,19.38030], [46.04218,19.39489], [46.04588,19.41532], [46.05529,19.42287], [46.06735,19.43935], [46.08182,19.46596], [46.08884,19.46639], [46.09539,19.46398], [46.09670,19.47034], [46.09789,19.47094], [46.10045,19.47583], [46.10182,19.47995], [46.10509,19.48167], [46.10509,19.48510], [46.10378,19.48579], [46.11092,19.50862], [46.12098,19.52621], [46.13394,19.50681], [46.13722,19.50879], [46.14221,19.50175], [46.15220,19.51677], [46.14798,19.52664], [46.15226,19.53351], [46.15244,19.53462], [46.16627,19.55988], [46.16823,19.55816], [46.17001,19.56279], [46.17411,19.55936], [46.17554,19.56365], [46.17708,19.56236], [46.17893,19.56734], [46.16965,19.63120], [46.19039,19.66124], [46.18927,19.66433], [46.18742,19.66510], [46.18445,19.66922], [46.18707,19.66965], [46.18564,19.67249], [46.18208,19.67729], [46.18005,19.68493], [46.18196,19.68570], [46.18852,19.69782], [46.18792,19.70005], [46.18430,19.70365], [46.17592,19.71876], [46.17188,19.71833], [46.16974,19.72305], [46.16926,19.72983], [46.17104,19.73361], [46.16587,19.74193], [46.15725,19.74828], [46.15529,19.75094], [46.14768,19.75987], [46.14619,19.76631], [46.14423,19.77283], [46.14488,19.78047], [46.13983,19.79111], [46.14048,19.79317], [46.13947,19.79849], [46.13680,19.79978], [46.13210,19.80897], [46.13138,19.81326], [46.12835,19.81798], [46.13079,19.82133], [46.14155,19.84373], [46.15024,19.85283], [46.15030,19.86227], [46.15148,19.87325], [46.16005,19.89720], [46.16189,19.90549], [46.16332,19.90961], [46.16403,19.91425], [46.16724,19.92154], [46.17669,19.93527], [46.17592,19.96471], [46.17627,19.97270], [46.17693,20.01647], [46.17372,20.02299], [46.16843,20.02411], [46.15089,20.03029], [46.14601,20.03295], [46.14483,20.03535], [46.14441,20.03904], [46.14506,20.04528], [46.14833,20.05704], [46.14780,20.06064], [46.14619,20.06296], [46.14477,20.06399], [46.16635,20.08322], [46.17758,20.09661], [46.17693,20.10270], [46.17509,20.10656], [46.17265,20.10673], [46.17140,20.10425], [46.16534,20.10502], [46.16278,20.10725], [46.15261,20.12596], [46.15267,20.12690], [46.15030,20.13326], [46.14774,20.13523], [46.14756,20.13738], [46.14453,20.13755], [46.14512,20.14665], [46.15296,20.16833], [46.15766,20.17924], [46.16051,20.18147], [46.14404,20.20850], [46.13554,20.21091], [46.12923,20.23039], [46.12417,20.23339], [46.13030,20.24799], [46.12614,20.25253], [46.12275,20.25030], [46.11983,20.25030], [46.11829,20.25211], [46.11704,20.25262], [46.11608,20.25451], [46.12620,20.26249], [46.12661,20.26472], [46.12519,20.26610], [46.12299,20.26249], [46.12084,20.26232], [46.11840,20.26429], [46.11721,20.26816], [46.11698,20.27073], [46.11817,20.27519], [46.11805,20.28137], [46.11611,20.28215], [46.11611,20.27974], [46.11516,20.27794], [46.11296,20.27425], [46.11225,20.26962], [46.11248,20.26678], [46.11070,20.26498], [46.10927,20.26489], [46.10820,20.26610], [46.10731,20.26610], [46.10618,20.26798], [46.09921,20.27279], [46.08642,20.30317], [46.08314,20.30352], [46.07665,20.30807], [46.07642,20.30935], [46.07421,20.31116], [46.07201,20.31013], [46.05396,20.33725], [46.05259,20.33845], [46.04777,20.34558], [46.04676,20.34575], [46.04640,20.34111], [46.04092,20.33673], [46.00486,20.35793], [46.00391,20.35296], [46.00254,20.35253], [46.00093,20.35330], [45.99920,20.35244], [45.99949,20.34883], [45.99592,20.35338], [45.96502,20.40453], [45.97015,20.44685], [45.95297,20.48418], [45.90879,20.50317], [45.89260,20.51562], [45.90013,20.54892], [45.90598,20.54566], [45.91046,20.56901], [45.88430,20.57888], [45.88328,20.57561], [45.87898,20.57750], [45.87862,20.57527], [45.87749,20.57604], [45.87785,20.57802], [45.87008,20.58119], [45.87253,20.59458], [45.86255,20.59887], [45.86440,20.61175], [45.82918,20.66076], [45.81160,20.65106], [45.80795,20.65484], [45.80861,20.65724], [45.79431,20.66282], [45.79754,20.68144], [45.79197,20.68462], [45.77904,20.69046], [45.76647,20.69492], [45.76593,20.69123], [45.76006,20.69294], [45.76084,20.69689], [45.75053,20.70084], [45.75131,20.70728], [45.74987,20.71380], [45.75209,20.71724], [45.75341,20.72127], [45.75598,20.73337], [45.75460,20.77243], [45.78767,20.78390], [45.77606,20.82252], [45.74881,20.81660], [45.74810,20.80853], [45.73797,20.80313], [45.70178,20.80141], [45.70178,20.79952], [45.69980,20.80287], [45.68709,20.79695], [45.68193,20.80381], [45.67204,20.80107], [45.65728,20.80733], [45.64438,20.78862], [45.64006,20.78707], [45.62122,20.77884], [45.61197,20.76656], [45.58320,20.77171], [45.58741,20.79411], [45.58308,20.79780], [45.58332,20.79943], [45.56844,20.81368], [45.56579,20.81162], [45.55161,20.82450], [45.54993,20.82115], [45.54554,20.82458], [45.53568,20.83342], [45.53340,20.82741], [45.51494,20.80870], [45.49972,20.76922], [45.49009,20.77686], [45.48750,20.77085], [45.47962,20.77102], [45.47998,20.83334], [45.46349,20.86887], [45.46076,20.87198], [45.45667,20.87344], [45.45390,20.87902], [45.45185,20.87971], [45.44914,20.87945], [45.44637,20.88142], [45.44535,20.87816], [45.44571,20.87430], [45.44468,20.87404], [45.44258,20.87559], [45.43884,20.87584], [45.43794,20.87318], [45.43698,20.86752], [45.43577,20.86717], [45.43348,20.87026], [45.43174,20.86906], [45.42433,20.87885], [45.41872,20.89687], [45.41710,20.90082], [45.41788,20.92056], [45.40698,20.92502], [45.40716,20.92717], [45.40562,20.93043], [45.40363,20.93009], [45.40261,20.93155], [45.39242,20.93584], [45.39242,20.93035], [45.38688,20.93120], [45.38676,20.94425], [45.38591,20.94871], [45.38290,20.94992], [45.37319,20.95146], [45.36740,20.96022], [45.36397,20.97163], [45.35745,20.98245], [45.34877,20.98891], [45.34213,20.99827], [45.34195,21.00994], [45.32457,21.01672], [45.33199,21.06418], [45.31256,21.06238], [45.31298,21.06710], [45.31812,21.08075], [45.31685,21.08264], [45.31383,21.08341], [45.29670,21.09589], [45.30123,21.11245], [45.30086,21.11434], [45.30147,21.11700], [45.30497,21.12730], [45.30515,21.14447], [45.31245,21.15365], [45.31626,21.14902], [45.32478,21.16140], [45.32496,21.16209], [45.32231,21.16595], [45.32025,21.16638], [45.32291,21.17187], [45.32557,21.17608], [45.32369,21.18071], [45.32056,21.18406], [45.31881,21.18063], [45.31585,21.18406], [45.31398,21.18063], [45.30969,21.18131], [45.30468,21.18475], [45.29448,21.19024], [45.28747,21.19127], [45.28240,21.19685], [45.27576,21.20972], [45.26490,21.20294], [45.25094,21.21848], [45.25275,21.22277], [45.25112,21.22963], [45.24357,21.25212], [45.24115,21.25513], [45.23021,21.27521], [45.23347,21.28053], [45.23529,21.28053], [45.24369,21.29083], [45.24030,21.30645], [45.23940,21.30637], [45.23813,21.31890], [45.24085,21.31950], [45.23976,21.32645], [45.23644,21.32611], [45.23511,21.33907], [45.23311,21.33976], [45.22973,21.34748], [45.22235,21.35950], [45.22604,21.36825], [45.21885,21.39409], [45.22882,21.40233], [45.22828,21.40447], [45.22513,21.41031], [45.22024,21.41117], [45.21963,21.41580], [45.21473,21.42636], [45.21274,21.43065], [45.20669,21.43597], [45.20270,21.43829], [45.20110,21.44485], [45.19221,21.48296], [45.17194,21.49326], [45.17176,21.49969], [45.16940,21.50862], [45.17079,21.51437], [45.15802,21.52407], [45.14604,21.52888], [45.13726,21.52724], [45.12969,21.50664], [45.12448,21.49909], [45.12473,21.49025], [45.12412,21.48484], [45.12206,21.48193], [45.12182,21.47841], [45.11800,21.47832], [45.11176,21.47381], [45.10970,21.47124], [45.10425,21.47038], [45.10080,21.47287], [45.09650,21.48068], [45.09201,21.48360], [45.09038,21.47965], [45.08547,21.47416], [45.08274,21.47304], [45.07892,21.46738], [45.07692,21.46678], [45.07535,21.46472], [45.07426,21.46472], [45.07153,21.46008], [45.06310,21.45708], [45.06201,21.45227], [45.05953,21.45043], [45.05820,21.44777], [45.05432,21.44665], [45.05292,21.44768], [45.05250,21.44991], [45.04116,21.45627], [45.03467,21.42537], [45.03218,21.42253], [45.03388,21.41996], [45.03625,21.41867], [45.03576,21.40820], [45.03709,21.40451], [45.03212,21.40039], [45.03066,21.40082], [45.03012,21.39979], [45.02696,21.39232], [45.02539,21.38039], [45.02502,21.36966], [45.02011,21.36134], [45.00660,21.37540], [45.00842,21.37669], [45.00399,21.38424], [45.00199,21.38184], [45.00023,21.38682], [44.99920,21.38596], [44.99155,21.40587], [44.98930,21.40484], [44.98584,21.41437], [44.97783,21.40681], [44.97206,21.41548], [44.96065,21.43806], [44.96235,21.44492], [44.95925,21.46741], [44.94898,21.49050], [44.94856,21.49350], [44.94425,21.50586], [44.93829,21.51874], [44.93945,21.52243], [44.93926,21.52809], [44.93088,21.54734], [44.92839,21.54700], [44.92444,21.55318], [44.92237,21.55343], [44.91952,21.55086], [44.91642,21.55094], [44.91137,21.55592], [44.90779,21.55858], [44.90408,21.55841], [44.89855,21.55901], [44.88836,21.56004], [44.88337,21.53661], [44.88161,21.53163], [44.88142,21.52073], [44.87966,21.51078], [44.87559,21.50580], [44.87200,21.49945], [44.87212,21.48837], [44.86962,21.48340], [44.86950,21.47790], [44.87035,21.47610], [44.86968,21.47284], [44.87066,21.46468], [44.86829,21.46082], [44.86914,21.45884], [44.87145,21.45790], [44.87206,21.45472], [44.87437,21.45120], [44.87248,21.44665], [44.87321,21.44520], [44.86926,21.44099], [44.86859,21.43515], [44.86975,21.42786], [44.87157,21.42322], [44.86987,21.41618], [44.86658,21.40503], [44.86719,21.39481], [44.86829,21.39044], [44.86573,21.38554], [44.86531,21.38220], [44.86646,21.37550], [44.86555,21.37164], [44.86545,21.36740], [44.86204,21.36466], [44.85650,21.36286], [44.85389,21.36114], [44.85139,21.36097], [44.84543,21.35874], [44.84354,21.36148], [44.83971,21.36174], [44.84032,21.35350], [44.83721,21.35522], [44.83770,21.35874], [44.83606,21.36105], [44.83350,21.35908], [44.83216,21.36277], [44.82833,21.36389], [44.82333,21.36045], [44.80508,21.38658], [44.77535,21.39517], [44.77303,21.43534], [44.77712,21.48366], [44.76365,21.58091], [44.71976,21.61575], [44.66850,21.61567], [44.66344,21.69592], [44.65585,21.71265], [44.65286,21.72682], [44.66116,21.77368], [44.65304,21.82054], [44.65402,21.86363], [44.63350,21.96843], [44.63460,21.98937], [44.62238,22.00053], [44.60828,22.00455], [44.59135,22.02721], [44.56206,22.02661], [44.54134,22.03978], [44.52488,22.07163], [44.49642,22.08562], [44.47744,22.12398], [44.47646,22.17608], [44.48949,22.18955], [44.57790,22.24491], [44.59131,22.26112], [44.61074,22.27193], [44.62540,22.27451], [44.63212,22.28798], [44.64232,22.30257], [44.65911,22.30326], [44.67724,22.34592], [44.67963,22.39168], [44.71105,22.42559], [44.71562,22.46902], [44.67041,22.52824], [44.62917,22.58595], [44.61396,22.62869], [44.61909,22.66534], [44.61179,22.68002], [44.60488,22.68938], [44.60164,22.71307], [44.58153,22.73444], [44.55249,22.76499], [44.53579,22.75846], [44.51566,22.70009], [44.55328,22.61752], [44.54888,22.57924], [44.52631,22.56088], [44.49350,22.55667], [44.47298,22.52474], [44.48119,22.46595], [44.47096,22.45625], [44.44584,22.46655], [44.41914,22.49963], [44.37707,22.50349], [44.33386,22.53156], [44.31667,22.55276], [44.30432,22.56486], [44.28540,22.67061], [44.26690,22.68550], [44.23837,22.67786], [44.22392,22.67254], [44.21524,22.67580], [44.21174,22.66713], [44.20882,22.66945], [44.20755,22.66949], [44.20765,22.66777], [44.20986,22.66412], [44.21269,22.66563], [44.21380,22.66490], [44.21177,22.66086], [44.20968,22.66009], [44.20952,22.65704], [44.20611,22.65683], [44.20389,22.65485], [44.20435,22.65237], [44.20666,22.65056], [44.20872,22.64576], [44.20817,22.64443], [44.20691,22.64490], [44.20454,22.64790], [44.20294,22.64795], [44.20152,22.64687], [44.20100,22.64593], [44.19802,22.64571], [44.19451,22.64262], [44.19297,22.64280], [44.19242,22.64134], [44.19217,22.63838], [44.19134,22.63756], [44.18983,22.63717], [44.18888,22.64125], [44.18820,22.64275], [44.18737,22.64318], [44.18608,22.64327], [44.18282,22.64095], [44.18112,22.63593], [44.18429,22.63327], [44.18420,22.63018], [44.18349,22.62889], [44.18038,22.63159], [44.17832,22.63632], [44.17558,22.63670], [44.17374,22.63408], [44.17488,22.63078], [44.17475,22.62885], [44.17392,22.62760], [44.17303,22.62760], [44.17226,22.62842], [44.17111,22.62806], [44.17025,22.62492], [44.17160,22.62291], [44.17367,22.62136], [44.17216,22.61754], [44.17004,22.61651], [44.16662,22.61715], [44.16594,22.61634], [44.16573,22.61445], [44.16566,22.61329], [44.16502,22.61346], [44.16369,22.61531], [44.16354,22.61595], [44.16172,22.61621], [44.16182,22.61943], [44.16314,22.62145], [44.16203,22.62269], [44.15858,22.62488], [44.15923,22.62741], [44.15775,22.62883], [44.15584,22.62836], [44.15418,22.62655], [44.14939,22.62661], [44.14770,22.62733], [44.14712,22.62708], [44.14684,22.62497], [44.15069,22.62085], [44.15023,22.61837], [44.14662,22.62013], [44.14601,22.61798], [44.14582,22.61927], [44.11656,22.61193], [44.10715,22.61025], [44.10358,22.61128], [44.10044,22.61463], [44.09729,22.61995], [44.08792,22.61927], [44.08151,22.61987], [44.07978,22.61824], [44.07898,22.61583], [44.07726,22.61643], [44.07510,22.61824], [44.07269,22.62570], [44.06887,22.61927], [44.06623,22.61929], [44.06309,22.62066], [44.06161,22.60530], [44.06272,22.59912], [44.06155,22.59628], [44.06173,22.58547], [44.06130,22.58315], [44.05328,22.58041], [44.05452,22.57320], [44.05624,22.56667], [44.05711,22.56067], [44.05630,22.55800], [44.05304,22.55466], [44.05217,22.53595], [44.04841,22.53114], [44.04711,22.53526], [44.04329,22.54170], [44.04113,22.54281], [44.03811,22.53861], [44.03514,22.54127], [44.03372,22.54444], [44.03095,22.54075], [44.02558,22.53929], [44.02478,22.53329], [44.02038,22.53217], [44.01809,22.52153], [44.01877,22.51209], [44.01797,22.50754], [44.01754,22.49406], [44.01963,22.48505], [44.01852,22.47930], [44.01501,22.47235], [44.01439,22.46615], [44.01636,22.45147], [44.01667,22.44804], [44.01618,22.44280], [44.00976,22.44160], [44.00790,22.42873], [44.00556,22.42289], [44.00562,22.41457], [44.00309,22.41002], [43.99901,22.41225], [43.99772,22.41036], [43.99667,22.41070], [43.99617,22.41328], [43.99228,22.41766], [43.98765,22.40924], [43.98376,22.40984], [43.98240,22.40890], [43.98036,22.41233], [43.97549,22.41216], [43.97166,22.41345], [43.96449,22.41285], [43.96128,22.41139], [43.95504,22.41208], [43.94768,22.40658], [43.93909,22.40976], [43.93184,22.39568], [43.93054,22.39241], [43.92690,22.38941], [43.92418,22.38881], [43.91682,22.39379], [43.91465,22.39302], [43.91051,22.39533], [43.90841,22.39559], [43.89695,22.39054], [43.89027,22.39054], [43.88433,22.38856], [43.88142,22.38985], [43.87319,22.38684], [43.85191,22.38135], [43.84887,22.38041], [43.84491,22.37921], [43.84182,22.37663], [43.83501,22.37191], [43.82950,22.37011], [43.82442,22.36582], [43.82281,22.36127], [43.81600,22.35990], [43.81079,22.35749], [43.80894,22.35870], [43.80733,22.36136], [43.80020,22.36213], [43.79574,22.36762], [43.79211,22.36805], [43.78437,22.37414], [43.77817,22.37723], [43.77520,22.37801], [43.77185,22.38290], [43.76819,22.38444], [43.76398,22.39200], [43.76007,22.39483], [43.75914,22.40410], [43.75536,22.40007], [43.75207,22.39946], [43.74730,22.39904], [43.74054,22.39869], [43.73852,22.40093], [43.73474,22.39741], [43.72990,22.39492], [43.72550,22.39921], [43.72326,22.40376], [43.71979,22.40290], [43.71656,22.40548], [43.70999,22.40513], [43.70726,22.40805], [43.70577,22.40737], [43.70068,22.40634], [43.69640,22.40788], [43.69423,22.41157], [43.69131,22.41260], [43.69001,22.41526], [43.68728,22.41732], [43.68448,22.42178], [43.68132,22.42144], [43.67927,22.42419], [43.67542,22.43475], [43.67399,22.44015], [43.66578,22.44834], [43.65913,22.46173], [43.65721,22.47675], [43.65286,22.48302], [43.64603,22.48474], [43.64149,22.49143], [43.63572,22.49289], [43.63075,22.48937], [43.62559,22.48285], [43.62391,22.48276], [43.61925,22.48860], [43.60825,22.49170], [43.60545,22.49110], [43.60228,22.49368], [43.59931,22.49291], [43.59216,22.48703], [43.59064,22.48720], [43.58713,22.49029], [43.58358,22.49600], [43.58225,22.49655], [43.57761,22.49475], [43.57523,22.49239], [43.57169,22.49132], [43.56852,22.48776], [43.56211,22.48870], [43.55580,22.49033], [43.55104,22.49377], [43.54768,22.49492], [43.54096,22.50368], [43.53878,22.50441], [43.53443,22.50308], [43.53266,22.50342], [43.52975,22.50202], [43.52807,22.50270], [43.52380,22.50562], [43.52150,22.50571], [43.51556,22.50807], [43.50989,22.51442], [43.50498,22.51502], [43.50286,22.51652], [43.49819,22.52094], [43.49601,22.52429], [43.49315,22.52519], [43.48941,22.52541], [43.48608,22.52502], [43.48486,22.52592], [43.47898,22.53313], [43.47652,22.53395], [43.47358,22.53352], [43.47140,22.53386], [43.46747,22.54214], [43.46626,22.54583], [43.46389,22.55103], [43.46205,22.55399], [43.46267,22.55849], [43.46327,22.55970], [43.46408,22.57570], [43.45957,22.57907], [43.45246,22.58718], [43.44841,22.58954], [43.44611,22.59044], [43.44203,22.59074], [43.43913,22.59297], [43.43620,22.59726], [43.43523,22.60057], [43.43523,22.60284], [43.43000,22.62004], [43.42869,22.62236], [43.42863,22.62686], [43.42975,22.63167], [43.43218,22.63489], [43.43386,22.63871], [43.42626,22.66184], [43.42258,22.66055], [43.42009,22.66179], [43.41563,22.66446], [43.41370,22.66630], [43.40911,22.66785], [43.40288,22.66776], [43.40098,22.67081], [43.39645,22.67579], [43.39496,22.67892], [43.39430,22.68089], [43.39384,22.68930], [43.39418,22.69162], [43.39490,22.69312], [43.39355,22.69917], [43.39408,22.70132], [43.39424,22.70600], [43.39563,22.71340], [43.39603,22.72074], [43.39584,22.72259], [43.39369,22.72812], [43.39107,22.73177], [43.38939,22.73353], [43.38808,22.73962], [43.38827,22.74409], [43.38639,22.74881], [43.38521,22.74975], [43.38427,22.75198], [43.38184,22.75469], [43.38044,22.75705], [43.37763,22.76722], [43.37666,22.76902], [43.37150,22.77003], [43.36769,22.76922], [43.36535,22.76948], [43.36385,22.77008], [43.35967,22.77759], [43.35933,22.77960], [43.35805,22.78196], [43.35443,22.78686], [43.34997,22.79128], [43.34526,22.79407], [43.34288,22.79570], [43.34007,22.80123], [43.33858,22.80329], [43.33780,22.80621], [43.33792,22.80797], [43.33855,22.80960], [43.33561,22.81707], [43.33096,22.82655], [43.32965,22.82741], [43.32824,22.82771], [43.31988,22.82904], [43.31863,22.83029], [43.31722,22.83054], [43.31285,22.83218], [43.31017,22.83436], [43.30835,22.83522], [43.30701,22.83702], [43.30454,22.83827], [43.30170,22.83816], [43.29808,22.84447], [43.29645,22.84576], [43.29167,22.84391], [43.28849,22.84400], [43.28674,22.84267], [43.28483,22.84318], [43.28121,22.84507], [43.28055,22.84683], [43.27880,22.84850], [43.27596,22.84876], [43.27452,22.85859], [43.27228,22.86320], [43.26947,22.86427], [43.26734,22.86960], [43.26409,22.86930], [43.25797,22.87097], [43.25603,22.87011], [43.25281,22.87384], [43.24890,22.87642], [43.24728,22.88054], [43.24487,22.88337], [43.24037,22.88440], [43.23537,22.88882], [43.23115,22.89496], [43.23074,22.89655], [43.22658,22.89693], [43.22533,22.89839], [43.22361,22.90367], [43.22092,22.90766], [43.22148,22.91058], [43.22095,22.91466], [43.21858,22.92015], [43.21467,22.92324], [43.21323,22.92775], [43.21091,22.92968], [43.20954,22.93269], [43.20935,22.93492], [43.20628,22.93672], [43.20272,22.94118], [43.20469,22.94629], [43.20638,22.95238], [43.20691,22.95702], [43.20713,22.96191], [43.20503,22.96603], [43.20516,22.96886], [43.20348,22.97863], [43.20201,22.97966], [43.20170,22.98121], [43.20280,22.98245], [43.20229,22.98516], [43.19951,22.98812], [43.19754,22.99211], [43.19404,22.99728], [43.19278,23.00024], [43.19206,23.00282], [43.19263,23.00569], [43.19169,23.00638], [43.19066,23.00569], [43.18712,23.00651], [43.18524,23.00539], [43.18268,23.00166], [43.18080,23.00067], [43.17902,22.99951], [43.17833,22.99780], [43.17196,22.99006], [43.16795,22.98706], [43.16614,22.98697], [43.16454,22.99131], [43.16257,22.99444], [43.16063,22.99650], [43.15672,22.99736], [43.15518,22.99710], [43.15299,22.99590], [43.15077,22.99371], [43.14615,22.99570], [43.14296,22.99514], [43.13952,22.99608], [43.13429,22.99454], [43.12896,22.99183], [43.12173,22.98578], [43.11527,22.98441], [43.11258,22.98325], [43.11117,22.98334], [43.10498,22.97182], [43.09972,22.96413], [43.09680,22.96014], [43.09649,22.95752], [43.09596,22.95572], [43.09477,22.95469], [43.09279,22.95345], [43.09119,22.95006], [43.08941,22.93911], [43.08731,22.93195], [43.08022,22.91869], [43.07649,22.91864], [43.07141,22.91701], [43.06637,22.91495], [43.06346,22.91225], [43.06067,22.91216], [43.05797,22.91113], [43.05509,22.90787], [43.05386,22.90594], [43.04960,22.90096], [43.04740,22.89989], [43.04499,22.89942], [43.03586,22.89864], [43.02193,22.86332], [43.01870,22.86036], [43.00580,22.85036], [43.00370,22.84727], [42.99592,22.82981], [42.98735,22.80376], [42.98584,22.79771], [42.98336,22.79161], [42.98182,22.78552], [42.98094,22.78475], [42.97871,22.78518], [42.97667,22.78539], [42.97507,22.78655], [42.97118,22.78419], [42.96923,22.78586], [42.96737,22.78571], [42.96404,22.78292], [42.96153,22.78309], [42.96027,22.78343], [42.95930,22.78433], [42.95685,22.78515], [42.95509,22.78245], [42.95424,22.78249], [42.95383,22.78309], [42.95094,22.78300], [42.95019,22.78219], [42.94985,22.78086], [42.95264,22.78047], [42.95230,22.77923], [42.94959,22.77721], [42.94931,22.77485], [42.94859,22.77301], [42.94871,22.77030], [42.94761,22.76927], [42.94394,22.76936], [42.94262,22.77180], [42.93888,22.77434], [42.93609,22.77266], [42.93514,22.77511], [42.93304,22.77828], [42.93093,22.77927], [42.92770,22.77820], [42.92339,22.77571], [42.91814,22.77421], [42.91756,22.76877], [42.91696,22.76774], [42.91564,22.76662], [42.91093,22.76070], [42.90970,22.76027], [42.90854,22.76156], [42.90681,22.76173], [42.90386,22.75937], [42.90156,22.75864], [42.89908,22.75366], [42.89420,22.75388], [42.89093,22.75069], [42.88951,22.74833], [42.88806,22.74704], [42.88615,22.74507], [42.88624,22.74223], [42.88574,22.73987], [42.88451,22.73781], [42.88517,22.73507], [42.88778,22.73206], [42.88832,22.73022], [42.88832,22.72824], [42.88703,22.72648], [42.88457,22.72073], [42.88655,22.71614], [42.88678,22.71374], [42.88571,22.71254], [42.88514,22.71048], [42.87924,22.70559], [42.88050,22.70374], [42.88427,22.70142], [42.88462,22.69919], [42.88431,22.69709], [42.88305,22.69580], [42.88056,22.69482], [42.87827,22.69533], [42.87679,22.69250], [42.87493,22.68731], [42.87214,22.68181], [42.87097,22.68125], [42.86767,22.68216], [42.86613,22.68010], [42.86553,22.67786], [42.86651,22.67645], [42.87173,22.67503], [42.87358,22.67319], [42.87553,22.67276], [42.87698,22.66623], [42.87959,22.66405], [42.88009,22.66246], [42.88182,22.66083], [42.88276,22.65688], [42.88267,22.65542], [42.88305,22.65267], [42.88050,22.64864], [42.87865,22.64340], [42.87783,22.64036], [42.88591,22.62924], [42.88855,22.62718], [42.89009,22.62546], [42.89173,22.62491], [42.89361,22.62096], [42.89591,22.61877], [42.89616,22.61688], [42.89525,22.61469], [42.89525,22.61276], [42.89342,22.60877], [42.89336,22.60658], [42.89163,22.60336], [42.89390,22.59963], [42.89402,22.59744], [42.89355,22.59590], [42.89072,22.59229], [42.89028,22.59015], [42.89085,22.58718], [42.89154,22.58392], [42.88861,22.58178], [42.88503,22.58032], [42.88248,22.57856], [42.87890,22.57444], [42.87751,22.57422], [42.87695,22.57319], [42.87556,22.57289], [42.87409,22.57401], [42.87188,22.57255], [42.86934,22.57379], [42.86710,22.57418], [42.86500,22.57543], [42.86267,22.57555], [42.86987,22.56452], [42.87179,22.55929], [42.87132,22.55581], [42.87666,22.54671], [42.87692,22.54431], [42.88060,22.53895], [42.88207,22.53539], [42.87897,22.53242], [42.87815,22.53040], [42.87680,22.52882], [42.87642,22.52452], [42.87667,22.52212], [42.87595,22.52105], [42.86843,22.51581], [42.86724,22.51667], [42.86614,22.51787], [42.86375,22.51787], [42.86353,22.51534], [42.86170,22.51809], [42.85906,22.51688], [42.85680,22.51616], [42.85519,22.51422], [42.85431,22.51088], [42.85054,22.50706], [42.85057,22.50277], [42.84956,22.50049], [42.84267,22.48985], [42.84028,22.48783], [42.83852,22.48367], [42.83499,22.48084], [42.83351,22.47762], [42.83187,22.47551], [42.83150,22.47165], [42.83080,22.47054], [42.83074,22.46903], [42.83317,22.46582], [42.83011,22.45916], [42.82945,22.45526], [42.82457,22.44680], [42.82523,22.44393], [42.82511,22.44200], [42.82353,22.43997], [42.82164,22.43985], [42.81677,22.44109], [42.81481,22.44019], [42.81060,22.44079], [42.80842,22.44070], [42.80521,22.44143], [42.80241,22.44869], [42.79772,22.44932], [42.79571,22.45031], [42.79372,22.45529], [42.78944,22.45804], [42.78601,22.45864], [42.78289,22.46065], [42.77961,22.46001], [42.77782,22.46057], [42.77596,22.46366], [42.77451,22.46537], [42.77271,22.46748], [42.76899,22.47233], [42.76748,22.47615], [42.76449,22.47568], [42.76215,22.47705], [42.76171,22.47813], [42.76020,22.47907], [42.75803,22.48147], [42.75547,22.48220], [42.75220,22.48392], [42.74917,22.48761], [42.74882,22.49159], [42.74733,22.49335], [42.74680,22.49554], [42.74368,22.50005], [42.74012,22.50147], [42.73782,22.50031], [42.73608,22.49880], [42.73495,22.49915], [42.73416,22.49842], [42.73271,22.49610], [42.72905,22.49649], [42.72618,22.49602], [42.72265,22.49722], [42.72193,22.49571], [42.72227,22.48717], [42.71591,22.48370], [42.71427,22.48164], [42.70995,22.47524], [42.70515,22.47374], [42.70310,22.47348], [42.69929,22.47095], [42.69872,22.47207], [42.69667,22.47207], [42.69301,22.47022], [42.69115,22.46632], [42.69064,22.46177], [42.68954,22.45928], [42.68834,22.45834], [42.68355,22.46074], [42.68326,22.46297], [42.68298,22.46529], [42.68175,22.47022], [42.67670,22.47572], [42.67512,22.47610], [42.66804,22.47319], [42.66593,22.47104], [42.66429,22.46826], [42.66214,22.46748], [42.65908,22.46572], [42.65677,22.46259], [42.65564,22.45989], [42.65450,22.45989], [42.65195,22.46173], [42.64945,22.46169], [42.64863,22.46062], [42.64784,22.45821], [42.64696,22.45422], [42.64582,22.45602], [42.64222,22.46396], [42.64131,22.46701], [42.63938,22.46714], [42.63597,22.46547], [42.63266,22.46474], [42.63098,22.46087], [42.63045,22.45873], [42.62650,22.45924], [42.62183,22.45877], [42.62006,22.45735], [42.61835,22.45693], [42.61570,22.45405], [42.61213,22.45186], [42.60317,22.45106], [42.59780,22.44913], [42.59587,22.44998], [42.59003,22.44312], [42.58845,22.44110], [42.58674,22.44033], [42.57969,22.43968], [42.57852,22.44019], [42.57419,22.43981], [42.57224,22.43856], [42.56876,22.43912], [42.56516,22.44015], [42.56576,22.44401], [42.56569,22.44586], [42.56702,22.45079], [42.56260,22.46744], [42.56193,22.47195], [42.55609,22.47508], [42.55407,22.47718], [42.54879,22.48843], [42.54597,22.49263], [42.54240,22.49525], [42.53524,22.49956], [42.53394,22.50175], [42.53264,22.50664], [42.53046,22.50918], [42.52869,22.51231], [42.52742,22.51403], [42.52818,22.51918], [42.52686,22.52214], [42.52467,22.52497], [42.51907,22.52930], [42.51601,22.53471], [42.51193,22.53905], [42.50816,22.54668], [42.50702,22.54793], [42.50383,22.54800], [42.50152,22.54908], [42.49778,22.55195], [42.49601,22.55221], [42.49329,22.55526], [42.49180,22.55543], [42.48494,22.55976], [42.47968,22.55938], [42.47579,22.55629], [42.47332,22.55457], [42.47259,22.55277], [42.47129,22.55367], [42.46743,22.55028], [42.46468,22.54766], [42.46382,22.54479], [42.46309,22.54388], [42.45933,22.54397], [42.45660,22.54358], [42.45322,22.54161], [42.45033,22.54436], [42.44878,22.54401], [42.44574,22.54140], [42.44011,22.54165], [42.43555,22.53715], [42.43396,22.53762], [42.43171,22.53577], [42.42918,22.53663], [42.42348,22.53607], [42.42123,22.53509], [42.41882,22.53049], [42.41850,22.52888], [42.41663,22.52635], [42.41352,22.52369], [42.40912,22.52210], [42.40586,22.52176], [42.40459,22.52236], [42.40158,22.52094], [42.39911,22.52116], [42.39698,22.52017], [42.39426,22.51391], [42.39603,22.51176], [42.39727,22.50811], [42.39616,22.50545], [42.39552,22.50150], [42.39632,22.49837], [42.39648,22.49356], [42.39514,22.48987], [42.39375,22.48386], [42.39445,22.47713], [42.39337,22.47730], [42.39090,22.47944], [42.38770,22.48086], [42.38586,22.48039], [42.38453,22.48103], [42.38275,22.48039], [42.38034,22.48090], [42.37876,22.47811], [42.37619,22.46962], [42.37384,22.46914], [42.37121,22.46854], [42.36944,22.46644], [42.36607,22.46405], [42.36451,22.46174], [42.36252,22.46024], [42.35709,22.46006], [42.35164,22.46135], [42.34802,22.46127], [42.34526,22.46324], [42.34428,22.46281], [42.34244,22.46187], [42.33378,22.45500], [42.33216,22.45268], [42.33165,22.44947], [42.33022,22.44389], [42.32854,22.44084], [42.32483,22.43608], [42.32340,22.43320], [42.32429,22.43131], [42.33289,22.42436], [42.33302,22.42324], [42.33130,22.42140], [42.32946,22.41835], [42.32927,22.41440], [42.33041,22.41144], [42.33175,22.40904], [42.33249,22.40636], [42.33179,22.40379], [42.32808,22.40147], [42.32621,22.40151], [42.32580,22.40005], [42.32646,22.39855], [42.32580,22.39666], [42.32596,22.39181], [42.32554,22.38932], [42.32291,22.38417], [42.32237,22.38138], [42.32370,22.37598], [42.32151,22.36924], [42.32335,22.36611], [42.32091,22.36628], [42.31771,22.36340], [42.31561,22.36280], [42.31285,22.36010], [42.31104,22.36006], [42.31174,22.35765], [42.31145,22.35628], [42.31460,22.35310], [42.31625,22.35237], [42.31774,22.34843], [42.31745,22.34675], [42.31825,22.34534], [42.31955,22.33830], [42.31913,22.33658], [42.32228,22.33083], [42.32367,22.33006], [42.32443,22.33066], [42.32635,22.32926], [42.32813,22.32587], [42.33352,22.32265], [42.33140,22.31626], [42.33441,22.31119], [42.33892,22.30811], [42.33863,22.30660], [42.34218,22.30304], [42.34456,22.29815], [42.34571,22.29793], [42.34618,22.29613], [42.34992,22.29137], [42.35281,22.29038], [42.35693,22.29347], [42.36293,22.29493], [42.36492,22.29845], [42.36794,22.29768], [42.37136,22.29686], [42.37333,22.29390], [42.37257,22.29244], [42.37155,22.28755], [42.37060,22.28523], [42.36829,22.28103], [42.36667,22.28039], [42.36607,22.27885], [42.36347,22.27700], [42.36099,22.27318], [42.36099,22.26958], [42.36543,22.26580], [42.36639,22.26365], [42.36591,22.26018], [42.36442,22.25932], [42.36169,22.25374], [42.36023,22.25228], [42.35586,22.25391], [42.35221,22.25301], [42.34977,22.25245], [42.34913,22.24464], [42.35081,22.24224], [42.35085,22.23876], [42.34939,22.23713], [42.34859,22.23743], [42.34818,22.24168], [42.34625,22.24456], [42.34335,22.24057], [42.34167,22.23980], [42.33938,22.23499], [42.33805,22.23353], [42.33542,22.23001], [42.33548,22.22418], [42.33475,22.22194], [42.33596,22.22134], [42.33729,22.22164], [42.33849,22.21855], [42.33751,22.21564], [42.33707,22.20903], [42.33624,22.20607], [42.33983,22.20263], [42.34008,22.19989], [42.34024,22.19692], [42.33970,22.19452], [42.33814,22.19422], [42.33557,22.19006], [42.33370,22.18654], [42.33281,22.18173], [42.32910,22.18263], [42.32682,22.18152], [42.32542,22.18208], [42.32412,22.18070], [42.32409,22.17903], [42.32304,22.17950], [42.32231,22.17663], [42.32108,22.17439], [42.32003,22.17448], [42.31787,22.17182], [42.31578,22.17105], [42.31216,22.16667], [42.31235,22.16542], [42.31378,22.16152], [42.31482,22.16148], [42.31543,22.15929], [42.31720,22.15869], [42.31774,22.15637], [42.31857,22.15568], [42.31879,22.15208], [42.32092,22.14598], [42.31714,22.14285], [42.31371,22.14036], [42.31273,22.14076], [42.30949,22.13608], [42.30714,22.13449], [42.30664,22.13205], [42.30768,22.13072], [42.30759,22.12690], [42.31067,22.12368], [42.31083,22.12183], [42.31343,22.12085], [42.31428,22.11823], [42.31359,22.11655], [42.31229,22.11582], [42.31203,22.11432], [42.31067,22.11351], [42.30841,22.10943], [42.30892,22.10600], [42.30768,22.10432], [42.30565,22.10265], [42.30470,22.10007], [42.30619,22.09823], [42.30387,22.09192], [42.30432,22.09016], [42.30330,22.08681], [42.30226,22.08523], [42.30162,22.08162], [42.30187,22.07767], [42.30273,22.07471], [42.30029,22.07330], [42.29937,22.07089], [42.29959,22.06999], [42.29810,22.06579], [42.30026,22.06321], [42.30295,22.06128], [42.30381,22.05926], [42.30365,22.05420], [42.30622,22.05274], [42.30749,22.05055], [42.30714,22.04776], [42.30727,22.04540], [42.30568,22.04135], [42.30156,22.03907], [42.29861,22.03414], [42.29788,22.03139], [42.29886,22.03113], [42.29873,22.02881], [42.30010,22.02409], [42.30229,22.02066], [42.30581,22.01821], [42.30775,22.01714], [42.31038,22.00817], [42.31279,22.00658], [42.31486,22.00633], [42.31634,22.00178], [42.31806,22.00002], [42.31920,21.99650], [42.32120,21.99466], [42.32199,21.99187], [42.32370,21.98625], [42.32469,21.98569], [42.32504,21.98015], [42.32875,21.97277], [42.33297,21.96681], [42.33475,21.96453], [42.33468,21.96220], [42.33823,21.95808], [42.34007,21.95568], [42.34014,21.95225], [42.34188,21.94796], [42.34340,21.94757], [42.34385,21.94559], [42.34290,21.94448], [42.34017,21.93487], [42.33919,21.93530], [42.33817,21.93315], [42.33614,21.93547], [42.33468,21.93431], [42.33135,21.93336], [42.33011,21.93384], [42.32431,21.93079], [42.32177,21.93221], [42.31796,21.93049], [42.30990,21.92925], [42.30593,21.92337], [42.30580,21.91951], [42.30419,21.91547], [42.30371,21.90788], [42.30101,21.89934], [42.30076,21.89620], [42.29974,21.89281], [42.30130,21.89174], [42.30584,21.88831], [42.30765,21.88655], [42.31247,21.88479], [42.31317,21.88165], [42.31199,21.88084], [42.31164,21.87771], [42.30977,21.87719], [42.30987,21.87423], [42.30822,21.87354], [42.30803,21.87204], [42.30933,21.87063], [42.30945,21.86882], [42.31060,21.86762], [42.31520,21.86603], [42.31745,21.86483], [42.31923,21.85947], [42.32088,21.85788], [42.32221,21.85762], [42.32345,21.85603], [42.32345,21.85376], [42.32538,21.85083], [42.32525,21.84452], [42.32116,21.83461], [42.31126,21.83628], [42.30761,21.83002], [42.30266,21.82440], [42.30145,21.82603], [42.29907,21.82500], [42.29587,21.81834], [42.29358,21.81491], [42.29244,21.80993], [42.29377,21.80204], [42.29799,21.79538], [42.29625,21.79448], [42.29279,21.79401], [42.28409,21.78993], [42.28475,21.78757], [42.28333,21.78629], [42.28329,21.78762], [42.28063,21.78723], [42.27891,21.78448], [42.27821,21.78294], [42.27165,21.77806], [42.27127,21.77578], [42.26882,21.77918], [42.26631,21.77596], [42.26790,21.77278], [42.26564,21.77450], [42.26488,21.77351], [42.26501,21.76875], [42.26390,21.76827], [42.26253,21.76613], [42.25923,21.76544], [42.25770,21.76184], [42.25812,21.75943], [42.25675,21.75720], [42.25958,21.75175], [42.26101,21.75059], [42.26056,21.74780], [42.26098,21.74566], [42.26005,21.74128], [42.26053,21.73377], [42.26190,21.73218], [42.26514,21.72626], [42.26523,21.72429], [42.26279,21.72480], [42.25859,21.72484], [42.25710,21.72351], [42.25685,21.72124], [42.25497,21.72012], [42.25284,21.71828], [42.25281,21.71592], [42.25196,21.71510], [42.25078,21.71502], [42.24935,21.71639], [42.24816,21.71611], [42.24736,21.71701], [42.24660,21.71692], [42.24225,21.71293], [42.24031,21.71143], [42.23885,21.70907], [42.23844,21.70770], [42.23682,21.70594], [42.23643,21.70259], [42.23399,21.70229], [42.23348,21.70006], [42.23129,21.69946], [42.23246,21.69632], [42.23303,21.69414], [42.23847,21.69079], [42.23961,21.68847], [42.24012,21.68585], [42.24158,21.68397], [42.24215,21.68002], [42.24082,21.67976], [42.24041,21.67564], [42.24238,21.67332], [42.24165,21.67194], [42.24187,21.66973], [42.24284,21.66938], [42.24238,21.66848], [42.24292,21.66717], [42.24216,21.66640], [42.24261,21.66451], [42.24389,21.66295], [42.24546,21.66352], [42.24648,21.66282], [42.24864,21.65775], [42.24693,21.65541], [42.24697,21.65398], [42.24942,21.64934], [42.24972,21.63866], [42.25142,21.63546], [42.25139,21.63158], [42.25067,21.62934], [42.25221,21.62291], [42.25204,21.62072], [42.25315,21.61853], [42.25517,21.61679], [42.25660,21.61194], [42.25504,21.60834], [42.25492,21.60557], [42.25625,21.60351], [42.25651,21.60098], [42.25400,21.60149], [42.25679,21.59587], [42.25717,21.59368], [42.25895,21.59128], [42.26016,21.59107], [42.26111,21.58956], [42.26140,21.58798], [42.26254,21.58639], [42.26359,21.58673], [42.26521,21.58935], [42.26677,21.58982], [42.26972,21.58841], [42.27245,21.58459], [42.27601,21.58308], [42.27855,21.58291], [42.27994,21.58188], [42.28169,21.58373], [42.28334,21.58308], [42.28617,21.57926], [42.29134,21.57103], [42.29636,21.56549], [42.29753,21.56291], [42.29890,21.56120], [42.29944,21.56223], [42.29982,21.56553], [42.30080,21.56489], [42.30147,21.56261], [42.30401,21.56446], [42.30740,21.56510], [42.30756,21.56412], [42.30988,21.56472], [42.31112,21.56283], [42.31254,21.56085], [42.31404,21.56051], [42.31477,21.55931], [42.31366,21.55841], [42.31385,21.55510], [42.31296,21.55446], [42.31181,21.55279], [42.31324,21.55081], [42.31207,21.54931], [42.31058,21.54862], [42.30988,21.54575], [42.31004,21.54468], [42.30874,21.54240], [42.30870,21.54133], [42.30947,21.54103], [42.31051,21.53824], [42.31147,21.53931], [42.31321,21.53914], [42.31451,21.53725], [42.31626,21.53708], [42.31842,21.53832], [42.31778,21.53665], [42.31908,21.53287], [42.31988,21.53249], [42.32089,21.53665], [42.32219,21.53382], [42.32184,21.53116], [42.32267,21.53008], [42.32422,21.52854], [42.32527,21.52644], [42.32517,21.52481], [42.32714,21.52399], [42.32857,21.52468], [42.32955,21.52601], [42.33209,21.52601], [42.33345,21.52635], [42.33521,21.52651], [42.33772,21.52501], [42.33864,21.52514], [42.33895,21.52613], [42.34032,21.52634], [42.34168,21.52450], [42.34343,21.52579], [42.34485,21.52621], [42.34765,21.52879], [42.34977,21.52905], [42.35304,21.53059], [42.35301,21.53261], [42.35364,21.53325], [42.35535,21.53235], [42.35653,21.53154], [42.35732,21.53231], [42.35694,21.53312], [42.35821,21.53467], [42.36017,21.53501], [42.36410,21.53338], [42.36617,21.53132], [42.36747,21.53394], [42.36753,21.53583], [42.36975,21.53566], [42.37137,21.53840], [42.37124,21.53913], [42.37362,21.54016], [42.37298,21.54166], [42.37045,21.54265], [42.36969,21.54381], [42.36829,21.54484], [42.36848,21.54664], [42.36699,21.54784], [42.36537,21.54741], [42.36391,21.54952], [42.36239,21.55278], [42.36363,21.55222], [42.36588,21.55291], [42.36781,21.55832], [42.36667,21.56110], [42.36839,21.56080], [42.36721,21.56351], [42.36610,21.56879], [42.36379,21.57003], [42.36280,21.57136], [42.36366,21.57235], [42.36540,21.57239], [42.36585,21.57604], [42.36718,21.57831], [42.36835,21.57831], [42.36981,21.57819], [42.37358,21.57368], [42.37558,21.57372], [42.37935,21.57900], [42.37940,21.58093], [42.38235,21.58448], [42.38051,21.58718], [42.38419,21.59456], [42.38203,21.59868], [42.37915,21.60177], [42.37563,21.60568], [42.37614,21.61327], [42.37661,21.61696], [42.37826,21.62053], [42.38340,21.62173], [42.38834,21.62542], [42.39262,21.62795], [42.39492,21.63049], [42.39789,21.63439], [42.39875,21.63636], [42.40103,21.63521], [42.40423,21.63533], [42.40347,21.63735], [42.40468,21.63868], [42.40756,21.64263], [42.40930,21.64430], [42.41298,21.64611], [42.41732,21.64362], [42.41900,21.64044], [42.41906,21.63860], [42.42084,21.63658], [42.42293,21.63576], [42.42359,21.63812], [42.42736,21.63735], [42.42958,21.63683], [42.43544,21.63108], [42.43807,21.63177], [42.44225,21.63009], [42.44611,21.62460], [42.45311,21.62172], [42.45564,21.62494], [42.45558,21.62825], [42.45795,21.62790], [42.46014,21.62971], [42.46273,21.63301], [42.46644,21.63932], [42.46783,21.64001], [42.46967,21.64404], [42.46951,21.64528], [42.47039,21.64541], [42.47169,21.64782], [42.47327,21.64958], [42.47362,21.65292], [42.47549,21.65550], [42.47622,21.65734], [42.47828,21.65670], [42.48027,21.65979], [42.48366,21.65760], [42.48427,21.65843], [42.48449,21.66066], [42.48553,21.66109], [42.48471,21.66285], [42.48462,21.66654], [42.48440,21.67088], [42.48629,21.67178], [42.48819,21.66907], [42.49142,21.66847], [42.49300,21.66650], [42.49351,21.66774], [42.49446,21.67041], [42.49778,21.67543], [42.50009,21.68092], [42.50041,21.68418], [42.50234,21.68710], [42.50269,21.69036], [42.50610,21.69255], [42.50822,21.69058], [42.51294,21.69109], [42.51594,21.69186], [42.51534,21.69306], [42.51629,21.69667], [42.51559,21.69869], [42.51442,21.70195], [42.51477,21.70504], [42.51351,21.70757], [42.51645,21.70860], [42.51822,21.70963], [42.52135,21.70723], [42.52309,21.70645], [42.52426,21.70341], [42.52730,21.70070], [42.52774,21.69937], [42.52904,21.69744], [42.53112,21.69641], [42.53539,21.69688], [42.53865,21.69311], [42.53979,21.69349], [42.54026,21.69474], [42.53969,21.69607], [42.54112,21.69748], [42.54102,21.70113], [42.54172,21.70182], [42.54304,21.70160], [42.54428,21.70259], [42.54564,21.70113], [42.54817,21.70564], [42.54994,21.70628], [42.55000,21.70817], [42.54937,21.71002], [42.54978,21.71216], [42.55038,21.71431], [42.54994,21.71723], [42.54921,21.72049], [42.54826,21.72217], [42.54734,21.72844], [42.54838,21.73029], [42.54930,21.73252], [42.55120,21.73518], [42.55233,21.73986], [42.55433,21.74226], [42.55572,21.74290], [42.55888,21.74762], [42.56337,21.74715], [42.56450,21.74449], [42.56580,21.74462], [42.57041,21.74767], [42.57648,21.74617], [42.58021,21.74733], [42.58324,21.74424], [42.58628,21.74347], [42.59111,21.73965], [42.59433,21.73832], [42.59749,21.73437], [42.60042,21.73325], [42.60468,21.73557], [42.60512,21.73823], [42.60408,21.73969], [42.60955,21.74244], [42.60724,21.74892], [42.60907,21.75119], [42.61198,21.75080], [42.61599,21.75291], [42.61877,21.75703], [42.62152,21.75707], [42.62281,21.75355], [42.62467,21.75252], [42.62909,21.75180], [42.63244,21.75395], [42.63200,21.75549], [42.63452,21.75811], [42.63544,21.75725], [42.63866,21.76004], [42.63752,21.76206], [42.63695,21.76206], [42.63522,21.76665], [42.63377,21.76850], [42.63443,21.77026], [42.63778,21.77433], [42.64059,21.77742], [42.64317,21.77841], [42.64690,21.77901], [42.64687,21.78412], [42.65110,21.78910], [42.65561,21.78691], [42.65959,21.78189], [42.66192,21.78073], [42.66445,21.77760], [42.66520,21.77356], [42.66729,21.77090], [42.67104,21.77219], [42.67230,21.77146], [42.67672,21.77137], [42.67953,21.76828], [42.68022,21.76532], [42.68167,21.76365], [42.68231,21.76163], [42.68382,21.75927], [42.68710,21.75828], [42.68862,21.75679], [42.69196,21.75550], [42.69351,21.75610], [42.69543,21.75310], [42.70076,21.75323], [42.70095,21.75147], [42.70064,21.74808], [42.69783,21.74353], [42.69610,21.74066], [42.69373,21.73392], [42.69493,21.73053], [42.69534,21.72538], [42.69162,21.72349], [42.69218,21.72079], [42.69149,21.71946], [42.68969,21.71521], [42.69058,21.71340], [42.68979,21.70825], [42.68991,21.70564], [42.69225,21.70336], [42.69136,21.70143], [42.69064,21.69662], [42.69111,21.69019], [42.68906,21.68405], [42.68846,21.67907], [42.68726,21.67723], [42.68695,21.67495], [42.68266,21.67156], [42.67843,21.67311], [42.67657,21.67345], [42.67559,21.67045], [42.67127,21.66967], [42.66899,21.66444], [42.66928,21.66302], [42.66507,21.66082], [42.66997,21.65387], [42.67508,21.64911], [42.68016,21.64349], [42.68606,21.64353], [42.69060,21.64138], [42.69120,21.63954], [42.69344,21.63868], [42.69798,21.63795], [42.69659,21.63490], [42.69735,21.63344], [42.69877,21.63314], [42.69944,21.62898], [42.69723,21.62731], [42.69641,21.62559], [42.69638,21.62079], [42.69496,21.61877], [42.69695,21.61456], [42.69628,21.61156], [42.69878,21.60225], [42.70161,21.60096], [42.70354,21.59654], [42.70407,21.59426], [42.70344,21.58680], [42.70442,21.58564], [42.70720,21.58624], [42.71193,21.59066], [42.71779,21.59313], [42.72211,21.59309], [42.72406,21.59206], [42.72595,21.59159], [42.72769,21.58669], [42.72725,21.58283], [42.72469,21.58150], [42.72835,21.57815], [42.72747,21.57154], [42.72936,21.56897], [42.73137,21.56657], [42.73112,21.56468], [42.73317,21.56146], [42.73736,21.55936], [42.73576,21.55704], [42.73311,21.55408], [42.73137,21.55356], [42.73046,21.55133], [42.73046,21.54833], [42.72933,21.54605], [42.72819,21.54202], [42.72299,21.54103], [42.72296,21.53910], [42.72510,21.53022], [42.72488,21.52798], [42.72608,21.52322], [42.72734,21.52125], [42.72718,21.51919], [42.72895,21.51790], [42.72945,21.51309], [42.73210,21.51099], [42.73232,21.50734], [42.73219,21.50545], [42.73339,21.50103], [42.73503,21.50069], [42.73607,21.49820], [42.73758,21.49739], [42.73869,21.49473], [42.73973,21.49370], [42.74193,21.48554], [42.74496,21.48275], [42.74587,21.48013], [42.74732,21.47915], [42.74717,21.47640], [42.74584,21.47460], [42.74367,21.47297], [42.73673,21.46889], [42.73585,21.46747], [42.73727,21.46456], [42.73888,21.46275], [42.74250,21.45499], [42.74452,21.45220], [42.74978,21.44833], [42.74736,21.44348], [42.74808,21.43520], [42.74943,21.43276], [42.74884,21.43052], [42.74947,21.42705], [42.74836,21.42696], [42.74893,21.42237], [42.74811,21.41949], [42.74613,21.41855], [42.74556,21.41671], [42.74764,21.41297], [42.74556,21.40636], [42.74493,21.40314], [42.74594,21.39512], [42.74468,21.39263], [42.74770,21.39177], [42.74981,21.38902], [42.75341,21.38864], [42.75889,21.38898], [42.75848,21.39100], [42.75968,21.39349], [42.76242,21.39503], [42.76289,21.39735], [42.76431,21.39851], [42.76503,21.40061], [42.76740,21.40289], [42.76692,21.40675], [42.76996,21.40844], [42.77201,21.40806], [42.77629,21.41089], [42.77878,21.40986], [42.77998,21.40771], [42.78174,21.40741], [42.78382,21.40917], [42.78817,21.40806], [42.79050,21.41256], [42.79248,21.41162], [42.79270,21.40703], [42.79488,21.40574], [42.79730,21.40621], [42.79768,21.40741], [42.80058,21.40861], [42.80527,21.40969], [42.80706,21.41230], [42.80703,21.41411], [42.80599,21.42273], [42.81075,21.42252], [42.81084,21.42402], [42.81245,21.42170], [42.81537,21.41926], [42.81755,21.41720], [42.82117,21.41870], [42.82431,21.41702], [42.82642,21.41690], [42.82881,21.41814], [42.82999,21.42011], [42.83014,21.42166], [42.83162,21.42329], [42.83339,21.42411], [42.83798,21.42350], [42.83971,21.42290], [42.84418,21.42342], [42.84541,21.42278], [42.84736,21.42333], [42.84764,21.42655], [42.84972,21.42801], [42.85022,21.42938], [42.85063,21.43162], [42.85025,21.43320], [42.85123,21.43406], [42.85183,21.43694], [42.85541,21.43595], [42.85860,21.43535], [42.86020,21.43552], [42.86435,21.43625], [42.86741,21.43393], [42.87042,21.43453], [42.87215,21.43501], [42.87294,21.43226], [42.87250,21.42994], [42.87379,21.42702], [42.87366,21.42372], [42.87332,21.42149], [42.87407,21.41681], [42.87448,21.41338], [42.87316,21.41179], [42.87344,21.40878], [42.87285,21.40677], [42.87420,21.40458], [42.87376,21.40196], [42.87322,21.39982], [42.87234,21.39780], [42.87153,21.39488], [42.86681,21.39319], [42.86725,21.38924], [42.86624,21.38533], [42.86973,21.38228], [42.87052,21.38001], [42.87228,21.37992], [42.87297,21.37563], [42.87278,21.37250], [42.87322,21.36975], [42.87083,21.36623], [42.87083,21.36439], [42.87196,21.36083], [42.87369,21.36023], [42.87756,21.35791], [42.87854,21.35611], [42.87829,21.35315], [42.88086,21.34941], [42.88750,21.35036], [42.88936,21.34894], [42.89077,21.34362], [42.89303,21.34384], [42.89338,21.34500], [42.89586,21.34418], [42.89857,21.34246], [42.90008,21.34032], [42.89863,21.33594], [42.90218,21.33062], [42.90234,21.32689], [42.90141,21.32371], [42.90213,21.31950], [42.90166,21.31766], [42.90197,21.31466], [42.90373,21.31139], [42.90355,21.30869], [42.90386,21.30710], [42.90565,21.30466], [42.90144,21.30165], [42.90065,21.29976], [42.90144,21.29740], [42.90232,21.29530], [42.90289,21.29255], [42.90106,21.28942], [42.90062,21.28710], [42.89808,21.28633], [42.89512,21.28294], [42.89389,21.27569], [42.89685,21.27054], [42.89911,21.27144], [42.90273,21.27092], [42.90656,21.26934], [42.91002,21.27002], [42.91263,21.26509], [42.91822,21.26170], [42.91926,21.25938], [42.92542,21.25487], [42.92552,21.25290], [42.92762,21.25200], [42.93079,21.25131], [42.93381,21.24479], [42.93812,21.24492], [42.94381,21.23921], [42.94727,21.23887], [42.95078,21.23501], [42.95763,21.23337], [42.96153,21.23509], [42.96347,21.23801], [42.97176,21.23998], [42.97547,21.23921], [42.98093,21.24325], [42.99098,21.23698], [42.99792,21.23724], [43.00502,21.23741], [43.00960,21.23440], [43.00929,21.23217], [43.01437,21.22865], [43.01675,21.22505], [43.01945,21.22410], [43.01958,21.22153], [43.02152,21.21157], [43.02397,21.20582], [43.02102,21.19690], [43.01393,21.19278], [43.00916,21.19441], [43.00778,21.19346], [42.99956,21.17458], [43.00018,21.17012], [43.00859,21.16729], [43.01054,21.16437], [43.01481,21.16308], [43.01732,21.16454], [43.02271,21.16703], [43.02479,21.16591], [43.02748,21.16711], [43.02842,21.16488], [43.02773,21.15913], [43.02962,21.15510], [43.03439,21.15493], [43.03689,21.15304], [43.04066,21.15149], [43.04549,21.15329], [43.05038,21.15149], [43.05991,21.15244], [43.06205,21.15055], [43.06713,21.14849], [43.06907,21.14574], [43.07133,21.14523], [43.07314,21.14171], [43.07647,21.14299], [43.08311,21.13733], [43.08336,21.14102], [43.08612,21.14179], [43.08750,21.14394], [43.08775,21.14643], [43.09083,21.14909], [43.09497,21.14626], [43.10468,21.14085], [43.10957,21.14042], [43.11226,21.13639], [43.11076,21.12918], [43.11253,21.12446], [43.11147,21.12240], [43.11078,21.11261], [43.11479,21.11004], [43.11704,21.10695], [43.11706,21.10192], [43.12583,21.09857], [43.13015,21.09265], [43.13522,21.08836], [43.13009,21.08200], [43.12733,21.07891], [43.11781,21.07977], [43.11449,21.07557], [43.11348,21.06389], [43.11229,21.06475], [43.10947,21.06364], [43.10697,21.04982], [43.11204,21.04587], [43.11198,21.04252], [43.11919,21.03626], [43.12019,21.03248], [43.12514,21.02664], [43.12921,21.02433], [43.13078,21.01463], [43.13353,21.01317], [43.13516,21.00278], [43.13742,20.99514], [43.13547,20.99068], [43.13504,20.98124], [43.13378,20.97368], [43.13021,20.96922], [43.12670,20.97025], [43.12451,20.96776], [43.12407,20.96398], [43.12739,20.95094], [43.13140,20.94296], [43.13416,20.93866], [43.13341,20.93248], [43.14487,20.92733], [43.14681,20.91789], [43.14819,20.91000], [43.14712,20.90802], [43.14881,20.90510], [43.15489,20.90004], [43.15432,20.89292], [43.15765,20.88510], [43.16265,20.88441], [43.16722,20.87738], [43.16403,20.86888], [43.16422,20.86218], [43.17273,20.85609], [43.17386,20.84811], [43.17223,20.83841], [43.17918,20.83034], [43.18506,20.83377], [43.18431,20.84279], [43.18657,20.84819], [43.18863,20.85463], [43.19245,20.84982], [43.19495,20.84794], [43.19827,20.84261], [43.20233,20.84064], [43.20809,20.84313], [43.20565,20.84673], [43.20609,20.85274], [43.20559,20.85686], [43.20809,20.86227], [43.20778,20.86484], [43.20621,20.86553], [43.20678,20.86991], [43.20540,20.87274], [43.20634,20.88175], [43.20496,20.88390], [43.20471,20.88725], [43.20603,20.88768], [43.21084,20.87892], [43.21603,20.87858], [43.22229,20.87901], [43.22316,20.87609], [43.22617,20.87617], [43.23342,20.86879], [43.23780,20.86081], [43.24499,20.85609], [43.24836,20.85154], [43.25149,20.85154], [43.25168,20.84734], [43.25649,20.83661], [43.26176,20.83540], [43.26219,20.82999], [43.26582,20.82819], [43.26538,20.81574], [43.26694,20.80244], [43.26176,20.79763], [43.25888,20.79223], [43.25213,20.79386], [43.24569,20.79403], [43.24344,20.79154], [43.24463,20.78201], [43.24300,20.77884], [43.24432,20.77249], [43.24663,20.76794], [43.24381,20.76227], [43.24483,20.75472], [43.24333,20.75078], [43.24671,20.73722], [43.24827,20.72795], [43.23739,20.71928], [43.23327,20.71756], [43.23095,20.71129], [43.22632,20.70958], [43.22414,20.69988], [43.22138,20.69662], [43.21832,20.68949], [43.21344,20.68872], [43.20815,20.67224], [43.20840,20.65576], [43.20959,20.65224], [43.20658,20.64323], [43.20615,20.63611], [43.20875,20.63319], [43.20681,20.62212], [43.20455,20.61920], [43.20393,20.61396], [43.20480,20.61285], [43.20462,20.60976], [43.20693,20.60366], [43.21025,20.60066], [43.20887,20.59843], [43.20718,20.59800], [43.20556,20.59482], [43.20274,20.59723], [43.20030,20.60306], [43.19811,20.60220], [43.19285,20.60967], [43.18128,20.61456], [43.17959,20.61422], [43.17658,20.60881], [43.17402,20.60924], [43.16982,20.61199], [43.17020,20.61748], [43.16832,20.62263], [43.16406,20.62838], [43.16419,20.63456], [43.16250,20.64186], [43.15912,20.64675], [43.15956,20.64864], [43.15799,20.65276], [43.15649,20.65267], [43.15448,20.65542], [43.15448,20.65834], [43.15304,20.65937], [43.15035,20.65817], [43.14365,20.66349], [43.13945,20.65842], [43.13720,20.65782], [43.13595,20.66546], [43.13119,20.67379], [43.12724,20.67439], [43.12492,20.68263], [43.12198,20.68632], [43.10844,20.69336], [43.10494,20.69327], [43.10237,20.68812], [43.09519,20.69413], [43.09055,20.69310], [43.08385,20.68846], [43.08121,20.68374], [43.07896,20.67799], [43.07695,20.66598], [43.07751,20.66160], [43.07288,20.65705], [43.06849,20.66117], [43.06629,20.66563], [43.06711,20.66778], [43.06604,20.66984], [43.05889,20.67044], [43.05638,20.67121], [43.04905,20.66589], [43.04848,20.67044], [43.04591,20.67130], [43.03876,20.67207], [43.03449,20.66932], [43.03386,20.65499], [43.02809,20.65121], [43.02150,20.65190], [43.02376,20.64486], [43.02125,20.64186], [43.01730,20.63980], [43.01617,20.63825], [43.01278,20.63928], [43.01058,20.64177], [43.00644,20.64117], [43.00676,20.63731], [43.00820,20.62993], [43.00694,20.62795], [43.00506,20.62761], [43.00155,20.61911], [43.00236,20.61585], [43.01065,20.61679], [43.01667,20.61825], [43.01623,20.61473], [43.01485,20.61328], [43.01542,20.60855], [43.01667,20.60684], [43.01504,20.59954], [43.01642,20.59165], [43.01410,20.59053], [43.01197,20.58023], [43.00914,20.58281], [43.00186,20.58212], [42.99904,20.57379], [42.99797,20.57045], [42.99062,20.56701], [42.98315,20.56461], [42.98083,20.56109], [42.98001,20.55731], [42.97693,20.55345], [42.97417,20.55268], [42.97204,20.55508], [42.96858,20.55482], [42.96136,20.54693], [42.96651,20.53877], [42.97336,20.53697], [42.97386,20.53199], [42.97122,20.51895], [42.96783,20.51474], [42.96500,20.51414], [42.96362,20.50882], [42.95891,20.50247], [42.95143,20.49715], [42.94459,20.49629], [42.93780,20.49105], [42.93329,20.48766], [42.92895,20.48749], [42.91864,20.50028], [42.90488,20.50689], [42.89865,20.52113], [42.89425,20.52173], [42.89073,20.53401], [42.88796,20.53624], [42.88582,20.53607], [42.88595,20.53933], [42.88318,20.53933], [42.88079,20.53384], [42.88048,20.52946], [42.87935,20.52706], [42.87821,20.51667], [42.87563,20.51392], [42.86859,20.49581], [42.86683,20.48569], [42.85871,20.47762], [42.85267,20.46397], [42.83353,20.44151], [42.83272,20.43370], [42.83536,20.42803], [42.83888,20.42374], [42.84184,20.41902], [42.84631,20.41447], [42.84669,20.40580], [42.84455,20.39988], [42.84316,20.39550], [42.84140,20.38915], [42.84241,20.38478], [42.83171,20.36383], [42.83309,20.35988], [42.83165,20.35679], [42.83328,20.35190], [42.83762,20.35079], [42.84065,20.35103], [42.84606,20.34682], [42.85267,20.34639], [42.85575,20.34922], [42.86103,20.34467], [42.87085,20.34116], [42.87777,20.34553], [42.88909,20.34390], [42.89575,20.34768], [42.89959,20.34776], [42.90948,20.34456], [42.90734,20.33589], [42.91281,20.32945], [42.91168,20.32473], [42.91482,20.31872], [42.91652,20.31512], [42.91715,20.30979], [42.92205,20.31031], [42.92136,20.29907], [42.92676,20.28688], [42.92645,20.28362], [42.93198,20.28336], [42.93198,20.27778], [42.93336,20.27735], [42.93261,20.27297], [42.93160,20.26997], [42.93525,20.26053], [42.94002,20.25074], [42.94046,20.23855], [42.94411,20.23220], [42.94386,20.22800], [42.95089,20.21993], [42.95862,20.20834], [42.95648,20.20088], [42.95799,20.19367], [42.96066,20.18751], [42.96418,20.18288], [42.96776,20.17841], [42.97190,20.17421], [42.97222,20.16700], [42.97397,20.15945], [42.97536,20.15576], [42.97347,20.15309], [42.97567,20.15138], [42.98207,20.15095], [42.98804,20.15009], [42.98860,20.14812], [42.98471,20.14391], [42.98220,20.14245], [42.97988,20.13859], [42.97366,20.13687], [42.97228,20.13430], [42.96870,20.13172], [42.96656,20.12554], [42.96292,20.12142], [42.96537,20.11705], [42.97115,20.10958], [42.97077,20.10769], [42.97448,20.10203], [42.97843,20.10271], [42.98189,20.10039], [42.98678,20.09499], [42.99225,20.08640], [42.99545,20.08709], [42.99344,20.08340], [42.99382,20.07868], [42.99614,20.07816], [42.99626,20.07370], [42.99890,20.06752], [43.00122,20.06538], [43.00493,20.06477], [43.00647,20.06314], [43.00873,20.05362], [43.01155,20.05370], [43.01733,20.05576], [43.02222,20.04855], [43.02737,20.04572], [43.02931,20.04100], [43.03339,20.03619], [43.03715,20.02813], [43.04230,20.01190], [43.05183,19.99087], [43.06578,19.98358], [43.07405,19.97466], [43.08728,19.96693], [43.08853,19.96933], [43.09248,19.96959], [43.10414,19.97311], [43.11080,19.96940], [43.11036,19.96330], [43.10880,19.95987], [43.10729,19.95961], [43.10510,19.95343], [43.10190,19.95000], [43.10159,19.94622], [43.10046,19.94434], [43.10034,19.93807], [43.09576,19.93138], [43.09513,19.92168], [43.09137,19.91824], [43.08536,19.91730], [43.09075,19.90545], [43.09871,19.90219], [43.09692,19.88722], [43.10287,19.88035], [43.10582,19.88035], [43.11171,19.87177], [43.11127,19.86696], [43.10845,19.86172], [43.10538,19.86121], [43.10081,19.85082], [43.10024,19.85254], [43.09811,19.84524], [43.09335,19.83941], [43.09573,19.83323], [43.09987,19.83469], [43.10757,19.83246], [43.11102,19.83778], [43.11503,19.83726], [43.11635,19.83125], [43.11760,19.82645], [43.11522,19.82044], [43.11490,19.81065], [43.11704,19.80645], [43.12073,19.80611], [43.12286,19.79924], [43.12242,19.79332], [43.12462,19.78842], [43.12884,19.78540], [43.13310,19.78600], [43.13497,19.78188], [43.13748,19.77965], [43.13767,19.77613], [43.14030,19.77690], [43.14105,19.78076], [43.14374,19.78068], [43.14681,19.77879], [43.15220,19.77999], [43.15796,19.77819], [43.16021,19.77287], [43.16496,19.76949], [43.16333,19.76546], [43.16371,19.75876], [43.16227,19.75602], [43.15976,19.75610], [43.15851,19.74529], [43.15863,19.73954], [43.16308,19.73464], [43.17015,19.73250], [43.17122,19.72632], [43.16959,19.70941], [43.17022,19.70400], [43.16796,19.69353], [43.16734,19.68461], [43.17310,19.67971], [43.17767,19.67868], [43.18180,19.67370], [43.18605,19.66332], [43.18480,19.66057], [43.18618,19.65019], [43.18887,19.64015], [43.19919,19.63585], [43.20457,19.63688], [43.20676,19.63869], [43.20964,19.63414], [43.21665,19.62813], [43.22321,19.62487], [43.22603,19.61800], [43.23024,19.61723], [43.23262,19.60659], [43.23674,19.59491], [43.23893,19.58976], [43.23943,19.58109], [43.24081,19.57045], [43.24231,19.56564], [43.24131,19.56213], [43.24687,19.54419], [43.25331,19.54324], [43.26019,19.54092], [43.26076,19.54192], [43.26345,19.53848], [43.26658,19.53617], [43.27133,19.53205], [43.27314,19.52870], [43.27970,19.52621], [43.28557,19.52681], [43.29195,19.53076], [43.29607,19.53205], [43.30413,19.53642], [43.30837,19.53479], [43.30956,19.53205], [43.31424,19.52878], [43.31713,19.52734], [43.32000,19.52142], [43.31988,19.51798], [43.32287,19.50477], [43.32518,19.49335], [43.32724,19.48485], [43.33361,19.48133], [43.33630,19.47575], [43.33904,19.47266], [43.34485,19.46073], [43.35165,19.46254], [43.35446,19.45979], [43.35827,19.46133], [43.36263,19.45730], [43.36523,19.45659], [43.36691,19.45041], [43.37109,19.44989], [43.37783,19.44938], [43.38214,19.45032], [43.38812,19.44714], [43.38925,19.44380], [43.39031,19.43659], [43.39280,19.42835], [43.39124,19.42586], [43.39311,19.41719], [43.39218,19.41212], [43.39392,19.40766], [43.39692,19.40380], [43.39773,19.40028], [43.40016,19.39745], [43.40091,19.39324], [43.40733,19.38672], [43.40789,19.38921], [43.41176,19.38371], [43.41170,19.37882], [43.41288,19.37470], [43.41269,19.36467], [43.41071,19.36051], [43.41370,19.35553], [43.41563,19.35107], [43.41557,19.34901], [43.42258,19.34308], [43.42837,19.33759], [43.43560,19.33321], [43.43778,19.32738], [43.44084,19.32154], [43.44084,19.31364], [43.43940,19.31227], [43.44084,19.30592], [43.44395,19.29897], [43.44427,19.29184], [43.44670,19.28549], [43.44913,19.28043], [43.45361,19.27648], [43.45380,19.27313], [43.45735,19.26669], [43.46109,19.25674], [43.46109,19.25288], [43.46863,19.24747], [43.47068,19.24137], [43.47461,19.23399], [43.48276,19.22043], [43.48644,19.22515], [43.49316,19.22198], [43.49541,19.22472], [43.49933,19.22283], [43.50425,19.22138], [43.50580,19.22429], [43.50971,19.22575], [43.51338,19.22695], [43.51649,19.22481], [43.51973,19.22438], [43.52396,19.22198], [43.52745,19.22189], [43.52913,19.22584], [43.52913,19.22910], [43.52863,19.23253], [43.53000,19.24970], [43.53311,19.24781], [43.54057,19.24627], [43.54879,19.24558], [43.55095,19.24720], [43.55599,19.24797], [43.55817,19.24608], [43.56022,19.24926], [43.56302,19.25106], [43.56625,19.24986], [43.57204,19.25158], [43.57589,19.25286], [43.57757,19.25183], [43.58130,19.25175], [43.58814,19.24583], [43.59361,19.24488], [43.59305,19.24892], [43.59143,19.25355], [43.59156,19.25913], [43.59044,19.26282], [43.59342,19.26445], [43.59686,19.27175], [43.60133,19.26900], [43.60003,19.26428], [43.59754,19.25536], [43.60109,19.25570], [43.60419,19.26016], [43.60749,19.26343], [43.60606,19.26600], [43.60165,19.27029], [43.59742,19.27347], [43.59611,19.28875], [43.60078,19.29098], [43.59773,19.29587], [43.59406,19.29956], [43.59052,19.30368], [43.58952,19.31673], [43.58903,19.32351], [43.59133,19.33106], [43.58952,19.33698], [43.59723,19.34582], [43.59997,19.34677], [43.60656,19.35647], [43.60687,19.36084], [43.60948,19.36273], [43.61091,19.36762], [43.61091,19.37003], [43.60658,19.36981], [43.60597,19.37009], [43.60442,19.37419], [43.60218,19.38131], [43.60100,19.38256], [43.59651,19.38219], [43.59242,19.38432], [43.59108,19.38653], [43.59040,19.39101], [43.59130,19.39208], [43.59194,19.39608], [43.59099,19.39807], [43.58735,19.40234], [43.58681,19.40148], [43.58658,19.40067], [43.58569,19.40024], [43.58464,19.40017], [43.58431,19.39985], [43.58174,19.40026], [43.58111,19.39961], [43.58104,19.39861], [43.58027,19.39715], [43.57961,19.39492], [43.57893,19.39277], [43.57734,19.39144], [43.57731,19.38822], [43.57629,19.38878], [43.57461,19.39273], [43.57506,19.39356], [43.57570,19.39543], [43.57654,19.39670], [43.57675,19.39807], [43.57854,19.40004], [43.57747,19.40530], [43.57372,19.40346], [43.57044,19.40266], [43.57036,19.40672], [43.57005,19.40809], [43.57046,19.40983], [43.56570,19.41344], [43.56542,19.41252], [43.56471,19.41267], [43.56357,19.41166], [43.56287,19.41067], [43.56212,19.41058], [43.56194,19.41018], [43.56069,19.41022], [43.55964,19.40985], [43.55922,19.40992], [43.55878,19.40943], [43.55805,19.40951], [43.55651,19.40807], [43.55622,19.40848], [43.55507,19.40827], [43.55441,19.40449], [43.55381,19.40202], [43.55427,19.40048], [43.55423,19.39822], [43.55390,19.39745], [43.55396,19.39554], [43.55319,19.39799], [43.55208,19.39975], [43.55123,19.40187], [43.55060,19.40192], [43.55045,19.40320], [43.55011,19.40331], [43.54969,19.40447], [43.54972,19.40584], [43.54864,19.40829], [43.54802,19.40878], [43.54752,19.41112], [43.54687,19.41138], [43.54297,19.41245], [43.54021,19.41387], [43.54065,19.41659], [43.54090,19.41818], [43.54214,19.42073], [43.54375,19.42179], [43.54465,19.42297], [43.54584,19.42327], [43.54928,19.42554], [43.55003,19.42567], [43.55155,19.42794], [43.55330,19.42859], [43.55504,19.42816], [43.55658,19.42751], [43.55725,19.42498], [43.55908,19.42327], [43.56045,19.42357], [43.56160,19.42425], [43.56413,19.42348], [43.56718,19.42415], [43.56818,19.42324], [43.56821,19.42164], [43.56785,19.41970], [43.56732,19.41668], [43.56648,19.41515], [43.56570,19.41344], [43.57046,19.40983], [43.57127,19.41016], [43.57161,19.41162], [43.57198,19.41250], [43.57339,19.41656], [43.57465,19.41780], [43.57543,19.42197], [43.57700,19.42100], [43.57726,19.41662], [43.57869,19.41798], [43.57953,19.42237], [43.57925,19.42364], [43.58010,19.43001], [43.58113,19.43220], [43.58169,19.43911], [43.58048,19.44245], [43.58262,19.44572], [43.58038,19.45142], [43.57958,19.45177], [43.57933,19.45529], [43.57824,19.46013], [43.57762,19.46610], [43.57650,19.47584], [43.57183,19.47932], [43.57407,19.48533], [43.57810,19.49737], [43.58538,19.50664], [43.58594,19.51102], [43.59020,19.50282], [43.59324,19.49939], [43.59619,19.49904], [43.59797,19.49737], [43.59865,19.49535], [43.59843,19.49436], [43.59657,19.49368], [43.59607,19.49205], [43.59638,19.49097], [43.59825,19.49145], [43.59940,19.49102], [43.60145,19.49145], [43.60288,19.49381], [43.60608,19.49393], [43.60850,19.49445], [43.61064,19.49598], [43.61253,19.49676], [43.61384,19.49877], [43.61629,19.49920], [43.61729,19.49723], [43.61772,19.49568], [43.61847,19.49452], [43.61847,19.49307], [43.61937,19.49165], [43.62145,19.49109], [43.62406,19.49182], [43.62723,19.49083], [43.63155,19.48740], [43.63412,19.48879], [43.63530,19.49166], [43.63673,19.49222], [43.63934,19.49741], [43.63909,19.49990], [43.63704,19.49969], [43.63366,19.50080], [43.63385,19.50630], [43.63341,19.50780], [43.63027,19.50788], [43.62928,19.50681], [43.62769,19.50836], [43.62829,19.51007], [43.63173,19.51007], [43.63770,19.51252], [43.63850,19.51415], [43.64177,19.51424], [43.64434,19.51183], [43.64652,19.51389], [43.64816,19.51805], [43.64922,19.52320], [43.64981,19.52604], [43.65266,19.52681], [43.65558,19.52793], [43.65751,19.52750], [43.66215,19.52967], [43.66804,19.53113], [43.67053,19.52736], [43.69045,19.51594], [43.69214,19.51796], [43.69599,19.51693], [43.70157,19.51375], [43.70530,19.51555], [43.70660,19.51881], [43.71491,19.51796], [43.71528,19.51263], [43.72056,19.50800], [43.72180,19.50328], [43.72403,19.49813], [43.72670,19.49444], [43.72775,19.49049], [43.73395,19.47933], [43.74288,19.47684], [43.74636,19.47701], [43.75045,19.47298], [43.75132,19.46912], [43.75390,19.46687], [43.75561,19.46661], [43.75747,19.46541], [43.76150,19.46588], [43.76457,19.46489], [43.76658,19.45914], [43.76835,19.45678], [43.77086,19.45558], [43.77303,19.45004], [43.77520,19.44704], [43.77638,19.43119], [43.77889,19.43007], [43.78270,19.43106], [43.78920,19.42771], [43.79097,19.42437], [43.79689,19.42046], [43.79593,19.41656], [43.79416,19.41664], [43.79366,19.41282], [43.79416,19.40905], [43.79750,19.40536], [43.79698,19.40184], [43.79732,19.39802], [43.79833,19.39357], [43.80149,19.39426], [43.80883,19.39112], [43.80976,19.38825], [43.81450,19.38447], [43.81902,19.37808], [43.82224,19.37460], [43.82397,19.37224], [43.82685,19.37078], [43.83123,19.37362], [43.83439,19.37426], [43.83520,19.37203], [43.83625,19.36679], [43.83848,19.36233], [43.84086,19.36147], [43.84519,19.35593], [43.84587,19.35340], [43.85021,19.35108], [43.85084,19.34849], [43.85332,19.34476], [43.85511,19.34527], [43.85734,19.34266], [43.85880,19.34201], [43.86362,19.33734], [43.86854,19.33570], [43.87284,19.33150], [43.87792,19.32626], [43.87971,19.32180], [43.88014,19.31905], [43.88305,19.31506], [43.88713,19.31327], [43.88923,19.31455], [43.89551,19.30833], [43.89752,19.30910], [43.91069,19.29576], [43.91388,19.29563], [43.91957,19.29331], [43.92538,19.28739], [43.92705,19.28301], [43.93038,19.28275], [43.93595,19.27563], [43.93638,19.27357], [43.94114,19.26885], [43.94478,19.26859], [43.94664,19.26559], [43.94775,19.26130], [43.94917,19.25932], [43.94899,19.25709], [43.95084,19.25263], [43.95442,19.25100], [43.95627,19.25341], [43.96059,19.25487], [43.96600,19.25380], [43.97286,19.24963], [43.97629,19.24504], [43.98020,19.24195], [43.98214,19.23972], [43.98591,19.23732], [43.99552,19.23518], [44.00327,19.23565], [44.01086,19.23471], [44.01457,19.23805], [44.01509,19.24359], [44.01389,19.24896], [44.01090,19.25342], [44.00346,19.25951], [43.99988,19.26840], [43.99750,19.28028], [43.99764,19.30430], [43.99289,19.31679], [43.98211,19.33593], [43.98140,19.35494], [43.97372,19.35994], [43.96214,19.38088], [43.96026,19.39191], [43.96767,19.40594], [43.96477,19.41015], [43.96029,19.41956], [43.95872,19.42565], [43.95804,19.43265], [43.95878,19.43960], [43.95989,19.44870], [43.95857,19.46209], [43.95646,19.47586], [43.95537,19.49846], [43.95624,19.52669], [43.95701,19.52897], [43.96665,19.53360], [43.97389,19.53942], [43.97590,19.54230], [43.97976,19.54955], [43.98257,19.55951], [43.98384,19.56569], [43.98587,19.56736], [43.99075,19.56869], [43.98989,19.56801], [43.99332,19.56483], [43.99807,19.56316], [43.99992,19.56573], [44.00292,19.58500], [44.00381,19.59036], [44.00826,19.59509], [44.01051,19.59899], [44.01236,19.60946], [44.01335,19.61710], [44.01647,19.62122], [44.02017,19.62264], [44.02517,19.62049], [44.03094,19.61547], [44.03554,19.61388], [44.04047,19.61732], [44.04810,19.62308], [44.05150,19.62356], [44.05369,19.62034], [44.05372,19.61768], [44.05032,19.61274], [44.04965,19.61019], [44.05042,19.60495], [44.05292,19.60246], [44.06273,19.60315], [44.06834,19.60135], [44.07077,19.59791], [44.07179,19.59341], [44.07241,19.58912], [44.07080,19.58448], [44.06741,19.58216], [44.05283,19.58311], [44.04752,19.58101], [44.04589,19.57667], [44.04730,19.57234], [44.05110,19.56843], [44.06063,19.56641], [44.06945,19.55813], [44.07327,19.55109], [44.07629,19.53822], [44.07663,19.53380], [44.08116,19.51127], [44.08588,19.50732], [44.09331,19.50251], [44.09621,19.49942], [44.10325,19.49454], [44.11477,19.49415], [44.11631,19.49243], [44.11702,19.47406], [44.12093,19.46964], [44.12777,19.46990], [44.13193,19.47351], [44.13812,19.48206], [44.14499,19.48253], [44.14982,19.47485], [44.14936,19.46790], [44.14413,19.45940], [44.13957,19.45387], [44.13255,19.45026], [44.13141,19.44739], [44.13193,19.44344], [44.13560,19.43408], [44.14117,19.42559], [44.14416,19.41971], [44.14850,19.41666], [44.15620,19.41456], [44.16293,19.41079], [44.16771,19.40989], [44.17112,19.40612], [44.17131,19.39607], [44.17669,19.38775], [44.18051,19.38032], [44.18165,19.37281], [44.18113,19.36517], [44.18316,19.35968], [44.18686,19.35723], [44.20132,19.35552], [44.20569,19.35925], [44.20873,19.35899], [44.21332,19.35534], [44.21642,19.34564], [44.22137,19.34217], [44.23285,19.34831], [44.24333,19.34183], [44.24665,19.33685], [44.24945,19.33011], [44.25624,19.32814], [44.26654,19.32839], [44.27072,19.32642], [44.27259,19.32118], [44.27339,19.31586], [44.27183,19.30955], [44.26992,19.30539], [44.27032,19.29385], [44.27167,19.28930], [44.27376,19.28685], [44.27653,19.28136], [44.27594,19.27835], [44.27226,19.27419], [44.26626,19.26046], [44.26165,19.24703], [44.26245,19.23454], [44.26559,19.22703], [44.27100,19.22089], [44.28825,19.21691], [44.29139,19.20888], [44.29154,19.19858], [44.28804,19.19288], [44.28045,19.18296], [44.27947,19.17764], [44.28174,19.16867], [44.29292,19.15511], [44.30277,19.14992], [44.31898,19.12962], [44.33068,19.13128], [44.33559,19.13647], [44.34124,19.13257], [44.34188,19.11832], [44.34486,19.11403], [44.35657,19.10917], [44.36044,19.11338], [44.36394,19.11904], [44.36891,19.11454], [44.36722,19.10754], [44.37115,19.10261], [44.37896,19.10456], [44.38316,19.10705], [44.38743,19.10645], [44.39442,19.10752], [44.39960,19.11241], [44.40337,19.12052], [44.40746,19.13173], [44.41053,19.14143], [44.41458,19.14765], [44.41835,19.14722], [44.42610,19.14731], [44.43303,19.14539], [44.44213,19.14882], [44.45865,19.14646], [44.46499,19.14286], [44.47451,19.13886], [44.47757,19.13432], [44.48391,19.13208], [44.49389,19.13311], [44.49809,19.13080], [44.49974,19.12590], [44.50047,19.12161], [44.50341,19.11961], [44.50666,19.12124], [44.51168,19.12691], [44.51966,19.12935], [44.52419,19.12978], [44.52652,19.13244], [44.52774,19.13704], [44.52719,19.14030], [44.52563,19.14570], [44.52355,19.14781], [44.52236,19.15549], [44.52355,19.16008], [44.52361,19.16205], [44.52392,19.16596], [44.52385,19.16884], [44.52486,19.17141], [44.52756,19.17364], [44.53104,19.17321], [44.53276,19.17308], [44.53787,19.17635], [44.53927,19.17918], [44.54285,19.18390], [44.54695,19.19051], [44.55233,19.19630], [44.55860,19.19660], [44.56310,19.19416], [44.56490,19.18836], [44.56581,19.18184], [44.57077,19.18218], [44.57596,19.18557], [44.58318,19.19278], [44.58724,19.19737], [44.59131,19.20495], [44.59238,19.21319], [44.59287,19.22276], [44.59540,19.22705], [44.59892,19.22829], [44.61105,19.22259], [44.61419,19.22237], [44.61609,19.22580], [44.61563,19.23267], [44.61453,19.23357], [44.61508,19.23739], [44.61685,19.24168], [44.62142,19.24205], [44.62927,19.24093], [44.63275,19.24230], [44.63410,19.24728], [44.63776,19.24977], [44.64225,19.24904], [44.64845,19.25462], [44.65150,19.25475], [44.65410,19.25393], [44.65889,19.25604], [44.66350,19.26050], [44.66728,19.26621], [44.66939,19.27067], [44.67198,19.27685], [44.67384,19.27732], [44.67915,19.27196], [44.68327,19.27007], [44.68773,19.27187], [44.68880,19.27470], [44.68931,19.28157], [44.68770,19.28814], [44.68724,19.29290], [44.68770,19.29578], [44.68999,19.29874], [44.69212,19.29895], [44.69560,19.29820], [44.70084,19.30043], [44.70246,19.30340], [44.70481,19.30949], [44.70801,19.31224], [44.71015,19.31149], [44.71347,19.31312], [44.71634,19.31852], [44.72579,19.32153], [44.72759,19.32320], [44.73000,19.32681], [44.73603,19.32346], [44.73835,19.32333], [44.73951,19.32599], [44.73860,19.33440], [44.73908,19.33831], [44.74158,19.34084], [44.74375,19.34041], [44.74670,19.33530], [44.74920,19.33269], [44.75146,19.33294], [44.75323,19.33560], [44.75600,19.33930], [44.75953,19.33294], [44.76292,19.32900], [44.76490,19.32573], [44.76912,19.32585], [44.77123,19.32632], [44.77287,19.32924], [44.77184,19.33894], [44.77564,19.34199], [44.77884,19.34074], [44.78274,19.33769], [44.78436,19.33787], [44.78646,19.34207], [44.78740,19.34546], [44.78966,19.34847], [44.79660,19.34778], [44.80263,19.34735], [44.80415,19.35220], [44.80604,19.35499], [44.81024,19.35267], [44.81396,19.35018], [44.81676,19.34632], [44.82041,19.34696], [44.82401,19.35258], [44.82577,19.35275], [44.82830,19.34593], [44.83195,19.34507], [44.83420,19.34683], [44.83396,19.35524], [44.83575,19.36078], [44.83846,19.36134], [44.84029,19.35902], [44.84340,19.35850], [44.85201,19.36176], [44.85076,19.36798], [44.84893,19.37116], [44.84969,19.37270], [44.85243,19.37270], [44.85897,19.36626], [44.86202,19.36335], [44.86649,19.36330], [44.87129,19.37026], [44.87555,19.37167], [44.87637,19.36871], [44.87437,19.36180], [44.87683,19.35691], [44.87899,19.35751], [44.88194,19.36335], [44.88610,19.36596], [44.88872,19.36150], [44.89036,19.35408], [44.88847,19.34687], [44.89761,19.33051], [44.89979,19.32202], [44.90666,19.31369], [44.90946,19.29781], [44.90897,19.29326], [44.90733,19.28451], [44.90435,19.27661], [44.90873,19.26666], [44.91256,19.25953], [44.91317,19.25249], [44.91110,19.24477], [44.90490,19.23481], [44.89657,19.22357], [44.89675,19.21258], [44.89913,19.20881], [44.91402,19.20202], [44.92040,19.19327], [44.92228,19.17610], [44.91681,19.16512], [44.90393,19.14898], [44.89973,19.13010], [44.88848,19.12255], [44.88496,19.11259], [44.88167,19.09336], [44.87821,19.08633], [44.87066,19.07980], [44.86464,19.07336], [44.86099,19.06410], [44.85546,19.02169], [44.86965,19.01338], [44.88400,19.00316], [44.88467,18.99896], [44.89507,18.99114], [44.90297,18.99020], [44.90553,18.98806], [44.91349,18.99801], [44.91580,18.99810], [44.92152,19.01285], [44.92261,19.02324], [44.92316,19.03285], [44.92158,19.03646], [44.91301,19.04452], [44.90754,19.05620], [44.90200,19.06615], [44.90194,19.06856], [44.90650,19.07482], [44.90723,19.08195], [44.91009,19.08615], [44.91416,19.07980], [44.91720,19.08375], [44.91678,19.08658], [44.91787,19.08641], [44.91915,19.08332], [44.92370,19.08418], [44.92601,19.08753], [44.93112,19.10117], [44.93385,19.10443], [44.93434,19.11010], [44.93324,19.11173], [44.93482,19.11654], [44.93871,19.12117], [44.93902,19.12512], [44.94064,19.14057], [44.94842,19.14160], [44.95134,19.15035], [44.95304,19.15078], [44.95346,19.15224], [44.95747,19.15198], [44.95680,19.14469], [44.95978,19.14563], [44.97326,19.14512], [44.97575,19.14555], [44.98073,19.13688], [44.97830,19.12864], [44.97593,19.11988], [44.97320,19.11525], [44.97035,19.11336], [44.96974,19.10701], [44.97077,19.10100], [44.97089,19.09113], [44.97405,19.08658], [44.97332,19.08057], [44.97077,19.07577], [44.97308,19.07045], [44.97308,19.06264], [44.97702,19.05096], [44.97891,19.05105], [44.98437,19.06332], [44.98911,19.08057], [44.99487,19.08658], [44.99657,19.09199], [45.00131,19.09542], [45.00519,19.09577], [45.01089,19.10280], [45.01472,19.09971], [45.02412,19.09757], [45.03237,19.09894], [45.03322,19.09551], [45.03795,19.09482], [45.04414,19.10289], [45.04832,19.10177], [45.05123,19.10538], [45.05190,19.10160], [45.05523,19.10040], [45.05911,19.09491], [45.07106,19.10169], [45.08027,19.10561], [45.08245,19.10037], [45.08973,19.09333], [45.09276,19.09153], [45.09742,19.09333], [45.10160,19.09179], [45.10584,19.08767], [45.10699,19.08252], [45.10923,19.08166], [45.11093,19.08338], [45.11305,19.07617], [45.12735,19.07703], [45.13564,19.08209], [45.13891,19.08733], [45.14624,19.08595], [45.13837,19.11522], [45.13467,19.12088], [45.13044,19.14140], [45.16621,19.18728], [45.17910,19.19406], [45.18364,19.18496], [45.18951,19.16548], [45.20052,19.17011], [45.20299,19.17663], [45.20106,19.17921], [45.20233,19.18402], [45.20154,19.19148], [45.19241,19.20616], [45.19187,19.21037], [45.18818,19.21552], [45.18437,19.22976], [45.17813,19.23715], [45.17583,19.23800], [45.17862,19.24762], [45.17341,19.25002], [45.17559,19.26186], [45.17615,19.27417], [45.17222,19.27846], [45.17137,19.28713], [45.17282,19.29048], [45.17216,19.29503], [45.18063,19.29194], [45.19158,19.28172], [45.19400,19.28095], [45.19460,19.28704], [45.19932,19.28464], [45.20857,19.28189], [45.20555,19.28790], [45.20748,19.31588], [45.20851,19.32129], [45.20095,19.32120], [45.18553,19.33013], [45.18165,19.33245], [45.17766,19.33082], [45.17252,19.34944], [45.17155,19.34798], [45.16574,19.34970], [45.16574,19.35373], [45.16925,19.35408], [45.17082,19.36009], [45.17373,19.35888], [45.17409,19.36249], [45.17633,19.36378], [45.17228,19.36790], [45.17070,19.37382], [45.17173,19.37614], [45.17185,19.38523], [45.17318,19.38858], [45.16937,19.40866], [45.16786,19.42153], [45.17052,19.42900], [45.17530,19.43853], [45.17754,19.43312], [45.18728,19.42900], [45.18952,19.43527], [45.19363,19.43758], [45.19557,19.44643], [45.21987,19.42480], [45.23335,19.42077], [45.23245,19.40043], [45.23378,19.31141], [45.24291,19.25948], [45.25363,19.25861], [45.26088,19.26410], [45.26614,19.27140], [45.27193,19.27492], [45.27683,19.27226], [45.27973,19.26745], [45.28075,19.26058], [45.27973,19.25466], [45.27767,19.25020], [45.27471,19.24925], [45.27018,19.24247], [45.26559,19.22917], [45.26390,19.21981], [45.26529,19.20428], [45.26499,19.19611], [45.29712,19.10247], [45.32719,19.09867], [45.33709,19.08940], [45.34306,19.05593], [45.34873,19.04915], [45.34846,19.04305], [45.35057,19.02708], [45.35232,19.02125], [45.35763,19.01335], [45.35739,19.00571], [45.37271,18.97283], [45.38833,18.96931], [45.39966,18.98416], [45.40026,19.01489], [45.40478,19.02407], [45.41093,19.02965], [45.41846,19.02948], [45.42828,19.02098], [45.43695,18.99721], [45.44677,18.98725], [45.48639,18.99266], [45.49800,19.00365], [45.49228,19.02030], [45.48434,19.05068], [45.49180,19.09334], [45.50654,19.10201], [45.51653,19.09952], [45.52987,19.07446], [45.53396,19.03343], [45.55560,19.02373], [45.55765,19.01189], [45.53859,18.99378], [45.53270,18.95061], [45.54336,18.92926], [45.54931,18.93450], [45.55514,18.93441], [45.56290,18.93123], [45.56608,18.92222], [45.56686,18.91424], [45.56668,18.90754], [45.56806,18.90128], [45.57095,18.89733], [45.57587,18.89519], [45.59041,18.90094], [45.60242,18.91390], [45.59960,18.91956], [45.59900,18.93415], [45.60236,18.94179], [45.60729,18.94480], [45.61215,18.94111], [45.61954,18.94351], [45.61768,18.93922], [45.61551,18.93304], [45.61401,18.92651], [45.61329,18.91192], [45.61846,18.91278], [45.62374,18.91733], [45.62650,18.92154], [45.62194,18.94008], [45.62440,18.95020], [45.62824,18.94909], [45.63208,18.94557], [45.63082,18.93570], [45.63490,18.93278], [45.64342,18.93235], [45.64510,18.93398], [45.64420,18.94557], [45.64852,18.95844], [45.65044,18.96960], [45.65434,18.97398], [45.66214,18.97355], [45.66832,18.96016], [45.67348,18.96239], [45.68862,18.93136], [45.69366,18.92467], [45.70349,18.91419], [45.70589,18.91651], [45.70954,18.91531], [45.70847,18.91986], [45.70595,18.92243], [45.70697,18.93084], [45.70445,18.93531], [45.70499,18.94518], [45.70271,18.94904], [45.69869,18.95471], [45.69690,18.95402], [45.69504,18.96106], [45.69534,18.96689], [45.69744,18.97076], [45.70163,18.97359], [45.71188,18.97728], [45.71901,18.97445], [45.72123,18.97033], [45.72111,18.96071], [45.71805,18.95410], [45.71428,18.93977], [45.71422,18.93084], [45.71272,18.91711], [45.71026,18.90698], [45.71458,18.90484], [45.71847,18.90587], [45.72554,18.91162], [45.72632,18.91840], [45.72369,18.93007], [45.72273,18.93290], [45.72363,18.94303], [45.72333,18.95385], [45.72518,18.96192], [45.73483,18.97548], [45.73944,18.97857], [45.74723,18.97771], [45.75172,18.96990], [45.76208,18.97093], [45.76609,18.96492], [45.76645,18.95986], [45.76190,18.94853], [45.75939,18.94844], [45.75280,18.93574], [45.74645,18.92527], [45.74370,18.91351], [45.74639,18.90312], [45.75460,18.88630], [45.75897,18.86785], [45.76286,18.85772], [45.76951,18.85051], [45.77448,18.85068], [45.78477,18.87128], [45.78519,18.87875], [45.78447,18.88269], [45.78124,18.88793], [45.77915,18.89359], [45.77436,18.89583], [45.77220,18.89874], [45.77166,18.90475], [45.77226,18.90947], [45.77915,18.92321], [45.78214,18.92338], [45.78639,18.92080], [45.79908,18.92458], [45.81025,18.92303], [45.81875,18.91917], [45.82611,18.89840], [45.82503,18.88990], [45.81983,18.88261], [45.81498,18.88158], [45.80978,18.87978], [45.80690,18.87703], [45.80547,18.86175], [45.80714,18.85583], [45.80696,18.85231], [45.80798,18.84922], [45.81420,18.84845], [45.82934,18.85300], [45.84482,18.85875], [45.85910,18.85481], [45.86245,18.85971], [45.86000,18.86975], [45.85934,18.88322], [45.86066,18.89309], [45.86759,18.90296], [45.87165,18.90228], [45.87357,18.90142], [45.87757,18.89524], [45.88187,18.88073], [45.88462,18.87653], [45.89424,18.86983], [45.90003,18.87327], [45.90839,18.89996], [45.91156,18.90494], [45.91580,18.90545], [45.91878,18.90288], [45.92129,18.89026]], + RS: [[45.92114,18.89014],[45.92346,18.89074],[45.92564,18.89473],[45.93406,18.90409],[45.93546,18.90610],[45.93084,18.93494],[45.92797,18.94503],[45.92676,18.95904],[45.92601,18.96204],[45.92834,18.96985],[45.93243,18.98818],[45.93046,18.98925],[45.92410,18.99487],[45.92347,19.00822],[45.94628,18.99729],[45.95887,19.00553],[45.96287,19.01575],[45.96490,19.03266],[45.96561,19.05471],[45.96412,19.06570],[45.96328,19.07308],[45.96370,19.07918],[46.00014,19.06536],[46.02210,19.08796],[46.04039,19.10418],[46.03825,19.11440],[46.03730,19.13396],[46.02752,19.13972],[46.01227,19.14495],[46.00809,19.14778],[46.00100,19.14607],[45.99641,19.14813],[45.99623,19.16598],[45.99420,19.16598],[45.99283,19.20435],[45.99849,19.19894],[45.99903,19.20632],[45.99957,19.23327],[45.99521,19.23679],[45.99593,19.25241],[45.99700,19.28537],[45.98824,19.29627],[45.99170,19.30202],[46.01459,19.28082],[46.05243,19.36425],[46.04778,19.37008],[46.03610,19.38030],[46.04218,19.39489],[46.04588,19.41532],[46.05529,19.42287],[46.06735,19.43935],[46.08182,19.46596],[46.08884,19.46639],[46.09539,19.46398],[46.09670,19.47034],[46.09789,19.47094],[46.10045,19.47583],[46.10182,19.47995],[46.10509,19.48167],[46.10509,19.48510],[46.10378,19.48579],[46.11092,19.50862],[46.12098,19.52621],[46.13394,19.50681],[46.13722,19.50879],[46.14221,19.50175],[46.15220,19.51677],[46.14798,19.52664],[46.15226,19.53351],[46.15244,19.53462],[46.16627,19.55988],[46.16823,19.55816],[46.17001,19.56279],[46.17411,19.55936],[46.17554,19.56365],[46.17708,19.56236],[46.17893,19.56734],[46.16965,19.63120],[46.19039,19.66124],[46.18927,19.66433],[46.18742,19.66510],[46.18445,19.66922],[46.18707,19.66965],[46.18564,19.67249],[46.18208,19.67729],[46.18005,19.68493],[46.18196,19.68570],[46.18852,19.69782],[46.18792,19.70005],[46.18430,19.70365],[46.17592,19.71876],[46.17188,19.71833],[46.16974,19.72305],[46.16926,19.72983],[46.17104,19.73361],[46.16587,19.74193],[46.15725,19.74828],[46.15529,19.75094],[46.14768,19.75987],[46.14619,19.76631],[46.14423,19.77283],[46.14488,19.78047],[46.13983,19.79111],[46.14048,19.79317],[46.13947,19.79849],[46.13680,19.79978],[46.13210,19.80897],[46.13138,19.81326],[46.12835,19.81798],[46.13079,19.82133],[46.14155,19.84373],[46.15024,19.85283],[46.15030,19.86227],[46.15148,19.87325],[46.16005,19.89720],[46.16189,19.90549],[46.16332,19.90961],[46.16403,19.91425],[46.16724,19.92154],[46.17669,19.93527],[46.17592,19.96471],[46.17627,19.97270],[46.17693,20.01647],[46.17372,20.02299],[46.16843,20.02411],[46.15089,20.03029],[46.14601,20.03295],[46.14483,20.03535],[46.14441,20.03904],[46.14506,20.04528],[46.14833,20.05704],[46.14780,20.06064],[46.14619,20.06296],[46.14477,20.06399],[46.16635,20.08322],[46.17758,20.09661],[46.17693,20.10270],[46.17509,20.10656],[46.17265,20.10673],[46.17140,20.10425],[46.16534,20.10502],[46.16278,20.10725],[46.15261,20.12596],[46.15267,20.12690],[46.15030,20.13326],[46.14774,20.13523],[46.14756,20.13738],[46.14453,20.13755],[46.14512,20.14665],[46.15296,20.16833],[46.15766,20.17924],[46.16051,20.18147],[46.14404,20.20850],[46.13554,20.21091],[46.12923,20.23039],[46.12417,20.23339],[46.13030,20.24799],[46.12614,20.25253],[46.12275,20.25030],[46.11983,20.25030],[46.11829,20.25211],[46.11704,20.25262],[46.11608,20.25451],[46.12620,20.26249],[46.12661,20.26472],[46.12519,20.26610],[46.12299,20.26249],[46.12084,20.26232],[46.11840,20.26429],[46.11721,20.26816],[46.11698,20.27073],[46.11817,20.27519],[46.11805,20.28137],[46.11611,20.28215],[46.11611,20.27974],[46.11516,20.27794],[46.11296,20.27425],[46.11225,20.26962],[46.11248,20.26678],[46.11070,20.26498],[46.10927,20.26489],[46.10820,20.26610],[46.10731,20.26610],[46.10618,20.26798],[46.09921,20.27279],[46.08642,20.30317],[46.08314,20.30352],[46.07665,20.30807],[46.07642,20.30935],[46.07421,20.31116],[46.07201,20.31013],[46.05396,20.33725],[46.05259,20.33845],[46.04777,20.34558],[46.04676,20.34575],[46.04640,20.34111],[46.04092,20.33673],[46.00486,20.35793],[46.00391,20.35296],[46.00254,20.35253],[46.00093,20.35330],[45.99920,20.35244],[45.99949,20.34883],[45.99592,20.35338],[45.96502,20.40453],[45.97015,20.44685],[45.95297,20.48418],[45.90879,20.50317],[45.89260,20.51562],[45.90013,20.54892],[45.90598,20.54566],[45.91046,20.56901],[45.88430,20.57888],[45.88328,20.57561],[45.87898,20.57750],[45.87862,20.57527],[45.87749,20.57604],[45.87785,20.57802],[45.87008,20.58119],[45.87253,20.59458],[45.86255,20.59887],[45.86440,20.61175],[45.82918,20.66076],[45.81160,20.65106],[45.80795,20.65484],[45.80861,20.65724],[45.79431,20.66282],[45.79754,20.68144],[45.79197,20.68462],[45.77904,20.69046],[45.76647,20.69492],[45.76593,20.69123],[45.76006,20.69294],[45.76084,20.69689],[45.75053,20.70084],[45.75131,20.70728],[45.74987,20.71380],[45.75209,20.71724],[45.75341,20.72127],[45.75598,20.73337],[45.75460,20.77243],[45.78767,20.78390],[45.77606,20.82252],[45.74881,20.81660],[45.74810,20.80853],[45.73797,20.80313],[45.70178,20.80141],[45.70178,20.79952],[45.69980,20.80287],[45.68709,20.79695],[45.68193,20.80381],[45.67204,20.80107],[45.65728,20.80733],[45.64438,20.78862],[45.64006,20.78707],[45.62122,20.77884],[45.61197,20.76656],[45.58320,20.77171],[45.58741,20.79411],[45.58308,20.79780],[45.58332,20.79943],[45.56844,20.81368],[45.56579,20.81162],[45.55161,20.82450],[45.54993,20.82115],[45.54554,20.82458],[45.53568,20.83342],[45.53340,20.82741],[45.51494,20.80870],[45.49972,20.76922],[45.49009,20.77686],[45.48750,20.77085],[45.47962,20.77102],[45.47998,20.83334],[45.46349,20.86887],[45.46076,20.87198],[45.45667,20.87344],[45.45390,20.87902],[45.45185,20.87971],[45.44914,20.87945],[45.44637,20.88142],[45.44535,20.87816],[45.44571,20.87430],[45.44468,20.87404],[45.44258,20.87559],[45.43884,20.87584],[45.43794,20.87318],[45.43698,20.86752],[45.43577,20.86717],[45.43348,20.87026],[45.43174,20.86906],[45.42433,20.87885],[45.41872,20.89687],[45.41710,20.90082],[45.41788,20.92056],[45.40698,20.92502],[45.40716,20.92717],[45.40562,20.93043],[45.40363,20.93009],[45.40261,20.93155],[45.39242,20.93584],[45.39242,20.93035],[45.38688,20.93120],[45.38676,20.94425],[45.38591,20.94871],[45.38290,20.94992],[45.37319,20.95146],[45.36740,20.96022],[45.36397,20.97163],[45.35745,20.98245],[45.34877,20.98891],[45.34213,20.99827],[45.34195,21.00994],[45.32457,21.01672],[45.33199,21.06418],[45.31256,21.06238],[45.31298,21.06710],[45.31812,21.08075],[45.31685,21.08264],[45.31383,21.08341],[45.29670,21.09589],[45.30123,21.11245],[45.30086,21.11434],[45.30147,21.11700],[45.30497,21.12730],[45.30515,21.14447],[45.31245,21.15365],[45.31626,21.14902],[45.32478,21.16140],[45.32496,21.16209],[45.32231,21.16595],[45.32025,21.16638],[45.32291,21.17187],[45.32557,21.17608],[45.32369,21.18071],[45.32056,21.18406],[45.31881,21.18063],[45.31585,21.18406],[45.31398,21.18063],[45.30969,21.18131],[45.30468,21.18475],[45.29448,21.19024],[45.28747,21.19127],[45.28240,21.19685],[45.27576,21.20972],[45.26490,21.20294],[45.25094,21.21848],[45.25275,21.22277],[45.25112,21.22963],[45.24357,21.25212],[45.24115,21.25513],[45.23021,21.27521],[45.23347,21.28053],[45.23529,21.28053],[45.24369,21.29083],[45.24030,21.30645],[45.23940,21.30637],[45.23813,21.31890],[45.24085,21.31950],[45.23976,21.32645],[45.23644,21.32611],[45.23511,21.33907],[45.23311,21.33976],[45.22973,21.34748],[45.22235,21.35950],[45.22604,21.36825],[45.21885,21.39409],[45.22882,21.40233],[45.22828,21.40447],[45.22513,21.41031],[45.22024,21.41117],[45.21963,21.41580],[45.21473,21.42636],[45.21274,21.43065],[45.20669,21.43597],[45.20270,21.43829],[45.20110,21.44485],[45.19221,21.48296],[45.17194,21.49326],[45.17176,21.49969],[45.16940,21.50862],[45.17079,21.51437],[45.15802,21.52407],[45.14604,21.52888],[45.13726,21.52724],[45.12969,21.50664],[45.12448,21.49909],[45.12473,21.49025],[45.12412,21.48484],[45.12206,21.48193],[45.12182,21.47841],[45.11800,21.47832],[45.11176,21.47381],[45.10970,21.47124],[45.10425,21.47038],[45.10080,21.47287],[45.09650,21.48068],[45.09201,21.48360],[45.09038,21.47965],[45.08547,21.47416],[45.08274,21.47304],[45.07892,21.46738],[45.07692,21.46678],[45.07535,21.46472],[45.07426,21.46472],[45.07153,21.46008],[45.06310,21.45708],[45.06201,21.45227],[45.05953,21.45043],[45.05820,21.44777],[45.05432,21.44665],[45.05292,21.44768],[45.05250,21.44991],[45.04116,21.45627],[45.03467,21.42537],[45.03218,21.42253],[45.03388,21.41996],[45.03625,21.41867],[45.03576,21.40820],[45.03709,21.40451],[45.03212,21.40039],[45.03066,21.40082],[45.03012,21.39979],[45.02696,21.39232],[45.02539,21.38039],[45.02502,21.36966],[45.02011,21.36134],[45.00660,21.37540],[45.00842,21.37669],[45.00399,21.38424],[45.00199,21.38184],[45.00023,21.38682],[44.99920,21.38596],[44.99155,21.40587],[44.98930,21.40484],[44.98584,21.41437],[44.97783,21.40681],[44.97206,21.41548],[44.96065,21.43806],[44.96235,21.44492],[44.95925,21.46741],[44.94898,21.49050],[44.94856,21.49350],[44.94425,21.50586],[44.93829,21.51874],[44.93945,21.52243],[44.93926,21.52809],[44.93088,21.54734],[44.92839,21.54700],[44.92444,21.55318],[44.92237,21.55343],[44.91952,21.55086],[44.91642,21.55094],[44.91137,21.55592],[44.90779,21.55858],[44.90408,21.55841],[44.89855,21.55901],[44.88836,21.56004],[44.88337,21.53661],[44.88161,21.53163],[44.88142,21.52073],[44.87966,21.51078],[44.87559,21.50580],[44.87200,21.49945],[44.87212,21.48837],[44.86962,21.48340],[44.86950,21.47790],[44.87035,21.47610],[44.86968,21.47284],[44.87066,21.46468],[44.86829,21.46082],[44.86914,21.45884],[44.87145,21.45790],[44.87206,21.45472],[44.87437,21.45120],[44.87248,21.44665],[44.87321,21.44520],[44.86926,21.44099],[44.86859,21.43515],[44.86975,21.42786],[44.87157,21.42322],[44.86987,21.41618],[44.86658,21.40503],[44.86719,21.39481],[44.86829,21.39044],[44.86573,21.38554],[44.86531,21.38220],[44.86646,21.37550],[44.86555,21.37164],[44.86545,21.36740],[44.86204,21.36466],[44.85650,21.36286],[44.85389,21.36114],[44.85139,21.36097],[44.84543,21.35874],[44.84354,21.36148],[44.83971,21.36174],[44.84032,21.35350],[44.83721,21.35522],[44.83770,21.35874],[44.83606,21.36105],[44.83350,21.35908],[44.83216,21.36277],[44.82833,21.36389],[44.82333,21.36045],[44.80508,21.38658],[44.77535,21.39517],[44.77303,21.43534],[44.77712,21.48366],[44.76365,21.58091],[44.71976,21.61575],[44.66850,21.61567],[44.66344,21.69592],[44.65585,21.71265],[44.65286,21.72682],[44.66116,21.77368],[44.65304,21.82054],[44.65402,21.86363],[44.63350,21.96843],[44.63460,21.98937],[44.62238,22.00053],[44.60828,22.00455],[44.59135,22.02721],[44.56206,22.02661],[44.54134,22.03978],[44.52488,22.07163],[44.49642,22.08562],[44.47744,22.12398],[44.47646,22.17608],[44.48949,22.18955],[44.57790,22.24491],[44.59131,22.26112],[44.61074,22.27193],[44.62540,22.27451],[44.63212,22.28798],[44.64232,22.30257],[44.65911,22.30326],[44.67724,22.34592],[44.67963,22.39168],[44.71105,22.42559],[44.71562,22.46902],[44.67041,22.52824],[44.62917,22.58595],[44.61396,22.62869],[44.61909,22.66534],[44.61179,22.68002],[44.60488,22.68938],[44.60164,22.71307],[44.58153,22.73444],[44.55249,22.76499],[44.53579,22.75846],[44.51566,22.70009],[44.55328,22.61752],[44.54888,22.57924],[44.52631,22.56088],[44.49350,22.55667],[44.47298,22.52474],[44.48119,22.46595],[44.47096,22.45625],[44.44584,22.46655],[44.41914,22.49963],[44.37707,22.50349],[44.33386,22.53156],[44.31667,22.55276],[44.30432,22.56486],[44.28540,22.67061],[44.26690,22.68550],[44.23837,22.67786],[44.22392,22.67254],[44.21524,22.67580],[44.21174,22.66713],[44.20882,22.66945],[44.20755,22.66949],[44.20765,22.66777],[44.20986,22.66412],[44.21269,22.66563],[44.21380,22.66490],[44.21177,22.66086],[44.20968,22.66009],[44.20952,22.65704],[44.20611,22.65683],[44.20389,22.65485],[44.20435,22.65237],[44.20666,22.65056],[44.20872,22.64576],[44.20817,22.64443],[44.20691,22.64490],[44.20454,22.64790],[44.20294,22.64795],[44.20152,22.64687],[44.20100,22.64593],[44.19802,22.64571],[44.19451,22.64262],[44.19297,22.64280],[44.19242,22.64134],[44.19217,22.63838],[44.19134,22.63756],[44.18983,22.63717],[44.18888,22.64125],[44.18820,22.64275],[44.18737,22.64318],[44.18608,22.64327],[44.18282,22.64095],[44.18112,22.63593],[44.18429,22.63327],[44.18420,22.63018],[44.18349,22.62889],[44.18038,22.63159],[44.17832,22.63632],[44.17558,22.63670],[44.17374,22.63408],[44.17488,22.63078],[44.17475,22.62885],[44.17392,22.62760],[44.17303,22.62760],[44.17226,22.62842],[44.17111,22.62806],[44.17025,22.62492],[44.17160,22.62291],[44.17367,22.62136],[44.17216,22.61754],[44.17004,22.61651],[44.16662,22.61715],[44.16594,22.61634],[44.16573,22.61445],[44.16566,22.61329],[44.16502,22.61346],[44.16369,22.61531],[44.16354,22.61595],[44.16172,22.61621],[44.16182,22.61943],[44.16314,22.62145],[44.16203,22.62269],[44.15858,22.62488],[44.15923,22.62741],[44.15775,22.62883],[44.15584,22.62836],[44.15418,22.62655],[44.14939,22.62661],[44.14770,22.62733],[44.14712,22.62708],[44.14684,22.62497],[44.15069,22.62085],[44.15023,22.61837],[44.14662,22.62013],[44.14601,22.61798],[44.14582,22.61927],[44.11656,22.61193],[44.10715,22.61025],[44.10358,22.61128],[44.10044,22.61463],[44.09729,22.61995],[44.08792,22.61927],[44.08151,22.61987],[44.07978,22.61824],[44.07898,22.61583],[44.07726,22.61643],[44.07510,22.61824],[44.07269,22.62570],[44.06887,22.61927],[44.06623,22.61929],[44.06309,22.62066],[44.06161,22.60530],[44.06272,22.59912],[44.06155,22.59628],[44.06173,22.58547],[44.06130,22.58315],[44.05328,22.58041],[44.05452,22.57320],[44.05624,22.56667],[44.05711,22.56067],[44.05630,22.55800],[44.05304,22.55466],[44.05217,22.53595],[44.04841,22.53114],[44.04711,22.53526],[44.04329,22.54170],[44.04113,22.54281],[44.03811,22.53861],[44.03514,22.54127],[44.03372,22.54444],[44.03095,22.54075],[44.02558,22.53929],[44.02478,22.53329],[44.02038,22.53217],[44.01809,22.52153],[44.01877,22.51209],[44.01797,22.50754],[44.01754,22.49406],[44.01963,22.48505],[44.01852,22.47930],[44.01501,22.47235],[44.01439,22.46615],[44.01636,22.45147],[44.01667,22.44804],[44.01618,22.44280],[44.00976,22.44160],[44.00790,22.42873],[44.00556,22.42289],[44.00562,22.41457],[44.00309,22.41002],[43.99901,22.41225],[43.99772,22.41036],[43.99667,22.41070],[43.99617,22.41328],[43.99228,22.41766],[43.98765,22.40924],[43.98376,22.40984],[43.98240,22.40890],[43.98036,22.41233],[43.97549,22.41216],[43.97166,22.41345],[43.96449,22.41285],[43.96128,22.41139],[43.95504,22.41208],[43.94768,22.40658],[43.93909,22.40976],[43.93184,22.39568],[43.93054,22.39241],[43.92690,22.38941],[43.92418,22.38881],[43.91682,22.39379],[43.91465,22.39302],[43.91051,22.39533],[43.90841,22.39559],[43.89695,22.39054],[43.89027,22.39054],[43.88433,22.38856],[43.88142,22.38985],[43.87319,22.38684],[43.85191,22.38135],[43.84887,22.38041],[43.84491,22.37921],[43.84182,22.37663],[43.83501,22.37191],[43.82950,22.37011],[43.82442,22.36582],[43.82281,22.36127],[43.81600,22.35990],[43.81079,22.35749],[43.80894,22.35870],[43.80733,22.36136],[43.80020,22.36213],[43.79574,22.36762],[43.79211,22.36805],[43.78437,22.37414],[43.77817,22.37723],[43.77520,22.37801],[43.77185,22.38290],[43.76819,22.38444],[43.76398,22.39200],[43.76007,22.39483],[43.75914,22.40410],[43.75536,22.40007],[43.75207,22.39946],[43.74730,22.39904],[43.74054,22.39869],[43.73852,22.40093],[43.73474,22.39741],[43.72990,22.39492],[43.72550,22.39921],[43.72326,22.40376],[43.71979,22.40290],[43.71656,22.40548],[43.70999,22.40513],[43.70726,22.40805],[43.70577,22.40737],[43.70068,22.40634],[43.69640,22.40788],[43.69423,22.41157],[43.69131,22.41260],[43.69001,22.41526],[43.68728,22.41732],[43.68448,22.42178],[43.68132,22.42144],[43.67927,22.42419],[43.67542,22.43475],[43.67399,22.44015],[43.66578,22.44834],[43.65913,22.46173],[43.65721,22.47675],[43.65286,22.48302],[43.64603,22.48474],[43.64149,22.49143],[43.63572,22.49289],[43.63075,22.48937],[43.62559,22.48285],[43.62391,22.48276],[43.61925,22.48860],[43.60825,22.49170],[43.60545,22.49110],[43.60228,22.49368],[43.59931,22.49291],[43.59216,22.48703],[43.59064,22.48720],[43.58713,22.49029],[43.58358,22.49600],[43.58225,22.49655],[43.57761,22.49475],[43.57523,22.49239],[43.57169,22.49132],[43.56852,22.48776],[43.56211,22.48870],[43.55580,22.49033],[43.55104,22.49377],[43.54768,22.49492],[43.54096,22.50368],[43.53878,22.50441],[43.53443,22.50308],[43.53266,22.50342],[43.52975,22.50202],[43.52807,22.50270],[43.52380,22.50562],[43.52150,22.50571],[43.51556,22.50807],[43.50989,22.51442],[43.50498,22.51502],[43.50286,22.51652],[43.49819,22.52094],[43.49601,22.52429],[43.49315,22.52519],[43.48941,22.52541],[43.48608,22.52502],[43.48486,22.52592],[43.47898,22.53313],[43.47652,22.53395],[43.47358,22.53352],[43.47140,22.53386],[43.46747,22.54214],[43.46626,22.54583],[43.46389,22.55103],[43.46205,22.55399],[43.46267,22.55849],[43.46327,22.55970],[43.46408,22.57570],[43.45957,22.57907],[43.45246,22.58718],[43.44841,22.58954],[43.44611,22.59044],[43.44203,22.59074],[43.43913,22.59297],[43.43620,22.59726],[43.43523,22.60057],[43.43523,22.60284],[43.43000,22.62004],[43.42869,22.62236],[43.42863,22.62686],[43.42975,22.63167],[43.43218,22.63489],[43.43386,22.63871],[43.42626,22.66184],[43.42258,22.66055],[43.42009,22.66179],[43.41563,22.66446],[43.41370,22.66630],[43.40911,22.66785],[43.40288,22.66776],[43.40098,22.67081],[43.39645,22.67579],[43.39496,22.67892],[43.39430,22.68089],[43.39384,22.68930],[43.39418,22.69162],[43.39490,22.69312],[43.39355,22.69917],[43.39408,22.70132],[43.39424,22.70600],[43.39563,22.71340],[43.39603,22.72074],[43.39584,22.72259],[43.39369,22.72812],[43.39107,22.73177],[43.38939,22.73353],[43.38808,22.73962],[43.38827,22.74409],[43.38639,22.74881],[43.38521,22.74975],[43.38427,22.75198],[43.38184,22.75469],[43.38044,22.75705],[43.37763,22.76722],[43.37666,22.76902],[43.37150,22.77003],[43.36769,22.76922],[43.36535,22.76948],[43.36385,22.77008],[43.35967,22.77759],[43.35933,22.77960],[43.35805,22.78196],[43.35443,22.78686],[43.34997,22.79128],[43.34526,22.79407],[43.34288,22.79570],[43.34007,22.80123],[43.33858,22.80329],[43.33780,22.80621],[43.33792,22.80797],[43.33855,22.80960],[43.33561,22.81707],[43.33096,22.82655],[43.32965,22.82741],[43.32824,22.82771],[43.31988,22.82904],[43.31863,22.83029],[43.31722,22.83054],[43.31285,22.83218],[43.31017,22.83436],[43.30835,22.83522],[43.30701,22.83702],[43.30454,22.83827],[43.30170,22.83816],[43.29808,22.84447],[43.29645,22.84576],[43.29167,22.84391],[43.28849,22.84400],[43.28674,22.84267],[43.28483,22.84318],[43.28121,22.84507],[43.28055,22.84683],[43.27880,22.84850],[43.27596,22.84876],[43.27452,22.85859],[43.27228,22.86320],[43.26947,22.86427],[43.26734,22.86960],[43.26409,22.86930],[43.25797,22.87097],[43.25603,22.87011],[43.25281,22.87384],[43.24890,22.87642],[43.24728,22.88054],[43.24487,22.88337],[43.24037,22.88440],[43.23537,22.88882],[43.23115,22.89496],[43.23074,22.89655],[43.22658,22.89693],[43.22533,22.89839],[43.22361,22.90367],[43.22092,22.90766],[43.22148,22.91058],[43.22095,22.91466],[43.21858,22.92015],[43.21467,22.92324],[43.21323,22.92775],[43.21091,22.92968],[43.20954,22.93269],[43.20935,22.93492],[43.20628,22.93672],[43.20272,22.94118],[43.20469,22.94629],[43.20638,22.95238],[43.20691,22.95702],[43.20713,22.96191],[43.20503,22.96603],[43.20516,22.96886],[43.20348,22.97863],[43.20201,22.97966],[43.20170,22.98121],[43.20280,22.98245],[43.20229,22.98516],[43.19951,22.98812],[43.19754,22.99211],[43.19404,22.99728],[43.19278,23.00024],[43.19206,23.00282],[43.19263,23.00569],[43.19169,23.00638],[43.19066,23.00569],[43.18712,23.00651],[43.18524,23.00539],[43.18268,23.00166],[43.18080,23.00067],[43.17902,22.99951],[43.17833,22.99780],[43.17196,22.99006],[43.16795,22.98706],[43.16614,22.98697],[43.16454,22.99131],[43.16257,22.99444],[43.16063,22.99650],[43.15672,22.99736],[43.15518,22.99710],[43.15299,22.99590],[43.15077,22.99371],[43.14615,22.99570],[43.14296,22.99514],[43.13952,22.99608],[43.13429,22.99454],[43.12896,22.99183],[43.12173,22.98578],[43.11527,22.98441],[43.11258,22.98325],[43.11117,22.98334],[43.10498,22.97182],[43.09972,22.96413],[43.09680,22.96014],[43.09649,22.95752],[43.09596,22.95572],[43.09477,22.95469],[43.09279,22.95345],[43.09119,22.95006],[43.08941,22.93911],[43.08731,22.93195],[43.08022,22.91869],[43.07649,22.91864],[43.07141,22.91701],[43.06637,22.91495],[43.06346,22.91225],[43.06067,22.91216],[43.05797,22.91113],[43.05509,22.90787],[43.05386,22.90594],[43.04960,22.90096],[43.04740,22.89989],[43.04499,22.89942],[43.03586,22.89864],[43.02193,22.86332],[43.01870,22.86036],[43.00580,22.85036],[43.00370,22.84727],[42.99592,22.82981],[42.98735,22.80376],[42.98584,22.79771],[42.98336,22.79161],[42.98182,22.78552],[42.98094,22.78475],[42.97871,22.78518],[42.97667,22.78539],[42.97507,22.78655],[42.97118,22.78419],[42.96923,22.78586],[42.96737,22.78571],[42.96404,22.78292],[42.96153,22.78309],[42.96027,22.78343],[42.95930,22.78433],[42.95685,22.78515],[42.95509,22.78245],[42.95424,22.78249],[42.95383,22.78309],[42.95094,22.78300],[42.95019,22.78219],[42.94985,22.78086],[42.95264,22.78047],[42.95230,22.77923],[42.94959,22.77721],[42.94931,22.77485],[42.94859,22.77301],[42.94871,22.77030],[42.94761,22.76927],[42.94394,22.76936],[42.94262,22.77180],[42.93888,22.77434],[42.93609,22.77266],[42.93514,22.77511],[42.93304,22.77828],[42.93093,22.77927],[42.92770,22.77820],[42.92339,22.77571],[42.91814,22.77421],[42.91756,22.76877],[42.91696,22.76774],[42.91564,22.76662],[42.91093,22.76070],[42.90970,22.76027],[42.90854,22.76156],[42.90681,22.76173],[42.90386,22.75937],[42.90156,22.75864],[42.89908,22.75366],[42.89420,22.75388],[42.89093,22.75069],[42.88951,22.74833],[42.88806,22.74704],[42.88615,22.74507],[42.88624,22.74223],[42.88574,22.73987],[42.88451,22.73781],[42.88517,22.73507],[42.88778,22.73206],[42.88832,22.73022],[42.88832,22.72824],[42.88703,22.72648],[42.88457,22.72073],[42.88655,22.71614],[42.88678,22.71374],[42.88571,22.71254],[42.88514,22.71048],[42.87924,22.70559],[42.88050,22.70374],[42.88427,22.70142],[42.88462,22.69919],[42.88431,22.69709],[42.88305,22.69580],[42.88056,22.69482],[42.87827,22.69533],[42.87679,22.69250],[42.87493,22.68731],[42.87214,22.68181],[42.87097,22.68125],[42.86767,22.68216],[42.86613,22.68010],[42.86553,22.67786],[42.86651,22.67645],[42.87173,22.67503],[42.87358,22.67319],[42.87553,22.67276],[42.87698,22.66623],[42.87959,22.66405],[42.88009,22.66246],[42.88182,22.66083],[42.88276,22.65688],[42.88267,22.65542],[42.88305,22.65267],[42.88050,22.64864],[42.87865,22.64340],[42.87783,22.64036],[42.88591,22.62924],[42.88855,22.62718],[42.89009,22.62546],[42.89173,22.62491],[42.89361,22.62096],[42.89591,22.61877],[42.89616,22.61688],[42.89525,22.61469],[42.89525,22.61276],[42.89342,22.60877],[42.89336,22.60658],[42.89163,22.60336],[42.89390,22.59963],[42.89402,22.59744],[42.89355,22.59590],[42.89072,22.59229],[42.89028,22.59015],[42.89085,22.58718],[42.89154,22.58392],[42.88861,22.58178],[42.88503,22.58032],[42.88248,22.57856],[42.87890,22.57444],[42.87751,22.57422],[42.87695,22.57319],[42.87556,22.57289],[42.87409,22.57401],[42.87188,22.57255],[42.86934,22.57379],[42.86710,22.57418],[42.86500,22.57543],[42.86267,22.57555],[42.86987,22.56452],[42.87179,22.55929],[42.87132,22.55581],[42.87666,22.54671],[42.87692,22.54431],[42.88060,22.53895],[42.88207,22.53539],[42.87897,22.53242],[42.87815,22.53040],[42.87680,22.52882],[42.87642,22.52452],[42.87667,22.52212],[42.87595,22.52105],[42.86843,22.51581],[42.86724,22.51667],[42.86614,22.51787],[42.86375,22.51787],[42.86353,22.51534],[42.86170,22.51809],[42.85906,22.51688],[42.85680,22.51616],[42.85519,22.51422],[42.85431,22.51088],[42.85054,22.50706],[42.85057,22.50277],[42.84956,22.50049],[42.84267,22.48985],[42.84028,22.48783],[42.83852,22.48367],[42.83499,22.48084],[42.83351,22.47762],[42.83187,22.47551],[42.83150,22.47165],[42.83080,22.47054],[42.83074,22.46903],[42.83317,22.46582],[42.83011,22.45916],[42.82945,22.45526],[42.82457,22.44680],[42.82523,22.44393],[42.82511,22.44200],[42.82353,22.43997],[42.82164,22.43985],[42.81677,22.44109],[42.81481,22.44019],[42.81060,22.44079],[42.80842,22.44070],[42.80521,22.44143],[42.80241,22.44869],[42.79772,22.44932],[42.79571,22.45031],[42.79372,22.45529],[42.78944,22.45804],[42.78601,22.45864],[42.78289,22.46065],[42.77961,22.46001],[42.77782,22.46057],[42.77596,22.46366],[42.77451,22.46537],[42.77271,22.46748],[42.76899,22.47233],[42.76748,22.47615],[42.76449,22.47568],[42.76215,22.47705],[42.76171,22.47813],[42.76020,22.47907],[42.75803,22.48147],[42.75547,22.48220],[42.75220,22.48392],[42.74917,22.48761],[42.74882,22.49159],[42.74733,22.49335],[42.74680,22.49554],[42.74368,22.50005],[42.74012,22.50147],[42.73782,22.50031],[42.73608,22.49880],[42.73495,22.49915],[42.73416,22.49842],[42.73271,22.49610],[42.72905,22.49649],[42.72618,22.49602],[42.72265,22.49722],[42.72193,22.49571],[42.72227,22.48717],[42.71591,22.48370],[42.71427,22.48164],[42.70995,22.47524],[42.70515,22.47374],[42.70310,22.47348],[42.69929,22.47095],[42.69872,22.47207],[42.69667,22.47207],[42.69301,22.47022],[42.69115,22.46632],[42.69064,22.46177],[42.68954,22.45928],[42.68834,22.45834],[42.68355,22.46074],[42.68326,22.46297],[42.68298,22.46529],[42.68175,22.47022],[42.67670,22.47572],[42.67512,22.47610],[42.66804,22.47319],[42.66593,22.47104],[42.66429,22.46826],[42.66214,22.46748],[42.65908,22.46572],[42.65677,22.46259],[42.65564,22.45989],[42.65450,22.45989],[42.65195,22.46173],[42.64945,22.46169],[42.64863,22.46062],[42.64784,22.45821],[42.64696,22.45422],[42.64582,22.45602],[42.64222,22.46396],[42.64131,22.46701],[42.63938,22.46714],[42.63597,22.46547],[42.63266,22.46474],[42.63098,22.46087],[42.63045,22.45873],[42.62650,22.45924],[42.62183,22.45877],[42.62006,22.45735],[42.61835,22.45693],[42.61570,22.45405],[42.61213,22.45186],[42.60317,22.45106],[42.59780,22.44913],[42.59587,22.44998],[42.59003,22.44312],[42.58845,22.44110],[42.58674,22.44033],[42.57969,22.43968],[42.57852,22.44019],[42.57419,22.43981],[42.57224,22.43856],[42.56876,22.43912],[42.56516,22.44015],[42.56576,22.44401],[42.56569,22.44586],[42.56702,22.45079],[42.56260,22.46744],[42.56193,22.47195],[42.55609,22.47508],[42.55407,22.47718],[42.54879,22.48843],[42.54597,22.49263],[42.54240,22.49525],[42.53524,22.49956],[42.53394,22.50175],[42.53264,22.50664],[42.53046,22.50918],[42.52869,22.51231],[42.52742,22.51403],[42.52818,22.51918],[42.52686,22.52214],[42.52467,22.52497],[42.51907,22.52930],[42.51601,22.53471],[42.51193,22.53905],[42.50816,22.54668],[42.50702,22.54793],[42.50383,22.54800],[42.50152,22.54908],[42.49778,22.55195],[42.49601,22.55221],[42.49329,22.55526],[42.49180,22.55543],[42.48494,22.55976],[42.47968,22.55938],[42.47579,22.55629],[42.47332,22.55457],[42.47259,22.55277],[42.47129,22.55367],[42.46743,22.55028],[42.46468,22.54766],[42.46382,22.54479],[42.46309,22.54388],[42.45933,22.54397],[42.45660,22.54358],[42.45322,22.54161],[42.45033,22.54436],[42.44878,22.54401],[42.44574,22.54140],[42.44011,22.54165],[42.43555,22.53715],[42.43396,22.53762],[42.43171,22.53577],[42.42918,22.53663],[42.42348,22.53607],[42.42123,22.53509],[42.41882,22.53049],[42.41850,22.52888],[42.41663,22.52635],[42.41352,22.52369],[42.40912,22.52210],[42.40586,22.52176],[42.40459,22.52236],[42.40158,22.52094],[42.39911,22.52116],[42.39698,22.52017],[42.39426,22.51391],[42.39603,22.51176],[42.39727,22.50811],[42.39616,22.50545],[42.39552,22.50150],[42.39632,22.49837],[42.39648,22.49356],[42.39514,22.48987],[42.39375,22.48386],[42.39445,22.47713],[42.39337,22.47730],[42.39090,22.47944],[42.38770,22.48086],[42.38586,22.48039],[42.38453,22.48103],[42.38275,22.48039],[42.38034,22.48090],[42.37876,22.47811],[42.37619,22.46962],[42.37384,22.46914],[42.37121,22.46854],[42.36944,22.46644],[42.36607,22.46405],[42.36451,22.46174],[42.36252,22.46024],[42.35709,22.46006],[42.35164,22.46135],[42.34802,22.46127],[42.34526,22.46324],[42.34428,22.46281],[42.34244,22.46187],[42.33378,22.45500],[42.33216,22.45268],[42.33165,22.44947],[42.33022,22.44389],[42.32854,22.44084],[42.32483,22.43608],[42.32340,22.43320],[42.32429,22.43131],[42.33289,22.42436],[42.33302,22.42324],[42.33130,22.42140],[42.32946,22.41835],[42.32927,22.41440],[42.33041,22.41144],[42.33175,22.40904],[42.33249,22.40636],[42.33179,22.40379],[42.32808,22.40147],[42.32621,22.40151],[42.32580,22.40005],[42.32646,22.39855],[42.32580,22.39666],[42.32596,22.39181],[42.32554,22.38932],[42.32291,22.38417],[42.32237,22.38138],[42.32370,22.37598],[42.32151,22.36924],[42.32335,22.36611],[42.32091,22.36628],[42.31771,22.36340],[42.31561,22.36280],[42.31285,22.36010],[42.31104,22.36006],[42.31174,22.35765],[42.31145,22.35628],[42.31460,22.35310],[42.31625,22.35237],[42.31774,22.34843],[42.31745,22.34675],[42.31825,22.34534],[42.31955,22.33830],[42.31913,22.33658],[42.32228,22.33083],[42.32367,22.33006],[42.32443,22.33066],[42.32635,22.32926],[42.32813,22.32587],[42.33352,22.32265],[42.33140,22.31626],[42.33441,22.31119],[42.33892,22.30811],[42.33863,22.30660],[42.34218,22.30304],[42.34456,22.29815],[42.34571,22.29793],[42.34618,22.29613],[42.34992,22.29137],[42.35281,22.29038],[42.35693,22.29347],[42.36293,22.29493],[42.36492,22.29845],[42.36794,22.29768],[42.37136,22.29686],[42.37333,22.29390],[42.37257,22.29244],[42.37155,22.28755],[42.37060,22.28523],[42.36829,22.28103],[42.36667,22.28039],[42.36607,22.27885],[42.36347,22.27700],[42.36099,22.27318],[42.36099,22.26958],[42.36543,22.26580],[42.36639,22.26365],[42.36591,22.26018],[42.36442,22.25932],[42.36169,22.25374],[42.36023,22.25228],[42.35586,22.25391],[42.35221,22.25301],[42.34977,22.25245],[42.34913,22.24464],[42.35081,22.24224],[42.35085,22.23876],[42.34939,22.23713],[42.34859,22.23743],[42.34818,22.24168],[42.34625,22.24456],[42.34335,22.24057],[42.34167,22.23980],[42.33938,22.23499],[42.33805,22.23353],[42.33542,22.23001],[42.33548,22.22418],[42.33475,22.22194],[42.33596,22.22134],[42.33729,22.22164],[42.33849,22.21855],[42.33751,22.21564],[42.33707,22.20903],[42.33624,22.20607],[42.33983,22.20263],[42.34008,22.19989],[42.34024,22.19692],[42.33970,22.19452],[42.33814,22.19422],[42.33557,22.19006],[42.33370,22.18654],[42.33281,22.18173],[42.32910,22.18263],[42.32682,22.18152],[42.32542,22.18208],[42.32412,22.18070],[42.32409,22.17903],[42.32304,22.17950],[42.32231,22.17663],[42.32108,22.17439],[42.32003,22.17448],[42.31787,22.17182],[42.31578,22.17105],[42.31216,22.16667],[42.31235,22.16542],[42.31378,22.16152],[42.31482,22.16148],[42.31543,22.15929],[42.31720,22.15869],[42.31774,22.15637],[42.31857,22.15568],[42.31879,22.15208],[42.32092,22.14598],[42.31714,22.14285],[42.31371,22.14036],[42.31273,22.14076],[42.30949,22.13608],[42.30714,22.13449],[42.30664,22.13205],[42.30768,22.13072],[42.30759,22.12690],[42.31067,22.12368],[42.31083,22.12183],[42.31343,22.12085],[42.31428,22.11823],[42.31359,22.11655],[42.31229,22.11582],[42.31203,22.11432],[42.31067,22.11351],[42.30841,22.10943],[42.30892,22.10600],[42.30768,22.10432],[42.30565,22.10265],[42.30470,22.10007],[42.30619,22.09823],[42.30387,22.09192],[42.30432,22.09016],[42.30330,22.08681],[42.30226,22.08523],[42.30162,22.08162],[42.30187,22.07767],[42.30273,22.07471],[42.30029,22.07330],[42.29937,22.07089],[42.29959,22.06999],[42.29810,22.06579],[42.30026,22.06321],[42.30295,22.06128],[42.30381,22.05926],[42.30365,22.05420],[42.30622,22.05274],[42.30749,22.05055],[42.30714,22.04776],[42.30727,22.04540],[42.30568,22.04135],[42.30156,22.03907],[42.29861,22.03414],[42.29788,22.03139],[42.29886,22.03113],[42.29873,22.02881],[42.30010,22.02409],[42.30229,22.02066],[42.30581,22.01821],[42.30775,22.01714],[42.31038,22.00817],[42.31279,22.00658],[42.31486,22.00633],[42.31634,22.00178],[42.31806,22.00002],[42.31920,21.99650],[42.32120,21.99466],[42.32199,21.99187],[42.32370,21.98625],[42.32469,21.98569],[42.32504,21.98015],[42.32875,21.97277],[42.33297,21.96681],[42.33475,21.96453],[42.33468,21.96220],[42.33823,21.95808],[42.34007,21.95568],[42.34014,21.95225],[42.34188,21.94796],[42.34340,21.94757],[42.34385,21.94559],[42.34290,21.94448],[42.34017,21.93487],[42.33919,21.93530],[42.33817,21.93315],[42.33614,21.93547],[42.33468,21.93431],[42.33135,21.93336],[42.33011,21.93384],[42.32431,21.93079],[42.32177,21.93221],[42.31796,21.93049],[42.30990,21.92925],[42.30593,21.92337],[42.30580,21.91951],[42.30419,21.91547],[42.30371,21.90788],[42.30101,21.89934],[42.30076,21.89620],[42.29974,21.89281],[42.30130,21.89174],[42.30584,21.88831],[42.30765,21.88655],[42.31247,21.88479],[42.31317,21.88165],[42.31199,21.88084],[42.31164,21.87771],[42.30977,21.87719],[42.30987,21.87423],[42.30822,21.87354],[42.30803,21.87204],[42.30933,21.87063],[42.30945,21.86882],[42.31060,21.86762],[42.31520,21.86603],[42.31745,21.86483],[42.31923,21.85947],[42.32088,21.85788],[42.32221,21.85762],[42.32345,21.85603],[42.32345,21.85376],[42.32538,21.85083],[42.32525,21.84452],[42.32116,21.83461],[42.31126,21.83628],[42.30761,21.83002],[42.30266,21.82440],[42.30145,21.82603],[42.29907,21.82500],[42.29587,21.81834],[42.29358,21.81491],[42.29244,21.80993],[42.29377,21.80204],[42.29799,21.79538],[42.29625,21.79448],[42.29279,21.79401],[42.28409,21.78993],[42.28475,21.78757],[42.28333,21.78629],[42.28329,21.78762],[42.28063,21.78723],[42.27891,21.78448],[42.27821,21.78294],[42.27165,21.77806],[42.27127,21.77578],[42.26882,21.77918],[42.26631,21.77596],[42.26790,21.77278],[42.26564,21.77450],[42.26488,21.77351],[42.26501,21.76875],[42.26390,21.76827],[42.26253,21.76613],[42.25923,21.76544],[42.25770,21.76184],[42.25812,21.75943],[42.25675,21.75720],[42.25958,21.75175],[42.26101,21.75059],[42.26056,21.74780],[42.26098,21.74566],[42.26005,21.74128],[42.26053,21.73377],[42.26190,21.73218],[42.26514,21.72626],[42.26523,21.72429],[42.26279,21.72480],[42.25859,21.72484],[42.25710,21.72351],[42.25685,21.72124],[42.25497,21.72012],[42.25284,21.71828],[42.25281,21.71592],[42.25196,21.71510],[42.25078,21.71502],[42.24935,21.71639],[42.24816,21.71611],[42.24736,21.71701],[42.24660,21.71692],[42.24225,21.71293],[42.24031,21.71143],[42.23885,21.70907],[42.23844,21.70770],[42.23682,21.70594],[42.23643,21.70259],[42.23399,21.70229],[42.23348,21.70006],[42.23129,21.69946],[42.23246,21.69632],[42.23303,21.69414],[42.23847,21.69079],[42.23961,21.68847],[42.24012,21.68585],[42.24158,21.68397],[42.24215,21.68002],[42.24082,21.67976],[42.24041,21.67564],[42.24238,21.67332],[42.24165,21.67194],[42.24187,21.66973],[42.24284,21.66938],[42.24238,21.66848],[42.24292,21.66717],[42.24216,21.66640],[42.24261,21.66451],[42.24389,21.66295],[42.24546,21.66352],[42.24648,21.66282],[42.24864,21.65775],[42.24693,21.65541],[42.24697,21.65398],[42.24942,21.64934],[42.24972,21.63866],[42.25142,21.63546],[42.25139,21.63158],[42.25067,21.62934],[42.25221,21.62291],[42.25204,21.62072],[42.25315,21.61853],[42.25517,21.61679],[42.25660,21.61194],[42.25504,21.60834],[42.25492,21.60557],[42.25625,21.60351],[42.25651,21.60098],[42.25400,21.60149],[42.25679,21.59587],[42.25717,21.59368],[42.25895,21.59128],[42.26016,21.59107],[42.26111,21.58956],[42.26140,21.58798],[42.26254,21.58639],[42.26359,21.58673],[42.26521,21.58935],[42.26677,21.58982],[42.26972,21.58841],[42.27245,21.58459],[42.27601,21.58308],[42.27855,21.58291],[42.27994,21.58188],[42.28169,21.58373],[42.28334,21.58308],[42.28617,21.57926],[42.29134,21.57103],[42.29636,21.56549],[42.29753,21.56291],[42.29890,21.56120],[42.29944,21.56223],[42.29982,21.56553],[42.30080,21.56489],[42.30147,21.56261],[42.30401,21.56446],[42.30740,21.56510],[42.30756,21.56412],[42.30988,21.56472],[42.31112,21.56283],[42.31254,21.56085],[42.31404,21.56051],[42.31477,21.55931],[42.31366,21.55841],[42.31385,21.55510],[42.31296,21.55446],[42.31181,21.55279],[42.31324,21.55081],[42.31207,21.54931],[42.31058,21.54862],[42.30988,21.54575],[42.31004,21.54468],[42.30874,21.54240],[42.30870,21.54133],[42.30947,21.54103],[42.31051,21.53824],[42.31147,21.53931],[42.31321,21.53914],[42.31451,21.53725],[42.31626,21.53708],[42.31842,21.53832],[42.31778,21.53665],[42.31908,21.53287],[42.31988,21.53249],[42.32089,21.53665],[42.32219,21.53382],[42.32184,21.53116],[42.32267,21.53008],[42.32422,21.52854],[42.32527,21.52644],[42.32517,21.52481],[42.32714,21.52399],[42.32857,21.52468],[42.32955,21.52601],[42.33209,21.52601],[42.33345,21.52635],[42.33521,21.52651],[42.33772,21.52501],[42.33864,21.52514],[42.33895,21.52613],[42.34032,21.52634],[42.34168,21.52450],[42.34343,21.52579],[42.34485,21.52621],[42.34765,21.52879],[42.34977,21.52905],[42.35304,21.53059],[42.35301,21.53261],[42.35364,21.53325],[42.35535,21.53235],[42.35653,21.53154],[42.35732,21.53231],[42.35694,21.53312],[42.35821,21.53467],[42.36017,21.53501],[42.36410,21.53338],[42.36617,21.53132],[42.36747,21.53394],[42.36753,21.53583],[42.36975,21.53566],[42.37137,21.53840],[42.37124,21.53913],[42.37362,21.54016],[42.37298,21.54166],[42.37045,21.54265],[42.36969,21.54381],[42.36829,21.54484],[42.36848,21.54664],[42.36699,21.54784],[42.36537,21.54741],[42.36391,21.54952],[42.36239,21.55278],[42.36363,21.55222],[42.36588,21.55291],[42.36781,21.55832],[42.36667,21.56110],[42.36839,21.56080],[42.36721,21.56351],[42.36610,21.56879],[42.36379,21.57003],[42.36280,21.57136],[42.36366,21.57235],[42.36540,21.57239],[42.36585,21.57604],[42.36718,21.57831],[42.36835,21.57831],[42.36981,21.57819],[42.37358,21.57368],[42.37558,21.57372],[42.37935,21.57900],[42.37940,21.58093],[42.38235,21.58448],[42.38051,21.58718],[42.38419,21.59456],[42.38203,21.59868],[42.37915,21.60177],[42.37563,21.60568],[42.37614,21.61327],[42.37661,21.61696],[42.37826,21.62053],[42.38340,21.62173],[42.38834,21.62542],[42.39262,21.62795],[42.39492,21.63049],[42.39789,21.63439],[42.39875,21.63636],[42.40103,21.63521],[42.40423,21.63533],[42.40347,21.63735],[42.40468,21.63868],[42.40756,21.64263],[42.40930,21.64430],[42.41298,21.64611],[42.41732,21.64362],[42.41900,21.64044],[42.41906,21.63860],[42.42084,21.63658],[42.42293,21.63576],[42.42359,21.63812],[42.42736,21.63735],[42.42958,21.63683],[42.43544,21.63108],[42.43807,21.63177],[42.44225,21.63009],[42.44611,21.62460],[42.45311,21.62172],[42.45564,21.62494],[42.45558,21.62825],[42.45795,21.62790],[42.46014,21.62971],[42.46273,21.63301],[42.46644,21.63932],[42.46783,21.64001],[42.46967,21.64404],[42.46951,21.64528],[42.47039,21.64541],[42.47169,21.64782],[42.47327,21.64958],[42.47362,21.65292],[42.47549,21.65550],[42.47622,21.65734],[42.47828,21.65670],[42.48027,21.65979],[42.48366,21.65760],[42.48427,21.65843],[42.48449,21.66066],[42.48553,21.66109],[42.48471,21.66285],[42.48462,21.66654],[42.48440,21.67088],[42.48629,21.67178],[42.48819,21.66907],[42.49142,21.66847],[42.49300,21.66650],[42.49351,21.66774],[42.49446,21.67041],[42.49778,21.67543],[42.50009,21.68092],[42.50041,21.68418],[42.50234,21.68710],[42.50269,21.69036],[42.50610,21.69255],[42.50822,21.69058],[42.51294,21.69109],[42.51594,21.69186],[42.51534,21.69306],[42.51629,21.69667],[42.51559,21.69869],[42.51442,21.70195],[42.51477,21.70504],[42.51351,21.70757],[42.51645,21.70860],[42.51822,21.70963],[42.52135,21.70723],[42.52309,21.70645],[42.52426,21.70341],[42.52730,21.70070],[42.52774,21.69937],[42.52904,21.69744],[42.53112,21.69641],[42.53539,21.69688],[42.53865,21.69311],[42.53979,21.69349],[42.54026,21.69474],[42.53969,21.69607],[42.54112,21.69748],[42.54102,21.70113],[42.54172,21.70182],[42.54304,21.70160],[42.54428,21.70259],[42.54564,21.70113],[42.54817,21.70564],[42.54994,21.70628],[42.55000,21.70817],[42.54937,21.71002],[42.54978,21.71216],[42.55038,21.71431],[42.54994,21.71723],[42.54921,21.72049],[42.54826,21.72217],[42.54734,21.72844],[42.54838,21.73029],[42.54930,21.73252],[42.55120,21.73518],[42.55233,21.73986],[42.55433,21.74226],[42.55572,21.74290],[42.55888,21.74762],[42.56337,21.74715],[42.56450,21.74449],[42.56580,21.74462],[42.57041,21.74767],[42.57648,21.74617],[42.58021,21.74733],[42.58324,21.74424],[42.58628,21.74347],[42.59111,21.73965],[42.59433,21.73832],[42.59749,21.73437],[42.60042,21.73325],[42.60468,21.73557],[42.60512,21.73823],[42.60408,21.73969],[42.60955,21.74244],[42.60724,21.74892],[42.60907,21.75119],[42.61198,21.75080],[42.61599,21.75291],[42.61877,21.75703],[42.62152,21.75707],[42.62281,21.75355],[42.62467,21.75252],[42.62909,21.75180],[42.63244,21.75395],[42.63200,21.75549],[42.63452,21.75811],[42.63544,21.75725],[42.63866,21.76004],[42.63752,21.76206],[42.63695,21.76206],[42.63522,21.76665],[42.63377,21.76850],[42.63443,21.77026],[42.63778,21.77433],[42.64059,21.77742],[42.64317,21.77841],[42.64690,21.77901],[42.64687,21.78412],[42.65110,21.78910],[42.65561,21.78691],[42.65959,21.78189],[42.66192,21.78073],[42.66445,21.77760],[42.66520,21.77356],[42.66729,21.77090],[42.67104,21.77219],[42.67230,21.77146],[42.67672,21.77137],[42.67953,21.76828],[42.68022,21.76532],[42.68167,21.76365],[42.68231,21.76163],[42.68382,21.75927],[42.68710,21.75828],[42.68862,21.75679],[42.69196,21.75550],[42.69351,21.75610],[42.69543,21.75310],[42.70076,21.75323],[42.70095,21.75147],[42.70064,21.74808],[42.69783,21.74353],[42.69610,21.74066],[42.69373,21.73392],[42.69493,21.73053],[42.69534,21.72538],[42.69162,21.72349],[42.69218,21.72079],[42.69149,21.71946],[42.68969,21.71521],[42.69058,21.71340],[42.68979,21.70825],[42.68991,21.70564],[42.69225,21.70336],[42.69136,21.70143],[42.69064,21.69662],[42.69111,21.69019],[42.68906,21.68405],[42.68846,21.67907],[42.68726,21.67723],[42.68695,21.67495],[42.68266,21.67156],[42.67843,21.67311],[42.67657,21.67345],[42.67559,21.67045],[42.67127,21.66967],[42.66899,21.66444],[42.66928,21.66302],[42.66507,21.66082],[42.66997,21.65387],[42.67508,21.64911],[42.68016,21.64349],[42.68606,21.64353],[42.69060,21.64138],[42.69120,21.63954],[42.69344,21.63868],[42.69798,21.63795],[42.69659,21.63490],[42.69735,21.63344],[42.69877,21.63314],[42.69944,21.62898],[42.69723,21.62731],[42.69641,21.62559],[42.69638,21.62079],[42.69496,21.61877],[42.69695,21.61456],[42.69628,21.61156],[42.69878,21.60225],[42.70161,21.60096],[42.70354,21.59654],[42.70407,21.59426],[42.70344,21.58680],[42.70442,21.58564],[42.70720,21.58624],[42.71193,21.59066],[42.71779,21.59313],[42.72211,21.59309],[42.72406,21.59206],[42.72595,21.59159],[42.72769,21.58669],[42.72725,21.58283],[42.72469,21.58150],[42.72835,21.57815],[42.72747,21.57154],[42.72936,21.56897],[42.73137,21.56657],[42.73112,21.56468],[42.73317,21.56146],[42.73736,21.55936],[42.73576,21.55704],[42.73311,21.55408],[42.73137,21.55356],[42.73046,21.55133],[42.73046,21.54833],[42.72933,21.54605],[42.72819,21.54202],[42.72299,21.54103],[42.72296,21.53910],[42.72510,21.53022],[42.72488,21.52798],[42.72608,21.52322],[42.72734,21.52125],[42.72718,21.51919],[42.72895,21.51790],[42.72945,21.51309],[42.73210,21.51099],[42.73232,21.50734],[42.73219,21.50545],[42.73339,21.50103],[42.73503,21.50069],[42.73607,21.49820],[42.73758,21.49739],[42.73869,21.49473],[42.73973,21.49370],[42.74193,21.48554],[42.74496,21.48275],[42.74587,21.48013],[42.74732,21.47915],[42.74717,21.47640],[42.74584,21.47460],[42.74367,21.47297],[42.73673,21.46889],[42.73585,21.46747],[42.73727,21.46456],[42.73888,21.46275],[42.74250,21.45499],[42.74452,21.45220],[42.74978,21.44833],[42.74736,21.44348],[42.74808,21.43520],[42.74943,21.43276],[42.74884,21.43052],[42.74947,21.42705],[42.74836,21.42696],[42.74893,21.42237],[42.74811,21.41949],[42.74613,21.41855],[42.74556,21.41671],[42.74764,21.41297],[42.74556,21.40636],[42.74493,21.40314],[42.74594,21.39512],[42.74468,21.39263],[42.74770,21.39177],[42.74981,21.38902],[42.75341,21.38864],[42.75889,21.38898],[42.75848,21.39100],[42.75968,21.39349],[42.76242,21.39503],[42.76289,21.39735],[42.76431,21.39851],[42.76503,21.40061],[42.76740,21.40289],[42.76692,21.40675],[42.76996,21.40844],[42.77201,21.40806],[42.77629,21.41089],[42.77878,21.40986],[42.77998,21.40771],[42.78174,21.40741],[42.78382,21.40917],[42.78817,21.40806],[42.79050,21.41256],[42.79248,21.41162],[42.79270,21.40703],[42.79488,21.40574],[42.79730,21.40621],[42.79768,21.40741],[42.80058,21.40861],[42.80527,21.40969],[42.80706,21.41230],[42.80703,21.41411],[42.80599,21.42273],[42.81075,21.42252],[42.81084,21.42402],[42.81245,21.42170],[42.81537,21.41926],[42.81755,21.41720],[42.82117,21.41870],[42.82431,21.41702],[42.82642,21.41690],[42.82881,21.41814],[42.82999,21.42011],[42.83014,21.42166],[42.83162,21.42329],[42.83339,21.42411],[42.83798,21.42350],[42.83971,21.42290],[42.84418,21.42342],[42.84541,21.42278],[42.84736,21.42333],[42.84764,21.42655],[42.84972,21.42801],[42.85022,21.42938],[42.85063,21.43162],[42.85025,21.43320],[42.85123,21.43406],[42.85183,21.43694],[42.85541,21.43595],[42.85860,21.43535],[42.86020,21.43552],[42.86435,21.43625],[42.86741,21.43393],[42.87042,21.43453],[42.87215,21.43501],[42.87294,21.43226],[42.87250,21.42994],[42.87379,21.42702],[42.87366,21.42372],[42.87332,21.42149],[42.87407,21.41681],[42.87448,21.41338],[42.87316,21.41179],[42.87344,21.40878],[42.87285,21.40677],[42.87420,21.40458],[42.87376,21.40196],[42.87322,21.39982],[42.87234,21.39780],[42.87153,21.39488],[42.86681,21.39319],[42.86725,21.38924],[42.86624,21.38533],[42.86973,21.38228],[42.87052,21.38001],[42.87228,21.37992],[42.87297,21.37563],[42.87278,21.37250],[42.87322,21.36975],[42.87083,21.36623],[42.87083,21.36439],[42.87196,21.36083],[42.87369,21.36023],[42.87756,21.35791],[42.87854,21.35611],[42.87829,21.35315],[42.88086,21.34941],[42.88750,21.35036],[42.88936,21.34894],[42.89077,21.34362],[42.89303,21.34384],[42.89338,21.34500],[42.89586,21.34418],[42.89857,21.34246],[42.90008,21.34032],[42.89863,21.33594],[42.90218,21.33062],[42.90234,21.32689],[42.90141,21.32371],[42.90213,21.31950],[42.90166,21.31766],[42.90197,21.31466],[42.90373,21.31139],[42.90355,21.30869],[42.90386,21.30710],[42.90565,21.30466],[42.90144,21.30165],[42.90065,21.29976],[42.90144,21.29740],[42.90232,21.29530],[42.90289,21.29255],[42.90106,21.28942],[42.90062,21.28710],[42.89808,21.28633],[42.89512,21.28294],[42.89389,21.27569],[42.89685,21.27054],[42.89911,21.27144],[42.90273,21.27092],[42.90656,21.26934],[42.91002,21.27002],[42.91263,21.26509],[42.91822,21.26170],[42.91926,21.25938],[42.92542,21.25487],[42.92552,21.25290],[42.92762,21.25200],[42.93079,21.25131],[42.93381,21.24479],[42.93812,21.24492],[42.94381,21.23921],[42.94727,21.23887],[42.95078,21.23501],[42.95763,21.23337],[42.96153,21.23509],[42.96347,21.23801],[42.97176,21.23998],[42.97547,21.23921],[42.98093,21.24325],[42.99098,21.23698],[42.99792,21.23724],[43.00502,21.23741],[43.00960,21.23440],[43.00929,21.23217],[43.01437,21.22865],[43.01675,21.22505],[43.01945,21.22410],[43.01958,21.22153],[43.02152,21.21157],[43.02397,21.20582],[43.02102,21.19690],[43.01393,21.19278],[43.00916,21.19441],[43.00778,21.19346],[42.99956,21.17458],[43.00018,21.17012],[43.00859,21.16729],[43.01054,21.16437],[43.01481,21.16308],[43.01732,21.16454],[43.02271,21.16703],[43.02479,21.16591],[43.02748,21.16711],[43.02842,21.16488],[43.02773,21.15913],[43.02962,21.15510],[43.03439,21.15493],[43.03689,21.15304],[43.04066,21.15149],[43.04549,21.15329],[43.05038,21.15149],[43.05991,21.15244],[43.06205,21.15055],[43.06713,21.14849],[43.06907,21.14574],[43.07133,21.14523],[43.07314,21.14171],[43.07647,21.14299],[43.08311,21.13733],[43.08336,21.14102],[43.08612,21.14179],[43.08750,21.14394],[43.08775,21.14643],[43.09083,21.14909],[43.09497,21.14626],[43.10468,21.14085],[43.10957,21.14042],[43.11226,21.13639],[43.11076,21.12918],[43.11253,21.12446],[43.11147,21.12240],[43.11078,21.11261],[43.11479,21.11004],[43.11704,21.10695],[43.11706,21.10192],[43.12583,21.09857],[43.13015,21.09265],[43.13522,21.08836],[43.13009,21.08200],[43.12733,21.07891],[43.11781,21.07977],[43.11449,21.07557],[43.11348,21.06389],[43.11229,21.06475],[43.10947,21.06364],[43.10697,21.04982],[43.11204,21.04587],[43.11198,21.04252],[43.11919,21.03626],[43.12019,21.03248],[43.12514,21.02664],[43.12921,21.02433],[43.13078,21.01463],[43.13353,21.01317],[43.13516,21.00278],[43.13742,20.99514],[43.13547,20.99068],[43.13504,20.98124],[43.13378,20.97368],[43.13021,20.96922],[43.12670,20.97025],[43.12451,20.96776],[43.12407,20.96398],[43.12739,20.95094],[43.13140,20.94296],[43.13416,20.93866],[43.13341,20.93248],[43.14487,20.92733],[43.14681,20.91789],[43.14819,20.91000],[43.14712,20.90802],[43.14881,20.90510],[43.15489,20.90004],[43.15432,20.89292],[43.15765,20.88510],[43.16265,20.88441],[43.16722,20.87738],[43.16403,20.86888],[43.16422,20.86218],[43.17273,20.85609],[43.17386,20.84811],[43.17223,20.83841],[43.17918,20.83034],[43.18506,20.83377],[43.18431,20.84279],[43.18657,20.84819],[43.18863,20.85463],[43.19245,20.84982],[43.19495,20.84794],[43.19827,20.84261],[43.20233,20.84064],[43.20809,20.84313],[43.20565,20.84673],[43.20609,20.85274],[43.20559,20.85686],[43.20809,20.86227],[43.20778,20.86484],[43.20621,20.86553],[43.20678,20.86991],[43.20540,20.87274],[43.20634,20.88175],[43.20496,20.88390],[43.20471,20.88725],[43.20603,20.88768],[43.21084,20.87892],[43.21603,20.87858],[43.22229,20.87901],[43.22316,20.87609],[43.22617,20.87617],[43.23342,20.86879],[43.23780,20.86081],[43.24499,20.85609],[43.24836,20.85154],[43.25149,20.85154],[43.25168,20.84734],[43.25649,20.83661],[43.26176,20.83540],[43.26219,20.82999],[43.26582,20.82819],[43.26538,20.81574],[43.26694,20.80244],[43.26176,20.79763],[43.25888,20.79223],[43.25213,20.79386],[43.24569,20.79403],[43.24344,20.79154],[43.24463,20.78201],[43.24300,20.77884],[43.24432,20.77249],[43.24663,20.76794],[43.24381,20.76227],[43.24483,20.75472],[43.24333,20.75078],[43.24671,20.73722],[43.24827,20.72795],[43.23739,20.71928],[43.23327,20.71756],[43.23095,20.71129],[43.22632,20.70958],[43.22414,20.69988],[43.22138,20.69662],[43.21832,20.68949],[43.21344,20.68872],[43.20815,20.67224],[43.20840,20.65576],[43.20959,20.65224],[43.20658,20.64323],[43.20615,20.63611],[43.20875,20.63319],[43.20681,20.62212],[43.20455,20.61920],[43.20393,20.61396],[43.20480,20.61285],[43.20462,20.60976],[43.20693,20.60366],[43.21025,20.60066],[43.20887,20.59843],[43.20718,20.59800],[43.20556,20.59482],[43.20274,20.59723],[43.20030,20.60306],[43.19811,20.60220],[43.19285,20.60967],[43.18128,20.61456],[43.17959,20.61422],[43.17658,20.60881],[43.17402,20.60924],[43.16982,20.61199],[43.17020,20.61748],[43.16832,20.62263],[43.16406,20.62838],[43.16419,20.63456],[43.16250,20.64186],[43.15912,20.64675],[43.15956,20.64864],[43.15799,20.65276],[43.15649,20.65267],[43.15448,20.65542],[43.15448,20.65834],[43.15304,20.65937],[43.15035,20.65817],[43.14365,20.66349],[43.13945,20.65842],[43.13720,20.65782],[43.13595,20.66546],[43.13119,20.67379],[43.12724,20.67439],[43.12492,20.68263],[43.12198,20.68632],[43.10844,20.69336],[43.10494,20.69327],[43.10237,20.68812],[43.09519,20.69413],[43.09055,20.69310],[43.08385,20.68846],[43.08121,20.68374],[43.07896,20.67799],[43.07695,20.66598],[43.07751,20.66160],[43.07288,20.65705],[43.06849,20.66117],[43.06629,20.66563],[43.06711,20.66778],[43.06604,20.66984],[43.05889,20.67044],[43.05638,20.67121],[43.04905,20.66589],[43.04848,20.67044],[43.04591,20.67130],[43.03876,20.67207],[43.03449,20.66932],[43.03386,20.65499],[43.02809,20.65121],[43.02150,20.65190],[43.02376,20.64486],[43.02125,20.64186],[43.01730,20.63980],[43.01617,20.63825],[43.01278,20.63928],[43.01058,20.64177],[43.00644,20.64117],[43.00676,20.63731],[43.00820,20.62993],[43.00694,20.62795],[43.00506,20.62761],[43.00155,20.61911],[43.00236,20.61585],[43.01065,20.61679],[43.01667,20.61825],[43.01623,20.61473],[43.01485,20.61328],[43.01542,20.60855],[43.01667,20.60684],[43.01504,20.59954],[43.01642,20.59165],[43.01410,20.59053],[43.01197,20.58023],[43.00914,20.58281],[43.00186,20.58212],[42.99904,20.57379],[42.99797,20.57045],[42.99062,20.56701],[42.98315,20.56461],[42.98083,20.56109],[42.98001,20.55731],[42.97693,20.55345],[42.97417,20.55268],[42.97204,20.55508],[42.96858,20.55482],[42.96136,20.54693],[42.96651,20.53877],[42.97336,20.53697],[42.97386,20.53199],[42.97122,20.51895],[42.96783,20.51474],[42.96500,20.51414],[42.96362,20.50882],[42.95891,20.50247],[42.95143,20.49715],[42.94459,20.49629],[42.93780,20.49105],[42.93329,20.48766],[42.92895,20.48749],[42.91864,20.50028],[42.90488,20.50689],[42.89865,20.52113],[42.89425,20.52173],[42.89073,20.53401],[42.88796,20.53624],[42.88582,20.53607],[42.88595,20.53933],[42.88318,20.53933],[42.88079,20.53384],[42.88048,20.52946],[42.87935,20.52706],[42.87821,20.51667],[42.87563,20.51392],[42.86859,20.49581],[42.86683,20.48569],[42.85871,20.47762],[42.85267,20.46397],[42.83353,20.44151],[42.83272,20.43370],[42.83536,20.42803],[42.83888,20.42374],[42.84184,20.41902],[42.84631,20.41447],[42.84669,20.40580],[42.84455,20.39988],[42.84316,20.39550],[42.84140,20.38915],[42.84241,20.38478],[42.83171,20.36383],[42.83309,20.35988],[42.83165,20.35679],[42.83328,20.35190],[42.83762,20.35079],[42.84065,20.35103],[42.84606,20.34682],[42.85267,20.34639],[42.85575,20.34922],[42.86103,20.34467],[42.87085,20.34116],[42.87777,20.34553],[42.88909,20.34390],[42.89575,20.34768],[42.89959,20.34776],[42.90948,20.34456],[42.90734,20.33589],[42.91281,20.32945],[42.91168,20.32473],[42.91482,20.31872],[42.91652,20.31512],[42.91715,20.30979],[42.92205,20.31031],[42.92136,20.29907],[42.92676,20.28688],[42.92645,20.28362],[42.93198,20.28336],[42.93198,20.27778],[42.93336,20.27735],[42.93261,20.27297],[42.93160,20.26997],[42.93525,20.26053],[42.94002,20.25074],[42.94046,20.23855],[42.94411,20.23220],[42.94386,20.22800],[42.95089,20.21993],[42.95862,20.20834],[42.95648,20.20088],[42.95799,20.19367],[42.96066,20.18751],[42.96418,20.18288],[42.96776,20.17841],[42.97190,20.17421],[42.97222,20.16700],[42.97397,20.15945],[42.97536,20.15576],[42.97347,20.15309],[42.97567,20.15138],[42.98207,20.15095],[42.98804,20.15009],[42.98860,20.14812],[42.98471,20.14391],[42.98220,20.14245],[42.97988,20.13859],[42.97366,20.13687],[42.97228,20.13430],[42.96870,20.13172],[42.96656,20.12554],[42.96292,20.12142],[42.96537,20.11705],[42.97115,20.10958],[42.97077,20.10769],[42.97448,20.10203],[42.97843,20.10271],[42.98189,20.10039],[42.98678,20.09499],[42.99225,20.08640],[42.99545,20.08709],[42.99344,20.08340],[42.99382,20.07868],[42.99614,20.07816],[42.99626,20.07370],[42.99890,20.06752],[43.00122,20.06538],[43.00493,20.06477],[43.00647,20.06314],[43.00873,20.05362],[43.01155,20.05370],[43.01733,20.05576],[43.02222,20.04855],[43.02737,20.04572],[43.02931,20.04100],[43.03339,20.03619],[43.03715,20.02813],[43.04230,20.01190],[43.05183,19.99087],[43.06578,19.98358],[43.07405,19.97466],[43.08728,19.96693],[43.08853,19.96933],[43.09248,19.96959],[43.10414,19.97311],[43.11080,19.96940],[43.11036,19.96330],[43.10880,19.95987],[43.10729,19.95961],[43.10510,19.95343],[43.10190,19.95000],[43.10159,19.94622],[43.10046,19.94434],[43.10034,19.93807],[43.09576,19.93138],[43.09513,19.92168],[43.09137,19.91824],[43.08536,19.91730],[43.09075,19.90545],[43.09871,19.90219],[43.09692,19.88722],[43.10287,19.88035],[43.10582,19.88035],[43.11171,19.87177],[43.11127,19.86696],[43.10845,19.86172],[43.10538,19.86121],[43.10081,19.85082],[43.10024,19.85254],[43.09811,19.84524],[43.09335,19.83941],[43.09573,19.83323],[43.09987,19.83469],[43.10757,19.83246],[43.11102,19.83778],[43.11503,19.83726],[43.11635,19.83125],[43.11760,19.82645],[43.11522,19.82044],[43.11490,19.81065],[43.11704,19.80645],[43.12073,19.80611],[43.12286,19.79924],[43.12242,19.79332],[43.12462,19.78842],[43.12884,19.78540],[43.13310,19.78600],[43.13497,19.78188],[43.13748,19.77965],[43.13767,19.77613],[43.14030,19.77690],[43.14105,19.78076],[43.14374,19.78068],[43.14681,19.77879],[43.15220,19.77999],[43.15796,19.77819],[43.16021,19.77287],[43.16496,19.76949],[43.16333,19.76546],[43.16371,19.75876],[43.16227,19.75602],[43.15976,19.75610],[43.15851,19.74529],[43.15863,19.73954],[43.16308,19.73464],[43.17015,19.73250],[43.17122,19.72632],[43.16959,19.70941],[43.17022,19.70400],[43.16796,19.69353],[43.16734,19.68461],[43.17310,19.67971],[43.17767,19.67868],[43.18180,19.67370],[43.18605,19.66332],[43.18480,19.66057],[43.18618,19.65019],[43.18887,19.64015],[43.19919,19.63585],[43.20457,19.63688],[43.20676,19.63869],[43.20964,19.63414],[43.21665,19.62813],[43.22321,19.62487],[43.22603,19.61800],[43.23024,19.61723],[43.23262,19.60659],[43.23674,19.59491],[43.23893,19.58976],[43.23943,19.58109],[43.24081,19.57045],[43.24231,19.56564],[43.24131,19.56213],[43.24687,19.54419],[43.25331,19.54324],[43.26019,19.54092],[43.26076,19.54192],[43.26345,19.53848],[43.26658,19.53617],[43.27133,19.53205],[43.27314,19.52870],[43.27970,19.52621],[43.28557,19.52681],[43.29195,19.53076],[43.29607,19.53205],[43.30413,19.53642],[43.30837,19.53479],[43.30956,19.53205],[43.31424,19.52878],[43.31713,19.52734],[43.32000,19.52142],[43.31988,19.51798],[43.32287,19.50477],[43.32518,19.49335],[43.32724,19.48485],[43.33361,19.48133],[43.33630,19.47575],[43.33904,19.47266],[43.34485,19.46073],[43.35165,19.46254],[43.35446,19.45979],[43.35827,19.46133],[43.36263,19.45730],[43.36523,19.45659],[43.36691,19.45041],[43.37109,19.44989],[43.37783,19.44938],[43.38214,19.45032],[43.38812,19.44714],[43.38925,19.44380],[43.39031,19.43659],[43.39280,19.42835],[43.39124,19.42586],[43.39311,19.41719],[43.39218,19.41212],[43.39392,19.40766],[43.39692,19.40380],[43.39773,19.40028],[43.40016,19.39745],[43.40091,19.39324],[43.40733,19.38672],[43.40789,19.38921],[43.41176,19.38371],[43.41170,19.37882],[43.41288,19.37470],[43.41269,19.36467],[43.41071,19.36051],[43.41370,19.35553],[43.41563,19.35107],[43.41557,19.34901],[43.42258,19.34308],[43.42837,19.33759],[43.43560,19.33321],[43.43778,19.32738],[43.44084,19.32154],[43.44084,19.31364],[43.43940,19.31227],[43.44084,19.30592],[43.44395,19.29897],[43.44427,19.29184],[43.44670,19.28549],[43.44913,19.28043],[43.45361,19.27648],[43.45380,19.27313],[43.45735,19.26669],[43.46109,19.25674],[43.46109,19.25288],[43.46863,19.24747],[43.47068,19.24137],[43.47461,19.23399],[43.48276,19.22043],[43.48644,19.22515],[43.49316,19.22198],[43.49541,19.22472],[43.49933,19.22283],[43.50425,19.22138],[43.50580,19.22429],[43.50971,19.22575],[43.51338,19.22695],[43.51649,19.22481],[43.51973,19.22438],[43.52396,19.22198],[43.52745,19.22189],[43.52913,19.22584],[43.52913,19.22910],[43.52863,19.23253],[43.53000,19.24970],[43.53311,19.24781],[43.54057,19.24627],[43.54879,19.24558],[43.55095,19.24720],[43.55599,19.24797],[43.55817,19.24608],[43.56022,19.24926],[43.56302,19.25106],[43.56625,19.24986],[43.57204,19.25158],[43.57589,19.25286],[43.57757,19.25183],[43.58130,19.25175],[43.58814,19.24583],[43.59361,19.24488],[43.59305,19.24892],[43.59143,19.25355],[43.59156,19.25913],[43.59044,19.26282],[43.59342,19.26445],[43.59686,19.27175],[43.60133,19.26900],[43.60003,19.26428],[43.59754,19.25536],[43.60109,19.25570],[43.60419,19.26016],[43.60749,19.26343],[43.60606,19.26600],[43.60165,19.27029],[43.59742,19.27347],[43.59611,19.28875],[43.60078,19.29098],[43.59773,19.29587],[43.59406,19.29956],[43.59052,19.30368],[43.58952,19.31673],[43.58903,19.32351],[43.59133,19.33106],[43.58952,19.33698],[43.59723,19.34582],[43.59997,19.34677],[43.60656,19.35647],[43.60687,19.36084],[43.60948,19.36273],[43.61091,19.36762],[43.61091,19.37003],[43.60658,19.36981],[43.60597,19.37009],[43.60442,19.37419],[43.60218,19.38131],[43.60100,19.38256],[43.59651,19.38219],[43.59242,19.38432],[43.59108,19.38653],[43.59040,19.39101],[43.59130,19.39208],[43.59194,19.39608],[43.59099,19.39807],[43.58735,19.40234],[43.58681,19.40148],[43.58658,19.40067],[43.58569,19.40024],[43.58464,19.40017],[43.58431,19.39985],[43.58174,19.40026],[43.58111,19.39961],[43.58104,19.39861],[43.58027,19.39715],[43.57961,19.39492],[43.57893,19.39277],[43.57734,19.39144],[43.57731,19.38822],[43.57629,19.38878],[43.57461,19.39273],[43.57506,19.39356],[43.57570,19.39543],[43.57654,19.39670],[43.57675,19.39807],[43.57854,19.40004],[43.57747,19.40530],[43.57372,19.40346],[43.57044,19.40266],[43.57036,19.40672],[43.57005,19.40809],[43.57046,19.40983],[43.56570,19.41344],[43.56542,19.41252],[43.56471,19.41267],[43.56357,19.41166],[43.56287,19.41067],[43.56212,19.41058],[43.56194,19.41018],[43.56069,19.41022],[43.55964,19.40985],[43.55922,19.40992],[43.55878,19.40943],[43.55805,19.40951],[43.55651,19.40807],[43.55622,19.40848],[43.55507,19.40827],[43.55441,19.40449],[43.55381,19.40202],[43.55427,19.40048],[43.55423,19.39822],[43.55390,19.39745],[43.55396,19.39554],[43.55319,19.39799],[43.55208,19.39975],[43.55123,19.40187],[43.55060,19.40192],[43.55045,19.40320],[43.55011,19.40331],[43.54969,19.40447],[43.54972,19.40584],[43.54864,19.40829],[43.54802,19.40878],[43.54752,19.41112],[43.54687,19.41138],[43.54297,19.41245],[43.54021,19.41387],[43.54065,19.41659],[43.54090,19.41818],[43.54214,19.42073],[43.54375,19.42179],[43.54465,19.42297],[43.54584,19.42327],[43.54928,19.42554],[43.55003,19.42567],[43.55155,19.42794],[43.55330,19.42859],[43.55504,19.42816],[43.55658,19.42751],[43.55725,19.42498],[43.55908,19.42327],[43.56045,19.42357],[43.56160,19.42425],[43.56413,19.42348],[43.56718,19.42415],[43.56818,19.42324],[43.56821,19.42164],[43.56785,19.41970],[43.56732,19.41668],[43.56648,19.41515],[43.56570,19.41344],[43.57046,19.40983],[43.57127,19.41016],[43.57161,19.41162],[43.57198,19.41250],[43.57339,19.41656],[43.57465,19.41780],[43.57543,19.42197],[43.57700,19.42100],[43.57726,19.41662],[43.57869,19.41798],[43.57953,19.42237],[43.57925,19.42364],[43.58010,19.43001],[43.58113,19.43220],[43.58169,19.43911],[43.58048,19.44245],[43.58262,19.44572],[43.58038,19.45142],[43.57958,19.45177],[43.57933,19.45529],[43.57824,19.46013],[43.57762,19.46610],[43.57650,19.47584],[43.57183,19.47932],[43.57407,19.48533],[43.57810,19.49737],[43.58538,19.50664],[43.58594,19.51102],[43.59020,19.50282],[43.59324,19.49939],[43.59619,19.49904],[43.59797,19.49737],[43.59865,19.49535],[43.59843,19.49436],[43.59657,19.49368],[43.59607,19.49205],[43.59638,19.49097],[43.59825,19.49145],[43.59940,19.49102],[43.60145,19.49145],[43.60288,19.49381],[43.60608,19.49393],[43.60850,19.49445],[43.61064,19.49598],[43.61253,19.49676],[43.61384,19.49877],[43.61629,19.49920],[43.61729,19.49723],[43.61772,19.49568],[43.61847,19.49452],[43.61847,19.49307],[43.61937,19.49165],[43.62145,19.49109],[43.62406,19.49182],[43.62723,19.49083],[43.63155,19.48740],[43.63412,19.48879],[43.63530,19.49166],[43.63673,19.49222],[43.63934,19.49741],[43.63909,19.49990],[43.63704,19.49969],[43.63366,19.50080],[43.63385,19.50630],[43.63341,19.50780],[43.63027,19.50788],[43.62928,19.50681],[43.62769,19.50836],[43.62829,19.51007],[43.63173,19.51007],[43.63770,19.51252],[43.63850,19.51415],[43.64177,19.51424],[43.64434,19.51183],[43.64652,19.51389],[43.64816,19.51805],[43.64922,19.52320],[43.64981,19.52604],[43.65266,19.52681],[43.65558,19.52793],[43.65751,19.52750],[43.66215,19.52967],[43.66804,19.53113],[43.67053,19.52736],[43.69045,19.51594],[43.69214,19.51796],[43.69599,19.51693],[43.70157,19.51375],[43.70530,19.51555],[43.70660,19.51881],[43.71491,19.51796],[43.71528,19.51263],[43.72056,19.50800],[43.72180,19.50328],[43.72403,19.49813],[43.72670,19.49444],[43.72775,19.49049],[43.73395,19.47933],[43.74288,19.47684],[43.74636,19.47701],[43.75045,19.47298],[43.75132,19.46912],[43.75390,19.46687],[43.75561,19.46661],[43.75747,19.46541],[43.76150,19.46588],[43.76457,19.46489],[43.76658,19.45914],[43.76835,19.45678],[43.77086,19.45558],[43.77303,19.45004],[43.77520,19.44704],[43.77638,19.43119],[43.77889,19.43007],[43.78270,19.43106],[43.78920,19.42771],[43.79097,19.42437],[43.79689,19.42046],[43.79593,19.41656],[43.79416,19.41664],[43.79366,19.41282],[43.79416,19.40905],[43.79750,19.40536],[43.79698,19.40184],[43.79732,19.39802],[43.79833,19.39357],[43.80149,19.39426],[43.80883,19.39112],[43.80976,19.38825],[43.81450,19.38447],[43.81902,19.37808],[43.82224,19.37460],[43.82397,19.37224],[43.82685,19.37078],[43.83123,19.37362],[43.83439,19.37426],[43.83520,19.37203],[43.83625,19.36679],[43.83848,19.36233],[43.84086,19.36147],[43.84519,19.35593],[43.84587,19.35340],[43.85021,19.35108],[43.85084,19.34849],[43.85332,19.34476],[43.85511,19.34527],[43.85734,19.34266],[43.85880,19.34201],[43.86362,19.33734],[43.86854,19.33570],[43.87284,19.33150],[43.87792,19.32626],[43.87971,19.32180],[43.88014,19.31905],[43.88305,19.31506],[43.88713,19.31327],[43.88923,19.31455],[43.89551,19.30833],[43.89752,19.30910],[43.91069,19.29576],[43.91388,19.29563],[43.91957,19.29331],[43.92538,19.28739],[43.92705,19.28301],[43.93038,19.28275],[43.93595,19.27563],[43.93638,19.27357],[43.94114,19.26885],[43.94478,19.26859],[43.94664,19.26559],[43.94775,19.26130],[43.94917,19.25932],[43.94899,19.25709],[43.95084,19.25263],[43.95442,19.25100],[43.95627,19.25341],[43.96059,19.25487],[43.96600,19.25380],[43.97286,19.24963],[43.97629,19.24504],[43.98020,19.24195],[43.98214,19.23972],[43.98591,19.23732],[43.99552,19.23518],[44.00327,19.23565],[44.01086,19.23471],[44.01457,19.23805],[44.01509,19.24359],[44.01389,19.24896],[44.01090,19.25342],[44.00346,19.25951],[43.99988,19.26840],[43.99750,19.28028],[43.99764,19.30430],[43.99289,19.31679],[43.98211,19.33593],[43.98140,19.35494],[43.97372,19.35994],[43.96214,19.38088],[43.96026,19.39191],[43.96767,19.40594],[43.96477,19.41015],[43.96029,19.41956],[43.95872,19.42565],[43.95804,19.43265],[43.95878,19.43960],[43.95989,19.44870],[43.95857,19.46209],[43.95646,19.47586],[43.95537,19.49846],[43.95624,19.52669],[43.95701,19.52897],[43.96665,19.53360],[43.97389,19.53942],[43.97590,19.54230],[43.97976,19.54955],[43.98257,19.55951],[43.98384,19.56569],[43.98587,19.56736],[43.99075,19.56869],[43.98989,19.56801],[43.99332,19.56483],[43.99807,19.56316],[43.99992,19.56573],[44.00292,19.58500],[44.00381,19.59036],[44.00826,19.59509],[44.01051,19.59899],[44.01236,19.60946],[44.01335,19.61710],[44.01647,19.62122],[44.02017,19.62264],[44.02517,19.62049],[44.03094,19.61547],[44.03554,19.61388],[44.04047,19.61732],[44.04810,19.62308],[44.05150,19.62356],[44.05369,19.62034],[44.05372,19.61768],[44.05032,19.61274],[44.04965,19.61019],[44.05042,19.60495],[44.05292,19.60246],[44.06273,19.60315],[44.06834,19.60135],[44.07077,19.59791],[44.07179,19.59341],[44.07241,19.58912],[44.07080,19.58448],[44.06741,19.58216],[44.05283,19.58311],[44.04752,19.58101],[44.04589,19.57667],[44.04730,19.57234],[44.05110,19.56843],[44.06063,19.56641],[44.06945,19.55813],[44.07327,19.55109],[44.07629,19.53822],[44.07663,19.53380],[44.08116,19.51127],[44.08588,19.50732],[44.09331,19.50251],[44.09621,19.49942],[44.10325,19.49454],[44.11477,19.49415],[44.11631,19.49243],[44.11702,19.47406],[44.12093,19.46964],[44.12777,19.46990],[44.13193,19.47351],[44.13812,19.48206],[44.14499,19.48253],[44.14982,19.47485],[44.14936,19.46790],[44.14413,19.45940],[44.13957,19.45387],[44.13255,19.45026],[44.13141,19.44739],[44.13193,19.44344],[44.13560,19.43408],[44.14117,19.42559],[44.14416,19.41971],[44.14850,19.41666],[44.15620,19.41456],[44.16293,19.41079],[44.16771,19.40989],[44.17112,19.40612],[44.17131,19.39607],[44.17669,19.38775],[44.18051,19.38032],[44.18165,19.37281],[44.18113,19.36517],[44.18316,19.35968],[44.18686,19.35723],[44.20132,19.35552],[44.20569,19.35925],[44.20873,19.35899],[44.21332,19.35534],[44.21642,19.34564],[44.22137,19.34217],[44.23285,19.34831],[44.24333,19.34183],[44.24665,19.33685],[44.24945,19.33011],[44.25624,19.32814],[44.26654,19.32839],[44.27072,19.32642],[44.27259,19.32118],[44.27339,19.31586],[44.27183,19.30955],[44.26992,19.30539],[44.27032,19.29385],[44.27167,19.28930],[44.27376,19.28685],[44.27653,19.28136],[44.27594,19.27835],[44.27226,19.27419],[44.26626,19.26046],[44.26165,19.24703],[44.26245,19.23454],[44.26559,19.22703],[44.27100,19.22089],[44.28825,19.21691],[44.29139,19.20888],[44.29154,19.19858],[44.28804,19.19288],[44.28045,19.18296],[44.27947,19.17764],[44.28174,19.16867],[44.29292,19.15511],[44.30277,19.14992],[44.31898,19.12962],[44.33068,19.13128],[44.33559,19.13647],[44.34124,19.13257],[44.34188,19.11832],[44.34486,19.11403],[44.35657,19.10917],[44.36044,19.11338],[44.36394,19.11904],[44.36891,19.11454],[44.36722,19.10754],[44.37115,19.10261],[44.37896,19.10456],[44.38316,19.10705],[44.38743,19.10645],[44.39442,19.10752],[44.39960,19.11241],[44.40337,19.12052],[44.40746,19.13173],[44.41053,19.14143],[44.41458,19.14765],[44.41835,19.14722],[44.42610,19.14731],[44.43303,19.14539],[44.44213,19.14882],[44.45865,19.14646],[44.46499,19.14286],[44.47451,19.13886],[44.47757,19.13432],[44.48391,19.13208],[44.49389,19.13311],[44.49809,19.13080],[44.49974,19.12590],[44.50047,19.12161],[44.50341,19.11961],[44.50666,19.12124],[44.51168,19.12691],[44.51966,19.12935],[44.52419,19.12978],[44.52652,19.13244],[44.52774,19.13704],[44.52719,19.14030],[44.52563,19.14570],[44.52355,19.14781],[44.52236,19.15549],[44.52355,19.16008],[44.52361,19.16205],[44.52392,19.16596],[44.52385,19.16884],[44.52486,19.17141],[44.52756,19.17364],[44.53104,19.17321],[44.53276,19.17308],[44.53787,19.17635],[44.53927,19.17918],[44.54285,19.18390],[44.54695,19.19051],[44.55233,19.19630],[44.55860,19.19660],[44.56310,19.19416],[44.56490,19.18836],[44.56581,19.18184],[44.57077,19.18218],[44.57596,19.18557],[44.58318,19.19278],[44.58724,19.19737],[44.59131,19.20495],[44.59238,19.21319],[44.59287,19.22276],[44.59540,19.22705],[44.59892,19.22829],[44.61105,19.22259],[44.61419,19.22237],[44.61609,19.22580],[44.61563,19.23267],[44.61453,19.23357],[44.61508,19.23739],[44.61685,19.24168],[44.62142,19.24205],[44.62927,19.24093],[44.63275,19.24230],[44.63410,19.24728],[44.63776,19.24977],[44.64225,19.24904],[44.64845,19.25462],[44.65150,19.25475],[44.65410,19.25393],[44.65889,19.25604],[44.66350,19.26050],[44.66728,19.26621],[44.66939,19.27067],[44.67198,19.27685],[44.67384,19.27732],[44.67915,19.27196],[44.68327,19.27007],[44.68773,19.27187],[44.68880,19.27470],[44.68931,19.28157],[44.68770,19.28814],[44.68724,19.29290],[44.68770,19.29578],[44.68999,19.29874],[44.69212,19.29895],[44.69560,19.29820],[44.70084,19.30043],[44.70246,19.30340],[44.70481,19.30949],[44.70801,19.31224],[44.71015,19.31149],[44.71347,19.31312],[44.71634,19.31852],[44.72579,19.32153],[44.72759,19.32320],[44.73000,19.32681],[44.73603,19.32346],[44.73835,19.32333],[44.73951,19.32599],[44.73860,19.33440],[44.73908,19.33831],[44.74158,19.34084],[44.74375,19.34041],[44.74670,19.33530],[44.74920,19.33269],[44.75146,19.33294],[44.75323,19.33560],[44.75600,19.33930],[44.75953,19.33294],[44.76292,19.32900],[44.76490,19.32573],[44.76912,19.32585],[44.77123,19.32632],[44.77287,19.32924],[44.77184,19.33894],[44.77564,19.34199],[44.77884,19.34074],[44.78274,19.33769],[44.78436,19.33787],[44.78646,19.34207],[44.78740,19.34546],[44.78966,19.34847],[44.79660,19.34778],[44.80263,19.34735],[44.80415,19.35220],[44.80604,19.35499],[44.81024,19.35267],[44.81396,19.35018],[44.81676,19.34632],[44.82041,19.34696],[44.82401,19.35258],[44.82577,19.35275],[44.82830,19.34593],[44.83195,19.34507],[44.83420,19.34683],[44.83396,19.35524],[44.83575,19.36078],[44.83846,19.36134],[44.84029,19.35902],[44.84340,19.35850],[44.85201,19.36176],[44.85076,19.36798],[44.84893,19.37116],[44.84969,19.37270],[44.85243,19.37270],[44.85897,19.36626],[44.86202,19.36335],[44.86649,19.36330],[44.87129,19.37026],[44.87555,19.37167],[44.87637,19.36871],[44.87437,19.36180],[44.87683,19.35691],[44.87899,19.35751],[44.88194,19.36335],[44.88610,19.36596],[44.88872,19.36150],[44.89036,19.35408],[44.88847,19.34687],[44.89761,19.33051],[44.89979,19.32202],[44.90666,19.31369],[44.90946,19.29781],[44.90897,19.29326],[44.90733,19.28451],[44.90435,19.27661],[44.90873,19.26666],[44.91256,19.25953],[44.91317,19.25249],[44.91110,19.24477],[44.90490,19.23481],[44.89657,19.22357],[44.89675,19.21258],[44.89913,19.20881],[44.91402,19.20202],[44.92040,19.19327],[44.92228,19.17610],[44.91681,19.16512],[44.90393,19.14898],[44.89973,19.13010],[44.88848,19.12255],[44.88496,19.11259],[44.88167,19.09336],[44.87821,19.08633],[44.87066,19.07980],[44.86464,19.07336],[44.86099,19.06410],[44.85546,19.02169],[44.86965,19.01338],[44.88400,19.00316],[44.88467,18.99896],[44.89507,18.99114],[44.90297,18.99020],[44.90553,18.98806],[44.91349,18.99801],[44.91580,18.99810],[44.92152,19.01285],[44.92261,19.02324],[44.92316,19.03285],[44.92158,19.03646],[44.91301,19.04452],[44.90754,19.05620],[44.90200,19.06615],[44.90194,19.06856],[44.90650,19.07482],[44.90723,19.08195],[44.91009,19.08615],[44.91416,19.07980],[44.91720,19.08375],[44.91678,19.08658],[44.91787,19.08641],[44.91915,19.08332],[44.92370,19.08418],[44.92601,19.08753],[44.93112,19.10117],[44.93385,19.10443],[44.93434,19.11010],[44.93324,19.11173],[44.93482,19.11654],[44.93871,19.12117],[44.93902,19.12512],[44.94064,19.14057],[44.94842,19.14160],[44.95134,19.15035],[44.95304,19.15078],[44.95346,19.15224],[44.95747,19.15198],[44.95680,19.14469],[44.95978,19.14563],[44.97326,19.14512],[44.97575,19.14555],[44.98073,19.13688],[44.97830,19.12864],[44.97593,19.11988],[44.97320,19.11525],[44.97035,19.11336],[44.96974,19.10701],[44.97077,19.10100],[44.97089,19.09113],[44.97405,19.08658],[44.97332,19.08057],[44.97077,19.07577],[44.97308,19.07045],[44.97308,19.06264],[44.97702,19.05096],[44.97891,19.05105],[44.98437,19.06332],[44.98911,19.08057],[44.99487,19.08658],[44.99657,19.09199],[45.00131,19.09542],[45.00519,19.09577],[45.01089,19.10280],[45.01472,19.09971],[45.02412,19.09757],[45.03237,19.09894],[45.03322,19.09551],[45.03795,19.09482],[45.04414,19.10289],[45.04832,19.10177],[45.05123,19.10538],[45.05190,19.10160],[45.05523,19.10040],[45.05911,19.09491],[45.07106,19.10169],[45.08027,19.10561],[45.08245,19.10037],[45.08973,19.09333],[45.09276,19.09153],[45.09742,19.09333],[45.10160,19.09179],[45.10584,19.08767],[45.10699,19.08252],[45.10923,19.08166],[45.11093,19.08338],[45.11305,19.07617],[45.12735,19.07703],[45.13564,19.08209],[45.13891,19.08733],[45.14624,19.08595],[45.13837,19.11522],[45.13467,19.12088],[45.13044,19.14140],[45.16621,19.18728],[45.17910,19.19406],[45.18364,19.18496],[45.18951,19.16548],[45.20052,19.17011],[45.20299,19.17663],[45.20106,19.17921],[45.20233,19.18402],[45.20154,19.19148],[45.19241,19.20616],[45.19187,19.21037],[45.18818,19.21552],[45.18437,19.22976],[45.17813,19.23715],[45.17583,19.23800],[45.17862,19.24762],[45.17341,19.25002],[45.17559,19.26186],[45.17615,19.27417],[45.17222,19.27846],[45.17137,19.28713],[45.17282,19.29048],[45.17216,19.29503],[45.18063,19.29194],[45.19158,19.28172],[45.19400,19.28095],[45.19460,19.28704],[45.19932,19.28464],[45.20857,19.28189],[45.20555,19.28790],[45.20748,19.31588],[45.20851,19.32129],[45.20095,19.32120],[45.18553,19.33013],[45.18165,19.33245],[45.17766,19.33082],[45.17252,19.34944],[45.17155,19.34798],[45.16574,19.34970],[45.16574,19.35373],[45.16925,19.35408],[45.17082,19.36009],[45.17373,19.35888],[45.17409,19.36249],[45.17633,19.36378],[45.17228,19.36790],[45.17070,19.37382],[45.17173,19.37614],[45.17185,19.38523],[45.17318,19.38858],[45.16937,19.40866],[45.16786,19.42153],[45.17052,19.42900],[45.17530,19.43853],[45.17754,19.43312],[45.18728,19.42900],[45.18952,19.43527],[45.19363,19.43758],[45.19557,19.44643],[45.21987,19.42480],[45.23335,19.42077],[45.23245,19.40043],[45.23378,19.31141],[45.24291,19.25948],[45.25363,19.25861],[45.26088,19.26410],[45.26614,19.27140],[45.27193,19.27492],[45.27683,19.27226],[45.27973,19.26745],[45.28075,19.26058],[45.27973,19.25466],[45.27767,19.25020],[45.27471,19.24925],[45.27018,19.24247],[45.26559,19.22917],[45.26390,19.21981],[45.26529,19.20428],[45.26499,19.19611],[45.29712,19.10247],[45.32719,19.09867],[45.33709,19.08940],[45.34306,19.05593],[45.34873,19.04915],[45.34846,19.04305],[45.35057,19.02708],[45.35232,19.02125],[45.35763,19.01335],[45.35739,19.00571],[45.37271,18.97283],[45.38833,18.96931],[45.39966,18.98416],[45.40026,19.01489],[45.40478,19.02407],[45.41093,19.02965],[45.41846,19.02948],[45.42828,19.02098],[45.43695,18.99721],[45.44677,18.98725],[45.48639,18.99266],[45.49800,19.00365],[45.49228,19.02030],[45.48434,19.05068],[45.49180,19.09334],[45.50654,19.10201],[45.51653,19.09952],[45.52987,19.07446],[45.53396,19.03343],[45.55560,19.02373],[45.55765,19.01189],[45.53859,18.99378],[45.53270,18.95061],[45.54336,18.92926],[45.54931,18.93450],[45.55514,18.93441],[45.56290,18.93123],[45.56608,18.92222],[45.56686,18.91424],[45.56668,18.90754],[45.56806,18.90128],[45.57095,18.89733],[45.57587,18.89519],[45.59041,18.90094],[45.60242,18.91390],[45.59960,18.91956],[45.59900,18.93415],[45.60236,18.94179],[45.60729,18.94480],[45.61215,18.94111],[45.61954,18.94351],[45.61768,18.93922],[45.61551,18.93304],[45.61401,18.92651],[45.61329,18.91192],[45.61846,18.91278],[45.62374,18.91733],[45.62650,18.92154],[45.62194,18.94008],[45.62440,18.95020],[45.62824,18.94909],[45.63208,18.94557],[45.63082,18.93570],[45.63490,18.93278],[45.64342,18.93235],[45.64510,18.93398],[45.64420,18.94557],[45.64852,18.95844],[45.65044,18.96960],[45.65434,18.97398],[45.66214,18.97355],[45.66832,18.96016],[45.67348,18.96239],[45.68862,18.93136],[45.69366,18.92467],[45.70349,18.91419],[45.70589,18.91651],[45.70954,18.91531],[45.70847,18.91986],[45.70595,18.92243],[45.70697,18.93084],[45.70445,18.93531],[45.70499,18.94518],[45.70271,18.94904],[45.69869,18.95471],[45.69690,18.95402],[45.69504,18.96106],[45.69534,18.96689],[45.69744,18.97076],[45.70163,18.97359],[45.71188,18.97728],[45.71901,18.97445],[45.72123,18.97033],[45.72111,18.96071],[45.71805,18.95410],[45.71428,18.93977],[45.71422,18.93084],[45.71272,18.91711],[45.71026,18.90698],[45.71458,18.90484],[45.71847,18.90587],[45.72554,18.91162],[45.72632,18.91840],[45.72369,18.93007],[45.72273,18.93290],[45.72363,18.94303],[45.72333,18.95385],[45.72518,18.96192],[45.73483,18.97548],[45.73944,18.97857],[45.74723,18.97771],[45.75172,18.96990],[45.76208,18.97093],[45.76609,18.96492],[45.76645,18.95986],[45.76190,18.94853],[45.75939,18.94844],[45.75280,18.93574],[45.74645,18.92527],[45.74370,18.91351],[45.74639,18.90312],[45.75460,18.88630],[45.75897,18.86785],[45.76286,18.85772],[45.76951,18.85051],[45.77448,18.85068],[45.78477,18.87128],[45.78519,18.87875],[45.78447,18.88269],[45.78124,18.88793],[45.77915,18.89359],[45.77436,18.89583],[45.77220,18.89874],[45.77166,18.90475],[45.77226,18.90947],[45.77915,18.92321],[45.78214,18.92338],[45.78639,18.92080],[45.79908,18.92458],[45.81025,18.92303],[45.81875,18.91917],[45.82611,18.89840],[45.82503,18.88990],[45.81983,18.88261],[45.81498,18.88158],[45.80978,18.87978],[45.80690,18.87703],[45.80547,18.86175],[45.80714,18.85583],[45.80696,18.85231],[45.80798,18.84922],[45.81420,18.84845],[45.82934,18.85300],[45.84482,18.85875],[45.85910,18.85481],[45.86245,18.85971],[45.86000,18.86975],[45.85934,18.88322],[45.86066,18.89309],[45.86759,18.90296],[45.87165,18.90228],[45.87357,18.90142],[45.87757,18.89524],[45.88187,18.88073],[45.88462,18.87653],[45.89424,18.86983],[45.90003,18.87327],[45.90839,18.89996],[45.91156,18.90494],[45.91580,18.90545],[45.91878,18.90288],[45.92129,18.89026]], // Seychelles - SC: [[-3.59932,55.04418], [-4.62799,55.05379], [-5.00568,55.52346], [-4.63620,56.17440], [-3.64455,55.90111]], + SC: [[-3.59932,55.04418],[-4.62799,55.05379],[-5.00568,55.52346],[-4.63620,56.17440],[-3.64455,55.90111]], // Sweden - SE: [[58.89161,10.63920], [58.97682,11.06492], [59.00353,11.10681], [59.04672,11.13718], [59.08167,11.15434], [59.08802,11.22644], [59.09455,11.25253], [59.09984,11.28996], [59.10689,11.30300], [59.11606,11.34251], [59.09667,11.37341], [59.07304,11.39504], [59.04162,11.41461], [59.02713,11.43589], [58.99124,11.46679], [58.98452,11.45615], [58.97267,11.46507], [58.95107,11.46164], [58.93177,11.46610], [58.91511,11.45718], [58.89081,11.45855], [58.89312,11.48705], [58.89010,11.50318], [58.87822,11.52790], [58.88017,11.53305], [58.88585,11.53546], [58.90004,11.55056], [58.89933,11.56052], [58.89064,11.57116], [58.89897,11.57597], [58.89294,11.59004], [58.90695,11.62609], [58.91121,11.63262], [58.90766,11.64910], [58.91528,11.65527], [58.92698,11.65630], [58.93283,11.65802], [58.93549,11.66763], [58.94293,11.67347], [58.94842,11.67999], [58.95249,11.68034], [58.95815,11.68755], [58.97125,11.68549], [58.97585,11.68240], [58.97939,11.68995], [58.98435,11.68995], [58.98718,11.68068], [58.99213,11.68308], [59.00274,11.69682], [59.03708,11.71536], [59.04097,11.72257], [59.04750,11.73046], [59.07115,11.75003], [59.08633,11.77132], [59.08843,11.77558], [59.09632,11.77515], [59.09901,11.77781], [59.10364,11.77429], [59.10668,11.77412], [59.11413,11.76794], [59.11439,11.76262], [59.12552,11.76785], [59.13626,11.77764], [59.14612,11.77549], [59.15625,11.77661], [59.15994,11.77549], [59.16540,11.77566], [59.17073,11.77395], [59.17988,11.77652], [59.18863,11.78038], [59.19518,11.78167], [59.19535,11.78382], [59.19689,11.78193], [59.19852,11.78262], [59.20107,11.78159], [59.20777,11.78291], [59.21054,11.78522], [59.21331,11.78874], [59.21845,11.79458], [59.22442,11.79861], [59.23232,11.81183], [59.23829,11.82651], [59.24347,11.82968], [59.27664,11.82368], [59.30491,11.82024], [59.30911,11.82119], [59.31336,11.82084], [59.34462,11.81569], [59.35381,11.80797], [59.37135,11.78892], [59.37362,11.79158], [59.38660,11.77922], [59.41421,11.77347], [59.42860,11.76013], [59.45827,11.75928], [59.47969,11.75203], [59.49137,11.74585], [59.51141,11.72782], [59.59007,11.68989], [59.60927,11.69761], [59.62602,11.72010], [59.64337,11.77863], [59.64866,11.85540], [59.65335,11.86295], [59.66254,11.86965], [59.67225,11.87428], [59.68282,11.87737], [59.69391,11.88905], [59.69504,11.93917], [59.69945,11.94209], [59.69928,11.93746], [59.70093,11.93608], [59.70829,11.93608], [59.71045,11.93299], [59.71270,11.93334], [59.71668,11.93522], [59.72846,11.93591], [59.73036,11.93059], [59.73901,11.93196], [59.74368,11.92613], [59.74844,11.92338], [59.75077,11.92321], [59.75933,11.93351], [59.76201,11.92904], [59.76409,11.93076], [59.76953,11.93179], [59.77074,11.93007], [59.77472,11.93025], [59.78385,11.92570], [59.78843,11.92502], [59.79301,11.92588], [59.80121,11.90957], [59.80596,11.90648], [59.81183,11.90270], [59.81451,11.89566], [59.81951,11.88948], [59.82167,11.88777], [59.82521,11.88296], [59.82814,11.87506], [59.82978,11.85258], [59.83858,11.84039], [59.84194,11.83867], [59.84445,11.84949], [59.84996,11.86906], [59.85376,11.87815], [59.85609,11.88330], [59.85884,11.88708], [59.86427,11.88176], [59.86910,11.88142], [59.87237,11.88588], [59.87212,11.89790], [59.87272,11.91540], [59.87453,11.92141], [59.88228,11.92279], [59.88607,11.92897], [59.89046,11.94236], [59.90114,11.98510], [59.89925,11.98682], [59.88917,12.03419], [59.88642,12.05342], [59.89064,12.09759], [59.89434,12.12626], [59.88685,12.15595], [59.89021,12.17432], [59.92816,12.23097], [59.96590,12.34015], [60.01613,12.39559], [60.02728,12.42512], [60.03954,12.44812], [60.07296,12.47971], [60.09992,12.50031], [60.13936,12.51696], [60.19349,12.54102], [60.22479,12.52397], [60.28058,12.50389], [60.32404,12.49839], [60.34732,12.54474], [60.40586,12.60551], [60.51301,12.60605], [60.55085,12.58098], [60.60010,12.51472], [60.64254,12.51009], [60.68586,12.45927], [60.73432,12.39456], [60.81786,12.34831], [60.85315,12.33372], [60.89008,12.33218], [61.01324,12.22300], [61.02043,12.24274], [61.05129,12.44630], [61.05179,12.48904], [61.04738,12.59871], [61.04688,12.60025], [61.04663,12.61055], [61.05270,12.65450], [61.05511,12.66755], [61.05694,12.67081], [61.06001,12.68111], [61.06259,12.68248], [61.14367,12.70667], [61.19740,12.78975], [61.25933,12.83335], [61.35636,12.87038], [61.40928,12.79777], [61.56856,12.56757], [61.56627,12.44741], [61.56169,12.41857], [61.61560,12.33823], [61.64039,12.27094], [61.72443,12.13430], [61.87206,12.17941], [62.26823,12.29614], [62.61186,12.05482], [62.74800,12.13379], [62.90301,12.07210], [62.99981,12.21629], [63.26959,11.97185], [63.35676,12.08446], [63.47936,12.21080], [63.59441,12.14763], [63.67217,12.29801], [63.71730,12.33060], [63.81746,12.47479], [63.97528,12.68243], [64.05861,12.92550], [64.09613,13.20977], [64.06521,13.55187], [64.04779,13.71117], [64.00930,13.96592], [64.19604,14.15493], [64.29404,14.14141], [64.46358,14.11188], [64.47867,14.08305], [64.50647,13.88941], [64.58055,13.65046], [64.63929,13.70248], [64.91929,14.04924], [65.02271,14.18794], [65.11851,14.32183], [65.24986,14.37677], [65.31045,14.50517], [65.51899,14.49556], [65.70172,14.53915], [65.81228,14.62296], [65.90103,14.58245], [65.95760,14.57146], [66.13351,14.51378], [66.15474,15.03369], [66.28367,15.48268], [66.40709,15.41951], [66.48584,15.37419], [66.52963,15.45796], [66.59436,15.61864], [66.75694,15.83287], [66.87448,15.99275], [66.91382,16.03806], [66.98373,16.19393], [67.04651,16.38630], [67.20476,16.40171], [67.43510,16.08723], [67.52005,16.15658], [67.53475,16.40171], [67.59349,16.49123], [67.64708,16.55440], [67.91633,16.73499], [67.98078,16.93427], [68.05121,17.17872], [68.12040,17.28171], [68.08096,17.46917], [68.03966,17.66349], [67.97074,17.90038], [68.19959,18.15032], [68.40774,18.09881], [68.53901,18.12421], [68.58293,18.40711], [68.50823,18.62261], [68.51829,18.98378], [68.35754,19.91968], [68.39251,19.98560], [68.49066,20.22249], [68.53169,20.01839], [68.55806,19.93187], [68.59167,20.05066], [68.66549,20.19966], [68.80296,20.33424], [68.85256,20.31982], [68.92601,20.30334], [68.95630,20.23331], [69.04611,20.05684], [69.06084,20.54985], [69.05372,20.57869], [69.05372,20.59208], [69.04832,20.61268], [69.03125,20.77541], [68.99263,20.84305], [68.98291,20.89208], [68.95889,20.90787], [68.94372,20.89174], [68.93965,20.85294], [68.93632,20.84367], [68.92583,20.85191], [68.91817,20.87869], [68.90050,20.90513], [68.89544,20.88865], [68.89259,20.89448], [68.89469,20.90890], [68.89741,20.91302], [68.89927,20.93259], [68.89741,20.95834], [68.89222,20.96109], [68.89395,20.97379], [68.89358,20.98272], [68.89828,20.98993], [68.89568,21.00332], [68.88703,21.02941], [68.88356,21.03284], [68.88208,21.05001], [68.87119,21.07851], [68.86476,21.08160], [68.85844,21.11524], [68.85262,21.13206], [68.84506,21.14786], [68.84110,21.14923], [68.82734,21.18803], [68.82486,21.18871], [68.81283,21.23884], [68.80228,21.25404], [68.79185,21.26331], [68.78626,21.26468], [68.76301,21.30108], [68.75978,21.31996], [68.76264,21.33541], [68.76737,21.35978], [68.76724,21.36768], [68.76488,21.38862], [68.76252,21.39480], [68.75281,21.40785], [68.74672,21.41266], [68.74099,21.40751], [68.73427,21.41094], [68.73066,21.41643], [68.72493,21.41369], [68.71483,21.42364], [68.70985,21.41575], [68.70548,21.42296], [68.69975,21.42433], [68.69613,21.42364], [68.69002,21.43978], [68.68665,21.46003], [68.68228,21.46793], [68.68153,21.48098], [68.67579,21.50638], [68.67779,21.52252], [68.67642,21.53076], [68.67592,21.56852], [68.67142,21.57333], [68.66468,21.61899], [68.66048,21.62636], [68.65498,21.62842], [68.65335,21.63975], [68.64923,21.65451], [68.64498,21.65863], [68.63648,21.68163], [68.62897,21.70738], [68.61771,21.71459], [68.61383,21.70326], [68.59667,21.70223], [68.59429,21.71185], [68.59141,21.71837], [68.58652,21.77914], [68.59053,21.81519], [68.59203,21.84952], [68.59040,21.86703], [68.58652,21.86875], [68.58702,21.88523], [68.58564,21.89484], [68.57925,21.90891], [68.57611,21.90994], [68.57235,21.92848], [68.55955,21.94842], [68.54976,21.97451], [68.54612,21.97417], [68.53998,21.98547], [68.53458,21.99199], [68.53596,22.00504], [68.53119,22.00710], [68.51560,22.00572], [68.49421,22.01946], [68.48018,22.04486], [68.47993,22.06409], [68.48257,22.07576], [68.48270,22.11353], [68.48119,22.12623], [68.47212,22.12932], [68.47061,22.15301], [68.48005,22.18906], [68.48094,22.20451], [68.47338,22.22030], [68.48283,22.24948], [68.47955,22.27592], [68.48383,22.29583], [68.48043,22.33222], [68.48194,22.34252], [68.48106,22.35179], [68.46821,22.34081], [68.46317,22.34905], [68.45624,22.34321], [68.45145,22.34424], [68.44539,22.34115], [68.44514,22.35111], [68.45258,22.37445], [68.46569,22.40020], [68.46632,22.41359], [68.46456,22.43625], [68.44275,22.46749], [68.44325,22.48260], [68.44098,22.51007], [68.43391,22.53788], [68.43429,22.55435], [68.42167,22.57289], [68.42306,22.58457], [68.42520,22.58663], [68.42722,22.61821], [68.43316,22.62062], [68.43505,22.62851], [68.43404,22.64019], [68.43000,22.64396], [68.42142,22.63950], [68.41813,22.64431], [68.41333,22.66113], [68.41157,22.67692], [68.40563,22.68962], [68.39982,22.68688], [68.39779,22.70130], [68.39590,22.72052], [68.38477,22.73254], [68.38490,22.76275], [68.38869,22.77648], [68.39274,22.78987], [68.39299,22.80326], [68.38958,22.81219], [68.38338,22.84755], [68.37427,22.83691], [68.36668,22.83245], [68.36123,22.84618], [68.35959,22.85785], [68.35034,22.88154], [68.34996,22.89390], [68.34211,22.90763], [68.33387,22.91622], [68.33222,22.97149], [68.32956,22.97698], [68.32272,22.97939], [68.30673,23.03569], [68.30749,23.05492], [68.30292,23.06556], [68.29429,23.06865], [68.27894,23.06316], [68.27475,23.07071], [68.26623,23.07724], [68.25974,23.09818], [68.25084,23.11328], [68.24830,23.14590], [68.23404,23.15242], [68.21876,23.14315], [68.20984,23.14487], [68.20538,23.14178], [68.19799,23.16032], [68.19429,23.16135], [68.18982,23.15002], [68.17758,23.14556], [68.15523,23.14315], [68.13849,23.15620], [68.13453,23.16753], [68.13964,23.19019], [68.14232,23.20461], [68.14756,23.20804], [68.15012,23.24581], [68.15331,23.25351], [68.15624,23.25454], [68.15829,23.27342], [68.15522,23.28647], [68.15049,23.29402], [68.14960,23.30741], [68.14462,23.31050], [68.13631,23.32286], [68.12237,23.33248], [68.11623,23.32939], [68.10791,23.34037], [68.08357,23.36166], [68.06768,23.37539], [68.05960,23.37436], [68.05793,23.38706], [68.05023,23.38741], [68.04266,23.40560], [68.03880,23.43822], [68.03303,23.46088], [68.02917,23.46912], [68.02301,23.46866], [68.01761,23.48068], [68.01350,23.50230], [68.00604,23.53423], [68.00193,23.54144], [67.99434,23.54110], [67.98186,23.55449], [67.97323,23.57475], [67.97246,23.59706], [67.97181,23.61079], [67.96499,23.64822], [67.95855,23.65611], [67.95380,23.65371], [67.95045,23.65337], [67.94401,23.66401], [67.93936,23.66538], [67.93588,23.65611], [67.92582,23.64753], [67.91847,23.64753], [67.91033,23.62693], [67.90672,23.62006], [67.90517,23.60599], [67.90065,23.59431], [67.89212,23.58470], [67.89199,23.57234], [67.89742,23.55483], [67.89496,23.55003], [67.88967,23.54591], [67.88204,23.51295], [67.87131,23.50333], [67.86027,23.49312], [67.84616,23.48900], [67.84124,23.47870], [67.82661,23.48420], [67.81754,23.47424], [67.79899,23.48248], [67.79367,23.49347], [67.78108,23.49278], [67.77524,23.48591], [67.76433,23.49278], [67.75406,23.49418], [67.73989,23.47805], [67.72961,23.48800], [67.72206,23.47873], [67.71490,23.48251], [67.70605,23.48835], [67.70097,23.48457], [67.69641,23.49281], [67.69002,23.49247], [67.68337,23.50071], [67.66668,23.49384], [67.64776,23.51581], [67.63279,23.54019], [67.62456,23.54328], [67.62181,23.55770], [67.61841,23.55873], [67.60364,23.54087], [67.58505,23.54808], [67.57641,23.53881], [67.57563,23.53092], [67.56895,23.52371], [67.56279,23.50929], [67.56357,23.49556], [67.56620,23.48835], [67.56554,23.47290], [67.56240,23.46157], [67.55728,23.46157], [67.54771,23.47496], [67.53748,23.48388], [67.52817,23.47427], [67.51793,23.44303], [67.50441,23.42826], [67.49994,23.40904], [67.48469,23.39599], [67.47838,23.40767], [67.46917,23.40938], [67.46602,23.42998], [67.45457,23.46500], [67.45154,23.48491], [67.44680,23.50174], [67.44851,23.51135], [67.45562,23.52096], [67.46325,23.54122], [67.45944,23.56697], [67.45404,23.59031], [67.45272,23.62053], [67.44864,23.64181], [67.44627,23.66722], [67.44338,23.67305], [67.44496,23.69365], [67.44680,23.70258], [67.44641,23.71254], [67.43969,23.73995], [67.43587,23.75608], [67.43007,23.76638], [67.42691,23.76466], [67.42032,23.75437], [67.41030,23.75402], [67.40397,23.74647], [67.39367,23.73342], [67.39130,23.72244], [67.38641,23.72106], [67.37995,23.73583], [67.37110,23.73136], [67.35577,23.74201], [67.34892,23.74325], [67.34905,23.76042], [67.34363,23.76488], [67.33887,23.77792], [67.32815,23.76213], [67.31849,23.75149], [67.30114,23.74222], [67.28471,23.73055], [67.28099,23.71784], [67.28206,23.69141], [67.27078,23.61862], [67.27211,23.61176], [67.26667,23.57639], [67.26189,23.56953], [67.25127,23.57021], [67.24756,23.55888], [67.23600,23.56129], [67.22657,23.55065], [67.22099,23.57021], [67.20955,23.60008], [67.20091,23.58910], [67.19093,23.59013], [67.18534,23.56918], [67.17855,23.55408], [67.17122,23.55202], [67.15163,23.57948], [67.13683,23.60180], [67.11908,23.62721], [67.11134,23.63716], [67.10399,23.65536], [67.08368,23.66909], [67.07686,23.66497], [67.06496,23.67527], [67.05117,23.69793], [67.03296,23.72128], [67.01943,23.73844], [67.00361,23.76316], [66.99260,23.79749], [66.98281,23.79955], [66.97811,23.81672], [66.96132,23.83114], [66.95487,23.85826], [66.94196,23.86273], [66.91829,23.86307], [66.90092,23.90049], [66.88637,23.91697], [66.88461,23.93482], [66.86560,23.95268], [66.84765,23.97293], [66.84198,23.97087], [66.83267,23.98529], [66.82038,23.99773], [66.80119,23.98571], [66.79496,23.97782], [66.78603,23.98331], [66.78225,23.97129], [66.78265,23.95962], [66.79104,23.94074], [66.79334,23.91602], [66.78982,23.90915], [66.77358,23.91739], [66.76803,23.89988], [66.76315,23.88409], [66.75340,23.87722], [66.74920,23.89130], [66.73890,23.89267], [66.71421,23.89988], [66.70986,23.89370], [66.70022,23.89439], [66.68650,23.88581], [66.67332,23.89027], [66.66027,23.86692], [66.65183,23.86727], [66.63904,23.87173], [66.63060,23.86864], [66.62106,23.87791], [66.61235,23.88296], [66.59913,23.87335], [66.59040,23.87987], [66.57348,23.86991], [66.56583,23.86133], [66.55395,23.85721], [66.55354,23.84107], [66.53728,23.79026], [66.53402,23.78528], [66.52568,23.79249], [66.51980,23.79798], [66.51624,23.79112], [66.50831,23.75095], [66.49571,23.72108], [66.49051,23.71456], [66.47667,23.71799], [66.47339,23.70529], [66.46228,23.66443], [66.45392,23.64933], [66.42661,23.64246], [66.39853,23.66756], [66.39248,23.68438], [66.38341,23.68816], [66.37268,23.68267], [66.35657,23.65932], [66.33550,23.65829], [66.29882,23.65074], [66.27258,23.66996], [66.25990,23.67010], [66.24331,23.70031], [66.22892,23.69104], [66.21549,23.71748], [66.21189,23.72606], [66.20317,23.73052], [66.19652,23.72503], [66.19361,23.73018], [66.19139,23.75696], [66.18432,23.79026], [66.17143,23.82837], [66.17170,23.85892], [66.16602,23.86579], [66.16851,23.89223], [66.16147,23.92092], [66.15120,23.93225], [66.14578,23.93019], [66.13648,23.92229], [66.12022,23.93946], [66.11299,23.93706], [66.10535,23.94324], [66.08865,23.93465], [66.07348,23.94976], [66.05509,23.97826], [65.99427,24.05138], [65.97121,24.04658], [65.96744,24.03971], [65.95681,24.04829], [65.94562,24.06958], [65.93022,24.08606], [65.92952,24.11524], [65.92420,24.11662], [65.91005,24.10941], [65.89323,24.12279], [65.86208,24.15472], [65.86334,24.13206], [65.85800,24.12726], [65.85253,24.12829], [65.84101,24.14614], [65.81363,24.15746], [65.80013,24.14167], [65.78464,24.12931], [65.76055,24.13927], [65.72529,24.16982], [65.70382,24.16914], [65.69337,24.16364], [65.65717,24.18081], [65.57212,24.14510], [64.19223,22.40592], [62.93440,19.69045], [60.29506,19.14436], [59.67466,19.69746], [57.55036,20.13142], [55.31948,17.02354], [55.38819,14.67247], [55.04977,13.14537], [55.34136,12.66746], [55.54078,12.75672], [55.67343,12.86933], [55.88504,12.61940], [56.03955,12.65510], [56.21330,12.39967], [58.34833,10.59012]], + SE: [[58.89161,10.63920],[58.97682,11.06492],[59.00353,11.10681],[59.04672,11.13718],[59.08167,11.15434],[59.08802,11.22644],[59.09455,11.25253],[59.09984,11.28996],[59.10689,11.30300],[59.11606,11.34251],[59.09667,11.37341],[59.07304,11.39504],[59.04162,11.41461],[59.02713,11.43589],[58.99124,11.46679],[58.98452,11.45615],[58.97267,11.46507],[58.95107,11.46164],[58.93177,11.46610],[58.91511,11.45718],[58.89081,11.45855],[58.89312,11.48705],[58.89010,11.50318],[58.87822,11.52790],[58.88017,11.53305],[58.88585,11.53546],[58.90004,11.55056],[58.89933,11.56052],[58.89064,11.57116],[58.89897,11.57597],[58.89294,11.59004],[58.90695,11.62609],[58.91121,11.63262],[58.90766,11.64910],[58.91528,11.65527],[58.92698,11.65630],[58.93283,11.65802],[58.93549,11.66763],[58.94293,11.67347],[58.94842,11.67999],[58.95249,11.68034],[58.95815,11.68755],[58.97125,11.68549],[58.97585,11.68240],[58.97939,11.68995],[58.98435,11.68995],[58.98718,11.68068],[58.99213,11.68308],[59.00274,11.69682],[59.03708,11.71536],[59.04097,11.72257],[59.04750,11.73046],[59.07115,11.75003],[59.08633,11.77132],[59.08843,11.77558],[59.09632,11.77515],[59.09901,11.77781],[59.10364,11.77429],[59.10668,11.77412],[59.11413,11.76794],[59.11439,11.76262],[59.12552,11.76785],[59.13626,11.77764],[59.14612,11.77549],[59.15625,11.77661],[59.15994,11.77549],[59.16540,11.77566],[59.17073,11.77395],[59.17988,11.77652],[59.18863,11.78038],[59.19518,11.78167],[59.19535,11.78382],[59.19689,11.78193],[59.19852,11.78262],[59.20107,11.78159],[59.20777,11.78291],[59.21054,11.78522],[59.21331,11.78874],[59.21845,11.79458],[59.22442,11.79861],[59.23232,11.81183],[59.23829,11.82651],[59.24347,11.82968],[59.27664,11.82368],[59.30491,11.82024],[59.30911,11.82119],[59.31336,11.82084],[59.34462,11.81569],[59.35381,11.80797],[59.37135,11.78892],[59.37362,11.79158],[59.38660,11.77922],[59.41421,11.77347],[59.42860,11.76013],[59.45827,11.75928],[59.47969,11.75203],[59.49137,11.74585],[59.51141,11.72782],[59.59007,11.68989],[59.60927,11.69761],[59.62602,11.72010],[59.64337,11.77863],[59.64866,11.85540],[59.65335,11.86295],[59.66254,11.86965],[59.67225,11.87428],[59.68282,11.87737],[59.69391,11.88905],[59.69504,11.93917],[59.69945,11.94209],[59.69928,11.93746],[59.70093,11.93608],[59.70829,11.93608],[59.71045,11.93299],[59.71270,11.93334],[59.71668,11.93522],[59.72846,11.93591],[59.73036,11.93059],[59.73901,11.93196],[59.74368,11.92613],[59.74844,11.92338],[59.75077,11.92321],[59.75933,11.93351],[59.76201,11.92904],[59.76409,11.93076],[59.76953,11.93179],[59.77074,11.93007],[59.77472,11.93025],[59.78385,11.92570],[59.78843,11.92502],[59.79301,11.92588],[59.80121,11.90957],[59.80596,11.90648],[59.81183,11.90270],[59.81451,11.89566],[59.81951,11.88948],[59.82167,11.88777],[59.82521,11.88296],[59.82814,11.87506],[59.82978,11.85258],[59.83858,11.84039],[59.84194,11.83867],[59.84445,11.84949],[59.84996,11.86906],[59.85376,11.87815],[59.85609,11.88330],[59.85884,11.88708],[59.86427,11.88176],[59.86910,11.88142],[59.87237,11.88588],[59.87212,11.89790],[59.87272,11.91540],[59.87453,11.92141],[59.88228,11.92279],[59.88607,11.92897],[59.89046,11.94236],[59.90114,11.98510],[59.89925,11.98682],[59.88917,12.03419],[59.88642,12.05342],[59.89064,12.09759],[59.89434,12.12626],[59.88685,12.15595],[59.89021,12.17432],[59.92816,12.23097],[59.96590,12.34015],[60.01613,12.39559],[60.02728,12.42512],[60.03954,12.44812],[60.07296,12.47971],[60.09992,12.50031],[60.13936,12.51696],[60.19349,12.54102],[60.22479,12.52397],[60.28058,12.50389],[60.32404,12.49839],[60.34732,12.54474],[60.40586,12.60551],[60.51301,12.60605],[60.55085,12.58098],[60.60010,12.51472],[60.64254,12.51009],[60.68586,12.45927],[60.73432,12.39456],[60.81786,12.34831],[60.85315,12.33372],[60.89008,12.33218],[61.01324,12.22300],[61.02043,12.24274],[61.05129,12.44630],[61.05179,12.48904],[61.04738,12.59871],[61.04688,12.60025],[61.04663,12.61055],[61.05270,12.65450],[61.05511,12.66755],[61.05694,12.67081],[61.06001,12.68111],[61.06259,12.68248],[61.14367,12.70667],[61.19740,12.78975],[61.25933,12.83335],[61.35636,12.87038],[61.40928,12.79777],[61.56856,12.56757],[61.56627,12.44741],[61.56169,12.41857],[61.61560,12.33823],[61.64039,12.27094],[61.72443,12.13430],[61.87206,12.17941],[62.26823,12.29614],[62.61186,12.05482],[62.74800,12.13379],[62.90301,12.07210],[62.99981,12.21629],[63.26959,11.97185],[63.35676,12.08446],[63.47936,12.21080],[63.59441,12.14763],[63.67217,12.29801],[63.71730,12.33060],[63.81746,12.47479],[63.97528,12.68243],[64.05861,12.92550],[64.09613,13.20977],[64.06521,13.55187],[64.04779,13.71117],[64.00930,13.96592],[64.19604,14.15493],[64.29404,14.14141],[64.46358,14.11188],[64.47867,14.08305],[64.50647,13.88941],[64.58055,13.65046],[64.63929,13.70248],[64.91929,14.04924],[65.02271,14.18794],[65.11851,14.32183],[65.24986,14.37677],[65.31045,14.50517],[65.51899,14.49556],[65.70172,14.53915],[65.81228,14.62296],[65.90103,14.58245],[65.95760,14.57146],[66.13351,14.51378],[66.15474,15.03369],[66.28367,15.48268],[66.40709,15.41951],[66.48584,15.37419],[66.52963,15.45796],[66.59436,15.61864],[66.75694,15.83287],[66.87448,15.99275],[66.91382,16.03806],[66.98373,16.19393],[67.04651,16.38630],[67.20476,16.40171],[67.43510,16.08723],[67.52005,16.15658],[67.53475,16.40171],[67.59349,16.49123],[67.64708,16.55440],[67.91633,16.73499],[67.98078,16.93427],[68.05121,17.17872],[68.12040,17.28171],[68.08096,17.46917],[68.03966,17.66349],[67.97074,17.90038],[68.19959,18.15032],[68.40774,18.09881],[68.53901,18.12421],[68.58293,18.40711],[68.50823,18.62261],[68.51829,18.98378],[68.35754,19.91968],[68.39251,19.98560],[68.49066,20.22249],[68.53169,20.01839],[68.55806,19.93187],[68.59167,20.05066],[68.66549,20.19966],[68.80296,20.33424],[68.85256,20.31982],[68.92601,20.30334],[68.95630,20.23331],[69.04611,20.05684],[69.06084,20.54985],[69.05372,20.57869],[69.05372,20.59208],[69.04832,20.61268],[69.03125,20.77541],[68.99263,20.84305],[68.98291,20.89208],[68.95889,20.90787],[68.94372,20.89174],[68.93965,20.85294],[68.93632,20.84367],[68.92583,20.85191],[68.91817,20.87869],[68.90050,20.90513],[68.89544,20.88865],[68.89259,20.89448],[68.89469,20.90890],[68.89741,20.91302],[68.89927,20.93259],[68.89741,20.95834],[68.89222,20.96109],[68.89395,20.97379],[68.89358,20.98272],[68.89828,20.98993],[68.89568,21.00332],[68.88703,21.02941],[68.88356,21.03284],[68.88208,21.05001],[68.87119,21.07851],[68.86476,21.08160],[68.85844,21.11524],[68.85262,21.13206],[68.84506,21.14786],[68.84110,21.14923],[68.82734,21.18803],[68.82486,21.18871],[68.81283,21.23884],[68.80228,21.25404],[68.79185,21.26331],[68.78626,21.26468],[68.76301,21.30108],[68.75978,21.31996],[68.76264,21.33541],[68.76737,21.35978],[68.76724,21.36768],[68.76488,21.38862],[68.76252,21.39480],[68.75281,21.40785],[68.74672,21.41266],[68.74099,21.40751],[68.73427,21.41094],[68.73066,21.41643],[68.72493,21.41369],[68.71483,21.42364],[68.70985,21.41575],[68.70548,21.42296],[68.69975,21.42433],[68.69613,21.42364],[68.69002,21.43978],[68.68665,21.46003],[68.68228,21.46793],[68.68153,21.48098],[68.67579,21.50638],[68.67779,21.52252],[68.67642,21.53076],[68.67592,21.56852],[68.67142,21.57333],[68.66468,21.61899],[68.66048,21.62636],[68.65498,21.62842],[68.65335,21.63975],[68.64923,21.65451],[68.64498,21.65863],[68.63648,21.68163],[68.62897,21.70738],[68.61771,21.71459],[68.61383,21.70326],[68.59667,21.70223],[68.59429,21.71185],[68.59141,21.71837],[68.58652,21.77914],[68.59053,21.81519],[68.59203,21.84952],[68.59040,21.86703],[68.58652,21.86875],[68.58702,21.88523],[68.58564,21.89484],[68.57925,21.90891],[68.57611,21.90994],[68.57235,21.92848],[68.55955,21.94842],[68.54976,21.97451],[68.54612,21.97417],[68.53998,21.98547],[68.53458,21.99199],[68.53596,22.00504],[68.53119,22.00710],[68.51560,22.00572],[68.49421,22.01946],[68.48018,22.04486],[68.47993,22.06409],[68.48257,22.07576],[68.48270,22.11353],[68.48119,22.12623],[68.47212,22.12932],[68.47061,22.15301],[68.48005,22.18906],[68.48094,22.20451],[68.47338,22.22030],[68.48283,22.24948],[68.47955,22.27592],[68.48383,22.29583],[68.48043,22.33222],[68.48194,22.34252],[68.48106,22.35179],[68.46821,22.34081],[68.46317,22.34905],[68.45624,22.34321],[68.45145,22.34424],[68.44539,22.34115],[68.44514,22.35111],[68.45258,22.37445],[68.46569,22.40020],[68.46632,22.41359],[68.46456,22.43625],[68.44275,22.46749],[68.44325,22.48260],[68.44098,22.51007],[68.43391,22.53788],[68.43429,22.55435],[68.42167,22.57289],[68.42306,22.58457],[68.42520,22.58663],[68.42722,22.61821],[68.43316,22.62062],[68.43505,22.62851],[68.43404,22.64019],[68.43000,22.64396],[68.42142,22.63950],[68.41813,22.64431],[68.41333,22.66113],[68.41157,22.67692],[68.40563,22.68962],[68.39982,22.68688],[68.39779,22.70130],[68.39590,22.72052],[68.38477,22.73254],[68.38490,22.76275],[68.38869,22.77648],[68.39274,22.78987],[68.39299,22.80326],[68.38958,22.81219],[68.38338,22.84755],[68.37427,22.83691],[68.36668,22.83245],[68.36123,22.84618],[68.35959,22.85785],[68.35034,22.88154],[68.34996,22.89390],[68.34211,22.90763],[68.33387,22.91622],[68.33222,22.97149],[68.32956,22.97698],[68.32272,22.97939],[68.30673,23.03569],[68.30749,23.05492],[68.30292,23.06556],[68.29429,23.06865],[68.27894,23.06316],[68.27475,23.07071],[68.26623,23.07724],[68.25974,23.09818],[68.25084,23.11328],[68.24830,23.14590],[68.23404,23.15242],[68.21876,23.14315],[68.20984,23.14487],[68.20538,23.14178],[68.19799,23.16032],[68.19429,23.16135],[68.18982,23.15002],[68.17758,23.14556],[68.15523,23.14315],[68.13849,23.15620],[68.13453,23.16753],[68.13964,23.19019],[68.14232,23.20461],[68.14756,23.20804],[68.15012,23.24581],[68.15331,23.25351],[68.15624,23.25454],[68.15829,23.27342],[68.15522,23.28647],[68.15049,23.29402],[68.14960,23.30741],[68.14462,23.31050],[68.13631,23.32286],[68.12237,23.33248],[68.11623,23.32939],[68.10791,23.34037],[68.08357,23.36166],[68.06768,23.37539],[68.05960,23.37436],[68.05793,23.38706],[68.05023,23.38741],[68.04266,23.40560],[68.03880,23.43822],[68.03303,23.46088],[68.02917,23.46912],[68.02301,23.46866],[68.01761,23.48068],[68.01350,23.50230],[68.00604,23.53423],[68.00193,23.54144],[67.99434,23.54110],[67.98186,23.55449],[67.97323,23.57475],[67.97246,23.59706],[67.97181,23.61079],[67.96499,23.64822],[67.95855,23.65611],[67.95380,23.65371],[67.95045,23.65337],[67.94401,23.66401],[67.93936,23.66538],[67.93588,23.65611],[67.92582,23.64753],[67.91847,23.64753],[67.91033,23.62693],[67.90672,23.62006],[67.90517,23.60599],[67.90065,23.59431],[67.89212,23.58470],[67.89199,23.57234],[67.89742,23.55483],[67.89496,23.55003],[67.88967,23.54591],[67.88204,23.51295],[67.87131,23.50333],[67.86027,23.49312],[67.84616,23.48900],[67.84124,23.47870],[67.82661,23.48420],[67.81754,23.47424],[67.79899,23.48248],[67.79367,23.49347],[67.78108,23.49278],[67.77524,23.48591],[67.76433,23.49278],[67.75406,23.49418],[67.73989,23.47805],[67.72961,23.48800],[67.72206,23.47873],[67.71490,23.48251],[67.70605,23.48835],[67.70097,23.48457],[67.69641,23.49281],[67.69002,23.49247],[67.68337,23.50071],[67.66668,23.49384],[67.64776,23.51581],[67.63279,23.54019],[67.62456,23.54328],[67.62181,23.55770],[67.61841,23.55873],[67.60364,23.54087],[67.58505,23.54808],[67.57641,23.53881],[67.57563,23.53092],[67.56895,23.52371],[67.56279,23.50929],[67.56357,23.49556],[67.56620,23.48835],[67.56554,23.47290],[67.56240,23.46157],[67.55728,23.46157],[67.54771,23.47496],[67.53748,23.48388],[67.52817,23.47427],[67.51793,23.44303],[67.50441,23.42826],[67.49994,23.40904],[67.48469,23.39599],[67.47838,23.40767],[67.46917,23.40938],[67.46602,23.42998],[67.45457,23.46500],[67.45154,23.48491],[67.44680,23.50174],[67.44851,23.51135],[67.45562,23.52096],[67.46325,23.54122],[67.45944,23.56697],[67.45404,23.59031],[67.45272,23.62053],[67.44864,23.64181],[67.44627,23.66722],[67.44338,23.67305],[67.44496,23.69365],[67.44680,23.70258],[67.44641,23.71254],[67.43969,23.73995],[67.43587,23.75608],[67.43007,23.76638],[67.42691,23.76466],[67.42032,23.75437],[67.41030,23.75402],[67.40397,23.74647],[67.39367,23.73342],[67.39130,23.72244],[67.38641,23.72106],[67.37995,23.73583],[67.37110,23.73136],[67.35577,23.74201],[67.34892,23.74325],[67.34905,23.76042],[67.34363,23.76488],[67.33887,23.77792],[67.32815,23.76213],[67.31849,23.75149],[67.30114,23.74222],[67.28471,23.73055],[67.28099,23.71784],[67.28206,23.69141],[67.27078,23.61862],[67.27211,23.61176],[67.26667,23.57639],[67.26189,23.56953],[67.25127,23.57021],[67.24756,23.55888],[67.23600,23.56129],[67.22657,23.55065],[67.22099,23.57021],[67.20955,23.60008],[67.20091,23.58910],[67.19093,23.59013],[67.18534,23.56918],[67.17855,23.55408],[67.17122,23.55202],[67.15163,23.57948],[67.13683,23.60180],[67.11908,23.62721],[67.11134,23.63716],[67.10399,23.65536],[67.08368,23.66909],[67.07686,23.66497],[67.06496,23.67527],[67.05117,23.69793],[67.03296,23.72128],[67.01943,23.73844],[67.00361,23.76316],[66.99260,23.79749],[66.98281,23.79955],[66.97811,23.81672],[66.96132,23.83114],[66.95487,23.85826],[66.94196,23.86273],[66.91829,23.86307],[66.90092,23.90049],[66.88637,23.91697],[66.88461,23.93482],[66.86560,23.95268],[66.84765,23.97293],[66.84198,23.97087],[66.83267,23.98529],[66.82038,23.99773],[66.80119,23.98571],[66.79496,23.97782],[66.78603,23.98331],[66.78225,23.97129],[66.78265,23.95962],[66.79104,23.94074],[66.79334,23.91602],[66.78982,23.90915],[66.77358,23.91739],[66.76803,23.89988],[66.76315,23.88409],[66.75340,23.87722],[66.74920,23.89130],[66.73890,23.89267],[66.71421,23.89988],[66.70986,23.89370],[66.70022,23.89439],[66.68650,23.88581],[66.67332,23.89027],[66.66027,23.86692],[66.65183,23.86727],[66.63904,23.87173],[66.63060,23.86864],[66.62106,23.87791],[66.61235,23.88296],[66.59913,23.87335],[66.59040,23.87987],[66.57348,23.86991],[66.56583,23.86133],[66.55395,23.85721],[66.55354,23.84107],[66.53728,23.79026],[66.53402,23.78528],[66.52568,23.79249],[66.51980,23.79798],[66.51624,23.79112],[66.50831,23.75095],[66.49571,23.72108],[66.49051,23.71456],[66.47667,23.71799],[66.47339,23.70529],[66.46228,23.66443],[66.45392,23.64933],[66.42661,23.64246],[66.39853,23.66756],[66.39248,23.68438],[66.38341,23.68816],[66.37268,23.68267],[66.35657,23.65932],[66.33550,23.65829],[66.29882,23.65074],[66.27258,23.66996],[66.25990,23.67010],[66.24331,23.70031],[66.22892,23.69104],[66.21549,23.71748],[66.21189,23.72606],[66.20317,23.73052],[66.19652,23.72503],[66.19361,23.73018],[66.19139,23.75696],[66.18432,23.79026],[66.17143,23.82837],[66.17170,23.85892],[66.16602,23.86579],[66.16851,23.89223],[66.16147,23.92092],[66.15120,23.93225],[66.14578,23.93019],[66.13648,23.92229],[66.12022,23.93946],[66.11299,23.93706],[66.10535,23.94324],[66.08865,23.93465],[66.07348,23.94976],[66.05509,23.97826],[65.99427,24.05138],[65.97121,24.04658],[65.96744,24.03971],[65.95681,24.04829],[65.94562,24.06958],[65.93022,24.08606],[65.92952,24.11524],[65.92420,24.11662],[65.91005,24.10941],[65.89323,24.12279],[65.86208,24.15472],[65.86334,24.13206],[65.85800,24.12726],[65.85253,24.12829],[65.84101,24.14614],[65.81363,24.15746],[65.80013,24.14167],[65.78464,24.12931],[65.76055,24.13927],[65.72529,24.16982],[65.70382,24.16914],[65.69337,24.16364],[65.65717,24.18081],[65.57212,24.14510],[64.19223,22.40592],[62.93440,19.69045],[60.29506,19.14436],[59.67466,19.69746],[57.55036,20.13142],[55.31948,17.02354],[55.38819,14.67247],[55.04977,13.14537],[55.34136,12.66746],[55.54078,12.75672],[55.67343,12.86933],[55.88504,12.61940],[56.03955,12.65510],[56.21330,12.39967],[58.34833,10.59012]], // Singapore - SG: [[1.18309,103.55763], [1.32085,103.61550], [1.35112,103.63332], [1.40883,103.66138], [1.41921,103.66997], [1.43354,103.67615], [1.44267,103.69666], [1.45666,103.71357], [1.45134,103.74103], [1.44885,103.75957], [1.45288,103.76962], [1.47202,103.79743], [1.47699,103.81408], [1.46790,103.84558], [1.45649,103.86497], [1.43007,103.89067], [1.42544,103.91565], [1.43033,103.93504], [1.42398,103.95607], [1.42192,103.97272], [1.42475,103.99135], [1.42147,104.00137], [1.44061,104.02377], [1.44447,104.03930], [1.43563,104.06840], [1.41641,104.08685], [1.39934,104.09320], [1.35738,104.07861], [1.34493,104.08557], [1.25082,104.13382], [1.26908,104.34157], [1.63866,104.34758], [1.62974,104.69776], [1.28959,104.57500], [1.23439,103.94619], [1.12759,103.73437], [1.17185,103.67844]], + SG: [[1.18309,103.55763],[1.32085,103.61550],[1.35112,103.63332],[1.40883,103.66138],[1.41921,103.66997],[1.43354,103.67615],[1.44267,103.69666],[1.45666,103.71357],[1.45134,103.74103],[1.44885,103.75957],[1.45288,103.76962],[1.47202,103.79743],[1.47699,103.81408],[1.46790,103.84558],[1.45649,103.86497],[1.43007,103.89067],[1.42544,103.91565],[1.43033,103.93504],[1.42398,103.95607],[1.42192,103.97272],[1.42475,103.99135],[1.42147,104.00137],[1.44061,104.02377],[1.44447,104.03930],[1.43563,104.06840],[1.41641,104.08685],[1.39934,104.09320],[1.35738,104.07861],[1.34493,104.08557],[1.25082,104.13382],[1.26908,104.34157],[1.63866,104.34758],[1.62974,104.69776],[1.28959,104.57500],[1.23439,103.94619],[1.12759,103.73437],[1.17185,103.67844]], // Svalbard and Jan Mayen - SJ_SV: [[73.68556,18.76205], [74.18412,22.62924], [80.60890,38.40560], [81.27286,29.35287], [81.27953,16.47689], [80.25095,3.38119], [76.51345,8.34701]], + SJ_SV: [[73.68556,18.76205],[74.18412,22.62924],[80.60890,38.40560],[81.27286,29.35287],[81.27953,16.47689],[80.25095,3.38119],[76.51345,8.34701]], // Slovakia - SK: [[49.51762,18.85380], [49.51982,18.86638], [49.51924,18.87122], [49.51645,18.87655], [49.51801,18.88839], [49.51578,18.89663], [49.51846,18.91448], [49.52124,18.93148], [49.51812,18.94864], [49.51333,18.94916], [49.51377,18.95654], [49.50876,18.96530], [49.50475,18.97302], [49.49638,18.97456], [49.49326,18.96718], [49.48233,18.96306], [49.47709,18.97079], [49.47319,18.96598], [49.46638,18.96718], [49.45523,18.96289], [49.45221,18.97508], [49.44407,18.97714], [49.44295,18.97971], [49.43793,18.98074], [49.43067,18.99070], [49.42520,18.98710], [49.42174,18.98641], [49.41292,18.97079], [49.40979,18.97044], [49.40689,18.97422], [49.40164,18.97268], [49.39717,18.98092], [49.39940,18.98898], [49.39560,19.00804], [49.39694,19.01662], [49.39516,19.02623], [49.40175,19.04460], [49.40644,19.04392], [49.41649,19.05542], [49.41448,19.07001], [49.41939,19.07276], [49.41671,19.09215], [49.41146,19.09456], [49.41113,19.10383], [49.40342,19.10880], [49.40331,19.12460], [49.40588,19.13129], [49.40800,19.13060], [49.41102,19.13696], [49.40923,19.14708], [49.40443,19.15035], [49.40599,19.15515], [49.41336,19.17198], [49.41448,19.17730], [49.41079,19.18657], [49.41411,19.19687], [49.42114,19.19000], [49.42728,19.19189], [49.43331,19.18451], [49.43711,19.18880], [49.44849,19.19687], [49.45318,19.20905], [49.44916,19.21832], [49.45173,19.21884], [49.45508,19.22502], [49.46678,19.22708], [49.46801,19.21867], [49.47648,19.22056], [49.48529,19.22742], [49.48730,19.22983], [49.49321,19.22725], [49.49589,19.23463], [49.50325,19.23635], [49.50403,19.23292], [49.51205,19.23240], [49.51907,19.24390], [49.52086,19.25025], [49.52632,19.25557], [49.52732,19.25918], [49.53298,19.26072], [49.53331,19.26879], [49.53576,19.28029], [49.53565,19.28785], [49.53476,19.29540], [49.53755,19.30930], [49.53665,19.31857], [49.53086,19.31978], [49.53309,19.33231], [49.53498,19.33574], [49.53688,19.34896], [49.53621,19.36115], [49.53910,19.36578], [49.54579,19.36698], [49.55414,19.36578], [49.55626,19.37127], [49.55960,19.37265], [49.56850,19.37024], [49.57196,19.38106], [49.57285,19.38758], [49.57374,19.39325], [49.57516,19.40068], [49.58073,19.40583], [49.58752,19.40668], [49.59275,19.41098], [49.59664,19.42213], [49.59586,19.43346], [49.59954,19.44170], [49.60254,19.44342], [49.60554,19.44119], [49.61311,19.44479], [49.61489,19.44788], [49.61255,19.45338], [49.61378,19.46814], [49.60410,19.47535], [49.60031,19.47432], [49.59687,19.47020], [49.59286,19.47586], [49.58796,19.48119], [49.58474,19.49492], [49.58251,19.49749], [49.58218,19.51088], [49.57594,19.51689], [49.57216,19.52307], [49.57338,19.53028], [49.56169,19.52891], [49.54844,19.53200], [49.53668,19.53095], [49.52955,19.53799], [49.52532,19.53713], [49.52420,19.54176], [49.51584,19.54554], [49.51306,19.55017], [49.49979,19.55550], [49.48976,19.55532], [49.48831,19.56185], [49.47861,19.56682], [49.47414,19.57048], [49.47169,19.56842], [49.46868,19.57323], [49.46076,19.58232], [49.45752,19.58215], [49.45942,19.59588], [49.45574,19.60464], [49.44784,19.61325], [49.45063,19.62596], [49.45867,19.64175], [49.45554,19.64278], [49.44929,19.64261], [49.44784,19.63918], [49.44103,19.64021], [49.43579,19.64879], [49.43277,19.64913], [49.43054,19.64501], [49.41971,19.63866], [49.41066,19.63385], [49.41290,19.64227], [49.40988,19.65463], [49.40675,19.67196], [49.39882,19.70269], [49.38995,19.72037], [49.39196,19.72707], [49.39866,19.73531], [49.40693,19.74114], [49.41073,19.75350], [49.41363,19.76706], [49.41129,19.79178], [49.40179,19.79075], [49.39587,19.79316], [49.37944,19.79436], [49.37006,19.80363], [49.36257,19.80534], [49.35988,19.80311], [49.35284,19.80380], [49.35015,19.79779], [49.34591,19.79607], [49.34098,19.79865], [49.33237,19.79985], [49.32599,19.80552], [49.31950,19.80534], [49.30529,19.79539], [49.29992,19.79384], [49.29757,19.79504], [49.29611,19.81032], [49.27708,19.82457], [49.27417,19.81547], [49.27383,19.80912], [49.27013,19.80277], [49.26767,19.79401], [49.26274,19.79247], [49.25994,19.79041], [49.25546,19.79144], [49.25131,19.78886], [49.24582,19.78626], [49.24459,19.77905], [49.23730,19.77356], [49.23551,19.76789], [49.22923,19.77030], [49.22453,19.76858], [49.21802,19.76583], [49.21713,19.76017], [49.21129,19.76154], [49.20782,19.76703], [49.20602,19.78042], [49.20187,19.78557], [49.20647,19.80875], [49.20086,19.82128], [49.20243,19.83089], [49.19526,19.84222], [49.19671,19.85510], [49.19705,19.86797], [49.20569,19.88170], [49.21107,19.88891], [49.21455,19.89973], [49.21993,19.90436], [49.23249,19.90230], [49.23684,19.92153], [49.23706,19.93217], [49.23303,19.95861], [49.23213,19.98401], [49.22462,19.99637], [49.21913,20.01165], [49.21173,20.00873], [49.20264,20.02092], [49.19872,20.03963], [49.19333,20.04461], [49.18817,20.05542], [49.18772,20.06229], [49.18211,20.06933], [49.17987,20.07705], [49.18032,20.08787], [49.19748,20.08392], [49.20948,20.08684], [49.22361,20.09868], [49.23101,20.09903], [49.23886,20.09697], [49.25410,20.10109], [49.26011,20.11069], [49.26504,20.11396], [49.26929,20.12134], [49.27803,20.12717], [49.29035,20.12872], [49.30087,20.13147], [49.30725,20.13473], [49.31251,20.14056], [49.31965,20.14788], [49.31987,20.15218], [49.31271,20.15389], [49.30543,20.16007], [49.31383,20.17329], [49.32379,20.16574], [49.32602,20.17123], [49.32826,20.16968], [49.32815,20.18222], [49.33274,20.18943], [49.33922,20.19046], [49.34325,20.19423], [49.34180,20.20350], [49.34538,20.21260], [49.35108,20.21500], [49.35242,20.22221], [49.34750,20.23354], [49.35141,20.24178], [49.35276,20.25466], [49.34884,20.25517], [49.34694,20.26667], [49.35264,20.27234], [49.35231,20.29551], [49.35030,20.29757], [49.34828,20.30410], [49.34426,20.31216], [49.35108,20.32126], [49.36483,20.32487], [49.37176,20.32459], [49.37769,20.32081], [49.39020,20.33043], [49.38797,20.31686], [49.40037,20.31961], [49.40350,20.32425], [49.40283,20.33609], [49.40193,20.35463], [49.39936,20.36150], [49.40249,20.36699], [49.40819,20.37111], [49.40886,20.37815], [49.40327,20.38210], [49.39300,20.38330], [49.39076,20.39343], [49.39434,20.40733], [49.40015,20.41368], [49.40517,20.41420], [49.40752,20.42038], [49.40283,20.42947], [49.39713,20.43188], [49.40618,20.43480], [49.40707,20.42776], [49.41723,20.42827], [49.41936,20.43291], [49.41779,20.43857], [49.41388,20.44475], [49.41746,20.44492], [49.41634,20.46020], [49.41723,20.46638], [49.41400,20.47771], [49.40964,20.48509], [49.40383,20.50689], [49.39367,20.51118], [49.39333,20.52423], [49.38786,20.53436], [49.38640,20.54775], [49.37858,20.55942], [49.38026,20.56423], [49.37780,20.57418], [49.38517,20.58191], [49.38674,20.58860], [49.38495,20.59290], [49.38875,20.59753], [49.39478,20.60011], [49.40327,20.60560], [49.40305,20.61161], [49.41578,20.61006], [49.41924,20.61710], [49.41802,20.62259], [49.41120,20.62482], [49.40819,20.63770], [49.40450,20.64422], [49.40171,20.64439], [49.40227,20.65487], [49.40517,20.66482], [49.40796,20.66602], [49.41243,20.67478], [49.41913,20.68971], [49.42081,20.69761], [49.42014,20.70551], [49.42014,20.71272], [49.41960,20.72443], [49.41558,20.72666], [49.41714,20.73696], [49.41614,20.74297], [49.41223,20.74691], [49.40441,20.74211], [49.40340,20.75206], [49.40039,20.76030], [49.39748,20.75790], [49.39257,20.74897], [49.38732,20.75481], [49.38329,20.76374], [49.37458,20.75927], [49.37111,20.76528], [49.37513,20.77678], [49.37491,20.78622], [49.37010,20.78966], [49.36485,20.78279], [49.36217,20.78605], [49.36317,20.79670], [49.36284,20.80785], [49.35691,20.81215], [49.35300,20.81060], [49.35065,20.80288], [49.34405,20.79876], [49.34808,20.80871], [49.34629,20.81730], [49.34249,20.82039], [49.33544,20.82725], [49.33622,20.83807], [49.34047,20.84184], [49.34316,20.84991], [49.34953,20.85506], [49.34875,20.86485], [49.34439,20.87085], [49.33578,20.87961], [49.33309,20.88356], [49.32269,20.88133], [49.32101,20.87772], [49.32034,20.88510], [49.32492,20.89008], [49.32593,20.89883], [49.32246,20.90896], [49.31799,20.90810], [49.31732,20.90501], [49.31429,20.90759], [49.31172,20.91188], [49.30736,20.91257], [49.30165,20.92235], [49.29762,20.92613], [49.29896,20.93540], [49.30265,20.94621], [49.30568,20.95754], [49.30915,20.96286], [49.31026,20.97265], [49.30825,20.98604], [49.31262,20.99205], [49.31497,20.99256], [49.32403,20.98758], [49.32973,20.98930], [49.33387,20.99668], [49.33589,21.00784], [49.34159,21.00612], [49.34819,21.01162], [49.34853,21.01659], [49.35233,21.02071], [49.35747,21.02655], [49.35960,21.03496], [49.36194,21.03582], [49.36586,21.04578], [49.36597,21.05001], [49.36306,21.05584], [49.36652,21.06717], [49.35915,21.07627], [49.36418,21.07730], [49.36597,21.08726], [49.36574,21.09292], [49.37625,21.10254], [49.38251,21.09275], [49.38340,21.08898], [49.38865,21.08280], [49.39446,21.06786], [49.39759,21.06563], [49.40173,21.06735], [49.40295,21.05275], [49.41312,21.04846], [49.41855,21.04526], [49.42134,21.05196], [49.42257,21.06277], [49.42380,21.06792], [49.42693,21.07668], [49.42626,21.08063], [49.43039,21.09762], [49.42715,21.10534], [49.42492,21.11290], [49.43574,21.11925], [49.43731,21.12388], [49.43184,21.14242], [49.42737,21.15547], [49.42112,21.15650], [49.41755,21.16903], [49.41118,21.17624], [49.40593,21.18500], [49.40370,21.18242], [49.40146,21.19118], [49.40576,21.20163], [49.40342,21.20643], [49.41001,21.21261], [49.41682,21.22463], [49.42185,21.22515], [49.42709,21.22223], [49.42966,21.22806], [49.43692,21.23235], [49.43766,21.23489], [49.43532,21.24193], [49.43989,21.24519], [49.44771,21.25978], [49.44771,21.26476], [49.45831,21.26699], [49.46121,21.27763], [49.45909,21.28330], [49.45016,21.30475], [49.44882,21.31608], [49.45027,21.32570], [49.45172,21.33960], [49.44994,21.34681], [49.44414,21.35625], [49.44280,21.36449], [49.43387,21.37445], [49.43504,21.38595], [49.43403,21.40226], [49.43057,21.40621], [49.42555,21.40930], [49.42097,21.41977], [49.41427,21.43470], [49.41248,21.44689], [49.41684,21.45650], [49.41437,21.46702], [49.41605,21.47766], [49.42085,21.48109], [49.42933,21.48745], [49.43067,21.49654], [49.41951,21.51320], [49.41973,21.52144], [49.42587,21.51783], [49.42889,21.52178], [49.43291,21.52401], [49.43681,21.53362], [49.43358,21.55130], [49.44016,21.55869], [49.44206,21.56572], [49.43659,21.57293], [49.43592,21.57825], [49.43402,21.58890], [49.43972,21.59679], [49.43670,21.60126], [49.43804,21.60521], [49.44351,21.60727], [49.44664,21.61671], [49.44798,21.63130], [49.43425,21.64417], [49.43112,21.64709], [49.42476,21.65825], [49.41984,21.65688], [49.41638,21.66254], [49.41526,21.67112], [49.41080,21.68125], [49.41560,21.69086], [49.41996,21.69996], [49.41504,21.70855], [49.41359,21.71833], [49.41035,21.72554], [49.39952,21.72674], [49.39918,21.73412], [49.39304,21.74168], [49.38421,21.76296], [49.37806,21.76588], [49.37605,21.76399], [49.36599,21.76897], [49.35684,21.77735], [49.35628,21.78696], [49.35975,21.78834], [49.36802,21.78679], [49.37462,21.79331], [49.38300,21.80207], [49.38255,21.80928], [49.38546,21.81786], [49.39194,21.82490], [49.39228,21.83846], [49.38781,21.84670], [49.38378,21.84996], [49.37831,21.84979], [49.36892,21.85855], [49.37093,21.86575], [49.37428,21.87262], [49.37238,21.88189], [49.36702,21.89168], [49.35919,21.89236], [49.35315,21.90627], [49.35606,21.92120], [49.35058,21.92738], [49.34622,21.93562], [49.34924,21.94455], [49.35047,21.95485], [49.34712,21.96532], [49.34130,21.96721], [49.33034,21.97699], [49.31781,21.97922], [49.31076,21.98454], [49.30773,21.99261], [49.30068,21.99811], [49.28971,22.01150], [49.28646,22.02334], [49.27874,22.03501], [49.26709,22.03484], [49.26126,22.03433], [49.25790,22.04188], [49.25286,22.04222], [49.24636,22.03965], [49.23997,22.03501], [49.23246,22.03656], [49.22641,22.03192], [49.21424,22.06140], [49.20763,22.09453], [49.20258,22.12577], [49.20022,22.14586], [49.19338,22.14568], [49.18025,22.18723], [49.17464,22.19083], [49.18160,22.20508], [49.18631,22.21040], [49.18485,22.22551], [49.17621,22.23632], [49.16791,22.23666], [49.16230,22.22911], [49.15231,22.22671], [49.15556,22.23563], [49.15287,22.24164], [49.15343,22.24954], [49.14276,22.28559], [49.14209,22.30155], [49.13614,22.31597], [49.13748,22.32181], [49.14737,22.33211], [49.14568,22.36284], [49.14759,22.36696], [49.13804,22.37777], [49.13029,22.38069], [49.12861,22.39030], [49.11884,22.39202], [49.11636,22.40146], [49.10322,22.41433], [49.09951,22.42875], [49.10400,22.44094], [49.10423,22.45931], [49.09861,22.47218], [49.08669,22.49793], [49.09231,22.50583], [49.09400,22.52952], [49.09535,22.54016], [49.08872,22.56042], [49.08753,22.56716], [49.08152,22.56570], [49.07871,22.55480], [49.06724,22.55231], [49.05526,22.55137], [49.02880,22.55403], [49.01777,22.53755], [49.00651,22.54682], [48.99975,22.52828], [48.99615,22.52279], [48.99727,22.50150], [48.98894,22.48536], [48.97362,22.47541], [48.96235,22.45721], [48.92762,22.42940], [48.92176,22.43318], [48.89919,22.42391], [48.88181,22.42185], [48.87617,22.39576], [48.87301,22.39644], [48.86555,22.38614], [48.83302,22.37893], [48.82262,22.38683], [48.79775,22.38889], [48.79187,22.37722], [48.78282,22.37516], [48.77672,22.36280], [48.76902,22.35456], [48.76563,22.34735], [48.75092,22.34563], [48.74752,22.35319], [48.74345,22.35593], [48.74186,22.36348], [48.72397,22.36211], [48.72148,22.35421], [48.71151,22.35319], [48.68228,22.34117], [48.67956,22.32194], [48.67412,22.30581], [48.66120,22.28418], [48.64506,22.25149], [48.63395,22.24772], [48.61965,22.23021], [48.61920,22.21373], [48.60830,22.20240], [48.60785,22.19004], [48.60036,22.18935], [48.59718,22.17905], [48.57447,22.16669], [48.55879,22.16292], [48.50968,22.15571], [48.43229,22.13785], [48.42888,22.14163], [48.41612,22.13785], [48.40609,22.14644], [48.40358,22.15708], [48.39777,22.15571], [48.39378,22.14712], [48.39025,22.13339], [48.38124,22.13871], [48.37964,22.13545], [48.37668,22.12206], [48.38021,22.11416], [48.37759,22.10558], [48.37486,22.09717], [48.37622,22.09322], [48.37018,22.08670], [48.37394,22.08395], [48.38192,22.08189], [48.38591,22.07588], [48.38318,22.07314], [48.38067,22.05837], [48.37645,22.05958], [48.37782,22.04962], [48.38580,22.03383], [48.39059,22.02593], [48.38740,22.02318], [48.37942,22.00499], [48.37511,21.98522], [48.37876,21.98178], [48.37761,21.97509], [48.37887,21.97045], [48.37876,21.96153], [48.37568,21.96136], [48.37876,21.95552], [48.37704,21.94591], [48.37408,21.94539], [48.37248,21.93956], [48.36838,21.92994], [48.36439,21.93458], [48.36062,21.92891], [48.36302,21.92016], [48.36313,21.91638], [48.36747,21.90797], [48.36154,21.89921], [48.36268,21.88823], [48.35709,21.88943], [48.35492,21.88239], [48.35503,21.86214], [48.36290,21.85750], [48.36450,21.85029], [48.36176,21.83604], [48.35116,21.83965], [48.34499,21.83793], [48.34112,21.83862], [48.33929,21.83621], [48.33358,21.83673], [48.33221,21.82368], [48.33244,21.81476], [48.33575,21.81647], [48.33826,21.80944], [48.33712,21.80360], [48.34157,21.79828], [48.33792,21.78163], [48.33929,21.77699], [48.33803,21.76309], [48.34226,21.75914], [48.34807,21.74283], [48.34865,21.72704], [48.35138,21.72069], [48.35595,21.71622], [48.35777,21.71090], [48.36473,21.71348], [48.36598,21.70472], [48.37226,21.70180], [48.37727,21.70592], [48.38833,21.68189], [48.38981,21.68103], [48.38913,21.66661], [48.39198,21.66335], [48.39890,21.66627], [48.40586,21.66455], [48.41789,21.66014], [48.43145,21.65173], [48.43828,21.64589], [48.44785,21.63713], [48.44637,21.63267], [48.45252,21.62907], [48.46105,21.62821], [48.46720,21.61962], [48.47414,21.62220], [48.49292,21.62048], [48.49781,21.61482], [48.50770,21.61293], [48.50725,21.60212], [48.51214,21.59370], [48.51077,21.58770], [48.50361,21.58066], [48.50441,21.57173], [48.50543,21.56212], [48.51123,21.56315], [48.50748,21.55199], [48.50657,21.53980], [48.51259,21.53980], [48.52067,21.52573], [48.52692,21.52332], [48.53977,21.51457], [48.54681,21.51731], [48.55113,21.51113], [48.55249,21.50599], [48.55442,21.50633], [48.55454,21.49929], [48.55942,21.49912], [48.55852,21.49534], [48.55863,21.48624], [48.56249,21.48350], [48.56476,21.47114], [48.57147,21.46599], [48.57408,21.45706], [48.57396,21.44985], [48.57976,21.44522], [48.58430,21.43869], [48.58214,21.42822], [48.57851,21.42702], [48.57783,21.42342], [48.57215,21.42256], [48.56170,21.42324], [48.55855,21.41638], [48.55878,21.40642], [48.56252,21.40402], [48.56275,21.39612], [48.55923,21.38222], [48.55775,21.37981], [48.55923,21.37363], [48.55912,21.36797], [48.55934,21.34239], [48.55889,21.33844], [48.55741,21.32729], [48.55230,21.32746], [48.54128,21.31905], [48.53093,21.31613], [48.52741,21.30720], [48.52548,21.30978], [48.52195,21.30531], [48.52195,21.29690], [48.52593,21.27390], [48.52457,21.26909], [48.53457,21.24609], [48.53934,21.23854], [48.53843,21.23390], [48.53389,21.23476], [48.53627,21.22086], [48.53116,21.21708], [48.53286,21.21021], [48.52650,21.20953], [48.52388,21.19802], [48.52502,21.19442], [48.52161,21.19133], [48.52252,21.18721], [48.51706,21.17949], [48.52093,21.17416], [48.52036,21.16146], [48.51695,21.16026], [48.51172,21.14859], [48.49352,21.13348], [48.49011,21.11752], [48.49329,21.10121], [48.50057,21.09297], [48.50796,21.09812], [48.51524,21.09280], [48.51774,21.08490], [48.52081,21.07220], [48.52503,21.06529], [48.52094,21.05190], [48.52526,21.05207], [48.52685,21.03285], [48.53083,21.02770], [48.52867,21.02272], [48.53174,21.01448], [48.52651,21.00332], [48.52560,20.98976], [48.51980,20.98907], [48.51662,20.98015], [48.52298,20.97620], [48.52014,20.96487], [48.52173,20.95388], [48.53299,20.95543], [48.53549,20.94564], [48.53435,20.93981], [48.54208,20.94118], [48.53765,20.93414], [48.54208,20.93363], [48.55208,20.92710], [48.55470,20.92642], [48.55981,20.91904], [48.54947,20.87543], [48.55242,20.87234], [48.55140,20.86771], [48.55856,20.85913], [48.56662,20.85415], [48.56533,20.84419], [48.56715,20.84402], [48.56930,20.84780], [48.58123,20.84968], [48.57373,20.83801], [48.57703,20.83441], [48.58032,20.83767], [48.58214,20.83664], [48.57396,20.79767], [48.57476,20.79407], [48.56999,20.74291], [48.56976,20.73604], [48.56510,20.73536], [48.56272,20.72506], [48.56828,20.72540], [48.56965,20.71510], [48.56726,20.70944], [48.56760,20.70480], [48.55858,20.67888], [48.56210,20.67167], [48.55926,20.66395], [48.56062,20.65485], [48.55449,20.64695], [48.55074,20.64266], [48.55528,20.64180], [48.55096,20.63408], [48.54960,20.62378], [48.54267,20.61554], [48.53846,20.58945], [48.53494,20.58756], [48.53824,20.57091], [48.54199,20.55975], [48.54221,20.54653], [48.52664,20.53675], [48.52937,20.52387], [48.53653,20.51906], [48.53380,20.50773], [48.53164,20.50876], [48.53028,20.50430], [48.52209,20.50567], [48.51538,20.50997], [48.51163,20.51100], [48.50742,20.50791], [48.49013,20.50602], [48.48900,20.50997], [48.48638,20.49400], [48.48137,20.49246], [48.47546,20.48885], [48.46703,20.47718], [48.46464,20.46654], [48.45963,20.47151], [48.45519,20.47117], [48.45167,20.47117], [48.45121,20.46568], [48.44882,20.45967], [48.44802,20.45229], [48.44335,20.44697], [48.43595,20.44302], [48.42752,20.43117], [48.42388,20.42688], [48.41841,20.41693], [48.41009,20.41590], [48.40485,20.42019], [48.40086,20.41984], [48.39630,20.41710], [48.39140,20.41624], [48.38217,20.40560], [48.37715,20.40903], [48.37202,20.41040], [48.36969,20.41264], [48.36649,20.41006], [48.36398,20.40938], [48.35714,20.40062], [48.35098,20.38706], [48.34619,20.38689], [48.33124,20.36904], [48.32725,20.37625], [48.31675,20.36732], [48.31218,20.35650], [48.30944,20.35788], [48.30601,20.34930], [48.29893,20.33608], [48.29482,20.33694], [48.29334,20.33436], [48.28660,20.33625], [48.28694,20.32818], [48.27152,20.32629], [48.27278,20.31222], [48.27141,20.30638], [48.26569,20.31136], [48.26364,20.30260], [48.26078,20.28767], [48.26558,20.27909], [48.26752,20.26776], [48.26992,20.26724], [48.27221,20.26209], [48.27586,20.25265], [48.27815,20.24887], [48.27689,20.24235], [48.27906,20.24063], [48.27643,20.22999], [48.27152,20.23600], [48.26501,20.22982], [48.26169,20.22896], [48.26135,20.22209], [48.25861,20.21488], [48.26009,20.20493], [48.25301,20.20888], [48.24935,20.20596], [48.24729,20.18862], [48.24832,20.17351], [48.25083,20.17042], [48.24946,20.14759], [48.25312,20.14691], [48.25335,20.13489], [48.24832,20.13352], [48.24318,20.14193], [48.23266,20.13438], [48.22317,20.13472], [48.21504,20.11601], [48.20759,20.10251], [48.20302,20.10080], [48.20210,20.09513], [48.19741,20.09341], [48.19444,20.08260], [48.19581,20.07985], [48.18986,20.06887], [48.18768,20.06938], [48.18780,20.07556], [48.18585,20.07608], [48.18425,20.07917], [48.18127,20.07676], [48.17795,20.07041], [48.17692,20.06183], [48.17315,20.05771], [48.16788,20.05427], [48.16651,20.04792], [48.16662,20.04346], [48.17269,20.04295], [48.17441,20.03591], [48.17624,20.02956], [48.17578,20.01908], [48.17338,20.01617], [48.17040,20.00741], [48.16880,19.99866], [48.16639,19.99162], [48.16147,19.98836], [48.16170,19.98269], [48.16467,19.98080], [48.16456,19.97497], [48.15116,19.96347], [48.15048,19.95231], [48.14483,19.94891], [48.13670,19.93861], [48.13109,19.93861], [48.13109,19.93398], [48.12937,19.92660], [48.12799,19.91200], [48.12879,19.90771], [48.12559,19.90548], [48.12352,19.89638], [48.12994,19.89793], [48.13533,19.90119], [48.13785,19.90239], [48.14059,19.90874], [48.14735,19.91355], [48.14964,19.90600], [48.16590,19.89741], [48.16430,19.88849], [48.16350,19.88162], [48.16945,19.87905], [48.16842,19.86052], [48.17140,19.85313], [48.16705,19.84541], [48.16178,19.84627], [48.16293,19.82704], [48.16716,19.82378], [48.16682,19.81640], [48.16110,19.80902], [48.15308,19.80696], [48.15331,19.79014], [48.16442,19.78087], [48.16877,19.78773], [48.17472,19.78893], [48.18536,19.80696], [48.18868,19.80164], [48.19212,19.80095], [48.19372,19.79855], [48.19132,19.78533], [48.19555,19.78499], [48.19990,19.78207], [48.20333,19.77194], [48.20516,19.76370], [48.21214,19.76095], [48.21420,19.75237], [48.21580,19.74087], [48.21385,19.73332], [48.20768,19.72920], [48.20196,19.72216], [48.20150,19.71323], [48.19990,19.70259], [48.20379,19.69744], [48.20333,19.68971], [48.20722,19.68971], [48.21260,19.67856], [48.21740,19.67753], [48.22083,19.67375], [48.23067,19.67152], [48.23924,19.67049], [48.24130,19.66293], [48.23959,19.65469], [48.23673,19.65281], [48.23936,19.64216], [48.24187,19.64148], [48.24896,19.63083], [48.24404,19.62242], [48.23741,19.60732], [48.23147,19.60457], [48.22689,19.59187], [48.21569,19.57865], [48.21454,19.56526], [48.20367,19.54466], [48.20871,19.54260], [48.20276,19.52646], [48.19887,19.52938], [48.19223,19.53024], [48.18754,19.52715], [48.18308,19.52286], [48.17850,19.51222], [48.17300,19.50998], [48.16029,19.51307], [48.15239,19.51393], [48.13819,19.49780], [48.12627,19.49642], [48.12295,19.49900], [48.11459,19.49436], [48.11034,19.49522], [48.10645,19.49368], [48.10312,19.48492], [48.10030,19.48877], [48.09686,19.48276], [48.09434,19.48018], [48.09399,19.47349], [48.09033,19.47229], [48.08264,19.47057], [48.08173,19.46250], [48.08654,19.45478], [48.09388,19.45014], [48.10122,19.45255], [48.09973,19.44225], [48.09870,19.43916], [48.08734,19.42508], [48.08631,19.40534], [48.07966,19.40002], [48.08952,19.38577], [48.08861,19.37719], [48.08494,19.36963], [48.08883,19.35916], [48.08711,19.34766], [48.08906,19.32878], [48.08574,19.31127], [48.08723,19.30200], [48.08333,19.28758], [48.07978,19.28140], [48.07427,19.27917], [48.07324,19.26921], [48.07058,19.25656], [48.06462,19.25072], [48.05693,19.24832], [48.05326,19.24317], [48.05315,19.23716], [48.05601,19.22618], [48.06083,19.22137], [48.06324,19.21124], [48.05991,19.19098], [48.06118,19.17742], [48.06462,19.16678], [48.06542,19.15030], [48.06921,19.14086], [48.07127,19.14103], [48.07345,19.13519], [48.07265,19.12610], [48.06622,19.12043], [48.06508,19.11048], [48.06634,19.09932], [48.07070,19.09091], [48.07093,19.08352], [48.06600,19.07975], [48.06427,19.07117], [48.06336,19.06567], [48.05567,19.06052], [48.05785,19.05537], [48.06519,19.04627], [48.06370,19.03288], [48.06990,19.02756], [48.07173,19.02276], [48.07001,19.02053], [48.07471,19.01417], [48.07012,19.01005], [48.06611,18.99598], [48.06290,18.99220], [48.05705,18.99254], [48.05280,18.98207], [48.05452,18.97315], [48.05682,18.96233], [48.05728,18.95014], [48.05774,18.93263], [48.05246,18.91547], [48.05074,18.90723], [48.05372,18.89023], [48.05269,18.88680], [48.04901,18.88405], [48.04649,18.87547], [48.04924,18.85934], [48.04695,18.85384], [48.05188,18.84560], [48.05007,18.84017], [48.04709,18.83949], [48.04663,18.83502], [48.04100,18.82936], [48.04204,18.82198], [48.03871,18.82215], [48.03446,18.82644], [48.02815,18.82593], [48.02218,18.81614], [48.01494,18.81769], [48.00782,18.82095], [48.00311,18.82095], [47.99289,18.81563], [47.98669,18.80464], [47.98393,18.79365], [47.98554,18.78833], [47.98324,18.77477], [47.98366,18.76790], [47.97757,18.75760], [47.97228,18.75640], [47.96895,18.76052], [47.96515,18.76756], [47.96280,18.77586], [47.95452,18.77654], [47.94992,18.77242], [47.93244,18.77311], [47.92761,18.76865], [47.92002,18.76023], [47.91312,18.76195], [47.90840,18.76281], [47.90587,18.75852], [47.90345,18.76435], [47.89977,18.75800], [47.89677,18.75886], [47.89275,18.76229], [47.88181,18.76418], [47.87141,18.76503], [47.87256,18.76966], [47.86876,18.77035], [47.87095,18.77790], [47.86577,18.78460], [47.86623,18.79421], [47.85943,18.79592], [47.85575,18.81429], [47.84906,18.82494], [47.84065,18.82442], [47.83374,18.83163], [47.82948,18.84142], [47.83040,18.85103], [47.82660,18.85721], [47.81380,18.84605], [47.82222,18.80125], [47.81922,18.76176], [47.81057,18.73464], [47.78959,18.72760], [47.75959,18.66203], [47.75890,18.60332], [47.76825,18.56041], [47.76144,18.53054], [47.75371,18.50187], [47.75602,18.47990], [47.76421,18.46325], [47.76340,18.44179], [47.75278,18.42342], [47.75059,18.39235], [47.74216,18.36282], [47.73328,18.30171], [47.73385,18.27116], [47.74346,18.21590], [47.73965,18.19101], [47.74669,18.15239], [47.75731,18.08201], [47.75594,18.02854], [47.74717,18.00605], [47.74924,17.99163], [47.75813,17.97309], [47.75086,17.95421], [47.74393,17.94579], [47.74370,17.91713], [47.73978,17.89670], [47.74555,17.86820], [47.74129,17.83572], [47.74290,17.81203], [47.74105,17.78680], [47.74302,17.77358], [47.74902,17.76242], [47.75606,17.70818], [47.77568,17.68706], [47.79471,17.64878], [47.80601,17.62749], [47.82180,17.60964], [47.82019,17.58921], [47.81327,17.57136], [47.82560,17.55780], [47.83505,17.54870], [47.85441,17.54081], [47.86616,17.52261], [47.86616,17.50145], [47.87571,17.47999], [47.88458,17.45132], [47.92014,17.43055], [47.93877,17.40566], [47.99187,17.33202], [47.99394,17.29185], [47.99314,17.27314], [48.00026,17.24996], [48.01519,17.24447], [48.02001,17.24001], [48.01450,17.22627], [48.01852,17.21357], [48.01676,17.19163], [48.00551,17.16074], [48.01538,17.14614], [48.02181,17.13550], [48.02021,17.12692], [48.03054,17.11027], [48.01894,17.09053], [48.03134,17.06495], [48.04592,17.08658], [48.04971,17.08297], [48.05464,17.06563], [48.06474,17.08383], [48.07070,17.06975], [48.07816,17.07645], [48.08137,17.06993], [48.08664,17.07473], [48.09318,17.09018], [48.09639,17.08572], [48.10740,17.07559], [48.12333,17.06203], [48.13616,17.05980], [48.14234,17.05534], [48.13845,17.03577], [48.14303,17.02169], [48.15185,17.01328], [48.16697,16.98478], [48.17383,16.97465], [48.18437,16.97706], [48.20279,16.96796], [48.22349,16.95886], [48.23699,16.94324], [48.25459,16.94942], [48.26328,16.95508], [48.27013,16.94393], [48.27013,16.92316], [48.27973,16.91423], [48.29778,16.89741], [48.31148,16.89346], [48.31742,16.89758], [48.32495,16.90977], [48.32906,16.89655], [48.33727,16.86874], [48.34583,16.87252], [48.34697,16.86359], [48.34640,16.85020], [48.35165,16.83921], [48.35986,16.84024], [48.36876,16.83767], [48.37606,16.83595], [48.38119,16.83200], [48.38495,16.83801], [48.38233,16.84831], [48.38928,16.84968], [48.39703,16.85329], [48.40478,16.84865], [48.41253,16.85100], [48.41960,16.86250], [48.43008,16.85392], [48.44283,16.84843], [48.45149,16.84963], [48.45308,16.86199], [48.45866,16.85770], [48.46754,16.86422], [48.46777,16.87229], [48.47945,16.88222], [48.47604,16.88772], [48.48184,16.88892], [48.48491,16.89441], [48.49185,16.88943], [48.49743,16.89681], [48.49959,16.90625], [48.49515,16.91209], [48.49663,16.91638], [48.50243,16.91278], [48.51312,16.91226], [48.51335,16.92256], [48.51892,16.91844], [48.52074,16.92170], [48.52176,16.94351], [48.52677,16.93818], [48.53336,16.94625], [48.54313,16.95329], [48.55120,16.94145], [48.56063,16.94419], [48.56540,16.93475], [48.57381,16.93461], [48.58199,16.93821], [48.60152,16.93323], [48.60617,16.94216], [48.61854,16.93804], [48.62285,16.94885], [48.62399,16.95383], [48.63102,16.95915], [48.64112,16.96276], [48.64645,16.96860], [48.65711,16.96602], [48.67109,16.96654], [48.67563,16.97684], [48.68288,16.97855], [48.69093,16.99469], [48.70849,16.99555], [48.71687,17.00911], [48.73182,17.01409], [48.74031,17.02542], [48.74843,17.02906], [48.75273,17.03868], [48.76710,17.04451], [48.77264,17.06185], [48.78022,17.06923], [48.78520,17.08588], [48.79685,17.09000], [48.80420,17.10185], [48.81607,17.10665], [48.82432,17.10442], [48.83336,17.11043], [48.83697,17.12605], [48.84458,17.15381], [48.85396,17.16205], [48.85916,17.17269], [48.87361,17.18779], [48.87948,17.20273], [48.87124,17.21887], [48.87226,17.22796], [48.86740,17.23466], [48.86864,17.24616], [48.86153,17.25921], [48.86153,17.27878], [48.85351,17.28547], [48.84865,17.30092], [48.84447,17.30779], [48.84662,17.32238], [48.83758,17.32495], [48.82982,17.33822], [48.82349,17.35298], [48.81332,17.36363], [48.82010,17.37667], [48.81343,17.39607], [48.82214,17.40448], [48.82914,17.41993], [48.82824,17.42697], [48.84146,17.43487], [48.83897,17.44225], [48.84858,17.45220], [48.84485,17.46079], [48.84259,17.47761], [48.82202,17.50817], [48.83061,17.52018], [48.81739,17.51898], [48.81309,17.52173], [48.81750,17.53357], [48.81942,17.53718], [48.81762,17.54662], [48.82281,17.55245], [48.82666,17.54713], [48.83242,17.55400], [48.82485,17.57065], [48.82813,17.58936], [48.84143,17.59998], [48.84301,17.61766], [48.84990,17.62023], [48.85612,17.63517], [48.85578,17.65216], [48.85612,17.66607], [48.86255,17.68890], [48.86210,17.70229], [48.86967,17.71493], [48.87656,17.72060], [48.88085,17.73484], [48.88886,17.73982], [48.89969,17.74937], [48.91290,17.76946], [48.91538,17.77993], [48.92564,17.77993], [48.92700,17.81323], [48.92982,17.81958], [48.92824,17.84241], [48.92824,17.85426], [48.92384,17.87160], [48.92801,17.88310], [48.94707,17.88808], [48.95349,17.89597], [48.96454,17.90146], [48.96938,17.89837], [48.97930,17.90043], [48.98829,17.90627], [48.99640,17.91382], [49.00563,17.90953], [49.01790,17.92052], [49.02432,17.93408], [49.02443,17.94592], [49.02590,17.95399], [49.02353,17.97597], [49.02939,17.98918], [49.02308,18.00652], [49.02184,18.02249], [49.02905,18.03141], [49.02837,18.03948], [49.03310,18.05579], [49.03884,18.06866], [49.04525,18.07690], [49.05437,18.08566], [49.06404,18.08978], [49.07079,18.09201], [49.06989,18.09630], [49.09058,18.11312], [49.11575,18.10814], [49.12159,18.11844], [49.13193,18.10557], [49.13721,18.10711], [49.14406,18.11518], [49.15305,18.11599], [49.15686,18.12955], [49.16203,18.13384], [49.16854,18.12818], [49.18997,18.12990], [49.19659,18.14123], [49.20534,18.14672], [49.21505,18.14922], [49.22974,18.15540], [49.22873,18.14231], [49.24946,18.14711], [49.25417,18.15501], [49.25529,18.16102], [49.26201,18.16187], [49.26448,18.17338], [49.27008,18.18282], [49.28004,18.18419], [49.28833,18.18385], [49.29102,18.19398], [49.29482,18.20479], [49.29684,18.22333], [49.29572,18.24410], [49.29885,18.26281], [49.30534,18.29229], [49.31049,18.30121], [49.31552,18.32301], [49.32011,18.32868], [49.32481,18.36559], [49.32962,18.37468], [49.34662,18.39116], [49.35020,18.40181], [49.35646,18.39819], [49.36038,18.40729], [49.36809,18.41587], [49.37871,18.41021], [49.39715,18.40317], [49.40028,18.41055], [49.39458,18.43287], [49.39368,18.44952], [49.39927,18.44935], [49.40955,18.47544], [49.41703,18.47544], [49.42462,18.48213], [49.42909,18.49398], [49.43311,18.48849], [49.43713,18.49776], [49.44473,18.50782], [49.44975,18.52156], [49.45857,18.52516], [49.46615,18.53872], [49.46928,18.54610], [49.47519,18.54233], [49.48556,18.53151], [49.49203,18.53666], [49.50151,18.54559], [49.51068,18.57529], [49.50734,18.58026], [49.51147,18.59777], [49.50678,18.60412], [49.49775,18.60275], [49.49686,18.61648], [49.49954,18.63502], [49.50188,18.64464], [49.50444,18.65717], [49.50400,18.66884], [49.50935,18.67451], [49.50712,18.68429], [49.50065,18.68961], [49.49987,18.70077], [49.50322,18.71176], [49.50043,18.71914], [49.49039,18.73919], [49.49095,18.75155], [49.49642,18.76494], [49.50467,18.77644], [49.51091,18.79137], [49.51147,18.80064], [49.51815,18.81300], [49.51581,18.84150], [49.51771,18.84699]], + SK: [[49.51762,18.85380],[49.51982,18.86638],[49.51924,18.87122],[49.51645,18.87655],[49.51801,18.88839],[49.51578,18.89663],[49.51846,18.91448],[49.52124,18.93148],[49.51812,18.94864],[49.51333,18.94916],[49.51377,18.95654],[49.50876,18.96530],[49.50475,18.97302],[49.49638,18.97456],[49.49326,18.96718],[49.48233,18.96306],[49.47709,18.97079],[49.47319,18.96598],[49.46638,18.96718],[49.45523,18.96289],[49.45221,18.97508],[49.44407,18.97714],[49.44295,18.97971],[49.43793,18.98074],[49.43067,18.99070],[49.42520,18.98710],[49.42174,18.98641],[49.41292,18.97079],[49.40979,18.97044],[49.40689,18.97422],[49.40164,18.97268],[49.39717,18.98092],[49.39940,18.98898],[49.39560,19.00804],[49.39694,19.01662],[49.39516,19.02623],[49.40175,19.04460],[49.40644,19.04392],[49.41649,19.05542],[49.41448,19.07001],[49.41939,19.07276],[49.41671,19.09215],[49.41146,19.09456],[49.41113,19.10383],[49.40342,19.10880],[49.40331,19.12460],[49.40588,19.13129],[49.40800,19.13060],[49.41102,19.13696],[49.40923,19.14708],[49.40443,19.15035],[49.40599,19.15515],[49.41336,19.17198],[49.41448,19.17730],[49.41079,19.18657],[49.41411,19.19687],[49.42114,19.19000],[49.42728,19.19189],[49.43331,19.18451],[49.43711,19.18880],[49.44849,19.19687],[49.45318,19.20905],[49.44916,19.21832],[49.45173,19.21884],[49.45508,19.22502],[49.46678,19.22708],[49.46801,19.21867],[49.47648,19.22056],[49.48529,19.22742],[49.48730,19.22983],[49.49321,19.22725],[49.49589,19.23463],[49.50325,19.23635],[49.50403,19.23292],[49.51205,19.23240],[49.51907,19.24390],[49.52086,19.25025],[49.52632,19.25557],[49.52732,19.25918],[49.53298,19.26072],[49.53331,19.26879],[49.53576,19.28029],[49.53565,19.28785],[49.53476,19.29540],[49.53755,19.30930],[49.53665,19.31857],[49.53086,19.31978],[49.53309,19.33231],[49.53498,19.33574],[49.53688,19.34896],[49.53621,19.36115],[49.53910,19.36578],[49.54579,19.36698],[49.55414,19.36578],[49.55626,19.37127],[49.55960,19.37265],[49.56850,19.37024],[49.57196,19.38106],[49.57285,19.38758],[49.57374,19.39325],[49.57516,19.40068],[49.58073,19.40583],[49.58752,19.40668],[49.59275,19.41098],[49.59664,19.42213],[49.59586,19.43346],[49.59954,19.44170],[49.60254,19.44342],[49.60554,19.44119],[49.61311,19.44479],[49.61489,19.44788],[49.61255,19.45338],[49.61378,19.46814],[49.60410,19.47535],[49.60031,19.47432],[49.59687,19.47020],[49.59286,19.47586],[49.58796,19.48119],[49.58474,19.49492],[49.58251,19.49749],[49.58218,19.51088],[49.57594,19.51689],[49.57216,19.52307],[49.57338,19.53028],[49.56169,19.52891],[49.54844,19.53200],[49.53668,19.53095],[49.52955,19.53799],[49.52532,19.53713],[49.52420,19.54176],[49.51584,19.54554],[49.51306,19.55017],[49.49979,19.55550],[49.48976,19.55532],[49.48831,19.56185],[49.47861,19.56682],[49.47414,19.57048],[49.47169,19.56842],[49.46868,19.57323],[49.46076,19.58232],[49.45752,19.58215],[49.45942,19.59588],[49.45574,19.60464],[49.44784,19.61325],[49.45063,19.62596],[49.45867,19.64175],[49.45554,19.64278],[49.44929,19.64261],[49.44784,19.63918],[49.44103,19.64021],[49.43579,19.64879],[49.43277,19.64913],[49.43054,19.64501],[49.41971,19.63866],[49.41066,19.63385],[49.41290,19.64227],[49.40988,19.65463],[49.40675,19.67196],[49.39882,19.70269],[49.38995,19.72037],[49.39196,19.72707],[49.39866,19.73531],[49.40693,19.74114],[49.41073,19.75350],[49.41363,19.76706],[49.41129,19.79178],[49.40179,19.79075],[49.39587,19.79316],[49.37944,19.79436],[49.37006,19.80363],[49.36257,19.80534],[49.35988,19.80311],[49.35284,19.80380],[49.35015,19.79779],[49.34591,19.79607],[49.34098,19.79865],[49.33237,19.79985],[49.32599,19.80552],[49.31950,19.80534],[49.30529,19.79539],[49.29992,19.79384],[49.29757,19.79504],[49.29611,19.81032],[49.27708,19.82457],[49.27417,19.81547],[49.27383,19.80912],[49.27013,19.80277],[49.26767,19.79401],[49.26274,19.79247],[49.25994,19.79041],[49.25546,19.79144],[49.25131,19.78886],[49.24582,19.78626],[49.24459,19.77905],[49.23730,19.77356],[49.23551,19.76789],[49.22923,19.77030],[49.22453,19.76858],[49.21802,19.76583],[49.21713,19.76017],[49.21129,19.76154],[49.20782,19.76703],[49.20602,19.78042],[49.20187,19.78557],[49.20647,19.80875],[49.20086,19.82128],[49.20243,19.83089],[49.19526,19.84222],[49.19671,19.85510],[49.19705,19.86797],[49.20569,19.88170],[49.21107,19.88891],[49.21455,19.89973],[49.21993,19.90436],[49.23249,19.90230],[49.23684,19.92153],[49.23706,19.93217],[49.23303,19.95861],[49.23213,19.98401],[49.22462,19.99637],[49.21913,20.01165],[49.21173,20.00873],[49.20264,20.02092],[49.19872,20.03963],[49.19333,20.04461],[49.18817,20.05542],[49.18772,20.06229],[49.18211,20.06933],[49.17987,20.07705],[49.18032,20.08787],[49.19748,20.08392],[49.20948,20.08684],[49.22361,20.09868],[49.23101,20.09903],[49.23886,20.09697],[49.25410,20.10109],[49.26011,20.11069],[49.26504,20.11396],[49.26929,20.12134],[49.27803,20.12717],[49.29035,20.12872],[49.30087,20.13147],[49.30725,20.13473],[49.31251,20.14056],[49.31965,20.14788],[49.31987,20.15218],[49.31271,20.15389],[49.30543,20.16007],[49.31383,20.17329],[49.32379,20.16574],[49.32602,20.17123],[49.32826,20.16968],[49.32815,20.18222],[49.33274,20.18943],[49.33922,20.19046],[49.34325,20.19423],[49.34180,20.20350],[49.34538,20.21260],[49.35108,20.21500],[49.35242,20.22221],[49.34750,20.23354],[49.35141,20.24178],[49.35276,20.25466],[49.34884,20.25517],[49.34694,20.26667],[49.35264,20.27234],[49.35231,20.29551],[49.35030,20.29757],[49.34828,20.30410],[49.34426,20.31216],[49.35108,20.32126],[49.36483,20.32487],[49.37176,20.32459],[49.37769,20.32081],[49.39020,20.33043],[49.38797,20.31686],[49.40037,20.31961],[49.40350,20.32425],[49.40283,20.33609],[49.40193,20.35463],[49.39936,20.36150],[49.40249,20.36699],[49.40819,20.37111],[49.40886,20.37815],[49.40327,20.38210],[49.39300,20.38330],[49.39076,20.39343],[49.39434,20.40733],[49.40015,20.41368],[49.40517,20.41420],[49.40752,20.42038],[49.40283,20.42947],[49.39713,20.43188],[49.40618,20.43480],[49.40707,20.42776],[49.41723,20.42827],[49.41936,20.43291],[49.41779,20.43857],[49.41388,20.44475],[49.41746,20.44492],[49.41634,20.46020],[49.41723,20.46638],[49.41400,20.47771],[49.40964,20.48509],[49.40383,20.50689],[49.39367,20.51118],[49.39333,20.52423],[49.38786,20.53436],[49.38640,20.54775],[49.37858,20.55942],[49.38026,20.56423],[49.37780,20.57418],[49.38517,20.58191],[49.38674,20.58860],[49.38495,20.59290],[49.38875,20.59753],[49.39478,20.60011],[49.40327,20.60560],[49.40305,20.61161],[49.41578,20.61006],[49.41924,20.61710],[49.41802,20.62259],[49.41120,20.62482],[49.40819,20.63770],[49.40450,20.64422],[49.40171,20.64439],[49.40227,20.65487],[49.40517,20.66482],[49.40796,20.66602],[49.41243,20.67478],[49.41913,20.68971],[49.42081,20.69761],[49.42014,20.70551],[49.42014,20.71272],[49.41960,20.72443],[49.41558,20.72666],[49.41714,20.73696],[49.41614,20.74297],[49.41223,20.74691],[49.40441,20.74211],[49.40340,20.75206],[49.40039,20.76030],[49.39748,20.75790],[49.39257,20.74897],[49.38732,20.75481],[49.38329,20.76374],[49.37458,20.75927],[49.37111,20.76528],[49.37513,20.77678],[49.37491,20.78622],[49.37010,20.78966],[49.36485,20.78279],[49.36217,20.78605],[49.36317,20.79670],[49.36284,20.80785],[49.35691,20.81215],[49.35300,20.81060],[49.35065,20.80288],[49.34405,20.79876],[49.34808,20.80871],[49.34629,20.81730],[49.34249,20.82039],[49.33544,20.82725],[49.33622,20.83807],[49.34047,20.84184],[49.34316,20.84991],[49.34953,20.85506],[49.34875,20.86485],[49.34439,20.87085],[49.33578,20.87961],[49.33309,20.88356],[49.32269,20.88133],[49.32101,20.87772],[49.32034,20.88510],[49.32492,20.89008],[49.32593,20.89883],[49.32246,20.90896],[49.31799,20.90810],[49.31732,20.90501],[49.31429,20.90759],[49.31172,20.91188],[49.30736,20.91257],[49.30165,20.92235],[49.29762,20.92613],[49.29896,20.93540],[49.30265,20.94621],[49.30568,20.95754],[49.30915,20.96286],[49.31026,20.97265],[49.30825,20.98604],[49.31262,20.99205],[49.31497,20.99256],[49.32403,20.98758],[49.32973,20.98930],[49.33387,20.99668],[49.33589,21.00784],[49.34159,21.00612],[49.34819,21.01162],[49.34853,21.01659],[49.35233,21.02071],[49.35747,21.02655],[49.35960,21.03496],[49.36194,21.03582],[49.36586,21.04578],[49.36597,21.05001],[49.36306,21.05584],[49.36652,21.06717],[49.35915,21.07627],[49.36418,21.07730],[49.36597,21.08726],[49.36574,21.09292],[49.37625,21.10254],[49.38251,21.09275],[49.38340,21.08898],[49.38865,21.08280],[49.39446,21.06786],[49.39759,21.06563],[49.40173,21.06735],[49.40295,21.05275],[49.41312,21.04846],[49.41855,21.04526],[49.42134,21.05196],[49.42257,21.06277],[49.42380,21.06792],[49.42693,21.07668],[49.42626,21.08063],[49.43039,21.09762],[49.42715,21.10534],[49.42492,21.11290],[49.43574,21.11925],[49.43731,21.12388],[49.43184,21.14242],[49.42737,21.15547],[49.42112,21.15650],[49.41755,21.16903],[49.41118,21.17624],[49.40593,21.18500],[49.40370,21.18242],[49.40146,21.19118],[49.40576,21.20163],[49.40342,21.20643],[49.41001,21.21261],[49.41682,21.22463],[49.42185,21.22515],[49.42709,21.22223],[49.42966,21.22806],[49.43692,21.23235],[49.43766,21.23489],[49.43532,21.24193],[49.43989,21.24519],[49.44771,21.25978],[49.44771,21.26476],[49.45831,21.26699],[49.46121,21.27763],[49.45909,21.28330],[49.45016,21.30475],[49.44882,21.31608],[49.45027,21.32570],[49.45172,21.33960],[49.44994,21.34681],[49.44414,21.35625],[49.44280,21.36449],[49.43387,21.37445],[49.43504,21.38595],[49.43403,21.40226],[49.43057,21.40621],[49.42555,21.40930],[49.42097,21.41977],[49.41427,21.43470],[49.41248,21.44689],[49.41684,21.45650],[49.41437,21.46702],[49.41605,21.47766],[49.42085,21.48109],[49.42933,21.48745],[49.43067,21.49654],[49.41951,21.51320],[49.41973,21.52144],[49.42587,21.51783],[49.42889,21.52178],[49.43291,21.52401],[49.43681,21.53362],[49.43358,21.55130],[49.44016,21.55869],[49.44206,21.56572],[49.43659,21.57293],[49.43592,21.57825],[49.43402,21.58890],[49.43972,21.59679],[49.43670,21.60126],[49.43804,21.60521],[49.44351,21.60727],[49.44664,21.61671],[49.44798,21.63130],[49.43425,21.64417],[49.43112,21.64709],[49.42476,21.65825],[49.41984,21.65688],[49.41638,21.66254],[49.41526,21.67112],[49.41080,21.68125],[49.41560,21.69086],[49.41996,21.69996],[49.41504,21.70855],[49.41359,21.71833],[49.41035,21.72554],[49.39952,21.72674],[49.39918,21.73412],[49.39304,21.74168],[49.38421,21.76296],[49.37806,21.76588],[49.37605,21.76399],[49.36599,21.76897],[49.35684,21.77735],[49.35628,21.78696],[49.35975,21.78834],[49.36802,21.78679],[49.37462,21.79331],[49.38300,21.80207],[49.38255,21.80928],[49.38546,21.81786],[49.39194,21.82490],[49.39228,21.83846],[49.38781,21.84670],[49.38378,21.84996],[49.37831,21.84979],[49.36892,21.85855],[49.37093,21.86575],[49.37428,21.87262],[49.37238,21.88189],[49.36702,21.89168],[49.35919,21.89236],[49.35315,21.90627],[49.35606,21.92120],[49.35058,21.92738],[49.34622,21.93562],[49.34924,21.94455],[49.35047,21.95485],[49.34712,21.96532],[49.34130,21.96721],[49.33034,21.97699],[49.31781,21.97922],[49.31076,21.98454],[49.30773,21.99261],[49.30068,21.99811],[49.28971,22.01150],[49.28646,22.02334],[49.27874,22.03501],[49.26709,22.03484],[49.26126,22.03433],[49.25790,22.04188],[49.25286,22.04222],[49.24636,22.03965],[49.23997,22.03501],[49.23246,22.03656],[49.22641,22.03192],[49.21424,22.06140],[49.20763,22.09453],[49.20258,22.12577],[49.20022,22.14586],[49.19338,22.14568],[49.18025,22.18723],[49.17464,22.19083],[49.18160,22.20508],[49.18631,22.21040],[49.18485,22.22551],[49.17621,22.23632],[49.16791,22.23666],[49.16230,22.22911],[49.15231,22.22671],[49.15556,22.23563],[49.15287,22.24164],[49.15343,22.24954],[49.14276,22.28559],[49.14209,22.30155],[49.13614,22.31597],[49.13748,22.32181],[49.14737,22.33211],[49.14568,22.36284],[49.14759,22.36696],[49.13804,22.37777],[49.13029,22.38069],[49.12861,22.39030],[49.11884,22.39202],[49.11636,22.40146],[49.10322,22.41433],[49.09951,22.42875],[49.10400,22.44094],[49.10423,22.45931],[49.09861,22.47218],[49.08669,22.49793],[49.09231,22.50583],[49.09400,22.52952],[49.09535,22.54016],[49.08872,22.56042],[49.08753,22.56716],[49.08152,22.56570],[49.07871,22.55480],[49.06724,22.55231],[49.05526,22.55137],[49.02880,22.55403],[49.01777,22.53755],[49.00651,22.54682],[48.99975,22.52828],[48.99615,22.52279],[48.99727,22.50150],[48.98894,22.48536],[48.97362,22.47541],[48.96235,22.45721],[48.92762,22.42940],[48.92176,22.43318],[48.89919,22.42391],[48.88181,22.42185],[48.87617,22.39576],[48.87301,22.39644],[48.86555,22.38614],[48.83302,22.37893],[48.82262,22.38683],[48.79775,22.38889],[48.79187,22.37722],[48.78282,22.37516],[48.77672,22.36280],[48.76902,22.35456],[48.76563,22.34735],[48.75092,22.34563],[48.74752,22.35319],[48.74345,22.35593],[48.74186,22.36348],[48.72397,22.36211],[48.72148,22.35421],[48.71151,22.35319],[48.68228,22.34117],[48.67956,22.32194],[48.67412,22.30581],[48.66120,22.28418],[48.64506,22.25149],[48.63395,22.24772],[48.61965,22.23021],[48.61920,22.21373],[48.60830,22.20240],[48.60785,22.19004],[48.60036,22.18935],[48.59718,22.17905],[48.57447,22.16669],[48.55879,22.16292],[48.50968,22.15571],[48.43229,22.13785],[48.42888,22.14163],[48.41612,22.13785],[48.40609,22.14644],[48.40358,22.15708],[48.39777,22.15571],[48.39378,22.14712],[48.39025,22.13339],[48.38124,22.13871],[48.37964,22.13545],[48.37668,22.12206],[48.38021,22.11416],[48.37759,22.10558],[48.37486,22.09717],[48.37622,22.09322],[48.37018,22.08670],[48.37394,22.08395],[48.38192,22.08189],[48.38591,22.07588],[48.38318,22.07314],[48.38067,22.05837],[48.37645,22.05958],[48.37782,22.04962],[48.38580,22.03383],[48.39059,22.02593],[48.38740,22.02318],[48.37942,22.00499],[48.37511,21.98522],[48.37876,21.98178],[48.37761,21.97509],[48.37887,21.97045],[48.37876,21.96153],[48.37568,21.96136],[48.37876,21.95552],[48.37704,21.94591],[48.37408,21.94539],[48.37248,21.93956],[48.36838,21.92994],[48.36439,21.93458],[48.36062,21.92891],[48.36302,21.92016],[48.36313,21.91638],[48.36747,21.90797],[48.36154,21.89921],[48.36268,21.88823],[48.35709,21.88943],[48.35492,21.88239],[48.35503,21.86214],[48.36290,21.85750],[48.36450,21.85029],[48.36176,21.83604],[48.35116,21.83965],[48.34499,21.83793],[48.34112,21.83862],[48.33929,21.83621],[48.33358,21.83673],[48.33221,21.82368],[48.33244,21.81476],[48.33575,21.81647],[48.33826,21.80944],[48.33712,21.80360],[48.34157,21.79828],[48.33792,21.78163],[48.33929,21.77699],[48.33803,21.76309],[48.34226,21.75914],[48.34807,21.74283],[48.34865,21.72704],[48.35138,21.72069],[48.35595,21.71622],[48.35777,21.71090],[48.36473,21.71348],[48.36598,21.70472],[48.37226,21.70180],[48.37727,21.70592],[48.38833,21.68189],[48.38981,21.68103],[48.38913,21.66661],[48.39198,21.66335],[48.39890,21.66627],[48.40586,21.66455],[48.41789,21.66014],[48.43145,21.65173],[48.43828,21.64589],[48.44785,21.63713],[48.44637,21.63267],[48.45252,21.62907],[48.46105,21.62821],[48.46720,21.61962],[48.47414,21.62220],[48.49292,21.62048],[48.49781,21.61482],[48.50770,21.61293],[48.50725,21.60212],[48.51214,21.59370],[48.51077,21.58770],[48.50361,21.58066],[48.50441,21.57173],[48.50543,21.56212],[48.51123,21.56315],[48.50748,21.55199],[48.50657,21.53980],[48.51259,21.53980],[48.52067,21.52573],[48.52692,21.52332],[48.53977,21.51457],[48.54681,21.51731],[48.55113,21.51113],[48.55249,21.50599],[48.55442,21.50633],[48.55454,21.49929],[48.55942,21.49912],[48.55852,21.49534],[48.55863,21.48624],[48.56249,21.48350],[48.56476,21.47114],[48.57147,21.46599],[48.57408,21.45706],[48.57396,21.44985],[48.57976,21.44522],[48.58430,21.43869],[48.58214,21.42822],[48.57851,21.42702],[48.57783,21.42342],[48.57215,21.42256],[48.56170,21.42324],[48.55855,21.41638],[48.55878,21.40642],[48.56252,21.40402],[48.56275,21.39612],[48.55923,21.38222],[48.55775,21.37981],[48.55923,21.37363],[48.55912,21.36797],[48.55934,21.34239],[48.55889,21.33844],[48.55741,21.32729],[48.55230,21.32746],[48.54128,21.31905],[48.53093,21.31613],[48.52741,21.30720],[48.52548,21.30978],[48.52195,21.30531],[48.52195,21.29690],[48.52593,21.27390],[48.52457,21.26909],[48.53457,21.24609],[48.53934,21.23854],[48.53843,21.23390],[48.53389,21.23476],[48.53627,21.22086],[48.53116,21.21708],[48.53286,21.21021],[48.52650,21.20953],[48.52388,21.19802],[48.52502,21.19442],[48.52161,21.19133],[48.52252,21.18721],[48.51706,21.17949],[48.52093,21.17416],[48.52036,21.16146],[48.51695,21.16026],[48.51172,21.14859],[48.49352,21.13348],[48.49011,21.11752],[48.49329,21.10121],[48.50057,21.09297],[48.50796,21.09812],[48.51524,21.09280],[48.51774,21.08490],[48.52081,21.07220],[48.52503,21.06529],[48.52094,21.05190],[48.52526,21.05207],[48.52685,21.03285],[48.53083,21.02770],[48.52867,21.02272],[48.53174,21.01448],[48.52651,21.00332],[48.52560,20.98976],[48.51980,20.98907],[48.51662,20.98015],[48.52298,20.97620],[48.52014,20.96487],[48.52173,20.95388],[48.53299,20.95543],[48.53549,20.94564],[48.53435,20.93981],[48.54208,20.94118],[48.53765,20.93414],[48.54208,20.93363],[48.55208,20.92710],[48.55470,20.92642],[48.55981,20.91904],[48.54947,20.87543],[48.55242,20.87234],[48.55140,20.86771],[48.55856,20.85913],[48.56662,20.85415],[48.56533,20.84419],[48.56715,20.84402],[48.56930,20.84780],[48.58123,20.84968],[48.57373,20.83801],[48.57703,20.83441],[48.58032,20.83767],[48.58214,20.83664],[48.57396,20.79767],[48.57476,20.79407],[48.56999,20.74291],[48.56976,20.73604],[48.56510,20.73536],[48.56272,20.72506],[48.56828,20.72540],[48.56965,20.71510],[48.56726,20.70944],[48.56760,20.70480],[48.55858,20.67888],[48.56210,20.67167],[48.55926,20.66395],[48.56062,20.65485],[48.55449,20.64695],[48.55074,20.64266],[48.55528,20.64180],[48.55096,20.63408],[48.54960,20.62378],[48.54267,20.61554],[48.53846,20.58945],[48.53494,20.58756],[48.53824,20.57091],[48.54199,20.55975],[48.54221,20.54653],[48.52664,20.53675],[48.52937,20.52387],[48.53653,20.51906],[48.53380,20.50773],[48.53164,20.50876],[48.53028,20.50430],[48.52209,20.50567],[48.51538,20.50997],[48.51163,20.51100],[48.50742,20.50791],[48.49013,20.50602],[48.48900,20.50997],[48.48638,20.49400],[48.48137,20.49246],[48.47546,20.48885],[48.46703,20.47718],[48.46464,20.46654],[48.45963,20.47151],[48.45519,20.47117],[48.45167,20.47117],[48.45121,20.46568],[48.44882,20.45967],[48.44802,20.45229],[48.44335,20.44697],[48.43595,20.44302],[48.42752,20.43117],[48.42388,20.42688],[48.41841,20.41693],[48.41009,20.41590],[48.40485,20.42019],[48.40086,20.41984],[48.39630,20.41710],[48.39140,20.41624],[48.38217,20.40560],[48.37715,20.40903],[48.37202,20.41040],[48.36969,20.41264],[48.36649,20.41006],[48.36398,20.40938],[48.35714,20.40062],[48.35098,20.38706],[48.34619,20.38689],[48.33124,20.36904],[48.32725,20.37625],[48.31675,20.36732],[48.31218,20.35650],[48.30944,20.35788],[48.30601,20.34930],[48.29893,20.33608],[48.29482,20.33694],[48.29334,20.33436],[48.28660,20.33625],[48.28694,20.32818],[48.27152,20.32629],[48.27278,20.31222],[48.27141,20.30638],[48.26569,20.31136],[48.26364,20.30260],[48.26078,20.28767],[48.26558,20.27909],[48.26752,20.26776],[48.26992,20.26724],[48.27221,20.26209],[48.27586,20.25265],[48.27815,20.24887],[48.27689,20.24235],[48.27906,20.24063],[48.27643,20.22999],[48.27152,20.23600],[48.26501,20.22982],[48.26169,20.22896],[48.26135,20.22209],[48.25861,20.21488],[48.26009,20.20493],[48.25301,20.20888],[48.24935,20.20596],[48.24729,20.18862],[48.24832,20.17351],[48.25083,20.17042],[48.24946,20.14759],[48.25312,20.14691],[48.25335,20.13489],[48.24832,20.13352],[48.24318,20.14193],[48.23266,20.13438],[48.22317,20.13472],[48.21504,20.11601],[48.20759,20.10251],[48.20302,20.10080],[48.20210,20.09513],[48.19741,20.09341],[48.19444,20.08260],[48.19581,20.07985],[48.18986,20.06887],[48.18768,20.06938],[48.18780,20.07556],[48.18585,20.07608],[48.18425,20.07917],[48.18127,20.07676],[48.17795,20.07041],[48.17692,20.06183],[48.17315,20.05771],[48.16788,20.05427],[48.16651,20.04792],[48.16662,20.04346],[48.17269,20.04295],[48.17441,20.03591],[48.17624,20.02956],[48.17578,20.01908],[48.17338,20.01617],[48.17040,20.00741],[48.16880,19.99866],[48.16639,19.99162],[48.16147,19.98836],[48.16170,19.98269],[48.16467,19.98080],[48.16456,19.97497],[48.15116,19.96347],[48.15048,19.95231],[48.14483,19.94891],[48.13670,19.93861],[48.13109,19.93861],[48.13109,19.93398],[48.12937,19.92660],[48.12799,19.91200],[48.12879,19.90771],[48.12559,19.90548],[48.12352,19.89638],[48.12994,19.89793],[48.13533,19.90119],[48.13785,19.90239],[48.14059,19.90874],[48.14735,19.91355],[48.14964,19.90600],[48.16590,19.89741],[48.16430,19.88849],[48.16350,19.88162],[48.16945,19.87905],[48.16842,19.86052],[48.17140,19.85313],[48.16705,19.84541],[48.16178,19.84627],[48.16293,19.82704],[48.16716,19.82378],[48.16682,19.81640],[48.16110,19.80902],[48.15308,19.80696],[48.15331,19.79014],[48.16442,19.78087],[48.16877,19.78773],[48.17472,19.78893],[48.18536,19.80696],[48.18868,19.80164],[48.19212,19.80095],[48.19372,19.79855],[48.19132,19.78533],[48.19555,19.78499],[48.19990,19.78207],[48.20333,19.77194],[48.20516,19.76370],[48.21214,19.76095],[48.21420,19.75237],[48.21580,19.74087],[48.21385,19.73332],[48.20768,19.72920],[48.20196,19.72216],[48.20150,19.71323],[48.19990,19.70259],[48.20379,19.69744],[48.20333,19.68971],[48.20722,19.68971],[48.21260,19.67856],[48.21740,19.67753],[48.22083,19.67375],[48.23067,19.67152],[48.23924,19.67049],[48.24130,19.66293],[48.23959,19.65469],[48.23673,19.65281],[48.23936,19.64216],[48.24187,19.64148],[48.24896,19.63083],[48.24404,19.62242],[48.23741,19.60732],[48.23147,19.60457],[48.22689,19.59187],[48.21569,19.57865],[48.21454,19.56526],[48.20367,19.54466],[48.20871,19.54260],[48.20276,19.52646],[48.19887,19.52938],[48.19223,19.53024],[48.18754,19.52715],[48.18308,19.52286],[48.17850,19.51222],[48.17300,19.50998],[48.16029,19.51307],[48.15239,19.51393],[48.13819,19.49780],[48.12627,19.49642],[48.12295,19.49900],[48.11459,19.49436],[48.11034,19.49522],[48.10645,19.49368],[48.10312,19.48492],[48.10030,19.48877],[48.09686,19.48276],[48.09434,19.48018],[48.09399,19.47349],[48.09033,19.47229],[48.08264,19.47057],[48.08173,19.46250],[48.08654,19.45478],[48.09388,19.45014],[48.10122,19.45255],[48.09973,19.44225],[48.09870,19.43916],[48.08734,19.42508],[48.08631,19.40534],[48.07966,19.40002],[48.08952,19.38577],[48.08861,19.37719],[48.08494,19.36963],[48.08883,19.35916],[48.08711,19.34766],[48.08906,19.32878],[48.08574,19.31127],[48.08723,19.30200],[48.08333,19.28758],[48.07978,19.28140],[48.07427,19.27917],[48.07324,19.26921],[48.07058,19.25656],[48.06462,19.25072],[48.05693,19.24832],[48.05326,19.24317],[48.05315,19.23716],[48.05601,19.22618],[48.06083,19.22137],[48.06324,19.21124],[48.05991,19.19098],[48.06118,19.17742],[48.06462,19.16678],[48.06542,19.15030],[48.06921,19.14086],[48.07127,19.14103],[48.07345,19.13519],[48.07265,19.12610],[48.06622,19.12043],[48.06508,19.11048],[48.06634,19.09932],[48.07070,19.09091],[48.07093,19.08352],[48.06600,19.07975],[48.06427,19.07117],[48.06336,19.06567],[48.05567,19.06052],[48.05785,19.05537],[48.06519,19.04627],[48.06370,19.03288],[48.06990,19.02756],[48.07173,19.02276],[48.07001,19.02053],[48.07471,19.01417],[48.07012,19.01005],[48.06611,18.99598],[48.06290,18.99220],[48.05705,18.99254],[48.05280,18.98207],[48.05452,18.97315],[48.05682,18.96233],[48.05728,18.95014],[48.05774,18.93263],[48.05246,18.91547],[48.05074,18.90723],[48.05372,18.89023],[48.05269,18.88680],[48.04901,18.88405],[48.04649,18.87547],[48.04924,18.85934],[48.04695,18.85384],[48.05188,18.84560],[48.05007,18.84017],[48.04709,18.83949],[48.04663,18.83502],[48.04100,18.82936],[48.04204,18.82198],[48.03871,18.82215],[48.03446,18.82644],[48.02815,18.82593],[48.02218,18.81614],[48.01494,18.81769],[48.00782,18.82095],[48.00311,18.82095],[47.99289,18.81563],[47.98669,18.80464],[47.98393,18.79365],[47.98554,18.78833],[47.98324,18.77477],[47.98366,18.76790],[47.97757,18.75760],[47.97228,18.75640],[47.96895,18.76052],[47.96515,18.76756],[47.96280,18.77586],[47.95452,18.77654],[47.94992,18.77242],[47.93244,18.77311],[47.92761,18.76865],[47.92002,18.76023],[47.91312,18.76195],[47.90840,18.76281],[47.90587,18.75852],[47.90345,18.76435],[47.89977,18.75800],[47.89677,18.75886],[47.89275,18.76229],[47.88181,18.76418],[47.87141,18.76503],[47.87256,18.76966],[47.86876,18.77035],[47.87095,18.77790],[47.86577,18.78460],[47.86623,18.79421],[47.85943,18.79592],[47.85575,18.81429],[47.84906,18.82494],[47.84065,18.82442],[47.83374,18.83163],[47.82948,18.84142],[47.83040,18.85103],[47.82660,18.85721],[47.81380,18.84605],[47.82222,18.80125],[47.81922,18.76176],[47.81057,18.73464],[47.78959,18.72760],[47.75959,18.66203],[47.75890,18.60332],[47.76825,18.56041],[47.76144,18.53054],[47.75371,18.50187],[47.75602,18.47990],[47.76421,18.46325],[47.76340,18.44179],[47.75278,18.42342],[47.75059,18.39235],[47.74216,18.36282],[47.73328,18.30171],[47.73385,18.27116],[47.74346,18.21590],[47.73965,18.19101],[47.74669,18.15239],[47.75731,18.08201],[47.75594,18.02854],[47.74717,18.00605],[47.74924,17.99163],[47.75813,17.97309],[47.75086,17.95421],[47.74393,17.94579],[47.74370,17.91713],[47.73978,17.89670],[47.74555,17.86820],[47.74129,17.83572],[47.74290,17.81203],[47.74105,17.78680],[47.74302,17.77358],[47.74902,17.76242],[47.75606,17.70818],[47.77568,17.68706],[47.79471,17.64878],[47.80601,17.62749],[47.82180,17.60964],[47.82019,17.58921],[47.81327,17.57136],[47.82560,17.55780],[47.83505,17.54870],[47.85441,17.54081],[47.86616,17.52261],[47.86616,17.50145],[47.87571,17.47999],[47.88458,17.45132],[47.92014,17.43055],[47.93877,17.40566],[47.99187,17.33202],[47.99394,17.29185],[47.99314,17.27314],[48.00026,17.24996],[48.01519,17.24447],[48.02001,17.24001],[48.01450,17.22627],[48.01852,17.21357],[48.01676,17.19163],[48.00551,17.16074],[48.01538,17.14614],[48.02181,17.13550],[48.02021,17.12692],[48.03054,17.11027],[48.01894,17.09053],[48.03134,17.06495],[48.04592,17.08658],[48.04971,17.08297],[48.05464,17.06563],[48.06474,17.08383],[48.07070,17.06975],[48.07816,17.07645],[48.08137,17.06993],[48.08664,17.07473],[48.09318,17.09018],[48.09639,17.08572],[48.10740,17.07559],[48.12333,17.06203],[48.13616,17.05980],[48.14234,17.05534],[48.13845,17.03577],[48.14303,17.02169],[48.15185,17.01328],[48.16697,16.98478],[48.17383,16.97465],[48.18437,16.97706],[48.20279,16.96796],[48.22349,16.95886],[48.23699,16.94324],[48.25459,16.94942],[48.26328,16.95508],[48.27013,16.94393],[48.27013,16.92316],[48.27973,16.91423],[48.29778,16.89741],[48.31148,16.89346],[48.31742,16.89758],[48.32495,16.90977],[48.32906,16.89655],[48.33727,16.86874],[48.34583,16.87252],[48.34697,16.86359],[48.34640,16.85020],[48.35165,16.83921],[48.35986,16.84024],[48.36876,16.83767],[48.37606,16.83595],[48.38119,16.83200],[48.38495,16.83801],[48.38233,16.84831],[48.38928,16.84968],[48.39703,16.85329],[48.40478,16.84865],[48.41253,16.85100],[48.41960,16.86250],[48.43008,16.85392],[48.44283,16.84843],[48.45149,16.84963],[48.45308,16.86199],[48.45866,16.85770],[48.46754,16.86422],[48.46777,16.87229],[48.47945,16.88222],[48.47604,16.88772],[48.48184,16.88892],[48.48491,16.89441],[48.49185,16.88943],[48.49743,16.89681],[48.49959,16.90625],[48.49515,16.91209],[48.49663,16.91638],[48.50243,16.91278],[48.51312,16.91226],[48.51335,16.92256],[48.51892,16.91844],[48.52074,16.92170],[48.52176,16.94351],[48.52677,16.93818],[48.53336,16.94625],[48.54313,16.95329],[48.55120,16.94145],[48.56063,16.94419],[48.56540,16.93475],[48.57381,16.93461],[48.58199,16.93821],[48.60152,16.93323],[48.60617,16.94216],[48.61854,16.93804],[48.62285,16.94885],[48.62399,16.95383],[48.63102,16.95915],[48.64112,16.96276],[48.64645,16.96860],[48.65711,16.96602],[48.67109,16.96654],[48.67563,16.97684],[48.68288,16.97855],[48.69093,16.99469],[48.70849,16.99555],[48.71687,17.00911],[48.73182,17.01409],[48.74031,17.02542],[48.74843,17.02906],[48.75273,17.03868],[48.76710,17.04451],[48.77264,17.06185],[48.78022,17.06923],[48.78520,17.08588],[48.79685,17.09000],[48.80420,17.10185],[48.81607,17.10665],[48.82432,17.10442],[48.83336,17.11043],[48.83697,17.12605],[48.84458,17.15381],[48.85396,17.16205],[48.85916,17.17269],[48.87361,17.18779],[48.87948,17.20273],[48.87124,17.21887],[48.87226,17.22796],[48.86740,17.23466],[48.86864,17.24616],[48.86153,17.25921],[48.86153,17.27878],[48.85351,17.28547],[48.84865,17.30092],[48.84447,17.30779],[48.84662,17.32238],[48.83758,17.32495],[48.82982,17.33822],[48.82349,17.35298],[48.81332,17.36363],[48.82010,17.37667],[48.81343,17.39607],[48.82214,17.40448],[48.82914,17.41993],[48.82824,17.42697],[48.84146,17.43487],[48.83897,17.44225],[48.84858,17.45220],[48.84485,17.46079],[48.84259,17.47761],[48.82202,17.50817],[48.83061,17.52018],[48.81739,17.51898],[48.81309,17.52173],[48.81750,17.53357],[48.81942,17.53718],[48.81762,17.54662],[48.82281,17.55245],[48.82666,17.54713],[48.83242,17.55400],[48.82485,17.57065],[48.82813,17.58936],[48.84143,17.59998],[48.84301,17.61766],[48.84990,17.62023],[48.85612,17.63517],[48.85578,17.65216],[48.85612,17.66607],[48.86255,17.68890],[48.86210,17.70229],[48.86967,17.71493],[48.87656,17.72060],[48.88085,17.73484],[48.88886,17.73982],[48.89969,17.74937],[48.91290,17.76946],[48.91538,17.77993],[48.92564,17.77993],[48.92700,17.81323],[48.92982,17.81958],[48.92824,17.84241],[48.92824,17.85426],[48.92384,17.87160],[48.92801,17.88310],[48.94707,17.88808],[48.95349,17.89597],[48.96454,17.90146],[48.96938,17.89837],[48.97930,17.90043],[48.98829,17.90627],[48.99640,17.91382],[49.00563,17.90953],[49.01790,17.92052],[49.02432,17.93408],[49.02443,17.94592],[49.02590,17.95399],[49.02353,17.97597],[49.02939,17.98918],[49.02308,18.00652],[49.02184,18.02249],[49.02905,18.03141],[49.02837,18.03948],[49.03310,18.05579],[49.03884,18.06866],[49.04525,18.07690],[49.05437,18.08566],[49.06404,18.08978],[49.07079,18.09201],[49.06989,18.09630],[49.09058,18.11312],[49.11575,18.10814],[49.12159,18.11844],[49.13193,18.10557],[49.13721,18.10711],[49.14406,18.11518],[49.15305,18.11599],[49.15686,18.12955],[49.16203,18.13384],[49.16854,18.12818],[49.18997,18.12990],[49.19659,18.14123],[49.20534,18.14672],[49.21505,18.14922],[49.22974,18.15540],[49.22873,18.14231],[49.24946,18.14711],[49.25417,18.15501],[49.25529,18.16102],[49.26201,18.16187],[49.26448,18.17338],[49.27008,18.18282],[49.28004,18.18419],[49.28833,18.18385],[49.29102,18.19398],[49.29482,18.20479],[49.29684,18.22333],[49.29572,18.24410],[49.29885,18.26281],[49.30534,18.29229],[49.31049,18.30121],[49.31552,18.32301],[49.32011,18.32868],[49.32481,18.36559],[49.32962,18.37468],[49.34662,18.39116],[49.35020,18.40181],[49.35646,18.39819],[49.36038,18.40729],[49.36809,18.41587],[49.37871,18.41021],[49.39715,18.40317],[49.40028,18.41055],[49.39458,18.43287],[49.39368,18.44952],[49.39927,18.44935],[49.40955,18.47544],[49.41703,18.47544],[49.42462,18.48213],[49.42909,18.49398],[49.43311,18.48849],[49.43713,18.49776],[49.44473,18.50782],[49.44975,18.52156],[49.45857,18.52516],[49.46615,18.53872],[49.46928,18.54610],[49.47519,18.54233],[49.48556,18.53151],[49.49203,18.53666],[49.50151,18.54559],[49.51068,18.57529],[49.50734,18.58026],[49.51147,18.59777],[49.50678,18.60412],[49.49775,18.60275],[49.49686,18.61648],[49.49954,18.63502],[49.50188,18.64464],[49.50444,18.65717],[49.50400,18.66884],[49.50935,18.67451],[49.50712,18.68429],[49.50065,18.68961],[49.49987,18.70077],[49.50322,18.71176],[49.50043,18.71914],[49.49039,18.73919],[49.49095,18.75155],[49.49642,18.76494],[49.50467,18.77644],[49.51091,18.79137],[49.51147,18.80064],[49.51815,18.81300],[49.51581,18.84150],[49.51771,18.84699]], // San Marino - SM: [[43.99087,12.51444], [43.98791,12.51526], [43.98658,12.51543], [43.98472,12.51597], [43.98450,12.51365], [43.98430,12.51307], [43.98324,12.51234], [43.98267,12.51213], [43.98223,12.51167], [43.98208,12.51103], [43.98129,12.51037], [43.98083,12.51030], [43.97828,12.51119], [43.97550,12.51152], [43.97380,12.51225], [43.97302,12.51245], [43.97212,12.51156], [43.97158,12.51034], [43.97105,12.50957], [43.97085,12.50674], [43.96836,12.50755], [43.96429,12.50775], [43.96272,12.50944], [43.96175,12.50902], [43.95809,12.50691], [43.95271,12.51131], [43.94976,12.51382], [43.94605,12.51532], [43.94554,12.51573], [43.94083,12.51691], [43.93919,12.51526], [43.93870,12.51528], [43.93748,12.51386], [43.93763,12.51268], [43.93743,12.51193], [43.93641,12.51080], [43.93581,12.51080], [43.93448,12.50974], [43.93354,12.50785], [43.93292,12.50791], [43.93203,12.50755], [43.93096,12.50630], [43.92713,12.50414], [43.92455,12.50418], [43.92348,12.50336], [43.92302,12.50120], [43.92297,12.49961], [43.92251,12.49751], [43.92195,12.49639], [43.91997,12.49439], [43.91931,12.49371], [43.91867,12.49341], [43.91826,12.49265], [43.91645,12.49291], [43.91537,12.49366], [43.91026,12.49366], [43.91008,12.49549], [43.90948,12.49587], [43.90861,12.49536], [43.90753,12.49311], [43.90629,12.49287], [43.90485,12.49220], [43.90233,12.48974], [43.90040,12.48886], [43.89627,12.48755], [43.89669,12.48049], [43.89674,12.47536], [43.89624,12.47184], [43.89654,12.47023], [43.89603,12.46798], [43.89650,12.46725], [43.89582,12.46658], [43.89494,12.46334], [43.89352,12.46255], [43.89443,12.46019], [43.89364,12.45781], [43.89383,12.45489], [43.89507,12.45249], [43.89579,12.45064], [43.89760,12.44912], [43.89859,12.44929], [43.89954,12.44760], [43.90012,12.44788], [43.90045,12.44818], [43.90085,12.44807], [43.90182,12.44827], [43.90249,12.44769], [43.90343,12.44614], [43.90400,12.44419], [43.90527,12.44316], [43.90580,12.44245], [43.90572,12.44048], [43.90484,12.43852], [43.90416,12.43801], [43.90340,12.43835], [43.90315,12.43788], [43.90294,12.43640], [43.90332,12.43582], [43.90305,12.43488], [43.90244,12.43393], [43.90201,12.43215], [43.90215,12.43123], [43.90356,12.42908], [43.90363,12.42754], [43.90322,12.42548], [43.90254,12.42453], [43.90130,12.42299], [43.90059,12.42009], [43.90014,12.41689], [43.90020,12.41466], [43.90053,12.41121], [43.90181,12.40992], [43.90249,12.40728], [43.90334,12.40827], [43.90549,12.40986], [43.90632,12.41003], [43.90841,12.41207], [43.90941,12.41247], [43.91444,12.41024], [43.91846,12.40885], [43.92073,12.40803], [43.92481,12.40923], [43.92761,12.41288], [43.92869,12.41458], [43.93045,12.41518], [43.93322,12.41466], [43.93543,12.41297], [43.93621,12.41215], [43.93791,12.41205], [43.93957,12.41016], [43.94066,12.40769], [43.94253,12.40563], [43.94408,12.40460], [43.94720,12.40420], [43.95120,12.40340], [43.95346,12.40327], [43.95587,12.40450], [43.95465,12.40564], [43.95398,12.40811], [43.95319,12.41113], [43.95228,12.41214], [43.95248,12.41412], [43.95355,12.41465], [43.95346,12.41626], [43.95804,12.41999], [43.95758,12.42242], [43.95738,12.42727], [43.95689,12.43405], [43.95651,12.43645], [43.95817,12.43783], [43.95835,12.43851], [43.95993,12.44008], [43.96141,12.44248], [43.96595,12.44630], [43.96617,12.44896], [43.96952,12.45280], [43.96975,12.45366], [43.97477,12.46364], [43.97635,12.46791], [43.97706,12.46842], [43.97719,12.46905], [43.97763,12.46937], [43.97789,12.47055], [43.97868,12.47209], [43.97866,12.47282], [43.97926,12.47394], [43.97968,12.47505], [43.97954,12.47533], [43.97991,12.47563], [43.97987,12.47654], [43.98055,12.47789], [43.98093,12.47905], [43.98105,12.48106], [43.98124,12.48252], [43.98088,12.48319], [43.98141,12.48556], [43.98196,12.48681], [43.98255,12.48861], [43.98310,12.48934], [43.98334,12.49015], [43.98334,12.49118], [43.98310,12.49234], [43.98403,12.49365], [43.98517,12.49479], [43.98642,12.49610], [43.98625,12.49848], [43.98587,12.49886], [43.98656,12.49966], [43.98703,12.50082], [43.98683,12.50204], [43.98825,12.50344], [43.98865,12.50298], [43.98903,12.50301], [43.98916,12.50397], [43.99031,12.50459], [43.99053,12.50367], [43.99110,12.50391], [43.99085,12.50592], [43.99172,12.50627], [43.99161,12.50695], [43.99096,12.50820], [43.99156,12.50790], [43.99221,12.50923], [43.99214,12.50985], [43.99143,12.50964], [43.99110,12.50972], [43.99119,12.51260], [43.99124,12.51361]], + SM: [[43.99087,12.51444],[43.98791,12.51526],[43.98658,12.51543],[43.98472,12.51597],[43.98450,12.51365],[43.98430,12.51307],[43.98324,12.51234],[43.98267,12.51213],[43.98223,12.51167],[43.98208,12.51103],[43.98129,12.51037],[43.98083,12.51030],[43.97828,12.51119],[43.97550,12.51152],[43.97380,12.51225],[43.97302,12.51245],[43.97212,12.51156],[43.97158,12.51034],[43.97105,12.50957],[43.97085,12.50674],[43.96836,12.50755],[43.96429,12.50775],[43.96272,12.50944],[43.96175,12.50902],[43.95809,12.50691],[43.95271,12.51131],[43.94976,12.51382],[43.94605,12.51532],[43.94554,12.51573],[43.94083,12.51691],[43.93919,12.51526],[43.93870,12.51528],[43.93748,12.51386],[43.93763,12.51268],[43.93743,12.51193],[43.93641,12.51080],[43.93581,12.51080],[43.93448,12.50974],[43.93354,12.50785],[43.93292,12.50791],[43.93203,12.50755],[43.93096,12.50630],[43.92713,12.50414],[43.92455,12.50418],[43.92348,12.50336],[43.92302,12.50120],[43.92297,12.49961],[43.92251,12.49751],[43.92195,12.49639],[43.91997,12.49439],[43.91931,12.49371],[43.91867,12.49341],[43.91826,12.49265],[43.91645,12.49291],[43.91537,12.49366],[43.91026,12.49366],[43.91008,12.49549],[43.90948,12.49587],[43.90861,12.49536],[43.90753,12.49311],[43.90629,12.49287],[43.90485,12.49220],[43.90233,12.48974],[43.90040,12.48886],[43.89627,12.48755],[43.89669,12.48049],[43.89674,12.47536],[43.89624,12.47184],[43.89654,12.47023],[43.89603,12.46798],[43.89650,12.46725],[43.89582,12.46658],[43.89494,12.46334],[43.89352,12.46255],[43.89443,12.46019],[43.89364,12.45781],[43.89383,12.45489],[43.89507,12.45249],[43.89579,12.45064],[43.89760,12.44912],[43.89859,12.44929],[43.89954,12.44760],[43.90012,12.44788],[43.90045,12.44818],[43.90085,12.44807],[43.90182,12.44827],[43.90249,12.44769],[43.90343,12.44614],[43.90400,12.44419],[43.90527,12.44316],[43.90580,12.44245],[43.90572,12.44048],[43.90484,12.43852],[43.90416,12.43801],[43.90340,12.43835],[43.90315,12.43788],[43.90294,12.43640],[43.90332,12.43582],[43.90305,12.43488],[43.90244,12.43393],[43.90201,12.43215],[43.90215,12.43123],[43.90356,12.42908],[43.90363,12.42754],[43.90322,12.42548],[43.90254,12.42453],[43.90130,12.42299],[43.90059,12.42009],[43.90014,12.41689],[43.90020,12.41466],[43.90053,12.41121],[43.90181,12.40992],[43.90249,12.40728],[43.90334,12.40827],[43.90549,12.40986],[43.90632,12.41003],[43.90841,12.41207],[43.90941,12.41247],[43.91444,12.41024],[43.91846,12.40885],[43.92073,12.40803],[43.92481,12.40923],[43.92761,12.41288],[43.92869,12.41458],[43.93045,12.41518],[43.93322,12.41466],[43.93543,12.41297],[43.93621,12.41215],[43.93791,12.41205],[43.93957,12.41016],[43.94066,12.40769],[43.94253,12.40563],[43.94408,12.40460],[43.94720,12.40420],[43.95120,12.40340],[43.95346,12.40327],[43.95587,12.40450],[43.95465,12.40564],[43.95398,12.40811],[43.95319,12.41113],[43.95228,12.41214],[43.95248,12.41412],[43.95355,12.41465],[43.95346,12.41626],[43.95804,12.41999],[43.95758,12.42242],[43.95738,12.42727],[43.95689,12.43405],[43.95651,12.43645],[43.95817,12.43783],[43.95835,12.43851],[43.95993,12.44008],[43.96141,12.44248],[43.96595,12.44630],[43.96617,12.44896],[43.96952,12.45280],[43.96975,12.45366],[43.97477,12.46364],[43.97635,12.46791],[43.97706,12.46842],[43.97719,12.46905],[43.97763,12.46937],[43.97789,12.47055],[43.97868,12.47209],[43.97866,12.47282],[43.97926,12.47394],[43.97968,12.47505],[43.97954,12.47533],[43.97991,12.47563],[43.97987,12.47654],[43.98055,12.47789],[43.98093,12.47905],[43.98105,12.48106],[43.98124,12.48252],[43.98088,12.48319],[43.98141,12.48556],[43.98196,12.48681],[43.98255,12.48861],[43.98310,12.48934],[43.98334,12.49015],[43.98334,12.49118],[43.98310,12.49234],[43.98403,12.49365],[43.98517,12.49479],[43.98642,12.49610],[43.98625,12.49848],[43.98587,12.49886],[43.98656,12.49966],[43.98703,12.50082],[43.98683,12.50204],[43.98825,12.50344],[43.98865,12.50298],[43.98903,12.50301],[43.98916,12.50397],[43.99031,12.50459],[43.99053,12.50367],[43.99110,12.50391],[43.99085,12.50592],[43.99172,12.50627],[43.99161,12.50695],[43.99096,12.50820],[43.99156,12.50790],[43.99221,12.50923],[43.99214,12.50985],[43.99143,12.50964],[43.99110,12.50972],[43.99119,12.51260],[43.99124,12.51361]], // Sint Maarten - SX: [[18.05269,-63.13823], [18.05342,-63.13716], [18.05450,-63.13489], [18.05387,-63.11223], [18.04671,-63.09646], [18.04634,-63.09449], [18.04669,-63.08846], [18.04826,-63.08323], [18.04845,-63.07974], [18.04912,-63.07856], [18.04961,-63.07710], [18.05077,-63.07622], [18.05501,-63.07476], [18.05673,-63.07238], [18.05720,-63.06794], [18.05789,-63.06689], [18.06136,-63.06494], [18.06250,-63.06468], [18.06415,-63.06391], [18.06387,-63.06202], [18.06330,-63.05958], [18.06315,-63.05599], [18.06436,-63.05417], [18.06299,-63.04861], [18.05993,-63.04487], [18.05871,-63.04406], [18.05587,-63.04019], [18.05799,-63.03704], [18.05481,-63.02953], [18.05493,-63.02743], [18.05767,-63.02359], [18.05657,-63.01888], [18.05165,-63.00749], [18.01455,-62.97503], [17.96786,-63.07185], [18.02108,-63.16764]], + SX: [[18.05269,-63.13823],[18.05342,-63.13716],[18.05450,-63.13489],[18.05387,-63.11223],[18.04671,-63.09646],[18.04634,-63.09449],[18.04669,-63.08846],[18.04826,-63.08323],[18.04845,-63.07974],[18.04912,-63.07856],[18.04961,-63.07710],[18.05077,-63.07622],[18.05501,-63.07476],[18.05673,-63.07238],[18.05720,-63.06794],[18.05789,-63.06689],[18.06136,-63.06494],[18.06250,-63.06468],[18.06415,-63.06391],[18.06387,-63.06202],[18.06330,-63.05958],[18.06315,-63.05599],[18.06436,-63.05417],[18.06299,-63.04861],[18.05993,-63.04487],[18.05871,-63.04406],[18.05587,-63.04019],[18.05799,-63.03704],[18.05481,-63.02953],[18.05493,-63.02743],[18.05767,-63.02359],[18.05657,-63.01888],[18.05165,-63.00749],[18.01455,-62.97503],[17.96786,-63.07185],[18.02108,-63.16764]], // Vatican City - VA: [[41.90196,12.44569], [41.90239,12.44660], [41.90224,12.44684], [41.90298,12.44779], [41.90313,12.44758], [41.90335,12.44775], [41.90374,12.44837], [41.90367,12.44862], [41.90464,12.44906], [41.90470,12.44883], [41.90506,12.44890], [41.90520,12.44927], [41.90504,12.44950], [41.90579,12.45051], [41.90598,12.45027], [41.90652,12.45045], [41.90660,12.45141], [41.90641,12.45146], [41.90649,12.45203], [41.90655,12.45202], [41.90671,12.45260], [41.90675,12.45314], [41.90670,12.45316], [41.90681,12.45383], [41.90702,12.45378], [41.90745,12.45544], [41.90631,12.45572], [41.90583,12.45769], [41.90407,12.45765], [41.90325,12.45759], [41.90313,12.45791], [41.90298,12.45811], [41.90269,12.45833], [41.90255,12.45837], [41.90221,12.45842], [41.90183,12.45838], [41.90156,12.45824], [41.90136,12.45803], [41.90120,12.45776], [41.90111,12.45737], [41.90114,12.45697], [41.90121,12.45675], [41.90131,12.45659], [41.90122,12.45636], [41.90079,12.45644], [41.90035,12.45643], [41.90034,12.45462], [41.90017,12.45453], [41.90044,12.45289], [41.90024,12.45282], [41.90030,12.45174], [41.90055,12.45077], [41.90078,12.45083], [41.90096,12.44883], [41.90075,12.44886], [41.90062,12.44793], [41.90085,12.44771], [41.90098,12.44788], [41.90174,12.44670], [41.90160,12.44656]], + VA: [[41.90196,12.44569],[41.90239,12.44660],[41.90224,12.44684],[41.90298,12.44779],[41.90313,12.44758],[41.90335,12.44775],[41.90374,12.44837],[41.90367,12.44862],[41.90464,12.44906],[41.90470,12.44883],[41.90506,12.44890],[41.90520,12.44927],[41.90504,12.44950],[41.90579,12.45051],[41.90598,12.45027],[41.90652,12.45045],[41.90660,12.45141],[41.90641,12.45146],[41.90649,12.45203],[41.90655,12.45202],[41.90671,12.45260],[41.90675,12.45314],[41.90670,12.45316],[41.90681,12.45383],[41.90702,12.45378],[41.90745,12.45544],[41.90631,12.45572],[41.90583,12.45769],[41.90407,12.45765],[41.90325,12.45759],[41.90313,12.45791],[41.90298,12.45811],[41.90269,12.45833],[41.90255,12.45837],[41.90221,12.45842],[41.90183,12.45838],[41.90156,12.45824],[41.90136,12.45803],[41.90120,12.45776],[41.90111,12.45737],[41.90114,12.45697],[41.90121,12.45675],[41.90131,12.45659],[41.90122,12.45636],[41.90079,12.45644],[41.90035,12.45643],[41.90034,12.45462],[41.90017,12.45453],[41.90044,12.45289],[41.90024,12.45282],[41.90030,12.45174],[41.90055,12.45077],[41.90078,12.45083],[41.90096,12.44883],[41.90075,12.44886],[41.90062,12.44793],[41.90085,12.44771],[41.90098,12.44788],[41.90174,12.44670],[41.90160,12.44656]], // Wallis and Futuna - WF: [[-14.58248,-178.84569], [-14.09285,-178.64244], [-12.85889,-176.73631], [-12.96866,-175.67888], [-13.68758,-175.65691], [-14.98349,-177.86790]], + WF: [[-14.58248,-178.84569],[-14.09285,-178.64244],[-12.85889,-176.73631],[-12.96866,-175.67888],[-13.68758,-175.65691],[-14.98349,-177.86790]], // Kosovo - XK: [[42.26106,21.58663], [42.26367,21.58878], [42.26634,21.59084], [42.27059,21.58955], [42.27269,21.58620], [42.27993,21.58328], [42.28298,21.58569], [42.29853,21.56371], [42.29986,21.56637], [42.30240,21.56449], [42.30488,21.56586], [42.31015,21.56629], [42.31629,21.55908], [42.31458,21.55813], [42.31458,21.55401], [42.31299,21.55333], [42.31458,21.54989], [42.31141,21.54766], [42.31001,21.54200], [42.31096,21.53994], [42.31223,21.54028], [42.31604,21.53779], [42.31858,21.53934], [42.31979,21.53882], [42.31909,21.53410], [42.32112,21.53839], [42.32315,21.53342], [42.32270,21.53101], [42.32569,21.52766], [42.32632,21.52500], [42.32759,21.52518], [42.32911,21.52689], [42.33324,21.52792], [42.33774,21.52663], [42.33952,21.52698], [42.34275,21.52595], [42.34669,21.52964], [42.34802,21.53110], [42.34961,21.53050], [42.35195,21.53127], [42.35309,21.53367], [42.35620,21.53350], [42.35988,21.53625], [42.36452,21.53396], [42.36575,21.53255], [42.36724,21.53654], [42.36940,21.53658], [42.37083,21.53843], [42.37067,21.53950], [42.37273,21.54049], [42.36788,21.54448], [42.36800,21.54671], [42.36509,21.54641], [42.36169,21.55340], [42.36366,21.55289], [42.36553,21.55349], [42.36705,21.55800], [42.36616,21.56152], [42.36737,21.56147], [42.36563,21.56714], [42.36455,21.56868], [42.36233,21.57100], [42.36360,21.57297], [42.36490,21.57306], [42.36509,21.57521], [42.36775,21.58006], [42.37026,21.57881], [42.37365,21.57585], [42.37371,21.57473], [42.37555,21.57461], [42.37850,21.57877], [42.37834,21.58061], [42.38138,21.58482], [42.38002,21.58718], [42.38256,21.59267], [42.38328,21.59509], [42.38011,21.60029], [42.37821,21.60162], [42.37504,21.60544], [42.37567,21.61646], [42.37814,21.62127], [42.38312,21.62222], [42.38730,21.62578], [42.39120,21.62809], [42.39247,21.62870], [42.39371,21.63106], [42.39447,21.63118], [42.39545,21.63290], [42.39688,21.63453], [42.39868,21.63771], [42.40302,21.63625], [42.40309,21.63822], [42.40787,21.64397], [42.40851,21.64548], [42.41304,21.64693], [42.41554,21.64586], [42.41763,21.64384], [42.41947,21.64118], [42.41969,21.63912], [42.42058,21.63882], [42.42086,21.63732], [42.42264,21.63663], [42.42308,21.63878], [42.42498,21.63930], [42.42628,21.63827], [42.42907,21.63811], [42.43063,21.63746], [42.43101,21.63626], [42.43281,21.63519], [42.43516,21.63193], [42.43687,21.63154], [42.43794,21.63296], [42.43927,21.63308], [42.44257,21.63042], [42.44646,21.62523], [42.45267,21.62257], [42.45495,21.62514], [42.45492,21.62858], [42.45717,21.62918], [42.45929,21.62978], [42.46051,21.63235], [42.46390,21.63656], [42.46849,21.64265], [42.46893,21.64579], [42.47254,21.64999], [42.47340,21.65377], [42.47593,21.65849], [42.47792,21.65746], [42.47862,21.65939], [42.48071,21.66119], [42.48074,21.65978], [42.48346,21.65848], [42.48406,21.66122], [42.48504,21.66144], [42.48409,21.66242], [42.48384,21.67096], [42.48659,21.67294], [42.48786,21.67054], [42.49235,21.66873], [42.49352,21.67019], [42.49393,21.67165], [42.49726,21.67569], [42.49760,21.67873], [42.49919,21.68066], [42.49960,21.68448], [42.50156,21.68689], [42.50213,21.69135], [42.50472,21.69238], [42.50523,21.69414], [42.50684,21.69264], [42.50909,21.69152], [42.50956,21.69259], [42.51089,21.69109], [42.51463,21.69259], [42.51586,21.69624], [42.51361,21.70182], [42.51396,21.70444], [42.51251,21.70822], [42.51434,21.70847], [42.51523,21.70976], [42.51675,21.71113], [42.51953,21.70985], [42.52136,21.70804], [42.52285,21.70761], [42.52402,21.70628], [42.52478,21.70440], [42.52845,21.70066], [42.52867,21.69886], [42.53112,21.69707], [42.53409,21.69741], [42.53510,21.69848], [42.53872,21.69384], [42.53973,21.69444], [42.53904,21.69564], [42.53973,21.69770], [42.54052,21.69792], [42.54055,21.70079], [42.54188,21.70349], [42.54296,21.70229], [42.54419,21.70384], [42.54574,21.70234], [42.54754,21.70598], [42.54931,21.70667], [42.54953,21.70791], [42.54896,21.70967], [42.54903,21.71135], [42.54982,21.71495], [42.54903,21.71843], [42.54729,21.72302], [42.54681,21.72787], [42.54760,21.73053], [42.55086,21.73560], [42.55228,21.74096], [42.55491,21.74332], [42.55775,21.74684], [42.55880,21.74809], [42.56044,21.74792], [42.56170,21.74951], [42.56376,21.74792], [42.56515,21.74526], [42.57030,21.74822], [42.57286,21.74831], [42.57656,21.74754], [42.58127,21.74814], [42.58319,21.74500], [42.58526,21.74436], [42.58713,21.74479], [42.58732,21.74346], [42.59130,21.74071], [42.59487,21.73912], [42.59740,21.73500], [42.60040,21.73423], [42.60365,21.73603], [42.60431,21.73732], [42.60333,21.74075], [42.60836,21.74286], [42.60649,21.75041], [42.60956,21.75264], [42.61278,21.75221], [42.61733,21.75590], [42.61837,21.75805], [42.62181,21.75800], [42.62317,21.75461], [42.62472,21.75376], [42.62809,21.75346], [42.63138,21.75457], [42.63084,21.75522], [42.63302,21.75852], [42.63520,21.75895], [42.63760,21.76045], [42.63289,21.76809], [42.63463,21.77204], [42.63722,21.77500], [42.64120,21.77856], [42.64369,21.78028], [42.64631,21.77963], [42.64647,21.78461], [42.65098,21.79041], [42.65587,21.78770], [42.66017,21.78217], [42.66266,21.78101], [42.66481,21.77792], [42.66585,21.77414], [42.66765,21.77182], [42.67156,21.77315], [42.67301,21.77204], [42.67696,21.77199], [42.68005,21.76864], [42.68075,21.76611], [42.68264,21.76405], [42.68289,21.76177], [42.68397,21.76018], [42.68728,21.75877], [42.68889,21.75739], [42.69188,21.75628], [42.69333,21.75697], [42.69523,21.75362], [42.70122,21.75370], [42.70194,21.74971], [42.69996,21.74534], [42.69636,21.74006], [42.69453,21.73439], [42.69573,21.72941], [42.69570,21.72512], [42.69248,21.72341], [42.69283,21.72096], [42.69024,21.71525], [42.69113,21.71332], [42.69012,21.70697], [42.69327,21.70332], [42.69166,21.70083], [42.69103,21.69628], [42.69195,21.69019], [42.69075,21.68585], [42.68936,21.68298], [42.68879,21.67869], [42.68772,21.67676], [42.68731,21.67418], [42.68251,21.67101], [42.67701,21.67250], [42.67597,21.66962], [42.67180,21.66894], [42.66994,21.66417], [42.66984,21.66233], [42.66622,21.66057], [42.67003,21.65602], [42.67044,21.65426], [42.67221,21.65366], [42.67489,21.65078], [42.67704,21.64915], [42.67997,21.64491], [42.68647,21.64469], [42.69129,21.64198], [42.69166,21.64035], [42.69655,21.63988], [42.69886,21.63829], [42.69731,21.63464], [42.69952,21.63361], [42.70072,21.63112], [42.69993,21.62795], [42.69759,21.62644], [42.69699,21.62044], [42.69602,21.61820], [42.69759,21.61529], [42.69772,21.61305], [42.69696,21.61147], [42.69898,21.60388], [42.70214,21.60118], [42.70374,21.59818], [42.70482,21.59470], [42.70460,21.59058], [42.70384,21.58762], [42.70598,21.58680], [42.70829,21.58792], [42.71153,21.59097], [42.71645,21.59350], [42.72001,21.59371], [42.72263,21.59389], [42.72651,21.59251], [42.72786,21.58912], [42.72811,21.58487], [42.72755,21.58243], [42.72591,21.58140], [42.72919,21.57826], [42.72808,21.57183], [42.73202,21.56745], [42.73183,21.56475], [42.73338,21.56256], [42.73817,21.56002], [42.73590,21.55569], [42.73413,21.55380], [42.73130,21.55252], [42.73064,21.54699], [42.72919,21.54154], [42.72736,21.54094], [42.72352,21.54025], [42.72512,21.53364], [42.72597,21.52587], [42.72809,21.52205], [42.72780,21.51986], [42.72954,21.51832], [42.72982,21.51347], [42.73272,21.51205], [42.73313,21.50772], [42.73272,21.50587], [42.73360,21.50167], [42.73505,21.50214], [42.73641,21.49884], [42.73786,21.49875], [42.74038,21.49347], [42.74233,21.48558], [42.74489,21.48399], [42.74646,21.48111], [42.74804,21.47931], [42.74757,21.47613], [42.74599,21.47364], [42.73865,21.46862], [42.73717,21.46854], [42.73663,21.46738], [42.73789,21.46528], [42.73956,21.46309], [42.74227,21.45798], [42.74467,21.45317], [42.75037,21.44918], [42.74990,21.44657], [42.74788,21.44305], [42.74864,21.43566], [42.75015,21.43283], [42.74930,21.43073], [42.75024,21.42657], [42.74924,21.42640], [42.74952,21.42245], [42.74864,21.41901], [42.74637,21.41768], [42.74798,21.41288], [42.74552,21.40391], [42.74665,21.39524], [42.74568,21.39292], [42.74788,21.39305], [42.75002,21.38987], [42.75620,21.38910], [42.75797,21.38953], [42.75787,21.39103], [42.75979,21.39464], [42.76168,21.39554], [42.76285,21.39854], [42.76376,21.39897], [42.76490,21.40138], [42.76654,21.40305], [42.76635,21.40794], [42.77005,21.40901], [42.77209,21.40897], [42.77622,21.41184], [42.77887,21.41090], [42.78050,21.40845], [42.78195,21.40832], [42.78381,21.41038], [42.78747,21.40884], [42.78863,21.41008], [42.79027,21.41403], [42.79311,21.41172], [42.79359,21.40743], [42.79667,21.40674], [42.79746,21.40850], [42.80524,21.41052], [42.80618,21.41374], [42.80524,21.42086], [42.80568,21.42331], [42.81015,21.42314], [42.81043,21.42550], [42.81308,21.42211], [42.81811,21.41812], [42.82032,21.41928], [42.82261,21.41874], [42.82563,21.41745], [42.82884,21.41908], [42.82994,21.42264], [42.83240,21.42415], [42.83614,21.42479], [42.84007,21.42363], [42.84432,21.42393], [42.84568,21.42333], [42.84690,21.42402], [42.84728,21.42711], [42.84967,21.42879], [42.85005,21.43128], [42.84967,21.43381], [42.85065,21.43510], [42.85137,21.43763], [42.85857,21.43613], [42.86443,21.43690], [42.86754,21.43458], [42.87279,21.43565], [42.87345,21.43076], [42.87455,21.42668], [42.87465,21.42274], [42.87386,21.42115], [42.87509,21.41282], [42.87402,21.41171], [42.87421,21.40840], [42.87361,21.40660], [42.87471,21.40497], [42.87458,21.40209], [42.87348,21.39699], [42.87109,21.39347], [42.86719,21.39282], [42.86792,21.38905], [42.86691,21.38609], [42.87015,21.38295], [42.87065,21.38051], [42.87260,21.38056], [42.87352,21.37596], [42.87348,21.36940], [42.87119,21.36524], [42.87261,21.36179], [42.87805,21.35891], [42.87918,21.35638], [42.87893,21.35320], [42.88107,21.35058], [42.88811,21.35153], [42.88987,21.34917], [42.89097,21.34436], [42.89233,21.34410], [42.89334,21.34612], [42.89633,21.34479], [42.89935,21.34315], [42.90092,21.34011], [42.89951,21.33603], [42.90312,21.33118], [42.90265,21.32620], [42.90215,21.32380], [42.90303,21.31929], [42.90227,21.31650], [42.90444,21.31183], [42.90422,21.30848], [42.90658,21.30397], [42.90180,21.30101], [42.90189,21.29814], [42.90309,21.29646], [42.90354,21.29213], [42.90090,21.28643], [42.89819,21.28527], [42.89565,21.28183], [42.89455,21.27690], [42.89577,21.27325], [42.89757,21.27166], [42.90112,21.27231], [42.90728,21.27033], [42.91020,21.27050], [42.91294,21.26557], [42.91539,21.26450], [42.91866,21.26175], [42.91944,21.26033], [42.92579,21.25523], [42.92604,21.25360], [42.92717,21.25282], [42.93113,21.25209], [42.93387,21.24579], [42.93839,21.24536], [42.94436,21.23969], [42.94690,21.24003], [42.95030,21.23789], [42.95055,21.23591], [42.95666,21.23429], [42.96068,21.23558], [42.96370,21.23931], [42.97180,21.24116], [42.97475,21.24008], [42.98094,21.24433], [42.99073,21.23862], [42.99196,21.23884], [42.99456,21.23798], [42.99754,21.23961], [42.99830,21.23828], [43.00570,21.23785], [43.01045,21.23485], [43.00995,21.23266], [43.01538,21.22927], [43.01713,21.22623], [43.02103,21.22537], [43.02037,21.22116], [43.02219,21.21301], [43.02501,21.20550], [43.02319,21.20043], [43.02391,21.19657], [43.01889,21.19481], [43.01557,21.19168], [43.00904,21.19314], [43.00778,21.19254], [43.00603,21.18722], [43.00028,21.17529], [43.00091,21.17177], [43.00308,21.17275], [43.00417,21.16979], [43.00822,21.16945], [43.01020,21.16615], [43.01265,21.16524], [43.01481,21.16383], [43.01990,21.16790], [43.02128,21.16730], [43.02354,21.16739], [43.02483,21.16687], [43.02618,21.16829], [43.02894,21.16653], [43.02932,21.16383], [43.02860,21.15894], [43.02994,21.15640], [43.03365,21.15602], [43.03700,21.15417], [43.03917,21.15366], [43.04077,21.15267], [43.04384,21.15301], [43.04535,21.15482], [43.04779,21.15297], [43.06005,21.15355], [43.06741,21.14995], [43.07165,21.14673], [43.07444,21.14385], [43.07597,21.14407], [43.08230,21.14009], [43.08333,21.14210], [43.08672,21.14446], [43.08712,21.14785], [43.09120,21.15043], [43.09728,21.14687], [43.10245,21.14455], [43.10624,21.14159], [43.10956,21.14141], [43.11420,21.13703], [43.11423,21.13475], [43.11172,21.12935], [43.11379,21.12377], [43.11216,21.12106], [43.11269,21.11789], [43.11156,21.11381], [43.11457,21.11158], [43.11821,21.10733], [43.11764,21.10308], [43.12106,21.10179], [43.12676,21.09896], [43.13102,21.09274], [43.13462,21.09160], [43.13644,21.08842], [43.12967,21.07864], [43.12814,21.07774], [43.11849,21.07877], [43.11542,21.07495], [43.11436,21.06332], [43.11160,21.06319], [43.11025,21.06203], [43.10812,21.05019], [43.11285,21.04641], [43.11298,21.04362], [43.11971,21.03744], [43.12075,21.03323], [43.12448,21.03040], [43.12513,21.02847], [43.13002,21.02568], [43.13083,21.02203], [43.13149,21.01590], [43.13459,21.01444], [43.13588,21.00251], [43.13869,20.99620], [43.13857,20.99427], [43.13700,20.99251], [43.13578,20.98633], [43.13606,20.97646], [43.13298,20.97019], [43.13063,20.96723], [43.12953,20.96800], [43.12637,20.96882], [43.12449,20.96659], [43.12596,20.96178], [43.12634,20.95642], [43.12806,20.95363], [43.12778,20.95195], [43.13029,20.94642], [43.13364,20.94337], [43.13364,20.94165], [43.13542,20.93813], [43.13451,20.93401], [43.14485,20.92938], [43.14812,20.92132], [43.14784,20.91569], [43.14912,20.91123], [43.14812,20.90690], [43.15075,20.90664], [43.15629,20.89990], [43.15526,20.89372], [43.15682,20.88900], [43.15895,20.88647], [43.16171,20.88634], [43.16333,20.88552], [43.16764,20.87958], [43.16801,20.87778], [43.16654,20.87113], [43.16495,20.86911], [43.16510,20.86383], [43.17158,20.85915], [43.17337,20.85842], [43.17468,20.85585], [43.17471,20.84877], [43.17349,20.83851], [43.17897,20.83147], [43.18394,20.83533], [43.18332,20.83795], [43.18388,20.84327], [43.18554,20.84915], [43.18845,20.85581], [43.19267,20.85211], [43.19302,20.84988], [43.19499,20.85005], [43.19794,20.84394], [43.20307,20.84227], [43.20641,20.84377], [43.20457,20.84944], [43.20535,20.85274], [43.20494,20.85412], [43.20620,20.86128], [43.20720,20.86300], [43.20516,20.86570], [43.20585,20.86987], [43.20413,20.87266], [43.20460,20.87776], [43.20544,20.88064], [43.20347,20.88295], [43.20404,20.88514], [43.20238,20.88858], [43.20388,20.88995], [43.20626,20.88978], [43.21151,20.88051], [43.21458,20.88012], [43.21624,20.87935], [43.21983,20.87982], [43.22305,20.88008], [43.22355,20.87759], [43.22505,20.87763], [43.22706,20.87733], [43.22896,20.87463], [43.23128,20.87317], [43.23728,20.86476], [43.23778,20.86244], [43.24541,20.85691], [43.24875,20.85236], [43.25150,20.85261], [43.25225,20.84665], [43.25544,20.84197], [43.25726,20.83712], [43.26254,20.83622], [43.26244,20.83021], [43.26472,20.83000], [43.26613,20.82832], [43.26607,20.81601], [43.26732,20.81017], [43.26791,20.80296], [43.26672,20.79893], [43.26194,20.79648], [43.26013,20.79193], [43.25654,20.79137], [43.25304,20.79210], [43.25185,20.79262], [43.24928,20.79180], [43.24613,20.79318], [43.24425,20.79099], [43.24563,20.78558], [43.24488,20.77919], [43.24560,20.77648], [43.24478,20.77335], [43.24813,20.76906], [43.24466,20.76047], [43.24591,20.75442], [43.24447,20.75129], [43.24772,20.74043], [43.24910,20.72829], [43.24791,20.72631], [43.24610,20.72438], [43.23997,20.71992], [43.24005,20.71802], [43.23452,20.71707], [43.23214,20.71016], [43.22733,20.70844], [43.22514,20.69874], [43.22264,20.69668], [43.22198,20.69471], [43.22010,20.69059], [43.21798,20.68737], [43.21460,20.68767], [43.21313,20.68385], [43.20994,20.67295], [43.21025,20.66432], [43.20966,20.65694], [43.21172,20.65312], [43.20960,20.65009], [43.20926,20.64554], [43.20729,20.64258], [43.20738,20.63635], [43.21051,20.63301], [43.20660,20.61996], [43.20541,20.61884], [43.20566,20.60975], [43.20788,20.60618], [43.20745,20.60473], [43.21157,20.60095], [43.20948,20.59764], [43.20792,20.59696], [43.20679,20.59387], [43.20504,20.59314], [43.20135,20.59696], [43.20041,20.59996], [43.19656,20.60224], [43.19165,20.60906], [43.18536,20.61082], [43.18032,20.61288], [43.17703,20.60842], [43.17450,20.60683], [43.16877,20.61172], [43.16893,20.61670], [43.16696,20.62296], [43.16508,20.62425], [43.16455,20.62717], [43.16367,20.62769], [43.16336,20.63464], [43.16167,20.64116], [43.15763,20.64656], [43.15869,20.64858], [43.15738,20.65107], [43.15594,20.65116], [43.15371,20.65510], [43.15368,20.65862], [43.15005,20.65673], [43.14391,20.66145], [43.14013,20.65738], [43.13687,20.65734], [43.13496,20.66472], [43.13079,20.67287], [43.12631,20.67261], [43.12541,20.67931], [43.12171,20.68489], [43.11695,20.68673], [43.11015,20.69068], [43.10818,20.69205], [43.10598,20.69257], [43.10313,20.68682], [43.10050,20.68742], [43.09674,20.69162], [43.09351,20.69235], [43.08834,20.68935], [43.08402,20.68729], [43.08358,20.68566], [43.08041,20.67866], [43.07850,20.67004], [43.07869,20.66210], [43.07740,20.65909], [43.07430,20.65583], [43.07179,20.65566], [43.06765,20.65931], [43.06580,20.66317], [43.06533,20.66819], [43.05840,20.66849], [43.05609,20.67009], [43.05308,20.66670], [43.04960,20.66529], [43.04863,20.66542], [43.04778,20.66971], [43.04467,20.67074], [43.03865,20.67065], [43.03548,20.66778], [43.03514,20.65709], [43.03489,20.65306], [43.03244,20.65087], [43.03009,20.65121], [43.02880,20.65022], [43.02275,20.65061], [43.02428,20.64563], [43.02306,20.63992], [43.01937,20.64014], [43.01645,20.63636], [43.01335,20.63718], [43.00993,20.64061], [43.00720,20.63984], [43.00946,20.63250], [43.00908,20.62778], [43.00607,20.62636], [43.00296,20.62018], [43.00277,20.61752], [43.00877,20.61765], [43.01024,20.61847], [43.01774,20.61933], [43.01818,20.61847], [43.01740,20.61490], [43.01592,20.61293], [43.01639,20.60937], [43.01796,20.60705], [43.01586,20.59988], [43.01752,20.58980], [43.01473,20.58980], [43.01215,20.57881], [43.00835,20.58151], [43.00176,20.58035], [43.00006,20.57426], [42.99940,20.57001], [42.99554,20.56666], [42.98967,20.56460], [42.98358,20.56361], [42.98163,20.55666], [42.97514,20.55113], [42.96911,20.55422], [42.96945,20.55224], [42.96176,20.54658], [42.96625,20.53889], [42.97341,20.53696], [42.97388,20.53130], [42.97121,20.51894], [42.97077,20.51426], [42.96873,20.51435], [42.96559,20.51280], [42.96405,20.50718], [42.95774,20.49984], [42.95174,20.49559], [42.94546,20.49560], [42.94132,20.49264], [42.93758,20.48874], [42.93522,20.48792], [42.93343,20.48440], [42.93176,20.48582], [42.92821,20.48590], [42.91933,20.49795], [42.90440,20.50525], [42.89893,20.51534], [42.89808,20.51958], [42.89311,20.51993], [42.88918,20.53247], [42.88852,20.53457], [42.88474,20.53491], [42.88434,20.53813], [42.88289,20.53710], [42.88113,20.53101], [42.88169,20.52899], [42.88031,20.52659], [42.87959,20.51890], [42.87890,20.51534], [42.87616,20.51169], [42.87012,20.49848], [42.86930,20.49230], [42.86760,20.48457], [42.85968,20.47719], [42.85332,20.46286], [42.83369,20.44063], [42.83438,20.43247], [42.83608,20.42861], [42.83935,20.42535], [42.84722,20.41531], [42.84734,20.40621], [42.84634,20.40020], [42.84508,20.39874], [42.84514,20.39462], [42.84269,20.38896], [42.84363,20.38338], [42.83300,20.36407], [42.83413,20.35965], [42.83274,20.35638], [42.83290,20.35390], [42.83378,20.35304], [42.83300,20.34952], [42.83347,20.34381], [42.83693,20.34008], [42.83608,20.33471], [42.83397,20.33046], [42.83359,20.32712], [42.83177,20.32536], [42.82972,20.32480], [42.82868,20.31961], [42.82909,20.31716], [42.83674,20.31630], [42.83652,20.29768], [42.82557,20.29227], [42.82661,20.28583], [42.83155,20.28159], [42.82566,20.27472], [42.82123,20.27446], [42.81735,20.26584], [42.81493,20.26030], [42.81531,20.25833], [42.81480,20.25532], [42.81128,20.25159], [42.80675,20.25476], [42.80334,20.26051], [42.80386,20.26245], [42.79712,20.26133], [42.78673,20.26318], [42.77917,20.26588], [42.77621,20.26369], [42.77508,20.26026], [42.77114,20.25763], [42.76947,20.25424], [42.76682,20.25256], [42.75939,20.24986], [42.75753,20.24089], [42.75696,20.23600], [42.75324,20.23407], [42.75339,20.22362], [42.75248,20.21997], [42.74885,20.21272], [42.74671,20.21242], [42.74970,20.20615], [42.75084,20.20083], [42.75071,20.19512], [42.74624,20.19130], [42.75427,20.18259], [42.75578,20.17427], [42.75663,20.17349], [42.75843,20.17298], [42.75969,20.17058], [42.76215,20.16796], [42.76886,20.15491], [42.76331,20.14826], [42.75550,20.14702], [42.75509,20.14556], [42.75834,20.13680], [42.76196,20.12955], [42.76328,20.12474], [42.76322,20.11938], [42.76467,20.11483], [42.76952,20.10565], [42.77094,20.10470], [42.77349,20.10504], [42.77699,20.09826], [42.77649,20.08919], [42.77516,20.08739], [42.77551,20.08014], [42.77529,20.07018], [42.77633,20.06713], [42.77797,20.06503], [42.77945,20.05997], [42.77838,20.05735], [42.77857,20.05361], [42.77397,20.04713], [42.77507,20.04469], [42.77469,20.04246], [42.77242,20.03855], [42.77060,20.03726], [42.76893,20.03198], [42.76767,20.03074], [42.76631,20.03134], [42.76641,20.02889], [42.76543,20.02658], [42.76515,20.02306], [42.76439,20.02207], [42.76240,20.02400], [42.75821,20.02181], [42.75689,20.02168], [42.75264,20.02344], [42.74936,20.02035], [42.74684,20.01988], [42.74507,20.01941], [42.74454,20.01718], [42.74517,20.01632], [42.74098,20.01417], [42.74022,20.01417], [42.73650,20.01516], [42.73518,20.01602], [42.73218,20.01533], [42.72878,20.01439], [42.72739,20.01486], [42.72389,20.01855], [42.72408,20.01932], [42.72276,20.02143], [42.72222,20.02477], [42.72090,20.02791], [42.72014,20.03220], [42.71920,20.03100], [42.71759,20.02748], [42.71617,20.02748], [42.71466,20.02374], [42.71336,20.02207], [42.71343,20.02053], [42.71403,20.01774], [42.71302,20.01619], [42.70961,20.01589], [42.70952,20.02001], [42.70933,20.02452], [42.70989,20.02872], [42.71112,20.03224], [42.71112,20.03314], [42.70613,20.03101], [42.70162,20.03161], [42.69733,20.03311], [42.69648,20.03543], [42.69645,20.03993], [42.69595,20.04109], [42.69585,20.04392], [42.69443,20.04568], [42.69254,20.04663], [42.69194,20.04852], [42.69043,20.04929], [42.68841,20.05225], [42.68680,20.05268], [42.68468,20.05388], [42.68472,20.05770], [42.68405,20.05864], [42.68472,20.06332], [42.68013,20.06823], [42.67991,20.08320], [42.66855,20.08844], [42.66615,20.09445], [42.65533,20.11178], [42.64927,20.10938], [42.64791,20.10839], [42.64665,20.10453], [42.64494,20.10136], [42.64406,20.09857], [42.64182,20.09552], [42.63929,20.09337], [42.63551,20.09161], [42.63423,20.09179], [42.63319,20.09033], [42.62918,20.08780], [42.62754,20.08518], [42.62741,20.08320], [42.62552,20.08041], [42.62366,20.07771], [42.62025,20.07514], [42.61507,20.07522], [42.61428,20.07552], [42.61251,20.07496], [42.61083,20.07441], [42.60862,20.07278], [42.60708,20.07235], [42.60464,20.07351], [42.60382,20.07458], [42.60196,20.07449], [42.59771,20.07782], [42.59708,20.07876], [42.59474,20.07953], [42.59373,20.08074], [42.59089,20.08104], [42.59057,20.08267], [42.58874,20.08468], [42.58792,20.08520], [42.58191,20.08550], [42.58112,20.08674], [42.57771,20.08765], [42.57379,20.08756], [42.57084,20.08355], [42.56875,20.08346], [42.56774,20.08380], [42.56578,20.08217], [42.56129,20.07981], [42.55880,20.07840], [42.55551,20.07857], [42.55194,20.08445], [42.55134,20.08672], [42.54982,20.08827], [42.54798,20.08917], [42.54568,20.08912], [42.54419,20.08998], [42.54324,20.09294], [42.54100,20.09582], [42.53635,20.09801], [42.53404,20.09788], [42.53325,20.09917], [42.53221,20.09994], [42.53040,20.10380], [42.53094,20.10569], [42.52952,20.10762], [42.52658,20.11466], [42.52566,20.11882], [42.52572,20.12114], [42.52474,20.12131], [42.52335,20.12088], [42.52212,20.12286], [42.52066,20.12586], [42.52044,20.12981], [42.51851,20.13667], [42.51573,20.14161], [42.51430,20.14886], [42.51269,20.15073], [42.51175,20.15390], [42.50906,20.15601], [42.50883,20.15927], [42.50659,20.16159], [42.50643,20.16502], [42.50286,20.16656], [42.50121,20.16712], [42.49982,20.16579], [42.49855,20.16583], [42.49738,20.16695], [42.49504,20.16708], [42.49264,20.16914], [42.49112,20.16957], [42.48779,20.17673], [42.48675,20.17789], [42.48646,20.17970], [42.48504,20.18051], [42.48025,20.17978], [42.47449,20.18279], [42.47288,20.18214], [42.47149,20.18631], [42.47060,20.18661], [42.46984,20.18931], [42.46759,20.19163], [42.46487,20.19274], [42.46329,20.19570], [42.46240,20.19639], [42.45933,20.19485], [42.45686,20.19163], [42.45277,20.19257], [42.45125,20.19386], [42.45046,20.19643], [42.44771,20.20034], [42.44733,20.20244], [42.44530,20.20450], [42.44432,20.20558], [42.44445,20.20764], [42.44172,20.20862], [42.44144,20.20965], [42.43954,20.21055], [42.43713,20.21304], [42.43773,20.21446], [42.43653,20.21695], [42.43504,20.21879], [42.43320,20.22055], [42.43181,20.22055], [42.42839,20.22201], [42.42722,20.22214], [42.42538,20.22300], [42.42383,20.22480], [42.42367,20.22635], [42.42237,20.22596], [42.41996,20.22660], [42.41920,20.22751], [42.41816,20.22626], [42.41410,20.22566], [42.41233,20.22068], [42.41119,20.21772], [42.40963,20.21347], [42.40735,20.21167], [42.40396,20.21139], [42.40171,20.20778], [42.39803,20.20971], [42.39775,20.21195], [42.39566,20.21534], [42.39334,20.21864], [42.39319,20.22130], [42.39119,20.22383], [42.38716,20.22800], [42.38647,20.23070], [42.38555,20.23229], [42.38491,20.23323], [42.38285,20.23508], [42.38092,20.23546], [42.38111,20.23727], [42.38035,20.23894], [42.37940,20.24005], [42.37788,20.24078], [42.37613,20.24143], [42.37356,20.24061], [42.37283,20.24066], [42.37153,20.24259], [42.37065,20.24465], [42.36767,20.24611], [42.36595,20.24465], [42.36031,20.24623], [42.35834,20.24495], [42.35460,20.24430], [42.35362,20.24490], [42.35248,20.24400], [42.35175,20.24074], [42.34778,20.23576], [42.34718,20.23585], [42.34255,20.24100], [42.33931,20.24413], [42.33665,20.24602], [42.33313,20.24754], [42.33180,20.24600], [42.32935,20.24317], [42.32710,20.24231], [42.32612,20.24321], [42.32231,20.24866], [42.32285,20.25145], [42.32231,20.25488], [42.31860,20.25729], [42.31872,20.26377], [42.31968,20.26535], [42.31929,20.27153], [42.32047,20.27334], [42.32047,20.27634], [42.32164,20.27969], [42.32202,20.28351], [42.32310,20.28612], [42.32326,20.29239], [42.32066,20.29415], [42.31939,20.29814], [42.31472,20.30548], [42.31517,20.30892], [42.31634,20.31016], [42.31803,20.31089], [42.31898,20.31269], [42.32075,20.31523], [42.32114,20.31917], [42.32174,20.32158], [42.32599,20.32458], [42.32669,20.32703], [42.32751,20.32754], [42.32758,20.33497], [42.32773,20.33656], [42.32726,20.33866], [42.32615,20.34016], [42.32453,20.34595], [42.32266,20.34784], [42.32091,20.34797], [42.31942,20.34922], [42.31669,20.35389], [42.31466,20.35441], [42.30923,20.35321], [42.30828,20.36145], [42.30603,20.36449], [42.30508,20.36973], [42.30539,20.37454], [42.30197,20.38239], [42.30086,20.38629], [42.29921,20.38797], [42.29781,20.39063], [42.29844,20.39471], [42.29384,20.39788], [42.29095,20.39870], [42.28682,20.40157], [42.28435,20.40475], [42.28451,20.40865], [42.28289,20.41299], [42.28165,20.42118], [42.28213,20.42312], [42.27787,20.42518], [42.27736,20.42698], [42.27724,20.43286], [42.27695,20.43548], [42.27727,20.44148], [42.27422,20.44479], [42.27447,20.44590], [42.27313,20.44925], [42.27211,20.45624], [42.26916,20.45967], [42.26877,20.46122], [42.26487,20.46392], [42.26280,20.46736], [42.25826,20.47555], [42.25410,20.47602], [42.25258,20.47731], [42.24807,20.48585], [42.24581,20.48950], [42.24416,20.48967], [42.24327,20.49079], [42.24260,20.49388], [42.24143,20.49551], [42.23857,20.49783], [42.23545,20.49907], [42.23126,20.50117], [42.22932,20.50057], [42.22757,20.50263], [42.22424,20.50946], [42.22398,20.51400], [42.22039,20.51525], [42.21608,20.51820], [42.21137,20.52382], [42.20966,20.52387], [42.18546,20.53151], [42.17643,20.53670], [42.17230,20.54060], [42.17166,20.54232], [42.16934,20.54198], [42.16555,20.54254], [42.16616,20.54434], [42.16453,20.54481], [42.16450,20.54661], [42.15817,20.54511], [42.15518,20.54708], [42.15305,20.54932], [42.15095,20.55271], [42.14831,20.55537], [42.14723,20.55743], [42.14615,20.55863], [42.14468,20.55807], [42.14274,20.55653], [42.14023,20.55468], [42.13695,20.55743], [42.13262,20.56137], [42.12470,20.56678], [42.12233,20.56695], [42.12113,20.56793], [42.11708,20.56665], [42.11625,20.56489], [42.11482,20.56446], [42.11272,20.56278], [42.11011,20.56128], [42.10673,20.55991], [42.10368,20.56210], [42.09915,20.56617], [42.09820,20.56759], [42.09463,20.56321], [42.09221,20.56218], [42.09027,20.55957], [42.08778,20.55733], [42.08441,20.55510], [42.08240,20.55433], [42.08046,20.55626], [42.07855,20.55871], [42.07524,20.55763], [42.07278,20.55999], [42.06501,20.56673], [42.06028,20.57004], [42.05885,20.56948], [42.05837,20.57124], [42.05792,20.57579], [42.05601,20.57725], [42.04686,20.58875], [42.04336,20.59312], [42.04154,20.59493], [42.03988,20.59450], [42.03622,20.59413], [42.03246,20.59572], [42.01932,20.59701], [42.01865,20.59997], [42.01623,20.60156], [41.99980,20.60701], [41.99699,20.60872], [41.99326,20.60829], [41.99099,20.60859], [41.98736,20.61143], [41.98146,20.61460], [41.98044,20.61628], [41.97922,20.61979], [41.97587,20.62331], [41.96579,20.62512], [41.96030,20.62499], [41.95029,20.62271], [41.94420,20.62082], [41.94101,20.61902], [41.93727,20.61675], [41.93417,20.60997], [41.93127,20.60713], [41.92929,20.60645], [41.93022,20.59958], [41.92954,20.59580], [41.92621,20.59047], [41.92404,20.58939], [41.92136,20.58858], [41.91874,20.58575], [41.91682,20.58291], [41.91695,20.57437], [41.90989,20.57755], [41.90584,20.57995], [41.90097,20.58223], [41.89216,20.58755], [41.88922,20.58901], [41.88398,20.59335], [41.87835,20.59335], [41.87688,20.59429], [41.86464,20.60716], [41.85838,20.61729], [41.85739,20.61974], [41.85745,20.62146], [41.85979,20.62596], [41.86100,20.63193], [41.86357,20.63692], [41.87450,20.64872], [41.87508,20.66344], [41.87335,20.67056], [41.86824,20.67850], [41.86156,20.68078], [41.85910,20.68103], [41.85750,20.68279], [41.85753,20.68520], [41.85868,20.68747], [41.85989,20.69392], [41.86232,20.69864], [41.86341,20.70418], [41.86443,20.70602], [41.86411,20.72830], [41.87779,20.73649], [41.88220,20.73718], [41.88523,20.73688], [41.88746,20.73717], [41.89321,20.74103], [41.89334,20.74279], [41.89478,20.75022], [41.89625,20.75176], [41.90602,20.75601], [41.90666,20.75781], [41.91129,20.76447], [41.91238,20.76725], [41.91541,20.77022], [41.91844,20.77704], [41.92113,20.77266], [41.92528,20.77064], [41.92668,20.77356], [41.92959,20.76880], [41.93492,20.76580], [41.93623,20.76374], [41.93942,20.76223], [41.94679,20.75515], [41.94967,20.75893], [41.95161,20.76082], [41.95343,20.76631], [41.96285,20.76768], [41.96556,20.76447], [41.96843,20.76344], [41.97194,20.76000], [41.97654,20.75768], [41.98036,20.75378], [41.98244,20.74957], [41.98834,20.74859], [41.99561,20.74867], [41.99835,20.74970], [42.00403,20.75005], [42.00901,20.75078], [42.01529,20.75223], [42.01685,20.75090], [42.01897,20.75117], [42.01970,20.74989], [42.02174,20.75027], [42.02375,20.74958], [42.02468,20.74847], [42.02646,20.74894], [42.03026,20.75405], [42.03258,20.75461], [42.03829,20.76001], [42.03854,20.76113], [42.04084,20.76422], [42.04575,20.76581], [42.04514,20.76319], [42.04874,20.75937], [42.05333,20.75904], [42.05451,20.76191], [42.05894,20.77114], [42.06366,20.77608], [42.06490,20.77917], [42.06665,20.77951], [42.07035,20.78294], [42.07172,20.78633], [42.07465,20.78432], [42.07876,20.78479], [42.08309,20.79118], [42.08363,20.79371], [42.08245,20.79779], [42.08291,20.79936], [42.08183,20.80133], [42.08148,20.80283], [42.08215,20.80549], [42.08231,20.81069], [42.08339,20.81867], [42.08355,20.82652], [42.08527,20.82892], [42.08553,20.83468], [42.09852,20.84352], [42.09836,20.84622], [42.09909,20.84841], [42.09763,20.85433], [42.09919,20.86034], [42.09852,20.86094], [42.09763,20.87004], [42.09661,20.87253], [42.09616,20.87720], [42.09581,20.88401], [42.09731,20.89195], [42.10209,20.89727], [42.10476,20.89878], [42.10820,20.90517], [42.11240,20.90895], [42.11444,20.91289], [42.11523,20.91491], [42.11963,20.91736], [42.12329,20.91684], [42.12488,20.91959], [42.12781,20.92019], [42.12644,20.92401], [42.12720,20.92839], [42.13035,20.93182], [42.13153,20.93504], [42.13586,20.94113], [42.13678,20.94178], [42.13777,20.94470], [42.13675,20.94843], [42.13643,20.95019], [42.13771,20.95238], [42.13618,20.95645], [42.13608,20.96886], [42.13844,20.97319], [42.13933,20.97920], [42.13869,20.98353], [42.14206,20.98641], [42.14334,20.99250], [42.14375,20.99521], [42.14480,20.99649], [42.14487,20.99976], [42.14601,21.00336], [42.15018,21.00975], [42.14977,21.01306], [42.15066,21.01971], [42.15196,21.02250], [42.15171,21.02490], [42.15256,21.02731], [42.15619,21.02889], [42.15740,21.03276], [42.15925,21.03482], [42.16373,21.04207], [42.16551,21.04374], [42.16513,21.04503], [42.16542,21.04872], [42.17127,21.05293], [42.17486,21.05593], [42.17687,21.05859], [42.18075,21.06121], [42.18310,21.06615], [42.18542,21.06808], [42.18657,21.07112], [42.18727,21.07559], [42.18848,21.08105], [42.19020,21.08448], [42.19315,21.08878], [42.19395,21.09139], [42.19735,21.09517], [42.19970,21.09564], [42.20215,21.09826], [42.20555,21.10487], [42.20561,21.10959], [42.20609,21.11895], [42.20317,21.12105], [42.20186,21.12512], [42.20145,21.13319], [42.19977,21.14006], [42.19913,21.14846], [42.19729,21.15536], [42.19757,21.15785], [42.19713,21.16090], [42.19582,21.16240], [42.19210,21.16524], [42.18682,21.16957], [42.18530,21.16785], [42.17600,21.17522], [42.17266,21.17600], [42.17139,21.17819], [42.16868,21.17853], [42.16611,21.18063], [42.16541,21.18334], [42.16484,21.18514], [42.16347,21.18415], [42.16242,21.18454], [42.16181,21.18647], [42.15895,21.19106], [42.15714,21.19110], [42.15526,21.19192], [42.15361,21.19428], [42.15110,21.19588], [42.14998,21.19932], [42.14747,21.19970], [42.14664,21.20267], [42.14403,21.20322], [42.14451,21.20464], [42.14117,21.20618], [42.14069,21.20820], [42.13821,21.20760], [42.13684,21.20929], [42.13630,21.21083], [42.13493,21.21023], [42.13411,21.21160], [42.13449,21.21259], [42.13159,21.21435], [42.12787,21.21512], [42.12348,21.21598], [42.12112,21.21551], [42.11876,21.21482], [42.11574,21.21420], [42.11402,21.21455], [42.11084,21.21227], [42.10705,21.21412], [42.10342,21.21708], [42.10202,21.21910], [42.09998,21.22056], [42.09858,21.22137], [42.09584,21.22116], [42.09313,21.22219], [42.09533,21.22485], [42.09587,21.22785], [42.09708,21.22781], [42.09549,21.23004], [42.09721,21.23090], [42.09782,21.23300], [42.09511,21.23287], [42.09361,21.23914], [42.09317,21.24450], [42.09231,21.24630], [42.09224,21.25751], [42.09371,21.25763], [42.09438,21.26823], [42.09600,21.27326], [42.09820,21.27592], [42.10036,21.27939], [42.10063,21.28075], [42.10137,21.28148], [42.10089,21.28302], [42.10598,21.29328], [42.10837,21.29332], [42.11047,21.29573], [42.11203,21.29538], [42.11229,21.29693], [42.11031,21.29843], [42.10656,21.30143], [42.10391,21.30337], [42.10611,21.30963], [42.10764,21.32208], [42.11216,21.31869], [42.11573,21.31500], [42.11741,21.31701], [42.12031,21.31560], [42.12120,21.31405], [42.12139,21.31233], [42.12467,21.31195], [42.12633,21.31113], [42.12792,21.31066], [42.13081,21.30843], [42.13110,21.30706], [42.13349,21.30517], [42.13387,21.30701], [42.13670,21.30534], [42.13890,21.30251], [42.14011,21.30375], [42.14112,21.30268], [42.14307,21.30718], [42.14421,21.31079], [42.14644,21.31148], [42.14854,21.31049], [42.15290,21.31500], [42.15438,21.31635], [42.15696,21.31687], [42.16020,21.32124], [42.16186,21.32184], [42.16453,21.31944], [42.16958,21.31802], [42.17124,21.32103], [42.17277,21.31923], [42.17388,21.32240], [42.17528,21.32352], [42.17531,21.32532], [42.17610,21.32725], [42.17693,21.32721], [42.17916,21.32931], [42.18040,21.32871], [42.18339,21.33000], [42.18406,21.33223], [42.18715,21.33293], [42.18842,21.33469], [42.19186,21.33589], [42.19364,21.33512], [42.19685,21.33211], [42.20108,21.33203], [42.20451,21.33439], [42.20499,21.33615], [42.20699,21.33572], [42.20492,21.33709], [42.20337,21.33791], [42.20346,21.33885], [42.20451,21.34108], [42.20451,21.34610], [42.20708,21.34627], [42.20871,21.34893], [42.21071,21.35147], [42.21468,21.35262], [42.21503,21.35636], [42.21951,21.35773], [42.22191,21.36081], [42.22087,21.36733], [42.22293,21.36879], [42.22360,21.37120], [42.22605,21.37257], [42.22716,21.37051], [42.22954,21.37317], [42.23100,21.37549], [42.23342,21.37484], [42.23761,21.37772], [42.23704,21.37969], [42.24133,21.38613], [42.24368,21.38283], [42.24517,21.38317], [42.24508,21.38446], [42.24632,21.38514], [42.24641,21.38652], [42.24501,21.38806], [42.24527,21.39102], [42.24632,21.39102], [42.24730,21.39664], [42.24794,21.39823], [42.24901,21.39935], [42.24834,21.40201], [42.24656,21.40347], [42.24688,21.40746], [42.24583,21.41042], [42.24430,21.41115], [42.24332,21.41608], [42.24542,21.41699], [42.24306,21.41922], [42.24103,21.41990], [42.24040,21.42222], [42.23909,21.42454], [42.23579,21.42690], [42.23642,21.42947], [42.23334,21.43080], [42.23121,21.43394], [42.23493,21.44501], [42.23967,21.44286], [42.24119,21.44398], [42.24592,21.43952], [42.24780,21.43681], [42.25088,21.43514], [42.25898,21.43312], [42.26054,21.43776], [42.26228,21.44076], [42.26749,21.44123], [42.26946,21.44037], [42.27200,21.44136], [42.27308,21.44037], [42.27410,21.44149], [42.27514,21.44458], [42.27670,21.44467], [42.27772,21.44540], [42.27870,21.44823], [42.27632,21.45067], [42.27626,21.45836], [42.27788,21.46544], [42.27934,21.46703], [42.27975,21.47037], [42.27902,21.47531], [42.27343,21.48685], [42.27400,21.48908], [42.27321,21.48960], [42.27311,21.49243], [42.27416,21.49595], [42.27241,21.49840], [42.27241,21.49986], [42.27118,21.50024], [42.26962,21.50453], [42.27064,21.50492], [42.27127,21.50702], [42.27044,21.50857], [42.27035,21.51080], [42.26968,21.51187], [42.26841,21.51067], [42.26682,21.51063], [42.26520,21.51106], [42.26476,21.51294], [42.26339,21.51436], [42.26241,21.51805], [42.26079,21.51925], [42.26076,21.51788], [42.25882,21.51754], [42.25704,21.51801], [42.25167,21.52011], [42.24942,21.51870], [42.24516,21.52054], [42.24141,21.52076], [42.24014,21.53226], [42.24167,21.53440], [42.24275,21.53260], [42.24462,21.53522], [42.24545,21.53496], [42.24700,21.53719], [42.25018,21.53921], [42.25152,21.54213], [42.25075,21.54432], [42.25333,21.54474], [42.25272,21.54989], [42.25202,21.55037], [42.25186,21.55238], [42.25021,21.55350], [42.25040,21.55788], [42.25221,21.55938], [42.25015,21.56354], [42.25063,21.56912], [42.25415,21.57629], [42.25577,21.57612], [42.25660,21.57878], [42.25977,21.58135], [42.25895,21.58350], [42.26038,21.58521]], + XK: [[42.26106,21.58663],[42.26367,21.58878],[42.26634,21.59084],[42.27059,21.58955],[42.27269,21.58620],[42.27993,21.58328],[42.28298,21.58569],[42.29853,21.56371],[42.29986,21.56637],[42.30240,21.56449],[42.30488,21.56586],[42.31015,21.56629],[42.31629,21.55908],[42.31458,21.55813],[42.31458,21.55401],[42.31299,21.55333],[42.31458,21.54989],[42.31141,21.54766],[42.31001,21.54200],[42.31096,21.53994],[42.31223,21.54028],[42.31604,21.53779],[42.31858,21.53934],[42.31979,21.53882],[42.31909,21.53410],[42.32112,21.53839],[42.32315,21.53342],[42.32270,21.53101],[42.32569,21.52766],[42.32632,21.52500],[42.32759,21.52518],[42.32911,21.52689],[42.33324,21.52792],[42.33774,21.52663],[42.33952,21.52698],[42.34275,21.52595],[42.34669,21.52964],[42.34802,21.53110],[42.34961,21.53050],[42.35195,21.53127],[42.35309,21.53367],[42.35620,21.53350],[42.35988,21.53625],[42.36452,21.53396],[42.36575,21.53255],[42.36724,21.53654],[42.36940,21.53658],[42.37083,21.53843],[42.37067,21.53950],[42.37273,21.54049],[42.36788,21.54448],[42.36800,21.54671],[42.36509,21.54641],[42.36169,21.55340],[42.36366,21.55289],[42.36553,21.55349],[42.36705,21.55800],[42.36616,21.56152],[42.36737,21.56147],[42.36563,21.56714],[42.36455,21.56868],[42.36233,21.57100],[42.36360,21.57297],[42.36490,21.57306],[42.36509,21.57521],[42.36775,21.58006],[42.37026,21.57881],[42.37365,21.57585],[42.37371,21.57473],[42.37555,21.57461],[42.37850,21.57877],[42.37834,21.58061],[42.38138,21.58482],[42.38002,21.58718],[42.38256,21.59267],[42.38328,21.59509],[42.38011,21.60029],[42.37821,21.60162],[42.37504,21.60544],[42.37567,21.61646],[42.37814,21.62127],[42.38312,21.62222],[42.38730,21.62578],[42.39120,21.62809],[42.39247,21.62870],[42.39371,21.63106],[42.39447,21.63118],[42.39545,21.63290],[42.39688,21.63453],[42.39868,21.63771],[42.40302,21.63625],[42.40309,21.63822],[42.40787,21.64397],[42.40851,21.64548],[42.41304,21.64693],[42.41554,21.64586],[42.41763,21.64384],[42.41947,21.64118],[42.41969,21.63912],[42.42058,21.63882],[42.42086,21.63732],[42.42264,21.63663],[42.42308,21.63878],[42.42498,21.63930],[42.42628,21.63827],[42.42907,21.63811],[42.43063,21.63746],[42.43101,21.63626],[42.43281,21.63519],[42.43516,21.63193],[42.43687,21.63154],[42.43794,21.63296],[42.43927,21.63308],[42.44257,21.63042],[42.44646,21.62523],[42.45267,21.62257],[42.45495,21.62514],[42.45492,21.62858],[42.45717,21.62918],[42.45929,21.62978],[42.46051,21.63235],[42.46390,21.63656],[42.46849,21.64265],[42.46893,21.64579],[42.47254,21.64999],[42.47340,21.65377],[42.47593,21.65849],[42.47792,21.65746],[42.47862,21.65939],[42.48071,21.66119],[42.48074,21.65978],[42.48346,21.65848],[42.48406,21.66122],[42.48504,21.66144],[42.48409,21.66242],[42.48384,21.67096],[42.48659,21.67294],[42.48786,21.67054],[42.49235,21.66873],[42.49352,21.67019],[42.49393,21.67165],[42.49726,21.67569],[42.49760,21.67873],[42.49919,21.68066],[42.49960,21.68448],[42.50156,21.68689],[42.50213,21.69135],[42.50472,21.69238],[42.50523,21.69414],[42.50684,21.69264],[42.50909,21.69152],[42.50956,21.69259],[42.51089,21.69109],[42.51463,21.69259],[42.51586,21.69624],[42.51361,21.70182],[42.51396,21.70444],[42.51251,21.70822],[42.51434,21.70847],[42.51523,21.70976],[42.51675,21.71113],[42.51953,21.70985],[42.52136,21.70804],[42.52285,21.70761],[42.52402,21.70628],[42.52478,21.70440],[42.52845,21.70066],[42.52867,21.69886],[42.53112,21.69707],[42.53409,21.69741],[42.53510,21.69848],[42.53872,21.69384],[42.53973,21.69444],[42.53904,21.69564],[42.53973,21.69770],[42.54052,21.69792],[42.54055,21.70079],[42.54188,21.70349],[42.54296,21.70229],[42.54419,21.70384],[42.54574,21.70234],[42.54754,21.70598],[42.54931,21.70667],[42.54953,21.70791],[42.54896,21.70967],[42.54903,21.71135],[42.54982,21.71495],[42.54903,21.71843],[42.54729,21.72302],[42.54681,21.72787],[42.54760,21.73053],[42.55086,21.73560],[42.55228,21.74096],[42.55491,21.74332],[42.55775,21.74684],[42.55880,21.74809],[42.56044,21.74792],[42.56170,21.74951],[42.56376,21.74792],[42.56515,21.74526],[42.57030,21.74822],[42.57286,21.74831],[42.57656,21.74754],[42.58127,21.74814],[42.58319,21.74500],[42.58526,21.74436],[42.58713,21.74479],[42.58732,21.74346],[42.59130,21.74071],[42.59487,21.73912],[42.59740,21.73500],[42.60040,21.73423],[42.60365,21.73603],[42.60431,21.73732],[42.60333,21.74075],[42.60836,21.74286],[42.60649,21.75041],[42.60956,21.75264],[42.61278,21.75221],[42.61733,21.75590],[42.61837,21.75805],[42.62181,21.75800],[42.62317,21.75461],[42.62472,21.75376],[42.62809,21.75346],[42.63138,21.75457],[42.63084,21.75522],[42.63302,21.75852],[42.63520,21.75895],[42.63760,21.76045],[42.63289,21.76809],[42.63463,21.77204],[42.63722,21.77500],[42.64120,21.77856],[42.64369,21.78028],[42.64631,21.77963],[42.64647,21.78461],[42.65098,21.79041],[42.65587,21.78770],[42.66017,21.78217],[42.66266,21.78101],[42.66481,21.77792],[42.66585,21.77414],[42.66765,21.77182],[42.67156,21.77315],[42.67301,21.77204],[42.67696,21.77199],[42.68005,21.76864],[42.68075,21.76611],[42.68264,21.76405],[42.68289,21.76177],[42.68397,21.76018],[42.68728,21.75877],[42.68889,21.75739],[42.69188,21.75628],[42.69333,21.75697],[42.69523,21.75362],[42.70122,21.75370],[42.70194,21.74971],[42.69996,21.74534],[42.69636,21.74006],[42.69453,21.73439],[42.69573,21.72941],[42.69570,21.72512],[42.69248,21.72341],[42.69283,21.72096],[42.69024,21.71525],[42.69113,21.71332],[42.69012,21.70697],[42.69327,21.70332],[42.69166,21.70083],[42.69103,21.69628],[42.69195,21.69019],[42.69075,21.68585],[42.68936,21.68298],[42.68879,21.67869],[42.68772,21.67676],[42.68731,21.67418],[42.68251,21.67101],[42.67701,21.67250],[42.67597,21.66962],[42.67180,21.66894],[42.66994,21.66417],[42.66984,21.66233],[42.66622,21.66057],[42.67003,21.65602],[42.67044,21.65426],[42.67221,21.65366],[42.67489,21.65078],[42.67704,21.64915],[42.67997,21.64491],[42.68647,21.64469],[42.69129,21.64198],[42.69166,21.64035],[42.69655,21.63988],[42.69886,21.63829],[42.69731,21.63464],[42.69952,21.63361],[42.70072,21.63112],[42.69993,21.62795],[42.69759,21.62644],[42.69699,21.62044],[42.69602,21.61820],[42.69759,21.61529],[42.69772,21.61305],[42.69696,21.61147],[42.69898,21.60388],[42.70214,21.60118],[42.70374,21.59818],[42.70482,21.59470],[42.70460,21.59058],[42.70384,21.58762],[42.70598,21.58680],[42.70829,21.58792],[42.71153,21.59097],[42.71645,21.59350],[42.72001,21.59371],[42.72263,21.59389],[42.72651,21.59251],[42.72786,21.58912],[42.72811,21.58487],[42.72755,21.58243],[42.72591,21.58140],[42.72919,21.57826],[42.72808,21.57183],[42.73202,21.56745],[42.73183,21.56475],[42.73338,21.56256],[42.73817,21.56002],[42.73590,21.55569],[42.73413,21.55380],[42.73130,21.55252],[42.73064,21.54699],[42.72919,21.54154],[42.72736,21.54094],[42.72352,21.54025],[42.72512,21.53364],[42.72597,21.52587],[42.72809,21.52205],[42.72780,21.51986],[42.72954,21.51832],[42.72982,21.51347],[42.73272,21.51205],[42.73313,21.50772],[42.73272,21.50587],[42.73360,21.50167],[42.73505,21.50214],[42.73641,21.49884],[42.73786,21.49875],[42.74038,21.49347],[42.74233,21.48558],[42.74489,21.48399],[42.74646,21.48111],[42.74804,21.47931],[42.74757,21.47613],[42.74599,21.47364],[42.73865,21.46862],[42.73717,21.46854],[42.73663,21.46738],[42.73789,21.46528],[42.73956,21.46309],[42.74227,21.45798],[42.74467,21.45317],[42.75037,21.44918],[42.74990,21.44657],[42.74788,21.44305],[42.74864,21.43566],[42.75015,21.43283],[42.74930,21.43073],[42.75024,21.42657],[42.74924,21.42640],[42.74952,21.42245],[42.74864,21.41901],[42.74637,21.41768],[42.74798,21.41288],[42.74552,21.40391],[42.74665,21.39524],[42.74568,21.39292],[42.74788,21.39305],[42.75002,21.38987],[42.75620,21.38910],[42.75797,21.38953],[42.75787,21.39103],[42.75979,21.39464],[42.76168,21.39554],[42.76285,21.39854],[42.76376,21.39897],[42.76490,21.40138],[42.76654,21.40305],[42.76635,21.40794],[42.77005,21.40901],[42.77209,21.40897],[42.77622,21.41184],[42.77887,21.41090],[42.78050,21.40845],[42.78195,21.40832],[42.78381,21.41038],[42.78747,21.40884],[42.78863,21.41008],[42.79027,21.41403],[42.79311,21.41172],[42.79359,21.40743],[42.79667,21.40674],[42.79746,21.40850],[42.80524,21.41052],[42.80618,21.41374],[42.80524,21.42086],[42.80568,21.42331],[42.81015,21.42314],[42.81043,21.42550],[42.81308,21.42211],[42.81811,21.41812],[42.82032,21.41928],[42.82261,21.41874],[42.82563,21.41745],[42.82884,21.41908],[42.82994,21.42264],[42.83240,21.42415],[42.83614,21.42479],[42.84007,21.42363],[42.84432,21.42393],[42.84568,21.42333],[42.84690,21.42402],[42.84728,21.42711],[42.84967,21.42879],[42.85005,21.43128],[42.84967,21.43381],[42.85065,21.43510],[42.85137,21.43763],[42.85857,21.43613],[42.86443,21.43690],[42.86754,21.43458],[42.87279,21.43565],[42.87345,21.43076],[42.87455,21.42668],[42.87465,21.42274],[42.87386,21.42115],[42.87509,21.41282],[42.87402,21.41171],[42.87421,21.40840],[42.87361,21.40660],[42.87471,21.40497],[42.87458,21.40209],[42.87348,21.39699],[42.87109,21.39347],[42.86719,21.39282],[42.86792,21.38905],[42.86691,21.38609],[42.87015,21.38295],[42.87065,21.38051],[42.87260,21.38056],[42.87352,21.37596],[42.87348,21.36940],[42.87119,21.36524],[42.87261,21.36179],[42.87805,21.35891],[42.87918,21.35638],[42.87893,21.35320],[42.88107,21.35058],[42.88811,21.35153],[42.88987,21.34917],[42.89097,21.34436],[42.89233,21.34410],[42.89334,21.34612],[42.89633,21.34479],[42.89935,21.34315],[42.90092,21.34011],[42.89951,21.33603],[42.90312,21.33118],[42.90265,21.32620],[42.90215,21.32380],[42.90303,21.31929],[42.90227,21.31650],[42.90444,21.31183],[42.90422,21.30848],[42.90658,21.30397],[42.90180,21.30101],[42.90189,21.29814],[42.90309,21.29646],[42.90354,21.29213],[42.90090,21.28643],[42.89819,21.28527],[42.89565,21.28183],[42.89455,21.27690],[42.89577,21.27325],[42.89757,21.27166],[42.90112,21.27231],[42.90728,21.27033],[42.91020,21.27050],[42.91294,21.26557],[42.91539,21.26450],[42.91866,21.26175],[42.91944,21.26033],[42.92579,21.25523],[42.92604,21.25360],[42.92717,21.25282],[42.93113,21.25209],[42.93387,21.24579],[42.93839,21.24536],[42.94436,21.23969],[42.94690,21.24003],[42.95030,21.23789],[42.95055,21.23591],[42.95666,21.23429],[42.96068,21.23558],[42.96370,21.23931],[42.97180,21.24116],[42.97475,21.24008],[42.98094,21.24433],[42.99073,21.23862],[42.99196,21.23884],[42.99456,21.23798],[42.99754,21.23961],[42.99830,21.23828],[43.00570,21.23785],[43.01045,21.23485],[43.00995,21.23266],[43.01538,21.22927],[43.01713,21.22623],[43.02103,21.22537],[43.02037,21.22116],[43.02219,21.21301],[43.02501,21.20550],[43.02319,21.20043],[43.02391,21.19657],[43.01889,21.19481],[43.01557,21.19168],[43.00904,21.19314],[43.00778,21.19254],[43.00603,21.18722],[43.00028,21.17529],[43.00091,21.17177],[43.00308,21.17275],[43.00417,21.16979],[43.00822,21.16945],[43.01020,21.16615],[43.01265,21.16524],[43.01481,21.16383],[43.01990,21.16790],[43.02128,21.16730],[43.02354,21.16739],[43.02483,21.16687],[43.02618,21.16829],[43.02894,21.16653],[43.02932,21.16383],[43.02860,21.15894],[43.02994,21.15640],[43.03365,21.15602],[43.03700,21.15417],[43.03917,21.15366],[43.04077,21.15267],[43.04384,21.15301],[43.04535,21.15482],[43.04779,21.15297],[43.06005,21.15355],[43.06741,21.14995],[43.07165,21.14673],[43.07444,21.14385],[43.07597,21.14407],[43.08230,21.14009],[43.08333,21.14210],[43.08672,21.14446],[43.08712,21.14785],[43.09120,21.15043],[43.09728,21.14687],[43.10245,21.14455],[43.10624,21.14159],[43.10956,21.14141],[43.11420,21.13703],[43.11423,21.13475],[43.11172,21.12935],[43.11379,21.12377],[43.11216,21.12106],[43.11269,21.11789],[43.11156,21.11381],[43.11457,21.11158],[43.11821,21.10733],[43.11764,21.10308],[43.12106,21.10179],[43.12676,21.09896],[43.13102,21.09274],[43.13462,21.09160],[43.13644,21.08842],[43.12967,21.07864],[43.12814,21.07774],[43.11849,21.07877],[43.11542,21.07495],[43.11436,21.06332],[43.11160,21.06319],[43.11025,21.06203],[43.10812,21.05019],[43.11285,21.04641],[43.11298,21.04362],[43.11971,21.03744],[43.12075,21.03323],[43.12448,21.03040],[43.12513,21.02847],[43.13002,21.02568],[43.13083,21.02203],[43.13149,21.01590],[43.13459,21.01444],[43.13588,21.00251],[43.13869,20.99620],[43.13857,20.99427],[43.13700,20.99251],[43.13578,20.98633],[43.13606,20.97646],[43.13298,20.97019],[43.13063,20.96723],[43.12953,20.96800],[43.12637,20.96882],[43.12449,20.96659],[43.12596,20.96178],[43.12634,20.95642],[43.12806,20.95363],[43.12778,20.95195],[43.13029,20.94642],[43.13364,20.94337],[43.13364,20.94165],[43.13542,20.93813],[43.13451,20.93401],[43.14485,20.92938],[43.14812,20.92132],[43.14784,20.91569],[43.14912,20.91123],[43.14812,20.90690],[43.15075,20.90664],[43.15629,20.89990],[43.15526,20.89372],[43.15682,20.88900],[43.15895,20.88647],[43.16171,20.88634],[43.16333,20.88552],[43.16764,20.87958],[43.16801,20.87778],[43.16654,20.87113],[43.16495,20.86911],[43.16510,20.86383],[43.17158,20.85915],[43.17337,20.85842],[43.17468,20.85585],[43.17471,20.84877],[43.17349,20.83851],[43.17897,20.83147],[43.18394,20.83533],[43.18332,20.83795],[43.18388,20.84327],[43.18554,20.84915],[43.18845,20.85581],[43.19267,20.85211],[43.19302,20.84988],[43.19499,20.85005],[43.19794,20.84394],[43.20307,20.84227],[43.20641,20.84377],[43.20457,20.84944],[43.20535,20.85274],[43.20494,20.85412],[43.20620,20.86128],[43.20720,20.86300],[43.20516,20.86570],[43.20585,20.86987],[43.20413,20.87266],[43.20460,20.87776],[43.20544,20.88064],[43.20347,20.88295],[43.20404,20.88514],[43.20238,20.88858],[43.20388,20.88995],[43.20626,20.88978],[43.21151,20.88051],[43.21458,20.88012],[43.21624,20.87935],[43.21983,20.87982],[43.22305,20.88008],[43.22355,20.87759],[43.22505,20.87763],[43.22706,20.87733],[43.22896,20.87463],[43.23128,20.87317],[43.23728,20.86476],[43.23778,20.86244],[43.24541,20.85691],[43.24875,20.85236],[43.25150,20.85261],[43.25225,20.84665],[43.25544,20.84197],[43.25726,20.83712],[43.26254,20.83622],[43.26244,20.83021],[43.26472,20.83000],[43.26613,20.82832],[43.26607,20.81601],[43.26732,20.81017],[43.26791,20.80296],[43.26672,20.79893],[43.26194,20.79648],[43.26013,20.79193],[43.25654,20.79137],[43.25304,20.79210],[43.25185,20.79262],[43.24928,20.79180],[43.24613,20.79318],[43.24425,20.79099],[43.24563,20.78558],[43.24488,20.77919],[43.24560,20.77648],[43.24478,20.77335],[43.24813,20.76906],[43.24466,20.76047],[43.24591,20.75442],[43.24447,20.75129],[43.24772,20.74043],[43.24910,20.72829],[43.24791,20.72631],[43.24610,20.72438],[43.23997,20.71992],[43.24005,20.71802],[43.23452,20.71707],[43.23214,20.71016],[43.22733,20.70844],[43.22514,20.69874],[43.22264,20.69668],[43.22198,20.69471],[43.22010,20.69059],[43.21798,20.68737],[43.21460,20.68767],[43.21313,20.68385],[43.20994,20.67295],[43.21025,20.66432],[43.20966,20.65694],[43.21172,20.65312],[43.20960,20.65009],[43.20926,20.64554],[43.20729,20.64258],[43.20738,20.63635],[43.21051,20.63301],[43.20660,20.61996],[43.20541,20.61884],[43.20566,20.60975],[43.20788,20.60618],[43.20745,20.60473],[43.21157,20.60095],[43.20948,20.59764],[43.20792,20.59696],[43.20679,20.59387],[43.20504,20.59314],[43.20135,20.59696],[43.20041,20.59996],[43.19656,20.60224],[43.19165,20.60906],[43.18536,20.61082],[43.18032,20.61288],[43.17703,20.60842],[43.17450,20.60683],[43.16877,20.61172],[43.16893,20.61670],[43.16696,20.62296],[43.16508,20.62425],[43.16455,20.62717],[43.16367,20.62769],[43.16336,20.63464],[43.16167,20.64116],[43.15763,20.64656],[43.15869,20.64858],[43.15738,20.65107],[43.15594,20.65116],[43.15371,20.65510],[43.15368,20.65862],[43.15005,20.65673],[43.14391,20.66145],[43.14013,20.65738],[43.13687,20.65734],[43.13496,20.66472],[43.13079,20.67287],[43.12631,20.67261],[43.12541,20.67931],[43.12171,20.68489],[43.11695,20.68673],[43.11015,20.69068],[43.10818,20.69205],[43.10598,20.69257],[43.10313,20.68682],[43.10050,20.68742],[43.09674,20.69162],[43.09351,20.69235],[43.08834,20.68935],[43.08402,20.68729],[43.08358,20.68566],[43.08041,20.67866],[43.07850,20.67004],[43.07869,20.66210],[43.07740,20.65909],[43.07430,20.65583],[43.07179,20.65566],[43.06765,20.65931],[43.06580,20.66317],[43.06533,20.66819],[43.05840,20.66849],[43.05609,20.67009],[43.05308,20.66670],[43.04960,20.66529],[43.04863,20.66542],[43.04778,20.66971],[43.04467,20.67074],[43.03865,20.67065],[43.03548,20.66778],[43.03514,20.65709],[43.03489,20.65306],[43.03244,20.65087],[43.03009,20.65121],[43.02880,20.65022],[43.02275,20.65061],[43.02428,20.64563],[43.02306,20.63992],[43.01937,20.64014],[43.01645,20.63636],[43.01335,20.63718],[43.00993,20.64061],[43.00720,20.63984],[43.00946,20.63250],[43.00908,20.62778],[43.00607,20.62636],[43.00296,20.62018],[43.00277,20.61752],[43.00877,20.61765],[43.01024,20.61847],[43.01774,20.61933],[43.01818,20.61847],[43.01740,20.61490],[43.01592,20.61293],[43.01639,20.60937],[43.01796,20.60705],[43.01586,20.59988],[43.01752,20.58980],[43.01473,20.58980],[43.01215,20.57881],[43.00835,20.58151],[43.00176,20.58035],[43.00006,20.57426],[42.99940,20.57001],[42.99554,20.56666],[42.98967,20.56460],[42.98358,20.56361],[42.98163,20.55666],[42.97514,20.55113],[42.96911,20.55422],[42.96945,20.55224],[42.96176,20.54658],[42.96625,20.53889],[42.97341,20.53696],[42.97388,20.53130],[42.97121,20.51894],[42.97077,20.51426],[42.96873,20.51435],[42.96559,20.51280],[42.96405,20.50718],[42.95774,20.49984],[42.95174,20.49559],[42.94546,20.49560],[42.94132,20.49264],[42.93758,20.48874],[42.93522,20.48792],[42.93343,20.48440],[42.93176,20.48582],[42.92821,20.48590],[42.91933,20.49795],[42.90440,20.50525],[42.89893,20.51534],[42.89808,20.51958],[42.89311,20.51993],[42.88918,20.53247],[42.88852,20.53457],[42.88474,20.53491],[42.88434,20.53813],[42.88289,20.53710],[42.88113,20.53101],[42.88169,20.52899],[42.88031,20.52659],[42.87959,20.51890],[42.87890,20.51534],[42.87616,20.51169],[42.87012,20.49848],[42.86930,20.49230],[42.86760,20.48457],[42.85968,20.47719],[42.85332,20.46286],[42.83369,20.44063],[42.83438,20.43247],[42.83608,20.42861],[42.83935,20.42535],[42.84722,20.41531],[42.84734,20.40621],[42.84634,20.40020],[42.84508,20.39874],[42.84514,20.39462],[42.84269,20.38896],[42.84363,20.38338],[42.83300,20.36407],[42.83413,20.35965],[42.83274,20.35638],[42.83290,20.35390],[42.83378,20.35304],[42.83300,20.34952],[42.83347,20.34381],[42.83693,20.34008],[42.83608,20.33471],[42.83397,20.33046],[42.83359,20.32712],[42.83177,20.32536],[42.82972,20.32480],[42.82868,20.31961],[42.82909,20.31716],[42.83674,20.31630],[42.83652,20.29768],[42.82557,20.29227],[42.82661,20.28583],[42.83155,20.28159],[42.82566,20.27472],[42.82123,20.27446],[42.81735,20.26584],[42.81493,20.26030],[42.81531,20.25833],[42.81480,20.25532],[42.81128,20.25159],[42.80675,20.25476],[42.80334,20.26051],[42.80386,20.26245],[42.79712,20.26133],[42.78673,20.26318],[42.77917,20.26588],[42.77621,20.26369],[42.77508,20.26026],[42.77114,20.25763],[42.76947,20.25424],[42.76682,20.25256],[42.75939,20.24986],[42.75753,20.24089],[42.75696,20.23600],[42.75324,20.23407],[42.75339,20.22362],[42.75248,20.21997],[42.74885,20.21272],[42.74671,20.21242],[42.74970,20.20615],[42.75084,20.20083],[42.75071,20.19512],[42.74624,20.19130],[42.75427,20.18259],[42.75578,20.17427],[42.75663,20.17349],[42.75843,20.17298],[42.75969,20.17058],[42.76215,20.16796],[42.76886,20.15491],[42.76331,20.14826],[42.75550,20.14702],[42.75509,20.14556],[42.75834,20.13680],[42.76196,20.12955],[42.76328,20.12474],[42.76322,20.11938],[42.76467,20.11483],[42.76952,20.10565],[42.77094,20.10470],[42.77349,20.10504],[42.77699,20.09826],[42.77649,20.08919],[42.77516,20.08739],[42.77551,20.08014],[42.77529,20.07018],[42.77633,20.06713],[42.77797,20.06503],[42.77945,20.05997],[42.77838,20.05735],[42.77857,20.05361],[42.77397,20.04713],[42.77507,20.04469],[42.77469,20.04246],[42.77242,20.03855],[42.77060,20.03726],[42.76893,20.03198],[42.76767,20.03074],[42.76631,20.03134],[42.76641,20.02889],[42.76543,20.02658],[42.76515,20.02306],[42.76439,20.02207],[42.76240,20.02400],[42.75821,20.02181],[42.75689,20.02168],[42.75264,20.02344],[42.74936,20.02035],[42.74684,20.01988],[42.74507,20.01941],[42.74454,20.01718],[42.74517,20.01632],[42.74098,20.01417],[42.74022,20.01417],[42.73650,20.01516],[42.73518,20.01602],[42.73218,20.01533],[42.72878,20.01439],[42.72739,20.01486],[42.72389,20.01855],[42.72408,20.01932],[42.72276,20.02143],[42.72222,20.02477],[42.72090,20.02791],[42.72014,20.03220],[42.71920,20.03100],[42.71759,20.02748],[42.71617,20.02748],[42.71466,20.02374],[42.71336,20.02207],[42.71343,20.02053],[42.71403,20.01774],[42.71302,20.01619],[42.70961,20.01589],[42.70952,20.02001],[42.70933,20.02452],[42.70989,20.02872],[42.71112,20.03224],[42.71112,20.03314],[42.70613,20.03101],[42.70162,20.03161],[42.69733,20.03311],[42.69648,20.03543],[42.69645,20.03993],[42.69595,20.04109],[42.69585,20.04392],[42.69443,20.04568],[42.69254,20.04663],[42.69194,20.04852],[42.69043,20.04929],[42.68841,20.05225],[42.68680,20.05268],[42.68468,20.05388],[42.68472,20.05770],[42.68405,20.05864],[42.68472,20.06332],[42.68013,20.06823],[42.67991,20.08320],[42.66855,20.08844],[42.66615,20.09445],[42.65533,20.11178],[42.64927,20.10938],[42.64791,20.10839],[42.64665,20.10453],[42.64494,20.10136],[42.64406,20.09857],[42.64182,20.09552],[42.63929,20.09337],[42.63551,20.09161],[42.63423,20.09179],[42.63319,20.09033],[42.62918,20.08780],[42.62754,20.08518],[42.62741,20.08320],[42.62552,20.08041],[42.62366,20.07771],[42.62025,20.07514],[42.61507,20.07522],[42.61428,20.07552],[42.61251,20.07496],[42.61083,20.07441],[42.60862,20.07278],[42.60708,20.07235],[42.60464,20.07351],[42.60382,20.07458],[42.60196,20.07449],[42.59771,20.07782],[42.59708,20.07876],[42.59474,20.07953],[42.59373,20.08074],[42.59089,20.08104],[42.59057,20.08267],[42.58874,20.08468],[42.58792,20.08520],[42.58191,20.08550],[42.58112,20.08674],[42.57771,20.08765],[42.57379,20.08756],[42.57084,20.08355],[42.56875,20.08346],[42.56774,20.08380],[42.56578,20.08217],[42.56129,20.07981],[42.55880,20.07840],[42.55551,20.07857],[42.55194,20.08445],[42.55134,20.08672],[42.54982,20.08827],[42.54798,20.08917],[42.54568,20.08912],[42.54419,20.08998],[42.54324,20.09294],[42.54100,20.09582],[42.53635,20.09801],[42.53404,20.09788],[42.53325,20.09917],[42.53221,20.09994],[42.53040,20.10380],[42.53094,20.10569],[42.52952,20.10762],[42.52658,20.11466],[42.52566,20.11882],[42.52572,20.12114],[42.52474,20.12131],[42.52335,20.12088],[42.52212,20.12286],[42.52066,20.12586],[42.52044,20.12981],[42.51851,20.13667],[42.51573,20.14161],[42.51430,20.14886],[42.51269,20.15073],[42.51175,20.15390],[42.50906,20.15601],[42.50883,20.15927],[42.50659,20.16159],[42.50643,20.16502],[42.50286,20.16656],[42.50121,20.16712],[42.49982,20.16579],[42.49855,20.16583],[42.49738,20.16695],[42.49504,20.16708],[42.49264,20.16914],[42.49112,20.16957],[42.48779,20.17673],[42.48675,20.17789],[42.48646,20.17970],[42.48504,20.18051],[42.48025,20.17978],[42.47449,20.18279],[42.47288,20.18214],[42.47149,20.18631],[42.47060,20.18661],[42.46984,20.18931],[42.46759,20.19163],[42.46487,20.19274],[42.46329,20.19570],[42.46240,20.19639],[42.45933,20.19485],[42.45686,20.19163],[42.45277,20.19257],[42.45125,20.19386],[42.45046,20.19643],[42.44771,20.20034],[42.44733,20.20244],[42.44530,20.20450],[42.44432,20.20558],[42.44445,20.20764],[42.44172,20.20862],[42.44144,20.20965],[42.43954,20.21055],[42.43713,20.21304],[42.43773,20.21446],[42.43653,20.21695],[42.43504,20.21879],[42.43320,20.22055],[42.43181,20.22055],[42.42839,20.22201],[42.42722,20.22214],[42.42538,20.22300],[42.42383,20.22480],[42.42367,20.22635],[42.42237,20.22596],[42.41996,20.22660],[42.41920,20.22751],[42.41816,20.22626],[42.41410,20.22566],[42.41233,20.22068],[42.41119,20.21772],[42.40963,20.21347],[42.40735,20.21167],[42.40396,20.21139],[42.40171,20.20778],[42.39803,20.20971],[42.39775,20.21195],[42.39566,20.21534],[42.39334,20.21864],[42.39319,20.22130],[42.39119,20.22383],[42.38716,20.22800],[42.38647,20.23070],[42.38555,20.23229],[42.38491,20.23323],[42.38285,20.23508],[42.38092,20.23546],[42.38111,20.23727],[42.38035,20.23894],[42.37940,20.24005],[42.37788,20.24078],[42.37613,20.24143],[42.37356,20.24061],[42.37283,20.24066],[42.37153,20.24259],[42.37065,20.24465],[42.36767,20.24611],[42.36595,20.24465],[42.36031,20.24623],[42.35834,20.24495],[42.35460,20.24430],[42.35362,20.24490],[42.35248,20.24400],[42.35175,20.24074],[42.34778,20.23576],[42.34718,20.23585],[42.34255,20.24100],[42.33931,20.24413],[42.33665,20.24602],[42.33313,20.24754],[42.33180,20.24600],[42.32935,20.24317],[42.32710,20.24231],[42.32612,20.24321],[42.32231,20.24866],[42.32285,20.25145],[42.32231,20.25488],[42.31860,20.25729],[42.31872,20.26377],[42.31968,20.26535],[42.31929,20.27153],[42.32047,20.27334],[42.32047,20.27634],[42.32164,20.27969],[42.32202,20.28351],[42.32310,20.28612],[42.32326,20.29239],[42.32066,20.29415],[42.31939,20.29814],[42.31472,20.30548],[42.31517,20.30892],[42.31634,20.31016],[42.31803,20.31089],[42.31898,20.31269],[42.32075,20.31523],[42.32114,20.31917],[42.32174,20.32158],[42.32599,20.32458],[42.32669,20.32703],[42.32751,20.32754],[42.32758,20.33497],[42.32773,20.33656],[42.32726,20.33866],[42.32615,20.34016],[42.32453,20.34595],[42.32266,20.34784],[42.32091,20.34797],[42.31942,20.34922],[42.31669,20.35389],[42.31466,20.35441],[42.30923,20.35321],[42.30828,20.36145],[42.30603,20.36449],[42.30508,20.36973],[42.30539,20.37454],[42.30197,20.38239],[42.30086,20.38629],[42.29921,20.38797],[42.29781,20.39063],[42.29844,20.39471],[42.29384,20.39788],[42.29095,20.39870],[42.28682,20.40157],[42.28435,20.40475],[42.28451,20.40865],[42.28289,20.41299],[42.28165,20.42118],[42.28213,20.42312],[42.27787,20.42518],[42.27736,20.42698],[42.27724,20.43286],[42.27695,20.43548],[42.27727,20.44148],[42.27422,20.44479],[42.27447,20.44590],[42.27313,20.44925],[42.27211,20.45624],[42.26916,20.45967],[42.26877,20.46122],[42.26487,20.46392],[42.26280,20.46736],[42.25826,20.47555],[42.25410,20.47602],[42.25258,20.47731],[42.24807,20.48585],[42.24581,20.48950],[42.24416,20.48967],[42.24327,20.49079],[42.24260,20.49388],[42.24143,20.49551],[42.23857,20.49783],[42.23545,20.49907],[42.23126,20.50117],[42.22932,20.50057],[42.22757,20.50263],[42.22424,20.50946],[42.22398,20.51400],[42.22039,20.51525],[42.21608,20.51820],[42.21137,20.52382],[42.20966,20.52387],[42.18546,20.53151],[42.17643,20.53670],[42.17230,20.54060],[42.17166,20.54232],[42.16934,20.54198],[42.16555,20.54254],[42.16616,20.54434],[42.16453,20.54481],[42.16450,20.54661],[42.15817,20.54511],[42.15518,20.54708],[42.15305,20.54932],[42.15095,20.55271],[42.14831,20.55537],[42.14723,20.55743],[42.14615,20.55863],[42.14468,20.55807],[42.14274,20.55653],[42.14023,20.55468],[42.13695,20.55743],[42.13262,20.56137],[42.12470,20.56678],[42.12233,20.56695],[42.12113,20.56793],[42.11708,20.56665],[42.11625,20.56489],[42.11482,20.56446],[42.11272,20.56278],[42.11011,20.56128],[42.10673,20.55991],[42.10368,20.56210],[42.09915,20.56617],[42.09820,20.56759],[42.09463,20.56321],[42.09221,20.56218],[42.09027,20.55957],[42.08778,20.55733],[42.08441,20.55510],[42.08240,20.55433],[42.08046,20.55626],[42.07855,20.55871],[42.07524,20.55763],[42.07278,20.55999],[42.06501,20.56673],[42.06028,20.57004],[42.05885,20.56948],[42.05837,20.57124],[42.05792,20.57579],[42.05601,20.57725],[42.04686,20.58875],[42.04336,20.59312],[42.04154,20.59493],[42.03988,20.59450],[42.03622,20.59413],[42.03246,20.59572],[42.01932,20.59701],[42.01865,20.59997],[42.01623,20.60156],[41.99980,20.60701],[41.99699,20.60872],[41.99326,20.60829],[41.99099,20.60859],[41.98736,20.61143],[41.98146,20.61460],[41.98044,20.61628],[41.97922,20.61979],[41.97587,20.62331],[41.96579,20.62512],[41.96030,20.62499],[41.95029,20.62271],[41.94420,20.62082],[41.94101,20.61902],[41.93727,20.61675],[41.93417,20.60997],[41.93127,20.60713],[41.92929,20.60645],[41.93022,20.59958],[41.92954,20.59580],[41.92621,20.59047],[41.92404,20.58939],[41.92136,20.58858],[41.91874,20.58575],[41.91682,20.58291],[41.91695,20.57437],[41.90989,20.57755],[41.90584,20.57995],[41.90097,20.58223],[41.89216,20.58755],[41.88922,20.58901],[41.88398,20.59335],[41.87835,20.59335],[41.87688,20.59429],[41.86464,20.60716],[41.85838,20.61729],[41.85739,20.61974],[41.85745,20.62146],[41.85979,20.62596],[41.86100,20.63193],[41.86357,20.63692],[41.87450,20.64872],[41.87508,20.66344],[41.87335,20.67056],[41.86824,20.67850],[41.86156,20.68078],[41.85910,20.68103],[41.85750,20.68279],[41.85753,20.68520],[41.85868,20.68747],[41.85989,20.69392],[41.86232,20.69864],[41.86341,20.70418],[41.86443,20.70602],[41.86411,20.72830],[41.87779,20.73649],[41.88220,20.73718],[41.88523,20.73688],[41.88746,20.73717],[41.89321,20.74103],[41.89334,20.74279],[41.89478,20.75022],[41.89625,20.75176],[41.90602,20.75601],[41.90666,20.75781],[41.91129,20.76447],[41.91238,20.76725],[41.91541,20.77022],[41.91844,20.77704],[41.92113,20.77266],[41.92528,20.77064],[41.92668,20.77356],[41.92959,20.76880],[41.93492,20.76580],[41.93623,20.76374],[41.93942,20.76223],[41.94679,20.75515],[41.94967,20.75893],[41.95161,20.76082],[41.95343,20.76631],[41.96285,20.76768],[41.96556,20.76447],[41.96843,20.76344],[41.97194,20.76000],[41.97654,20.75768],[41.98036,20.75378],[41.98244,20.74957],[41.98834,20.74859],[41.99561,20.74867],[41.99835,20.74970],[42.00403,20.75005],[42.00901,20.75078],[42.01529,20.75223],[42.01685,20.75090],[42.01897,20.75117],[42.01970,20.74989],[42.02174,20.75027],[42.02375,20.74958],[42.02468,20.74847],[42.02646,20.74894],[42.03026,20.75405],[42.03258,20.75461],[42.03829,20.76001],[42.03854,20.76113],[42.04084,20.76422],[42.04575,20.76581],[42.04514,20.76319],[42.04874,20.75937],[42.05333,20.75904],[42.05451,20.76191],[42.05894,20.77114],[42.06366,20.77608],[42.06490,20.77917],[42.06665,20.77951],[42.07035,20.78294],[42.07172,20.78633],[42.07465,20.78432],[42.07876,20.78479],[42.08309,20.79118],[42.08363,20.79371],[42.08245,20.79779],[42.08291,20.79936],[42.08183,20.80133],[42.08148,20.80283],[42.08215,20.80549],[42.08231,20.81069],[42.08339,20.81867],[42.08355,20.82652],[42.08527,20.82892],[42.08553,20.83468],[42.09852,20.84352],[42.09836,20.84622],[42.09909,20.84841],[42.09763,20.85433],[42.09919,20.86034],[42.09852,20.86094],[42.09763,20.87004],[42.09661,20.87253],[42.09616,20.87720],[42.09581,20.88401],[42.09731,20.89195],[42.10209,20.89727],[42.10476,20.89878],[42.10820,20.90517],[42.11240,20.90895],[42.11444,20.91289],[42.11523,20.91491],[42.11963,20.91736],[42.12329,20.91684],[42.12488,20.91959],[42.12781,20.92019],[42.12644,20.92401],[42.12720,20.92839],[42.13035,20.93182],[42.13153,20.93504],[42.13586,20.94113],[42.13678,20.94178],[42.13777,20.94470],[42.13675,20.94843],[42.13643,20.95019],[42.13771,20.95238],[42.13618,20.95645],[42.13608,20.96886],[42.13844,20.97319],[42.13933,20.97920],[42.13869,20.98353],[42.14206,20.98641],[42.14334,20.99250],[42.14375,20.99521],[42.14480,20.99649],[42.14487,20.99976],[42.14601,21.00336],[42.15018,21.00975],[42.14977,21.01306],[42.15066,21.01971],[42.15196,21.02250],[42.15171,21.02490],[42.15256,21.02731],[42.15619,21.02889],[42.15740,21.03276],[42.15925,21.03482],[42.16373,21.04207],[42.16551,21.04374],[42.16513,21.04503],[42.16542,21.04872],[42.17127,21.05293],[42.17486,21.05593],[42.17687,21.05859],[42.18075,21.06121],[42.18310,21.06615],[42.18542,21.06808],[42.18657,21.07112],[42.18727,21.07559],[42.18848,21.08105],[42.19020,21.08448],[42.19315,21.08878],[42.19395,21.09139],[42.19735,21.09517],[42.19970,21.09564],[42.20215,21.09826],[42.20555,21.10487],[42.20561,21.10959],[42.20609,21.11895],[42.20317,21.12105],[42.20186,21.12512],[42.20145,21.13319],[42.19977,21.14006],[42.19913,21.14846],[42.19729,21.15536],[42.19757,21.15785],[42.19713,21.16090],[42.19582,21.16240],[42.19210,21.16524],[42.18682,21.16957],[42.18530,21.16785],[42.17600,21.17522],[42.17266,21.17600],[42.17139,21.17819],[42.16868,21.17853],[42.16611,21.18063],[42.16541,21.18334],[42.16484,21.18514],[42.16347,21.18415],[42.16242,21.18454],[42.16181,21.18647],[42.15895,21.19106],[42.15714,21.19110],[42.15526,21.19192],[42.15361,21.19428],[42.15110,21.19588],[42.14998,21.19932],[42.14747,21.19970],[42.14664,21.20267],[42.14403,21.20322],[42.14451,21.20464],[42.14117,21.20618],[42.14069,21.20820],[42.13821,21.20760],[42.13684,21.20929],[42.13630,21.21083],[42.13493,21.21023],[42.13411,21.21160],[42.13449,21.21259],[42.13159,21.21435],[42.12787,21.21512],[42.12348,21.21598],[42.12112,21.21551],[42.11876,21.21482],[42.11574,21.21420],[42.11402,21.21455],[42.11084,21.21227],[42.10705,21.21412],[42.10342,21.21708],[42.10202,21.21910],[42.09998,21.22056],[42.09858,21.22137],[42.09584,21.22116],[42.09313,21.22219],[42.09533,21.22485],[42.09587,21.22785],[42.09708,21.22781],[42.09549,21.23004],[42.09721,21.23090],[42.09782,21.23300],[42.09511,21.23287],[42.09361,21.23914],[42.09317,21.24450],[42.09231,21.24630],[42.09224,21.25751],[42.09371,21.25763],[42.09438,21.26823],[42.09600,21.27326],[42.09820,21.27592],[42.10036,21.27939],[42.10063,21.28075],[42.10137,21.28148],[42.10089,21.28302],[42.10598,21.29328],[42.10837,21.29332],[42.11047,21.29573],[42.11203,21.29538],[42.11229,21.29693],[42.11031,21.29843],[42.10656,21.30143],[42.10391,21.30337],[42.10611,21.30963],[42.10764,21.32208],[42.11216,21.31869],[42.11573,21.31500],[42.11741,21.31701],[42.12031,21.31560],[42.12120,21.31405],[42.12139,21.31233],[42.12467,21.31195],[42.12633,21.31113],[42.12792,21.31066],[42.13081,21.30843],[42.13110,21.30706],[42.13349,21.30517],[42.13387,21.30701],[42.13670,21.30534],[42.13890,21.30251],[42.14011,21.30375],[42.14112,21.30268],[42.14307,21.30718],[42.14421,21.31079],[42.14644,21.31148],[42.14854,21.31049],[42.15290,21.31500],[42.15438,21.31635],[42.15696,21.31687],[42.16020,21.32124],[42.16186,21.32184],[42.16453,21.31944],[42.16958,21.31802],[42.17124,21.32103],[42.17277,21.31923],[42.17388,21.32240],[42.17528,21.32352],[42.17531,21.32532],[42.17610,21.32725],[42.17693,21.32721],[42.17916,21.32931],[42.18040,21.32871],[42.18339,21.33000],[42.18406,21.33223],[42.18715,21.33293],[42.18842,21.33469],[42.19186,21.33589],[42.19364,21.33512],[42.19685,21.33211],[42.20108,21.33203],[42.20451,21.33439],[42.20499,21.33615],[42.20699,21.33572],[42.20492,21.33709],[42.20337,21.33791],[42.20346,21.33885],[42.20451,21.34108],[42.20451,21.34610],[42.20708,21.34627],[42.20871,21.34893],[42.21071,21.35147],[42.21468,21.35262],[42.21503,21.35636],[42.21951,21.35773],[42.22191,21.36081],[42.22087,21.36733],[42.22293,21.36879],[42.22360,21.37120],[42.22605,21.37257],[42.22716,21.37051],[42.22954,21.37317],[42.23100,21.37549],[42.23342,21.37484],[42.23761,21.37772],[42.23704,21.37969],[42.24133,21.38613],[42.24368,21.38283],[42.24517,21.38317],[42.24508,21.38446],[42.24632,21.38514],[42.24641,21.38652],[42.24501,21.38806],[42.24527,21.39102],[42.24632,21.39102],[42.24730,21.39664],[42.24794,21.39823],[42.24901,21.39935],[42.24834,21.40201],[42.24656,21.40347],[42.24688,21.40746],[42.24583,21.41042],[42.24430,21.41115],[42.24332,21.41608],[42.24542,21.41699],[42.24306,21.41922],[42.24103,21.41990],[42.24040,21.42222],[42.23909,21.42454],[42.23579,21.42690],[42.23642,21.42947],[42.23334,21.43080],[42.23121,21.43394],[42.23493,21.44501],[42.23967,21.44286],[42.24119,21.44398],[42.24592,21.43952],[42.24780,21.43681],[42.25088,21.43514],[42.25898,21.43312],[42.26054,21.43776],[42.26228,21.44076],[42.26749,21.44123],[42.26946,21.44037],[42.27200,21.44136],[42.27308,21.44037],[42.27410,21.44149],[42.27514,21.44458],[42.27670,21.44467],[42.27772,21.44540],[42.27870,21.44823],[42.27632,21.45067],[42.27626,21.45836],[42.27788,21.46544],[42.27934,21.46703],[42.27975,21.47037],[42.27902,21.47531],[42.27343,21.48685],[42.27400,21.48908],[42.27321,21.48960],[42.27311,21.49243],[42.27416,21.49595],[42.27241,21.49840],[42.27241,21.49986],[42.27118,21.50024],[42.26962,21.50453],[42.27064,21.50492],[42.27127,21.50702],[42.27044,21.50857],[42.27035,21.51080],[42.26968,21.51187],[42.26841,21.51067],[42.26682,21.51063],[42.26520,21.51106],[42.26476,21.51294],[42.26339,21.51436],[42.26241,21.51805],[42.26079,21.51925],[42.26076,21.51788],[42.25882,21.51754],[42.25704,21.51801],[42.25167,21.52011],[42.24942,21.51870],[42.24516,21.52054],[42.24141,21.52076],[42.24014,21.53226],[42.24167,21.53440],[42.24275,21.53260],[42.24462,21.53522],[42.24545,21.53496],[42.24700,21.53719],[42.25018,21.53921],[42.25152,21.54213],[42.25075,21.54432],[42.25333,21.54474],[42.25272,21.54989],[42.25202,21.55037],[42.25186,21.55238],[42.25021,21.55350],[42.25040,21.55788],[42.25221,21.55938],[42.25015,21.56354],[42.25063,21.56912],[42.25415,21.57629],[42.25577,21.57612],[42.25660,21.57878],[42.25977,21.58135],[42.25895,21.58350],[42.26038,21.58521]], // Mayotte - YT: [[-12.47771,44.78572], [-13.35578,45.09471], [-12.59567,45.62206]], + YT: [[-12.47771,44.78572],[-13.35578,45.09471],[-12.59567,45.62206]], }; if (location.origin === wfOrigin) { let dataCache = null; - window.addEventListener("message", event => { + window.addEventListener("message",event => { const prov = getProviderByOrigin(event.origin); if (prov) { try { - const { type, executor, id } = event.data; + const { type,executor,id } = event.data; if (executor === scriptUUID) { switch (type) { case 'getData': @@ -856,7 +853,7 @@ id, executor: scriptUUID, response: dataCache - }, event.origin); + },event.origin); break; } } @@ -864,7 +861,7 @@ console.error(err); } } - }, false); + },false); (() => { // Define projections @@ -894,7 +891,7 @@ * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls */ (function (open) { - XMLHttpRequest.prototype.open = function (method, url) { + XMLHttpRequest.prototype.open = function (method,url) { if (method == 'GET') { let callback = null; switch (url) { @@ -908,13 +905,13 @@ callback = injectReview; break; } - if (callback) this.addEventListener('load', () => checkResponse(this.response, callback), false); + if (callback) this.addEventListener('load',() => checkResponse(this.response,callback),false); } - open.apply(this, arguments); + open.apply(this,arguments); }; })(XMLHttpRequest.prototype.open); - const checkResponse = (response, callback) => { + const checkResponse = (response,callback) => { try { const json = JSON.parse(response); if (!json) return; @@ -934,14 +931,14 @@ const renderRef = () => document.getElementsByClassName('showcase-item__map')[0]; const render = () => awaitElement(renderRef).then(ref => { if (box) box.parentElement.removeChild(box); - box = addOpenButtons(ref, showcase[index]); + box = addOpenButtons(ref,showcase[index]); }); render(0); const paginators = document.getElementsByClassName('showcase-gallery__button'); if (paginators.length == 2) { - paginators[0].addEventListener('click', () => { index = (index - 1 + count) % count; render(); }); - paginators[1].addEventListener('click', () => { index = (index + 1 + count) % count; render(); }); + paginators[0].addEventListener('click',() => { index = (index - 1 + count) % count; render(); }); + paginators[1].addEventListener('click',() => { index = (index + 1 + count) % count; render(); }); } }); @@ -950,65 +947,88 @@ let box = null; result.nominations.forEach(nomination => { nomCache[nomination.imageUrl] = nomination; }) - ref.addEventListener('click', e => { + ref.addEventListener('click',e => { const item = e.target.closest('app-nominations-list-item'); if (item) { const nom = nomCache[item.querySelector('img').src]; const renderRef = () => document.querySelector('app-details-pane .details-pane__map'); awaitElement(renderRef).then(ref => { if (box) box.parentElement.removeChild(box); - box = addOpenButtons(ref, nom); + box = addOpenButtons(ref,nom); }); } }); }); const injectReview = result => awaitElement(() => ( + document.querySelector('#safety-and-accessability-card') || + document.querySelector('#safety-and-accessibility-card') || document.querySelector('app-should-be-wayspot') || document.querySelector('app-review-edit') || document.querySelector('app-review-photo') )).then(ref => { - switch (ref.tagName) { - case 'APP-SHOULD-BE-WAYSPOT': - awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) - .then((ref) => { - if (result.streetAddress) { - const addrBox = document.createElement('p'); - addrBox.classList.add('wayfareropenin__address'); - addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox, ref); - } - addOpenButtons(ref, result); - }); - break; - case 'APP-REVIEW-EDIT': - awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) - .then(ref => addOpenButtons(ref, result)); - break; - case 'APP-REVIEW-PHOTO': - awaitElement(() => ref.querySelector('.review-photo__info > div > div:nth-child(2)')) - .then(ref => addOpenButtons(ref, result)); - break; + console.log("open in switch") + if (ref.tagName == 'DIV') { + switch (ref.id) { + case 'safety-and-accessability-card': + case 'safety-and-accessibility-card': + awaitElement(() => document.querySelector('#check-duplicates-card nia-map') || + document.querySelector('#check-duplicates-b')) + .then((ref) => { + if (result.streetAddress) { + const addrBox = document.createElement('p'); + addrBox.classList.add('wayfareropenin__address'); + addrBox.textContent = result.streetAddress; + ref.parentElement.insertBefore(addrBox,ref); + } + addOpenButtons(ref,result); + }); + break; + } + } else { + switch (ref.tagName) { + case 'APP-SHOULD-BE-WAYSPOT': + awaitElement(() => document.querySelector('#check-duplicates-card nia-map') || + document.querySelector('#check-duplicates-b')) + .then((ref) => { + if (result.streetAddress) { + const addrBox = document.createElement('p'); + addrBox.classList.add('wayfareropenin__address'); + addrBox.textContent = result.streetAddress; + ref.parentElement.insertBefore(addrBox,ref); + } + addOpenButtons(ref,result); + }); + break; + case 'APP-REVIEW-EDIT': + awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) + .then(ref => addOpenButtons(ref,result)); + break; + case 'APP-REVIEW-PHOTO': + awaitElement(() => ref.querySelector('.review-photo__info > div > div:nth-child(2)')) + .then(ref => addOpenButtons(ref,result)); + break; + } } }); - const getGeofenceMemberships = (lat, lng) => { + const getGeofenceMemberships = (lat,lng) => { const membership = {} Object.keys(geofences).forEach(region => { - membership[region] = isWithinBounds(geofences[region], { lat, lng }); + membership[region] = isWithinBounds(geofences[region],{ lat,lng }); }); return membership; }; if (!windowRef.wft_plugins_api) windowRef.wft_plugins_api = {}; windowRef.wft_plugins_api.openIn = { - getApplicableRegions: (lat, lng) => { - const membership = getGeofenceMemberships(lat, lng); + getApplicableRegions: (lat,lng) => { + const membership = getGeofenceMemberships(lat,lng); return Object.keys(membership).filter(k => membership[k]); } }; - const addOpenButtons = (before, { lat, lng, title, description, guid }) => { + const addOpenButtons = (before,{ lat,lng,title,description,guid }) => { const box = document.createElement('div'); box.classList.add('wayfareropenin__container'); @@ -1018,7 +1038,7 @@ label.style.fontWeight = 'bold'; globalBox.appendChild(label); - const membership = getGeofenceMemberships(lat, lng); + const membership = getGeofenceMemberships(lat,lng); const regionBoxes = {} Object.keys(membership).forEach(region => { @@ -1038,11 +1058,11 @@ const linkSpan = document.createElement('span'); linkSpan.classList.add('wayfareropenin__linkspan'); const link = document.createElement('a'); - let nLat = lat, nLng = lng; + let nLat = lat,nLng = lng; if (e.projection) { - [ nLng, nLat ] = proj4(e.projection, [ nLng, nLat ]); + [ nLng,nLat ] = proj4(e.projection,[ nLng,nLat ]); } - let nLatA = nLatB = nLat, nLngA = nLngB = nLng; + let nLatA = nLatB = nLat,nLngA = nLngB = nLng; if (e.cornerOffsets) { nLatA -= e.cornerOffsets; nLngA -= e.cornerOffsets; @@ -1072,7 +1092,7 @@ ttTitle.textContent = 'OPEN IN: EXPERIMENTAL PROVIDER'; ttTitle.classList.add('wayfareropenin__tttitle'); const ttBody = document.createElement('span'); - ttBody.textContent = 'Open In uses JavaScript injection to make this map provider focus on the Wayspot\'s location. This is not supported by the map provider, and as such is considered an experimental feature of Open In and indicated as such with an orange star. Use at your own responsibility.'; + ttBody.textContent = 'Open In uses JavaScript injection to make this map provider focus on the Wayspot\'s location. This is not supported by the map provider,and as such is considered an experimental feature of Open In and indicated as such with an orange star. Use at your own responsibility.'; tooltip.appendChild(ttTitle); tooltip.appendChild(document.createElement('br')); tooltip.appendChild(ttBody); @@ -1090,7 +1110,7 @@ } // Needed for postMessage: - dataCache = { latLng: { lat: nLat, lng: nLng }, title, description }; + dataCache = { latLng: { lat: nLat,lng: nLng },title,description }; }); if (guid !== null && guid !== undefined) { @@ -1107,7 +1127,7 @@ box.appendChild(globalBox); Object.keys(regionBoxes).forEach(region => { box.appendChild(regionBoxes[region]); }); - before.parentElement.insertBefore(box, before); + before.parentElement.insertBefore(box,before); return box; } @@ -1118,11 +1138,11 @@ return c1 + c2; } - const isWithinBounds = (geofence, { lat, lng }) => { + const isWithinBounds = (geofence,{ lat,lng }) => { let inside = false; const count = geofence.length; - for (let b = 0, a = count - 1; b < count; a = b++) { - const [ aLat, aLng ] = geofence[a], [ bLat, bLng ] = geofence[b]; + for (let b = 0,a = count - 1; b < count; a = b++) { + const [ aLat,aLng ] = geofence[a],[ bLat,bLng ] = geofence[b]; if (aLng > lng != bLng > lng && lat > (aLat - bLat) * (lng - bLng) / (aLng - bLng) + bLat) { inside = !inside; } @@ -1190,12 +1210,12 @@ } else { if (window.opener) { // UUIDv4 implementation: https://stackoverflow.com/a/2117523/1955334 - const uuidv4 = () => ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)); + const uuidv4 = () => ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)); const reqId = uuidv4(); - window.addEventListener("message", event => { + window.addEventListener("message",event => { if (event.origin === wfOrigin) { try { - const { type, executor, id, response } = event.data; + const { type,executor,id,response } = event.data; if (executor === scriptUUID && id === reqId) { if (type == 'getData') { const prov = getProviderByOrigin(window.origin); @@ -1206,12 +1226,12 @@ console.error(err); } } - }, false); + },false); window.opener.postMessage({ type: 'getData', executor: scriptUUID, id: reqId - }, wfOrigin); + },wfOrigin); } } })(); diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 640cecd..d523324 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -56,14 +56,14 @@ }, { label: '๐Ÿ‡ฉ๐Ÿ‡ช', - regions: ['DE'], + regions: ['DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], from: Date.parse('2023-10-02T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, { label: '๐Ÿ—บ๏ธ', - regions: ['IT', 'FR', 'DE'], + regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 From e4019f4c1816e4140e81d193018dd9e5151b474d Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 10:48:06 -0400 Subject: [PATCH 04/32] remove wdd fences --- wayfarer-open-in.user.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index d2f0192..fe6916d 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -701,10 +701,6 @@ const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated,unique to this userscript,please don't re-use in other scripts const geofences = { - // Q3 WDD Bonus - Q3_ATL: [[35.135294,-85.602359],[35.045864,-83.592267],[32.914903,-83.592268],[33.001688,-85.602363]], - Q3_CHI: [[43.168316,-88.787865],[43.132913,-86.902301],[41.239324,-86.902301],[41.274500,-88.787868]], - Q3_HAM: [[54.447005,9.040809],[54.193260,11.933595],[52.181830,11.080197],[52.405416,8.387036]], // Austria AT: [[47.57130,9.57843],[47.54061,9.62806],[47.53018,9.71869],[47.53421,9.73073],[47.53371,9.73301],[47.53465,9.73618],[47.53760,9.73569],[47.54253,9.73513],[47.54679,9.73475],[47.54780,9.73595],[47.55116,9.73861],[47.55229,9.73990],[47.55507,9.74080],[47.55585,9.74256],[47.55513,9.74573],[47.55634,9.74625],[47.55794,9.74281],[47.55921,9.74290],[47.56104,9.74629],[47.56486,9.74651],[47.56746,9.75101],[47.56993,9.74715],[47.57161,9.74818],[47.57288,9.75487],[47.57676,9.75466],[47.58009,9.75612],[47.58125,9.76097],[47.58376,9.75985],[47.58709,9.76320],[47.58680,9.76427],[47.58735,9.76487],[47.58929,9.76423],[47.58987,9.76633],[47.58796,9.76865],[47.58903,9.76916],[47.58924,9.77118],[47.59060,9.77251],[47.59557,9.77629],[47.59583,9.77899],[47.59447,9.78067],[47.59520,9.78436],[47.59407,9.79195],[47.59473,9.79427],[47.59453,9.79607],[47.59520,9.79865],[47.59644,9.79989],[47.59609,9.80311],[47.59106,9.81195],[47.58863,9.81513],[47.58912,9.81774],[47.58704,9.82568],[47.58107,9.82551],[47.58044,9.82787],[47.57737,9.82766],[47.57326,9.82581],[47.57036,9.82199],[47.56127,9.82659],[47.55831,9.82586],[47.55435,9.82062],[47.55249,9.81774],[47.54809,9.81620],[47.54739,9.82757],[47.54286,9.84073],[47.54223,9.85038],[47.53698,9.85738],[47.53403,9.85948],[47.53345,9.86605],[47.52988,9.87403],[47.53174,9.87471],[47.53411,9.87325],[47.53881,9.87772],[47.54246,9.87574],[47.54347,9.87420],[47.54877,9.88094],[47.54593,9.88712],[47.54451,9.88973],[47.54541,9.89712],[47.54376,9.90445],[47.54165,9.90797],[47.53944,9.90965],[47.53275,9.91407],[47.53034,9.92054],[47.53184,9.92650],[47.53442,9.93551],[47.53888,9.94075],[47.53515,9.95882],[47.53541,9.96212],[47.53882,9.95757],[47.54404,9.95809],[47.54305,9.96332],[47.54676,9.96710],[47.54618,9.97204],[47.54326,9.97139],[47.54120,9.96757],[47.53842,9.96792],[47.53761,9.96620],[47.53552,9.96667],[47.53422,9.96611],[47.53086,9.96611],[47.53109,9.96779],[47.52784,9.96950],[47.52405,9.96804],[47.52248,9.96603],[47.52057,9.96624],[47.51834,9.97139],[47.51596,9.97264],[47.51350,9.97976],[47.51092,9.98208],[47.51158,9.98427],[47.50263,9.99663],[47.49831,9.98860],[47.48636,9.99534],[47.48230,10.00186],[47.48288,10.00808],[47.48253,10.01135],[47.48543,10.01607],[47.48421,10.02122],[47.48935,10.03714],[47.48906,10.04006],[47.48691,10.04722],[47.48566,10.04782],[47.48485,10.04658],[47.47711,10.05302],[47.47627,10.05482],[47.47392,10.05512],[47.47023,10.05207],[47.46890,10.05370],[47.46681,10.05405],[47.46386,10.06490],[47.46110,10.06885],[47.45640,10.07100],[47.45637,10.07718],[47.45574,10.08070],[47.45933,10.08409],[47.46046,10.08847],[47.46035,10.09035],[47.45872,10.09220],[47.45547,10.09280],[47.45431,10.09404],[47.44970,10.09559],[47.44668,10.09353],[47.44072,10.09460],[47.42873,10.10606],[47.42249,10.09683],[47.41744,10.09597],[47.41438,10.08652],[47.41447,10.08223],[47.41412,10.07390],[47.41084,10.07244],[47.40840,10.07124],[47.40477,10.07674],[47.40439,10.08008],[47.39908,10.08729],[47.39329,10.08347],[47.35523,10.09991],[47.37587,10.11914],[47.36811,10.13802],[47.36750,10.14898],[47.36916,10.16563],[47.37125,10.16876],[47.38625,10.16894],[47.38570,10.17666],[47.38788,10.18185],[47.39038,10.18078],[47.39293,10.18151],[47.39003,10.18885],[47.38959,10.19541],[47.38419,10.20044],[47.38317,10.20468],[47.38349,10.20919],[47.38088,10.21284],[47.38233,10.21460],[47.38282,10.21867],[47.38419,10.21897],[47.38521,10.22121],[47.38744,10.22412],[47.38933,10.22670],[47.38840,10.23060],[47.38361,10.23460],[47.38145,10.23683],[47.37884,10.23229],[47.37610,10.23623],[47.37331,10.23774],[47.36898,10.23336],[47.36727,10.23087],[47.36270,10.22902],[47.36102,10.22533],[47.35820,10.22456],[47.35657,10.22237],[47.35427,10.21731],[47.35012,10.21791],[47.34567,10.21315],[47.34136,10.20975],[47.33674,10.20465],[47.33622,10.20795],[47.33333,10.20811],[47.32967,10.20640],[47.32763,10.20125],[47.32673,10.20069],[47.32533,10.20198],[47.32309,10.20695],[47.31858,10.21189],[47.31684,10.21210],[47.31058,10.21661],[47.31032,10.21239],[47.30578,10.21123],[47.30235,10.20587],[47.30145,10.20415],[47.29923,10.20244],[47.29714,10.19900],[47.29574,10.19458],[47.29350,10.18935],[47.29338,10.18570],[47.29559,10.18059],[47.29239,10.17845],[47.28678,10.17609],[47.28215,10.17682],[47.27857,10.17291],[47.27548,10.17574],[47.27391,10.17343],[47.27105,10.17488],[47.27070,10.17815],[47.27146,10.17935],[47.27280,10.18707],[47.27303,10.19488],[47.27443,10.19488],[47.27693,10.20089],[47.27560,10.20767],[47.27618,10.22235],[47.27099,10.23153],[47.27239,10.23703],[47.27851,10.24183],[47.28066,10.24518],[47.28060,10.25239],[47.28194,10.25900],[47.28433,10.26149],[47.28590,10.26604],[47.28881,10.26509],[47.28846,10.27085],[47.28823,10.28029],[47.29231,10.28526],[47.29481,10.29196],[47.29912,10.29333],[47.30028,10.29522],[47.30005,10.29831],[47.29947,10.30020],[47.30249,10.30638],[47.30348,10.30887],[47.30715,10.31539],[47.30622,10.32535],[47.30418,10.32483],[47.30523,10.33007],[47.30924,10.33522],[47.31105,10.33891],[47.31483,10.33994],[47.31547,10.34655],[47.31733,10.34818],[47.32001,10.34457],[47.32402,10.34646],[47.32653,10.35041],[47.33362,10.35556],[47.33752,10.35668],[47.34485,10.36775],[47.34642,10.37092],[47.35305,10.37710],[47.35502,10.38200],[47.35758,10.38560],[47.36189,10.38517],[47.37037,10.38843],[47.37636,10.39444],[47.37787,10.40011],[47.37781,10.40491],[47.37892,10.41221],[47.38194,10.41753],[47.38502,10.41950],[47.38467,10.42714],[47.38421,10.43023],[47.38130,10.43547],[47.39205,10.42817],[47.39716,10.43006],[47.39984,10.43332],[47.40204,10.42998],[47.40658,10.43564],[47.41012,10.43513],[47.41413,10.43839],[47.41517,10.44603],[47.41982,10.45512],[47.42452,10.45547],[47.42876,10.45924],[47.43230,10.46894],[47.43201,10.47435],[47.44920,10.46851],[47.45129,10.46517],[47.45535,10.46525],[47.46074,10.46645],[47.46405,10.46465],[47.46904,10.46843],[47.47415,10.46620],[47.47705,10.46594],[47.48175,10.46156],[47.48244,10.45572],[47.48459,10.45186],[47.48326,10.44371],[47.48540,10.43907],[47.49248,10.43607],[47.50413,10.43040],[47.50738,10.43401],[47.51039,10.43470],[47.51341,10.43942],[47.51880,10.44139],[47.52419,10.43813],[47.55473,10.45315],[47.55450,10.45032],[47.56654,10.44482],[47.56730,10.43478],[47.57181,10.43135],[47.57847,10.42834],[47.57992,10.43384],[47.58200,10.43101],[47.58478,10.43564],[47.58415,10.44551],[47.58449,10.45015],[47.58345,10.45384],[47.58611,10.46173],[47.58791,10.47169],[47.58710,10.47272],[47.58577,10.47306],[47.58449,10.48268],[47.58044,10.47941],[47.57888,10.47298],[47.57922,10.47074],[47.57616,10.47177],[47.56950,10.47401],[47.56996,10.47092],[47.56631,10.46662],[47.56243,10.46259],[47.56075,10.46010],[47.55560,10.45581],[47.55287,10.46036],[47.55171,10.47263],[47.54082,10.48928],[47.53549,10.52439],[47.53688,10.53675],[47.53769,10.55975],[47.53648,10.56370],[47.53433,10.56361],[47.53404,10.56962],[47.53428,10.57263],[47.54291,10.57812],[47.54986,10.58155],[47.55166,10.57984],[47.55397,10.57872],[47.55646,10.58009],[47.56023,10.58945],[47.56457,10.59331],[47.57019,10.59803],[47.56648,10.60842],[47.56608,10.61357],[47.56712,10.61434],[47.56758,10.61958],[47.56295,10.62704],[47.56139,10.62696],[47.55913,10.63597],[47.55977,10.64198],[47.55896,10.65253],[47.55982,10.65605],[47.55924,10.67751],[47.55629,10.67957],[47.55855,10.68695],[47.55832,10.69159],[47.55606,10.69330],[47.55525,10.69064],[47.54511,10.69528],[47.54418,10.69923],[47.54355,10.71133],[47.53868,10.71851],[47.53787,10.72426],[47.53926,10.72984],[47.53885,10.74194],[47.53734,10.75198],[47.53456,10.75928],[47.52633,10.76572],[47.52245,10.76366],[47.52054,10.76417],[47.51636,10.77241],[47.51584,10.77662],[47.51457,10.77799],[47.51862,10.78571],[47.51747,10.78717],[47.52164,10.79507],[47.52025,10.81172],[47.52494,10.81078],[47.52697,10.81249],[47.52686,10.81824],[47.52888,10.82803],[47.52848,10.83567],[47.52599,10.83859],[47.52848,10.83996],[47.52819,10.84236],[47.53039,10.84605],[47.53068,10.84786],[47.53520,10.85395],[47.53479,10.86291],[47.53555,10.86565],[47.53619,10.86677],[47.53752,10.89132],[47.53022,10.89380],[47.52743,10.89698],[47.51891,10.90496],[47.51967,10.91664],[47.51700,10.91947],[47.51312,10.91809],[47.51051,10.90616],[47.50860,10.90127],[47.50691,10.89020],[47.50402,10.88333],[47.50268,10.87715],[47.49897,10.87157],[47.49271,10.87243],[47.48581,10.86960],[47.48209,10.87200],[47.48001,10.87939],[47.48001,10.88471],[47.48111,10.88728],[47.48412,10.89818],[47.48600,10.91045],[47.48275,10.92693],[47.48350,10.93388],[47.48037,10.93937],[47.47312,10.93002],[47.47184,10.92916],[47.46888,10.93225],[47.46709,10.93628],[47.46308,10.93997],[47.45531,10.95414],[47.45002,10.95997],[47.43017,10.98418],[47.42059,10.98512],[47.41782,10.98013],[47.41707,10.97223],[47.41411,10.97052],[47.41085,10.96974],[47.40795,10.97172],[47.40429,10.97043],[47.40051,10.97215],[47.39761,10.97961],[47.39616,10.98974],[47.39674,10.99232],[47.39517,10.99687],[47.39476,11.00751],[47.39691,11.01738],[47.39714,11.02493],[47.39383,11.02862],[47.39406,11.03309],[47.39662,11.03704],[47.39680,11.04004],[47.39435,11.04845],[47.39656,11.05472],[47.39650,11.06364],[47.39633,11.09454],[47.39465,11.10021],[47.39592,11.10364],[47.39616,11.11471],[47.39969,11.12307],[47.40330,11.12161],[47.40719,11.12247],[47.41300,11.12736],[47.41294,11.13406],[47.41439,11.13929],[47.41695,11.14513],[47.42165,11.15560],[47.42455,11.17655],[47.42595,11.17706],[47.42711,11.18659],[47.42839,11.19878],[47.43489,11.20590],[47.43100,11.22083],[47.43210,11.22169],[47.43100,11.22736],[47.43257,11.23903],[47.43280,11.25122],[47.42734,11.25465],[47.42363,11.24813],[47.42055,11.24435],[47.41944,11.24075],[47.41549,11.24032],[47.40992,11.23319],[47.40626,11.23148],[47.40423,11.22976],[47.40080,11.22461],[47.39650,11.22367],[47.39522,11.22727],[47.39824,11.23311],[47.39859,11.24924],[47.39981,11.26323],[47.39798,11.26879],[47.40066,11.27849],[47.40252,11.28390],[47.40815,11.28990],[47.41257,11.28990],[47.41651,11.29248],[47.42203,11.28990],[47.42761,11.29085],[47.42830,11.29540],[47.43063,11.29900],[47.43109,11.30570],[47.43092,11.31239],[47.43260,11.31643],[47.43823,11.32106],[47.43864,11.32947],[47.44422,11.32990],[47.45060,11.34252],[47.44903,11.34913],[47.44886,11.35788],[47.44520,11.36621],[47.44601,11.36990],[47.45014,11.37522],[47.44845,11.38792],[47.44712,11.38981],[47.44903,11.40260],[47.44671,11.40732],[47.44741,11.41539],[47.44462,11.42097],[47.45582,11.41101],[47.46598,11.40715],[47.46668,11.39848],[47.46575,11.39385],[47.46708,11.38912],[47.47283,11.38252],[47.47961,11.38724],[47.48292,11.39033],[47.49127,11.40681],[47.49975,11.41253],[47.50723,11.42240],[47.51610,11.43639],[47.51853,11.44240],[47.51320,11.44549],[47.50746,11.45012],[47.50920,11.45596],[47.50926,11.47021],[47.50949,11.48789],[47.50734,11.49047],[47.50763,11.49776],[47.50705,11.50274],[47.50479,11.50566],[47.50676,11.50900],[47.50688,11.51209],[47.51105,11.51785],[47.50984,11.53702],[47.51384,11.55187],[47.51256,11.55350],[47.51453,11.56131],[47.51424,11.57041],[47.52033,11.57719],[47.52485,11.58654],[47.53899,11.58723],[47.54229,11.58508],[47.54629,11.58594],[47.55127,11.58912],[47.55475,11.58603],[47.56043,11.59049],[47.56477,11.59753],[47.57143,11.60148],[47.57415,11.60130],[47.58260,11.60611],[47.58052,11.61152],[47.58121,11.61504],[47.58486,11.61838],[47.58411,11.62474],[47.58110,11.63049],[47.58145,11.63315],[47.58509,11.62989],[47.58909,11.63152],[47.59302,11.63203],[47.59482,11.63658],[47.59349,11.64207],[47.59013,11.64422],[47.59084,11.64966],[47.58435,11.65927],[47.58459,11.66339],[47.58424,11.66605],[47.58592,11.67043],[47.58540,11.67859],[47.58464,11.68004],[47.58592,11.68803],[47.58713,11.69000],[47.58933,11.69910],[47.58933,11.72459],[47.58829,11.74476],[47.58962,11.75523],[47.58910,11.75888],[47.59055,11.76686],[47.58980,11.77149],[47.59176,11.78179],[47.58823,11.79089],[47.58482,11.81664],[47.58551,11.82110],[47.58563,11.82909],[47.58262,11.83003],[47.58204,11.84351],[47.58256,11.84634],[47.60293,11.85466],[47.60172,11.86333],[47.60288,11.86677],[47.60982,11.89681],[47.60884,11.90239],[47.61445,11.91389],[47.61312,11.93316],[47.61624,11.95453],[47.61752,11.96852],[47.61590,11.97513],[47.61387,11.97650],[47.61601,11.97650],[47.62012,11.98328],[47.62209,12.00054],[47.62562,12.00886],[47.62307,12.01350],[47.62116,12.01418],[47.61809,12.01744],[47.61225,12.02045],[47.61173,12.02757],[47.61289,12.03075],[47.61451,12.03023],[47.61682,12.03401],[47.61833,12.03916],[47.61561,12.05006],[47.61584,12.05504],[47.61914,12.06070],[47.61925,12.06491],[47.61509,12.07109],[47.61393,12.07967],[47.61144,12.08001],[47.61023,12.08199],[47.61040,12.09177],[47.61225,12.10877],[47.61167,12.11641],[47.60924,12.12087],[47.60681,12.12636],[47.60606,12.14104],[47.60779,12.14550],[47.61011,12.15263],[47.61098,12.15649],[47.61335,12.16173],[47.61509,12.17160],[47.61474,12.17966],[47.61005,12.18198],[47.60803,12.18069],[47.60502,12.18001],[47.60131,12.17778],[47.60461,12.18413],[47.60513,12.19451],[47.60577,12.20138],[47.60808,12.20679],[47.61410,12.20885],[47.62463,12.20301],[47.64071,12.19966],[47.65921,12.18507],[47.66904,12.18190],[47.67783,12.17074],[47.68447,12.16636],[47.70140,12.16258],[47.70099,12.18301],[47.70463,12.18670],[47.70977,12.19923],[47.70804,12.19966],[47.70792,12.20361],[47.71133,12.20636],[47.71047,12.20833],[47.71838,12.22601],[47.74147,12.24841],[47.74320,12.25717],[47.73697,12.26395],[47.73189,12.26601],[47.71907,12.25640],[47.71087,12.24996],[47.70995,12.24704],[47.69470,12.24206],[47.68823,12.24635],[47.68436,12.25314],[47.67915,12.25554],[47.67875,12.26326],[47.68141,12.26755],[47.68540,12.27125],[47.69042,12.28300],[47.69071,12.29184],[47.69724,12.33930],[47.69291,12.33569],[47.69088,12.33895],[47.69268,12.34436],[47.69233,12.35269],[47.69106,12.35389],[47.69100,12.35861],[47.68418,12.36393],[47.68661,12.37912],[47.68875,12.38539],[47.69302,12.40418],[47.69660,12.42916],[47.69504,12.43277],[47.69562,12.44135],[47.69169,12.44367],[47.68349,12.44186],[47.67921,12.44015],[47.67748,12.44135],[47.67557,12.44015],[47.67459,12.44101],[47.67343,12.44633],[47.67129,12.44538],[47.66835,12.45302],[47.66401,12.45457],[47.66234,12.45646],[47.64966,12.46586],[47.63700,12.49213],[47.63479,12.49171],[47.62548,12.49960],[47.62554,12.51171],[47.63699,12.53668],[47.63289,12.57428],[47.63468,12.57745],[47.64092,12.57917],[47.64211,12.57984],[47.64882,12.58314],[47.66660,12.59645],[47.66908,12.60142],[47.67342,12.60348],[47.67429,12.60889],[47.67284,12.61662],[47.67504,12.62340],[47.67660,12.62983],[47.67359,12.63687],[47.67163,12.63893],[47.67394,12.64374],[47.67342,12.64803],[47.67047,12.64889],[47.67261,12.65378],[47.67504,12.65653],[47.67723,12.65713],[47.68139,12.66614],[47.68122,12.67112],[47.68324,12.67979],[47.68284,12.68502],[47.68128,12.68545],[47.68215,12.69163],[47.68255,12.69627],[47.67995,12.70064],[47.68163,12.70537],[47.67671,12.71532],[47.67839,12.72279],[47.68012,12.73352],[47.67689,12.73978],[47.67585,12.74656],[47.66735,12.75575],[47.66434,12.75729],[47.66741,12.76279],[47.66758,12.76648],[47.66631,12.77180],[47.67458,12.78055],[47.67197,12.78399],[47.66995,12.78399],[47.66232,12.77884],[47.66053,12.77884],[47.65515,12.76879],[47.65486,12.76124],[47.65226,12.75910],[47.64983,12.76047],[47.64775,12.76519],[47.64434,12.76639],[47.64209,12.77068],[47.63804,12.77248],[47.63214,12.78296],[47.63387,12.78948],[47.62682,12.80029],[47.62583,12.80132],[47.62144,12.81171],[47.61206,12.82518],[47.60923,12.82312],[47.61073,12.81720],[47.61056,12.81197],[47.60934,12.80707],[47.60720,12.80398],[47.60489,12.80347],[47.60431,12.79866],[47.60095,12.79686],[47.60066,12.79403],[47.59806,12.79197],[47.59285,12.79635],[47.59001,12.79343],[47.58833,12.78819],[47.58538,12.78682],[47.58301,12.78244],[47.57745,12.78038],[47.56911,12.78545],[47.56500,12.79334],[47.55707,12.79489],[47.54814,12.80982],[47.54623,12.81694],[47.54646,12.82381],[47.54560,12.83445],[47.54716,12.84321],[47.54571,12.84905],[47.53783,12.85111],[47.53296,12.85162],[47.52844,12.85711],[47.52728,12.85943],[47.52850,12.86441],[47.52560,12.86484],[47.52439,12.87042],[47.52213,12.88020],[47.51923,12.88544],[47.51326,12.88630],[47.49682,12.91019],[47.48846,12.93310],[47.47907,12.95387],[47.47489,12.96812],[47.47483,12.97164],[47.47982,12.97190],[47.48533,12.97413],[47.48527,12.97859],[47.48075,12.98795],[47.47866,12.98906],[47.47913,12.99722],[47.47170,12.99421],[47.46892,12.99868],[47.46462,13.00245],[47.46485,13.00554],[47.46874,13.01044],[47.47274,13.01644],[47.47715,13.01799],[47.47820,13.02134],[47.48696,13.02659],[47.48771,13.03302],[47.48928,13.03457],[47.48922,13.04058],[47.49218,13.04564],[47.49525,13.04547],[47.49798,13.04762],[47.50360,13.04521],[47.51485,13.04590],[47.51578,13.04281],[47.52030,13.04264],[47.52163,13.04573],[47.52412,13.04461],[47.53012,13.03217],[47.53441,13.03011],[47.54368,13.03749],[47.54757,13.04367],[47.55150,13.04487],[47.55707,13.05474],[47.56176,13.05586],[47.56234,13.05139],[47.57207,13.04315],[47.57676,13.04075],[47.57878,13.04410],[47.58428,13.04281],[47.58689,13.06564],[47.58671,13.06993],[47.59117,13.07053],[47.59187,13.06761],[47.59754,13.06281],[47.60217,13.06229],[47.60599,13.06985],[47.61137,13.07105],[47.61617,13.07757],[47.61993,13.08023],[47.62121,13.08478],[47.62531,13.09079],[47.62722,13.09208],[47.62838,13.09474],[47.63509,13.09817],[47.64070,13.09637],[47.64434,13.09122],[47.64926,13.08804],[47.65497,13.08821],[47.66116,13.08152],[47.66387,13.07791],[47.67272,13.07568],[47.68277,13.07869],[47.68672,13.07980],[47.69134,13.07431],[47.69145,13.06890],[47.69481,13.06392],[47.69712,13.06049],[47.70364,13.05474],[47.70919,13.04701],[47.71075,13.04813],[47.71219,13.04556],[47.71288,13.04152],[47.71381,13.04195],[47.71543,13.03732],[47.71658,13.03079],[47.71554,13.02908],[47.71670,13.02599],[47.72056,13.02221],[47.72126,13.01826],[47.72247,13.01775],[47.72207,13.00942],[47.71745,13.00616],[47.71329,13.00298],[47.71254,12.99552],[47.70844,12.99165],[47.70665,12.98650],[47.70694,12.97552],[47.70665,12.97226],[47.70878,12.96196],[47.70757,12.95603],[47.71161,12.94685],[47.71115,12.93947],[47.70884,12.93200],[47.71000,12.92462],[47.71369,12.92239],[47.71485,12.91758],[47.71647,12.91621],[47.71704,12.91226],[47.72155,12.90926],[47.72328,12.90419],[47.72801,12.90411],[47.73280,12.91072],[47.73540,12.91089],[47.74343,12.91810],[47.74504,12.92402],[47.74550,12.93063],[47.74833,12.93363],[47.74845,12.93552],[47.75439,12.93604],[47.75780,12.93475],[47.75981,12.93861],[47.76403,12.94385],[47.77071,12.94213],[47.76996,12.93449],[47.77192,12.93492],[47.76990,12.93252],[47.76938,12.92694],[47.77348,12.92917],[47.77682,12.93441],[47.77809,12.94033],[47.78392,12.93844],[47.78553,12.93964],[47.78628,12.94754],[47.79078,12.95114],[47.79989,12.96462],[47.81579,12.97697],[47.82807,12.98460],[47.83198,12.98907],[47.83694,12.99688],[47.84109,13.00177],[47.84558,13.00392],[47.85197,13.00186],[47.85514,13.00066],[47.87091,12.98591],[47.88450,12.97638],[47.90228,12.96523],[47.91056,12.95733],[47.91856,12.94892],[47.92822,12.94240],[47.93886,12.93888],[47.94312,12.93828],[47.94409,12.93742],[47.94409,12.93561],[47.94248,12.93484],[47.94053,12.93338],[47.93978,12.93124],[47.93915,12.92394],[47.94007,12.92051],[47.94375,12.91888],[47.95134,12.92059],[47.95329,12.91982],[47.95588,12.91536],[47.95732,12.91012],[47.95829,12.89991],[47.95950,12.88352],[47.96203,12.87605],[47.96622,12.87150],[47.97237,12.86764],[48.00833,12.85691],[48.01827,12.84807],[48.02986,12.83176],[48.06234,12.77631],[48.07088,12.76318],[48.08276,12.75460],[48.09686,12.75048],[48.11102,12.74936],[48.11938,12.75940],[48.12540,12.75769],[48.12763,12.76138],[48.12906,12.76567],[48.12786,12.77245],[48.12580,12.77820],[48.12311,12.78232],[48.12282,12.78507],[48.12454,12.78764],[48.13938,12.79751],[48.14568,12.79751],[48.15043,12.80756],[48.15238,12.81571],[48.15226,12.82515],[48.15541,12.83262],[48.15907,12.83536],[48.16446,12.83485],[48.16663,12.83742],[48.16646,12.84172],[48.16612,12.84481],[48.16720,12.84738],[48.17018,12.84893],[48.17756,12.85202],[48.18489,12.86120],[48.19684,12.86412],[48.20233,12.87210],[48.20371,12.89605],[48.20657,12.91484],[48.20662,12.94214],[48.20994,12.95750],[48.24059,13.00238],[48.25225,13.01105],[48.25751,13.02004],[48.26242,13.03935],[48.26585,13.05660],[48.27659,13.07806],[48.27790,13.08682],[48.27813,13.12450],[48.28179,13.14329],[48.29110,13.16458],[48.29584,13.18406],[48.29281,13.25487],[48.31942,13.32318],[48.33625,13.34910],[48.35200,13.36632],[48.37042,13.40364],[48.37560,13.41283],[48.39037,13.42029],[48.40399,13.42089],[48.43082,13.43943],[48.43928,13.43885],[48.45266,13.42700],[48.46114,13.42863],[48.47412,13.43610],[48.49209,13.44700],[48.49704,13.44803],[48.51234,13.45756],[48.52871,13.44425],[48.53474,13.45018],[48.53957,13.44829],[48.54739,13.44008],[48.55313,13.43691],[48.55893,13.43923],[48.56410,13.45090],[48.56131,13.45613],[48.55870,13.45725],[48.55620,13.46060],[48.55438,13.46472],[48.55597,13.47424],[48.55910,13.47588],[48.56268,13.47364],[48.56495,13.47914],[48.56262,13.48489],[48.56449,13.49072],[48.56751,13.49287],[48.56910,13.49055],[48.56995,13.49158],[48.56966,13.49493],[48.57159,13.50068],[48.57676,13.50686],[48.57818,13.50471],[48.58108,13.50128],[48.58829,13.50577],[48.59090,13.51315],[48.58903,13.52311],[48.58062,13.53787],[48.57029,13.55006],[48.56716,13.56002],[48.56006,13.56946],[48.56018,13.58225],[48.56535,13.58611],[48.56847,13.59186],[48.56887,13.60010],[48.56533,13.60905],[48.55397,13.62432],[48.55016,13.65239],[48.53556,13.66243],[48.52532,13.69067],[48.51879,13.70363],[48.51270,13.72749],[48.52652,13.73247],[48.52976,13.74603],[48.53834,13.74740],[48.54004,13.74397],[48.54624,13.74286],[48.55081,13.75264],[48.55206,13.74595],[48.55615,13.74689],[48.56319,13.75281],[48.56711,13.75959],[48.56274,13.76491],[48.55456,13.77032],[48.55899,13.77247],[48.56160,13.77813],[48.56643,13.78002],[48.57211,13.79023],[48.57421,13.79933],[48.57892,13.80397],[48.58767,13.80431],[48.59045,13.80028],[48.59720,13.80113],[48.60629,13.80809],[48.61014,13.81298],[48.61622,13.81478],[48.61571,13.82199],[48.62444,13.82242],[48.63342,13.82508],[48.64141,13.82088],[48.64538,13.81418],[48.65440,13.81384],[48.66551,13.81607],[48.67888,13.81624],[48.68126,13.81246],[48.69152,13.81409],[48.69622,13.81547],[48.69311,13.83006],[48.69934,13.83409],[48.69770,13.81950],[48.70200,13.80843],[48.70761,13.81083],[48.70761,13.80345],[48.71534,13.79308],[48.73097,13.81617],[48.75548,13.81952],[48.76555,13.83737],[48.77222,13.83883],[48.77319,13.84433],[48.77070,13.84819],[48.77188,13.85660],[48.76996,13.86321],[48.77036,13.86793],[48.76521,13.87917],[48.75916,13.88818],[48.75701,13.89703],[48.74065,13.92063],[48.73720,13.92209],[48.73567,13.92647],[48.73199,13.92827],[48.72633,13.93848],[48.72231,13.94209],[48.72299,13.94612],[48.72084,13.95522],[48.71461,13.95754],[48.71359,13.97256],[48.71002,13.97959],[48.71143,13.98371],[48.70894,14.00560],[48.70520,14.01101],[48.70186,14.01170],[48.69614,14.01976],[48.69144,14.01736],[48.68980,14.02577],[48.68498,14.03049],[48.68379,14.02714],[48.67801,14.03719],[48.67790,14.04534],[48.67517,14.05907],[48.67313,14.06070],[48.66492,14.06122],[48.65766,14.05864],[48.65188,14.05358],[48.65375,14.04105],[48.65205,14.02620],[48.64428,14.02337],[48.64297,14.01830],[48.63929,14.01358],[48.63685,14.01951],[48.63112,14.02500],[48.62811,14.03341],[48.62936,14.04337],[48.62743,14.04980],[48.61977,14.04614],[48.61659,14.04339],[48.61319,14.04476],[48.61018,14.05206],[48.60524,14.05480],[48.60774,14.06536],[48.60717,14.06982],[48.59633,14.06682],[48.60127,14.07317],[48.60036,14.09849],[48.59253,14.09849],[48.59014,14.10647],[48.59026,14.11540],[48.59406,14.11926],[48.59463,14.12484],[48.59798,14.13557],[48.59508,14.14124],[48.59718,14.15540],[48.59338,14.16063],[48.59327,14.16595],[48.59014,14.16475],[48.59128,14.17076],[48.59417,14.17754],[48.59379,14.19244],[48.58862,14.21355],[48.58448,14.23501],[48.57880,14.24050],[48.57874,14.24728],[48.58136,14.25123],[48.58255,14.26479],[48.58153,14.27200],[48.57409,14.28041],[48.56915,14.29646],[48.56420,14.31320],[48.56540,14.32470],[48.55324,14.32839],[48.55216,14.33337],[48.55591,14.34264],[48.56097,14.34444],[48.56330,14.35148],[48.56971,14.35157],[48.57562,14.35749],[48.57607,14.36659],[48.56994,14.37019],[48.57040,14.38066],[48.57216,14.38590],[48.57676,14.39105],[48.58454,14.38590],[48.59322,14.38495],[48.59498,14.39131],[48.59339,14.40349],[48.59311,14.41560],[48.59010,14.42366],[48.58953,14.42881],[48.59947,14.43508],[48.60114,14.44054],[48.60943,14.44449],[48.61431,14.44732],[48.62010,14.44595],[48.62498,14.45136],[48.62560,14.45428],[48.63309,14.44981],[48.63905,14.44252],[48.64364,14.44278],[48.64534,14.45290],[48.64506,14.46003],[48.64925,14.46930],[48.64262,14.47840],[48.64007,14.47822],[48.63303,14.48964],[48.63366,14.49247],[48.62963,14.49891],[48.62339,14.49496],[48.61789,14.50414],[48.61982,14.51093],[48.62010,14.51599],[48.61698,14.52655],[48.61533,14.53152],[48.61516,14.54663],[48.61074,14.55324],[48.60654,14.55367],[48.60438,14.56242],[48.60892,14.56302],[48.61198,14.57058],[48.61749,14.58113],[48.61825,14.58984],[48.62631,14.59920],[48.62841,14.60357],[48.62858,14.60881],[48.62756,14.61439],[48.61752,14.62108],[48.60617,14.62546],[48.60401,14.63010],[48.60532,14.63379],[48.61110,14.64735],[48.60412,14.65421],[48.59777,14.65885],[48.58289,14.66417],[48.58181,14.67044],[48.58369,14.67619],[48.58329,14.68228],[48.58567,14.68812],[48.58590,14.69550],[48.58409,14.70151],[48.58749,14.70614],[48.59141,14.70571],[48.59799,14.71198],[48.60225,14.71953],[48.61791,14.71318],[48.63763,14.72148],[48.63876,14.71864],[48.64863,14.71676],[48.64943,14.71015],[48.67664,14.72276],[48.67981,14.72534],[48.68625,14.72497],[48.69447,14.73295],[48.69838,14.73432],[48.70342,14.74608],[48.70387,14.75544],[48.71039,14.75664],[48.71169,14.77312],[48.71418,14.77578],[48.71843,14.78462],[48.72239,14.78608],[48.72585,14.79123],[48.72987,14.79354],[48.73383,14.80135],[48.73258,14.80350],[48.73462,14.80642],[48.74804,14.79999],[48.75217,14.80153],[48.75851,14.80711],[48.76411,14.81140],[48.77169,14.80522],[48.77384,14.80822],[48.77972,14.80805],[48.78108,14.81475],[48.78170,14.81913],[48.78453,14.82548],[48.78108,14.82814],[48.78198,14.83449],[48.78475,14.84307],[48.78136,14.84633],[48.78057,14.85045],[48.77825,14.85191],[48.77757,14.86264],[48.78176,14.86839],[48.78051,14.88247],[48.77672,14.88753],[48.77225,14.88590],[48.77090,14.88873],[48.77299,14.89406],[48.77237,14.89912],[48.76779,14.90521],[48.76758,14.91102],[48.77013,14.91848],[48.76668,14.93256],[48.76153,14.94037],[48.76295,14.94775],[48.76153,14.95282],[48.75893,14.95582],[48.76289,14.96020],[48.76453,14.96638],[48.76753,14.96990],[48.77024,14.97728],[48.77465,14.97973],[48.77652,14.97759],[48.77951,14.97904],[48.78415,14.96969],[48.78794,14.95304],[48.79009,14.95227],[48.79699,14.95287],[48.80242,14.95544],[48.80564,14.95853],[48.81310,14.95690],[48.81864,14.96093],[48.82372,14.96866],[48.82678,14.96737],[48.83802,14.96737],[48.84276,14.97175],[48.84310,14.98377],[48.84570,14.98351],[48.85344,14.97286],[48.87506,14.97149],[48.87523,14.98274],[48.89133,14.98232],[48.89144,14.98799],[48.89573,14.98661],[48.89821,14.99065],[48.90515,14.99228],[48.90972,14.98953],[48.91542,14.98953],[48.92315,14.98232],[48.92597,14.98026],[48.92749,14.97829],[48.93121,14.97829],[48.93471,14.98455],[48.94175,14.98206],[48.94401,14.97991],[48.95697,14.97605],[48.97224,14.97588],[48.98137,14.97837],[48.98807,14.98480],[48.99151,14.99399],[48.99826,14.99570],[49.00328,14.99991],[49.00587,14.99219],[49.01043,14.99030],[49.01600,14.99528],[49.01324,15.00317],[49.01482,15.01047],[49.01915,15.01364],[49.02163,15.02154],[49.01600,15.03158],[49.01240,15.03948],[49.01656,15.05544],[49.01442,15.06617],[49.00632,15.06849],[49.00254,15.06566],[49.00046,15.06609],[48.99832,15.07922],[48.99860,15.08651],[48.99483,15.10291],[48.99961,15.10720],[49.00023,15.11399],[48.99803,15.12129],[48.99955,15.12429],[48.99825,15.12970],[49.00130,15.13245],[48.99747,15.13888],[48.99409,15.15682],[48.98981,15.15974],[48.98339,15.15802],[48.98372,15.15425],[48.98209,15.15279],[48.97978,15.15365],[48.97832,15.16214],[48.97544,15.16472],[48.97268,15.16111],[48.96908,15.16849],[48.96164,15.17055],[48.95882,15.16901],[48.95651,15.16386],[48.94676,15.15871],[48.94366,15.16214],[48.94462,15.16815],[48.94783,15.17613],[48.94614,15.18300],[48.94388,15.19055],[48.94676,15.19296],[48.95369,15.20188],[48.95837,15.20987],[48.96102,15.22712],[48.95826,15.23862],[48.95978,15.24085],[48.95978,15.25003],[48.95786,15.25149],[48.95465,15.26059],[48.95972,15.26239],[48.95736,15.26780],[48.96299,15.26677],[48.96355,15.26394],[48.96772,15.26660],[48.96716,15.27209],[48.97995,15.28050],[48.98643,15.27329],[48.99561,15.27724],[48.99290,15.29003],[48.98908,15.29484],[48.98367,15.29304],[48.97889,15.30520],[48.98114,15.31146],[48.97714,15.32116],[48.97985,15.32597],[48.98554,15.33266],[48.98430,15.33807],[48.98559,15.34897],[48.98272,15.35824],[48.98255,15.36828],[48.97247,15.39060],[48.96655,15.39249],[48.96379,15.40450],[48.95534,15.41652],[48.95009,15.43489],[48.95156,15.44484],[48.94981,15.45188],[48.94581,15.45575],[48.95241,15.46725],[48.95055,15.47188],[48.94446,15.47952],[48.94327,15.48750],[48.94096,15.49119],[48.93859,15.49995],[48.93594,15.50312],[48.92392,15.50673],[48.92020,15.50724],[48.91365,15.51437],[48.91100,15.53231],[48.90519,15.55994],[48.89639,15.57720],[48.89791,15.60492],[48.89650,15.60955],[48.89887,15.61170],[48.89543,15.62251],[48.88556,15.63110],[48.88527,15.63573],[48.88833,15.63539],[48.88167,15.65856],[48.86838,15.67274],[48.86364,15.68304],[48.85748,15.68870],[48.85590,15.69316],[48.85923,15.69703],[48.86155,15.70973],[48.85968,15.71694],[48.85844,15.71471],[48.85477,15.74569],[48.85325,15.75119],[48.86522,15.76990],[48.87594,15.77994],[48.87312,15.80637],[48.87374,15.82028],[48.87199,15.82912],[48.87775,15.83710],[48.87634,15.84637],[48.87233,15.84508],[48.86832,15.85350],[48.86522,15.85289],[48.86183,15.84242],[48.85974,15.84457],[48.85725,15.86062],[48.85325,15.86388],[48.85437,15.87229],[48.85765,15.87444],[48.85906,15.86955],[48.86149,15.87066],[48.86132,15.87538],[48.85833,15.88045],[48.85381,15.88242],[48.84822,15.88088],[48.84466,15.88302],[48.84291,15.88628],[48.84460,15.89092],[48.85025,15.89298],[48.84867,15.89881],[48.83670,15.90800],[48.83980,15.91710],[48.83839,15.92714],[48.83596,15.92491],[48.83376,15.93692],[48.82517,15.92645],[48.81906,15.93898],[48.82878,15.93821],[48.82974,15.94602],[48.82635,15.95117],[48.82330,15.94877],[48.82421,15.95795],[48.82155,15.96113],[48.81793,15.96070],[48.81251,15.95314],[48.80527,15.95177],[48.79691,15.97151],[48.77938,15.99718],[48.76586,16.03992],[48.75861,16.05932],[48.75222,16.07614],[48.74679,16.10039],[48.74662,16.10975],[48.74809,16.11172],[48.74882,16.11773],[48.74384,16.13695],[48.74605,16.13893],[48.74458,16.14906],[48.74956,16.15361],[48.74537,16.18347],[48.74209,16.21403],[48.73944,16.25395],[48.73757,16.26279],[48.74193,16.26777],[48.74187,16.28099],[48.73853,16.29704],[48.74012,16.29816],[48.73978,16.30691],[48.73400,16.31120],[48.73304,16.33532],[48.74657,16.34081],[48.74572,16.34493],[48.74164,16.34605],[48.74221,16.35060],[48.74045,16.35824],[48.73689,16.35807],[48.73344,16.35300],[48.73077,16.36107],[48.72868,16.36133],[48.72851,16.36605],[48.73128,16.37721],[48.72964,16.37859],[48.73111,16.38339],[48.73281,16.38236],[48.74006,16.38828],[48.73972,16.39395],[48.73712,16.39438],[48.73932,16.39824],[48.74181,16.40004],[48.74272,16.40391],[48.74142,16.40597],[48.74379,16.40931],[48.74538,16.40888],[48.75404,16.41215],[48.76224,16.42142],[48.76501,16.43300],[48.76931,16.43678],[48.77407,16.43755],[48.77582,16.43506],[48.77933,16.43575],[48.78640,16.44176],[48.79081,16.44716],[48.79725,16.44648],[48.79980,16.44785],[48.80471,16.46064],[48.80924,16.45849],[48.81031,16.46510],[48.80251,16.48047],[48.80155,16.49969],[48.80313,16.51574],[48.79883,16.52003],[48.80398,16.52742],[48.80579,16.52707],[48.81528,16.54036],[48.79861,16.56259],[48.79335,16.56731],[48.79403,16.57726],[48.78730,16.59443],[48.78368,16.59451],[48.78085,16.61056],[48.78193,16.61632],[48.78131,16.62936],[48.78628,16.63443],[48.78606,16.65030],[48.78153,16.66438],[48.77598,16.66720],[48.77456,16.66694],[48.77157,16.67647],[48.75182,16.68196],[48.74769,16.68059],[48.74237,16.67475],[48.73965,16.67526],[48.73552,16.67938],[48.72917,16.68319],[48.72990,16.68877],[48.73353,16.69349],[48.73788,16.70130],[48.73551,16.70500],[48.73845,16.70774],[48.73851,16.72697],[48.73579,16.73220],[48.73398,16.72903],[48.73409,16.73555],[48.73171,16.73692],[48.73262,16.74808],[48.72028,16.75503],[48.71858,16.76061],[48.71920,16.76336],[48.71569,16.77040],[48.71258,16.77486],[48.71501,16.77864],[48.71382,16.79134],[48.71099,16.79580],[48.71116,16.79967],[48.70720,16.80113],[48.70940,16.80464],[48.71314,16.80464],[48.71042,16.81889],[48.71178,16.82636],[48.71767,16.83391],[48.71224,16.84241],[48.71246,16.84996],[48.71368,16.86868],[48.71775,16.87246],[48.72308,16.87684],[48.72364,16.87976],[48.72223,16.88293],[48.72115,16.88233],[48.71702,16.88628],[48.71657,16.89598],[48.71838,16.90173],[48.71549,16.90636],[48.71266,16.90653],[48.70847,16.90885],[48.70620,16.91357],[48.70156,16.91889],[48.69278,16.91975],[48.68524,16.91864],[48.67799,16.91246],[48.67515,16.91392],[48.67215,16.92851],[48.66467,16.92327],[48.65758,16.92507],[48.65083,16.92113],[48.64527,16.92550],[48.64244,16.93022],[48.63246,16.92685],[48.62803,16.92488],[48.62242,16.92153],[48.61907,16.93999],[48.61634,16.94248],[48.60528,16.94333],[48.60084,16.93527],[48.58273,16.94145],[48.57222,16.93725],[48.56473,16.94034],[48.56041,16.94583],[48.55285,16.94463],[48.54929,16.94735],[48.54583,16.95447],[48.54225,16.95524],[48.53281,16.94941],[48.52878,16.94306],[48.52576,16.94211],[48.52241,16.94511],[48.52002,16.94254],[48.52019,16.93507],[48.51877,16.92048],[48.51183,16.92494],[48.51183,16.91490],[48.50746,16.91379],[48.49568,16.91876],[48.49358,16.91525],[48.49443,16.90812],[48.49705,16.90658],[48.49739,16.90134],[48.49540,16.89516],[48.49165,16.89190],[48.48727,16.89679],[48.48334,16.89525],[48.47970,16.88975],[48.47697,16.89070],[48.47486,16.88838],[48.47628,16.88083],[48.46507,16.87379],[48.46456,16.86538],[48.45813,16.86023],[48.45597,16.86521],[48.45067,16.86306],[48.45033,16.85353],[48.44771,16.85062],[48.44008,16.85242],[48.43135,16.85425],[48.41962,16.86515],[48.41712,16.86386],[48.41062,16.85314],[48.40458,16.85245],[48.39495,16.85760],[48.38919,16.85168],[48.38230,16.85090],[48.38127,16.84550],[48.38349,16.83889],[48.38224,16.83494],[48.37853,16.83537],[48.37078,16.84301],[48.36405,16.84000],[48.35841,16.84447],[48.35105,16.84344],[48.34825,16.85116],[48.34911,16.86086],[48.34785,16.86755],[48.34928,16.87090],[48.34848,16.87425],[48.34460,16.87571],[48.34181,16.86901],[48.33724,16.87485],[48.33513,16.88584],[48.33205,16.88712],[48.33205,16.89425],[48.32800,16.90077],[48.32669,16.90841],[48.32332,16.90970],[48.31801,16.90489],[48.31470,16.89639],[48.31036,16.89571],[48.30397,16.89888],[48.29712,16.90129],[48.29449,16.90566],[48.28924,16.90755],[48.28156,16.91364],[48.27727,16.91973],[48.27424,16.91990],[48.27133,16.92368],[48.27082,16.93561],[48.27087,16.94608],[48.26647,16.95226],[48.26385,16.95741],[48.26093,16.95646],[48.25516,16.95131],[48.24584,16.94943],[48.23858,16.94668],[48.23390,16.94728],[48.22761,16.95629],[48.21951,16.96204],[48.21344,16.96222],[48.20887,16.96582],[48.19468,16.97303],[48.18907,16.97724],[48.17866,16.97612],[48.17322,16.97595],[48.17017,16.97929],[48.15185,17.01370],[48.14292,17.02220],[48.13983,17.03671],[48.14355,17.05671],[48.13977,17.06160],[48.13461,17.06220],[48.13077,17.06349],[48.12688,17.06778],[48.12264,17.06975],[48.12207,17.06546],[48.11670,17.07197],[48.11555,17.07798],[48.10988,17.07489],[48.10827,17.07987],[48.10621,17.07858],[48.09962,17.09420],[48.09646,17.08905],[48.09085,17.09377],[48.09056,17.08862],[48.08465,17.07429],[48.08184,17.07532],[48.08116,17.07274],[48.07794,17.08029],[48.07026,17.07266],[48.06527,17.08665],[48.05535,17.07102],[48.05001,17.08536],[48.04508,17.08836],[48.03101,17.06991],[48.02149,17.09025],[48.03176,17.10956],[48.02935,17.11643],[48.02212,17.12647],[48.02378,17.13222],[48.02361,17.13780],[48.01971,17.14544],[48.00650,17.16166],[48.00208,17.15514],[47.99369,17.13497],[47.99214,17.13566],[47.98433,17.11892],[47.97646,17.10845],[47.97169,17.09772],[47.96899,17.09806],[47.96083,17.11926],[47.95462,17.11197],[47.94703,17.10656],[47.94220,17.10124],[47.93461,17.09257],[47.92719,17.11480],[47.90967,17.10251],[47.90432,17.09719],[47.89914,17.10551],[47.87393,17.08526],[47.87399,17.07968],[47.87658,17.07779],[47.87330,17.06251],[47.87157,17.04981],[47.86950,17.05058],[47.86616,17.04002],[47.86731,17.03745],[47.86734,17.01747],[47.85812,17.01164],[47.83779,17.05258],[47.83243,17.04777],[47.83070,17.05129],[47.82811,17.04734],[47.82304,17.06193],[47.81998,17.06056],[47.80813,17.07474],[47.80750,17.07122],[47.79683,17.05414],[47.79337,17.05114],[47.78668,17.05869],[47.77849,17.06178],[47.77826,17.06479],[47.75646,17.07062],[47.74130,17.07191],[47.72751,17.07088],[47.70828,17.09405],[47.70394,17.04101],[47.69395,16.97515],[47.68719,16.91181],[47.68811,16.87448],[47.68973,16.87087],[47.72086,16.86821],[47.71763,16.86383],[47.71087,16.85602],[47.70469,16.84014],[47.68650,16.83156],[47.68199,16.82856],[47.68216,16.81139],[47.68112,16.74873],[47.72242,16.72077],[47.73507,16.72052],[47.74020,16.67159],[47.74292,16.65803],[47.74072,16.65640],[47.74315,16.65280],[47.74546,16.64464],[47.74800,16.63941],[47.75481,16.63778],[47.75851,16.63314],[47.75632,16.62602],[47.75735,16.61906],[47.75914,16.61632],[47.75937,16.60919],[47.75574,16.59855],[47.75868,16.59168],[47.75435,16.58834],[47.75118,16.56602],[47.75078,16.54886],[47.74616,16.54928],[47.74234,16.54946],[47.74101,16.54482],[47.74228,16.54431],[47.73951,16.53813],[47.73755,16.53898],[47.73668,16.53778],[47.72190,16.55315],[47.71324,16.54190],[47.71116,16.54122],[47.70977,16.53255],[47.71093,16.51993],[47.70677,16.51727],[47.70631,16.51152],[47.70359,16.50637],[47.70325,16.50242],[47.70331,16.49976],[47.69863,16.49564],[47.69655,16.48766],[47.69325,16.48654],[47.69037,16.48431],[47.68927,16.47719],[47.68059,16.47606],[47.68048,16.46558],[47.68377,16.45949],[47.69596,16.45322],[47.69614,16.44799],[47.69088,16.44790],[47.67377,16.44370],[47.66996,16.43597],[47.66574,16.42353],[47.66291,16.42361],[47.65944,16.43563],[47.65638,16.44610],[47.65441,16.45666],[47.65216,16.46378],[47.65216,16.47254],[47.64968,16.48213],[47.64182,16.48831],[47.64297,16.49269],[47.63956,16.49878],[47.64031,16.50222],[47.63898,16.50582],[47.64234,16.50925],[47.64702,16.51449],[47.64130,16.53174],[47.63279,16.55200],[47.62065,16.57260],[47.61804,16.58573],[47.61880,16.59732],[47.62163,16.60564],[47.62614,16.61946],[47.62863,16.63019],[47.62759,16.63877],[47.62296,16.65259],[47.60659,16.66117],[47.60635,16.67208],[47.60340,16.67405],[47.59669,16.66684],[47.58187,16.67671],[47.57272,16.67173],[47.56942,16.67087],[47.56786,16.66461],[47.55958,16.67285],[47.56224,16.68340],[47.55911,16.69019],[47.55593,16.69225],[47.54718,16.69774],[47.54579,16.70581],[47.54347,16.71096],[47.53942,16.71587],[47.53293,16.70360],[47.52285,16.70635],[47.51740,16.69579],[47.51154,16.69296],[47.50772,16.68721],[47.50314,16.66875],[47.50801,16.66266],[47.50569,16.65845],[47.49995,16.65365],[47.48305,16.66338],[47.48091,16.66835],[47.47342,16.67153],[47.46989,16.66690],[47.46327,16.66209],[47.45439,16.66157],[47.45103,16.64999],[47.44870,16.65248],[47.44534,16.64432],[47.44540,16.63531],[47.44067,16.62787],[47.43028,16.62074],[47.42851,16.60778],[47.42555,16.60624],[47.42143,16.59319],[47.41777,16.58693],[47.41864,16.58186],[47.41574,16.58349],[47.41225,16.57731],[47.40871,16.57851],[47.40569,16.57517],[47.40575,16.56452],[47.40633,16.55560],[47.40441,16.54770],[47.40621,16.54358],[47.40941,16.54066],[47.40871,16.53549],[47.40958,16.53154],[47.40819,16.52682],[47.40981,16.52425],[47.40929,16.51721],[47.40488,16.51463],[47.40459,16.50897],[47.39913,16.51120],[47.39558,16.51017],[47.38873,16.49601],[47.39454,16.49635],[47.39355,16.49180],[47.39401,16.48717],[47.39761,16.48433],[47.40087,16.48279],[47.40615,16.48768],[47.40842,16.48451],[47.40825,16.47240],[47.41225,16.46374],[47.41196,16.45687],[47.40854,16.44829],[47.39936,16.44863],[47.39157,16.45412],[47.38297,16.46219],[47.38274,16.45386],[47.37733,16.45326],[47.37449,16.45653],[47.36978,16.45738],[47.36449,16.45627],[47.36024,16.45155],[47.35635,16.45266],[47.35641,16.44674],[47.35338,16.43472],[47.34611,16.44571],[47.33937,16.44871],[47.33954,16.45893],[47.33326,16.46631],[47.33053,16.46408],[47.32471,16.46966],[47.31767,16.47090],[47.31249,16.47562],[47.29596,16.48317],[47.29102,16.48326],[47.28036,16.49038],[47.27576,16.48017],[47.27174,16.47828],[47.26231,16.48008],[47.25211,16.46721],[47.25485,16.46051],[47.25252,16.45356],[47.25235,16.44850],[47.25007,16.44953],[47.25159,16.43305],[47.24809,16.44403],[47.23341,16.44257],[47.22781,16.43862],[47.21738,16.43974],[47.21532,16.43585],[47.20897,16.43809],[47.20967,16.42890],[47.20722,16.42358],[47.20798,16.42101],[47.20564,16.41766],[47.19707,16.42169],[47.19398,16.42178],[47.18476,16.42933],[47.18529,16.44255],[47.18867,16.45079],[47.18803,16.45551],[47.18558,16.45482],[47.17695,16.45817],[47.17380,16.46152],[47.16831,16.46486],[47.16656,16.46152],[47.16125,16.46332],[47.15617,16.45808],[47.15687,16.45388],[47.15000,16.45067],[47.14620,16.45196],[47.14381,16.45384],[47.14282,16.46166],[47.14498,16.47728],[47.14959,16.48929],[47.15000,16.51710],[47.13809,16.52543],[47.13785,16.52955],[47.12682,16.52946],[47.12156,16.50071],[47.10970,16.50157],[47.10819,16.48354],[47.10243,16.48520],[47.10109,16.47730],[47.10460,16.47447],[47.09986,16.47318],[47.09852,16.46589],[47.09601,16.46692],[47.09414,16.46451],[47.09046,16.46795],[47.08543,16.47584],[47.07660,16.47258],[47.07503,16.47473],[47.07514,16.48262],[47.06947,16.48760],[47.07175,16.49335],[47.06918,16.50374],[47.06164,16.52133],[47.05573,16.52159],[47.04825,16.50511],[47.04638,16.48219],[47.04252,16.46795],[47.03943,16.45611],[47.03750,16.44281],[47.03516,16.44470],[47.02960,16.43998],[47.02422,16.44770],[47.03200,16.46057],[47.03223,16.46409],[47.02767,16.47620],[47.02196,16.47814],[47.02295,16.48217],[47.01056,16.49419],[47.00751,16.50526],[47.00336,16.51333],[46.99991,16.51273],[46.99920,16.50165],[46.99774,16.49839],[46.99920,16.48947],[46.99622,16.48921],[46.99405,16.48423],[46.99399,16.47891],[46.99751,16.46887],[46.99680,16.46286],[47.00049,16.45659],[47.00277,16.44835],[46.99194,16.44638],[46.99300,16.42544],[46.99628,16.41840],[47.00359,16.41308],[47.00266,16.40175],[47.00225,16.39162],[46.99797,16.38338],[46.99786,16.37188],[47.00675,16.36510],[47.00471,16.36029],[47.00991,16.34870],[47.00160,16.34570],[46.99505,16.34415],[46.99751,16.33377],[47.00143,16.32450],[46.99768,16.30390],[47.00154,16.29712],[47.00839,16.29892],[47.01322,16.29088],[47.01094,16.28745],[47.00128,16.28273],[46.99648,16.28419],[46.98791,16.27952],[46.98604,16.27711],[46.98159,16.27600],[46.97263,16.27832],[46.96232,16.27729],[46.96109,16.27008],[46.96343,16.26347],[46.96355,16.25849],[46.96220,16.25265],[46.95834,16.24656],[46.95588,16.24304],[46.94885,16.24776],[46.94615,16.24553],[46.94510,16.23609],[46.94070,16.23205],[46.93478,16.22115],[46.93478,16.21609],[46.93847,16.21360],[46.93795,16.20665],[46.94146,16.20313],[46.94029,16.19935],[46.93478,16.19540],[46.92652,16.19068],[46.91573,16.18467],[46.90600,16.17918],[46.90242,16.16923],[46.90236,16.16193],[46.89626,16.15858],[46.89562,16.15412],[46.89309,16.15472],[46.89268,16.14974],[46.88776,16.14863],[46.88541,16.14528],[46.88371,16.13893],[46.88013,16.13712],[46.87714,16.13446],[46.87415,16.13249],[46.87074,16.12099],[46.86810,16.11223],[46.85953,16.09764],[46.86382,16.09584],[46.86382,16.09206],[46.86188,16.08889],[46.85713,16.08726],[46.85284,16.07970],[46.85214,16.07181],[46.84897,16.06649],[46.84398,16.06623],[46.83821,16.05765],[46.83915,16.05498],[46.83686,16.05155],[46.83980,16.04305],[46.83516,16.04039],[46.83222,16.03181],[46.83810,16.03069],[46.84027,16.02829],[46.83651,16.01988],[46.83434,16.01318],[46.82988,16.00846],[46.83123,16.00100],[46.83469,15.99559],[46.83217,15.99173],[46.82935,15.99010],[46.82712,15.98701],[46.82007,15.98924],[46.81701,15.99310],[46.81090,15.99885],[46.80638,15.99834],[46.80397,15.99396],[46.79152,15.99430],[46.77882,15.99018],[46.76989,15.99053],[46.76064,15.98934],[46.75788,15.99080],[46.75218,15.98625],[46.73706,15.99191],[46.73141,15.99500],[46.72329,16.00444],[46.71841,16.00401],[46.71653,16.00805],[46.71776,16.01157],[46.71706,16.01672],[46.71205,16.02161],[46.71288,16.02770],[46.71229,16.03028],[46.70923,16.02985],[46.70065,16.03082],[46.69476,16.03769],[46.68575,16.04335],[46.67286,16.04052],[46.66703,16.04181],[46.65578,16.03820],[46.66014,16.02636],[46.66220,16.02387],[46.66314,16.01365],[46.66738,16.00782],[46.67256,16.00533],[46.67863,16.00215],[46.68140,15.99597],[46.68428,15.98490],[46.68587,15.97280],[46.68740,15.95563],[46.68911,15.94679],[46.69176,15.94104],[46.70489,15.92216],[46.70830,15.91649],[46.71195,15.90476],[46.71407,15.89317],[46.71642,15.88656],[46.71989,15.87592],[46.72137,15.86459],[46.72242,15.85429],[46.72219,15.83498],[46.72148,15.82734],[46.71483,15.79961],[46.71048,15.79120],[46.70621,15.78380],[46.70233,15.77521],[46.69968,15.77083],[46.69903,15.76689],[46.69927,15.76131],[46.69815,15.75564],[46.69815,15.75024],[46.69927,15.74612],[46.69991,15.74131],[46.69962,15.73676],[46.69574,15.72389],[46.69579,15.71848],[46.69721,15.71238],[46.69785,15.70569],[46.69868,15.69788],[46.70186,15.68887],[46.70574,15.68088],[46.70710,15.67436],[46.70621,15.66415],[46.70657,15.65754],[46.70527,15.65007],[46.70121,15.65325],[46.69938,15.65350],[46.69356,15.65548],[46.69050,15.65222],[46.68938,15.64278],[46.69161,15.64064],[46.68831,15.63601],[46.68295,15.63309],[46.68066,15.63481],[46.67883,15.62425],[46.67971,15.61815],[46.68230,15.61240],[46.68024,15.60434],[46.68401,15.60373],[46.68749,15.60528],[46.68890,15.60064],[46.68972,15.59773],[46.68819,15.59352],[46.68442,15.59129],[46.68278,15.59017],[46.68236,15.58468],[46.68119,15.58116],[46.68295,15.57884],[46.67989,15.57953],[46.67971,15.56966],[46.67424,15.56803],[46.67529,15.56482],[46.67287,15.56010],[46.67069,15.55967],[46.67163,15.55383],[46.67075,15.55246],[46.67211,15.55023],[46.66839,15.54757],[46.66934,15.54491],[46.66457,15.54860],[46.65838,15.54937],[46.65337,15.55349],[46.64919,15.55409],[46.64742,15.55186],[46.64831,15.54739],[46.64501,15.54533],[46.64241,15.54748],[46.64000,15.55186],[46.63788,15.54988],[46.63564,15.54585],[46.63257,15.54602],[46.62970,15.54173],[46.63318,15.54070],[46.63330,15.53804],[46.63106,15.53418],[46.62888,15.53014],[46.62157,15.52104],[46.62086,15.51787],[46.62245,15.51607],[46.62021,15.51152],[46.61585,15.51212],[46.61491,15.50551],[46.61331,15.50293],[46.61438,15.50019],[46.61791,15.49924],[46.61897,15.49435],[46.62004,15.49032],[46.62004,15.48851],[46.61862,15.48448],[46.61550,15.48294],[46.61196,15.47710],[46.61155,15.47152],[46.61449,15.46182],[46.61833,15.46225],[46.62263,15.46328],[46.62587,15.46088],[46.62900,15.45530],[46.63913,15.45547],[46.64179,15.44896],[46.63938,15.44149],[46.64032,15.43711],[46.64309,15.43213],[46.64604,15.42982],[46.64704,15.42055],[46.65258,15.42201],[46.65399,15.42029],[46.65499,15.41394],[46.65134,15.39428],[46.65234,15.38853],[46.65034,15.38312],[46.65163,15.37978],[46.65093,15.37557],[46.64951,15.37214],[46.65046,15.36776],[46.65128,15.35489],[46.65405,15.35386],[46.65393,15.34939],[46.65034,15.34407],[46.65081,15.34029],[46.65258,15.33635],[46.65169,15.32699],[46.64881,15.32356],[46.64724,15.31952],[46.64848,15.31506],[46.65125,15.31231],[46.65225,15.30570],[46.65266,15.29841],[46.65155,15.29249],[46.64925,15.28974],[46.64701,15.28408],[46.64471,15.28244],[46.64300,15.27627],[46.64365,15.26811],[46.64406,15.26099],[46.64235,15.25464],[46.64100,15.24425],[46.63952,15.23841],[46.63947,15.23464],[46.64229,15.22477],[46.64176,15.21756],[46.64347,15.21215],[46.64465,15.20485],[46.64477,15.19833],[46.64807,15.19086],[46.65172,15.18915],[46.65567,15.18202],[46.65308,15.17018],[46.65414,15.16495],[46.65679,15.16401],[46.65490,15.15499],[46.65755,15.15148],[46.65903,15.14478],[46.65626,15.14186],[46.65673,15.13577],[46.64990,15.13208],[46.64948,15.12633],[46.65296,15.12470],[46.65355,15.12126],[46.65337,15.11714],[46.65761,15.11199],[46.65907,15.10938],[46.65777,15.10629],[46.65524,15.09986],[46.65347,15.09943],[46.65194,15.09608],[46.65105,15.08939],[46.64445,15.08235],[46.64923,15.07411],[46.65082,15.06432],[46.65147,15.04192],[46.64911,15.03754],[46.64764,15.03330],[46.64481,15.03038],[46.64039,15.01605],[46.63312,15.01124],[46.63206,15.00789],[46.62982,15.00626],[46.62464,14.99922],[46.62110,14.99553],[46.61626,14.99656],[46.61255,14.99502],[46.60819,14.98738],[46.60600,14.98746],[46.60365,14.98480],[46.60123,14.97957],[46.60777,14.97510],[46.61974,14.97322],[46.62646,14.96901],[46.63100,14.95991],[46.63189,14.95562],[46.62682,14.94893],[46.62257,14.94369],[46.61945,14.94120],[46.61886,14.93725],[46.61432,14.93090],[46.61862,14.92781],[46.61974,14.92361],[46.61697,14.92163],[46.61043,14.92301],[46.60406,14.92395],[46.60209,14.92246],[46.60174,14.91826],[46.60557,14.91456],[46.60315,14.91388],[46.60492,14.90341],[46.61070,14.89894],[46.60970,14.89594],[46.61206,14.88839],[46.61106,14.88092],[46.60746,14.88006],[46.60752,14.87371],[46.60593,14.86916],[46.60339,14.86727],[46.59991,14.86822],[46.59260,14.86470],[46.59284,14.85877],[46.58971,14.85740],[46.58494,14.85586],[46.58069,14.85268],[46.57719,14.84531],[46.56893,14.83913],[46.56616,14.84042],[46.56515,14.83604],[46.56285,14.83613],[46.56014,14.83801],[46.55742,14.83819],[46.54957,14.83355],[46.54751,14.83209],[46.54709,14.82728],[46.54402,14.82394],[46.54208,14.82934],[46.53948,14.83192],[46.53818,14.83098],[46.53476,14.82308],[46.52976,14.82614],[46.52781,14.82356],[46.52379,14.82270],[46.52149,14.81816],[46.51895,14.82047],[46.51387,14.81970],[46.50867,14.81944],[46.50672,14.80949],[46.50666,14.80528],[46.50436,14.80082],[46.50194,14.79284],[46.49916,14.78503],[46.50064,14.78005],[46.50389,14.77593],[46.50371,14.75945],[46.49653,14.74810],[46.50262,14.74441],[46.50436,14.74096],[46.50176,14.73718],[46.49863,14.73718],[46.48983,14.72826],[46.49313,14.72671],[46.49396,14.72396],[46.49757,14.72285],[46.49887,14.71504],[46.49148,14.71255],[46.47966,14.70920],[46.47978,14.70225],[46.47458,14.69916],[46.47363,14.69942],[46.47174,14.70216],[46.46672,14.70242],[46.46358,14.70002],[46.46335,14.69547],[46.46411,14.68843],[46.46689,14.68337],[46.46216,14.67865],[46.46151,14.67684],[46.45802,14.67993],[46.45034,14.67513],[46.44998,14.67041],[46.44880,14.66629],[46.44484,14.66217],[46.44365,14.65581],[46.44389,14.65324],[46.44194,14.63994],[46.43928,14.63247],[46.43857,14.62277],[46.43869,14.61762],[46.43987,14.61410],[46.43869,14.60638],[46.43662,14.60466],[46.43666,14.59655],[46.43394,14.59716],[46.43163,14.59346],[46.42944,14.58732],[46.42583,14.58621],[46.42228,14.58449],[46.41938,14.58423],[46.41708,14.58303],[46.41601,14.58389],[46.41501,14.58887],[46.41086,14.58947],[46.40642,14.58921],[46.40240,14.58741],[46.39500,14.58775],[46.38896,14.58466],[46.38375,14.57908],[46.38227,14.58192],[46.37902,14.58037],[46.37647,14.57831],[46.37534,14.57419],[46.37404,14.56552],[46.37197,14.56526],[46.37250,14.56226],[46.37694,14.55591],[46.38103,14.55531],[46.38707,14.55462],[46.39701,14.54870],[46.40104,14.54338],[46.40702,14.53951],[46.41151,14.53909],[46.41406,14.53162],[46.42009,14.52570],[46.42435,14.52063],[46.42625,14.52063],[46.42506,14.50913],[46.42240,14.50424],[46.41944,14.50286],[46.41773,14.49737],[46.41217,14.49248],[46.41459,14.48493],[46.41282,14.47866],[46.41879,14.47626],[46.42163,14.46587],[46.42057,14.45703],[46.42293,14.44072],[46.42779,14.44167],[46.43216,14.43266],[46.43524,14.42965],[46.43944,14.43077],[46.44044,14.43823],[46.44334,14.43291],[46.44606,14.42939],[46.44494,14.42270],[46.44541,14.40914],[46.44388,14.40390],[46.44346,14.39729],[46.43932,14.38468],[46.43843,14.37841],[46.43944,14.36940],[46.43772,14.36571],[46.43636,14.34485],[46.43098,14.33163],[46.43009,14.30734],[46.43778,14.30022],[46.43991,14.29223],[46.44281,14.28193],[46.44039,14.27103],[46.43743,14.26262],[46.43873,14.25910],[46.43690,14.25550],[46.43406,14.24760],[46.43205,14.23679],[46.43394,14.22880],[46.44163,14.22134],[46.44216,14.21645],[46.43879,14.21142],[46.43903,14.20232],[46.44199,14.19193],[46.43867,14.18687],[46.43666,14.17975],[46.43359,14.17786],[46.43217,14.16696],[46.43507,14.15477],[46.43755,14.15091],[46.44240,14.15014],[46.44388,14.14541],[46.44956,14.13563],[46.45328,14.13451],[46.45854,14.13409],[46.46469,14.12816],[46.46830,14.12696],[46.47202,14.12370],[46.47445,14.11932],[46.47681,14.11975],[46.47957,14.10454],[46.47833,14.10222],[46.48034,14.09836],[46.48193,14.09802],[46.48436,14.09433],[46.48548,14.08214],[46.48725,14.06918],[46.48932,14.06317],[46.48991,14.05613],[46.49228,14.05038],[46.49233,14.03941],[46.48867,14.03340],[46.48672,14.03134],[46.48483,14.02662],[46.48199,14.02353],[46.48087,14.01932],[46.48117,14.00473],[46.48607,13.99803],[46.48784,13.98902],[46.49257,13.98816],[46.49694,13.97529],[46.49641,13.97014],[46.49783,13.96653],[46.50297,13.95658],[46.50699,13.95117],[46.51142,13.94027],[46.51372,13.92671],[46.51821,13.92268],[46.52051,13.91177],[46.51833,13.90276],[46.51921,13.89427],[46.52069,13.89221],[46.52051,13.88740],[46.52175,13.88302],[46.51874,13.87933],[46.51813,13.87017],[46.51624,13.86537],[46.51418,13.86228],[46.51370,13.85284],[46.51459,13.84099],[46.51796,13.83232],[46.51648,13.82975],[46.51418,13.83009],[46.51169,13.82245],[46.51016,13.82108],[46.50915,13.81704],[46.50632,13.81464],[46.50585,13.80640],[46.50608,13.80340],[46.50478,13.79516],[46.50886,13.78589],[46.51347,13.77851],[46.51666,13.77756],[46.51398,13.76600],[46.51735,13.75398],[46.51658,13.73827],[46.51900,13.73132],[46.52308,13.72377],[46.52231,13.71441],[46.52095,13.71029],[46.52078,13.70463],[46.52308,13.69819],[46.52066,13.69090],[46.52137,13.67845],[46.52379,13.67004],[46.52698,13.65837],[46.52940,13.65468],[46.53223,13.64575],[46.53205,13.64257],[46.53561,13.63619],[46.54104,13.62495],[46.54157,13.61388],[46.54211,13.60006],[46.54523,13.59508],[46.54364,13.58658],[46.53821,13.58135],[46.53815,13.57174],[46.53980,13.56856],[46.54842,13.56410],[46.54996,13.56178],[46.54978,13.55457],[46.55338,13.54384],[46.54919,13.53586],[46.54603,13.52010],[46.54827,13.51418],[46.55435,13.51023],[46.55506,13.50354],[46.56049,13.50620],[46.56509,13.50371],[46.56344,13.49324],[46.55919,13.47873],[46.55695,13.47521],[46.55754,13.46517],[46.55884,13.45273],[46.55588,13.44869],[46.55647,13.44243],[46.55848,13.43599],[46.55712,13.42741],[46.55860,13.42037],[46.56108,13.40586],[46.57093,13.40775],[46.57205,13.39719],[46.57583,13.38939],[46.57713,13.37728],[46.57854,13.37239],[46.57327,13.36956],[46.56666,13.37222],[46.56660,13.36793],[46.56920,13.36347],[46.56684,13.35548],[46.56554,13.35025],[46.56867,13.34493],[46.56518,13.33909],[46.56288,13.33849],[46.56153,13.33385],[46.55757,13.33068],[46.55025,13.32046],[46.55191,13.31755],[46.55303,13.30750],[46.55675,13.30321],[46.56011,13.29566],[46.55910,13.28969],[46.55627,13.28591],[46.55792,13.28205],[46.55981,13.27415],[46.56028,13.26857],[46.55674,13.26042],[46.56005,13.25226],[46.55763,13.24694],[46.55450,13.24497],[46.55509,13.24188],[46.55090,13.23991],[46.55373,13.23184],[46.55751,13.23149],[46.56370,13.22514],[46.56553,13.22016],[46.56931,13.21682],[46.56872,13.20772],[46.57161,13.20317],[46.57102,13.19382],[46.57409,13.18927],[46.57710,13.17760],[46.58099,13.17614],[46.58441,13.16816],[46.58819,13.16756],[46.58748,13.15846],[46.58896,13.15030],[46.58612,13.14610],[46.58960,13.14043],[46.59102,13.13151],[46.59084,13.12310],[46.59356,13.11786],[46.59344,13.11263],[46.59538,13.10962],[46.59397,13.10576],[46.59710,13.09477],[46.60010,13.09039],[46.60136,13.08426],[46.59912,13.08280],[46.59853,13.07422],[46.59883,13.06306],[46.59653,13.06126],[46.59653,13.05130],[46.59529,13.04761],[46.59523,13.04340],[46.59647,13.04212],[46.59576,13.03053],[46.59706,13.02684],[46.60151,13.02144],[46.59997,13.02032],[46.60074,13.01603],[46.59874,13.00719],[46.60163,13.00041],[46.60068,12.99303],[46.59942,12.99144],[46.59918,12.98586],[46.60042,12.97728],[46.60355,12.96526],[46.60420,12.95573],[46.60143,12.94912],[46.60573,12.93582],[46.60915,12.93110],[46.60880,12.92604],[46.60821,12.91762],[46.60927,12.91119],[46.60744,12.90810],[46.60656,12.90303],[46.60886,12.89874],[46.60626,12.88896],[46.60667,12.88132],[46.60827,12.87677],[46.60732,12.87239],[46.60850,12.86544],[46.60502,12.85943],[46.60408,12.85136],[46.60650,12.84123],[46.60939,12.83257],[46.61534,12.83299],[46.62082,12.83291],[46.62672,12.83540],[46.62961,12.82845],[46.62755,12.81803],[46.63067,12.81588],[46.63037,12.80919],[46.63550,12.79863],[46.64110,12.79339],[46.64393,12.78284],[46.64576,12.77408],[46.64587,12.76318],[46.64693,12.75932],[46.64505,12.75245],[46.64098,12.74567],[46.63745,12.74713],[46.63538,12.73838],[46.63403,12.73263],[46.63480,12.72748],[46.63980,12.72696],[46.64122,12.71958],[46.64847,12.71537],[46.65053,12.70044],[46.65630,12.68911],[46.65560,12.68113],[46.65666,12.67512],[46.65707,12.65941],[46.65253,12.65057],[46.65141,12.63984],[46.65501,12.63160],[46.66048,12.63109],[46.66101,12.61830],[46.65766,12.61255],[46.65542,12.60156],[46.65548,12.57839],[46.65088,12.56955],[46.65253,12.55891],[46.65707,12.55796],[46.65884,12.54740],[46.66679,12.53673],[46.66827,12.52961],[46.67092,12.52686],[46.67728,12.51793],[46.67739,12.50557],[46.68004,12.50283],[46.67675,12.49888],[46.67645,12.48927],[46.67745,12.47862],[46.68505,12.47605],[46.68670,12.46858],[46.68623,12.46232],[46.68805,12.45476],[46.68964,12.45141],[46.68798,12.44154],[46.69558,12.42670],[46.69805,12.42584],[46.69887,12.41528],[46.70517,12.40859],[46.70635,12.40258],[46.71023,12.39811],[46.71671,12.38318],[46.72318,12.37552],[46.72607,12.37698],[46.73071,12.37578],[46.73271,12.37295],[46.73983,12.37097],[46.74189,12.36763],[46.75265,12.36591],[46.76744,12.35811],[46.77361,12.35785],[46.77608,12.35072],[46.77567,12.34223],[46.77867,12.33596],[46.77884,12.33115],[46.78131,12.32446],[46.78407,12.30892],[46.78166,12.30026],[46.78378,12.29905],[46.78219,12.28318],[46.78977,12.28009],[46.79401,12.28103],[46.79583,12.28764],[46.80047,12.28661],[46.80258,12.29167],[46.80549,12.28844],[46.80842,12.28835],[46.81495,12.28183],[46.82287,12.28938],[46.82869,12.29925],[46.83368,12.30517],[46.83826,12.30449],[46.84178,12.30577],[46.84337,12.29487],[46.84859,12.29547],[46.84953,12.29084],[46.85775,12.28826],[46.86490,12.28971],[46.86736,12.28731],[46.86807,12.28061],[46.87329,12.27443],[46.87886,12.27701],[46.88409,12.27263],[46.88626,12.26628],[46.88696,12.25649],[46.88872,12.24405],[46.89036,12.24173],[46.88766,12.23675],[46.88438,12.23744],[46.87951,12.23212],[46.87763,12.22122],[46.87358,12.21856],[46.87367,12.21472],[46.87766,12.21112],[46.88751,12.20107],[46.88693,12.19901],[46.89397,12.19661],[46.89754,12.19798],[46.90270,12.19077],[46.90569,12.18906],[46.90798,12.17738],[46.90634,12.17670],[46.90910,12.16983],[46.90593,12.16099],[46.91430,12.14359],[46.91647,12.14736],[46.91641,12.15071],[46.92931,12.15972],[46.93341,12.16676],[46.93728,12.16736],[46.94917,12.15818],[46.95390,12.14367],[46.95682,12.13535],[46.96467,12.12951],[46.96555,12.13466],[46.97487,12.13586],[46.98183,12.13621],[46.98488,12.12582],[46.98827,12.12874],[46.99302,12.12788],[46.99832,12.12453],[47.00236,12.12470],[47.00582,12.11990],[47.00892,12.12281],[47.01395,12.12599],[47.01916,12.13723],[47.02565,12.14676],[47.01992,12.16367],[47.02390,12.17294],[47.02519,12.17989],[47.02630,12.18161],[47.02700,12.18805],[47.02764,12.20392],[47.03542,12.20925],[47.04244,12.21216],[47.04736,12.21534],[47.05607,12.21431],[47.05957,12.21646],[47.06133,12.22504],[47.06554,12.23268],[47.06793,12.23929],[47.07583,12.22950],[47.08144,12.22607],[47.08354,12.21688],[47.08559,12.21225],[47.08635,12.20221],[47.08962,12.19088],[47.09120,12.18599],[47.09026,12.18041],[47.08711,12.17732],[47.08600,12.16968],[47.08132,12.16247],[47.07863,12.15037],[47.07962,12.14470],[47.07962,12.13595],[47.07659,12.13500],[47.07670,12.12891],[47.07203,12.11895],[47.07752,12.10273],[47.07623,12.09415],[47.07284,12.09209],[47.07016,12.08754],[47.06893,12.08342],[47.05799,12.07664],[47.05747,12.05896],[47.06086,12.05466],[47.06022,12.04737],[47.05992,12.04136],[47.05782,12.03587],[47.04998,12.03149],[47.04671,12.02136],[47.04784,12.00460],[47.04790,11.99963],[47.04860,11.99491],[47.04614,11.98555],[47.04948,11.98049],[47.04632,11.97396],[47.04018,11.96804],[47.03971,11.96229],[47.04275,11.95714],[47.03825,11.95311],[47.03222,11.94701],[47.03573,11.94152],[47.03731,11.93354],[47.03538,11.92873],[47.03205,11.91629],[47.02813,11.91457],[47.02529,11.90609],[47.02219,11.90051],[47.01956,11.89554],[47.01546,11.89236],[47.01605,11.87906],[47.00955,11.87571],[47.01119,11.86876],[47.00850,11.86412],[47.00715,11.86086],[46.99948,11.85253],[47.00048,11.84541],[46.99802,11.84103],[46.99568,11.83975],[46.99222,11.83571],[46.99246,11.82730],[46.98906,11.81580],[46.99099,11.80370],[46.98935,11.79091],[46.99205,11.78284],[46.98859,11.78121],[46.98344,11.77160],[46.97261,11.76516],[46.97050,11.75143],[46.96857,11.74868],[46.96950,11.73838],[46.97237,11.72653],[46.98010,11.72327],[46.98426,11.71709],[46.98731,11.71589],[46.99246,11.71126],[46.99269,11.69830],[46.99486,11.68851],[46.99205,11.67684],[46.99193,11.66276],[46.99849,11.64920],[47.00276,11.63427],[47.01195,11.62646],[47.01119,11.62277],[47.01218,11.61547],[47.01019,11.60817],[47.00639,11.60517],[47.00510,11.59848],[47.00463,11.58955],[47.00065,11.58140],[46.99737,11.58191],[46.99222,11.57024],[46.99240,11.56457],[46.99012,11.56054],[46.98900,11.55178],[46.98619,11.54440],[46.98373,11.54097],[46.98420,11.53702],[46.98707,11.53230],[46.98982,11.53333],[46.99562,11.52509],[46.99620,11.52046],[47.00001,11.51410],[47.00317,11.51376],[47.00738,11.49994],[47.00896,11.50140],[47.00891,11.49574],[47.01037,11.48003],[47.00510,11.47548],[47.00165,11.47050],[46.99808,11.46879],[46.99474,11.47059],[46.99094,11.45909],[46.99205,11.45282],[46.98988,11.45256],[46.98069,11.44407],[46.97583,11.44286],[46.97419,11.43797],[46.97088,11.42910],[46.96848,11.42722],[46.96766,11.42009],[46.96596,11.41829],[46.96596,11.41065],[46.96455,11.40584],[46.96450,11.40035],[46.97041,11.38070],[46.97463,11.37932],[46.97908,11.37477],[46.98277,11.36568],[46.98968,11.35847],[46.98857,11.35143],[46.98962,11.34662],[46.98710,11.34242],[46.98453,11.34104],[46.98470,11.33615],[46.98833,11.33315],[46.98827,11.32748],[46.99196,11.32010],[46.98792,11.31298],[46.98441,11.30886],[46.98283,11.30130],[46.98532,11.29439],[46.98497,11.28864],[46.98192,11.28401],[46.98005,11.27611],[46.97917,11.26967],[46.98011,11.26324],[46.97888,11.26032],[46.97443,11.25663],[46.97355,11.24830],[46.96945,11.24204],[46.96851,11.22762],[46.96840,11.22075],[46.96236,11.20805],[46.96301,11.20504],[46.96763,11.20350],[46.96927,11.19603],[46.96840,11.19183],[46.96992,11.19088],[46.96898,11.18813],[46.96482,11.18290],[46.96184,11.17560],[46.96494,11.16539],[46.95768,11.16436],[46.95516,11.16711],[46.95246,11.16419],[46.94883,11.16367],[46.94549,11.16814],[46.94361,11.16805],[46.93940,11.16513],[46.93359,11.15483],[46.93037,11.14659],[46.92709,11.13938],[46.92720,11.12814],[46.92890,11.12505],[46.93096,11.11587],[46.92732,11.11114],[46.92463,11.11132],[46.91923,11.11235],[46.91566,11.10943],[46.91401,11.09990],[46.91296,11.09707],[46.90915,11.09561],[46.90569,11.09775],[46.90012,11.09999],[46.89701,11.10016],[46.89290,11.09784],[46.89108,11.09896],[46.89038,11.10145],[46.88921,11.10187],[46.88422,11.09733],[46.87694,11.08900],[46.86527,11.08213],[46.85905,11.07913],[46.85699,11.07278],[46.85095,11.07226],[46.84660,11.07544],[46.84232,11.07492],[46.83815,11.07115],[46.83592,11.07638],[46.83222,11.08024],[46.82206,11.08385],[46.82012,11.08248],[46.81936,11.07398],[46.81460,11.06694],[46.81213,11.06179],[46.80831,11.05896],[46.80814,11.04917],[46.80426,11.04213],[46.80121,11.04600],[46.79768,11.04059],[46.78787,11.03595],[46.77682,11.02849],[46.76541,11.02566],[46.76576,11.02008],[46.77076,11.01441],[46.76600,10.99467],[46.76847,10.97665],[46.77147,10.97450],[46.77447,10.94832],[46.77200,10.92798],[46.77435,10.92498],[46.77358,10.91734],[46.76759,10.90549],[46.76859,10.89734],[46.76241,10.88918],[46.76241,10.88129],[46.76541,10.86807],[46.77188,10.86644],[46.77411,10.85039],[46.77746,10.84558],[46.77782,10.84112],[46.78040,10.83975],[46.78123,10.83365],[46.77564,10.83099],[46.77217,10.82610],[46.77470,10.81293],[46.79045,10.79542],[46.79069,10.79224],[46.79580,10.78589],[46.79504,10.78383],[46.79222,10.78263],[46.78992,10.77782],[46.78981,10.77413],[46.78715,10.76786],[46.78697,10.76246],[46.78504,10.75928],[46.78474,10.75370],[46.78739,10.74993],[46.78627,10.74057],[46.78833,10.72915],[46.79150,10.72752],[46.79796,10.72555],[46.79867,10.72735],[46.79855,10.73285],[46.80296,10.74375],[46.81030,10.74718],[46.81598,10.75096],[46.81563,10.75550],[46.82050,10.76203],[46.82432,10.76331],[46.82743,10.75748],[46.83195,10.75602],[46.83307,10.75113],[46.83471,10.73396],[46.83718,10.73173],[46.83730,10.72117],[46.84281,10.71482],[46.84675,10.71611],[46.84640,10.70710],[46.84769,10.70238],[46.85056,10.69929],[46.85256,10.69233],[46.85905,10.69339],[46.86222,10.69562],[46.86668,10.68978],[46.86803,10.68120],[46.87008,10.67768],[46.86949,10.67296],[46.87454,10.66704],[46.86873,10.65648],[46.86685,10.65519],[46.86456,10.64850],[46.86380,10.62506],[46.85917,10.61511],[46.85711,10.60421],[46.85682,10.59562],[46.84966,10.59013],[46.84719,10.58172],[46.84561,10.57451],[46.84156,10.57159],[46.83950,10.56035],[46.83674,10.54473],[46.83827,10.54533],[46.84666,10.55528],[46.84954,10.55151],[46.84748,10.53331],[46.84473,10.52155],[46.84678,10.51366],[46.84701,10.50447],[46.84684,10.49778],[46.84960,10.49005],[46.85388,10.48216],[46.85799,10.47898],[46.85470,10.46928],[46.86286,10.46722],[46.87073,10.46988],[46.88105,10.46851],[46.88475,10.46482],[46.89167,10.47143],[46.89548,10.47460],[46.90141,10.47426],[46.90469,10.47649],[46.91167,10.47864],[46.91542,10.48533],[46.91952,10.48473],[46.92615,10.48705],[46.93160,10.48430],[46.93758,10.48756],[46.93928,10.48018],[46.94109,10.47520],[46.94613,10.46842],[46.94859,10.46053],[46.95234,10.45426],[46.95187,10.44825],[46.95357,10.44190],[46.95352,10.43915],[46.95516,10.43684],[46.95562,10.42928],[46.95756,10.42499],[46.96031,10.42182],[46.96552,10.42293],[46.97121,10.42628],[46.97548,10.42594],[46.97835,10.42182],[46.98304,10.41186],[46.98825,10.40602],[46.99111,10.40113],[46.99720,10.39761],[47.00001,10.38946],[46.99878,10.38328],[46.99012,10.37186],[46.99100,10.36457],[46.99135,10.35504],[46.98989,10.34869],[46.98596,10.34654],[46.98198,10.34474],[46.98122,10.34045],[46.97876,10.34217],[46.97454,10.33830],[46.97261,10.33607],[46.96839,10.33418],[46.96494,10.33135],[46.96060,10.32981],[46.95592,10.33006],[46.95246,10.32749],[46.95076,10.31994],[46.95076,10.31419],[46.94889,10.30938],[46.94396,10.30826],[46.93898,10.30680],[46.93488,10.31255],[46.93084,10.31745],[46.92486,10.31719],[46.92498,10.30921],[46.92404,10.30019],[46.91941,10.29753],[46.92287,10.28955],[46.92873,10.26552],[46.93136,10.24192],[46.91841,10.24260],[46.91466,10.23737],[46.90205,10.23428],[46.89712,10.22990],[46.88903,10.23059],[46.88557,10.23445],[46.87360,10.23342],[46.86586,10.23256],[46.86556,10.22269],[46.86679,10.21866],[46.86533,10.21419],[46.86439,10.20346],[46.86597,10.19926],[46.86568,10.19445],[46.86151,10.18982],[46.85917,10.18389],[46.85517,10.18261],[46.85341,10.17462],[46.85300,10.17179],[46.85030,10.17042],[46.85054,10.16166],[46.84772,10.15875],[46.84784,10.15548],[46.84960,10.15480],[46.85071,10.14682],[46.84819,10.14415],[46.84666,10.13797],[46.84701,10.12956],[46.84743,10.12347],[46.84619,10.12081],[46.84326,10.11806],[46.84067,10.10785],[46.84073,10.10407],[46.84905,10.09619],[46.85104,10.09121],[46.85791,10.09164],[46.86032,10.08735],[46.85955,10.08211],[46.86131,10.07490],[46.86014,10.05945],[46.86208,10.05302],[46.86507,10.04958],[46.87569,10.05224],[46.88033,10.04220],[46.88566,10.03825],[46.88684,10.03370],[46.89106,10.02778],[46.89546,10.02624],[46.89845,10.01920],[46.90132,10.01757],[46.89968,10.01568],[46.89951,10.00804],[46.89886,10.00263],[46.90156,9.99620],[46.90174,9.98916],[46.90690,9.98092],[46.91282,9.98023],[46.91522,9.97748],[46.91505,9.97414],[46.91293,9.97233],[46.91170,9.96478],[46.91551,9.95877],[46.91340,9.94942],[46.91194,9.94547],[46.91258,9.94075],[46.91340,9.93491],[46.91968,9.91895],[46.92360,9.91423],[46.92507,9.91251],[46.92454,9.90693],[46.92689,9.89929],[46.92964,9.89749],[46.93152,9.89114],[46.93269,9.88401],[46.93451,9.88153],[46.93433,9.87595],[46.93879,9.87715],[46.93966,9.87964],[46.94084,9.87646],[46.95062,9.87432],[46.95326,9.87715],[46.95648,9.87741],[46.96070,9.87251],[46.96363,9.87105],[46.96841,9.87495],[46.97210,9.87435],[46.97496,9.87598],[46.98070,9.88388],[46.98299,9.88285],[46.98662,9.88534],[46.98908,9.89066],[46.99446,9.88920],[47.00014,9.88851],[47.00359,9.87813],[47.00752,9.87126],[47.00980,9.86971],[47.01313,9.87074],[47.01665,9.87718],[47.01688,9.87950],[47.02063,9.87667],[47.02092,9.86740],[47.02226,9.85976],[47.01852,9.85736],[47.01577,9.85023],[47.01442,9.84070],[47.01150,9.84027],[47.01267,9.83530],[47.01436,9.82912],[47.02010,9.82088],[47.02215,9.81573],[47.02127,9.81212],[47.02244,9.80886],[47.02905,9.79899],[47.03145,9.79015],[47.03490,9.78981],[47.03554,9.78654],[47.03800,9.78337],[47.03788,9.77748],[47.03834,9.76727],[47.03653,9.76049],[47.03688,9.74530],[47.04092,9.74418],[47.04191,9.73980],[47.04156,9.73706],[47.04343,9.72745],[47.04279,9.71715],[47.04466,9.71491],[47.04653,9.70848],[47.04992,9.70470],[47.05197,9.70796],[47.05308,9.70745],[47.05185,9.70281],[47.05232,9.69826],[47.05308,9.69406],[47.05542,9.68702],[47.05852,9.68195],[47.06168,9.68135],[47.06127,9.67878],[47.05992,9.67681],[47.05881,9.66891],[47.05951,9.66487],[47.05788,9.65964],[47.05758,9.65354],[47.05910,9.64556],[47.05542,9.64170],[47.05267,9.64161],[47.05068,9.63286],[47.05139,9.62290],[47.05343,9.61638],[47.06109,9.60565],[47.06378,9.61063],[47.06729,9.61140],[47.07068,9.61286],[47.07582,9.60969],[47.08003,9.61140],[47.07875,9.61861],[47.08296,9.62308],[47.08383,9.63286],[47.08658,9.63243],[47.09079,9.63466],[47.09131,9.63492],[47.09575,9.63531],[47.10090,9.63423],[47.10554,9.62797],[47.10718,9.62801],[47.10773,9.62269],[47.10989,9.62059],[47.11118,9.62071],[47.11319,9.62346],[47.11512,9.62434],[47.11839,9.62446],[47.11962,9.62524],[47.12128,9.62768],[47.12233,9.62910],[47.12476,9.63245],[47.12797,9.63429],[47.12820,9.63257],[47.13051,9.62897],[47.13103,9.62627],[47.13252,9.62438],[47.13489,9.62403],[47.13754,9.62459],[47.13953,9.62361],[47.14110,9.62236],[47.14268,9.62361],[47.14551,9.62532],[47.14642,9.62378],[47.14729,9.62288],[47.14858,9.62288],[47.14960,9.62176],[47.15141,9.62094],[47.15047,9.61966],[47.14782,9.61524],[47.14735,9.61232],[47.14796,9.61047],[47.15223,9.60438],[47.15546,9.60223],[47.15579,9.60107],[47.15681,9.59996],[47.15842,9.60069],[47.16279,9.59622],[47.16448,9.59133],[47.17087,9.57906],[47.16950,9.57537],[47.16924,9.56970],[47.16959,9.56614],[47.17041,9.56404],[47.17335,9.56717],[47.17522,9.57163],[47.17712,9.57434],[47.17893,9.57314],[47.18543,9.57339],[47.19086,9.57232],[47.19304,9.57661],[47.19412,9.57730],[47.19619,9.57983],[47.19981,9.58073],[47.20269,9.58258],[47.20506,9.58455],[47.20908,9.57790],[47.21264,9.57648],[47.21678,9.57150],[47.21928,9.56906],[47.22054,9.56412],[47.22258,9.56215],[47.22342,9.56022],[47.22374,9.55842],[47.22316,9.55751],[47.22249,9.55550],[47.22365,9.55481],[47.22348,9.55219],[47.22403,9.55146],[47.22657,9.55400],[47.22779,9.55417],[47.23071,9.55691],[47.23324,9.55850],[47.23816,9.56476],[47.24089,9.56729],[47.24244,9.56673],[47.24538,9.56390],[47.24786,9.56175],[47.25036,9.55905],[47.25094,9.55721],[47.25256,9.55571],[47.25326,9.55348],[47.25524,9.55147],[47.25611,9.54928],[47.25701,9.54838],[47.25806,9.54400],[47.25934,9.54267],[47.26118,9.53936],[47.26240,9.53958],[47.26529,9.53941],[47.26593,9.53803],[47.26566,9.53670],[47.27050,9.53074],[47.27289,9.53220],[47.27484,9.53717],[47.27938,9.54625],[47.28835,9.55191],[47.29749,9.55483],[47.30488,9.56693],[47.30790,9.57457],[47.31111,9.58170],[47.31634,9.58788],[47.34549,9.59955],[47.34979,9.60333],[47.36566,9.62401],[47.36549,9.62813],[47.36712,9.63405],[47.36723,9.64358],[47.36834,9.65654],[47.37130,9.66435],[47.37839,9.67131],[47.38432,9.67362],[47.38978,9.67414],[47.39292,9.67229],[47.39539,9.66388],[47.39783,9.65950],[47.40408,9.65487],[47.40451,9.65152],[47.40918,9.65184],[47.42297,9.64986],[47.43342,9.64463],[47.43606,9.64377],[47.44028,9.64718],[47.44809,9.65838],[47.45114,9.66035],[47.45323,9.65739],[47.45323,9.65344],[47.45488,9.64993],[47.45622,9.64151],[47.45659,9.62697],[47.45717,9.62310],[47.45828,9.62057],[47.46161,9.61748],[47.46791,9.61285],[47.47032,9.61079],[47.47049,9.60941],[47.47029,9.60688],[47.46956,9.60594],[47.46701,9.60598],[47.46396,9.60534],[47.46269,9.60426],[47.46173,9.60160],[47.46176,9.59920],[47.46263,9.59555],[47.46460,9.59375],[47.47580,9.58684],[47.48158,9.58314],[47.48422,9.58078],[47.48622,9.57721],[47.49349,9.56344],[47.49863,9.56099],[47.50489,9.56185],[47.52916,9.51732]], // Australia From 55b37ff8e4696ae84ebdb2c9968556b1456d38e0 Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 10:49:18 -0400 Subject: [PATCH 05/32] bump version of review counter --- wayfarer-review-counter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index d523324..2c02480 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.1 +// @version 0.3.2 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js From 91bc67200c94e15da9e942070044c8e6928a823e Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 11:10:09 -0400 Subject: [PATCH 06/32] fix previous breaking change --- wayfarer-open-in.user.js | 202 ++++++++++++++++++++------------------- 1 file changed, 103 insertions(+), 99 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index fe6916d..d116ee4 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -17,12 +17,12 @@ // @require https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.7.5/proj4.min.js // ==/UserScript== -// Copyright 2023 tehstone,bilde2910 +// Copyright 2023 tehstone, bilde2910 // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation,either version 3 of the License,or +// the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This script is distributed in the hope that it will be useful, @@ -33,7 +33,7 @@ // You can find a copy of the GNU General Public License in the root // directory of this script's GitHub repository: // -// If not,see . +// If not, see . /* eslint-env es6 */ /* eslint no-var: "error" */ @@ -97,13 +97,13 @@ label: 'Admin.ch', url: 'https://map.geo.admin.ch/?lang=en&topic=ech&bgLayer=ch.swisstopo.swissimage&layers=ch.swisstopo.zeitreihen,ch.bfs.gebaeude_wohnungs_register,ch.bav.haltestellen-oev,ch.swisstopo.swisstlm3d-wanderwege,ch.astra.wanderland-sperrungen_umleitungen&layers_opacity=1,1,1,0.8,0.8&layers_visibility=false,false,false,false,false&layers_timestamp=18641231,,,,&E=%lng%&N=%lat%&zoom=17', projection: 'EPSG:2056', - regions: ['CH','LI'] + regions: ['CH', 'LI'] }, { // Czech Republic and Slovakia label: 'Mapy.cz', url: 'https://en.mapy.cz/zakladni?x=%lng%&y=%lat%&z=18&base=ophoto', - regions: ['CZ','SK'] + regions: ['CZ', 'SK'] }, { // Germany (Bavaria) @@ -127,18 +127,18 @@ regions: ['DE_HB'] }, { - // Germany (Bremen,Hamburg,Schleswig-Holstein) + // Germany (Bremen, Hamburg, Schleswig-Holstein) label: 'Hamburg Geo-Online', url: 'https://geoportal-hamburg.de/geo-online/?Map/layerIds=12883,12884,16101,19968,94&visibility=true,true,true,true,true&transparency=0,0,0,0,0&Map/center=[%lng%,%lat%]&Map/zoomLevel=9', projection: 'EPSG:25832', - regions: ['DE_HB','DE_HH','DE_SH'] + regions: ['DE_HB', 'DE_HH', 'DE_SH'] }, { - // Germany (Bremen,Hamburg) + // Germany (Bremen, Hamburg) label: 'Geoportal der Metropolregion Hamburg', url: 'https://geoportal.metropolregion.hamburg.de/mrhportal/index.html?Map/layerIds=19101,8012&visibility=true,true&transparency=0,0&Map/center=[%lng%,%lat%]&Map/zoomLevel=11', projection: 'EPSG:25832', - regions: ['DE_HB','DE_HH'] + regions: ['DE_HB', 'DE_HH'] }, { // Germany (Mecklenburg-Western Pomerania) @@ -217,27 +217,27 @@ // Spain label: 'Iberpix', url: 'https://www.ign.es/iberpix2/visor/?center=%lng%,%lat%&zoom=20', - regions: ['ES','GI','EA','IC'] + regions: ['ES', 'GI', 'EA', 'IC'] }, { // Spain label: 'Fototeca Digital', url: 'https://fototeca.cnig.es/fototeca/?center=%lng%,%lat%&zoom=20', - regions: ['ES','GI','EA','IC'] + regions: ['ES', 'GI', 'EA', 'IC'] }, { // Finland label: 'Maanmittauslaitos', url: 'https://asiointi.maanmittauslaitos.fi/karttapaikka/?lang=fi&share=customMarker&n=%lat%&e=%lng%&title=%title%&desc=%desc%&zoom=13&layers=%5B%7B%22id%22:4,%22opacity%22:35%7D,%7B%22id%22:3,%22opacity%22:100%7D%5D', projection: 'EPSG:5048', - regions: ['FI','AX'] + regions: ['FI', 'AX'] }, { // Finland label: 'Paikkatietoikkuna', url: 'https://kartta.paikkatietoikkuna.fi/?zoomLevel=13&coord=%lng%_%lat%&mapLayers=24+100+default&markers=2|1|ff4712|%lng%_%lat%|%title%&noSavedState=true&showIntro=false', projection: 'EPSG:5048', - regions: ['FI','AX'] + regions: ['FI', 'AX'] }, { // Faroe Islands @@ -255,7 +255,7 @@ // France with overseas territories label: 'Mappy', url: 'https://fr.mappy.com/plan#/%lat%,%lng%', - regions: ['FR','PM','BL','SX','MF','GP','MQ','GF','YT','RE','WF','MC'] + regions: ['FR', 'PM', 'BL', 'SX', 'MF', 'GP', 'MQ', 'GF', 'YT', 'RE', 'WF', 'MC'] }, { // Croatia @@ -270,11 +270,11 @@ regions: ['ID'] }, { - // Israel,West Bank + // Israel, West Bank label: 'Govmap', url: 'https://www.govmap.gov.il/?c=%lng%,%lat%&z=10&b=2', projection: 'EPSG:2039', - regions: ['IL','PS_WB'] + regions: ['IL', 'PS_WB'] }, { // Iceland - street view @@ -354,7 +354,7 @@ // Latvia and Estonia label: 'BalticMaps', url: 'https://www.balticmaps.eu/en/c___%lat%-%lng%-18/w___driving-%lat%,%lng%/bl___pl/labels', - regions: ['LV','EE'] + regions: ['LV', 'EE'] }, { // Netherlands @@ -406,7 +406,7 @@ // New Zealand label: 'Land Information NZ', url: 'https://basemaps.linz.govt.nz/#@%lat%,%lng%,z19', - regions: ['NZ_1','NZ_2'] + regions: ['NZ_1', 'NZ_2'] }, { // Poland @@ -420,7 +420,7 @@ label: 'ะœะ ะ• ะกั€ะฑะธั˜ะต', url: 'https://gis.mre.gov.rs/smartPortal/Srbija?extent=xmin=%lng%,ymin=%lat%,xmax=%lng%,ymax=%lat%', projection: 'EPSG:3857', - regions: ['RS','XK'] + regions: ['RS', 'XK'] }, { // Sweden @@ -448,19 +448,19 @@ regions: ['AT'], onload: data => { awaitElement(() => windowRef.webgis.maps.map).then(ref => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; const setLoc = () => { ref = windowRef.webgis.maps.map; const ortho = document.getElementById('basemap_of'); try { if (ref.setScale && ortho) setTimeout(() => { const scales = ref.scales(); - ref.setScale(scales[scales.length - 1],[ lng,lat ]); + ref.setScale(scales[scales.length - 1],[ lng, lat ]); ortho.click(); - },500); - else setTimeout(setLoc,500); + }, 500); + else setTimeout(setLoc, 500); } catch (err) { - setTimeout(setLoc,500); + setTimeout(setLoc, 500); } } setLoc(); @@ -475,8 +475,8 @@ projection: 'EPSG:3908', onload: data => { awaitElement(() => windowRef.map).then(ref => { - const { lat,lng } = data.latLng; - ref.getView().setCenter([ lng,lat ]); + const { lat, lng } = data.latLng; + ref.getView().setCenter([ lng, lat ]); ref.getView().setZoom(20); }); } @@ -488,12 +488,12 @@ regions: ['BJ'], projection: 'EPSG:3857', onload: data => { - // There is a permalink feature on this map,but it does not appear to work. + // There is a permalink feature on this map, but it does not appear to work. awaitIndefinitely(() => document.querySelector('div[data-layername="Orthophoto 50cm"]')).then(ref => { awaitIndefinitely(() => windowRef.map).then(map => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; try { - map.setCenter(new OpenLayers.LonLat(lng,lat),17); + map.setCenter(new OpenLayers.LonLat(lng, lat), 17); } catch (e) { console.error(e); } @@ -507,7 +507,7 @@ for (let i = 0; i < 5; i++) upArrow.click(); } }); - },1000); + }, 1000); }); }); } @@ -520,9 +520,9 @@ regions: ['DE_BW'], onload: data => { awaitElement(() => windowRef.hasOwnProperty('flexgis-core') ? windowRef['flexgis-core'] : false).then(ref => { - awaitIndefinitely(() => [1,2].includes(ref.fgMap.status)).then(() => { - const { lat,lng } = data.latLng; - ref.fgMapService.getView().setCenter([ lng,lat ]); + awaitIndefinitely(() => [1, 2].includes(ref.fgMap.status)).then(() => { + const { lat, lng } = data.latLng; + ref.fgMapService.getView().setCenter([ lng, lat ]); ref.fgMapService.getView().setZoom(20); awaitIndefinitely(() => document.querySelector('flexgis-embeddedbaselayerswitcher div')).then(lsw => { lsw.dispatchEvent(new MouseEvent('click')); @@ -541,17 +541,17 @@ } }, { - // Italy,Vatican City,San Marino + // Italy, Vatican City, San Marino label: 'Geoportale Nazionale', url: 'http://www.pcn.minambiente.it/viewer/', - regions: ['IT','VA','SM'], + regions: ['IT', 'VA', 'SM'], onload: data => { awaitElement(() => { const lat = document.getElementById('lat'); const lon = document.getElementById('lon'); - return lat && lon ? { lat,lon } : false; + return lat && lon ? { lat, lon } : false; }).then(refs => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; const setLoc = () => { try { if (windowRef.map.graphics) setTimeout(() => { @@ -561,10 +561,10 @@ awaitElement(() => document.getElementById('ortofoto_colore_12')).then(ortho => { ortho.dispatchEvent(new MouseEvent('dblclick')); }); - },500); - else setTimeout(setLoc,500); + }, 500); + else setTimeout(setLoc, 500); } catch (err) { - setTimeout(setLoc,500); + setTimeout(setLoc, 500); } } setLoc(); @@ -581,9 +581,9 @@ const cP = document.getElementById('ProjectionsType'); const cX = document.getElementById('CoordinateX'); const cY = document.getElementById('CoordinateY'); - return cP && cX && cY ? { cP,cX,cY } : false; + return cP && cX && cY ? { cP, cX, cY } : false; }).then(refs => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; const setLoc = () => { try { if (windowRef.GeometryEngineService) { @@ -593,9 +593,9 @@ searchByCoordinates(1); const ortho = document.querySelector('#orthography > li:last-child'); if (ortho) ortho.dispatchEvent(new MouseEvent('click')); - } else setTimeout(setLoc,500); + } else setTimeout(setLoc, 500); } catch (err) { - setTimeout(setLoc,500); + setTimeout(setLoc, 500); } } setLoc(); @@ -613,21 +613,21 @@ let processed = false; ref.dispatchEvent(new MouseEvent('click')); (function (open) { - XMLHttpRequest.prototype.open = function (method,url) { + XMLHttpRequest.prototype.open = function (method, url) { if (!processed && method == 'POST' && url.startsWith('incphp/xajax/x_load.php')) { processed = true; - this.addEventListener('load',() => awaitElement(() => { + this.addEventListener('load', () => awaitElement(() => { const cX = document.getElementById('x_coord'); const cY = document.getElementById('y_coord'); - return cX && cY ? { cX,cY } : false; + return cX && cY ? { cX, cY } : false; }).then(refs => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; refs.cX.value = lng; refs.cY.value = lat; let stage = 1; const waitForLoad = () => { const loader = document.getElementById('loading'); - if (!loader || loader.style.visibility != 'hidden') setTimeout(waitForLoad,500); + if (!loader || loader.style.visibility != 'hidden') setTimeout(waitForLoad, 500); else setTimeout(() => { switch (stage) { case 1: @@ -640,13 +640,13 @@ if (ortho) ortho.dispatchEvent(new MouseEvent('click')); break; } - },500); + }, 500); } waitForLoad(); })); processed = true; } - open.apply(this,arguments); + open.apply(this, arguments); }; })(XMLHttpRequest.prototype.open); }); @@ -659,9 +659,9 @@ regions: ['SG'], onload: data => { awaitElement(() => viewer).then(ref => { - const { lat,lng } = data.latLng; + const { lat, lng } = data.latLng; ref.camera.cancelFlight(); - ref.scene.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(lng,lat,300) }); + ref.scene.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(lng, lat, 300) }); // WHY IS THERE A DRONE ON THE MAP o.O awaitElement(() => document.getElementById('loading-overlay')).then(drone => drone.style.display = 'none'); }); @@ -669,23 +669,23 @@ } ]; - const awaitElement = get => new Promise((resolve,reject) => { + const awaitElement = get => new Promise((resolve, reject) => { let triesLeft = 10; const queryLoop = () => { const ref = get(); if (ref) resolve(ref); else if (!triesLeft) reject(); - else setTimeout(queryLoop,100); + else setTimeout(queryLoop, 100); triesLeft--; } queryLoop(); }); - const awaitIndefinitely = get => new Promise((resolve,reject) => { + const awaitIndefinitely = get => new Promise((resolve, reject) => { const queryLoop = () => { const ref = get(); if (ref) resolve(ref); - else setTimeout(queryLoop,500); + else setTimeout(queryLoop, 500); } queryLoop(); }); @@ -698,9 +698,13 @@ } const wfOrigin = 'https://wayfarer.nianticlabs.com'; - const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated,unique to this userscript,please don't re-use in other scripts + const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated, unique to this userscript, please don't re-use in other scripts const geofences = { + // Q3 WDD Bonus + Q3_ATL: [[35.135294,-85.602359],[35.045864,-83.592267],[32.914903,-83.592268],[33.001688,-85.602363]], + Q3_CHI: [[43.168316,-88.787865],[43.132913,-86.902301],[41.239324,-86.902301],[41.274500,-88.787868]], + Q3_HAM: [[54.447005,9.040809],[54.193260,11.933595],[52.181830,11.080197],[52.405416,8.387036]], // Austria AT: [[47.57130,9.57843],[47.54061,9.62806],[47.53018,9.71869],[47.53421,9.73073],[47.53371,9.73301],[47.53465,9.73618],[47.53760,9.73569],[47.54253,9.73513],[47.54679,9.73475],[47.54780,9.73595],[47.55116,9.73861],[47.55229,9.73990],[47.55507,9.74080],[47.55585,9.74256],[47.55513,9.74573],[47.55634,9.74625],[47.55794,9.74281],[47.55921,9.74290],[47.56104,9.74629],[47.56486,9.74651],[47.56746,9.75101],[47.56993,9.74715],[47.57161,9.74818],[47.57288,9.75487],[47.57676,9.75466],[47.58009,9.75612],[47.58125,9.76097],[47.58376,9.75985],[47.58709,9.76320],[47.58680,9.76427],[47.58735,9.76487],[47.58929,9.76423],[47.58987,9.76633],[47.58796,9.76865],[47.58903,9.76916],[47.58924,9.77118],[47.59060,9.77251],[47.59557,9.77629],[47.59583,9.77899],[47.59447,9.78067],[47.59520,9.78436],[47.59407,9.79195],[47.59473,9.79427],[47.59453,9.79607],[47.59520,9.79865],[47.59644,9.79989],[47.59609,9.80311],[47.59106,9.81195],[47.58863,9.81513],[47.58912,9.81774],[47.58704,9.82568],[47.58107,9.82551],[47.58044,9.82787],[47.57737,9.82766],[47.57326,9.82581],[47.57036,9.82199],[47.56127,9.82659],[47.55831,9.82586],[47.55435,9.82062],[47.55249,9.81774],[47.54809,9.81620],[47.54739,9.82757],[47.54286,9.84073],[47.54223,9.85038],[47.53698,9.85738],[47.53403,9.85948],[47.53345,9.86605],[47.52988,9.87403],[47.53174,9.87471],[47.53411,9.87325],[47.53881,9.87772],[47.54246,9.87574],[47.54347,9.87420],[47.54877,9.88094],[47.54593,9.88712],[47.54451,9.88973],[47.54541,9.89712],[47.54376,9.90445],[47.54165,9.90797],[47.53944,9.90965],[47.53275,9.91407],[47.53034,9.92054],[47.53184,9.92650],[47.53442,9.93551],[47.53888,9.94075],[47.53515,9.95882],[47.53541,9.96212],[47.53882,9.95757],[47.54404,9.95809],[47.54305,9.96332],[47.54676,9.96710],[47.54618,9.97204],[47.54326,9.97139],[47.54120,9.96757],[47.53842,9.96792],[47.53761,9.96620],[47.53552,9.96667],[47.53422,9.96611],[47.53086,9.96611],[47.53109,9.96779],[47.52784,9.96950],[47.52405,9.96804],[47.52248,9.96603],[47.52057,9.96624],[47.51834,9.97139],[47.51596,9.97264],[47.51350,9.97976],[47.51092,9.98208],[47.51158,9.98427],[47.50263,9.99663],[47.49831,9.98860],[47.48636,9.99534],[47.48230,10.00186],[47.48288,10.00808],[47.48253,10.01135],[47.48543,10.01607],[47.48421,10.02122],[47.48935,10.03714],[47.48906,10.04006],[47.48691,10.04722],[47.48566,10.04782],[47.48485,10.04658],[47.47711,10.05302],[47.47627,10.05482],[47.47392,10.05512],[47.47023,10.05207],[47.46890,10.05370],[47.46681,10.05405],[47.46386,10.06490],[47.46110,10.06885],[47.45640,10.07100],[47.45637,10.07718],[47.45574,10.08070],[47.45933,10.08409],[47.46046,10.08847],[47.46035,10.09035],[47.45872,10.09220],[47.45547,10.09280],[47.45431,10.09404],[47.44970,10.09559],[47.44668,10.09353],[47.44072,10.09460],[47.42873,10.10606],[47.42249,10.09683],[47.41744,10.09597],[47.41438,10.08652],[47.41447,10.08223],[47.41412,10.07390],[47.41084,10.07244],[47.40840,10.07124],[47.40477,10.07674],[47.40439,10.08008],[47.39908,10.08729],[47.39329,10.08347],[47.35523,10.09991],[47.37587,10.11914],[47.36811,10.13802],[47.36750,10.14898],[47.36916,10.16563],[47.37125,10.16876],[47.38625,10.16894],[47.38570,10.17666],[47.38788,10.18185],[47.39038,10.18078],[47.39293,10.18151],[47.39003,10.18885],[47.38959,10.19541],[47.38419,10.20044],[47.38317,10.20468],[47.38349,10.20919],[47.38088,10.21284],[47.38233,10.21460],[47.38282,10.21867],[47.38419,10.21897],[47.38521,10.22121],[47.38744,10.22412],[47.38933,10.22670],[47.38840,10.23060],[47.38361,10.23460],[47.38145,10.23683],[47.37884,10.23229],[47.37610,10.23623],[47.37331,10.23774],[47.36898,10.23336],[47.36727,10.23087],[47.36270,10.22902],[47.36102,10.22533],[47.35820,10.22456],[47.35657,10.22237],[47.35427,10.21731],[47.35012,10.21791],[47.34567,10.21315],[47.34136,10.20975],[47.33674,10.20465],[47.33622,10.20795],[47.33333,10.20811],[47.32967,10.20640],[47.32763,10.20125],[47.32673,10.20069],[47.32533,10.20198],[47.32309,10.20695],[47.31858,10.21189],[47.31684,10.21210],[47.31058,10.21661],[47.31032,10.21239],[47.30578,10.21123],[47.30235,10.20587],[47.30145,10.20415],[47.29923,10.20244],[47.29714,10.19900],[47.29574,10.19458],[47.29350,10.18935],[47.29338,10.18570],[47.29559,10.18059],[47.29239,10.17845],[47.28678,10.17609],[47.28215,10.17682],[47.27857,10.17291],[47.27548,10.17574],[47.27391,10.17343],[47.27105,10.17488],[47.27070,10.17815],[47.27146,10.17935],[47.27280,10.18707],[47.27303,10.19488],[47.27443,10.19488],[47.27693,10.20089],[47.27560,10.20767],[47.27618,10.22235],[47.27099,10.23153],[47.27239,10.23703],[47.27851,10.24183],[47.28066,10.24518],[47.28060,10.25239],[47.28194,10.25900],[47.28433,10.26149],[47.28590,10.26604],[47.28881,10.26509],[47.28846,10.27085],[47.28823,10.28029],[47.29231,10.28526],[47.29481,10.29196],[47.29912,10.29333],[47.30028,10.29522],[47.30005,10.29831],[47.29947,10.30020],[47.30249,10.30638],[47.30348,10.30887],[47.30715,10.31539],[47.30622,10.32535],[47.30418,10.32483],[47.30523,10.33007],[47.30924,10.33522],[47.31105,10.33891],[47.31483,10.33994],[47.31547,10.34655],[47.31733,10.34818],[47.32001,10.34457],[47.32402,10.34646],[47.32653,10.35041],[47.33362,10.35556],[47.33752,10.35668],[47.34485,10.36775],[47.34642,10.37092],[47.35305,10.37710],[47.35502,10.38200],[47.35758,10.38560],[47.36189,10.38517],[47.37037,10.38843],[47.37636,10.39444],[47.37787,10.40011],[47.37781,10.40491],[47.37892,10.41221],[47.38194,10.41753],[47.38502,10.41950],[47.38467,10.42714],[47.38421,10.43023],[47.38130,10.43547],[47.39205,10.42817],[47.39716,10.43006],[47.39984,10.43332],[47.40204,10.42998],[47.40658,10.43564],[47.41012,10.43513],[47.41413,10.43839],[47.41517,10.44603],[47.41982,10.45512],[47.42452,10.45547],[47.42876,10.45924],[47.43230,10.46894],[47.43201,10.47435],[47.44920,10.46851],[47.45129,10.46517],[47.45535,10.46525],[47.46074,10.46645],[47.46405,10.46465],[47.46904,10.46843],[47.47415,10.46620],[47.47705,10.46594],[47.48175,10.46156],[47.48244,10.45572],[47.48459,10.45186],[47.48326,10.44371],[47.48540,10.43907],[47.49248,10.43607],[47.50413,10.43040],[47.50738,10.43401],[47.51039,10.43470],[47.51341,10.43942],[47.51880,10.44139],[47.52419,10.43813],[47.55473,10.45315],[47.55450,10.45032],[47.56654,10.44482],[47.56730,10.43478],[47.57181,10.43135],[47.57847,10.42834],[47.57992,10.43384],[47.58200,10.43101],[47.58478,10.43564],[47.58415,10.44551],[47.58449,10.45015],[47.58345,10.45384],[47.58611,10.46173],[47.58791,10.47169],[47.58710,10.47272],[47.58577,10.47306],[47.58449,10.48268],[47.58044,10.47941],[47.57888,10.47298],[47.57922,10.47074],[47.57616,10.47177],[47.56950,10.47401],[47.56996,10.47092],[47.56631,10.46662],[47.56243,10.46259],[47.56075,10.46010],[47.55560,10.45581],[47.55287,10.46036],[47.55171,10.47263],[47.54082,10.48928],[47.53549,10.52439],[47.53688,10.53675],[47.53769,10.55975],[47.53648,10.56370],[47.53433,10.56361],[47.53404,10.56962],[47.53428,10.57263],[47.54291,10.57812],[47.54986,10.58155],[47.55166,10.57984],[47.55397,10.57872],[47.55646,10.58009],[47.56023,10.58945],[47.56457,10.59331],[47.57019,10.59803],[47.56648,10.60842],[47.56608,10.61357],[47.56712,10.61434],[47.56758,10.61958],[47.56295,10.62704],[47.56139,10.62696],[47.55913,10.63597],[47.55977,10.64198],[47.55896,10.65253],[47.55982,10.65605],[47.55924,10.67751],[47.55629,10.67957],[47.55855,10.68695],[47.55832,10.69159],[47.55606,10.69330],[47.55525,10.69064],[47.54511,10.69528],[47.54418,10.69923],[47.54355,10.71133],[47.53868,10.71851],[47.53787,10.72426],[47.53926,10.72984],[47.53885,10.74194],[47.53734,10.75198],[47.53456,10.75928],[47.52633,10.76572],[47.52245,10.76366],[47.52054,10.76417],[47.51636,10.77241],[47.51584,10.77662],[47.51457,10.77799],[47.51862,10.78571],[47.51747,10.78717],[47.52164,10.79507],[47.52025,10.81172],[47.52494,10.81078],[47.52697,10.81249],[47.52686,10.81824],[47.52888,10.82803],[47.52848,10.83567],[47.52599,10.83859],[47.52848,10.83996],[47.52819,10.84236],[47.53039,10.84605],[47.53068,10.84786],[47.53520,10.85395],[47.53479,10.86291],[47.53555,10.86565],[47.53619,10.86677],[47.53752,10.89132],[47.53022,10.89380],[47.52743,10.89698],[47.51891,10.90496],[47.51967,10.91664],[47.51700,10.91947],[47.51312,10.91809],[47.51051,10.90616],[47.50860,10.90127],[47.50691,10.89020],[47.50402,10.88333],[47.50268,10.87715],[47.49897,10.87157],[47.49271,10.87243],[47.48581,10.86960],[47.48209,10.87200],[47.48001,10.87939],[47.48001,10.88471],[47.48111,10.88728],[47.48412,10.89818],[47.48600,10.91045],[47.48275,10.92693],[47.48350,10.93388],[47.48037,10.93937],[47.47312,10.93002],[47.47184,10.92916],[47.46888,10.93225],[47.46709,10.93628],[47.46308,10.93997],[47.45531,10.95414],[47.45002,10.95997],[47.43017,10.98418],[47.42059,10.98512],[47.41782,10.98013],[47.41707,10.97223],[47.41411,10.97052],[47.41085,10.96974],[47.40795,10.97172],[47.40429,10.97043],[47.40051,10.97215],[47.39761,10.97961],[47.39616,10.98974],[47.39674,10.99232],[47.39517,10.99687],[47.39476,11.00751],[47.39691,11.01738],[47.39714,11.02493],[47.39383,11.02862],[47.39406,11.03309],[47.39662,11.03704],[47.39680,11.04004],[47.39435,11.04845],[47.39656,11.05472],[47.39650,11.06364],[47.39633,11.09454],[47.39465,11.10021],[47.39592,11.10364],[47.39616,11.11471],[47.39969,11.12307],[47.40330,11.12161],[47.40719,11.12247],[47.41300,11.12736],[47.41294,11.13406],[47.41439,11.13929],[47.41695,11.14513],[47.42165,11.15560],[47.42455,11.17655],[47.42595,11.17706],[47.42711,11.18659],[47.42839,11.19878],[47.43489,11.20590],[47.43100,11.22083],[47.43210,11.22169],[47.43100,11.22736],[47.43257,11.23903],[47.43280,11.25122],[47.42734,11.25465],[47.42363,11.24813],[47.42055,11.24435],[47.41944,11.24075],[47.41549,11.24032],[47.40992,11.23319],[47.40626,11.23148],[47.40423,11.22976],[47.40080,11.22461],[47.39650,11.22367],[47.39522,11.22727],[47.39824,11.23311],[47.39859,11.24924],[47.39981,11.26323],[47.39798,11.26879],[47.40066,11.27849],[47.40252,11.28390],[47.40815,11.28990],[47.41257,11.28990],[47.41651,11.29248],[47.42203,11.28990],[47.42761,11.29085],[47.42830,11.29540],[47.43063,11.29900],[47.43109,11.30570],[47.43092,11.31239],[47.43260,11.31643],[47.43823,11.32106],[47.43864,11.32947],[47.44422,11.32990],[47.45060,11.34252],[47.44903,11.34913],[47.44886,11.35788],[47.44520,11.36621],[47.44601,11.36990],[47.45014,11.37522],[47.44845,11.38792],[47.44712,11.38981],[47.44903,11.40260],[47.44671,11.40732],[47.44741,11.41539],[47.44462,11.42097],[47.45582,11.41101],[47.46598,11.40715],[47.46668,11.39848],[47.46575,11.39385],[47.46708,11.38912],[47.47283,11.38252],[47.47961,11.38724],[47.48292,11.39033],[47.49127,11.40681],[47.49975,11.41253],[47.50723,11.42240],[47.51610,11.43639],[47.51853,11.44240],[47.51320,11.44549],[47.50746,11.45012],[47.50920,11.45596],[47.50926,11.47021],[47.50949,11.48789],[47.50734,11.49047],[47.50763,11.49776],[47.50705,11.50274],[47.50479,11.50566],[47.50676,11.50900],[47.50688,11.51209],[47.51105,11.51785],[47.50984,11.53702],[47.51384,11.55187],[47.51256,11.55350],[47.51453,11.56131],[47.51424,11.57041],[47.52033,11.57719],[47.52485,11.58654],[47.53899,11.58723],[47.54229,11.58508],[47.54629,11.58594],[47.55127,11.58912],[47.55475,11.58603],[47.56043,11.59049],[47.56477,11.59753],[47.57143,11.60148],[47.57415,11.60130],[47.58260,11.60611],[47.58052,11.61152],[47.58121,11.61504],[47.58486,11.61838],[47.58411,11.62474],[47.58110,11.63049],[47.58145,11.63315],[47.58509,11.62989],[47.58909,11.63152],[47.59302,11.63203],[47.59482,11.63658],[47.59349,11.64207],[47.59013,11.64422],[47.59084,11.64966],[47.58435,11.65927],[47.58459,11.66339],[47.58424,11.66605],[47.58592,11.67043],[47.58540,11.67859],[47.58464,11.68004],[47.58592,11.68803],[47.58713,11.69000],[47.58933,11.69910],[47.58933,11.72459],[47.58829,11.74476],[47.58962,11.75523],[47.58910,11.75888],[47.59055,11.76686],[47.58980,11.77149],[47.59176,11.78179],[47.58823,11.79089],[47.58482,11.81664],[47.58551,11.82110],[47.58563,11.82909],[47.58262,11.83003],[47.58204,11.84351],[47.58256,11.84634],[47.60293,11.85466],[47.60172,11.86333],[47.60288,11.86677],[47.60982,11.89681],[47.60884,11.90239],[47.61445,11.91389],[47.61312,11.93316],[47.61624,11.95453],[47.61752,11.96852],[47.61590,11.97513],[47.61387,11.97650],[47.61601,11.97650],[47.62012,11.98328],[47.62209,12.00054],[47.62562,12.00886],[47.62307,12.01350],[47.62116,12.01418],[47.61809,12.01744],[47.61225,12.02045],[47.61173,12.02757],[47.61289,12.03075],[47.61451,12.03023],[47.61682,12.03401],[47.61833,12.03916],[47.61561,12.05006],[47.61584,12.05504],[47.61914,12.06070],[47.61925,12.06491],[47.61509,12.07109],[47.61393,12.07967],[47.61144,12.08001],[47.61023,12.08199],[47.61040,12.09177],[47.61225,12.10877],[47.61167,12.11641],[47.60924,12.12087],[47.60681,12.12636],[47.60606,12.14104],[47.60779,12.14550],[47.61011,12.15263],[47.61098,12.15649],[47.61335,12.16173],[47.61509,12.17160],[47.61474,12.17966],[47.61005,12.18198],[47.60803,12.18069],[47.60502,12.18001],[47.60131,12.17778],[47.60461,12.18413],[47.60513,12.19451],[47.60577,12.20138],[47.60808,12.20679],[47.61410,12.20885],[47.62463,12.20301],[47.64071,12.19966],[47.65921,12.18507],[47.66904,12.18190],[47.67783,12.17074],[47.68447,12.16636],[47.70140,12.16258],[47.70099,12.18301],[47.70463,12.18670],[47.70977,12.19923],[47.70804,12.19966],[47.70792,12.20361],[47.71133,12.20636],[47.71047,12.20833],[47.71838,12.22601],[47.74147,12.24841],[47.74320,12.25717],[47.73697,12.26395],[47.73189,12.26601],[47.71907,12.25640],[47.71087,12.24996],[47.70995,12.24704],[47.69470,12.24206],[47.68823,12.24635],[47.68436,12.25314],[47.67915,12.25554],[47.67875,12.26326],[47.68141,12.26755],[47.68540,12.27125],[47.69042,12.28300],[47.69071,12.29184],[47.69724,12.33930],[47.69291,12.33569],[47.69088,12.33895],[47.69268,12.34436],[47.69233,12.35269],[47.69106,12.35389],[47.69100,12.35861],[47.68418,12.36393],[47.68661,12.37912],[47.68875,12.38539],[47.69302,12.40418],[47.69660,12.42916],[47.69504,12.43277],[47.69562,12.44135],[47.69169,12.44367],[47.68349,12.44186],[47.67921,12.44015],[47.67748,12.44135],[47.67557,12.44015],[47.67459,12.44101],[47.67343,12.44633],[47.67129,12.44538],[47.66835,12.45302],[47.66401,12.45457],[47.66234,12.45646],[47.64966,12.46586],[47.63700,12.49213],[47.63479,12.49171],[47.62548,12.49960],[47.62554,12.51171],[47.63699,12.53668],[47.63289,12.57428],[47.63468,12.57745],[47.64092,12.57917],[47.64211,12.57984],[47.64882,12.58314],[47.66660,12.59645],[47.66908,12.60142],[47.67342,12.60348],[47.67429,12.60889],[47.67284,12.61662],[47.67504,12.62340],[47.67660,12.62983],[47.67359,12.63687],[47.67163,12.63893],[47.67394,12.64374],[47.67342,12.64803],[47.67047,12.64889],[47.67261,12.65378],[47.67504,12.65653],[47.67723,12.65713],[47.68139,12.66614],[47.68122,12.67112],[47.68324,12.67979],[47.68284,12.68502],[47.68128,12.68545],[47.68215,12.69163],[47.68255,12.69627],[47.67995,12.70064],[47.68163,12.70537],[47.67671,12.71532],[47.67839,12.72279],[47.68012,12.73352],[47.67689,12.73978],[47.67585,12.74656],[47.66735,12.75575],[47.66434,12.75729],[47.66741,12.76279],[47.66758,12.76648],[47.66631,12.77180],[47.67458,12.78055],[47.67197,12.78399],[47.66995,12.78399],[47.66232,12.77884],[47.66053,12.77884],[47.65515,12.76879],[47.65486,12.76124],[47.65226,12.75910],[47.64983,12.76047],[47.64775,12.76519],[47.64434,12.76639],[47.64209,12.77068],[47.63804,12.77248],[47.63214,12.78296],[47.63387,12.78948],[47.62682,12.80029],[47.62583,12.80132],[47.62144,12.81171],[47.61206,12.82518],[47.60923,12.82312],[47.61073,12.81720],[47.61056,12.81197],[47.60934,12.80707],[47.60720,12.80398],[47.60489,12.80347],[47.60431,12.79866],[47.60095,12.79686],[47.60066,12.79403],[47.59806,12.79197],[47.59285,12.79635],[47.59001,12.79343],[47.58833,12.78819],[47.58538,12.78682],[47.58301,12.78244],[47.57745,12.78038],[47.56911,12.78545],[47.56500,12.79334],[47.55707,12.79489],[47.54814,12.80982],[47.54623,12.81694],[47.54646,12.82381],[47.54560,12.83445],[47.54716,12.84321],[47.54571,12.84905],[47.53783,12.85111],[47.53296,12.85162],[47.52844,12.85711],[47.52728,12.85943],[47.52850,12.86441],[47.52560,12.86484],[47.52439,12.87042],[47.52213,12.88020],[47.51923,12.88544],[47.51326,12.88630],[47.49682,12.91019],[47.48846,12.93310],[47.47907,12.95387],[47.47489,12.96812],[47.47483,12.97164],[47.47982,12.97190],[47.48533,12.97413],[47.48527,12.97859],[47.48075,12.98795],[47.47866,12.98906],[47.47913,12.99722],[47.47170,12.99421],[47.46892,12.99868],[47.46462,13.00245],[47.46485,13.00554],[47.46874,13.01044],[47.47274,13.01644],[47.47715,13.01799],[47.47820,13.02134],[47.48696,13.02659],[47.48771,13.03302],[47.48928,13.03457],[47.48922,13.04058],[47.49218,13.04564],[47.49525,13.04547],[47.49798,13.04762],[47.50360,13.04521],[47.51485,13.04590],[47.51578,13.04281],[47.52030,13.04264],[47.52163,13.04573],[47.52412,13.04461],[47.53012,13.03217],[47.53441,13.03011],[47.54368,13.03749],[47.54757,13.04367],[47.55150,13.04487],[47.55707,13.05474],[47.56176,13.05586],[47.56234,13.05139],[47.57207,13.04315],[47.57676,13.04075],[47.57878,13.04410],[47.58428,13.04281],[47.58689,13.06564],[47.58671,13.06993],[47.59117,13.07053],[47.59187,13.06761],[47.59754,13.06281],[47.60217,13.06229],[47.60599,13.06985],[47.61137,13.07105],[47.61617,13.07757],[47.61993,13.08023],[47.62121,13.08478],[47.62531,13.09079],[47.62722,13.09208],[47.62838,13.09474],[47.63509,13.09817],[47.64070,13.09637],[47.64434,13.09122],[47.64926,13.08804],[47.65497,13.08821],[47.66116,13.08152],[47.66387,13.07791],[47.67272,13.07568],[47.68277,13.07869],[47.68672,13.07980],[47.69134,13.07431],[47.69145,13.06890],[47.69481,13.06392],[47.69712,13.06049],[47.70364,13.05474],[47.70919,13.04701],[47.71075,13.04813],[47.71219,13.04556],[47.71288,13.04152],[47.71381,13.04195],[47.71543,13.03732],[47.71658,13.03079],[47.71554,13.02908],[47.71670,13.02599],[47.72056,13.02221],[47.72126,13.01826],[47.72247,13.01775],[47.72207,13.00942],[47.71745,13.00616],[47.71329,13.00298],[47.71254,12.99552],[47.70844,12.99165],[47.70665,12.98650],[47.70694,12.97552],[47.70665,12.97226],[47.70878,12.96196],[47.70757,12.95603],[47.71161,12.94685],[47.71115,12.93947],[47.70884,12.93200],[47.71000,12.92462],[47.71369,12.92239],[47.71485,12.91758],[47.71647,12.91621],[47.71704,12.91226],[47.72155,12.90926],[47.72328,12.90419],[47.72801,12.90411],[47.73280,12.91072],[47.73540,12.91089],[47.74343,12.91810],[47.74504,12.92402],[47.74550,12.93063],[47.74833,12.93363],[47.74845,12.93552],[47.75439,12.93604],[47.75780,12.93475],[47.75981,12.93861],[47.76403,12.94385],[47.77071,12.94213],[47.76996,12.93449],[47.77192,12.93492],[47.76990,12.93252],[47.76938,12.92694],[47.77348,12.92917],[47.77682,12.93441],[47.77809,12.94033],[47.78392,12.93844],[47.78553,12.93964],[47.78628,12.94754],[47.79078,12.95114],[47.79989,12.96462],[47.81579,12.97697],[47.82807,12.98460],[47.83198,12.98907],[47.83694,12.99688],[47.84109,13.00177],[47.84558,13.00392],[47.85197,13.00186],[47.85514,13.00066],[47.87091,12.98591],[47.88450,12.97638],[47.90228,12.96523],[47.91056,12.95733],[47.91856,12.94892],[47.92822,12.94240],[47.93886,12.93888],[47.94312,12.93828],[47.94409,12.93742],[47.94409,12.93561],[47.94248,12.93484],[47.94053,12.93338],[47.93978,12.93124],[47.93915,12.92394],[47.94007,12.92051],[47.94375,12.91888],[47.95134,12.92059],[47.95329,12.91982],[47.95588,12.91536],[47.95732,12.91012],[47.95829,12.89991],[47.95950,12.88352],[47.96203,12.87605],[47.96622,12.87150],[47.97237,12.86764],[48.00833,12.85691],[48.01827,12.84807],[48.02986,12.83176],[48.06234,12.77631],[48.07088,12.76318],[48.08276,12.75460],[48.09686,12.75048],[48.11102,12.74936],[48.11938,12.75940],[48.12540,12.75769],[48.12763,12.76138],[48.12906,12.76567],[48.12786,12.77245],[48.12580,12.77820],[48.12311,12.78232],[48.12282,12.78507],[48.12454,12.78764],[48.13938,12.79751],[48.14568,12.79751],[48.15043,12.80756],[48.15238,12.81571],[48.15226,12.82515],[48.15541,12.83262],[48.15907,12.83536],[48.16446,12.83485],[48.16663,12.83742],[48.16646,12.84172],[48.16612,12.84481],[48.16720,12.84738],[48.17018,12.84893],[48.17756,12.85202],[48.18489,12.86120],[48.19684,12.86412],[48.20233,12.87210],[48.20371,12.89605],[48.20657,12.91484],[48.20662,12.94214],[48.20994,12.95750],[48.24059,13.00238],[48.25225,13.01105],[48.25751,13.02004],[48.26242,13.03935],[48.26585,13.05660],[48.27659,13.07806],[48.27790,13.08682],[48.27813,13.12450],[48.28179,13.14329],[48.29110,13.16458],[48.29584,13.18406],[48.29281,13.25487],[48.31942,13.32318],[48.33625,13.34910],[48.35200,13.36632],[48.37042,13.40364],[48.37560,13.41283],[48.39037,13.42029],[48.40399,13.42089],[48.43082,13.43943],[48.43928,13.43885],[48.45266,13.42700],[48.46114,13.42863],[48.47412,13.43610],[48.49209,13.44700],[48.49704,13.44803],[48.51234,13.45756],[48.52871,13.44425],[48.53474,13.45018],[48.53957,13.44829],[48.54739,13.44008],[48.55313,13.43691],[48.55893,13.43923],[48.56410,13.45090],[48.56131,13.45613],[48.55870,13.45725],[48.55620,13.46060],[48.55438,13.46472],[48.55597,13.47424],[48.55910,13.47588],[48.56268,13.47364],[48.56495,13.47914],[48.56262,13.48489],[48.56449,13.49072],[48.56751,13.49287],[48.56910,13.49055],[48.56995,13.49158],[48.56966,13.49493],[48.57159,13.50068],[48.57676,13.50686],[48.57818,13.50471],[48.58108,13.50128],[48.58829,13.50577],[48.59090,13.51315],[48.58903,13.52311],[48.58062,13.53787],[48.57029,13.55006],[48.56716,13.56002],[48.56006,13.56946],[48.56018,13.58225],[48.56535,13.58611],[48.56847,13.59186],[48.56887,13.60010],[48.56533,13.60905],[48.55397,13.62432],[48.55016,13.65239],[48.53556,13.66243],[48.52532,13.69067],[48.51879,13.70363],[48.51270,13.72749],[48.52652,13.73247],[48.52976,13.74603],[48.53834,13.74740],[48.54004,13.74397],[48.54624,13.74286],[48.55081,13.75264],[48.55206,13.74595],[48.55615,13.74689],[48.56319,13.75281],[48.56711,13.75959],[48.56274,13.76491],[48.55456,13.77032],[48.55899,13.77247],[48.56160,13.77813],[48.56643,13.78002],[48.57211,13.79023],[48.57421,13.79933],[48.57892,13.80397],[48.58767,13.80431],[48.59045,13.80028],[48.59720,13.80113],[48.60629,13.80809],[48.61014,13.81298],[48.61622,13.81478],[48.61571,13.82199],[48.62444,13.82242],[48.63342,13.82508],[48.64141,13.82088],[48.64538,13.81418],[48.65440,13.81384],[48.66551,13.81607],[48.67888,13.81624],[48.68126,13.81246],[48.69152,13.81409],[48.69622,13.81547],[48.69311,13.83006],[48.69934,13.83409],[48.69770,13.81950],[48.70200,13.80843],[48.70761,13.81083],[48.70761,13.80345],[48.71534,13.79308],[48.73097,13.81617],[48.75548,13.81952],[48.76555,13.83737],[48.77222,13.83883],[48.77319,13.84433],[48.77070,13.84819],[48.77188,13.85660],[48.76996,13.86321],[48.77036,13.86793],[48.76521,13.87917],[48.75916,13.88818],[48.75701,13.89703],[48.74065,13.92063],[48.73720,13.92209],[48.73567,13.92647],[48.73199,13.92827],[48.72633,13.93848],[48.72231,13.94209],[48.72299,13.94612],[48.72084,13.95522],[48.71461,13.95754],[48.71359,13.97256],[48.71002,13.97959],[48.71143,13.98371],[48.70894,14.00560],[48.70520,14.01101],[48.70186,14.01170],[48.69614,14.01976],[48.69144,14.01736],[48.68980,14.02577],[48.68498,14.03049],[48.68379,14.02714],[48.67801,14.03719],[48.67790,14.04534],[48.67517,14.05907],[48.67313,14.06070],[48.66492,14.06122],[48.65766,14.05864],[48.65188,14.05358],[48.65375,14.04105],[48.65205,14.02620],[48.64428,14.02337],[48.64297,14.01830],[48.63929,14.01358],[48.63685,14.01951],[48.63112,14.02500],[48.62811,14.03341],[48.62936,14.04337],[48.62743,14.04980],[48.61977,14.04614],[48.61659,14.04339],[48.61319,14.04476],[48.61018,14.05206],[48.60524,14.05480],[48.60774,14.06536],[48.60717,14.06982],[48.59633,14.06682],[48.60127,14.07317],[48.60036,14.09849],[48.59253,14.09849],[48.59014,14.10647],[48.59026,14.11540],[48.59406,14.11926],[48.59463,14.12484],[48.59798,14.13557],[48.59508,14.14124],[48.59718,14.15540],[48.59338,14.16063],[48.59327,14.16595],[48.59014,14.16475],[48.59128,14.17076],[48.59417,14.17754],[48.59379,14.19244],[48.58862,14.21355],[48.58448,14.23501],[48.57880,14.24050],[48.57874,14.24728],[48.58136,14.25123],[48.58255,14.26479],[48.58153,14.27200],[48.57409,14.28041],[48.56915,14.29646],[48.56420,14.31320],[48.56540,14.32470],[48.55324,14.32839],[48.55216,14.33337],[48.55591,14.34264],[48.56097,14.34444],[48.56330,14.35148],[48.56971,14.35157],[48.57562,14.35749],[48.57607,14.36659],[48.56994,14.37019],[48.57040,14.38066],[48.57216,14.38590],[48.57676,14.39105],[48.58454,14.38590],[48.59322,14.38495],[48.59498,14.39131],[48.59339,14.40349],[48.59311,14.41560],[48.59010,14.42366],[48.58953,14.42881],[48.59947,14.43508],[48.60114,14.44054],[48.60943,14.44449],[48.61431,14.44732],[48.62010,14.44595],[48.62498,14.45136],[48.62560,14.45428],[48.63309,14.44981],[48.63905,14.44252],[48.64364,14.44278],[48.64534,14.45290],[48.64506,14.46003],[48.64925,14.46930],[48.64262,14.47840],[48.64007,14.47822],[48.63303,14.48964],[48.63366,14.49247],[48.62963,14.49891],[48.62339,14.49496],[48.61789,14.50414],[48.61982,14.51093],[48.62010,14.51599],[48.61698,14.52655],[48.61533,14.53152],[48.61516,14.54663],[48.61074,14.55324],[48.60654,14.55367],[48.60438,14.56242],[48.60892,14.56302],[48.61198,14.57058],[48.61749,14.58113],[48.61825,14.58984],[48.62631,14.59920],[48.62841,14.60357],[48.62858,14.60881],[48.62756,14.61439],[48.61752,14.62108],[48.60617,14.62546],[48.60401,14.63010],[48.60532,14.63379],[48.61110,14.64735],[48.60412,14.65421],[48.59777,14.65885],[48.58289,14.66417],[48.58181,14.67044],[48.58369,14.67619],[48.58329,14.68228],[48.58567,14.68812],[48.58590,14.69550],[48.58409,14.70151],[48.58749,14.70614],[48.59141,14.70571],[48.59799,14.71198],[48.60225,14.71953],[48.61791,14.71318],[48.63763,14.72148],[48.63876,14.71864],[48.64863,14.71676],[48.64943,14.71015],[48.67664,14.72276],[48.67981,14.72534],[48.68625,14.72497],[48.69447,14.73295],[48.69838,14.73432],[48.70342,14.74608],[48.70387,14.75544],[48.71039,14.75664],[48.71169,14.77312],[48.71418,14.77578],[48.71843,14.78462],[48.72239,14.78608],[48.72585,14.79123],[48.72987,14.79354],[48.73383,14.80135],[48.73258,14.80350],[48.73462,14.80642],[48.74804,14.79999],[48.75217,14.80153],[48.75851,14.80711],[48.76411,14.81140],[48.77169,14.80522],[48.77384,14.80822],[48.77972,14.80805],[48.78108,14.81475],[48.78170,14.81913],[48.78453,14.82548],[48.78108,14.82814],[48.78198,14.83449],[48.78475,14.84307],[48.78136,14.84633],[48.78057,14.85045],[48.77825,14.85191],[48.77757,14.86264],[48.78176,14.86839],[48.78051,14.88247],[48.77672,14.88753],[48.77225,14.88590],[48.77090,14.88873],[48.77299,14.89406],[48.77237,14.89912],[48.76779,14.90521],[48.76758,14.91102],[48.77013,14.91848],[48.76668,14.93256],[48.76153,14.94037],[48.76295,14.94775],[48.76153,14.95282],[48.75893,14.95582],[48.76289,14.96020],[48.76453,14.96638],[48.76753,14.96990],[48.77024,14.97728],[48.77465,14.97973],[48.77652,14.97759],[48.77951,14.97904],[48.78415,14.96969],[48.78794,14.95304],[48.79009,14.95227],[48.79699,14.95287],[48.80242,14.95544],[48.80564,14.95853],[48.81310,14.95690],[48.81864,14.96093],[48.82372,14.96866],[48.82678,14.96737],[48.83802,14.96737],[48.84276,14.97175],[48.84310,14.98377],[48.84570,14.98351],[48.85344,14.97286],[48.87506,14.97149],[48.87523,14.98274],[48.89133,14.98232],[48.89144,14.98799],[48.89573,14.98661],[48.89821,14.99065],[48.90515,14.99228],[48.90972,14.98953],[48.91542,14.98953],[48.92315,14.98232],[48.92597,14.98026],[48.92749,14.97829],[48.93121,14.97829],[48.93471,14.98455],[48.94175,14.98206],[48.94401,14.97991],[48.95697,14.97605],[48.97224,14.97588],[48.98137,14.97837],[48.98807,14.98480],[48.99151,14.99399],[48.99826,14.99570],[49.00328,14.99991],[49.00587,14.99219],[49.01043,14.99030],[49.01600,14.99528],[49.01324,15.00317],[49.01482,15.01047],[49.01915,15.01364],[49.02163,15.02154],[49.01600,15.03158],[49.01240,15.03948],[49.01656,15.05544],[49.01442,15.06617],[49.00632,15.06849],[49.00254,15.06566],[49.00046,15.06609],[48.99832,15.07922],[48.99860,15.08651],[48.99483,15.10291],[48.99961,15.10720],[49.00023,15.11399],[48.99803,15.12129],[48.99955,15.12429],[48.99825,15.12970],[49.00130,15.13245],[48.99747,15.13888],[48.99409,15.15682],[48.98981,15.15974],[48.98339,15.15802],[48.98372,15.15425],[48.98209,15.15279],[48.97978,15.15365],[48.97832,15.16214],[48.97544,15.16472],[48.97268,15.16111],[48.96908,15.16849],[48.96164,15.17055],[48.95882,15.16901],[48.95651,15.16386],[48.94676,15.15871],[48.94366,15.16214],[48.94462,15.16815],[48.94783,15.17613],[48.94614,15.18300],[48.94388,15.19055],[48.94676,15.19296],[48.95369,15.20188],[48.95837,15.20987],[48.96102,15.22712],[48.95826,15.23862],[48.95978,15.24085],[48.95978,15.25003],[48.95786,15.25149],[48.95465,15.26059],[48.95972,15.26239],[48.95736,15.26780],[48.96299,15.26677],[48.96355,15.26394],[48.96772,15.26660],[48.96716,15.27209],[48.97995,15.28050],[48.98643,15.27329],[48.99561,15.27724],[48.99290,15.29003],[48.98908,15.29484],[48.98367,15.29304],[48.97889,15.30520],[48.98114,15.31146],[48.97714,15.32116],[48.97985,15.32597],[48.98554,15.33266],[48.98430,15.33807],[48.98559,15.34897],[48.98272,15.35824],[48.98255,15.36828],[48.97247,15.39060],[48.96655,15.39249],[48.96379,15.40450],[48.95534,15.41652],[48.95009,15.43489],[48.95156,15.44484],[48.94981,15.45188],[48.94581,15.45575],[48.95241,15.46725],[48.95055,15.47188],[48.94446,15.47952],[48.94327,15.48750],[48.94096,15.49119],[48.93859,15.49995],[48.93594,15.50312],[48.92392,15.50673],[48.92020,15.50724],[48.91365,15.51437],[48.91100,15.53231],[48.90519,15.55994],[48.89639,15.57720],[48.89791,15.60492],[48.89650,15.60955],[48.89887,15.61170],[48.89543,15.62251],[48.88556,15.63110],[48.88527,15.63573],[48.88833,15.63539],[48.88167,15.65856],[48.86838,15.67274],[48.86364,15.68304],[48.85748,15.68870],[48.85590,15.69316],[48.85923,15.69703],[48.86155,15.70973],[48.85968,15.71694],[48.85844,15.71471],[48.85477,15.74569],[48.85325,15.75119],[48.86522,15.76990],[48.87594,15.77994],[48.87312,15.80637],[48.87374,15.82028],[48.87199,15.82912],[48.87775,15.83710],[48.87634,15.84637],[48.87233,15.84508],[48.86832,15.85350],[48.86522,15.85289],[48.86183,15.84242],[48.85974,15.84457],[48.85725,15.86062],[48.85325,15.86388],[48.85437,15.87229],[48.85765,15.87444],[48.85906,15.86955],[48.86149,15.87066],[48.86132,15.87538],[48.85833,15.88045],[48.85381,15.88242],[48.84822,15.88088],[48.84466,15.88302],[48.84291,15.88628],[48.84460,15.89092],[48.85025,15.89298],[48.84867,15.89881],[48.83670,15.90800],[48.83980,15.91710],[48.83839,15.92714],[48.83596,15.92491],[48.83376,15.93692],[48.82517,15.92645],[48.81906,15.93898],[48.82878,15.93821],[48.82974,15.94602],[48.82635,15.95117],[48.82330,15.94877],[48.82421,15.95795],[48.82155,15.96113],[48.81793,15.96070],[48.81251,15.95314],[48.80527,15.95177],[48.79691,15.97151],[48.77938,15.99718],[48.76586,16.03992],[48.75861,16.05932],[48.75222,16.07614],[48.74679,16.10039],[48.74662,16.10975],[48.74809,16.11172],[48.74882,16.11773],[48.74384,16.13695],[48.74605,16.13893],[48.74458,16.14906],[48.74956,16.15361],[48.74537,16.18347],[48.74209,16.21403],[48.73944,16.25395],[48.73757,16.26279],[48.74193,16.26777],[48.74187,16.28099],[48.73853,16.29704],[48.74012,16.29816],[48.73978,16.30691],[48.73400,16.31120],[48.73304,16.33532],[48.74657,16.34081],[48.74572,16.34493],[48.74164,16.34605],[48.74221,16.35060],[48.74045,16.35824],[48.73689,16.35807],[48.73344,16.35300],[48.73077,16.36107],[48.72868,16.36133],[48.72851,16.36605],[48.73128,16.37721],[48.72964,16.37859],[48.73111,16.38339],[48.73281,16.38236],[48.74006,16.38828],[48.73972,16.39395],[48.73712,16.39438],[48.73932,16.39824],[48.74181,16.40004],[48.74272,16.40391],[48.74142,16.40597],[48.74379,16.40931],[48.74538,16.40888],[48.75404,16.41215],[48.76224,16.42142],[48.76501,16.43300],[48.76931,16.43678],[48.77407,16.43755],[48.77582,16.43506],[48.77933,16.43575],[48.78640,16.44176],[48.79081,16.44716],[48.79725,16.44648],[48.79980,16.44785],[48.80471,16.46064],[48.80924,16.45849],[48.81031,16.46510],[48.80251,16.48047],[48.80155,16.49969],[48.80313,16.51574],[48.79883,16.52003],[48.80398,16.52742],[48.80579,16.52707],[48.81528,16.54036],[48.79861,16.56259],[48.79335,16.56731],[48.79403,16.57726],[48.78730,16.59443],[48.78368,16.59451],[48.78085,16.61056],[48.78193,16.61632],[48.78131,16.62936],[48.78628,16.63443],[48.78606,16.65030],[48.78153,16.66438],[48.77598,16.66720],[48.77456,16.66694],[48.77157,16.67647],[48.75182,16.68196],[48.74769,16.68059],[48.74237,16.67475],[48.73965,16.67526],[48.73552,16.67938],[48.72917,16.68319],[48.72990,16.68877],[48.73353,16.69349],[48.73788,16.70130],[48.73551,16.70500],[48.73845,16.70774],[48.73851,16.72697],[48.73579,16.73220],[48.73398,16.72903],[48.73409,16.73555],[48.73171,16.73692],[48.73262,16.74808],[48.72028,16.75503],[48.71858,16.76061],[48.71920,16.76336],[48.71569,16.77040],[48.71258,16.77486],[48.71501,16.77864],[48.71382,16.79134],[48.71099,16.79580],[48.71116,16.79967],[48.70720,16.80113],[48.70940,16.80464],[48.71314,16.80464],[48.71042,16.81889],[48.71178,16.82636],[48.71767,16.83391],[48.71224,16.84241],[48.71246,16.84996],[48.71368,16.86868],[48.71775,16.87246],[48.72308,16.87684],[48.72364,16.87976],[48.72223,16.88293],[48.72115,16.88233],[48.71702,16.88628],[48.71657,16.89598],[48.71838,16.90173],[48.71549,16.90636],[48.71266,16.90653],[48.70847,16.90885],[48.70620,16.91357],[48.70156,16.91889],[48.69278,16.91975],[48.68524,16.91864],[48.67799,16.91246],[48.67515,16.91392],[48.67215,16.92851],[48.66467,16.92327],[48.65758,16.92507],[48.65083,16.92113],[48.64527,16.92550],[48.64244,16.93022],[48.63246,16.92685],[48.62803,16.92488],[48.62242,16.92153],[48.61907,16.93999],[48.61634,16.94248],[48.60528,16.94333],[48.60084,16.93527],[48.58273,16.94145],[48.57222,16.93725],[48.56473,16.94034],[48.56041,16.94583],[48.55285,16.94463],[48.54929,16.94735],[48.54583,16.95447],[48.54225,16.95524],[48.53281,16.94941],[48.52878,16.94306],[48.52576,16.94211],[48.52241,16.94511],[48.52002,16.94254],[48.52019,16.93507],[48.51877,16.92048],[48.51183,16.92494],[48.51183,16.91490],[48.50746,16.91379],[48.49568,16.91876],[48.49358,16.91525],[48.49443,16.90812],[48.49705,16.90658],[48.49739,16.90134],[48.49540,16.89516],[48.49165,16.89190],[48.48727,16.89679],[48.48334,16.89525],[48.47970,16.88975],[48.47697,16.89070],[48.47486,16.88838],[48.47628,16.88083],[48.46507,16.87379],[48.46456,16.86538],[48.45813,16.86023],[48.45597,16.86521],[48.45067,16.86306],[48.45033,16.85353],[48.44771,16.85062],[48.44008,16.85242],[48.43135,16.85425],[48.41962,16.86515],[48.41712,16.86386],[48.41062,16.85314],[48.40458,16.85245],[48.39495,16.85760],[48.38919,16.85168],[48.38230,16.85090],[48.38127,16.84550],[48.38349,16.83889],[48.38224,16.83494],[48.37853,16.83537],[48.37078,16.84301],[48.36405,16.84000],[48.35841,16.84447],[48.35105,16.84344],[48.34825,16.85116],[48.34911,16.86086],[48.34785,16.86755],[48.34928,16.87090],[48.34848,16.87425],[48.34460,16.87571],[48.34181,16.86901],[48.33724,16.87485],[48.33513,16.88584],[48.33205,16.88712],[48.33205,16.89425],[48.32800,16.90077],[48.32669,16.90841],[48.32332,16.90970],[48.31801,16.90489],[48.31470,16.89639],[48.31036,16.89571],[48.30397,16.89888],[48.29712,16.90129],[48.29449,16.90566],[48.28924,16.90755],[48.28156,16.91364],[48.27727,16.91973],[48.27424,16.91990],[48.27133,16.92368],[48.27082,16.93561],[48.27087,16.94608],[48.26647,16.95226],[48.26385,16.95741],[48.26093,16.95646],[48.25516,16.95131],[48.24584,16.94943],[48.23858,16.94668],[48.23390,16.94728],[48.22761,16.95629],[48.21951,16.96204],[48.21344,16.96222],[48.20887,16.96582],[48.19468,16.97303],[48.18907,16.97724],[48.17866,16.97612],[48.17322,16.97595],[48.17017,16.97929],[48.15185,17.01370],[48.14292,17.02220],[48.13983,17.03671],[48.14355,17.05671],[48.13977,17.06160],[48.13461,17.06220],[48.13077,17.06349],[48.12688,17.06778],[48.12264,17.06975],[48.12207,17.06546],[48.11670,17.07197],[48.11555,17.07798],[48.10988,17.07489],[48.10827,17.07987],[48.10621,17.07858],[48.09962,17.09420],[48.09646,17.08905],[48.09085,17.09377],[48.09056,17.08862],[48.08465,17.07429],[48.08184,17.07532],[48.08116,17.07274],[48.07794,17.08029],[48.07026,17.07266],[48.06527,17.08665],[48.05535,17.07102],[48.05001,17.08536],[48.04508,17.08836],[48.03101,17.06991],[48.02149,17.09025],[48.03176,17.10956],[48.02935,17.11643],[48.02212,17.12647],[48.02378,17.13222],[48.02361,17.13780],[48.01971,17.14544],[48.00650,17.16166],[48.00208,17.15514],[47.99369,17.13497],[47.99214,17.13566],[47.98433,17.11892],[47.97646,17.10845],[47.97169,17.09772],[47.96899,17.09806],[47.96083,17.11926],[47.95462,17.11197],[47.94703,17.10656],[47.94220,17.10124],[47.93461,17.09257],[47.92719,17.11480],[47.90967,17.10251],[47.90432,17.09719],[47.89914,17.10551],[47.87393,17.08526],[47.87399,17.07968],[47.87658,17.07779],[47.87330,17.06251],[47.87157,17.04981],[47.86950,17.05058],[47.86616,17.04002],[47.86731,17.03745],[47.86734,17.01747],[47.85812,17.01164],[47.83779,17.05258],[47.83243,17.04777],[47.83070,17.05129],[47.82811,17.04734],[47.82304,17.06193],[47.81998,17.06056],[47.80813,17.07474],[47.80750,17.07122],[47.79683,17.05414],[47.79337,17.05114],[47.78668,17.05869],[47.77849,17.06178],[47.77826,17.06479],[47.75646,17.07062],[47.74130,17.07191],[47.72751,17.07088],[47.70828,17.09405],[47.70394,17.04101],[47.69395,16.97515],[47.68719,16.91181],[47.68811,16.87448],[47.68973,16.87087],[47.72086,16.86821],[47.71763,16.86383],[47.71087,16.85602],[47.70469,16.84014],[47.68650,16.83156],[47.68199,16.82856],[47.68216,16.81139],[47.68112,16.74873],[47.72242,16.72077],[47.73507,16.72052],[47.74020,16.67159],[47.74292,16.65803],[47.74072,16.65640],[47.74315,16.65280],[47.74546,16.64464],[47.74800,16.63941],[47.75481,16.63778],[47.75851,16.63314],[47.75632,16.62602],[47.75735,16.61906],[47.75914,16.61632],[47.75937,16.60919],[47.75574,16.59855],[47.75868,16.59168],[47.75435,16.58834],[47.75118,16.56602],[47.75078,16.54886],[47.74616,16.54928],[47.74234,16.54946],[47.74101,16.54482],[47.74228,16.54431],[47.73951,16.53813],[47.73755,16.53898],[47.73668,16.53778],[47.72190,16.55315],[47.71324,16.54190],[47.71116,16.54122],[47.70977,16.53255],[47.71093,16.51993],[47.70677,16.51727],[47.70631,16.51152],[47.70359,16.50637],[47.70325,16.50242],[47.70331,16.49976],[47.69863,16.49564],[47.69655,16.48766],[47.69325,16.48654],[47.69037,16.48431],[47.68927,16.47719],[47.68059,16.47606],[47.68048,16.46558],[47.68377,16.45949],[47.69596,16.45322],[47.69614,16.44799],[47.69088,16.44790],[47.67377,16.44370],[47.66996,16.43597],[47.66574,16.42353],[47.66291,16.42361],[47.65944,16.43563],[47.65638,16.44610],[47.65441,16.45666],[47.65216,16.46378],[47.65216,16.47254],[47.64968,16.48213],[47.64182,16.48831],[47.64297,16.49269],[47.63956,16.49878],[47.64031,16.50222],[47.63898,16.50582],[47.64234,16.50925],[47.64702,16.51449],[47.64130,16.53174],[47.63279,16.55200],[47.62065,16.57260],[47.61804,16.58573],[47.61880,16.59732],[47.62163,16.60564],[47.62614,16.61946],[47.62863,16.63019],[47.62759,16.63877],[47.62296,16.65259],[47.60659,16.66117],[47.60635,16.67208],[47.60340,16.67405],[47.59669,16.66684],[47.58187,16.67671],[47.57272,16.67173],[47.56942,16.67087],[47.56786,16.66461],[47.55958,16.67285],[47.56224,16.68340],[47.55911,16.69019],[47.55593,16.69225],[47.54718,16.69774],[47.54579,16.70581],[47.54347,16.71096],[47.53942,16.71587],[47.53293,16.70360],[47.52285,16.70635],[47.51740,16.69579],[47.51154,16.69296],[47.50772,16.68721],[47.50314,16.66875],[47.50801,16.66266],[47.50569,16.65845],[47.49995,16.65365],[47.48305,16.66338],[47.48091,16.66835],[47.47342,16.67153],[47.46989,16.66690],[47.46327,16.66209],[47.45439,16.66157],[47.45103,16.64999],[47.44870,16.65248],[47.44534,16.64432],[47.44540,16.63531],[47.44067,16.62787],[47.43028,16.62074],[47.42851,16.60778],[47.42555,16.60624],[47.42143,16.59319],[47.41777,16.58693],[47.41864,16.58186],[47.41574,16.58349],[47.41225,16.57731],[47.40871,16.57851],[47.40569,16.57517],[47.40575,16.56452],[47.40633,16.55560],[47.40441,16.54770],[47.40621,16.54358],[47.40941,16.54066],[47.40871,16.53549],[47.40958,16.53154],[47.40819,16.52682],[47.40981,16.52425],[47.40929,16.51721],[47.40488,16.51463],[47.40459,16.50897],[47.39913,16.51120],[47.39558,16.51017],[47.38873,16.49601],[47.39454,16.49635],[47.39355,16.49180],[47.39401,16.48717],[47.39761,16.48433],[47.40087,16.48279],[47.40615,16.48768],[47.40842,16.48451],[47.40825,16.47240],[47.41225,16.46374],[47.41196,16.45687],[47.40854,16.44829],[47.39936,16.44863],[47.39157,16.45412],[47.38297,16.46219],[47.38274,16.45386],[47.37733,16.45326],[47.37449,16.45653],[47.36978,16.45738],[47.36449,16.45627],[47.36024,16.45155],[47.35635,16.45266],[47.35641,16.44674],[47.35338,16.43472],[47.34611,16.44571],[47.33937,16.44871],[47.33954,16.45893],[47.33326,16.46631],[47.33053,16.46408],[47.32471,16.46966],[47.31767,16.47090],[47.31249,16.47562],[47.29596,16.48317],[47.29102,16.48326],[47.28036,16.49038],[47.27576,16.48017],[47.27174,16.47828],[47.26231,16.48008],[47.25211,16.46721],[47.25485,16.46051],[47.25252,16.45356],[47.25235,16.44850],[47.25007,16.44953],[47.25159,16.43305],[47.24809,16.44403],[47.23341,16.44257],[47.22781,16.43862],[47.21738,16.43974],[47.21532,16.43585],[47.20897,16.43809],[47.20967,16.42890],[47.20722,16.42358],[47.20798,16.42101],[47.20564,16.41766],[47.19707,16.42169],[47.19398,16.42178],[47.18476,16.42933],[47.18529,16.44255],[47.18867,16.45079],[47.18803,16.45551],[47.18558,16.45482],[47.17695,16.45817],[47.17380,16.46152],[47.16831,16.46486],[47.16656,16.46152],[47.16125,16.46332],[47.15617,16.45808],[47.15687,16.45388],[47.15000,16.45067],[47.14620,16.45196],[47.14381,16.45384],[47.14282,16.46166],[47.14498,16.47728],[47.14959,16.48929],[47.15000,16.51710],[47.13809,16.52543],[47.13785,16.52955],[47.12682,16.52946],[47.12156,16.50071],[47.10970,16.50157],[47.10819,16.48354],[47.10243,16.48520],[47.10109,16.47730],[47.10460,16.47447],[47.09986,16.47318],[47.09852,16.46589],[47.09601,16.46692],[47.09414,16.46451],[47.09046,16.46795],[47.08543,16.47584],[47.07660,16.47258],[47.07503,16.47473],[47.07514,16.48262],[47.06947,16.48760],[47.07175,16.49335],[47.06918,16.50374],[47.06164,16.52133],[47.05573,16.52159],[47.04825,16.50511],[47.04638,16.48219],[47.04252,16.46795],[47.03943,16.45611],[47.03750,16.44281],[47.03516,16.44470],[47.02960,16.43998],[47.02422,16.44770],[47.03200,16.46057],[47.03223,16.46409],[47.02767,16.47620],[47.02196,16.47814],[47.02295,16.48217],[47.01056,16.49419],[47.00751,16.50526],[47.00336,16.51333],[46.99991,16.51273],[46.99920,16.50165],[46.99774,16.49839],[46.99920,16.48947],[46.99622,16.48921],[46.99405,16.48423],[46.99399,16.47891],[46.99751,16.46887],[46.99680,16.46286],[47.00049,16.45659],[47.00277,16.44835],[46.99194,16.44638],[46.99300,16.42544],[46.99628,16.41840],[47.00359,16.41308],[47.00266,16.40175],[47.00225,16.39162],[46.99797,16.38338],[46.99786,16.37188],[47.00675,16.36510],[47.00471,16.36029],[47.00991,16.34870],[47.00160,16.34570],[46.99505,16.34415],[46.99751,16.33377],[47.00143,16.32450],[46.99768,16.30390],[47.00154,16.29712],[47.00839,16.29892],[47.01322,16.29088],[47.01094,16.28745],[47.00128,16.28273],[46.99648,16.28419],[46.98791,16.27952],[46.98604,16.27711],[46.98159,16.27600],[46.97263,16.27832],[46.96232,16.27729],[46.96109,16.27008],[46.96343,16.26347],[46.96355,16.25849],[46.96220,16.25265],[46.95834,16.24656],[46.95588,16.24304],[46.94885,16.24776],[46.94615,16.24553],[46.94510,16.23609],[46.94070,16.23205],[46.93478,16.22115],[46.93478,16.21609],[46.93847,16.21360],[46.93795,16.20665],[46.94146,16.20313],[46.94029,16.19935],[46.93478,16.19540],[46.92652,16.19068],[46.91573,16.18467],[46.90600,16.17918],[46.90242,16.16923],[46.90236,16.16193],[46.89626,16.15858],[46.89562,16.15412],[46.89309,16.15472],[46.89268,16.14974],[46.88776,16.14863],[46.88541,16.14528],[46.88371,16.13893],[46.88013,16.13712],[46.87714,16.13446],[46.87415,16.13249],[46.87074,16.12099],[46.86810,16.11223],[46.85953,16.09764],[46.86382,16.09584],[46.86382,16.09206],[46.86188,16.08889],[46.85713,16.08726],[46.85284,16.07970],[46.85214,16.07181],[46.84897,16.06649],[46.84398,16.06623],[46.83821,16.05765],[46.83915,16.05498],[46.83686,16.05155],[46.83980,16.04305],[46.83516,16.04039],[46.83222,16.03181],[46.83810,16.03069],[46.84027,16.02829],[46.83651,16.01988],[46.83434,16.01318],[46.82988,16.00846],[46.83123,16.00100],[46.83469,15.99559],[46.83217,15.99173],[46.82935,15.99010],[46.82712,15.98701],[46.82007,15.98924],[46.81701,15.99310],[46.81090,15.99885],[46.80638,15.99834],[46.80397,15.99396],[46.79152,15.99430],[46.77882,15.99018],[46.76989,15.99053],[46.76064,15.98934],[46.75788,15.99080],[46.75218,15.98625],[46.73706,15.99191],[46.73141,15.99500],[46.72329,16.00444],[46.71841,16.00401],[46.71653,16.00805],[46.71776,16.01157],[46.71706,16.01672],[46.71205,16.02161],[46.71288,16.02770],[46.71229,16.03028],[46.70923,16.02985],[46.70065,16.03082],[46.69476,16.03769],[46.68575,16.04335],[46.67286,16.04052],[46.66703,16.04181],[46.65578,16.03820],[46.66014,16.02636],[46.66220,16.02387],[46.66314,16.01365],[46.66738,16.00782],[46.67256,16.00533],[46.67863,16.00215],[46.68140,15.99597],[46.68428,15.98490],[46.68587,15.97280],[46.68740,15.95563],[46.68911,15.94679],[46.69176,15.94104],[46.70489,15.92216],[46.70830,15.91649],[46.71195,15.90476],[46.71407,15.89317],[46.71642,15.88656],[46.71989,15.87592],[46.72137,15.86459],[46.72242,15.85429],[46.72219,15.83498],[46.72148,15.82734],[46.71483,15.79961],[46.71048,15.79120],[46.70621,15.78380],[46.70233,15.77521],[46.69968,15.77083],[46.69903,15.76689],[46.69927,15.76131],[46.69815,15.75564],[46.69815,15.75024],[46.69927,15.74612],[46.69991,15.74131],[46.69962,15.73676],[46.69574,15.72389],[46.69579,15.71848],[46.69721,15.71238],[46.69785,15.70569],[46.69868,15.69788],[46.70186,15.68887],[46.70574,15.68088],[46.70710,15.67436],[46.70621,15.66415],[46.70657,15.65754],[46.70527,15.65007],[46.70121,15.65325],[46.69938,15.65350],[46.69356,15.65548],[46.69050,15.65222],[46.68938,15.64278],[46.69161,15.64064],[46.68831,15.63601],[46.68295,15.63309],[46.68066,15.63481],[46.67883,15.62425],[46.67971,15.61815],[46.68230,15.61240],[46.68024,15.60434],[46.68401,15.60373],[46.68749,15.60528],[46.68890,15.60064],[46.68972,15.59773],[46.68819,15.59352],[46.68442,15.59129],[46.68278,15.59017],[46.68236,15.58468],[46.68119,15.58116],[46.68295,15.57884],[46.67989,15.57953],[46.67971,15.56966],[46.67424,15.56803],[46.67529,15.56482],[46.67287,15.56010],[46.67069,15.55967],[46.67163,15.55383],[46.67075,15.55246],[46.67211,15.55023],[46.66839,15.54757],[46.66934,15.54491],[46.66457,15.54860],[46.65838,15.54937],[46.65337,15.55349],[46.64919,15.55409],[46.64742,15.55186],[46.64831,15.54739],[46.64501,15.54533],[46.64241,15.54748],[46.64000,15.55186],[46.63788,15.54988],[46.63564,15.54585],[46.63257,15.54602],[46.62970,15.54173],[46.63318,15.54070],[46.63330,15.53804],[46.63106,15.53418],[46.62888,15.53014],[46.62157,15.52104],[46.62086,15.51787],[46.62245,15.51607],[46.62021,15.51152],[46.61585,15.51212],[46.61491,15.50551],[46.61331,15.50293],[46.61438,15.50019],[46.61791,15.49924],[46.61897,15.49435],[46.62004,15.49032],[46.62004,15.48851],[46.61862,15.48448],[46.61550,15.48294],[46.61196,15.47710],[46.61155,15.47152],[46.61449,15.46182],[46.61833,15.46225],[46.62263,15.46328],[46.62587,15.46088],[46.62900,15.45530],[46.63913,15.45547],[46.64179,15.44896],[46.63938,15.44149],[46.64032,15.43711],[46.64309,15.43213],[46.64604,15.42982],[46.64704,15.42055],[46.65258,15.42201],[46.65399,15.42029],[46.65499,15.41394],[46.65134,15.39428],[46.65234,15.38853],[46.65034,15.38312],[46.65163,15.37978],[46.65093,15.37557],[46.64951,15.37214],[46.65046,15.36776],[46.65128,15.35489],[46.65405,15.35386],[46.65393,15.34939],[46.65034,15.34407],[46.65081,15.34029],[46.65258,15.33635],[46.65169,15.32699],[46.64881,15.32356],[46.64724,15.31952],[46.64848,15.31506],[46.65125,15.31231],[46.65225,15.30570],[46.65266,15.29841],[46.65155,15.29249],[46.64925,15.28974],[46.64701,15.28408],[46.64471,15.28244],[46.64300,15.27627],[46.64365,15.26811],[46.64406,15.26099],[46.64235,15.25464],[46.64100,15.24425],[46.63952,15.23841],[46.63947,15.23464],[46.64229,15.22477],[46.64176,15.21756],[46.64347,15.21215],[46.64465,15.20485],[46.64477,15.19833],[46.64807,15.19086],[46.65172,15.18915],[46.65567,15.18202],[46.65308,15.17018],[46.65414,15.16495],[46.65679,15.16401],[46.65490,15.15499],[46.65755,15.15148],[46.65903,15.14478],[46.65626,15.14186],[46.65673,15.13577],[46.64990,15.13208],[46.64948,15.12633],[46.65296,15.12470],[46.65355,15.12126],[46.65337,15.11714],[46.65761,15.11199],[46.65907,15.10938],[46.65777,15.10629],[46.65524,15.09986],[46.65347,15.09943],[46.65194,15.09608],[46.65105,15.08939],[46.64445,15.08235],[46.64923,15.07411],[46.65082,15.06432],[46.65147,15.04192],[46.64911,15.03754],[46.64764,15.03330],[46.64481,15.03038],[46.64039,15.01605],[46.63312,15.01124],[46.63206,15.00789],[46.62982,15.00626],[46.62464,14.99922],[46.62110,14.99553],[46.61626,14.99656],[46.61255,14.99502],[46.60819,14.98738],[46.60600,14.98746],[46.60365,14.98480],[46.60123,14.97957],[46.60777,14.97510],[46.61974,14.97322],[46.62646,14.96901],[46.63100,14.95991],[46.63189,14.95562],[46.62682,14.94893],[46.62257,14.94369],[46.61945,14.94120],[46.61886,14.93725],[46.61432,14.93090],[46.61862,14.92781],[46.61974,14.92361],[46.61697,14.92163],[46.61043,14.92301],[46.60406,14.92395],[46.60209,14.92246],[46.60174,14.91826],[46.60557,14.91456],[46.60315,14.91388],[46.60492,14.90341],[46.61070,14.89894],[46.60970,14.89594],[46.61206,14.88839],[46.61106,14.88092],[46.60746,14.88006],[46.60752,14.87371],[46.60593,14.86916],[46.60339,14.86727],[46.59991,14.86822],[46.59260,14.86470],[46.59284,14.85877],[46.58971,14.85740],[46.58494,14.85586],[46.58069,14.85268],[46.57719,14.84531],[46.56893,14.83913],[46.56616,14.84042],[46.56515,14.83604],[46.56285,14.83613],[46.56014,14.83801],[46.55742,14.83819],[46.54957,14.83355],[46.54751,14.83209],[46.54709,14.82728],[46.54402,14.82394],[46.54208,14.82934],[46.53948,14.83192],[46.53818,14.83098],[46.53476,14.82308],[46.52976,14.82614],[46.52781,14.82356],[46.52379,14.82270],[46.52149,14.81816],[46.51895,14.82047],[46.51387,14.81970],[46.50867,14.81944],[46.50672,14.80949],[46.50666,14.80528],[46.50436,14.80082],[46.50194,14.79284],[46.49916,14.78503],[46.50064,14.78005],[46.50389,14.77593],[46.50371,14.75945],[46.49653,14.74810],[46.50262,14.74441],[46.50436,14.74096],[46.50176,14.73718],[46.49863,14.73718],[46.48983,14.72826],[46.49313,14.72671],[46.49396,14.72396],[46.49757,14.72285],[46.49887,14.71504],[46.49148,14.71255],[46.47966,14.70920],[46.47978,14.70225],[46.47458,14.69916],[46.47363,14.69942],[46.47174,14.70216],[46.46672,14.70242],[46.46358,14.70002],[46.46335,14.69547],[46.46411,14.68843],[46.46689,14.68337],[46.46216,14.67865],[46.46151,14.67684],[46.45802,14.67993],[46.45034,14.67513],[46.44998,14.67041],[46.44880,14.66629],[46.44484,14.66217],[46.44365,14.65581],[46.44389,14.65324],[46.44194,14.63994],[46.43928,14.63247],[46.43857,14.62277],[46.43869,14.61762],[46.43987,14.61410],[46.43869,14.60638],[46.43662,14.60466],[46.43666,14.59655],[46.43394,14.59716],[46.43163,14.59346],[46.42944,14.58732],[46.42583,14.58621],[46.42228,14.58449],[46.41938,14.58423],[46.41708,14.58303],[46.41601,14.58389],[46.41501,14.58887],[46.41086,14.58947],[46.40642,14.58921],[46.40240,14.58741],[46.39500,14.58775],[46.38896,14.58466],[46.38375,14.57908],[46.38227,14.58192],[46.37902,14.58037],[46.37647,14.57831],[46.37534,14.57419],[46.37404,14.56552],[46.37197,14.56526],[46.37250,14.56226],[46.37694,14.55591],[46.38103,14.55531],[46.38707,14.55462],[46.39701,14.54870],[46.40104,14.54338],[46.40702,14.53951],[46.41151,14.53909],[46.41406,14.53162],[46.42009,14.52570],[46.42435,14.52063],[46.42625,14.52063],[46.42506,14.50913],[46.42240,14.50424],[46.41944,14.50286],[46.41773,14.49737],[46.41217,14.49248],[46.41459,14.48493],[46.41282,14.47866],[46.41879,14.47626],[46.42163,14.46587],[46.42057,14.45703],[46.42293,14.44072],[46.42779,14.44167],[46.43216,14.43266],[46.43524,14.42965],[46.43944,14.43077],[46.44044,14.43823],[46.44334,14.43291],[46.44606,14.42939],[46.44494,14.42270],[46.44541,14.40914],[46.44388,14.40390],[46.44346,14.39729],[46.43932,14.38468],[46.43843,14.37841],[46.43944,14.36940],[46.43772,14.36571],[46.43636,14.34485],[46.43098,14.33163],[46.43009,14.30734],[46.43778,14.30022],[46.43991,14.29223],[46.44281,14.28193],[46.44039,14.27103],[46.43743,14.26262],[46.43873,14.25910],[46.43690,14.25550],[46.43406,14.24760],[46.43205,14.23679],[46.43394,14.22880],[46.44163,14.22134],[46.44216,14.21645],[46.43879,14.21142],[46.43903,14.20232],[46.44199,14.19193],[46.43867,14.18687],[46.43666,14.17975],[46.43359,14.17786],[46.43217,14.16696],[46.43507,14.15477],[46.43755,14.15091],[46.44240,14.15014],[46.44388,14.14541],[46.44956,14.13563],[46.45328,14.13451],[46.45854,14.13409],[46.46469,14.12816],[46.46830,14.12696],[46.47202,14.12370],[46.47445,14.11932],[46.47681,14.11975],[46.47957,14.10454],[46.47833,14.10222],[46.48034,14.09836],[46.48193,14.09802],[46.48436,14.09433],[46.48548,14.08214],[46.48725,14.06918],[46.48932,14.06317],[46.48991,14.05613],[46.49228,14.05038],[46.49233,14.03941],[46.48867,14.03340],[46.48672,14.03134],[46.48483,14.02662],[46.48199,14.02353],[46.48087,14.01932],[46.48117,14.00473],[46.48607,13.99803],[46.48784,13.98902],[46.49257,13.98816],[46.49694,13.97529],[46.49641,13.97014],[46.49783,13.96653],[46.50297,13.95658],[46.50699,13.95117],[46.51142,13.94027],[46.51372,13.92671],[46.51821,13.92268],[46.52051,13.91177],[46.51833,13.90276],[46.51921,13.89427],[46.52069,13.89221],[46.52051,13.88740],[46.52175,13.88302],[46.51874,13.87933],[46.51813,13.87017],[46.51624,13.86537],[46.51418,13.86228],[46.51370,13.85284],[46.51459,13.84099],[46.51796,13.83232],[46.51648,13.82975],[46.51418,13.83009],[46.51169,13.82245],[46.51016,13.82108],[46.50915,13.81704],[46.50632,13.81464],[46.50585,13.80640],[46.50608,13.80340],[46.50478,13.79516],[46.50886,13.78589],[46.51347,13.77851],[46.51666,13.77756],[46.51398,13.76600],[46.51735,13.75398],[46.51658,13.73827],[46.51900,13.73132],[46.52308,13.72377],[46.52231,13.71441],[46.52095,13.71029],[46.52078,13.70463],[46.52308,13.69819],[46.52066,13.69090],[46.52137,13.67845],[46.52379,13.67004],[46.52698,13.65837],[46.52940,13.65468],[46.53223,13.64575],[46.53205,13.64257],[46.53561,13.63619],[46.54104,13.62495],[46.54157,13.61388],[46.54211,13.60006],[46.54523,13.59508],[46.54364,13.58658],[46.53821,13.58135],[46.53815,13.57174],[46.53980,13.56856],[46.54842,13.56410],[46.54996,13.56178],[46.54978,13.55457],[46.55338,13.54384],[46.54919,13.53586],[46.54603,13.52010],[46.54827,13.51418],[46.55435,13.51023],[46.55506,13.50354],[46.56049,13.50620],[46.56509,13.50371],[46.56344,13.49324],[46.55919,13.47873],[46.55695,13.47521],[46.55754,13.46517],[46.55884,13.45273],[46.55588,13.44869],[46.55647,13.44243],[46.55848,13.43599],[46.55712,13.42741],[46.55860,13.42037],[46.56108,13.40586],[46.57093,13.40775],[46.57205,13.39719],[46.57583,13.38939],[46.57713,13.37728],[46.57854,13.37239],[46.57327,13.36956],[46.56666,13.37222],[46.56660,13.36793],[46.56920,13.36347],[46.56684,13.35548],[46.56554,13.35025],[46.56867,13.34493],[46.56518,13.33909],[46.56288,13.33849],[46.56153,13.33385],[46.55757,13.33068],[46.55025,13.32046],[46.55191,13.31755],[46.55303,13.30750],[46.55675,13.30321],[46.56011,13.29566],[46.55910,13.28969],[46.55627,13.28591],[46.55792,13.28205],[46.55981,13.27415],[46.56028,13.26857],[46.55674,13.26042],[46.56005,13.25226],[46.55763,13.24694],[46.55450,13.24497],[46.55509,13.24188],[46.55090,13.23991],[46.55373,13.23184],[46.55751,13.23149],[46.56370,13.22514],[46.56553,13.22016],[46.56931,13.21682],[46.56872,13.20772],[46.57161,13.20317],[46.57102,13.19382],[46.57409,13.18927],[46.57710,13.17760],[46.58099,13.17614],[46.58441,13.16816],[46.58819,13.16756],[46.58748,13.15846],[46.58896,13.15030],[46.58612,13.14610],[46.58960,13.14043],[46.59102,13.13151],[46.59084,13.12310],[46.59356,13.11786],[46.59344,13.11263],[46.59538,13.10962],[46.59397,13.10576],[46.59710,13.09477],[46.60010,13.09039],[46.60136,13.08426],[46.59912,13.08280],[46.59853,13.07422],[46.59883,13.06306],[46.59653,13.06126],[46.59653,13.05130],[46.59529,13.04761],[46.59523,13.04340],[46.59647,13.04212],[46.59576,13.03053],[46.59706,13.02684],[46.60151,13.02144],[46.59997,13.02032],[46.60074,13.01603],[46.59874,13.00719],[46.60163,13.00041],[46.60068,12.99303],[46.59942,12.99144],[46.59918,12.98586],[46.60042,12.97728],[46.60355,12.96526],[46.60420,12.95573],[46.60143,12.94912],[46.60573,12.93582],[46.60915,12.93110],[46.60880,12.92604],[46.60821,12.91762],[46.60927,12.91119],[46.60744,12.90810],[46.60656,12.90303],[46.60886,12.89874],[46.60626,12.88896],[46.60667,12.88132],[46.60827,12.87677],[46.60732,12.87239],[46.60850,12.86544],[46.60502,12.85943],[46.60408,12.85136],[46.60650,12.84123],[46.60939,12.83257],[46.61534,12.83299],[46.62082,12.83291],[46.62672,12.83540],[46.62961,12.82845],[46.62755,12.81803],[46.63067,12.81588],[46.63037,12.80919],[46.63550,12.79863],[46.64110,12.79339],[46.64393,12.78284],[46.64576,12.77408],[46.64587,12.76318],[46.64693,12.75932],[46.64505,12.75245],[46.64098,12.74567],[46.63745,12.74713],[46.63538,12.73838],[46.63403,12.73263],[46.63480,12.72748],[46.63980,12.72696],[46.64122,12.71958],[46.64847,12.71537],[46.65053,12.70044],[46.65630,12.68911],[46.65560,12.68113],[46.65666,12.67512],[46.65707,12.65941],[46.65253,12.65057],[46.65141,12.63984],[46.65501,12.63160],[46.66048,12.63109],[46.66101,12.61830],[46.65766,12.61255],[46.65542,12.60156],[46.65548,12.57839],[46.65088,12.56955],[46.65253,12.55891],[46.65707,12.55796],[46.65884,12.54740],[46.66679,12.53673],[46.66827,12.52961],[46.67092,12.52686],[46.67728,12.51793],[46.67739,12.50557],[46.68004,12.50283],[46.67675,12.49888],[46.67645,12.48927],[46.67745,12.47862],[46.68505,12.47605],[46.68670,12.46858],[46.68623,12.46232],[46.68805,12.45476],[46.68964,12.45141],[46.68798,12.44154],[46.69558,12.42670],[46.69805,12.42584],[46.69887,12.41528],[46.70517,12.40859],[46.70635,12.40258],[46.71023,12.39811],[46.71671,12.38318],[46.72318,12.37552],[46.72607,12.37698],[46.73071,12.37578],[46.73271,12.37295],[46.73983,12.37097],[46.74189,12.36763],[46.75265,12.36591],[46.76744,12.35811],[46.77361,12.35785],[46.77608,12.35072],[46.77567,12.34223],[46.77867,12.33596],[46.77884,12.33115],[46.78131,12.32446],[46.78407,12.30892],[46.78166,12.30026],[46.78378,12.29905],[46.78219,12.28318],[46.78977,12.28009],[46.79401,12.28103],[46.79583,12.28764],[46.80047,12.28661],[46.80258,12.29167],[46.80549,12.28844],[46.80842,12.28835],[46.81495,12.28183],[46.82287,12.28938],[46.82869,12.29925],[46.83368,12.30517],[46.83826,12.30449],[46.84178,12.30577],[46.84337,12.29487],[46.84859,12.29547],[46.84953,12.29084],[46.85775,12.28826],[46.86490,12.28971],[46.86736,12.28731],[46.86807,12.28061],[46.87329,12.27443],[46.87886,12.27701],[46.88409,12.27263],[46.88626,12.26628],[46.88696,12.25649],[46.88872,12.24405],[46.89036,12.24173],[46.88766,12.23675],[46.88438,12.23744],[46.87951,12.23212],[46.87763,12.22122],[46.87358,12.21856],[46.87367,12.21472],[46.87766,12.21112],[46.88751,12.20107],[46.88693,12.19901],[46.89397,12.19661],[46.89754,12.19798],[46.90270,12.19077],[46.90569,12.18906],[46.90798,12.17738],[46.90634,12.17670],[46.90910,12.16983],[46.90593,12.16099],[46.91430,12.14359],[46.91647,12.14736],[46.91641,12.15071],[46.92931,12.15972],[46.93341,12.16676],[46.93728,12.16736],[46.94917,12.15818],[46.95390,12.14367],[46.95682,12.13535],[46.96467,12.12951],[46.96555,12.13466],[46.97487,12.13586],[46.98183,12.13621],[46.98488,12.12582],[46.98827,12.12874],[46.99302,12.12788],[46.99832,12.12453],[47.00236,12.12470],[47.00582,12.11990],[47.00892,12.12281],[47.01395,12.12599],[47.01916,12.13723],[47.02565,12.14676],[47.01992,12.16367],[47.02390,12.17294],[47.02519,12.17989],[47.02630,12.18161],[47.02700,12.18805],[47.02764,12.20392],[47.03542,12.20925],[47.04244,12.21216],[47.04736,12.21534],[47.05607,12.21431],[47.05957,12.21646],[47.06133,12.22504],[47.06554,12.23268],[47.06793,12.23929],[47.07583,12.22950],[47.08144,12.22607],[47.08354,12.21688],[47.08559,12.21225],[47.08635,12.20221],[47.08962,12.19088],[47.09120,12.18599],[47.09026,12.18041],[47.08711,12.17732],[47.08600,12.16968],[47.08132,12.16247],[47.07863,12.15037],[47.07962,12.14470],[47.07962,12.13595],[47.07659,12.13500],[47.07670,12.12891],[47.07203,12.11895],[47.07752,12.10273],[47.07623,12.09415],[47.07284,12.09209],[47.07016,12.08754],[47.06893,12.08342],[47.05799,12.07664],[47.05747,12.05896],[47.06086,12.05466],[47.06022,12.04737],[47.05992,12.04136],[47.05782,12.03587],[47.04998,12.03149],[47.04671,12.02136],[47.04784,12.00460],[47.04790,11.99963],[47.04860,11.99491],[47.04614,11.98555],[47.04948,11.98049],[47.04632,11.97396],[47.04018,11.96804],[47.03971,11.96229],[47.04275,11.95714],[47.03825,11.95311],[47.03222,11.94701],[47.03573,11.94152],[47.03731,11.93354],[47.03538,11.92873],[47.03205,11.91629],[47.02813,11.91457],[47.02529,11.90609],[47.02219,11.90051],[47.01956,11.89554],[47.01546,11.89236],[47.01605,11.87906],[47.00955,11.87571],[47.01119,11.86876],[47.00850,11.86412],[47.00715,11.86086],[46.99948,11.85253],[47.00048,11.84541],[46.99802,11.84103],[46.99568,11.83975],[46.99222,11.83571],[46.99246,11.82730],[46.98906,11.81580],[46.99099,11.80370],[46.98935,11.79091],[46.99205,11.78284],[46.98859,11.78121],[46.98344,11.77160],[46.97261,11.76516],[46.97050,11.75143],[46.96857,11.74868],[46.96950,11.73838],[46.97237,11.72653],[46.98010,11.72327],[46.98426,11.71709],[46.98731,11.71589],[46.99246,11.71126],[46.99269,11.69830],[46.99486,11.68851],[46.99205,11.67684],[46.99193,11.66276],[46.99849,11.64920],[47.00276,11.63427],[47.01195,11.62646],[47.01119,11.62277],[47.01218,11.61547],[47.01019,11.60817],[47.00639,11.60517],[47.00510,11.59848],[47.00463,11.58955],[47.00065,11.58140],[46.99737,11.58191],[46.99222,11.57024],[46.99240,11.56457],[46.99012,11.56054],[46.98900,11.55178],[46.98619,11.54440],[46.98373,11.54097],[46.98420,11.53702],[46.98707,11.53230],[46.98982,11.53333],[46.99562,11.52509],[46.99620,11.52046],[47.00001,11.51410],[47.00317,11.51376],[47.00738,11.49994],[47.00896,11.50140],[47.00891,11.49574],[47.01037,11.48003],[47.00510,11.47548],[47.00165,11.47050],[46.99808,11.46879],[46.99474,11.47059],[46.99094,11.45909],[46.99205,11.45282],[46.98988,11.45256],[46.98069,11.44407],[46.97583,11.44286],[46.97419,11.43797],[46.97088,11.42910],[46.96848,11.42722],[46.96766,11.42009],[46.96596,11.41829],[46.96596,11.41065],[46.96455,11.40584],[46.96450,11.40035],[46.97041,11.38070],[46.97463,11.37932],[46.97908,11.37477],[46.98277,11.36568],[46.98968,11.35847],[46.98857,11.35143],[46.98962,11.34662],[46.98710,11.34242],[46.98453,11.34104],[46.98470,11.33615],[46.98833,11.33315],[46.98827,11.32748],[46.99196,11.32010],[46.98792,11.31298],[46.98441,11.30886],[46.98283,11.30130],[46.98532,11.29439],[46.98497,11.28864],[46.98192,11.28401],[46.98005,11.27611],[46.97917,11.26967],[46.98011,11.26324],[46.97888,11.26032],[46.97443,11.25663],[46.97355,11.24830],[46.96945,11.24204],[46.96851,11.22762],[46.96840,11.22075],[46.96236,11.20805],[46.96301,11.20504],[46.96763,11.20350],[46.96927,11.19603],[46.96840,11.19183],[46.96992,11.19088],[46.96898,11.18813],[46.96482,11.18290],[46.96184,11.17560],[46.96494,11.16539],[46.95768,11.16436],[46.95516,11.16711],[46.95246,11.16419],[46.94883,11.16367],[46.94549,11.16814],[46.94361,11.16805],[46.93940,11.16513],[46.93359,11.15483],[46.93037,11.14659],[46.92709,11.13938],[46.92720,11.12814],[46.92890,11.12505],[46.93096,11.11587],[46.92732,11.11114],[46.92463,11.11132],[46.91923,11.11235],[46.91566,11.10943],[46.91401,11.09990],[46.91296,11.09707],[46.90915,11.09561],[46.90569,11.09775],[46.90012,11.09999],[46.89701,11.10016],[46.89290,11.09784],[46.89108,11.09896],[46.89038,11.10145],[46.88921,11.10187],[46.88422,11.09733],[46.87694,11.08900],[46.86527,11.08213],[46.85905,11.07913],[46.85699,11.07278],[46.85095,11.07226],[46.84660,11.07544],[46.84232,11.07492],[46.83815,11.07115],[46.83592,11.07638],[46.83222,11.08024],[46.82206,11.08385],[46.82012,11.08248],[46.81936,11.07398],[46.81460,11.06694],[46.81213,11.06179],[46.80831,11.05896],[46.80814,11.04917],[46.80426,11.04213],[46.80121,11.04600],[46.79768,11.04059],[46.78787,11.03595],[46.77682,11.02849],[46.76541,11.02566],[46.76576,11.02008],[46.77076,11.01441],[46.76600,10.99467],[46.76847,10.97665],[46.77147,10.97450],[46.77447,10.94832],[46.77200,10.92798],[46.77435,10.92498],[46.77358,10.91734],[46.76759,10.90549],[46.76859,10.89734],[46.76241,10.88918],[46.76241,10.88129],[46.76541,10.86807],[46.77188,10.86644],[46.77411,10.85039],[46.77746,10.84558],[46.77782,10.84112],[46.78040,10.83975],[46.78123,10.83365],[46.77564,10.83099],[46.77217,10.82610],[46.77470,10.81293],[46.79045,10.79542],[46.79069,10.79224],[46.79580,10.78589],[46.79504,10.78383],[46.79222,10.78263],[46.78992,10.77782],[46.78981,10.77413],[46.78715,10.76786],[46.78697,10.76246],[46.78504,10.75928],[46.78474,10.75370],[46.78739,10.74993],[46.78627,10.74057],[46.78833,10.72915],[46.79150,10.72752],[46.79796,10.72555],[46.79867,10.72735],[46.79855,10.73285],[46.80296,10.74375],[46.81030,10.74718],[46.81598,10.75096],[46.81563,10.75550],[46.82050,10.76203],[46.82432,10.76331],[46.82743,10.75748],[46.83195,10.75602],[46.83307,10.75113],[46.83471,10.73396],[46.83718,10.73173],[46.83730,10.72117],[46.84281,10.71482],[46.84675,10.71611],[46.84640,10.70710],[46.84769,10.70238],[46.85056,10.69929],[46.85256,10.69233],[46.85905,10.69339],[46.86222,10.69562],[46.86668,10.68978],[46.86803,10.68120],[46.87008,10.67768],[46.86949,10.67296],[46.87454,10.66704],[46.86873,10.65648],[46.86685,10.65519],[46.86456,10.64850],[46.86380,10.62506],[46.85917,10.61511],[46.85711,10.60421],[46.85682,10.59562],[46.84966,10.59013],[46.84719,10.58172],[46.84561,10.57451],[46.84156,10.57159],[46.83950,10.56035],[46.83674,10.54473],[46.83827,10.54533],[46.84666,10.55528],[46.84954,10.55151],[46.84748,10.53331],[46.84473,10.52155],[46.84678,10.51366],[46.84701,10.50447],[46.84684,10.49778],[46.84960,10.49005],[46.85388,10.48216],[46.85799,10.47898],[46.85470,10.46928],[46.86286,10.46722],[46.87073,10.46988],[46.88105,10.46851],[46.88475,10.46482],[46.89167,10.47143],[46.89548,10.47460],[46.90141,10.47426],[46.90469,10.47649],[46.91167,10.47864],[46.91542,10.48533],[46.91952,10.48473],[46.92615,10.48705],[46.93160,10.48430],[46.93758,10.48756],[46.93928,10.48018],[46.94109,10.47520],[46.94613,10.46842],[46.94859,10.46053],[46.95234,10.45426],[46.95187,10.44825],[46.95357,10.44190],[46.95352,10.43915],[46.95516,10.43684],[46.95562,10.42928],[46.95756,10.42499],[46.96031,10.42182],[46.96552,10.42293],[46.97121,10.42628],[46.97548,10.42594],[46.97835,10.42182],[46.98304,10.41186],[46.98825,10.40602],[46.99111,10.40113],[46.99720,10.39761],[47.00001,10.38946],[46.99878,10.38328],[46.99012,10.37186],[46.99100,10.36457],[46.99135,10.35504],[46.98989,10.34869],[46.98596,10.34654],[46.98198,10.34474],[46.98122,10.34045],[46.97876,10.34217],[46.97454,10.33830],[46.97261,10.33607],[46.96839,10.33418],[46.96494,10.33135],[46.96060,10.32981],[46.95592,10.33006],[46.95246,10.32749],[46.95076,10.31994],[46.95076,10.31419],[46.94889,10.30938],[46.94396,10.30826],[46.93898,10.30680],[46.93488,10.31255],[46.93084,10.31745],[46.92486,10.31719],[46.92498,10.30921],[46.92404,10.30019],[46.91941,10.29753],[46.92287,10.28955],[46.92873,10.26552],[46.93136,10.24192],[46.91841,10.24260],[46.91466,10.23737],[46.90205,10.23428],[46.89712,10.22990],[46.88903,10.23059],[46.88557,10.23445],[46.87360,10.23342],[46.86586,10.23256],[46.86556,10.22269],[46.86679,10.21866],[46.86533,10.21419],[46.86439,10.20346],[46.86597,10.19926],[46.86568,10.19445],[46.86151,10.18982],[46.85917,10.18389],[46.85517,10.18261],[46.85341,10.17462],[46.85300,10.17179],[46.85030,10.17042],[46.85054,10.16166],[46.84772,10.15875],[46.84784,10.15548],[46.84960,10.15480],[46.85071,10.14682],[46.84819,10.14415],[46.84666,10.13797],[46.84701,10.12956],[46.84743,10.12347],[46.84619,10.12081],[46.84326,10.11806],[46.84067,10.10785],[46.84073,10.10407],[46.84905,10.09619],[46.85104,10.09121],[46.85791,10.09164],[46.86032,10.08735],[46.85955,10.08211],[46.86131,10.07490],[46.86014,10.05945],[46.86208,10.05302],[46.86507,10.04958],[46.87569,10.05224],[46.88033,10.04220],[46.88566,10.03825],[46.88684,10.03370],[46.89106,10.02778],[46.89546,10.02624],[46.89845,10.01920],[46.90132,10.01757],[46.89968,10.01568],[46.89951,10.00804],[46.89886,10.00263],[46.90156,9.99620],[46.90174,9.98916],[46.90690,9.98092],[46.91282,9.98023],[46.91522,9.97748],[46.91505,9.97414],[46.91293,9.97233],[46.91170,9.96478],[46.91551,9.95877],[46.91340,9.94942],[46.91194,9.94547],[46.91258,9.94075],[46.91340,9.93491],[46.91968,9.91895],[46.92360,9.91423],[46.92507,9.91251],[46.92454,9.90693],[46.92689,9.89929],[46.92964,9.89749],[46.93152,9.89114],[46.93269,9.88401],[46.93451,9.88153],[46.93433,9.87595],[46.93879,9.87715],[46.93966,9.87964],[46.94084,9.87646],[46.95062,9.87432],[46.95326,9.87715],[46.95648,9.87741],[46.96070,9.87251],[46.96363,9.87105],[46.96841,9.87495],[46.97210,9.87435],[46.97496,9.87598],[46.98070,9.88388],[46.98299,9.88285],[46.98662,9.88534],[46.98908,9.89066],[46.99446,9.88920],[47.00014,9.88851],[47.00359,9.87813],[47.00752,9.87126],[47.00980,9.86971],[47.01313,9.87074],[47.01665,9.87718],[47.01688,9.87950],[47.02063,9.87667],[47.02092,9.86740],[47.02226,9.85976],[47.01852,9.85736],[47.01577,9.85023],[47.01442,9.84070],[47.01150,9.84027],[47.01267,9.83530],[47.01436,9.82912],[47.02010,9.82088],[47.02215,9.81573],[47.02127,9.81212],[47.02244,9.80886],[47.02905,9.79899],[47.03145,9.79015],[47.03490,9.78981],[47.03554,9.78654],[47.03800,9.78337],[47.03788,9.77748],[47.03834,9.76727],[47.03653,9.76049],[47.03688,9.74530],[47.04092,9.74418],[47.04191,9.73980],[47.04156,9.73706],[47.04343,9.72745],[47.04279,9.71715],[47.04466,9.71491],[47.04653,9.70848],[47.04992,9.70470],[47.05197,9.70796],[47.05308,9.70745],[47.05185,9.70281],[47.05232,9.69826],[47.05308,9.69406],[47.05542,9.68702],[47.05852,9.68195],[47.06168,9.68135],[47.06127,9.67878],[47.05992,9.67681],[47.05881,9.66891],[47.05951,9.66487],[47.05788,9.65964],[47.05758,9.65354],[47.05910,9.64556],[47.05542,9.64170],[47.05267,9.64161],[47.05068,9.63286],[47.05139,9.62290],[47.05343,9.61638],[47.06109,9.60565],[47.06378,9.61063],[47.06729,9.61140],[47.07068,9.61286],[47.07582,9.60969],[47.08003,9.61140],[47.07875,9.61861],[47.08296,9.62308],[47.08383,9.63286],[47.08658,9.63243],[47.09079,9.63466],[47.09131,9.63492],[47.09575,9.63531],[47.10090,9.63423],[47.10554,9.62797],[47.10718,9.62801],[47.10773,9.62269],[47.10989,9.62059],[47.11118,9.62071],[47.11319,9.62346],[47.11512,9.62434],[47.11839,9.62446],[47.11962,9.62524],[47.12128,9.62768],[47.12233,9.62910],[47.12476,9.63245],[47.12797,9.63429],[47.12820,9.63257],[47.13051,9.62897],[47.13103,9.62627],[47.13252,9.62438],[47.13489,9.62403],[47.13754,9.62459],[47.13953,9.62361],[47.14110,9.62236],[47.14268,9.62361],[47.14551,9.62532],[47.14642,9.62378],[47.14729,9.62288],[47.14858,9.62288],[47.14960,9.62176],[47.15141,9.62094],[47.15047,9.61966],[47.14782,9.61524],[47.14735,9.61232],[47.14796,9.61047],[47.15223,9.60438],[47.15546,9.60223],[47.15579,9.60107],[47.15681,9.59996],[47.15842,9.60069],[47.16279,9.59622],[47.16448,9.59133],[47.17087,9.57906],[47.16950,9.57537],[47.16924,9.56970],[47.16959,9.56614],[47.17041,9.56404],[47.17335,9.56717],[47.17522,9.57163],[47.17712,9.57434],[47.17893,9.57314],[47.18543,9.57339],[47.19086,9.57232],[47.19304,9.57661],[47.19412,9.57730],[47.19619,9.57983],[47.19981,9.58073],[47.20269,9.58258],[47.20506,9.58455],[47.20908,9.57790],[47.21264,9.57648],[47.21678,9.57150],[47.21928,9.56906],[47.22054,9.56412],[47.22258,9.56215],[47.22342,9.56022],[47.22374,9.55842],[47.22316,9.55751],[47.22249,9.55550],[47.22365,9.55481],[47.22348,9.55219],[47.22403,9.55146],[47.22657,9.55400],[47.22779,9.55417],[47.23071,9.55691],[47.23324,9.55850],[47.23816,9.56476],[47.24089,9.56729],[47.24244,9.56673],[47.24538,9.56390],[47.24786,9.56175],[47.25036,9.55905],[47.25094,9.55721],[47.25256,9.55571],[47.25326,9.55348],[47.25524,9.55147],[47.25611,9.54928],[47.25701,9.54838],[47.25806,9.54400],[47.25934,9.54267],[47.26118,9.53936],[47.26240,9.53958],[47.26529,9.53941],[47.26593,9.53803],[47.26566,9.53670],[47.27050,9.53074],[47.27289,9.53220],[47.27484,9.53717],[47.27938,9.54625],[47.28835,9.55191],[47.29749,9.55483],[47.30488,9.56693],[47.30790,9.57457],[47.31111,9.58170],[47.31634,9.58788],[47.34549,9.59955],[47.34979,9.60333],[47.36566,9.62401],[47.36549,9.62813],[47.36712,9.63405],[47.36723,9.64358],[47.36834,9.65654],[47.37130,9.66435],[47.37839,9.67131],[47.38432,9.67362],[47.38978,9.67414],[47.39292,9.67229],[47.39539,9.66388],[47.39783,9.65950],[47.40408,9.65487],[47.40451,9.65152],[47.40918,9.65184],[47.42297,9.64986],[47.43342,9.64463],[47.43606,9.64377],[47.44028,9.64718],[47.44809,9.65838],[47.45114,9.66035],[47.45323,9.65739],[47.45323,9.65344],[47.45488,9.64993],[47.45622,9.64151],[47.45659,9.62697],[47.45717,9.62310],[47.45828,9.62057],[47.46161,9.61748],[47.46791,9.61285],[47.47032,9.61079],[47.47049,9.60941],[47.47029,9.60688],[47.46956,9.60594],[47.46701,9.60598],[47.46396,9.60534],[47.46269,9.60426],[47.46173,9.60160],[47.46176,9.59920],[47.46263,9.59555],[47.46460,9.59375],[47.47580,9.58684],[47.48158,9.58314],[47.48422,9.58078],[47.48622,9.57721],[47.49349,9.56344],[47.49863,9.56099],[47.50489,9.56185],[47.52916,9.51732]], // Australia @@ -714,7 +718,7 @@ // Belgium BE: [[51.28746,2.49427],[51.08874,2.54535],[51.07079,2.55857],[51.06893,2.55926],[51.06469,2.56265],[51.05860,2.56179],[51.01358,2.57543],[51.01331,2.57174],[51.01018,2.57046],[51.00834,2.57157],[51.00586,2.57458],[51.00316,2.57320],[51.00186,2.57526],[50.99976,2.57741],[50.99194,2.59337],[50.99140,2.59878],[50.99075,2.60685],[50.98892,2.60608],[50.98524,2.60917],[50.98178,2.60565],[50.98113,2.60831],[50.97892,2.60779],[50.97227,2.61123],[50.96557,2.61895],[50.95833,2.62316],[50.95097,2.62788],[50.94621,2.63157],[50.94416,2.62942],[50.94183,2.61612],[50.93945,2.61672],[50.93713,2.61741],[50.93410,2.61603],[50.93096,2.60734],[50.92539,2.59876],[50.92122,2.59421],[50.91928,2.58889],[50.91527,2.59103],[50.91370,2.59490],[50.91565,2.60314],[50.91197,2.60563],[50.90937,2.60580],[50.90629,2.60374],[50.90407,2.60305],[50.90207,2.60485],[50.90022,2.60477],[50.89703,2.60743],[50.89465,2.60743],[50.88967,2.60477],[50.88582,2.60271],[50.88463,2.60623],[50.88220,2.60503],[50.88008,2.60846],[50.87499,2.60511],[50.87310,2.60554],[50.86714,2.61052],[50.86373,2.61095],[50.85890,2.60485],[50.85701,2.60133],[50.85069,2.59693],[50.84738,2.59796],[50.84700,2.60422],[50.84890,2.61075],[50.84689,2.61444],[50.84218,2.61512],[50.83800,2.61521],[50.83741,2.62191],[50.83389,2.62482],[50.82472,2.62645],[50.81252,2.63384],[50.81290,2.65830],[50.82109,2.66971],[50.81268,2.67941],[50.81301,2.71160],[50.81388,2.71246],[50.80905,2.72422],[50.80200,2.72018],[50.79213,2.72473],[50.79137,2.72816],[50.78952,2.72773],[50.78176,2.73683],[50.78030,2.73743],[50.78057,2.74087],[50.77775,2.75065],[50.77362,2.75486],[50.77129,2.76078],[50.76168,2.75503],[50.76228,2.76129],[50.76081,2.76241],[50.75923,2.76035],[50.75397,2.76550],[50.75397,2.77159],[50.74973,2.77743],[50.74984,2.78172],[50.74501,2.78198],[50.74338,2.78001],[50.73317,2.78541],[50.73126,2.78893],[50.72545,2.78825],[50.71518,2.81545],[50.71540,2.82052],[50.71926,2.83099],[50.72040,2.84163],[50.72219,2.84661],[50.71513,2.85296],[50.71197,2.85760],[50.71094,2.85785],[50.70246,2.86970],[50.70355,2.87305],[50.70181,2.87991],[50.70540,2.88463],[50.69289,2.89880],[50.69186,2.90618],[50.69349,2.91150],[50.69665,2.91184],[50.70159,2.91038],[50.70344,2.91270],[50.70132,2.92291],[50.70371,2.92515],[50.70725,2.92626],[50.70877,2.93029],[50.71491,2.93132],[50.72214,2.93158],[50.72556,2.93072],[50.72877,2.93424],[50.73105,2.94549],[50.73306,2.94566],[50.73822,2.94162],[50.73979,2.93896],[50.74294,2.93836],[50.74615,2.94291],[50.74919,2.94952],[50.75114,2.95107],[50.75261,2.95716],[50.75185,2.96059],[50.74973,2.96059],[50.74935,2.96609],[50.74973,2.97330],[50.75386,2.98033],[50.75668,2.98222],[50.75788,2.98875],[50.76298,3.00119],[50.76770,3.01115],[50.77096,3.01655],[50.77296,3.01496],[50.77334,3.01668],[50.76943,3.02647],[50.76943,3.03282],[50.77036,3.03754],[50.77481,3.04020],[50.77703,3.04629],[50.77942,3.05591],[50.77953,3.06046],[50.77747,3.06784],[50.77345,3.07728],[50.77204,3.08380],[50.77307,3.08955],[50.77627,3.09324],[50.78072,3.10243],[50.78490,3.10818],[50.78827,3.11041],[50.78843,3.10766],[50.79315,3.11101],[50.79407,3.11290],[50.79261,3.11496],[50.79006,3.12045],[50.78582,3.12491],[50.78593,3.12878],[50.78989,3.14903],[50.78637,3.15144],[50.78349,3.15041],[50.77774,3.15410],[50.76677,3.16422],[50.76194,3.17032],[50.75809,3.16963],[50.75499,3.17924],[50.75287,3.17830],[50.74695,3.18465],[50.74266,3.18482],[50.73924,3.18774],[50.73772,3.19299],[50.73452,3.19840],[50.73169,3.19668],[50.72843,3.19093],[50.72447,3.18999],[50.72229,3.19282],[50.71914,3.19900],[50.71871,3.20561],[50.71729,3.20801],[50.71414,3.20733],[50.71284,3.20321],[50.71104,3.20535],[50.71034,3.21067],[50.71224,3.21145],[50.71126,3.21754],[50.70968,3.21960],[50.70936,3.22372],[50.71164,3.22733],[50.71170,3.23076],[50.71208,3.23394],[50.71077,3.23797],[50.71208,3.24406],[50.70675,3.25041],[50.70479,3.24999],[50.70273,3.25505],[50.70164,3.25865],[50.69669,3.25771],[50.69218,3.25960],[50.69131,3.25144],[50.68837,3.25256],[50.68478,3.25617],[50.67994,3.25874],[50.67706,3.26398],[50.67527,3.25531],[50.67325,3.24638],[50.67168,3.24647],[50.66923,3.24011],[50.66357,3.24106],[50.65878,3.23883],[50.65259,3.24525],[50.65144,3.24431],[50.65025,3.24491],[50.64921,3.24809],[50.64671,3.24817],[50.64040,3.24294],[50.63729,3.24860],[50.63582,3.24834],[50.63555,3.25032],[50.63158,3.25238],[50.63109,3.25469],[50.62978,3.25512],[50.62929,3.25796],[50.62673,3.25753],[50.62575,3.25461],[50.62199,3.25461],[50.62139,3.25753],[50.62036,3.25658],[50.61709,3.26199],[50.60985,3.26877],[50.60151,3.27255],[50.59051,3.27461],[50.58081,3.27486],[50.57776,3.28001],[50.57427,3.28036],[50.57323,3.27753],[50.56364,3.27641],[50.56206,3.28156],[50.55895,3.27547],[50.54946,3.27787],[50.53675,3.27744],[50.53140,3.28473],[50.52546,3.28611],[50.52120,3.29898],[50.51651,3.31692],[50.51258,3.32327],[50.50838,3.32748],[50.50641,3.33306],[50.50783,3.33589],[50.50330,3.36061],[50.49653,3.36730],[50.49194,3.37065],[50.49052,3.37649],[50.49205,3.38052],[50.49456,3.38893],[50.49757,3.39168],[50.49544,3.39674],[50.49778,3.39863],[50.49855,3.40850],[50.50133,3.41664],[50.50444,3.43029],[50.50947,3.43802],[50.50668,3.43793],[50.50537,3.44849],[50.50739,3.45098],[50.51389,3.45432],[50.51967,3.45621],[50.53119,3.47252],[50.53217,3.47578],[50.52660,3.49261],[50.52873,3.49930],[50.52524,3.51200],[50.52278,3.51732],[50.51274,3.51449],[50.50625,3.50222],[50.49959,3.49578],[50.49587,3.49612],[50.48621,3.49981],[50.48725,3.50514],[50.49363,3.52153],[50.49533,3.53269],[50.49369,3.54136],[50.49647,3.54745],[50.49773,3.55784],[50.49718,3.56393],[50.49959,3.56831],[50.49806,3.57037],[50.49555,3.57329],[50.49385,3.57655],[50.49189,3.57758],[50.49003,3.58462],[50.49101,3.59586],[50.49620,3.60693],[50.48539,3.61963],[50.47993,3.63011],[50.47818,3.62968],[50.46928,3.63517],[50.46185,3.64401],[50.46234,3.64986],[50.46053,3.65518],[50.45742,3.65844],[50.45578,3.66128],[50.45288,3.66265],[50.44868,3.65802],[50.44414,3.65724],[50.44037,3.66334],[50.43807,3.66840],[50.43184,3.66797],[50.42216,3.66832],[50.41461,3.66943],[50.40460,3.67192],[50.39629,3.67158],[50.38912,3.67123],[50.38682,3.66729],[50.37938,3.66462],[50.37347,3.65690],[50.36991,3.65690],[50.36728,3.65664],[50.36482,3.66248],[50.36281,3.66519],[50.35120,3.66588],[50.34764,3.66382],[50.34643,3.66502],[50.33997,3.67506],[50.33362,3.67128],[50.32534,3.68442],[50.32441,3.68416],[50.32167,3.69120],[50.32019,3.68845],[50.32123,3.68236],[50.31948,3.68339],[50.31630,3.69257],[50.31246,3.69343],[50.30939,3.70175],[50.30238,3.70888],[50.30457,3.72175],[50.30748,3.71798],[50.31065,3.71909],[50.30835,3.72982],[50.31148,3.73291],[50.31581,3.72948],[50.31910,3.73308],[50.32337,3.73265],[50.32781,3.73119],[50.33005,3.73471],[50.33383,3.73600],[50.33603,3.73892],[50.34471,3.73995],[50.34903,3.75068],[50.34662,3.76398],[50.34980,3.76767],[50.35287,3.78467],[50.34996,3.79746],[50.35374,3.80690],[50.35226,3.81248],[50.34980,3.81394],[50.34536,3.81093],[50.34410,3.81093],[50.34493,3.81883],[50.34679,3.82578],[50.35205,3.82595],[50.35221,3.83385],[50.35308,3.83945],[50.35204,3.84692],[50.34946,3.85490],[50.34574,3.85679],[50.34125,3.85619],[50.34294,3.86168],[50.34081,3.86134],[50.33665,3.87490],[50.33906,3.88537],[50.33615,3.88572],[50.33380,3.88855],[50.32947,3.88838],[50.32897,3.88400],[50.32651,3.88554],[50.32782,3.89601],[50.32624,3.90005],[50.32881,3.91275],[50.34870,3.96722],[50.34026,3.96422],[50.33993,3.96791],[50.34574,3.97314],[50.34130,3.98533],[50.34294,3.98979],[50.34601,3.99151],[50.34804,3.99615],[50.34766,4.00001],[50.34935,4.00447],[50.34952,4.01305],[50.35204,4.01915],[50.35417,4.01726],[50.35625,4.02052],[50.35718,4.02550],[50.35319,4.03048],[50.34497,4.03374],[50.34081,4.03872],[50.33823,4.04764],[50.33862,4.05245],[50.33517,4.05305],[50.33084,4.05614],[50.33015,4.06436],[50.32418,4.06796],[50.32100,4.07612],[50.31848,4.07766],[50.30861,4.07775],[50.30867,4.08401],[50.31042,4.08616],[50.31234,4.09371],[50.31152,4.09672],[50.31229,4.09758],[50.30812,4.10418],[50.30072,4.10976],[50.30286,4.11663],[50.29973,4.11783],[50.29749,4.12187],[50.28619,4.12513],[50.28016,4.12384],[50.27703,4.12084],[50.27138,4.12410],[50.27423,4.12942],[50.27357,4.13577],[50.26584,4.13319],[50.26321,4.13697],[50.26052,4.13697],[50.25991,4.13337],[50.25640,4.13534],[50.25750,4.14624],[50.25574,4.15053],[50.25695,4.16384],[50.25849,4.16504],[50.25947,4.16856],[50.26759,4.16959],[50.27253,4.16341],[50.27462,4.15156],[50.27719,4.15019],[50.27879,4.15422],[50.28109,4.15611],[50.28454,4.15585],[50.28400,4.16109],[50.28827,4.16306],[50.28751,4.16890],[50.28416,4.16881],[50.28389,4.17585],[50.27977,4.17560],[50.27879,4.17336],[50.27506,4.17654],[50.27319,4.18392],[50.27429,4.18641],[50.27237,4.19551],[50.27374,4.20195],[50.27193,4.20821],[50.26101,4.21556],[50.25882,4.21968],[50.25421,4.21951],[50.24932,4.21505],[50.24295,4.20449],[50.24081,4.19960],[50.24076,4.19205],[50.23203,4.18012],[50.22077,4.17428],[50.21989,4.16999],[50.21704,4.16801],[50.21627,4.16424],[50.21506,4.16475],[50.21391,4.15462],[50.21374,4.14922],[50.20935,4.15153],[50.20637,4.15143],[50.20231,4.15641],[50.20099,4.15976],[50.19308,4.15856],[50.19374,4.15504],[50.18742,4.15547],[50.18313,4.15366],[50.17307,4.14671],[50.17115,4.15409],[50.16356,4.15418],[50.15894,4.14911],[50.15834,4.14585],[50.15152,4.13590],[50.14277,4.13375],[50.13870,4.12800],[50.13529,4.12628],[50.13127,4.13092],[50.12808,4.14439],[50.12737,4.15564],[50.12957,4.15761],[50.13502,4.15847],[50.13259,4.17555],[50.13463,4.19675],[50.13336,4.19984],[50.12753,4.19624],[50.12285,4.20130],[50.11438,4.20139],[50.10706,4.19503],[50.10524,4.20585],[50.10100,4.19915],[50.09627,4.20490],[50.09544,4.20688],[50.09583,4.20963],[50.09379,4.21314],[50.08856,4.21623],[50.08586,4.22010],[50.08487,4.22482],[50.08101,4.22456],[50.07694,4.22834],[50.07126,4.23040],[50.06480,4.22489],[50.06000,4.21304],[50.05648,4.19622],[50.05019,4.19261],[50.05124,4.18712],[50.04722,4.18137],[50.04622,4.17416],[50.05036,4.16326],[50.04887,4.15914],[50.03597,4.14944],[50.03095,4.14352],[50.01971,4.13416],[50.01281,4.13502],[50.00818,4.14026],[50.00437,4.14223],[49.99935,4.15304],[50.00101,4.15888],[49.99742,4.16128],[49.99466,4.16068],[49.98512,4.15373],[49.98500,4.14747],[49.97855,4.13974],[49.97468,4.14618],[49.97568,4.14901],[49.97375,4.15193],[49.97612,4.16944],[49.97501,4.17390],[49.97121,4.17708],[49.96984,4.18678],[49.96658,4.19639],[49.96300,4.19416],[49.95449,4.19407],[49.95377,4.19751],[49.95670,4.20566],[49.95670,4.21871],[49.95819,4.22368],[49.95692,4.22935],[49.95803,4.23896],[49.96051,4.24231],[49.96311,4.26093],[49.96388,4.27175],[49.96277,4.29329],[49.96835,4.30874],[49.96465,4.31664],[49.96228,4.32565],[49.96277,4.33448],[49.95178,4.34968],[49.95217,4.36341],[49.95040,4.37362],[49.95316,4.38126],[49.94731,4.39002],[49.94825,4.39688],[49.94864,4.40280],[49.94582,4.41680],[49.94389,4.42401],[49.93985,4.43533],[49.93996,4.44091],[49.93643,4.44555],[49.94781,4.48108],[49.94599,4.48417],[49.94599,4.48889],[49.94808,4.49705],[49.94576,4.51293],[49.95096,4.51945],[49.94980,4.52537],[49.96117,4.53275],[49.96835,4.54271],[49.96763,4.55292],[49.97017,4.56580],[49.97619,4.57464],[49.97983,4.57515],[49.98298,4.58159],[49.98336,4.58777],[49.98601,4.59687],[49.98458,4.60820],[49.98675,4.63634],[49.99277,4.65883],[49.99354,4.66587],[49.99591,4.66870],[49.99475,4.67788],[49.99569,4.68604],[49.99459,4.69496],[49.99762,4.69591],[50.00148,4.68921],[50.00799,4.68775],[50.01114,4.69024],[50.01549,4.68827],[50.02719,4.68758],[50.04328,4.69823],[50.04775,4.69711],[50.05398,4.70200],[50.06031,4.69685],[50.05811,4.68733],[50.06549,4.68338],[50.06737,4.68106],[50.06979,4.68664],[50.07430,4.68957],[50.08218,4.69154],[50.08625,4.69712],[50.09528,4.70347],[50.09710,4.71480],[50.10095,4.71815],[50.11147,4.75300],[50.11681,4.75446],[50.12148,4.74982],[50.12093,4.75652],[50.13627,4.76423],[50.14039,4.77711],[50.15129,4.80397],[50.15470,4.81033],[50.16872,4.82414],[50.16168,4.82277],[50.15783,4.82732],[50.15294,4.83195],[50.15239,4.84620],[50.15184,4.85770],[50.15284,4.87733],[50.14002,4.88094],[50.13975,4.89415],[50.13727,4.89596],[50.13513,4.89192],[50.13078,4.88540],[50.13227,4.87776],[50.12764,4.87724],[50.12484,4.86995],[50.11801,4.86591],[50.10921,4.87227],[50.09693,4.86660],[50.09517,4.87064],[50.09522,4.87321],[50.09313,4.87364],[50.08801,4.87158],[50.08939,4.86737],[50.09192,4.86583],[50.09286,4.86154],[50.09792,4.86291],[50.10161,4.85579],[50.10155,4.84841],[50.09869,4.84789],[50.09605,4.84197],[50.09429,4.83562],[50.09214,4.83673],[50.09142,4.84034],[50.08448,4.84557],[50.08399,4.83956],[50.07237,4.83939],[50.06774,4.83690],[50.06840,4.82969],[50.06669,4.81742],[50.06008,4.81794],[50.05848,4.82231],[50.05837,4.82583],[50.05699,4.82815],[50.05143,4.82523],[50.04656,4.83021],[50.04574,4.83647],[50.04574,4.84008],[50.03945,4.84051],[50.03510,4.83673],[50.03443,4.82961],[50.03019,4.82635],[50.02694,4.82008],[50.02407,4.81879],[50.02236,4.82051],[50.01977,4.81716],[50.01409,4.81656],[50.01122,4.81957],[50.00228,4.81510],[49.99428,4.81665],[49.98346,4.80472],[49.98330,4.79365],[49.98197,4.79201],[49.97640,4.79519],[49.96999,4.78970],[49.96431,4.78901],[49.95840,4.79090],[49.95751,4.79571],[49.95387,4.80669],[49.95045,4.82583],[49.94835,4.82892],[49.94929,4.83519],[49.94989,4.84111],[49.94757,4.84798],[49.93155,4.85733],[49.92686,4.87132],[49.92161,4.88094],[49.91520,4.88008],[49.90923,4.88943],[49.90619,4.88557],[49.90658,4.87870],[49.90337,4.87604],[49.90044,4.87587],[49.90138,4.88531],[49.89867,4.88703],[49.89585,4.87896],[49.89436,4.87604],[49.88330,4.86832],[49.87981,4.87064],[49.87926,4.86609],[49.87102,4.85999],[49.86781,4.86119],[49.86565,4.85716],[49.86858,4.84832],[49.86825,4.84592],[49.86466,4.85021],[49.85088,4.85064],[49.84689,4.85622],[49.84053,4.85656],[49.84119,4.86669],[49.83436,4.86825],[49.83325,4.86482],[49.83004,4.86714],[49.82749,4.86791],[49.82257,4.86843],[49.81952,4.87452],[49.81742,4.87495],[49.81365,4.86371],[49.80695,4.86345],[49.80191,4.86113],[49.80030,4.85838],[49.79681,4.85838],[49.79321,4.84997],[49.79083,4.85795],[49.78822,4.86053],[49.78867,4.87212],[49.79277,4.87091],[49.79238,4.87907],[49.78750,4.88746],[49.78855,4.89845],[49.78573,4.90085],[49.78484,4.90703],[49.78800,4.92128],[49.78623,4.93295],[49.78988,4.93355],[49.79238,4.93887],[49.78961,4.94308],[49.79493,4.94703],[49.79925,4.94909],[49.80063,4.95484],[49.79709,4.96171],[49.79814,4.96883],[49.80074,4.96943],[49.79881,4.98591],[49.79953,4.99715],[49.79448,4.99595],[49.79299,5.00033],[49.78811,5.00385],[49.78667,5.00608],[49.78246,5.00617],[49.76977,5.04170],[49.76960,5.04891],[49.76622,5.06041],[49.76145,5.06221],[49.76106,5.06899],[49.76001,5.07277],[49.76167,5.08084],[49.76239,5.08676],[49.76522,5.08874],[49.76200,5.09449],[49.73788,5.11723],[49.72504,5.12360],[49.71833,5.12171],[49.71577,5.12471],[49.71139,5.12514],[49.71289,5.13098],[49.71194,5.13561],[49.71322,5.13973],[49.70822,5.14428],[49.71794,5.15269],[49.71550,5.15939],[49.71172,5.16428],[49.70556,5.16445],[49.70001,5.16308],[49.69268,5.16342],[49.69313,5.17656],[49.69346,5.18488],[49.69418,5.19166],[49.69279,5.19458],[49.69146,5.19552],[49.69179,5.20248],[49.69551,5.20600],[49.68668,5.21741],[49.69079,5.22968],[49.68941,5.23767],[49.68891,5.24222],[49.68502,5.24196],[49.68757,5.25114],[49.69285,5.25603],[49.69596,5.26805],[49.68863,5.28032],[49.68568,5.28093],[49.68441,5.28299],[49.67513,5.29586],[49.67091,5.30805],[49.65419,5.33182],[49.64619,5.31706],[49.63318,5.30500],[49.62523,5.30337],[49.61633,5.30980],[49.60977,5.31229],[49.61411,5.31925],[49.61367,5.32259],[49.61622,5.32980],[49.61478,5.34027],[49.62962,5.34628],[49.63029,5.35023],[49.62640,5.35615],[49.62540,5.36044],[49.62262,5.36379],[49.62240,5.37134],[49.62306,5.37461],[49.61917,5.38225],[49.61544,5.39778],[49.60972,5.40001],[49.60872,5.40917],[49.59909,5.41818],[49.59781,5.42428],[49.59264,5.43106],[49.58997,5.42763],[49.56915,5.43741],[49.56648,5.44402],[49.56659,5.45561],[49.55596,5.44660],[49.55206,5.44085],[49.54984,5.44214],[49.54677,5.44969],[49.53797,5.46565],[49.53275,5.46448],[49.52713,5.46568],[49.52640,5.45993],[49.52066,5.45264],[49.51793,5.44543],[49.51336,5.45212],[49.50751,5.46448],[49.50066,5.46268],[49.49731,5.46577],[49.49636,5.47607],[49.50055,5.48088],[49.50439,5.48165],[49.50640,5.48508],[49.50590,5.49976],[49.50996,5.52662],[49.51570,5.54310],[49.52379,5.54724],[49.52697,5.55350],[49.52758,5.55702],[49.52457,5.56372],[49.52708,5.56801],[49.52480,5.57496],[49.52112,5.58672],[49.52156,5.59144],[49.51688,5.60054],[49.51293,5.60037],[49.51098,5.60234],[49.50836,5.60226],[49.50602,5.60715],[49.50524,5.61196],[49.51031,5.61427],[49.51638,5.62122],[49.52039,5.62234],[49.52541,5.61994],[49.52780,5.61736],[49.53633,5.62569],[49.53967,5.63376],[49.54184,5.63204],[49.54223,5.63539],[49.54412,5.63453],[49.54641,5.64423],[49.54903,5.64371],[49.55081,5.65856],[49.55209,5.66148],[49.54758,5.67041],[49.54825,5.68071],[49.54524,5.68079],[49.54524,5.68972],[49.54101,5.69856],[49.53950,5.70027],[49.53862,5.70851],[49.53929,5.72070],[49.54069,5.72268],[49.54347,5.72602],[49.54369,5.73160],[49.54119,5.73710],[49.53773,5.73847],[49.53952,5.75229],[49.54275,5.75847],[49.54609,5.75667],[49.55004,5.75950],[49.55405,5.75735],[49.55695,5.75778],[49.55812,5.76113],[49.56090,5.75967],[49.56045,5.76542],[49.56274,5.77323],[49.55851,5.77829],[49.55683,5.78422],[49.55077,5.79366],[49.54893,5.80439],[49.54971,5.80902],[49.54709,5.81177],[49.54698,5.81589],[49.54514,5.81924],[49.54865,5.82095],[49.55121,5.82567],[49.54954,5.82791],[49.55322,5.84327],[49.55761,5.84799],[49.56018,5.84550],[49.56335,5.85237],[49.56463,5.85417],[49.56630,5.86078],[49.56969,5.86172],[49.57248,5.86833],[49.57387,5.87434],[49.57637,5.87073],[49.57988,5.87314],[49.58038,5.86782],[49.58327,5.87391],[49.59034,5.86962],[49.58990,5.86644],[49.58700,5.86344],[49.58739,5.85099],[49.59633,5.84869],[49.60478,5.86723],[49.60756,5.87736],[49.61329,5.87805],[49.61541,5.87599],[49.62036,5.87702],[49.62769,5.88800],[49.63136,5.88397],[49.63453,5.88835],[49.63487,5.89521],[49.63425,5.89925],[49.63881,5.90878],[49.64109,5.90569],[49.64604,5.90491],[49.65326,5.90285],[49.65465,5.90594],[49.65787,5.90371],[49.66099,5.90612],[49.66249,5.91212],[49.66532,5.91015],[49.66634,5.90681],[49.66462,5.90252],[49.66612,5.90252],[49.66734,5.90407],[49.66873,5.90252],[49.66812,5.90012],[49.66662,5.89978],[49.66929,5.89557],[49.66773,5.89317],[49.67095,5.88991],[49.67012,5.88622],[49.67106,5.88467],[49.67112,5.88338],[49.67295,5.88192],[49.67417,5.87377],[49.67612,5.86982],[49.67590,5.86613],[49.68112,5.86296],[49.68484,5.86356],[49.68734,5.86519],[49.68989,5.86579],[49.69233,5.86750],[49.69411,5.86733],[49.69505,5.86965],[49.69794,5.87145],[49.69922,5.87609],[49.70954,5.88742],[49.71442,5.88085],[49.71614,5.87579],[49.71725,5.87536],[49.71813,5.87759],[49.72241,5.87562],[49.72207,5.87124],[49.72474,5.87013],[49.72729,5.86506],[49.72712,5.86154],[49.72784,5.85948],[49.72540,5.85485],[49.72402,5.84841],[49.72185,5.84446],[49.72196,5.84086],[49.72285,5.83923],[49.72452,5.83794],[49.72485,5.83365],[49.72435,5.82652],[49.72546,5.82575],[49.72685,5.82747],[49.72934,5.82807],[49.73162,5.82644],[49.73345,5.82893],[49.73916,5.82858],[49.74160,5.83391],[49.74327,5.83167],[49.74743,5.83288],[49.75020,5.83021],[49.75070,5.82661],[49.74987,5.82455],[49.75153,5.82094],[49.75358,5.82120],[49.75441,5.81820],[49.76312,5.81631],[49.76683,5.80901],[49.77371,5.80738],[49.77725,5.80352],[49.77803,5.80000],[49.78324,5.79837],[49.78757,5.79220],[49.79062,5.79409],[49.79682,5.78980],[49.79710,5.78611],[49.79616,5.78319],[49.79344,5.78147],[49.79527,5.77675],[49.79439,5.77280],[49.79383,5.77177],[49.79488,5.76963],[49.79383,5.76268],[49.79200,5.75590],[49.80724,5.75126],[49.81566,5.75186],[49.81582,5.74688],[49.82086,5.74354],[49.82308,5.74920],[49.82513,5.74954],[49.83205,5.74431],[49.83387,5.74045],[49.83902,5.74199],[49.83847,5.74714],[49.83913,5.75066],[49.84085,5.75118],[49.84478,5.74903],[49.84428,5.75469],[49.84672,5.76122],[49.85347,5.75444],[49.85685,5.76268],[49.86127,5.75615],[49.86576,5.75787],[49.86896,5.75478],[49.87195,5.75684],[49.86858,5.76250],[49.87079,5.77049],[49.86603,5.77418],[49.87090,5.77933],[49.87145,5.78516],[49.87936,5.78396],[49.88097,5.78001],[49.88445,5.77890],[49.88534,5.77323],[49.88755,5.77057],[49.89059,5.75693],[49.89192,5.75624],[49.89236,5.74800],[49.89501,5.74585],[49.89723,5.73667],[49.90109,5.73899],[49.90270,5.74156],[49.90402,5.74165],[49.90679,5.74817],[49.90955,5.74972],[49.91546,5.76517],[49.91745,5.76147],[49.92337,5.76396],[49.92436,5.76611],[49.92795,5.76491],[49.93072,5.76688],[49.93160,5.77177],[49.93596,5.77152],[49.93768,5.77632],[49.94392,5.77306],[49.94546,5.77383],[49.94762,5.77298],[49.94690,5.77135],[49.94944,5.77143],[49.95336,5.77598],[49.95634,5.77478],[49.95739,5.77770],[49.96026,5.77547],[49.96242,5.78061],[49.96032,5.78491],[49.96170,5.79306],[49.96407,5.79186],[49.96518,5.79572],[49.96269,5.80010],[49.96192,5.80860],[49.96424,5.81151],[49.96788,5.81048],[49.97186,5.81211],[49.97175,5.82010],[49.97423,5.82216],[49.97412,5.82636],[49.97743,5.83435],[49.98086,5.83821],[49.98455,5.84001],[49.98974,5.84087],[49.99167,5.83683],[49.99118,5.83297],[49.99493,5.82920],[49.99774,5.82387],[50.00061,5.82138],[50.00309,5.82241],[50.00613,5.82276],[50.01076,5.82061],[50.01308,5.82121],[50.01413,5.82456],[50.01440,5.83074],[50.01788,5.83426],[50.01815,5.84087],[50.02323,5.85426],[50.02598,5.85246],[50.02698,5.85580],[50.02824,5.85752],[50.02857,5.86027],[50.03089,5.86018],[50.03640,5.85743],[50.03938,5.86516],[50.04114,5.86327],[50.04544,5.86936],[50.04660,5.86988],[50.05156,5.86748],[50.05586,5.86155],[50.05553,5.85829],[50.05983,5.85520],[50.06231,5.85735],[50.06699,5.85906],[50.07002,5.86481],[50.07162,5.86816],[50.07305,5.86902],[50.07658,5.88112],[50.07602,5.88232],[50.07834,5.88730],[50.08396,5.88868],[50.09056,5.88680],[50.10124,5.89564],[50.11181,5.89581],[50.12095,5.91435],[50.12221,5.92010],[50.12667,5.93212],[50.12854,5.94370],[50.12887,5.95254],[50.13096,5.96147],[50.13899,5.95915],[50.14294,5.96207],[50.14751,5.96078],[50.15048,5.96199],[50.15097,5.95907],[50.15262,5.96233],[50.15279,5.96490],[50.15515,5.96799],[50.15845,5.96465],[50.16268,5.96370],[50.16604,5.96516],[50.17225,5.96465],[50.17258,5.96945],[50.17456,5.97125],[50.17538,5.99855],[50.17626,6.00550],[50.17879,6.01400],[50.18214,6.02207],[50.18220,6.02447],[50.17791,6.02567],[50.17198,6.02893],[50.16433,6.02928],[50.16219,6.03314],[50.15669,6.04696],[50.15273,6.06430],[50.15669,6.07245],[50.15636,6.07992],[50.15900,6.07949],[50.16180,6.08120],[50.17093,6.08026],[50.17154,6.08421],[50.16994,6.08987],[50.16901,6.09511],[50.17022,6.10077],[50.16323,6.11837],[50.16230,6.11914],[50.15565,6.11373],[50.15449,6.11442],[50.15015,6.12412],[50.14745,6.11657],[50.14520,6.11622],[50.14487,6.11399],[50.13557,6.11116],[50.13623,6.11648],[50.13518,6.12197],[50.13183,6.12790],[50.12968,6.13090],[50.12946,6.13854],[50.13447,6.13923],[50.13507,6.14626],[50.13760,6.15159],[50.14212,6.15545],[50.15119,6.15347],[50.15268,6.14850],[50.14905,6.14257],[50.15213,6.13717],[50.15372,6.13253],[50.15488,6.13244],[50.15477,6.13948],[50.15658,6.14618],[50.16153,6.14832],[50.16719,6.14094],[50.16873,6.14146],[50.17000,6.14884],[50.17417,6.14463],[50.17703,6.14738],[50.17599,6.15141],[50.17077,6.15639],[50.17132,6.16077],[50.17775,6.16352],[50.17857,6.16875],[50.17857,6.17768],[50.17780,6.18308],[50.17995,6.19012],[50.18247,6.19373],[50.18412,6.18703],[50.18599,6.19090],[50.18824,6.19090],[50.19050,6.18712],[50.19615,6.18686],[50.20340,6.18703],[50.20543,6.19055],[50.20724,6.18437],[50.21307,6.18240],[50.21751,6.17811],[50.22021,6.16824],[50.22323,6.16755],[50.22410,6.17244],[50.22509,6.17699],[50.22910,6.17819],[50.23207,6.17493],[50.23470,6.17648],[50.23706,6.18592],[50.23618,6.19390],[50.23827,6.19871],[50.24025,6.20154],[50.24705,6.20557],[50.24925,6.20798],[50.25172,6.20789],[50.25265,6.21347],[50.25594,6.21613],[50.25408,6.21742],[50.25644,6.22257],[50.25808,6.22471],[50.25978,6.23261],[50.26203,6.23596],[50.26132,6.23939],[50.26181,6.24608],[50.26692,6.25784],[50.26461,6.26136],[50.26434,6.26677],[50.26642,6.27046],[50.26692,6.27321],[50.26560,6.27733],[50.26637,6.27922],[50.27339,6.28540],[50.27460,6.28951],[50.27921,6.29312],[50.28283,6.28909],[50.28277,6.28728],[50.28557,6.28557],[50.28902,6.28874],[50.29111,6.28874],[50.29308,6.28685],[50.29544,6.29226],[50.29801,6.29381],[50.29884,6.29612],[50.30119,6.29612],[50.30240,6.29939],[50.30459,6.29896],[50.30825,6.29721],[50.30962,6.30168],[50.30896,6.30734],[50.31269,6.31155],[50.31346,6.30777],[50.31669,6.30931],[50.31735,6.30708],[50.31987,6.30880],[50.32075,6.31361],[50.31866,6.31773],[50.32360,6.32768],[50.32146,6.33283],[50.31998,6.33189],[50.31570,6.33412],[50.31740,6.34124],[50.31548,6.33944],[50.31357,6.34820],[50.31072,6.35026],[50.30474,6.36373],[50.30551,6.36485],[50.30858,6.36098],[50.31198,6.35953],[50.31390,6.36219],[50.31274,6.36785],[50.31176,6.37128],[50.31455,6.37755],[50.31625,6.37678],[50.31855,6.37952],[50.31905,6.38184],[50.32168,6.38244],[50.32053,6.38982],[50.32327,6.40587],[50.33669,6.40854],[50.33817,6.40107],[50.34502,6.40055],[50.35241,6.38682],[50.35488,6.38382],[50.35422,6.38013],[50.35909,6.37292],[50.35920,6.36897],[50.36161,6.37060],[50.36643,6.36562],[50.36834,6.36442],[50.37262,6.35944],[50.37409,6.35335],[50.37847,6.34863],[50.38011,6.34390],[50.38433,6.34725],[50.39051,6.35807],[50.39538,6.35884],[50.40113,6.36579],[50.40917,6.37043],[50.41942,6.36736],[50.42926,6.37509],[50.43620,6.37801],[50.44560,6.37741],[50.45309,6.37500],[50.45604,6.37217],[50.45413,6.36307],[50.45692,6.35629],[50.45703,6.35037],[50.45938,6.34810],[50.45927,6.34518],[50.46156,6.34415],[50.46287,6.34124],[50.46861,6.34467],[50.47216,6.34175],[50.47265,6.33866],[50.47511,6.33866],[50.47800,6.34244],[50.48297,6.34167],[50.48855,6.35300],[50.48969,6.34613],[50.48953,6.33506],[50.49286,6.33240],[50.49433,6.32390],[50.49553,6.32098],[50.49608,6.31798],[50.49777,6.31480],[50.49941,6.31480],[50.50203,6.30879],[50.49805,6.29686],[50.49908,6.28519],[50.50296,6.28201],[50.50329,6.27806],[50.50263,6.27480],[50.50460,6.26991],[50.50220,6.26502],[50.49919,6.26210],[50.49930,6.25498],[50.50258,6.25489],[50.50400,6.25189],[50.50061,6.24253],[50.49832,6.23120],[50.49515,6.22622],[50.49881,6.22193],[50.50110,6.22305],[50.50591,6.21944],[50.51311,6.21343],[50.51606,6.21249],[50.51819,6.20863],[50.52103,6.20769],[50.52360,6.20804],[50.52695,6.20319],[50.52782,6.19967],[50.53178,6.19722],[50.53486,6.19907],[50.53961,6.19881],[50.54375,6.20263],[50.54602,6.20778],[50.54959,6.20855],[50.55136,6.21065],[50.55338,6.21052],[50.55602,6.21503],[50.55583,6.21752],[50.55469,6.21988],[50.55430,6.22383],[50.55619,6.22713],[50.55864,6.22743],[50.56107,6.22803],[50.56347,6.23160],[50.56390,6.23460],[50.56447,6.23434],[50.56766,6.23726],[50.57052,6.23653],[50.57346,6.23739],[50.57635,6.23936],[50.57927,6.23979],[50.58202,6.23928],[50.58698,6.24091],[50.58700,6.24024],[50.58447,6.23893],[50.57942,6.23874],[50.57629,6.23840],[50.57301,6.23625],[50.57190,6.23565],[50.56805,6.23557],[50.56582,6.23471],[50.56506,6.23222],[50.56277,6.22707],[50.56203,6.22634],[50.55827,6.22582],[50.55655,6.22565],[50.55549,6.22367],[50.55535,6.22109],[50.55677,6.21796],[50.55680,6.21423],[50.55538,6.21053],[50.55355,6.20873],[50.55137,6.20886],[50.54916,6.20672],[50.54682,6.20650],[50.54513,6.20380],[50.54393,6.20036],[50.54139,6.19903],[50.53978,6.19727],[50.53640,6.19663],[50.53684,6.19474],[50.53910,6.19006],[50.54087,6.18916],[50.54194,6.18440],[50.54172,6.17994],[50.54232,6.17891],[50.55421,6.17899],[50.55614,6.17625],[50.55669,6.17444],[50.55748,6.17474],[50.56051,6.18157],[50.56408,6.18753],[50.56400,6.18903],[50.56571,6.19028],[50.56536,6.19221],[50.56931,6.20367],[50.57106,6.20508],[50.57179,6.20418],[50.57326,6.20586],[50.57473,6.20710],[50.57580,6.20723],[50.57956,6.21706],[50.58204,6.22049],[50.58474,6.22311],[50.58693,6.22284],[50.58881,6.22499],[50.59031,6.22589],[50.59001,6.22919],[50.58715,6.24014],[50.58715,6.24121],[50.59023,6.24323],[50.59821,6.25022],[50.60287,6.24773],[50.60502,6.25001],[50.60756,6.25627],[50.61044,6.26082],[50.61837,6.26899],[50.62142,6.26994],[50.62513,6.26966],[50.62644,6.27071],[50.62802,6.27335],[50.62974,6.27432],[50.63048,6.27408],[50.63144,6.27342],[50.63304,6.27271],[50.63383,6.27202],[50.63576,6.27075],[50.63749,6.26934],[50.64130,6.26715],[50.64238,6.26633],[50.64307,6.26483],[50.64348,6.26309],[50.64322,6.26024],[50.64236,6.25764],[50.64156,6.25417],[50.64083,6.24895],[50.64068,6.24648],[50.64137,6.24380],[50.64306,6.24129],[50.64391,6.24015],[50.64476,6.23781],[50.64642,6.23627],[50.64826,6.23500],[50.64923,6.23277],[50.64944,6.23009],[50.64887,6.22747],[50.64738,6.22580],[50.64599,6.22533],[50.64433,6.22582],[50.64280,6.22498],[50.64127,6.22303],[50.64063,6.22022],[50.64030,6.21655],[50.64015,6.21084],[50.63967,6.20479],[50.63970,6.20241],[50.64082,6.19893],[50.64110,6.19689],[50.64067,6.19438],[50.64004,6.19239],[50.63984,6.19048],[50.64014,6.18825],[50.64097,6.18634],[50.64242,6.18499],[50.64633,6.18378],[50.64740,6.18404],[50.64766,6.18454],[50.64798,6.18474],[50.64805,6.18550],[50.64867,6.18551],[50.64858,6.18503],[50.64924,6.18550],[50.65040,6.18648],[50.65060,6.18626],[50.65138,6.18676],[50.65300,6.18900],[50.65629,6.19460],[50.65755,6.19645],[50.65893,6.19688],[50.66313,6.19488],[50.66418,6.19314],[50.66450,6.19099],[50.66469,6.18776],[50.66402,6.18398],[50.66347,6.18235],[50.66265,6.17492],[50.66277,6.17219],[50.66219,6.16588],[50.66178,6.16622],[50.66191,6.16711],[50.66229,6.17229],[50.66218,6.17483],[50.66314,6.18368],[50.66394,6.18619],[50.66395,6.18756],[50.66409,6.19007],[50.66378,6.19284],[50.66319,6.19396],[50.66195,6.19475],[50.65896,6.19608],[50.65744,6.19569],[50.65651,6.19432],[50.65257,6.18766],[50.65161,6.18616],[50.65031,6.18522],[50.64899,6.18429],[50.64798,6.18395],[50.64692,6.18355],[50.64599,6.18329],[50.64357,6.18393],[50.64218,6.18441],[50.64103,6.18521],[50.64022,6.18648],[50.63967,6.18867],[50.63942,6.19141],[50.63994,6.19378],[50.64048,6.19521],[50.64075,6.19725],[50.64035,6.19929],[50.63942,6.20195],[50.63927,6.20373],[50.63954,6.20686],[50.64001,6.21470],[50.64011,6.21976],[50.64075,6.22349],[50.64236,6.22534],[50.64375,6.22630],[50.64560,6.22628],[50.64695,6.22643],[50.64822,6.22776],[50.64892,6.22978],[50.64885,6.23133],[50.64840,6.23356],[50.64733,6.23504],[50.64539,6.23607],[50.64414,6.23787],[50.64330,6.23997],[50.64176,6.24205],[50.64100,6.24334],[50.64029,6.24609],[50.64029,6.24909],[50.64077,6.25186],[50.64176,6.25727],[50.64274,6.26036],[50.64301,6.26248],[50.64248,6.26488],[50.64139,6.26621],[50.63904,6.26780],[50.63324,6.27138],[50.63059,6.27332],[50.62958,6.27372],[50.62855,6.27310],[50.62746,6.27156],[50.62618,6.26971],[50.62535,6.26920],[50.62570,6.26851],[50.62682,6.26724],[50.62727,6.26692],[50.62812,6.26235],[50.62852,6.26098],[50.62701,6.25545],[50.62616,6.23672],[50.62647,6.23535],[50.62621,6.23487],[50.63235,6.21704],[50.63132,6.21518],[50.63198,6.21303],[50.63110,6.21080],[50.63193,6.20850],[50.63130,6.20799],[50.63255,6.20305],[50.63232,6.20125],[50.63163,6.20078],[50.63155,6.19979],[50.63206,6.19906],[50.63243,6.19895],[50.63309,6.19713],[50.63289,6.19653],[50.63398,6.19421],[50.63310,6.19155],[50.63021,6.18930],[50.63015,6.18698],[50.62740,6.18825],[50.62700,6.18664],[50.62707,6.18617],[50.62391,6.18172],[50.62582,6.17649],[50.62733,6.17589],[50.62839,6.18018],[50.63223,6.18359],[50.63319,6.18091],[50.64359,6.16696],[50.64411,6.16867],[50.64437,6.16906],[50.64457,6.17069],[50.64444,6.17168],[50.64411,6.17211],[50.64392,6.17271],[50.64478,6.17513],[50.64414,6.17550],[50.64404,6.17638],[50.64464,6.17762],[50.64427,6.17848],[50.64653,6.18163],[50.64695,6.18246],[50.64696,6.18355],[50.64798,6.18393],[50.64801,6.18382],[50.64869,6.18411],[50.64877,6.18391],[50.64912,6.18260],[50.64921,6.18266],[50.64959,6.18125],[50.65088,6.18293],[50.65127,6.18232],[50.65205,6.18358],[50.65416,6.17945],[50.65469,6.17764],[50.65630,6.17328],[50.65809,6.17071],[50.66179,6.16616],[50.66220,6.16584],[50.66315,6.16494],[50.66932,6.16205],[50.67003,6.16274],[50.67072,6.16310],[50.67136,6.16308],[50.67138,6.16244],[50.67187,6.16205],[50.67185,6.16059],[50.67219,6.16048],[50.67230,6.15898],[50.67272,6.15855],[50.67355,6.15724],[50.67508,6.15699],[50.67777,6.14913],[50.68011,6.14776],[50.68038,6.14647],[50.68158,6.14617],[50.68174,6.14428],[50.68332,6.14467],[50.68682,6.14248],[50.68873,6.14394],[50.69011,6.14270],[50.69068,6.14145],[50.69074,6.14085],[50.69226,6.13939],[50.69366,6.13969],[50.69513,6.13527],[50.69638,6.13360],[50.69915,6.13334],[50.70062,6.13111],[50.70720,6.12339],[50.70959,6.12536],[50.71127,6.12515],[50.71315,6.12326],[50.71578,6.12197],[50.71728,6.12116],[50.71749,6.12154],[50.71997,6.11897],[50.72029,6.11832],[50.72122,6.11648],[50.72222,6.11553],[50.72366,6.11034],[50.72293,6.11051],[50.72347,6.09978],[50.72317,6.09764],[50.72062,6.09489],[50.72298,6.09167],[50.72152,6.08820],[50.72111,6.07305],[50.72565,6.05236],[50.72622,6.04996],[50.72804,6.04640],[50.72861,6.04451],[50.72695,6.04365],[50.71855,6.04120],[50.71831,6.03974],[50.72021,6.03696],[50.72486,6.03794],[50.72472,6.03670],[50.72532,6.03438],[50.72643,6.03511],[50.72662,6.03382],[50.72812,6.03459],[50.72934,6.03459],[50.73097,6.03322],[50.73162,6.03528],[50.73363,6.03459],[50.73629,6.03803],[50.73741,6.03996],[50.74068,6.04098],[50.74242,6.03969],[50.74568,6.04076],[50.75092,6.02763],[50.75344,6.02171],[50.75467,6.02111],[50.75532,6.01643],[50.75524,6.01235],[50.75404,6.00399],[50.75423,6.00235],[50.75361,5.99982],[50.75404,5.99686],[50.75306,5.99296],[50.75350,5.98437],[50.75491,5.97931],[50.75464,5.97678],[50.75532,5.97463],[50.75814,5.97566],[50.75996,5.97304],[50.76091,5.96922],[50.76181,5.96116],[50.76284,5.96077],[50.76216,5.95691],[50.76004,5.95347],[50.76072,5.95189],[50.75988,5.94596],[50.75887,5.94442],[50.75801,5.94043],[50.75814,5.93832],[50.75706,5.93575],[50.75706,5.93064],[50.75160,5.92133],[50.75054,5.91549],[50.75268,5.91545],[50.75488,5.91579],[50.75469,5.91425],[50.75611,5.91382],[50.75464,5.90876],[50.75594,5.90854],[50.75551,5.90695],[50.75551,5.90537],[50.75486,5.90326],[50.75290,5.90232],[50.75168,5.90116],[50.75306,5.89751],[50.75418,5.89597],[50.75630,5.89026],[50.75749,5.88966],[50.76042,5.89060],[50.76338,5.89047],[50.76623,5.88932],[50.77057,5.88670],[50.76588,5.87618],[50.76509,5.86773],[50.76297,5.86168],[50.75779,5.85249],[50.75418,5.84897],[50.75879,5.84790],[50.76601,5.84550],[50.76251,5.83533],[50.75889,5.83065],[50.75930,5.82422],[50.75822,5.81881],[50.75656,5.81529],[50.75618,5.80705],[50.77038,5.79340],[50.76807,5.78770],[50.76769,5.78529],[50.77160,5.78233],[50.77204,5.78125],[50.77486,5.77971],[50.77988,5.77859],[50.78343,5.77726],[50.78373,5.77361],[50.78267,5.76529],[50.77833,5.75954],[50.77833,5.75803],[50.77527,5.75559],[50.77532,5.75370],[50.77331,5.75061],[50.76965,5.74533],[50.76335,5.74009],[50.76009,5.74019],[50.75762,5.73916],[50.75737,5.73126],[50.75857,5.73074],[50.75954,5.72654],[50.76093,5.72435],[50.76166,5.72495],[50.76421,5.72276],[50.76495,5.71989],[50.76258,5.71808],[50.76017,5.71529],[50.76033,5.71388],[50.76077,5.71388],[50.76112,5.71212],[50.76068,5.71165],[50.76079,5.70946],[50.75859,5.70641],[50.75892,5.70255],[50.75547,5.69912],[50.75496,5.69482],[50.75596,5.68830],[50.75759,5.68830],[50.75781,5.68598],[50.75764,5.68277],[50.76033,5.68289],[50.76525,5.68800],[50.77274,5.69641],[50.78219,5.69949],[50.79654,5.69378],[50.81108,5.69413],[50.81197,5.69370],[50.81241,5.69160],[50.81192,5.68906],[50.81292,5.68554],[50.81371,5.68430],[50.81216,5.68035],[50.81468,5.67975],[50.81666,5.67842],[50.81639,5.67344],[50.81739,5.67271],[50.81832,5.66864],[50.81696,5.66735],[50.81786,5.66422],[50.81853,5.66177],[50.81878,5.65846],[50.82002,5.65495],[50.82314,5.65675],[50.82455,5.65632],[50.82783,5.65181],[50.82667,5.64898],[50.82903,5.65070],[50.83168,5.65151],[50.83312,5.65108],[50.83431,5.64975],[50.83336,5.64817],[50.83586,5.64782],[50.83800,5.64413],[50.83954,5.64563],[50.84087,5.64216],[50.84144,5.64310],[50.84293,5.64173],[50.84312,5.64314],[50.84634,5.63933],[50.84751,5.63909],[50.84748,5.64115],[50.84938,5.64076],[50.85008,5.64308],[50.85285,5.64201],[50.85382,5.64076],[50.85685,5.64385],[50.85759,5.64214],[50.85905,5.64428],[50.85927,5.64214],[50.86054,5.64377],[50.86135,5.64291],[50.86306,5.64420],[50.86433,5.64261],[50.86831,5.65029],[50.87135,5.64514],[50.87289,5.64750],[50.87367,5.65364],[50.87652,5.65801],[50.87603,5.65904],[50.88101,5.66990],[50.87963,5.67960],[50.88321,5.67990],[50.88727,5.68256],[50.89225,5.68977],[50.89471,5.69389],[50.89983,5.69732],[50.90370,5.69762],[50.90732,5.69707],[50.91052,5.70119],[50.91092,5.70621],[50.90892,5.71114],[50.90778,5.71591],[50.90776,5.72097],[50.91390,5.72685],[50.92096,5.72616],[50.92616,5.72908],[50.93127,5.73462],[50.93538,5.74114],[50.94255,5.74543],[50.94706,5.74616],[50.95036,5.75659],[50.95252,5.75852],[50.95685,5.75685],[50.95985,5.75174],[50.96130,5.74486],[50.95857,5.73980],[50.95557,5.73516],[50.95554,5.72662],[50.95765,5.72169],[50.96059,5.72044],[50.96392,5.72216],[50.97351,5.73452],[50.97878,5.73688],[50.98070,5.74696],[50.99013,5.75563],[50.99647,5.76477],[51.00120,5.76730],[51.00904,5.76614],[51.01363,5.76820],[51.02240,5.77652],[51.02591,5.77477],[51.02750,5.77219],[51.02885,5.76824],[51.03070,5.75946],[51.03294,5.75809],[51.03588,5.75916],[51.04519,5.76809],[51.05355,5.77206],[51.05986,5.77202],[51.06207,5.77270],[51.06285,5.77532],[51.06280,5.77862],[51.05967,5.78777],[51.05886,5.79111],[51.05892,5.79498],[51.05994,5.79867],[51.06264,5.80137],[51.06558,5.80004],[51.07177,5.79653],[51.07385,5.79851],[51.07668,5.80417],[51.07948,5.80443],[51.08256,5.80241],[51.08606,5.79739],[51.08959,5.79550],[51.09218,5.79683],[51.09336,5.79954],[51.09563,5.80413],[51.09609,5.80971],[51.09493,5.81546],[51.09293,5.81936],[51.09253,5.82284],[51.09328,5.82734],[51.09584,5.83039],[51.09918,5.83309],[51.10260,5.83339],[51.10497,5.83215],[51.10696,5.82850],[51.10796,5.82451],[51.10750,5.81580],[51.10863,5.81172],[51.11157,5.80902],[51.11524,5.80773],[51.12474,5.81850],[51.12992,5.82657],[51.13064,5.84009],[51.13310,5.84262],[51.13994,5.84563],[51.14296,5.85026],[51.14479,5.85601],[51.14947,5.84623],[51.15408,5.83709],[51.15738,5.83920],[51.15762,5.83641],[51.15908,5.83469],[51.15900,5.83332],[51.16021,5.83327],[51.16142,5.83400],[51.16274,5.83276],[51.16395,5.83031],[51.16465,5.82873],[51.16675,5.82731],[51.16823,5.82422],[51.16597,5.82100],[51.16298,5.81512],[51.15924,5.81413],[51.16287,5.80650],[51.16305,5.80463],[51.16109,5.80180],[51.15955,5.80176],[51.15716,5.79605],[51.15748,5.79391],[51.15708,5.79120],[51.15503,5.78622],[51.15358,5.78511],[51.15183,5.77794],[51.15444,5.77725],[51.15490,5.77558],[51.15874,5.77880],[51.15926,5.77991],[51.16367,5.77974],[51.16370,5.77734],[51.16566,5.77670],[51.16545,5.77369],[51.16461,5.77369],[51.16464,5.77039],[51.16954,5.76996],[51.16954,5.77322],[51.17145,5.78064],[51.17241,5.77970],[51.17301,5.77412],[51.17470,5.77519],[51.17871,5.77738],[51.18396,5.76743],[51.18472,5.75678],[51.18571,5.75730],[51.18792,5.75176],[51.18988,5.74713],[51.18953,5.74507],[51.18733,5.74090],[51.18569,5.73957],[51.18671,5.73889],[51.18641,5.73357],[51.18539,5.73262],[51.18534,5.73069],[51.18612,5.72923],[51.18488,5.72095],[51.18439,5.71576],[51.18111,5.71009],[51.18259,5.70777],[51.18267,5.70181],[51.18431,5.70194],[51.18418,5.69554],[51.18340,5.69507],[51.18587,5.69031],[51.18343,5.67769],[51.18547,5.67645],[51.18652,5.66825],[51.18628,5.66108],[51.18534,5.65808],[51.19365,5.65040],[51.19402,5.65499],[51.19841,5.65349],[51.20454,5.63100],[51.22276,5.56078],[51.24555,5.55554],[51.25468,5.55760],[51.26655,5.55829],[51.27375,5.54138],[51.28245,5.52808],[51.29061,5.51889],[51.29619,5.51632],[51.30091,5.48224],[51.29914,5.48293],[51.29619,5.47718],[51.29173,5.47563],[51.28492,5.46336],[51.28223,5.44122],[51.27729,5.43795],[51.27713,5.43212],[51.26320,5.41742],[51.26760,5.39579],[51.27635,5.34515],[51.26481,5.33931],[51.26346,5.33382],[51.26405,5.31528],[51.26196,5.29545],[51.26722,5.26249],[51.26185,5.23820],[51.26835,5.22679],[51.30577,5.24297],[51.32368,5.19971],[51.32070,5.19567],[51.32059,5.18992],[51.31598,5.17154],[51.31051,5.16236],[51.31587,5.13481],[51.34746,5.13223],[51.35603,5.12013],[51.36150,5.11747],[51.39365,5.07181],[51.42609,5.09962],[51.43090,5.10520],[51.47220,5.07953],[51.47193,5.04657],[51.47941,5.04022],[51.48759,5.04065],[51.48797,5.03276],[51.48535,5.02846],[51.48139,5.02065],[51.47519,5.01499],[51.47182,5.00932],[51.46284,5.00666],[51.45910,5.00992],[51.45391,5.00897],[51.45113,5.00460],[51.44385,5.00288],[51.44252,4.99988],[51.44000,4.99559],[51.42234,4.96263],[51.43371,4.94223],[51.43515,4.94314],[51.43884,4.94271],[51.44200,4.94451],[51.44382,4.95168],[51.44778,4.94880],[51.45064,4.95382],[51.45612,4.95090],[51.45409,4.94485],[51.45666,4.94054],[51.45543,4.93934],[51.45139,4.94234],[51.45002,4.93393],[51.45125,4.93131],[51.44906,4.92573],[51.44687,4.91750],[51.44355,4.91827],[51.44237,4.92033],[51.43938,4.91741],[51.43767,4.91887],[51.43542,4.91346],[51.43403,4.91629],[51.43376,4.92059],[51.43055,4.92745],[51.42943,4.92968],[51.42943,4.93380],[51.42868,4.93784],[51.43370,4.94223],[51.42234,4.96263],[51.40366,4.93840],[51.40535,4.93646],[51.40934,4.93586],[51.40901,4.93288],[51.40879,4.93292],[51.40851,4.93247],[51.40822,4.93216],[51.40804,4.93163],[51.40827,4.92710],[51.40786,4.92769],[51.40767,4.92858],[51.40762,4.92979],[51.40731,4.93079],[51.40653,4.93139],[51.40648,4.93212],[51.40619,4.93217],[51.40588,4.93176],[51.40608,4.93047],[51.40559,4.92979],[51.40535,4.92840],[51.40517,4.92840],[51.40511,4.92866],[51.40535,4.93646],[51.40366,4.93840],[51.39646,4.92900],[51.40005,4.92810],[51.39887,4.92407],[51.39665,4.92505],[51.39555,4.92720],[51.39373,4.92080],[51.39515,4.91471],[51.39646,4.91793],[51.39676,4.92484],[51.39802,4.92424],[51.39855,4.92334],[51.39839,4.91746],[51.39879,4.91681],[51.40064,4.91819],[51.40230,4.91046],[51.40292,4.91102],[51.40434,4.90896],[51.40760,4.91033],[51.41031,4.90510],[51.41223,4.90553],[51.41435,4.90256],[51.41507,4.89905],[51.41346,4.89686],[51.41547,4.89102],[51.41579,4.88857],[51.41536,4.88647],[51.41684,4.88634],[51.42318,4.89146],[51.42372,4.89181],[51.42410,4.89239],[51.42484,4.89163],[51.42459,4.89122],[51.42492,4.89062],[51.42501,4.89059],[51.42531,4.89007],[51.42471,4.88859],[51.42389,4.89024],[51.42345,4.88930],[51.42319,4.89147],[51.41683,4.88634],[51.41682,4.88415],[51.41647,4.88245],[51.41540,4.88275],[51.41575,4.88125],[51.41465,4.87974],[51.41422,4.87880],[51.41548,4.87790],[51.41534,4.87565],[51.41671,4.87511],[51.41588,4.87281],[51.41449,4.87335],[51.41396,4.87262],[51.41392,4.87084],[51.41295,4.86837],[51.41476,4.86713],[51.41433,4.86528],[51.41188,4.86663],[51.41129,4.86582],[51.41022,4.86655],[51.41034,4.86481],[51.41076,4.86050],[51.41231,4.85985],[51.41374,4.86041],[51.41337,4.85580],[51.41495,4.84985],[51.41352,4.84837],[51.41511,4.83822],[51.41098,4.79552],[51.41137,4.79230],[51.40946,4.78908],[51.41120,4.78593],[51.41199,4.78138],[51.41412,4.77801],[51.41464,4.77428],[51.41458,4.77282],[51.41707,4.77194],[51.41819,4.77050],[51.41942,4.76999],[51.42132,4.76972],[51.42349,4.77188],[51.42425,4.77064],[51.42711,4.77072],[51.42986,4.76828],[51.43014,4.77129],[51.43127,4.77408],[51.43215,4.78627],[51.42942,4.78871],[51.42904,4.79172],[51.42819,4.79313],[51.42821,4.80022],[51.42741,4.80489],[51.42562,4.80867],[51.42557,4.81305],[51.42351,4.81953],[51.42203,4.82133],[51.42260,4.82506],[51.42185,4.82614],[51.42075,4.82609],[51.41957,4.83272],[51.41866,4.83255],[51.41801,4.83478],[51.41718,4.83517],[51.41686,4.83778],[51.41734,4.84225],[51.41986,4.84023],[51.42267,4.84195],[51.42299,4.84049],[51.42157,4.83688],[51.42133,4.83092],[51.42436,4.82877],[51.43557,4.82538],[51.43616,4.82637],[51.44857,4.82405],[51.45084,4.82894],[51.44845,4.83571],[51.44799,4.83624],[51.44841,4.83671],[51.44883,4.83621],[51.44845,4.83571],[51.45084,4.82894],[51.45130,4.82841],[51.45158,4.82935],[51.45213,4.83006],[51.45270,4.82997],[51.45391,4.83154],[51.45824,4.83512],[51.45585,4.83740],[51.45581,4.83916],[51.45670,4.84214],[51.45927,4.84478],[51.46177,4.83841],[51.46148,4.83675],[51.46828,4.83755],[51.47303,4.84003],[51.47880,4.84108],[51.48110,4.84256],[51.48268,4.83551],[51.48209,4.83020],[51.48285,4.82385],[51.48372,4.82160],[51.48658,4.82048],[51.48905,4.81757],[51.49126,4.81870],[51.49448,4.81686],[51.49585,4.81362],[51.49834,4.80343],[51.50010,4.79836],[51.50022,4.79349],[51.49894,4.79229],[51.49940,4.78789],[51.50049,4.78351],[51.50388,4.78173],[51.50440,4.78105],[51.50531,4.77381],[51.50268,4.75952],[51.50046,4.75798],[51.50074,4.75493],[51.49978,4.75201],[51.49653,4.74845],[51.49533,4.74944],[51.48964,4.74611],[51.48448,4.72884],[51.47410,4.71925],[51.47196,4.71530],[51.46955,4.71564],[51.46715,4.70182],[51.45233,4.69178],[51.45164,4.68552],[51.44485,4.66509],[51.42767,4.66835],[51.42564,4.65659],[51.42783,4.65161],[51.42275,4.64071],[51.42639,4.63359],[51.43388,4.57445],[51.42424,4.53634],[51.44923,4.53102],[51.47399,4.55016],[51.48335,4.53900],[51.47805,4.48682],[51.47923,4.47566],[51.47185,4.46416],[51.46897,4.43832],[51.44955,4.38039],[51.44656,4.37798],[51.44426,4.38622],[51.44501,4.39069],[51.44126,4.39541],[51.43693,4.39335],[51.43468,4.39506],[51.43340,4.39120],[51.42960,4.39292],[51.42762,4.39034],[51.42519,4.38906],[51.42150,4.38236],[51.40731,4.39103],[51.37507,4.43017],[51.37089,4.42408],[51.36880,4.42811],[51.36462,4.43034],[51.36591,4.42210],[51.35674,4.39678],[51.35524,4.38580],[51.35717,4.36889],[51.35937,4.34915],[51.35787,4.34133],[51.37821,4.33507],[51.37473,4.23216],[51.35378,4.24074],[51.29341,4.16577],[51.24747,4.06366],[51.24489,4.06006],[51.24199,4.04049],[51.24651,4.03654],[51.24398,4.03225],[51.24253,4.02564],[51.24613,4.02109],[51.24511,4.01165],[51.24006,3.99980],[51.23812,3.99783],[51.23458,3.98581],[51.22603,3.97835],[51.22469,3.96264],[51.21614,3.95800],[51.21716,3.95277],[51.21517,3.94161],[51.21404,3.94161],[51.21265,3.93629],[51.22087,3.93020],[51.21791,3.92462],[51.21786,3.91835],[51.21442,3.91457],[51.20888,3.91758],[51.20867,3.91406],[51.20625,3.91063],[51.20232,3.89818],[51.20399,3.89346],[51.20162,3.88642],[51.20463,3.88471],[51.20754,3.87973],[51.21265,3.89003],[51.21861,3.89466],[51.22394,3.88840],[51.21474,3.86582],[51.21136,3.85896],[51.21367,3.85338],[51.21275,3.84874],[51.21383,3.84454],[51.21302,3.84248],[51.21485,3.83570],[51.21226,3.83333],[51.21038,3.82381],[51.21334,3.80956],[51.21355,3.80286],[51.21060,3.80381],[51.21146,3.79926],[51.21318,3.79840],[51.21484,3.79102],[51.22538,3.78922],[51.24532,3.79042],[51.25632,3.79669],[51.25917,3.78510],[51.26433,3.77523],[51.26454,3.77205],[51.26223,3.77257],[51.26110,3.76888],[51.26196,3.76356],[51.27013,3.75592],[51.27077,3.75188],[51.26986,3.75000],[51.27426,3.72433],[51.27261,3.71619],[51.27626,3.69473],[51.28093,3.69035],[51.28158,3.67756],[51.28410,3.67662],[51.29081,3.65791],[51.29049,3.64297],[51.28893,3.64211],[51.29376,3.62615],[51.29365,3.62023],[51.29628,3.61920],[51.30455,3.59156],[51.30616,3.59250],[51.30664,3.58881],[51.29843,3.58057],[51.29338,3.58624],[51.29290,3.58186],[51.28753,3.58212],[51.28968,3.57851],[51.29263,3.57087],[51.29537,3.56572],[51.29607,3.56126],[51.29483,3.55826],[51.29183,3.55671],[51.29065,3.55422],[51.29151,3.54873],[51.29156,3.54264],[51.28442,3.53843],[51.28410,3.53405],[51.28882,3.52993],[51.28715,3.51518],[51.24633,3.52773],[51.24155,3.44774],[51.24316,3.44370],[51.24596,3.43134],[51.24494,3.42800],[51.25498,3.42473],[51.25713,3.42130],[51.25784,3.41860],[51.26005,3.41731],[51.26042,3.41628],[51.25908,3.41242],[51.25779,3.41268],[51.25688,3.40847],[51.25827,3.40701],[51.26230,3.40452],[51.26402,3.40135],[51.26461,3.39740],[51.26655,3.39422],[51.27122,3.38950],[51.27315,3.38873],[51.27439,3.38658],[51.27439,3.38264],[51.27519,3.37869],[51.27777,3.37577],[51.27900,3.37637],[51.27981,3.37897],[51.28063,3.38109],[51.28211,3.38236],[51.28377,3.38107],[51.28576,3.38118],[51.28783,3.38105],[51.29060,3.37409],[51.29255,3.37010],[51.29703,3.36669],[51.29898,3.36684],[51.30014,3.37304],[51.30267,3.37869],[51.30304,3.37637],[51.31494,3.35859],[51.33419,3.38567],[51.34142,3.38381],[51.34873,3.37416],[51.35436,3.37377],[51.35921,3.37540],[51.37714,3.35969],[51.62540,3.07954]], // Benin - BJ: [[6.20530,1.62760],[6.24199,1.62837],[6.24292,1.63180],[6.24702,1.63429],[6.24907,1.63644],[6.24685,1.64013],[6.24497,1.64459],[6.25035,1.65095],[6.25129,1.65318],[6.25077,1.65730],[6.25018,1.65918],[6.25018,1.66116],[6.25368,1.66399],[6.25410,1.66717],[6.25129,1.67172],[6.25248,1.67584],[6.25675,1.67987],[6.25769,1.68425],[6.25547,1.68734],[6.25589,1.69129],[6.26024,1.69601],[6.26067,1.70013],[6.26195,1.71034],[6.26059,1.71523],[6.26263,1.72064],[6.26477,1.72253],[6.26400,1.72931],[6.26545,1.73420],[6.26809,1.73609],[6.26835,1.74004],[6.26767,1.74210],[6.26895,1.74416],[6.27355,1.75017],[6.27321,1.75806],[6.27569,1.76458],[6.28038,1.76913],[6.28482,1.77076],[6.28925,1.78330],[6.28447,1.78321],[6.28482,1.78990],[6.28140,1.78922],[6.28192,1.79274],[6.28456,1.79239],[6.28814,1.79960],[6.28797,1.80784],[6.29446,1.80123],[6.29770,1.79239],[6.30120,1.79188],[6.30418,1.79265],[6.30657,1.78810],[6.30998,1.78707],[6.31109,1.79437],[6.32278,1.79557],[6.32713,1.79042],[6.33250,1.79093],[6.33097,1.78458],[6.33310,1.78338],[6.33703,1.78355],[6.33976,1.78630],[6.34274,1.77840],[6.34675,1.77952],[6.35025,1.78570],[6.37055,1.78098],[6.38241,1.78398],[6.38394,1.77351],[6.39315,1.77222],[6.39469,1.76707],[6.40177,1.76810],[6.40475,1.77446],[6.40467,1.76656],[6.40552,1.76424],[6.41286,1.76304],[6.41584,1.76776],[6.42565,1.77068],[6.42539,1.77394],[6.42232,1.77591],[6.42556,1.77780],[6.42915,1.77763],[6.42761,1.77463],[6.42821,1.77282],[6.43017,1.77222],[6.42974,1.76776],[6.43119,1.76579],[6.43793,1.76441],[6.43989,1.76338],[6.44075,1.75738],[6.44296,1.75506],[6.45209,1.75205],[6.45627,1.75274],[6.45857,1.75574],[6.45968,1.75265],[6.46139,1.74596],[6.46369,1.74510],[6.46923,1.74811],[6.46983,1.75188],[6.47222,1.75102],[6.47094,1.74467],[6.47708,1.73695],[6.47247,1.73652],[6.47426,1.73197],[6.47682,1.72957],[6.48245,1.73635],[6.48654,1.73683],[6.48620,1.73194],[6.48475,1.72885],[6.48774,1.72379],[6.49030,1.72379],[6.49089,1.71726],[6.49891,1.71495],[6.50190,1.71211],[6.49831,1.70859],[6.49575,1.70310],[6.50369,1.70070],[6.50079,1.69306],[6.50437,1.69254],[6.50897,1.69366],[6.51904,1.68988],[6.52031,1.69246],[6.51332,1.70130],[6.51477,1.70276],[6.51946,1.69855],[6.52842,1.69924],[6.52935,1.70138],[6.53379,1.69787],[6.53780,1.70224],[6.53993,1.69649],[6.54539,1.69169],[6.55187,1.69581],[6.55323,1.69306],[6.54965,1.68765],[6.55076,1.68525],[6.55681,1.68327],[6.56090,1.68319],[6.56210,1.67933],[6.55408,1.67392],[6.55451,1.66903],[6.55741,1.66714],[6.56406,1.66808],[6.56679,1.65984],[6.57327,1.65607],[6.57284,1.65255],[6.57992,1.64997],[6.58546,1.64654],[6.58435,1.64396],[6.59109,1.63761],[6.59885,1.63538],[6.60217,1.62903],[6.59996,1.62345],[6.60175,1.62088],[6.60848,1.61324],[6.61300,1.60879],[6.62468,1.61111],[6.62263,1.60287],[6.62587,1.60166],[6.63099,1.60561],[6.63363,1.60132],[6.64514,1.60063],[6.64420,1.61093],[6.65034,1.61471],[6.65026,1.60793],[6.65742,1.60158],[6.66040,1.60639],[6.66518,1.60475],[6.66978,1.59820],[6.67532,1.59426],[6.67217,1.58996],[6.67379,1.58662],[6.67831,1.58756],[6.68010,1.58859],[6.68487,1.58481],[6.68223,1.58172],[6.68308,1.57820],[6.68913,1.57366],[6.69263,1.57606],[6.69015,1.58275],[6.69868,1.58009],[6.69885,1.58181],[6.69595,1.58550],[6.69595,1.58662],[6.70141,1.58936],[6.70166,1.59151],[6.70516,1.59142],[6.70933,1.58765],[6.71752,1.58988],[6.72374,1.58790],[6.72971,1.59039],[6.72996,1.59468],[6.73394,1.60438],[6.73539,1.62112],[6.74127,1.62232],[6.74699,1.61803],[6.75099,1.61537],[6.75500,1.61614],[6.76130,1.62430],[6.76216,1.61683],[6.76599,1.61125],[6.76983,1.60739],[6.77631,1.60816],[6.78543,1.61279],[6.78900,1.61322],[6.79480,1.60842],[6.79608,1.59571],[6.79855,1.59348],[6.80626,1.59393],[6.81231,1.59693],[6.81972,1.60208],[6.82330,1.61101],[6.82654,1.61195],[6.82569,1.60131],[6.83020,1.59719],[6.83958,1.60071],[6.85858,1.59890],[6.86761,1.59607],[6.87341,1.59882],[6.87554,1.60483],[6.88074,1.60697],[6.88824,1.60277],[6.89275,1.60199],[6.90451,1.60526],[6.90383,1.59890],[6.90937,1.58200],[6.91278,1.58036],[6.91533,1.58079],[6.92096,1.57642],[6.92769,1.57779],[6.94098,1.57959],[6.94200,1.57539],[6.95552,1.56752],[6.96268,1.56494],[6.97443,1.55825],[6.98934,1.55919],[6.99531,1.55679],[7.00076,1.55730],[7.00084,1.63224],[7.02057,1.63291],[7.08871,1.63325],[7.22633,1.63325],[7.27078,1.63282],[7.35370,1.63248],[7.41396,1.63111],[7.44052,1.63034],[7.55276,1.64304],[7.55438,1.64274],[7.55582,1.64205],[7.56910,1.64231],[7.57539,1.64312],[7.57858,1.64192],[7.58565,1.64493],[7.59160,1.64390],[7.60317,1.64544],[7.61389,1.64527],[7.61695,1.64227],[7.62699,1.64038],[7.62946,1.63900],[7.63499,1.63858],[7.64111,1.63076],[7.73825,1.63076],[7.78911,1.63068],[7.80790,1.63291],[7.83273,1.63042],[7.86580,1.62870],[7.87456,1.63008],[7.91080,1.63205],[7.96240,1.63179],[7.97506,1.63370],[8.00090,1.63130],[8.02631,1.63259],[8.09090,1.63196],[8.18470,1.63239],[8.24493,1.63256],[8.33785,1.63162],[8.34464,1.63179],[8.35789,1.62200],[8.36069,1.61926],[8.36884,1.61823],[8.36952,1.61574],[8.37343,1.61557],[8.37598,1.61883],[8.38294,1.62140],[8.39194,1.62329],[8.40137,1.62295],[8.40247,1.62561],[8.41028,1.62467],[8.41724,1.62630],[8.42174,1.62475],[8.42989,1.62441],[8.43612,1.63001],[8.44435,1.63147],[8.45004,1.62666],[8.45548,1.62649],[8.46006,1.62992],[8.46337,1.63670],[8.47008,1.64082],[8.47916,1.64245],[8.49464,1.65009],[8.54455,1.62331],[8.61596,1.62692],[8.67494,1.62967],[8.77021,1.63155],[8.86571,1.63241],[8.89344,1.63078],[8.89607,1.62701],[8.90201,1.62331],[8.90947,1.62357],[8.92380,1.62143],[8.92863,1.61885],[8.93296,1.61911],[8.93559,1.62048],[8.94237,1.62306],[8.94686,1.62203],[8.94932,1.61945],[8.95424,1.62031],[8.95967,1.61718],[8.96874,1.61984],[8.97433,1.61975],[8.98459,1.62173],[8.99095,1.62344],[9.00036,1.62284],[9.00740,1.62525],[9.02291,1.62095],[9.02664,1.62138],[9.03689,1.61761],[9.04537,1.62061],[9.05800,1.61752],[9.09351,1.60216],[9.10784,1.59778],[9.14004,1.57340],[9.17199,1.56250],[9.19563,1.52019],[9.22350,1.49135],[9.25993,1.45796],[9.28492,1.44792],[9.31405,1.42148],[9.31973,1.41796],[9.32769,1.41101],[9.36266,1.40145],[9.46029,1.39671],[9.47308,1.39568],[9.49703,1.38298],[9.49170,1.36873],[9.48882,1.36839],[9.48679,1.36479],[9.48349,1.36504],[9.48103,1.36144],[9.48180,1.35903],[9.49940,1.35921],[9.54969,1.34281],[9.59860,1.36238],[9.65217,1.36350],[9.66173,1.36805],[9.68441,1.35818],[9.70953,1.35889],[9.75013,1.35829],[9.80304,1.36137],[9.87002,1.35502],[9.89411,1.35497],[9.92184,1.35643],[9.97452,1.35437],[9.99219,1.35446],[10.09116,1.19112],[10.14118,1.10924],[10.17548,1.06143],[10.27405,0.92367],[10.37742,0.77911],[10.38113,0.77439],[10.44407,0.77963],[10.52732,0.78562],[10.57582,0.80615],[10.63159,0.80769],[10.67781,0.79946],[10.72411,0.80143],[10.80548,0.87413],[10.83119,0.87954],[10.85497,0.88237],[10.88337,0.90125],[10.91397,0.88872],[11.00068,0.91670],[11.02309,0.94554],[11.02755,0.94374],[11.03067,0.94760],[11.03496,0.94408],[11.03732,0.94623],[11.03833,0.95138],[11.04701,0.95919],[11.05476,0.96794],[11.05501,0.97112],[11.06394,0.97524],[11.07506,0.97687],[11.07565,0.97481],[11.08163,0.97361],[11.08955,0.97644],[11.09460,0.98760],[11.09385,0.98957],[11.08685,0.98674],[11.08812,0.99438],[11.08972,1.00253],[11.08753,1.01455],[11.08407,1.01395],[11.08087,1.01652],[11.06799,1.01927],[11.05299,1.02725],[11.05299,1.03180],[11.05215,1.03635],[11.05501,1.04442],[11.05619,1.05085],[11.05897,1.05386],[11.05914,1.05600],[11.05864,1.06261],[11.06226,1.06287],[11.06260,1.06519],[11.06260,1.06896],[11.06167,1.07120],[11.05796,1.07454],[11.05678,1.07360],[11.05653,1.08244],[11.04972,1.09207],[11.04719,1.09894],[11.04332,1.09997],[11.03894,1.10383],[11.03262,1.10658],[11.03161,1.10847],[11.03228,1.11087],[11.03153,1.11404],[11.03565,1.11147],[11.03801,1.11542],[11.04273,1.11842],[11.04602,1.11739],[11.04374,1.11430],[11.04728,1.11173],[11.05048,1.11078],[11.05461,1.10606],[11.05528,1.10160],[11.06202,1.09671],[11.06918,1.10040],[11.07196,1.09645],[11.07929,1.09731],[11.08173,1.10014],[11.08434,1.09920],[11.08695,1.09370],[11.09285,1.09070],[11.09335,1.08667],[11.10043,1.08950],[11.10220,1.09482],[11.10439,1.09224],[11.10531,1.08649],[11.11003,1.08469],[11.11289,1.08933],[11.11643,1.08615],[11.12115,1.08615],[11.12056,1.08031],[11.12528,1.07954],[11.13134,1.07431],[11.13142,1.07104],[11.13530,1.06624],[11.13403,1.06323],[11.13201,1.06340],[11.13109,1.06830],[11.12856,1.06967],[11.12637,1.06907],[11.12536,1.06392],[11.12300,1.06006],[11.11803,1.05886],[11.11963,1.05474],[11.12106,1.05388],[11.12384,1.05714],[11.12856,1.05697],[11.12848,1.05345],[11.13184,1.04821],[11.13378,1.05010],[11.13319,1.05388],[11.13530,1.05542],[11.13749,1.05345],[11.14085,1.05371],[11.14229,1.05611],[11.14667,1.05388],[11.14835,1.05551],[11.14784,1.05774],[11.15147,1.06134],[11.15172,1.07233],[11.15020,1.07757],[11.14784,1.08049],[11.15121,1.08263],[11.15206,1.08564],[11.14894,1.09053],[11.15264,1.09456],[11.15273,1.09963],[11.15635,1.09688],[11.15845,1.09885],[11.15778,1.10177],[11.16612,1.10520],[11.16755,1.10864],[11.17294,1.11070],[11.17757,1.11799],[11.17866,1.12743],[11.17833,1.13387],[11.17483,1.13700],[11.17812,1.13915],[11.17710,1.14395],[11.17323,1.14215],[11.17281,1.14447],[11.17163,1.14524],[11.17012,1.14936],[11.16650,1.14885],[11.16725,1.15065],[11.16473,1.15305],[11.16330,1.15648],[11.16506,1.15640],[11.16591,1.15932],[11.16902,1.15863],[11.17003,1.16086],[11.17020,1.16387],[11.17466,1.16086],[11.17323,1.15709],[11.17475,1.15554],[11.17887,1.15374],[11.17980,1.15520],[11.18241,1.15254],[11.18536,1.15288],[11.18569,1.15709],[11.18847,1.15451],[11.19243,1.15442],[11.19108,1.15133],[11.19386,1.15056],[11.19706,1.15202],[11.20287,1.15425],[11.20447,1.15202],[11.20952,1.15425],[11.21179,1.14936],[11.21440,1.15013],[11.21432,1.15400],[11.21769,1.15614],[11.21828,1.15254],[11.22484,1.15297],[11.22341,1.15442],[11.22072,1.15485],[11.22080,1.15691],[11.22526,1.15992],[11.23402,1.15503],[11.23461,1.14850],[11.23722,1.15038],[11.23873,1.14806],[11.23873,1.14265],[11.24328,1.13896],[11.24673,1.12935],[11.24900,1.12935],[11.25212,1.13407],[11.25397,1.13124],[11.26172,1.13175],[11.26037,1.13733],[11.26475,1.13604],[11.26668,1.13991],[11.27131,1.13870],[11.27375,1.14239],[11.27939,1.14729],[11.28108,1.14926],[11.27805,1.15124],[11.28183,1.15166],[11.28554,1.15870],[11.28242,1.16274],[11.28301,1.16694],[11.28436,1.16874],[11.28352,1.17123],[11.27863,1.16909],[11.28108,1.17269],[11.27796,1.17733],[11.27661,1.17613],[11.27434,1.17733],[11.26820,1.17398],[11.26491,1.17793],[11.26929,1.17947],[11.26845,1.18316],[11.27156,1.18625],[11.27097,1.18883],[11.26500,1.19106],[11.26365,1.19561],[11.26660,1.19947],[11.26752,1.20591],[11.26895,1.21544],[11.26579,1.21820],[11.26621,1.22026],[11.26898,1.22172],[11.26907,1.22961],[11.26587,1.22824],[11.26242,1.23004],[11.26545,1.23184],[11.26545,1.23691],[11.26326,1.24343],[11.25905,1.24197],[11.25610,1.24231],[11.25855,1.24480],[11.25812,1.24609],[11.25274,1.25090],[11.25223,1.25356],[11.25366,1.25742],[11.25349,1.26369],[11.25728,1.26557],[11.26338,1.27334],[11.26060,1.27591],[11.26515,1.28209],[11.26843,1.27849],[11.27180,1.28106],[11.27794,1.27900],[11.27929,1.27531],[11.28611,1.27832],[11.28746,1.27488],[11.28998,1.27317],[11.29360,1.27591],[11.29402,1.26347],[11.29764,1.26295],[11.30336,1.25883],[11.30488,1.26244],[11.31060,1.25892],[11.31279,1.26167],[11.31801,1.25995],[11.32499,1.26621],[11.32819,1.26853],[11.32701,1.27737],[11.32373,1.28561],[11.31717,1.28836],[11.31397,1.29145],[11.30522,1.29214],[11.29932,1.29420],[11.29983,1.30304],[11.29469,1.30338],[11.29739,1.30879],[11.30118,1.30613],[11.30841,1.32003],[11.30547,1.32106],[11.30328,1.31849],[11.29756,1.32037],[11.29512,1.32518],[11.29789,1.32630],[11.29680,1.32982],[11.29966,1.33359],[11.30176,1.34089],[11.30471,1.33445],[11.30749,1.33599],[11.31161,1.34149],[11.30732,1.34741],[11.30732,1.35093],[11.31085,1.35041],[11.31144,1.34775],[11.31616,1.34183],[11.31910,1.34303],[11.32070,1.34793],[11.32247,1.33900],[11.32878,1.33771],[11.33425,1.33977],[11.33341,1.33290],[11.33711,1.33131],[11.33964,1.33380],[11.34376,1.32925],[11.35268,1.32513],[11.36505,1.32539],[11.36842,1.32685],[11.36842,1.33800],[11.36463,1.33586],[11.36387,1.34041],[11.36985,1.34341],[11.36884,1.34933],[11.37271,1.34873],[11.37641,1.35217],[11.37927,1.35071],[11.38323,1.35337],[11.38499,1.35903],[11.38920,1.35886],[11.39341,1.35637],[11.39644,1.35835],[11.39652,1.36238],[11.39130,1.36813],[11.39046,1.37165],[11.39299,1.37354],[11.39189,1.37774],[11.38844,1.38006],[11.39307,1.38289],[11.39846,1.38358],[11.40148,1.38152],[11.40569,1.38650],[11.40527,1.39165],[11.40796,1.39654],[11.41082,1.39525],[11.41091,1.39088],[11.42282,1.38715],[11.42921,1.38329],[11.43291,1.38775],[11.43426,1.38234],[11.43889,1.38912],[11.44141,1.38706],[11.44570,1.38852],[11.44999,1.39350],[11.45436,1.39530],[11.45462,1.40208],[11.45765,1.40955],[11.46017,1.40938],[11.46017,1.41427],[11.45748,1.41822],[11.45941,1.42225],[11.45571,1.42191],[11.46025,1.42569],[11.46219,1.43358],[11.46875,1.43212],[11.47262,1.43461],[11.47077,1.43805],[11.47489,1.43873],[11.47346,1.44277],[11.47758,1.44225],[11.48187,1.44843],[11.47792,1.45418],[11.46623,1.45770],[11.47228,1.45907],[11.47195,1.46663],[11.46900,1.46714],[11.47203,1.47564],[11.46656,1.48045],[11.46438,1.47899],[11.46101,1.48491],[11.45537,1.48225],[11.45638,1.48946],[11.45933,1.49263],[11.47455,1.49478],[11.47699,1.49941],[11.47935,1.50722],[11.47649,1.50783],[11.47102,1.50456],[11.46581,1.50542],[11.46311,1.51049],[11.46177,1.51649],[11.45739,1.52834],[11.45622,1.53744],[11.46118,1.53941],[11.46084,1.54619],[11.46505,1.54396],[11.46597,1.54842],[11.47237,1.54611],[11.47926,1.54774],[11.47876,1.55563],[11.46799,1.56808],[11.46126,1.57271],[11.45588,1.57108],[11.44991,1.56962],[11.44881,1.57186],[11.45495,1.57495],[11.45453,1.57838],[11.44772,1.58490],[11.43956,1.58155],[11.43552,1.58765],[11.42787,1.58876],[11.42240,1.59426],[11.42013,1.59074],[11.41222,1.59151],[11.40944,1.59014],[11.40995,1.59254],[11.40776,1.59460],[11.40448,1.59537],[11.40019,1.60018],[11.39522,1.60756],[11.39859,1.61812],[11.39413,1.62361],[11.39690,1.62919],[11.40027,1.63151],[11.40751,1.64112],[11.40742,1.64481],[11.40279,1.64704],[11.40044,1.65417],[11.39842,1.66026],[11.39934,1.66610],[11.40692,1.67142],[11.41003,1.67700],[11.40927,1.68292],[11.41533,1.68103],[11.41937,1.68781],[11.41499,1.69133],[11.41222,1.69691],[11.41937,1.69931],[11.41870,1.70464],[11.42930,1.70798],[11.43510,1.71502],[11.42980,1.71528],[11.42744,1.72601],[11.42938,1.73253],[11.42829,1.73708],[11.42467,1.74163],[11.41877,1.74284],[11.42290,1.74739],[11.41987,1.75425],[11.42904,1.75777],[11.42348,1.77065],[11.42744,1.77477],[11.42601,1.78026],[11.43013,1.78447],[11.42719,1.79322],[11.42954,1.79871],[11.43770,1.79871],[11.43560,1.80558],[11.44090,1.80687],[11.44309,1.81176],[11.43880,1.82558],[11.44056,1.82773],[11.43989,1.83468],[11.44250,1.83519],[11.44292,1.84008],[11.44654,1.84146],[11.45116,1.84764],[11.44940,1.85141],[11.44603,1.84935],[11.44342,1.85536],[11.44780,1.85639],[11.44923,1.86077],[11.44704,1.87631],[11.45200,1.87596],[11.45125,1.88180],[11.44368,1.88377],[11.44216,1.88746],[11.43997,1.89347],[11.43938,1.90317],[11.43442,1.90188],[11.43047,1.91004],[11.43089,1.91381],[11.42820,1.91544],[11.42205,1.91493],[11.41255,1.91690],[11.41549,1.91956],[11.41549,1.92755],[11.41928,1.93175],[11.41886,1.93793],[11.41642,1.94712],[11.41431,1.95295],[11.41936,1.95939],[11.42121,1.96686],[11.42113,1.97767],[11.41894,1.98265],[11.42130,1.98771],[11.41894,1.99638],[11.41903,2.00711],[11.41709,2.01295],[11.41507,2.01973],[11.42315,2.02067],[11.43005,2.02634],[11.43232,2.03020],[11.43938,2.03750],[11.45024,2.04857],[11.45175,2.05260],[11.45461,2.05406],[11.45419,2.05629],[11.46168,2.05732],[11.46496,2.06033],[11.46916,2.06496],[11.48077,2.06960],[11.48027,2.07741],[11.48515,2.08247],[11.49002,2.08788],[11.50844,2.10046],[11.51256,2.10544],[11.51458,2.10999],[11.52055,2.11033],[11.52812,2.11668],[11.53115,2.11565],[11.53855,2.12286],[11.54435,2.12904],[11.55411,2.14063],[11.55419,2.15033],[11.55957,2.15634],[11.56756,2.16458],[11.57530,2.16715],[11.57995,2.17179],[11.58029,2.17677],[11.58870,2.18690],[11.59366,2.18810],[11.59753,2.19145],[11.59921,2.19660],[11.59501,2.20441],[11.59786,2.20836],[11.60333,2.20861],[11.60871,2.21342],[11.61611,2.22346],[11.61493,2.22758],[11.61745,2.23282],[11.62241,2.23428],[11.62376,2.24338],[11.63595,2.24681],[11.64721,2.25222],[11.65259,2.25428],[11.65360,2.25857],[11.65175,2.26423],[11.64326,2.26672],[11.64612,2.27041],[11.64494,2.27530],[11.65276,2.28492],[11.66108,2.29934],[11.66461,2.30552],[11.67386,2.31041],[11.67705,2.31376],[11.68008,2.31264],[11.68302,2.30646],[11.69075,2.30517],[11.69471,2.30603],[11.69866,2.30234],[11.70487,2.30260],[11.71773,2.29719],[11.72345,2.30037],[11.72227,2.30646],[11.73160,2.30303],[11.73874,2.30620],[11.73908,2.31195],[11.73950,2.31599],[11.74706,2.32071],[11.75092,2.32303],[11.75394,2.31908],[11.75831,2.32148],[11.76125,2.32972],[11.76537,2.33178],[11.76503,2.33590],[11.77251,2.33882],[11.77268,2.34208],[11.77680,2.34217],[11.78167,2.33736],[11.78520,2.34105],[11.78528,2.34946],[11.79016,2.36010],[11.78781,2.36998],[11.79201,2.37573],[11.79831,2.37092],[11.80705,2.37092],[11.80881,2.36877],[11.81704,2.36809],[11.82326,2.37839],[11.82511,2.38422],[11.82738,2.38457],[11.82889,2.38010],[11.83309,2.37495],[11.83737,2.37658],[11.84762,2.37933],[11.85795,2.37958],[11.86148,2.39315],[11.87517,2.40387],[11.88172,2.40302],[11.88844,2.39787],[11.89508,2.39684],[11.90062,2.40190],[11.90026,2.40815],[11.90513,2.40841],[11.91336,2.39845],[11.92008,2.40094],[11.92319,2.39545],[11.92730,2.39193],[11.93167,2.39116],[11.93394,2.39536],[11.93713,2.39562],[11.93780,2.39914],[11.94905,2.40171],[11.95728,2.41038],[11.95636,2.41545],[11.95039,2.41373],[11.95384,2.42060],[11.95602,2.43021],[11.95426,2.43639],[11.95929,2.43768],[11.96223,2.43433],[11.97181,2.43364],[11.97877,2.44283],[11.98440,2.44566],[11.98499,2.44738],[11.98129,2.45939],[11.97710,2.45956],[11.97987,2.46317],[11.99347,2.46016],[11.99884,2.46016],[12.00253,2.45467],[12.00690,2.45313],[12.01211,2.45536],[12.01932,2.45029],[12.01739,2.44386],[12.01672,2.44137],[12.02210,2.43527],[12.02713,2.43536],[12.03586,2.43373],[12.03662,2.43004],[12.04619,2.43545],[12.04980,2.43356],[12.05265,2.41948],[12.05869,2.41897],[12.06674,2.41639],[12.07539,2.42000],[12.08076,2.40412],[12.08386,2.40266],[12.08596,2.40815],[12.10333,2.40214],[12.10820,2.39656],[12.11156,2.39004],[12.11911,2.39021],[12.12599,2.39476],[12.13229,2.39656],[12.13631,2.39073],[12.14043,2.38935],[12.14731,2.39579],[12.14949,2.39493],[12.15251,2.38987],[12.15813,2.39056],[12.16275,2.38472],[12.16912,2.38051],[12.17718,2.38206],[12.18154,2.38609],[12.18355,2.39201],[12.19446,2.38961],[12.20411,2.37802],[12.21644,2.37614],[12.21719,2.38111],[12.21619,2.38549],[12.22097,2.38841],[12.22877,2.38935],[12.23011,2.37991],[12.23682,2.37442],[12.24321,2.37290],[12.24362,2.38371],[12.24740,2.38054],[12.25151,2.38011],[12.25629,2.39126],[12.25872,2.39968],[12.25461,2.40714],[12.25545,2.41839],[12.25361,2.43015],[12.25612,2.43564],[12.26619,2.44122],[12.26275,2.44542],[12.26149,2.45109],[12.25361,2.46104],[12.25403,2.46345],[12.26417,2.46808],[12.27273,2.46886],[12.27399,2.47306],[12.27080,2.48594],[12.27105,2.49117],[12.26652,2.50422],[12.27583,2.50808],[12.27592,2.51229],[12.28632,2.51297],[12.29546,2.51992],[12.29529,2.52370],[12.28841,2.52267],[12.28706,2.53000],[12.28329,2.53480],[12.28245,2.54321],[12.27389,2.54218],[12.27725,2.55051],[12.28069,2.55351],[12.27951,2.56004],[12.27968,2.56579],[12.28211,2.56699],[12.28404,2.57531],[12.27834,2.57815],[12.28010,2.58098],[12.29486,2.58999],[12.30190,2.59403],[12.30283,2.59883],[12.30132,2.60261],[12.29897,2.60390],[12.29931,2.60827],[12.30182,2.61437],[12.29939,2.61746],[12.29645,2.62896],[12.29855,2.63102],[12.29704,2.63737],[12.30031,2.64621],[12.30392,2.65754],[12.30719,2.66312],[12.30383,2.67677],[12.29855,2.67925],[12.29471,2.68567],[12.28985,2.68481],[12.28247,2.68661],[12.28247,2.69373],[12.28574,2.69365],[12.29463,2.70197],[12.30276,2.70412],[12.30486,2.70635],[12.31090,2.70532],[12.31660,2.70781],[12.32406,2.71459],[12.33211,2.71742],[12.34201,2.71794],[12.35576,2.72309],[12.35534,2.73133],[12.36255,2.73219],[12.36540,2.73674],[12.36506,2.74266],[12.35777,2.74249],[12.35316,2.74489],[12.35081,2.74978],[12.35039,2.75734],[12.35198,2.76249],[12.36515,2.77064],[12.36942,2.77261],[12.37621,2.77536],[12.38183,2.78197],[12.38602,2.78626],[12.39047,2.79338],[12.39231,2.80128],[12.39650,2.80540],[12.39809,2.81476],[12.39491,2.82291],[12.39499,2.82952],[12.39650,2.83501],[12.40052,2.82746],[12.40455,2.82403],[12.40916,2.82694],[12.40455,2.84351],[12.39466,2.85304],[12.38938,2.87072],[12.37613,2.88291],[12.35714,2.89770],[12.33400,2.92645],[12.31472,2.94353],[12.30650,2.95280],[12.29887,2.95512],[12.28397,2.96884],[12.28095,2.98480],[12.27047,3.00892],[12.26334,3.01750],[12.23683,3.02566],[12.22643,3.03733],[12.21418,3.05612],[12.20529,3.05938],[12.19757,3.05740],[12.18230,3.07440],[12.17576,3.08470],[12.17425,3.09852],[12.16469,3.11208],[12.15730,3.12555],[12.14354,3.12615],[12.13700,3.12993],[12.13280,3.14203],[12.12189,3.15439],[12.11686,3.16641],[12.10519,3.17628],[12.08455,3.18795],[12.07162,3.20203],[12.06465,3.21465],[12.06121,3.22018],[12.05382,3.22456],[12.04669,3.23254],[12.03527,3.23572],[12.03133,3.24421],[12.03124,3.25280],[12.02671,3.25880],[12.01840,3.26121],[12.01462,3.26970],[12.00967,3.26859],[12.00471,3.26481],[12.00304,3.25898],[11.99498,3.25554],[11.98052,3.26867],[11.96683,3.27709],[11.95029,3.27889],[11.94022,3.27949],[11.93484,3.28464],[11.93400,3.29365],[11.93450,3.29923],[11.91838,3.30223],[11.89631,3.30673],[11.88531,3.31883],[11.88472,3.32802],[11.88917,3.33591],[11.88355,3.34510],[11.88951,3.37428],[11.88077,3.39720],[11.87666,3.40818],[11.87876,3.41814],[11.87313,3.42758],[11.87851,3.43874],[11.87422,3.45144],[11.86424,3.46312],[11.86516,3.47506],[11.85668,3.48802],[11.84399,3.49136],[11.82963,3.50733],[11.81476,3.52364],[11.80308,3.51994],[11.79140,3.51977],[11.78392,3.52698],[11.77930,3.53677],[11.77855,3.56037],[11.77384,3.56509],[11.76544,3.56655],[11.75510,3.55968],[11.74670,3.55179],[11.73620,3.54878],[11.73023,3.55033],[11.72283,3.55765],[11.71787,3.56649],[11.71014,3.58966],[11.70476,3.59293],[11.70174,3.59378],[11.60145,3.55018],[11.52032,3.53985],[11.45589,3.53110],[11.43377,3.52758],[11.39490,3.51829],[11.37639,3.51237],[11.34845,3.50602],[11.30317,3.49726],[11.30048,3.49486],[11.29509,3.49452],[11.28524,3.50765],[11.26993,3.52250],[11.24975,3.54129],[11.22020,3.58284],[11.19225,3.62275],[11.15343,3.67802],[11.14223,3.69407],[11.14290,3.69965],[11.13297,3.71879],[11.12884,3.72094],[11.11882,3.72034],[11.10054,3.71562],[11.08243,3.71441],[11.07435,3.71459],[11.04882,3.72051],[11.03459,3.71639],[11.03080,3.71862],[11.02439,3.73433],[11.01268,3.75304],[10.99499,3.75776],[10.92406,3.77035],[10.83936,3.74495],[10.81707,3.74606],[10.79380,3.76649],[10.74978,3.77996],[10.74591,3.77825],[10.73865,3.77936],[10.73511,3.78091],[10.73091,3.78511],[10.72037,3.79481],[10.72045,3.80923],[10.71362,3.82339],[10.70755,3.82915],[10.69878,3.83481],[10.69059,3.83670],[10.66647,3.83859],[10.64943,3.83962],[10.61367,3.84228],[10.60700,3.84348],[10.60185,3.84211],[10.59173,3.84391],[10.58194,3.84116],[10.56321,3.83172],[10.54094,3.82082],[10.52060,3.81455],[10.50347,3.80974],[10.49030,3.80605],[10.47469,3.80313],[10.45891,3.80519],[10.44793,3.80605],[10.43206,3.80236],[10.41712,3.79532],[10.40851,3.78811],[10.40725,3.78399],[10.40885,3.77936],[10.41738,3.76417],[10.42979,3.74177],[10.44304,3.71859],[10.46119,3.68374],[10.44844,3.66520],[10.43941,3.64117],[10.41767,3.62414],[10.39817,3.63015],[10.34818,3.60612],[10.28637,3.58243],[10.27210,3.57710],[10.25014,3.59170],[10.23375,3.59624],[10.22945,3.59556],[10.22556,3.59770],[10.22041,3.60551],[10.21179,3.60886],[10.20588,3.62019],[10.20115,3.62568],[10.18975,3.64328],[10.18493,3.65452],[10.18383,3.67409],[10.18138,3.67856],[10.17598,3.68062],[10.15494,3.67349],[10.14455,3.67083],[10.11979,3.66568],[10.11083,3.66139],[10.10762,3.65804],[10.10407,3.64903],[10.09875,3.63633],[10.09393,3.62809],[10.08450,3.61720],[10.07157,3.61188],[10.05974,3.60999],[10.05196,3.60888],[10.03024,3.60416],[10.01173,3.60493],[10.00248,3.60467],[9.98828,3.60716],[9.96630,3.60253],[9.95608,3.59789],[9.94618,3.58948],[9.93105,3.56897],[9.92480,3.56141],[9.91947,3.56064],[9.90941,3.56425],[9.90290,3.56425],[9.89757,3.56227],[9.88759,3.55377],[9.88387,3.54974],[9.87237,3.53206],[9.86155,3.52004],[9.86036,3.51515],[9.86324,3.49618],[9.87102,3.47584],[9.87051,3.46357],[9.86282,3.44760],[9.85242,3.41705],[9.85013,3.40803],[9.84455,3.39610],[9.84413,3.39233],[9.83952,3.37863],[9.83453,3.36859],[9.82869,3.35537],[9.82395,3.34928],[9.81533,3.34250],[9.80569,3.33220],[9.77811,3.32447],[9.76889,3.32370],[9.75443,3.32748],[9.73861,3.33271],[9.72457,3.34018],[9.71678,3.34911],[9.70748,3.36172],[9.69672,3.35433],[9.67726,3.33725],[9.65873,3.31425],[9.66076,3.30283],[9.66508,3.29253],[9.66618,3.28258],[9.66271,3.27374],[9.65628,3.26404],[9.65103,3.25966],[9.63250,3.25262],[9.60796,3.25297],[9.60017,3.25013],[9.57004,3.22567],[9.54863,3.21065],[9.51683,3.19440],[9.50828,3.18556],[9.49846,3.16796],[9.49626,3.15397],[9.49264,3.15342],[9.47130,3.14561],[9.45132,3.13480],[9.43811,3.13265],[9.42423,3.13480],[9.40551,3.14330],[9.35919,3.15608],[9.33556,3.15566],[9.28144,3.15832],[9.26763,3.14149],[9.25111,3.13094],[9.23154,3.12295],[9.21850,3.12167],[9.19986,3.12458],[9.18944,3.12149],[9.15097,3.09841],[9.14385,3.09429],[9.13020,3.09195],[9.10215,3.08972],[9.09367,3.06620],[9.08977,3.04646],[9.08342,3.03221],[9.08079,3.02105],[9.08164,2.99667],[9.06969,2.95470],[9.06511,2.92698],[9.06350,2.91702],[9.05960,2.90123],[9.05816,2.88827],[9.05706,2.86106],[9.05951,2.83626],[9.06028,2.82055],[9.06333,2.81034],[9.06808,2.80270],[9.06986,2.79574],[9.07036,2.78296],[9.06646,2.77815],[9.06274,2.78270],[9.05409,2.78381],[9.05197,2.79214],[9.04960,2.79154],[9.04188,2.78424],[9.03366,2.78441],[9.03120,2.77969],[9.02493,2.79162],[9.01917,2.78750],[9.01450,2.77815],[9.00849,2.78416],[9.00594,2.78810],[9.00015,2.78735],[8.99489,2.78177],[8.99285,2.79258],[8.98963,2.79121],[8.98522,2.78520],[8.98243,2.78941],[8.97378,2.79018],[8.96623,2.78658],[8.96284,2.77456],[8.95860,2.77516],[8.95504,2.78331],[8.94555,2.77988],[8.94019,2.78503],[8.92840,2.77473],[8.92060,2.77439],[8.91755,2.75808],[8.90814,2.75799],[8.90907,2.76641],[8.90661,2.77319],[8.89695,2.77293],[8.88652,2.77121],[8.88024,2.77319],[8.87215,2.77101],[8.87046,2.75650],[8.86486,2.76552],[8.86070,2.76706],[8.85773,2.76491],[8.85129,2.76474],[8.84450,2.76140],[8.83653,2.76320],[8.82381,2.76037],[8.82177,2.76886],[8.80803,2.76706],[8.80311,2.75865],[8.80702,2.74586],[8.79692,2.73934],[8.79099,2.74071],[8.78462,2.73153],[8.77919,2.73599],[8.76774,2.73350],[8.75519,2.74260],[8.74654,2.75401],[8.73856,2.74989],[8.71141,2.74826],[8.71031,2.76251],[8.70539,2.76071],[8.70115,2.74852],[8.69198,2.74354],[8.68299,2.73959],[8.68172,2.75298],[8.67330,2.75176],[8.66745,2.74155],[8.66465,2.73692],[8.65828,2.73734],[8.65523,2.75743],[8.64487,2.75254],[8.63546,2.75108],[8.63062,2.75734],[8.61797,2.75245],[8.61382,2.75717],[8.60872,2.75631],[8.60270,2.75125],[8.59130,2.75222],[8.58613,2.75522],[8.57925,2.75445],[8.57161,2.76295],[8.56601,2.76192],[8.56245,2.75823],[8.55752,2.75797],[8.55124,2.76011],[8.54742,2.75900],[8.54131,2.75239],[8.53758,2.75247],[8.53376,2.75891],[8.53333,2.76406],[8.52994,2.76475],[8.52782,2.76844],[8.52154,2.76973],[8.51551,2.76166],[8.49802,2.76200],[8.49692,2.75196],[8.49191,2.75179],[8.49106,2.76140],[8.48351,2.75917],[8.46856,2.75076],[8.46313,2.74466],[8.44989,2.74921],[8.44649,2.74629],[8.44242,2.73797],[8.43444,2.73488],[8.43520,2.72698],[8.43817,2.72158],[8.43766,2.71763],[8.43155,2.71574],[8.42166,2.70845],[8.41682,2.71265],[8.41071,2.71282],[8.40052,2.71943],[8.38082,2.71703],[8.37029,2.71033],[8.36843,2.70407],[8.36418,2.70295],[8.35458,2.69643],[8.33521,2.69959],[8.32706,2.69848],[8.32078,2.69487],[8.31738,2.69539],[8.31296,2.70225],[8.30099,2.70629],[8.28111,2.71230],[8.26565,2.71796],[8.25869,2.71779],[8.24731,2.72294],[8.24247,2.72860],[8.24306,2.73204],[8.23168,2.74217],[8.22052,2.74914],[8.21823,2.75360],[8.21050,2.75437],[8.20838,2.75111],[8.19249,2.75412],[8.18442,2.75463],[8.18110,2.75223],[8.15953,2.74648],[8.15570,2.74356],[8.14984,2.74485],[8.14695,2.73343],[8.14234,2.73075],[8.13002,2.73152],[8.11210,2.72929],[8.10734,2.73667],[8.10096,2.73659],[8.09017,2.72860],[8.08499,2.72929],[8.08168,2.73324],[8.07547,2.73238],[8.07148,2.72938],[8.06077,2.72749],[8.05406,2.72217],[8.04403,2.72028],[8.03485,2.71745],[8.02780,2.71813],[8.01386,2.71504],[8.01190,2.71350],[7.99850,2.71383],[7.96816,2.70800],[7.95600,2.70491],[7.94512,2.70087],[7.94095,2.69650],[7.93398,2.70122],[7.92786,2.69667],[7.92591,2.69083],[7.91458,2.69438],[7.90659,2.68898],[7.90608,2.68005],[7.90285,2.67902],[7.89724,2.68220],[7.89018,2.67954],[7.87820,2.67773],[7.86757,2.68383],[7.84308,2.69902],[7.81885,2.71249],[7.81179,2.72030],[7.80269,2.72588],[7.78943,2.72485],[7.76868,2.73361],[7.76561,2.73412],[7.75388,2.72957],[7.70676,2.72417],[7.65691,2.71936],[7.63488,2.71713],[7.61855,2.71721],[7.61259,2.71739],[7.60528,2.73043],[7.59200,2.73163],[7.58630,2.73026],[7.57805,2.73464],[7.57320,2.73318],[7.56716,2.73567],[7.56010,2.73584],[7.55363,2.73524],[7.54887,2.73661],[7.54580,2.73807],[7.54112,2.74193],[7.54019,2.74691],[7.53610,2.74734],[7.53228,2.75944],[7.52343,2.76605],[7.51926,2.77395],[7.52036,2.77979],[7.51772,2.78382],[7.51168,2.78322],[7.50581,2.78811],[7.49900,2.79000],[7.49713,2.79309],[7.48318,2.79343],[7.48037,2.79687],[7.47501,2.79532],[7.46539,2.79429],[7.45977,2.79421],[7.45067,2.79489],[7.44054,2.79524],[7.43739,2.79661],[7.43288,2.79592],[7.42862,2.79352],[7.42709,2.77884],[7.42888,2.75790],[7.42581,2.74880],[7.42318,2.74468],[7.41330,2.74425],[7.41024,2.74442],[7.38215,2.74459],[7.31777,2.74510],[7.28096,2.74531],[7.25712,2.75012],[7.25074,2.75836],[7.21009,2.76284],[7.13242,2.77357],[7.10488,2.74121],[7.07805,2.75520],[7.06808,2.76043],[7.04931,2.76181],[7.04131,2.76164],[7.03849,2.76026],[7.03466,2.75117],[7.01626,2.72954],[7.00238,2.72748],[6.99760,2.72456],[6.97699,2.72241],[6.95364,2.71331],[6.95066,2.71331],[6.93933,2.72379],[6.93311,2.73177],[6.92791,2.74207],[6.91547,2.74232],[6.89298,2.74129],[6.85830,2.73898],[6.85327,2.73923],[6.83784,2.74095],[6.81373,2.73529],[6.78458,2.73486],[6.78202,2.73752],[6.77750,2.74627],[6.77171,2.75074],[6.76540,2.76481],[6.76813,2.77915],[6.76745,2.78335],[6.76515,2.78627],[6.75705,2.79013],[6.74639,2.79211],[6.72832,2.78198],[6.72491,2.78146],[6.71324,2.78318],[6.70608,2.78541],[6.69227,2.78361],[6.68604,2.77065],[6.67411,2.75692],[6.66882,2.75048],[6.66371,2.74953],[6.64615,2.73941],[6.63566,2.73082],[6.62799,2.73469],[6.62202,2.73614],[6.60796,2.73589],[6.59159,2.74069],[6.57309,2.74653],[6.57070,2.75125],[6.56831,2.75074],[6.56712,2.74773],[6.56337,2.74808],[6.55962,2.74310],[6.55527,2.74378],[6.55237,2.74155],[6.54964,2.73374],[6.53890,2.73057],[6.53634,2.72997],[6.53045,2.72009],[6.52474,2.71494],[6.51843,2.70731],[6.50965,2.70533],[6.50504,2.70945],[6.50589,2.71666],[6.50018,2.72173],[6.49694,2.71975],[6.49208,2.72095],[6.48909,2.72439],[6.48509,2.72567],[6.48227,2.71975],[6.47427,2.71757],[6.46992,2.71216],[6.46387,2.70667],[6.45721,2.70624],[6.45380,2.71165],[6.37422,2.71225],[5.76705,2.90858],[5.77798,1.77973]], + BJ: [[6.20530, 1.62760],[6.24199, 1.62837],[6.24292, 1.63180],[6.24702, 1.63429],[6.24907, 1.63644],[6.24685, 1.64013],[6.24497, 1.64459],[6.25035, 1.65095],[6.25129, 1.65318],[6.25077, 1.65730],[6.25018, 1.65918],[6.25018, 1.66116],[6.25368, 1.66399],[6.25410, 1.66717],[6.25129, 1.67172],[6.25248, 1.67584],[6.25675, 1.67987],[6.25769, 1.68425],[6.25547, 1.68734],[6.25589, 1.69129],[6.26024, 1.69601],[6.26067, 1.70013],[6.26195, 1.71034],[6.26059, 1.71523],[6.26263, 1.72064],[6.26477, 1.72253],[6.26400, 1.72931],[6.26545, 1.73420],[6.26809, 1.73609],[6.26835, 1.74004],[6.26767, 1.74210],[6.26895, 1.74416],[6.27355, 1.75017],[6.27321, 1.75806],[6.27569, 1.76458],[6.28038, 1.76913],[6.28482, 1.77076],[6.28925, 1.78330],[6.28447, 1.78321],[6.28482, 1.78990],[6.28140, 1.78922],[6.28192, 1.79274],[6.28456, 1.79239],[6.28814, 1.79960],[6.28797, 1.80784],[6.29446, 1.80123],[6.29770, 1.79239],[6.30120, 1.79188],[6.30418, 1.79265],[6.30657, 1.78810],[6.30998, 1.78707],[6.31109, 1.79437],[6.32278, 1.79557],[6.32713, 1.79042],[6.33250, 1.79093],[6.33097, 1.78458],[6.33310, 1.78338],[6.33703, 1.78355],[6.33976, 1.78630],[6.34274, 1.77840],[6.34675, 1.77952],[6.35025, 1.78570],[6.37055, 1.78098],[6.38241, 1.78398],[6.38394, 1.77351],[6.39315, 1.77222],[6.39469, 1.76707],[6.40177, 1.76810],[6.40475, 1.77446],[6.40467, 1.76656],[6.40552, 1.76424],[6.41286, 1.76304],[6.41584, 1.76776],[6.42565, 1.77068],[6.42539, 1.77394],[6.42232, 1.77591],[6.42556, 1.77780],[6.42915, 1.77763],[6.42761, 1.77463],[6.42821, 1.77282],[6.43017, 1.77222],[6.42974, 1.76776],[6.43119, 1.76579],[6.43793, 1.76441],[6.43989, 1.76338],[6.44075, 1.75738],[6.44296, 1.75506],[6.45209, 1.75205],[6.45627, 1.75274],[6.45857, 1.75574],[6.45968, 1.75265],[6.46139, 1.74596],[6.46369, 1.74510],[6.46923, 1.74811],[6.46983, 1.75188],[6.47222, 1.75102],[6.47094, 1.74467],[6.47708, 1.73695],[6.47247, 1.73652],[6.47426, 1.73197],[6.47682, 1.72957],[6.48245, 1.73635],[6.48654, 1.73683],[6.48620, 1.73194],[6.48475, 1.72885],[6.48774, 1.72379],[6.49030, 1.72379],[6.49089, 1.71726],[6.49891, 1.71495],[6.50190, 1.71211],[6.49831, 1.70859],[6.49575, 1.70310],[6.50369, 1.70070],[6.50079, 1.69306],[6.50437, 1.69254],[6.50897, 1.69366],[6.51904, 1.68988],[6.52031, 1.69246],[6.51332, 1.70130],[6.51477, 1.70276],[6.51946, 1.69855],[6.52842, 1.69924],[6.52935, 1.70138],[6.53379, 1.69787],[6.53780, 1.70224],[6.53993, 1.69649],[6.54539, 1.69169],[6.55187, 1.69581],[6.55323, 1.69306],[6.54965, 1.68765],[6.55076, 1.68525],[6.55681, 1.68327],[6.56090, 1.68319],[6.56210, 1.67933],[6.55408, 1.67392],[6.55451, 1.66903],[6.55741, 1.66714],[6.56406, 1.66808],[6.56679, 1.65984],[6.57327, 1.65607],[6.57284, 1.65255],[6.57992, 1.64997],[6.58546, 1.64654],[6.58435, 1.64396],[6.59109, 1.63761],[6.59885, 1.63538],[6.60217, 1.62903],[6.59996, 1.62345],[6.60175, 1.62088],[6.60848, 1.61324],[6.61300, 1.60879],[6.62468, 1.61111],[6.62263, 1.60287],[6.62587, 1.60166],[6.63099, 1.60561],[6.63363, 1.60132],[6.64514, 1.60063],[6.64420, 1.61093],[6.65034, 1.61471],[6.65026, 1.60793],[6.65742, 1.60158],[6.66040, 1.60639],[6.66518, 1.60475],[6.66978, 1.59820],[6.67532, 1.59426],[6.67217, 1.58996],[6.67379, 1.58662],[6.67831, 1.58756],[6.68010, 1.58859],[6.68487, 1.58481],[6.68223, 1.58172],[6.68308, 1.57820],[6.68913, 1.57366],[6.69263, 1.57606],[6.69015, 1.58275],[6.69868, 1.58009],[6.69885, 1.58181],[6.69595, 1.58550],[6.69595, 1.58662],[6.70141, 1.58936],[6.70166, 1.59151],[6.70516, 1.59142],[6.70933, 1.58765],[6.71752, 1.58988],[6.72374, 1.58790],[6.72971, 1.59039],[6.72996, 1.59468],[6.73394, 1.60438],[6.73539, 1.62112],[6.74127, 1.62232],[6.74699, 1.61803],[6.75099, 1.61537],[6.75500, 1.61614],[6.76130, 1.62430],[6.76216, 1.61683],[6.76599, 1.61125],[6.76983, 1.60739],[6.77631, 1.60816],[6.78543, 1.61279],[6.78900, 1.61322],[6.79480, 1.60842],[6.79608, 1.59571],[6.79855, 1.59348],[6.80626, 1.59393],[6.81231, 1.59693],[6.81972, 1.60208],[6.82330, 1.61101],[6.82654, 1.61195],[6.82569, 1.60131],[6.83020, 1.59719],[6.83958, 1.60071],[6.85858, 1.59890],[6.86761, 1.59607],[6.87341, 1.59882],[6.87554, 1.60483],[6.88074, 1.60697],[6.88824, 1.60277],[6.89275, 1.60199],[6.90451, 1.60526],[6.90383, 1.59890],[6.90937, 1.58200],[6.91278, 1.58036],[6.91533, 1.58079],[6.92096, 1.57642],[6.92769, 1.57779],[6.94098, 1.57959],[6.94200, 1.57539],[6.95552, 1.56752],[6.96268, 1.56494],[6.97443, 1.55825],[6.98934, 1.55919],[6.99531, 1.55679],[7.00076, 1.55730],[7.00084, 1.63224],[7.02057, 1.63291],[7.08871, 1.63325],[7.22633, 1.63325],[7.27078, 1.63282],[7.35370, 1.63248],[7.41396, 1.63111],[7.44052, 1.63034],[7.55276, 1.64304],[7.55438, 1.64274],[7.55582, 1.64205],[7.56910, 1.64231],[7.57539, 1.64312],[7.57858, 1.64192],[7.58565, 1.64493],[7.59160, 1.64390],[7.60317, 1.64544],[7.61389, 1.64527],[7.61695, 1.64227],[7.62699, 1.64038],[7.62946, 1.63900],[7.63499, 1.63858],[7.64111, 1.63076],[7.73825, 1.63076],[7.78911, 1.63068],[7.80790, 1.63291],[7.83273, 1.63042],[7.86580, 1.62870],[7.87456, 1.63008],[7.91080, 1.63205],[7.96240, 1.63179],[7.97506, 1.63370],[8.00090, 1.63130],[8.02631, 1.63259],[8.09090, 1.63196],[8.18470, 1.63239],[8.24493, 1.63256],[8.33785, 1.63162],[8.34464, 1.63179],[8.35789, 1.62200],[8.36069, 1.61926],[8.36884, 1.61823],[8.36952, 1.61574],[8.37343, 1.61557],[8.37598, 1.61883],[8.38294, 1.62140],[8.39194, 1.62329],[8.40137, 1.62295],[8.40247, 1.62561],[8.41028, 1.62467],[8.41724, 1.62630],[8.42174, 1.62475],[8.42989, 1.62441],[8.43612, 1.63001],[8.44435, 1.63147],[8.45004, 1.62666],[8.45548, 1.62649],[8.46006, 1.62992],[8.46337, 1.63670],[8.47008, 1.64082],[8.47916, 1.64245],[8.49464, 1.65009],[8.54455, 1.62331],[8.61596, 1.62692],[8.67494, 1.62967],[8.77021, 1.63155],[8.86571, 1.63241],[8.89344, 1.63078],[8.89607, 1.62701],[8.90201, 1.62331],[8.90947, 1.62357],[8.92380, 1.62143],[8.92863, 1.61885],[8.93296, 1.61911],[8.93559, 1.62048],[8.94237, 1.62306],[8.94686, 1.62203],[8.94932, 1.61945],[8.95424, 1.62031],[8.95967, 1.61718],[8.96874, 1.61984],[8.97433, 1.61975],[8.98459, 1.62173],[8.99095, 1.62344],[9.00036, 1.62284],[9.00740, 1.62525],[9.02291, 1.62095],[9.02664, 1.62138],[9.03689, 1.61761],[9.04537, 1.62061],[9.05800, 1.61752],[9.09351, 1.60216],[9.10784, 1.59778],[9.14004, 1.57340],[9.17199, 1.56250],[9.19563, 1.52019],[9.22350, 1.49135],[9.25993, 1.45796],[9.28492, 1.44792],[9.31405, 1.42148],[9.31973, 1.41796],[9.32769, 1.41101],[9.36266, 1.40145],[9.46029, 1.39671],[9.47308, 1.39568],[9.49703, 1.38298],[9.49170, 1.36873],[9.48882, 1.36839],[9.48679, 1.36479],[9.48349, 1.36504],[9.48103, 1.36144],[9.48180, 1.35903],[9.49940, 1.35921],[9.54969, 1.34281],[9.59860, 1.36238],[9.65217, 1.36350],[9.66173, 1.36805],[9.68441, 1.35818],[9.70953, 1.35889],[9.75013, 1.35829],[9.80304, 1.36137],[9.87002, 1.35502],[9.89411, 1.35497],[9.92184, 1.35643],[9.97452, 1.35437],[9.99219, 1.35446],[10.09116, 1.19112],[10.14118, 1.10924],[10.17548, 1.06143],[10.27405, 0.92367],[10.37742, 0.77911],[10.38113, 0.77439],[10.44407, 0.77963],[10.52732, 0.78562],[10.57582, 0.80615],[10.63159, 0.80769],[10.67781, 0.79946],[10.72411, 0.80143],[10.80548, 0.87413],[10.83119, 0.87954],[10.85497, 0.88237],[10.88337, 0.90125],[10.91397, 0.88872],[11.00068, 0.91670],[11.02309, 0.94554],[11.02755, 0.94374],[11.03067, 0.94760],[11.03496, 0.94408],[11.03732, 0.94623],[11.03833, 0.95138],[11.04701, 0.95919],[11.05476, 0.96794],[11.05501, 0.97112],[11.06394, 0.97524],[11.07506, 0.97687],[11.07565, 0.97481],[11.08163, 0.97361],[11.08955, 0.97644],[11.09460, 0.98760],[11.09385, 0.98957],[11.08685, 0.98674],[11.08812, 0.99438],[11.08972, 1.00253],[11.08753, 1.01455],[11.08407, 1.01395],[11.08087, 1.01652],[11.06799, 1.01927],[11.05299, 1.02725],[11.05299, 1.03180],[11.05215, 1.03635],[11.05501, 1.04442],[11.05619, 1.05085],[11.05897, 1.05386],[11.05914, 1.05600],[11.05864, 1.06261],[11.06226, 1.06287],[11.06260, 1.06519],[11.06260, 1.06896],[11.06167, 1.07120],[11.05796, 1.07454],[11.05678, 1.07360],[11.05653, 1.08244],[11.04972, 1.09207],[11.04719, 1.09894],[11.04332, 1.09997],[11.03894, 1.10383],[11.03262, 1.10658],[11.03161, 1.10847],[11.03228, 1.11087],[11.03153, 1.11404],[11.03565, 1.11147],[11.03801, 1.11542],[11.04273, 1.11842],[11.04602, 1.11739],[11.04374, 1.11430],[11.04728, 1.11173],[11.05048, 1.11078],[11.05461, 1.10606],[11.05528, 1.10160],[11.06202, 1.09671],[11.06918, 1.10040],[11.07196, 1.09645],[11.07929, 1.09731],[11.08173, 1.10014],[11.08434, 1.09920],[11.08695, 1.09370],[11.09285, 1.09070],[11.09335, 1.08667],[11.10043, 1.08950],[11.10220, 1.09482],[11.10439, 1.09224],[11.10531, 1.08649],[11.11003, 1.08469],[11.11289, 1.08933],[11.11643, 1.08615],[11.12115, 1.08615],[11.12056, 1.08031],[11.12528, 1.07954],[11.13134, 1.07431],[11.13142, 1.07104],[11.13530, 1.06624],[11.13403, 1.06323],[11.13201, 1.06340],[11.13109, 1.06830],[11.12856, 1.06967],[11.12637, 1.06907],[11.12536, 1.06392],[11.12300, 1.06006],[11.11803, 1.05886],[11.11963, 1.05474],[11.12106, 1.05388],[11.12384, 1.05714],[11.12856, 1.05697],[11.12848, 1.05345],[11.13184, 1.04821],[11.13378, 1.05010],[11.13319, 1.05388],[11.13530, 1.05542],[11.13749, 1.05345],[11.14085, 1.05371],[11.14229, 1.05611],[11.14667, 1.05388],[11.14835, 1.05551],[11.14784, 1.05774],[11.15147, 1.06134],[11.15172, 1.07233],[11.15020, 1.07757],[11.14784, 1.08049],[11.15121, 1.08263],[11.15206, 1.08564],[11.14894, 1.09053],[11.15264, 1.09456],[11.15273, 1.09963],[11.15635, 1.09688],[11.15845, 1.09885],[11.15778, 1.10177],[11.16612, 1.10520],[11.16755, 1.10864],[11.17294, 1.11070],[11.17757, 1.11799],[11.17866, 1.12743],[11.17833, 1.13387],[11.17483, 1.13700],[11.17812, 1.13915],[11.17710, 1.14395],[11.17323, 1.14215],[11.17281, 1.14447],[11.17163, 1.14524],[11.17012, 1.14936],[11.16650, 1.14885],[11.16725, 1.15065],[11.16473, 1.15305],[11.16330, 1.15648],[11.16506, 1.15640],[11.16591, 1.15932],[11.16902, 1.15863],[11.17003, 1.16086],[11.17020, 1.16387],[11.17466, 1.16086],[11.17323, 1.15709],[11.17475, 1.15554],[11.17887, 1.15374],[11.17980, 1.15520],[11.18241, 1.15254],[11.18536, 1.15288],[11.18569, 1.15709],[11.18847, 1.15451],[11.19243, 1.15442],[11.19108, 1.15133],[11.19386, 1.15056],[11.19706, 1.15202],[11.20287, 1.15425],[11.20447, 1.15202],[11.20952, 1.15425],[11.21179, 1.14936],[11.21440, 1.15013],[11.21432, 1.15400],[11.21769, 1.15614],[11.21828, 1.15254],[11.22484, 1.15297],[11.22341, 1.15442],[11.22072, 1.15485],[11.22080, 1.15691],[11.22526, 1.15992],[11.23402, 1.15503],[11.23461, 1.14850],[11.23722, 1.15038],[11.23873, 1.14806],[11.23873, 1.14265],[11.24328, 1.13896],[11.24673, 1.12935],[11.24900, 1.12935],[11.25212, 1.13407],[11.25397, 1.13124],[11.26172, 1.13175],[11.26037, 1.13733],[11.26475, 1.13604],[11.26668, 1.13991],[11.27131, 1.13870],[11.27375, 1.14239],[11.27939, 1.14729],[11.28108, 1.14926],[11.27805, 1.15124],[11.28183, 1.15166],[11.28554, 1.15870],[11.28242, 1.16274],[11.28301, 1.16694],[11.28436, 1.16874],[11.28352, 1.17123],[11.27863, 1.16909],[11.28108, 1.17269],[11.27796, 1.17733],[11.27661, 1.17613],[11.27434, 1.17733],[11.26820, 1.17398],[11.26491, 1.17793],[11.26929, 1.17947],[11.26845, 1.18316],[11.27156, 1.18625],[11.27097, 1.18883],[11.26500, 1.19106],[11.26365, 1.19561],[11.26660, 1.19947],[11.26752, 1.20591],[11.26895, 1.21544],[11.26579, 1.21820],[11.26621, 1.22026],[11.26898, 1.22172],[11.26907, 1.22961],[11.26587, 1.22824],[11.26242, 1.23004],[11.26545, 1.23184],[11.26545, 1.23691],[11.26326, 1.24343],[11.25905, 1.24197],[11.25610, 1.24231],[11.25855, 1.24480],[11.25812, 1.24609],[11.25274, 1.25090],[11.25223, 1.25356],[11.25366, 1.25742],[11.25349, 1.26369],[11.25728, 1.26557],[11.26338, 1.27334],[11.26060, 1.27591],[11.26515, 1.28209],[11.26843, 1.27849],[11.27180, 1.28106],[11.27794, 1.27900],[11.27929, 1.27531],[11.28611, 1.27832],[11.28746, 1.27488],[11.28998, 1.27317],[11.29360, 1.27591],[11.29402, 1.26347],[11.29764, 1.26295],[11.30336, 1.25883],[11.30488, 1.26244],[11.31060, 1.25892],[11.31279, 1.26167],[11.31801, 1.25995],[11.32499, 1.26621],[11.32819, 1.26853],[11.32701, 1.27737],[11.32373, 1.28561],[11.31717, 1.28836],[11.31397, 1.29145],[11.30522, 1.29214],[11.29932, 1.29420],[11.29983, 1.30304],[11.29469, 1.30338],[11.29739, 1.30879],[11.30118, 1.30613],[11.30841, 1.32003],[11.30547, 1.32106],[11.30328, 1.31849],[11.29756, 1.32037],[11.29512, 1.32518],[11.29789, 1.32630],[11.29680, 1.32982],[11.29966, 1.33359],[11.30176, 1.34089],[11.30471, 1.33445],[11.30749, 1.33599],[11.31161, 1.34149],[11.30732, 1.34741],[11.30732, 1.35093],[11.31085, 1.35041],[11.31144, 1.34775],[11.31616, 1.34183],[11.31910, 1.34303],[11.32070, 1.34793],[11.32247, 1.33900],[11.32878, 1.33771],[11.33425, 1.33977],[11.33341, 1.33290],[11.33711, 1.33131],[11.33964, 1.33380],[11.34376, 1.32925],[11.35268, 1.32513],[11.36505, 1.32539],[11.36842, 1.32685],[11.36842, 1.33800],[11.36463, 1.33586],[11.36387, 1.34041],[11.36985, 1.34341],[11.36884, 1.34933],[11.37271, 1.34873],[11.37641, 1.35217],[11.37927, 1.35071],[11.38323, 1.35337],[11.38499, 1.35903],[11.38920, 1.35886],[11.39341, 1.35637],[11.39644, 1.35835],[11.39652, 1.36238],[11.39130, 1.36813],[11.39046, 1.37165],[11.39299, 1.37354],[11.39189, 1.37774],[11.38844, 1.38006],[11.39307, 1.38289],[11.39846, 1.38358],[11.40148, 1.38152],[11.40569, 1.38650],[11.40527, 1.39165],[11.40796, 1.39654],[11.41082, 1.39525],[11.41091, 1.39088],[11.42282, 1.38715],[11.42921, 1.38329],[11.43291, 1.38775],[11.43426, 1.38234],[11.43889, 1.38912],[11.44141, 1.38706],[11.44570, 1.38852],[11.44999, 1.39350],[11.45436, 1.39530],[11.45462, 1.40208],[11.45765, 1.40955],[11.46017, 1.40938],[11.46017, 1.41427],[11.45748, 1.41822],[11.45941, 1.42225],[11.45571, 1.42191],[11.46025, 1.42569],[11.46219, 1.43358],[11.46875, 1.43212],[11.47262, 1.43461],[11.47077, 1.43805],[11.47489, 1.43873],[11.47346, 1.44277],[11.47758, 1.44225],[11.48187, 1.44843],[11.47792, 1.45418],[11.46623, 1.45770],[11.47228, 1.45907],[11.47195, 1.46663],[11.46900, 1.46714],[11.47203, 1.47564],[11.46656, 1.48045],[11.46438, 1.47899],[11.46101, 1.48491],[11.45537, 1.48225],[11.45638, 1.48946],[11.45933, 1.49263],[11.47455, 1.49478],[11.47699, 1.49941],[11.47935, 1.50722],[11.47649, 1.50783],[11.47102, 1.50456],[11.46581, 1.50542],[11.46311, 1.51049],[11.46177, 1.51649],[11.45739, 1.52834],[11.45622, 1.53744],[11.46118, 1.53941],[11.46084, 1.54619],[11.46505, 1.54396],[11.46597, 1.54842],[11.47237, 1.54611],[11.47926, 1.54774],[11.47876, 1.55563],[11.46799, 1.56808],[11.46126, 1.57271],[11.45588, 1.57108],[11.44991, 1.56962],[11.44881, 1.57186],[11.45495, 1.57495],[11.45453, 1.57838],[11.44772, 1.58490],[11.43956, 1.58155],[11.43552, 1.58765],[11.42787, 1.58876],[11.42240, 1.59426],[11.42013, 1.59074],[11.41222, 1.59151],[11.40944, 1.59014],[11.40995, 1.59254],[11.40776, 1.59460],[11.40448, 1.59537],[11.40019, 1.60018],[11.39522, 1.60756],[11.39859, 1.61812],[11.39413, 1.62361],[11.39690, 1.62919],[11.40027, 1.63151],[11.40751, 1.64112],[11.40742, 1.64481],[11.40279, 1.64704],[11.40044, 1.65417],[11.39842, 1.66026],[11.39934, 1.66610],[11.40692, 1.67142],[11.41003, 1.67700],[11.40927, 1.68292],[11.41533, 1.68103],[11.41937, 1.68781],[11.41499, 1.69133],[11.41222, 1.69691],[11.41937, 1.69931],[11.41870, 1.70464],[11.42930, 1.70798],[11.43510, 1.71502],[11.42980, 1.71528],[11.42744, 1.72601],[11.42938, 1.73253],[11.42829, 1.73708],[11.42467, 1.74163],[11.41877, 1.74284],[11.42290, 1.74739],[11.41987, 1.75425],[11.42904, 1.75777],[11.42348, 1.77065],[11.42744, 1.77477],[11.42601, 1.78026],[11.43013, 1.78447],[11.42719, 1.79322],[11.42954, 1.79871],[11.43770, 1.79871],[11.43560, 1.80558],[11.44090, 1.80687],[11.44309, 1.81176],[11.43880, 1.82558],[11.44056, 1.82773],[11.43989, 1.83468],[11.44250, 1.83519],[11.44292, 1.84008],[11.44654, 1.84146],[11.45116, 1.84764],[11.44940, 1.85141],[11.44603, 1.84935],[11.44342, 1.85536],[11.44780, 1.85639],[11.44923, 1.86077],[11.44704, 1.87631],[11.45200, 1.87596],[11.45125, 1.88180],[11.44368, 1.88377],[11.44216, 1.88746],[11.43997, 1.89347],[11.43938, 1.90317],[11.43442, 1.90188],[11.43047, 1.91004],[11.43089, 1.91381],[11.42820, 1.91544],[11.42205, 1.91493],[11.41255, 1.91690],[11.41549, 1.91956],[11.41549, 1.92755],[11.41928, 1.93175],[11.41886, 1.93793],[11.41642, 1.94712],[11.41431, 1.95295],[11.41936, 1.95939],[11.42121, 1.96686],[11.42113, 1.97767],[11.41894, 1.98265],[11.42130, 1.98771],[11.41894, 1.99638],[11.41903, 2.00711],[11.41709, 2.01295],[11.41507, 2.01973],[11.42315, 2.02067],[11.43005, 2.02634],[11.43232, 2.03020],[11.43938, 2.03750],[11.45024, 2.04857],[11.45175, 2.05260],[11.45461, 2.05406],[11.45419, 2.05629],[11.46168, 2.05732],[11.46496, 2.06033],[11.46916, 2.06496],[11.48077, 2.06960],[11.48027, 2.07741],[11.48515, 2.08247],[11.49002, 2.08788],[11.50844, 2.10046],[11.51256, 2.10544],[11.51458, 2.10999],[11.52055, 2.11033],[11.52812, 2.11668],[11.53115, 2.11565],[11.53855, 2.12286],[11.54435, 2.12904],[11.55411, 2.14063],[11.55419, 2.15033],[11.55957, 2.15634],[11.56756, 2.16458],[11.57530, 2.16715],[11.57995, 2.17179],[11.58029, 2.17677],[11.58870, 2.18690],[11.59366, 2.18810],[11.59753, 2.19145],[11.59921, 2.19660],[11.59501, 2.20441],[11.59786, 2.20836],[11.60333, 2.20861],[11.60871, 2.21342],[11.61611, 2.22346],[11.61493, 2.22758],[11.61745, 2.23282],[11.62241, 2.23428],[11.62376, 2.24338],[11.63595, 2.24681],[11.64721, 2.25222],[11.65259, 2.25428],[11.65360, 2.25857],[11.65175, 2.26423],[11.64326, 2.26672],[11.64612, 2.27041],[11.64494, 2.27530],[11.65276, 2.28492],[11.66108, 2.29934],[11.66461, 2.30552],[11.67386, 2.31041],[11.67705, 2.31376],[11.68008, 2.31264],[11.68302, 2.30646],[11.69075, 2.30517],[11.69471, 2.30603],[11.69866, 2.30234],[11.70487, 2.30260],[11.71773, 2.29719],[11.72345, 2.30037],[11.72227, 2.30646],[11.73160, 2.30303],[11.73874, 2.30620],[11.73908, 2.31195],[11.73950, 2.31599],[11.74706, 2.32071],[11.75092, 2.32303],[11.75394, 2.31908],[11.75831, 2.32148],[11.76125, 2.32972],[11.76537, 2.33178],[11.76503, 2.33590],[11.77251, 2.33882],[11.77268, 2.34208],[11.77680, 2.34217],[11.78167, 2.33736],[11.78520, 2.34105],[11.78528, 2.34946],[11.79016, 2.36010],[11.78781, 2.36998],[11.79201, 2.37573],[11.79831, 2.37092],[11.80705, 2.37092],[11.80881, 2.36877],[11.81704, 2.36809],[11.82326, 2.37839],[11.82511, 2.38422],[11.82738, 2.38457],[11.82889, 2.38010],[11.83309, 2.37495],[11.83737, 2.37658],[11.84762, 2.37933],[11.85795, 2.37958],[11.86148, 2.39315],[11.87517, 2.40387],[11.88172, 2.40302],[11.88844, 2.39787],[11.89508, 2.39684],[11.90062, 2.40190],[11.90026, 2.40815],[11.90513, 2.40841],[11.91336, 2.39845],[11.92008, 2.40094],[11.92319, 2.39545],[11.92730, 2.39193],[11.93167, 2.39116],[11.93394, 2.39536],[11.93713, 2.39562],[11.93780, 2.39914],[11.94905, 2.40171],[11.95728, 2.41038],[11.95636, 2.41545],[11.95039, 2.41373],[11.95384, 2.42060],[11.95602, 2.43021],[11.95426, 2.43639],[11.95929, 2.43768],[11.96223, 2.43433],[11.97181, 2.43364],[11.97877, 2.44283],[11.98440, 2.44566],[11.98499, 2.44738],[11.98129, 2.45939],[11.97710, 2.45956],[11.97987, 2.46317],[11.99347, 2.46016],[11.99884, 2.46016],[12.00253, 2.45467],[12.00690, 2.45313],[12.01211, 2.45536],[12.01932, 2.45029],[12.01739, 2.44386],[12.01672, 2.44137],[12.02210, 2.43527],[12.02713, 2.43536],[12.03586, 2.43373],[12.03662, 2.43004],[12.04619, 2.43545],[12.04980, 2.43356],[12.05265, 2.41948],[12.05869, 2.41897],[12.06674, 2.41639],[12.07539, 2.42000],[12.08076, 2.40412],[12.08386, 2.40266],[12.08596, 2.40815],[12.10333, 2.40214],[12.10820, 2.39656],[12.11156, 2.39004],[12.11911, 2.39021],[12.12599, 2.39476],[12.13229, 2.39656],[12.13631, 2.39073],[12.14043, 2.38935],[12.14731, 2.39579],[12.14949, 2.39493],[12.15251, 2.38987],[12.15813, 2.39056],[12.16275, 2.38472],[12.16912, 2.38051],[12.17718, 2.38206],[12.18154, 2.38609],[12.18355, 2.39201],[12.19446, 2.38961],[12.20411, 2.37802],[12.21644, 2.37614],[12.21719, 2.38111],[12.21619, 2.38549],[12.22097, 2.38841],[12.22877, 2.38935],[12.23011, 2.37991],[12.23682, 2.37442],[12.24321, 2.37290],[12.24362, 2.38371],[12.24740, 2.38054],[12.25151, 2.38011],[12.25629, 2.39126],[12.25872, 2.39968],[12.25461, 2.40714],[12.25545, 2.41839],[12.25361, 2.43015],[12.25612, 2.43564],[12.26619, 2.44122],[12.26275, 2.44542],[12.26149, 2.45109],[12.25361, 2.46104],[12.25403, 2.46345],[12.26417, 2.46808],[12.27273, 2.46886],[12.27399, 2.47306],[12.27080, 2.48594],[12.27105, 2.49117],[12.26652, 2.50422],[12.27583, 2.50808],[12.27592, 2.51229],[12.28632, 2.51297],[12.29546, 2.51992],[12.29529, 2.52370],[12.28841, 2.52267],[12.28706, 2.53000],[12.28329, 2.53480],[12.28245, 2.54321],[12.27389, 2.54218],[12.27725, 2.55051],[12.28069, 2.55351],[12.27951, 2.56004],[12.27968, 2.56579],[12.28211, 2.56699],[12.28404, 2.57531],[12.27834, 2.57815],[12.28010, 2.58098],[12.29486, 2.58999],[12.30190, 2.59403],[12.30283, 2.59883],[12.30132, 2.60261],[12.29897, 2.60390],[12.29931, 2.60827],[12.30182, 2.61437],[12.29939, 2.61746],[12.29645, 2.62896],[12.29855, 2.63102],[12.29704, 2.63737],[12.30031, 2.64621],[12.30392, 2.65754],[12.30719, 2.66312],[12.30383, 2.67677],[12.29855, 2.67925],[12.29471, 2.68567],[12.28985, 2.68481],[12.28247, 2.68661],[12.28247, 2.69373],[12.28574, 2.69365],[12.29463, 2.70197],[12.30276, 2.70412],[12.30486, 2.70635],[12.31090, 2.70532],[12.31660, 2.70781],[12.32406, 2.71459],[12.33211, 2.71742],[12.34201, 2.71794],[12.35576, 2.72309],[12.35534, 2.73133],[12.36255, 2.73219],[12.36540, 2.73674],[12.36506, 2.74266],[12.35777, 2.74249],[12.35316, 2.74489],[12.35081, 2.74978],[12.35039, 2.75734],[12.35198, 2.76249],[12.36515, 2.77064],[12.36942, 2.77261],[12.37621, 2.77536],[12.38183, 2.78197],[12.38602, 2.78626],[12.39047, 2.79338],[12.39231, 2.80128],[12.39650, 2.80540],[12.39809, 2.81476],[12.39491, 2.82291],[12.39499, 2.82952],[12.39650, 2.83501],[12.40052, 2.82746],[12.40455, 2.82403],[12.40916, 2.82694],[12.40455, 2.84351],[12.39466, 2.85304],[12.38938, 2.87072],[12.37613, 2.88291],[12.35714, 2.89770],[12.33400, 2.92645],[12.31472, 2.94353],[12.30650, 2.95280],[12.29887, 2.95512],[12.28397, 2.96884],[12.28095, 2.98480],[12.27047, 3.00892],[12.26334, 3.01750],[12.23683, 3.02566],[12.22643, 3.03733],[12.21418, 3.05612],[12.20529, 3.05938],[12.19757, 3.05740],[12.18230, 3.07440],[12.17576, 3.08470],[12.17425, 3.09852],[12.16469, 3.11208],[12.15730, 3.12555],[12.14354, 3.12615],[12.13700, 3.12993],[12.13280, 3.14203],[12.12189, 3.15439],[12.11686, 3.16641],[12.10519, 3.17628],[12.08455, 3.18795],[12.07162, 3.20203],[12.06465, 3.21465],[12.06121, 3.22018],[12.05382, 3.22456],[12.04669, 3.23254],[12.03527, 3.23572],[12.03133, 3.24421],[12.03124, 3.25280],[12.02671, 3.25880],[12.01840, 3.26121],[12.01462, 3.26970],[12.00967, 3.26859],[12.00471, 3.26481],[12.00304, 3.25898],[11.99498, 3.25554],[11.98052, 3.26867],[11.96683, 3.27709],[11.95029, 3.27889],[11.94022, 3.27949],[11.93484, 3.28464],[11.93400, 3.29365],[11.93450, 3.29923],[11.91838, 3.30223],[11.89631, 3.30673],[11.88531, 3.31883],[11.88472, 3.32802],[11.88917, 3.33591],[11.88355, 3.34510],[11.88951, 3.37428],[11.88077, 3.39720],[11.87666, 3.40818],[11.87876, 3.41814],[11.87313, 3.42758],[11.87851, 3.43874],[11.87422, 3.45144],[11.86424, 3.46312],[11.86516, 3.47506],[11.85668, 3.48802],[11.84399, 3.49136],[11.82963, 3.50733],[11.81476, 3.52364],[11.80308, 3.51994],[11.79140, 3.51977],[11.78392, 3.52698],[11.77930, 3.53677],[11.77855, 3.56037],[11.77384, 3.56509],[11.76544, 3.56655],[11.75510, 3.55968],[11.74670, 3.55179],[11.73620, 3.54878],[11.73023, 3.55033],[11.72283, 3.55765],[11.71787, 3.56649],[11.71014, 3.58966],[11.70476, 3.59293],[11.70174, 3.59378],[11.60145, 3.55018],[11.52032, 3.53985],[11.45589, 3.53110],[11.43377, 3.52758],[11.39490, 3.51829],[11.37639, 3.51237],[11.34845, 3.50602],[11.30317, 3.49726],[11.30048, 3.49486],[11.29509, 3.49452],[11.28524, 3.50765],[11.26993, 3.52250],[11.24975, 3.54129],[11.22020, 3.58284],[11.19225, 3.62275],[11.15343, 3.67802],[11.14223, 3.69407],[11.14290, 3.69965],[11.13297, 3.71879],[11.12884, 3.72094],[11.11882, 3.72034],[11.10054, 3.71562],[11.08243, 3.71441],[11.07435, 3.71459],[11.04882, 3.72051],[11.03459, 3.71639],[11.03080, 3.71862],[11.02439, 3.73433],[11.01268, 3.75304],[10.99499, 3.75776],[10.92406, 3.77035],[10.83936, 3.74495],[10.81707, 3.74606],[10.79380, 3.76649],[10.74978, 3.77996],[10.74591, 3.77825],[10.73865, 3.77936],[10.73511, 3.78091],[10.73091, 3.78511],[10.72037, 3.79481],[10.72045, 3.80923],[10.71362, 3.82339],[10.70755, 3.82915],[10.69878, 3.83481],[10.69059, 3.83670],[10.66647, 3.83859],[10.64943, 3.83962],[10.61367, 3.84228],[10.60700, 3.84348],[10.60185, 3.84211],[10.59173, 3.84391],[10.58194, 3.84116],[10.56321, 3.83172],[10.54094, 3.82082],[10.52060, 3.81455],[10.50347, 3.80974],[10.49030, 3.80605],[10.47469, 3.80313],[10.45891, 3.80519],[10.44793, 3.80605],[10.43206, 3.80236],[10.41712, 3.79532],[10.40851, 3.78811],[10.40725, 3.78399],[10.40885, 3.77936],[10.41738, 3.76417],[10.42979, 3.74177],[10.44304, 3.71859],[10.46119, 3.68374],[10.44844, 3.66520],[10.43941, 3.64117],[10.41767, 3.62414],[10.39817, 3.63015],[10.34818, 3.60612],[10.28637, 3.58243],[10.27210, 3.57710],[10.25014, 3.59170],[10.23375, 3.59624],[10.22945, 3.59556],[10.22556, 3.59770],[10.22041, 3.60551],[10.21179, 3.60886],[10.20588, 3.62019],[10.20115, 3.62568],[10.18975, 3.64328],[10.18493, 3.65452],[10.18383, 3.67409],[10.18138, 3.67856],[10.17598, 3.68062],[10.15494, 3.67349],[10.14455, 3.67083],[10.11979, 3.66568],[10.11083, 3.66139],[10.10762, 3.65804],[10.10407, 3.64903],[10.09875, 3.63633],[10.09393, 3.62809],[10.08450, 3.61720],[10.07157, 3.61188],[10.05974, 3.60999],[10.05196, 3.60888],[10.03024, 3.60416],[10.01173, 3.60493],[10.00248, 3.60467],[9.98828, 3.60716],[9.96630, 3.60253],[9.95608, 3.59789],[9.94618, 3.58948],[9.93105, 3.56897],[9.92480, 3.56141],[9.91947, 3.56064],[9.90941, 3.56425],[9.90290, 3.56425],[9.89757, 3.56227],[9.88759, 3.55377],[9.88387, 3.54974],[9.87237, 3.53206],[9.86155, 3.52004],[9.86036, 3.51515],[9.86324, 3.49618],[9.87102, 3.47584],[9.87051, 3.46357],[9.86282, 3.44760],[9.85242, 3.41705],[9.85013, 3.40803],[9.84455, 3.39610],[9.84413, 3.39233],[9.83952, 3.37863],[9.83453, 3.36859],[9.82869, 3.35537],[9.82395, 3.34928],[9.81533, 3.34250],[9.80569, 3.33220],[9.77811, 3.32447],[9.76889, 3.32370],[9.75443, 3.32748],[9.73861, 3.33271],[9.72457, 3.34018],[9.71678, 3.34911],[9.70748, 3.36172],[9.69672, 3.35433],[9.67726, 3.33725],[9.65873, 3.31425],[9.66076, 3.30283],[9.66508, 3.29253],[9.66618, 3.28258],[9.66271, 3.27374],[9.65628, 3.26404],[9.65103, 3.25966],[9.63250, 3.25262],[9.60796, 3.25297],[9.60017, 3.25013],[9.57004, 3.22567],[9.54863, 3.21065],[9.51683, 3.19440],[9.50828, 3.18556],[9.49846, 3.16796],[9.49626, 3.15397],[9.49264, 3.15342],[9.47130, 3.14561],[9.45132, 3.13480],[9.43811, 3.13265],[9.42423, 3.13480],[9.40551, 3.14330],[9.35919, 3.15608],[9.33556, 3.15566],[9.28144, 3.15832],[9.26763, 3.14149],[9.25111, 3.13094],[9.23154, 3.12295],[9.21850, 3.12167],[9.19986, 3.12458],[9.18944, 3.12149],[9.15097, 3.09841],[9.14385, 3.09429],[9.13020, 3.09195],[9.10215, 3.08972],[9.09367, 3.06620],[9.08977, 3.04646],[9.08342, 3.03221],[9.08079, 3.02105],[9.08164, 2.99667],[9.06969, 2.95470],[9.06511, 2.92698],[9.06350, 2.91702],[9.05960, 2.90123],[9.05816, 2.88827],[9.05706, 2.86106],[9.05951, 2.83626],[9.06028, 2.82055],[9.06333, 2.81034],[9.06808, 2.80270],[9.06986, 2.79574],[9.07036, 2.78296],[9.06646, 2.77815],[9.06274, 2.78270],[9.05409, 2.78381],[9.05197, 2.79214],[9.04960, 2.79154],[9.04188, 2.78424],[9.03366, 2.78441],[9.03120, 2.77969],[9.02493, 2.79162],[9.01917, 2.78750],[9.01450, 2.77815],[9.00849, 2.78416],[9.00594, 2.78810],[9.00015, 2.78735],[8.99489, 2.78177],[8.99285, 2.79258],[8.98963, 2.79121],[8.98522, 2.78520],[8.98243, 2.78941],[8.97378, 2.79018],[8.96623, 2.78658],[8.96284, 2.77456],[8.95860, 2.77516],[8.95504, 2.78331],[8.94555, 2.77988],[8.94019, 2.78503],[8.92840, 2.77473],[8.92060, 2.77439],[8.91755, 2.75808],[8.90814, 2.75799],[8.90907, 2.76641],[8.90661, 2.77319],[8.89695, 2.77293],[8.88652, 2.77121],[8.88024, 2.77319],[8.87215, 2.77101],[8.87046, 2.75650],[8.86486, 2.76552],[8.86070, 2.76706],[8.85773, 2.76491],[8.85129, 2.76474],[8.84450, 2.76140],[8.83653, 2.76320],[8.82381, 2.76037],[8.82177, 2.76886],[8.80803, 2.76706],[8.80311, 2.75865],[8.80702, 2.74586],[8.79692, 2.73934],[8.79099, 2.74071],[8.78462, 2.73153],[8.77919, 2.73599],[8.76774, 2.73350],[8.75519, 2.74260],[8.74654, 2.75401],[8.73856, 2.74989],[8.71141, 2.74826],[8.71031, 2.76251],[8.70539, 2.76071],[8.70115, 2.74852],[8.69198, 2.74354],[8.68299, 2.73959],[8.68172, 2.75298],[8.67330, 2.75176],[8.66745, 2.74155],[8.66465, 2.73692],[8.65828, 2.73734],[8.65523, 2.75743],[8.64487, 2.75254],[8.63546, 2.75108],[8.63062, 2.75734],[8.61797, 2.75245],[8.61382, 2.75717],[8.60872, 2.75631],[8.60270, 2.75125],[8.59130, 2.75222],[8.58613, 2.75522],[8.57925, 2.75445],[8.57161, 2.76295],[8.56601, 2.76192],[8.56245, 2.75823],[8.55752, 2.75797],[8.55124, 2.76011],[8.54742, 2.75900],[8.54131, 2.75239],[8.53758, 2.75247],[8.53376, 2.75891],[8.53333, 2.76406],[8.52994, 2.76475],[8.52782, 2.76844],[8.52154, 2.76973],[8.51551, 2.76166],[8.49802, 2.76200],[8.49692, 2.75196],[8.49191, 2.75179],[8.49106, 2.76140],[8.48351, 2.75917],[8.46856, 2.75076],[8.46313, 2.74466],[8.44989, 2.74921],[8.44649, 2.74629],[8.44242, 2.73797],[8.43444, 2.73488],[8.43520, 2.72698],[8.43817, 2.72158],[8.43766, 2.71763],[8.43155, 2.71574],[8.42166, 2.70845],[8.41682, 2.71265],[8.41071, 2.71282],[8.40052, 2.71943],[8.38082, 2.71703],[8.37029, 2.71033],[8.36843, 2.70407],[8.36418, 2.70295],[8.35458, 2.69643],[8.33521, 2.69959],[8.32706, 2.69848],[8.32078, 2.69487],[8.31738, 2.69539],[8.31296, 2.70225],[8.30099, 2.70629],[8.28111, 2.71230],[8.26565, 2.71796],[8.25869, 2.71779],[8.24731, 2.72294],[8.24247, 2.72860],[8.24306, 2.73204],[8.23168, 2.74217],[8.22052, 2.74914],[8.21823, 2.75360],[8.21050, 2.75437],[8.20838, 2.75111],[8.19249, 2.75412],[8.18442, 2.75463],[8.18110, 2.75223],[8.15953, 2.74648],[8.15570, 2.74356],[8.14984, 2.74485],[8.14695, 2.73343],[8.14234, 2.73075],[8.13002, 2.73152],[8.11210, 2.72929],[8.10734, 2.73667],[8.10096, 2.73659],[8.09017, 2.72860],[8.08499, 2.72929],[8.08168, 2.73324],[8.07547, 2.73238],[8.07148, 2.72938],[8.06077, 2.72749],[8.05406, 2.72217],[8.04403, 2.72028],[8.03485, 2.71745],[8.02780, 2.71813],[8.01386, 2.71504],[8.01190, 2.71350],[7.99850, 2.71383],[7.96816, 2.70800],[7.95600, 2.70491],[7.94512, 2.70087],[7.94095, 2.69650],[7.93398, 2.70122],[7.92786, 2.69667],[7.92591, 2.69083],[7.91458, 2.69438],[7.90659, 2.68898],[7.90608, 2.68005],[7.90285, 2.67902],[7.89724, 2.68220],[7.89018, 2.67954],[7.87820, 2.67773],[7.86757, 2.68383],[7.84308, 2.69902],[7.81885, 2.71249],[7.81179, 2.72030],[7.80269, 2.72588],[7.78943, 2.72485],[7.76868, 2.73361],[7.76561, 2.73412],[7.75388, 2.72957],[7.70676, 2.72417],[7.65691, 2.71936],[7.63488, 2.71713],[7.61855, 2.71721],[7.61259, 2.71739],[7.60528, 2.73043],[7.59200, 2.73163],[7.58630, 2.73026],[7.57805, 2.73464],[7.57320, 2.73318],[7.56716, 2.73567],[7.56010, 2.73584],[7.55363, 2.73524],[7.54887, 2.73661],[7.54580, 2.73807],[7.54112, 2.74193],[7.54019, 2.74691],[7.53610, 2.74734],[7.53228, 2.75944],[7.52343, 2.76605],[7.51926, 2.77395],[7.52036, 2.77979],[7.51772, 2.78382],[7.51168, 2.78322],[7.50581, 2.78811],[7.49900, 2.79000],[7.49713, 2.79309],[7.48318, 2.79343],[7.48037, 2.79687],[7.47501, 2.79532],[7.46539, 2.79429],[7.45977, 2.79421],[7.45067, 2.79489],[7.44054, 2.79524],[7.43739, 2.79661],[7.43288, 2.79592],[7.42862, 2.79352],[7.42709, 2.77884],[7.42888, 2.75790],[7.42581, 2.74880],[7.42318, 2.74468],[7.41330, 2.74425],[7.41024, 2.74442],[7.38215, 2.74459],[7.31777, 2.74510],[7.28096, 2.74531],[7.25712, 2.75012],[7.25074, 2.75836],[7.21009, 2.76284],[7.13242, 2.77357],[7.10488, 2.74121],[7.07805, 2.75520],[7.06808, 2.76043],[7.04931, 2.76181],[7.04131, 2.76164],[7.03849, 2.76026],[7.03466, 2.75117],[7.01626, 2.72954],[7.00238, 2.72748],[6.99760, 2.72456],[6.97699, 2.72241],[6.95364, 2.71331],[6.95066, 2.71331],[6.93933, 2.72379],[6.93311, 2.73177],[6.92791, 2.74207],[6.91547, 2.74232],[6.89298, 2.74129],[6.85830, 2.73898],[6.85327, 2.73923],[6.83784, 2.74095],[6.81373, 2.73529],[6.78458, 2.73486],[6.78202, 2.73752],[6.77750, 2.74627],[6.77171, 2.75074],[6.76540, 2.76481],[6.76813, 2.77915],[6.76745, 2.78335],[6.76515, 2.78627],[6.75705, 2.79013],[6.74639, 2.79211],[6.72832, 2.78198],[6.72491, 2.78146],[6.71324, 2.78318],[6.70608, 2.78541],[6.69227, 2.78361],[6.68604, 2.77065],[6.67411, 2.75692],[6.66882, 2.75048],[6.66371, 2.74953],[6.64615, 2.73941],[6.63566, 2.73082],[6.62799, 2.73469],[6.62202, 2.73614],[6.60796, 2.73589],[6.59159, 2.74069],[6.57309, 2.74653],[6.57070, 2.75125],[6.56831, 2.75074],[6.56712, 2.74773],[6.56337, 2.74808],[6.55962, 2.74310],[6.55527, 2.74378],[6.55237, 2.74155],[6.54964, 2.73374],[6.53890, 2.73057],[6.53634, 2.72997],[6.53045, 2.72009],[6.52474, 2.71494],[6.51843, 2.70731],[6.50965, 2.70533],[6.50504, 2.70945],[6.50589, 2.71666],[6.50018, 2.72173],[6.49694, 2.71975],[6.49208, 2.72095],[6.48909, 2.72439],[6.48509, 2.72567],[6.48227, 2.71975],[6.47427, 2.71757],[6.46992, 2.71216],[6.46387, 2.70667],[6.45721, 2.70624],[6.45380, 2.71165],[6.37422, 2.71225],[5.76705, 2.90858],[5.77798, 1.77973]], // Saint Barthรฉlemy BL: [[18.01335,-62.88854],[17.95686,-62.99874],[17.86081,-63.00904],[17.79120,-62.79035],[17.88597,-62.67293],[18.01988,-62.73885]], // Brazil @@ -795,7 +799,7 @@ // Netherlands NL: [[51.37686,3.35973],[51.36879,3.36625],[51.35917,3.37484],[51.35456,3.37351],[51.34832,3.37398],[51.34116,3.38338],[51.33416,3.38518],[51.31504,3.35819],[51.30243,3.37664],[51.30128,3.37432],[51.29999,3.37042],[51.29988,3.36741],[51.29911,3.36561],[51.29768,3.36587],[51.29516,3.36660],[51.29146,3.37033],[51.28982,3.37436],[51.28840,3.37823],[51.28743,3.37990],[51.28620,3.38037],[51.28518,3.38016],[51.28322,3.38050],[51.28265,3.38110],[51.28185,3.38127],[51.28067,3.38037],[51.28035,3.37891],[51.28027,3.37681],[51.27922,3.37522],[51.27758,3.37497],[51.27565,3.37694],[51.27476,3.37853],[51.27406,3.38132],[51.27358,3.38402],[51.27363,3.38664],[51.27237,3.38857],[51.27114,3.38883],[51.26483,3.39501],[51.26389,3.39685],[51.26306,3.40084],[51.26214,3.40286],[51.26037,3.40492],[51.25728,3.40616],[51.25648,3.40792],[51.25661,3.41140],[51.25819,3.41406],[51.25946,3.41539],[51.25981,3.41664],[51.25892,3.41749],[51.25725,3.41754],[51.25693,3.42020],[51.25621,3.42196],[51.25457,3.42428],[51.25046,3.42518],[51.24861,3.42556],[51.24544,3.42685],[51.24444,3.42741],[51.24554,3.43226],[51.24256,3.44427],[51.24189,3.44423],[51.24130,3.44792],[51.24243,3.47539],[51.24302,3.48276],[51.24463,3.50791],[51.24597,3.52799],[51.24635,3.52829],[51.26609,3.52250],[51.28709,3.51563],[51.28865,3.52906],[51.28312,3.53383],[51.28352,3.53868],[51.28803,3.54271],[51.29103,3.54357],[51.29103,3.54992],[51.28972,3.55138],[51.28942,3.55421],[51.28975,3.55614],[51.29074,3.55679],[51.29120,3.55842],[51.29541,3.55984],[51.29578,3.56254],[51.29452,3.56602],[51.29364,3.56636],[51.29192,3.57172],[51.29093,3.57134],[51.28921,3.57357],[51.28859,3.57554],[51.28803,3.57614],[51.28878,3.57782],[51.28859,3.57958],[51.28773,3.58022],[51.28669,3.58172],[51.28889,3.58408],[51.29082,3.58279],[51.29208,3.58340],[51.29294,3.58829],[51.29825,3.58138],[51.30174,3.58606],[51.30579,3.59000],[51.30531,3.59142],[51.30424,3.59065],[51.29769,3.61305],[51.29756,3.61404],[51.29680,3.61528],[51.29578,3.61837],[51.29396,3.61857],[51.29225,3.62149],[51.29278,3.62578],[51.28763,3.64072],[51.28860,3.64364],[51.28967,3.64449],[51.29010,3.65737],[51.28237,3.67642],[51.28022,3.67745],[51.28022,3.68930],[51.27539,3.69359],[51.27142,3.71333],[51.27195,3.71985],[51.27314,3.72312],[51.26873,3.75230],[51.26991,3.75247],[51.26895,3.75522],[51.26132,3.76208],[51.25949,3.76981],[51.26164,3.77358],[51.26390,3.77410],[51.26196,3.77805],[51.25842,3.78491],[51.25584,3.79504],[51.24606,3.78903],[51.22597,3.78766],[51.21511,3.78886],[51.21296,3.79144],[51.21306,3.79538],[51.21059,3.79899],[51.20962,3.80586],[51.21231,3.80517],[51.21231,3.80963],[51.20865,3.82216],[51.20887,3.82955],[51.21199,3.83555],[51.21349,3.83676],[51.21145,3.84345],[51.21242,3.84551],[51.21145,3.85014],[51.21242,3.85203],[51.21070,3.85581],[51.21059,3.86044],[51.21586,3.87040],[51.22242,3.88808],[51.21833,3.89272],[51.21382,3.88894],[51.20801,3.87658],[51.19987,3.88420],[51.20267,3.89519],[51.20138,3.89896],[51.20579,3.91373],[51.20740,3.91476],[51.20751,3.91922],[51.21396,3.91768],[51.21665,3.92145],[51.21686,3.92643],[51.21923,3.92918],[51.21202,3.93484],[51.21170,3.93621],[51.21331,3.94360],[51.21471,3.94360],[51.21503,3.94806],[51.21611,3.95390],[51.21525,3.95905],[51.21815,3.96128],[51.22106,3.96454],[51.22353,3.96437],[51.22503,3.97673],[51.22493,3.97913],[51.22901,3.98256],[51.23331,3.98651],[51.23299,3.98788],[51.23643,3.99372],[51.23729,4.00076],[51.23954,4.00093],[51.24460,4.01381],[51.24384,4.01604],[51.24492,4.02084],[51.24094,4.02411],[51.24298,4.03235],[51.24492,4.03647],[51.24083,4.04007],[51.24191,4.04917],[51.24352,4.06136],[51.24696,4.06445],[51.25158,4.07475],[51.25384,4.08007],[51.29314,4.16720],[51.35429,4.24290],[51.37594,4.23123],[51.37433,4.24273],[51.37733,4.33371],[51.35686,4.34075],[51.35793,4.35019],[51.35654,4.36667],[51.35568,4.36959],[51.35590,4.37096],[51.35407,4.38572],[51.35632,4.39963],[51.36458,4.42177],[51.36340,4.43224],[51.36972,4.42898],[51.37133,4.42606],[51.37529,4.43276],[51.40850,4.39173],[51.42103,4.38452],[51.42413,4.39019],[51.42477,4.39190],[51.42713,4.39173],[51.42681,4.39585],[51.43173,4.39482],[51.43119,4.39723],[51.43558,4.39911],[51.43590,4.39568],[51.43976,4.39654],[51.44168,4.39791],[51.44714,4.39156],[51.44596,4.38710],[51.44682,4.38160],[51.44885,4.38366],[51.46832,4.44254],[51.46992,4.45988],[51.47174,4.46795],[51.47602,4.47190],[51.47805,4.47688],[51.47708,4.48683],[51.48190,4.53747],[51.47334,4.54709],[51.44917,4.52906],[51.42306,4.53490],[51.43237,4.57472],[51.43098,4.58348],[51.42970,4.59824],[51.42520,4.63257],[51.42186,4.63889],[51.42175,4.64198],[51.42422,4.64919],[51.42636,4.65176],[51.42422,4.65657],[51.42646,4.67047],[51.44455,4.66738],[51.45097,4.68730],[51.45161,4.69399],[51.46690,4.70566],[51.46861,4.71751],[51.47107,4.71648],[51.47289,4.72043],[51.48380,4.72953],[51.48914,4.74738],[51.49588,4.75116],[51.49726,4.75047],[51.49994,4.75390],[51.49994,4.75854],[51.50207,4.75991],[51.50485,4.77330],[51.50389,4.78034],[51.49930,4.78240],[51.49801,4.79150],[51.49919,4.79424],[51.49876,4.79939],[51.49716,4.80420],[51.49427,4.81553],[51.49032,4.81707],[51.48818,4.81724],[51.48251,4.82085],[51.48123,4.82978],[51.48187,4.83630],[51.48048,4.84042],[51.47557,4.83887],[51.46755,4.83630],[51.46134,4.83578],[51.46059,4.83973],[51.45910,4.84248],[51.45717,4.84059],[51.45653,4.83767],[51.45910,4.83475],[51.45610,4.83149],[51.45161,4.82823],[51.44872,4.82257],[51.43642,4.82497],[51.43567,4.82394],[51.42175,4.82806],[51.42389,4.82548],[51.42325,4.82274],[51.42603,4.81604],[51.42657,4.80901],[51.42957,4.80574],[51.42935,4.79356],[51.43074,4.78926],[51.43374,4.78652],[51.43160,4.77313],[51.43074,4.76575],[51.42839,4.76712],[51.42614,4.76884],[51.41822,4.76866],[51.41319,4.77278],[51.41362,4.77690],[51.40880,4.78617],[51.40901,4.79270],[51.41030,4.79819],[51.41426,4.83922],[51.41233,4.84574],[51.41276,4.84969],[51.41405,4.85089],[51.41201,4.85947],[51.41051,4.85965],[51.40912,4.86703],[51.41019,4.87029],[51.41233,4.87372],[51.41415,4.87441],[51.41362,4.87904],[51.41533,4.88522],[51.41405,4.89106],[51.41158,4.89587],[51.40944,4.90119],[51.40709,4.90823],[51.40323,4.90788],[51.40173,4.91046],[51.39980,4.91595],[51.39830,4.91612],[51.39477,4.91320],[51.39316,4.92161],[51.39573,4.93020],[51.42229,4.96384],[51.44091,4.99989],[51.44230,5.00109],[51.44380,5.00607],[51.45022,5.00624],[51.45321,5.01088],[51.46027,5.01105],[51.46359,5.00796],[51.47213,5.01148],[51.47491,5.01714],[51.48186,5.02367],[51.48496,5.03173],[51.48688,5.03311],[51.48624,5.03946],[51.47897,5.03723],[51.47063,5.04633],[51.47085,5.07911],[51.43137,5.10383],[51.41949,5.09164],[51.39304,5.07053],[51.36079,5.11585],[51.35500,5.11911],[51.34675,5.13078],[51.31490,5.13370],[51.30986,5.16237],[51.31566,5.17387],[51.31973,5.19138],[51.31995,5.19670],[51.32209,5.20048],[51.30482,5.24150],[51.26788,5.22520],[51.26090,5.23756],[51.26649,5.26279],[51.26099,5.29578],[51.26314,5.31587],[51.26282,5.33732],[51.26518,5.34299],[51.26937,5.34436],[51.27517,5.34797],[51.26679,5.39517],[51.26185,5.41783],[51.27592,5.43414],[51.27592,5.43843],[51.27925,5.44187],[51.28193,5.44307],[51.28440,5.46538],[51.29138,5.47774],[51.29546,5.47877],[51.29975,5.48547],[51.29503,5.51499],[51.28988,5.51843],[51.28172,5.52770],[51.27023,5.54555],[51.26625,5.55619],[51.25508,5.55568],[51.25078,5.55551],[51.24444,5.55465],[51.22176,5.55963],[51.20144,5.63962],[51.19768,5.65249],[51.19445,5.65335],[51.19391,5.64906],[51.18433,5.65764],[51.18563,5.66451],[51.18466,5.67550],[51.18229,5.67567],[51.18477,5.68974],[51.18229,5.69541],[51.18369,5.69747],[51.18358,5.70056],[51.18175,5.70090],[51.18164,5.71275],[51.18412,5.72013],[51.18520,5.73403],[51.18455,5.74038],[51.18907,5.74536],[51.18390,5.75669],[51.18346,5.76725],[51.17829,5.77618],[51.17291,5.77206],[51.17119,5.77772],[51.16990,5.76862],[51.16376,5.76982],[51.16365,5.77429],[51.16225,5.77738],[51.16172,5.77909],[51.15924,5.77944],[51.15795,5.77549],[51.15676,5.77618],[51.15461,5.77394],[51.15407,5.77618],[51.15073,5.77721],[51.15278,5.78493],[51.15504,5.78819],[51.15687,5.79523],[51.15913,5.80296],[51.16150,5.80347],[51.16247,5.80587],[51.15827,5.81428],[51.15902,5.81566],[51.16075,5.81566],[51.16333,5.81806],[51.16699,5.82441],[51.16398,5.82802],[51.16204,5.83197],[51.15859,5.83214],[51.15687,5.83712],[51.15289,5.83574],[51.15203,5.84003],[51.14826,5.84536],[51.14826,5.84810],[51.14449,5.85463],[51.14126,5.84621],[51.13846,5.84398],[51.13372,5.84330],[51.13199,5.84106],[51.13102,5.83900],[51.13135,5.83214],[51.12952,5.82441],[51.11853,5.81051],[51.11475,5.80828],[51.11228,5.80828],[51.10980,5.80999],[51.10775,5.81343],[51.10764,5.82081],[51.10721,5.82682],[51.10398,5.83214],[51.10042,5.83351],[51.09697,5.83231],[51.09406,5.82750],[51.09223,5.82304],[51.09492,5.81497],[51.09589,5.80862],[51.09492,5.80313],[51.09266,5.79781],[51.08996,5.79472],[51.08738,5.79643],[51.08392,5.80038],[51.07983,5.80330],[51.07692,5.80344],[51.07422,5.79692],[51.07109,5.79709],[51.06322,5.80087],[51.05988,5.79829],[51.05944,5.79263],[51.05998,5.78834],[51.06290,5.78027],[51.06268,5.77306],[51.06042,5.77117],[51.05610,5.77272],[51.04563,5.76825],[51.03570,5.75864],[51.03203,5.75830],[51.03041,5.75933],[51.02858,5.76534],[51.02793,5.76928],[51.02415,5.77546],[51.02102,5.77581],[51.01735,5.77134],[51.01270,5.76671],[51.00752,5.76585],[51.00136,5.76671],[50.99801,5.76585],[50.99294,5.76087],[50.98905,5.75401],[50.98148,5.74851],[50.97921,5.73753],[50.97500,5.73495],[50.97197,5.73255],[50.96440,5.72225],[50.96051,5.72019],[50.95662,5.72311],[50.95629,5.73718],[50.96040,5.74233],[50.96094,5.74594],[50.95975,5.75126],[50.95737,5.75538],[50.95381,5.75898],[50.95056,5.75761],[50.94991,5.75435],[50.94797,5.74954],[50.94667,5.74662],[50.94332,5.74456],[50.93542,5.74044],[50.93163,5.73547],[50.92471,5.72688],[50.91865,5.72654],[50.91280,5.72637],[50.90934,5.72208],[50.90847,5.71727],[50.91129,5.70371],[50.91010,5.69907],[50.90718,5.69598],[50.90328,5.69616],[50.89722,5.69478],[50.89159,5.68774],[50.88715,5.68105],[50.88000,5.67830],[50.88216,5.66972],[50.87816,5.66011],[50.87675,5.65822],[50.87686,5.65427],[50.87382,5.65238],[50.87577,5.65135],[50.87122,5.64311],[50.86841,5.64895],[50.86451,5.64071],[50.86277,5.64248],[50.85324,5.63939],[50.84804,5.63922],[50.84684,5.63785],[50.83730,5.64317],[50.83514,5.64694],[50.83047,5.64832],[50.82646,5.64797],[50.82646,5.65124],[50.82364,5.65484],[50.81833,5.65278],[50.81638,5.66634],[50.81649,5.67029],[50.81171,5.67973],[50.81258,5.68351],[50.81095,5.69398],[50.79663,5.69364],[50.78296,5.69913],[50.77352,5.69690],[50.76071,5.68248],[50.75681,5.68177],[50.75691,5.68777],[50.75507,5.68743],[50.75463,5.69807],[50.75605,5.70151],[50.75757,5.70322],[50.75811,5.70855],[50.75952,5.71541],[50.76441,5.72108],[50.75963,5.72451],[50.75702,5.73103],[50.75691,5.73962],[50.76126,5.74236],[50.76386,5.74236],[50.76864,5.74597],[50.77440,5.75489],[50.78232,5.76674],[50.78286,5.77635],[50.77277,5.77979],[50.76701,5.78373],[50.76777,5.78991],[50.76994,5.79352],[50.75539,5.80742],[50.75572,5.81549],[50.75800,5.82098],[50.75843,5.82682],[50.75789,5.83094],[50.76191,5.83695],[50.76528,5.84536],[50.75713,5.84742],[50.75290,5.84914],[50.75822,5.85446],[50.76213,5.86235],[50.76430,5.86922],[50.76506,5.87592],[50.77005,5.88673],[50.76310,5.88999],[50.75670,5.88879],[50.75463,5.89119],[50.75072,5.90218],[50.75363,5.90407],[50.75515,5.90458],[50.75406,5.90853],[50.75493,5.91248],[50.75015,5.91454],[50.75091,5.91952],[50.75124,5.92278],[50.75656,5.93153],[50.75656,5.93583],[50.75754,5.93995],[50.75922,5.94673],[50.75992,5.95333],[50.76210,5.96020],[50.76150,5.96046],[50.75987,5.97076],[50.75759,5.97505],[50.75520,5.97419],[50.75401,5.97677],[50.75417,5.97943],[50.75249,5.98277],[50.75297,5.98535],[50.75265,5.99316],[50.75346,5.99694],[50.75297,6.00131],[50.75363,6.00337],[50.75439,6.01230],[50.75477,6.01496],[50.75417,6.02166],[50.76340,6.01891],[50.76666,6.02243],[50.77056,6.02483],[50.77344,6.02861],[50.77523,6.02706],[50.77626,6.02526],[50.77648,6.02209],[50.77963,6.01505],[50.78131,6.00887],[50.78419,6.00492],[50.78733,5.99891],[50.78755,5.99634],[50.79032,5.99642],[50.79440,5.98819],[50.79413,5.98630],[50.79543,5.98484],[50.79522,5.98046],[50.79684,5.97840],[50.79809,5.97506],[50.80232,5.97566],[50.80493,5.97849],[50.80466,5.97909],[50.80601,5.98055],[50.80726,5.98072],[50.81024,5.98518],[50.80834,5.98887],[50.80487,5.99669],[50.80108,6.00398],[50.80281,6.00887],[50.80650,6.01377],[50.80921,6.01651],[50.81415,6.02595],[50.81474,6.02415],[50.81626,6.02518],[50.81713,6.02261],[50.81941,6.02647],[50.82038,6.02690],[50.82179,6.02484],[50.82570,6.02407],[50.82646,6.02321],[50.82787,6.02578],[50.82971,6.01917],[50.83372,6.01677],[50.83768,6.01866],[50.83898,6.01651],[50.84597,6.01917],[50.84613,6.02201],[50.84722,6.02561],[50.84706,6.02604],[50.84769,6.02862],[50.84923,6.03192],[50.85015,6.03329],[50.85037,6.03583],[50.85080,6.03750],[50.85080,6.03990],[50.85118,6.04252],[50.85221,6.04437],[50.85240,6.04578],[50.85324,6.04724],[50.85405,6.05025],[50.85516,6.05106],[50.85552,6.05261],[50.85660,6.05402],[50.85711,6.05540],[50.85690,6.05643],[50.85530,6.05694],[50.85446,6.05651],[50.85072,6.05651],[50.85088,6.05874],[50.84961,6.06432],[50.84714,6.07226],[50.84633,6.07424],[50.86072,6.07745],[50.86256,6.08132],[50.86437,6.08119],[50.86483,6.08351],[50.86928,6.08677],[50.87066,6.08694],[50.87152,6.08647],[50.87228,6.08831],[50.87266,6.08810],[50.87534,6.08660],[50.87640,6.08522],[50.87789,6.08715],[50.87889,6.08737],[50.88011,6.08638],[50.88038,6.08518],[50.88100,6.08441],[50.88152,6.08256],[50.88290,6.08162],[50.88333,6.08054],[50.88455,6.07986],[50.88491,6.07883],[50.88583,6.07947],[50.88726,6.07934],[50.88818,6.07827],[50.88816,6.07711],[50.88932,6.07625],[50.89013,6.07655],[50.89092,6.07578],[50.89157,6.07664],[50.89287,6.07557],[50.89463,6.07673],[50.89617,6.07690],[50.89709,6.07754],[50.89925,6.07758],[50.90321,6.08020],[50.90548,6.07999],[50.90870,6.08119],[50.91002,6.08265],[50.91232,6.08677],[50.91370,6.08707],[50.91476,6.08788],[50.91633,6.08981],[50.91735,6.09222],[50.91903,6.09363],[50.92063,6.09454],[50.92141,6.09359],[50.91963,6.08986],[50.91865,6.08930],[50.91963,6.08655],[50.92136,6.08333],[50.92228,6.07913],[50.92293,6.07621],[50.92325,6.07153],[50.92065,6.06814],[50.92082,6.06668],[50.92212,6.06291],[50.92130,6.06153],[50.92236,6.05415],[50.92726,6.05634],[50.93001,6.05098],[50.92823,6.04574],[50.92942,6.04488],[50.93091,6.03965],[50.93112,6.03780],[50.93475,6.01845],[50.94780,6.01518],[50.95272,6.01716],[50.95672,6.00536],[50.95861,6.00767],[50.95986,6.01029],[50.96032,6.01317],[50.96234,6.01544],[50.96648,6.01832],[50.96953,6.02016],[50.97142,6.02158],[50.98156,6.02712],[50.98339,6.02660],[50.98334,6.02407],[50.98396,6.01857],[50.98369,6.01712],[50.98345,6.01660],[50.98223,5.98437],[50.98329,5.98210],[50.98329,5.98090],[50.98288,5.97918],[50.98064,5.97390],[50.97942,5.96815],[50.97961,5.96682],[50.98026,5.96587],[50.98129,5.96493],[50.98299,5.96103],[50.98339,5.96077],[50.98512,5.95733],[50.98853,5.95519],[50.98726,5.94991],[50.98542,5.93365],[50.98202,5.92691],[50.97959,5.92287],[50.97788,5.91858],[50.97818,5.91699],[50.97786,5.91536],[50.97683,5.91262],[50.97548,5.90794],[50.97469,5.90506],[50.97469,5.90262],[50.97496,5.89747],[50.97661,5.89687],[50.97732,5.89605],[50.97780,5.89536],[50.97983,5.89365],[50.98029,5.89305],[50.98102,5.89399],[50.98131,5.89588],[50.98710,5.90378],[50.99612,5.90455],[51.00228,5.90566],[51.00465,5.89571],[51.01110,5.89579],[51.01256,5.89270],[51.01369,5.88811],[51.01393,5.88541],[51.01350,5.88425],[51.01812,5.87876],[51.01901,5.87880],[51.02022,5.87931],[51.02136,5.87871],[51.02387,5.87683],[51.02476,5.87670],[51.02929,5.87481],[51.03148,5.87700],[51.03725,5.87833],[51.03798,5.87798],[51.03841,5.87700],[51.03906,5.87472],[51.04222,5.87189],[51.04646,5.86734],[51.05107,5.86648],[51.05158,5.86940],[51.05145,5.87391],[51.05139,5.87541],[51.05193,5.88236],[51.05215,5.88751],[51.05336,5.89305],[51.05705,5.89678],[51.06198,5.90614],[51.06670,5.91326],[51.06390,5.91875],[51.04795,5.92635],[51.04655,5.92824],[51.04126,5.93446],[51.03681,5.93729],[51.03608,5.93802],[51.03489,5.93815],[51.03552,5.94077],[51.03560,5.94219],[51.03646,5.94334],[51.03681,5.94635],[51.03657,5.94643],[51.03684,5.94965],[51.03662,5.95236],[51.03635,5.95433],[51.03479,5.95583],[51.03460,5.95798],[51.03630,5.95832],[51.03824,5.95961],[51.04086,5.95811],[51.04186,5.96047],[51.04186,5.96184],[51.04358,5.96399],[51.04345,5.96536],[51.04372,5.96596],[51.04477,5.96824],[51.04620,5.96828],[51.04679,5.96948],[51.04806,5.96871],[51.04922,5.96935],[51.05000,5.96875],[51.05122,5.96815],[51.05184,5.96931],[51.05429,5.97055],[51.05510,5.96995],[51.05553,5.96845],[51.05696,5.97055],[51.05883,5.97120],[51.06017,5.97081],[51.06079,5.97021],[51.06163,5.97128],[51.06185,5.97244],[51.06279,5.97326],[51.06320,5.97510],[51.06452,5.97622],[51.06479,5.97695],[51.06681,5.97914],[51.06759,5.97892],[51.06943,5.98201],[51.07139,5.97982],[51.07312,5.98180],[51.07352,5.98480],[51.07463,5.98871],[51.07977,5.99227],[51.08419,5.99789],[51.08508,6.00004],[51.08753,6.00544],[51.08964,6.00853],[51.09080,6.00995],[51.09098,6.01085],[51.09088,6.01188],[51.09112,6.01334],[51.09190,6.01510],[51.09276,6.01634],[51.09435,6.01772],[51.09276,6.02063],[51.09319,6.02261],[51.09325,6.02398],[51.09403,6.02531],[51.09443,6.02845],[51.09484,6.03076],[51.09589,6.03561],[51.09726,6.03814],[51.09923,6.04046],[51.10077,6.04192],[51.10117,6.04342],[51.10098,6.04428],[51.10624,6.05286],[51.10958,6.05703],[51.11039,6.05651],[51.11074,6.05531],[51.11397,6.05827],[51.11580,6.06016],[51.11669,6.06243],[51.11796,6.06724],[51.11790,6.07119],[51.11817,6.07265],[51.11887,6.07514],[51.11933,6.07655],[51.12079,6.07587],[51.12192,6.08059],[51.12461,6.08036],[51.12582,6.08101],[51.12493,6.08238],[51.12361,6.08315],[51.12453,6.08736],[51.12571,6.08654],[51.12598,6.08461],[51.12744,6.08654],[51.12744,6.08792],[51.12776,6.08903],[51.12854,6.08899],[51.12911,6.08809],[51.12983,6.08877],[51.13010,6.08933],[51.13094,6.08968],[51.13228,6.09053],[51.13341,6.09161],[51.13479,6.09191],[51.13460,6.09633],[51.13549,6.09946],[51.13621,6.10062],[51.13662,6.10229],[51.13616,6.10341],[51.13667,6.10422],[51.13705,6.10594],[51.13745,6.10650],[51.13748,6.10959],[51.13794,6.11105],[51.13842,6.11349],[51.13869,6.11384],[51.13904,6.11650],[51.13988,6.11800],[51.14042,6.11989],[51.14090,6.12173],[51.14211,6.12126],[51.14410,6.12500],[51.14464,6.12736],[51.14470,6.13191],[51.14537,6.13607],[51.14615,6.14023],[51.14701,6.14530],[51.14801,6.14637],[51.14833,6.14890],[51.14774,6.15178],[51.14790,6.15538],[51.14906,6.16070],[51.14855,6.16375],[51.15258,6.16311],[51.15283,6.16474],[51.15428,6.16761],[51.15522,6.17032],[51.15746,6.17435],[51.15848,6.17564],[51.17333,6.13912],[51.18631,6.18103],[51.19459,6.16515],[51.19279,6.16073],[51.18986,6.14957],[51.18607,6.13691],[51.18370,6.12884],[51.18276,6.12717],[51.18144,6.12228],[51.17797,6.11511],[51.17530,6.11271],[51.17412,6.11035],[51.17345,6.10893],[51.17313,6.10743],[51.17251,6.10666],[51.17191,6.10228],[51.17062,6.09992],[51.17068,6.09773],[51.17127,6.09567],[51.17065,6.09365],[51.17108,6.09048],[51.17103,6.08773],[51.17170,6.08232],[51.17732,6.07863],[51.18289,6.07323],[51.21324,6.06962],[51.21351,6.06859],[51.22044,6.06816],[51.22192,6.07060],[51.22232,6.07335],[51.22230,6.08120],[51.22184,6.08416],[51.22270,6.08627],[51.22816,6.08309],[51.24256,6.07284],[51.24769,6.08614],[51.27474,6.12487],[51.27752,6.12496],[51.28560,6.12916],[51.29818,6.14534],[51.30751,6.15409],[51.31108,6.15439],[51.31561,6.15958],[51.31966,6.15975],[51.32162,6.16181],[51.32307,6.16228],[51.32567,6.16473],[51.32937,6.16971],[51.33098,6.16876],[51.33291,6.16864],[51.33315,6.17121],[51.33296,6.17426],[51.33323,6.17761],[51.33326,6.17894],[51.33353,6.17937],[51.33390,6.18224],[51.33430,6.18490],[51.33470,6.18615],[51.33497,6.18851],[51.33479,6.19121],[51.33452,6.19237],[51.33487,6.19464],[51.33591,6.19336],[51.33942,6.19014],[51.36035,6.22670],[51.38752,6.21497],[51.38894,6.21677],[51.38959,6.21471],[51.39154,6.21793],[51.39885,6.22643],[51.39947,6.22720],[51.39966,6.22647],[51.40040,6.22711],[51.40097,6.21136],[51.39966,6.20544],[51.43410,6.21500],[51.44629,6.21407],[51.44677,6.21437],[51.44661,6.22068],[51.45538,6.22021],[51.46113,6.22223],[51.46623,6.22243],[51.46879,6.22397],[51.46957,6.22303],[51.47313,6.22363],[51.47510,6.22376],[51.48518,6.21912],[51.48440,6.21848],[51.48697,6.21668],[51.49130,6.21286],[51.49638,6.21346],[51.50300,6.21444],[51.50723,6.21359],[51.51003,6.21316],[51.51364,6.21222],[51.51924,6.20771],[51.52760,6.19995],[51.53366,6.18853],[51.53855,6.17707],[51.56681,6.15707],[51.57065,6.14703],[51.57436,6.14072],[51.58129,6.13055],[51.59292,6.12158],[51.59385,6.11948],[51.59388,6.11746],[51.60600,6.09163],[51.61509,6.09463],[51.61901,6.09437],[51.62197,6.09400],[51.62075,6.09743],[51.62416,6.10031],[51.64186,6.10822],[51.64476,6.11182],[51.64684,6.10968],[51.65075,6.11766],[51.65121,6.11680],[51.65291,6.11594],[51.65499,6.11727],[51.65610,6.11822],[51.65898,6.10903],[51.65933,6.10629],[51.66058,6.10285],[51.66063,6.10174],[51.65826,6.09963],[51.65986,6.09504],[51.65991,6.08779],[51.66172,6.08753],[51.66284,6.08650],[51.66303,6.08517],[51.66271,6.08388],[51.66201,6.08281],[51.66170,6.07968],[51.66220,6.07934],[51.66356,6.07985],[51.66356,6.07861],[51.66438,6.07642],[51.66497,6.07582],[51.66390,6.07225],[51.67282,6.03676],[51.67413,6.03505],[51.67418,6.03247],[51.67452,6.03221],[51.67455,6.03445],[51.67516,6.03505],[51.67628,6.03337],[51.67633,6.03221],[51.67812,6.03028],[51.68011,6.03058],[51.68312,6.03076],[51.68394,6.03277],[51.68527,6.03234],[51.68948,6.02861],[51.69033,6.03080],[51.69240,6.03204],[51.69453,6.03123],[51.69770,6.03071],[51.69842,6.03067],[51.69980,6.02831],[51.70073,6.02762],[51.70281,6.02805],[51.70413,6.02685],[51.70679,6.02702],[51.70882,6.02616],[51.71038,6.02749],[51.71129,6.02852],[51.71179,6.02882],[51.71318,6.03312],[51.71270,6.03453],[51.71264,6.03771],[51.71350,6.03805],[51.71320,6.04243],[51.71498,6.04393],[51.71698,6.04522],[51.72009,6.03775],[51.71948,6.03775],[51.71812,6.03835],[51.71791,6.03560],[51.72033,6.03500],[51.72137,6.03513],[51.72155,6.03440],[51.72131,6.03342],[51.72328,6.03243],[51.72405,6.03247],[51.72588,6.02934],[51.72862,6.02046],[51.72913,6.01749],[51.73102,6.01312],[51.73378,6.00385],[51.73487,6.00205],[51.73548,6.00003],[51.73633,5.99857],[51.73859,5.99398],[51.73896,5.98956],[51.73941,5.98548],[51.73888,5.98093],[51.73909,5.97715],[51.73952,5.97368],[51.73896,5.96891],[51.73886,5.96359],[51.73883,5.96080],[51.73846,5.95887],[51.73878,5.95625],[51.73827,5.95518],[51.73973,5.95467],[51.74109,5.95355],[51.74297,5.95261],[51.74614,5.95274],[51.74805,5.95359],[51.74890,5.95256],[51.75177,5.95703],[51.75129,5.95827],[51.75891,5.97375],[51.75893,5.97525],[51.75962,5.97705],[51.75981,5.97881],[51.76632,5.99070],[51.77030,5.99229],[51.76985,5.99087],[51.77243,5.98675],[51.77367,5.98250],[51.77541,5.98426],[51.77573,5.98383],[51.77788,5.98486],[51.77886,5.98349],[51.78313,5.99070],[51.78388,5.98971],[51.78311,5.98774],[51.78452,5.98482],[51.78528,5.98478],[51.78420,5.98195],[51.78584,5.98070],[51.78621,5.97920],[51.78518,5.97461],[51.78627,5.97487],[51.78823,5.97409],[51.78871,5.97577],[51.78961,5.97298],[51.79431,5.97714],[51.79513,5.97491],[51.79593,5.97547],[51.79771,5.97937],[51.79874,5.97718],[51.80121,5.97223],[51.80203,5.97137],[51.80400,5.96793],[51.80471,5.96738],[51.80623,5.96519],[51.80761,5.96227],[51.80912,5.95841],[51.80936,5.95746],[51.81021,5.95665],[51.81047,5.95210],[51.81121,5.94845],[51.81254,5.94965],[51.81294,5.94879],[51.81270,5.94806],[51.81350,5.94661],[51.81456,5.94729],[51.81506,5.94631],[51.81634,5.94819],[51.81535,5.94957],[51.81607,5.95073],[51.81458,5.95296],[51.81570,5.95472],[51.81533,5.95579],[51.81676,5.95819],[51.82360,5.94480],[51.83681,5.96300],[51.83381,5.96896],[51.83320,5.97197],[51.83289,5.97587],[51.83153,5.98158],[51.83031,5.98707],[51.83076,5.99358],[51.83103,5.99658],[51.83201,6.00019],[51.83315,6.00452],[51.83379,6.00607],[51.83530,6.01113],[51.83815,6.01641],[51.84122,6.01757],[51.84149,6.01984],[51.84488,6.02903],[51.84215,6.03276],[51.84337,6.03349],[51.84242,6.03589],[51.84395,6.03692],[51.84523,6.03937],[51.84690,6.04207],[51.85138,6.05340],[51.85252,6.05581],[51.85657,6.05164],[51.85726,6.05409],[51.85753,6.05984],[51.86108,6.06070],[51.86116,6.06199],[51.86519,6.06353],[51.84875,6.10022],[51.84499,6.15267],[51.84032,6.16679],[51.85032,6.16584],[51.85225,6.16421],[51.85392,6.16365],[51.85896,6.16473],[51.86026,6.16618],[51.86103,6.16764],[51.86171,6.16709],[51.86187,6.16576],[51.86262,6.16430],[51.86291,6.16241],[51.86447,6.15902],[51.86588,6.15520],[51.86654,6.15112],[51.86720,6.14942],[51.86858,6.14864],[51.86996,6.14469],[51.87239,6.14474],[51.87322,6.14405],[51.87679,6.14371],[51.87714,6.14302],[51.87981,6.14160],[51.88114,6.13997],[51.88392,6.13800],[51.88569,6.13718],[51.88667,6.13508],[51.88665,6.13371],[51.88736,6.13126],[51.88808,6.13070],[51.88993,6.12590],[51.89036,6.12246],[51.89149,6.12053],[51.89245,6.11646],[51.89269,6.11247],[51.89197,6.10908],[51.89189,6.10641],[51.89247,6.10423],[51.89480,6.11053],[51.89592,6.10963],[51.89891,6.11242],[51.89761,6.11495],[51.90156,6.11830],[51.89796,6.12573],[51.89994,6.13225],[51.90452,6.15457],[51.90460,6.15766],[51.90092,6.16212],[51.90063,6.16324],[51.89838,6.16573],[51.90074,6.16800],[51.90090,6.17036],[51.89412,6.18247],[51.89345,6.18290],[51.89134,6.19083],[51.88866,6.18925],[51.88742,6.19075],[51.88675,6.18500],[51.88580,6.18182],[51.88278,6.18350],[51.88172,6.18388],[51.87470,6.19534],[51.87030,6.20598],[51.86744,6.21512],[51.86858,6.22551],[51.87012,6.23362],[51.86866,6.24152],[51.86986,6.24645],[51.86845,6.25444],[51.86800,6.26225],[51.86993,6.26564],[51.87388,6.26989],[51.87436,6.27306],[51.87407,6.27954],[51.87229,6.28263],[51.87174,6.28589],[51.86895,6.29383],[51.86779,6.29666],[51.86747,6.29890],[51.86559,6.29800],[51.86395,6.30023],[51.86159,6.30053],[51.85692,6.30250],[51.85570,6.30237],[51.85194,6.30465],[51.84870,6.30611],[51.85011,6.31057],[51.85030,6.31417],[51.85112,6.31817],[51.85149,6.32074],[51.85114,6.32516],[51.85146,6.33228],[51.85032,6.34001],[51.85085,6.34439],[51.84855,6.35421],[51.84521,6.36095],[51.84099,6.36331],[51.83733,6.36344],[51.83542,6.36263],[51.83325,6.36820],[51.83442,6.37260],[51.83469,6.37801],[51.83419,6.38398],[51.83328,6.38823],[51.83159,6.39222],[51.83010,6.39432],[51.82970,6.39694],[51.82785,6.40093],[51.82708,6.40183],[51.82809,6.40810],[51.83639,6.40338],[51.83525,6.40874],[51.83838,6.40719],[51.84132,6.40428],[51.84376,6.40247],[51.84564,6.40329],[51.84731,6.40586],[51.84911,6.40582],[51.85245,6.40960],[51.85379,6.40895],[51.85464,6.40780],[51.85462,6.40574],[51.85581,6.40097],[51.85727,6.39865],[51.85803,6.39741],[51.85976,6.39419],[51.86053,6.39187],[51.86167,6.39157],[51.86220,6.38831],[51.86402,6.38763],[51.86699,6.38848],[51.87219,6.39059],[51.87261,6.39166],[51.87367,6.39166],[51.87264,6.39325],[51.87152,6.39561],[51.87009,6.39638],[51.87070,6.39818],[51.87012,6.39900],[51.87012,6.40037],[51.86903,6.40149],[51.86895,6.40346],[51.87028,6.40505],[51.87041,6.40621],[51.86895,6.40895],[51.86964,6.41131],[51.87078,6.41252],[51.86816,6.41565],[51.86657,6.42016],[51.86617,6.42307],[51.86479,6.42831],[51.86037,6.42934],[51.85923,6.43230],[51.85965,6.43449],[51.86190,6.43882],[51.86153,6.44183],[51.86318,6.44535],[51.86487,6.44676],[51.86490,6.45138],[51.85756,6.45919],[51.85475,6.46529],[51.85374,6.47280],[51.85480,6.47365],[51.85576,6.47516],[51.85676,6.47820],[51.85676,6.48254],[51.85880,6.48760],[51.85928,6.49099],[51.86034,6.49494],[51.86206,6.50043],[51.86445,6.50236],[51.86588,6.50262],[51.86689,6.50121],[51.86779,6.50163],[51.86726,6.50382],[51.86906,6.50678],[51.87081,6.51176],[51.87213,6.51331],[51.87327,6.51562],[51.87295,6.51913],[51.87356,6.52510],[51.87406,6.52505],[51.87578,6.53029],[51.87663,6.52978],[51.87939,6.53664],[51.88031,6.53943],[51.88203,6.54188],[51.88407,6.54394],[51.88325,6.54746],[51.88286,6.55029],[51.88495,6.54926],[51.88553,6.55145],[51.88376,6.55298],[51.88334,6.55453],[51.88185,6.55513],[51.88140,6.55667],[51.88215,6.55830],[51.88180,6.56144],[51.88360,6.56096],[51.88411,6.56294],[51.88570,6.56478],[51.88819,6.56955],[51.89277,6.58237],[51.89364,6.58482],[51.89433,6.58864],[51.89692,6.60314],[51.90005,6.61744],[51.90180,6.62533],[51.90076,6.62756],[51.90100,6.63460],[51.90422,6.63814],[51.91084,6.66218],[51.91520,6.67295],[51.91725,6.68455],[51.91574,6.68399],[51.91428,6.69257],[51.91537,6.69497],[51.90960,6.69751],[51.90880,6.69995],[51.90973,6.70205],[51.90925,6.70321],[51.90616,6.70300],[51.89581,6.72208],[51.89869,6.73306],[51.90452,6.73744],[51.90608,6.74778],[51.90793,6.75285],[51.91077,6.75482],[51.91267,6.75448],[51.91357,6.75637],[51.91376,6.75933],[51.91455,6.76280],[51.91553,6.76444],[51.91590,6.76804],[51.91606,6.77027],[51.91895,6.77401],[51.92969,6.78930],[51.93119,6.78651],[51.93522,6.79432],[51.94265,6.79762],[51.94376,6.79668],[51.94609,6.79694],[51.95841,6.79898],[51.96179,6.81319],[51.96349,6.81409],[51.96388,6.82855],[51.97051,6.83312],[51.97395,6.83290],[51.97704,6.83033],[51.98006,6.83016],[51.98584,6.83054],[51.98764,6.82960],[51.99377,6.82690],[51.99507,6.80814],[51.99808,6.81164],[52.01805,6.77224],[52.01892,6.76632],[52.02246,6.76447],[52.02848,6.75323],[52.04012,6.71426],[52.04002,6.68804],[52.05261,6.68834],[52.05306,6.68727],[52.05585,6.68731],[52.05646,6.68984],[52.05902,6.69216],[52.06379,6.69523],[52.06453,6.69665],[52.06775,6.69716],[52.06983,6.69510],[52.07062,6.69991],[52.07276,6.71437],[52.07458,6.73570],[52.08073,6.74561],[52.08242,6.74882],[52.08479,6.75131],[52.08748,6.75058],[52.09036,6.74569],[52.09305,6.74505],[52.09444,6.74698],[52.09581,6.75123],[52.09479,6.75496],[52.09573,6.75578],[52.09792,6.75685],[52.09961,6.75792],[52.10802,6.75947],[52.11448,6.76028],[52.11867,6.76071],[52.11827,6.82283],[52.11898,6.84381],[52.12038,6.85605],[52.12786,6.86725],[52.12909,6.87129],[52.13014,6.87365],[52.13199,6.87314],[52.15635,6.88237],[52.15614,6.88082],[52.16998,6.90606],[52.17214,6.90606],[52.17401,6.90623],[52.17556,6.90842],[52.17598,6.90846],[52.17703,6.91189],[52.17743,6.91549],[52.17859,6.93665],[52.17919,6.93781],[52.18043,6.94991],[52.18095,6.95051],[52.18098,6.95146],[52.18401,6.95502],[52.18682,6.95755],[52.19124,6.96270],[52.19237,6.96244],[52.19424,6.96253],[52.19537,6.96433],[52.19637,6.96493],[52.19782,6.96738],[52.20294,6.97118],[52.20510,6.97419],[52.20938,6.97620],[52.21067,6.97689],[52.21183,6.97848],[52.21464,6.97976],[52.21625,6.97959],[52.21930,6.98067],[52.22137,6.98178],[52.22271,6.98401],[52.22332,6.98552],[52.22528,6.98578],[52.22565,6.98775],[52.22678,6.98951],[52.22707,6.99148],[52.22691,6.99393],[52.22697,6.99749],[52.22849,7.00367],[52.22741,7.01084],[52.22668,7.01200],[52.22705,7.01337],[52.22631,7.01483],[52.22507,7.01921],[52.22589,7.02080],[52.22565,7.02663],[52.22750,7.03929],[52.23483,7.06221],[52.24143,7.06611],[52.25624,7.04255],[52.27184,7.03217],[52.27376,7.02856],[52.27778,7.02783],[52.27878,7.02835],[52.28035,7.03002],[52.28169,7.02951],[52.28725,7.02630],[52.29174,7.02617],[52.30263,7.03419],[52.30769,7.03986],[52.31115,7.04140],[52.31226,7.03930],[52.31331,7.04380],[52.31394,7.04368],[52.31506,7.04767],[52.31680,7.04642],[52.31897,7.04801],[52.32010,7.04822],[52.32209,7.04732],[52.32388,7.04755],[52.33219,7.05567],[52.33303,7.05494],[52.33474,7.05622],[52.33817,7.05644],[52.35203,7.07247],[52.35727,7.07208],[52.36697,7.07298],[52.36817,7.07238],[52.37339,7.07238],[52.39074,7.06393],[52.39614,7.05921],[52.39946,7.05891],[52.40138,7.05496],[52.40009,7.05166],[52.40098,7.05054],[52.40085,7.04663],[52.40266,7.04170],[52.40282,7.03608],[52.40386,7.03509],[52.40813,7.03200],[52.42326,7.02196],[52.42915,7.01084],[52.44539,7.00524],[52.45541,6.99983],[52.46232,6.99468],[52.46564,6.99417],[52.46770,6.99168],[52.46987,6.98773],[52.46574,6.97713],[52.45988,6.97438],[52.45413,6.96958],[52.45008,6.96696],[52.44473,6.96168],[52.44340,6.95993],[52.43683,6.94735],[52.43568,6.94169],[52.44240,6.90608],[52.44658,6.88947],[52.45152,6.86194],[52.45003,6.85276],[52.45979,6.85456],[52.45929,6.84482],[52.46015,6.83173],[52.45968,6.77461],[52.46415,6.75297],[52.47722,6.72374],[52.47732,6.72035],[52.48658,6.69769],[52.52111,6.70553],[52.55319,6.68120],[52.54842,6.71647],[52.55022,6.71652],[52.55184,6.72068],[52.55685,6.72330],[52.56298,6.72639],[52.56162,6.73454],[52.56217,6.73961],[52.55930,6.74986],[52.55883,6.75291],[52.56149,6.76428],[52.56154,6.76677],[52.56366,6.76681],[52.58872,6.71892],[52.59346,6.72042],[52.59477,6.72175],[52.59657,6.72094],[52.59868,6.72128],[52.60342,6.72407],[52.60631,6.72437],[52.60892,6.72484],[52.61504,6.72759],[52.61887,6.72493],[52.62052,6.72283],[52.62088,6.72171],[52.62166,6.72051],[52.62200,6.71866],[52.62354,6.71858],[52.62701,6.71444],[52.62740,6.71040],[52.62886,6.71341],[52.63034,6.71568],[52.63115,6.71881],[52.63141,6.72190],[52.63313,6.72674],[52.63738,6.73077],[52.64126,6.73729],[52.64534,6.74223],[52.64675,6.75056],[52.64782,6.75197],[52.64784,6.75343],[52.64696,6.75176],[52.64597,6.75304],[52.64576,6.75369],[52.64756,6.75665],[52.64868,6.75905],[52.64675,6.76807],[52.65006,6.77240],[52.65006,6.77433],[52.65149,6.77712],[52.65237,6.78351],[52.65222,6.78776],[52.65263,6.78982],[52.65050,6.79411],[52.65183,6.80223],[52.65123,6.80549],[52.64886,6.80759],[52.64834,6.81690],[52.64745,6.81845],[52.64758,6.82231],[52.64961,6.82948],[52.65139,6.83171],[52.65188,6.83751],[52.64852,6.85077],[52.64889,6.85244],[52.64954,6.85369],[52.64980,6.86446],[52.65194,6.87019],[52.65275,6.87144],[52.65311,6.87307],[52.65079,6.87809],[52.65056,6.87998],[52.65147,6.89178],[52.65126,6.89753],[52.64835,6.90277],[52.64660,6.91388],[52.64556,6.91504],[52.64151,6.91554],[52.63974,6.91906],[52.64013,6.92837],[52.63789,6.93541],[52.63766,6.93948],[52.63912,6.94476],[52.63917,6.94871],[52.63886,6.95382],[52.64156,6.95905],[52.64162,6.96163],[52.64159,6.96802],[52.64266,6.97073],[52.64583,6.97485],[52.64604,6.97562],[52.64492,6.98167],[52.64349,6.98399],[52.64097,6.99266],[52.64209,6.99948],[52.64130,7.00326],[52.64055,7.00450],[52.63831,7.00583],[52.63763,7.00909],[52.63643,7.01454],[52.63448,7.02892],[52.63469,7.03540],[52.63339,7.03755],[52.63247,7.03922],[52.63250,7.04227],[52.64347,7.05600],[52.64607,7.05506],[52.72977,7.06499],[52.81041,7.07173],[52.83832,7.09319],[52.84988,7.08761],[52.86481,7.10556],[52.94200,7.18238],[53.00047,7.20976],[53.00696,7.21778],[53.01115,7.21323],[53.08147,7.19949],[53.11389,7.20310],[53.12193,7.18344],[53.12445,7.18653],[53.12548,7.18362],[53.12831,7.18138],[53.13727,7.17958],[53.14016,7.18362],[53.14263,7.18447],[53.14809,7.19014],[53.15745,7.18988],[53.16008,7.19194],[53.16142,7.19117],[53.17629,7.20404],[53.17623,7.21065],[53.17814,7.21958],[53.18004,7.22739],[53.18071,7.22730],[53.18837,7.20876],[53.19187,7.21117],[53.19557,7.21726],[53.19917,7.21778],[53.21521,7.21743],[53.22816,7.21100],[53.22806,7.21314],[53.25179,7.20705],[53.31638,7.12562],[53.33320,6.97730],[53.46257,6.91070],[53.62211,6.47399],[53.73720,4.55138],[51.62640,3.07922]], // Norway - NO: [[58.89143,10.63948],[58.97709,11.06632],[58.99818,11.10700],[59.07969,11.15386],[59.08737,11.22502],[59.09543,11.25611],[59.09622,11.25896],[59.09990,11.28999],[59.10634,11.30280],[59.11488,11.34031],[59.09851,11.36823],[59.05565,11.40346],[59.03348,11.42080],[59.02050,11.43831],[59.01078,11.44449],[58.99159,11.46457],[58.98826,11.46000],[58.98821,11.45862],[58.98798,11.45784],[58.98624,11.45626],[58.98554,11.45376],[58.97301,11.46202],[58.95253,11.45951],[58.93358,11.46260],[58.91709,11.45556],[58.89467,11.45565],[58.89121,11.45633],[58.88912,11.45483],[58.88815,11.45762],[58.88945,11.46071],[58.89118,11.48290],[58.89047,11.48916],[58.88883,11.49152],[58.88850,11.50092],[58.88236,11.51311],[58.88105,11.51465],[58.87952,11.51667],[58.87679,11.52585],[58.87670,11.52886],[58.87834,11.53298],[58.87659,11.53748],[58.87901,11.53912],[58.88376,11.53920],[58.88500,11.53534],[58.88617,11.54036],[58.89067,11.54560],[58.89462,11.54701],[58.89531,11.54976],[58.89726,11.55143],[58.89821,11.55465],[58.89586,11.56057],[58.89169,11.56422],[58.88777,11.57014],[58.88746,11.57336],[58.89673,11.57791],[58.89349,11.58272],[58.89398,11.58443],[58.89014,11.59070],[58.90493,11.62688],[58.90803,11.63087],[58.90588,11.65220],[58.92243,11.65786],[58.92591,11.65696],[58.92746,11.65838],[58.92753,11.65941],[58.92678,11.66130],[58.93216,11.65855],[58.93493,11.66537],[58.93453,11.67022],[58.93464,11.67653],[58.93659,11.67687],[58.94168,11.67421],[58.94677,11.68305],[58.95142,11.68245],[58.95591,11.68979],[58.96583,11.68833],[58.97032,11.68803],[58.97295,11.69061],[58.97333,11.68593],[58.97574,11.68747],[58.97737,11.69443],[58.98606,11.69258],[58.98825,11.68589],[58.99400,11.69456],[58.99787,11.69537],[59.00004,11.69880],[59.01663,11.70743],[59.03355,11.71219],[59.03920,11.72236],[59.04333,11.72670],[59.04430,11.72932],[59.04757,11.73129],[59.05002,11.73575],[59.05335,11.73936],[59.06028,11.74481],[59.07045,11.75395],[59.08013,11.76657],[59.08741,11.77854],[59.09667,11.77837],[59.09914,11.78266],[59.11544,11.76876],[59.11518,11.76515],[59.12954,11.77425],[59.13623,11.77974],[59.14567,11.77652],[59.15610,11.77768],[59.15918,11.77691],[59.16574,11.77712],[59.17062,11.77524],[59.17781,11.77695],[59.18804,11.78142],[59.19428,11.78270],[59.19492,11.78421],[59.19597,11.78429],[59.19707,11.78335],[59.19863,11.78416],[59.20096,11.78270],[59.20281,11.78335],[59.20733,11.78416],[59.21219,11.78923],[59.21886,11.79661],[59.22484,11.80103],[59.23171,11.81253],[59.23766,11.82669],[59.24029,11.83047],[59.30424,11.82060],[59.30919,11.82197],[59.31230,11.82214],[59.34496,11.81674],[59.35458,11.80867],[59.37164,11.79030],[59.37348,11.79270],[59.37868,11.78841],[59.38659,11.78043],[59.41460,11.77468],[59.42870,11.76172],[59.45833,11.76060],[59.47983,11.75399],[59.49199,11.74730],[59.51128,11.72962],[59.58962,11.69177],[59.60843,11.69880],[59.62497,11.72163],[59.64259,11.77888],[59.64783,11.85690],[59.65312,11.86343],[59.66227,11.87141],[59.67281,11.87622],[59.68260,11.87913],[59.69282,11.88986],[59.69412,11.94016],[59.69819,11.94600],[59.70110,11.94660],[59.70049,11.93887],[59.70919,11.93887],[59.71066,11.93492],[59.71365,11.93801],[59.72655,11.93784],[59.72888,11.93861],[59.73330,11.93458],[59.74043,11.93518],[59.74995,11.92608],[59.75777,11.93552],[59.77031,11.93364],[59.78655,11.92737],[59.79424,11.92849],[59.80283,11.90986],[59.81203,11.90497],[59.81634,11.89579],[59.82415,11.88806],[59.82963,11.87570],[59.83088,11.85476],[59.83873,11.84274],[59.84140,11.84171],[59.84498,11.85596],[59.85050,11.87381],[59.85554,11.88523],[59.85925,11.88978],[59.86524,11.88368],[59.86903,11.88343],[59.87119,11.88703],[59.87050,11.89544],[59.87244,11.92119],[59.87537,11.92342],[59.88230,11.92437],[59.88609,11.93012],[59.88661,11.93552],[59.88971,11.94265],[59.90017,11.98479],[59.89862,11.98599],[59.88854,12.03311],[59.88562,12.05320],[59.89044,12.10144],[59.89371,12.12633],[59.88622,12.15542],[59.88953,12.17525],[59.92706,12.23138],[59.96523,12.34210],[60.01563,12.39669],[60.02601,12.42605],[60.03870,12.44956],[60.07289,12.48132],[60.09942,12.50141],[60.19368,12.54261],[60.22429,12.52613],[60.28128,12.50570],[60.32337,12.49952],[60.34716,12.54604],[60.40571,12.60732],[60.51320,12.60784],[60.55162,12.58260],[60.60028,12.51703],[60.64298,12.51222],[60.68671,12.46107],[60.73466,12.39601],[60.81914,12.34983],[60.85251,12.33575],[60.89070,12.33386],[61.01300,12.22503],[61.01961,12.24293],[61.02653,12.29885],[61.04964,12.44853],[61.05064,12.48939],[61.04632,12.59513],[61.04507,12.60217],[61.04657,12.61393],[61.05209,12.65358],[61.05230,12.65891],[61.05479,12.66921],[61.05649,12.67272],[61.05919,12.68242],[61.06360,12.68414],[61.14311,12.70792],[61.19695,12.79126],[61.25896,12.83537],[61.30758,12.85366],[61.35662,12.87159],[61.40148,12.81057],[61.56939,12.56973],[61.56767,12.44699],[61.56375,12.42107],[61.61537,12.34193],[61.64074,12.27705],[61.72388,12.13989],[62.00992,12.22537],[62.14882,12.26623],[62.26808,12.30159],[62.61166,12.05818],[62.74843,12.13886],[62.90241,12.07672],[63.00061,12.22023],[63.26901,11.97887],[63.35597,12.08805],[63.47903,12.21542],[63.59347,12.15225],[63.63147,12.23361],[63.67185,12.30297],[63.71399,12.33318],[63.81840,12.48321],[63.97264,12.68508],[64.05718,12.92713],[64.09455,13.21071],[64.06994,13.47576],[64.06499,13.53412],[64.04561,13.71608],[64.00667,13.96945],[64.19561,14.16000],[64.46302,14.11674],[64.47989,14.08584],[64.50857,13.89255],[64.58058,13.65840],[64.63917,13.70853],[64.85141,13.97014],[64.94041,14.08241],[65.11839,14.32651],[65.24750,14.38110],[65.30924,14.50881],[65.52036,14.50160],[65.69998,14.54383],[65.81220,14.62760],[65.90263,14.58606],[65.95934,14.57576],[66.06026,14.54177],[66.13177,14.51843],[66.14579,14.87171],[66.15232,15.03719],[66.21913,15.26618],[66.28205,15.48763],[66.38884,15.43579],[66.48368,15.38017],[66.52297,15.45536],[66.59331,15.62324],[66.76307,15.85018],[66.87403,15.99884],[66.91175,16.04038],[66.98153,16.19556],[67.04548,16.39091],[67.20642,16.41117],[67.43516,16.09359],[67.51854,16.15917],[67.52694,16.28379],[67.53364,16.40945],[67.59443,16.49631],[67.64659,16.55948],[67.76108,16.63673],[67.91365,16.74213],[67.97708,16.93370],[68.04983,17.18467],[68.11685,17.28252],[68.03725,17.66361],[67.96742,17.90119],[68.14549,18.09928],[68.19975,18.15387],[68.32157,18.12263],[68.40638,18.10340],[68.53589,18.12881],[68.58070,18.40553],[68.50547,18.62148],[68.51579,18.98300],[68.43958,19.43481],[68.35464,19.92130],[68.38881,19.98413],[68.49113,20.23029],[68.53238,20.02841],[68.55774,19.94293],[68.59035,20.05451],[68.66554,20.20557],[68.80252,20.33946],[68.92730,20.30891],[69.04475,20.06515],[69.05997,20.55473],[69.11891,20.71746],[69.07763,20.88294],[69.03480,21.05976],[69.10447,21.11022],[69.12246,21.05735],[69.13995,21.04774],[69.19209,20.98903],[69.22231,21.00448],[69.26076,21.09769],[69.31152,21.27914],[69.29381,21.44496],[69.27638,21.62693],[69.21354,21.72254],[69.14453,21.84425],[69.07248,21.98312],[68.95648,22.17384],[68.91841,22.19083],[68.82696,22.33915],[68.71620,22.37348],[68.74385,22.53553],[68.72536,22.60557],[68.68683,22.80057],[68.68895,23.04468],[68.62779,23.16759],[68.68321,23.40259],[68.69157,23.44156],[68.70510,23.67450],[68.75051,23.73235],[68.81890,23.77664],[68.83601,23.87174],[68.82684,23.98298],[68.77929,24.07516],[68.78917,24.15773],[68.75337,24.15155],[68.74497,24.20682],[68.72666,24.24974],[68.71695,24.30141],[68.69906,24.46826],[68.68178,24.60748],[68.63586,24.78275],[68.56170,24.85553],[68.55391,24.90446],[68.58164,24.90806],[68.60407,24.91836],[68.61089,24.94050],[68.61127,24.94943],[68.61409,24.95338],[68.61534,24.96231],[68.61553,24.98033],[68.61165,24.98479],[68.61115,24.99681],[68.61490,25.01878],[68.62172,25.01913],[68.62191,25.03337],[68.62485,25.04745],[68.61878,25.06530],[68.61935,25.07268],[68.62360,25.08350],[68.62554,25.08247],[68.62854,25.09088],[68.63492,25.09363],[68.63630,25.10341],[68.63630,25.11663],[68.64305,25.12212],[68.64480,25.11903],[68.65074,25.12058],[68.65355,25.11663],[68.65949,25.11869],[68.68090,25.11182],[68.69457,25.11714],[68.70049,25.11388],[68.70685,25.12023],[68.71252,25.12590],[68.71339,25.13723],[68.72149,25.13019],[68.72455,25.12332],[68.73476,25.12847],[68.74640,25.12470],[68.75635,25.12916],[68.76326,25.13774],[68.77053,25.13620],[68.77501,25.14238],[68.78619,25.14478],[68.79159,25.15268],[68.79904,25.16023],[68.80128,25.17173],[68.80606,25.17843],[68.80885,25.19868],[68.81797,25.21104],[68.82405,25.23164],[68.83471,25.23988],[68.84165,25.24864],[68.85088,25.27215],[68.85559,25.29190],[68.85831,25.29207],[68.86153,25.30614],[68.86227,25.31764],[68.87001,25.34477],[68.87744,25.37549],[68.88096,25.38185],[68.88622,25.40536],[68.88999,25.40056],[68.89141,25.41051],[68.88987,25.41910],[68.89821,25.45824],[68.90365,25.47866],[68.89796,25.49325],[68.88745,25.52639],[68.88529,25.54475],[68.88591,25.55522],[68.88207,25.58921],[68.88449,25.60260],[68.88919,25.61153],[68.89098,25.62887],[68.89753,25.63076],[68.90260,25.64105],[68.90464,25.65582],[68.91699,25.66011],[68.93156,25.67556],[68.94723,25.69496],[68.95013,25.69341],[68.95241,25.69599],[68.95284,25.70148],[68.96282,25.71247],[68.96886,25.71573],[68.97976,25.71453],[68.98512,25.72328],[68.98924,25.72465],[68.99380,25.73444],[68.99675,25.74302],[69.00339,25.75590],[69.00303,25.76259],[69.00887,25.77066],[69.01551,25.77753],[69.02399,25.77787],[69.03032,25.77049],[69.03130,25.75813],[69.03836,25.75229],[69.04144,25.74680],[69.04696,25.75315],[69.05015,25.75212],[69.05347,25.75658],[69.05997,25.75418],[69.06960,25.73736],[69.08039,25.72757],[69.08272,25.73444],[69.09338,25.72774],[69.10036,25.73015],[69.10257,25.73444],[69.10771,25.73083],[69.10973,25.72311],[69.11536,25.72465],[69.12258,25.73530],[69.12919,25.73564],[69.13701,25.74611],[69.14465,25.74525],[69.15186,25.73495],[69.15913,25.73238],[69.17202,25.72277],[69.18953,25.70938],[69.19623,25.69667],[69.20367,25.69908],[69.20653,25.70732],[69.21123,25.71590],[69.21945,25.70783],[69.22560,25.71676],[69.23120,25.70371],[69.23984,25.70697],[69.24337,25.71058],[69.24933,25.70423],[69.25426,25.70611],[69.25602,25.72139],[69.26295,25.73221],[69.26733,25.73444],[69.27262,25.73152],[69.27523,25.74714],[69.28252,25.74285],[69.28604,25.75212],[69.29320,25.74731],[69.29563,25.73598],[69.29797,25.73555],[69.29927,25.74169],[69.30121,25.74693],[69.30370,25.74774],[69.30708,25.74062],[69.31084,25.73822],[69.31862,25.74088],[69.32526,25.75598],[69.33653,25.76066],[69.33971,25.75933],[69.34131,25.76045],[69.34267,25.76911],[69.34422,25.77735],[69.34646,25.77959],[69.34973,25.77873],[69.35448,25.78173],[69.35617,25.78637],[69.35687,25.79298],[69.35696,25.79718],[69.35723,25.80199],[69.35844,25.80868],[69.35899,25.81426],[69.36020,25.81830],[69.36213,25.81830],[69.36628,25.81563],[69.37184,25.81787],[69.37278,25.81907],[69.37348,25.81555],[69.37384,25.81186],[69.37595,25.81306],[69.37807,25.81881],[69.37958,25.82018],[69.38031,25.82490],[69.38218,25.82911],[69.38412,25.83057],[69.38853,25.83083],[69.39013,25.83366],[69.39170,25.83477],[69.39270,25.84422],[69.39333,25.84636],[69.39460,25.84602],[69.39895,25.84310],[69.40046,25.83958],[69.40426,25.83134],[69.40641,25.83065],[69.40674,25.82568],[69.40438,25.81624],[69.40520,25.81212],[69.40804,25.81126],[69.40915,25.80920],[69.41048,25.80980],[69.41142,25.81229],[69.41196,25.81778],[69.41293,25.82387],[69.41398,25.82413],[69.41595,25.82036],[69.41929,25.80894],[69.41905,25.79804],[69.42053,25.79366],[69.42237,25.79401],[69.42418,25.79658],[69.42506,25.80027],[69.42605,25.80800],[69.43000,25.80980],[69.43362,25.80654],[69.43540,25.80791],[69.43887,25.81495],[69.44179,25.81658],[69.44785,25.82448],[69.46791,25.83383],[69.47513,25.86336],[69.48551,25.85786],[69.48966,25.84808],[69.50908,25.85632],[69.51743,25.86799],[69.52154,25.87572],[69.53196,25.87065],[69.53766,25.85615],[69.54387,25.83915],[69.55104,25.84387],[69.55362,25.85906],[69.55293,25.86919],[69.55422,25.87640],[69.55704,25.88713],[69.56076,25.90044],[69.56927,25.92121],[69.57199,25.93623],[69.58131,25.94764],[69.58724,25.94635],[69.58888,25.95005],[69.59430,25.95305],[69.59612,25.95623],[69.59819,25.96532],[69.60462,25.97082],[69.61102,25.97674],[69.61709,25.96730],[69.62065,25.96035],[69.62881,25.96155],[69.63421,25.96283],[69.64240,25.95545],[69.64625,25.95571],[69.65431,25.93391],[69.65759,25.91331],[69.65848,25.89889],[69.66338,25.89108],[69.66836,25.89408],[69.67405,25.90627],[69.67659,25.91494],[69.68013,25.92455],[69.68094,25.93297],[69.68556,25.94326],[69.69685,25.95459],[69.70149,25.96335],[69.70745,25.97116],[69.71361,25.98618],[69.72102,26.00403],[69.72512,26.07373],[69.72991,26.09416],[69.72964,26.10471],[69.73583,26.12832],[69.74329,26.14462],[69.75615,26.15166],[69.75787,26.16333],[69.75954,26.18256],[69.76684,26.18591],[69.76877,26.18179],[69.77129,26.18565],[69.77711,26.19260],[69.77954,26.21054],[69.78073,26.21715],[69.78556,26.21964],[69.78719,26.22608],[69.79306,26.22934],[69.79392,26.24436],[69.80027,26.24865],[69.80824,26.24170],[69.81638,26.24419],[69.82293,26.27594],[69.83053,26.31019],[69.83373,26.31731],[69.83553,26.32993],[69.84361,26.34255],[69.84598,26.35190],[69.84497,26.36092],[69.84633,26.36521],[69.85009,26.37156],[69.85597,26.38538],[69.86693,26.39928],[69.87438,26.40495],[69.88002,26.41379],[69.89035,26.41748],[69.89710,26.40787],[69.90112,26.40769],[69.90330,26.41362],[69.90725,26.42778],[69.91577,26.44881],[69.92213,26.45765],[69.93292,26.45791],[69.93895,26.46391],[69.94293,26.48640],[69.94558,26.50048],[69.94634,26.53241],[69.94761,26.55112],[69.95205,26.57189],[69.95758,26.61111],[69.95976,26.62330],[69.96173,26.65369],[69.96523,26.67755],[69.96296,26.68373],[69.95385,26.69317],[69.94890,26.70072],[69.94543,26.71214],[69.94537,26.72192],[69.94705,26.73540],[69.95299,26.75771],[69.95855,26.78320],[69.95920,26.81093],[69.95858,26.81556],[69.95882,26.82397],[69.96038,26.83839],[69.95982,26.85393],[69.95755,26.85831],[69.94472,26.85513],[69.93963,26.86157],[69.93515,26.87290],[69.93289,26.87899],[69.93224,26.88946],[69.93300,26.89882],[69.93566,26.91693],[69.93957,26.92955],[69.93939,26.93753],[69.94007,26.95418],[69.93928,26.96508],[69.93692,26.97752],[69.93510,26.98594],[69.93021,26.99598],[69.92317,27.00628],[69.91833,27.01169],[69.91338,27.02576],[69.91040,27.03203],[69.91014,27.03967],[69.91335,27.05443],[69.91710,27.06172],[69.91792,27.07065],[69.91674,27.09031],[69.91736,27.10129],[69.92373,27.11666],[69.92782,27.12284],[69.93209,27.13099],[69.93245,27.14241],[69.93345,27.15854],[69.93934,27.18927],[69.94428,27.21854],[69.94790,27.22867],[69.95034,27.26549],[69.95152,27.28274],[69.95284,27.29493],[69.95579,27.30411],[69.95955,27.30411],[69.96482,27.29862],[69.96726,27.29209],[69.97167,27.28935],[69.97484,27.27553],[69.97984,27.27853],[69.98527,27.29372],[69.99018,27.31132],[69.98977,27.32119],[69.98836,27.32797],[69.98924,27.34763],[69.99596,27.37149],[70.00703,27.39706],[70.01357,27.40633],[70.01956,27.42934],[70.02105,27.45037],[70.02190,27.49388],[70.02220,27.52324],[70.02589,27.53165],[70.03536,27.54135],[70.04913,27.54418],[70.06098,27.55834],[70.06403,27.57267],[70.06745,27.57860],[70.06889,27.59396],[70.07491,27.61645],[70.07564,27.63859],[70.07623,27.65687],[70.07740,27.66958],[70.07681,27.68812],[70.07611,27.69824],[70.07243,27.70906],[70.06944,27.71696],[70.06441,27.73584],[70.06388,27.74374],[70.06581,27.76210],[70.07781,27.80021],[70.07956,27.82751],[70.08255,27.85755],[70.08582,27.88484],[70.08769,27.92072],[70.09196,27.94784],[70.09161,27.95883],[70.07442,27.96672],[70.05416,27.97616],[70.01378,27.98320],[69.99670,28.01393],[69.93318,28.13564],[69.92040,28.15950],[69.88075,28.34352],[69.84867,28.32893],[69.81813,28.40360],[69.79241,28.55741],[69.77004,28.68890],[69.74884,28.80872],[69.72899,28.91841],[69.70816,29.04973],[69.69506,29.13333],[69.63881,29.16887],[69.57643,29.23307],[69.50725,29.30568],[69.47814,29.33418],[69.39765,29.21813],[69.29138,28.98090],[69.22444,28.83035],[69.17183,28.82932],[69.11034,28.80392],[69.07604,28.85421],[69.04929,28.93558],[69.02491,29.01901],[69.01059,29.04029],[69.01680,29.06089],[69.04033,29.09660],[69.06420,29.14569],[69.06764,29.16149],[69.11310,29.24337],[69.11971,29.23616],[69.12405,29.23444],[69.12601,29.24474],[69.13683,29.23994],[69.14759,29.24835],[69.18690,29.29933],[69.19343,29.29264],[69.20696,29.29470],[69.20891,29.30517],[69.21975,29.30259],[69.23522,29.31701],[69.24745,29.28491],[69.26271,29.27135],[69.29848,29.29212],[69.30697,29.33813],[69.32171,29.40147],[69.31728,29.41469],[69.32219,29.47820],[69.32226,29.48953],[69.32789,29.50721],[69.32692,29.52266],[69.31916,29.53657],[69.32086,29.57553],[69.35006,29.65227],[69.36525,29.70033],[69.37148,29.69896],[69.37577,29.70600],[69.37777,29.71509],[69.38333,29.71303],[69.38962,29.72539],[69.39131,29.74462],[69.39384,29.75955],[69.39759,29.77724],[69.39687,29.78771],[69.40502,29.79904],[69.40937,29.81002],[69.41812,29.83869],[69.42433,29.86358],[69.41866,29.90152],[69.41782,29.90633],[69.41818,29.91405],[69.41323,29.93139],[69.40846,29.93190],[69.40502,29.93860],[69.40466,29.95113],[69.42186,30.03353],[69.46213,30.09481],[69.47019,30.11867],[69.48590,30.11404],[69.51416,30.12056],[69.52503,30.13601],[69.52587,30.14390],[69.53103,30.15111],[69.53421,30.17274],[69.56834,30.18939],[69.60749,30.15935],[69.60863,30.15420],[69.61987,30.15283],[69.64269,30.13738],[69.64431,30.13875],[69.64335,30.09344],[69.65786,30.08691],[69.66370,30.11369],[69.66907,30.15146],[69.65302,30.22253],[69.62925,30.30166],[69.58966,30.41788],[69.56390,30.47161],[69.55983,30.48019],[69.54783,30.50611],[69.53967,30.51521],[69.54171,30.56636],[69.54027,30.66473],[69.53253,30.74592],[69.53313,30.76000],[69.53151,30.76412],[69.53073,30.77579],[69.53163,30.78729],[69.52761,30.80377],[69.52815,30.82162],[69.53487,30.84411],[69.53733,30.86643],[69.54513,30.88548],[69.54921,30.89097],[69.55227,30.90196],[69.55299,30.91552],[69.55749,30.92994],[69.56091,30.94041],[69.56540,30.93887],[69.57241,30.93904],[69.57595,30.94779],[69.58224,30.94556],[69.59182,30.94865],[69.59325,30.94711],[69.59469,30.94161],[69.59828,30.94196],[69.60085,30.95157],[69.60863,30.94951],[69.61228,30.95518],[69.61873,30.95140],[69.62931,30.95535],[69.63511,30.95312],[69.63845,30.95380],[69.64401,30.94264],[69.64729,30.94007],[69.64950,30.93458],[69.65434,30.93629],[69.65804,30.93114],[69.66382,30.93235],[69.66919,30.92548],[69.67366,30.93114],[69.67265,30.93835],[69.67319,30.94900],[69.68392,30.94694],[69.68797,30.93664],[69.68660,30.93235],[69.68988,30.92754],[69.69232,30.91999],[69.69470,30.92084],[69.70090,30.91123],[69.70233,30.90093],[69.70501,30.89973],[69.71548,30.87759],[69.71995,30.89321],[69.72613,30.89200],[69.72875,30.89389],[69.73755,30.89149],[69.74314,30.87553],[69.74956,30.87432],[69.74878,30.88068],[69.75823,30.87329],[69.76482,30.85887],[69.77117,30.85424],[69.77580,30.84463],[69.77877,30.84463],[69.78873,30.81922],[69.86894,30.78918],[70.57793,32.00317],[72.37908,33.39843],[73.31839,17.98461],[67.24231,8.40454],[62.41072,1.07666],[57.63363,4.13085],[57.37986,7.73437],[58.29217,10.67871],[58.37867,10.62377],[58.89143,10.63948]], + NO: [[58.89143, 10.63948],[58.97709, 11.06632],[58.99818, 11.10700],[59.07969, 11.15386],[59.08737, 11.22502],[59.09543, 11.25611],[59.09622, 11.25896],[59.09990, 11.28999],[59.10634, 11.30280],[59.11488, 11.34031],[59.09851, 11.36823],[59.05565, 11.40346],[59.03348, 11.42080],[59.02050, 11.43831],[59.01078, 11.44449],[58.99159, 11.46457],[58.98826, 11.46000],[58.98821, 11.45862],[58.98798, 11.45784],[58.98624, 11.45626],[58.98554, 11.45376],[58.97301, 11.46202],[58.95253, 11.45951],[58.93358, 11.46260],[58.91709, 11.45556],[58.89467, 11.45565],[58.89121, 11.45633],[58.88912, 11.45483],[58.88815, 11.45762],[58.88945, 11.46071],[58.89118, 11.48290],[58.89047, 11.48916],[58.88883, 11.49152],[58.88850, 11.50092],[58.88236, 11.51311],[58.88105, 11.51465],[58.87952, 11.51667],[58.87679, 11.52585],[58.87670, 11.52886],[58.87834, 11.53298],[58.87659, 11.53748],[58.87901, 11.53912],[58.88376, 11.53920],[58.88500, 11.53534],[58.88617, 11.54036],[58.89067, 11.54560],[58.89462, 11.54701],[58.89531, 11.54976],[58.89726, 11.55143],[58.89821, 11.55465],[58.89586, 11.56057],[58.89169, 11.56422],[58.88777, 11.57014],[58.88746, 11.57336],[58.89673, 11.57791],[58.89349, 11.58272],[58.89398, 11.58443],[58.89014, 11.59070],[58.90493, 11.62688],[58.90803, 11.63087],[58.90588, 11.65220],[58.92243, 11.65786],[58.92591, 11.65696],[58.92746, 11.65838],[58.92753, 11.65941],[58.92678, 11.66130],[58.93216, 11.65855],[58.93493, 11.66537],[58.93453, 11.67022],[58.93464, 11.67653],[58.93659, 11.67687],[58.94168, 11.67421],[58.94677, 11.68305],[58.95142, 11.68245],[58.95591, 11.68979],[58.96583, 11.68833],[58.97032, 11.68803],[58.97295, 11.69061],[58.97333, 11.68593],[58.97574, 11.68747],[58.97737, 11.69443],[58.98606, 11.69258],[58.98825, 11.68589],[58.99400, 11.69456],[58.99787, 11.69537],[59.00004, 11.69880],[59.01663, 11.70743],[59.03355, 11.71219],[59.03920, 11.72236],[59.04333, 11.72670],[59.04430, 11.72932],[59.04757, 11.73129],[59.05002, 11.73575],[59.05335, 11.73936],[59.06028, 11.74481],[59.07045, 11.75395],[59.08013, 11.76657],[59.08741, 11.77854],[59.09667, 11.77837],[59.09914, 11.78266],[59.11544, 11.76876],[59.11518, 11.76515],[59.12954, 11.77425],[59.13623, 11.77974],[59.14567, 11.77652],[59.15610, 11.77768],[59.15918, 11.77691],[59.16574, 11.77712],[59.17062, 11.77524],[59.17781, 11.77695],[59.18804, 11.78142],[59.19428, 11.78270],[59.19492, 11.78421],[59.19597, 11.78429],[59.19707, 11.78335],[59.19863, 11.78416],[59.20096, 11.78270],[59.20281, 11.78335],[59.20733, 11.78416],[59.21219, 11.78923],[59.21886, 11.79661],[59.22484, 11.80103],[59.23171, 11.81253],[59.23766, 11.82669],[59.24029, 11.83047],[59.30424, 11.82060],[59.30919, 11.82197],[59.31230, 11.82214],[59.34496, 11.81674],[59.35458, 11.80867],[59.37164, 11.79030],[59.37348, 11.79270],[59.37868, 11.78841],[59.38659, 11.78043],[59.41460, 11.77468],[59.42870, 11.76172],[59.45833, 11.76060],[59.47983, 11.75399],[59.49199, 11.74730],[59.51128, 11.72962],[59.58962, 11.69177],[59.60843, 11.69880],[59.62497, 11.72163],[59.64259, 11.77888],[59.64783, 11.85690],[59.65312, 11.86343],[59.66227, 11.87141],[59.67281, 11.87622],[59.68260, 11.87913],[59.69282, 11.88986],[59.69412, 11.94016],[59.69819, 11.94600],[59.70110, 11.94660],[59.70049, 11.93887],[59.70919, 11.93887],[59.71066, 11.93492],[59.71365, 11.93801],[59.72655, 11.93784],[59.72888, 11.93861],[59.73330, 11.93458],[59.74043, 11.93518],[59.74995, 11.92608],[59.75777, 11.93552],[59.77031, 11.93364],[59.78655, 11.92737],[59.79424, 11.92849],[59.80283, 11.90986],[59.81203, 11.90497],[59.81634, 11.89579],[59.82415, 11.88806],[59.82963, 11.87570],[59.83088, 11.85476],[59.83873, 11.84274],[59.84140, 11.84171],[59.84498, 11.85596],[59.85050, 11.87381],[59.85554, 11.88523],[59.85925, 11.88978],[59.86524, 11.88368],[59.86903, 11.88343],[59.87119, 11.88703],[59.87050, 11.89544],[59.87244, 11.92119],[59.87537, 11.92342],[59.88230, 11.92437],[59.88609, 11.93012],[59.88661, 11.93552],[59.88971, 11.94265],[59.90017, 11.98479],[59.89862, 11.98599],[59.88854, 12.03311],[59.88562, 12.05320],[59.89044, 12.10144],[59.89371, 12.12633],[59.88622, 12.15542],[59.88953, 12.17525],[59.92706, 12.23138],[59.96523, 12.34210],[60.01563, 12.39669],[60.02601, 12.42605],[60.03870, 12.44956],[60.07289, 12.48132],[60.09942, 12.50141],[60.19368, 12.54261],[60.22429, 12.52613],[60.28128, 12.50570],[60.32337, 12.49952],[60.34716, 12.54604],[60.40571, 12.60732],[60.51320, 12.60784],[60.55162, 12.58260],[60.60028, 12.51703],[60.64298, 12.51222],[60.68671, 12.46107],[60.73466, 12.39601],[60.81914, 12.34983],[60.85251, 12.33575],[60.89070, 12.33386],[61.01300, 12.22503],[61.01961, 12.24293],[61.02653, 12.29885],[61.04964, 12.44853],[61.05064, 12.48939],[61.04632, 12.59513],[61.04507, 12.60217],[61.04657, 12.61393],[61.05209, 12.65358],[61.05230, 12.65891],[61.05479, 12.66921],[61.05649, 12.67272],[61.05919, 12.68242],[61.06360, 12.68414],[61.14311, 12.70792],[61.19695, 12.79126],[61.25896, 12.83537],[61.30758, 12.85366],[61.35662, 12.87159],[61.40148, 12.81057],[61.56939, 12.56973],[61.56767, 12.44699],[61.56375, 12.42107],[61.61537, 12.34193],[61.64074, 12.27705],[61.72388, 12.13989],[62.00992, 12.22537],[62.14882, 12.26623],[62.26808, 12.30159],[62.61166, 12.05818],[62.74843, 12.13886],[62.90241, 12.07672],[63.00061, 12.22023],[63.26901, 11.97887],[63.35597, 12.08805],[63.47903, 12.21542],[63.59347, 12.15225],[63.63147, 12.23361],[63.67185, 12.30297],[63.71399, 12.33318],[63.81840, 12.48321],[63.97264, 12.68508],[64.05718, 12.92713],[64.09455, 13.21071],[64.06994, 13.47576],[64.06499, 13.53412],[64.04561, 13.71608],[64.00667, 13.96945],[64.19561, 14.16000],[64.46302, 14.11674],[64.47989, 14.08584],[64.50857, 13.89255],[64.58058, 13.65840],[64.63917, 13.70853],[64.85141, 13.97014],[64.94041, 14.08241],[65.11839, 14.32651],[65.24750, 14.38110],[65.30924, 14.50881],[65.52036, 14.50160],[65.69998, 14.54383],[65.81220, 14.62760],[65.90263, 14.58606],[65.95934, 14.57576],[66.06026, 14.54177],[66.13177, 14.51843],[66.14579, 14.87171],[66.15232, 15.03719],[66.21913, 15.26618],[66.28205, 15.48763],[66.38884, 15.43579],[66.48368, 15.38017],[66.52297, 15.45536],[66.59331, 15.62324],[66.76307, 15.85018],[66.87403, 15.99884],[66.91175, 16.04038],[66.98153, 16.19556],[67.04548, 16.39091],[67.20642, 16.41117],[67.43516, 16.09359],[67.51854, 16.15917],[67.52694, 16.28379],[67.53364, 16.40945],[67.59443, 16.49631],[67.64659, 16.55948],[67.76108, 16.63673],[67.91365, 16.74213],[67.97708, 16.93370],[68.04983, 17.18467],[68.11685, 17.28252],[68.03725, 17.66361],[67.96742, 17.90119],[68.14549, 18.09928],[68.19975, 18.15387],[68.32157, 18.12263],[68.40638, 18.10340],[68.53589, 18.12881],[68.58070, 18.40553],[68.50547, 18.62148],[68.51579, 18.98300],[68.43958, 19.43481],[68.35464, 19.92130],[68.38881, 19.98413],[68.49113, 20.23029],[68.53238, 20.02841],[68.55774, 19.94293],[68.59035, 20.05451],[68.66554, 20.20557],[68.80252, 20.33946],[68.92730, 20.30891],[69.04475, 20.06515],[69.05997, 20.55473],[69.11891, 20.71746],[69.07763, 20.88294],[69.03480, 21.05976],[69.10447, 21.11022],[69.12246, 21.05735],[69.13995, 21.04774],[69.19209, 20.98903],[69.22231, 21.00448],[69.26076, 21.09769],[69.31152, 21.27914],[69.29381, 21.44496],[69.27638, 21.62693],[69.21354, 21.72254],[69.14453, 21.84425],[69.07248, 21.98312],[68.95648, 22.17384],[68.91841, 22.19083],[68.82696, 22.33915],[68.71620, 22.37348],[68.74385, 22.53553],[68.72536, 22.60557],[68.68683, 22.80057],[68.68895, 23.04468],[68.62779, 23.16759],[68.68321, 23.40259],[68.69157, 23.44156],[68.70510, 23.67450],[68.75051, 23.73235],[68.81890, 23.77664],[68.83601, 23.87174],[68.82684, 23.98298],[68.77929, 24.07516],[68.78917, 24.15773],[68.75337, 24.15155],[68.74497, 24.20682],[68.72666, 24.24974],[68.71695, 24.30141],[68.69906, 24.46826],[68.68178, 24.60748],[68.63586, 24.78275],[68.56170, 24.85553],[68.55391, 24.90446],[68.58164, 24.90806],[68.60407, 24.91836],[68.61089, 24.94050],[68.61127, 24.94943],[68.61409, 24.95338],[68.61534, 24.96231],[68.61553, 24.98033],[68.61165, 24.98479],[68.61115, 24.99681],[68.61490, 25.01878],[68.62172, 25.01913],[68.62191, 25.03337],[68.62485, 25.04745],[68.61878, 25.06530],[68.61935, 25.07268],[68.62360, 25.08350],[68.62554, 25.08247],[68.62854, 25.09088],[68.63492, 25.09363],[68.63630, 25.10341],[68.63630, 25.11663],[68.64305, 25.12212],[68.64480, 25.11903],[68.65074, 25.12058],[68.65355, 25.11663],[68.65949, 25.11869],[68.68090, 25.11182],[68.69457, 25.11714],[68.70049, 25.11388],[68.70685, 25.12023],[68.71252, 25.12590],[68.71339, 25.13723],[68.72149, 25.13019],[68.72455, 25.12332],[68.73476, 25.12847],[68.74640, 25.12470],[68.75635, 25.12916],[68.76326, 25.13774],[68.77053, 25.13620],[68.77501, 25.14238],[68.78619, 25.14478],[68.79159, 25.15268],[68.79904, 25.16023],[68.80128, 25.17173],[68.80606, 25.17843],[68.80885, 25.19868],[68.81797, 25.21104],[68.82405, 25.23164],[68.83471, 25.23988],[68.84165, 25.24864],[68.85088, 25.27215],[68.85559, 25.29190],[68.85831, 25.29207],[68.86153, 25.30614],[68.86227, 25.31764],[68.87001, 25.34477],[68.87744, 25.37549],[68.88096, 25.38185],[68.88622, 25.40536],[68.88999, 25.40056],[68.89141, 25.41051],[68.88987, 25.41910],[68.89821, 25.45824],[68.90365, 25.47866],[68.89796, 25.49325],[68.88745, 25.52639],[68.88529, 25.54475],[68.88591, 25.55522],[68.88207, 25.58921],[68.88449, 25.60260],[68.88919, 25.61153],[68.89098, 25.62887],[68.89753, 25.63076],[68.90260, 25.64105],[68.90464, 25.65582],[68.91699, 25.66011],[68.93156, 25.67556],[68.94723, 25.69496],[68.95013, 25.69341],[68.95241, 25.69599],[68.95284, 25.70148],[68.96282, 25.71247],[68.96886, 25.71573],[68.97976, 25.71453],[68.98512, 25.72328],[68.98924, 25.72465],[68.99380, 25.73444],[68.99675, 25.74302],[69.00339, 25.75590],[69.00303, 25.76259],[69.00887, 25.77066],[69.01551, 25.77753],[69.02399, 25.77787],[69.03032, 25.77049],[69.03130, 25.75813],[69.03836, 25.75229],[69.04144, 25.74680],[69.04696, 25.75315],[69.05015, 25.75212],[69.05347, 25.75658],[69.05997, 25.75418],[69.06960, 25.73736],[69.08039, 25.72757],[69.08272, 25.73444],[69.09338, 25.72774],[69.10036, 25.73015],[69.10257, 25.73444],[69.10771, 25.73083],[69.10973, 25.72311],[69.11536, 25.72465],[69.12258, 25.73530],[69.12919, 25.73564],[69.13701, 25.74611],[69.14465, 25.74525],[69.15186, 25.73495],[69.15913, 25.73238],[69.17202, 25.72277],[69.18953, 25.70938],[69.19623, 25.69667],[69.20367, 25.69908],[69.20653, 25.70732],[69.21123, 25.71590],[69.21945, 25.70783],[69.22560, 25.71676],[69.23120, 25.70371],[69.23984, 25.70697],[69.24337, 25.71058],[69.24933, 25.70423],[69.25426, 25.70611],[69.25602, 25.72139],[69.26295, 25.73221],[69.26733, 25.73444],[69.27262, 25.73152],[69.27523, 25.74714],[69.28252, 25.74285],[69.28604, 25.75212],[69.29320, 25.74731],[69.29563, 25.73598],[69.29797, 25.73555],[69.29927, 25.74169],[69.30121, 25.74693],[69.30370, 25.74774],[69.30708, 25.74062],[69.31084, 25.73822],[69.31862, 25.74088],[69.32526, 25.75598],[69.33653, 25.76066],[69.33971, 25.75933],[69.34131, 25.76045],[69.34267, 25.76911],[69.34422, 25.77735],[69.34646, 25.77959],[69.34973, 25.77873],[69.35448, 25.78173],[69.35617, 25.78637],[69.35687, 25.79298],[69.35696, 25.79718],[69.35723, 25.80199],[69.35844, 25.80868],[69.35899, 25.81426],[69.36020, 25.81830],[69.36213, 25.81830],[69.36628, 25.81563],[69.37184, 25.81787],[69.37278, 25.81907],[69.37348, 25.81555],[69.37384, 25.81186],[69.37595, 25.81306],[69.37807, 25.81881],[69.37958, 25.82018],[69.38031, 25.82490],[69.38218, 25.82911],[69.38412, 25.83057],[69.38853, 25.83083],[69.39013, 25.83366],[69.39170, 25.83477],[69.39270, 25.84422],[69.39333, 25.84636],[69.39460, 25.84602],[69.39895, 25.84310],[69.40046, 25.83958],[69.40426, 25.83134],[69.40641, 25.83065],[69.40674, 25.82568],[69.40438, 25.81624],[69.40520, 25.81212],[69.40804, 25.81126],[69.40915, 25.80920],[69.41048, 25.80980],[69.41142, 25.81229],[69.41196, 25.81778],[69.41293, 25.82387],[69.41398, 25.82413],[69.41595, 25.82036],[69.41929, 25.80894],[69.41905, 25.79804],[69.42053, 25.79366],[69.42237, 25.79401],[69.42418, 25.79658],[69.42506, 25.80027],[69.42605, 25.80800],[69.43000, 25.80980],[69.43362, 25.80654],[69.43540, 25.80791],[69.43887, 25.81495],[69.44179, 25.81658],[69.44785, 25.82448],[69.46791, 25.83383],[69.47513, 25.86336],[69.48551, 25.85786],[69.48966, 25.84808],[69.50908, 25.85632],[69.51743, 25.86799],[69.52154, 25.87572],[69.53196, 25.87065],[69.53766, 25.85615],[69.54387, 25.83915],[69.55104, 25.84387],[69.55362, 25.85906],[69.55293, 25.86919],[69.55422, 25.87640],[69.55704, 25.88713],[69.56076, 25.90044],[69.56927, 25.92121],[69.57199, 25.93623],[69.58131, 25.94764],[69.58724, 25.94635],[69.58888, 25.95005],[69.59430, 25.95305],[69.59612, 25.95623],[69.59819, 25.96532],[69.60462, 25.97082],[69.61102, 25.97674],[69.61709, 25.96730],[69.62065, 25.96035],[69.62881, 25.96155],[69.63421, 25.96283],[69.64240, 25.95545],[69.64625, 25.95571],[69.65431, 25.93391],[69.65759, 25.91331],[69.65848, 25.89889],[69.66338, 25.89108],[69.66836, 25.89408],[69.67405, 25.90627],[69.67659, 25.91494],[69.68013, 25.92455],[69.68094, 25.93297],[69.68556, 25.94326],[69.69685, 25.95459],[69.70149, 25.96335],[69.70745, 25.97116],[69.71361, 25.98618],[69.72102, 26.00403],[69.72512, 26.07373],[69.72991, 26.09416],[69.72964, 26.10471],[69.73583, 26.12832],[69.74329, 26.14462],[69.75615, 26.15166],[69.75787, 26.16333],[69.75954, 26.18256],[69.76684, 26.18591],[69.76877, 26.18179],[69.77129, 26.18565],[69.77711, 26.19260],[69.77954, 26.21054],[69.78073, 26.21715],[69.78556, 26.21964],[69.78719, 26.22608],[69.79306, 26.22934],[69.79392, 26.24436],[69.80027, 26.24865],[69.80824, 26.24170],[69.81638, 26.24419],[69.82293, 26.27594],[69.83053, 26.31019],[69.83373, 26.31731],[69.83553, 26.32993],[69.84361, 26.34255],[69.84598, 26.35190],[69.84497, 26.36092],[69.84633, 26.36521],[69.85009, 26.37156],[69.85597, 26.38538],[69.86693, 26.39928],[69.87438, 26.40495],[69.88002, 26.41379],[69.89035, 26.41748],[69.89710, 26.40787],[69.90112, 26.40769],[69.90330, 26.41362],[69.90725, 26.42778],[69.91577, 26.44881],[69.92213, 26.45765],[69.93292, 26.45791],[69.93895, 26.46391],[69.94293, 26.48640],[69.94558, 26.50048],[69.94634, 26.53241],[69.94761, 26.55112],[69.95205, 26.57189],[69.95758, 26.61111],[69.95976, 26.62330],[69.96173, 26.65369],[69.96523, 26.67755],[69.96296, 26.68373],[69.95385, 26.69317],[69.94890, 26.70072],[69.94543, 26.71214],[69.94537, 26.72192],[69.94705, 26.73540],[69.95299, 26.75771],[69.95855, 26.78320],[69.95920, 26.81093],[69.95858, 26.81556],[69.95882, 26.82397],[69.96038, 26.83839],[69.95982, 26.85393],[69.95755, 26.85831],[69.94472, 26.85513],[69.93963, 26.86157],[69.93515, 26.87290],[69.93289, 26.87899],[69.93224, 26.88946],[69.93300, 26.89882],[69.93566, 26.91693],[69.93957, 26.92955],[69.93939, 26.93753],[69.94007, 26.95418],[69.93928, 26.96508],[69.93692, 26.97752],[69.93510, 26.98594],[69.93021, 26.99598],[69.92317, 27.00628],[69.91833, 27.01169],[69.91338, 27.02576],[69.91040, 27.03203],[69.91014, 27.03967],[69.91335, 27.05443],[69.91710, 27.06172],[69.91792, 27.07065],[69.91674, 27.09031],[69.91736, 27.10129],[69.92373, 27.11666],[69.92782, 27.12284],[69.93209, 27.13099],[69.93245, 27.14241],[69.93345, 27.15854],[69.93934, 27.18927],[69.94428, 27.21854],[69.94790, 27.22867],[69.95034, 27.26549],[69.95152, 27.28274],[69.95284, 27.29493],[69.95579, 27.30411],[69.95955, 27.30411],[69.96482, 27.29862],[69.96726, 27.29209],[69.97167, 27.28935],[69.97484, 27.27553],[69.97984, 27.27853],[69.98527, 27.29372],[69.99018, 27.31132],[69.98977, 27.32119],[69.98836, 27.32797],[69.98924, 27.34763],[69.99596, 27.37149],[70.00703, 27.39706],[70.01357, 27.40633],[70.01956, 27.42934],[70.02105, 27.45037],[70.02190, 27.49388],[70.02220, 27.52324],[70.02589, 27.53165],[70.03536, 27.54135],[70.04913, 27.54418],[70.06098, 27.55834],[70.06403, 27.57267],[70.06745, 27.57860],[70.06889, 27.59396],[70.07491, 27.61645],[70.07564, 27.63859],[70.07623, 27.65687],[70.07740, 27.66958],[70.07681, 27.68812],[70.07611, 27.69824],[70.07243, 27.70906],[70.06944, 27.71696],[70.06441, 27.73584],[70.06388, 27.74374],[70.06581, 27.76210],[70.07781, 27.80021],[70.07956, 27.82751],[70.08255, 27.85755],[70.08582, 27.88484],[70.08769, 27.92072],[70.09196, 27.94784],[70.09161, 27.95883],[70.07442, 27.96672],[70.05416, 27.97616],[70.01378, 27.98320],[69.99670, 28.01393],[69.93318, 28.13564],[69.92040, 28.15950],[69.88075, 28.34352],[69.84867, 28.32893],[69.81813, 28.40360],[69.79241, 28.55741],[69.77004, 28.68890],[69.74884, 28.80872],[69.72899, 28.91841],[69.70816, 29.04973],[69.69506, 29.13333],[69.63881, 29.16887],[69.57643, 29.23307],[69.50725, 29.30568],[69.47814, 29.33418],[69.39765, 29.21813],[69.29138, 28.98090],[69.22444, 28.83035],[69.17183, 28.82932],[69.11034, 28.80392],[69.07604, 28.85421],[69.04929, 28.93558],[69.02491, 29.01901],[69.01059, 29.04029],[69.01680, 29.06089],[69.04033, 29.09660],[69.06420, 29.14569],[69.06764, 29.16149],[69.11310, 29.24337],[69.11971, 29.23616],[69.12405, 29.23444],[69.12601, 29.24474],[69.13683, 29.23994],[69.14759, 29.24835],[69.18690, 29.29933],[69.19343, 29.29264],[69.20696, 29.29470],[69.20891, 29.30517],[69.21975, 29.30259],[69.23522, 29.31701],[69.24745, 29.28491],[69.26271, 29.27135],[69.29848, 29.29212],[69.30697, 29.33813],[69.32171, 29.40147],[69.31728, 29.41469],[69.32219, 29.47820],[69.32226, 29.48953],[69.32789, 29.50721],[69.32692, 29.52266],[69.31916, 29.53657],[69.32086, 29.57553],[69.35006, 29.65227],[69.36525, 29.70033],[69.37148, 29.69896],[69.37577, 29.70600],[69.37777, 29.71509],[69.38333, 29.71303],[69.38962, 29.72539],[69.39131, 29.74462],[69.39384, 29.75955],[69.39759, 29.77724],[69.39687, 29.78771],[69.40502, 29.79904],[69.40937, 29.81002],[69.41812, 29.83869],[69.42433, 29.86358],[69.41866, 29.90152],[69.41782, 29.90633],[69.41818, 29.91405],[69.41323, 29.93139],[69.40846, 29.93190],[69.40502, 29.93860],[69.40466, 29.95113],[69.42186, 30.03353],[69.46213, 30.09481],[69.47019, 30.11867],[69.48590, 30.11404],[69.51416, 30.12056],[69.52503, 30.13601],[69.52587, 30.14390],[69.53103, 30.15111],[69.53421, 30.17274],[69.56834, 30.18939],[69.60749, 30.15935],[69.60863, 30.15420],[69.61987, 30.15283],[69.64269, 30.13738],[69.64431, 30.13875],[69.64335, 30.09344],[69.65786, 30.08691],[69.66370, 30.11369],[69.66907, 30.15146],[69.65302, 30.22253],[69.62925, 30.30166],[69.58966, 30.41788],[69.56390, 30.47161],[69.55983, 30.48019],[69.54783, 30.50611],[69.53967, 30.51521],[69.54171, 30.56636],[69.54027, 30.66473],[69.53253, 30.74592],[69.53313, 30.76000],[69.53151, 30.76412],[69.53073, 30.77579],[69.53163, 30.78729],[69.52761, 30.80377],[69.52815, 30.82162],[69.53487, 30.84411],[69.53733, 30.86643],[69.54513, 30.88548],[69.54921, 30.89097],[69.55227, 30.90196],[69.55299, 30.91552],[69.55749, 30.92994],[69.56091, 30.94041],[69.56540, 30.93887],[69.57241, 30.93904],[69.57595, 30.94779],[69.58224, 30.94556],[69.59182, 30.94865],[69.59325, 30.94711],[69.59469, 30.94161],[69.59828, 30.94196],[69.60085, 30.95157],[69.60863, 30.94951],[69.61228, 30.95518],[69.61873, 30.95140],[69.62931, 30.95535],[69.63511, 30.95312],[69.63845, 30.95380],[69.64401, 30.94264],[69.64729, 30.94007],[69.64950, 30.93458],[69.65434, 30.93629],[69.65804, 30.93114],[69.66382, 30.93235],[69.66919, 30.92548],[69.67366, 30.93114],[69.67265, 30.93835],[69.67319, 30.94900],[69.68392, 30.94694],[69.68797, 30.93664],[69.68660, 30.93235],[69.68988, 30.92754],[69.69232, 30.91999],[69.69470, 30.92084],[69.70090, 30.91123],[69.70233, 30.90093],[69.70501, 30.89973],[69.71548, 30.87759],[69.71995, 30.89321],[69.72613, 30.89200],[69.72875, 30.89389],[69.73755, 30.89149],[69.74314, 30.87553],[69.74956, 30.87432],[69.74878, 30.88068],[69.75823, 30.87329],[69.76482, 30.85887],[69.77117, 30.85424],[69.77580, 30.84463],[69.77877, 30.84463],[69.78873, 30.81922],[69.86894, 30.78918],[70.57793, 32.00317],[72.37908, 33.39843],[73.31839, 17.98461],[67.24231, 8.40454],[62.41072, 1.07666],[57.63363, 4.13085],[57.37986, 7.73437],[58.29217, 10.67871],[58.37867, 10.62377],[58.89143, 10.63948]], // New Zealand NZ_1: [[-53.23477,179.99999],[-29.92989,179.99999],[-33.40732,167.01774],[-51.05085,160.25016],[-55.80974,168.33610]], NZ_2: [[-29.92989,-179.99999],[-53.23477,-179.99999],[-46.09204,-173.00773],[-41.09979,-173.13956]], @@ -836,11 +840,11 @@ if (location.origin === wfOrigin) { let dataCache = null; - window.addEventListener("message",event => { + window.addEventListener("message", event => { const prov = getProviderByOrigin(event.origin); if (prov) { try { - const { type,executor,id } = event.data; + const { type, executor, id } = event.data; if (executor === scriptUUID) { switch (type) { case 'getData': @@ -849,7 +853,7 @@ id, executor: scriptUUID, response: dataCache - },event.origin); + }, event.origin); break; } } @@ -857,7 +861,7 @@ console.error(err); } } - },false); + }, false); (() => { // Define projections @@ -887,7 +891,7 @@ * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls */ (function (open) { - XMLHttpRequest.prototype.open = function (method,url) { + XMLHttpRequest.prototype.open = function (method, url) { if (method == 'GET') { let callback = null; switch (url) { @@ -901,13 +905,13 @@ callback = injectReview; break; } - if (callback) this.addEventListener('load',() => checkResponse(this.response,callback),false); + if (callback) this.addEventListener('load', () => checkResponse(this.response, callback), false); } - open.apply(this,arguments); + open.apply(this, arguments); }; })(XMLHttpRequest.prototype.open); - const checkResponse = (response,callback) => { + const checkResponse = (response, callback) => { try { const json = JSON.parse(response); if (!json) return; @@ -927,14 +931,14 @@ const renderRef = () => document.getElementsByClassName('showcase-item__map')[0]; const render = () => awaitElement(renderRef).then(ref => { if (box) box.parentElement.removeChild(box); - box = addOpenButtons(ref,showcase[index]); + box = addOpenButtons(ref, showcase[index]); }); render(0); const paginators = document.getElementsByClassName('showcase-gallery__button'); if (paginators.length == 2) { - paginators[0].addEventListener('click',() => { index = (index - 1 + count) % count; render(); }); - paginators[1].addEventListener('click',() => { index = (index + 1 + count) % count; render(); }); + paginators[0].addEventListener('click', () => { index = (index - 1 + count) % count; render(); }); + paginators[1].addEventListener('click', () => { index = (index + 1 + count) % count; render(); }); } }); @@ -943,14 +947,14 @@ let box = null; result.nominations.forEach(nomination => { nomCache[nomination.imageUrl] = nomination; }) - ref.addEventListener('click',e => { + ref.addEventListener('click', e => { const item = e.target.closest('app-nominations-list-item'); if (item) { const nom = nomCache[item.querySelector('img').src]; const renderRef = () => document.querySelector('app-details-pane .details-pane__map'); awaitElement(renderRef).then(ref => { if (box) box.parentElement.removeChild(box); - box = addOpenButtons(ref,nom); + box = addOpenButtons(ref, nom); }); } }); @@ -975,9 +979,9 @@ const addrBox = document.createElement('p'); addrBox.classList.add('wayfareropenin__address'); addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox,ref); + ref.parentElement.insertBefore(addrBox, ref); } - addOpenButtons(ref,result); + addOpenButtons(ref, result); }); break; } @@ -991,40 +995,40 @@ const addrBox = document.createElement('p'); addrBox.classList.add('wayfareropenin__address'); addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox,ref); + ref.parentElement.insertBefore(addrBox, ref); } - addOpenButtons(ref,result); + addOpenButtons(ref, result); }); break; case 'APP-REVIEW-EDIT': awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) - .then(ref => addOpenButtons(ref,result)); + .then(ref => addOpenButtons(ref, result)); break; case 'APP-REVIEW-PHOTO': awaitElement(() => ref.querySelector('.review-photo__info > div > div:nth-child(2)')) - .then(ref => addOpenButtons(ref,result)); + .then(ref => addOpenButtons(ref, result)); break; } } }); - const getGeofenceMemberships = (lat,lng) => { + const getGeofenceMemberships = (lat, lng) => { const membership = {} Object.keys(geofences).forEach(region => { - membership[region] = isWithinBounds(geofences[region],{ lat,lng }); + membership[region] = isWithinBounds(geofences[region], { lat, lng }); }); return membership; }; if (!windowRef.wft_plugins_api) windowRef.wft_plugins_api = {}; windowRef.wft_plugins_api.openIn = { - getApplicableRegions: (lat,lng) => { - const membership = getGeofenceMemberships(lat,lng); + getApplicableRegions: (lat, lng) => { + const membership = getGeofenceMemberships(lat, lng); return Object.keys(membership).filter(k => membership[k]); } }; - const addOpenButtons = (before,{ lat,lng,title,description,guid }) => { + const addOpenButtons = (before, { lat, lng, title, description, guid }) => { const box = document.createElement('div'); box.classList.add('wayfareropenin__container'); @@ -1034,7 +1038,7 @@ label.style.fontWeight = 'bold'; globalBox.appendChild(label); - const membership = getGeofenceMemberships(lat,lng); + const membership = getGeofenceMemberships(lat, lng); const regionBoxes = {} Object.keys(membership).forEach(region => { @@ -1054,11 +1058,11 @@ const linkSpan = document.createElement('span'); linkSpan.classList.add('wayfareropenin__linkspan'); const link = document.createElement('a'); - let nLat = lat,nLng = lng; + let nLat = lat, nLng = lng; if (e.projection) { - [ nLng,nLat ] = proj4(e.projection,[ nLng,nLat ]); + [ nLng, nLat ] = proj4(e.projection,[ nLng, nLat ]); } - let nLatA = nLatB = nLat,nLngA = nLngB = nLng; + let nLatA = nLatB = nLat, nLngA = nLngB = nLng; if (e.cornerOffsets) { nLatA -= e.cornerOffsets; nLngA -= e.cornerOffsets; @@ -1088,7 +1092,7 @@ ttTitle.textContent = 'OPEN IN: EXPERIMENTAL PROVIDER'; ttTitle.classList.add('wayfareropenin__tttitle'); const ttBody = document.createElement('span'); - ttBody.textContent = 'Open In uses JavaScript injection to make this map provider focus on the Wayspot\'s location. This is not supported by the map provider,and as such is considered an experimental feature of Open In and indicated as such with an orange star. Use at your own responsibility.'; + ttBody.textContent = 'Open In uses JavaScript injection to make this map provider focus on the Wayspot\'s location. This is not supported by the map provider, and as such is considered an experimental feature of Open In and indicated as such with an orange star. Use at your own responsibility.'; tooltip.appendChild(ttTitle); tooltip.appendChild(document.createElement('br')); tooltip.appendChild(ttBody); @@ -1106,7 +1110,7 @@ } // Needed for postMessage: - dataCache = { latLng: { lat: nLat,lng: nLng },title,description }; + dataCache = { latLng: { lat: nLat, lng: nLng }, title, description }; }); if (guid !== null && guid !== undefined) { @@ -1123,7 +1127,7 @@ box.appendChild(globalBox); Object.keys(regionBoxes).forEach(region => { box.appendChild(regionBoxes[region]); }); - before.parentElement.insertBefore(box,before); + before.parentElement.insertBefore(box, before); return box; } @@ -1134,11 +1138,11 @@ return c1 + c2; } - const isWithinBounds = (geofence,{ lat,lng }) => { + const isWithinBounds = (geofence, { lat, lng }) => { let inside = false; const count = geofence.length; - for (let b = 0,a = count - 1; b < count; a = b++) { - const [ aLat,aLng ] = geofence[a],[ bLat,bLng ] = geofence[b]; + for (let b = 0, a = count - 1; b < count; a = b++) { + const [ aLat, aLng ] = geofence[a],[ bLat, bLng ] = geofence[b]; if (aLng > lng != bLng > lng && lat > (aLat - bLat) * (lng - bLng) / (aLng - bLng) + bLat) { inside = !inside; } @@ -1206,12 +1210,12 @@ } else { if (window.opener) { // UUIDv4 implementation: https://stackoverflow.com/a/2117523/1955334 - const uuidv4 = () => ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)); + const uuidv4 = () => ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)); const reqId = uuidv4(); - window.addEventListener("message",event => { + window.addEventListener("message", event => { if (event.origin === wfOrigin) { try { - const { type,executor,id,response } = event.data; + const { type, executor, id, response } = event.data; if (executor === scriptUUID && id === reqId) { if (type == 'getData') { const prov = getProviderByOrigin(window.origin); @@ -1222,12 +1226,12 @@ console.error(err); } } - },false); + }, false); window.opener.postMessage({ type: 'getData', executor: scriptUUID, id: reqId - },wfOrigin); + }, wfOrigin); } } })(); From 2801d0bd8b6b7b4ca66ec4511f618d84bd18007e Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 11:24:21 -0400 Subject: [PATCH 07/32] additional fix --- wayfarer-open-in.user.js | 87 +++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 51 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index d116ee4..937f6ff 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Open-In -// @version 0.6.15 +// @version 0.6.17 // @description Add open-in buttons to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-open-in.user.js @@ -17,7 +17,7 @@ // @require https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.7.5/proj4.min.js // ==/UserScript== -// Copyright 2023 tehstone, bilde2910 +// Copyright 2022 tehstone, bilde // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify @@ -370,6 +370,18 @@ projection: 'EPSG:28992', regions: ['NL'] }, + { + // Norway + label: 'Finn.no kart', + url: 'https://kart.finn.no/?lng=%lng%&lat=%lat%&zoom=18&mapType=norortho&showPin=1', + regions: ['NO'] + }, + { + // Norway + label: '1881.no kart', + url: 'https://kart.1881.no/?lat=%lat%&lon=%lng%&z=18&v=1&r=&o=&layer=', + regions: ['NO'] + }, { // Norway label: 'Gule Sider', @@ -701,10 +713,6 @@ const scriptUUID = 'cf6076cf-aa3f-4e29-ad55-2751d4a0d0bc'; // randomly generated, unique to this userscript, please don't re-use in other scripts const geofences = { - // Q3 WDD Bonus - Q3_ATL: [[35.135294,-85.602359],[35.045864,-83.592267],[32.914903,-83.592268],[33.001688,-85.602363]], - Q3_CHI: [[43.168316,-88.787865],[43.132913,-86.902301],[41.239324,-86.902301],[41.274500,-88.787868]], - Q3_HAM: [[54.447005,9.040809],[54.193260,11.933595],[52.181830,11.080197],[52.405416,8.387036]], // Austria AT: [[47.57130,9.57843],[47.54061,9.62806],[47.53018,9.71869],[47.53421,9.73073],[47.53371,9.73301],[47.53465,9.73618],[47.53760,9.73569],[47.54253,9.73513],[47.54679,9.73475],[47.54780,9.73595],[47.55116,9.73861],[47.55229,9.73990],[47.55507,9.74080],[47.55585,9.74256],[47.55513,9.74573],[47.55634,9.74625],[47.55794,9.74281],[47.55921,9.74290],[47.56104,9.74629],[47.56486,9.74651],[47.56746,9.75101],[47.56993,9.74715],[47.57161,9.74818],[47.57288,9.75487],[47.57676,9.75466],[47.58009,9.75612],[47.58125,9.76097],[47.58376,9.75985],[47.58709,9.76320],[47.58680,9.76427],[47.58735,9.76487],[47.58929,9.76423],[47.58987,9.76633],[47.58796,9.76865],[47.58903,9.76916],[47.58924,9.77118],[47.59060,9.77251],[47.59557,9.77629],[47.59583,9.77899],[47.59447,9.78067],[47.59520,9.78436],[47.59407,9.79195],[47.59473,9.79427],[47.59453,9.79607],[47.59520,9.79865],[47.59644,9.79989],[47.59609,9.80311],[47.59106,9.81195],[47.58863,9.81513],[47.58912,9.81774],[47.58704,9.82568],[47.58107,9.82551],[47.58044,9.82787],[47.57737,9.82766],[47.57326,9.82581],[47.57036,9.82199],[47.56127,9.82659],[47.55831,9.82586],[47.55435,9.82062],[47.55249,9.81774],[47.54809,9.81620],[47.54739,9.82757],[47.54286,9.84073],[47.54223,9.85038],[47.53698,9.85738],[47.53403,9.85948],[47.53345,9.86605],[47.52988,9.87403],[47.53174,9.87471],[47.53411,9.87325],[47.53881,9.87772],[47.54246,9.87574],[47.54347,9.87420],[47.54877,9.88094],[47.54593,9.88712],[47.54451,9.88973],[47.54541,9.89712],[47.54376,9.90445],[47.54165,9.90797],[47.53944,9.90965],[47.53275,9.91407],[47.53034,9.92054],[47.53184,9.92650],[47.53442,9.93551],[47.53888,9.94075],[47.53515,9.95882],[47.53541,9.96212],[47.53882,9.95757],[47.54404,9.95809],[47.54305,9.96332],[47.54676,9.96710],[47.54618,9.97204],[47.54326,9.97139],[47.54120,9.96757],[47.53842,9.96792],[47.53761,9.96620],[47.53552,9.96667],[47.53422,9.96611],[47.53086,9.96611],[47.53109,9.96779],[47.52784,9.96950],[47.52405,9.96804],[47.52248,9.96603],[47.52057,9.96624],[47.51834,9.97139],[47.51596,9.97264],[47.51350,9.97976],[47.51092,9.98208],[47.51158,9.98427],[47.50263,9.99663],[47.49831,9.98860],[47.48636,9.99534],[47.48230,10.00186],[47.48288,10.00808],[47.48253,10.01135],[47.48543,10.01607],[47.48421,10.02122],[47.48935,10.03714],[47.48906,10.04006],[47.48691,10.04722],[47.48566,10.04782],[47.48485,10.04658],[47.47711,10.05302],[47.47627,10.05482],[47.47392,10.05512],[47.47023,10.05207],[47.46890,10.05370],[47.46681,10.05405],[47.46386,10.06490],[47.46110,10.06885],[47.45640,10.07100],[47.45637,10.07718],[47.45574,10.08070],[47.45933,10.08409],[47.46046,10.08847],[47.46035,10.09035],[47.45872,10.09220],[47.45547,10.09280],[47.45431,10.09404],[47.44970,10.09559],[47.44668,10.09353],[47.44072,10.09460],[47.42873,10.10606],[47.42249,10.09683],[47.41744,10.09597],[47.41438,10.08652],[47.41447,10.08223],[47.41412,10.07390],[47.41084,10.07244],[47.40840,10.07124],[47.40477,10.07674],[47.40439,10.08008],[47.39908,10.08729],[47.39329,10.08347],[47.35523,10.09991],[47.37587,10.11914],[47.36811,10.13802],[47.36750,10.14898],[47.36916,10.16563],[47.37125,10.16876],[47.38625,10.16894],[47.38570,10.17666],[47.38788,10.18185],[47.39038,10.18078],[47.39293,10.18151],[47.39003,10.18885],[47.38959,10.19541],[47.38419,10.20044],[47.38317,10.20468],[47.38349,10.20919],[47.38088,10.21284],[47.38233,10.21460],[47.38282,10.21867],[47.38419,10.21897],[47.38521,10.22121],[47.38744,10.22412],[47.38933,10.22670],[47.38840,10.23060],[47.38361,10.23460],[47.38145,10.23683],[47.37884,10.23229],[47.37610,10.23623],[47.37331,10.23774],[47.36898,10.23336],[47.36727,10.23087],[47.36270,10.22902],[47.36102,10.22533],[47.35820,10.22456],[47.35657,10.22237],[47.35427,10.21731],[47.35012,10.21791],[47.34567,10.21315],[47.34136,10.20975],[47.33674,10.20465],[47.33622,10.20795],[47.33333,10.20811],[47.32967,10.20640],[47.32763,10.20125],[47.32673,10.20069],[47.32533,10.20198],[47.32309,10.20695],[47.31858,10.21189],[47.31684,10.21210],[47.31058,10.21661],[47.31032,10.21239],[47.30578,10.21123],[47.30235,10.20587],[47.30145,10.20415],[47.29923,10.20244],[47.29714,10.19900],[47.29574,10.19458],[47.29350,10.18935],[47.29338,10.18570],[47.29559,10.18059],[47.29239,10.17845],[47.28678,10.17609],[47.28215,10.17682],[47.27857,10.17291],[47.27548,10.17574],[47.27391,10.17343],[47.27105,10.17488],[47.27070,10.17815],[47.27146,10.17935],[47.27280,10.18707],[47.27303,10.19488],[47.27443,10.19488],[47.27693,10.20089],[47.27560,10.20767],[47.27618,10.22235],[47.27099,10.23153],[47.27239,10.23703],[47.27851,10.24183],[47.28066,10.24518],[47.28060,10.25239],[47.28194,10.25900],[47.28433,10.26149],[47.28590,10.26604],[47.28881,10.26509],[47.28846,10.27085],[47.28823,10.28029],[47.29231,10.28526],[47.29481,10.29196],[47.29912,10.29333],[47.30028,10.29522],[47.30005,10.29831],[47.29947,10.30020],[47.30249,10.30638],[47.30348,10.30887],[47.30715,10.31539],[47.30622,10.32535],[47.30418,10.32483],[47.30523,10.33007],[47.30924,10.33522],[47.31105,10.33891],[47.31483,10.33994],[47.31547,10.34655],[47.31733,10.34818],[47.32001,10.34457],[47.32402,10.34646],[47.32653,10.35041],[47.33362,10.35556],[47.33752,10.35668],[47.34485,10.36775],[47.34642,10.37092],[47.35305,10.37710],[47.35502,10.38200],[47.35758,10.38560],[47.36189,10.38517],[47.37037,10.38843],[47.37636,10.39444],[47.37787,10.40011],[47.37781,10.40491],[47.37892,10.41221],[47.38194,10.41753],[47.38502,10.41950],[47.38467,10.42714],[47.38421,10.43023],[47.38130,10.43547],[47.39205,10.42817],[47.39716,10.43006],[47.39984,10.43332],[47.40204,10.42998],[47.40658,10.43564],[47.41012,10.43513],[47.41413,10.43839],[47.41517,10.44603],[47.41982,10.45512],[47.42452,10.45547],[47.42876,10.45924],[47.43230,10.46894],[47.43201,10.47435],[47.44920,10.46851],[47.45129,10.46517],[47.45535,10.46525],[47.46074,10.46645],[47.46405,10.46465],[47.46904,10.46843],[47.47415,10.46620],[47.47705,10.46594],[47.48175,10.46156],[47.48244,10.45572],[47.48459,10.45186],[47.48326,10.44371],[47.48540,10.43907],[47.49248,10.43607],[47.50413,10.43040],[47.50738,10.43401],[47.51039,10.43470],[47.51341,10.43942],[47.51880,10.44139],[47.52419,10.43813],[47.55473,10.45315],[47.55450,10.45032],[47.56654,10.44482],[47.56730,10.43478],[47.57181,10.43135],[47.57847,10.42834],[47.57992,10.43384],[47.58200,10.43101],[47.58478,10.43564],[47.58415,10.44551],[47.58449,10.45015],[47.58345,10.45384],[47.58611,10.46173],[47.58791,10.47169],[47.58710,10.47272],[47.58577,10.47306],[47.58449,10.48268],[47.58044,10.47941],[47.57888,10.47298],[47.57922,10.47074],[47.57616,10.47177],[47.56950,10.47401],[47.56996,10.47092],[47.56631,10.46662],[47.56243,10.46259],[47.56075,10.46010],[47.55560,10.45581],[47.55287,10.46036],[47.55171,10.47263],[47.54082,10.48928],[47.53549,10.52439],[47.53688,10.53675],[47.53769,10.55975],[47.53648,10.56370],[47.53433,10.56361],[47.53404,10.56962],[47.53428,10.57263],[47.54291,10.57812],[47.54986,10.58155],[47.55166,10.57984],[47.55397,10.57872],[47.55646,10.58009],[47.56023,10.58945],[47.56457,10.59331],[47.57019,10.59803],[47.56648,10.60842],[47.56608,10.61357],[47.56712,10.61434],[47.56758,10.61958],[47.56295,10.62704],[47.56139,10.62696],[47.55913,10.63597],[47.55977,10.64198],[47.55896,10.65253],[47.55982,10.65605],[47.55924,10.67751],[47.55629,10.67957],[47.55855,10.68695],[47.55832,10.69159],[47.55606,10.69330],[47.55525,10.69064],[47.54511,10.69528],[47.54418,10.69923],[47.54355,10.71133],[47.53868,10.71851],[47.53787,10.72426],[47.53926,10.72984],[47.53885,10.74194],[47.53734,10.75198],[47.53456,10.75928],[47.52633,10.76572],[47.52245,10.76366],[47.52054,10.76417],[47.51636,10.77241],[47.51584,10.77662],[47.51457,10.77799],[47.51862,10.78571],[47.51747,10.78717],[47.52164,10.79507],[47.52025,10.81172],[47.52494,10.81078],[47.52697,10.81249],[47.52686,10.81824],[47.52888,10.82803],[47.52848,10.83567],[47.52599,10.83859],[47.52848,10.83996],[47.52819,10.84236],[47.53039,10.84605],[47.53068,10.84786],[47.53520,10.85395],[47.53479,10.86291],[47.53555,10.86565],[47.53619,10.86677],[47.53752,10.89132],[47.53022,10.89380],[47.52743,10.89698],[47.51891,10.90496],[47.51967,10.91664],[47.51700,10.91947],[47.51312,10.91809],[47.51051,10.90616],[47.50860,10.90127],[47.50691,10.89020],[47.50402,10.88333],[47.50268,10.87715],[47.49897,10.87157],[47.49271,10.87243],[47.48581,10.86960],[47.48209,10.87200],[47.48001,10.87939],[47.48001,10.88471],[47.48111,10.88728],[47.48412,10.89818],[47.48600,10.91045],[47.48275,10.92693],[47.48350,10.93388],[47.48037,10.93937],[47.47312,10.93002],[47.47184,10.92916],[47.46888,10.93225],[47.46709,10.93628],[47.46308,10.93997],[47.45531,10.95414],[47.45002,10.95997],[47.43017,10.98418],[47.42059,10.98512],[47.41782,10.98013],[47.41707,10.97223],[47.41411,10.97052],[47.41085,10.96974],[47.40795,10.97172],[47.40429,10.97043],[47.40051,10.97215],[47.39761,10.97961],[47.39616,10.98974],[47.39674,10.99232],[47.39517,10.99687],[47.39476,11.00751],[47.39691,11.01738],[47.39714,11.02493],[47.39383,11.02862],[47.39406,11.03309],[47.39662,11.03704],[47.39680,11.04004],[47.39435,11.04845],[47.39656,11.05472],[47.39650,11.06364],[47.39633,11.09454],[47.39465,11.10021],[47.39592,11.10364],[47.39616,11.11471],[47.39969,11.12307],[47.40330,11.12161],[47.40719,11.12247],[47.41300,11.12736],[47.41294,11.13406],[47.41439,11.13929],[47.41695,11.14513],[47.42165,11.15560],[47.42455,11.17655],[47.42595,11.17706],[47.42711,11.18659],[47.42839,11.19878],[47.43489,11.20590],[47.43100,11.22083],[47.43210,11.22169],[47.43100,11.22736],[47.43257,11.23903],[47.43280,11.25122],[47.42734,11.25465],[47.42363,11.24813],[47.42055,11.24435],[47.41944,11.24075],[47.41549,11.24032],[47.40992,11.23319],[47.40626,11.23148],[47.40423,11.22976],[47.40080,11.22461],[47.39650,11.22367],[47.39522,11.22727],[47.39824,11.23311],[47.39859,11.24924],[47.39981,11.26323],[47.39798,11.26879],[47.40066,11.27849],[47.40252,11.28390],[47.40815,11.28990],[47.41257,11.28990],[47.41651,11.29248],[47.42203,11.28990],[47.42761,11.29085],[47.42830,11.29540],[47.43063,11.29900],[47.43109,11.30570],[47.43092,11.31239],[47.43260,11.31643],[47.43823,11.32106],[47.43864,11.32947],[47.44422,11.32990],[47.45060,11.34252],[47.44903,11.34913],[47.44886,11.35788],[47.44520,11.36621],[47.44601,11.36990],[47.45014,11.37522],[47.44845,11.38792],[47.44712,11.38981],[47.44903,11.40260],[47.44671,11.40732],[47.44741,11.41539],[47.44462,11.42097],[47.45582,11.41101],[47.46598,11.40715],[47.46668,11.39848],[47.46575,11.39385],[47.46708,11.38912],[47.47283,11.38252],[47.47961,11.38724],[47.48292,11.39033],[47.49127,11.40681],[47.49975,11.41253],[47.50723,11.42240],[47.51610,11.43639],[47.51853,11.44240],[47.51320,11.44549],[47.50746,11.45012],[47.50920,11.45596],[47.50926,11.47021],[47.50949,11.48789],[47.50734,11.49047],[47.50763,11.49776],[47.50705,11.50274],[47.50479,11.50566],[47.50676,11.50900],[47.50688,11.51209],[47.51105,11.51785],[47.50984,11.53702],[47.51384,11.55187],[47.51256,11.55350],[47.51453,11.56131],[47.51424,11.57041],[47.52033,11.57719],[47.52485,11.58654],[47.53899,11.58723],[47.54229,11.58508],[47.54629,11.58594],[47.55127,11.58912],[47.55475,11.58603],[47.56043,11.59049],[47.56477,11.59753],[47.57143,11.60148],[47.57415,11.60130],[47.58260,11.60611],[47.58052,11.61152],[47.58121,11.61504],[47.58486,11.61838],[47.58411,11.62474],[47.58110,11.63049],[47.58145,11.63315],[47.58509,11.62989],[47.58909,11.63152],[47.59302,11.63203],[47.59482,11.63658],[47.59349,11.64207],[47.59013,11.64422],[47.59084,11.64966],[47.58435,11.65927],[47.58459,11.66339],[47.58424,11.66605],[47.58592,11.67043],[47.58540,11.67859],[47.58464,11.68004],[47.58592,11.68803],[47.58713,11.69000],[47.58933,11.69910],[47.58933,11.72459],[47.58829,11.74476],[47.58962,11.75523],[47.58910,11.75888],[47.59055,11.76686],[47.58980,11.77149],[47.59176,11.78179],[47.58823,11.79089],[47.58482,11.81664],[47.58551,11.82110],[47.58563,11.82909],[47.58262,11.83003],[47.58204,11.84351],[47.58256,11.84634],[47.60293,11.85466],[47.60172,11.86333],[47.60288,11.86677],[47.60982,11.89681],[47.60884,11.90239],[47.61445,11.91389],[47.61312,11.93316],[47.61624,11.95453],[47.61752,11.96852],[47.61590,11.97513],[47.61387,11.97650],[47.61601,11.97650],[47.62012,11.98328],[47.62209,12.00054],[47.62562,12.00886],[47.62307,12.01350],[47.62116,12.01418],[47.61809,12.01744],[47.61225,12.02045],[47.61173,12.02757],[47.61289,12.03075],[47.61451,12.03023],[47.61682,12.03401],[47.61833,12.03916],[47.61561,12.05006],[47.61584,12.05504],[47.61914,12.06070],[47.61925,12.06491],[47.61509,12.07109],[47.61393,12.07967],[47.61144,12.08001],[47.61023,12.08199],[47.61040,12.09177],[47.61225,12.10877],[47.61167,12.11641],[47.60924,12.12087],[47.60681,12.12636],[47.60606,12.14104],[47.60779,12.14550],[47.61011,12.15263],[47.61098,12.15649],[47.61335,12.16173],[47.61509,12.17160],[47.61474,12.17966],[47.61005,12.18198],[47.60803,12.18069],[47.60502,12.18001],[47.60131,12.17778],[47.60461,12.18413],[47.60513,12.19451],[47.60577,12.20138],[47.60808,12.20679],[47.61410,12.20885],[47.62463,12.20301],[47.64071,12.19966],[47.65921,12.18507],[47.66904,12.18190],[47.67783,12.17074],[47.68447,12.16636],[47.70140,12.16258],[47.70099,12.18301],[47.70463,12.18670],[47.70977,12.19923],[47.70804,12.19966],[47.70792,12.20361],[47.71133,12.20636],[47.71047,12.20833],[47.71838,12.22601],[47.74147,12.24841],[47.74320,12.25717],[47.73697,12.26395],[47.73189,12.26601],[47.71907,12.25640],[47.71087,12.24996],[47.70995,12.24704],[47.69470,12.24206],[47.68823,12.24635],[47.68436,12.25314],[47.67915,12.25554],[47.67875,12.26326],[47.68141,12.26755],[47.68540,12.27125],[47.69042,12.28300],[47.69071,12.29184],[47.69724,12.33930],[47.69291,12.33569],[47.69088,12.33895],[47.69268,12.34436],[47.69233,12.35269],[47.69106,12.35389],[47.69100,12.35861],[47.68418,12.36393],[47.68661,12.37912],[47.68875,12.38539],[47.69302,12.40418],[47.69660,12.42916],[47.69504,12.43277],[47.69562,12.44135],[47.69169,12.44367],[47.68349,12.44186],[47.67921,12.44015],[47.67748,12.44135],[47.67557,12.44015],[47.67459,12.44101],[47.67343,12.44633],[47.67129,12.44538],[47.66835,12.45302],[47.66401,12.45457],[47.66234,12.45646],[47.64966,12.46586],[47.63700,12.49213],[47.63479,12.49171],[47.62548,12.49960],[47.62554,12.51171],[47.63699,12.53668],[47.63289,12.57428],[47.63468,12.57745],[47.64092,12.57917],[47.64211,12.57984],[47.64882,12.58314],[47.66660,12.59645],[47.66908,12.60142],[47.67342,12.60348],[47.67429,12.60889],[47.67284,12.61662],[47.67504,12.62340],[47.67660,12.62983],[47.67359,12.63687],[47.67163,12.63893],[47.67394,12.64374],[47.67342,12.64803],[47.67047,12.64889],[47.67261,12.65378],[47.67504,12.65653],[47.67723,12.65713],[47.68139,12.66614],[47.68122,12.67112],[47.68324,12.67979],[47.68284,12.68502],[47.68128,12.68545],[47.68215,12.69163],[47.68255,12.69627],[47.67995,12.70064],[47.68163,12.70537],[47.67671,12.71532],[47.67839,12.72279],[47.68012,12.73352],[47.67689,12.73978],[47.67585,12.74656],[47.66735,12.75575],[47.66434,12.75729],[47.66741,12.76279],[47.66758,12.76648],[47.66631,12.77180],[47.67458,12.78055],[47.67197,12.78399],[47.66995,12.78399],[47.66232,12.77884],[47.66053,12.77884],[47.65515,12.76879],[47.65486,12.76124],[47.65226,12.75910],[47.64983,12.76047],[47.64775,12.76519],[47.64434,12.76639],[47.64209,12.77068],[47.63804,12.77248],[47.63214,12.78296],[47.63387,12.78948],[47.62682,12.80029],[47.62583,12.80132],[47.62144,12.81171],[47.61206,12.82518],[47.60923,12.82312],[47.61073,12.81720],[47.61056,12.81197],[47.60934,12.80707],[47.60720,12.80398],[47.60489,12.80347],[47.60431,12.79866],[47.60095,12.79686],[47.60066,12.79403],[47.59806,12.79197],[47.59285,12.79635],[47.59001,12.79343],[47.58833,12.78819],[47.58538,12.78682],[47.58301,12.78244],[47.57745,12.78038],[47.56911,12.78545],[47.56500,12.79334],[47.55707,12.79489],[47.54814,12.80982],[47.54623,12.81694],[47.54646,12.82381],[47.54560,12.83445],[47.54716,12.84321],[47.54571,12.84905],[47.53783,12.85111],[47.53296,12.85162],[47.52844,12.85711],[47.52728,12.85943],[47.52850,12.86441],[47.52560,12.86484],[47.52439,12.87042],[47.52213,12.88020],[47.51923,12.88544],[47.51326,12.88630],[47.49682,12.91019],[47.48846,12.93310],[47.47907,12.95387],[47.47489,12.96812],[47.47483,12.97164],[47.47982,12.97190],[47.48533,12.97413],[47.48527,12.97859],[47.48075,12.98795],[47.47866,12.98906],[47.47913,12.99722],[47.47170,12.99421],[47.46892,12.99868],[47.46462,13.00245],[47.46485,13.00554],[47.46874,13.01044],[47.47274,13.01644],[47.47715,13.01799],[47.47820,13.02134],[47.48696,13.02659],[47.48771,13.03302],[47.48928,13.03457],[47.48922,13.04058],[47.49218,13.04564],[47.49525,13.04547],[47.49798,13.04762],[47.50360,13.04521],[47.51485,13.04590],[47.51578,13.04281],[47.52030,13.04264],[47.52163,13.04573],[47.52412,13.04461],[47.53012,13.03217],[47.53441,13.03011],[47.54368,13.03749],[47.54757,13.04367],[47.55150,13.04487],[47.55707,13.05474],[47.56176,13.05586],[47.56234,13.05139],[47.57207,13.04315],[47.57676,13.04075],[47.57878,13.04410],[47.58428,13.04281],[47.58689,13.06564],[47.58671,13.06993],[47.59117,13.07053],[47.59187,13.06761],[47.59754,13.06281],[47.60217,13.06229],[47.60599,13.06985],[47.61137,13.07105],[47.61617,13.07757],[47.61993,13.08023],[47.62121,13.08478],[47.62531,13.09079],[47.62722,13.09208],[47.62838,13.09474],[47.63509,13.09817],[47.64070,13.09637],[47.64434,13.09122],[47.64926,13.08804],[47.65497,13.08821],[47.66116,13.08152],[47.66387,13.07791],[47.67272,13.07568],[47.68277,13.07869],[47.68672,13.07980],[47.69134,13.07431],[47.69145,13.06890],[47.69481,13.06392],[47.69712,13.06049],[47.70364,13.05474],[47.70919,13.04701],[47.71075,13.04813],[47.71219,13.04556],[47.71288,13.04152],[47.71381,13.04195],[47.71543,13.03732],[47.71658,13.03079],[47.71554,13.02908],[47.71670,13.02599],[47.72056,13.02221],[47.72126,13.01826],[47.72247,13.01775],[47.72207,13.00942],[47.71745,13.00616],[47.71329,13.00298],[47.71254,12.99552],[47.70844,12.99165],[47.70665,12.98650],[47.70694,12.97552],[47.70665,12.97226],[47.70878,12.96196],[47.70757,12.95603],[47.71161,12.94685],[47.71115,12.93947],[47.70884,12.93200],[47.71000,12.92462],[47.71369,12.92239],[47.71485,12.91758],[47.71647,12.91621],[47.71704,12.91226],[47.72155,12.90926],[47.72328,12.90419],[47.72801,12.90411],[47.73280,12.91072],[47.73540,12.91089],[47.74343,12.91810],[47.74504,12.92402],[47.74550,12.93063],[47.74833,12.93363],[47.74845,12.93552],[47.75439,12.93604],[47.75780,12.93475],[47.75981,12.93861],[47.76403,12.94385],[47.77071,12.94213],[47.76996,12.93449],[47.77192,12.93492],[47.76990,12.93252],[47.76938,12.92694],[47.77348,12.92917],[47.77682,12.93441],[47.77809,12.94033],[47.78392,12.93844],[47.78553,12.93964],[47.78628,12.94754],[47.79078,12.95114],[47.79989,12.96462],[47.81579,12.97697],[47.82807,12.98460],[47.83198,12.98907],[47.83694,12.99688],[47.84109,13.00177],[47.84558,13.00392],[47.85197,13.00186],[47.85514,13.00066],[47.87091,12.98591],[47.88450,12.97638],[47.90228,12.96523],[47.91056,12.95733],[47.91856,12.94892],[47.92822,12.94240],[47.93886,12.93888],[47.94312,12.93828],[47.94409,12.93742],[47.94409,12.93561],[47.94248,12.93484],[47.94053,12.93338],[47.93978,12.93124],[47.93915,12.92394],[47.94007,12.92051],[47.94375,12.91888],[47.95134,12.92059],[47.95329,12.91982],[47.95588,12.91536],[47.95732,12.91012],[47.95829,12.89991],[47.95950,12.88352],[47.96203,12.87605],[47.96622,12.87150],[47.97237,12.86764],[48.00833,12.85691],[48.01827,12.84807],[48.02986,12.83176],[48.06234,12.77631],[48.07088,12.76318],[48.08276,12.75460],[48.09686,12.75048],[48.11102,12.74936],[48.11938,12.75940],[48.12540,12.75769],[48.12763,12.76138],[48.12906,12.76567],[48.12786,12.77245],[48.12580,12.77820],[48.12311,12.78232],[48.12282,12.78507],[48.12454,12.78764],[48.13938,12.79751],[48.14568,12.79751],[48.15043,12.80756],[48.15238,12.81571],[48.15226,12.82515],[48.15541,12.83262],[48.15907,12.83536],[48.16446,12.83485],[48.16663,12.83742],[48.16646,12.84172],[48.16612,12.84481],[48.16720,12.84738],[48.17018,12.84893],[48.17756,12.85202],[48.18489,12.86120],[48.19684,12.86412],[48.20233,12.87210],[48.20371,12.89605],[48.20657,12.91484],[48.20662,12.94214],[48.20994,12.95750],[48.24059,13.00238],[48.25225,13.01105],[48.25751,13.02004],[48.26242,13.03935],[48.26585,13.05660],[48.27659,13.07806],[48.27790,13.08682],[48.27813,13.12450],[48.28179,13.14329],[48.29110,13.16458],[48.29584,13.18406],[48.29281,13.25487],[48.31942,13.32318],[48.33625,13.34910],[48.35200,13.36632],[48.37042,13.40364],[48.37560,13.41283],[48.39037,13.42029],[48.40399,13.42089],[48.43082,13.43943],[48.43928,13.43885],[48.45266,13.42700],[48.46114,13.42863],[48.47412,13.43610],[48.49209,13.44700],[48.49704,13.44803],[48.51234,13.45756],[48.52871,13.44425],[48.53474,13.45018],[48.53957,13.44829],[48.54739,13.44008],[48.55313,13.43691],[48.55893,13.43923],[48.56410,13.45090],[48.56131,13.45613],[48.55870,13.45725],[48.55620,13.46060],[48.55438,13.46472],[48.55597,13.47424],[48.55910,13.47588],[48.56268,13.47364],[48.56495,13.47914],[48.56262,13.48489],[48.56449,13.49072],[48.56751,13.49287],[48.56910,13.49055],[48.56995,13.49158],[48.56966,13.49493],[48.57159,13.50068],[48.57676,13.50686],[48.57818,13.50471],[48.58108,13.50128],[48.58829,13.50577],[48.59090,13.51315],[48.58903,13.52311],[48.58062,13.53787],[48.57029,13.55006],[48.56716,13.56002],[48.56006,13.56946],[48.56018,13.58225],[48.56535,13.58611],[48.56847,13.59186],[48.56887,13.60010],[48.56533,13.60905],[48.55397,13.62432],[48.55016,13.65239],[48.53556,13.66243],[48.52532,13.69067],[48.51879,13.70363],[48.51270,13.72749],[48.52652,13.73247],[48.52976,13.74603],[48.53834,13.74740],[48.54004,13.74397],[48.54624,13.74286],[48.55081,13.75264],[48.55206,13.74595],[48.55615,13.74689],[48.56319,13.75281],[48.56711,13.75959],[48.56274,13.76491],[48.55456,13.77032],[48.55899,13.77247],[48.56160,13.77813],[48.56643,13.78002],[48.57211,13.79023],[48.57421,13.79933],[48.57892,13.80397],[48.58767,13.80431],[48.59045,13.80028],[48.59720,13.80113],[48.60629,13.80809],[48.61014,13.81298],[48.61622,13.81478],[48.61571,13.82199],[48.62444,13.82242],[48.63342,13.82508],[48.64141,13.82088],[48.64538,13.81418],[48.65440,13.81384],[48.66551,13.81607],[48.67888,13.81624],[48.68126,13.81246],[48.69152,13.81409],[48.69622,13.81547],[48.69311,13.83006],[48.69934,13.83409],[48.69770,13.81950],[48.70200,13.80843],[48.70761,13.81083],[48.70761,13.80345],[48.71534,13.79308],[48.73097,13.81617],[48.75548,13.81952],[48.76555,13.83737],[48.77222,13.83883],[48.77319,13.84433],[48.77070,13.84819],[48.77188,13.85660],[48.76996,13.86321],[48.77036,13.86793],[48.76521,13.87917],[48.75916,13.88818],[48.75701,13.89703],[48.74065,13.92063],[48.73720,13.92209],[48.73567,13.92647],[48.73199,13.92827],[48.72633,13.93848],[48.72231,13.94209],[48.72299,13.94612],[48.72084,13.95522],[48.71461,13.95754],[48.71359,13.97256],[48.71002,13.97959],[48.71143,13.98371],[48.70894,14.00560],[48.70520,14.01101],[48.70186,14.01170],[48.69614,14.01976],[48.69144,14.01736],[48.68980,14.02577],[48.68498,14.03049],[48.68379,14.02714],[48.67801,14.03719],[48.67790,14.04534],[48.67517,14.05907],[48.67313,14.06070],[48.66492,14.06122],[48.65766,14.05864],[48.65188,14.05358],[48.65375,14.04105],[48.65205,14.02620],[48.64428,14.02337],[48.64297,14.01830],[48.63929,14.01358],[48.63685,14.01951],[48.63112,14.02500],[48.62811,14.03341],[48.62936,14.04337],[48.62743,14.04980],[48.61977,14.04614],[48.61659,14.04339],[48.61319,14.04476],[48.61018,14.05206],[48.60524,14.05480],[48.60774,14.06536],[48.60717,14.06982],[48.59633,14.06682],[48.60127,14.07317],[48.60036,14.09849],[48.59253,14.09849],[48.59014,14.10647],[48.59026,14.11540],[48.59406,14.11926],[48.59463,14.12484],[48.59798,14.13557],[48.59508,14.14124],[48.59718,14.15540],[48.59338,14.16063],[48.59327,14.16595],[48.59014,14.16475],[48.59128,14.17076],[48.59417,14.17754],[48.59379,14.19244],[48.58862,14.21355],[48.58448,14.23501],[48.57880,14.24050],[48.57874,14.24728],[48.58136,14.25123],[48.58255,14.26479],[48.58153,14.27200],[48.57409,14.28041],[48.56915,14.29646],[48.56420,14.31320],[48.56540,14.32470],[48.55324,14.32839],[48.55216,14.33337],[48.55591,14.34264],[48.56097,14.34444],[48.56330,14.35148],[48.56971,14.35157],[48.57562,14.35749],[48.57607,14.36659],[48.56994,14.37019],[48.57040,14.38066],[48.57216,14.38590],[48.57676,14.39105],[48.58454,14.38590],[48.59322,14.38495],[48.59498,14.39131],[48.59339,14.40349],[48.59311,14.41560],[48.59010,14.42366],[48.58953,14.42881],[48.59947,14.43508],[48.60114,14.44054],[48.60943,14.44449],[48.61431,14.44732],[48.62010,14.44595],[48.62498,14.45136],[48.62560,14.45428],[48.63309,14.44981],[48.63905,14.44252],[48.64364,14.44278],[48.64534,14.45290],[48.64506,14.46003],[48.64925,14.46930],[48.64262,14.47840],[48.64007,14.47822],[48.63303,14.48964],[48.63366,14.49247],[48.62963,14.49891],[48.62339,14.49496],[48.61789,14.50414],[48.61982,14.51093],[48.62010,14.51599],[48.61698,14.52655],[48.61533,14.53152],[48.61516,14.54663],[48.61074,14.55324],[48.60654,14.55367],[48.60438,14.56242],[48.60892,14.56302],[48.61198,14.57058],[48.61749,14.58113],[48.61825,14.58984],[48.62631,14.59920],[48.62841,14.60357],[48.62858,14.60881],[48.62756,14.61439],[48.61752,14.62108],[48.60617,14.62546],[48.60401,14.63010],[48.60532,14.63379],[48.61110,14.64735],[48.60412,14.65421],[48.59777,14.65885],[48.58289,14.66417],[48.58181,14.67044],[48.58369,14.67619],[48.58329,14.68228],[48.58567,14.68812],[48.58590,14.69550],[48.58409,14.70151],[48.58749,14.70614],[48.59141,14.70571],[48.59799,14.71198],[48.60225,14.71953],[48.61791,14.71318],[48.63763,14.72148],[48.63876,14.71864],[48.64863,14.71676],[48.64943,14.71015],[48.67664,14.72276],[48.67981,14.72534],[48.68625,14.72497],[48.69447,14.73295],[48.69838,14.73432],[48.70342,14.74608],[48.70387,14.75544],[48.71039,14.75664],[48.71169,14.77312],[48.71418,14.77578],[48.71843,14.78462],[48.72239,14.78608],[48.72585,14.79123],[48.72987,14.79354],[48.73383,14.80135],[48.73258,14.80350],[48.73462,14.80642],[48.74804,14.79999],[48.75217,14.80153],[48.75851,14.80711],[48.76411,14.81140],[48.77169,14.80522],[48.77384,14.80822],[48.77972,14.80805],[48.78108,14.81475],[48.78170,14.81913],[48.78453,14.82548],[48.78108,14.82814],[48.78198,14.83449],[48.78475,14.84307],[48.78136,14.84633],[48.78057,14.85045],[48.77825,14.85191],[48.77757,14.86264],[48.78176,14.86839],[48.78051,14.88247],[48.77672,14.88753],[48.77225,14.88590],[48.77090,14.88873],[48.77299,14.89406],[48.77237,14.89912],[48.76779,14.90521],[48.76758,14.91102],[48.77013,14.91848],[48.76668,14.93256],[48.76153,14.94037],[48.76295,14.94775],[48.76153,14.95282],[48.75893,14.95582],[48.76289,14.96020],[48.76453,14.96638],[48.76753,14.96990],[48.77024,14.97728],[48.77465,14.97973],[48.77652,14.97759],[48.77951,14.97904],[48.78415,14.96969],[48.78794,14.95304],[48.79009,14.95227],[48.79699,14.95287],[48.80242,14.95544],[48.80564,14.95853],[48.81310,14.95690],[48.81864,14.96093],[48.82372,14.96866],[48.82678,14.96737],[48.83802,14.96737],[48.84276,14.97175],[48.84310,14.98377],[48.84570,14.98351],[48.85344,14.97286],[48.87506,14.97149],[48.87523,14.98274],[48.89133,14.98232],[48.89144,14.98799],[48.89573,14.98661],[48.89821,14.99065],[48.90515,14.99228],[48.90972,14.98953],[48.91542,14.98953],[48.92315,14.98232],[48.92597,14.98026],[48.92749,14.97829],[48.93121,14.97829],[48.93471,14.98455],[48.94175,14.98206],[48.94401,14.97991],[48.95697,14.97605],[48.97224,14.97588],[48.98137,14.97837],[48.98807,14.98480],[48.99151,14.99399],[48.99826,14.99570],[49.00328,14.99991],[49.00587,14.99219],[49.01043,14.99030],[49.01600,14.99528],[49.01324,15.00317],[49.01482,15.01047],[49.01915,15.01364],[49.02163,15.02154],[49.01600,15.03158],[49.01240,15.03948],[49.01656,15.05544],[49.01442,15.06617],[49.00632,15.06849],[49.00254,15.06566],[49.00046,15.06609],[48.99832,15.07922],[48.99860,15.08651],[48.99483,15.10291],[48.99961,15.10720],[49.00023,15.11399],[48.99803,15.12129],[48.99955,15.12429],[48.99825,15.12970],[49.00130,15.13245],[48.99747,15.13888],[48.99409,15.15682],[48.98981,15.15974],[48.98339,15.15802],[48.98372,15.15425],[48.98209,15.15279],[48.97978,15.15365],[48.97832,15.16214],[48.97544,15.16472],[48.97268,15.16111],[48.96908,15.16849],[48.96164,15.17055],[48.95882,15.16901],[48.95651,15.16386],[48.94676,15.15871],[48.94366,15.16214],[48.94462,15.16815],[48.94783,15.17613],[48.94614,15.18300],[48.94388,15.19055],[48.94676,15.19296],[48.95369,15.20188],[48.95837,15.20987],[48.96102,15.22712],[48.95826,15.23862],[48.95978,15.24085],[48.95978,15.25003],[48.95786,15.25149],[48.95465,15.26059],[48.95972,15.26239],[48.95736,15.26780],[48.96299,15.26677],[48.96355,15.26394],[48.96772,15.26660],[48.96716,15.27209],[48.97995,15.28050],[48.98643,15.27329],[48.99561,15.27724],[48.99290,15.29003],[48.98908,15.29484],[48.98367,15.29304],[48.97889,15.30520],[48.98114,15.31146],[48.97714,15.32116],[48.97985,15.32597],[48.98554,15.33266],[48.98430,15.33807],[48.98559,15.34897],[48.98272,15.35824],[48.98255,15.36828],[48.97247,15.39060],[48.96655,15.39249],[48.96379,15.40450],[48.95534,15.41652],[48.95009,15.43489],[48.95156,15.44484],[48.94981,15.45188],[48.94581,15.45575],[48.95241,15.46725],[48.95055,15.47188],[48.94446,15.47952],[48.94327,15.48750],[48.94096,15.49119],[48.93859,15.49995],[48.93594,15.50312],[48.92392,15.50673],[48.92020,15.50724],[48.91365,15.51437],[48.91100,15.53231],[48.90519,15.55994],[48.89639,15.57720],[48.89791,15.60492],[48.89650,15.60955],[48.89887,15.61170],[48.89543,15.62251],[48.88556,15.63110],[48.88527,15.63573],[48.88833,15.63539],[48.88167,15.65856],[48.86838,15.67274],[48.86364,15.68304],[48.85748,15.68870],[48.85590,15.69316],[48.85923,15.69703],[48.86155,15.70973],[48.85968,15.71694],[48.85844,15.71471],[48.85477,15.74569],[48.85325,15.75119],[48.86522,15.76990],[48.87594,15.77994],[48.87312,15.80637],[48.87374,15.82028],[48.87199,15.82912],[48.87775,15.83710],[48.87634,15.84637],[48.87233,15.84508],[48.86832,15.85350],[48.86522,15.85289],[48.86183,15.84242],[48.85974,15.84457],[48.85725,15.86062],[48.85325,15.86388],[48.85437,15.87229],[48.85765,15.87444],[48.85906,15.86955],[48.86149,15.87066],[48.86132,15.87538],[48.85833,15.88045],[48.85381,15.88242],[48.84822,15.88088],[48.84466,15.88302],[48.84291,15.88628],[48.84460,15.89092],[48.85025,15.89298],[48.84867,15.89881],[48.83670,15.90800],[48.83980,15.91710],[48.83839,15.92714],[48.83596,15.92491],[48.83376,15.93692],[48.82517,15.92645],[48.81906,15.93898],[48.82878,15.93821],[48.82974,15.94602],[48.82635,15.95117],[48.82330,15.94877],[48.82421,15.95795],[48.82155,15.96113],[48.81793,15.96070],[48.81251,15.95314],[48.80527,15.95177],[48.79691,15.97151],[48.77938,15.99718],[48.76586,16.03992],[48.75861,16.05932],[48.75222,16.07614],[48.74679,16.10039],[48.74662,16.10975],[48.74809,16.11172],[48.74882,16.11773],[48.74384,16.13695],[48.74605,16.13893],[48.74458,16.14906],[48.74956,16.15361],[48.74537,16.18347],[48.74209,16.21403],[48.73944,16.25395],[48.73757,16.26279],[48.74193,16.26777],[48.74187,16.28099],[48.73853,16.29704],[48.74012,16.29816],[48.73978,16.30691],[48.73400,16.31120],[48.73304,16.33532],[48.74657,16.34081],[48.74572,16.34493],[48.74164,16.34605],[48.74221,16.35060],[48.74045,16.35824],[48.73689,16.35807],[48.73344,16.35300],[48.73077,16.36107],[48.72868,16.36133],[48.72851,16.36605],[48.73128,16.37721],[48.72964,16.37859],[48.73111,16.38339],[48.73281,16.38236],[48.74006,16.38828],[48.73972,16.39395],[48.73712,16.39438],[48.73932,16.39824],[48.74181,16.40004],[48.74272,16.40391],[48.74142,16.40597],[48.74379,16.40931],[48.74538,16.40888],[48.75404,16.41215],[48.76224,16.42142],[48.76501,16.43300],[48.76931,16.43678],[48.77407,16.43755],[48.77582,16.43506],[48.77933,16.43575],[48.78640,16.44176],[48.79081,16.44716],[48.79725,16.44648],[48.79980,16.44785],[48.80471,16.46064],[48.80924,16.45849],[48.81031,16.46510],[48.80251,16.48047],[48.80155,16.49969],[48.80313,16.51574],[48.79883,16.52003],[48.80398,16.52742],[48.80579,16.52707],[48.81528,16.54036],[48.79861,16.56259],[48.79335,16.56731],[48.79403,16.57726],[48.78730,16.59443],[48.78368,16.59451],[48.78085,16.61056],[48.78193,16.61632],[48.78131,16.62936],[48.78628,16.63443],[48.78606,16.65030],[48.78153,16.66438],[48.77598,16.66720],[48.77456,16.66694],[48.77157,16.67647],[48.75182,16.68196],[48.74769,16.68059],[48.74237,16.67475],[48.73965,16.67526],[48.73552,16.67938],[48.72917,16.68319],[48.72990,16.68877],[48.73353,16.69349],[48.73788,16.70130],[48.73551,16.70500],[48.73845,16.70774],[48.73851,16.72697],[48.73579,16.73220],[48.73398,16.72903],[48.73409,16.73555],[48.73171,16.73692],[48.73262,16.74808],[48.72028,16.75503],[48.71858,16.76061],[48.71920,16.76336],[48.71569,16.77040],[48.71258,16.77486],[48.71501,16.77864],[48.71382,16.79134],[48.71099,16.79580],[48.71116,16.79967],[48.70720,16.80113],[48.70940,16.80464],[48.71314,16.80464],[48.71042,16.81889],[48.71178,16.82636],[48.71767,16.83391],[48.71224,16.84241],[48.71246,16.84996],[48.71368,16.86868],[48.71775,16.87246],[48.72308,16.87684],[48.72364,16.87976],[48.72223,16.88293],[48.72115,16.88233],[48.71702,16.88628],[48.71657,16.89598],[48.71838,16.90173],[48.71549,16.90636],[48.71266,16.90653],[48.70847,16.90885],[48.70620,16.91357],[48.70156,16.91889],[48.69278,16.91975],[48.68524,16.91864],[48.67799,16.91246],[48.67515,16.91392],[48.67215,16.92851],[48.66467,16.92327],[48.65758,16.92507],[48.65083,16.92113],[48.64527,16.92550],[48.64244,16.93022],[48.63246,16.92685],[48.62803,16.92488],[48.62242,16.92153],[48.61907,16.93999],[48.61634,16.94248],[48.60528,16.94333],[48.60084,16.93527],[48.58273,16.94145],[48.57222,16.93725],[48.56473,16.94034],[48.56041,16.94583],[48.55285,16.94463],[48.54929,16.94735],[48.54583,16.95447],[48.54225,16.95524],[48.53281,16.94941],[48.52878,16.94306],[48.52576,16.94211],[48.52241,16.94511],[48.52002,16.94254],[48.52019,16.93507],[48.51877,16.92048],[48.51183,16.92494],[48.51183,16.91490],[48.50746,16.91379],[48.49568,16.91876],[48.49358,16.91525],[48.49443,16.90812],[48.49705,16.90658],[48.49739,16.90134],[48.49540,16.89516],[48.49165,16.89190],[48.48727,16.89679],[48.48334,16.89525],[48.47970,16.88975],[48.47697,16.89070],[48.47486,16.88838],[48.47628,16.88083],[48.46507,16.87379],[48.46456,16.86538],[48.45813,16.86023],[48.45597,16.86521],[48.45067,16.86306],[48.45033,16.85353],[48.44771,16.85062],[48.44008,16.85242],[48.43135,16.85425],[48.41962,16.86515],[48.41712,16.86386],[48.41062,16.85314],[48.40458,16.85245],[48.39495,16.85760],[48.38919,16.85168],[48.38230,16.85090],[48.38127,16.84550],[48.38349,16.83889],[48.38224,16.83494],[48.37853,16.83537],[48.37078,16.84301],[48.36405,16.84000],[48.35841,16.84447],[48.35105,16.84344],[48.34825,16.85116],[48.34911,16.86086],[48.34785,16.86755],[48.34928,16.87090],[48.34848,16.87425],[48.34460,16.87571],[48.34181,16.86901],[48.33724,16.87485],[48.33513,16.88584],[48.33205,16.88712],[48.33205,16.89425],[48.32800,16.90077],[48.32669,16.90841],[48.32332,16.90970],[48.31801,16.90489],[48.31470,16.89639],[48.31036,16.89571],[48.30397,16.89888],[48.29712,16.90129],[48.29449,16.90566],[48.28924,16.90755],[48.28156,16.91364],[48.27727,16.91973],[48.27424,16.91990],[48.27133,16.92368],[48.27082,16.93561],[48.27087,16.94608],[48.26647,16.95226],[48.26385,16.95741],[48.26093,16.95646],[48.25516,16.95131],[48.24584,16.94943],[48.23858,16.94668],[48.23390,16.94728],[48.22761,16.95629],[48.21951,16.96204],[48.21344,16.96222],[48.20887,16.96582],[48.19468,16.97303],[48.18907,16.97724],[48.17866,16.97612],[48.17322,16.97595],[48.17017,16.97929],[48.15185,17.01370],[48.14292,17.02220],[48.13983,17.03671],[48.14355,17.05671],[48.13977,17.06160],[48.13461,17.06220],[48.13077,17.06349],[48.12688,17.06778],[48.12264,17.06975],[48.12207,17.06546],[48.11670,17.07197],[48.11555,17.07798],[48.10988,17.07489],[48.10827,17.07987],[48.10621,17.07858],[48.09962,17.09420],[48.09646,17.08905],[48.09085,17.09377],[48.09056,17.08862],[48.08465,17.07429],[48.08184,17.07532],[48.08116,17.07274],[48.07794,17.08029],[48.07026,17.07266],[48.06527,17.08665],[48.05535,17.07102],[48.05001,17.08536],[48.04508,17.08836],[48.03101,17.06991],[48.02149,17.09025],[48.03176,17.10956],[48.02935,17.11643],[48.02212,17.12647],[48.02378,17.13222],[48.02361,17.13780],[48.01971,17.14544],[48.00650,17.16166],[48.00208,17.15514],[47.99369,17.13497],[47.99214,17.13566],[47.98433,17.11892],[47.97646,17.10845],[47.97169,17.09772],[47.96899,17.09806],[47.96083,17.11926],[47.95462,17.11197],[47.94703,17.10656],[47.94220,17.10124],[47.93461,17.09257],[47.92719,17.11480],[47.90967,17.10251],[47.90432,17.09719],[47.89914,17.10551],[47.87393,17.08526],[47.87399,17.07968],[47.87658,17.07779],[47.87330,17.06251],[47.87157,17.04981],[47.86950,17.05058],[47.86616,17.04002],[47.86731,17.03745],[47.86734,17.01747],[47.85812,17.01164],[47.83779,17.05258],[47.83243,17.04777],[47.83070,17.05129],[47.82811,17.04734],[47.82304,17.06193],[47.81998,17.06056],[47.80813,17.07474],[47.80750,17.07122],[47.79683,17.05414],[47.79337,17.05114],[47.78668,17.05869],[47.77849,17.06178],[47.77826,17.06479],[47.75646,17.07062],[47.74130,17.07191],[47.72751,17.07088],[47.70828,17.09405],[47.70394,17.04101],[47.69395,16.97515],[47.68719,16.91181],[47.68811,16.87448],[47.68973,16.87087],[47.72086,16.86821],[47.71763,16.86383],[47.71087,16.85602],[47.70469,16.84014],[47.68650,16.83156],[47.68199,16.82856],[47.68216,16.81139],[47.68112,16.74873],[47.72242,16.72077],[47.73507,16.72052],[47.74020,16.67159],[47.74292,16.65803],[47.74072,16.65640],[47.74315,16.65280],[47.74546,16.64464],[47.74800,16.63941],[47.75481,16.63778],[47.75851,16.63314],[47.75632,16.62602],[47.75735,16.61906],[47.75914,16.61632],[47.75937,16.60919],[47.75574,16.59855],[47.75868,16.59168],[47.75435,16.58834],[47.75118,16.56602],[47.75078,16.54886],[47.74616,16.54928],[47.74234,16.54946],[47.74101,16.54482],[47.74228,16.54431],[47.73951,16.53813],[47.73755,16.53898],[47.73668,16.53778],[47.72190,16.55315],[47.71324,16.54190],[47.71116,16.54122],[47.70977,16.53255],[47.71093,16.51993],[47.70677,16.51727],[47.70631,16.51152],[47.70359,16.50637],[47.70325,16.50242],[47.70331,16.49976],[47.69863,16.49564],[47.69655,16.48766],[47.69325,16.48654],[47.69037,16.48431],[47.68927,16.47719],[47.68059,16.47606],[47.68048,16.46558],[47.68377,16.45949],[47.69596,16.45322],[47.69614,16.44799],[47.69088,16.44790],[47.67377,16.44370],[47.66996,16.43597],[47.66574,16.42353],[47.66291,16.42361],[47.65944,16.43563],[47.65638,16.44610],[47.65441,16.45666],[47.65216,16.46378],[47.65216,16.47254],[47.64968,16.48213],[47.64182,16.48831],[47.64297,16.49269],[47.63956,16.49878],[47.64031,16.50222],[47.63898,16.50582],[47.64234,16.50925],[47.64702,16.51449],[47.64130,16.53174],[47.63279,16.55200],[47.62065,16.57260],[47.61804,16.58573],[47.61880,16.59732],[47.62163,16.60564],[47.62614,16.61946],[47.62863,16.63019],[47.62759,16.63877],[47.62296,16.65259],[47.60659,16.66117],[47.60635,16.67208],[47.60340,16.67405],[47.59669,16.66684],[47.58187,16.67671],[47.57272,16.67173],[47.56942,16.67087],[47.56786,16.66461],[47.55958,16.67285],[47.56224,16.68340],[47.55911,16.69019],[47.55593,16.69225],[47.54718,16.69774],[47.54579,16.70581],[47.54347,16.71096],[47.53942,16.71587],[47.53293,16.70360],[47.52285,16.70635],[47.51740,16.69579],[47.51154,16.69296],[47.50772,16.68721],[47.50314,16.66875],[47.50801,16.66266],[47.50569,16.65845],[47.49995,16.65365],[47.48305,16.66338],[47.48091,16.66835],[47.47342,16.67153],[47.46989,16.66690],[47.46327,16.66209],[47.45439,16.66157],[47.45103,16.64999],[47.44870,16.65248],[47.44534,16.64432],[47.44540,16.63531],[47.44067,16.62787],[47.43028,16.62074],[47.42851,16.60778],[47.42555,16.60624],[47.42143,16.59319],[47.41777,16.58693],[47.41864,16.58186],[47.41574,16.58349],[47.41225,16.57731],[47.40871,16.57851],[47.40569,16.57517],[47.40575,16.56452],[47.40633,16.55560],[47.40441,16.54770],[47.40621,16.54358],[47.40941,16.54066],[47.40871,16.53549],[47.40958,16.53154],[47.40819,16.52682],[47.40981,16.52425],[47.40929,16.51721],[47.40488,16.51463],[47.40459,16.50897],[47.39913,16.51120],[47.39558,16.51017],[47.38873,16.49601],[47.39454,16.49635],[47.39355,16.49180],[47.39401,16.48717],[47.39761,16.48433],[47.40087,16.48279],[47.40615,16.48768],[47.40842,16.48451],[47.40825,16.47240],[47.41225,16.46374],[47.41196,16.45687],[47.40854,16.44829],[47.39936,16.44863],[47.39157,16.45412],[47.38297,16.46219],[47.38274,16.45386],[47.37733,16.45326],[47.37449,16.45653],[47.36978,16.45738],[47.36449,16.45627],[47.36024,16.45155],[47.35635,16.45266],[47.35641,16.44674],[47.35338,16.43472],[47.34611,16.44571],[47.33937,16.44871],[47.33954,16.45893],[47.33326,16.46631],[47.33053,16.46408],[47.32471,16.46966],[47.31767,16.47090],[47.31249,16.47562],[47.29596,16.48317],[47.29102,16.48326],[47.28036,16.49038],[47.27576,16.48017],[47.27174,16.47828],[47.26231,16.48008],[47.25211,16.46721],[47.25485,16.46051],[47.25252,16.45356],[47.25235,16.44850],[47.25007,16.44953],[47.25159,16.43305],[47.24809,16.44403],[47.23341,16.44257],[47.22781,16.43862],[47.21738,16.43974],[47.21532,16.43585],[47.20897,16.43809],[47.20967,16.42890],[47.20722,16.42358],[47.20798,16.42101],[47.20564,16.41766],[47.19707,16.42169],[47.19398,16.42178],[47.18476,16.42933],[47.18529,16.44255],[47.18867,16.45079],[47.18803,16.45551],[47.18558,16.45482],[47.17695,16.45817],[47.17380,16.46152],[47.16831,16.46486],[47.16656,16.46152],[47.16125,16.46332],[47.15617,16.45808],[47.15687,16.45388],[47.15000,16.45067],[47.14620,16.45196],[47.14381,16.45384],[47.14282,16.46166],[47.14498,16.47728],[47.14959,16.48929],[47.15000,16.51710],[47.13809,16.52543],[47.13785,16.52955],[47.12682,16.52946],[47.12156,16.50071],[47.10970,16.50157],[47.10819,16.48354],[47.10243,16.48520],[47.10109,16.47730],[47.10460,16.47447],[47.09986,16.47318],[47.09852,16.46589],[47.09601,16.46692],[47.09414,16.46451],[47.09046,16.46795],[47.08543,16.47584],[47.07660,16.47258],[47.07503,16.47473],[47.07514,16.48262],[47.06947,16.48760],[47.07175,16.49335],[47.06918,16.50374],[47.06164,16.52133],[47.05573,16.52159],[47.04825,16.50511],[47.04638,16.48219],[47.04252,16.46795],[47.03943,16.45611],[47.03750,16.44281],[47.03516,16.44470],[47.02960,16.43998],[47.02422,16.44770],[47.03200,16.46057],[47.03223,16.46409],[47.02767,16.47620],[47.02196,16.47814],[47.02295,16.48217],[47.01056,16.49419],[47.00751,16.50526],[47.00336,16.51333],[46.99991,16.51273],[46.99920,16.50165],[46.99774,16.49839],[46.99920,16.48947],[46.99622,16.48921],[46.99405,16.48423],[46.99399,16.47891],[46.99751,16.46887],[46.99680,16.46286],[47.00049,16.45659],[47.00277,16.44835],[46.99194,16.44638],[46.99300,16.42544],[46.99628,16.41840],[47.00359,16.41308],[47.00266,16.40175],[47.00225,16.39162],[46.99797,16.38338],[46.99786,16.37188],[47.00675,16.36510],[47.00471,16.36029],[47.00991,16.34870],[47.00160,16.34570],[46.99505,16.34415],[46.99751,16.33377],[47.00143,16.32450],[46.99768,16.30390],[47.00154,16.29712],[47.00839,16.29892],[47.01322,16.29088],[47.01094,16.28745],[47.00128,16.28273],[46.99648,16.28419],[46.98791,16.27952],[46.98604,16.27711],[46.98159,16.27600],[46.97263,16.27832],[46.96232,16.27729],[46.96109,16.27008],[46.96343,16.26347],[46.96355,16.25849],[46.96220,16.25265],[46.95834,16.24656],[46.95588,16.24304],[46.94885,16.24776],[46.94615,16.24553],[46.94510,16.23609],[46.94070,16.23205],[46.93478,16.22115],[46.93478,16.21609],[46.93847,16.21360],[46.93795,16.20665],[46.94146,16.20313],[46.94029,16.19935],[46.93478,16.19540],[46.92652,16.19068],[46.91573,16.18467],[46.90600,16.17918],[46.90242,16.16923],[46.90236,16.16193],[46.89626,16.15858],[46.89562,16.15412],[46.89309,16.15472],[46.89268,16.14974],[46.88776,16.14863],[46.88541,16.14528],[46.88371,16.13893],[46.88013,16.13712],[46.87714,16.13446],[46.87415,16.13249],[46.87074,16.12099],[46.86810,16.11223],[46.85953,16.09764],[46.86382,16.09584],[46.86382,16.09206],[46.86188,16.08889],[46.85713,16.08726],[46.85284,16.07970],[46.85214,16.07181],[46.84897,16.06649],[46.84398,16.06623],[46.83821,16.05765],[46.83915,16.05498],[46.83686,16.05155],[46.83980,16.04305],[46.83516,16.04039],[46.83222,16.03181],[46.83810,16.03069],[46.84027,16.02829],[46.83651,16.01988],[46.83434,16.01318],[46.82988,16.00846],[46.83123,16.00100],[46.83469,15.99559],[46.83217,15.99173],[46.82935,15.99010],[46.82712,15.98701],[46.82007,15.98924],[46.81701,15.99310],[46.81090,15.99885],[46.80638,15.99834],[46.80397,15.99396],[46.79152,15.99430],[46.77882,15.99018],[46.76989,15.99053],[46.76064,15.98934],[46.75788,15.99080],[46.75218,15.98625],[46.73706,15.99191],[46.73141,15.99500],[46.72329,16.00444],[46.71841,16.00401],[46.71653,16.00805],[46.71776,16.01157],[46.71706,16.01672],[46.71205,16.02161],[46.71288,16.02770],[46.71229,16.03028],[46.70923,16.02985],[46.70065,16.03082],[46.69476,16.03769],[46.68575,16.04335],[46.67286,16.04052],[46.66703,16.04181],[46.65578,16.03820],[46.66014,16.02636],[46.66220,16.02387],[46.66314,16.01365],[46.66738,16.00782],[46.67256,16.00533],[46.67863,16.00215],[46.68140,15.99597],[46.68428,15.98490],[46.68587,15.97280],[46.68740,15.95563],[46.68911,15.94679],[46.69176,15.94104],[46.70489,15.92216],[46.70830,15.91649],[46.71195,15.90476],[46.71407,15.89317],[46.71642,15.88656],[46.71989,15.87592],[46.72137,15.86459],[46.72242,15.85429],[46.72219,15.83498],[46.72148,15.82734],[46.71483,15.79961],[46.71048,15.79120],[46.70621,15.78380],[46.70233,15.77521],[46.69968,15.77083],[46.69903,15.76689],[46.69927,15.76131],[46.69815,15.75564],[46.69815,15.75024],[46.69927,15.74612],[46.69991,15.74131],[46.69962,15.73676],[46.69574,15.72389],[46.69579,15.71848],[46.69721,15.71238],[46.69785,15.70569],[46.69868,15.69788],[46.70186,15.68887],[46.70574,15.68088],[46.70710,15.67436],[46.70621,15.66415],[46.70657,15.65754],[46.70527,15.65007],[46.70121,15.65325],[46.69938,15.65350],[46.69356,15.65548],[46.69050,15.65222],[46.68938,15.64278],[46.69161,15.64064],[46.68831,15.63601],[46.68295,15.63309],[46.68066,15.63481],[46.67883,15.62425],[46.67971,15.61815],[46.68230,15.61240],[46.68024,15.60434],[46.68401,15.60373],[46.68749,15.60528],[46.68890,15.60064],[46.68972,15.59773],[46.68819,15.59352],[46.68442,15.59129],[46.68278,15.59017],[46.68236,15.58468],[46.68119,15.58116],[46.68295,15.57884],[46.67989,15.57953],[46.67971,15.56966],[46.67424,15.56803],[46.67529,15.56482],[46.67287,15.56010],[46.67069,15.55967],[46.67163,15.55383],[46.67075,15.55246],[46.67211,15.55023],[46.66839,15.54757],[46.66934,15.54491],[46.66457,15.54860],[46.65838,15.54937],[46.65337,15.55349],[46.64919,15.55409],[46.64742,15.55186],[46.64831,15.54739],[46.64501,15.54533],[46.64241,15.54748],[46.64000,15.55186],[46.63788,15.54988],[46.63564,15.54585],[46.63257,15.54602],[46.62970,15.54173],[46.63318,15.54070],[46.63330,15.53804],[46.63106,15.53418],[46.62888,15.53014],[46.62157,15.52104],[46.62086,15.51787],[46.62245,15.51607],[46.62021,15.51152],[46.61585,15.51212],[46.61491,15.50551],[46.61331,15.50293],[46.61438,15.50019],[46.61791,15.49924],[46.61897,15.49435],[46.62004,15.49032],[46.62004,15.48851],[46.61862,15.48448],[46.61550,15.48294],[46.61196,15.47710],[46.61155,15.47152],[46.61449,15.46182],[46.61833,15.46225],[46.62263,15.46328],[46.62587,15.46088],[46.62900,15.45530],[46.63913,15.45547],[46.64179,15.44896],[46.63938,15.44149],[46.64032,15.43711],[46.64309,15.43213],[46.64604,15.42982],[46.64704,15.42055],[46.65258,15.42201],[46.65399,15.42029],[46.65499,15.41394],[46.65134,15.39428],[46.65234,15.38853],[46.65034,15.38312],[46.65163,15.37978],[46.65093,15.37557],[46.64951,15.37214],[46.65046,15.36776],[46.65128,15.35489],[46.65405,15.35386],[46.65393,15.34939],[46.65034,15.34407],[46.65081,15.34029],[46.65258,15.33635],[46.65169,15.32699],[46.64881,15.32356],[46.64724,15.31952],[46.64848,15.31506],[46.65125,15.31231],[46.65225,15.30570],[46.65266,15.29841],[46.65155,15.29249],[46.64925,15.28974],[46.64701,15.28408],[46.64471,15.28244],[46.64300,15.27627],[46.64365,15.26811],[46.64406,15.26099],[46.64235,15.25464],[46.64100,15.24425],[46.63952,15.23841],[46.63947,15.23464],[46.64229,15.22477],[46.64176,15.21756],[46.64347,15.21215],[46.64465,15.20485],[46.64477,15.19833],[46.64807,15.19086],[46.65172,15.18915],[46.65567,15.18202],[46.65308,15.17018],[46.65414,15.16495],[46.65679,15.16401],[46.65490,15.15499],[46.65755,15.15148],[46.65903,15.14478],[46.65626,15.14186],[46.65673,15.13577],[46.64990,15.13208],[46.64948,15.12633],[46.65296,15.12470],[46.65355,15.12126],[46.65337,15.11714],[46.65761,15.11199],[46.65907,15.10938],[46.65777,15.10629],[46.65524,15.09986],[46.65347,15.09943],[46.65194,15.09608],[46.65105,15.08939],[46.64445,15.08235],[46.64923,15.07411],[46.65082,15.06432],[46.65147,15.04192],[46.64911,15.03754],[46.64764,15.03330],[46.64481,15.03038],[46.64039,15.01605],[46.63312,15.01124],[46.63206,15.00789],[46.62982,15.00626],[46.62464,14.99922],[46.62110,14.99553],[46.61626,14.99656],[46.61255,14.99502],[46.60819,14.98738],[46.60600,14.98746],[46.60365,14.98480],[46.60123,14.97957],[46.60777,14.97510],[46.61974,14.97322],[46.62646,14.96901],[46.63100,14.95991],[46.63189,14.95562],[46.62682,14.94893],[46.62257,14.94369],[46.61945,14.94120],[46.61886,14.93725],[46.61432,14.93090],[46.61862,14.92781],[46.61974,14.92361],[46.61697,14.92163],[46.61043,14.92301],[46.60406,14.92395],[46.60209,14.92246],[46.60174,14.91826],[46.60557,14.91456],[46.60315,14.91388],[46.60492,14.90341],[46.61070,14.89894],[46.60970,14.89594],[46.61206,14.88839],[46.61106,14.88092],[46.60746,14.88006],[46.60752,14.87371],[46.60593,14.86916],[46.60339,14.86727],[46.59991,14.86822],[46.59260,14.86470],[46.59284,14.85877],[46.58971,14.85740],[46.58494,14.85586],[46.58069,14.85268],[46.57719,14.84531],[46.56893,14.83913],[46.56616,14.84042],[46.56515,14.83604],[46.56285,14.83613],[46.56014,14.83801],[46.55742,14.83819],[46.54957,14.83355],[46.54751,14.83209],[46.54709,14.82728],[46.54402,14.82394],[46.54208,14.82934],[46.53948,14.83192],[46.53818,14.83098],[46.53476,14.82308],[46.52976,14.82614],[46.52781,14.82356],[46.52379,14.82270],[46.52149,14.81816],[46.51895,14.82047],[46.51387,14.81970],[46.50867,14.81944],[46.50672,14.80949],[46.50666,14.80528],[46.50436,14.80082],[46.50194,14.79284],[46.49916,14.78503],[46.50064,14.78005],[46.50389,14.77593],[46.50371,14.75945],[46.49653,14.74810],[46.50262,14.74441],[46.50436,14.74096],[46.50176,14.73718],[46.49863,14.73718],[46.48983,14.72826],[46.49313,14.72671],[46.49396,14.72396],[46.49757,14.72285],[46.49887,14.71504],[46.49148,14.71255],[46.47966,14.70920],[46.47978,14.70225],[46.47458,14.69916],[46.47363,14.69942],[46.47174,14.70216],[46.46672,14.70242],[46.46358,14.70002],[46.46335,14.69547],[46.46411,14.68843],[46.46689,14.68337],[46.46216,14.67865],[46.46151,14.67684],[46.45802,14.67993],[46.45034,14.67513],[46.44998,14.67041],[46.44880,14.66629],[46.44484,14.66217],[46.44365,14.65581],[46.44389,14.65324],[46.44194,14.63994],[46.43928,14.63247],[46.43857,14.62277],[46.43869,14.61762],[46.43987,14.61410],[46.43869,14.60638],[46.43662,14.60466],[46.43666,14.59655],[46.43394,14.59716],[46.43163,14.59346],[46.42944,14.58732],[46.42583,14.58621],[46.42228,14.58449],[46.41938,14.58423],[46.41708,14.58303],[46.41601,14.58389],[46.41501,14.58887],[46.41086,14.58947],[46.40642,14.58921],[46.40240,14.58741],[46.39500,14.58775],[46.38896,14.58466],[46.38375,14.57908],[46.38227,14.58192],[46.37902,14.58037],[46.37647,14.57831],[46.37534,14.57419],[46.37404,14.56552],[46.37197,14.56526],[46.37250,14.56226],[46.37694,14.55591],[46.38103,14.55531],[46.38707,14.55462],[46.39701,14.54870],[46.40104,14.54338],[46.40702,14.53951],[46.41151,14.53909],[46.41406,14.53162],[46.42009,14.52570],[46.42435,14.52063],[46.42625,14.52063],[46.42506,14.50913],[46.42240,14.50424],[46.41944,14.50286],[46.41773,14.49737],[46.41217,14.49248],[46.41459,14.48493],[46.41282,14.47866],[46.41879,14.47626],[46.42163,14.46587],[46.42057,14.45703],[46.42293,14.44072],[46.42779,14.44167],[46.43216,14.43266],[46.43524,14.42965],[46.43944,14.43077],[46.44044,14.43823],[46.44334,14.43291],[46.44606,14.42939],[46.44494,14.42270],[46.44541,14.40914],[46.44388,14.40390],[46.44346,14.39729],[46.43932,14.38468],[46.43843,14.37841],[46.43944,14.36940],[46.43772,14.36571],[46.43636,14.34485],[46.43098,14.33163],[46.43009,14.30734],[46.43778,14.30022],[46.43991,14.29223],[46.44281,14.28193],[46.44039,14.27103],[46.43743,14.26262],[46.43873,14.25910],[46.43690,14.25550],[46.43406,14.24760],[46.43205,14.23679],[46.43394,14.22880],[46.44163,14.22134],[46.44216,14.21645],[46.43879,14.21142],[46.43903,14.20232],[46.44199,14.19193],[46.43867,14.18687],[46.43666,14.17975],[46.43359,14.17786],[46.43217,14.16696],[46.43507,14.15477],[46.43755,14.15091],[46.44240,14.15014],[46.44388,14.14541],[46.44956,14.13563],[46.45328,14.13451],[46.45854,14.13409],[46.46469,14.12816],[46.46830,14.12696],[46.47202,14.12370],[46.47445,14.11932],[46.47681,14.11975],[46.47957,14.10454],[46.47833,14.10222],[46.48034,14.09836],[46.48193,14.09802],[46.48436,14.09433],[46.48548,14.08214],[46.48725,14.06918],[46.48932,14.06317],[46.48991,14.05613],[46.49228,14.05038],[46.49233,14.03941],[46.48867,14.03340],[46.48672,14.03134],[46.48483,14.02662],[46.48199,14.02353],[46.48087,14.01932],[46.48117,14.00473],[46.48607,13.99803],[46.48784,13.98902],[46.49257,13.98816],[46.49694,13.97529],[46.49641,13.97014],[46.49783,13.96653],[46.50297,13.95658],[46.50699,13.95117],[46.51142,13.94027],[46.51372,13.92671],[46.51821,13.92268],[46.52051,13.91177],[46.51833,13.90276],[46.51921,13.89427],[46.52069,13.89221],[46.52051,13.88740],[46.52175,13.88302],[46.51874,13.87933],[46.51813,13.87017],[46.51624,13.86537],[46.51418,13.86228],[46.51370,13.85284],[46.51459,13.84099],[46.51796,13.83232],[46.51648,13.82975],[46.51418,13.83009],[46.51169,13.82245],[46.51016,13.82108],[46.50915,13.81704],[46.50632,13.81464],[46.50585,13.80640],[46.50608,13.80340],[46.50478,13.79516],[46.50886,13.78589],[46.51347,13.77851],[46.51666,13.77756],[46.51398,13.76600],[46.51735,13.75398],[46.51658,13.73827],[46.51900,13.73132],[46.52308,13.72377],[46.52231,13.71441],[46.52095,13.71029],[46.52078,13.70463],[46.52308,13.69819],[46.52066,13.69090],[46.52137,13.67845],[46.52379,13.67004],[46.52698,13.65837],[46.52940,13.65468],[46.53223,13.64575],[46.53205,13.64257],[46.53561,13.63619],[46.54104,13.62495],[46.54157,13.61388],[46.54211,13.60006],[46.54523,13.59508],[46.54364,13.58658],[46.53821,13.58135],[46.53815,13.57174],[46.53980,13.56856],[46.54842,13.56410],[46.54996,13.56178],[46.54978,13.55457],[46.55338,13.54384],[46.54919,13.53586],[46.54603,13.52010],[46.54827,13.51418],[46.55435,13.51023],[46.55506,13.50354],[46.56049,13.50620],[46.56509,13.50371],[46.56344,13.49324],[46.55919,13.47873],[46.55695,13.47521],[46.55754,13.46517],[46.55884,13.45273],[46.55588,13.44869],[46.55647,13.44243],[46.55848,13.43599],[46.55712,13.42741],[46.55860,13.42037],[46.56108,13.40586],[46.57093,13.40775],[46.57205,13.39719],[46.57583,13.38939],[46.57713,13.37728],[46.57854,13.37239],[46.57327,13.36956],[46.56666,13.37222],[46.56660,13.36793],[46.56920,13.36347],[46.56684,13.35548],[46.56554,13.35025],[46.56867,13.34493],[46.56518,13.33909],[46.56288,13.33849],[46.56153,13.33385],[46.55757,13.33068],[46.55025,13.32046],[46.55191,13.31755],[46.55303,13.30750],[46.55675,13.30321],[46.56011,13.29566],[46.55910,13.28969],[46.55627,13.28591],[46.55792,13.28205],[46.55981,13.27415],[46.56028,13.26857],[46.55674,13.26042],[46.56005,13.25226],[46.55763,13.24694],[46.55450,13.24497],[46.55509,13.24188],[46.55090,13.23991],[46.55373,13.23184],[46.55751,13.23149],[46.56370,13.22514],[46.56553,13.22016],[46.56931,13.21682],[46.56872,13.20772],[46.57161,13.20317],[46.57102,13.19382],[46.57409,13.18927],[46.57710,13.17760],[46.58099,13.17614],[46.58441,13.16816],[46.58819,13.16756],[46.58748,13.15846],[46.58896,13.15030],[46.58612,13.14610],[46.58960,13.14043],[46.59102,13.13151],[46.59084,13.12310],[46.59356,13.11786],[46.59344,13.11263],[46.59538,13.10962],[46.59397,13.10576],[46.59710,13.09477],[46.60010,13.09039],[46.60136,13.08426],[46.59912,13.08280],[46.59853,13.07422],[46.59883,13.06306],[46.59653,13.06126],[46.59653,13.05130],[46.59529,13.04761],[46.59523,13.04340],[46.59647,13.04212],[46.59576,13.03053],[46.59706,13.02684],[46.60151,13.02144],[46.59997,13.02032],[46.60074,13.01603],[46.59874,13.00719],[46.60163,13.00041],[46.60068,12.99303],[46.59942,12.99144],[46.59918,12.98586],[46.60042,12.97728],[46.60355,12.96526],[46.60420,12.95573],[46.60143,12.94912],[46.60573,12.93582],[46.60915,12.93110],[46.60880,12.92604],[46.60821,12.91762],[46.60927,12.91119],[46.60744,12.90810],[46.60656,12.90303],[46.60886,12.89874],[46.60626,12.88896],[46.60667,12.88132],[46.60827,12.87677],[46.60732,12.87239],[46.60850,12.86544],[46.60502,12.85943],[46.60408,12.85136],[46.60650,12.84123],[46.60939,12.83257],[46.61534,12.83299],[46.62082,12.83291],[46.62672,12.83540],[46.62961,12.82845],[46.62755,12.81803],[46.63067,12.81588],[46.63037,12.80919],[46.63550,12.79863],[46.64110,12.79339],[46.64393,12.78284],[46.64576,12.77408],[46.64587,12.76318],[46.64693,12.75932],[46.64505,12.75245],[46.64098,12.74567],[46.63745,12.74713],[46.63538,12.73838],[46.63403,12.73263],[46.63480,12.72748],[46.63980,12.72696],[46.64122,12.71958],[46.64847,12.71537],[46.65053,12.70044],[46.65630,12.68911],[46.65560,12.68113],[46.65666,12.67512],[46.65707,12.65941],[46.65253,12.65057],[46.65141,12.63984],[46.65501,12.63160],[46.66048,12.63109],[46.66101,12.61830],[46.65766,12.61255],[46.65542,12.60156],[46.65548,12.57839],[46.65088,12.56955],[46.65253,12.55891],[46.65707,12.55796],[46.65884,12.54740],[46.66679,12.53673],[46.66827,12.52961],[46.67092,12.52686],[46.67728,12.51793],[46.67739,12.50557],[46.68004,12.50283],[46.67675,12.49888],[46.67645,12.48927],[46.67745,12.47862],[46.68505,12.47605],[46.68670,12.46858],[46.68623,12.46232],[46.68805,12.45476],[46.68964,12.45141],[46.68798,12.44154],[46.69558,12.42670],[46.69805,12.42584],[46.69887,12.41528],[46.70517,12.40859],[46.70635,12.40258],[46.71023,12.39811],[46.71671,12.38318],[46.72318,12.37552],[46.72607,12.37698],[46.73071,12.37578],[46.73271,12.37295],[46.73983,12.37097],[46.74189,12.36763],[46.75265,12.36591],[46.76744,12.35811],[46.77361,12.35785],[46.77608,12.35072],[46.77567,12.34223],[46.77867,12.33596],[46.77884,12.33115],[46.78131,12.32446],[46.78407,12.30892],[46.78166,12.30026],[46.78378,12.29905],[46.78219,12.28318],[46.78977,12.28009],[46.79401,12.28103],[46.79583,12.28764],[46.80047,12.28661],[46.80258,12.29167],[46.80549,12.28844],[46.80842,12.28835],[46.81495,12.28183],[46.82287,12.28938],[46.82869,12.29925],[46.83368,12.30517],[46.83826,12.30449],[46.84178,12.30577],[46.84337,12.29487],[46.84859,12.29547],[46.84953,12.29084],[46.85775,12.28826],[46.86490,12.28971],[46.86736,12.28731],[46.86807,12.28061],[46.87329,12.27443],[46.87886,12.27701],[46.88409,12.27263],[46.88626,12.26628],[46.88696,12.25649],[46.88872,12.24405],[46.89036,12.24173],[46.88766,12.23675],[46.88438,12.23744],[46.87951,12.23212],[46.87763,12.22122],[46.87358,12.21856],[46.87367,12.21472],[46.87766,12.21112],[46.88751,12.20107],[46.88693,12.19901],[46.89397,12.19661],[46.89754,12.19798],[46.90270,12.19077],[46.90569,12.18906],[46.90798,12.17738],[46.90634,12.17670],[46.90910,12.16983],[46.90593,12.16099],[46.91430,12.14359],[46.91647,12.14736],[46.91641,12.15071],[46.92931,12.15972],[46.93341,12.16676],[46.93728,12.16736],[46.94917,12.15818],[46.95390,12.14367],[46.95682,12.13535],[46.96467,12.12951],[46.96555,12.13466],[46.97487,12.13586],[46.98183,12.13621],[46.98488,12.12582],[46.98827,12.12874],[46.99302,12.12788],[46.99832,12.12453],[47.00236,12.12470],[47.00582,12.11990],[47.00892,12.12281],[47.01395,12.12599],[47.01916,12.13723],[47.02565,12.14676],[47.01992,12.16367],[47.02390,12.17294],[47.02519,12.17989],[47.02630,12.18161],[47.02700,12.18805],[47.02764,12.20392],[47.03542,12.20925],[47.04244,12.21216],[47.04736,12.21534],[47.05607,12.21431],[47.05957,12.21646],[47.06133,12.22504],[47.06554,12.23268],[47.06793,12.23929],[47.07583,12.22950],[47.08144,12.22607],[47.08354,12.21688],[47.08559,12.21225],[47.08635,12.20221],[47.08962,12.19088],[47.09120,12.18599],[47.09026,12.18041],[47.08711,12.17732],[47.08600,12.16968],[47.08132,12.16247],[47.07863,12.15037],[47.07962,12.14470],[47.07962,12.13595],[47.07659,12.13500],[47.07670,12.12891],[47.07203,12.11895],[47.07752,12.10273],[47.07623,12.09415],[47.07284,12.09209],[47.07016,12.08754],[47.06893,12.08342],[47.05799,12.07664],[47.05747,12.05896],[47.06086,12.05466],[47.06022,12.04737],[47.05992,12.04136],[47.05782,12.03587],[47.04998,12.03149],[47.04671,12.02136],[47.04784,12.00460],[47.04790,11.99963],[47.04860,11.99491],[47.04614,11.98555],[47.04948,11.98049],[47.04632,11.97396],[47.04018,11.96804],[47.03971,11.96229],[47.04275,11.95714],[47.03825,11.95311],[47.03222,11.94701],[47.03573,11.94152],[47.03731,11.93354],[47.03538,11.92873],[47.03205,11.91629],[47.02813,11.91457],[47.02529,11.90609],[47.02219,11.90051],[47.01956,11.89554],[47.01546,11.89236],[47.01605,11.87906],[47.00955,11.87571],[47.01119,11.86876],[47.00850,11.86412],[47.00715,11.86086],[46.99948,11.85253],[47.00048,11.84541],[46.99802,11.84103],[46.99568,11.83975],[46.99222,11.83571],[46.99246,11.82730],[46.98906,11.81580],[46.99099,11.80370],[46.98935,11.79091],[46.99205,11.78284],[46.98859,11.78121],[46.98344,11.77160],[46.97261,11.76516],[46.97050,11.75143],[46.96857,11.74868],[46.96950,11.73838],[46.97237,11.72653],[46.98010,11.72327],[46.98426,11.71709],[46.98731,11.71589],[46.99246,11.71126],[46.99269,11.69830],[46.99486,11.68851],[46.99205,11.67684],[46.99193,11.66276],[46.99849,11.64920],[47.00276,11.63427],[47.01195,11.62646],[47.01119,11.62277],[47.01218,11.61547],[47.01019,11.60817],[47.00639,11.60517],[47.00510,11.59848],[47.00463,11.58955],[47.00065,11.58140],[46.99737,11.58191],[46.99222,11.57024],[46.99240,11.56457],[46.99012,11.56054],[46.98900,11.55178],[46.98619,11.54440],[46.98373,11.54097],[46.98420,11.53702],[46.98707,11.53230],[46.98982,11.53333],[46.99562,11.52509],[46.99620,11.52046],[47.00001,11.51410],[47.00317,11.51376],[47.00738,11.49994],[47.00896,11.50140],[47.00891,11.49574],[47.01037,11.48003],[47.00510,11.47548],[47.00165,11.47050],[46.99808,11.46879],[46.99474,11.47059],[46.99094,11.45909],[46.99205,11.45282],[46.98988,11.45256],[46.98069,11.44407],[46.97583,11.44286],[46.97419,11.43797],[46.97088,11.42910],[46.96848,11.42722],[46.96766,11.42009],[46.96596,11.41829],[46.96596,11.41065],[46.96455,11.40584],[46.96450,11.40035],[46.97041,11.38070],[46.97463,11.37932],[46.97908,11.37477],[46.98277,11.36568],[46.98968,11.35847],[46.98857,11.35143],[46.98962,11.34662],[46.98710,11.34242],[46.98453,11.34104],[46.98470,11.33615],[46.98833,11.33315],[46.98827,11.32748],[46.99196,11.32010],[46.98792,11.31298],[46.98441,11.30886],[46.98283,11.30130],[46.98532,11.29439],[46.98497,11.28864],[46.98192,11.28401],[46.98005,11.27611],[46.97917,11.26967],[46.98011,11.26324],[46.97888,11.26032],[46.97443,11.25663],[46.97355,11.24830],[46.96945,11.24204],[46.96851,11.22762],[46.96840,11.22075],[46.96236,11.20805],[46.96301,11.20504],[46.96763,11.20350],[46.96927,11.19603],[46.96840,11.19183],[46.96992,11.19088],[46.96898,11.18813],[46.96482,11.18290],[46.96184,11.17560],[46.96494,11.16539],[46.95768,11.16436],[46.95516,11.16711],[46.95246,11.16419],[46.94883,11.16367],[46.94549,11.16814],[46.94361,11.16805],[46.93940,11.16513],[46.93359,11.15483],[46.93037,11.14659],[46.92709,11.13938],[46.92720,11.12814],[46.92890,11.12505],[46.93096,11.11587],[46.92732,11.11114],[46.92463,11.11132],[46.91923,11.11235],[46.91566,11.10943],[46.91401,11.09990],[46.91296,11.09707],[46.90915,11.09561],[46.90569,11.09775],[46.90012,11.09999],[46.89701,11.10016],[46.89290,11.09784],[46.89108,11.09896],[46.89038,11.10145],[46.88921,11.10187],[46.88422,11.09733],[46.87694,11.08900],[46.86527,11.08213],[46.85905,11.07913],[46.85699,11.07278],[46.85095,11.07226],[46.84660,11.07544],[46.84232,11.07492],[46.83815,11.07115],[46.83592,11.07638],[46.83222,11.08024],[46.82206,11.08385],[46.82012,11.08248],[46.81936,11.07398],[46.81460,11.06694],[46.81213,11.06179],[46.80831,11.05896],[46.80814,11.04917],[46.80426,11.04213],[46.80121,11.04600],[46.79768,11.04059],[46.78787,11.03595],[46.77682,11.02849],[46.76541,11.02566],[46.76576,11.02008],[46.77076,11.01441],[46.76600,10.99467],[46.76847,10.97665],[46.77147,10.97450],[46.77447,10.94832],[46.77200,10.92798],[46.77435,10.92498],[46.77358,10.91734],[46.76759,10.90549],[46.76859,10.89734],[46.76241,10.88918],[46.76241,10.88129],[46.76541,10.86807],[46.77188,10.86644],[46.77411,10.85039],[46.77746,10.84558],[46.77782,10.84112],[46.78040,10.83975],[46.78123,10.83365],[46.77564,10.83099],[46.77217,10.82610],[46.77470,10.81293],[46.79045,10.79542],[46.79069,10.79224],[46.79580,10.78589],[46.79504,10.78383],[46.79222,10.78263],[46.78992,10.77782],[46.78981,10.77413],[46.78715,10.76786],[46.78697,10.76246],[46.78504,10.75928],[46.78474,10.75370],[46.78739,10.74993],[46.78627,10.74057],[46.78833,10.72915],[46.79150,10.72752],[46.79796,10.72555],[46.79867,10.72735],[46.79855,10.73285],[46.80296,10.74375],[46.81030,10.74718],[46.81598,10.75096],[46.81563,10.75550],[46.82050,10.76203],[46.82432,10.76331],[46.82743,10.75748],[46.83195,10.75602],[46.83307,10.75113],[46.83471,10.73396],[46.83718,10.73173],[46.83730,10.72117],[46.84281,10.71482],[46.84675,10.71611],[46.84640,10.70710],[46.84769,10.70238],[46.85056,10.69929],[46.85256,10.69233],[46.85905,10.69339],[46.86222,10.69562],[46.86668,10.68978],[46.86803,10.68120],[46.87008,10.67768],[46.86949,10.67296],[46.87454,10.66704],[46.86873,10.65648],[46.86685,10.65519],[46.86456,10.64850],[46.86380,10.62506],[46.85917,10.61511],[46.85711,10.60421],[46.85682,10.59562],[46.84966,10.59013],[46.84719,10.58172],[46.84561,10.57451],[46.84156,10.57159],[46.83950,10.56035],[46.83674,10.54473],[46.83827,10.54533],[46.84666,10.55528],[46.84954,10.55151],[46.84748,10.53331],[46.84473,10.52155],[46.84678,10.51366],[46.84701,10.50447],[46.84684,10.49778],[46.84960,10.49005],[46.85388,10.48216],[46.85799,10.47898],[46.85470,10.46928],[46.86286,10.46722],[46.87073,10.46988],[46.88105,10.46851],[46.88475,10.46482],[46.89167,10.47143],[46.89548,10.47460],[46.90141,10.47426],[46.90469,10.47649],[46.91167,10.47864],[46.91542,10.48533],[46.91952,10.48473],[46.92615,10.48705],[46.93160,10.48430],[46.93758,10.48756],[46.93928,10.48018],[46.94109,10.47520],[46.94613,10.46842],[46.94859,10.46053],[46.95234,10.45426],[46.95187,10.44825],[46.95357,10.44190],[46.95352,10.43915],[46.95516,10.43684],[46.95562,10.42928],[46.95756,10.42499],[46.96031,10.42182],[46.96552,10.42293],[46.97121,10.42628],[46.97548,10.42594],[46.97835,10.42182],[46.98304,10.41186],[46.98825,10.40602],[46.99111,10.40113],[46.99720,10.39761],[47.00001,10.38946],[46.99878,10.38328],[46.99012,10.37186],[46.99100,10.36457],[46.99135,10.35504],[46.98989,10.34869],[46.98596,10.34654],[46.98198,10.34474],[46.98122,10.34045],[46.97876,10.34217],[46.97454,10.33830],[46.97261,10.33607],[46.96839,10.33418],[46.96494,10.33135],[46.96060,10.32981],[46.95592,10.33006],[46.95246,10.32749],[46.95076,10.31994],[46.95076,10.31419],[46.94889,10.30938],[46.94396,10.30826],[46.93898,10.30680],[46.93488,10.31255],[46.93084,10.31745],[46.92486,10.31719],[46.92498,10.30921],[46.92404,10.30019],[46.91941,10.29753],[46.92287,10.28955],[46.92873,10.26552],[46.93136,10.24192],[46.91841,10.24260],[46.91466,10.23737],[46.90205,10.23428],[46.89712,10.22990],[46.88903,10.23059],[46.88557,10.23445],[46.87360,10.23342],[46.86586,10.23256],[46.86556,10.22269],[46.86679,10.21866],[46.86533,10.21419],[46.86439,10.20346],[46.86597,10.19926],[46.86568,10.19445],[46.86151,10.18982],[46.85917,10.18389],[46.85517,10.18261],[46.85341,10.17462],[46.85300,10.17179],[46.85030,10.17042],[46.85054,10.16166],[46.84772,10.15875],[46.84784,10.15548],[46.84960,10.15480],[46.85071,10.14682],[46.84819,10.14415],[46.84666,10.13797],[46.84701,10.12956],[46.84743,10.12347],[46.84619,10.12081],[46.84326,10.11806],[46.84067,10.10785],[46.84073,10.10407],[46.84905,10.09619],[46.85104,10.09121],[46.85791,10.09164],[46.86032,10.08735],[46.85955,10.08211],[46.86131,10.07490],[46.86014,10.05945],[46.86208,10.05302],[46.86507,10.04958],[46.87569,10.05224],[46.88033,10.04220],[46.88566,10.03825],[46.88684,10.03370],[46.89106,10.02778],[46.89546,10.02624],[46.89845,10.01920],[46.90132,10.01757],[46.89968,10.01568],[46.89951,10.00804],[46.89886,10.00263],[46.90156,9.99620],[46.90174,9.98916],[46.90690,9.98092],[46.91282,9.98023],[46.91522,9.97748],[46.91505,9.97414],[46.91293,9.97233],[46.91170,9.96478],[46.91551,9.95877],[46.91340,9.94942],[46.91194,9.94547],[46.91258,9.94075],[46.91340,9.93491],[46.91968,9.91895],[46.92360,9.91423],[46.92507,9.91251],[46.92454,9.90693],[46.92689,9.89929],[46.92964,9.89749],[46.93152,9.89114],[46.93269,9.88401],[46.93451,9.88153],[46.93433,9.87595],[46.93879,9.87715],[46.93966,9.87964],[46.94084,9.87646],[46.95062,9.87432],[46.95326,9.87715],[46.95648,9.87741],[46.96070,9.87251],[46.96363,9.87105],[46.96841,9.87495],[46.97210,9.87435],[46.97496,9.87598],[46.98070,9.88388],[46.98299,9.88285],[46.98662,9.88534],[46.98908,9.89066],[46.99446,9.88920],[47.00014,9.88851],[47.00359,9.87813],[47.00752,9.87126],[47.00980,9.86971],[47.01313,9.87074],[47.01665,9.87718],[47.01688,9.87950],[47.02063,9.87667],[47.02092,9.86740],[47.02226,9.85976],[47.01852,9.85736],[47.01577,9.85023],[47.01442,9.84070],[47.01150,9.84027],[47.01267,9.83530],[47.01436,9.82912],[47.02010,9.82088],[47.02215,9.81573],[47.02127,9.81212],[47.02244,9.80886],[47.02905,9.79899],[47.03145,9.79015],[47.03490,9.78981],[47.03554,9.78654],[47.03800,9.78337],[47.03788,9.77748],[47.03834,9.76727],[47.03653,9.76049],[47.03688,9.74530],[47.04092,9.74418],[47.04191,9.73980],[47.04156,9.73706],[47.04343,9.72745],[47.04279,9.71715],[47.04466,9.71491],[47.04653,9.70848],[47.04992,9.70470],[47.05197,9.70796],[47.05308,9.70745],[47.05185,9.70281],[47.05232,9.69826],[47.05308,9.69406],[47.05542,9.68702],[47.05852,9.68195],[47.06168,9.68135],[47.06127,9.67878],[47.05992,9.67681],[47.05881,9.66891],[47.05951,9.66487],[47.05788,9.65964],[47.05758,9.65354],[47.05910,9.64556],[47.05542,9.64170],[47.05267,9.64161],[47.05068,9.63286],[47.05139,9.62290],[47.05343,9.61638],[47.06109,9.60565],[47.06378,9.61063],[47.06729,9.61140],[47.07068,9.61286],[47.07582,9.60969],[47.08003,9.61140],[47.07875,9.61861],[47.08296,9.62308],[47.08383,9.63286],[47.08658,9.63243],[47.09079,9.63466],[47.09131,9.63492],[47.09575,9.63531],[47.10090,9.63423],[47.10554,9.62797],[47.10718,9.62801],[47.10773,9.62269],[47.10989,9.62059],[47.11118,9.62071],[47.11319,9.62346],[47.11512,9.62434],[47.11839,9.62446],[47.11962,9.62524],[47.12128,9.62768],[47.12233,9.62910],[47.12476,9.63245],[47.12797,9.63429],[47.12820,9.63257],[47.13051,9.62897],[47.13103,9.62627],[47.13252,9.62438],[47.13489,9.62403],[47.13754,9.62459],[47.13953,9.62361],[47.14110,9.62236],[47.14268,9.62361],[47.14551,9.62532],[47.14642,9.62378],[47.14729,9.62288],[47.14858,9.62288],[47.14960,9.62176],[47.15141,9.62094],[47.15047,9.61966],[47.14782,9.61524],[47.14735,9.61232],[47.14796,9.61047],[47.15223,9.60438],[47.15546,9.60223],[47.15579,9.60107],[47.15681,9.59996],[47.15842,9.60069],[47.16279,9.59622],[47.16448,9.59133],[47.17087,9.57906],[47.16950,9.57537],[47.16924,9.56970],[47.16959,9.56614],[47.17041,9.56404],[47.17335,9.56717],[47.17522,9.57163],[47.17712,9.57434],[47.17893,9.57314],[47.18543,9.57339],[47.19086,9.57232],[47.19304,9.57661],[47.19412,9.57730],[47.19619,9.57983],[47.19981,9.58073],[47.20269,9.58258],[47.20506,9.58455],[47.20908,9.57790],[47.21264,9.57648],[47.21678,9.57150],[47.21928,9.56906],[47.22054,9.56412],[47.22258,9.56215],[47.22342,9.56022],[47.22374,9.55842],[47.22316,9.55751],[47.22249,9.55550],[47.22365,9.55481],[47.22348,9.55219],[47.22403,9.55146],[47.22657,9.55400],[47.22779,9.55417],[47.23071,9.55691],[47.23324,9.55850],[47.23816,9.56476],[47.24089,9.56729],[47.24244,9.56673],[47.24538,9.56390],[47.24786,9.56175],[47.25036,9.55905],[47.25094,9.55721],[47.25256,9.55571],[47.25326,9.55348],[47.25524,9.55147],[47.25611,9.54928],[47.25701,9.54838],[47.25806,9.54400],[47.25934,9.54267],[47.26118,9.53936],[47.26240,9.53958],[47.26529,9.53941],[47.26593,9.53803],[47.26566,9.53670],[47.27050,9.53074],[47.27289,9.53220],[47.27484,9.53717],[47.27938,9.54625],[47.28835,9.55191],[47.29749,9.55483],[47.30488,9.56693],[47.30790,9.57457],[47.31111,9.58170],[47.31634,9.58788],[47.34549,9.59955],[47.34979,9.60333],[47.36566,9.62401],[47.36549,9.62813],[47.36712,9.63405],[47.36723,9.64358],[47.36834,9.65654],[47.37130,9.66435],[47.37839,9.67131],[47.38432,9.67362],[47.38978,9.67414],[47.39292,9.67229],[47.39539,9.66388],[47.39783,9.65950],[47.40408,9.65487],[47.40451,9.65152],[47.40918,9.65184],[47.42297,9.64986],[47.43342,9.64463],[47.43606,9.64377],[47.44028,9.64718],[47.44809,9.65838],[47.45114,9.66035],[47.45323,9.65739],[47.45323,9.65344],[47.45488,9.64993],[47.45622,9.64151],[47.45659,9.62697],[47.45717,9.62310],[47.45828,9.62057],[47.46161,9.61748],[47.46791,9.61285],[47.47032,9.61079],[47.47049,9.60941],[47.47029,9.60688],[47.46956,9.60594],[47.46701,9.60598],[47.46396,9.60534],[47.46269,9.60426],[47.46173,9.60160],[47.46176,9.59920],[47.46263,9.59555],[47.46460,9.59375],[47.47580,9.58684],[47.48158,9.58314],[47.48422,9.58078],[47.48622,9.57721],[47.49349,9.56344],[47.49863,9.56099],[47.50489,9.56185],[47.52916,9.51732]], // Australia @@ -728,7 +736,7 @@ // Czech Republic CZ: [[49.51732,18.85381],[49.51933,18.84488],[49.52434,18.83887],[49.52824,18.84540],[49.53393,18.84557],[49.53771,18.85862],[49.55119,18.86068],[49.55331,18.85261],[49.56177,18.84763],[49.56121,18.84059],[49.56622,18.83784],[49.57068,18.83887],[49.57340,18.83508],[49.57740,18.83611],[49.58442,18.83371],[49.58865,18.83886],[49.59677,18.84092],[49.59532,18.83131],[49.60144,18.82547],[49.61546,18.82547],[49.61890,18.82066],[49.62613,18.82118],[49.63425,18.81671],[49.64081,18.81414],[49.65248,18.80882],[49.65837,18.81002],[49.66637,18.80813],[49.67237,18.81088],[49.67815,18.80744],[49.68048,18.80453],[49.68015,18.79405],[49.68637,18.78032],[49.68348,18.77397],[49.68525,18.76333],[49.67748,18.75080],[49.67759,18.73998],[49.68048,18.74015],[49.68314,18.73586],[49.68481,18.72779],[49.68359,18.72350],[49.68459,18.71852],[49.69025,18.71887],[49.69192,18.71458],[49.69603,18.71595],[49.69725,18.71046],[49.70002,18.71252],[49.70291,18.70857],[49.70491,18.71097],[49.70735,18.69483],[49.70491,18.68110],[49.70660,18.67767],[49.70394,18.67235],[49.70460,18.66874],[49.71016,18.66754],[49.71171,18.65861],[49.70838,18.65346],[49.71160,18.65312],[49.71282,18.64213],[49.71559,18.63750],[49.71792,18.63698],[49.72270,18.62995],[49.72336,18.62583],[49.72547,18.62978],[49.72958,18.62703],[49.73623,18.62909],[49.74112,18.62892],[49.74766,18.63063],[49.75054,18.62686],[49.75310,18.61673],[49.75676,18.61347],[49.76108,18.61553],[49.76640,18.61158],[49.77116,18.61124],[49.77593,18.60523],[49.78125,18.60385],[49.78435,18.59836],[49.78967,18.60076],[49.79699,18.59476],[49.80286,18.59338],[49.80408,18.58909],[49.80618,18.58566],[49.81239,18.58274],[49.81870,18.58325],[49.82147,18.57742],[49.82524,18.57587],[49.82845,18.56969],[49.83376,18.56987],[49.84373,18.58840],[49.84660,18.59132],[49.84871,18.58737],[49.85236,18.58497],[49.85237,18.58926],[49.85470,18.59149],[49.85735,18.60677],[49.86211,18.60626],[49.86676,18.60059],[49.86687,18.59510],[49.86820,18.58961],[49.86731,18.58171],[49.87561,18.57261],[49.88081,18.56626],[49.88413,18.56987],[49.88811,18.57519],[49.89131,18.57175],[49.89939,18.57742],[49.90569,18.57999],[49.90864,18.57526],[49.91041,18.57629],[49.91184,18.57423],[49.91284,18.57663],[49.91516,18.57491],[49.91881,18.57560],[49.92146,18.57371],[49.92268,18.57062],[49.91826,18.56393],[49.91837,18.55723],[49.92279,18.54985],[49.92665,18.54367],[49.92588,18.53938],[49.92223,18.54110],[49.91107,18.53852],[49.90886,18.54539],[49.90422,18.53886],[49.90145,18.53371],[49.90145,18.52427],[49.90377,18.51243],[49.90411,18.50522],[49.90709,18.49423],[49.90665,18.48771],[49.91107,18.48359],[49.91461,18.47312],[49.91781,18.46659],[49.92279,18.46488],[49.92411,18.45561],[49.92422,18.44462],[49.92909,18.43844],[49.92975,18.43381],[49.93947,18.43055],[49.93879,18.41928],[49.93580,18.40108],[49.93514,18.39199],[49.93636,18.37722],[49.93824,18.37310],[49.93724,18.36761],[49.94056,18.36435],[49.94210,18.35903],[49.94354,18.35834],[49.94630,18.33894],[49.95028,18.33156],[49.94288,18.33379],[49.94011,18.33379],[49.93790,18.33946],[49.93956,18.34409],[49.93934,18.34770],[49.93625,18.34838],[49.93536,18.34993],[49.93536,18.34632],[49.93525,18.34117],[49.93304,18.34014],[49.92951,18.34186],[49.92641,18.34049],[49.92752,18.33482],[49.93072,18.33431],[49.93139,18.32984],[49.92807,18.32916],[49.92332,18.32830],[49.91602,18.32126],[49.91768,18.31628],[49.91967,18.31560],[49.92376,18.30015],[49.92564,18.30186],[49.92917,18.29877],[49.92917,18.29053],[49.93680,18.28281],[49.94045,18.28401],[49.94056,18.27989],[49.95028,18.28247],[49.96364,18.27903],[49.96629,18.27491],[49.96695,18.26599],[49.96695,18.26152],[49.96949,18.25311],[49.96916,18.24625],[49.97137,18.23492],[49.97004,18.22874],[49.96773,18.22170],[49.97280,18.21500],[49.97744,18.21638],[49.98815,18.21414],[49.99830,18.20728],[49.99510,18.19355],[49.99907,18.19080],[50.00106,18.18222],[50.00029,18.17277],[49.99841,18.16728],[49.99267,18.16762],[49.99036,18.17003],[49.98704,18.16780],[49.98550,18.16196],[49.98274,18.15664],[49.98351,18.15372],[49.99201,18.14771],[49.99411,18.13638],[49.99775,18.13484],[49.99863,18.13037],[49.99477,18.11904],[49.99620,18.11647],[49.99753,18.11595],[50.00040,18.10634],[50.01220,18.09587],[50.01617,18.09570],[50.02268,18.10480],[50.02654,18.09862],[50.02842,18.09518],[50.03272,18.08609],[50.03955,18.08952],[50.04518,18.09003],[50.04705,18.08488],[50.04595,18.08094],[50.04705,18.07441],[50.04859,18.06669],[50.05305,18.06831],[50.05360,18.06367],[50.06043,18.06213],[50.05878,18.04874],[50.06308,18.04719],[50.06385,18.03947],[50.06727,18.03329],[50.05933,18.01698],[50.05459,18.00943],[50.05349,18.00290],[50.04456,18.00668],[50.03728,18.00393],[50.03078,18.00737],[50.02979,18.01423],[50.03177,18.02093],[50.03651,18.02419],[50.03762,18.02693],[50.03585,18.03895],[50.03541,18.04513],[50.02791,18.04891],[50.02229,18.04204],[50.01699,18.04479],[50.01523,18.03964],[50.00828,18.04462],[50.01181,18.03569],[50.01137,18.00754],[50.01909,18.00599],[50.01324,17.98677],[50.00607,17.98436],[50.00938,17.97132],[50.00828,17.96445],[50.00475,17.96033],[50.00563,17.95364],[49.98146,17.92342],[49.97937,17.92239],[49.97727,17.90746],[49.98080,17.89132],[49.97749,17.87862],[49.97252,17.86746],[49.98080,17.86351],[49.98080,17.85802],[49.98455,17.85133],[49.98753,17.85167],[49.98775,17.84171],[49.99294,17.83897],[49.99217,17.83193],[49.99449,17.82798],[50.00409,17.83879],[50.01181,17.82798],[50.01291,17.80446],[50.01512,17.79502],[50.01821,17.79502],[50.02008,17.79245],[50.01788,17.78730],[50.02096,17.78678],[50.02041,17.77888],[50.02571,17.77185],[50.02791,17.77734],[50.03199,17.77803],[50.03640,17.77511],[50.03596,17.77133],[50.03905,17.77099],[50.04291,17.77494],[50.04467,17.77030],[50.04853,17.77236],[50.05184,17.76979],[50.05316,17.76258],[50.05625,17.76498],[50.05988,17.75983],[50.06396,17.75863],[50.06440,17.76069],[50.06859,17.75931],[50.06914,17.75245],[50.07333,17.75211],[50.07509,17.75279],[50.07927,17.74970],[50.08170,17.74266],[50.08916,17.73116],[50.09786,17.73151],[50.11471,17.70421],[50.11735,17.69529],[50.11746,17.68172],[50.10403,17.67606],[50.10964,17.66198],[50.11108,17.64979],[50.11713,17.64876],[50.12329,17.64482],[50.12560,17.64516],[50.13221,17.63950],[50.13771,17.61958],[50.13991,17.61701],[50.14112,17.61151],[50.14772,17.60791],[50.15542,17.60036],[50.15751,17.59555],[50.15982,17.59366],[50.16906,17.60224],[50.17049,17.60654],[50.17071,17.61958],[50.16862,17.62490],[50.17334,17.63074],[50.17389,17.63726],[50.17631,17.64911],[50.17818,17.66713],[50.18214,17.67863],[50.18148,17.68361],[50.18522,17.70679],[50.18928,17.70558],[50.19192,17.71125],[50.19906,17.71176],[50.20214,17.71915],[50.20511,17.71829],[50.20588,17.72309],[50.20258,17.73271],[50.20148,17.74438],[50.20555,17.75022],[50.20643,17.75949],[50.21280,17.75949],[50.21796,17.76172],[50.22115,17.75760],[50.22839,17.76086],[50.23674,17.76687],[50.24947,17.73872],[50.25509,17.73236],[50.25542,17.72876],[50.25728,17.72601],[50.27089,17.72756],[50.27550,17.73133],[50.27769,17.73631],[50.28131,17.73700],[50.28811,17.74284],[50.29283,17.74747],[50.29919,17.75365],[50.30138,17.75159],[50.30226,17.74421],[50.30270,17.73683],[50.30456,17.72962],[50.30829,17.72653],[50.31949,17.72275],[50.32234,17.71606],[50.32716,17.69477],[50.32837,17.68550],[50.31521,17.68670],[50.31412,17.68876],[50.30568,17.68636],[50.30173,17.68808],[50.29515,17.67795],[50.29230,17.67451],[50.29120,17.66782],[50.28857,17.66576],[50.28539,17.65735],[50.27793,17.64945],[50.27606,17.64035],[50.27409,17.63847],[50.27036,17.62731],[50.26904,17.61993],[50.26652,17.61460],[50.26762,17.60894],[50.26860,17.60516],[50.27025,17.60242],[50.27124,17.59898],[50.27486,17.59830],[50.27870,17.59263],[50.27925,17.59126],[50.27848,17.58542],[50.27837,17.58062],[50.27683,17.57907],[50.27299,17.56602],[50.27036,17.56293],[50.27168,17.55916],[50.27058,17.54663],[50.27398,17.52826],[50.27574,17.52483],[50.27453,17.51710],[50.27508,17.49719],[50.27552,17.49393],[50.27277,17.48140],[50.27036,17.47144],[50.27003,17.46698],[50.26784,17.46234],[50.27058,17.45908],[50.27025,17.45530],[50.26860,17.45393],[50.26564,17.45565],[50.26037,17.45582],[50.25807,17.45479],[50.25609,17.45084],[50.25445,17.44586],[50.25258,17.43848],[50.25379,17.43299],[50.25950,17.42955],[50.26356,17.43230],[50.27014,17.42767],[50.27266,17.42440],[50.27705,17.42097],[50.27431,17.40672],[50.28001,17.40106],[50.28330,17.38818],[50.28276,17.36621],[50.27903,17.36037],[50.26904,17.36226],[50.26520,17.36072],[50.26553,17.35419],[50.26378,17.35059],[50.26773,17.34716],[50.27541,17.34475],[50.27990,17.34424],[50.28330,17.33909],[50.28703,17.34973],[50.29098,17.34492],[50.29877,17.34750],[50.30403,17.35265],[50.30842,17.35488],[50.31214,17.35059],[50.31247,17.34012],[50.31576,17.33840],[50.32157,17.34063],[50.32267,17.34973],[50.32552,17.35110],[50.32902,17.34956],[50.32734,17.32638],[50.32098,17.31214],[50.32011,17.29686],[50.31813,17.29119],[50.32011,17.28141],[50.32285,17.27351],[50.32865,17.26510],[50.32964,17.25480],[50.33227,17.24776],[50.33460,17.24745],[50.33789,17.24152],[50.34178,17.23466],[50.34567,17.22513],[50.35021,17.22007],[50.35717,17.21294],[50.35821,17.21277],[50.36390,17.20204],[50.37498,17.19941],[50.38133,17.20319],[50.38652,17.20439],[50.39036,17.18431],[50.38953,17.18336],[50.38784,17.18233],[50.38581,17.17555],[50.38384,17.16173],[50.38023,17.15693],[50.38182,17.15341],[50.38171,17.14817],[50.38072,17.14345],[50.38751,17.13384],[50.39101,17.13015],[50.39320,17.12466],[50.39435,17.12337],[50.39397,17.11118],[50.40518,17.11101],[50.40655,17.09942],[50.40573,17.08286],[50.40217,17.08208],[50.40294,17.07968],[50.40464,17.07599],[50.40622,17.06535],[50.40704,17.05239],[50.41175,17.04252],[50.41497,17.03805],[50.41536,17.03024],[50.41752,17.02835],[50.41862,17.02672],[50.42190,17.02441],[50.42163,17.01814],[50.42026,17.01582],[50.41911,17.01385],[50.42173,17.01024],[50.42441,17.00698],[50.42824,16.99814],[50.42496,16.99351],[50.42015,16.98304],[50.41818,16.97445],[50.42075,16.97239],[50.42256,16.96965],[50.42529,16.96527],[50.42687,16.96278],[50.42841,16.95772],[50.43169,16.95190],[50.43376,16.94761],[50.43540,16.94126],[50.43688,16.93465],[50.43934,16.92632],[50.44125,16.92177],[50.44448,16.91834],[50.44798,16.91070],[50.45000,16.90787],[50.44863,16.90461],[50.44787,16.89731],[50.44366,16.89388],[50.44470,16.88916],[50.44393,16.88384],[50.44240,16.88083],[50.43568,16.87997],[50.43294,16.87525],[50.43087,16.87568],[50.42775,16.87551],[50.42589,16.87234],[50.42288,16.86925],[50.42108,16.86830],[50.41709,16.86882],[50.41566,16.86701],[50.41441,16.86392],[50.41309,16.86324],[50.41167,16.86049],[50.40899,16.85955],[50.40727,16.86003],[50.40891,16.86269],[50.40765,16.86535],[50.40503,16.87007],[50.40306,16.87093],[50.39890,16.88071],[50.39835,16.88492],[50.39545,16.89196],[50.39299,16.89299],[50.38949,16.89814],[50.38938,16.90071],[50.39096,16.90603],[50.39047,16.90783],[50.38888,16.91041],[50.38670,16.91041],[50.38467,16.90972],[50.38254,16.91427],[50.37991,16.91410],[50.37684,16.91642],[50.37312,16.91616],[50.36907,16.91925],[50.36616,16.91618],[50.36288,16.91515],[50.36074,16.91721],[50.35938,16.91893],[50.35467,16.92090],[50.35237,16.92391],[50.34804,16.92717],[50.34481,16.93069],[50.34256,16.93584],[50.34114,16.93661],[50.33769,16.93584],[50.33363,16.93764],[50.33067,16.93369],[50.32799,16.93555],[50.32530,16.93778],[50.31960,16.93958],[50.31796,16.94508],[50.31445,16.94611],[50.31193,16.95538],[50.31231,16.96173],[50.31412,16.96216],[50.31544,16.96825],[50.31231,16.96980],[50.31040,16.97151],[50.30864,16.97194],[50.30535,16.98164],[50.30163,16.99469],[50.30256,17.00104],[50.29938,17.00310],[50.29740,17.00370],[50.29587,17.00310],[50.29527,17.00833],[50.29143,17.01082],[50.28736,17.01439],[50.28275,17.01603],[50.27836,17.01860],[50.27430,17.01748],[50.26898,17.01714],[50.26372,17.01268],[50.25982,17.00830],[50.25933,17.00547],[50.25642,17.00066],[50.25258,17.00238],[50.24879,17.01079],[50.24637,17.01088],[50.24242,17.01019],[50.24143,17.01139],[50.24028,17.01517],[50.23759,17.01886],[50.23386,17.02306],[50.23002,17.02804],[50.22848,17.02555],[50.22639,17.02023],[50.22469,17.01989],[50.22277,17.01697],[50.22002,17.01542],[50.21881,17.01113],[50.21777,17.00615],[50.21673,17.00204],[50.21667,16.99800],[50.22024,16.99483],[50.22480,16.99422],[50.22903,16.99096],[50.23271,16.98478],[50.23413,16.98186],[50.23748,16.98101],[50.24231,16.98126],[50.24511,16.97723],[50.24484,16.97440],[50.24341,16.97380],[50.24138,16.96642],[50.23809,16.96161],[50.23518,16.96118],[50.23243,16.96281],[50.23034,16.96530],[50.22842,16.96195],[50.22617,16.95792],[50.22354,16.95732],[50.22205,16.95448],[50.22167,16.95045],[50.22337,16.94487],[50.22264,16.93925],[50.22429,16.93522],[50.22330,16.92947],[50.22418,16.92595],[50.22615,16.92286],[50.22632,16.91779],[50.22528,16.91153],[50.22352,16.90706],[50.22330,16.90020],[50.22275,16.89883],[50.22022,16.89745],[50.21819,16.89608],[50.21720,16.89016],[50.21556,16.88621],[50.21242,16.88380],[50.20896,16.88355],[50.20517,16.88389],[50.20089,16.88295],[50.19952,16.87908],[50.19759,16.87308],[50.19825,16.86758],[50.19891,16.86269],[50.20111,16.86338],[50.20265,16.85797],[50.20501,16.85102],[50.20787,16.84921],[50.20776,16.84673],[50.20424,16.83952],[50.20245,16.83476],[50.20014,16.83373],[50.19949,16.83467],[50.19817,16.83501],[50.19707,16.83175],[50.19421,16.82454],[50.19097,16.82291],[50.18921,16.82334],[50.19053,16.82042],[50.19251,16.81665],[50.19201,16.81407],[50.18987,16.80969],[50.18635,16.80763],[50.18284,16.80489],[50.18146,16.80163],[50.17893,16.79905],[50.17382,16.79819],[50.16634,16.79665],[50.16151,16.79423],[50.15591,16.78839],[50.15354,16.78599],[50.15173,16.78187],[50.14997,16.78136],[50.14821,16.78324],[50.14650,16.78324],[50.14458,16.78144],[50.14276,16.77492],[50.13968,16.76608],[50.13610,16.76067],[50.13561,16.75595],[50.13412,16.75509],[50.13467,16.75260],[50.13583,16.75054],[50.13478,16.74445],[50.13181,16.74385],[50.12994,16.74119],[50.12637,16.73732],[50.12020,16.73338],[50.11734,16.72891],[50.11019,16.72694],[50.10650,16.72239],[50.10529,16.72316],[50.10286,16.71956],[50.09995,16.71063],[50.09681,16.70531],[50.09714,16.70059],[50.09879,16.69141],[50.09984,16.68634],[50.10419,16.67793],[50.10655,16.66548],[50.10932,16.65679],[50.11268,16.64108],[50.11169,16.63387],[50.11504,16.63224],[50.12170,16.62503],[50.12528,16.61439],[50.13260,16.61379],[50.13441,16.60401],[50.13953,16.59903],[50.14069,16.59388],[50.14074,16.58821],[50.14311,16.58023],[50.14569,16.58555],[50.14822,16.58100],[50.15031,16.58289],[50.15207,16.58632],[50.15460,16.58246],[50.15559,16.57834],[50.15713,16.57912],[50.15856,16.57826],[50.16103,16.56847],[50.16362,16.56367],[50.16334,16.56251],[50.16488,16.56140],[50.16857,16.56071],[50.17121,16.55891],[50.17362,16.55908],[50.17769,16.56363],[50.18050,16.56466],[50.18445,16.56105],[50.18456,16.55839],[50.18566,16.55762],[50.18671,16.55942],[50.18945,16.55934],[50.19275,16.55788],[50.19596,16.55496],[50.19953,16.55779],[50.20332,16.55710],[50.20502,16.56191],[50.20848,16.56251],[50.21019,16.55916],[50.21398,16.55882],[50.21409,16.55504],[50.21557,16.55504],[50.21678,16.55710],[50.21985,16.55856],[50.22145,16.55685],[50.22243,16.55470],[50.22271,16.55213],[50.22553,16.54957],[50.22751,16.54983],[50.23025,16.54888],[50.23053,16.54511],[50.23558,16.53996],[50.23948,16.53755],[50.23871,16.53103],[50.23816,16.52880],[50.23981,16.52305],[50.24085,16.52253],[50.24431,16.51635],[50.24760,16.51352],[50.25199,16.51532],[50.25287,16.50906],[50.25599,16.50756],[50.25764,16.50868],[50.26011,16.50739],[50.26170,16.50267],[50.26005,16.49795],[50.26373,16.49434],[50.26455,16.49040],[50.26894,16.48962],[50.27141,16.48662],[50.27108,16.48310],[50.27322,16.48173],[50.27695,16.48155],[50.27871,16.47795],[50.28479,16.47211],[50.28693,16.46731],[50.29083,16.46877],[50.29648,16.46463],[50.30092,16.45587],[50.30289,16.45476],[50.30569,16.44901],[50.31106,16.44626],[50.31424,16.44274],[50.31725,16.43845],[50.32109,16.43725],[50.32547,16.43098],[50.32558,16.42103],[50.32465,16.41922],[50.32487,16.40944],[50.32021,16.40523],[50.31939,16.39905],[50.32383,16.39296],[50.32424,16.39063],[50.32884,16.38393],[50.34237,16.37526],[50.34714,16.36445],[50.35075,16.36230],[50.35376,16.36179],[50.35754,16.36642],[50.36318,16.36599],[50.36723,16.36848],[50.37090,16.36411],[50.37457,16.36557],[50.37862,16.36265],[50.38004,16.36067],[50.38015,16.35458],[50.37906,16.35260],[50.38103,16.34788],[50.37813,16.34188],[50.37862,16.33836],[50.38026,16.33372],[50.38026,16.32995],[50.38240,16.32686],[50.38201,16.32145],[50.38059,16.31887],[50.38092,16.31458],[50.38207,16.31295],[50.38338,16.30849],[50.38261,16.30226],[50.38070,16.29874],[50.37883,16.29874],[50.37555,16.29428],[50.37358,16.29273],[50.37117,16.29308],[50.36783,16.28458],[50.36789,16.27943],[50.37199,16.27874],[50.37424,16.27728],[50.37648,16.27711],[50.37883,16.27110],[50.37971,16.26793],[50.38261,16.26647],[50.38715,16.26810],[50.39443,16.26312],[50.39487,16.25857],[50.39427,16.25625],[50.39372,16.25059],[50.39651,16.24741],[50.39821,16.24801],[50.39968,16.25282],[50.40226,16.25290],[50.40363,16.25462],[50.40637,16.25299],[50.40773,16.24603],[50.41020,16.24200],[50.41167,16.24166],[50.41408,16.24003],[50.41446,16.23676],[50.41309,16.23033],[50.41030,16.22578],[50.40724,16.22106],[50.40932,16.21668],[50.41118,16.21127],[50.41337,16.21162],[50.41490,16.21488],[50.41862,16.21290],[50.42288,16.21282],[50.42414,16.21076],[50.42737,16.21041],[50.42808,16.20698],[50.42983,16.20484],[50.42917,16.19831],[50.43251,16.19591],[50.43433,16.19884],[50.44215,16.19919],[50.44838,16.20588],[50.44909,16.21017],[50.45171,16.21326],[50.45144,16.21996],[50.44964,16.22142],[50.44855,16.22021],[50.44570,16.22099],[50.44199,16.22382],[50.44259,16.23189],[50.44488,16.23283],[50.44669,16.23498],[50.44893,16.23429],[50.45095,16.23137],[50.45270,16.23103],[50.45439,16.23008],[50.45784,16.22107],[50.46002,16.22476],[50.45926,16.23171],[50.45986,16.23652],[50.46341,16.23575],[50.46603,16.23180],[50.46647,16.23343],[50.46510,16.23798],[50.46292,16.24313],[50.46477,16.24751],[50.46762,16.25686],[50.47139,16.25077],[50.47308,16.24983],[50.47466,16.25197],[50.47696,16.25635],[50.47969,16.25952],[50.47952,16.26407],[50.47586,16.26742],[50.47641,16.27515],[50.47865,16.27223],[50.48144,16.27008],[50.48417,16.27283],[50.48149,16.27343],[50.47963,16.28605],[50.47870,16.29523],[50.48864,16.30184],[50.49056,16.30167],[50.49072,16.30604],[50.49323,16.31188],[50.49471,16.31334],[50.49951,16.30999],[50.50604,16.31237],[50.50697,16.31984],[50.50495,16.32370],[50.50276,16.33297],[50.49965,16.33348],[50.49861,16.33777],[50.49517,16.34344],[50.49561,16.34842],[50.49758,16.34885],[50.49769,16.35245],[50.50113,16.36095],[50.50746,16.36781],[50.51614,16.37425],[50.52017,16.38764],[50.52601,16.39502],[50.52716,16.40026],[50.53000,16.40223],[50.53360,16.39846],[50.53502,16.39863],[50.54156,16.38807],[50.54565,16.40283],[50.54674,16.40652],[50.54778,16.41236],[50.55416,16.41107],[50.55914,16.41037],[50.56318,16.40737],[50.56471,16.40454],[50.56885,16.40479],[50.56809,16.41715],[50.56988,16.42514],[50.57375,16.43372],[50.57975,16.44582],[50.58716,16.44385],[50.58765,16.44153],[50.58972,16.44067],[50.59359,16.43749],[50.59605,16.43451],[50.59905,16.43271],[50.60036,16.42816],[50.60646,16.42370],[50.60858,16.42001],[50.61005,16.41340],[50.61332,16.40902],[50.61512,16.40876],[50.61795,16.40499],[50.61871,16.39967],[50.61871,16.39520],[50.62143,16.39160],[50.62399,16.38799],[50.63017,16.38181],[50.63513,16.37864],[50.63725,16.38010],[50.63660,16.37460],[50.64144,16.36997],[50.64531,16.36542],[50.64781,16.36585],[50.64884,16.36130],[50.64738,16.35847],[50.64754,16.35460],[50.64835,16.35091],[50.65195,16.35023],[50.65478,16.34722],[50.65725,16.34457],[50.66187,16.34345],[50.66274,16.33942],[50.66318,16.33410],[50.66459,16.32920],[50.66704,16.32199],[50.66498,16.31607],[50.66498,16.31324],[50.66215,16.31212],[50.66041,16.30715],[50.65964,16.30517],[50.66122,16.30011],[50.66035,16.29479],[50.66122,16.28286],[50.66508,16.28140],[50.66601,16.28054],[50.66819,16.28071],[50.66867,16.27676],[50.66791,16.27479],[50.66753,16.26732],[50.66857,16.26500],[50.66819,16.26011],[50.66742,16.25805],[50.66987,16.24998],[50.67069,16.24595],[50.66976,16.24183],[50.67199,16.23539],[50.67096,16.23333],[50.66759,16.22955],[50.65964,16.22552],[50.65447,16.22432],[50.65181,16.22132],[50.64637,16.22080],[50.64185,16.22003],[50.63962,16.22020],[50.63805,16.21857],[50.63625,16.21968],[50.63374,16.21685],[50.63244,16.21385],[50.63244,16.20930],[50.63227,16.20295],[50.63129,16.19943],[50.63086,16.19419],[50.62797,16.18904],[50.62748,16.18303],[50.62890,16.18063],[50.63347,16.18072],[50.63641,16.17754],[50.63962,16.17746],[50.64583,16.17068],[50.64779,16.16269],[50.65378,16.14822],[50.65149,16.13964],[50.65677,16.13457],[50.65808,16.12797],[50.66080,16.12659],[50.66047,16.11226],[50.66205,16.10951],[50.66390,16.10325],[50.66259,16.10007],[50.65791,16.09878],[50.65372,16.09509],[50.65269,16.09140],[50.65313,16.08926],[50.65193,16.08711],[50.64926,16.08685],[50.64703,16.08376],[50.64649,16.08050],[50.64311,16.07578],[50.64088,16.07097],[50.63990,16.06737],[50.63593,16.06539],[50.63304,16.06265],[50.62950,16.06102],[50.62455,16.05922],[50.62014,16.05844],[50.61807,16.05655],[50.61425,16.05887],[50.61142,16.05673],[50.61071,16.05510],[50.61246,16.05183],[50.61491,16.04256],[50.60265,16.02772],[50.59949,16.02531],[50.60047,16.01999],[50.60380,16.01613],[50.60652,16.01656],[50.60728,16.01089],[50.60565,16.00918],[50.60832,16.00025],[50.61120,15.99012],[50.61425,15.98677],[50.62226,15.99767],[50.62509,16.01003],[50.63005,16.02214],[50.63217,16.01999],[50.63364,16.01570],[50.63456,16.00918],[50.63701,16.00720],[50.63968,16.00780],[50.64294,16.00564],[50.64484,16.00160],[50.64865,16.00547],[50.65524,16.00452],[50.65861,16.00521],[50.66329,16.00143],[50.66726,16.00040],[50.66954,15.99894],[50.67270,15.99963],[50.67384,15.99414],[50.67886,15.98984],[50.68343,15.99190],[50.68528,15.98855],[50.69202,15.96769],[50.69191,15.95765],[50.69033,15.94924],[50.68740,15.94152],[50.68685,15.93173],[50.68571,15.92941],[50.68272,15.92958],[50.68136,15.92684],[50.68212,15.92452],[50.68500,15.91928],[50.68375,15.91757],[50.68120,15.90770],[50.67957,15.90435],[50.67576,15.88435],[50.67157,15.88418],[50.67217,15.87594],[50.67418,15.86727],[50.67451,15.86212],[50.68065,15.86392],[50.68556,15.86164],[50.68839,15.86026],[50.69421,15.85812],[50.69715,15.85769],[50.69948,15.85529],[50.70188,15.85293],[50.70841,15.85190],[50.70971,15.85027],[50.70977,15.84615],[50.71161,15.84675],[50.71275,15.84358],[50.71536,15.84126],[50.71819,15.83877],[50.72036,15.83482],[50.72237,15.83362],[50.72504,15.83053],[50.72699,15.83242],[50.72819,15.83079],[50.73074,15.83199],[50.73281,15.83259],[50.73485,15.83087],[50.73833,15.83173],[50.74365,15.83250],[50.74778,15.82306],[50.75087,15.81937],[50.75571,15.81663],[50.75538,15.80864],[50.75348,15.80306],[50.75261,15.79585],[50.75305,15.79113],[50.74724,15.78899],[50.74246,15.77920],[50.74267,15.77010],[50.74409,15.76599],[50.74398,15.75963],[50.73832,15.74203],[50.73653,15.73980],[50.73675,15.73448],[50.73957,15.72873],[50.73995,15.72289],[50.73898,15.71817],[50.73784,15.71491],[50.73784,15.71088],[50.73751,15.70470],[50.73990,15.69551],[50.74272,15.68959],[50.74788,15.68796],[50.75293,15.68444],[50.75532,15.67964],[50.75592,15.67491],[50.75739,15.66676],[50.75967,15.66204],[50.76021,15.65758],[50.75961,15.64848],[50.76124,15.64582],[50.76102,15.64238],[50.76575,15.62187],[50.77302,15.61715],[50.77460,15.60900],[50.77720,15.60213],[50.77715,15.59114],[50.77861,15.58814],[50.77910,15.57732],[50.77628,15.56462],[50.77711,15.55880],[50.77934,15.55451],[50.78097,15.54464],[50.78015,15.53735],[50.77728,15.52422],[50.78867,15.51289],[50.79128,15.51151],[50.78867,15.49452],[50.79062,15.48714],[50.79128,15.48121],[50.79681,15.47460],[50.79811,15.46937],[50.80115,15.46508],[50.80247,15.45607],[50.80437,15.45117],[50.80751,15.45074],[50.80811,15.44311],[50.80898,15.43976],[50.80816,15.43203],[50.80621,15.42508],[50.80339,15.42027],[50.79986,15.41830],[50.79737,15.41778],[50.79563,15.41487],[50.79283,15.41461],[50.79147,15.41238],[50.78756,15.40903],[50.78400,15.40377],[50.78231,15.40291],[50.77813,15.39493],[50.77678,15.39373],[50.77542,15.38498],[50.77830,15.38137],[50.77824,15.37416],[50.78166,15.37038],[50.78519,15.37433],[50.78725,15.37193],[50.78861,15.37408],[50.79631,15.37296],[50.80257,15.36646],[50.80512,15.36955],[50.80696,15.37530],[50.80913,15.37247],[50.81233,15.37522],[50.81477,15.37075],[50.81938,15.37324],[50.82128,15.37668],[50.82366,15.37281],[50.82925,15.37153],[50.83611,15.37014],[50.84386,15.36036],[50.84733,15.35847],[50.85172,15.35461],[50.85285,15.34834],[50.85741,15.33924],[50.85751,15.33160],[50.85925,15.32903],[50.85919,15.32628],[50.86071,15.32131],[50.86039,15.31538],[50.86212,15.30920],[50.87671,15.29242],[50.88239,15.28959],[50.89100,15.27723],[50.89403,15.27783],[50.89712,15.27551],[50.89961,15.27731],[50.90215,15.27620],[50.91259,15.27074],[50.91643,15.27151],[50.91925,15.26773],[50.92341,15.26902],[50.92547,15.27022],[50.93223,15.26859],[50.93575,15.27056],[50.93932,15.27880],[50.94132,15.27863],[50.94694,15.29134],[50.95132,15.29151],[50.95376,15.29331],[50.95976,15.28653],[50.96143,15.27700],[50.96349,15.27443],[50.97165,15.27777],[50.97365,15.27674],[50.97767,15.27619],[50.98005,15.27387],[50.97983,15.27061],[50.98042,15.26357],[50.98134,15.25868],[50.98134,15.24967],[50.98021,15.24881],[50.98248,15.24581],[50.98426,15.24314],[50.98604,15.24005],[50.98864,15.24409],[50.99026,15.24014],[50.99215,15.24023],[50.99480,15.23842],[50.99625,15.24263],[50.99766,15.24306],[50.99928,15.23654],[50.99804,15.23224],[50.99652,15.22812],[50.99539,15.21748],[50.99318,15.21448],[50.99199,15.20933],[50.99323,15.20675],[50.99278,15.20349],[50.99057,15.20108],[50.98905,15.19662],[50.98706,15.19662],[50.98403,15.19937],[50.98057,15.18967],[50.98295,15.18323],[50.98344,15.17945],[50.98527,15.17834],[50.98679,15.17250],[50.98846,15.17671],[50.99267,15.17739],[50.99386,15.17800],[50.99581,15.17636],[51.00342,15.17525],[51.01104,15.17508],[51.01567,15.17358],[51.02053,15.17229],[51.02020,15.16903],[51.01869,15.16817],[51.01621,15.15924],[51.01362,15.14440],[51.01254,15.14405],[51.01032,15.14045],[51.00832,15.14216],[51.00508,15.13985],[50.99995,15.13487],[50.99341,15.13246],[50.99309,15.14165],[50.99206,15.14156],[50.99206,15.13581],[50.99088,15.13006],[50.99179,15.12683],[50.99341,15.12322],[50.99331,15.11816],[50.99228,15.11353],[50.99217,15.10572],[50.99450,15.10185],[50.99720,15.10134],[51.00152,15.09808],[51.00527,15.10134],[51.00657,15.10675],[51.00949,15.10829],[51.01165,15.10460],[51.01343,15.09979],[51.01321,15.09439],[51.01386,15.08992],[51.01537,15.08477],[51.01397,15.08391],[51.01413,15.07773],[51.01661,15.07808],[51.01758,15.07567],[51.01856,15.07015],[51.02147,15.06818],[51.02315,15.06063],[51.02277,15.05745],[51.01273,15.05565],[51.01192,15.04647],[51.01273,15.03634],[51.01548,15.03428],[51.01737,15.03599],[51.02034,15.03351],[51.02190,15.03290],[51.02342,15.02715],[51.02342,15.02123],[51.02239,15.01574],[51.01624,15.01428],[51.01564,15.00896],[51.01073,14.99754],[51.00954,14.99617],[51.01148,14.99025],[51.01084,14.98527],[51.00808,14.98355],[51.00630,14.98321],[51.00122,14.97703],[50.98984,14.96725],[50.98746,14.97411],[50.97758,14.98879],[50.98141,14.99334],[50.98617,15.00630],[50.97844,15.01231],[50.97125,15.01505],[50.96974,15.01892],[50.96677,15.02123],[50.96715,15.01660],[50.96569,15.01583],[50.96282,15.01042],[50.95782,15.01036],[50.95046,15.01474],[50.94338,15.01225],[50.94003,15.01336],[50.93576,15.00693],[50.92856,15.00143],[50.92721,14.99500],[50.92158,14.98847],[50.91509,14.99458],[50.91309,14.99750],[50.90659,14.99776],[50.90611,15.00076],[50.90719,15.00523],[50.90519,15.00360],[50.90053,14.99570],[50.89441,14.99621],[50.89122,14.99312],[50.88997,14.99639],[50.88516,14.99853],[50.87757,15.00013],[50.87243,15.00202],[50.86912,15.00090],[50.87020,14.99489],[50.86939,14.98511],[50.86836,14.98167],[50.86804,14.97712],[50.86134,14.96070],[50.86319,14.95520],[50.86584,14.94568],[50.87034,14.93752],[50.87651,14.90147],[50.87619,14.89967],[50.86795,14.89693],[50.87191,14.88783],[50.87505,14.88259],[50.87749,14.87435],[50.87751,14.86695],[50.87041,14.86231],[50.86998,14.85682],[50.86927,14.85390],[50.87074,14.84635],[50.86933,14.84043],[50.87215,14.83425],[50.87334,14.83099],[50.87095,14.82335],[50.87025,14.82258],[50.86906,14.82412],[50.86624,14.82275],[50.86229,14.82026],[50.85947,14.82052],[50.85801,14.81785],[50.85676,14.81785],[50.85346,14.81219],[50.85058,14.80919],[50.84565,14.80678],[50.83644,14.80206],[50.83120,14.80209],[50.82962,14.80063],[50.82686,14.80029],[50.82437,14.80037],[50.82100,14.79514],[50.82052,14.79299],[50.82431,14.79290],[50.82388,14.78827],[50.82279,14.78389],[50.82073,14.77977],[50.81992,14.76673],[50.82138,14.76441],[50.82274,14.76458],[50.82263,14.76201],[50.82502,14.75900],[50.82475,14.74982],[50.82919,14.74784],[50.82968,14.74295],[50.82876,14.74063],[50.82946,14.73935],[50.82805,14.73737],[50.82534,14.73325],[50.82453,14.72793],[50.82274,14.72596],[50.82296,14.72184],[50.82388,14.71729],[50.82735,14.71643],[50.83179,14.71952],[50.83271,14.72081],[50.83472,14.71866],[50.83580,14.71591],[50.83765,14.71454],[50.83889,14.71128],[50.84101,14.70862],[50.83987,14.69841],[50.83944,14.69248],[50.83851,14.68956],[50.83960,14.68596],[50.84122,14.68502],[50.84144,14.68193],[50.84290,14.68132],[50.84664,14.67171],[50.84974,14.66400],[50.85023,14.66005],[50.84844,14.65138],[50.84915,14.64761],[50.85207,14.64340],[50.85186,14.63920],[50.85397,14.63636],[50.85619,14.62907],[50.85792,14.61937],[50.85966,14.62074],[50.86361,14.61928],[50.86573,14.61988],[50.86692,14.62280],[50.86979,14.62538],[50.87282,14.62555],[50.87975,14.62967],[50.88290,14.63272],[50.88989,14.63495],[50.89757,14.63641],[50.90088,14.64139],[50.90521,14.65357],[50.91901,14.65203],[50.92626,14.65288],[50.92907,14.65108],[50.93194,14.65056],[50.93156,14.64387],[50.92962,14.63674],[50.92577,14.62713],[50.92594,14.61631],[50.92220,14.61091],[50.92128,14.60207],[50.91708,14.59356],[50.91729,14.58875],[50.91535,14.58188],[50.91870,14.56420],[50.92563,14.56180],[50.92898,14.56575],[50.93634,14.57141],[50.94250,14.58377],[50.95332,14.58738],[50.96300,14.59733],[50.96646,14.59390],[50.96927,14.59768],[50.97576,14.59836],[50.97997,14.60111],[50.98138,14.59905],[50.98732,14.59922],[50.98764,14.59459],[50.99488,14.58154],[51.00082,14.57879],[51.00633,14.56746],[51.00925,14.56678],[51.01065,14.56489],[51.00785,14.55854],[51.00709,14.55287],[51.00407,14.53639],[51.00612,14.53313],[51.00882,14.53588],[51.00990,14.54051],[51.01238,14.54000],[51.01681,14.53210],[51.01940,14.52403],[51.02167,14.50017],[51.03290,14.50292],[51.04304,14.50979],[51.04704,14.50103],[51.04661,14.49760],[51.04456,14.49554],[51.04412,14.49056],[51.03290,14.49296],[51.02404,14.49245],[51.02599,14.47460],[51.02933,14.47700],[51.03182,14.46962],[51.03506,14.46653],[51.03570,14.45863],[51.03624,14.45073],[51.02566,14.43254],[51.02415,14.43056],[51.02210,14.42584],[51.01929,14.42061],[51.01897,14.41005],[51.02156,14.40447],[51.02269,14.39512],[51.02696,14.38559],[51.03117,14.38379],[51.03867,14.38344],[51.03981,14.37615],[51.03916,14.37374],[51.04223,14.36997],[51.04585,14.36164],[51.04304,14.35598],[51.04342,14.35117],[51.04132,14.34628],[51.03921,14.34413],[51.03927,14.33675],[51.04337,14.33169],[51.04747,14.32800],[51.05006,14.32671],[51.05551,14.31787],[51.05621,14.31461],[51.05529,14.30843],[51.05518,14.30190],[51.05179,14.29697],[51.04801,14.29500],[51.04639,14.29139],[51.03959,14.28848],[51.04002,14.27268],[51.03738,14.27337],[51.03630,14.27903],[51.03425,14.27998],[51.03160,14.28556],[51.02799,14.28582],[51.01932,14.27748],[51.01490,14.27997],[51.01144,14.27284],[51.00809,14.26503],[51.00901,14.25988],[51.00615,14.26057],[51.00280,14.26237],[50.99988,14.26769],[50.99869,14.26494],[50.99189,14.25773],[50.98740,14.25816],[50.98470,14.26263],[50.98308,14.27336],[50.98011,14.28031],[50.97800,14.28117],[50.97719,14.28563],[50.97762,14.28941],[50.97887,14.29868],[50.98162,14.30546],[50.98470,14.31335],[50.98481,14.31953],[50.98443,14.32382],[50.98227,14.32872],[50.98049,14.32606],[50.97729,14.32544],[50.97586,14.32715],[50.97440,14.32857],[50.97323,14.32767],[50.97218,14.32561],[50.97275,14.32359],[50.97237,14.31939],[50.97342,14.31690],[50.97267,14.31316],[50.96934,14.30952],[50.96810,14.30664],[50.96599,14.30269],[50.96513,14.30244],[50.96367,14.30441],[50.96044,14.31544],[50.95930,14.31681],[50.95790,14.31600],[50.95549,14.31020],[50.95417,14.31029],[50.95214,14.31462],[50.95095,14.32016],[50.94922,14.32707],[50.94900,14.33239],[50.94876,14.33509],[50.94949,14.33578],[50.94941,14.34024],[50.94838,14.34436],[50.94792,14.34687],[50.94633,14.34627],[50.94492,14.34871],[50.94470,14.35283],[50.94365,14.35820],[50.94246,14.36069],[50.94105,14.36013],[50.94127,14.36343],[50.94203,14.36721],[50.94200,14.36919],[50.93916,14.36884],[50.93889,14.37176],[50.93843,14.37206],[50.93792,14.37498],[50.93884,14.37609],[50.93878,14.37833],[50.93946,14.37906],[50.94051,14.38661],[50.94181,14.38755],[50.94013,14.38940],[50.93811,14.39167],[50.93619,14.39626],[50.93410,14.39815],[50.93286,14.40026],[50.93067,14.39897],[50.92921,14.39923],[50.92791,14.40047],[50.92683,14.39996],[50.92369,14.40154],[50.92345,14.39905],[50.92204,14.39536],[50.92071,14.39429],[50.92120,14.39227],[50.92047,14.39107],[50.91971,14.39159],[50.91892,14.39446],[50.91830,14.39193],[50.91914,14.38845],[50.91790,14.38815],[50.91679,14.38588],[50.91603,14.38532],[50.91389,14.38601],[50.91273,14.38566],[50.91018,14.38682],[50.90824,14.38815],[50.90412,14.38691],[50.90296,14.38573],[50.89999,14.38745],[50.89898,14.38440],[50.89958,14.38316],[50.89793,14.38028],[50.89855,14.37857],[50.89760,14.37621],[50.89850,14.37492],[50.89639,14.37427],[50.89777,14.36569],[50.89847,14.36140],[50.89991,14.35912],[50.89839,14.35595],[50.89980,14.35243],[50.90094,14.35243],[50.90104,14.34844],[50.89747,14.34814],[50.89517,14.34977],[50.89279,14.34839],[50.89292,14.34303],[50.89049,14.33685],[50.89089,14.33432],[50.88876,14.31685],[50.88426,14.30436],[50.88551,14.29488],[50.88580,14.29033],[50.88800,14.28891],[50.89290,14.28269],[50.89544,14.27180],[50.89555,14.26750],[50.88949,14.25536],[50.88686,14.24416],[50.88835,14.23476],[50.88739,14.23292],[50.88122,14.23652],[50.87396,14.23553],[50.85908,14.22335],[50.86011,14.22026],[50.86074,14.21987],[50.86025,14.21584],[50.85689,14.21069],[50.85434,14.20610],[50.85253,14.20395],[50.85147,14.20035],[50.85223,14.19477],[50.85012,14.19095],[50.84995,14.18528],[50.84814,14.17614],[50.84784,14.16121],[50.84310,14.15284],[50.84234,14.14687],[50.83396,14.13220],[50.83464,14.12659],[50.83241,14.11565],[50.83081,14.11414],[50.83008,14.11131],[50.83046,14.10753],[50.82859,14.10157],[50.82677,14.09981],[50.82645,14.09796],[50.82686,14.09539],[50.82640,14.09084],[50.82625,14.08879],[50.82414,14.08536],[50.82246,14.08351],[50.81874,14.07828],[50.81459,14.07729],[50.81294,14.07785],[50.81110,14.07206],[50.81139,14.07004],[50.81004,14.06163],[50.81194,14.05815],[50.81215,14.05455],[50.81015,14.04760],[50.81113,14.04095],[50.81001,14.03850],[50.80494,14.03429],[50.80424,14.03039],[50.80562,14.02726],[50.80855,14.02490],[50.81031,14.02009],[50.81150,14.01597],[50.81180,14.01146],[50.81083,14.00563],[50.81048,14.00328],[50.81241,14.00396],[50.81439,14.00375],[50.81612,13.99971],[50.81699,13.99868],[50.81799,13.99516],[50.82038,13.99040],[50.81930,13.99003],[50.81878,13.98788],[50.81642,13.98496],[50.81493,13.98088],[50.81409,13.97526],[50.81154,13.97101],[50.81119,13.96355],[50.81011,13.95874],[50.80881,13.95647],[50.80748,13.95334],[50.80547,13.95471],[50.80056,13.95561],[50.79885,13.95106],[50.79576,13.94608],[50.79435,13.94664],[50.79386,13.94552],[50.79226,13.94402],[50.79166,13.94076],[50.79020,13.93892],[50.79009,13.93192],[50.78922,13.93007],[50.78890,13.92729],[50.79004,13.91982],[50.78938,13.91733],[50.79126,13.91467],[50.79302,13.90604],[50.79440,13.90368],[50.79218,13.89733],[50.78854,13.89596],[50.78711,13.89694],[50.78575,13.89956],[50.78412,13.89918],[50.78241,13.89755],[50.78030,13.89433],[50.77373,13.89111],[50.77129,13.88716],[50.76841,13.88686],[50.76398,13.88785],[50.75259,13.90094],[50.74303,13.89493],[50.73934,13.87914],[50.74423,13.86798],[50.74206,13.86077],[50.72793,13.85648],[50.72576,13.84017],[50.72728,13.83468],[50.72522,13.82799],[50.72848,13.81305],[50.73326,13.80962],[50.73500,13.79674],[50.73445,13.79262],[50.73576,13.79005],[50.73663,13.77511],[50.73413,13.77082],[50.73641,13.75657],[50.72967,13.74826],[50.72924,13.74054],[50.73423,13.72784],[50.72543,13.70621],[50.72098,13.71170],[50.71880,13.70878],[50.71924,13.68887],[50.72533,13.68217],[50.73271,13.66518],[50.73000,13.64218],[50.72228,13.62295],[50.71620,13.62518],[50.71326,13.60767],[50.71076,13.60063],[50.71370,13.58759],[50.71554,13.55600],[50.70967,13.53832],[50.70696,13.53763],[50.70478,13.52442],[50.70032,13.52424],[50.69467,13.53180],[50.68804,13.53884],[50.67814,13.54227],[50.67401,13.53849],[50.66857,13.54004],[50.66867,13.52871],[50.66530,13.52459],[50.65591,13.51320],[50.65243,13.51234],[50.64938,13.51526],[50.64720,13.52384],[50.64024,13.52281],[50.63664,13.51646],[50.63370,13.49775],[50.62848,13.49466],[50.62292,13.49088],[50.61933,13.48144],[50.60343,13.46325],[50.60637,13.45810],[50.60876,13.44951],[50.61269,13.44162],[50.61181,13.42908],[50.61606,13.42788],[50.61824,13.42187],[50.61683,13.41690],[50.62194,13.41415],[50.62728,13.40900],[50.63534,13.40660],[50.64339,13.39252],[50.64786,13.39269],[50.64688,13.38102],[50.65123,13.37570],[50.65090,13.36900],[50.64198,13.37312],[50.62859,13.37398],[50.62380,13.36814],[50.61966,13.36746],[50.62020,13.35887],[50.61683,13.35870],[50.61628,13.35098],[50.61421,13.34257],[50.61334,13.33673],[50.60800,13.33398],[50.60931,13.32368],[50.60441,13.32489],[50.60146,13.31819],[50.59602,13.32248],[50.58977,13.32164],[50.58345,13.32335],[50.58138,13.31820],[50.57833,13.29125],[50.58432,13.28593],[50.59173,13.28421],[50.59260,13.27614],[50.59413,13.25898],[50.59609,13.25486],[50.59228,13.24662],[50.58694,13.24610],[50.58526,13.23780],[50.58069,13.23643],[50.57894,13.23162],[50.57120,13.23403],[50.56401,13.22132],[50.55648,13.22201],[50.55528,13.22562],[50.54961,13.22836],[50.54688,13.22150],[50.54143,13.22029],[50.53106,13.21017],[50.52514,13.20732],[50.52208,13.20681],[50.51662,13.19445],[50.51269,13.19411],[50.50407,13.19617],[50.50462,13.18707],[50.50385,13.17677],[50.50691,13.17230],[50.50876,13.15342],[50.50647,13.13694],[50.51259,13.14003],[50.51990,13.13402],[50.51706,13.12441],[50.50942,13.11308],[50.50320,13.10021],[50.50079,13.07789],[50.50134,13.06570],[50.50370,13.05560],[50.50839,13.05028],[50.51210,13.04324],[50.50981,13.03809],[50.51014,13.03037],[50.50370,13.03054],[50.49365,13.02608],[50.48207,13.01938],[50.46339,13.01749],[50.45235,13.02316],[50.44569,13.01664],[50.43836,13.00462],[50.43322,12.99312],[50.42218,12.98625],[50.41616,12.96943],[50.41452,12.94454],[50.40883,12.93990],[50.41266,12.93527],[50.41682,12.92342],[50.42491,12.91330],[50.42371,12.90488],[50.43355,12.88978],[50.44722,12.85236],[50.45421,12.83879],[50.46110,12.81768],[50.45148,12.81648],[50.44383,12.80532],[50.43760,12.80790],[50.44339,12.80137],[50.45093,12.79559],[50.43235,12.73207],[50.42382,12.73036],[50.41255,12.71010],[50.40446,12.70409],[50.39888,12.70615],[50.40544,12.69397],[50.41157,12.68143],[50.41736,12.67405],[50.41561,12.66530],[50.41190,12.65757],[50.41124,12.64315],[50.41474,12.63406],[50.41736,12.62221],[50.41540,12.61226],[50.40861,12.60436],[50.40679,12.59925],[50.40821,12.59135],[50.40766,12.57985],[50.40197,12.56784],[50.39956,12.55239],[50.40197,12.54398],[50.39967,12.54037],[50.40000,12.53247],[50.39781,12.50982],[50.39223,12.50947],[50.37351,12.48630],[50.36837,12.48647],[50.35917,12.48836],[50.35468,12.49059],[50.34953,12.48698],[50.34855,12.48149],[50.35556,12.46948],[50.35150,12.45815],[50.34931,12.45643],[50.34471,12.44390],[50.33595,12.43755],[50.33156,12.43291],[50.32806,12.43531],[50.32356,12.43137],[50.32510,12.42433],[50.32367,12.41815],[50.32576,12.41609],[50.32367,12.39961],[50.31962,12.39600],[50.31425,12.39892],[50.30975,12.39686],[50.30010,12.39978],[50.29002,12.39171],[50.28914,12.38021],[50.28475,12.36854],[50.27334,12.35910],[50.26972,12.35858],[50.26061,12.35017],[50.25249,12.34966],[50.24349,12.35601],[50.23811,12.34828],[50.24064,12.34176],[50.24316,12.33180],[50.24228,12.33094],[50.23789,12.33094],[50.23394,12.32682],[50.23394,12.33146],[50.22438,12.32871],[50.22065,12.33506],[50.21768,12.33403],[50.21900,12.32494],[50.21131,12.32648],[50.20769,12.32270],[50.20034,12.32579],[50.19990,12.33266],[50.19561,12.33369],[50.19309,12.33661],[50.18891,12.33661],[50.18715,12.33094],[50.18232,12.32339],[50.17660,12.32631],[50.17440,12.33318],[50.17264,12.33575],[50.17253,12.32820],[50.17242,12.31893],[50.17605,12.30417],[50.17528,12.29352],[50.17913,12.29181],[50.18616,12.29181],[50.19100,12.28425],[50.19517,12.27653],[50.20001,12.27824],[50.20265,12.29026],[50.20836,12.28872],[50.21166,12.28923],[50.20924,12.28185],[50.21517,12.28666],[50.22176,12.29490],[50.22374,12.28700],[50.22670,12.28683],[50.23439,12.27618],[50.23285,12.26812],[50.23593,12.26279],[50.23703,12.25816],[50.24164,12.25335],[50.24636,12.24031],[50.25097,12.24340],[50.25097,12.24855],[50.25404,12.24975],[50.24943,12.25782],[50.25031,12.26709],[50.25931,12.26640],[50.27083,12.25524],[50.27160,12.24872],[50.26831,12.24563],[50.27193,12.23121],[50.27094,12.21267],[50.27467,12.20203],[50.28915,12.20409],[50.29376,12.19711],[50.30735,12.20055],[50.30944,12.20123],[50.30790,12.19832],[50.31283,12.18836],[50.31700,12.18544],[50.32358,12.18510],[50.32259,12.16862],[50.32160,12.13978],[50.31853,12.12862],[50.31645,12.12502],[50.31722,12.11420],[50.32106,12.11609],[50.32358,12.10510],[50.31810,12.09961],[50.31415,12.10373],[50.31130,12.11660],[50.30670,12.12553],[50.29924,12.11781],[50.28948,12.12261],[50.28356,12.13532],[50.27928,12.13446],[50.27654,12.13944],[50.27193,12.12982],[50.26809,12.11884],[50.26919,12.11420],[50.26469,12.10631],[50.26238,12.09583],[50.25711,12.10133],[50.25228,12.08965],[50.24608,12.09515],[50.24531,12.10047],[50.24630,12.10442],[50.24278,12.10819],[50.23674,12.10871],[50.23751,12.11163],[50.23147,12.12725],[50.22917,12.14287],[50.22664,12.15626],[50.22137,12.15643],[50.21928,12.16141],[50.21412,12.15712],[50.20973,12.15901],[50.21170,12.16622],[50.21148,12.17548],[50.20379,12.17823],[50.20423,12.18390],[50.20281,12.18424],[50.19907,12.17909],[50.19874,12.18441],[50.19292,12.18905],[50.18830,12.20038],[50.17258,12.20741],[50.16848,12.20547],[50.16760,12.21405],[50.15902,12.21011],[50.15253,12.19998],[50.14131,12.19328],[50.13416,12.19483],[50.12194,12.19551],[50.11578,12.19929],[50.10884,12.19946],[50.10213,12.20873],[50.10114,12.21697],[50.10268,12.22298],[50.09982,12.22727],[50.09497,12.22693],[50.09288,12.23397],[50.09552,12.24324],[50.09123,12.24650],[50.08693,12.25165],[50.08142,12.26092],[50.07636,12.27173],[50.06964,12.26538],[50.06380,12.25937],[50.05829,12.25937],[50.05762,12.26178],[50.06093,12.26916],[50.05873,12.27362],[50.05355,12.28135],[50.05663,12.28581],[50.05807,12.29903],[50.05388,12.31121],[50.05156,12.31654],[50.04726,12.31585],[50.04341,12.31739],[50.03800,12.32392],[50.03227,12.32460],[50.03238,12.32924],[50.03448,12.33353],[50.03855,12.33799],[50.03580,12.34623],[50.03073,12.34967],[50.02499,12.35567],[50.02334,12.36237],[50.01628,12.36683],[50.01817,12.37609],[50.01189,12.37901],[50.01376,12.39995],[50.00891,12.39652],[50.00670,12.39755],[50.00416,12.40133],[49.99986,12.42536],[50.00107,12.42982],[49.99633,12.43326],[49.99114,12.42364],[49.98871,12.42897],[49.98397,12.43103],[49.98584,12.44201],[49.99214,12.45506],[49.99412,12.45901],[49.99125,12.46913],[49.99037,12.46725],[49.98066,12.47566],[49.98110,12.48836],[49.97227,12.49780],[49.96906,12.49282],[49.95813,12.48973],[49.95846,12.47720],[49.94687,12.46896],[49.93836,12.47428],[49.93482,12.47772],[49.93482,12.49317],[49.93217,12.49317],[49.92643,12.51325],[49.92687,12.52492],[49.92289,12.54312],[49.91703,12.54896],[49.90686,12.54947],[49.89669,12.54432],[49.89216,12.53831],[49.88950,12.53059],[49.88176,12.52115],[49.87590,12.51720],[49.86594,12.51737],[49.85940,12.51053],[49.85741,12.49766],[49.84678,12.49783],[49.83781,12.49800],[49.84224,12.48736],[49.84191,12.48118],[49.83571,12.47346],[49.83128,12.47157],[49.82497,12.47397],[49.81821,12.47294],[49.81190,12.46419],[49.80625,12.46556],[49.80104,12.46779],[49.79550,12.46384],[49.79151,12.46848],[49.79018,12.47459],[49.78575,12.46549],[49.76269,12.40421],[49.75903,12.40129],[49.75404,12.39940],[49.74761,12.40558],[49.74583,12.40352],[49.73951,12.40541],[49.73474,12.41038],[49.73108,12.41073],[49.72997,12.42360],[49.71787,12.42858],[49.71210,12.43356],[49.70322,12.44197],[49.70100,12.45416],[49.69656,12.46961],[49.69223,12.48368],[49.68661,12.48437],[49.68417,12.49725],[49.68672,12.51647],[49.68506,12.52145],[49.68084,12.52145],[49.67617,12.52145],[49.66651,12.52917],[49.66024,12.52152],[49.65324,12.52410],[49.64746,12.51706],[49.64268,12.51672],[49.64101,12.52599],[49.63767,12.52582],[49.63378,12.52101],[49.62822,12.52273],[49.62611,12.52770],[49.62644,12.53251],[49.62433,12.53251],[49.62311,12.52685],[49.61822,12.52788],[49.61699,12.53560],[49.62111,12.54607],[49.61977,12.56101],[49.61388,12.55500],[49.60954,12.56049],[49.60008,12.56324],[49.59605,12.56365],[49.58592,12.57515],[49.57980,12.57361],[49.56967,12.57000],[49.55820,12.57378],[49.55508,12.58047],[49.54573,12.58785],[49.54161,12.59335],[49.53804,12.58768],[49.52913,12.61120],[49.52501,12.62322],[49.52724,12.63060],[49.53091,12.63300],[49.53002,12.63764],[49.52311,12.64347],[49.51776,12.64210],[49.50937,12.64263],[49.50190,12.63799],[49.49309,12.64245],[49.48529,12.64297],[49.48284,12.63730],[49.47547,12.63215],[49.47481,12.63713],[49.46856,12.64022],[49.46800,12.64675],[49.45015,12.65705],[49.44691,12.65464],[49.43352,12.65499],[49.42849,12.67181],[49.42503,12.67988],[49.42403,12.70820],[49.41789,12.71301],[49.41319,12.71421],[49.40940,12.73292],[49.39409,12.75661],[49.38214,12.75970],[49.37476,12.75798],[49.36392,12.76811],[49.36302,12.77601],[49.35901,12.78062],[49.35387,12.77667],[49.34694,12.77839],[49.34213,12.79641],[49.33989,12.81564],[49.34045,12.83933],[49.34425,12.84533],[49.33743,12.85203],[49.33821,12.85632],[49.33173,12.87778],[49.33251,12.88945],[49.34123,12.88602],[49.34996,12.88035],[49.34873,12.90112],[49.34224,12.91743],[49.34414,12.92825],[49.34179,12.93666],[49.34280,12.94558],[49.33654,12.95640],[49.33419,12.97030],[49.32281,12.98786],[49.31743,12.99198],[49.31061,13.00349],[49.30492,13.00572],[49.30347,13.02803],[49.28791,13.03009],[49.27962,13.02563],[49.26416,13.03267],[49.26173,13.05617],[49.25210,13.05685],[49.24862,13.06424],[49.24593,13.07522],[49.24627,13.08192],[49.23394,13.08793],[49.22867,13.08518],[49.22475,13.09256],[49.22172,13.10561],[49.21679,13.11385],[49.20894,13.11110],[49.20344,13.10870],[49.19974,13.11350],[49.19615,13.12655],[49.19233,13.13479],[49.18470,13.14423],[49.17550,13.15677],[49.17169,13.17239],[49.16114,13.17651],[49.14407,13.16947],[49.11992,13.20809],[49.11318,13.24071],[49.11880,13.27006],[49.11936,13.28397],[49.10298,13.31306],[49.09062,13.33761],[49.08129,13.34619],[49.07623,13.35546],[49.06779,13.36353],[49.05632,13.37881],[49.05148,13.38774],[49.04844,13.39580],[49.04271,13.39151],[49.03877,13.39271],[49.03280,13.40061],[49.02290,13.40421],[49.01975,13.39992],[49.01130,13.40215],[49.00443,13.40713],[48.99396,13.40164],[48.98619,13.40198],[48.97875,13.41640],[48.97638,13.42361],[48.97177,13.42516],[48.96974,13.43237],[48.96467,13.44250],[48.96331,13.45108],[48.96151,13.46000],[48.95554,13.46533],[48.95091,13.48198],[48.94573,13.48593],[48.93987,13.49674],[48.94156,13.51030],[48.95249,13.50858],[48.96850,13.50910],[48.96838,13.51717],[48.97391,13.52901],[48.97255,13.53760],[48.96624,13.54463],[48.96624,13.55253],[48.96974,13.56300],[48.96489,13.57330],[48.96974,13.57776],[48.96838,13.58360],[48.96117,13.59012],[48.95644,13.58806],[48.95103,13.59012],[48.94111,13.60300],[48.93795,13.61261],[48.94392,13.60849],[48.94359,13.61639],[48.94776,13.62360],[48.94764,13.62926],[48.94314,13.62274],[48.93761,13.62205],[48.92949,13.62943],[48.92712,13.63510],[48.91629,13.63819],[48.91392,13.64162],[48.89313,13.65489],[48.89426,13.66142],[48.88974,13.66863],[48.88669,13.66760],[48.87947,13.67034],[48.87755,13.68270],[48.87789,13.69163],[48.88026,13.69953],[48.87947,13.70656],[48.87710,13.71789],[48.88274,13.72940],[48.88613,13.73077],[48.88500,13.73678],[48.87969,13.73643],[48.87461,13.74364],[48.86513,13.74879],[48.85598,13.74862],[48.85022,13.75635],[48.84299,13.75961],[48.83169,13.76539],[48.82932,13.77448],[48.83158,13.78169],[48.82887,13.78976],[48.82446,13.78530],[48.82197,13.79165],[48.81542,13.79766],[48.81440,13.79371],[48.79688,13.81465],[48.78093,13.80247],[48.77426,13.81191],[48.77064,13.82032],[48.77018,13.84023],[48.77165,13.84363],[48.76837,13.84826],[48.76984,13.85461],[48.76781,13.86835],[48.75898,13.88551],[48.75049,13.90199],[48.74121,13.91607],[48.73464,13.92242],[48.72038,13.94096],[48.72015,13.94560],[48.71879,13.95246],[48.71256,13.95504],[48.71109,13.97220],[48.70826,13.97838],[48.70894,13.98353],[48.70746,14.00499],[48.70384,14.00671],[48.69512,14.00980],[48.69115,14.01512],[48.68571,14.02490],[48.68344,14.02404],[48.67766,14.03228],[48.67472,14.04070],[48.67404,14.05065],[48.67098,14.05958],[48.65284,14.05215],[48.65590,14.04013],[48.65329,14.02382],[48.64683,14.02399],[48.64320,14.01678],[48.63923,14.00837],[48.63526,14.01816],[48.62845,14.02279],[48.62550,14.02897],[48.62811,14.04442],[48.62584,14.04683],[48.61983,14.04408],[48.61745,14.03962],[48.61121,14.04150],[48.60905,14.04923],[48.60337,14.05404],[48.60576,14.06090],[48.60474,14.06760],[48.59929,14.06519],[48.59429,14.06691],[48.59883,14.07275],[48.59849,14.09609],[48.59145,14.09506],[48.58771,14.11171],[48.58964,14.12236],[48.59599,14.13008],[48.59509,14.13592],[48.59270,14.14673],[48.59452,14.15343],[48.59145,14.15995],[48.58805,14.16321],[48.59111,14.17952],[48.59293,14.18192],[48.59168,14.19119],[48.58294,14.23114],[48.57771,14.23818],[48.57714,14.24711],[48.58078,14.25260],[48.57976,14.26942],[48.57567,14.27612],[48.57033,14.28522],[48.56454,14.30839],[48.56158,14.32161],[48.55431,14.32641],[48.55045,14.33191],[48.55295,14.33774],[48.55511,14.34530],[48.56090,14.34804],[48.56295,14.35405],[48.56919,14.35371],[48.57442,14.36040],[48.57317,14.36658],[48.56953,14.36813],[48.56829,14.37860],[48.57078,14.38787],[48.57839,14.39439],[48.58475,14.39268],[48.58373,14.38959],[48.59191,14.38735],[48.59304,14.39302],[48.59134,14.39765],[48.59225,14.40881],[48.59020,14.41705],[48.58759,14.42675],[48.58873,14.43121],[48.59895,14.43808],[48.60110,14.44306],[48.61767,14.45027],[48.62074,14.44786],[48.62482,14.45490],[48.62879,14.45456],[48.63764,14.44872],[48.64263,14.44460],[48.64377,14.45421],[48.64286,14.46125],[48.64558,14.46881],[48.64207,14.47378],[48.63776,14.47653],[48.63231,14.48752],[48.63016,14.49198],[48.62131,14.49335],[48.61711,14.50039],[48.61665,14.50571],[48.61904,14.51327],[48.61643,14.52099],[48.61325,14.52975],[48.61348,14.54245],[48.61030,14.54983],[48.60564,14.55034],[48.60417,14.55721],[48.60394,14.56425],[48.60825,14.56425],[48.60996,14.57180],[48.61552,14.58227],[48.61677,14.59257],[48.62698,14.60390],[48.62766,14.60716],[48.62618,14.61214],[48.62176,14.61592],[48.60439,14.62416],[48.60326,14.62965],[48.60360,14.63360],[48.60837,14.64424],[48.60701,14.64888],[48.60212,14.65437],[48.57998,14.66347],[48.58294,14.68424],[48.58180,14.70312],[48.58509,14.70759],[48.59372,14.71188],[48.60076,14.72098],[48.60371,14.72286],[48.61801,14.71497],[48.63866,14.72304],[48.65114,14.71857],[48.65023,14.71188],[48.67574,14.72441],[48.67971,14.72784],[48.68481,14.72698],[48.69648,14.73660],[48.70192,14.74432],[48.70328,14.75685],[48.70996,14.75788],[48.71076,14.77265],[48.71721,14.78758],[48.72918,14.79521],[48.73416,14.80997],[48.74729,14.80276],[48.75499,14.80636],[48.76585,14.81357],[48.77140,14.80808],[48.77445,14.81083],[48.77773,14.81100],[48.78113,14.82113],[48.78282,14.82525],[48.77943,14.82834],[48.78214,14.84482],[48.77875,14.84567],[48.77434,14.85923],[48.78045,14.86868],[48.77966,14.88086],[48.77570,14.88516],[48.77140,14.88430],[48.76913,14.88859],[48.77151,14.89511],[48.76461,14.90816],[48.76891,14.91743],[48.75963,14.94249],[48.76121,14.94798],[48.75748,14.95743],[48.76936,14.97596],[48.77479,14.98232],[48.78033,14.98026],[48.78542,14.97081],[48.78746,14.95949],[48.79051,14.95640],[48.79605,14.95416],[48.80454,14.96052],[48.80872,14.95863],[48.81765,14.96277],[48.82386,14.97049],[48.83573,14.96929],[48.84127,14.97444],[48.84194,14.98680],[48.84635,14.98560],[48.86126,14.97410],[48.87391,14.97444],[48.87436,14.98697],[48.89061,14.98457],[48.89050,14.99126],[48.89648,14.99143],[48.90473,14.99514],[48.91038,14.99188],[48.91737,14.99068],[48.92211,14.98690],[48.92730,14.98467],[48.92921,14.98141],[48.93361,14.98519],[48.93722,14.98845],[48.94286,14.98570],[48.94556,14.98021],[48.95458,14.97729],[48.97014,14.97781],[48.98321,14.98313],[48.98715,14.98982],[48.99143,14.99823],[48.99943,14.99926],[49.00382,15.00235],[49.00979,14.99326],[49.01361,14.99635],[49.01125,15.00287],[49.01508,15.01574],[49.01913,15.02106],[49.01440,15.02948],[49.01125,15.03926],[49.01361,15.05145],[49.01418,15.05746],[49.00945,15.06553],[49.00359,15.06329],[48.99807,15.06535],[48.99774,15.07428],[48.99646,15.09110],[48.99218,15.10381],[48.99905,15.10930],[48.99713,15.12046],[48.99725,15.13093],[48.99680,15.13968],[48.99331,15.15410],[48.98790,15.15754],[48.98373,15.15101],[48.97810,15.15016],[48.97720,15.16269],[48.97032,15.15908],[48.96627,15.16784],[48.95995,15.16784],[48.95714,15.16046],[48.94485,15.15410],[48.94428,15.15754],[48.94079,15.15822],[48.94248,15.16595],[48.94338,15.17230],[48.94643,15.17693],[48.94259,15.18895],[48.94519,15.19359],[48.95161,15.20183],[48.95680,15.21470],[48.95894,15.22431],[48.95736,15.23976],[48.95883,15.24285],[48.95691,15.25281],[48.95240,15.26294],[48.95860,15.26397],[48.95657,15.26843],[48.96491,15.26740],[48.96705,15.27495],[48.97517,15.28027],[48.98182,15.28255],[48.98587,15.27688],[48.99432,15.27774],[48.99116,15.28873],[48.98688,15.29216],[48.98384,15.29096],[48.97934,15.29834],[48.97776,15.30658],[48.98046,15.31241],[48.97517,15.32151],[48.97967,15.32821],[48.98350,15.33216],[48.98294,15.34383],[48.98396,15.35001],[48.98125,15.35876],[48.98091,15.36752],[48.97607,15.37507],[48.97066,15.38829],[48.96536,15.39172],[48.96232,15.40288],[48.95409,15.41507],[48.95037,15.42708],[48.94922,15.44814],[48.94415,15.45621],[48.95080,15.46616],[48.94404,15.47458],[48.94167,15.48556],[48.93704,15.49878],[48.93017,15.50342],[48.92611,15.50187],[48.91550,15.50942],[48.91212,15.51852],[48.90490,15.55165],[48.90084,15.56521],[48.89508,15.57671],[48.89632,15.60283],[48.89531,15.61089],[48.89700,15.61141],[48.89587,15.61776],[48.89113,15.62360],[48.88628,15.62549],[48.88289,15.63476],[48.88628,15.63922],[48.88255,15.65192],[48.87894,15.65810],[48.87183,15.66617],[48.86403,15.67664],[48.86110,15.68128],[48.85579,15.68728],[48.85455,15.69192],[48.85602,15.69655],[48.85929,15.70308],[48.85907,15.71286],[48.85726,15.71338],[48.85455,15.73003],[48.85150,15.75355],[48.85692,15.76299],[48.86618,15.77449],[48.87386,15.77929],[48.87295,15.79577],[48.87092,15.80822],[48.87284,15.81766],[48.86979,15.82951],[48.87612,15.83826],[48.87533,15.84376],[48.87115,15.84307],[48.86810,15.85079],[48.86358,15.84341],[48.86076,15.83895],[48.85715,15.84427],[48.85545,15.85972],[48.85184,15.86212],[48.85443,15.87877],[48.84562,15.87929],[48.84020,15.88410],[48.83297,15.89525],[48.83647,15.91585],[48.83173,15.92804],[48.82303,15.92221],[48.81760,15.93765],[48.82223,15.94521],[48.82087,15.95860],[48.81353,15.94985],[48.80222,15.94864],[48.79679,15.95980],[48.79634,15.96547],[48.78741,15.98109],[48.77700,15.99431],[48.77225,16.01456],[48.75912,16.05439],[48.74826,16.07979],[48.74418,16.11207],[48.74509,16.12133],[48.74158,16.14399],[48.74362,16.14691],[48.74305,16.15120],[48.74815,16.15601],[48.74475,16.17575],[48.74056,16.21541],[48.73920,16.25094],[48.73637,16.26656],[48.74090,16.26931],[48.73954,16.28201],[48.73728,16.29540],[48.73932,16.30227],[48.73715,16.30580],[48.73262,16.31027],[48.73024,16.32709],[48.73205,16.33876],[48.74383,16.34220],[48.73998,16.34649],[48.74055,16.34992],[48.73726,16.35507],[48.73330,16.34958],[48.72798,16.36056],[48.72639,16.36262],[48.72934,16.37430],[48.72753,16.37893],[48.73183,16.38580],[48.73715,16.39129],[48.73590,16.39455],[48.73953,16.40279],[48.74451,16.41275],[48.75141,16.41429],[48.75933,16.42202],[48.76556,16.43695],[48.77563,16.44142],[48.77778,16.43713],[48.78603,16.44434],[48.79130,16.44872],[48.79854,16.44923],[48.80385,16.46331],[48.80905,16.46382],[48.80351,16.47395],[48.80046,16.48151],[48.80182,16.51670],[48.79775,16.51858],[48.80306,16.52854],[48.81143,16.53781],[48.81346,16.54056],[48.80589,16.55034],[48.79684,16.56201],[48.79243,16.56493],[48.79209,16.57798],[48.78564,16.59446],[48.78180,16.59223],[48.77942,16.61317],[48.77933,16.63075],[48.78556,16.63573],[48.78488,16.64826],[48.78262,16.65461],[48.78069,16.66268],[48.77470,16.66354],[48.77085,16.67435],[48.75059,16.67950],[48.74143,16.67212],[48.73735,16.67401],[48.73226,16.67950],[48.72727,16.68174],[48.72841,16.68895],[48.73531,16.69959],[48.73486,16.70714],[48.73746,16.71298],[48.73701,16.72774],[48.73339,16.72654],[48.73237,16.73272],[48.72931,16.73444],[48.72988,16.74096],[48.73158,16.74645],[48.72206,16.75315],[48.71753,16.75486],[48.71618,16.76225],[48.71719,16.76430],[48.71198,16.77254],[48.71221,16.77941],[48.71278,16.78971],[48.70485,16.80040],[48.70904,16.80744],[48.71176,16.80658],[48.70949,16.82117],[48.71142,16.83062],[48.71561,16.83456],[48.71063,16.84109],[48.71221,16.87078],[48.71606,16.87439],[48.72127,16.87834],[48.71493,16.88675],[48.71584,16.90220],[48.71142,16.90203],[48.70632,16.90666],[48.70372,16.90718],[48.70077,16.91627],[48.69114,16.91490],[48.68128,16.90992],[48.67573,16.90907],[48.67187,16.91387],[48.67074,16.92177],[48.66609,16.91816],[48.66076,16.92091],[48.65611,16.92039],[48.65418,16.91782],[48.64659,16.92005],[48.64374,16.91980],[48.64193,16.92701],[48.63807,16.92701],[48.63456,16.92426],[48.62661,16.91894],[48.62139,16.91894],[48.61856,16.92718],[48.61606,16.93868],[48.61924,16.94452],[48.62253,16.95774],[48.62843,16.96031],[48.63421,16.96529],[48.63909,16.96443],[48.64703,16.97164],[48.65554,16.96838],[48.66801,16.96924],[48.67515,16.97902],[48.68252,16.98248],[48.68739,16.99312],[48.69544,17.00170],[48.70529,16.99810],[48.71175,17.00479],[48.71843,17.01423],[48.72783,17.01595],[48.73904,17.02831],[48.74776,17.03123],[48.75285,17.04204],[48.76302,17.04351],[48.76789,17.05209],[48.77196,17.06325],[48.77920,17.07200],[48.78327,17.08677],[48.79051,17.09260],[48.79651,17.09175],[48.80442,17.10479],[48.81686,17.10891],[48.82251,17.10548],[48.83035,17.11149],[48.83543,17.12539],[48.84176,17.14359],[48.84391,17.15543],[48.85227,17.16230],[48.85690,17.17397],[48.86740,17.18530],[48.87496,17.19406],[48.87700,17.20092],[48.87000,17.21723],[48.87056,17.22633],[48.86627,17.23543],[48.86717,17.24487],[48.86029,17.25500],[48.85972,17.26907],[48.85904,17.27869],[48.85340,17.28177],[48.84707,17.29894],[48.84244,17.30649],[48.84404,17.32054],[48.83635,17.32295],[48.82822,17.33411],[48.82505,17.34612],[48.81827,17.35608],[48.81239,17.36157],[48.81861,17.37874],[48.81228,17.39779],[48.82110,17.40723],[48.82833,17.41908],[48.82392,17.43350],[48.83918,17.43607],[48.83669,17.44500],[48.84573,17.45290],[48.84008,17.47796],[48.81863,17.50928],[48.81162,17.52061],[48.81151,17.53143],[48.81784,17.54001],[48.81558,17.54876],[48.82349,17.55838],[48.82586,17.56353],[48.82213,17.57572],[48.82575,17.59305],[48.82971,17.59820],[48.83988,17.60164],[48.84180,17.62224],[48.84629,17.62314],[48.85227,17.63000],[48.85385,17.63550],[48.85385,17.64786],[48.85487,17.65575],[48.85374,17.66760],[48.86029,17.68356],[48.86210,17.69060],[48.85950,17.70588],[48.86876,17.71686],[48.87610,17.72407],[48.87779,17.73248],[48.88637,17.74175],[48.88931,17.74364],[48.89055,17.74742],[48.90026,17.75308],[48.90861,17.76579],[48.91257,17.77626],[48.91697,17.78364],[48.92464,17.78450],[48.92509,17.81643],[48.92690,17.81832],[48.92600,17.84321],[48.92679,17.84904],[48.92430,17.86037],[48.92216,17.87016],[48.92588,17.87857],[48.92791,17.88646],[48.94505,17.89058],[48.95125,17.89719],[48.96388,17.90440],[48.96996,17.90114],[48.97729,17.90268],[48.98562,17.90543],[48.99238,17.91436],[49.00061,17.91539],[49.00894,17.91367],[49.01581,17.92174],[49.02110,17.93032],[49.02331,17.94816],[49.02444,17.95503],[49.02286,17.97443],[49.02253,17.98301],[49.02680,17.98764],[49.02658,17.99503],[49.02309,18.00018],[49.02027,18.01047],[49.02095,18.02610],[49.02714,18.03142],[49.02512,18.03691],[49.03041,18.05150],[49.02692,18.05785],[49.03164,18.05734],[49.03446,18.06489],[49.03885,18.07262],[49.04200,18.07674],[49.04616,18.08309],[49.05289,18.08483],[49.05807,18.09702],[49.06369,18.09204],[49.06797,18.09307],[49.06651,18.09685],[49.08652,18.11212],[49.09091,18.11779],[49.11394,18.11127],[49.11798,18.11522],[49.11697,18.12277],[49.12584,18.11814],[49.13045,18.11058],[49.13494,18.10818],[49.14112,18.11419],[49.14359,18.11951],[49.15212,18.11848],[49.15516,18.12998],[49.16032,18.13445],[49.16111,18.13788],[49.16930,18.13015],[49.18916,18.13221],[49.19681,18.14339],[49.20421,18.14717],[49.20466,18.15026],[49.21419,18.14889],[49.21576,18.15524],[49.22025,18.15404],[49.23045,18.15816],[49.23090,18.15232],[49.22967,18.14597],[49.23572,18.14820],[49.24681,18.14803],[49.25152,18.15215],[49.25443,18.16279],[49.26127,18.16365],[49.26261,18.17378],[49.26754,18.18064],[49.27045,18.18614],[49.27930,18.18511],[49.28098,18.18665],[49.28669,18.18494],[49.28915,18.19197],[49.28949,18.19815],[49.29240,18.20279],[49.29128,18.20880],[49.29296,18.21429],[49.29240,18.21824],[49.29453,18.22253],[49.29352,18.22820],[49.29397,18.23781],[49.29475,18.24948],[49.29845,18.26630],[49.30102,18.27163],[49.30270,18.28536],[49.30595,18.30510],[49.31031,18.30235],[49.31311,18.32106],[49.31781,18.32845],[49.32419,18.36604],[49.32871,18.37897],[49.34258,18.39047],[49.34750,18.39631],[49.35019,18.40558],[49.35589,18.39940],[49.35992,18.40936],[49.36752,18.41811],[49.38216,18.41159],[49.39798,18.40678],[49.39854,18.41142],[49.39463,18.42189],[49.39128,18.43854],[49.39295,18.45193],[49.39798,18.45210],[49.40345,18.46120],[49.40781,18.47630],[49.41339,18.48025],[49.41753,18.47905],[49.42579,18.48712],[49.42903,18.49673],[49.43349,18.49261],[49.43584,18.50240],[49.44175,18.50789],[49.44678,18.51699],[49.44887,18.52430],[49.45569,18.52551],[49.45837,18.53443],[49.46294,18.53632],[49.46595,18.55040],[49.47097,18.54817],[49.47454,18.54422],[49.48146,18.54044],[49.48302,18.53684],[49.48960,18.53632],[49.49317,18.54336],[49.49986,18.54799],[49.50354,18.55744],[49.50733,18.57237],[49.50554,18.58404],[49.50944,18.59726],[49.50577,18.60018],[49.49774,18.60121],[49.49573,18.60722],[49.49439,18.61769],[49.49785,18.63211],[49.49529,18.64052],[49.50008,18.64275],[49.50030,18.65065],[49.50209,18.66524],[49.50655,18.67502],[49.50420,18.68395],[49.49919,18.68790],[49.49852,18.69751],[49.50153,18.70592],[49.50119,18.71142],[49.49807,18.71983],[49.49473,18.72635],[49.48871,18.73648],[49.48815,18.74918],[49.48837,18.75742],[49.49250,18.76343],[49.49841,18.77064],[49.50565,18.78197],[49.50833,18.79210],[49.50900,18.80137],[49.51491,18.80995],[49.51602,18.81888],[49.51412,18.84308]], // Germany - DE_BB: [[53.501068115234432,13.879508018493709],[53.49908447265625,13.87927341461176],[53.49908447265625,13.876530647278003],[53.49914932251005,13.873099327087516],[53.48435211181652,13.872018814087028],[53.484111785888672,13.884504318237418],[53.476840972900504,13.877718925476131],[53.475318908691463,13.877610206604004],[53.473140716552962,13.877449989319075],[53.471336364746321,13.880273818969897],[53.465511322021712,13.889409065246639],[53.457759857178019,13.907619476318359],[53.457641601562614,13.913870811462459],[53.453941345214901,13.91359901428234],[53.450119018554688,13.919580459594727],[53.442958831787109,13.906529426574934],[53.442584991455078,13.907113075256291],[53.439151763916016,13.91249942779541],[53.438327789306584,13.912437438964787],[53.435451507568473,13.912218093872127],[53.434440612792969,13.910381317138956],[53.431869506835994,13.905699729919547],[53.431987762451286,13.899699211120719],[53.428283691406364,13.905517578125284],[53.424499511718693,13.905274391174316],[53.421760559082088,13.913577079773006],[53.420539855957202,13.917368888855037],[53.424587249755803,13.928463935852278],[53.427673339843807,13.936708450317326],[53.427490234375114,13.942870140075968],[53.429275512695312,13.943073272705249],[53.431148529052791,13.943284988403377],[53.431274414062727,13.943299293518351],[53.430725097656307,13.96832370758068],[53.433647155761662,13.979425430297795],[53.434101104736442,13.981119155883903],[53.433891296386889,13.991011619568042],[53.433700561523608,13.999980926513729],[53.429882049560661,14.005979537964151],[53.429878234863281,14.006089210510368],[53.429821014404354,14.008724212646484],[53.429450988769474,14.024909973144815],[53.429008483886776,14.043899536132812],[53.421482086181754,14.049630165100098],[53.414112091064453,14.049038887023983],[53.410270690918026,14.055069923401163],[53.412712097167969,14.064371109008789],[53.413669586181754,14.068019866943359],[53.413398742675895,14.080659866333292],[53.419521331787166,14.092071533203239],[53.420501708984375,14.093898773193473],[53.420417785644588,14.097742080688477],[53.420291900634822,14.106546401977766],[53.426445007324219,14.107046127319393],[53.427600860595817,14.107138633727971],[53.434028625488224,14.113286018371809],[53.442024230957315,14.121042251587141],[53.44207763671875,14.121093749999943],[53.43829345703125,14.1270751953125],[53.43811416626005,14.133210182190169],[53.438110351562557,14.13332939147972],[53.439769744873274,14.136424064636174],[53.441654205322322,14.139965057373274],[53.441711425781421,14.14007472991949],[53.437927246093807,14.146119117736987],[53.426330566406307,14.170472145080851],[53.422302246093977,14.18292331695551],[53.421875000000171,14.2081298828125],[53.42529296875,14.214720726013127],[53.427104949951172,14.214897155762003],[53.428997039794922,14.215081214904842],[53.436080932617301,14.228329658508358],[53.43443679809576,14.229587554931641],[53.428581237793026,14.234070777893066],[53.428451538086051,14.240408897399959],[53.420951843261776,14.246148109436092],[53.413711547851619,14.239208221435831],[53.406341552734489,14.244851112366007],[53.406211853027344,14.244949340820312],[53.397480010986442,14.244242668151855],[53.384101867675781,14.243160247802962],[53.378078460693359,14.239173889160327],[53.373161315918082,14.235918998718319],[53.372398376464957,14.235857963562012],[53.369480133056641,14.235617637634334],[53.365909576416016,14.228979110717887],[53.358669281005916,14.222050666809139],[53.349617004394588,14.215001106262491],[53.340480804443303,14.207889556884822],[53.33841705322277,14.204046249389819],[53.336914062500114,14.201294898986816],[53.334705352783317,14.192889213561955],[53.333488464355582,14.188299179077205],[53.322669982910156,14.174750328064192],[53.320442199707088,14.174567222595442],[53.319091796875057,14.174498558044604],[53.318988800048828,14.174450874328784],[53.308311462402457,14.154569625854776],[53.308288574218864,14.154479026794604],[53.304870605468864,14.141722679138184],[53.295387268066406,14.127415657043514],[53.286972045898381,14.114839553832951],[53.280082702636832,14.108256340026855],[53.272480010986555,14.100990295410213],[53.261421203613224,14.100090026855582],[53.260860443115462,14.125409126281681],[53.267017364502067,14.142645835876635],[53.267848968505859,14.144984245300407],[53.267642974853516,14.154932022094897],[53.267272949218864,14.170287132263127],[53.263488769531364,14.176330566406307],[53.263488769531364,14.177425384521598],[53.263381958007812,14.182628631591967],[53.259571075439567,14.188668251037768],[53.259723663330135,14.188722610473633],[53.263256072998047,14.189083099365178],[53.263011932373161,14.201618194580135],[53.255378723144531,14.213690757751522],[53.255271911621207,14.220010757446289],[53.255310058593693,14.22008228302002],[53.255645751953239,14.220710754394531],[53.258831024170036,14.226650238037223],[53.258251190185831,14.258330345153865],[53.261718750000227,14.271309852600325],[53.262439727783317,14.271059036254826],[53.276672363281193,14.26629638671875],[53.280090332031534,14.27911281585699],[53.283359527588118,14.288326263427734],[53.287109375000114,14.29889011383051],[53.287109375000114,14.299500465393066],[53.287109375000114,14.305113792419547],[53.294395446777628,14.305715560913086],[53.294494628906307,14.305725097656193],[53.301639556884822,14.318984985351619],[53.30169677734375,14.319091796875171],[53.312622070312557,14.319879531860295],[53.312198638916129,14.351510047912711],[53.312828063965071,14.351563453674316],[53.315917968750114,14.351929664611987],[53.315818786621094,14.35709190368658],[53.315731048584155,14.364448547363395],[53.317237854003963,14.364576339721964],[53.319412231445312,14.364759445190714],[53.319347381591797,14.36916732788103],[53.319320678711165,14.371069908142374],[53.318527221679744,14.372331619262638],[53.315673828125057,14.377075195312671],[53.315494537353459,14.383360862732104],[53.324508666992301,14.384136199951229],[53.32647705078125,14.384305000305176],[53.32647705078125,14.389954566955794],[53.326469421386719,14.390620231628702],[53.326801300048828,14.391841888427678],[53.330078124999943,14.403504371643123],[53.331260681152344,14.403642654419116],[53.333679199218864,14.403929710388127],[53.333679199218864,14.40667724609375],[53.333679199218864,14.41009521484375],[53.332344055175895,14.411911964416561],[53.331554412841797,14.413069725036735],[53.330924987793026,14.41398811340332],[53.33050537109375,14.414671897888184],[53.329795837402571,14.415765762329158],[53.3297119140625,14.415769577026367],[53.325630187988338,14.420248985290584],[53.31955718994152,14.417667388916243],[53.311260223388786,14.414135932922647],[53.303710937500114,14.419494628906477],[53.303623199463004,14.419489860534838],[53.302940368652457,14.41945838928217],[53.299926757812784,14.419311523437557],[53.288696289062443,14.424317359924373],[53.277912139892521,14.423279762268066],[53.277961730957145,14.424274444580021],[53.278209686279524,14.429191589355469],[53.278579711914006,14.436668395996151],[53.278114318847884,14.436729431152457],[53.276950836181754,14.436886787414494],[53.276840209961051,14.439289093017862],[53.276699066162166,14.441827774047852],[53.276569366455192,14.444129943847713],[53.274723052978686,14.444113731384334],[53.274475097656307,14.444110870361271],[53.274467468261776,14.444743156433333],[53.272144317627067,14.445050239563102],[53.270359039306697,14.44528961181669],[53.269985198974666,14.445340156555176],[53.265502929687557,14.445937156677246],[53.265686035156307,14.449095726013468],[53.262203216552791,14.448936462402457],[53.261638641357479,14.448929786682186],[53.261413574218693,14.448610305786246],[53.261100769042969,14.448159217834529],[53.260055541992301,14.446660041809082],[53.258125305175895,14.446916580200138],[53.2565345764163,14.447080612182617],[53.256530761718807,14.446975708007869],[53.256385803222713,14.444084167480696],[53.256168365478459,14.43971252441429],[53.25189208984375,14.440307617187557],[53.25186920166027,14.440228462219295],[53.251682281494197,14.440253257751692],[53.251655578613395,14.439689636230469],[53.251457214355582,14.435729026794718],[53.251312255859318,14.432782173156795],[53.248542785644759,14.433151245117358],[53.246829986572209,14.433379173279036],[53.245128631591797,14.433607101440714],[53.242492675781364,14.434081077575854],[53.242485046386832,14.433958053588924],[53.242347717285099,14.433976173400879],[53.241973876953125,14.426505088806152],[53.237483978271428,14.427116394043196],[53.236469268798942,14.425288200378645],[53.230388641357536,14.419532775878963],[53.229301452636776,14.418504714965763],[53.229190826416243,14.418400764465503],[53.226547241210938,14.413532257080362],[53.223297119140625,14.413965225219727],[53.223178863525334,14.411638259887638],[53.222957611084098,14.407189369201774],[53.222900390625,14.406500816345442],[53.22135162353527,14.406708717346191],[53.218505859374943,14.407105445862044],[53.214111328124943,14.407715797424373],[53.213958740234375,14.407697677612418],[53.213588714599723,14.400341033935604],[53.213584899902344,14.400234222412053],[53.209102630615234,14.400839805603312],[53.209003448486442,14.399126052856673],[53.208679199218977,14.393493652343921],[53.208625793457031,14.391340255737475],[53.208358764648551,14.385956764221248],[53.207702636718807,14.385995864868221],[53.207702636718807,14.385718345642147],[53.207702636718807,14.385499000549487],[53.206924438476562,14.383995056152344],[53.206058502197436,14.382406234741211],[53.204158782958984,14.378918647766284],[53.202781677246321,14.37878513336193],[53.202255249023551,14.378741264343489],[53.194519042968921,14.37811183929449],[53.189270019531364,14.377500534057674],[53.18814849853527,14.375331878662337],[53.187271118164233,14.373724937439022],[53.185302734375114,14.374085426330566],[53.180725097656364,14.374695777893294],[53.180721282959041,14.37459754943859],[53.180644989013615,14.373339653015307],[53.180500030517749,14.370427131652889],[53.180480957031307,14.370053291320858],[53.180332183837947,14.367140769958667],[53.180027008056754,14.367181777954045],[53.175849914550838,14.367744445800952],[53.171367645263729,14.368346214294661],[53.170379638671989,14.368480682373104],[53.166885375976619,14.368949890136946],[53.16240310668951,14.369551658630655],[53.157920837402401,14.370156288147029],[53.157928466796932,14.370297431945914],[53.157993316650561,14.371601104736442],[53.158325195312727,14.376097679138354],[53.158325195312727,14.377685546875],[53.156677246093864,14.377929687500057],[53.149719238281307,14.38568115234375],[53.149719238281307,14.386292457580566],[53.14910888671875,14.386473655700911],[53.14532470703125,14.386902809143294],[53.140686035156193,14.387511253357047],[53.140075683593864,14.387696266174373],[53.136291503906193,14.388121604919604],[53.136081695556697,14.384592056274414],[53.135887145996207,14.380682945251635],[53.131397247314567,14.381218910217342],[53.126914978027457,14.381819725036792],[53.122432708740348,14.38242244720459],[53.119575500488281,14.382804870605639],[53.118839263915959,14.382903099060343],[53.117950439453239,14.383022308349894],[53.117938995361499,14.382816314697322],[53.115066528320426,14.382534027099609],[53.114818572998331,14.382509231567383],[53.112518310546875,14.378285408020304],[53.11151123046875,14.37652587890625],[53.10870361328125,14.37689304351801],[53.108695983886719,14.376765251159838],[53.108539581298771,14.374451637268066],[53.108341217041129,14.371468544006404],[53.1082763671875,14.370484352112044],[53.1082763671875,14.370162963867301],[53.108234405517635,14.369338035583553],[53.107704162597656,14.369403839111328],[53.103752136230526,14.369932174682731],[53.10343170166027,14.369976043701172],[53.100257873535156,14.37040233612089],[53.099655151367472,14.370484352112044],[53.099269866943416,14.37053394317644],[53.097740173339957,14.37272930145275],[53.09649658203125,14.374510765075968],[53.095371246338004,14.37252616882347],[53.094665527343864,14.371286392212141],[53.094596862793026,14.371161460876465],[53.090301513671989,14.371738433837947],[53.090099334716797,14.367747306824015],[53.089927673340128,14.364294052124023],[53.085445404053019,14.364897727966309],[53.081115722656364,14.365479469299487],[53.080978393554631,14.365496635436955],[53.07872390747076,14.365794181823787],[53.076477050781307,14.366089820861816],[53.076343536376953,14.363464355469034],[53.076179504394645,14.360212326049918],[53.076107025146598,14.358704566955623],[53.072059631347656,14.359266281127873],[53.071716308593807,14.359313964843693],[53.070678710937443,14.359496116638127],[53.06707763671875,14.35992527008051],[53.06707763671875,14.359313964843693],[53.066345214843921,14.357914924621525],[53.063579559326342,14.352854728699015],[53.061351776123274,14.348777770996378],[53.059997558593693,14.346302032470703],[53.052917480468864,14.345703125000057],[53.052913665771484,14.345590591430948],[53.052566528320256,14.339491844177417],[53.049499511718864,14.33990478515625],[53.048095703125227,14.340086936950684],[53.048088073730696,14.339963912964151],[53.048000335693587,14.338535308837947],[53.047924041748047,14.337017059326229],[53.045471191406364,14.332519531250227],[53.04571533203125,14.326476097107047],[53.045627593994141,14.326469421387003],[53.041870117187614,14.326111793518351],[53.042007446289119,14.322565078735295],[53.0421142578125,14.31988525390625],[53.041725158691406,14.319198608398494],[53.041305541992131,14.318424224853686],[53.038082122802962,14.318859100341797],[53.03797531127924,14.318875312805176],[53.037677764892635,14.313103675842342],[53.037647247314453,14.312491416931209],[53.037597656250227,14.311546325683651],[53.036849975585994,14.311677932739201],[53.036682128906364,14.31170654296875],[53.033081054687614,14.312071800232161],[53.032897949219034,14.308106422424316],[53.031311035156477,14.306517601013184],[53.031311035156477,14.304807662964095],[53.028316497802791,14.305213928222656],[53.027980804443416,14.299954414367846],[53.027877807617415,14.297916412353572],[53.027870178222884,14.297790527343977],[53.026645660400447,14.297957420349348],[53.023487091064453,14.298385620117244],[53.023208618164062,14.294968605041731],[53.023071289062557,14.293273925781534],[53.023071289062557,14.292252540588379],[53.023006439209212,14.290969848632869],[53.022918701172102,14.289266586303654],[53.02263259887718,14.283699035644588],[53.022624969482649,14.283539772033748],[53.019062042236442,14.284023284912394],[53.018798828124943,14.284058570861816],[53.018360137939453,14.284117698669547],[53.01814270019554,14.284117698669547],[53.018127441406307,14.283851623535156],[53.018096923828125,14.283243179321403],[53.018039703369368,14.282149314880428],[53.017761230468977,14.276718139648551],[53.017158508300838,14.276800155639705],[53.014286041259879,14.277192115783691],[53.013278961181868,14.277329444885197],[53.013053894043082,14.272995948791504],[53.012924194335938,14.270498275756893],[53.012893676757756,14.269901275634822],[53.011470794677734,14.270094871520996],[53.009445190429801,14.270371437072811],[53.008483886719034,14.270506858825911],[53.008411407470646,14.270511627197379],[53.008068084716797,14.263856887817383],[53.006408691406193,14.260809898376522],[53.006530761718807,14.256102561950627],[53.006538391113395,14.255806922912768],[53.003292083740234,14.256251335144043],[53.003166198730412,14.256266593933105],[53.00306320190424,14.254319190979004],[53.002784729003849,14.248914718628157],[53.002780914306868,14.24884223937994],[53.001094818115291,14.249072074890194],[53.000980377197266,14.249088287353572],[52.997829437256087,14.240390777587834],[52.995994567871151,14.235330581665096],[52.995910644531193,14.235098838806266],[52.995918273925724,14.234825134277344],[52.993190765380859,14.23519706726097],[52.993099212646598,14.235210418701456],[52.993076324462947,14.234800338745345],[52.99266433715826,14.227793693542424],[52.992370605468807,14.22218132019043],[52.988948822021428,14.215899467468319],[52.989006042480582,14.213341712951717],[52.989219665527628,14.203580856323526],[52.981388092041016,14.184483528137491],[52.978687286376953,14.17789459228544],[52.978290557861328,14.177159309387207],[52.971782684326115,14.165257453918571],[52.971591949462834,14.164908409118766],[52.971538543701286,14.164810180664062],[52.9678955078125,14.164455413818473],[52.96807861328125,14.158326148986987],[52.966548919677962,14.155689239502067],[52.966300964355582,14.155233383178711],[52.966125488281364,14.154911994934139],[52.965969085693587,14.154626846313533],[52.964401245117301,14.151760101318359],[52.964439392089787,14.149462699890137],[52.961505889892578,14.149870872497502],[52.961112976074446,14.142452239990462],[52.956630706787337,14.143074035644531],[52.952148437500227,14.143698692321834],[52.947669982910156,14.144321441650391],[52.943187713623047,14.144945144653605],[52.938705444335938,14.145566940307674],[52.934223175048828,14.14618968963623],[52.931728363037053,14.146533966064567],[52.929740905761719,14.146809577941895],[52.925258636474609,14.147434234619197],[52.924316406250057,14.147563934326172],[52.922992706298828,14.147748947143498],[52.9207763671875,14.148054122924862],[52.916294097900391,14.148675918579102],[52.911811828613281,14.149297714233569],[52.908302307128963,14.149785995483455],[52.907341003418026,14.150092124939135],[52.901760101318473,14.151878356933821],[52.898090362548885,14.151520729065169],[52.890579223632926,14.15695858001726],[52.879558563232479,14.155890464782772],[52.87443923950201,14.14944934844965],[52.868949890136719,14.14254093170166],[52.865501403808764,14.136040687561035],[52.861839294433594,14.135689735412825],[52.858390808105412,14.129190444946289],[52.854938507080135,14.122618675232104],[52.849731445312727,14.122139930725098],[52.840480804443587,14.121288299560604],[52.840270996093693,14.121270179748819],[52.840087890624943,14.121403694152775],[52.839145660400618,14.122098922729549],[52.838146209716797,14.122238159179631],[52.838176727295149,14.122813224792537],[52.83853912353544,14.129633903503645],[52.834056854248331,14.130255699157885],[52.829574584961222,14.130878448486612],[52.829967498779354,14.138274192810059],[52.82866287231451,14.138454437255916],[52.825485229492244,14.138895988464299],[52.825874328613509,14.14628982543951],[52.825996398925781,14.148559570312443],[52.826267242431641,14.153682708740234],[52.826274871826172,14.153857231140364],[52.82804107666027,14.157119750976676],[52.826564788818416,14.159336090087834],[52.826656341552734,14.161079406738338],[52.825275421142692,14.161268234253043],[52.82230377197277,14.161679267883471],[52.822174072265625,14.161697387695426],[52.822563171386719,14.169090270996151],[52.822952270507812,14.176484107971191],[52.823341369628906,14.183879852294979],[52.818859100341797,14.184494972229004],[52.819244384765739,14.191888809204215],[52.819633483886832,14.199283599853743],[52.820018768310547,14.206678390502873],[52.820186614990234,14.209873199462834],[52.820404052734489,14.214071273803995],[52.818889617919979,14.214279174804744],[52.818778991699219,14.217839241027889],[52.816074371337947,14.217580795288256],[52.816299438476562,14.221953392028922],[52.816307067871094,14.222078323364258],[52.816184997558707,14.22209358215332],[52.811824798583984,14.222688674926985],[52.812053680420149,14.227114677429427],[52.812210083007926,14.23008155822771],[52.808944702148551,14.230526924133471],[52.807727813720817,14.230692863464355],[52.803607940673999,14.231253623962459],[52.803432464599609,14.234911918640137],[52.803497314453125,14.236136436462402],[52.803630828857479,14.23869514465332],[52.800693511962834,14.239093780517749],[52.799629211426065,14.240718841552791],[52.799236297607422,14.241005897522029],[52.799533843994425,14.246697425842513],[52.795047760009822,14.247305870056266],[52.795433044433878,14.254694938659838],[52.791038513183707,14.255291938781681],[52.790950775146769,14.255303382873592],[52.786468505859659,14.255911827087346],[52.786849975586222,14.263300895690918],[52.784149169921989,14.263665199279785],[52.784141540527457,14.263958930969466],[52.782497406006087,14.266427993774698],[52.782749176025675,14.271293640136946],[52.778911590576286,14.271813392639331],[52.77830886840826,14.27271842956543],[52.778648376465128,14.279289245605696],[52.776283264160384,14.279607772827148],[52.776222229003906,14.281700134277287],[52.774250030517578,14.281534194946403],[52.774547576904581,14.28728008270275],[52.772342681884766,14.287575721741007],[52.772171020507926,14.293620109558276],[52.770355224609432,14.293466567993391],[52.770446777344034,14.295269966125545],[52.770824432373104,14.302657127380314],[52.768192291259993,14.303009986877498],[52.767940521240405,14.311669349670353],[52.766857147217024,14.313288688659668],[52.767101287841911,14.318030357360897],[52.764041900634879,14.318440437316838],[52.762619018554801,14.318631172180119],[52.762943267822266,14.325005531310978],[52.762996673583984,14.32601642608671],[52.762199401855526,14.326123237609863],[52.758514404296875,14.326615333557356],[52.758754730224609,14.331292152404899],[52.758892059326286,14.333999633789062],[52.758956909179744,14.335275650024471],[52.759269714355469,14.341383934021167],[52.755596160888899,14.341874122619856],[52.754840850830305,14.343007087707633],[52.744701385498104,14.358193397521916],[52.742088317871094,14.358538627624569],[52.742393493652457,14.364494323730639],[52.742465972900504,14.365921020507869],[52.74188232421875,14.365999221802042],[52.737983703613395,14.366516113281534],[52.738239288330305,14.371563911438045],[52.72904205322277,14.375760078430233],[52.72517013549799,14.381548881530932],[52.72499084472679,14.387668609619311],[52.722896575927734,14.390802383423136],[52.721282958984375,14.393214225769043],[52.721546173095646,14.398407936096476],[52.717063903808537,14.399001121521167],[52.713157653808821,14.399516105651855],[52.712577819824446,14.399591445922965],[52.712615966796989,14.400326728820801],[52.709678649902344,14.404719352722225],[52.702091217040959,14.410188674926985],[52.694358825683537,14.421769142150879],[52.690639495849553,14.421451568603516],[52.686962127685661,14.421139717102278],[52.685920715332145,14.422690391540527],[52.683078765869141,14.42691993713396],[52.682922363281193,14.432546615600756],[52.682903289794979,14.433184623718375],[52.682823181152571,14.436050415039062],[52.683052062988395,14.440586090087947],[52.682697296142578,14.440633773803768],[52.682571411132812,14.445231437683049],[52.679039001464901,14.450504302978572],[52.67930984497093,14.455915451049862],[52.674823760986328,14.456501007080021],[52.67033767700218,14.457083702087459],[52.668449401855469,14.457329750061319],[52.665855407715071,14.457670211792106],[52.666042327880803,14.461382865906046],[52.666225433349553,14.465038299560831],[52.663677215576229,14.465371131897086],[52.661739349365291,14.465621948242188],[52.661014556884822,14.465715408325252],[52.657257080078182,14.466204643249455],[52.657623291015682,14.473573684692667],[52.657714843750114,14.47541332244873],[52.657993316650504,14.480939865112418],[52.655048370361385,14.481323242187557],[52.653697967529297,14.485295295715446],[52.653877258300895,14.488889694213924],[52.652408599853743,14.489079475402889],[52.651592254638842,14.491478919983194],[52.649635314941634,14.494396209716854],[52.649757385253906,14.496836662292537],[52.647830963134993,14.497084617614973],[52.647720336914119,14.497249603271541],[52.647541046142521,14.503379821777344],[52.645561218261719,14.503195762634505],[52.645641326904297,14.504783630371151],[52.644058227539233,14.504986763000659],[52.643795013427791,14.505021095276163],[52.64377593994152,14.505614280700854],[52.643470764160156,14.515289306640909],[52.637935638427791,14.523550987243823],[52.637573242187671,14.524090766906738],[52.637599945068644,14.524669647217024],[52.637767791748161,14.528036117553995],[52.636108398437727,14.528247833252124],[52.635669708252067,14.528305053710881],[52.635639190673885,14.529244422912882],[52.635509490966911,14.533008575439624],[52.633640289306641,14.535800933838175],[52.633647918701172,14.535977363586483],[52.634014129638672,14.543339729309253],[52.631454467773438,14.543668746948526],[52.631408691406364,14.544959068298567],[52.629703521728743,14.547492980957088],[52.627521514892578,14.550739288330249],[52.627490997314737,14.551586151123104],[52.625408172607365,14.551853179931754],[52.625770568847713,14.559214591980037],[52.626037597656364,14.564632415771598],[52.626132965088004,14.566578865051213],[52.624595642089844,14.566775321960449],[52.621646881103686,14.567151069641056],[52.621829986572266,14.570883750915527],[52.622009277343807,14.574515342712402],[52.619228363037337,14.574865341186523],[52.617523193359375,14.575083732605094],[52.617725372314567,14.579230308532885],[52.617858886719034,14.58191013336193],[52.617885589599837,14.582446098327864],[52.616561889648438,14.582614898681641],[52.615200042724666,14.586568832397518],[52.613685607910099,14.588821411132812],[52.613761901855526,14.590376853942928],[52.612533569335881,14.590532302856388],[52.609275817871378,14.590947151184366],[52.609477996826229,14.595074653625716],[52.609638214111328,14.598308563232649],[52.605152130127067,14.598875999450854],[52.605510711669979,14.606236457824821],[52.601028442382869,14.606802940368709],[52.599548339844034,14.606991767883414],[52.598285675048942,14.607153892517317],[52.596542358398438,14.607371330261401],[52.595512390136832,14.607502937316951],[52.592056274414119,14.607937812805289],[52.588752746582031,14.608357429504338],[52.587642669677678,14.610000610351562],[52.587928771972599,14.615862846374569],[52.583988189697379,14.616358757019043],[52.583442687988338,14.616428375244368],[52.583507537841797,14.617747306823787],[52.583572387695312,14.619057655334529],[52.583805084228629,14.623785018921183],[52.581310272216911,14.624098777770996],[52.580520629882812,14.626380920410327],[52.580360412597656,14.632337570190487],[52.579708099365291,14.632304191589469],[52.58003234863304,14.639061927795467],[52.57555007934593,14.639624595642374],[52.575191497802848,14.632269859314135],[52.570705413818359,14.632835388183537],[52.566219329834041,14.633398056030273],[52.565860748291129,14.626046180725098],[52.561374664306811,14.626608848572005],[52.561107635498161,14.621135711670092],[52.561016082763729,14.619256019592342],[52.558719635009766,14.619547843933049],[52.556529998779411,14.619820594787654],[52.556442260742472,14.618027687072754],[52.556171417236271,14.612470626831282],[52.55168533325201,14.613036155700684],[52.549392700195426,14.613326072692985],[52.547199249267692,14.613601684570483],[52.547111511230412,14.61180591583269],[52.546840667724609,14.606253623962687],[52.542354583740462,14.606819152832088],[52.537868499755803,14.607385635375977],[52.534824371337891,14.607769012451342],[52.533386230468693,14.607952117919865],[52.533359527587947,14.607383728027401],[52.533023834228572,14.600604057312069],[52.528537750244141,14.601170539855957],[52.52878570556669,14.606183052063045],[52.528900146484602,14.608516693115178],[52.528667449951286,14.60854721069353],[52.524414062499943,14.609082221984977],[52.519927978515682,14.609649658203352],[52.515441894531364,14.610215187072754],[52.51173400878929,14.610681533813533],[52.510955810546932,14.610779762268066],[52.511314392089844,14.618123054504395],[52.506828308105582,14.618688583374194],[52.506927490234375,14.620667457580737],[52.507190704345703,14.626031875610522],[52.5027503967288,14.626630783081339],[52.499130249023494,14.631249427795467],[52.497776031494254,14.627215385437182],[52.493732452392635,14.627720832824764],[52.493553161621094,14.624041557312069],[52.493373870849723,14.620382308959904],[52.489326477050724,14.62088966369646],[52.488887786865234,14.620944976806811],[52.484401702880973,14.62150764465332],[52.484104156494141,14.615388870239258],[52.483409881592024,14.614249229431209],[52.481708526611555,14.611458778381632],[52.48175048828125,14.605520248413029],[52.466659545898438,14.604628562927246],[52.466720581054915,14.598669052124194],[52.462951660156364,14.598459243774471],[52.463020324707031,14.592490196228084],[52.455478668212891,14.592039108276367],[52.455558776855412,14.586090087890739],[52.45188140869152,14.579899787902946],[52.444438934326172,14.5734996795656],[52.444648742675895,14.56155967712408],[52.441001892089901,14.555370330810547],[52.441120147705192,14.549398422241495],[52.438858032226619,14.545543670654411],[52.437488555908317,14.543208122253702],[52.436420440673828,14.543148994445971],[52.421825408935604,14.542317390442179],[52.421752929687614,14.540881156921444],[52.417266845703125,14.541451454162882],[52.413978576660099,14.541868209838867],[52.411178588867188,14.541710853576831],[52.403789520263672,14.535308837890682],[52.400169372558821,14.529129981994799],[52.39641189575201,14.528908729553166],[52.392509460449276,14.534670829772892],[52.389495849609432,14.537612915039347],[52.385501861572266,14.538121223449991],[52.385662078857365,14.541355133056754],[52.380920410156307,14.545990943908748],[52.380859375,14.546079635620345],[52.376895904541016,14.54658412933361],[52.377143859863395,14.551553726196346],[52.377010345459041,14.551748275757006],[52.372623443603572,14.55150413513195],[52.372409820556868,14.547153472900391],[52.367923736572209,14.547722816467342],[52.363437652588118,14.54829311370861],[52.358951568603459,14.548860549926985],[52.354469299316349,14.549429893493766],[52.349983215332088,14.550000190735034],[52.350040435791186,14.551157951355208],[52.346698760986442,14.556059837341365],[52.343814849853572,14.558142662048397],[52.341373443603629,14.558450698852823],[52.336887359619141,14.559019088745117],[52.334033966064453,14.559378623962346],[52.332401275634879,14.559585571289006],[52.328289031982422,14.560106277466048],[52.327938079834041,14.560619354248161],[52.328277587890682,14.567466735839844],[52.327068328857536,14.567620277404728],[52.323558807373104,14.572759628295898],[52.319782257080135,14.572549819946346],[52.319511413574332,14.572746276855412],[52.314159393310547,14.576603889465389],[52.312061309814453,14.578120231628702],[52.310836791992188,14.579909324646053],[52.311058044433651,14.584350585937784],[52.306571960449332,14.584916114807186],[52.302085876464844,14.585481643676985],[52.301780700683707,14.579317092895678],[52.301723480224723,14.578172683715991],[52.301155090332088,14.578243255615234],[52.297119140625,14.571318626403865],[52.289562225341797,14.570899963378906],[52.285598754883097,14.576680183410588],[52.285491943359375,14.580215454101733],[52.283779144287223,14.580430984497013],[52.283992767333928,14.584738731384221],[52.284141540527514,14.587736129761026],[52.281726837158203,14.588039398193416],[52.281459808349723,14.588429450988826],[52.279655456543082,14.58832836151123],[52.280014038085994,14.595605850219783],[52.275527954101562,14.596169471740779],[52.275890350342024,14.603470802307243],[52.27342605590843,14.603780746460075],[52.273361206054801,14.605938911437988],[52.273349761962891,14.611678123474121],[52.2738685607913,14.616689682006893],[52.272148132324276,14.619196891784838],[52.272480010986385,14.625943183898926],[52.268901824951286,14.626387596130371],[52.267993927001953,14.626502037048454],[52.268096923828125,14.628594398498592],[52.268352508544865,14.633806228637809],[52.26706695556652,14.633966445922908],[52.267051696777401,14.636738777160758],[52.264171600341797,14.640678405761889],[52.263309478759993,14.64185810089117],[52.263343811035156,14.656468391418457],[52.263359069824219,14.66341876983671],[52.260932922363509,14.666767120361555],[52.259639739990234,14.668548583984375],[52.259651184082145,14.671616554260254],[52.259700775146541,14.684728622436523],[52.257282257080192,14.684556007385197],[52.255970001220703,14.684459686279467],[52.252262115478572,14.689590454101619],[52.248519897461165,14.689318656921671],[52.241088867187727,14.699570655823038],[52.22243881225603,14.698209762573185],[52.21868896484375,14.692540168762434],[52.21121978759777,14.691999435425032],[52.207469940185661,14.686328887939396],[52.207107543945369,14.685276031494368],[52.203689575195369,14.67527961730957],[52.196220397949219,14.674738883972168],[52.192508697509766,14.679858207702807],[52.185070037841797,14.684707641601506],[52.182479858398608,14.688286781311092],[52.181362152099894,14.689829826355208],[52.177631378173828,14.689560890197754],[52.173919677734432,14.694680213928393],[52.170162200927734,14.689029693603686],[52.16643142700201,14.68874931335472],[52.162670135498331,14.683078765869254],[52.158939361572266,14.682809829712198],[52.158920288086051,14.679130554199503],[52.158908843994141,14.677429199219034],[52.155181884765625,14.67716026306158],[52.151420593261776,14.671499252319279],[52.132751464843977,14.670148849487418],[52.129051208496094,14.675268173218058],[52.125308990478459,14.674999237060604],[52.121551513671989,14.669348716735897],[52.114109039306641,14.674189567566145],[52.110382080078296,14.673918724060115],[52.099269866943587,14.68925952911377],[52.099349975585994,14.705418586731071],[52.096462249755973,14.713652610778922],[52.096279144287223,14.714179992676009],[52.096233367920149,14.714307785034407],[52.095661163330305,14.715938568115234],[52.084541320800895,14.73129940032959],[52.082675933838118,14.731163978576888],[52.080810546875,14.731030464172363],[52.077098846435717,14.736150741577262],[52.073371887207031,14.735879898071232],[52.073390960693473,14.741278648376522],[52.069660186767749,14.741009712219295],[52.062141418457031,14.729668617248592],[52.050960540771484,14.72884845733671],[52.048236846923942,14.732606887817496],[52.047248840332202,14.733969688415527],[52.044502258300895,14.729825973511026],[52.043491363525391,14.728299140930289],[52.042343139648665,14.728217124938965],[52.036029815673942,14.727759361267374],[52.036003112792969,14.723163604736499],[52.035999298095817,14.722359657287598],[52.034999847412337,14.722287178039551],[52.024810791015682,14.721550941467228],[52.024780273437557,14.716160774230957],[52.021049499512003,14.71588039398199],[52.017292022705192,14.71021938323986],[52.009830474853743,14.709678649902457],[52.00981521606468,14.707053184509277],[52.009769439697436,14.698898315429688],[52.006038665771598,14.698640823364542],[52.006069183349723,14.70400810241722],[51.987411499023665,14.702658653259277],[51.983650207519645,14.696999549865723],[51.983619689941463,14.691618919372559],[51.968688964843807,14.690528869629134],[51.968696594238338,14.691860198974553],[51.968719482422102,14.695910453796387],[51.961288452148665,14.700749397278059],[51.95758056640625,14.705869674682788],[51.942661285400447,14.704777717590389],[51.938888549804688,14.699118614196834],[51.938869476318587,14.695569038391113],[51.938861846924055,14.693740844726562],[51.935100555420036,14.688088417053279],[51.927669525146598,14.692919731140194],[51.923931121826172,14.692648887634562],[51.923900604248047,14.687278747558821],[51.916431427002237,14.686730384826888],[51.912658691406307,14.681089401245117],[51.910301208496264,14.680915832519702],[51.905200958251896,14.680540084838867],[51.897640228271541,14.669279098510742],[51.897579193115234,14.663929939270247],[51.890609741210881,14.663434982299862],[51.890575408935547,14.66276931762718],[51.890369415283374,14.658538818359659],[51.885879516601562,14.659089088439998],[51.885524749755973,14.651849746704329],[51.881038665771484,14.652399063110352],[51.876548767089844,14.652949333191088],[51.876232147216797,14.64647102355957],[51.876194000244254,14.645711898803995],[51.874919891357592,14.645867347717285],[51.871704101562784,14.646262168884334],[51.871440887451115,14.640906333923567],[51.871349334717024,14.63902473449707],[51.869850158691406,14.639209747314567],[51.867130279541072,14.635449409485034],[51.866851806640682,14.630410194397143],[51.862590789794979,14.625410079956055],[51.861618041992131,14.624844551086653],[51.861301422119254,14.618424415588379],[51.856811523437614,14.618975639343205],[51.856452941894645,14.611742019653491],[51.856315612792969,14.608944892883471],[51.856094360351562,14.604508399963379],[51.853065490722656,14.60488224029541],[51.851608276367415,14.605061531067179],[51.847118377685774,14.605617523193644],[51.846759796142635,14.598383903503361],[51.842273712158203,14.598939895629826],[51.841976165771712,14.593007087707576],[51.841911315918082,14.591708183288517],[51.840557098388672,14.591876983642862],[51.837425231933594,14.592264175414982],[51.837276458740519,14.589258193969727],[51.837066650390625,14.585033416748161],[51.832576751709155,14.585589408874625],[51.832733154297102,14.588745117187614],[51.832939147949276,14.592818260192871],[51.828449249267635,14.593374252319336],[51.828220367431697,14.588747978210677],[51.828090667724723,14.58614540100092],[51.823604583740234,14.586701393127385],[51.823707580566577,14.588790893554858],[51.823963165283203,14.593930244446028],[51.819477081299055,14.59448432922369],[51.814987182617415,14.595040321350382],[51.811542510986271,14.595466613769702],[51.810501098632756,14.595594406127873],[51.806015014648665,14.596150398254338],[51.806243896484489,14.600768089294377],[51.806373596191463,14.603375434875602],[51.806415557861328,14.604223251342773],[51.806732177734546,14.610600471496866],[51.802246093750114,14.611153602600098],[51.802604675293026,14.618378639221362],[51.802959442138615,14.625603675842228],[51.803318023681754,14.632830619812069],[51.798831939697266,14.633379936218489],[51.799186706543082,14.640604972839355],[51.794700622558594,14.641154289245605],[51.795055389404524,14.64837932586687],[51.790569305419865,14.648927688598803],[51.786342620849723,14.649442672729492],[51.786083221435774,14.64947509765625],[51.781593322753963,14.65002536773676],[51.777107238769645,14.650573730468693],[51.772617340088175,14.651121139526538],[51.768131256103572,14.65167045593256],[51.764900207519645,14.65206432342552],[51.763641357421875,14.652218818664494],[51.759391784667969,14.652738571167049],[51.759418487548942,14.653969764709529],[51.755691528320369,14.653700828552303],[51.755680084228516,14.653189659118766],[51.754665374755973,14.653315544128361],[51.750179290771655,14.653862953186206],[51.745689392089844,14.654410362243652],[51.741203308105582,14.654958724975586],[51.741508483886719,14.661188125610579],[51.741558074951172,14.66217231750494],[51.737068176269474,14.662718772888468],[51.73703765869152,14.662090301513786],[51.736713409423885,14.655506134033203],[51.732223510742244,14.656052589416561],[51.732582092285384,14.663266181945914],[51.728092193603572,14.663812637329272],[51.72833251953125,14.668710708618278],[51.728446960449332,14.671027183532715],[51.725425720214787,14.671394348144702],[51.723960876464844,14.67157077789301],[51.72401428222679,14.672693252563761],[51.724315643310604,14.67878532409685],[51.719825744628963,14.679329872131404],[51.716361999511776,14.679748535156193],[51.715335845947493,14.679874420166186],[51.710849761962891,14.68041896820074],[51.711093902587891,14.685405731201342],[51.711204528808651,14.687627792358455],[51.709430694580135,14.687842369079647],[51.707210540771428,14.688111305236873],[51.70671463012701,14.688173294067496],[51.706745147705305,14.688755989074764],[51.692790985107479,14.708019256591854],[51.692810058593693,14.710759162902946],[51.692859649658317,14.718850135803336],[51.689121246337891,14.718509674072322],[51.689151763916016,14.723899841308821],[51.685420989990348,14.723628997802791],[51.685390472412337,14.71823883056669],[51.683403015136776,14.718091011047363],[51.681659698486271,14.717959403991813],[51.681667327880859,14.71907997131359],[51.681720733642578,14.728779792785872],[51.674259185791016,14.728238105773983],[51.674289703369197,14.733730316162337],[51.666831970214957,14.733189582824764],[51.666870117187443,14.738728523254451],[51.663139343261776,14.738469123840332],[51.659370422363338,14.732649803161848],[51.6556396484375,14.732378959655819],[51.648220062255973,14.737400054931925],[51.635772705078239,14.736506462097338],[51.634128570556754,14.736388206481877],[51.633300781249943,14.736329078674544],[51.625881195068587,14.741419792175407],[51.622150421142521,14.741160392761287],[51.622188568115234,14.746818542480526],[51.611000061035156,14.746030807495401],[51.607231140136719,14.740100860595817],[51.603500366211051,14.739829063415698],[51.603462219238509,14.734199523926009],[51.599731445312443,14.733940124511889],[51.599689483642749,14.728348731994686],[51.595970153808764,14.72807979583763],[51.595932006835938,14.722539901733455],[51.592201232910384,14.722269058227596],[51.588439941406364,14.716508865356673],[51.585445404052962,14.711990356445256],[51.584678649902344,14.710829734802189],[51.584651947021541,14.705438613891829],[51.59207916259777,14.70061016082758],[51.595809936523494,14.700879096985034],[51.599472045898494,14.690399169922159],[51.5994300842288,14.685029983520735],[51.584560394287223,14.689298629760742],[51.577091217041129,14.68874931335472],[51.577049255371094,14.683380126953068],[51.562080383301009,14.67692089080839],[51.558349609374943,14.676649093627873],[51.550788879394588,14.665378570556811],[51.554378509521598,14.654989242553938],[51.554008483886889,14.639209747314567],[51.553779602050781,14.634099960327262],[51.553379058837947,14.62919998168968],[51.549621582031421,14.628960609436092],[51.548980712890909,14.624349594116495],[51.544441223144531,14.619619369506779],[51.548198699951172,14.619849205017033],[51.547431945800895,14.615349769592285],[51.542949676513786,14.610520362854118],[51.546710968017805,14.610769271850643],[51.546070098876953,14.606099128723145],[51.549808502197379,14.606358528137264],[51.55303955078125,14.601819038391397],[51.564220428466797,14.602649688720703],[51.567611694336165,14.597929954528979],[51.567771911621151,14.592380523681868],[51.568019866943359,14.586728096008358],[51.571689605712947,14.587070465087947],[51.572422027587891,14.570050239562988],[51.568748474121321,14.569719314575309],[51.565319061279297,14.563689231872615],[51.565811157226562,14.552290916442985],[51.554790496826286,14.551258087158487],[51.552089691162223,14.528019905090446],[51.548400878906364,14.527681350708235],[51.548648834228572,14.521929740905932],[51.552570343017578,14.516519546508903],[51.549140930175895,14.510420799255371],[51.552822113037337,14.510760307312069],[51.553310394287109,14.499230384826888],[51.549869537353516,14.493110656738509],[51.551380157470646,14.458319664001635],[51.53662109375,14.45695877075218],[51.540561676025561,14.451479911804483],[51.537120819091797,14.445309638977051],[51.537368774414006,14.439479827881144],[51.534191131591911,14.427469253539982],[51.534450531005859,14.421619415283374],[51.531009674072266,14.415429115295353],[51.538928985595817,14.404399871826286],[51.539199829101619,14.398549079894963],[51.535758972168196,14.392350196838322],[51.531791687011832,14.397850036621037],[51.52835845947277,14.391650199890307],[51.528621673584041,14.385800361633301],[51.521751403808594,14.37339019775419],[51.518581390380803,14.361339569091967],[51.519142150878963,14.349659919739054],[51.51541900634777,14.349299430847338],[51.511428833007756,14.354778289794979],[51.507720947265852,14.354420661926326],[51.507991790771712,14.348579406738338],[51.500820159912394,14.341999053955135],[51.501110076904354,14.33615970611595],[51.512260437011776,14.33725929260271],[51.516269683838175,14.331800460815373],[51.516559600830135,14.325969696044979],[51.520568847656364,14.320519447326888],[51.521461486816463,14.303069114685059],[51.525482177734489,14.297619819641227],[51.529830932617415,14.286419868469409],[51.530769348144588,14.269030570983887],[51.527030944824332,14.268638610839901],[51.527690887451286,14.25706958770752],[51.531749725341797,14.251669883728312],[51.532409667968693,14.240090370178507],[51.536468505859375,14.23465919494646],[51.536811828613281,14.228860855102823],[51.540882110595817,14.223400115966911],[51.541221618652344,14.217599868774698],[51.537818908691463,14.211468696594238],[51.538509368896712,14.199858665466479],[51.539909362792969,14.176617622375716],[51.540611267089787,14.164999008178938],[51.544689178467081,14.159459114074764],[51.545051574707031,14.15363979339628],[51.541320800781364,14.15336894989025],[51.541671752929915,14.147539138794173],[51.530490875244197,14.146709442138956],[51.526039123535213,14.158008575439396],[51.526401519775334,14.152209281921671],[51.522659301758097,14.151899337768839],[51.524471282959269,14.12291145324707],[51.517379760742188,14.116560935974121],[51.509910583496094,14.115980148315657],[51.502441406250284,14.115350723266658],[51.502811431884766,14.109588623046932],[51.499069213867188,14.109258651733398],[51.495708465576172,14.103179931640796],[51.496479034423828,14.091679573059253],[51.492340087890739,14.097089767456282],[51.488578796386719,14.096718788147143],[51.480251312255859,14.107279777526855],[51.480640411376953,14.101579666137923],[51.473869323730469,14.089300155639705],[51.478061676025618,14.084059715270939],[51.483470916748161,14.061719894409123],[51.483848571777401,14.055929183960018],[51.480361938476562,14.049810409545955],[51.476341247558594,14.055240631103516],[51.475921630859489,14.060899734497241],[51.463729858398551,14.070900917053507],[51.456119537353743,14.069999694824389],[51.447738647460938,14.080458641052417],[51.444301605224837,14.074339866638127],[51.441169738769588,14.062580108642862],[51.437671661377067,14.056489944457951],[51.437351226806641,14.062140464782658],[51.429672241210994,14.061260223388956],[51.430000305175781,14.055619239807186],[51.425830841064567,14.060819625854492],[51.422000885009822,14.060388565063704],[51.411441802978516,14.042148590087947],[51.411750793457088,14.036520004272575],[51.408229827880916,14.030429840088061],[51.404392242431641,14.029990196228255],[51.403770446777571,14.041278839111271],[51.399929046630973,14.040839195251465],[51.40055084228527,14.029568672180233],[51.401119232177734,14.018250465393123],[51.397289276123047,14.017810821533146],[51.393169403076399,14.023038864135913],[51.389339447021541,14.02260971069353],[51.389900207519645,14.01127910614025],[51.386070251464957,14.010849952697868],[51.381961822509879,14.016080856323299],[51.374301910400618,14.015210151672363],[51.375110626220817,13.998209953308105],[51.379428863525447,13.987258911132812],[51.383239746093864,13.987660408020304],[51.394649505615405,13.988828659057901],[51.398441314697266,13.989200592040959],[51.398620605468977,13.983349800109863],[51.398910522460938,13.971598625183219],[51.395271301269474,13.965370178222713],[51.395401000976676,13.959478378296012],[51.391780853271484,13.953269958496264],[51.388290405273494,13.941138267517147],[51.388549804687614,13.929329872131575],[51.384788513183594,13.929019927978743],[51.384929656982422,13.923128128051871],[51.381031036377067,13.928709983825911],[51.381561279296875,13.905099868774414],[51.377941131591854,13.898899078369197],[51.378330230713004,13.881180763244572],[51.385841369629134,13.881759643554688],[51.382339477539062,13.869650840759391],[51.382598876953352,13.857819557189998],[51.386470794677791,13.852188110351733],[51.378971099853516,13.851620674133358],[51.371742248535213,13.839238166809139],[51.371990203857479,13.827408790588549],[51.375740051269588,13.827690124512003],[51.375862121582202,13.821770668029842],[51.372241973877067,13.815578460693644],[51.372619628906421,13.797830581665153],[51.365139007568587,13.79728984832758],[51.361782073974723,13.779280662536564],[51.372989654541129,13.780069351196573],[51.37324142456049,13.768228530884073],[51.365760803222656,13.767709732055607],[51.365890502929631,13.761778831481934],[51.362152099609432,13.761530876159895],[51.362400054931641,13.749688148498592],[51.36626052856451,13.744027137756291],[51.366619110107422,13.726249694824332],[51.370590209960994,13.714659690856934],[51.374431610107592,13.708990097045955],[51.374561309814567,13.703060150146769],[51.370830535888729,13.70280933380127],[51.374801635742301,13.69119930267334],[51.37863922119152,13.685509681701831],[51.375030517578409,13.679338455200252],[51.371311187744425,13.679099082947062],[51.372470855712834,13.619769096374512],[51.368751525878849,13.619538307189941],[51.372581481933594,13.613838195800838],[51.376300811767578,13.614059448242244],[51.38385009765625,13.608579635620117],[51.387569427490234,13.608798980712947],[51.387908935546932,13.59096908569353],[51.384300231933821,13.584799766540755],[51.380809783935661,13.572689056396484],[51.380920410156364,13.566748619079874],[51.369880676269815,13.560149192810229],[51.377429962158146,13.554639816284407],[51.381130218505916,13.554859161377237],[51.381359100342024,13.542959213257006],[51.385059356689396,13.543181419372559],[51.392608642578125,13.537649154663086],[51.403739929199276,13.53826904296875],[51.404170989990234,13.514450073242415],[51.407981872558651,13.508700370788688],[51.411998748779297,13.491020202636776],[51.415920257568473,13.479287147521916],[51.423229217529297,13.485648155212459],[51.427040100097884,13.479880332946777],[51.423332214355469,13.479690551757812],[51.423542022705192,13.467759132385311],[51.430950164795149,13.468139648437557],[51.431049346923828,13.462180137634334],[51.427452087402457,13.456020355224666],[51.431251525878963,13.450240135192985],[51.431350708007812,13.444268226623535],[51.438861846923828,13.438689231872559],[51.450260162353629,13.421311378478947],[51.450149536132926,13.427290916442928],[51.453960418701172,13.421508789062671],[51.454059600830192,13.415518760681266],[51.450550079345703,13.403377532959041],[51.446750640869197,13.40917873382574],[51.435840606689453,13.396679878234863],[51.428340911865519,13.402289390564022],[51.424739837646428,13.39611911773693],[51.428539276123161,13.390349388122672],[51.436229705810717,13.372770309448356],[51.436328887939567,13.366798400878906],[51.429119110107365,13.354479789733887],[51.432819366455135,13.354660034179744],[51.432918548584269,13.348678588867188],[51.440319061279411,13.349039077758732],[51.440509796142692,13.337078094482365],[51.43302154541027,13.342709541321028],[51.429222106933537,13.34850978851324],[51.425811767578125,13.330400466918945],[51.422111511230582,13.330220222473258],[51.418510437011832,13.324069023132438],[51.4114990234375,13.299810409545898],[51.400310516357536,13.305258750915812],[51.400798797607649,13.275380134582747],[51.397090911865234,13.275209426879996],[51.396991729736555,13.281188964843977],[51.393299102783203,13.28100872039812],[51.393199920654354,13.286990165710506],[51.385791778564567,13.286639213562069],[51.385898590087947,13.280670166015909],[51.389598846435661,13.280850410461596],[51.393489837646484,13.269060134887752],[51.393680572509766,13.257099151611385],[51.397468566894759,13.251300811767578],[51.397758483886719,13.233359336853141],[51.40153884887701,13.227559089660701],[51.405239105224723,13.227719306945858],[51.416408538818359,13.222229957580566],[51.420200347900391,13.216398239135685],[51.427501678467024,13.222718238830851],[51.431190490722656,13.222880363464583],[51.435070037841797,13.211059570312784],[51.435150146484375,13.205067634582804],[51.424079895019531,13.204589843750114],[51.424171447754134,13.198609352112044],[51.427951812744254,13.192778587341479],[51.431640625000114,13.192938804626579],[51.438949584960881,13.199250221252726],[51.438758850097599,13.211219787597713],[51.446151733398551,13.211549758911303],[51.449748992919922,13.217697143554744],[51.460830688476676,13.218179702758903],[51.464611053466797,13.212349891662825],[51.464698791503849,13.20636081695551],[51.472179412841911,13.200678825378361],[51.490638732910099,13.201478958129883],[51.486862182617188,13.207320213317871],[51.494071960449162,13.219620704650936],[51.494159698486271,13.213628768920955],[51.497760772705192,13.219779968261776],[51.505149841308594,13.220099449157715],[51.505062103271484,13.22608852386503],[51.512451171875057,13.22641944885271],[51.516231536865348,13.220580101013297],[51.523529052734432,13.226888656616154],[51.523620605468864,13.220898628235147],[51.527400970459155,13.215060234070052],[51.531101226806697,13.21522045135498],[51.538661956787109,13.203520774841536],[51.557128906250057,13.204320907593058],[51.557571411132926,13.174308776855639],[51.564960479736328,13.174610137939453],[51.561439514160156,13.162450790405273],[51.565139770507869,13.162619590759221],[51.568920135498161,13.156760215759277],[51.572620391845703,13.15690994262718],[51.583518981933537,13.169380187988281],[51.587219238281307,13.169529914856184],[51.590820312500171,13.175689697265625],[51.598300933837834,13.169989585876522],[51.598468780517692,13.157979011535758],[51.606040954589844,13.146260261535872],[51.613510131835938,13.140560150146541],[51.617301940917969,13.134699821472338],[51.61738204956049,13.128689765930176],[51.609989166259936,13.128400802612362],[51.610168457031364,13.11636924743658],[51.606479644775504,13.116218566894588],[51.606559753418082,13.110209465026912],[51.602870941162223,13.110059738159237],[51.606739044189453,13.098188400268555],[51.614131927490178,13.09848880767845],[51.617908477783317,13.092619895935002],[51.64789962768549,13.063730239868335],[51.687068939209041,13.167629241943416],[51.690589904785156,13.179808616638354],[51.694381713867188,13.173949241638184],[51.698070526123047,13.174099922180403],[51.705558776855582,13.168378829956055],[51.709251403808594,13.168528556823958],[51.712860107421875,13.174690246582202],[51.705291748046932,13.186438560485954],[51.712680816650447,13.186739921569938],[51.71648025512718,13.180869102478084],[51.716209411621151,13.198930740356388],[51.723598480224894,13.199229240417708],[51.731079101562557,13.19351959228527],[51.731170654296875,13.187499046325911],[51.734951019287166,13.181630134582633],[51.738651275634879,13.181779861450138],[51.738731384277457,13.175759315490779],[51.742519378662109,13.169898986816349],[51.749912261963004,13.170190811157227],[51.749809265136832,13.176210403442496],[51.753520965576286,13.176358222961426],[51.757381439208928,13.164469718933276],[51.76100158691429,13.170639991760538],[51.764781951904411,13.164769172668684],[51.768482208251953,13.16491889953619],[51.768390655517692,13.170937538146973],[51.772090911865234,13.171089172363281],[51.775699615478516,13.177269935607967],[51.786880493164062,13.171699523926009],[51.790489196777344,13.177868843078784],[51.794269561767635,13.172000885009822],[51.797882080078239,13.178170204162598],[51.801578521728629,13.17832088470459],[51.809150695800895,13.166568756103459],[51.824111938476619,13.155110359192008],[51.827812194824332,13.155260086059513],[51.831588745117415,13.149379730224723],[51.835281372070426,13.149531364441032],[51.846549987792912,13.137908935546875],[51.857650756835938,13.138348579406681],[51.853858947753906,13.144238471984977],[51.857471466064567,13.150419235229663],[51.857299804687557,13.162478446960733],[51.872100830078068,13.163080215454045],[51.872180938720987,13.157049179077262],[51.87974929809593,13.145269393921069],[51.879920959472599,13.133210182189998],[51.876220703125227,13.13305854797369],[51.872611999511776,13.126879692077807],[51.873031616211051,13.096699714660701],[51.865638732910156,13.096410751342717],[51.865982055664347,13.072270393371639],[51.869758605957145,13.066378593444938],[51.870010375976506,13.048269271850643],[51.873710632324276,13.048410415649698],[51.877490997314567,13.04252147674589],[51.877410888671989,13.04854869842552],[51.88101959228527,13.054730415344295],[51.888500213623104,13.048979759216479],[51.888328552246094,13.06105899810791],[51.899509429931641,13.055450439453068],[51.89976882934593,13.037328720092773],[51.896160125732479,13.031149864196834],[51.899929046630916,13.025248527526855],[51.900531768799055,12.982969284057617],[51.911529541015739,12.98943042755127],[51.918930053711165,12.989710807800407],[51.919261932373161,12.965539932250977],[51.922882080078125,12.971710205078239],[51.933971405029411,12.972139358520621],[51.934139251709098,12.960049629211596],[51.938171386718807,12.936010360717717],[51.938251495361328,12.929959297180403],[51.927162170410213,12.929548263549975],[51.923709869384766,12.911278724670353],[51.927570343017578,12.899329185485897],[51.931270599365348,12.899458885192871],[51.931758880615405,12.863180160522631],[51.953948974609375,12.863980293274153],[51.957729339599666,12.858060836791992],[51.965129852294922,12.858329772949446],[51.965290069580078,12.846229553222599],[51.961750030517805,12.833999633789176],[51.958141326904524,12.82781887054449],[51.958541870117188,12.797579765319881],[51.962322235107649,12.791640281677189],[51.962398529053019,12.785589218139648],[51.977191925048885,12.786110877991007],[51.977272033691463,12.780048370361385],[51.977432250976562,12.767949104309025],[51.984821319580135,12.768198966980037],[51.985149383544922,12.743979454040698],[51.992778778076172,12.726069450378475],[51.99285888671875,12.720018386840991],[51.996559143066634,12.720138549804631],[52.000339508056754,12.714208602905444],[52.00064849853527,12.689988136291788],[52.004348754882812,12.690120697021655],[52.008121490478572,12.68417930603033],[52.008201599121321,12.678118705749512],[52.008361816406307,12.666000366211108],[52.004741668701456,12.659829139709529],[51.990020751953125,12.653278350830192],[51.990329742431641,12.629059791564941],[51.986709594726676,12.622881889343319],[51.982929229736555,12.628819465637264],[51.979240417480582,12.628700256347713],[51.97946929931669,12.610530853271769],[51.980232238769815,12.549958229064998],[51.99132156372093,12.550309181213606],[51.995090484619141,12.544348716736067],[51.998790740966911,12.544479370117131],[52.002861022949446,12.514289855957315],[52.006629943847656,12.508350372314624],[52.006710052490234,12.502269744873047],[52.010478973388615,12.496338844299544],[52.014179229736385,12.4964599609375],[52.025341033935831,12.490718841552791],[52.029041290283203,12.490827560424748],[52.032890319824162,12.478808403015137],[52.032958984375,12.472749710083065],[52.025638580322322,12.466468811035099],[52.02201080322277,12.460289955139388],[52.014621734619254,12.460078239441088],[52.014911651611328,12.435828208923567],[52.018600463867188,12.435929298401163],[52.022369384765739,12.429980278015137],[52.026222229003849,12.417960166931437],[52.033760070801009,12.406040191650447],[52.041221618652401,12.400189399719352],[52.041568756103459,12.369858741760254],[52.045341491699389,12.363889694214095],[52.056499481201342,12.358139038085881],[52.06034088134794,12.346098899841252],[52.064109802246151,12.3401393890382],[52.07157135009777,12.334269523620662],[52.075340270996321,12.32831001281761],[52.086429595947266,12.328609466553019],[52.090198516845817,12.322640419006632],[52.090339660644531,12.310499191284237],[52.094028472900334,12.310599327087516],[52.094100952148722,12.304519653320426],[52.097869873046932,12.298548698425293],[52.097938537597599,12.292480468750284],[52.101631164550838,12.292579650878906],[52.101768493652344,12.280429840088061],[52.10916900634794,12.280628204345874],[52.116630554199162,12.274749755859489],[52.124038696289176,12.274949073791788],[52.139091491699332,12.251029014587459],[52.146549224853572,12.245148658752498],[52.150249481201286,12.245248794555778],[52.150321960449276,12.239169120788688],[52.157711029053019,12.239359855651969],[52.161540985107365,12.227298736572322],[52.165298461914062,12.221308708190918],[52.165229797363395,12.227390289306584],[52.168941497802848,12.227490425110091],[52.18367004394554,12.233958244323787],[52.176139831542912,12.245930671692065],[52.179779052734375,12.252108573913858],[52.190879821777344,12.252399444580249],[52.194499969482536,12.258580207824934],[52.201911926269531,12.258779525756836],[52.20198059082054,12.252709388733081],[52.205680847168253,12.252788543701172],[52.205612182617415,12.258880615234432],[52.212879180908203,12.271249771118164],[52.212680816650391,12.289499282837028],[52.219951629638672,12.301870346069336],[52.223651885986385,12.301969528198526],[52.223709106445369,12.29588890075695],[52.227420806884822,12.295989990234375],[52.231182098388672,12.289999961853141],[52.23125076293951,12.283919334411564],[52.235012054443359,12.277930259704647],[52.23870849609375,12.278030395507756],[52.238849639892578,12.265848159790153],[52.242481231689453,12.272040367126749],[52.246311187744197,12.259959220886344],[52.246379852295036,12.253860473632812],[52.250080108642578,12.25396919250494],[52.257419586181697,12.260259628296069],[52.272220611572436,12.260648727417163],[52.283260345458984,12.267040252685661],[52.286960601806868,12.26714038848877],[52.290599822998104,12.273329734802303],[52.301639556884993,12.279729843139648],[52.305339813232706,12.279830932617415],[52.316310882568416,12.292320251464787],[52.319950103759993,12.298509597778491],[52.338329315185661,12.311209678650073],[52.341960906982706,12.317408561706713],[52.342029571533374,12.311319351196289],[52.345729827880916,12.311418533325309],[52.345798492431584,12.305319786071777],[52.349498748779354,12.305420875549373],[52.357040405273494,12.293430328369141],[52.364440917968921,12.293630599975756],[52.368011474609318,12.305929183960018],[52.367950439453182,12.312029838562125],[52.375358581543196,12.312228202819767],[52.375492095947379,12.300019264221191],[52.382888793945256,12.300229072571085],[52.390232086181584,12.306539535522745],[52.390171051025447,12.312639236450195],[52.401279449463175,12.312949180603027],[52.405059814453125,12.306949615478686],[52.401420593261719,12.300739288330135],[52.405109405517521,12.300840377807731],[52.405181884765739,12.29474067688011],[52.409019470214787,12.282629013061751],[52.412719726562557,12.282730102539119],[52.419929504394531,12.301250457763672],[52.423702239990291,12.295240402221737],[52.427398681640625,12.295339584350529],[52.427268981933651,12.307560920715332],[52.434680938720646,12.307759284973145],[52.438320159912109,12.313969612121696],[52.445732116699276,12.314169883728084],[52.445590972900391,12.326389312744311],[52.449298858642635,12.326489448547591],[52.452999114990234,12.326588630676213],[52.456771850585938,12.320588111877385],[52.456642150878963,12.332799911499251],[52.46775054931669,12.333109855652083],[52.475101470947379,12.33942985534668],[52.475158691406364,12.333319664001408],[52.471462249755973,12.33321857452421],[52.471591949463118,12.320999145507812],[52.475360870361328,12.314989089965877],[52.482769012451172,12.315189361572266],[52.486412048339957,12.321409225464151],[52.486480712890625,12.315300941467285],[52.490249633789176,12.30929088592535],[52.490322113037223,12.303169250488395],[52.48661041259777,12.303069114685286],[52.486751556396428,12.290859222412394],[52.483108520507869,12.284640312194824],[52.483169555664176,12.278519630432356],[52.490581512451172,12.278730392455998],[52.49063873291044,12.27260971069353],[52.494350433349723,12.272710800171126],[52.497989654541129,12.278929710388297],[52.498119354248104,12.266699790954874],[52.512939453125114,12.267099380493391],[52.513011932373161,12.260979652404842],[52.520610809326399,12.242839813232365],[52.516971588134822,12.236619949340877],[52.513198852539062,12.242639541625977],[52.513271331787109,12.236519813537598],[52.509559631347656,12.236429214477596],[52.509620666503963,12.230310440063533],[52.505920410156193,12.230209350585938],[52.502151489257983,12.236230850219783],[52.498439788818359,12.236129760742188],[52.494800567626953,12.229920387268123],[52.494869232177962,12.223809242248592],[52.498569488525334,12.223900794983081],[52.498630523681641,12.217789649963549],[52.494930267334269,12.217690467834529],[52.491291046142692,12.211479187011889],[52.491352081298828,12.205368995666447],[52.495059967041243,12.205469131469727],[52.49512100219755,12.199350357055664],[52.491481781005973,12.193139076233024],[52.498950958251896,12.187219619751033],[52.502719879150504,12.181199073791504],[52.502780914306641,12.175079345703125],[52.510189056396769,12.17526817321783],[52.521121978759766,12.193908691406193],[52.528541564941463,12.194099426269474],[52.528598785400447,12.187978744507006],[52.532360076904297,12.181960105896223],[52.532428741455305,12.175840377807674],[52.528839111328125,12.163510322570744],[52.525138854980582,12.163418769836483],[52.521560668945256,12.151088714599553],[52.532669067382983,12.151369094848917],[52.5363197326663,12.157580375671557],[52.551078796386832,12.164079666137695],[52.558429718017692,12.170389175415266],[52.569370269775391,12.189039230346964],[52.573139190673942,12.183008193969783],[52.602798461914176,12.183770179748819],[52.602859497070483,12.17765045166044],[52.621398925781307,12.178129196167049],[52.613788604736328,12.196307182312012],[52.613670349121207,12.208559989929427],[52.617309570312443,12.214778900146598],[52.621021270751896,12.214879989624023],[52.620830535888615,12.233259201049862],[52.624408721923942,12.245609283447322],[52.624469757080078,12.239478111267033],[52.635601043701229,12.239779472351245],[52.635528564453352,12.245899200439624],[52.642951965332088,12.246099472046012],[52.646720886230469,12.240079879760742],[52.654140472412166,12.240268707275447],[52.661491394043026,12.246599197387638],[52.665199279785156,12.246699333191145],[52.668972015380916,12.240668296813965],[52.676391601562614,12.240868568420581],[52.676460266113281,12.234740257263184],[52.680160522461165,12.234840393066463],[52.680099487304688,12.24096870422386],[52.683811187744141,12.241068840026969],[52.683940887451286,12.22881031036377],[52.69142150878929,12.222869873046989],[52.695129394531193,12.222968101501692],[52.695072174072266,12.229099273681584],[52.69878005981451,12.22920036315918],[52.702548980712947,12.223169326782397],[52.702610015869254,12.217038154602108],[52.706390380859375,12.210997581482218],[52.710109710693359,12.211098670959416],[52.710029602050781,12.217229843139705],[52.713748931884766,12.217329978942985],[52.713809967041072,12.211198806762923],[52.710159301757926,12.204960823059082],[52.717578887939453,12.205159187316895],[52.717521667480526,12.211290359497184],[52.724941253662223,12.211490631103572],[52.724868774414176,12.217618942260799],[52.7285804748538,12.217720031738395],[52.735870361328182,12.230189323425407],[52.739650726318473,12.224148750305289],[52.7470703125,12.22435188293457],[52.747138977050895,12.218210220337085],[52.754619598388729,12.212269783020076],[52.758331298828182,12.212380409241007],[52.758201599121207,12.22465038299589],[52.761981964111271,12.218610763550089],[52.769401550293026,12.218799591064396],[52.769271850586051,12.231080055237101],[52.784118652343977,12.231478691101131],[52.783988952637003,12.243759155273438],[52.780208587646712,12.249800682068042],[52.783859252929688,12.256038665771484],[52.787559509277401,12.256138801574764],[52.791358947754134,12.250099182128963],[52.791221618652457,12.26237869262718],[52.806049346923828,12.262788772583121],[52.806129455566349,12.256651878357104],[52.813621520996264,12.25070953369169],[52.832248687744197,12.245059967041072],[52.839672088623047,12.245269775390625],[52.843448638916016,12.239218711853084],[52.854591369628906,12.239520072937296],[52.858428955078125,12.227318763732853],[52.862140655517578,12.227419853210449],[52.862209320068587,12.221280097961539],[52.854782104492188,12.221078872680664],[52.85855865478527,12.215029716491699],[52.862270355224723,12.215129852295206],[52.862331390380859,12.208978652954386],[52.866062164306754,12.209078788757495],[52.87353897094755,12.203119277954045],[52.873600006103516,12.196969985962198],[52.858871459961165,12.184280395507869],[52.858940124511832,12.178129196167049],[52.855350494384993,12.165739059448299],[52.855411529541129,12.159589767456055],[52.851879119873047,12.141049385070801],[52.848228454589957,12.134799957275447],[52.848281860351506,12.128640174865779],[52.855659484863338,12.134988784790153],[52.859310150146484,12.141239166259766],[52.863079071044922,12.135177612304858],[52.870571136474609,12.129208564758471],[52.885429382324332,12.129590034485034],[52.870689392089901,12.116909027099894],[52.870750427246207,12.110759735107479],[52.874530792236328,12.10470008850092],[52.870941162109489,12.092299461364973],[52.871009826660156,12.086150169372729],[52.882141113281477,12.086408615112362],[52.878551483154297,12.074020385742415],[52.882259368896541,12.074109077453613],[52.882621765136662,12.037179946899357],[52.88639068603527,12.031120300293026],[52.882740020751953,12.024870872497672],[52.882862091064567,12.0125608444215],[52.875431060791129,12.01239013671875],[52.875549316406364,12.000078201294002],[52.871891021728686,11.993840217590559],[52.872009277343807,11.981528282165584],[52.875839233398494,11.96929836273199],[52.879611968994254,11.963229179382324],[52.8872718811038,11.938759803772143],[52.88756179809576,11.907969474792708],[52.891330718994141,11.901879310608194],[52.895160675048999,11.889639854431266],[52.902648925781193,11.883639335632438],[52.906478881835938,11.871389389038086],[52.90298080444353,11.846659660339299],[52.914299011230469,11.828389167785588],[52.921730041503906,11.828538894653491],[52.929061889648665,11.841018676757926],[52.932659149170036,11.853428840637207],[52.947528839111442,11.853730201721191],[52.947601318359489,11.847560882568416],[52.951419830322266,11.835298538208065],[52.955131530761719,11.835369110107706],[52.955520629882812,11.792167663574503],[52.959228515625057,11.792239189148233],[52.963008880615178,11.786140441894702],[52.974220275879077,11.780168533325252],[52.978050231933594,11.767889022827205],[52.981819152832031,11.761780738830566],[52.981880187988338,11.755608558654899],[52.985649108886719,11.749499320983944],[52.985698699951286,11.743320465088061],[52.978431701660156,11.724649429321516],[52.974811553955192,11.71222972869873],[52.974960327148438,11.693689346313647],[52.978691101074332,11.693759918212891],[52.982471466064396,11.687638282775936],[53.004779815673771,11.688010215759562],[53.004890441894531,11.675639152527083],[53.001331329345987,11.657029151916674],[53.001430511474666,11.644648551941032],[53.008972167968807,11.632390022278059],[53.016410827636776,11.632508277893123],[53.027469635009879,11.645058631896973],[53.031139373779297,11.651300430297965],[53.038688659668139,11.639038085937614],[53.038791656494141,11.626650810241756],[53.031551361083984,11.60176944732666],[53.031600952148438,11.595579147338867],[53.039249420166129,11.570900917053279],[53.050521850585938,11.558659553527946],[53.050621032714957,11.546258926391602],[53.043270111084098,11.533768653869743],[53.043369293212891,11.521370887756461],[53.047180175781364,11.50900936126709],[53.077362060546818,11.459699630737418],[53.077461242676009,11.447280883789119],[53.073841094970703,11.434829711914062],[53.070159912109546,11.428568840026799],[53.070350646972827,11.403729438781795],[53.066619873046989,11.403698921203841],[53.059318542480526,11.38499927520752],[53.052108764648494,11.353878974914551],[53.05216217041044,11.34766864776617],[53.059700012207088,11.335300445556754],[53.059749603271484,11.329089164734114],[53.067241668701229,11.322929382324276],[53.070968627929915,11.322949409484806],[53.082271575927905,11.304379463195858],[53.08610916137701,11.29195976257347],[53.097381591796818,11.279588699340991],[53.101150512695426,11.273380279541016],[53.119781494140682,11.273481369018612],[53.11967849731451,11.285949707031307],[53.115859985351676,11.298369407653922],[53.111991882324446,11.317019462585449],[53.11571121215843,11.317038536072062],[53.115558624267692,11.335709571838606],[53.111789703369084,11.341909408569336],[53.115322113037337,11.366828918457315],[53.111541748046875,11.373009681701603],[53.107730865478629,11.385419845581282],[53.107631683349609,11.397848129272518],[53.111309051513899,11.404090881347827],[53.118801116943473,11.397949218750114],[53.137432098388729,11.398110389709529],[53.137329101562557,11.410550117492676],[53.133602142334041,11.410519599914721],[53.133510589599894,11.422960281372355],[53.137229919433878,11.422999382019157],[53.137081146240291,11.441659927368448],[53.133361816406307,11.441618919372502],[53.133312225341911,11.44783878326416],[53.137020111083984,11.447879791259936],[53.136840820312614,11.472749710083292],[53.133060455322493,11.478928565979004],[53.125610351562443,11.478849411010742],[53.125419616699162,11.503709793090991],[53.121688842773494,11.503668785095215],[53.117919921875057,11.50983810424799],[53.121601104736385,11.516098976135254],[53.121391296386832,11.540950775146655],[53.125122070312557,11.540988922119141],[53.128742218017862,11.553459167480469],[53.132461547851847,11.553508758544865],[53.136131286621094,11.559769630432299],[53.147361755371037,11.553690910339299],[53.154701232910384,11.566220283508528],[53.162101745605469,11.572529792785701],[53.162052154541243,11.578739166259766],[53.165821075439453,11.572578430176009],[53.169551849365348,11.572619438171387],[53.173320770263729,11.56645870208763],[53.177001953125057,11.572719573974666],[53.17710113525402,11.560279846191349],[53.184490203857422,11.566589355468693],[53.188220977783317,11.566638946533487],[53.192001342773438,11.560468673706055],[53.199401855468864,11.566780090331974],[53.203182220458984,11.560599327087687],[53.203231811523551,11.554379463196028],[53.210571289062557,11.566919326782283],[53.210369110107536,11.591810226440487],[53.214038848876953,11.598079681396541],[53.22143936157255,11.604399681091536],[53.225059509277401,11.616897583008097],[53.228729248046932,11.62317085266136],[53.236129760742244,11.629508972168082],[53.239810943603516,11.635769844055346],[53.235969543457259,11.648159027099609],[53.235858917236555,11.660610198974837],[53.239528656005973,11.666879653930721],[53.23921203613304,11.704189300537053],[53.235431671142749,11.710358619689998],[53.235370635986442,11.716579437255973],[53.231651306152457,11.716519355774153],[53.227870941162166,11.722668647766397],[53.227748870849553,11.735098838806209],[53.212848663330192,11.734849929809513],[53.212749481201172,11.747279167175236],[53.220081329345817,11.759830474853572],[53.220031738281193,11.766039848327637],[53.223640441894645,11.778518676757983],[53.223121643066406,11.834399223327921],[53.226791381835994,11.840670585632381],[53.230499267578409,11.840750694274959],[53.241859436035213,11.822331428527832],[53.241981506347656,11.809900283813704],[53.249488830566463,11.803829193115234],[53.249309539794865,11.822469711303825],[53.249019622802962,11.853521347045955],[53.2452392578125,11.8596582412722],[53.245121002197266,11.872070312500057],[53.252571105957088,11.872219085693473],[53.259910583496094,11.884778976440487],[53.263511657714787,11.89727973937994],[53.274688720703352,11.897499084472599],[53.274620056152344,11.903709411621151],[53.270790100097656,11.916050910949764],[53.270420074463004,11.953291893005428],[53.26670074462902,11.953209877014274],[53.274028778076229,11.965779304504395],[53.277751922607422,11.965849876404036],[53.28142166137701,11.972149848938272],[53.288810729980526,11.978528976440373],[53.29253005981451,11.978598594665527],[53.292350769042969,11.997208595275936],[53.288558959960938,12.003330230712891],[53.292289733886832,12.003428459167424],[53.29595947265625,12.009710311889705],[53.295829772949276,12.022120475768986],[53.299499511718807,12.028409957885799],[53.318130493164062,12.028838157653865],[53.32564926147478,12.022798538208065],[53.329368591308764,12.022890090942553],[53.333049774169922,12.029179573059366],[53.340309143066463,12.047969818115234],[53.343978881836051,12.054268836975382],[53.343910217285384,12.060480117797852],[53.366352081298885,12.05480003356945],[53.366031646728459,12.085860252380428],[53.354839324951172,12.085589408874796],[53.343662261963004,12.085320472717342],[53.339599609375284,12.116258621215877],[53.347061157226506,12.116438865661564],[53.343070983886719,12.141159057617415],[53.350528717041129,12.141359329223633],[53.350460052490234,12.14755916595476],[53.3541908264163,12.147659301757869],[53.357780456542969,12.160168647766341],[53.35033035278326,12.159969329834041],[53.346530914306754,12.166078567504996],[53.335281372070483,12.171999931335733],[53.338809967041186,12.190699577331827],[53.342472076416072,12.196999549865893],[53.342540740966911,12.190800666809253],[53.346260070800895,12.190900802612532],[53.349929809570312,12.197200775146769],[53.34972000122076,12.21580982208252],[53.35338211059576,12.22210884094244],[53.353248596191463,12.2345104217531],[53.349521636962947,12.234410285949991],[53.338272094726676,12.240309715271223],[53.338199615478516,12.246509552001953],[53.334480285644531,12.246409416198844],[53.330680847167969,12.252498626709041],[53.326808929443359,12.264800071716593],[53.319358825683707,12.264590263366699],[53.319149017333984,12.28317928314226],[53.322879791259879,12.283289909362793],[53.322738647461165,12.295680046081543],[53.322521209716911,12.31425857543968],[53.318729400634709,12.320348739624194],[53.318660736084041,12.326551437377987],[53.314861297607536,12.3326292037965],[53.314788818359489,12.338818550110034],[53.310989379883097,12.344908714294718],[53.307121276855526,12.357179641723917],[53.30332183837902,12.36325836181652],[53.303112030029297,12.38183975219755],[53.299388885498274,12.38172817230236],[53.299160003662166,12.400289535522461],[53.295440673828182,12.400179862976245],[53.291641235351619,12.406258583068848],[53.287910461426065,12.406140327453784],[53.284259796142749,12.399838447570744],[53.27682113647478,12.399628639221419],[53.276599884033203,12.418178558349609],[53.272800445556641,12.424249649048079],[53.272720336914233,12.430439949035872],[53.268928527832088,12.436510086059627],[53.257759094238395,12.436159133911246],[53.246440887451115,12.448179244995117],[53.246372222900447,12.454360008239803],[53.250011444091911,12.460661888122615],[53.249641418457202,12.491568565368937],[53.253360748291186,12.491689682007063],[53.249561309814453,12.497750282287711],[53.249481201171932,12.503929138183821],[53.256931304931584,12.504158973694075],[53.260269165039006,12.535188674926701],[53.256389617919922,12.547428131103459],[53.256309509277344,12.553608894348145],[53.248401641845874,12.590429306030444],[53.244522094726619,12.602659225463867],[53.240718841552678,12.608710289001579],[53.240638732910156,12.614889144897688],[53.24782943725603,12.633670806884936],[53.251560211181754,12.633798599243107],[53.251071929931811,12.670860290527401],[53.247348785400504,12.670729637145939],[53.243461608886832,12.68294811248785],[53.243549346923942,12.676769256591967],[53.236179351806641,12.670339584350756],[53.228752136230582,12.670080184936808],[53.224948883056641,12.676119804382608],[53.221069335937557,12.688338279724121],[53.220581054687784,12.725370407104549],[53.2168617248538,12.725239753723315],[53.220249176025447,12.750049591064453],[53.220081329345817,12.762390136718977],[53.216361999511832,12.762260437012003],[53.201568603515625,12.755550384521655],[53.194301605224666,12.742948532104776],[53.194221496582145,12.749109268188533],[53.190330505371094,12.761318206787109],[53.190250396728572,12.767478942871264],[53.182811737060604,12.767208099365234],[53.182559967041016,12.785710334778003],[53.193290710449332,12.816949844360352],[53.189579010009879,12.816808700561467],[53.18949127197294,12.822980880737532],[53.193119049072322,12.829279899597452],[53.192951202392805,12.841618537902832],[53.196590423584041,12.847919464111555],[53.196498870849609,12.854090690612907],[53.188980102539062,12.859969139099121],[53.185260772705078,12.85982990264921],[53.181461334228516,12.865848541259993],[53.181369781494254,12.872020721435831],[53.173770904540959,12.884070396423397],[53.17747879028326,12.884198188781966],[53.177398681640852,12.890370368957633],[53.184829711914119,12.890649795532283],[53.184661865234602,12.902979850769043],[53.19190979003929,12.915599822998047],[53.191650390625,12.934090614318904],[53.184219360351733,12.933798789978027],[53.184131622314453,12.939958572387695],[53.180408477783317,12.939820289611873],[53.180332183837947,12.945979118347225],[53.187759399414176,12.946268081665039],[53.191558837890739,12.940249443054256],[53.195098876953125,12.952729225158691],[53.194740295410213,12.977380752563704],[53.19102859497076,12.977238655090332],[53.187221527099837,12.983248710632267],[53.183601379394474,12.976938247680835],[53.180061340332088,12.964468955993823],[53.176349639892805,12.96431922912609],[53.172721862792912,12.958009719848746],[53.172809600830192,12.951849937439079],[53.169181823730526,12.945539474487248],[53.168998718261776,12.957859992981014],[53.172630310058821,12.964167594909611],[53.172538757324162,12.970329284668026],[53.165111541748274,12.970039367675952],[53.157501220703125,12.982050895691202],[53.161128997802848,12.988370895385799],[53.164749145507812,12.994679450989054],[53.164569854736442,13.006999969482649],[53.171821594238452,13.019628524780501],[53.17173004150402,13.025779724121321],[53.175449371338004,13.025927543640421],[53.179260253906421,13.019918441772575],[53.182788848877124,13.032399177551497],[53.186408996582145,13.038709640503157],[53.190132141113452,13.038868904113997],[53.19004058837902,13.045029640197754],[53.193748474121094,13.045180320739746],[53.197280883789176,13.057659149169865],[53.197010040283317,13.076148986816634],[53.204250335693473,13.088780403137378],[53.211681365966911,13.08909893035883],[53.211589813232592,13.095259666443155],[53.207778930664176,13.10126972198492],[53.211399078369311,13.107589721679688],[53.233692169189453,13.108539581299112],[53.237201690674055,13.121039390563908],[53.233310699462891,13.133210182189998],[53.24065017700201,13.139700889587687],[53.240558624267578,13.145858764648381],[53.244171142578352,13.152190208435059],[53.243980407715071,13.164529800415096],[53.247600555419922,13.170859336853198],[53.247501373291243,13.177019119262866],[53.24378967285179,13.176859855652026],[53.243690490722656,13.183029174804801],[53.247390747070369,13.183189392089901],[53.243591308593977,13.189199447632063],[53.236068725585938,13.195029258728141],[53.232360839843807,13.194869041442814],[53.21731185913103,13.206528663635368],[53.217121124267749,13.218859672546387],[53.213211059570483,13.23102092742937],[53.216930389404467,13.231199264526424],[53.220439910888729,13.243679046630859],[53.224239349365462,13.237689971923942],[53.227870941162166,13.244018554687557],[53.231578826904297,13.244190216064396],[53.242618560791129,13.250859260559196],[53.246746063232649,13.251048088073901],[53.253906250000057,13.251282691955623],[53.257507324218977,13.257691383361987],[53.260906219482536,13.276393890380973],[53.260925292968807,13.276490211487101],[53.262969970703125,13.276490211487101],[53.2645263671875,13.276490211487101],[53.269367218017578,13.285106658935604],[53.271728515625,13.28930759429943],[53.272556304931925,13.292190551757983],[53.275329589843864,13.301878929138354],[53.275085449218807,13.314085960388354],[53.271118164062614,13.332519531250057],[53.270874023437727,13.344857215881518],[53.271987915039119,13.346812248230151],[53.274475097656307,13.351074218750114],[53.274291992187727,13.363525390625171],[53.266723632812614,13.369323730468807],[53.255493164062614,13.374877929687557],[53.254306793212891,13.375786781311035],[53.247951507568644,13.380689620971907],[53.247924804687671,13.382289886474553],[53.247924804687671,13.386901855469034],[53.242839813232422,13.386610984802246],[53.240478515625,13.386491775512695],[53.240478515625,13.39270114898676],[53.243869781494368,13.405172348022745],[53.243896484375,13.405271530151367],[53.249885559082259,13.405472755432072],[53.251281738281364,13.405517578125],[53.254882812500114,13.411927223205851],[53.262329101562614,13.412291526794377],[53.263717651367188,13.414785385132006],[53.26947021484375,13.425109863281193],[53.274814605713004,13.429709434509277],[53.276916503906421,13.431518554687557],[53.280517578125,13.431700706482218],[53.280273437500114,13.444092750549544],[53.284118652343693,13.444274902343807],[53.284118652343693,13.438687324523983],[53.284130096435774,13.438094139099121],[53.288028717040959,13.432213783264331],[53.291549682617131,13.438420295715332],[53.291687011718864,13.438476562500171],[53.295288085937727,13.438720703125227],[53.295055389404411,13.450478553772086],[53.294925689697266,13.457128524780444],[53.287544250488224,13.456730842590332],[53.287120819091967,13.480748176574878],[53.287109375000114,13.481421470642317],[53.29791259765625,13.50048828125],[53.298473358154411,13.499667167663631],[53.3018798828125,13.494689941406364],[53.305480957031193,13.500915527343977],[53.312271118164119,13.507130622863997],[53.312683105468864,13.50750827789318],[53.320312500000114,13.501708984375057],[53.323879241943303,13.501889228820744],[53.320072174072209,13.507869720459212],[53.316360473632812,13.507669448852596],[53.316173553467024,13.518795967102108],[53.316051483154411,13.526199340820256],[53.316101074218864,13.526306152343807],[53.319885253906477,13.52648830413824],[53.331115722656307,13.52087497711176],[53.338409423828182,13.521295547485522],[53.3385009765625,13.52130126953125],[53.338321685791129,13.527391433715763],[53.33831787109375,13.527526855468693],[53.349487304687614,13.528077125549601],[53.349670410156364,13.515685081481877],[53.356872558593807,13.522278785705566],[53.364360809326172,13.522698402404842],[53.364261627197379,13.52879905700695],[53.360439300537166,13.534789085388184],[53.360340118408203,13.540958404541129],[53.374961853027344,13.554159164428825],[53.380241394042912,13.554449081421126],[53.389892578125227,13.555113792419718],[53.389892578125227,13.549206733703556],[53.389896392822266,13.54889011383068],[53.39727783203125,13.54931640625],[53.39727783203125,13.55126857757574],[53.397209167480582,13.555390357971135],[53.399082183838061,13.562153816223258],[53.40069580078125,13.568114280700797],[53.404296875,13.57452297210699],[53.40419006347679,13.580570220947322],[53.407791137695369,13.586970329284668],[53.403968811035213,13.592949867248649],[53.40418624877924,13.592961311340559],[53.406246185302848,13.593077659607218],[53.407680511474609,13.593159675598372],[53.407459259033203,13.605560302734546],[53.408203125000227,13.605599403381348],[53.411167144775447,13.605881690979061],[53.411315917969034,13.605895996093864],[53.4110107421875,13.614761352539062],[53.410892486572266,13.618145942688216],[53.410888671875057,13.618287086487101],[53.4073486328125,13.617924690246582],[53.407287597656364,13.624085426330737],[53.410888671875057,13.624328613281307],[53.421760559082088,13.637372970581225],[53.421875000000171,13.637512207031307],[53.429374694824446,13.625694274902401],[53.429244995117472,13.632966995239315],[53.429077148437443,13.637879371643294],[53.436706542968693,13.638304710388297],[53.436706542968693,13.63208103179926],[53.444091796875114,13.638671875000284],[53.440124511718864,13.650878906250284],[53.443725585937614,13.65728759765625],[53.447509765625057,13.651490211487101],[53.453670501709041,13.66245460510271],[53.458271026611555,13.670688629150561],[53.458160400390852,13.676888465881291],[53.461872100830135,13.67713928222679],[53.462955474853516,13.681085586547965],[53.465270996093864,13.689879417419434],[53.476074218750057,13.709288597107104],[53.479850769042969,13.709418296814249],[53.479412078857479,13.734288215637434],[53.48300933837902,13.740770339966105],[53.482891082763729,13.746990203857592],[53.479190826416186,13.746739387512264],[53.47537994384777,13.752708435058651],[53.475006103515739,13.77402687072771],[53.474918365478629,13.777607917785701],[53.47491455078125,13.777709960937557],[53.472812652588004,13.777460098266772],[53.471355438232422,13.7773571014406],[53.471229553222599,13.777350425720329],[53.47483062744169,13.78383922576927],[53.478199005126953,13.8027992248538],[53.481788635253963,13.809299468994425],[53.486305236816406,13.814809799194563],[53.492675781250057,13.822693824768294],[53.495826721191349,13.82829761505127],[53.496261596679858,13.829074859619368],[53.496490478515682,13.816598892211914],[53.500301361084098,13.810619354248331],[53.497470855712891,13.805498123169116],[53.496719360351619,13.804106712341309],[53.498306274414006,13.801625251770247],[53.500488281250057,13.798279762268294],[53.508117675781307,13.792482376098746],[53.511901855468921,13.786499023437784],[53.5120849609375,13.78027439117426],[53.516910552978459,13.78055286407465],[53.519397735595703,13.780695915222111],[53.519470214843864,13.78070068359375],[53.5233154296875,13.77472019195568],[53.524322509765682,13.774820327758789],[53.526916503906193,13.775085449218864],[53.534267425537053,13.778670310974235],[53.541687011718807,13.782286643982218],[53.544284820556868,13.782501220703409],[53.549072265625,13.782897949218864],[53.549938201904297,13.783711433410701],[53.556289672851506,13.789619445800952],[53.556217193603516,13.793650627136344],[53.556091308593864,13.802124977111873],[53.553165435791016,13.8019189834597],[53.541252136230469,13.801049232483024],[53.537429809570312,13.807028770446834],[53.522972106933594,13.823904037475756],[53.522281646728516,13.824710845947322],[53.522163391113281,13.824702262878475],[53.518676757812614,13.824523925781421],[53.51863098144554,13.824441909790266],[53.515071868896541,13.818076133728255],[53.514526367187443,13.84930515289318],[53.510498046875284,13.86151218414318],[53.504261016845817,13.876034736633358],[53.502731323242188,13.879629135131836],[53.501068115234432,13.879508018493709]],[52.675022125244141,[13.482250213623217],[52.667781829833984,13.46973991394043],[52.667869567871094,13.463649749755916],[52.660549163818359,13.45722961425804],[52.652778625488224,13.481238365173567],[52.649169921875,13.474988937378214],[52.649261474609602,13.46889877319353],[52.645641326904297,13.462650299072266],[52.645729064941349,13.456560134887752],[52.649440765380803,13.456730842590332],[52.649539947509993,13.450640678405819],[52.642299652099837,13.438139915466536],[52.634891510009879,13.437800407409668],[52.634979248046932,13.431718826294173],[52.638858795166243,13.419708251953409],[52.642570495605526,13.419878959655762],[52.638961791992415,13.413619041442985],[52.646549224853629,13.40176868438715],[52.642841339111385,13.401610374450627],[52.635520935058821,13.395200729370345],[52.631919860839901,13.388949394226245],[52.631999969482649,13.382859230041731],[52.628292083740234,13.382687568664494],[52.621059417724609,13.370199203491438],[52.621601104736271,13.333660125732592],[52.625572204589844,13.315549850463981],[52.632980346679688,13.315859794616813],[52.63677978515625,13.309928894043139],[52.644191741943416,13.310248374938908],[52.651691436767692,13.304468154907227],[52.655311584472827,13.310720443725643],[52.655658721924055,13.28633975982666],[52.637142181396712,13.285560607910384],[52.637401580810661,13.267268180847338],[52.633701324462947,13.267120361328409],[52.629901885986555,13.273059844970703],[52.622489929199219,13.272738456726358],[52.626548767089901,13.248509407043514],[52.622928619384709,13.242268562317179],[52.626811981201172,13.230238914489973],[52.604759216308594,13.217118263244856],[52.604839324951172,13.211028099060343],[52.601139068603629,13.210880279541016],[52.593639373779354,13.216669082641545],[52.589851379394531,13.222608566284237],[52.589759826660384,13.22869873046875],[52.586139678955078,13.222449302673397],[52.58623123168968,13.216359138488713],[52.582519531250057,13.216209411621378],[52.586399078369197,13.204168319702262],[52.586490631103629,13.198078155517578],[52.590278625488281,13.192138671875057],[52.594161987304744,13.18010139465332],[52.594249725341854,13.173998832702807],[52.594421386718693,13.161809921264762],[52.587100982666016,13.15542030334484],[52.583560943603743,13.143080711364803],[52.583648681640852,13.136990547180289],[52.576240539550895,13.136680603027457],[52.576068878173828,13.148870468139592],[52.57968902587902,13.155118942261026],[52.572189331054744,13.160909652710131],[52.564781188964901,13.160609245300407],[52.561161041259766,13.154369354248217],[52.550041198730469,13.153920173645076],[52.550220489502067,13.141739845275879],[52.554019927978629,13.135789871215934],[52.539192199707088,13.135198593139648],[52.520832061767692,13.122269630432299],[52.513339996337947,13.128069877624512],[52.513160705566349,13.140250205993709],[52.516700744629134,13.152580261230469],[52.51298904418968,13.152429580688647],[52.509029388427848,13.170539855957031],[52.505241394043026,13.176479339599553],[52.49800109863304,13.163997650146541],[52.476119995117301,13.138758659362793],[52.476200103759879,13.132680892944506],[52.472579956054688,13.126438140869197],[52.468879699707145,13.126290321350098],[52.465259552001953,13.120060920715503],[52.446739196777457,13.119320869445801],[52.442951202392635,13.125260353088493],[52.435451507568359,13.131049156189192],[52.428199768066634,13.118589401245117],[52.424510955810661,13.118438720703125],[52.420890808105469,13.112210273742789],[52.417438507080135,13.093818664550952],[52.40995025634777,13.09960842132574],[52.40625,13.099459648132324],[52.40608215332054,13.111618995666504],[52.402278900146484,13.117559432983512],[52.394618988037053,13.13549995422386],[52.394451141357422,13.14765930175804],[52.387130737304688,13.141288757324162],[52.394371032714844,13.153739929199219],[52.390499114990291,13.165748596191406],[52.390319824218864,13.177889823913631],[52.394020080566406,13.178049087524641],[52.394199371338004,13.165899276733398],[52.397899627685547,13.166049957275391],[52.412200927734432,13.203120231628702],[52.412029266357592,13.215270042419377],[52.419261932373047,13.227739334106388],[52.418910980224609,13.252047538757324],[52.411418914794922,13.257809638977051],[52.404010772705078,13.257509231567553],[52.403839111328239,13.269659042358398],[52.400051116943416,13.275580406188965],[52.399951934814567,13.281649589538631],[52.414421081542969,13.30657005310087],[52.410720825195597,13.306409835815373],[52.395729064941406,13.317929267883528],[52.410110473632926,13.348920822143668],[52.406398773193473,13.348770141601847],[52.39881896972679,13.360589981079158],[52.391151428222656,13.378480911254883],[52.387451171875284,13.378318786621378],[52.387180328369084,13.396519660949764],[52.376071929931754,13.396039962768668],[52.375621795654354,13.426369667053279],[52.375541687011776,13.432428359985522],[52.382949829101562,13.432759284973201],[52.382862091064453,13.438818931579533],[52.405250549316406,13.427668571472338],[52.408962249755859,13.427828788757438],[52.412490844726562,13.440129280090503],[52.415920257568416,13.458478927612305],[52.419528961181868,13.464718818664721],[52.419349670410156,13.476848602295206],[52.400650024414062,13.488148689270133],[52.393241882324389,13.487819671630859],[52.396862030029411,13.494039535522518],[52.396579742431811,13.51220893859886],[52.400112152099723,13.524510383606014],[52.400009155273551,13.530570030212573],[52.396221160888729,13.536458969116381],[52.399829864501953,13.542688369750977],[52.388721466064453,13.542180061340332],[52.388259887695312,13.572458267211914],[52.395198822021428,13.603069305419979],[52.384078979492188,13.602559089660929],[52.383998870849609,13.60859870910673],[52.380199432373104,13.614489555358944],[52.372798919677962,13.61414813995367],[52.379829406738395,13.638678550720329],[52.376029968261662,13.644558906555119],[52.375942230224609,13.65060997009283],[52.368530273437614,13.65025901794462],[52.368438720703125,13.656298637390421],[52.364730834961051,13.656129837036076],[52.357521057128849,13.643688201904354],[52.346408843994141,13.64317989349388],[52.338909149170206,13.648880004882812],[52.338722229003963,13.660959243774414],[52.342418670654297,13.661138534546183],[52.357040405273494,13.673918724060115],[52.364448547363281,13.674258232116813],[52.364360809326172,13.680309295654354],[52.371570587158203,13.692740440368652],[52.367771148681641,13.698608398437443],[52.375091552734375,13.705011367797852],[52.378688812255916,13.71121883392334],[52.378791809082259,13.705169677734375],[52.382499694824332,13.705349922180233],[52.382591247558651,13.699310302734432],[52.386291503906364,13.699479103088606],[52.400730133056584,13.724349021911564],[52.40044021606468,13.74246978759777],[52.404151916503963,13.742648124695052],[52.407760620117244,13.748869895935115],[52.415359497070312,13.737139701843319],[52.422771453857649,13.737500190734863],[52.42636871337902,13.743719100952433],[52.42628097534174,13.749758720398233],[52.44110107421875,13.750470161437988],[52.440910339355469,13.762550354003906],[52.437198638916016,13.762378692627237],[52.437110900879077,13.768408775329533],[52.444610595703352,13.762729644775447],[52.448318481445256,13.762909889221135],[52.448791503906477,13.732700347900391],[52.463798522949219,13.721320152282885],[52.467689514160384,13.709400177001896],[52.467781066894531,13.703359603882006],[52.460189819336108,13.715100288391397],[52.452781677246151,13.714739799499682],[52.456668853759766,13.702829360962028],[52.464080810546932,13.703180313110408],[52.464271545410213,13.691078186035384],[52.475662231445369,13.673458099365291],[52.471961975097599,13.67327976226801],[52.472049713134879,13.667228698730696],[52.475761413574503,13.667400360107536],[52.475849151611442,13.661349296569824],[52.479740142822436,13.649419784545898],[52.472518920898722,13.636960029602221],[52.472610473632869,13.630900382995662],[52.468910217285099,13.630728721618652],[52.469089508056697,13.618619918823356],[52.476501464843864,13.618960380554142],[52.480110168457145,13.625190734863224],[52.491039276123274,13.637830734252987],[52.491130828857365,13.631768226623763],[52.502239227294922,13.632289886474894],[52.516868591308651,13.645098686218205],[52.524009704589957,13.663631439209155],[52.527709960937671,13.663810729980526],[52.527900695800952,13.65168952941923],[52.531688690185604,13.645798683166447],[52.528171539306641,13.63349819183378],[52.528270721435661,13.627449035644645],[52.531970977783203,13.627619743347395],[52.539470672607479,13.621899604797534],[52.543270111083984,13.616009712219238],[52.547340393066406,13.59192943572998],[52.558448791503963,13.592439651489428],[52.565959930419922,13.58671855926508],[52.566131591796989,13.574580192565918],[52.573539733886946,13.574919700622615],[52.584930419922046,13.557220458984432],[52.588821411132869,13.545239448547363],[52.592788696289119,13.527190208435059],[52.589271545410099,13.514860153198356],[52.604259490966797,13.503379821777571],[52.611679077148665,13.503720283508358],[52.618991851806641,13.510140419006632],[52.622692108154411,13.510298728943155],[52.629920959472656,13.522801399231014],[52.637241363525334,13.529230117797908],[52.640949249267635,13.529389381408748],[52.644741058349609,13.523490905761832],[52.644828796386719,13.517398834228743],[52.64862060546875,13.511480331421069],[52.656391143798885,13.487489700317496],[52.663711547851562,13.493919372558878],[52.667419433593864,13.494078636169718],[52.667598724365234,13.48191070556652],[52.675022125244141,13.482250213623217]], + DE_BB: [[53.50106811523,13.879508018493709],[53.4990844726,13.87927341461176],[53.4990844726,13.876530647278003],[53.4991493225,13.873099327087516],[53.4843521118,13.872018814087028],[53.48411178588,13.884504318237418],[53.47684097290,13.877718925476131],[53.47531890869,13.877610206604004],[53.47314071655,13.877449989319075],[53.47133636474,13.880273818969897],[53.46551132202,13.889409065246639],[53.45775985717,13.907619476318359],[53.45764160156,13.913870811462459],[53.45394134521,13.91359901428234],[53.45011901855,13.919580459594727],[53.44295883178,13.906529426574934],[53.44258499145,13.907113075256291],[53.43915176391,13.91249942779541],[53.43832778930,13.912437438964787],[53.43545150756,13.912218093872127],[53.43444061279,13.910381317138956],[53.43186950683,13.905699729919547],[53.43198776245,13.899699211120719],[53.42828369140,13.905517578125284],[53.42449951171,13.905274391174316],[53.42176055908,13.913577079773006],[53.42053985595,13.917368888855037],[53.42458724975,13.928463935852278],[53.42767333984,13.936708450317326],[53.42749023437,13.942870140075968],[53.42927551269,13.943073272705249],[53.43114852905,13.943284988403377],[53.43127441406,13.943299293518351],[53.43072509765,13.96832370758068],[53.43364715576,13.979425430297795],[53.43410110473,13.981119155883903],[53.43389129638,13.991011619568042],[53.43370056152,13.999980926513729],[53.42988204956,14.005979537964151],[53.42987823486,14.006089210510368],[53.42982101440,14.008724212646484],[53.42945098876,14.024909973144815],[53.42900848388,14.043899536132812],[53.42148208618,14.049630165100098],[53.41411209106,14.049038887023983],[53.41027069091,14.055069923401163],[53.41271209716,14.064371109008789],[53.41366958618,14.068019866943359],[53.41339874267,14.080659866333292],[53.41952133178,14.092071533203239],[53.42050170898,14.093898773193473],[53.42041778564,14.097742080688477],[53.42029190063,14.106546401977766],[53.42644500732,14.107046127319393],[53.42760086059,14.107138633727971],[53.43402862548,14.113286018371809],[53.44202423095,14.121042251587141],[53.4420776367,14.121093749999943],[53.4382934570,14.1270751953125],[53.4381141662,14.133210182190169],[53.43811035156,14.13332939147972],[53.43976974487,14.136424064636174],[53.44165420532,14.139965057373274],[53.44171142578,14.14007472991949],[53.43792724609,14.146119117736987],[53.42633056640,14.170472145080851],[53.42230224609,14.18292331695551],[53.42187500000,14.2081298828125],[53.4252929,14.214720726013127],[53.42710494995,14.214897155762003],[53.42899703979,14.215081214904842],[53.43608093261,14.228329658508358],[53.4344367980,14.229587554931641],[53.42858123779,14.234070777893066],[53.42845153808,14.240408897399959],[53.42095184326,14.246148109436092],[53.41371154785,14.239208221435831],[53.40634155273,14.244851112366007],[53.40621185302,14.244949340820312],[53.39748001098,14.244242668151855],[53.38410186767,14.243160247802962],[53.37807846069,14.239173889160327],[53.37316131591,14.235918998718319],[53.37239837646,14.235857963562012],[53.36948013305,14.235617637634334],[53.36590957641,14.228979110717887],[53.35866928100,14.222050666809139],[53.34961700439,14.215001106262491],[53.34048080444,14.207889556884822],[53.3384170532,14.204046249389819],[53.33691406250,14.201294898986816],[53.33470535278,14.192889213561955],[53.33348846435,14.188299179077205],[53.32266998291,14.174750328064192],[53.32044219970,14.174567222595442],[53.31909179687,14.174498558044604],[53.31898880004,14.174450874328784],[53.30831146240,14.154569625854776],[53.30828857421,14.154479026794604],[53.30487060546,14.141722679138184],[53.29538726806,14.127415657043514],[53.28697204589,14.114839553832951],[53.28008270263,14.108256340026855],[53.27248001098,14.100990295410213],[53.26142120361,14.100090026855582],[53.26086044311,14.125409126281681],[53.26701736450,14.142645835876635],[53.26784896850,14.144984245300407],[53.26764297485,14.154932022094897],[53.26727294921,14.170287132263127],[53.26348876953,14.176330566406307],[53.26348876953,14.177425384521598],[53.26338195800,14.182628631591967],[53.25957107543,14.188668251037768],[53.25972366333,14.188722610473633],[53.26325607299,14.189083099365178],[53.26301193237,14.201618194580135],[53.25537872314,14.213690757751522],[53.25527191162,14.220010757446289],[53.25531005859,14.22008228302002],[53.25564575195,14.220710754394531],[53.25883102417,14.226650238037223],[53.25825119018,14.258330345153865],[53.26171875000,14.271309852600325],[53.26243972778,14.271059036254826],[53.27667236328,14.26629638671875],[53.28009033203,14.27911281585699],[53.28335952758,14.288326263427734],[53.28710937500,14.29889011383051],[53.28710937500,14.299500465393066],[53.28710937500,14.305113792419547],[53.29439544677,14.305715560913086],[53.29449462890,14.305725097656193],[53.30163955688,14.318984985351619],[53.3016967773,14.319091796875171],[53.31262207031,14.319879531860295],[53.31219863891,14.351510047912711],[53.31282806396,14.351563453674316],[53.31591796875,14.351929664611987],[53.31581878662,14.35709190368658],[53.31573104858,14.364448547363395],[53.31723785400,14.364576339721964],[53.31941223144,14.364759445190714],[53.31934738159,14.36916732788103],[53.31932067871,14.371069908142374],[53.31852722167,14.372331619262638],[53.31567382812,14.377075195312671],[53.31549453735,14.383360862732104],[53.32450866699,14.384136199951229],[53.3264770507,14.384305000305176],[53.3264770507,14.389954566955794],[53.32646942138,14.390620231628702],[53.32680130004,14.391841888427678],[53.33007812499,14.403504371643123],[53.33126068115,14.403642654419116],[53.33367919921,14.403929710388127],[53.33367919921,14.40667724609375],[53.33367919921,14.41009521484375],[53.33234405517,14.411911964416561],[53.33155441284,14.413069725036735],[53.33092498779,14.41398811340332],[53.3305053710,14.414671897888184],[53.32979583740,14.415765762329158],[53.329711914,14.415769577026367],[53.32563018798,14.420248985290584],[53.3195571899,14.417667388916243],[53.31126022338,14.414135932922647],[53.30371093750,14.419494628906477],[53.30362319946,14.419489860534838],[53.30294036865,14.41945838928217],[53.29992675781,14.419311523437557],[53.28869628906,14.424317359924373],[53.27791213989,14.423279762268066],[53.27796173095,14.424274444580021],[53.27820968627,14.429191589355469],[53.27857971191,14.436668395996151],[53.27811431884,14.436729431152457],[53.27695083618,14.436886787414494],[53.27684020996,14.439289093017862],[53.27669906616,14.441827774047852],[53.27656936645,14.444129943847713],[53.27472305297,14.444113731384334],[53.27447509765,14.444110870361271],[53.27446746826,14.444743156433333],[53.27214431762,14.445050239563102],[53.27035903930,14.44528961181669],[53.26998519897,14.445340156555176],[53.26550292968,14.445937156677246],[53.26568603515,14.449095726013468],[53.26220321655,14.448936462402457],[53.26163864135,14.448929786682186],[53.26141357421,14.448610305786246],[53.26110076904,14.448159217834529],[53.26005554199,14.446660041809082],[53.25812530517,14.446916580200138],[53.256534576,14.447080612182617],[53.25653076171,14.446975708007869],[53.25638580322,14.444084167480696],[53.25616836547,14.43971252441429],[53.2518920898,14.440307617187557],[53.2518692016,14.440228462219295],[53.25168228149,14.440253257751692],[53.25165557861,14.439689636230469],[53.25145721435,14.435729026794718],[53.25131225585,14.432782173156795],[53.24854278564,14.433151245117358],[53.24682998657,14.433379173279036],[53.24512863159,14.433607101440714],[53.24249267578,14.434081077575854],[53.24248504638,14.433958053588924],[53.24234771728,14.433976173400879],[53.24197387695,14.426505088806152],[53.23748397827,14.427116394043196],[53.23646926879,14.425288200378645],[53.23038864135,14.419532775878963],[53.22930145263,14.418504714965763],[53.22919082641,14.418400764465503],[53.22654724121,14.413532257080362],[53.22329711914,14.413965225219727],[53.22317886352,14.411638259887638],[53.22295761108,14.407189369201774],[53.22290039,14.406500816345442],[53.2213516235,14.406708717346191],[53.21850585937,14.407105445862044],[53.21411132812,14.407715797424373],[53.21395874023,14.407697677612418],[53.21358871459,14.400341033935604],[53.21358489990,14.400234222412053],[53.20910263061,14.400839805603312],[53.20900344848,14.399126052856673],[53.20867919921,14.393493652343921],[53.20862579345,14.391340255737475],[53.20835876464,14.385956764221248],[53.20770263671,14.385995864868221],[53.20770263671,14.385718345642147],[53.20770263671,14.385499000549487],[53.20692443847,14.383995056152344],[53.20605850219,14.382406234741211],[53.20415878295,14.378918647766284],[53.20278167724,14.37878513336193],[53.20225524902,14.378741264343489],[53.19451904296,14.37811183929449],[53.18927001953,14.377500534057674],[53.1881484985,14.375331878662337],[53.18727111816,14.373724937439022],[53.18530273437,14.374085426330566],[53.18072509765,14.374695777893294],[53.18072128295,14.37459754943859],[53.18064498901,14.373339653015307],[53.18050003051,14.370427131652889],[53.18048095703,14.370053291320858],[53.18033218383,14.367140769958667],[53.18002700805,14.367181777954045],[53.17584991455,14.367744445800952],[53.17136764526,14.368346214294661],[53.17037963867,14.368480682373104],[53.16688537597,14.368949890136946],[53.1624031066,14.369551658630655],[53.15792083740,14.370156288147029],[53.15792846679,14.370297431945914],[53.15799331665,14.371601104736442],[53.15832519531,14.376097679138354],[53.15832519531,14.377685546875],[53.15667724609,14.377929687500057],[53.14971923828,14.38568115234375],[53.14971923828,14.386292457580566],[53.1491088867,14.386473655700911],[53.1453247070,14.386902809143294],[53.14068603515,14.387511253357047],[53.14007568359,14.387696266174373],[53.13629150390,14.388121604919604],[53.13608169555,14.384592056274414],[53.13588714599,14.380682945251635],[53.13139724731,14.381218910217342],[53.12691497802,14.381819725036792],[53.12243270874,14.38242244720459],[53.11957550048,14.382804870605639],[53.11883926391,14.382903099060343],[53.11795043945,14.383022308349894],[53.11793899536,14.382816314697322],[53.11506652832,14.382534027099609],[53.11481857299,14.382509231567383],[53.11251831054,14.378285408020304],[53.1115112304,14.37652587890625],[53.1087036132,14.37689304351801],[53.10869598388,14.376765251159838],[53.10853958129,14.374451637268066],[53.10834121704,14.371468544006404],[53.108276367,14.370484352112044],[53.108276367,14.370162963867301],[53.10823440551,14.369338035583553],[53.10770416259,14.369403839111328],[53.10375213623,14.369932174682731],[53.1034317016,14.369976043701172],[53.10025787353,14.37040233612089],[53.09965515136,14.370484352112044],[53.09926986694,14.37053394317644],[53.09774017333,14.37272930145275],[53.0964965820,14.374510765075968],[53.09537124633,14.37252616882347],[53.09466552734,14.371286392212141],[53.09459686279,14.371161460876465],[53.09030151367,14.371738433837947],[53.09009933471,14.367747306824015],[53.08992767334,14.364294052124023],[53.08544540405,14.364897727966309],[53.08111572265,14.365479469299487],[53.08097839355,14.365496635436955],[53.0787239074,14.365794181823787],[53.07647705078,14.366089820861816],[53.07634353637,14.363464355469034],[53.07617950439,14.360212326049918],[53.07610702514,14.358704566955623],[53.07205963134,14.359266281127873],[53.07171630859,14.359313964843693],[53.07067871093,14.359496116638127],[53.0670776367,14.35992527008051],[53.0670776367,14.359313964843693],[53.06634521484,14.357914924621525],[53.06357955932,14.352854728699015],[53.06135177612,14.348777770996378],[53.05999755859,14.346302032470703],[53.05291748046,14.345703125000057],[53.05291366577,14.345590591430948],[53.05256652832,14.339491844177417],[53.04949951171,14.33990478515625],[53.04809570312,14.340086936950684],[53.04808807373,14.339963912964151],[53.04800033569,14.338535308837947],[53.04792404174,14.337017059326229],[53.04547119140,14.332519531250227],[53.0457153320,14.326476097107047],[53.04562759399,14.326469421387003],[53.04187011718,14.326111793518351],[53.04200744628,14.322565078735295],[53.042114257,14.31988525390625],[53.04172515869,14.319198608398494],[53.04130554199,14.318424224853686],[53.03808212280,14.318859100341797],[53.0379753112,14.318875312805176],[53.03767776489,14.313103675842342],[53.03764724731,14.312491416931209],[53.03759765625,14.311546325683651],[53.03684997558,14.311677932739201],[53.03668212890,14.31170654296875],[53.03308105468,14.312071800232161],[53.03289794921,14.308106422424316],[53.03131103515,14.306517601013184],[53.03131103515,14.304807662964095],[53.02831649780,14.305213928222656],[53.02798080444,14.299954414367846],[53.02787780761,14.297916412353572],[53.02787017822,14.297790527343977],[53.02664566040,14.297957420349348],[53.02348709106,14.298385620117244],[53.02320861816,14.294968605041731],[53.02307128906,14.293273925781534],[53.02307128906,14.292252540588379],[53.02300643920,14.290969848632869],[53.02291870117,14.289266586303654],[53.0226325988,14.283699035644588],[53.02262496948,14.283539772033748],[53.01906204223,14.284023284912394],[53.01879882812,14.284058570861816],[53.01836013793,14.284117698669547],[53.0181427001,14.284117698669547],[53.01812744140,14.283851623535156],[53.01809692382,14.283243179321403],[53.01803970336,14.282149314880428],[53.01776123046,14.276718139648551],[53.01715850830,14.276800155639705],[53.01428604125,14.277192115783691],[53.01327896118,14.277329444885197],[53.01305389404,14.272995948791504],[53.01292419433,14.270498275756893],[53.01289367675,14.269901275634822],[53.01147079467,14.270094871520996],[53.00944519042,14.270371437072811],[53.00848388671,14.270506858825911],[53.00841140747,14.270511627197379],[53.00806808471,14.263856887817383],[53.00640869140,14.260809898376522],[53.00653076171,14.256102561950627],[53.00653839111,14.255806922912768],[53.00329208374,14.256251335144043],[53.00316619873,14.256266593933105],[53.0030632019,14.254319190979004],[53.00278472900,14.248914718628157],[53.00278091430,14.24884223937994],[53.00109481811,14.249072074890194],[53.00098037719,14.249088287353572],[52.99782943725,14.240390777587834],[52.99599456787,14.235330581665096],[52.99591064453,14.235098838806266],[52.99591827392,14.234825134277344],[52.99319076538,14.23519706726097],[52.99309921264,14.235210418701456],[52.99307632446,14.234800338745345],[52.9926643371,14.227793693542424],[52.99237060546,14.22218132019043],[52.98894882202,14.215899467468319],[52.98900604248,14.213341712951717],[52.98921966552,14.203580856323526],[52.98138809204,14.184483528137491],[52.97868728637,14.17789459228544],[52.97829055786,14.177159309387207],[52.97178268432,14.165257453918571],[52.97159194946,14.164908409118766],[52.97153854370,14.164810180664062],[52.967895507,14.164455413818473],[52.9680786132,14.158326148986987],[52.96654891967,14.155689239502067],[52.96630096435,14.155233383178711],[52.96612548828,14.154911994934139],[52.96596908569,14.154626846313533],[52.96440124511,14.151760101318359],[52.96443939208,14.149462699890137],[52.96150588989,14.149870872497502],[52.96111297607,14.142452239990462],[52.95663070678,14.143074035644531],[52.95214843750,14.143698692321834],[52.94766998291,14.144321441650391],[52.94318771362,14.144945144653605],[52.93870544433,14.145566940307674],[52.93422317504,14.14618968963623],[52.93172836303,14.146533966064567],[52.92974090576,14.146809577941895],[52.92525863647,14.147434234619197],[52.92431640625,14.147563934326172],[52.92299270629,14.147748947143498],[52.920776367,14.148054122924862],[52.91629409790,14.148675918579102],[52.91181182861,14.149297714233569],[52.90830230712,14.149785995483455],[52.90734100341,14.150092124939135],[52.90176010131,14.151878356933821],[52.89809036254,14.151520729065169],[52.89057922363,14.15695858001726],[52.87955856323,14.155890464782772],[52.8744392395,14.14944934844965],[52.86894989013,14.14254093170166],[52.86550140380,14.136040687561035],[52.86183929443,14.135689735412825],[52.85839080810,14.129190444946289],[52.85493850708,14.122618675232104],[52.84973144531,14.122139930725098],[52.84048080444,14.121288299560604],[52.84027099609,14.121270179748819],[52.84008789062,14.121403694152775],[52.83914566040,14.122098922729549],[52.83814620971,14.122238159179631],[52.83817672729,14.122813224792537],[52.8385391235,14.129633903503645],[52.83405685424,14.130255699157885],[52.82957458496,14.130878448486612],[52.82996749877,14.138274192810059],[52.8286628723,14.138454437255916],[52.82548522949,14.138895988464299],[52.82587432861,14.14628982543951],[52.82599639892,14.148559570312443],[52.82626724243,14.153682708740234],[52.82627487182,14.153857231140364],[52.8280410766,14.157119750976676],[52.82656478881,14.159336090087834],[52.82665634155,14.161079406738338],[52.82527542114,14.161268234253043],[52.8223037719,14.161679267883471],[52.82217407226,14.161697387695426],[52.82256317138,14.169090270996151],[52.82295227050,14.176484107971191],[52.82334136962,14.183879852294979],[52.81885910034,14.184494972229004],[52.81924438476,14.191888809204215],[52.81963348388,14.199283599853743],[52.82001876831,14.206678390502873],[52.82018661499,14.209873199462834],[52.82040405273,14.214071273803995],[52.81888961791,14.214279174804744],[52.81877899169,14.217839241027889],[52.81607437133,14.217580795288256],[52.81629943847,14.221953392028922],[52.81630706787,14.222078323364258],[52.81618499755,14.22209358215332],[52.81182479858,14.222688674926985],[52.81205368042,14.227114677429427],[52.81221008300,14.23008155822771],[52.80894470214,14.230526924133471],[52.80772781372,14.230692863464355],[52.80360794067,14.231253623962459],[52.80343246459,14.234911918640137],[52.80349731445,14.236136436462402],[52.80363082885,14.23869514465332],[52.80069351196,14.239093780517749],[52.79962921142,14.240718841552791],[52.79923629760,14.241005897522029],[52.79953384399,14.246697425842513],[52.79504776000,14.247305870056266],[52.79543304443,14.254694938659838],[52.79103851318,14.255291938781681],[52.79095077514,14.255303382873592],[52.78646850585,14.255911827087346],[52.78684997558,14.263300895690918],[52.78414916992,14.263665199279785],[52.78414154052,14.263958930969466],[52.78249740600,14.266427993774698],[52.78274917602,14.271293640136946],[52.77891159057,14.271813392639331],[52.7783088684,14.27271842956543],[52.77864837646,14.279289245605696],[52.77628326416,14.279607772827148],[52.77622222900,14.281700134277287],[52.77425003051,14.281534194946403],[52.77454757690,14.28728008270275],[52.77234268188,14.287575721741007],[52.77217102050,14.293620109558276],[52.77035522460,14.293466567993391],[52.77044677734,14.295269966125545],[52.77082443237,14.302657127380314],[52.76819229125,14.303009986877498],[52.76794052124,14.311669349670353],[52.76685714721,14.313288688659668],[52.76710128784,14.318030357360897],[52.76404190063,14.318440437316838],[52.76261901855,14.318631172180119],[52.76294326782,14.325005531310978],[52.76299667358,14.32601642608671],[52.76219940185,14.326123237609863],[52.75851440429,14.326615333557356],[52.75875473022,14.331292152404899],[52.75889205932,14.333999633789062],[52.75895690917,14.335275650024471],[52.75926971435,14.341383934021167],[52.75559616088,14.341874122619856],[52.75484085083,14.343007087707633],[52.74470138549,14.358193397521916],[52.74208831787,14.358538627624569],[52.74239349365,14.364494323730639],[52.74246597290,14.365921020507869],[52.7418823242,14.365999221802042],[52.73798370361,14.366516113281534],[52.73823928833,14.371563911438045],[52.7290420532,14.375760078430233],[52.7251701354,14.381548881530932],[52.7249908447,14.387668609619311],[52.72289657592,14.390802383423136],[52.72128295898,14.393214225769043],[52.72154617309,14.398407936096476],[52.71706390380,14.399001121521167],[52.71315765380,14.399516105651855],[52.71257781982,14.399591445922965],[52.71261596679,14.400326728820801],[52.70967864990,14.404719352722225],[52.70209121704,14.410188674926985],[52.69435882568,14.421769142150879],[52.69063949584,14.421451568603516],[52.68696212768,14.421139717102278],[52.68592071533,14.422690391540527],[52.68307876586,14.42691993713396],[52.68292236328,14.432546615600756],[52.68290328979,14.433184623718375],[52.68282318115,14.436050415039062],[52.68305206298,14.440586090087947],[52.68269729614,14.440633773803768],[52.68257141113,14.445231437683049],[52.67903900146,14.450504302978572],[52.6793098449,14.455915451049862],[52.67482376098,14.456501007080021],[52.6703376770,14.457083702087459],[52.66844940185,14.457329750061319],[52.66585540771,14.457670211792106],[52.66604232788,14.461382865906046],[52.66622543334,14.465038299560831],[52.66367721557,14.465371131897086],[52.66173934936,14.465621948242188],[52.66101455688,14.465715408325252],[52.65725708007,14.466204643249455],[52.65762329101,14.473573684692667],[52.65771484375,14.47541332244873],[52.65799331665,14.480939865112418],[52.65504837036,14.481323242187557],[52.65369796752,14.485295295715446],[52.65387725830,14.488889694213924],[52.65240859985,14.489079475402889],[52.65159225463,14.491478919983194],[52.64963531494,14.494396209716854],[52.64975738525,14.496836662292537],[52.64783096313,14.497084617614973],[52.64772033691,14.497249603271541],[52.64754104614,14.503379821777344],[52.64556121826,14.503195762634505],[52.64564132690,14.504783630371151],[52.64405822753,14.504986763000659],[52.64379501342,14.505021095276163],[52.6437759399,14.505614280700854],[52.64347076416,14.515289306640909],[52.63793563842,14.523550987243823],[52.63757324218,14.524090766906738],[52.63759994506,14.524669647217024],[52.63776779174,14.528036117553995],[52.63610839843,14.528247833252124],[52.63566970825,14.528305053710881],[52.63563919067,14.529244422912882],[52.63550949096,14.533008575439624],[52.63364028930,14.535800933838175],[52.63364791870,14.535977363586483],[52.63401412963,14.543339729309253],[52.63145446777,14.543668746948526],[52.63140869140,14.544959068298567],[52.62970352172,14.547492980957088],[52.62752151489,14.550739288330249],[52.62749099731,14.551586151123104],[52.62540817260,14.551853179931754],[52.62577056884,14.559214591980037],[52.62603759765,14.564632415771598],[52.62613296508,14.566578865051213],[52.62459564208,14.566775321960449],[52.62164688110,14.567151069641056],[52.62182998657,14.570883750915527],[52.62200927734,14.574515342712402],[52.61922836303,14.574865341186523],[52.61752319335,14.575083732605094],[52.61772537231,14.579230308532885],[52.61785888671,14.58191013336193],[52.61788558959,14.582446098327864],[52.61656188964,14.582614898681641],[52.61520004272,14.586568832397518],[52.61368560791,14.588821411132812],[52.61376190185,14.590376853942928],[52.61253356933,14.590532302856388],[52.60927581787,14.590947151184366],[52.60947799682,14.595074653625716],[52.60963821411,14.598308563232649],[52.60515213012,14.598875999450854],[52.60551071166,14.606236457824821],[52.60102844238,14.606802940368709],[52.59954833984,14.606991767883414],[52.59828567504,14.607153892517317],[52.59654235839,14.607371330261401],[52.59551239013,14.607502937316951],[52.59205627441,14.607937812805289],[52.58875274658,14.608357429504338],[52.58764266967,14.610000610351562],[52.58792877197,14.615862846374569],[52.58398818969,14.616358757019043],[52.58344268798,14.616428375244368],[52.58350753784,14.617747306823787],[52.58357238769,14.619057655334529],[52.58380508422,14.623785018921183],[52.58131027221,14.624098777770996],[52.58052062988,14.626380920410327],[52.58036041259,14.632337570190487],[52.57970809936,14.632304191589469],[52.5800323486,14.639061927795467],[52.5755500793,14.639624595642374],[52.57519149780,14.632269859314135],[52.57070541381,14.632835388183537],[52.56621932983,14.633398056030273],[52.56586074829,14.626046180725098],[52.56137466430,14.626608848572005],[52.56110763549,14.621135711670092],[52.56101608276,14.619256019592342],[52.55871963500,14.619547843933049],[52.55652999877,14.619820594787654],[52.55644226074,14.618027687072754],[52.55617141723,14.612470626831282],[52.5516853332,14.613036155700684],[52.54939270019,14.613326072692985],[52.54719924926,14.613601684570483],[52.54711151123,14.61180591583269],[52.54684066772,14.606253623962687],[52.54235458374,14.606819152832088],[52.53786849975,14.607385635375977],[52.53482437133,14.607769012451342],[52.53338623046,14.607952117919865],[52.53335952758,14.607383728027401],[52.53302383422,14.600604057312069],[52.52853775024,14.601170539855957],[52.5287857055,14.606183052063045],[52.52890014648,14.608516693115178],[52.52866744995,14.60854721069353],[52.52441406249,14.609082221984977],[52.51992797851,14.609649658203352],[52.51544189453,14.610215187072754],[52.5117340087,14.610681533813533],[52.51095581054,14.610779762268066],[52.51131439208,14.618123054504395],[52.50682830810,14.618688583374194],[52.50692749023,14.620667457580737],[52.50719070434,14.626031875610522],[52.502750396,14.626630783081339],[52.49913024902,14.631249427795467],[52.49777603149,14.627215385437182],[52.49373245239,14.627720832824764],[52.49355316162,14.624041557312069],[52.49337387084,14.620382308959904],[52.48932647705,14.62088966369646],[52.48888778686,14.620944976806811],[52.48440170288,14.62150764465332],[52.48410415649,14.615388870239258],[52.48340988159,14.614249229431209],[52.48170852661,14.611458778381632],[52.4817504882,14.605520248413029],[52.46665954589,14.604628562927246],[52.46672058105,14.598669052124194],[52.46295166015,14.598459243774471],[52.46302032470,14.592490196228084],[52.45547866821,14.592039108276367],[52.45555877685,14.586090087890739],[52.4518814086,14.579899787902946],[52.44443893432,14.5734996795656],[52.44464874267,14.56155967712408],[52.44100189208,14.555370330810547],[52.44112014770,14.549398422241495],[52.43885803222,14.545543670654411],[52.43748855590,14.543208122253702],[52.43642044067,14.543148994445971],[52.42182540893,14.542317390442179],[52.42175292968,14.540881156921444],[52.41726684570,14.541451454162882],[52.41397857666,14.541868209838867],[52.41117858886,14.541710853576831],[52.40378952026,14.535308837890682],[52.40016937255,14.529129981994799],[52.3964118957,14.528908729553166],[52.39250946044,14.534670829772892],[52.38949584960,14.537612915039347],[52.38550186157,14.538121223449991],[52.38566207885,14.541355133056754],[52.38092041015,14.545990943908748],[52.38085,14.546079635620345],[52.37689590454,14.54658412933361],[52.37714385986,14.551553726196346],[52.37701034545,14.551748275757006],[52.37262344360,14.55150413513195],[52.37240982055,14.547153472900391],[52.36792373657,14.547722816467342],[52.36343765258,14.54829311370861],[52.35895156860,14.548860549926985],[52.35446929931,14.549429893493766],[52.34998321533,14.550000190735034],[52.35004043579,14.551157951355208],[52.34669876098,14.556059837341365],[52.34381484985,14.558142662048397],[52.34137344360,14.558450698852823],[52.33688735961,14.559019088745117],[52.33403396606,14.559378623962346],[52.33240127563,14.559585571289006],[52.32828903198,14.560106277466048],[52.32793807983,14.560619354248161],[52.32827758789,14.567466735839844],[52.32706832885,14.567620277404728],[52.32355880737,14.572759628295898],[52.31978225708,14.572549819946346],[52.31951141357,14.572746276855412],[52.31415939331,14.576603889465389],[52.31206130981,14.578120231628702],[52.31083679199,14.579909324646053],[52.31105804443,14.584350585937784],[52.30657196044,14.584916114807186],[52.30208587646,14.585481643676985],[52.30178070068,14.579317092895678],[52.30172348022,14.578172683715991],[52.30115509033,14.578243255615234],[52.29711914,14.571318626403865],[52.28956222534,14.570899963378906],[52.28559875488,14.576680183410588],[52.28549194335,14.580215454101733],[52.28377914428,14.580430984497013],[52.28399276733,14.584738731384221],[52.28414154052,14.587736129761026],[52.28172683715,14.588039398193416],[52.28145980834,14.588429450988826],[52.27965545654,14.58832836151123],[52.28001403808,14.595605850219783],[52.27552795410,14.596169471740779],[52.27589035034,14.603470802307243],[52.2734260559,14.603780746460075],[52.27336120605,14.605938911437988],[52.27334976196,14.611678123474121],[52.273868560,14.616689682006893],[52.27214813232,14.619196891784838],[52.27248001098,14.625943183898926],[52.26890182495,14.626387596130371],[52.26799392700,14.626502037048454],[52.26809692382,14.628594398498592],[52.26835250854,14.633806228637809],[52.2670669555,14.633966445922908],[52.26705169677,14.636738777160758],[52.26417160034,14.640678405761889],[52.26330947875,14.64185810089117],[52.26334381103,14.656468391418457],[52.26335906982,14.66341876983671],[52.26093292236,14.666767120361555],[52.25963973999,14.668548583984375],[52.25965118408,14.671616554260254],[52.25970077514,14.684728622436523],[52.25728225708,14.684556007385197],[52.25597000122,14.684459686279467],[52.25226211547,14.689590454101619],[52.24851989746,14.689318656921671],[52.24108886718,14.699570655823038],[52.2224388122,14.698209762573185],[52.2186889648,14.692540168762434],[52.2112197875,14.691999435425032],[52.20746994018,14.686328887939396],[52.20710754394,14.685276031494368],[52.20368957519,14.67527961730957],[52.19622039794,14.674738883972168],[52.19250869750,14.679858207702807],[52.18507003784,14.684707641601506],[52.18247985839,14.688286781311092],[52.18136215209,14.689829826355208],[52.17763137817,14.689560890197754],[52.17391967773,14.694680213928393],[52.17016220092,14.689029693603686],[52.1664314270,14.68874931335472],[52.16267013549,14.683078765869254],[52.15893936157,14.682809829712198],[52.15892028808,14.679130554199503],[52.15890884399,14.677429199219034],[52.15518188476,14.67716026306158],[52.15142059326,14.671499252319279],[52.13275146484,14.670148849487418],[52.12905120849,14.675268173218058],[52.12530899047,14.674999237060604],[52.12155151367,14.669348716735897],[52.11410903930,14.674189567566145],[52.11038208007,14.673918724060115],[52.09926986694,14.68925952911377],[52.09934997558,14.705418586731071],[52.09646224975,14.713652610778922],[52.09627914428,14.714179992676009],[52.09623336792,14.714307785034407],[52.09566116333,14.715938568115234],[52.08454132080,14.73129940032959],[52.08267593383,14.731163978576888],[52.08081054,14.731030464172363],[52.07709884643,14.736150741577262],[52.07337188720,14.735879898071232],[52.07339096069,14.741278648376522],[52.06966018676,14.741009712219295],[52.06214141845,14.729668617248592],[52.05096054077,14.72884845733671],[52.04823684692,14.732606887817496],[52.04724884033,14.733969688415527],[52.04450225830,14.729825973511026],[52.04349136352,14.728299140930289],[52.04234313964,14.728217124938965],[52.03602981567,14.727759361267374],[52.03600311279,14.723163604736499],[52.03599929809,14.722359657287598],[52.03499984741,14.722287178039551],[52.02481079101,14.721550941467228],[52.02478027343,14.716160774230957],[52.02104949951,14.71588039398199],[52.01729202270,14.71021938323986],[52.00983047485,14.709678649902457],[52.0098152160,14.707053184509277],[52.00976943969,14.698898315429688],[52.00603866577,14.698640823364542],[52.00606918334,14.70400810241722],[51.98741149902,14.702658653259277],[51.98365020751,14.696999549865723],[51.98361968994,14.691618919372559],[51.96868896484,14.690528869629134],[51.96869659423,14.691860198974553],[51.96871948242,14.695910453796387],[51.96128845214,14.700749397278059],[51.9575805664,14.705869674682788],[51.94266128540,14.704777717590389],[51.93888854980,14.699118614196834],[51.93886947631,14.695569038391113],[51.93886184692,14.693740844726562],[51.93510055542,14.688088417053279],[51.92766952514,14.692919731140194],[51.92393112182,14.692648887634562],[51.92390060424,14.687278747558821],[51.91643142700,14.686730384826888],[51.91265869140,14.681089401245117],[51.91030120849,14.680915832519702],[51.90520095825,14.680540084838867],[51.89764022827,14.669279098510742],[51.89757919311,14.663929939270247],[51.89060974121,14.663434982299862],[51.89057540893,14.66276931762718],[51.89036941528,14.658538818359659],[51.88587951660,14.659089088439998],[51.88552474975,14.651849746704329],[51.88103866577,14.652399063110352],[51.87654876708,14.652949333191088],[51.87623214721,14.64647102355957],[51.87619400024,14.645711898803995],[51.87491989135,14.645867347717285],[51.87170410156,14.646262168884334],[51.87144088745,14.640906333923567],[51.87134933471,14.63902473449707],[51.86985015869,14.639209747314567],[51.86713027954,14.635449409485034],[51.86685180664,14.630410194397143],[51.86259078979,14.625410079956055],[51.86161804199,14.624844551086653],[51.86130142211,14.618424415588379],[51.85681152343,14.618975639343205],[51.85645294189,14.611742019653491],[51.85631561279,14.608944892883471],[51.85609436035,14.604508399963379],[51.85306549072,14.60488224029541],[51.85160827636,14.605061531067179],[51.84711837768,14.605617523193644],[51.84675979614,14.598383903503361],[51.84227371215,14.598939895629826],[51.84197616577,14.593007087707576],[51.84191131591,14.591708183288517],[51.84055709838,14.591876983642862],[51.83742523193,14.592264175414982],[51.83727645874,14.589258193969727],[51.83706665039,14.585033416748161],[51.83257675170,14.585589408874625],[51.83273315429,14.588745117187614],[51.83293914794,14.592818260192871],[51.82844924926,14.593374252319336],[51.82822036743,14.588747978210677],[51.82809066772,14.58614540100092],[51.82360458374,14.586701393127385],[51.82370758056,14.588790893554858],[51.82396316528,14.593930244446028],[51.81947708129,14.59448432922369],[51.81498718261,14.595040321350382],[51.81154251098,14.595466613769702],[51.81050109863,14.595594406127873],[51.80601501464,14.596150398254338],[51.80624389648,14.600768089294377],[51.80637359619,14.603375434875602],[51.80641555786,14.604223251342773],[51.80673217773,14.610600471496866],[51.80224609375,14.611153602600098],[51.80260467529,14.618378639221362],[51.80295944213,14.625603675842228],[51.80331802368,14.632830619812069],[51.79883193969,14.633379936218489],[51.79918670654,14.640604972839355],[51.79470062255,14.641154289245605],[51.79505538940,14.64837932586687],[51.79056930541,14.648927688598803],[51.78634262084,14.649442672729492],[51.78608322143,14.64947509765625],[51.78159332275,14.65002536773676],[51.77710723876,14.650573730468693],[51.77261734008,14.651121139526538],[51.76813125610,14.65167045593256],[51.76490020751,14.65206432342552],[51.76364135742,14.652218818664494],[51.75939178466,14.652738571167049],[51.75941848754,14.653969764709529],[51.75569152832,14.653700828552303],[51.75568008422,14.653189659118766],[51.75466537475,14.653315544128361],[51.75017929077,14.653862953186206],[51.74568939208,14.654410362243652],[51.74120330810,14.654958724975586],[51.74150848388,14.661188125610579],[51.74155807495,14.66217231750494],[51.73706817626,14.662718772888468],[51.7370376586,14.662090301513786],[51.73671340942,14.655506134033203],[51.73222351074,14.656052589416561],[51.73258209228,14.663266181945914],[51.72809219360,14.663812637329272],[51.7283325195,14.668710708618278],[51.72844696044,14.671027183532715],[51.72542572021,14.671394348144702],[51.72396087646,14.67157077789301],[51.7240142822,14.672693252563761],[51.72431564331,14.67878532409685],[51.71982574462,14.679329872131404],[51.71636199951,14.679748535156193],[51.71533584594,14.679874420166186],[51.71084976196,14.68041896820074],[51.71109390258,14.685405731201342],[51.71120452880,14.687627792358455],[51.70943069458,14.687842369079647],[51.70721054077,14.688111305236873],[51.7067146301,14.688173294067496],[51.70674514770,14.688755989074764],[51.69279098510,14.708019256591854],[51.69281005859,14.710759162902946],[51.69285964965,14.718850135803336],[51.68912124633,14.718509674072322],[51.68915176391,14.723899841308821],[51.68542098999,14.723628997802791],[51.68539047241,14.71823883056669],[51.68340301513,14.718091011047363],[51.68165969848,14.717959403991813],[51.68166732788,14.71907997131359],[51.68172073364,14.728779792785872],[51.67425918579,14.728238105773983],[51.67428970336,14.733730316162337],[51.66683197021,14.733189582824764],[51.66687011718,14.738728523254451],[51.66313934326,14.738469123840332],[51.65937042236,14.732649803161848],[51.655639648,14.732378959655819],[51.64822006225,14.737400054931925],[51.63577270507,14.736506462097338],[51.63412857055,14.736388206481877],[51.63330078124,14.736329078674544],[51.62588119506,14.741419792175407],[51.62215042114,14.741160392761287],[51.62218856811,14.746818542480526],[51.61100006103,14.746030807495401],[51.60723114013,14.740100860595817],[51.60350036621,14.739829063415698],[51.60346221923,14.734199523926009],[51.59973144531,14.733940124511889],[51.59968948364,14.728348731994686],[51.59597015380,14.72807979583763],[51.59593200683,14.722539901733455],[51.59220123291,14.722269058227596],[51.58843994140,14.716508865356673],[51.58544540405,14.711990356445256],[51.58467864990,14.710829734802189],[51.58465194702,14.705438613891829],[51.5920791625,14.70061016082758],[51.59580993652,14.700879096985034],[51.59947204589,14.690399169922159],[51.599430084,14.685029983520735],[51.58456039428,14.689298629760742],[51.57709121704,14.68874931335472],[51.57704925537,14.683380126953068],[51.56208038330,14.67692089080839],[51.55834960937,14.676649093627873],[51.55078887939,14.665378570556811],[51.55437850952,14.654989242553938],[51.55400848388,14.639209747314567],[51.55377960205,14.634099960327262],[51.55337905883,14.62919998168968],[51.54962158203,14.628960609436092],[51.54898071289,14.624349594116495],[51.54444122314,14.619619369506779],[51.54819869995,14.619849205017033],[51.54743194580,14.615349769592285],[51.54294967651,14.610520362854118],[51.54671096801,14.610769271850643],[51.54607009887,14.606099128723145],[51.54980850219,14.606358528137264],[51.5530395507,14.601819038391397],[51.56422042846,14.602649688720703],[51.56761169433,14.597929954528979],[51.56777191162,14.592380523681868],[51.56801986694,14.586728096008358],[51.57168960571,14.587070465087947],[51.57242202758,14.570050239562988],[51.56874847412,14.569719314575309],[51.56531906127,14.563689231872615],[51.56581115722,14.552290916442985],[51.55479049682,14.551258087158487],[51.55208969116,14.528019905090446],[51.54840087890,14.527681350708235],[51.54864883422,14.521929740905932],[51.55257034301,14.516519546508903],[51.54914093017,14.510420799255371],[51.55282211303,14.510760307312069],[51.55331039428,14.499230384826888],[51.54986953735,14.493110656738509],[51.55138015747,14.458319664001635],[51.5366210,14.45695877075218],[51.54056167602,14.451479911804483],[51.53712081909,14.445309638977051],[51.53736877441,14.439479827881144],[51.53419113159,14.427469253539982],[51.53445053100,14.421619415283374],[51.53100967407,14.415429115295353],[51.53892898559,14.404399871826286],[51.53919982910,14.398549079894963],[51.53575897216,14.392350196838322],[51.53179168701,14.397850036621037],[51.5283584594,14.391650199890307],[51.52862167358,14.385800361633301],[51.52175140380,14.37339019775419],[51.51858139038,14.361339569091967],[51.51914215087,14.349659919739054],[51.5154190063,14.349299430847338],[51.51142883300,14.354778289794979],[51.50772094726,14.354420661926326],[51.50799179077,14.348579406738338],[51.50082015991,14.341999053955135],[51.50111007690,14.33615970611595],[51.51226043701,14.33725929260271],[51.51626968383,14.331800460815373],[51.51655960083,14.325969696044979],[51.52056884765,14.320519447326888],[51.52146148681,14.303069114685059],[51.52548217773,14.297619819641227],[51.52983093261,14.286419868469409],[51.53076934814,14.269030570983887],[51.52703094482,14.268638610839901],[51.52769088745,14.25706958770752],[51.53174972534,14.251669883728312],[51.53240966796,14.240090370178507],[51.53646850585,14.23465919494646],[51.53681182861,14.228860855102823],[51.54088211059,14.223400115966911],[51.54122161865,14.217599868774698],[51.53781890869,14.211468696594238],[51.53850936889,14.199858665466479],[51.53990936279,14.176617622375716],[51.54061126708,14.164999008178938],[51.54468917846,14.159459114074764],[51.54505157470,14.15363979339628],[51.54132080078,14.15336894989025],[51.54167175292,14.147539138794173],[51.53049087524,14.146709442138956],[51.52603912353,14.158008575439396],[51.52640151977,14.152209281921671],[51.52265930175,14.151899337768839],[51.52447128295,14.12291145324707],[51.51737976074,14.116560935974121],[51.50991058349,14.115980148315657],[51.50244140625,14.115350723266658],[51.50281143188,14.109588623046932],[51.49906921386,14.109258651733398],[51.49570846557,14.103179931640796],[51.49647903442,14.091679573059253],[51.49234008789,14.097089767456282],[51.48857879638,14.096718788147143],[51.48025131225,14.107279777526855],[51.48064041137,14.101579666137923],[51.47386932373,14.089300155639705],[51.47806167602,14.084059715270939],[51.48347091674,14.061719894409123],[51.48384857177,14.055929183960018],[51.48036193847,14.049810409545955],[51.47634124755,14.055240631103516],[51.47592163085,14.060899734497241],[51.46372985839,14.070900917053507],[51.45611953735,14.069999694824389],[51.44773864746,14.080458641052417],[51.44430160522,14.074339866638127],[51.44116973876,14.062580108642862],[51.43767166137,14.056489944457951],[51.43735122680,14.062140464782658],[51.42967224121,14.061260223388956],[51.43000030517,14.055619239807186],[51.42583084106,14.060819625854492],[51.42200088500,14.060388565063704],[51.41144180297,14.042148590087947],[51.41175079345,14.036520004272575],[51.40822982788,14.030429840088061],[51.40439224243,14.029990196228255],[51.40377044677,14.041278839111271],[51.39992904663,14.040839195251465],[51.4005508422,14.029568672180233],[51.40111923217,14.018250465393123],[51.39728927612,14.017810821533146],[51.39316940307,14.023038864135913],[51.38933944702,14.02260971069353],[51.38990020751,14.01127910614025],[51.38607025146,14.010849952697868],[51.38196182250,14.016080856323299],[51.37430191040,14.015210151672363],[51.37511062622,13.998209953308105],[51.37942886352,13.987258911132812],[51.38323974609,13.987660408020304],[51.39464950561,13.988828659057901],[51.39844131469,13.989200592040959],[51.39862060546,13.983349800109863],[51.39891052246,13.971598625183219],[51.39527130126,13.965370178222713],[51.39540100097,13.959478378296012],[51.39178085327,13.953269958496264],[51.38829040527,13.941138267517147],[51.38854980468,13.929329872131575],[51.38478851318,13.929019927978743],[51.38492965698,13.923128128051871],[51.38103103637,13.928709983825911],[51.38156127929,13.905099868774414],[51.37794113159,13.898899078369197],[51.37833023071,13.881180763244572],[51.38584136962,13.881759643554688],[51.38233947753,13.869650840759391],[51.38259887695,13.857819557189998],[51.38647079467,13.852188110351733],[51.37897109985,13.851620674133358],[51.37174224853,13.839238166809139],[51.37199020385,13.827408790588549],[51.37574005126,13.827690124512003],[51.37586212158,13.821770668029842],[51.37224197387,13.815578460693644],[51.37261962890,13.797830581665153],[51.36513900756,13.79728984832758],[51.36178207397,13.779280662536564],[51.37298965454,13.780069351196573],[51.3732414245,13.768228530884073],[51.36576080322,13.767709732055607],[51.36589050292,13.761778831481934],[51.36215209960,13.761530876159895],[51.36240005493,13.749688148498592],[51.3662605285,13.744027137756291],[51.36661911010,13.726249694824332],[51.37059020996,13.714659690856934],[51.37443161010,13.708990097045955],[51.37456130981,13.703060150146769],[51.37083053588,13.70280933380127],[51.37480163574,13.69119930267334],[51.3786392211,13.685509681701831],[51.37503051757,13.679338455200252],[51.37131118774,13.679099082947062],[51.37247085571,13.619769096374512],[51.36875152587,13.619538307189941],[51.37258148193,13.613838195800838],[51.37630081176,13.614059448242244],[51.3838500976,13.608579635620117],[51.38756942749,13.608798980712947],[51.38790893554,13.59096908569353],[51.38430023193,13.584799766540755],[51.38080978393,13.572689056396484],[51.38092041015,13.566748619079874],[51.36988067626,13.560149192810229],[51.37742996215,13.554639816284407],[51.38113021850,13.554859161377237],[51.38135910034,13.542959213257006],[51.38505935668,13.543181419372559],[51.39260864257,13.537649154663086],[51.40373992919,13.53826904296875],[51.40417098999,13.514450073242415],[51.40798187255,13.508700370788688],[51.41199874877,13.491020202636776],[51.41592025756,13.479287147521916],[51.42322921752,13.485648155212459],[51.42704010009,13.479880332946777],[51.42333221435,13.479690551757812],[51.42354202270,13.467759132385311],[51.43095016479,13.468139648437557],[51.43104934692,13.462180137634334],[51.42745208740,13.456020355224666],[51.43125152587,13.450240135192985],[51.43135070800,13.444268226623535],[51.43886184692,13.438689231872559],[51.45026016235,13.421311378478947],[51.45014953613,13.427290916442928],[51.45396041870,13.421508789062671],[51.45405960083,13.415518760681266],[51.45055007934,13.403377532959041],[51.44675064086,13.40917873382574],[51.43584060668,13.396679878234863],[51.42834091186,13.402289390564022],[51.42473983764,13.39611911773693],[51.42853927612,13.390349388122672],[51.43622970581,13.372770309448356],[51.43632888793,13.366798400878906],[51.42911911010,13.354479789733887],[51.43281936645,13.354660034179744],[51.43291854858,13.348678588867188],[51.44031906127,13.349039077758732],[51.44050979614,13.337078094482365],[51.4330215454,13.342709541321028],[51.42922210693,13.34850978851324],[51.42581176757,13.330400466918945],[51.42211151123,13.330220222473258],[51.41851043701,13.324069023132438],[51.411499023,13.299810409545898],[51.40031051635,13.305258750915812],[51.40079879760,13.275380134582747],[51.39709091186,13.275209426879996],[51.39699172973,13.281188964843977],[51.39329910278,13.28100872039812],[51.39319992065,13.286990165710506],[51.38579177856,13.286639213562069],[51.38589859008,13.280670166015909],[51.38959884643,13.280850410461596],[51.39348983764,13.269060134887752],[51.39368057250,13.257099151611385],[51.39746856689,13.251300811767578],[51.39775848388,13.233359336853141],[51.4015388488,13.227559089660701],[51.40523910522,13.227719306945858],[51.41640853881,13.222229957580566],[51.42020034790,13.216398239135685],[51.42750167846,13.222718238830851],[51.43119049072,13.222880363464583],[51.43507003784,13.211059570312784],[51.43515014648,13.205067634582804],[51.42407989501,13.204589843750114],[51.42417144775,13.198609352112044],[51.42795181274,13.192778587341479],[51.43164062500,13.192938804626579],[51.43894958496,13.199250221252726],[51.43875885009,13.211219787597713],[51.44615173339,13.211549758911303],[51.44974899291,13.217697143554744],[51.46083068847,13.218179702758903],[51.46461105346,13.212349891662825],[51.46469879150,13.20636081695551],[51.47217941284,13.200678825378361],[51.49063873291,13.201478958129883],[51.48686218261,13.207320213317871],[51.49407196044,13.219620704650936],[51.49415969848,13.213628768920955],[51.49776077270,13.219779968261776],[51.50514984130,13.220099449157715],[51.50506210327,13.22608852386503],[51.51245117187,13.22641944885271],[51.51623153686,13.220580101013297],[51.52352905273,13.226888656616154],[51.52362060546,13.220898628235147],[51.52740097045,13.215060234070052],[51.53110122680,13.21522045135498],[51.53866195678,13.203520774841536],[51.55712890625,13.204320907593058],[51.55757141113,13.174308776855639],[51.56496047973,13.174610137939453],[51.56143951416,13.162450790405273],[51.56513977050,13.162619590759221],[51.56892013549,13.156760215759277],[51.57262039184,13.15690994262718],[51.58351898193,13.169380187988281],[51.58721923828,13.169529914856184],[51.59082031250,13.175689697265625],[51.59830093383,13.169989585876522],[51.59846878051,13.157979011535758],[51.60604095458,13.146260261535872],[51.61351013183,13.140560150146541],[51.61730194091,13.134699821472338],[51.6173820495,13.128689765930176],[51.60998916625,13.128400802612362],[51.61016845703,13.11636924743658],[51.60647964477,13.116218566894588],[51.60655975341,13.110209465026912],[51.60287094116,13.110059738159237],[51.60673904418,13.098188400268555],[51.61413192749,13.09848880767845],[51.61790847778,13.092619895935002],[51.6478996276,13.063730239868335],[51.68706893920,13.167629241943416],[51.69058990478,13.179808616638354],[51.69438171386,13.173949241638184],[51.69807052612,13.174099922180403],[51.70555877685,13.168378829956055],[51.70925140380,13.168528556823958],[51.71286010742,13.174690246582202],[51.70529174804,13.186438560485954],[51.71268081665,13.186739921569938],[51.7164802551,13.180869102478084],[51.71620941162,13.198930740356388],[51.72359848022,13.199229240417708],[51.73107910156,13.19351959228527],[51.73117065429,13.187499046325911],[51.73495101928,13.181630134582633],[51.73865127563,13.181779861450138],[51.73873138427,13.175759315490779],[51.74251937866,13.169898986816349],[51.74991226196,13.170190811157227],[51.74980926513,13.176210403442496],[51.75352096557,13.176358222961426],[51.75738143920,13.164469718933276],[51.7610015869,13.170639991760538],[51.76478195190,13.164769172668684],[51.76848220825,13.16491889953619],[51.76839065551,13.170937538146973],[51.77209091186,13.171089172363281],[51.77569961547,13.177269935607967],[51.78688049316,13.171699523926009],[51.79048919677,13.177868843078784],[51.79426956176,13.172000885009822],[51.79788208007,13.178170204162598],[51.80157852172,13.17832088470459],[51.80915069580,13.166568756103459],[51.82411193847,13.155110359192008],[51.82781219482,13.155260086059513],[51.83158874511,13.149379730224723],[51.83528137207,13.149531364441032],[51.84654998779,13.137908935546875],[51.85765075683,13.138348579406681],[51.85385894775,13.144238471984977],[51.85747146606,13.150419235229663],[51.85729980468,13.162478446960733],[51.87210083007,13.163080215454045],[51.87218093872,13.157049179077262],[51.8797492980,13.145269393921069],[51.87992095947,13.133210182189998],[51.87622070312,13.13305854797369],[51.87261199951,13.126879692077807],[51.87303161621,13.096699714660701],[51.86563873291,13.096410751342717],[51.86598205566,13.072270393371639],[51.86975860595,13.066378593444938],[51.87001037597,13.048269271850643],[51.87371063232,13.048410415649698],[51.87749099731,13.04252147674589],[51.87741088867,13.04854869842552],[51.8810195922,13.054730415344295],[51.88850021362,13.048979759216479],[51.88832855224,13.06105899810791],[51.89950942993,13.055450439453068],[51.8997688293,13.037328720092773],[51.89616012573,13.031149864196834],[51.89992904663,13.025248527526855],[51.90053176879,12.982969284057617],[51.91152954101,12.98943042755127],[51.91893005371,12.989710807800407],[51.91926193237,12.965539932250977],[51.92288208007,12.971710205078239],[51.93397140502,12.972139358520621],[51.93413925170,12.960049629211596],[51.93817138671,12.936010360717717],[51.93825149536,12.929959297180403],[51.92716217041,12.929548263549975],[51.92370986938,12.911278724670353],[51.92757034301,12.899329185485897],[51.93127059936,12.899458885192871],[51.93175888061,12.863180160522631],[51.95394897460,12.863980293274153],[51.95772933959,12.858060836791992],[51.96512985229,12.858329772949446],[51.96529006958,12.846229553222599],[51.96175003051,12.833999633789176],[51.95814132690,12.82781887054449],[51.95854187011,12.797579765319881],[51.96232223510,12.791640281677189],[51.96239852905,12.785589218139648],[51.97719192504,12.786110877991007],[51.97727203369,12.780048370361385],[51.97743225097,12.767949104309025],[51.98482131958,12.768198966980037],[51.98514938354,12.743979454040698],[51.99277877807,12.726069450378475],[51.9928588867,12.720018386840991],[51.99655914306,12.720138549804631],[52.00033950805,12.714208602905444],[52.0006484985,12.689988136291788],[52.00434875488,12.690120697021655],[52.00812149047,12.68417930603033],[52.00820159912,12.678118705749512],[52.00836181640,12.666000366211108],[52.00474166870,12.659829139709529],[51.99002075195,12.653278350830192],[51.99032974243,12.629059791564941],[51.98670959472,12.622881889343319],[51.98292922973,12.628819465637264],[51.97924041748,12.628700256347713],[51.9794692993,12.610530853271769],[51.98023223876,12.549958229064998],[51.9913215637,12.550309181213606],[51.99509048461,12.544348716736067],[51.99879074096,12.544479370117131],[52.00286102294,12.514289855957315],[52.00662994384,12.508350372314624],[52.00671005249,12.502269744873047],[52.01047897338,12.496338844299544],[52.01417922973,12.4964599609375],[52.02534103393,12.490718841552791],[52.02904129028,12.490827560424748],[52.03289031982,12.478808403015137],[52.03295898,12.472749710083065],[52.02563858032,12.466468811035099],[52.0220108032,12.460289955139388],[52.01462173461,12.460078239441088],[52.01491165161,12.435828208923567],[52.01860046386,12.435929298401163],[52.02236938476,12.429980278015137],[52.02622222900,12.417960166931437],[52.03376007080,12.406040191650447],[52.04122161865,12.400189399719352],[52.04156875610,12.369858741760254],[52.04534149169,12.363889694214095],[52.05649948120,12.358139038085881],[52.0603408813,12.346098899841252],[52.06410980224,12.3401393890382],[52.0715713500,12.334269523620662],[52.07534027099,12.32831001281761],[52.08642959594,12.328609466553019],[52.09019851684,12.322640419006632],[52.09033966064,12.310499191284237],[52.09402847290,12.310599327087516],[52.09410095214,12.304519653320426],[52.09786987304,12.298548698425293],[52.09793853759,12.292480468750284],[52.10163116455,12.292579650878906],[52.10176849365,12.280429840088061],[52.1091690063,12.280628204345874],[52.11663055419,12.274749755859489],[52.12403869628,12.274949073791788],[52.13909149169,12.251029014587459],[52.14654922485,12.245148658752498],[52.15024948120,12.245248794555778],[52.15032196044,12.239169120788688],[52.15771102905,12.239359855651969],[52.16154098510,12.227298736572322],[52.16529846191,12.221308708190918],[52.16522979736,12.227390289306584],[52.16894149780,12.227490425110091],[52.1836700439,12.233958244323787],[52.17613983154,12.245930671692065],[52.17977905273,12.252108573913858],[52.19087982177,12.252399444580249],[52.19449996948,12.258580207824934],[52.20191192626,12.258779525756836],[52.2019805908,12.252709388733081],[52.20568084716,12.252788543701172],[52.20561218261,12.258880615234432],[52.21287918090,12.271249771118164],[52.21268081665,12.289499282837028],[52.21995162963,12.301870346069336],[52.22365188598,12.301969528198526],[52.22370910644,12.29588890075695],[52.22742080688,12.295989990234375],[52.23118209838,12.289999961853141],[52.2312507629,12.283919334411564],[52.23501205444,12.277930259704647],[52.2387084960,12.278030395507756],[52.23884963989,12.265848159790153],[52.24248123168,12.272040367126749],[52.24631118774,12.259959220886344],[52.24637985229,12.253860473632812],[52.25008010864,12.25396919250494],[52.25741958618,12.260259628296069],[52.27222061157,12.260648727417163],[52.28326034545,12.267040252685661],[52.28696060180,12.26714038848877],[52.29059982299,12.273329734802303],[52.30163955688,12.279729843139648],[52.30533981323,12.279830932617415],[52.31631088256,12.292320251464787],[52.31995010375,12.298509597778491],[52.33832931518,12.311209678650073],[52.34196090698,12.317408561706713],[52.34202957153,12.311319351196289],[52.34572982788,12.311418533325309],[52.34579849243,12.305319786071777],[52.34949874877,12.305420875549373],[52.35704040527,12.293430328369141],[52.36444091796,12.293630599975756],[52.36801147460,12.305929183960018],[52.36795043945,12.312029838562125],[52.37535858154,12.312228202819767],[52.37549209594,12.300019264221191],[52.38288879394,12.300229072571085],[52.39023208618,12.306539535522745],[52.39017105102,12.312639236450195],[52.40127944946,12.312949180603027],[52.40505981445,12.306949615478686],[52.40142059326,12.300739288330135],[52.40510940551,12.300840377807731],[52.40518188476,12.29474067688011],[52.40901947021,12.282629013061751],[52.41271972656,12.282730102539119],[52.41992950439,12.301250457763672],[52.42370223999,12.295240402221737],[52.42739868164,12.295339584350529],[52.42726898193,12.307560920715332],[52.43468093872,12.307759284973145],[52.43832015991,12.313969612121696],[52.44573211669,12.314169883728084],[52.44559097290,12.326389312744311],[52.44929885864,12.326489448547591],[52.45299911499,12.326588630676213],[52.45677185058,12.320588111877385],[52.45664215087,12.332799911499251],[52.4677505493,12.333109855652083],[52.47510147094,12.33942985534668],[52.47515869140,12.333319664001408],[52.47146224975,12.33321857452421],[52.47159194946,12.320999145507812],[52.47536087036,12.314989089965877],[52.48276901245,12.315189361572266],[52.48641204833,12.321409225464151],[52.48648071289,12.315300941467285],[52.49024963378,12.30929088592535],[52.49032211303,12.303169250488395],[52.4866104125,12.303069114685286],[52.48675155639,12.290859222412394],[52.48310852050,12.284640312194824],[52.48316955566,12.278519630432356],[52.49058151245,12.278730392455998],[52.4906387329,12.27260971069353],[52.49435043334,12.272710800171126],[52.49798965454,12.278929710388297],[52.49811935424,12.266699790954874],[52.51293945312,12.267099380493391],[52.51301193237,12.260979652404842],[52.52061080932,12.242839813232365],[52.51697158813,12.236619949340877],[52.51319885253,12.242639541625977],[52.51327133178,12.236519813537598],[52.50955963134,12.236429214477596],[52.50962066650,12.230310440063533],[52.50592041015,12.230209350585938],[52.50215148925,12.236230850219783],[52.49843978881,12.236129760742188],[52.49480056762,12.229920387268123],[52.49486923217,12.223809242248592],[52.49856948852,12.223900794983081],[52.49863052368,12.217789649963549],[52.49493026733,12.217690467834529],[52.49129104614,12.211479187011889],[52.49135208129,12.205368995666447],[52.49505996704,12.205469131469727],[52.4951210021,12.199350357055664],[52.49148178100,12.193139076233024],[52.49895095825,12.187219619751033],[52.50271987915,12.181199073791504],[52.50278091430,12.175079345703125],[52.51018905639,12.17526817321783],[52.52112197875,12.193908691406193],[52.52854156494,12.194099426269474],[52.52859878540,12.187978744507006],[52.53236007690,12.181960105896223],[52.53242874145,12.175840377807674],[52.52883911132,12.163510322570744],[52.52513885498,12.163418769836483],[52.52156066894,12.151088714599553],[52.53266906738,12.151369094848917],[52.536319732,12.157580375671557],[52.55107879638,12.164079666137695],[52.55842971801,12.170389175415266],[52.56937026977,12.189039230346964],[52.57313919067,12.183008193969783],[52.60279846191,12.183770179748819],[52.60285949707,12.17765045166044],[52.62139892578,12.178129196167049],[52.61378860473,12.196307182312012],[52.61367034912,12.208559989929427],[52.61730957031,12.214778900146598],[52.62102127075,12.214879989624023],[52.62083053588,12.233259201049862],[52.62440872192,12.245609283447322],[52.62446975708,12.239478111267033],[52.63560104370,12.239779472351245],[52.63552856445,12.245899200439624],[52.64295196533,12.246099472046012],[52.64672088623,12.240079879760742],[52.65414047241,12.240268707275447],[52.66149139404,12.246599197387638],[52.66519927978,12.246699333191145],[52.66897201538,12.240668296813965],[52.67639160156,12.240868568420581],[52.67646026611,12.234740257263184],[52.68016052246,12.234840393066463],[52.68009948730,12.24096870422386],[52.68381118774,12.241068840026969],[52.68394088745,12.22881031036377],[52.6914215087,12.222869873046989],[52.69512939453,12.222968101501692],[52.69507217407,12.229099273681584],[52.6987800598,12.22920036315918],[52.70254898071,12.223169326782397],[52.70261001586,12.217038154602108],[52.70639038085,12.210997581482218],[52.71010971069,12.211098670959416],[52.71002960205,12.217229843139705],[52.71374893188,12.217329978942985],[52.71380996704,12.211198806762923],[52.71015930175,12.204960823059082],[52.71757888793,12.205159187316895],[52.71752166748,12.211290359497184],[52.72494125366,12.211490631103572],[52.72486877441,12.217618942260799],[52.728580474,12.217720031738395],[52.73587036132,12.230189323425407],[52.73965072631,12.224148750305289],[52.747070,12.22435188293457],[52.74713897705,12.218210220337085],[52.75461959838,12.212269783020076],[52.75833129882,12.212380409241007],[52.75820159912,12.22465038299589],[52.76198196411,12.218610763550089],[52.76940155029,12.218799591064396],[52.76927185058,12.231080055237101],[52.78411865234,12.231478691101131],[52.78398895263,12.243759155273438],[52.78020858764,12.249800682068042],[52.78385925292,12.256038665771484],[52.78755950927,12.256138801574764],[52.79135894775,12.250099182128963],[52.79122161865,12.26237869262718],[52.80604934692,12.262788772583121],[52.80612945556,12.256651878357104],[52.81362152099,12.25070953369169],[52.83224868774,12.245059967041072],[52.83967208862,12.245269775390625],[52.84344863891,12.239218711853084],[52.85459136962,12.239520072937296],[52.85842895507,12.227318763732853],[52.86214065551,12.227419853210449],[52.86220932006,12.221280097961539],[52.85478210449,12.221078872680664],[52.8585586547,12.215029716491699],[52.86227035522,12.215129852295206],[52.86233139038,12.208978652954386],[52.86606216430,12.209078788757495],[52.8735389709,12.203119277954045],[52.87360000610,12.196969985962198],[52.85887145996,12.184280395507869],[52.85894012451,12.178129196167049],[52.85535049438,12.165739059448299],[52.85541152954,12.159589767456055],[52.85187911987,12.141049385070801],[52.84822845458,12.134799957275447],[52.84828186035,12.128640174865779],[52.85565948486,12.134988784790153],[52.85931015014,12.141239166259766],[52.86307907104,12.135177612304858],[52.87057113647,12.129208564758471],[52.88542938232,12.129590034485034],[52.87068939208,12.116909027099894],[52.87075042724,12.110759735107479],[52.87453079223,12.10470008850092],[52.87094116210,12.092299461364973],[52.87100982666,12.086150169372729],[52.88214111328,12.086408615112362],[52.87855148315,12.074020385742415],[52.88225936889,12.074109077453613],[52.88262176513,12.037179946899357],[52.8863906860,12.031120300293026],[52.88274002075,12.024870872497672],[52.88286209106,12.0125608444215],[52.87543106079,12.01239013671875],[52.87554931640,12.000078201294002],[52.87189102172,11.993840217590559],[52.87200927734,11.981528282165584],[52.87583923339,11.96929836273199],[52.87961196899,11.963229179382324],[52.887271881,11.938759803772143],[52.8875617980,11.907969474792708],[52.89133071899,11.901879310608194],[52.89516067504,11.889639854431266],[52.90264892578,11.883639335632438],[52.90647888183,11.871389389038086],[52.9029808044,11.846659660339299],[52.91429901123,11.828389167785588],[52.92173004150,11.828538894653491],[52.92906188964,11.841018676757926],[52.93265914917,11.853428840637207],[52.94752883911,11.853730201721191],[52.94760131835,11.847560882568416],[52.95141983032,11.835298538208065],[52.95513153076,11.835369110107706],[52.95552062988,11.792167663574503],[52.95922851562,11.792239189148233],[52.96300888061,11.786140441894702],[52.97422027587,11.780168533325252],[52.97805023193,11.767889022827205],[52.98181915283,11.761780738830566],[52.98188018798,11.755608558654899],[52.98564910888,11.749499320983944],[52.98569869995,11.743320465088061],[52.97843170166,11.724649429321516],[52.97481155395,11.71222972869873],[52.97496032714,11.693689346313647],[52.97869110107,11.693759918212891],[52.98247146606,11.687638282775936],[53.00477981567,11.688010215759562],[53.00489044189,11.675639152527083],[53.00133132934,11.657029151916674],[53.00143051147,11.644648551941032],[53.00897216796,11.632390022278059],[53.01641082763,11.632508277893123],[53.02746963500,11.645058631896973],[53.03113937377,11.651300430297965],[53.03868865966,11.639038085937614],[53.03879165649,11.626650810241756],[53.03155136108,11.60176944732666],[53.03160095214,11.595579147338867],[53.03924942016,11.570900917053279],[53.05052185058,11.558659553527946],[53.05062103271,11.546258926391602],[53.04327011108,11.533768653869743],[53.04336929321,11.521370887756461],[53.04718017578,11.50900936126709],[53.07736206054,11.459699630737418],[53.07746124267,11.447280883789119],[53.07384109497,11.434829711914062],[53.07015991210,11.428568840026799],[53.07035064697,11.403729438781795],[53.06661987304,11.403698921203841],[53.05931854248,11.38499927520752],[53.05210876464,11.353878974914551],[53.0521621704,11.34766864776617],[53.05970001220,11.335300445556754],[53.05974960327,11.329089164734114],[53.06724166870,11.322929382324276],[53.07096862792,11.322949409484806],[53.08227157592,11.304379463195858],[53.0861091613,11.29195976257347],[53.09738159179,11.279588699340991],[53.10115051269,11.273380279541016],[53.11978149414,11.273481369018612],[53.1196784973,11.285949707031307],[53.11585998535,11.298369407653922],[53.11199188232,11.317019462585449],[53.1157112121,11.317038536072062],[53.11555862426,11.335709571838606],[53.11178970336,11.341909408569336],[53.11532211303,11.366828918457315],[53.11154174804,11.373009681701603],[53.10773086547,11.385419845581282],[53.10763168334,11.397848129272518],[53.11130905151,11.404090881347827],[53.11880111694,11.397949218750114],[53.13743209838,11.398110389709529],[53.13732910156,11.410550117492676],[53.13360214233,11.410519599914721],[53.13351058959,11.422960281372355],[53.13722991943,11.422999382019157],[53.13708114624,11.441659927368448],[53.13336181640,11.441618919372502],[53.13331222534,11.44783878326416],[53.13702011108,11.447879791259936],[53.13684082031,11.472749710083292],[53.13306045532,11.478928565979004],[53.12561035156,11.478849411010742],[53.12541961669,11.503709793090991],[53.12168884277,11.503668785095215],[53.11791992187,11.50983810424799],[53.12160110473,11.516098976135254],[53.12139129638,11.540950775146655],[53.12512207031,11.540988922119141],[53.12874221801,11.553459167480469],[53.13246154785,11.553508758544865],[53.13613128662,11.559769630432299],[53.14736175537,11.553690910339299],[53.15470123291,11.566220283508528],[53.16210174560,11.572529792785701],[53.16205215454,11.578739166259766],[53.16582107543,11.572578430176009],[53.16955184936,11.572619438171387],[53.17332077026,11.56645870208763],[53.17700195312,11.572719573974666],[53.1771011352,11.560279846191349],[53.18449020385,11.566589355468693],[53.18822097778,11.566638946533487],[53.19200134277,11.560468673706055],[53.19940185546,11.566780090331974],[53.20318222045,11.560599327087687],[53.20323181152,11.554379463196028],[53.21057128906,11.566919326782283],[53.21036911010,11.591810226440487],[53.21403884887,11.598079681396541],[53.2214393615,11.604399681091536],[53.22505950927,11.616897583008097],[53.22872924804,11.62317085266136],[53.23612976074,11.629508972168082],[53.23981094360,11.635769844055346],[53.23596954345,11.648159027099609],[53.23585891723,11.660610198974837],[53.23952865600,11.666879653930721],[53.2392120361,11.704189300537053],[53.23543167114,11.710358619689998],[53.23537063598,11.716579437255973],[53.23165130615,11.716519355774153],[53.22787094116,11.722668647766397],[53.22774887084,11.735098838806209],[53.21284866333,11.734849929809513],[53.21274948120,11.747279167175236],[53.22008132934,11.759830474853572],[53.22003173828,11.766039848327637],[53.22364044189,11.778518676757983],[53.22312164306,11.834399223327921],[53.22679138183,11.840670585632381],[53.23049926757,11.840750694274959],[53.24185943603,11.822331428527832],[53.24198150634,11.809900283813704],[53.24948883056,11.803829193115234],[53.24930953979,11.822469711303825],[53.24901962280,11.853521347045955],[53.245239257,11.8596582412722],[53.24512100219,11.872070312500057],[53.25257110595,11.872219085693473],[53.25991058349,11.884778976440487],[53.26351165771,11.89727973937994],[53.27468872070,11.897499084472599],[53.27462005615,11.903709411621151],[53.27079010009,11.916050910949764],[53.27042007446,11.953291893005428],[53.2667007446,11.953209877014274],[53.27402877807,11.965779304504395],[53.27775192260,11.965849876404036],[53.2814216613,11.972149848938272],[53.28881072998,11.978528976440373],[53.2925300598,11.978598594665527],[53.29235076904,11.997208595275936],[53.28855895996,12.003330230712891],[53.29228973388,12.003428459167424],[53.2959594726,12.009710311889705],[53.29582977294,12.022120475768986],[53.29949951171,12.028409957885799],[53.31813049316,12.028838157653865],[53.3256492614,12.022798538208065],[53.32936859130,12.022890090942553],[53.33304977416,12.029179573059366],[53.34030914306,12.047969818115234],[53.34397888183,12.054268836975382],[53.34391021728,12.060480117797852],[53.36635208129,12.05480003356945],[53.36603164672,12.085860252380428],[53.35483932495,12.085589408874796],[53.34366226196,12.085320472717342],[53.33959960937,12.116258621215877],[53.34706115722,12.116438865661564],[53.34307098388,12.141159057617415],[53.35052871704,12.141359329223633],[53.35046005249,12.14755916595476],[53.354190826,12.147659301757869],[53.35778045654,12.160168647766341],[53.3503303527,12.159969329834041],[53.34653091430,12.166078567504996],[53.33528137207,12.171999931335733],[53.33880996704,12.190699577331827],[53.34247207641,12.196999549865893],[53.34254074096,12.190800666809253],[53.34626007080,12.190900802612532],[53.34992980957,12.197200775146769],[53.3497200012,12.21580982208252],[53.3533821105,12.22210884094244],[53.35324859619,12.2345104217531],[53.34952163696,12.234410285949991],[53.33827209472,12.240309715271223],[53.33819961547,12.246509552001953],[53.33448028564,12.246409416198844],[53.33068084716,12.252498626709041],[53.32680892944,12.264800071716593],[53.31935882568,12.264590263366699],[53.31914901733,12.28317928314226],[53.32287979125,12.283289909362793],[53.32273864746,12.295680046081543],[53.32252120971,12.31425857543968],[53.31872940063,12.320348739624194],[53.31866073608,12.326551437377987],[53.31486129760,12.3326292037965],[53.31478881835,12.338818550110034],[53.31098937988,12.344908714294718],[53.30712127685,12.357179641723917],[53.3033218383,12.36325836181652],[53.30311203002,12.38183975219755],[53.29938888549,12.38172817230236],[53.29916000366,12.400289535522461],[53.29544067382,12.400179862976245],[53.29164123535,12.406258583068848],[53.28791046142,12.406140327453784],[53.28425979614,12.399838447570744],[53.2768211364,12.399628639221419],[53.27659988403,12.418178558349609],[53.27280044555,12.424249649048079],[53.27272033691,12.430439949035872],[53.26892852783,12.436510086059627],[53.25775909423,12.436159133911246],[53.24644088745,12.448179244995117],[53.24637222290,12.454360008239803],[53.25001144409,12.460661888122615],[53.24964141845,12.491568565368937],[53.25336074829,12.491689682007063],[53.24956130981,12.497750282287711],[53.24948120117,12.503929138183821],[53.25693130493,12.504158973694075],[53.26026916503,12.535188674926701],[53.25638961791,12.547428131103459],[53.25630950927,12.553608894348145],[53.24840164184,12.590429306030444],[53.24452209472,12.602659225463867],[53.24071884155,12.608710289001579],[53.24063873291,12.614889144897688],[53.2478294372,12.633670806884936],[53.25156021118,12.633798599243107],[53.25107192993,12.670860290527401],[53.24734878540,12.670729637145939],[53.24346160888,12.68294811248785],[53.24354934692,12.676769256591967],[53.23617935180,12.670339584350756],[53.22875213623,12.670080184936808],[53.22494888305,12.676119804382608],[53.22106933593,12.688338279724121],[53.22058105468,12.725370407104549],[53.216861724,12.725239753723315],[53.22024917602,12.750049591064453],[53.22008132934,12.762390136718977],[53.21636199951,12.762260437012003],[53.20156860351,12.755550384521655],[53.19430160522,12.742948532104776],[53.19422149658,12.749109268188533],[53.19033050537,12.761318206787109],[53.19025039672,12.767478942871264],[53.18281173706,12.767208099365234],[53.18255996704,12.785710334778003],[53.19329071044,12.816949844360352],[53.18957901000,12.816808700561467],[53.1894912719,12.822980880737532],[53.19311904907,12.829279899597452],[53.19295120239,12.841618537902832],[53.19659042358,12.847919464111555],[53.19649887084,12.854090690612907],[53.18898010253,12.859969139099121],[53.18526077270,12.85982990264921],[53.18146133422,12.865848541259993],[53.18136978149,12.872020721435831],[53.17377090454,12.884070396423397],[53.1774787902,12.884198188781966],[53.17739868164,12.890370368957633],[53.18482971191,12.890649795532283],[53.18466186523,12.902979850769043],[53.1919097900,12.915599822998047],[53.19165039,12.934090614318904],[53.18421936035,12.933798789978027],[53.18413162231,12.939958572387695],[53.18040847778,12.939820289611873],[53.18033218383,12.945979118347225],[53.18775939941,12.946268081665039],[53.19155883789,12.940249443054256],[53.19509887695,12.952729225158691],[53.19474029541,12.977380752563704],[53.1910285949,12.977238655090332],[53.18722152709,12.983248710632267],[53.18360137939,12.976938247680835],[53.18006134033,12.964468955993823],[53.17634963989,12.96431922912609],[53.17272186279,12.958009719848746],[53.17280960083,12.951849937439079],[53.16918182373,12.945539474487248],[53.16899871826,12.957859992981014],[53.17263031005,12.964167594909611],[53.17253875732,12.970329284668026],[53.16511154174,12.970039367675952],[53.15750122070,12.982050895691202],[53.16112899780,12.988370895385799],[53.16474914550,12.994679450989054],[53.16456985473,13.006999969482649],[53.17182159423,13.019628524780501],[53.1717300415,13.025779724121321],[53.17544937133,13.025927543640421],[53.17926025390,13.019918441772575],[53.18278884887,13.032399177551497],[53.18640899658,13.038709640503157],[53.19013214111,13.038868904113997],[53.1900405883,13.045029640197754],[53.19374847412,13.045180320739746],[53.19728088378,13.057659149169865],[53.19701004028,13.076148986816634],[53.20425033569,13.088780403137378],[53.21168136596,13.08909893035883],[53.21158981323,13.095259666443155],[53.20777893066,13.10126972198492],[53.21139907836,13.107589721679688],[53.23369216918,13.108539581299112],[53.23720169067,13.121039390563908],[53.23331069946,13.133210182189998],[53.2406501770,13.139700889587687],[53.24055862426,13.145858764648381],[53.24417114257,13.152190208435059],[53.24398040771,13.164529800415096],[53.24760055541,13.170859336853198],[53.24750137329,13.177019119262866],[53.2437896728,13.176859855652026],[53.24369049072,13.183029174804801],[53.24739074707,13.183189392089901],[53.24359130859,13.189199447632063],[53.23606872558,13.195029258728141],[53.23236083984,13.194869041442814],[53.2173118591,13.206528663635368],[53.21712112426,13.218859672546387],[53.21321105957,13.23102092742937],[53.21693038940,13.231199264526424],[53.22043991088,13.243679046630859],[53.22423934936,13.237689971923942],[53.22787094116,13.244018554687557],[53.23157882690,13.244190216064396],[53.24261856079,13.250859260559196],[53.24674606323,13.251048088073901],[53.25390625000,13.251282691955623],[53.25750732421,13.257691383361987],[53.26090621948,13.276393890380973],[53.26092529296,13.276490211487101],[53.26296997070,13.276490211487101],[53.264526367,13.276490211487101],[53.26936721801,13.285106658935604],[53.27172851,13.28930759429943],[53.27255630493,13.292190551757983],[53.27532958984,13.301878929138354],[53.27508544921,13.314085960388354],[53.27111816406,13.332519531250057],[53.27087402343,13.344857215881518],[53.27198791503,13.346812248230151],[53.27447509765,13.351074218750114],[53.27429199218,13.363525390625171],[53.26672363281,13.369323730468807],[53.25549316406,13.374877929687557],[53.25430679321,13.375786781311035],[53.24795150756,13.380689620971907],[53.24792480468,13.382289886474553],[53.24792480468,13.386901855469034],[53.24283981323,13.386610984802246],[53.24047851,13.386491775512695],[53.24047851,13.39270114898676],[53.24386978149,13.405172348022745],[53.24389648,13.405271530151367],[53.24988555908,13.405472755432072],[53.25128173828,13.405517578125],[53.25488281250,13.411927223205851],[53.26232910156,13.412291526794377],[53.26371765136,13.414785385132006],[53.2694702148,13.425109863281193],[53.27481460571,13.429709434509277],[53.27691650390,13.431518554687557],[53.28051757,13.431700706482218],[53.28027343750,13.444092750549544],[53.28411865234,13.444274902343807],[53.28411865234,13.438687324523983],[53.28413009643,13.438094139099121],[53.28802871704,13.432213783264331],[53.29154968261,13.438420295715332],[53.29168701171,13.438476562500171],[53.29528808593,13.438720703125227],[53.29505538940,13.450478553772086],[53.29492568969,13.457128524780444],[53.28754425048,13.456730842590332],[53.28712081909,13.480748176574878],[53.28710937500,13.481421470642317],[53.2979125976,13.50048828125],[53.29847335815,13.499667167663631],[53.301879882,13.494689941406364],[53.30548095703,13.500915527343977],[53.31227111816,13.507130622863997],[53.31268310546,13.50750827789318],[53.32031250000,13.501708984375057],[53.32387924194,13.501889228820744],[53.32007217407,13.507869720459212],[53.31636047363,13.507669448852596],[53.31617355346,13.518795967102108],[53.31605148315,13.526199340820256],[53.31610107421,13.526306152343807],[53.31988525390,13.52648830413824],[53.33111572265,13.52087497711176],[53.33840942382,13.521295547485522],[53.338500976,13.52130126953125],[53.33832168579,13.527391433715763],[53.3383178710,13.527526855468693],[53.34948730468,13.528077125549601],[53.34967041015,13.515685081481877],[53.35687255859,13.522278785705566],[53.36436080932,13.522698402404842],[53.36426162719,13.52879905700695],[53.36043930053,13.534789085388184],[53.36034011840,13.540958404541129],[53.37496185302,13.554159164428825],[53.38024139404,13.554449081421126],[53.38989257812,13.555113792419718],[53.38989257812,13.549206733703556],[53.38989639282,13.54889011383068],[53.3972778320,13.54931640625],[53.3972778320,13.55126857757574],[53.39720916748,13.555390357971135],[53.39908218383,13.562153816223258],[53.4006958007,13.568114280700797],[53.40429,13.57452297210699],[53.4041900634,13.580570220947322],[53.40779113769,13.586970329284668],[53.40396881103,13.592949867248649],[53.4041862487,13.592961311340559],[53.40624618530,13.593077659607218],[53.40768051147,13.593159675598372],[53.40745925903,13.605560302734546],[53.40820312500,13.605599403381348],[53.41116714477,13.605881690979061],[53.41131591796,13.605895996093864],[53.411010742,13.614761352539062],[53.41089248657,13.618145942688216],[53.41088867187,13.618287086487101],[53.407348632,13.617924690246582],[53.40728759765,13.624085426330737],[53.41088867187,13.624328613281307],[53.42176055908,13.637372970581225],[53.42187500000,13.637512207031307],[53.42937469482,13.625694274902401],[53.42924499511,13.632966995239315],[53.42907714843,13.637879371643294],[53.43670654296,13.638304710388297],[53.43670654296,13.63208103179926],[53.44409179687,13.638671875000284],[53.44012451171,13.650878906250284],[53.44372558593,13.65728759765625],[53.44750976562,13.651490211487101],[53.45367050170,13.66245460510271],[53.45827102661,13.670688629150561],[53.45816040039,13.676888465881291],[53.46187210083,13.67713928222679],[53.46295547485,13.681085586547965],[53.46527099609,13.689879417419434],[53.47607421875,13.709288597107104],[53.47985076904,13.709418296814249],[53.47941207885,13.734288215637434],[53.4830093383,13.740770339966105],[53.48289108276,13.746990203857592],[53.47919082641,13.746739387512264],[53.4753799438,13.752708435058651],[53.47500610351,13.77402687072771],[53.47491836547,13.777607917785701],[53.4749145507,13.777709960937557],[53.47281265258,13.777460098266772],[53.47135543823,13.7773571014406],[53.47122955322,13.777350425720329],[53.4748306274,13.78383922576927],[53.47819900512,13.8027992248538],[53.48178863525,13.809299468994425],[53.48630523681,13.814809799194563],[53.49267578125,13.822693824768294],[53.49582672119,13.82829761505127],[53.49626159667,13.829074859619368],[53.49649047851,13.816598892211914],[53.50030136108,13.810619354248331],[53.49747085571,13.805498123169116],[53.49671936035,13.804106712341309],[53.49830627441,13.801625251770247],[53.50048828125,13.798279762268294],[53.50811767578,13.792482376098746],[53.51190185546,13.786499023437784],[53.512084960,13.78027439117426],[53.51691055297,13.78055286407465],[53.51939773559,13.780695915222111],[53.51947021484,13.78070068359375],[53.523315429,13.77472019195568],[53.52432250976,13.774820327758789],[53.52691650390,13.775085449218864],[53.53426742553,13.778670310974235],[53.54168701171,13.782286643982218],[53.54428482055,13.782501220703409],[53.54907226,13.782897949218864],[53.54993820190,13.783711433410701],[53.55628967285,13.789619445800952],[53.55621719360,13.793650627136344],[53.55609130859,13.802124977111873],[53.55316543579,13.8019189834597],[53.54125213623,13.801049232483024],[53.53742980957,13.807028770446834],[53.52297210693,13.823904037475756],[53.52228164672,13.824710845947322],[53.52216339111,13.824702262878475],[53.51867675781,13.824523925781421],[53.5186309814,13.824441909790266],[53.51507186889,13.818076133728255],[53.51452636718,13.84930515289318],[53.51049804687,13.86151218414318],[53.50426101684,13.876034736633358],[53.50273132324,13.879629135131836],[53.50106811523,13.879508018493709],[52.67502212524,13.482250213623217],[52.66778182983,13.46973991394043],[52.66786956787,13.463649749755916],[52.66054916381,13.45722961425804],[52.65277862548,13.481238365173567],[52.64916992,13.474988937378214],[52.64926147460,13.46889877319353],[52.64564132690,13.462650299072266],[52.64572906494,13.456560134887752],[52.64944076538,13.456730842590332],[52.64953994750,13.450640678405819],[52.64229965209,13.438139915466536],[52.63489151000,13.437800407409668],[52.63497924804,13.431718826294173],[52.63885879516,13.419708251953409],[52.64257049560,13.419878959655762],[52.63896179199,13.413619041442985],[52.64654922485,13.40176868438715],[52.64284133911,13.401610374450627],[52.63552093505,13.395200729370345],[52.63191986083,13.388949394226245],[52.63199996948,13.382859230041731],[52.62829208374,13.382687568664494],[52.62105941772,13.370199203491438],[52.62160110473,13.333660125732592],[52.62557220458,13.315549850463981],[52.63298034667,13.315859794616813],[52.6367797851,13.309928894043139],[52.64419174194,13.310248374938908],[52.65169143676,13.304468154907227],[52.65531158447,13.310720443725643],[52.65565872192,13.28633975982666],[52.63714218139,13.285560607910384],[52.63740158081,13.267268180847338],[52.63370132446,13.267120361328409],[52.62990188598,13.273059844970703],[52.62248992919,13.272738456726358],[52.62654876708,13.248509407043514],[52.62292861938,13.242268562317179],[52.62681198120,13.230238914489973],[52.60475921630,13.217118263244856],[52.60483932495,13.211028099060343],[52.60113906860,13.210880279541016],[52.59363937377,13.216669082641545],[52.58985137939,13.222608566284237],[52.58975982666,13.22869873046875],[52.58613967895,13.222449302673397],[52.5862312316,13.216359138488713],[52.58251953125,13.216209411621378],[52.58639907836,13.204168319702262],[52.58649063110,13.198078155517578],[52.59027862548,13.192138671875057],[52.59416198730,13.18010139465332],[52.59424972534,13.173998832702807],[52.59442138671,13.161809921264762],[52.58710098266,13.15542030334484],[52.58356094360,13.143080711364803],[52.58364868164,13.136990547180289],[52.57624053955,13.136680603027457],[52.57606887817,13.148870468139592],[52.5796890258,13.155118942261026],[52.57218933105,13.160909652710131],[52.56478118896,13.160609245300407],[52.56116104125,13.154369354248217],[52.55004119873,13.153920173645076],[52.55022048950,13.141739845275879],[52.55401992797,13.135789871215934],[52.53919219970,13.135198593139648],[52.52083206176,13.122269630432299],[52.51333999633,13.128069877624512],[52.51316070556,13.140250205993709],[52.51670074462,13.152580261230469],[52.5129890441,13.152429580688647],[52.50902938842,13.170539855957031],[52.50524139404,13.176479339599553],[52.4980010986,13.163997650146541],[52.47611999511,13.138758659362793],[52.47620010375,13.132680892944506],[52.47257995605,13.126438140869197],[52.46887969970,13.126290321350098],[52.46525955200,13.120060920715503],[52.44673919677,13.119320869445801],[52.44295120239,13.125260353088493],[52.43545150756,13.131049156189192],[52.42819976806,13.118589401245117],[52.42451095581,13.118438720703125],[52.42089080810,13.112210273742789],[52.41743850708,13.093818664550952],[52.4099502563,13.09960842132574],[52.4,13.099459648132324],[52.4060821533,13.111618995666504],[52.40227890014,13.117559432983512],[52.39461898803,13.13549995422386],[52.39445114135,13.14765930175804],[52.38713073730,13.141288757324162],[52.39437103271,13.153739929199219],[52.39049911499,13.165748596191406],[52.39031982421,13.177889823913631],[52.39402008056,13.178049087524641],[52.39419937133,13.165899276733398],[52.39789962768,13.166049957275391],[52.41220092773,13.203120231628702],[52.41202926635,13.215270042419377],[52.41926193237,13.227739334106388],[52.41891098022,13.252047538757324],[52.41141891479,13.257809638977051],[52.40401077270,13.257509231567553],[52.40383911132,13.269659042358398],[52.40005111694,13.275580406188965],[52.39995193481,13.281649589538631],[52.41442108154,13.30657005310087],[52.41072082519,13.306409835815373],[52.39572906494,13.317929267883528],[52.41011047363,13.348920822143668],[52.40639877319,13.348770141601847],[52.3988189697,13.360589981079158],[52.39115142822,13.378480911254883],[52.38745117187,13.378318786621378],[52.38718032836,13.396519660949764],[52.37607192993,13.396039962768668],[52.37562179565,13.426369667053279],[52.37554168701,13.432428359985522],[52.38294982910,13.432759284973201],[52.38286209106,13.438818931579533],[52.40525054931,13.427668571472338],[52.40896224975,13.427828788757438],[52.41249084472,13.440129280090503],[52.41592025756,13.458478927612305],[52.41952896118,13.464718818664721],[52.41934967041,13.476848602295206],[52.40065002441,13.488148689270133],[52.39324188232,13.487819671630859],[52.39686203002,13.494039535522518],[52.39657974243,13.51220893859886],[52.40011215209,13.524510383606014],[52.40000915527,13.530570030212573],[52.39622116088,13.536458969116381],[52.39982986450,13.542688369750977],[52.38872146606,13.542180061340332],[52.38825988769,13.572458267211914],[52.39519882202,13.603069305419979],[52.38407897949,13.602559089660929],[52.38399887084,13.60859870910673],[52.38019943237,13.614489555358944],[52.37279891967,13.61414813995367],[52.37982940673,13.638678550720329],[52.37602996826,13.644558906555119],[52.37594223022,13.65060997009283],[52.36853027343,13.65025901794462],[52.36843872070,13.656298637390421],[52.36473083496,13.656129837036076],[52.35752105712,13.643688201904354],[52.34640884399,13.64317989349388],[52.33890914917,13.648880004882812],[52.33872222900,13.660959243774414],[52.34241867065,13.661138534546183],[52.35704040527,13.673918724060115],[52.36444854736,13.674258232116813],[52.36436080932,13.680309295654354],[52.37157058715,13.692740440368652],[52.36777114868,13.698608398437443],[52.37509155273,13.705011367797852],[52.37868881225,13.71121883392334],[52.37879180908,13.705169677734375],[52.38249969482,13.705349922180233],[52.38259124755,13.699310302734432],[52.38629150390,13.699479103088606],[52.40073013305,13.724349021911564],[52.4004402160,13.74246978759777],[52.40415191650,13.742648124695052],[52.40776062011,13.748869895935115],[52.41535949707,13.737139701843319],[52.42277145385,13.737500190734863],[52.4263687133,13.743719100952433],[52.4262809753,13.749758720398233],[52.4411010742,13.750470161437988],[52.44091033935,13.762550354003906],[52.43719863891,13.762378692627237],[52.43711090087,13.768408775329533],[52.44461059570,13.762729644775447],[52.44831848144,13.762909889221135],[52.44879150390,13.732700347900391],[52.46379852294,13.721320152282885],[52.46768951416,13.709400177001896],[52.46778106689,13.703359603882006],[52.46018981933,13.715100288391397],[52.45278167724,13.714739799499682],[52.45666885375,13.702829360962028],[52.46408081054,13.703180313110408],[52.46427154541,13.691078186035384],[52.47566223144,13.673458099365291],[52.47196197509,13.67327976226801],[52.47204971313,13.667228698730696],[52.47576141357,13.667400360107536],[52.47584915161,13.661349296569824],[52.47974014282,13.649419784545898],[52.47251892089,13.636960029602221],[52.47261047363,13.630900382995662],[52.46891021728,13.630728721618652],[52.46908950805,13.618619918823356],[52.47650146484,13.618960380554142],[52.48011016845,13.625190734863224],[52.49103927612,13.637830734252987],[52.49113082885,13.631768226623763],[52.50223922729,13.632289886474894],[52.51686859130,13.645098686218205],[52.52400970458,13.663631439209155],[52.52770996093,13.663810729980526],[52.52790069580,13.65168952941923],[52.53168869018,13.645798683166447],[52.52817153930,13.63349819183378],[52.52827072143,13.627449035644645],[52.53197097778,13.627619743347395],[52.53947067260,13.621899604797534],[52.54327011108,13.616009712219238],[52.54734039306,13.59192943572998],[52.55844879150,13.592439651489428],[52.56595993041,13.58671855926508],[52.56613159179,13.574580192565918],[52.57353973388,13.574919700622615],[52.58493041992,13.557220458984432],[52.58882141113,13.545239448547363],[52.59278869628,13.527190208435059],[52.58927154541,13.514860153198356],[52.60425949096,13.503379821777571],[52.61167907714,13.503720283508358],[52.61899185180,13.510140419006632],[52.62269210815,13.510298728943155],[52.62992095947,13.522801399231014],[52.63724136352,13.529230117797908],[52.64094924926,13.529389381408748],[52.64474105834,13.523490905761832],[52.64482879638,13.517398834228743],[52.6486206054,13.511480331421069],[52.65639114379,13.487489700317496],[52.66371154785,13.493919372558878],[52.66741943359,13.494078636169718],[52.66759872436,13.48191070556652],[52.67502212524,13.482250213623217]], DE_BY: [[47.58434,9.60202],[47.58521,9.60373],[47.58620,9.60767],[47.58326,9.61012],[47.58329,9.61047],[47.57980,9.61364],[47.58107,9.61619],[47.58144,9.61681],[47.58174,9.61829],[47.58312,9.62016],[47.58433,9.61954],[47.58601,9.62190],[47.58664,9.62152],[47.58829,9.62198],[47.58873,9.62285],[47.59112,9.62487],[47.59264,9.62659],[47.59309,9.63058],[47.59303,9.63217],[47.59367,9.63294],[47.59347,9.63489],[47.59267,9.63629],[47.59185,9.63712],[47.59167,9.63824],[47.59082,9.63878],[47.59041,9.63998],[47.58979,9.64279],[47.59114,9.64485],[47.59257,9.64493],[47.59338,9.64272],[47.59726,9.64086],[47.59953,9.63910],[47.60214,9.63566],[47.60480,9.63789],[47.60405,9.64596],[47.60567,9.64768],[47.60601,9.65377],[47.60775,9.65266],[47.61226,9.65789],[47.61163,9.67145],[47.60925,9.67575],[47.60509,9.67841],[47.60468,9.68321],[47.60717,9.68785],[47.61070,9.69188],[47.60989,9.69291],[47.60729,9.69248],[47.60578,9.69523],[47.60457,9.69506],[47.60283,9.69943],[47.60318,9.70149],[47.60173,9.70450],[47.60266,9.70793],[47.60439,9.71025],[47.60659,9.71188],[47.60613,9.71540],[47.60787,9.71780],[47.60833,9.72012],[47.60740,9.72536],[47.60729,9.72724],[47.60920,9.72784],[47.61180,9.72939],[47.61649,9.73514],[47.61209,9.73754],[47.61377,9.73943],[47.61377,9.74029],[47.61602,9.74252],[47.61747,9.74604],[47.61643,9.74767],[47.61498,9.74690],[47.61226,9.74656],[47.61076,9.74286],[47.60734,9.74415],[47.60515,9.74089],[47.60474,9.74252],[47.60422,9.74630],[47.60312,9.74904],[47.60937,9.75600],[47.61116,9.75291],[47.61406,9.75462],[47.61458,9.75600],[47.61602,9.75780],[47.61788,9.76175],[47.62407,9.77119],[47.62731,9.77548],[47.63164,9.77934],[47.63101,9.78449],[47.63378,9.78887],[47.63592,9.79471],[47.64477,9.79968],[47.64761,9.79282],[47.65154,9.80123],[47.65159,9.80913],[47.64974,9.81428],[47.65090,9.81685],[47.65489,9.81943],[47.65726,9.82715],[47.65963,9.82861],[47.66148,9.82784],[47.66356,9.83067],[47.66726,9.83136],[47.66813,9.82990],[47.67177,9.83015],[47.67345,9.83376],[47.67293,9.83736],[47.66911,9.83762],[47.67206,9.83917],[47.67506,9.83908],[47.67784,9.84020],[47.67784,9.84372],[47.67865,9.85135],[47.67784,9.85968],[47.67587,9.87084],[47.67628,9.87607],[47.67408,9.88088],[47.67056,9.88268],[47.66478,9.89170],[47.66154,9.90320],[47.66131,9.91641],[47.65720,9.92594],[47.65408,9.93229],[47.65842,9.94088],[47.65587,9.94482],[47.65657,9.95246],[47.65292,9.95984],[47.65472,9.96096],[47.65483,9.97023],[47.65697,9.97452],[47.66194,9.97761],[47.66333,9.97478],[47.66703,9.97650],[47.66695,9.97989],[47.67625,9.99045],[47.67960,9.99560],[47.68371,10.00023],[47.68405,10.00744],[47.68619,10.02092],[47.68827,10.02839],[47.68602,10.02967],[47.68238,10.03225],[47.67718,10.02976],[47.67562,10.03062],[47.67671,10.03508],[47.67978,10.03654],[47.67735,10.04092],[47.67874,10.04418],[47.67510,10.04315],[47.67856,10.04641],[47.68249,10.04847],[47.68053,10.05053],[47.68001,10.05439],[47.68111,10.05928],[47.67463,10.06512],[47.66325,10.06933],[47.65851,10.07576],[47.65047,10.07293],[47.64879,10.07568],[47.64269,10.07362],[47.63985,10.07508],[47.64309,10.07611],[47.64731,10.08100],[47.64778,10.07868],[47.65049,10.08194],[47.65402,10.08134],[47.65668,10.08349],[47.66026,10.08915],[47.66327,10.08752],[47.66333,10.09259],[47.66807,10.09216],[47.67333,10.08933],[47.67471,10.09113],[47.66801,10.10160],[47.66680,10.11319],[47.66980,10.11301],[47.67188,10.11791],[47.67593,10.12761],[47.67859,10.12975],[47.68182,10.12949],[47.68523,10.13241],[47.68673,10.12992],[47.69124,10.12752],[47.69765,10.13911],[47.70274,10.13859],[47.71227,10.12125],[47.72024,10.11430],[47.73346,10.11748],[47.74021,10.11113],[47.75077,10.11791],[47.75527,10.11301],[47.76012,10.11705],[47.76739,10.09130],[47.77108,10.08160],[47.77633,10.08340],[47.78043,10.07963],[47.77979,10.07662],[47.78198,10.06649],[47.78550,10.06469],[47.78983,10.06933],[47.79323,10.07508],[47.79617,10.08512],[47.79756,10.08624],[47.79946,10.08967],[47.80471,10.09010],[47.80534,10.09637],[47.80096,10.10203],[47.80125,10.10727],[47.80246,10.11036],[47.80125,10.11628],[47.80499,10.11430],[47.80678,10.11027],[47.81157,10.11559],[47.81347,10.12108],[47.81387,10.12829],[47.81013,10.13405],[47.80972,10.13679],[47.81549,10.13130],[47.82200,10.13087],[47.82246,10.12486],[47.82655,10.12297],[47.82817,10.11825],[47.83635,10.11199],[47.83963,10.10838],[47.84032,10.10418],[47.84263,10.10169],[47.84412,10.10160],[47.84677,10.10907],[47.85259,10.10641],[47.84672,10.10049],[47.84395,10.10049],[47.84620,10.09662],[47.84309,10.09473],[47.84384,10.09242],[47.84631,10.09173],[47.85202,10.09525],[47.85196,10.09817],[47.85420,10.09508],[47.85593,10.09731],[47.85495,10.10040],[47.85697,10.10443],[47.86088,10.10263],[47.86417,10.10426],[47.86411,10.10117],[47.85795,10.09036],[47.85495,10.08237],[47.86065,10.07929],[47.86290,10.07911],[47.86411,10.07826],[47.86836,10.07567],[47.87032,10.08108],[47.86986,10.08571],[47.86802,10.08829],[47.86865,10.09129],[47.87228,10.09661],[47.87717,10.09764],[47.87815,10.10606],[47.88276,10.10460],[47.88402,10.09481],[47.88909,10.10073],[47.89358,10.10185],[47.90175,10.10116],[47.90578,10.10099],[47.90624,10.10417],[47.90947,10.10311],[47.91085,10.10964],[47.91609,10.10818],[47.91643,10.11084],[47.92184,10.10432],[47.92868,10.10620],[47.93328,10.11041],[47.93835,10.10964],[47.94076,10.10311],[47.94404,10.09445],[47.95030,10.08698],[47.96024,10.08432],[47.96834,10.08766],[47.97156,10.09110],[47.97386,10.09745],[47.97535,10.11067],[47.97662,10.11522],[47.98058,10.11453],[47.98719,10.11513],[47.98880,10.11462],[47.99506,10.11959],[47.99713,10.12131],[48.00431,10.11813],[48.00752,10.12389],[48.01206,10.12552],[48.01728,10.13418],[48.02343,10.13410],[48.03049,10.12835],[48.03284,10.12758],[48.03588,10.12921],[48.04053,10.13504],[48.04506,10.13650],[48.04724,10.14028],[48.05327,10.13882],[48.05619,10.14174],[48.06296,10.14045],[48.07025,10.14174],[48.07409,10.14311],[48.07507,10.13727],[48.07707,10.13444],[48.08309,10.13436],[48.08636,10.13805],[48.09015,10.13968],[48.09376,10.13693],[48.09582,10.13805],[48.09594,10.14019],[48.09938,10.13933],[48.10058,10.13633],[48.10557,10.13504],[48.10660,10.13633],[48.11175,10.13521],[48.11405,10.13178],[48.11542,10.12397],[48.11749,10.12071],[48.12092,10.12002],[48.12522,10.11084],[48.13072,10.10972],[48.13278,10.10689],[48.13748,10.10577],[48.14074,10.10363],[48.14470,10.10406],[48.14773,10.10183],[48.15369,10.09831],[48.16021,10.09359],[48.16416,10.09487],[48.17263,10.08998],[48.17978,10.08904],[48.18213,10.08492],[48.19598,10.08200],[48.20502,10.08406],[48.20965,10.07917],[48.21108,10.07591],[48.21423,10.07676],[48.21606,10.07771],[48.22183,10.07694],[48.22275,10.07513],[48.22303,10.06827],[48.22737,10.06664],[48.23086,10.06887],[48.23331,10.06415],[48.23743,10.06295],[48.24355,10.06192],[48.24732,10.06355],[48.24835,10.06629],[48.25018,10.06672],[48.25395,10.06861],[48.25709,10.06140],[48.26149,10.06415],[48.26464,10.06363],[48.26949,10.06303],[48.27286,10.06131],[48.27515,10.06518],[48.27749,10.06432],[48.28023,10.06501],[48.28246,10.06329],[48.28406,10.05883],[48.28640,10.05677],[48.28777,10.05376],[48.29017,10.05196],[48.29131,10.04904],[48.29165,10.04561],[48.29382,10.04226],[48.29776,10.04123],[48.30045,10.04278],[48.30170,10.03934],[48.30450,10.03926],[48.30593,10.03745],[48.30930,10.03359],[48.31175,10.03050],[48.31763,10.02672],[48.32362,10.02389],[48.32431,10.02046],[48.33093,10.01153],[48.33355,10.00973],[48.34103,10.00904],[48.34291,10.00904],[48.34451,10.00407],[48.34462,10.00218],[48.34639,10.00209],[48.34685,9.99806],[48.34970,9.99746],[48.35226,9.99617],[48.35637,9.99419],[48.36105,9.99849],[48.36379,9.99977],[48.36310,9.99188],[48.36846,9.99188],[48.37034,9.98707],[48.36766,9.98355],[48.36344,9.98424],[48.36230,9.98184],[48.36236,9.97703],[48.36504,9.97334],[48.36396,9.96965],[48.36909,9.96862],[48.37542,9.96656],[48.37696,9.97008],[48.37969,9.96879],[48.38340,9.97634],[48.38716,9.98484],[48.39411,9.98905],[48.39759,10.00089],[48.40209,10.01162],[48.40642,10.01668],[48.41792,10.01669],[48.42715,10.03257],[48.42977,10.03969],[48.43205,10.03909],[48.43370,10.04192],[48.43529,10.03823],[48.43336,10.03815],[48.43176,10.03506],[48.43484,10.03351],[48.43700,10.02656],[48.44256,10.02835],[48.44546,10.03711],[48.44780,10.03556],[48.45195,10.03548],[48.45372,10.03015],[48.45822,10.03101],[48.46055,10.04097],[48.45844,10.04475],[48.45776,10.05341],[48.45856,10.06286],[48.45685,10.06277],[48.45395,10.05753],[48.45457,10.06286],[48.45770,10.06449],[48.46112,10.07667],[48.46368,10.08629],[48.46624,10.08603],[48.47347,10.10217],[48.47842,10.10508],[48.47557,10.11762],[48.47352,10.11684],[48.47330,10.11976],[48.46823,10.11804],[48.46095,10.12388],[48.46112,10.12525],[48.45748,10.12817],[48.45759,10.13212],[48.45600,10.13478],[48.45822,10.15418],[48.45975,10.16439],[48.46044,10.16448],[48.45947,10.17212],[48.46118,10.17280],[48.46237,10.17220],[48.46402,10.17727],[48.46783,10.17392],[48.47227,10.17607],[48.47586,10.18132],[48.48877,10.21763],[48.48917,10.23565],[48.49224,10.24098],[48.50015,10.23694],[48.50043,10.24192],[48.50566,10.23995],[48.50458,10.22733],[48.50720,10.22578],[48.50925,10.23385],[48.51078,10.23025],[48.51243,10.23591],[48.51169,10.24698],[48.51658,10.24810],[48.52102,10.25934],[48.52005,10.26647],[48.51783,10.26775],[48.51852,10.27290],[48.51641,10.27351],[48.51840,10.28635],[48.51692,10.28721],[48.51749,10.29717],[48.52318,10.31116],[48.52647,10.30798],[48.52699,10.31313],[48.52960,10.31167],[48.52841,10.30584],[48.53034,10.30232],[48.53722,10.30112],[48.54193,10.30069],[48.54807,10.30240],[48.55125,10.30532],[48.55199,10.31099],[48.55551,10.31451],[48.55602,10.31245],[48.56216,10.31296],[48.56926,10.31210],[48.57250,10.30927],[48.57693,10.30927],[48.58397,10.30592],[48.58478,10.30164],[48.58876,10.29701],[48.58944,10.29315],[48.60051,10.29495],[48.60414,10.29675],[48.60533,10.30061],[48.60352,10.30671],[48.60505,10.30842],[48.60459,10.31649],[48.60772,10.31924],[48.61010,10.32344],[48.61123,10.31924],[48.62361,10.29743],[48.63184,10.29391],[48.63490,10.28842],[48.63734,10.28147],[48.64074,10.27889],[48.64454,10.27829],[48.64646,10.26713],[48.65123,10.26936],[48.65333,10.26275],[48.65571,10.26147],[48.65622,10.25889],[48.65707,10.25898],[48.65792,10.26602],[48.65945,10.26284],[48.66285,10.25460],[48.66574,10.25426],[48.66869,10.25657],[48.67232,10.26327],[48.67317,10.26026],[48.67776,10.25434],[48.68116,10.25589],[48.67980,10.26627],[48.68280,10.26361],[48.68598,10.27185],[48.70201,10.26679],[48.70393,10.26808],[48.70133,10.28284],[48.69209,10.29571],[48.69090,10.30284],[48.68309,10.31657],[48.68864,10.31666],[48.69136,10.32781],[48.68943,10.33605],[48.68830,10.33957],[48.67730,10.34893],[48.67385,10.34790],[48.66591,10.35270],[48.66308,10.34927],[48.65990,10.34927],[48.65781,10.35373],[48.65525,10.35210],[48.65355,10.36112],[48.65537,10.36137],[48.65798,10.36489],[48.66438,10.36738],[48.66427,10.37433],[48.66710,10.37854],[48.66631,10.38309],[48.66875,10.38764],[48.67453,10.38592],[48.67560,10.38978],[48.67809,10.38840],[48.67911,10.39132],[48.68869,10.39149],[48.69050,10.39827],[48.69305,10.39981],[48.69900,10.40719],[48.69934,10.41234],[48.69503,10.42144],[48.70013,10.43114],[48.69781,10.43414],[48.69611,10.43869],[48.69124,10.43938],[48.69033,10.43526],[48.68727,10.43569],[48.68585,10.42925],[48.68687,10.42633],[48.69141,10.42599],[48.69107,10.42393],[48.68693,10.42316],[48.68376,10.42324],[48.68262,10.42144],[48.67979,10.42530],[48.67317,10.42362],[48.67493,10.42611],[48.67074,10.42508],[48.66921,10.41958],[48.66677,10.41100],[48.66212,10.41100],[48.66496,10.41701],[48.66530,10.44033],[48.66700,10.44205],[48.66779,10.44995],[48.67164,10.45441],[48.67130,10.46471],[48.68207,10.48016],[48.68723,10.48153],[48.68763,10.48651],[48.68627,10.48857],[48.68757,10.49063],[48.68621,10.49312],[48.68814,10.49561],[48.68995,10.49209],[48.69131,10.48497],[48.69669,10.48711],[48.69437,10.47870],[48.70054,10.47913],[48.70275,10.47037],[48.70541,10.47115],[48.70745,10.48196],[48.71204,10.48093],[48.71153,10.47312],[48.71521,10.46763],[48.72003,10.46462],[48.72303,10.46059],[48.72484,10.46188],[48.72450,10.46531],[48.72733,10.46480],[48.72784,10.46196],[48.72954,10.45312],[48.73588,10.46291],[48.73350,10.45492],[48.73339,10.45132],[48.72688,10.44875],[48.72937,10.44308],[48.73418,10.43887],[48.73729,10.43776],[48.73678,10.43003],[48.74154,10.43166],[48.74397,10.42325],[48.74624,10.42171],[48.74743,10.41536],[48.75393,10.41776],[48.75433,10.42317],[48.75823,10.42240],[48.76355,10.41725],[48.76915,10.41647],[48.77000,10.41046],[48.77741,10.41630],[48.77328,10.42754],[48.77622,10.42875],[48.78086,10.42600],[48.78731,10.42780],[48.79251,10.42720],[48.79568,10.41905],[48.80105,10.42102],[48.80122,10.42660],[48.80082,10.42918],[48.80382,10.43742],[48.80930,10.44214],[48.81077,10.44900],[48.81313,10.44521],[48.82189,10.44736],[48.82404,10.44607],[48.82715,10.44675],[48.83099,10.44753],[48.83184,10.44341],[48.83455,10.43843],[48.83461,10.43543],[48.83670,10.42581],[48.84303,10.42693],[48.84681,10.42890],[48.84884,10.43997],[48.84997,10.44693],[48.85325,10.45036],[48.85607,10.45190],[48.85957,10.45302],[48.86110,10.44727],[48.86387,10.44710],[48.86691,10.44890],[48.87070,10.45225],[48.87205,10.45062],[48.87408,10.45096],[48.87713,10.44615],[48.88120,10.44366],[48.88187,10.44521],[48.88159,10.44796],[48.88487,10.45036],[48.88763,10.45165],[48.89119,10.44881],[48.89339,10.44933],[48.89398,10.44414],[48.89697,10.44028],[48.89849,10.43985],[48.89883,10.43745],[48.90007,10.43530],[48.90001,10.43007],[48.90300,10.42286],[48.90464,10.42268],[48.90577,10.42097],[48.90848,10.42509],[48.90639,10.43024],[48.90808,10.43024],[48.90791,10.43522],[48.90949,10.43599],[48.90893,10.44268],[48.91118,10.44406],[48.91350,10.45058],[48.91502,10.45066],[48.91541,10.45384],[48.91750,10.45444],[48.92207,10.45418],[48.92591,10.45161],[48.92596,10.44878],[48.92985,10.44543],[48.93064,10.44071],[48.93295,10.43762],[48.93583,10.43959],[48.93498,10.44680],[48.93854,10.44929],[48.94006,10.44414],[48.94389,10.44483],[48.94570,10.44294],[48.94474,10.43770],[48.94384,10.43633],[48.94547,10.43032],[48.95161,10.42826],[48.95635,10.42792],[48.95584,10.42543],[48.95826,10.42303],[48.95905,10.41899],[48.96142,10.41994],[48.96159,10.42457],[48.96390,10.42337],[48.96548,10.41788],[48.96830,10.41711],[48.96869,10.41324],[48.96565,10.40844],[48.96660,10.40414],[48.97483,10.40123],[48.97607,10.40277],[48.97607,10.40809],[48.97844,10.40990],[48.98046,10.40509],[48.98187,10.40406],[48.98210,10.40226],[48.98548,10.40037],[48.98784,10.39384],[48.98936,10.39316],[48.98779,10.38183],[48.99060,10.37814],[48.99150,10.38106],[48.99449,10.38183],[48.99652,10.38028],[48.99916,10.38106],[49.00023,10.37908],[48.99916,10.37548],[49.00277,10.37204],[49.00429,10.35265],[49.01116,10.35677],[49.01375,10.35496],[49.01510,10.34750],[49.01757,10.34492],[49.02112,10.34518],[49.02247,10.34999],[49.02787,10.34956],[49.02720,10.33711],[49.02979,10.33617],[49.03198,10.33342],[49.03041,10.33248],[49.02641,10.33376],[49.02669,10.33170],[49.02962,10.32861],[49.02506,10.32930],[49.02377,10.32904],[49.02517,10.32106],[49.02832,10.31814],[49.02984,10.31067],[49.03142,10.30844],[49.03148,10.30226],[49.03873,10.30166],[49.04082,10.29943],[49.04188,10.29402],[49.04070,10.29325],[49.04037,10.28862],[49.03592,10.28493],[49.03823,10.27686],[49.04082,10.27375],[49.04267,10.26903],[49.04357,10.26414],[49.04087,10.26268],[49.04104,10.25950],[49.03778,10.25418],[49.03879,10.25135],[49.04144,10.24903],[49.04380,10.25066],[49.04492,10.25504],[49.04897,10.25066],[49.05511,10.25504],[49.06225,10.25667],[49.06146,10.25950],[49.06180,10.26174],[49.06410,10.26011],[49.06534,10.25848],[49.07018,10.25676],[49.07248,10.24603],[49.07198,10.24011],[49.07344,10.23367],[49.07726,10.23367],[49.08305,10.24088],[49.08013,10.24448],[49.08294,10.24680],[49.09092,10.24938],[49.08980,10.24431],[49.09098,10.24062],[49.08890,10.22663],[49.09098,10.22449],[49.09373,10.22483],[49.09767,10.22165],[49.09418,10.21247],[49.09474,10.20818],[49.09772,10.20346],[49.10014,10.20680],[49.10143,10.20680],[49.10239,10.21213],[49.10576,10.21470],[49.11205,10.21256],[49.11379,10.21599],[49.11183,10.22663],[49.11323,10.22637],[49.11402,10.22886],[49.11739,10.22886],[49.11952,10.22397],[49.12076,10.22500],[49.11964,10.23075],[49.12160,10.23873],[49.12464,10.24002],[49.12711,10.24878],[49.13014,10.25264],[49.13261,10.25341],[49.13390,10.25024],[49.13924,10.25453],[49.14860,10.24620],[49.14922,10.23788],[49.15157,10.23539],[49.15320,10.23024],[49.15764,10.22964],[49.16117,10.22457],[49.15960,10.22217],[49.15999,10.21710],[49.16314,10.21865],[49.16173,10.21316],[49.15960,10.21135],[49.15893,10.20818],[49.15517,10.20569],[49.15534,10.19590],[49.15657,10.19616],[49.15994,10.19882],[49.16241,10.19505],[49.16387,10.19608],[49.16718,10.19187],[49.17004,10.19350],[49.16942,10.18732],[49.17229,10.17874],[49.17320,10.17614],[49.17639,10.17785],[49.17695,10.17991],[49.18234,10.18094],[49.18128,10.17631],[49.17982,10.17639],[49.17763,10.17039],[49.17841,10.16618],[49.18178,10.16541],[49.18335,10.15820],[49.18559,10.15845],[49.18941,10.15536],[49.18975,10.15176],[49.19249,10.15391],[49.19524,10.14180],[49.19721,10.14043],[49.19698,10.13760],[49.19962,10.13468],[49.19883,10.13322],[49.19760,10.13331],[49.19479,10.12884],[49.19872,10.12464],[49.20102,10.12412],[49.20315,10.12876],[49.20455,10.12610],[49.20966,10.12764],[49.20926,10.12352],[49.21128,10.12541],[49.21005,10.13880],[49.21599,10.13743],[49.21711,10.13090],[49.22687,10.12481],[49.22866,10.12644],[49.23651,10.12541],[49.24060,10.12206],[49.24441,10.12283],[49.24687,10.11960],[49.24844,10.12080],[49.25163,10.13170],[49.25387,10.12629],[49.25538,10.12415],[49.25611,10.10947],[49.25818,10.10870],[49.25958,10.11531],[49.26485,10.11496],[49.26653,10.11273],[49.27079,10.11977],[49.27476,10.12174],[49.27633,10.12801],[49.27454,10.13239],[49.27202,10.12372],[49.26345,10.12938],[49.26412,10.13333],[49.26804,10.14183],[49.26939,10.14646],[49.27202,10.14492],[49.27538,10.14457],[49.28115,10.15075],[49.28301,10.15355],[49.28429,10.14891],[49.28687,10.14823],[49.28709,10.14042],[49.29068,10.14205],[49.29163,10.13758],[49.29616,10.13235],[49.30512,10.13072],[49.31071,10.13604],[49.31614,10.14385],[49.32155,10.14289],[49.32262,10.14049],[49.32642,10.13791],[49.32642,10.13113],[49.32463,10.13113],[49.32390,10.12178],[49.32508,10.11894],[49.32821,10.11817],[49.32821,10.11062],[49.33297,10.10727],[49.33308,10.11165],[49.33543,10.11002],[49.33582,10.10727],[49.33727,10.10744],[49.33800,10.10349],[49.34354,10.10195],[49.34773,10.10392],[49.34857,10.10796],[49.35332,10.10547],[49.35360,10.10822],[49.35209,10.10907],[49.35243,10.11414],[49.35086,10.12057],[49.35086,10.12306],[49.35494,10.12246],[49.35634,10.12384],[49.35729,10.11757],[49.35947,10.11688],[49.35941,10.11208],[49.36540,10.11242],[49.36707,10.11345],[49.36718,10.11620],[49.37009,10.11594],[49.37931,10.10555],[49.38646,10.11285],[49.38669,10.12066],[49.38836,10.12203],[49.38602,10.14083],[49.38836,10.14590],[49.38909,10.15619],[49.39211,10.15697],[49.39105,10.15989],[49.39523,10.16057],[49.39674,10.15379],[49.39847,10.15302],[49.39920,10.14830],[49.40272,10.13834],[49.40440,10.13817],[49.40339,10.14710],[49.40250,10.15130],[49.41372,10.14641],[49.41875,10.14426],[49.42528,10.13602],[49.42852,10.13766],[49.43215,10.13285],[49.43382,10.13457],[49.43739,10.13199],[49.43968,10.12375],[49.44158,10.12075],[49.44336,10.11628],[49.44247,10.11148],[49.43806,10.11337],[49.43845,10.11131],[49.44465,10.10178],[49.44727,10.09543],[49.45201,10.09706],[49.45776,10.09749],[49.45860,10.10581],[49.46061,10.10633],[49.46284,10.10392],[49.46423,10.10753],[49.46261,10.10942],[49.46256,10.11525],[49.46161,10.11611],[49.46345,10.12152],[49.46702,10.11757],[49.47092,10.11688],[49.47388,10.11448],[49.47812,10.11516],[49.47762,10.11036],[49.48224,10.10761],[49.48236,10.10392],[49.48615,10.10049],[49.49211,10.10032],[49.49607,10.10280],[49.49919,10.10323],[49.50215,10.10941],[49.50471,10.11705],[49.50739,10.11637],[49.50822,10.11963],[49.50956,10.11980],[49.51001,10.11594],[49.51173,10.11456],[49.51084,10.10864],[49.51446,10.10547],[49.51341,10.09989],[49.51419,10.09860],[49.51168,10.08332],[49.51848,10.07594],[49.52137,10.08023],[49.52483,10.07706],[49.52806,10.08032],[49.52990,10.08847],[49.53229,10.08916],[49.53424,10.09190],[49.54048,10.08710],[49.54555,10.06513],[49.54254,10.06186],[49.53898,10.06298],[49.53469,10.05723],[49.52839,10.04023],[49.52132,10.05242],[49.51876,10.06109],[49.51692,10.05946],[49.51229,10.05285],[49.50939,10.05371],[49.50544,10.04513],[49.50293,10.02856],[49.49891,10.02865],[49.48637,10.02101],[49.48314,10.01474],[49.48280,10.00959],[49.48553,9.99792],[49.48565,9.99020],[49.48314,9.97861],[49.48035,9.97466],[49.48185,9.97286],[49.48542,9.97483],[49.48342,9.95895],[49.47996,9.95526],[49.48146,9.93947],[49.48403,9.92599],[49.49362,9.91252],[49.49618,9.91449],[49.49981,9.91544],[49.50856,9.92411],[49.51915,9.91561],[49.52399,9.91784],[49.52466,9.92265],[49.53007,9.92282],[49.53396,9.92445],[49.53829,9.92414],[49.54147,9.92087],[49.54553,9.91916],[49.55199,9.92087],[49.54999,9.92620],[49.55249,9.92568],[49.55450,9.92002],[49.56046,9.92414],[49.56229,9.92002],[49.56046,9.91306],[49.56207,9.90637],[49.56040,9.89779],[49.56519,9.89744],[49.57025,9.90088],[49.57276,9.90036],[49.57376,9.90319],[49.57827,9.90525],[49.58044,9.90663],[49.58294,9.91246],[49.58395,9.91006],[49.58545,9.91006],[49.58439,9.89830],[49.58038,9.88508],[49.57665,9.87598],[49.57165,9.87487],[49.56625,9.86620],[49.55773,9.86723],[49.55255,9.86474],[49.55199,9.86199],[49.54526,9.86054],[49.54509,9.84749],[49.55010,9.83908],[49.55121,9.82552],[49.55656,9.81530],[49.55494,9.81144],[49.55712,9.80861],[49.56925,9.83659],[49.57070,9.83659],[49.57293,9.84037],[49.57476,9.84054],[49.57749,9.84757],[49.58528,9.84474],[49.58545,9.84105],[49.58829,9.83942],[49.59535,9.84182],[49.59902,9.84534],[49.59874,9.84921],[49.60308,9.85933],[49.60865,9.85607],[49.60926,9.86843],[49.61209,9.86680],[49.62133,9.86620],[49.62166,9.86397],[49.63217,9.85993],[49.63217,9.85745],[49.64162,9.85401],[49.64423,9.84037],[49.64695,9.83419],[49.65095,9.82852],[49.65462,9.82921],[49.65618,9.83195],[49.65990,9.82886],[49.66384,9.82191],[49.66623,9.82045],[49.66779,9.82440],[49.67201,9.82243],[49.67851,9.82878],[49.68167,9.82989],[49.68201,9.83616],[49.68462,9.83625],[49.68684,9.83007],[49.68900,9.82912],[49.69200,9.83410],[49.69378,9.83238],[49.69600,9.83187],[49.70216,9.83110],[49.70472,9.82629],[49.70466,9.82328],[49.70982,9.82002],[49.71404,9.80749],[49.71765,9.80397],[49.71926,9.80028],[49.72092,9.79548],[49.72791,9.79565],[49.72969,9.79977],[49.73096,9.79908],[49.73080,9.79204],[49.72841,9.79024],[49.72353,9.78964],[49.72120,9.78681],[49.72192,9.77882],[49.71787,9.76767],[49.71121,9.75694],[49.70899,9.75290],[49.70222,9.75162],[49.69822,9.75187],[49.69450,9.74999],[49.69367,9.74698],[49.69117,9.74552],[49.68773,9.73866],[49.68795,9.72707],[49.69528,9.72784],[49.69828,9.72767],[49.70066,9.72501],[49.70177,9.71849],[49.70422,9.71788],[49.71260,9.71291],[49.71948,9.71394],[49.72270,9.71128],[49.72564,9.71102],[49.72364,9.70355],[49.71687,9.70089],[49.71687,9.69866],[49.71870,9.69591],[49.71737,9.69042],[49.71615,9.67849],[49.70838,9.67823],[49.69661,9.67463],[49.69334,9.67660],[49.68889,9.66304],[49.68673,9.65334],[49.68859,9.64892],[49.69086,9.64840],[49.69075,9.64343],[49.69308,9.64248],[49.69281,9.63218],[49.70152,9.63012],[49.70269,9.62446],[49.70985,9.62763],[49.71362,9.63021],[49.71701,9.63081],[49.72050,9.64025],[49.72670,9.63463],[49.73219,9.62458],[49.73253,9.63651],[49.73896,9.63763],[49.73741,9.64295],[49.73957,9.64510],[49.74024,9.63909],[49.74218,9.63857],[49.74395,9.64081],[49.74417,9.64398],[49.74717,9.64467],[49.75216,9.63789],[49.75621,9.63763],[49.75981,9.64475],[49.76636,9.64967],[49.77595,9.64383],[49.77966,9.64520],[49.77999,9.65104],[49.78620,9.64941],[49.79046,9.64829],[49.78287,9.61988],[49.78298,9.60804],[49.77927,9.59130],[49.77794,9.57963],[49.77872,9.57611],[49.78332,9.57680],[49.78354,9.57500],[49.78260,9.56555],[49.77844,9.55809],[49.77445,9.55671],[49.76297,9.55826],[49.75205,9.56864],[49.74750,9.56924],[49.74417,9.56487],[49.74528,9.55852],[49.74833,9.55345],[49.76114,9.55165],[49.76647,9.54581],[49.76824,9.53749],[49.76602,9.53311],[49.76198,9.52744],[49.76070,9.52281],[49.76264,9.51491],[49.76813,9.51002],[49.77101,9.50951],[49.77866,9.51260],[49.78376,9.51277],[49.78853,9.50255],[49.78803,9.48110],[49.78032,9.47105],[49.77467,9.46951],[49.76940,9.45930],[49.77101,9.45037],[49.77461,9.44333],[49.78753,9.43518],[49.78936,9.42711],[49.78897,9.42067],[49.77622,9.40351],[49.77390,9.39648],[49.77008,9.39211],[49.77135,9.38593],[49.77817,9.37700],[49.77922,9.37039],[49.77767,9.36618],[49.77307,9.36206],[49.76936,9.35357],[49.76831,9.34215],[49.76936,9.32911],[49.76847,9.31640],[49.76587,9.31297],[49.75838,9.31391],[49.74951,9.32293],[49.74425,9.32388],[49.74136,9.31993],[49.73998,9.31255],[49.74098,9.28946],[49.73793,9.29615],[49.73565,9.30714],[49.73565,9.31650],[49.73227,9.32096],[49.73193,9.32645],[49.73404,9.33400],[49.73465,9.34199],[49.73132,9.35890],[49.73182,9.36422],[49.72772,9.37520],[49.72533,9.36679],[49.72333,9.36379],[49.72095,9.34954],[49.71795,9.34525],[49.71684,9.34559],[49.71706,9.35357],[49.71196,9.35297],[49.70574,9.35632],[49.70402,9.36070],[49.70419,9.37460],[49.70563,9.37949],[49.70757,9.38155],[49.71606,9.38155],[49.72000,9.38233],[49.72694,9.37958],[49.72833,9.38576],[49.73188,9.38533],[49.72988,9.40121],[49.72056,9.40215],[49.72222,9.40790],[49.71684,9.41168],[49.71273,9.41597],[49.71190,9.41958],[49.70624,9.42129],[49.70496,9.41726],[49.69708,9.41975],[49.69642,9.42241],[49.69342,9.42001],[49.68947,9.42095],[49.68720,9.41735],[49.68209,9.41151],[49.67942,9.40713],[49.67737,9.41417],[49.67459,9.41211],[49.67481,9.40258],[49.67270,9.39812],[49.67143,9.39803],[49.66559,9.40765],[49.66398,9.41254],[49.66081,9.41348],[49.65909,9.42061],[49.65248,9.41606],[49.64487,9.40559],[49.64576,9.39417],[49.64237,9.38276],[49.64426,9.37975],[49.64765,9.37735],[49.65137,9.37048],[49.65670,9.36628],[49.65304,9.35932],[49.65037,9.35306],[49.64976,9.34963],[49.64337,9.34482],[49.64398,9.33615],[49.64759,9.32697],[49.65065,9.31521],[49.65287,9.31375],[49.65443,9.30491],[49.64992,9.30826],[49.64381,9.29160],[49.63581,9.28560],[49.63736,9.27864],[49.63447,9.27246],[49.63142,9.27624],[49.62663,9.27152],[49.62541,9.27581],[49.62007,9.27882],[49.61740,9.28517],[49.61435,9.28603],[49.60800,9.26714],[49.60528,9.26465],[49.60228,9.26560],[49.59799,9.26079],[49.59254,9.26002],[49.59343,9.25332],[49.59326,9.25058],[49.58948,9.24732],[49.58751,9.24983],[49.58378,9.24975],[49.58440,9.24631],[49.58217,9.24116],[49.58045,9.24022],[49.57794,9.22477],[49.57616,9.21275],[49.57683,9.21129],[49.57571,9.20443],[49.57622,9.20091],[49.57360,9.19456],[49.57644,9.18752],[49.57315,9.18065],[49.57599,9.17422],[49.57688,9.17224],[49.57494,9.16452],[49.57917,9.15825],[49.57950,9.15362],[49.57794,9.15181],[49.57811,9.14787],[49.57571,9.14375],[49.57638,9.14151],[49.57499,9.13799],[49.57516,9.12993],[49.57276,9.12014],[49.57427,9.11473],[49.57833,9.10933],[49.57722,9.10177],[49.58006,9.10109],[49.58212,9.09894],[49.58545,9.09585],[49.58840,9.09147],[49.59619,9.08727],[49.60170,9.08246],[49.60009,9.07457],[49.60209,9.06581],[49.60703,9.06693],[49.61092,9.06736],[49.61615,9.06478],[49.61910,9.06581],[49.62310,9.06916],[49.62939,9.07954],[49.63300,9.08066],[49.63622,9.08607],[49.63545,9.09147],[49.64234,9.10186],[49.64634,9.09834],[49.64956,9.10057],[49.65345,9.09903],[49.65990,9.10340],[49.66195,9.09748],[49.66512,9.09594],[49.66595,9.09139],[49.66940,9.08796],[49.67567,9.08864],[49.68263,9.08798],[49.69046,9.08781],[49.69479,9.09072],[49.69657,9.09596],[49.69629,9.09974],[49.69835,9.11287],[49.69779,9.11768],[49.70073,9.12746],[49.70629,9.12669],[49.70623,9.12291],[49.71500,9.12094],[49.71494,9.13141],[49.71636,9.13373],[49.72554,9.13618],[49.72837,9.13996],[49.73853,9.14373],[49.74246,9.15026],[49.74518,9.14339],[49.74757,9.14451],[49.75500,9.12743],[49.75622,9.11180],[49.75882,9.10631],[49.76703,9.11067],[49.77413,9.11273],[49.77413,9.11857],[49.77618,9.11986],[49.77707,9.12389],[49.77679,9.12690],[49.78261,9.13368],[49.78798,9.12810],[49.79491,9.12964],[49.79790,9.10870],[49.79469,9.10398],[49.78948,9.09377],[49.79053,9.09042],[49.79613,9.08930],[49.79807,9.08741],[49.79966,9.08652],[49.80171,9.08695],[49.80758,9.08575],[49.81035,9.08154],[49.81362,9.08026],[49.81583,9.07717],[49.81960,9.07622],[49.82392,9.08120],[49.82680,9.08652],[49.82851,9.08558],[49.82957,9.08275],[49.83112,9.08275],[49.83316,9.08137],[49.83422,9.07725],[49.83959,9.08163],[49.84125,9.08953],[49.84379,9.08687],[49.84706,9.08549],[49.84269,9.08069],[49.84202,9.07785],[49.83831,9.07485],[49.83577,9.07142],[49.83278,9.07073],[49.83117,9.06403],[49.83278,9.05717],[49.83449,9.05571],[49.83887,9.05837],[49.84069,9.05785],[49.83864,9.05356],[49.84014,9.05253],[49.84385,9.05451],[49.84495,9.05640],[49.84473,9.05416],[49.84269,9.05185],[49.84169,9.04876],[49.84202,9.04567],[49.84324,9.04335],[49.83909,9.04198],[49.84130,9.03932],[49.84302,9.03691],[49.84667,9.03562],[49.84789,9.04103],[49.85099,9.04292],[49.85558,9.04266],[49.85775,9.03743],[49.86063,9.03322],[49.86716,9.03314],[49.86799,9.03708],[49.86594,9.03837],[49.86655,9.04180],[49.86871,9.04326],[49.86716,9.04567],[49.86694,9.04953],[49.86909,9.04833],[49.86965,9.04489],[49.87236,9.04352],[49.87612,9.03811],[49.87966,9.03674],[49.88552,9.03683],[49.89438,9.03640],[49.89919,9.03485],[49.90085,9.03116],[49.90544,9.03039],[49.90638,9.02970],[49.90837,9.03056],[49.90948,9.02206],[49.92031,9.02919],[49.92456,9.03176],[49.92727,9.02884],[49.93186,9.02859],[49.93412,9.02661],[49.93965,9.02481],[49.94511,9.02515],[49.94688,9.01812],[49.95522,9.02584],[49.95975,9.02318],[49.96621,9.02266],[49.97548,9.01863],[49.98338,9.02000],[49.98662,9.01885],[49.98988,9.01448],[49.99164,9.01370],[49.99744,9.02297],[49.99286,9.03027],[49.98877,9.03139],[49.98833,9.04443],[49.99175,9.04924],[49.99390,9.05053],[49.99633,9.04993],[49.99804,9.04641],[49.99920,9.03980],[50.00113,9.03654],[50.00444,9.03473],[50.00687,9.03456],[50.00963,9.03851],[50.01145,9.03808],[50.01713,9.03267],[50.02308,9.03027],[50.03136,9.03078],[50.03764,9.03190],[50.04183,9.02847],[50.04459,9.01722],[50.04574,9.01001],[50.04431,9.00092],[50.04183,8.99233],[50.04177,8.98607],[50.04326,8.97946],[50.04712,8.97680],[50.05208,8.97645],[50.05594,8.98255],[50.06823,8.99165],[50.06986,8.99788],[50.08077,8.99874],[50.08462,8.99797],[50.09129,8.99788],[50.09365,8.99822],[50.10131,9.00561],[50.10819,9.01162],[50.11243,9.02011],[50.11303,9.03024],[50.11612,9.04612],[50.11672,9.05728],[50.11716,9.06560],[50.11997,9.07204],[50.11606,9.07796],[50.11755,9.08921],[50.12039,9.09239],[50.12281,9.09574],[50.12534,9.09651],[50.12688,9.11874],[50.11791,9.13831],[50.11461,9.14432],[50.11852,9.15496],[50.11483,9.15462],[50.11169,9.15702],[50.10591,9.15367],[50.10322,9.14973],[50.09540,9.14286],[50.09220,9.14578],[50.09022,9.14827],[50.09556,9.15513],[50.09969,9.15694],[50.10894,9.16578],[50.11434,9.17359],[50.11643,9.17213],[50.11962,9.17384],[50.12535,9.18868],[50.12832,9.18988],[50.13008,9.18800],[50.13311,9.18413],[50.13806,9.18233],[50.13977,9.19495],[50.14114,9.19641],[50.14351,9.20997],[50.14686,9.21177],[50.14703,9.21898],[50.14994,9.22147],[50.14752,9.22696],[50.14681,9.23623],[50.14312,9.24250],[50.14136,9.25065],[50.13883,9.25546],[50.13955,9.26533],[50.14268,9.27151],[50.14307,9.27614],[50.14230,9.28164],[50.13960,9.29468],[50.13388,9.30725],[50.13702,9.31746],[50.14087,9.32287],[50.14142,9.32828],[50.13729,9.33660],[50.13184,9.34072],[50.13096,9.35240],[50.13135,9.36536],[50.13206,9.37025],[50.13069,9.37694],[50.12568,9.37634],[50.11891,9.38381],[50.11049,9.38699],[50.10212,9.39368],[50.09799,9.39471],[50.09001,9.40226],[50.08583,9.40930],[50.08357,9.41342],[50.08594,9.42389],[50.08549,9.43067],[50.08538,9.43651],[50.08786,9.44012],[50.08990,9.44501],[50.09095,9.45145],[50.08985,9.46037],[50.09150,9.46286],[50.09298,9.47076],[50.09548,9.48157],[50.09570,9.48560],[50.09504,9.48784],[50.09504,9.49702],[50.09796,9.49985],[50.09444,9.51041],[50.09714,9.51401],[50.09961,9.51238],[50.10561,9.51831],[50.10776,9.51770],[50.11376,9.51865],[50.12421,9.51145],[50.13720,9.50827],[50.14639,9.50638],[50.14848,9.50982],[50.14925,9.51668],[50.15051,9.52183],[50.15706,9.52758],[50.16123,9.53050],[50.16745,9.52775],[50.16690,9.52295],[50.16794,9.51153],[50.16882,9.50381],[50.17597,9.49754],[50.18306,9.50063],[50.19246,9.50089],[50.19405,9.50312],[50.19570,9.50904],[50.19460,9.51059],[50.19487,9.51471],[50.19948,9.51540],[50.20140,9.50990],[50.20679,9.50630],[50.20849,9.50252],[50.21255,9.50123],[50.21437,9.50467],[50.22162,9.50158],[50.22519,9.49505],[50.22689,9.49411],[50.23375,9.49728],[50.23806,9.50040],[50.23949,9.49782],[50.24322,9.50100],[50.24311,9.50340],[50.23822,9.50907],[50.23581,9.51078],[50.23460,9.51742],[50.23515,9.53458],[50.23186,9.53836],[50.22686,9.53810],[50.22461,9.54257],[50.22532,9.54643],[50.22895,9.55021],[50.22983,9.56248],[50.23224,9.56840],[50.23197,9.57347],[50.23318,9.57561],[50.23109,9.57793],[50.22659,9.58102],[50.22153,9.58265],[50.22340,9.58514],[50.22395,9.59175],[50.22609,9.59484],[50.22280,9.59647],[50.22241,9.60411],[50.22351,9.60651],[50.22450,9.61672],[50.22483,9.62067],[50.22642,9.61990],[50.23065,9.62454],[50.23230,9.63089],[50.23477,9.63389],[50.23554,9.63767],[50.23543,9.64848],[50.23268,9.65372],[50.23427,9.66376],[50.23960,9.66668],[50.24399,9.65166],[50.24575,9.64943],[50.24805,9.63895],[50.25148,9.63645],[50.25340,9.63773],[50.25532,9.64194],[50.25850,9.64151],[50.26284,9.64769],[50.26591,9.64709],[50.26947,9.65215],[50.27189,9.65490],[50.27178,9.66048],[50.27139,9.66374],[50.27469,9.67189],[50.27875,9.68125],[50.27880,9.68494],[50.27820,9.68726],[50.27853,9.69318],[50.27935,9.69584],[50.28066,9.70228],[50.29068,9.71131],[50.29288,9.71586],[50.29304,9.71775],[50.29523,9.71964],[50.29512,9.72401],[50.29606,9.72813],[50.29858,9.73054],[50.29978,9.73551],[50.30132,9.73534],[50.30275,9.73852],[50.30538,9.73834],[50.30614,9.74126],[50.30976,9.74324],[50.31113,9.74547],[50.31464,9.74744],[50.31749,9.74495],[50.31744,9.74409],[50.32094,9.74375],[50.32264,9.74667],[50.32489,9.74658],[50.32763,9.74375],[50.33196,9.74324],[50.33398,9.74512],[50.33930,9.74624],[50.34297,9.74478],[50.34806,9.74083],[50.34954,9.73826],[50.35075,9.73294],[50.35425,9.73234],[50.35661,9.73267],[50.36198,9.74254],[50.36663,9.74563],[50.37216,9.74391],[50.37797,9.74983],[50.38847,9.75421],[50.39088,9.75387],[50.40035,9.75703],[50.40194,9.75892],[50.40642,9.75617],[50.40960,9.75265],[50.41135,9.75094],[50.41594,9.75085],[50.41786,9.75403],[50.41900,9.75617],[50.42513,9.75952],[50.42584,9.76235],[50.42540,9.76390],[50.42611,9.76836],[50.42486,9.77343],[50.41879,9.77935],[50.42015,9.78278],[50.42584,9.78956],[50.42502,9.79111],[50.42557,9.79677],[50.42316,9.80673],[50.41917,9.81153],[50.41583,9.81145],[50.41310,9.80870],[50.41261,9.81480],[50.41124,9.81694],[50.40807,9.82072],[50.40653,9.82570],[50.40626,9.83462],[50.40566,9.83857],[50.40068,9.84784],[50.39778,9.86003],[50.40112,9.86355],[50.40484,9.86432],[50.40993,9.87101],[50.40878,9.87453],[50.40270,9.87805],[50.39920,9.88286],[50.40325,9.89033],[50.40429,9.89591],[50.40402,9.90131],[50.40921,9.91067],[50.41107,9.91882],[50.41704,9.92646],[50.42092,9.93745],[50.42436,9.94423],[50.42294,9.95204],[50.42414,9.95925],[50.42737,9.96182],[50.42912,9.96122],[50.43563,9.96757],[50.43688,9.97221],[50.43973,9.97384],[50.44241,9.97882],[50.44399,9.98345],[50.44700,9.98938],[50.45202,9.99238],[50.45552,9.99264],[50.45984,9.99624],[50.46159,9.99650],[50.46339,10.00354],[50.46476,10.00508],[50.46700,10.01358],[50.46689,10.01796],[50.47055,10.02019],[50.47590,10.02139],[50.48093,10.03032],[50.48125,10.03263],[50.48426,10.03263],[50.48677,10.03135],[50.48710,10.03444],[50.49054,10.03384],[50.49305,10.03770],[50.49458,10.04036],[50.50009,10.03675],[50.50408,10.03941],[50.50812,10.04070],[50.51521,10.03916],[50.51734,10.04096],[50.51871,10.04937],[50.52351,10.05692],[50.52929,10.06645],[50.52793,10.07117],[50.52989,10.06782],[50.53355,10.07074],[50.53546,10.06911],[50.53753,10.07229],[50.54135,10.07641],[50.54211,10.08319],[50.54337,10.08422],[50.54680,10.09074],[50.54834,10.09365],[50.55434,10.09305],[50.55243,10.09812],[50.55946,10.09966],[50.56459,10.10756],[50.56508,10.12052],[50.56132,10.12704],[50.55837,10.12756],[50.55826,10.12275],[50.55575,10.12266],[50.55374,10.12696],[50.54915,10.13116],[50.54801,10.13331],[50.54714,10.13434],[50.54408,10.13846],[50.54266,10.14326],[50.54346,10.14674],[50.54532,10.14623],[50.55023,10.14760],[50.55306,10.15163],[50.54968,10.15301],[50.55055,10.16073],[50.54281,10.17609],[50.54739,10.17378],[50.55219,10.17807],[50.55464,10.18777],[50.55563,10.19790],[50.55459,10.20631],[50.54995,10.20502],[50.54406,10.20596],[50.54101,10.20983],[50.53850,10.22433],[50.53026,10.22579],[50.53135,10.23369],[50.51799,10.22708],[50.51433,10.23197],[50.51220,10.23231],[50.51280,10.24004],[50.51542,10.24476],[50.51220,10.24450],[50.51225,10.25205],[50.51340,10.25746],[50.50996,10.26107],[50.50456,10.26802],[50.50625,10.27437],[50.50035,10.28527],[50.49975,10.28870],[50.49730,10.29154],[50.49282,10.30587],[50.49462,10.30853],[50.49413,10.31531],[50.49282,10.32432],[50.49495,10.32578],[50.49468,10.33188],[50.49206,10.33145],[50.49053,10.33411],[50.48616,10.33488],[50.48386,10.33874],[50.48321,10.34158],[50.47354,10.33900],[50.46652,10.33753],[50.46324,10.34800],[50.45903,10.35083],[50.45592,10.35392],[50.45466,10.35856],[50.45127,10.35925],[50.44777,10.36414],[50.44592,10.36182],[50.44214,10.36834],[50.43974,10.36757],[50.44122,10.37856],[50.43914,10.38242],[50.43783,10.37770],[50.43394,10.37152],[50.43236,10.37195],[50.43077,10.38148],[50.43006,10.38826],[50.42634,10.40439],[50.42298,10.40558],[50.41784,10.40000],[50.41762,10.39588],[50.41341,10.39622],[50.40597,10.38618],[50.40323,10.38532],[50.40280,10.38807],[50.39886,10.38901],[50.39705,10.39828],[50.39514,10.41133],[50.39432,10.43013],[50.39793,10.43631],[50.40241,10.43785],[50.40384,10.45090],[50.40095,10.45448],[50.39597,10.45620],[50.39329,10.45336],[50.38858,10.45791],[50.38765,10.46092],[50.38339,10.45937],[50.37736,10.46495],[50.37835,10.46770],[50.37304,10.47422],[50.37364,10.48057],[50.37556,10.48967],[50.37479,10.49310],[50.37233,10.48924],[50.36915,10.49061],[50.36959,10.49705],[50.36445,10.49680],[50.36023,10.49001],[50.35497,10.49242],[50.35925,10.49868],[50.35377,10.50392],[50.35820,10.50718],[50.36056,10.51327],[50.35081,10.51525],[50.35481,10.51834],[50.35530,10.52237],[50.35875,10.52563],[50.36193,10.52606],[50.36603,10.53164],[50.36582,10.53593],[50.36335,10.53722],[50.36461,10.54417],[50.35886,10.55301],[50.35459,10.55602],[50.35021,10.55147],[50.34583,10.55113],[50.33980,10.55825],[50.33838,10.56091],[50.33799,10.57121],[50.33515,10.57954],[50.33350,10.58340],[50.33460,10.58975],[50.33345,10.59610],[50.33454,10.60228],[50.32194,10.59550],[50.31920,10.59670],[50.31668,10.59318],[50.31339,10.59541],[50.31087,10.59275],[50.30703,10.59335],[50.30697,10.59687],[50.29299,10.60606],[50.28954,10.60177],[50.28838,10.59790],[50.28416,10.59842],[50.28444,10.60134],[50.28158,10.60194],[50.27813,10.59499],[50.27067,10.59215],[50.27012,10.59430],[50.27242,10.60855],[50.27116,10.60812],[50.26952,10.60245],[50.26705,10.60262],[50.26447,10.59945],[50.26200,10.59928],[50.26123,10.60297],[50.25750,10.60683],[50.25262,10.60820],[50.25130,10.61207],[50.24888,10.61232],[50.24515,10.60365],[50.24570,10.59868],[50.24186,10.60357],[50.23379,10.60795],[50.23121,10.60812],[50.22441,10.61287],[50.22342,10.63664],[50.22754,10.64505],[50.23210,10.66008],[50.22639,10.66282],[50.22370,10.65973],[50.22161,10.67115],[50.22381,10.67449],[50.22397,10.68050],[50.22650,10.68703],[50.22430,10.68685],[50.21941,10.68771],[50.21233,10.69621],[50.21299,10.70007],[50.21068,10.70454],[50.21077,10.70934],[50.20753,10.71603],[50.20478,10.71741],[50.20555,10.72316],[50.21050,10.72685],[50.21204,10.72977],[50.22423,10.72771],[50.23010,10.72857],[50.23043,10.72694],[50.23916,10.72728],[50.24081,10.72496],[50.24399,10.73003],[50.24772,10.72539],[50.25228,10.73226],[50.24954,10.74599],[50.24745,10.75028],[50.24438,10.74728],[50.24202,10.75380],[50.24251,10.76187],[50.24147,10.77079],[50.24531,10.77783],[50.24838,10.78221],[50.25129,10.78101],[50.25129,10.79345],[50.25223,10.80221],[50.24384,10.80751],[50.24093,10.80811],[50.23813,10.82648],[50.23972,10.83137],[50.23983,10.83526],[50.24247,10.83543],[50.24395,10.84590],[50.25196,10.84942],[50.25690,10.85019],[50.26487,10.85025],[50.26805,10.84510],[50.27540,10.84510],[50.27277,10.83591],[50.27332,10.83222],[50.27738,10.82579],[50.27700,10.81609],[50.27732,10.81042],[50.27891,10.81042],[50.27859,10.80536],[50.28040,10.80184],[50.28533,10.80098],[50.28966,10.80407],[50.29180,10.80192],[50.29284,10.79566],[50.29509,10.79351],[50.29339,10.78793],[50.29449,10.78321],[50.29416,10.77480],[50.29213,10.77351],[50.29295,10.76897],[50.29515,10.76665],[50.29822,10.76193],[50.30354,10.75867],[50.30551,10.75334],[50.31083,10.74665],[50.31554,10.74073],[50.31412,10.73644],[50.31488,10.73232],[50.31795,10.72631],[50.31801,10.72021],[50.32009,10.71755],[50.32091,10.71481],[50.32541,10.71326],[50.32809,10.71549],[50.33302,10.71412],[50.33450,10.72193],[50.33642,10.72296],[50.33855,10.72742],[50.34217,10.72579],[50.34491,10.72742],[50.34710,10.72596],[50.34854,10.72785],[50.34876,10.71910],[50.34701,10.71867],[50.34624,10.71421],[50.34849,10.71257],[50.35495,10.71180],[50.35583,10.71730],[50.36196,10.71429],[50.36437,10.71455],[50.36311,10.72837],[50.36344,10.73463],[50.36311,10.73995],[50.35811,10.74908],[50.35860,10.75517],[50.36276,10.76007],[50.36802,10.76187],[50.37125,10.76419],[50.37240,10.76582],[50.37103,10.76719],[50.37207,10.77363],[50.37620,10.77680],[50.38183,10.78109],[50.38561,10.78590],[50.38402,10.78710],[50.38200,10.79225],[50.38129,10.79886],[50.37948,10.80186],[50.37986,10.80556],[50.38282,10.80950],[50.38452,10.81062],[50.38670,10.81689],[50.38506,10.81972],[50.38966,10.82461],[50.39349,10.83096],[50.39130,10.83671],[50.39075,10.85044],[50.38868,10.85105],[50.38796,10.85929],[50.38955,10.86478],[50.39420,10.86735],[50.39694,10.87182],[50.39716,10.87594],[50.39327,10.87860],[50.39355,10.88143],[50.39081,10.88864],[50.38764,10.88366],[50.38550,10.88830],[50.38085,10.89302],[50.38512,10.89937],[50.38764,10.90881],[50.38583,10.91173],[50.38753,10.91508],[50.39086,10.92435],[50.39294,10.93387],[50.39229,10.93902],[50.38802,10.94357],[50.38391,10.95027],[50.38162,10.95018],[50.37762,10.95584],[50.37817,10.96220],[50.37642,10.96408],[50.37149,10.96400],[50.36804,10.95679],[50.36799,10.96185],[50.36574,10.96357],[50.35495,10.97953],[50.34794,10.98597],[50.34964,10.99292],[50.34740,10.99567],[50.35134,10.99799],[50.35473,10.99258],[50.35912,10.99318],[50.36065,10.99138],[50.36629,10.99344],[50.36618,10.99859],[50.36486,11.00202],[50.36590,11.00915],[50.36339,11.01327],[50.36322,11.01756],[50.36092,11.03704],[50.35775,11.03661],[50.35523,11.03266],[50.35386,11.04391],[50.35161,11.04459],[50.35134,11.03189],[50.34625,11.03859],[50.34723,11.04125],[50.34614,11.04288],[50.34975,11.06030],[50.35178,11.06906],[50.35473,11.07412],[50.35211,11.08227],[50.35435,11.08107],[50.35769,11.08373],[50.35933,11.08614],[50.36109,11.08485],[50.36366,11.08699],[50.36651,11.08974],[50.36585,11.09566],[50.36777,11.09970],[50.36760,11.11034],[50.36684,11.11652],[50.36048,11.11927],[50.35813,11.12055],[50.35260,11.11635],[50.34915,11.11841],[50.35085,11.12270],[50.35714,11.12536],[50.35424,11.13523],[50.35380,11.13961],[50.34931,11.13798],[50.34225,11.14544],[50.33365,11.15557],[50.33103,11.16004],[50.32654,11.15875],[50.32500,11.15978],[50.32309,11.15901],[50.32172,11.15197],[50.32046,11.15034],[50.31783,11.14193],[50.31366,11.13532],[50.31311,11.13652],[50.31207,11.13291],[50.30527,11.13120],[50.29974,11.13309],[50.30050,11.13815],[50.29513,11.14090],[50.29283,11.14364],[50.28855,11.14236],[50.28564,11.14622],[50.28647,11.15068],[50.28471,11.15403],[50.28734,11.15574],[50.28959,11.15866],[50.28548,11.16175],[50.28334,11.16630],[50.28416,11.17094],[50.28180,11.17763],[50.28115,11.18476],[50.27550,11.18132],[50.27232,11.17583],[50.27012,11.17591],[50.27061,11.18553],[50.26974,11.18819],[50.27478,11.18896],[50.27747,11.19033],[50.27950,11.18896],[50.28427,11.19145],[50.29217,11.19712],[50.29020,11.20347],[50.28471,11.21342],[50.28466,11.21832],[50.28224,11.21651],[50.28076,11.22244],[50.27692,11.22544],[50.27577,11.23617],[50.27248,11.23943],[50.26760,11.24921],[50.26831,11.25419],[50.27182,11.25591],[50.27407,11.25908],[50.27555,11.26132],[50.27923,11.25891],[50.28515,11.25908],[50.28734,11.25891],[50.28882,11.25625],[50.29096,11.25660],[50.29370,11.25102],[50.29606,11.25333],[50.29952,11.25042],[50.30034,11.26003],[50.30308,11.26346],[50.30319,11.26595],[50.30725,11.27007],[50.30977,11.26569],[50.31163,11.26604],[50.31234,11.26243],[50.31887,11.26132],[50.32259,11.25565],[50.32391,11.25763],[50.32517,11.26235],[50.32742,11.26089],[50.33180,11.26003],[50.33547,11.26200],[50.33810,11.26060],[50.33848,11.26618],[50.33705,11.26884],[50.33629,11.27631],[50.35135,11.26601],[50.35075,11.26197],[50.35256,11.26197],[50.35447,11.26764],[50.35551,11.27382],[50.35595,11.27802],[50.36044,11.28343],[50.36679,11.27862],[50.37052,11.28043],[50.37303,11.27794],[50.37638,11.27634],[50.37994,11.27608],[50.38492,11.27136],[50.38678,11.26364],[50.39105,11.26372],[50.39406,11.26690],[50.39395,11.27042],[50.39658,11.26544],[50.39756,11.26003],[50.40014,11.25737],[50.40227,11.26038],[50.40479,11.25986],[50.40747,11.26295],[50.41020,11.26329],[50.41764,11.26647],[50.42371,11.26595],[50.42874,11.26638],[50.43475,11.26681],[50.43864,11.26329],[50.44213,11.26347],[50.44427,11.25600],[50.44738,11.25119],[50.44929,11.24467],[50.45099,11.24699],[50.45629,11.25420],[50.46454,11.25059],[50.46984,11.24458],[50.47487,11.24561],[50.47918,11.24733],[50.48147,11.25239],[50.48218,11.25943],[50.47989,11.26664],[50.48281,11.27275],[50.48324,11.27455],[50.48357,11.27747],[50.48619,11.28992],[50.47926,11.29241],[50.47592,11.29121],[50.48106,11.29395],[50.48182,11.29618],[50.48095,11.29730],[50.48275,11.29799],[50.48636,11.30245],[50.48718,11.29953],[50.48903,11.30065],[50.48974,11.32065],[50.49821,11.32416],[50.50012,11.32090],[50.50907,11.32090],[50.51082,11.32434],[50.51000,11.33730],[50.51202,11.34674],[50.51676,11.34433],[50.51868,11.34330],[50.52086,11.34382],[50.52239,11.34648],[50.52075,11.34923],[50.52075,11.35704],[50.52129,11.35978],[50.52129,11.36227],[50.52331,11.36983],[50.52292,11.37586],[50.51953,11.38247],[50.51615,11.38693],[50.51768,11.38976],[50.52013,11.39732],[50.51784,11.39654],[50.51626,11.39843],[50.51588,11.40478],[50.51571,11.41251],[50.51697,11.41955],[50.51506,11.42650],[50.50922,11.43191],[50.50458,11.43474],[50.50010,11.44221],[50.49197,11.43611],[50.49251,11.42066],[50.48489,11.42526],[50.48363,11.42706],[50.48123,11.41951],[50.47806,11.42088],[50.47162,11.42036],[50.46763,11.41607],[50.46506,11.41976],[50.46375,11.42457],[50.45807,11.42268],[50.45228,11.41925],[50.44386,11.42071],[50.44096,11.42740],[50.43921,11.44208],[50.43150,11.45169],[50.42806,11.45032],[50.42505,11.44517],[50.42106,11.44311],[50.42467,11.44560],[50.42702,11.45238],[50.42872,11.46036],[50.43271,11.46259],[50.43331,11.46697],[50.43232,11.47487],[50.43418,11.47572],[50.43189,11.48242],[50.43014,11.48354],[50.42516,11.48079],[50.42019,11.48551],[50.41756,11.48860],[50.41280,11.48748],[50.40957,11.48457],[50.40689,11.48019],[50.40104,11.47942],[50.39623,11.48903],[50.39989,11.49555],[50.39962,11.50353],[50.39655,11.50654],[50.39655,11.51838],[50.39541,11.51958],[50.38818,11.51864],[50.38473,11.52121],[50.37943,11.52079],[50.37729,11.51890],[50.37423,11.52053],[50.37702,11.52791],[50.37997,11.53109],[50.38178,11.53460],[50.38473,11.54799],[50.38337,11.55306],[50.38435,11.55555],[50.38419,11.55847],[50.38769,11.56499],[50.38950,11.56482],[50.39721,11.56765],[50.40055,11.57211],[50.39934,11.58104],[50.40323,11.59348],[50.39847,11.60739],[50.39382,11.61039],[50.39043,11.61760],[50.38698,11.62284],[50.38900,11.62687],[50.38868,11.63254],[50.39059,11.63949],[50.39300,11.65065],[50.39355,11.66241],[50.39502,11.67511],[50.39327,11.68378],[50.39568,11.68704],[50.39557,11.69176],[50.39655,11.69528],[50.40022,11.69708],[50.40274,11.70395],[50.40400,11.70781],[50.40274,11.71107],[50.39770,11.71339],[50.39951,11.71657],[50.40006,11.72335],[50.40219,11.72961],[50.40793,11.73682],[50.41018,11.74068],[50.41094,11.74592],[50.40837,11.74566],[50.40766,11.75176],[50.40602,11.75425],[50.40555,11.76187],[50.40763,11.75998],[50.41288,11.75054],[50.41490,11.74994],[50.41660,11.75303],[50.41572,11.75861],[50.41299,11.76899],[50.41151,11.77225],[50.41217,11.77302],[50.41550,11.77388],[50.41840,11.77895],[50.41884,11.78126],[50.41561,11.78470],[50.41572,11.78950],[50.41698,11.78916],[50.41835,11.79208],[50.41824,11.79517],[50.41693,11.79895],[50.41468,11.79929],[50.41386,11.80186],[50.40867,11.80684],[50.40741,11.80967],[50.40282,11.81455],[50.40019,11.81755],[50.40178,11.82038],[50.40489,11.82485],[50.40254,11.82716],[50.39981,11.82845],[50.39833,11.82476],[50.39669,11.82158],[50.39472,11.81901],[50.39237,11.81927],[50.39072,11.82133],[50.38990,11.82433],[50.39220,11.82579],[50.39499,11.83111],[50.39543,11.83334],[50.39461,11.83454],[50.39680,11.83712],[50.40024,11.84708],[50.40265,11.85403],[50.40019,11.85755],[50.40128,11.86630],[50.40533,11.86750],[50.40686,11.87188],[50.40993,11.87694],[50.41283,11.87883],[50.41583,11.88167],[50.41676,11.88690],[50.41633,11.89205],[50.41698,11.90063],[50.42054,11.90613],[50.42431,11.91471],[50.42497,11.91960],[50.42393,11.92441],[50.42185,11.92964],[50.42393,11.93600],[50.41851,11.93994],[50.41638,11.94621],[50.41299,11.94432],[50.41020,11.94758],[50.40736,11.95548],[50.40287,11.95265],[50.39899,11.94844],[50.39548,11.94999],[50.39696,11.95273],[50.39745,11.95977],[50.39641,11.96123],[50.39910,11.96295],[50.40046,11.96544],[50.39795,11.96938],[50.39510,11.96998],[50.38936,11.97634],[50.39040,11.98217],[50.38996,11.98466],[50.38695,11.98303],[50.38383,11.98157],[50.38104,11.98217],[50.38000,11.98028],[50.37808,11.98123],[50.37726,11.98475],[50.37463,11.98569],[50.36905,11.97977],[50.36505,11.98586],[50.36215,11.98020],[50.35881,11.98209],[50.35317,11.97582],[50.35213,11.97471],[50.34895,11.97994],[50.35065,11.98380],[50.35459,11.99882],[50.35240,11.99891],[50.34780,11.99659],[50.34638,12.00045],[50.34600,12.00749],[50.34797,12.01187],[50.34742,12.01625],[50.34495,12.01427],[50.34353,12.01642],[50.33975,12.02260],[50.34139,12.02783],[50.33893,12.03170],[50.33608,12.03024],[50.33077,12.03281],[50.33099,12.03839],[50.33674,12.03745],[50.33115,12.04406],[50.32918,12.04706],[50.32709,12.04663],[50.32562,12.04852],[50.32890,12.04826],[50.33186,12.04509],[50.33131,12.04946],[50.33126,12.05384],[50.32830,12.05547],[50.33246,12.05650],[50.33038,12.06097],[50.33356,12.06328],[50.32841,12.07805],[50.32841,12.08148],[50.33060,12.08122],[50.33334,12.08920],[50.33274,12.09272],[50.33011,12.09178],[50.32868,12.09427],[50.32479,12.09195],[50.32562,12.09573],[50.32348,12.09624],[50.32375,12.09907],[50.31948,12.09993],[50.31718,12.10294],[50.31515,12.10603],[50.31438,12.11298],[50.31076,12.12173],[50.30665,12.12723],[50.30386,12.12439],[50.29870,12.12019],[50.28971,12.12474],[50.28428,12.13615],[50.27759,12.14113],[50.27369,12.13796],[50.26759,12.12087],[50.26611,12.12018],[50.26726,12.11477],[50.26270,12.10567],[50.26216,12.09821],[50.25705,12.10482],[50.25376,12.10190],[50.25178,12.09246],[50.24690,12.09812],[50.24805,12.10473],[50.24591,12.10859],[50.23784,12.10954],[50.23674,12.11975],[50.23175,12.13323],[50.23147,12.14009],[50.23416,12.14001],[50.23685,12.15031],[50.23471,12.15348],[50.23224,12.14893],[50.22988,12.14678],[50.22977,12.15313],[50.22626,12.15957],[50.22351,12.15802],[50.22351,12.16249],[50.22247,12.16223],[50.21967,12.16180],[50.21945,12.16498],[50.21681,12.16506],[50.21385,12.16017],[50.21264,12.16068],[50.21440,12.16532],[50.21330,12.17673],[50.20643,12.17948],[50.20550,12.18583],[50.20253,12.18763],[50.20039,12.18360],[50.20099,12.19141],[50.19885,12.19905],[50.19687,12.19742],[50.19682,12.19098],[50.19412,12.19167],[50.19061,12.19982],[50.18422,12.20480],[50.17608,12.20703],[50.17405,12.20918],[50.16926,12.20918],[50.16954,12.21716],[50.16668,12.21681],[50.15821,12.21278],[50.15211,12.20154],[50.15007,12.20523],[50.14820,12.20325],[50.14479,12.20420],[50.14540,12.20016],[50.14309,12.19870],[50.14232,12.19510],[50.13459,12.19824],[50.12232,12.19772],[50.11561,12.20356],[50.10999,12.20055],[50.10625,12.20879],[50.10289,12.20999],[50.10473,12.22147],[50.10203,12.23142],[50.09691,12.22842],[50.09498,12.23460],[50.09812,12.24653],[50.09597,12.25005],[50.09388,12.24601],[50.09274,12.25299],[50.08778,12.25437],[50.07930,12.26801],[50.07660,12.27711],[50.06255,12.26106],[50.05903,12.26183],[50.06321,12.26981],[50.05743,12.27994],[50.05952,12.30033],[50.05489,12.31329],[50.05395,12.31810],[50.04910,12.32119],[50.04469,12.31715],[50.03902,12.32642],[50.03323,12.32625],[50.03576,12.33458],[50.04078,12.33647],[50.03758,12.34625],[50.03422,12.35080],[50.03135,12.35131],[50.02771,12.35844],[50.02374,12.36685],[50.01861,12.36874],[50.02010,12.37904],[50.01547,12.38015],[50.01338,12.38711],[50.01580,12.40007],[50.01371,12.40470],[50.00918,12.39878],[50.00819,12.40367],[50.00609,12.40359],[50.00532,12.41637],[50.00102,12.42393],[50.00350,12.43242],[50.00041,12.43285],[49.99854,12.43852],[49.99318,12.43594],[49.99098,12.42779],[49.98695,12.43440],[49.98480,12.43294],[49.98739,12.44092],[49.99230,12.45276],[49.99407,12.45345],[49.99600,12.46152],[49.99175,12.46976],[49.99037,12.47096],[49.98927,12.46942],[49.98140,12.47691],[49.98262,12.49098],[49.97147,12.50060],[49.96948,12.49519],[49.96363,12.49347],[49.95761,12.49098],[49.95783,12.48189],[49.95525,12.47804],[49.95073,12.47435],[49.94758,12.46988],[49.93592,12.47821],[49.93725,12.49529],[49.93310,12.49349],[49.93261,12.50138],[49.92786,12.51117],[49.92841,12.52344],[49.92404,12.54404],[49.91914,12.54975],[49.90870,12.55181],[49.90101,12.55095],[49.89084,12.54074],[49.88841,12.53258],[49.87912,12.52022],[49.87049,12.51936],[49.86307,12.51696],[49.85643,12.50941],[49.85577,12.49876],[49.83673,12.49979],[49.84193,12.48194],[49.83385,12.47611],[49.82931,12.47593],[49.82245,12.47662],[49.81358,12.47267],[49.81104,12.46563],[49.80428,12.46907],[49.80273,12.47181],[49.79896,12.47199],[49.79519,12.46666],[49.79176,12.47525],[49.78478,12.47336],[49.78511,12.46752],[49.76238,12.40607],[49.75817,12.40281],[49.75307,12.40366],[49.74874,12.40658],[49.74220,12.40607],[49.73621,12.41328],[49.73254,12.41465],[49.73110,12.42650],[49.70562,12.44141],[49.70162,12.45257],[49.70262,12.45737],[49.69474,12.48553],[49.68830,12.48793],[49.68663,12.49806],[49.68807,12.51745],[49.68663,12.52398],[49.67730,12.52432],[49.66697,12.53119],[49.66008,12.52398],[49.65363,12.52604],[49.64552,12.51900],[49.64074,12.52947],[49.63685,12.52964],[49.63285,12.52346],[49.62840,12.52552],[49.62751,12.53599],[49.62106,12.52999],[49.61806,12.53256],[49.62273,12.54561],[49.62050,12.56123],[49.61450,12.55934],[49.60727,12.56569],[49.59737,12.56552],[49.58691,12.57839],[49.56923,12.57251],[49.55921,12.57680],[49.55331,12.58384],[49.54017,12.59688],[49.53749,12.59105],[49.53125,12.61079],[49.52825,12.62898],[49.53348,12.63001],[49.53259,12.63757],[49.52702,12.64478],[49.51955,12.64563],[49.50261,12.64186],[49.49856,12.64186],[49.49477,12.64632],[49.48362,12.64512],[49.48161,12.63911],[49.47771,12.63568],[49.47024,12.64460],[49.46990,12.65113],[49.44960,12.65902],[49.44390,12.65885],[49.43542,12.65834],[49.42694,12.67962],[49.42560,12.70915],[49.41644,12.71687],[49.41365,12.71687],[49.41030,12.73541],[49.39549,12.75920],[49.38298,12.76349],[49.37504,12.75954],[49.36599,12.76915],[49.36464,12.77911],[49.35861,12.78529],[49.35514,12.77945],[49.34731,12.78117],[49.34273,12.80211],[49.34183,12.83730],[49.34608,12.84383],[49.34508,12.85035],[49.33971,12.85361],[49.34038,12.85790],[49.33289,12.87764],[49.33412,12.88777],[49.34541,12.87696],[49.35134,12.87884],[49.35134,12.88657],[49.34955,12.90785],[49.34429,12.91970],[49.34631,12.92811],[49.34318,12.93841],[49.34530,12.94236],[49.34286,12.95235],[49.33772,12.96042],[49.33436,12.97433],[49.32351,12.99063],[49.31165,13.00694],[49.30751,13.00729],[49.30560,13.03149],[49.28668,13.03166],[49.27829,13.02771],[49.26529,13.03458],[49.26619,13.05398],[49.26115,13.05930],[49.25252,13.05981],[49.24927,13.06908],[49.24748,13.08196],[49.23650,13.09054],[49.22887,13.08848],[49.21901,13.11578],[49.21407,13.11629],[49.20454,13.11200],[49.19972,13.11921],[49.19736,13.13363],[49.18480,13.14873],[49.17515,13.16384],[49.17537,13.17122],[49.16684,13.17775],[49.15921,13.17689],[49.14383,13.17260],[49.12350,13.20521],[49.11440,13.23714],[49.11934,13.26100],[49.12181,13.28057],[49.11844,13.29121],[49.10507,13.31284],[49.10485,13.31954],[49.09001,13.34529],[49.08180,13.34958],[49.07865,13.35541],[49.07236,13.36365],[49.06730,13.37224],[49.05909,13.37739],[49.05447,13.39541],[49.04772,13.40022],[49.03580,13.40108],[49.02386,13.40743],[49.01801,13.40176],[49.01216,13.40451],[49.00653,13.41120],[48.99954,13.40914],[48.99279,13.40296],[48.98794,13.40434],[48.98040,13.41635],[48.97859,13.42545],[48.97352,13.42889],[48.97059,13.43730],[48.96304,13.46133],[48.95346,13.47317],[48.95267,13.48588],[48.94658,13.48862],[48.94264,13.49807],[48.94343,13.50665],[48.95267,13.50562],[48.96214,13.50304],[48.96947,13.50545],[48.97003,13.51678],[48.97589,13.53377],[48.97352,13.53789],[48.96766,13.54613],[48.96766,13.55368],[48.97161,13.56158],[48.96732,13.57119],[48.97081,13.57605],[48.97171,13.58154],[48.96337,13.59339],[48.95965,13.59476],[48.95537,13.59030],[48.94274,13.60472],[48.94545,13.60867],[48.94962,13.62206],[48.94984,13.63047],[48.94714,13.63356],[48.93958,13.62206],[48.93147,13.63219],[48.92537,13.63888],[48.91082,13.64695],[48.89424,13.65553],[48.89457,13.66343],[48.89141,13.66995],[48.88024,13.67150],[48.87967,13.67853],[48.88013,13.68471],[48.87990,13.69072],[48.88261,13.69896],[48.87945,13.71905],[48.88814,13.73106],[48.88588,13.74016],[48.87911,13.73947],[48.87426,13.74668],[48.86421,13.75303],[48.85901,13.75012],[48.85540,13.75578],[48.83721,13.76660],[48.83337,13.76848],[48.83371,13.77878],[48.83009,13.79441],[48.82557,13.79166],[48.81800,13.79915],[48.81404,13.79863],[48.79618,13.81717],[48.78034,13.80790],[48.77491,13.81391],[48.77152,13.83554],[48.77134,13.83877],[48.76500,13.83705],[48.75538,13.81971],[48.73070,13.81611],[48.71517,13.79320],[48.70781,13.80333],[48.70759,13.81105],[48.70203,13.80865],[48.69807,13.81981],[48.69954,13.83440],[48.69331,13.83079],[48.69614,13.81569],[48.69002,13.81345],[48.68130,13.81242],[48.67858,13.81654],[48.66668,13.81637],[48.65341,13.81363],[48.64561,13.81426],[48.64175,13.82095],[48.63347,13.82507],[48.62292,13.82250],[48.61566,13.82198],[48.61588,13.81443],[48.61009,13.81272],[48.60601,13.80791],[48.59681,13.80121],[48.59034,13.80018],[48.58750,13.80430],[48.57899,13.80413],[48.57422,13.79933],[48.57194,13.79006],[48.56606,13.77976],[48.56185,13.77855],[48.55867,13.77255],[48.55469,13.77014],[48.56356,13.76396],[48.56719,13.76002],[48.56299,13.75263],[48.55583,13.74680],[48.55197,13.74645],[48.55106,13.75298],[48.54629,13.74268],[48.53981,13.74405],[48.53799,13.74731],[48.52958,13.74645],[48.52605,13.73289],[48.51264,13.72654],[48.51900,13.70234],[48.53572,13.66388],[48.54072,13.65856],[48.55049,13.65221],[48.55448,13.62391],[48.56505,13.60881],[48.56868,13.60039],[48.56846,13.59181],[48.56482,13.58512],[48.56016,13.58220],[48.56039,13.56932],[48.56755,13.55902],[48.57061,13.54993],[48.58095,13.53722],[48.58890,13.52263],[48.59094,13.51302],[48.58788,13.50392],[48.58152,13.50272],[48.57743,13.50821],[48.57198,13.50375],[48.56823,13.49293],[48.56437,13.49259],[48.56119,13.48504],[48.56323,13.47954],[48.56164,13.47508],[48.55710,13.47714],[48.55482,13.47319],[48.55357,13.46427],[48.55732,13.45551],[48.56346,13.45019],[48.55960,13.44178],[48.55778,13.43783],[48.55221,13.43646],[48.54312,13.44350],[48.53380,13.44950],[48.52902,13.44453],[48.51891,13.45002],[48.51265,13.45877],[48.49794,13.44901],[48.48041,13.44043],[48.46095,13.42841],[48.45321,13.42738],[48.43898,13.43957],[48.42998,13.43991],[48.40576,13.42278],[48.37908,13.41608],[48.36859,13.40115],[48.35164,13.36535],[48.33395,13.34492],[48.31877,13.32243],[48.30427,13.28484],[48.29285,13.25445],[48.29525,13.18304],[48.28984,13.16319],[48.27830,13.12817],[48.27830,13.08388],[48.27214,13.06894],[48.26528,13.05538],[48.25911,13.02603],[48.25317,13.01144],[48.24711,13.00818],[48.23899,13.00011],[48.21841,12.97058],[48.20971,12.95839],[48.20662,12.94380],[48.20605,12.90930],[48.20376,12.89488],[48.20273,12.87222],[48.19705,12.86335],[48.18710,12.86147],[48.18241,12.85683],[48.17680,12.85134],[48.16798,12.84791],[48.16523,12.84396],[48.16546,12.83743],[48.16340,12.83434],[48.15940,12.83589],[48.15470,12.83160],[48.15126,12.82456],[48.15104,12.81512],[48.15012,12.80696],[48.14605,12.79860],[48.14350,12.79765],[48.13929,12.79786],[48.12406,12.78683],[48.12294,12.78426],[48.12391,12.78091],[48.12744,12.77486],[48.12858,12.76666],[48.12795,12.76198],[48.12646,12.75894],[48.12451,12.75791],[48.11970,12.75924],[48.11525,12.75547],[48.11167,12.74937],[48.10671,12.74946],[48.08281,12.75400],[48.07212,12.76177],[48.05913,12.78095],[48.03170,12.82773],[48.01917,12.84715],[48.00978,12.85594],[47.99408,12.86118],[47.97100,12.86866],[47.96431,12.87272],[47.95982,12.88310],[47.95773,12.90203],[47.95645,12.91518],[47.95335,12.91965],[47.95074,12.92085],[47.94499,12.91917],[47.94082,12.92020],[47.93944,12.92256],[47.93910,12.92698],[47.93996,12.93342],[47.94240,12.93497],[47.94396,12.93561],[47.94401,12.93715],[47.94255,12.93848],[47.93947,12.93891],[47.93165,12.94072],[47.92346,12.94539],[47.91658,12.95050],[47.90214,12.96552],[47.87854,12.98028],[47.86306,12.99307],[47.85384,13.00234],[47.84954,13.00400],[47.84516,13.00486],[47.84072,13.00263],[47.83496,12.99421],[47.83058,12.98709],[47.82741,12.98426],[47.82085,12.98039],[47.80853,12.97182],[47.79954,12.96401],[47.79418,12.95645],[47.79072,12.95096],[47.78645,12.94744],[47.78610,12.94203],[47.78449,12.93886],[47.78253,12.93843],[47.77866,12.93997],[47.77760,12.93869],[47.77598,12.93272],[47.77315,12.92920],[47.76966,12.92766],[47.76998,12.92963],[47.77073,12.93053],[47.77085,12.93319],[47.77258,12.93452],[47.77223,12.93598],[47.77027,12.93495],[47.77111,12.94242],[47.76436,12.94495],[47.75970,12.94080],[47.75846,12.93715],[47.75722,12.93831],[47.75420,12.93641],[47.74909,12.93645],[47.74716,12.93528],[47.74789,12.93408],[47.74711,12.93271],[47.74607,12.93224],[47.74537,12.93112],[47.74460,12.93112],[47.74474,12.92773],[47.74408,12.92159],[47.74312,12.92112],[47.74246,12.91880],[47.74145,12.91739],[47.73903,12.91662],[47.73900,12.91546],[47.73701,12.91443],[47.73675,12.91267],[47.73571,12.91258],[47.73510,12.91168],[47.73374,12.91155],[47.73334,12.91198],[47.73129,12.91099],[47.72892,12.90769],[47.72803,12.90589],[47.72762,12.90576],[47.72728,12.90481],[47.72465,12.90499],[47.72329,12.90563],[47.72295,12.90722],[47.72226,12.90895],[47.72024,12.91139],[47.71822,12.91315],[47.71750,12.91358],[47.71718,12.91624],[47.71640,12.91753],[47.71507,12.91852],[47.71438,12.92152],[47.71441,12.92268],[47.71219,12.92440],[47.71126,12.92431],[47.71034,12.92586],[47.71069,12.92676],[47.71005,12.92800],[47.70988,12.93302],[47.71213,12.94010],[47.71173,12.94418],[47.71230,12.94603],[47.71207,12.94779],[47.71126,12.94864],[47.71089,12.95092],[47.70835,12.95487],[47.70786,12.95663],[47.70947,12.95929],[47.70962,12.96289],[47.70817,12.96693],[47.70809,12.96984],[47.70734,12.97362],[47.70788,12.97581],[47.70757,12.98734],[47.70895,12.99124],[47.70991,12.99116],[47.71207,12.99326],[47.71354,12.99506],[47.71352,13.00197],[47.71710,13.00532],[47.71802,13.00438],[47.72157,13.00802],[47.72229,13.00832],[47.72333,13.01017],[47.72258,13.01270],[47.72325,13.01884],[47.72189,13.01931],[47.72091,13.02377],[47.71701,13.02721],[47.71597,13.02897],[47.71710,13.03073],[47.71554,13.03927],[47.71464,13.04094],[47.71404,13.04351],[47.71285,13.04270],[47.71274,13.04583],[47.71054,13.04978],[47.70907,13.04836],[47.70696,13.05206],[47.70523,13.05296],[47.70413,13.05587],[47.70121,13.05725],[47.69701,13.06160],[47.69588,13.06487],[47.69221,13.06933],[47.69201,13.07482],[47.68687,13.08100],[47.68355,13.07980],[47.68187,13.08014],[47.68126,13.07920],[47.67736,13.07825],[47.67444,13.07856],[47.67286,13.07757],[47.66736,13.07800],[47.66274,13.08023],[47.66051,13.08469],[47.65638,13.08783],[47.65387,13.08984],[47.65031,13.08894],[47.64736,13.09036],[47.64447,13.09237],[47.64230,13.09649],[47.63869,13.09831],[47.63505,13.09891],[47.62785,13.09608],[47.61981,13.08389],[47.61872,13.08085],[47.61652,13.07956],[47.61371,13.07685],[47.61073,13.07231],[47.60735,13.07201],[47.60474,13.06952],[47.60292,13.06544],[47.60098,13.06291],[47.59777,13.06475],[47.59580,13.06492],[47.59317,13.06827],[47.59233,13.06896],[47.59215,13.07123],[47.58816,13.07269],[47.58593,13.06947],[47.58567,13.06166],[47.58524,13.05814],[47.58304,13.04394],[47.58043,13.04531],[47.57817,13.04510],[47.57617,13.04235],[47.57195,13.04441],[47.57114,13.04613],[47.56937,13.04741],[47.56818,13.04772],[47.56540,13.04990],[47.56291,13.05171],[47.56228,13.05806],[47.56138,13.05690],[47.55871,13.05595],[47.55703,13.05613],[47.54956,13.04523],[47.54715,13.04562],[47.54252,13.03824],[47.54061,13.03832],[47.53418,13.03214],[47.53186,13.03240],[47.52792,13.03875],[47.52386,13.04734],[47.52021,13.04708],[47.51656,13.04356],[47.51609,13.04708],[47.50163,13.04735],[47.49838,13.04889],[47.49392,13.04709],[47.49166,13.04846],[47.48806,13.04280],[47.48829,13.03610],[47.48667,13.03379],[47.48609,13.02675],[47.48290,13.02640],[47.47739,13.02228],[47.47617,13.01851],[47.47101,13.01628],[47.46845,13.01096],[47.46410,13.00684],[47.46271,13.00254],[47.46375,12.99997],[47.46927,12.99705],[47.47153,12.99259],[47.47808,12.99448],[47.47727,12.98847],[47.48023,12.98443],[47.48185,12.98383],[47.48238,12.97817],[47.48476,12.97697],[47.48383,12.97379],[47.48098,12.97508],[47.47849,12.97328],[47.47431,12.97345],[47.47348,12.97124],[47.47632,12.96043],[47.47951,12.95099],[47.48763,12.93271],[47.48804,12.92927],[47.48995,12.92747],[47.49094,12.92361],[47.49593,12.91159],[47.49668,12.90790],[47.51310,12.88370],[47.51907,12.88404],[47.52173,12.87949],[47.52370,12.86782],[47.52556,12.86361],[47.52770,12.86344],[47.52649,12.85889],[47.52689,12.85640],[47.53222,12.84988],[47.53755,12.84893],[47.54149,12.84825],[47.54567,12.84722],[47.54613,12.84276],[47.54456,12.83503],[47.54439,12.82662],[47.54503,12.82164],[47.54462,12.81752],[47.54807,12.80690],[47.55711,12.79308],[47.56487,12.79230],[47.56603,12.78810],[47.56910,12.78329],[47.57518,12.77977],[47.58178,12.77806],[47.58652,12.78561],[47.58953,12.78784],[47.59139,12.79316],[47.59359,12.79454],[47.59775,12.79085],[47.60076,12.79308],[47.60551,12.79960],[47.60973,12.80552],[47.61205,12.81273],[47.61020,12.82192],[47.61193,12.82372],[47.62125,12.81076],[47.62573,12.79914],[47.63302,12.78944],[47.63180,12.78438],[47.63244,12.78051],[47.63892,12.77107],[47.64192,12.76884],[47.64331,12.76558],[47.64753,12.76361],[47.65077,12.75794],[47.65470,12.75837],[47.65632,12.76378],[47.65597,12.76721],[47.65771,12.77142],[47.66105,12.77795],[47.66304,12.77740],[47.66697,12.78118],[47.67148,12.78298],[47.67350,12.78041],[47.67032,12.77714],[47.66535,12.77199],[47.66749,12.76607],[47.66639,12.76144],[47.66298,12.75672],[47.66622,12.75483],[47.67015,12.75011],[47.67304,12.74788],[47.67546,12.74410],[47.67593,12.73792],[47.67737,12.73603],[47.67934,12.73260],[47.67841,12.72522],[47.67626,12.71802],[47.67603,12.71450],[47.67892,12.70798],[47.68071,12.70472],[47.67892,12.70017],[47.68193,12.69588],[47.68077,12.68481],[47.68222,12.68283],[47.68037,12.66979],[47.68042,12.66438],[47.67597,12.65768],[47.67360,12.65708],[47.67193,12.65451],[47.66985,12.64824],[47.67291,12.64592],[47.67048,12.63786],[47.67592,12.63082],[47.67274,12.62120],[47.67210,12.61473],[47.67332,12.60838],[47.67285,12.60511],[47.66823,12.60202],[47.66557,12.59627],[47.64775,12.58347],[47.63885,12.58038],[47.63335,12.57823],[47.63191,12.57497],[47.63648,12.53660],[47.62485,12.51188],[47.62479,12.49927],[47.63486,12.49017],[47.63671,12.49068],[47.64943,12.46502],[47.66168,12.45515],[47.66440,12.45301],[47.66781,12.45163],[47.67156,12.44357],[47.67341,12.44537],[47.67405,12.43962],[47.67630,12.43842],[47.67861,12.44048],[47.67971,12.43919],[47.68434,12.44142],[47.68636,12.44048],[47.69283,12.44219],[47.69485,12.43893],[47.69416,12.43258],[47.69618,12.42846],[47.69300,12.41061],[47.69208,12.40099],[47.68856,12.39035],[47.68769,12.38391],[47.68613,12.38048],[47.68480,12.37293],[47.68390,12.36352],[47.69025,12.35682],[47.69071,12.35124],[47.69164,12.35098],[47.69198,12.34515],[47.68990,12.34026],[47.69094,12.33699],[47.69250,12.33468],[47.69666,12.33751],[47.68979,12.29236],[47.68996,12.28464],[47.68725,12.27769],[47.68384,12.27185],[47.68031,12.26807],[47.67789,12.26352],[47.67933,12.25503],[47.68338,12.25279],[47.68713,12.24584],[47.69482,12.24052],[47.71139,12.24679],[47.71624,12.25202],[47.72173,12.25700],[47.72791,12.26189],[47.73235,12.26443],[47.73685,12.26306],[47.74245,12.25714],[47.74141,12.24993],[47.73160,12.23911],[47.71884,12.22787],[47.71745,12.22607],[47.70891,12.20787],[47.70683,12.20186],[47.70798,12.19654],[47.70336,12.18676],[47.70117,12.18556],[47.69995,12.18290],[47.70105,12.16264],[47.68407,12.16659],[47.67783,12.17054],[47.66858,12.18187],[47.65852,12.18547],[47.64048,12.19980],[47.62388,12.20332],[47.61381,12.20856],[47.60814,12.20633],[47.60525,12.20006],[47.60479,12.18393],[47.60073,12.17680],[47.60548,12.17981],[47.61092,12.18032],[47.61416,12.17878],[47.61404,12.16951],[47.61196,12.15938],[47.60926,12.15436],[47.60510,12.13900],[47.60533,12.12784],[47.60903,12.11934],[47.61088,12.11591],[47.60949,12.08321],[47.61071,12.07960],[47.61302,12.07780],[47.61453,12.07033],[47.61673,12.06475],[47.61812,12.06330],[47.61823,12.06021],[47.61644,12.05789],[47.61436,12.05051],[47.61707,12.03849],[47.61545,12.03394],[47.61071,12.02896],[47.61100,12.01952],[47.61806,12.01600],[47.62124,12.01205],[47.62321,12.01102],[47.62407,12.00768],[47.62118,12.00012],[47.61893,11.98244],[47.61245,11.97601],[47.61569,11.97360],[47.61667,11.96751],[47.61525,11.95203],[47.61224,11.93254],[47.61346,11.91366],[47.60767,11.90302],[47.60854,11.89521],[47.60165,11.86525],[47.60071,11.86457],[47.60129,11.85487],[47.58178,11.84757],[47.58167,11.84538],[47.58109,11.84478],[47.58103,11.84109],[47.58161,11.83817],[47.58184,11.82968],[47.58514,11.82804],[47.58474,11.82315],[47.58393,11.81620],[47.58549,11.80744],[47.58729,11.78865],[47.59076,11.78084],[47.58908,11.77200],[47.58943,11.76616],[47.58821,11.75354],[47.58711,11.74548],[47.58885,11.72239],[47.58844,11.70007],[47.58630,11.69072],[47.58325,11.68048],[47.58493,11.67670],[47.58505,11.67027],[47.58337,11.66580],[47.58366,11.65868],[47.58933,11.64941],[47.58875,11.64297],[47.59274,11.64134],[47.59425,11.63568],[47.59217,11.63216],[47.58539,11.63199],[47.58198,11.63473],[47.58012,11.63439],[47.58001,11.62830],[47.58342,11.62358],[47.58360,11.61894],[47.58076,11.61722],[47.57914,11.61233],[47.58128,11.60675],[47.57145,11.60323],[47.56497,11.59851],[47.55645,11.58830],[47.55170,11.59019],[47.54382,11.58564],[47.53913,11.58778],[47.52540,11.58847],[47.51880,11.57714],[47.51387,11.57285],[47.51335,11.56264],[47.51213,11.55328],[47.51254,11.55028],[47.50865,11.53817],[47.50940,11.52264],[47.51074,11.51835],[47.50581,11.51234],[47.50575,11.50891],[47.50465,11.50564],[47.50651,11.50213],[47.50709,11.49449],[47.50604,11.49071],[47.50767,11.48685],[47.50871,11.48693],[47.50888,11.48032],[47.50819,11.46728],[47.50807,11.45895],[47.50709,11.45020],[47.50784,11.44797],[47.51271,11.44367],[47.51694,11.44161],[47.51451,11.43578],[47.50993,11.42900],[47.50575,11.42265],[47.50320,11.42084],[47.49949,11.41518],[47.49595,11.41140],[47.49410,11.40994],[47.48911,11.40702],[47.48534,11.39921],[47.48354,11.39793],[47.47954,11.39029],[47.47588,11.38582],[47.47246,11.38488],[47.46898,11.38900],[47.46720,11.39048],[47.46644,11.39563],[47.46784,11.39846],[47.46708,11.41048],[47.46464,11.40867],[47.46308,11.41125],[47.45501,11.41279],[47.44456,11.42249],[47.44358,11.41957],[47.44613,11.41597],[47.44613,11.40790],[47.44549,11.40541],[47.44752,11.40224],[47.44578,11.38739],[47.44770,11.38653],[47.44874,11.37554],[47.44503,11.37211],[47.44439,11.36370],[47.44683,11.36069],[47.44810,11.35640],[47.44718,11.34962],[47.44868,11.34610],[47.44926,11.33786],[47.44344,11.33158],[47.43885,11.33175],[47.43740,11.32909],[47.43665,11.32188],[47.43113,11.31613],[47.42951,11.30866],[47.43026,11.29991],[47.42742,11.29767],[47.42695,11.29175],[47.42318,11.29141],[47.41842,11.29295],[47.41586,11.29347],[47.41243,11.29132],[47.40668,11.29072],[47.40058,11.28291],[47.39675,11.26969],[47.39884,11.26334],[47.39791,11.25888],[47.39820,11.25124],[47.39750,11.23322],[47.39506,11.23030],[47.39483,11.22506],[47.39669,11.22197],[47.40221,11.22420],[47.40662,11.23030],[47.41133,11.23253],[47.41673,11.23897],[47.42109,11.24128],[47.42800,11.25313],[47.43212,11.24970],[47.43119,11.24000],[47.43177,11.23845],[47.43055,11.22352],[47.43026,11.22043],[47.43305,11.20747],[47.43229,11.20446],[47.42695,11.19854],[47.42562,11.17923],[47.42341,11.17588],[47.42010,11.15408],[47.41345,11.14064],[47.41188,11.13300],[47.41182,11.12828],[47.40595,11.12339],[47.40102,11.12408],[47.39980,11.12502],[47.39637,11.11970],[47.39497,11.11352],[47.39515,11.10365],[47.39404,11.10030],[47.39567,11.07558],[47.39521,11.06597],[47.39585,11.06108],[47.39515,11.05850],[47.39555,11.05275],[47.39352,11.04932],[47.39445,11.04160],[47.39619,11.03859],[47.39323,11.03190],[47.39317,11.02795],[47.39614,11.02469],[47.39631,11.01885],[47.39404,11.00915],[47.39416,11.00040],[47.39730,10.97799],[47.39980,10.96993],[47.40572,10.96975],[47.40834,10.97053],[47.41188,10.96864],[47.41780,10.97147],[47.41879,10.98126],[47.42144,10.98433],[47.42997,10.98347],[47.43885,10.97137],[47.44814,10.96064],[47.45132,10.95802],[47.45637,10.95081],[47.46229,10.93931],[47.46786,10.93200],[47.47117,10.92797],[47.47372,10.92814],[47.48016,10.93827],[47.48242,10.93467],[47.48207,10.92746],[47.48416,10.91681],[47.48521,10.91003],[47.48265,10.89887],[47.48016,10.88909],[47.47813,10.87939],[47.48207,10.86993],[47.48555,10.86907],[47.49460,10.87122],[47.49924,10.87053],[47.50382,10.87714],[47.50573,10.88649],[47.50829,10.89096],[47.50979,10.90349],[47.51078,10.90495],[47.51379,10.91679],[47.51762,10.91808],[47.51895,10.91465],[47.51658,10.90555],[47.51976,10.90263],[47.52266,10.89774],[47.53054,10.89216],[47.53680,10.88984],[47.53535,10.86744],[47.53460,10.86641],[47.53333,10.86109],[47.53414,10.85371],[47.52985,10.84899],[47.52904,10.84584],[47.52753,10.84301],[47.52741,10.84001],[47.52521,10.83898],[47.52765,10.83460],[47.52794,10.82644],[47.52498,10.81254],[47.51942,10.81366],[47.51947,10.80773],[47.52029,10.79494],[47.51600,10.78645],[47.51675,10.78319],[47.51321,10.77726],[47.51559,10.77623],[47.51536,10.77203],[47.52016,10.76250],[47.52271,10.76190],[47.52590,10.76379],[47.53106,10.76078],[47.53448,10.75787],[47.53465,10.75383],[47.53697,10.75014],[47.53772,10.74010],[47.53737,10.73529],[47.53848,10.72903],[47.53726,10.72310],[47.53772,10.71701],[47.54294,10.71040],[47.54346,10.69684],[47.54491,10.69375],[47.55526,10.68986],[47.55630,10.69192],[47.55798,10.69055],[47.55815,10.68669],[47.55555,10.68102],[47.55670,10.67707],[47.55844,10.67681],[47.55827,10.66008],[47.55856,10.64806],[47.55902,10.63828],[47.55844,10.63416],[47.56122,10.62472],[47.56284,10.62472],[47.56603,10.62025],[47.56667,10.61545],[47.56516,10.61356],[47.56586,10.60738],[47.56730,10.60334],[47.56904,10.59776],[47.56615,10.59648],[47.56400,10.59562],[47.56145,10.59141],[47.55867,10.58832],[47.55595,10.58249],[47.55306,10.57974],[47.55016,10.58274],[47.54431,10.58026],[47.53388,10.57399],[47.53307,10.56747],[47.53434,10.56214],[47.53637,10.56283],[47.53596,10.55940],[47.53660,10.55674],[47.53637,10.53614],[47.53498,10.52438],[47.54034,10.48946],[47.55089,10.47212],[47.55251,10.46010],[47.55587,10.45401],[47.55691,10.45581],[47.55981,10.45719],[47.56346,10.46199],[47.56861,10.46800],[47.57087,10.47264],[47.57776,10.47032],[47.58019,10.47049],[47.57950,10.47384],[47.58100,10.47873],[47.58430,10.48173],[47.58459,10.47255],[47.58685,10.47143],[47.58650,10.46766],[47.58506,10.46182],[47.58338,10.45968],[47.58257,10.45521],[47.58349,10.44895],[47.58291,10.44028],[47.58396,10.43736],[47.58199,10.43436],[47.57973,10.43599],[47.57892,10.43470],[47.57736,10.42989],[47.57301,10.43453],[47.56994,10.43333],[47.56873,10.43659],[47.56740,10.44569],[47.55517,10.45109],[47.55570,10.45367],[47.55500,10.45418],[47.52377,10.43916],[47.51884,10.44268],[47.51316,10.44079],[47.50951,10.43667],[47.50603,10.43539],[47.50348,10.43187],[47.49200,10.43796],[47.49101,10.43822],[47.49003,10.44002],[47.48649,10.44105],[47.48440,10.44466],[47.48643,10.45126],[47.48301,10.45744],[47.48289,10.46508],[47.48092,10.46414],[47.47727,10.46852],[47.47402,10.46766],[47.46856,10.47083],[47.46444,10.46689],[47.46212,10.46740],[47.45864,10.46877],[47.45301,10.46663],[47.45075,10.46774],[47.44819,10.47101],[47.44564,10.47075],[47.44309,10.47341],[47.43937,10.47264],[47.43205,10.47667],[47.43101,10.47530],[47.43171,10.47135],[47.43025,10.46603],[47.42724,10.45856],[47.41800,10.45616],[47.41434,10.44594],[47.41318,10.43856],[47.40900,10.43650],[47.40685,10.43856],[47.40209,10.43195],[47.40029,10.43478],[47.39494,10.43067],[47.39105,10.43015],[47.37983,10.43719],[47.38367,10.43067],[47.38268,10.42826],[47.38419,10.42054],[47.38047,10.41762],[47.37791,10.41264],[47.37693,10.40474],[47.37716,10.39977],[47.37460,10.39341],[47.37204,10.39324],[47.36919,10.38904],[47.36594,10.38929],[47.36199,10.38629],[47.35971,10.38773],[47.35569,10.38662],[47.35488,10.38447],[47.35157,10.37915],[47.35157,10.37709],[47.34494,10.37134],[47.34360,10.36799],[47.34069,10.36464],[47.33650,10.35709],[47.33290,10.35675],[47.32114,10.34619],[47.31777,10.34954],[47.31515,10.34705],[47.31358,10.34027],[47.31035,10.33960],[47.30826,10.33574],[47.30471,10.33084],[47.30349,10.32398],[47.30581,10.32261],[47.30552,10.31531],[47.29772,10.30183],[47.29900,10.29625],[47.29388,10.29196],[47.28987,10.28518],[47.28719,10.28158],[47.28771,10.26776],[47.28451,10.26647],[47.28428,10.26270],[47.28142,10.25995],[47.27851,10.24939],[47.27816,10.24433],[47.27676,10.24244],[47.27135,10.23806],[47.27001,10.23223],[47.27548,10.22219],[47.27484,10.20742],[47.27665,10.20107],[47.27385,10.19532],[47.27298,10.19489],[47.27228,10.19026],[47.26983,10.17730],[47.27042,10.17249],[47.27409,10.17223],[47.27647,10.17378],[47.27886,10.17155],[47.28276,10.17541],[47.28992,10.17386],[47.29173,10.17712],[47.29487,10.17790],[47.29679,10.17936],[47.29615,10.18339],[47.29481,10.18382],[47.29476,10.19000],[47.29732,10.19481],[47.30034,10.20287],[47.30273,10.20382],[47.30669,10.21025],[47.31146,10.21189],[47.31199,10.21463],[47.31781,10.21051],[47.32234,10.20519],[47.32653,10.19884],[47.32869,10.20099],[47.33154,10.20656],[47.33508,10.20691],[47.33648,10.20365],[47.34363,10.21000],[47.34928,10.21558],[47.35143,10.21712],[47.35433,10.21618],[47.35753,10.22055],[47.35875,10.22433],[47.36090,10.22433],[47.36352,10.22751],[47.36747,10.22974],[47.37271,10.23592],[47.37503,10.23575],[47.37904,10.23094],[47.38241,10.23523],[47.38834,10.22759],[47.38648,10.22476],[47.38189,10.21798],[47.38009,10.21137],[47.38276,10.20819],[47.38224,10.20270],[47.38381,10.19875],[47.38927,10.19360],[47.38915,10.18957],[47.39183,10.18245],[47.38904,10.18253],[47.38793,10.18339],[47.38479,10.17601],[47.38549,10.16931],[47.37119,10.16991],[47.36864,10.16614],[47.36695,10.14974],[47.36701,10.14150],[47.36835,10.13584],[47.37550,10.11945],[47.35422,10.09996],[47.39405,10.08207],[47.39916,10.08611],[47.40102,10.08147],[47.40375,10.07993],[47.40364,10.07735],[47.40602,10.07220],[47.40788,10.06954],[47.41067,10.06868],[47.41136,10.07152],[47.41334,10.07126],[47.41560,10.07529],[47.41560,10.08104],[47.41514,10.08654],[47.41653,10.08997],[47.41758,10.09486],[47.42315,10.09564],[47.42889,10.10551],[47.43940,10.09503],[47.44085,10.09289],[47.44892,10.09246],[47.44962,10.09426],[47.45501,10.09220],[47.45879,10.09023],[47.45937,10.08877],[47.45826,10.08688],[47.45879,10.08448],[47.45501,10.08096],[47.45600,10.07615],[47.45519,10.07238],[47.45583,10.06903],[47.45762,10.06963],[47.46070,10.06774],[47.46378,10.06319],[47.46621,10.05384],[47.47051,10.05118],[47.47521,10.05426],[47.47642,10.05246],[47.48507,10.04465],[47.48675,10.04551],[47.48797,10.03976],[47.48896,10.03736],[47.48519,10.02851],[47.48316,10.01976],[47.48455,10.01607],[47.48229,10.01315],[47.48148,10.00817],[47.48229,10.00422],[47.48177,10.00165],[47.48606,9.99453],[47.49876,9.98689],[47.50276,9.99478],[47.50560,9.98920],[47.51059,9.98423],[47.51007,9.98242],[47.51094,9.97908],[47.51273,9.97813],[47.51557,9.97092],[47.51743,9.97032],[47.52021,9.96491],[47.52288,9.96466],[47.52462,9.96723],[47.52746,9.96723],[47.52919,9.96732],[47.52960,9.96500],[47.53406,9.96500],[47.53870,9.96423],[47.53899,9.96629],[47.54113,9.96629],[47.54368,9.97066],[47.54558,9.97044],[47.54587,9.96821],[47.54419,9.96692],[47.54343,9.96512],[47.54158,9.96340],[47.54286,9.95979],[47.54129,9.96065],[47.53834,9.96082],[47.53474,9.96383],[47.53434,9.96108],[47.53532,9.95190],[47.53764,9.94083],[47.53347,9.93611],[47.53109,9.92890],[47.52941,9.91988],[47.53028,9.91662],[47.53376,9.91173],[47.53967,9.90744],[47.54228,9.90521],[47.54471,9.89645],[47.54355,9.88993],[47.54761,9.88066],[47.54309,9.87542],[47.54193,9.87886],[47.53764,9.87868],[47.53306,9.87517],[47.53098,9.87637],[47.52848,9.87508],[47.52822,9.87390],[47.53008,9.87218],[47.53286,9.86377],[47.53332,9.85759],[47.53888,9.85364],[47.54126,9.84969],[47.54091,9.84437],[47.54253,9.83828],[47.54404,9.82927],[47.54601,9.82789],[47.54734,9.81553],[47.54931,9.81493],[47.55418,9.81742],[47.55818,9.82343],[47.56049,9.82549],[47.56524,9.82309],[47.57136,9.82041],[47.57397,9.82581],[47.57987,9.82650],[47.58144,9.82358],[47.58653,9.82341],[47.58856,9.81672],[47.58769,9.81423],[47.59099,9.80968],[47.59469,9.80384],[47.59574,9.79981],[47.59348,9.79672],[47.59319,9.79114],[47.59319,9.78384],[47.59487,9.77723],[47.59319,9.77612],[47.58856,9.77200],[47.58717,9.76899],[47.58844,9.76590],[47.58520,9.76685],[47.58479,9.76299],[47.58230,9.76221],[47.58074,9.76324],[47.57929,9.75646],[47.57235,9.75706],[47.56997,9.75123],[47.56748,9.75311],[47.56475,9.74855],[47.56093,9.74752],[47.55809,9.74452],[47.55746,9.74812],[47.55473,9.74726],[47.55439,9.74134],[47.55091,9.74074],[47.54853,9.73748],[47.54541,9.73559],[47.53909,9.73705],[47.53480,9.73739],[47.53318,9.73430],[47.53405,9.73027],[47.53017,9.71834],[47.54070,9.62785],[47.57129,9.57841]], DE_BE: [[52.33790,13.64949],[52.36036,13.66854],[52.36726,13.68463],[52.36673,13.69287],[52.36906,13.69317],[52.37108,13.69579],[52.37357,13.69952],[52.37732,13.70064],[52.37771,13.69905],[52.37750,13.69725],[52.38151,13.69905],[52.38107,13.69529],[52.38337,13.68971],[52.38302,13.68789],[52.38344,13.68722],[52.38396,13.68714],[52.38386,13.68606],[52.38523,13.68690],[52.38514,13.68774],[52.38602,13.68799],[52.38523,13.68872],[52.38521,13.69003],[52.38618,13.69199],[52.38886,13.69554],[52.38898,13.69613],[52.38970,13.69688],[52.38982,13.69756],[52.39040,13.69776],[52.39092,13.69802],[52.39114,13.69778],[52.39167,13.69837],[52.39180,13.69891],[52.39121,13.69849],[52.39059,13.69842],[52.39057,13.69881],[52.39082,13.69954],[52.39111,13.70025],[52.39258,13.70158],[52.39301,13.70195],[52.39330,13.70257],[52.39321,13.70344],[52.39345,13.70451],[52.39403,13.70549],[52.39488,13.70642],[52.39510,13.70686],[52.39512,13.70728],[52.39508,13.70802],[52.39542,13.70895],[52.39566,13.70931],[52.39590,13.70937],[52.39619,13.70972],[52.39607,13.71008],[52.39665,13.71093],[52.39712,13.71144],[52.39730,13.71193],[52.39749,13.71208],[52.39778,13.71273],[52.39778,13.71291],[52.39798,13.71362],[52.39888,13.71421],[52.39922,13.71521],[52.39968,13.71591],[52.39967,13.71661],[52.39886,13.71739],[52.39870,13.71818],[52.39869,13.71907],[52.39891,13.71991],[52.39808,13.72284],[52.39882,13.72483],[52.39946,13.72716],[52.39987,13.72755],[52.39944,13.73004],[52.39994,13.73107],[52.40043,13.73202],[52.40164,13.73404],[52.40193,13.73438],[52.40526,13.73507],[52.40599,13.73580],[52.40725,13.73876],[52.40813,13.73782],[52.40967,13.73681],[52.41066,13.73417],[52.41257,13.73275],[52.41561,13.72977],[52.41673,13.72955],[52.41914,13.73148],[52.42020,13.73133],[52.42077,13.73058],[52.42646,13.73743],[52.42665,13.73760],[52.42633,13.73962],[52.42655,13.73987],[52.42630,13.74084],[52.42672,13.74131],[52.42821,13.74174],[52.42881,13.73910],[52.42977,13.73962],[52.43250,13.74020],[52.43331,13.73284],[52.43465,13.72786],[52.43682,13.72299],[52.43704,13.72286],[52.43593,13.72524],[52.43462,13.72844],[52.43364,13.73187],[52.43312,13.73578],[52.43289,13.73848],[52.43313,13.73839],[52.43280,13.74301],[52.43803,13.74419],[52.44137,13.75047],[52.44155,13.75616],[52.43663,13.75440],[52.43612,13.76011],[52.43774,13.76131],[52.43790,13.76080],[52.43844,13.75539],[52.44299,13.75717],[52.44330,13.75455],[52.44627,13.75670],[52.44607,13.75550],[52.44699,13.75455],[52.44781,13.75318],[52.44819,13.75142],[52.44833,13.75030],[52.44880,13.74925],[52.44904,13.74620],[52.44933,13.74455],[52.44904,13.74314],[52.44968,13.73781],[52.45023,13.73573],[52.45070,13.73563],[52.45082,13.73412],[52.45045,13.73267],[52.45087,13.72908],[52.45677,13.72063],[52.45978,13.71842],[52.46303,13.71597],[52.46307,13.71393],[52.46310,13.71292],[52.46338,13.71144],[52.46559,13.70580],[52.46745,13.70216],[52.46834,13.70118],[52.46831,13.69890],[52.46600,13.70070],[52.46443,13.70191],[52.46327,13.70248],[52.46209,13.70268],[52.46004,13.70321],[52.45985,13.70517],[52.45758,13.70551],[52.45575,13.70521],[52.45485,13.70456],[52.45499,13.70139],[52.45532,13.69849],[52.45653,13.69875],[52.45780,13.69834],[52.45860,13.69768],[52.46018,13.69763],[52.46117,13.69742],[52.46197,13.69710],[52.46366,13.69596],[52.46427,13.69549],[52.46478,13.69109],[52.46510,13.68989],[52.46516,13.68643],[52.46612,13.68274],[52.46801,13.68015],[52.46931,13.67866],[52.47010,13.67643],[52.47084,13.67521],[52.47152,13.67330],[52.47354,13.66933],[52.47378,13.66770],[52.47444,13.66714],[52.47375,13.66407],[52.47383,13.66255],[52.47510,13.65828],[52.47664,13.65588],[52.47887,13.64819],[52.47898,13.64534],[52.47931,13.64305],[52.47863,13.64229],[52.47617,13.63607],[52.47507,13.63084],[52.47408,13.62920],[52.47367,13.62820],[52.47379,13.62532],[52.47217,13.62493],[52.46885,13.62453],[52.46886,13.62272],[52.46794,13.62245],[52.46677,13.62299],[52.46672,13.62183],[52.46726,13.62221],[52.46850,13.62202],[52.46870,13.62123],[52.47058,13.62140],[52.47131,13.61698],[52.46991,13.61515],[52.47047,13.61279],[52.47068,13.61161],[52.47487,13.61661],[52.47544,13.61524],[52.47565,13.61378],[52.48080,13.61509],[52.49314,13.63006],[52.49381,13.62556],[52.49429,13.62440],[52.49999,13.62738],[52.50413,13.62858],[52.50713,13.63011],[52.51133,13.63305],[52.51332,13.63489],[52.51640,13.63927],[52.51941,13.64440],[52.52148,13.64916],[52.52408,13.65549],[52.52603,13.65873],[52.52665,13.65822],[52.52937,13.65716],[52.52997,13.65708],[52.52985,13.65021],[52.52971,13.64783],[52.52992,13.64399],[52.53046,13.64129],[52.53058,13.63472],[52.53063,13.63124],[52.53020,13.62673],[52.53053,13.62577],[52.53360,13.62495],[52.53413,13.62592],[52.53805,13.62506],[52.53741,13.62802],[52.53789,13.62900],[52.53754,13.63076],[52.53789,13.63164],[52.53758,13.63388],[52.53790,13.63480],[52.53850,13.63553],[52.54092,13.63771],[52.54252,13.63726],[52.54242,13.63578],[52.54311,13.63370],[52.54388,13.62513],[52.54425,13.61983],[52.54885,13.59160],[52.54983,13.58677],[52.55214,13.58741],[52.55337,13.58799],[52.55557,13.58763],[52.55807,13.58657],[52.55945,13.58492],[52.56311,13.58395],[52.56399,13.58416],[52.56584,13.58328],[52.56784,13.58369],[52.57121,13.58163],[52.57136,13.57798],[52.57311,13.57710],[52.57400,13.57491],[52.57340,13.57152],[52.57347,13.56856],[52.57722,13.56575],[52.57908,13.56354],[52.58089,13.56140],[52.58390,13.55632],[52.58600,13.55173],[52.58772,13.54731],[52.58803,13.54752],[52.59131,13.53172],[52.59168,13.53075],[52.59257,13.52704],[52.59297,13.52256],[52.59228,13.50829],[52.60527,13.49891],[52.60513,13.49668],[52.61059,13.49857],[52.61895,13.50357],[52.61955,13.50554],[52.62072,13.50576],[52.62568,13.50591],[52.62760,13.51097],[52.62955,13.51797],[52.63172,13.51863],[52.63664,13.52092],[52.63928,13.52210],[52.64132,13.52277],[52.64522,13.52320],[52.64498,13.52058],[52.64712,13.51940],[52.64604,13.51444],[52.64549,13.51296],[52.64962,13.50468],[52.65008,13.50294],[52.65494,13.49061],[52.65938,13.48552],[52.67081,13.48851],[52.66789,13.47943],[52.66645,13.47570],[52.66777,13.47572],[52.66845,13.47503],[52.67118,13.47645],[52.67473,13.47995],[52.67486,13.48027],[52.67547,13.47963],[52.67394,13.47720],[52.67521,13.47536],[52.66722,13.46589],[52.66912,13.45946],[52.66262,13.45059],[52.66186,13.45375],[52.65726,13.46241],[52.65627,13.47340],[52.65429,13.47383],[52.65195,13.46911],[52.65153,13.46576],[52.64799,13.45915],[52.64888,13.45220],[52.65002,13.45254],[52.65002,13.44628],[52.64950,13.44044],[52.64554,13.43924],[52.64450,13.43340],[52.64101,13.43315],[52.63789,13.43400],[52.63768,13.42808],[52.63570,13.42371],[52.64127,13.41461],[52.64268,13.41555],[52.64398,13.41212],[52.64284,13.40783],[52.64388,13.40723],[52.64554,13.40285],[52.64841,13.39796],[52.64762,13.39415],[52.64637,13.39340],[52.64596,13.39267],[52.64386,13.39119],[52.64186,13.38984],[52.64132,13.38932],[52.63982,13.38980],[52.63754,13.38808],[52.63659,13.38473],[52.63676,13.38297],[52.63628,13.38162],[52.63524,13.38259],[52.63442,13.37988],[52.63404,13.37941],[52.63449,13.37877],[52.63346,13.37761],[52.63310,13.37750],[52.63315,13.37699],[52.63248,13.37634],[52.63141,13.37563],[52.62949,13.37651],[52.62913,13.37555],[52.62815,13.37445],[52.62750,13.37051],[52.62586,13.36855],[52.62612,13.36716],[52.62565,13.36613],[52.62495,13.36220],[52.62334,13.35763],[52.62381,13.35441],[52.62320,13.35124],[52.62385,13.35117],[52.62366,13.34687],[52.62380,13.34389],[52.62335,13.34142],[52.62341,13.33833],[52.62277,13.33670],[52.62423,13.33295],[52.62419,13.33226],[52.62546,13.32915],[52.62584,13.32645],[52.62643,13.32406],[52.62655,13.32243],[52.62672,13.31930],[52.62727,13.31724],[52.62759,13.31531],[52.62814,13.31334],[52.62822,13.31231],[52.62808,13.30952],[52.62793,13.30784],[52.62718,13.30252],[52.62750,13.30274],[52.62830,13.30544],[52.62861,13.30621],[52.62914,13.30909],[52.62953,13.31001],[52.63002,13.31035],[52.63017,13.30973],[52.63047,13.30977],[52.63055,13.31014],[52.63245,13.30964],[52.63316,13.30917],[52.63655,13.30617],[52.63730,13.30583],[52.63758,13.30724],[52.63948,13.30645],[52.63967,13.30735],[52.64011,13.30737],[52.64006,13.30835],[52.64076,13.30818],[52.64146,13.30913],[52.64275,13.30955],[52.64403,13.30936],[52.64391,13.30855],[52.65337,13.30040],[52.65744,13.31029],[52.65782,13.30920],[52.65850,13.30856],[52.65965,13.30718],[52.65926,13.30251],[52.65939,13.29332],[52.66010,13.28914],[52.66003,13.28714],[52.66079,13.28279],[52.65265,13.28184],[52.65255,13.28505],[52.64868,13.28454],[52.64842,13.28407],[52.64755,13.28445],[52.64112,13.28364],[52.64091,13.28017],[52.64022,13.27635],[52.64024,13.27315],[52.63971,13.26984],[52.64073,13.26199],[52.63899,13.26236],[52.63660,13.26427],[52.63452,13.26510],[52.62698,13.26418],[52.62785,13.26064],[52.62776,13.25665],[52.62734,13.25167],[52.62751,13.24918],[52.62738,13.24598],[52.62827,13.24339],[52.62831,13.24148],[52.62797,13.24010],[52.62775,13.23412],[52.62745,13.23079],[52.62779,13.22680],[52.62835,13.22603],[52.62852,13.22399],[52.62844,13.22021],[52.62715,13.22038],[52.61966,13.21730],[52.60916,13.20614],[52.60699,13.20193],[52.60381,13.20305],[52.59159,13.21888],[52.58797,13.21399],[52.58818,13.21128],[52.58831,13.20733],[52.58643,13.20669],[52.58687,13.20527],[52.58872,13.20012],[52.58904,13.19811],[52.59029,13.19098],[52.59144,13.18935],[52.59232,13.18626],[52.59370,13.18429],[52.59422,13.18120],[52.59501,13.17854],[52.59537,13.17403],[52.59647,13.17206],[52.59712,13.16837],[52.59902,13.16455],[52.59774,13.15682],[52.59514,13.15292],[52.59185,13.14923],[52.58945,13.14193],[52.58906,13.13846],[52.58737,13.13519],[52.58695,13.13210],[52.58732,13.12906],[52.58583,13.12820],[52.58573,13.12966],[52.58317,13.12798],[52.58283,13.12979],[52.57973,13.13172],[52.57947,13.13378],[52.58030,13.13807],[52.58033,13.13953],[52.58309,13.14927],[52.58197,13.15107],[52.57731,13.15339],[52.57035,13.15189],[52.56925,13.15064],[52.56631,13.14918],[52.56443,13.14742],[52.56158,13.14678],[52.56057,13.14558],[52.55835,13.14669],[52.55538,13.14695],[52.55399,13.14614],[52.55258,13.14472],[52.55230,13.14287],[52.55279,13.13652],[52.55404,13.13395],[52.55624,13.13073],[52.55538,13.12996],[52.55170,13.12845],[52.54376,13.12481],[52.54306,13.12528],[52.53833,13.12339],[52.53504,13.12163],[52.53019,13.11927],[52.52124,13.11828],[52.51677,13.11712],[52.51753,13.12776],[52.51899,13.13905],[52.51954,13.14274],[52.51865,13.14458],[52.51724,13.14519],[52.51680,13.14772],[52.51382,13.15518],[52.51244,13.15960],[52.50925,13.16832],[52.50452,13.16132],[52.49431,13.14673],[52.48341,13.13265],[52.47942,13.12715],[52.47861,13.12517],[52.47756,13.11865],[52.47738,13.11745],[52.47432,13.11736],[52.47320,13.11680],[52.46373,13.11032],[52.45884,13.11235],[52.45727,13.11253],[52.45392,13.11162],[52.45060,13.10905],[52.44537,13.11544],[52.44382,13.11896],[52.44267,13.11879],[52.44102,13.12034],[52.42591,13.10711],[52.42397,13.09758],[52.41602,13.08986],[52.41206,13.09020],[52.40934,13.09741],[52.41020,13.09891],[52.41099,13.09939],[52.41308,13.09685],[52.41363,13.10063],[52.41039,13.10059],[52.40942,13.10612],[52.40926,13.11020],[52.41036,13.11093],[52.41036,13.11226],[52.41172,13.11166],[52.41146,13.11037],[52.41306,13.10981],[52.41324,13.10735],[52.41180,13.10758],[52.40979,13.10724],[52.40902,13.10651],[52.40866,13.10652],[52.40839,13.10865],[52.40803,13.10928],[52.40727,13.10826],[52.40298,13.11412],[52.40163,13.11837],[52.39728,13.12382],[52.39677,13.12618],[52.39978,13.13431],[52.39856,13.13495],[52.39785,13.13791],[52.39739,13.13510],[52.39610,13.13566],[52.39595,13.13851],[52.39388,13.13477],[52.39184,13.13165],[52.39193,13.13148],[52.39160,13.13117],[52.39170,13.13148],[52.39052,13.13015],[52.39069,13.12988],[52.39168,13.13085],[52.39163,13.13105],[52.39190,13.13125],[52.39178,13.13091],[52.39176,13.12937],[52.39169,13.12934],[52.39162,13.12718],[52.38961,13.12659],[52.38740,13.13065],[52.38720,13.13119],[52.38722,13.13131],[52.38743,13.13144],[52.38749,13.13195],[52.38728,13.13319],[52.38875,13.13398],[52.38877,13.13370],[52.38868,13.13325],[52.38876,13.13286],[52.39036,13.13040],[52.39178,13.13213],[52.39363,13.13485],[52.39474,13.13692],[52.39564,13.13867],[52.39642,13.14058],[52.39705,13.14180],[52.39692,13.14197],[52.39717,13.14310],[52.39663,13.14305],[52.39609,13.14385],[52.39535,13.14580],[52.39482,13.15335],[52.39385,13.15882],[52.39434,13.16844],[52.39557,13.17189],[52.39786,13.17133],[52.39710,13.16691],[52.39636,13.15785],[52.39761,13.15809],[52.39986,13.15949],[52.40275,13.15938],[52.41545,13.19723],[52.41533,13.19959],[52.41574,13.20421],[52.41689,13.21024],[52.41814,13.21457],[52.41941,13.21852],[52.42064,13.22354],[52.42092,13.22498],[52.42078,13.22543],[52.42074,13.22697],[52.42043,13.22961],[52.42019,13.23332],[52.42079,13.23568],[52.42075,13.23860],[52.42103,13.24476],[52.42116,13.24587],[52.41876,13.24708],[52.41381,13.24841],[52.41093,13.24882],[52.40823,13.24862],[52.40780,13.24922],[52.40499,13.24963],[52.40632,13.25439],[52.40615,13.26087],[52.40462,13.26435],[52.40417,13.27061],[52.40538,13.27668],[52.41632,13.29678],[52.41556,13.29706],[52.41468,13.29629],[52.41455,13.29560],[52.41403,13.29633],[52.39893,13.31219],[52.40129,13.31639],[52.40565,13.32725],[52.41167,13.34321],[52.40756,13.34300],[52.40240,13.35154],[52.40144,13.35348],[52.40052,13.35509],[52.39820,13.35968],[52.39543,13.36726],[52.39377,13.37173],[52.38833,13.37029],[52.38810,13.37649],[52.38823,13.38190],[52.38847,13.38711],[52.38282,13.38805],[52.37902,13.38803],[52.37778,13.38846],[52.37750,13.39713],[52.37720,13.40119],[52.37686,13.40490],[52.37678,13.40698],[52.37643,13.41018],[52.37670,13.41254],[52.37632,13.41239],[52.37608,13.42086],[52.38578,13.42761],[52.38693,13.42759],[52.38957,13.42637],[52.39476,13.42407],[52.40725,13.41858],[52.40987,13.41884],[52.41034,13.42148],[52.41126,13.42512],[52.41225,13.43083],[52.41258,13.43237],[52.41454,13.43937],[52.41505,13.44182],[52.41610,13.44533],[52.41687,13.44763],[52.41753,13.44928],[52.41953,13.45514],[52.42050,13.45937],[52.42098,13.46357],[52.41995,13.46797],[52.41274,13.47158],[52.40613,13.47578],[52.40379,13.47701],[52.40332,13.47748],[52.40244,13.47741],[52.39998,13.47889],[52.39576,13.47969],[52.39702,13.48452],[52.39755,13.48806],[52.39767,13.49035],[52.39850,13.49518],[52.39907,13.49945],[52.39947,13.50218],[52.40042,13.50979],[52.40117,13.51406],[52.40167,13.51608],[52.40096,13.51887],[52.40049,13.52196],[52.39954,13.52389],[52.39879,13.52668],[52.39720,13.52977],[52.39910,13.53484],[52.40052,13.53840],[52.39827,13.53682],[52.39772,13.53611],[52.39690,13.53637],[52.39415,13.53519],[52.39069,13.53463],[52.38896,13.53540],[52.38816,13.55913],[52.38815,13.56430],[52.38866,13.56765],[52.39008,13.57452],[52.39194,13.58552],[52.39353,13.59168],[52.39374,13.59276],[52.39222,13.59389],[52.38994,13.59353],[52.38874,13.59432],[52.38877,13.59497],[52.38736,13.59488],[52.38582,13.59610],[52.38517,13.59960],[52.38263,13.60269],[52.37903,13.60621],[52.37792,13.60539],[52.37597,13.60679],[52.37372,13.60569],[52.37348,13.60571],[52.37620,13.61436],[52.38112,13.62841],[52.37609,13.63320],[52.37736,13.64268],[52.37252,13.64276],[52.37063,13.64195],[52.37007,13.64691],[52.36463,13.64577],[52.35577,13.63659],[52.34282,13.63745],[52.33845,13.64562]], DE_BW: [[49.57893,9.10241],[49.57214,9.09966],[49.56101,9.09829],[49.56245,9.08336],[49.57509,9.08001],[49.57609,9.07254],[49.56702,9.07211],[49.56468,9.06962],[49.55622,9.07700],[49.55227,9.08353],[49.54603,9.08447],[49.54219,9.08155],[49.53617,9.10335],[49.53450,9.10550],[49.53556,9.10902],[49.53339,9.11451],[49.52844,9.11466],[49.52560,9.12033],[49.52131,9.12453],[49.51696,9.12359],[49.51278,9.11938],[49.51167,9.10728],[49.51702,9.10711],[49.52627,9.10067],[49.52649,9.08230],[49.53139,9.06625],[49.52965,9.06149],[49.52274,9.05651],[49.52118,9.05093],[49.51745,9.04629],[49.51388,9.04801],[49.50630,9.03986],[49.49934,9.04149],[49.50028,9.03617],[49.50000,9.01376],[49.50318,9.01050],[49.50513,9.00200],[49.50524,8.99462],[49.50419,8.99153],[49.51076,8.98656],[49.50926,8.97849],[49.50435,8.97565],[49.50207,8.96553],[49.50435,8.95986],[49.50580,8.95128],[49.50151,8.95051],[49.49555,8.95669],[49.49131,8.95033],[49.48702,8.94896],[49.48356,8.95282],[49.48657,8.94321],[49.48345,8.93858],[49.47954,8.93557],[49.47475,8.93308],[49.47023,8.93085],[49.46571,8.93368],[49.46370,8.94124],[49.45634,8.94939],[49.45238,8.94270],[49.45042,8.92742],[49.44869,8.92484],[49.44205,8.92364],[49.43843,8.91205],[49.44205,8.90519],[49.44624,8.90459],[49.44473,8.90124],[49.44088,8.89798],[49.43162,8.89592],[49.42263,8.89248],[49.41699,8.88287],[49.41347,8.87480],[49.41085,8.87086],[49.40096,8.86201],[49.39521,8.85172],[49.39616,8.84622],[49.39901,8.84253],[49.40549,8.83841],[49.40744,8.83498],[49.40783,8.83129],[49.40694,8.82648],[49.40046,8.82571],[49.39610,8.82176],[49.39739,8.81541],[49.40364,8.80502],[49.40638,8.80957],[49.40772,8.80416],[49.41046,8.80253],[49.40979,8.80717],[49.41247,8.81069],[49.41526,8.80648],[49.41906,8.80837],[49.42274,8.81618],[49.42118,8.82434],[49.42308,8.83112],[49.43080,8.83798],[49.43359,8.83721],[49.43694,8.83395],[49.44459,8.83438],[49.45262,8.83463],[49.45898,8.83103],[49.46227,8.82751],[49.46333,8.82554],[49.47031,8.82760],[49.47287,8.83541],[49.47443,8.83661],[49.47410,8.83927],[49.47862,8.84751],[49.48274,8.85129],[49.47990,8.85901],[49.47381,8.86455],[49.46344,8.86060],[49.46427,8.86755],[49.46634,8.87759],[49.47537,8.89107],[49.47894,8.89038],[49.48485,8.90206],[49.49020,8.90000],[49.49294,8.90223],[49.49572,8.90137],[49.49751,8.89819],[49.50431,8.90111],[49.50342,8.89347],[49.50665,8.88480],[49.50654,8.87751],[49.50453,8.87124],[49.50342,8.86094],[49.50197,8.85691],[49.50236,8.84618],[49.50041,8.84266],[49.49801,8.84300],[49.49924,8.83751],[49.49277,8.83605],[49.49221,8.83202],[49.49455,8.83107],[49.50615,8.81768],[49.51083,8.81983],[49.51339,8.82215],[49.52114,8.82000],[49.52415,8.82438],[49.52632,8.81605],[49.52738,8.81047],[49.51908,8.79734],[49.51311,8.79631],[49.51534,8.78902],[49.51534,8.78284],[49.51852,8.77777],[49.51852,8.77245],[49.51590,8.76782],[49.51685,8.75983],[49.52270,8.74996],[49.52387,8.74241],[49.52309,8.73838],[49.51980,8.73743],[49.51908,8.72971],[49.52225,8.72559],[49.52019,8.73374],[49.52370,8.73494],[49.52671,8.73323],[49.52610,8.72799],[49.52899,8.72207],[49.53144,8.72338],[49.53450,8.71625],[49.53272,8.71445],[49.53344,8.71042],[49.53695,8.70776],[49.53612,8.70364],[49.54230,8.70716],[49.54408,8.70475],[49.54803,8.70647],[49.55087,8.70389],[49.54948,8.69823],[49.55650,8.69256],[49.56045,8.69162],[49.56318,8.69265],[49.56941,8.68673],[49.57264,8.68578],[49.57642,8.68578],[49.57853,8.68450],[49.58988,8.68467],[49.59027,8.68673],[49.58899,8.69308],[49.59216,8.69651],[49.59700,8.69900],[49.60018,8.69883],[49.60407,8.69626],[49.60730,8.69059],[49.61380,8.68776],[49.61781,8.69093],[49.61914,8.69600],[49.62465,8.69231],[49.62309,8.68596],[49.62659,8.67900],[49.62470,8.67428],[49.62192,8.66055],[49.61892,8.65317],[49.62059,8.64810],[49.61825,8.63695],[49.61547,8.61609],[49.61047,8.59309],[49.60585,8.59352],[49.60496,8.58785],[49.59461,8.59077],[49.59216,8.59437],[49.59294,8.60287],[49.57363,8.60828],[49.56946,8.60862],[49.56100,8.61111],[49.55487,8.61660],[49.55098,8.61721],[49.54602,8.61884],[49.54496,8.61532],[49.54134,8.61618],[49.54078,8.61137],[49.53198,8.60562],[49.52886,8.60716],[49.53226,8.60107],[49.53126,8.59686],[49.52914,8.59549],[49.52218,8.59051],[49.52285,8.58571],[49.52145,8.58090],[49.52056,8.57970],[49.52190,8.57214],[49.51967,8.56674],[49.52212,8.55592],[49.52870,8.54210],[49.53689,8.53352],[49.54936,8.52640],[49.56912,8.49902],[49.57347,8.49524],[49.57491,8.48211],[49.57809,8.48228],[49.58131,8.47533],[49.58454,8.47679],[49.59016,8.46434],[49.59083,8.44572],[49.58960,8.43971],[49.58654,8.43954],[49.58476,8.43825],[49.58493,8.42821],[49.58415,8.42263],[49.57786,8.42470],[49.56740,8.41621],[49.55303,8.41475],[49.54546,8.42084],[49.49031,8.44462],[49.48116,8.45612],[49.47144,8.46444],[49.46430,8.46050],[49.46051,8.44590],[49.45337,8.44144],[49.44623,8.44651],[49.44321,8.45921],[49.44377,8.48642],[49.44321,8.49620],[49.44054,8.50478],[49.43495,8.50736],[49.42887,8.50702],[49.41282,8.49802],[49.40188,8.49544],[49.39853,8.48995],[49.38774,8.46557],[49.38456,8.46257],[49.37774,8.46283],[49.37344,8.47115],[49.37478,8.47845],[49.37797,8.48300],[49.38350,8.48840],[49.38702,8.49407],[49.38903,8.50051],[49.37132,8.49939],[49.35757,8.49330],[49.34331,8.47622],[49.33833,8.46549],[49.33000,8.45278],[49.32217,8.45012],[49.31707,8.45244],[49.31450,8.45527],[49.30874,8.47699],[49.30325,8.48660],[49.29486,8.48918],[49.28792,8.48652],[49.28052,8.46111],[49.26081,8.43759],[49.24238,8.39656],[49.23044,8.38704],[49.21946,8.38343],[49.21951,8.38987],[49.22344,8.39322],[49.22501,8.39596],[49.22495,8.40249],[49.21974,8.40489],[49.21239,8.40180],[49.20617,8.39699],[49.20033,8.38893],[49.19843,8.38489],[49.18755,8.38196],[49.16482,8.36720],[49.15225,8.37355],[49.10591,8.36128],[49.08956,8.35244],[49.06448,8.31879],[49.03827,8.30317],[49.03236,8.30326],[49.00467,8.29364],[48.98924,8.27648],[48.96659,8.23339],[48.95859,8.19897],[48.95171,8.19193],[48.93142,8.17666],[48.90135,8.14481],[48.87031,8.12439],[48.84066,8.11022],[48.82501,8.10619],[48.81428,8.09881],[48.80535,8.09057],[48.79328,8.07538],[48.78921,8.05881],[48.79124,8.04456],[48.78949,8.03529],[48.78581,8.02851],[48.77903,8.02414],[48.76811,8.02233],[48.76019,8.01392],[48.75895,8.00053],[48.76140,7.98603],[48.75846,7.97410],[48.75314,7.96818],[48.73701,7.96749],[48.72586,7.96706],[48.71453,7.95470],[48.66305,7.89140],[48.64836,7.85475],[48.64422,7.84059],[48.61830,7.82960],[48.58958,7.80248],[48.57948,7.80007],[48.57204,7.80153],[48.56630,7.80437],[48.55045,7.80574],[48.53408,7.80239],[48.52294,7.80651],[48.51294,7.80522],[48.50378,7.79716],[48.49696,7.78428],[48.49457,7.77467],[48.48979,7.76763],[48.47466,7.76514],[48.46299,7.76617],[48.44853,7.76128],[48.43071,7.75132],[48.39980,7.73313],[48.37803,7.73132],[48.33280,7.74591],[48.32178,7.74119],[48.31676,7.73089],[48.30894,7.70085],[48.30192,7.69390],[48.29227,7.68944],[48.27966,7.68811],[48.23480,7.67198],[48.22039,7.66554],[48.21261,7.65292],[48.20741,7.64331],[48.18664,7.63146],[48.17048,7.61536],[48.15560,7.59931],[48.15291,7.59836],[48.14191,7.60042],[48.13687,7.59965],[48.13263,7.59622],[48.12398,7.57854],[48.11951,7.57682],[48.11092,7.57871],[48.10117,7.57991],[48.09040,7.57442],[48.08352,7.56909],[48.07503,7.56961],[48.05426,7.57356],[48.04153,7.57047],[48.03188,7.56875],[48.02017,7.58489],[48.00329,7.60669],[47.99100,7.61527],[47.98262,7.62059],[47.97480,7.62162],[47.96825,7.62059],[47.95825,7.61407],[47.94503,7.59828],[47.93502,7.58592],[47.92494,7.58077],[47.91102,7.58214],[47.90343,7.58300],[47.89917,7.58274],[47.89243,7.57802],[47.88841,7.57124],[47.88403,7.56128],[47.87983,7.55811],[47.87499,7.55596],[47.87067,7.55528],[47.86423,7.55613],[47.85570,7.56214],[47.84833,7.56291],[47.84113,7.56249],[47.83306,7.55776],[47.82488,7.55073],[47.81860,7.54789],[47.80801,7.54403],[47.78997,7.53330],[47.77930,7.52884],[47.77209,7.53047],[47.73879,7.54884],[47.72898,7.54738],[47.71789,7.54034],[47.70265,7.51356],[47.69837,7.51167],[47.69352,7.51262],[47.68462,7.51897],[47.67884,7.51974],[47.66879,7.51914],[47.66318,7.52172],[47.64948,7.53648],[47.64260,7.54995],[47.63589,7.56317],[47.63155,7.56764],[47.62559,7.56970],[47.61581,7.57339],[47.60573,7.59077],[47.59936,7.59275],[47.59357,7.59120],[47.58894,7.58880],[47.58729,7.59862],[47.58486,7.60425],[47.58098,7.60386],[47.57745,7.60463],[47.57655,7.61991],[47.59126,7.64351],[47.59372,7.64248],[47.59644,7.64600],[47.59282,7.66368],[47.59166,7.66798],[47.59146,7.67566],[47.59658,7.68016],[47.59841,7.68368],[47.59872,7.68892],[47.59965,7.69257],[47.59728,7.68849],[47.59629,7.68317],[47.59187,7.67845],[47.58871,7.67295],[47.58561,7.67107],[47.58448,7.67291],[47.58257,7.68003],[47.57635,7.68158],[47.57293,7.68373],[47.57140,7.68845],[47.56653,7.68609],[47.57166,7.68347],[47.56952,7.67703],[47.56404,7.67471],[47.56596,7.67244],[47.56532,7.66180],[47.56066,7.64871],[47.56436,7.63540],[47.56129,7.63394],[47.55446,7.64321],[47.54809,7.64939],[47.54449,7.66227],[47.53737,7.66519],[47.53441,7.67248],[47.53238,7.68733],[47.53279,7.69729],[47.54079,7.71840],[47.54229,7.72527],[47.54357,7.74578],[47.54509,7.75329],[47.54839,7.75836],[47.55111,7.76960],[47.55360,7.78514],[47.55708,7.79578],[47.56357,7.80136],[47.56942,7.81071],[47.58325,7.81629],[47.58696,7.81990],[47.58806,7.82316],[47.58708,7.83063],[47.58511,7.83552],[47.58273,7.83818],[47.58181,7.84427],[47.58401,7.85414],[47.58655,7.85861],[47.58893,7.86942],[47.58841,7.88333],[47.58789,7.89122],[47.58337,7.89989],[47.57394,7.90920],[47.56688,7.91066],[47.56172,7.90766],[47.55773,7.90723],[47.55182,7.90972],[47.54713,7.91693],[47.54684,7.92568],[47.54684,7.93427],[47.54371,7.94396],[47.54545,7.94920],[47.54950,7.95143],[47.55558,7.95375],[47.55773,7.96474],[47.55518,7.97461],[47.55628,8.00010],[47.55506,8.00722],[47.55205,8.01203],[47.55008,8.01786],[47.55089,8.02387],[47.55228,8.03005],[47.55251,8.04044],[47.55779,8.05022],[47.56172,8.05812],[47.56398,8.05949],[47.56329,8.06250],[47.56421,8.06816],[47.55952,8.07880],[47.55738,8.08232],[47.55750,8.09125],[47.56103,8.09692],[47.56555,8.10172],[47.57759,8.10327],[47.58292,8.11091],[47.58396,8.11623],[47.58350,8.13494],[47.58523,8.13820],[47.59021,8.13854],[47.59357,8.14412],[47.59612,8.14953],[47.59531,8.15476],[47.59386,8.16017],[47.59421,8.16403],[47.59612,8.16910],[47.60248,8.17648],[47.60486,8.18523],[47.61816,8.19519],[47.62054,8.20146],[47.62083,8.20781],[47.61990,8.21502],[47.61770,8.21948],[47.61290,8.22223],[47.60601,8.22352],[47.60480,8.22746],[47.60607,8.23064],[47.61070,8.23613],[47.61244,8.23991],[47.61330,8.24969],[47.61527,8.25699],[47.61475,8.26094],[47.60948,8.26265],[47.60908,8.26720],[47.61053,8.27175],[47.61134,8.27888],[47.61076,8.28806],[47.60810,8.29355],[47.60613,8.29716],[47.59785,8.29536],[47.59178,8.29587],[47.58795,8.29922],[47.58518,8.30411],[47.58332,8.31115],[47.57389,8.32243],[47.57082,8.32775],[47.57070,8.33668],[47.57087,8.34853],[47.57001,8.36114],[47.56862,8.36818],[47.56769,8.37728],[47.56584,8.38380],[47.57423,8.39084],[47.57713,8.39711],[47.57614,8.40277],[47.57394,8.40938],[47.57001,8.41839],[47.56711,8.42818],[47.56665,8.43530],[47.56925,8.44637],[47.57221,8.45573],[47.57203,8.46285],[47.57539,8.47289],[47.57748,8.47624],[47.57782,8.48088],[47.57724,8.48414],[47.57748,8.48791],[47.58118,8.49512],[47.58179,8.49500],[47.58827,8.48899],[47.58665,8.48135],[47.58555,8.48053],[47.58471,8.46744],[47.58833,8.46547],[47.58900,8.46071],[47.59273,8.46174],[47.59866,8.45736],[47.60190,8.45749],[47.60144,8.46178],[47.60341,8.46963],[47.60497,8.46907],[47.60538,8.47131],[47.60813,8.47182],[47.60740,8.47564],[47.61229,8.47963],[47.61446,8.47937],[47.61336,8.48384],[47.61452,8.48912],[47.61397,8.49487],[47.61718,8.50899],[47.61889,8.50989],[47.62299,8.50873],[47.62297,8.51615],[47.63355,8.51684],[47.63375,8.52044],[47.63150,8.52632],[47.63037,8.53890],[47.62505,8.53744],[47.62670,8.54267],[47.62444,8.54327],[47.62409,8.55705],[47.62094,8.55924],[47.62036,8.56031],[47.61594,8.56314],[47.61675,8.56907],[47.61319,8.57001],[47.61134,8.57271],[47.61009,8.56598],[47.60468,8.56452],[47.60150,8.56066],[47.59739,8.56452],[47.59687,8.56684],[47.59768,8.56980],[47.59481,8.57508],[47.59655,8.57641],[47.59574,8.58267],[47.60043,8.58598],[47.60124,8.58915],[47.60109,8.59070],[47.60558,8.59319],[47.60543,8.59593],[47.61299,8.60477],[47.61701,8.60503],[47.62522,8.59872],[47.63225,8.59683],[47.64321,8.59537],[47.64601,8.60246],[47.65035,8.60379],[47.65194,8.60512],[47.65237,8.60752],[47.65122,8.61121],[47.64613,8.61451],[47.64257,8.61241],[47.64127,8.60791],[47.64130,8.60344],[47.63873,8.60284],[47.63728,8.60503],[47.63705,8.61087],[47.63796,8.61762],[47.64082,8.62350],[47.64675,8.62741],[47.65221,8.62947],[47.65467,8.62659],[47.65984,8.61895],[47.66195,8.61397],[47.66453,8.60981],[47.66947,8.60822],[47.67242,8.60689],[47.67297,8.59762],[47.66695,8.59295],[47.66776,8.59123],[47.66245,8.57814],[47.66305,8.57436],[47.66586,8.57106],[47.66484,8.56887],[47.66667,8.56393],[47.67074,8.56419],[47.67054,8.55943],[47.66976,8.55612],[47.66958,8.55239],[47.66756,8.54793],[47.66739,8.54527],[47.66519,8.53904],[47.66224,8.53776],[47.65727,8.54097],[47.65982,8.53454],[47.66386,8.53407],[47.66036,8.52643],[47.65756,8.52759],[47.65698,8.52904],[47.65447,8.52904],[47.65210,8.53106],[47.64981,8.53334],[47.64681,8.53188],[47.64597,8.52707],[47.64533,8.52286],[47.64825,8.51347],[47.64712,8.50857],[47.64796,8.49986],[47.64684,8.49896],[47.64718,8.49248],[47.64259,8.49330],[47.64334,8.49012],[47.64582,8.48707],[47.64412,8.48441],[47.64597,8.48175],[47.64762,8.48282],[47.64964,8.47991],[47.65036,8.47587],[47.64947,8.47257],[47.64764,8.47252],[47.64600,8.47441],[47.64574,8.47695],[47.64490,8.47664],[47.64360,8.47360],[47.64316,8.47102],[47.64175,8.47038],[47.64013,8.47261],[47.64004,8.47669],[47.63935,8.47235],[47.64094,8.46853],[47.64744,8.46497],[47.65438,8.46699],[47.65762,8.46785],[47.65681,8.46334],[47.65383,8.45789],[47.65545,8.45347],[47.65455,8.44510],[47.66031,8.43562],[47.66733,8.42360],[47.66669,8.41300],[47.67441,8.40635],[47.67843,8.40888],[47.67955,8.41691],[47.68386,8.42158],[47.68894,8.41823],[47.69480,8.41231],[47.69616,8.40759],[47.69833,8.40609],[47.70942,8.41759],[47.70927,8.42192],[47.71245,8.42862],[47.71785,8.43698],[47.71756,8.44179],[47.71961,8.44243],[47.72120,8.44286],[47.72296,8.44655],[47.72169,8.45621],[47.72668,8.45561],[47.73035,8.45840],[47.73078,8.45419],[47.73855,8.45106],[47.74274,8.45706],[47.74915,8.45689],[47.75296,8.46745],[47.76167,8.47157],[47.77223,8.48890],[47.77015,8.49560],[47.77309,8.50246],[47.77477,8.51251],[47.76940,8.52083],[47.77713,8.52675],[47.77754,8.53474],[47.78405,8.55379],[47.77944,8.56255],[47.77713,8.56229],[47.77713,8.56898],[47.78117,8.57834],[47.79040,8.57534],[47.79334,8.56375],[47.80495,8.56383],[47.80749,8.56761],[47.80541,8.56984],[47.80576,8.57242],[47.80219,8.57448],[47.79878,8.57534],[47.80219,8.58744],[47.79757,8.59302],[47.80195,8.59894],[47.80120,8.61156],[47.79832,8.61713],[47.79509,8.61731],[47.79423,8.62151],[47.78944,8.61919],[47.78714,8.61507],[47.78327,8.61430],[47.77727,8.61885],[47.77681,8.62143],[47.76787,8.61782],[47.76187,8.62477],[47.75864,8.62821],[47.75731,8.63233],[47.76389,8.64237],[47.76331,8.64537],[47.76701,8.65001],[47.76862,8.64683],[47.77393,8.65396],[47.77525,8.64975],[47.78419,8.65078],[47.78783,8.64563],[47.79780,8.64941],[47.79994,8.65559],[47.79584,8.65919],[47.79088,8.65619],[47.79146,8.66202],[47.78719,8.66666],[47.78512,8.67696],[47.78644,8.67876],[47.78402,8.68065],[47.77629,8.68228],[47.77352,8.68649],[47.77064,8.68168],[47.75714,8.68820],[47.75466,8.69541],[47.75697,8.69773],[47.76216,8.70726],[47.76464,8.71430],[47.76112,8.72691],[47.75893,8.73000],[47.75737,8.72768],[47.75189,8.73962],[47.74871,8.73944],[47.74762,8.73807],[47.74646,8.72399],[47.74479,8.72056],[47.74081,8.71824],[47.73844,8.71327],[47.72915,8.70957],[47.72106,8.71773],[47.71633,8.73532],[47.70996,8.72950],[47.69992,8.72674],[47.69570,8.72476],[47.69507,8.71790],[47.69674,8.71197],[47.70269,8.71197],[47.71286,8.70571],[47.71540,8.70262],[47.71557,8.69953],[47.71373,8.69644],[47.71193,8.68871],[47.70980,8.68991],[47.70899,8.68476],[47.71078,8.68082],[47.71228,8.68228],[47.71361,8.67790],[47.71217,8.67155],[47.71245,8.66871],[47.71378,8.66399],[47.70801,8.66554],[47.70420,8.67352],[47.69859,8.67515],[47.69761,8.67361],[47.69530,8.67258],[47.69264,8.66657],[47.69131,8.65764],[47.68582,8.66399],[47.68502,8.67198],[47.68860,8.68142],[47.69501,8.68957],[47.69478,8.69335],[47.68946,8.70888],[47.69050,8.71712],[47.69143,8.71858],[47.69507,8.71790],[47.69570,8.72476],[47.69178,8.72841],[47.69253,8.73459],[47.69120,8.74206],[47.69056,8.75287],[47.68802,8.76214],[47.68519,8.76858],[47.67860,8.77853],[47.67565,8.78746],[47.67531,8.79673],[47.68045,8.79424],[47.68692,8.79785],[47.69010,8.80008],[47.69160,8.80274],[47.69091,8.80729],[47.69363,8.81124],[47.69709,8.80651],[47.69703,8.79785],[47.70345,8.79905],[47.70622,8.78875],[47.70720,8.77029],[47.71303,8.77364],[47.71771,8.77107],[47.71875,8.77673],[47.72112,8.77819],[47.72158,8.78171],[47.72626,8.78497],[47.72574,8.78695],[47.72805,8.79313],[47.72637,8.79973],[47.73448,8.79807],[47.73725,8.80691],[47.73332,8.80665],[47.72876,8.80957],[47.72547,8.80391],[47.72374,8.80416],[47.72403,8.80983],[47.72149,8.81446],[47.71646,8.81772],[47.71808,8.82536],[47.71288,8.81790],[47.71080,8.82373],[47.71098,8.83154],[47.71358,8.83292],[47.71098,8.84502],[47.70445,8.84656],[47.70283,8.84837],[47.70433,8.85712],[47.70306,8.86382],[47.70451,8.86776],[47.70358,8.87197],[47.70127,8.86854],[47.69648,8.87420],[47.69423,8.87231],[47.69469,8.86622],[47.69706,8.86673],[47.69931,8.86296],[47.69821,8.85446],[47.69810,8.85094],[47.69428,8.84948],[47.69255,8.85635],[47.68908,8.85403],[47.68411,8.84812],[47.68065,8.84933],[47.67955,8.86014],[47.67487,8.86812],[47.66920,8.87199],[47.66059,8.87456],[47.65446,8.87507],[47.64949,8.90932],[47.65423,8.93052],[47.68976,9.02692],[47.67266,9.10889],[47.66410,9.13945],[47.66751,9.15636],[47.66508,9.15679],[47.66361,9.15962],[47.66289,9.15966],[47.65576,9.16940],[47.65455,9.17021],[47.65522,9.17210],[47.65559,9.17566],[47.65394,9.17570],[47.65597,9.18270],[47.63036,9.33233],[47.52915,9.51721],[47.57121,9.57815],[47.58513,9.60398],[47.58606,9.60759],[47.57955,9.61343],[47.58204,9.61931],[47.58317,9.62038],[47.58428,9.61963],[47.58599,9.62227],[47.58664,9.62179],[47.58749,9.62194],[47.58812,9.62242],[47.58855,9.62312],[47.59228,9.62641],[47.59285,9.62851],[47.59288,9.63179],[47.59344,9.63308],[47.59332,9.63452],[47.59270,9.63578],[47.59152,9.63651],[47.59131,9.63789],[47.59039,9.63872],[47.58971,9.64119],[47.58962,9.64405],[47.59094,9.64531],[47.59254,9.64608],[47.59327,9.64409],[47.59691,9.64241],[47.60010,9.63993],[47.60199,9.63688],[47.60390,9.63830],[47.60327,9.64334],[47.60379,9.64737],[47.60474,9.64823],[47.60526,9.65402],[47.60737,9.65364],[47.61070,9.65763],[47.61166,9.65857],[47.61108,9.67080],[47.60792,9.67612],[47.60460,9.67776],[47.60413,9.68394],[47.60651,9.68771],[47.61004,9.69218],[47.60711,9.69200],[47.60419,9.69441],[47.60254,9.69900],[47.60260,9.70149],[47.60185,9.70325],[47.60133,9.70621],[47.60225,9.70883],[47.60590,9.71273],[47.60572,9.71599],[47.60749,9.71870],[47.60766,9.72076],[47.60627,9.72638],[47.60740,9.72874],[47.60972,9.72870],[47.61539,9.73470],[47.61142,9.73767],[47.61304,9.73917],[47.61325,9.74127],[47.61504,9.74252],[47.61689,9.74586],[47.61652,9.74685],[47.61579,9.74612],[47.61307,9.74599],[47.61085,9.74213],[47.60931,9.74204],[47.60746,9.74329],[47.60599,9.73960],[47.60436,9.73943],[47.60367,9.74625],[47.60260,9.74895],[47.60946,9.75702],[47.61200,9.75406],[47.61368,9.75526],[47.61507,9.75869],[47.61707,9.76084],[47.61717,9.76392],[47.61787,9.76366],[47.61847,9.76469],[47.62018,9.76834],[47.62330,9.77121],[47.62507,9.77546],[47.62611,9.77525],[47.62883,9.77915],[47.63048,9.77834],[47.63039,9.78258],[47.63108,9.78645],[47.63224,9.78855],[47.63314,9.78941],[47.63386,9.79211],[47.63577,9.79627],[47.64494,9.80061],[47.64742,9.79434],[47.64890,9.79812],[47.65078,9.80138],[47.65046,9.80430],[47.65127,9.80825],[47.64916,9.81383],[47.64907,9.81632],[47.65017,9.81778],[47.65393,9.81949],[47.65456,9.82190],[47.65621,9.82619],[47.65844,9.83009],[47.66003,9.83018],[47.66081,9.82988],[47.66069,9.82868],[47.66173,9.82902],[47.66361,9.83134],[47.66667,9.83232],[47.66838,9.83232],[47.66858,9.83052],[47.67037,9.83069],[47.67167,9.83142],[47.67271,9.83344],[47.67219,9.83477],[47.67239,9.83636],[47.66841,9.83769],[47.67000,9.83928],[47.67268,9.84065],[47.67459,9.84001],[47.67508,9.84151],[47.67728,9.84074],[47.67722,9.84284],[47.67612,9.84378],[47.67520,9.84589],[47.67526,9.85018],[47.67823,9.85189],[47.67502,9.85237],[47.67554,9.85490],[47.67656,9.85730],[47.67479,9.87417],[47.67286,9.87957],[47.67026,9.87987],[47.66800,9.88490],[47.66604,9.88477],[47.66211,9.89416],[47.66002,9.90476],[47.66014,9.91652],[47.65416,9.92811],[47.65329,9.93223],[47.65552,9.94000],[47.65416,9.94631],[47.65557,9.95270],[47.65170,9.95892],[47.65349,9.96219],[47.65341,9.97030],[47.65632,9.97609],[47.66196,9.97875],[47.66398,9.97575],[47.66690,9.98158],[47.67543,9.99102],[47.67699,9.99454],[47.68170,9.99956],[47.68352,10.00283],[47.68311,10.00780],[47.68459,10.01596],[47.68745,10.02840],[47.68592,10.02828],[47.68476,10.02793],[47.68257,10.03081],[47.67867,10.02720],[47.67728,10.02888],[47.67416,10.02913],[47.67537,10.03334],[47.67621,10.03832],[47.67780,10.03609],[47.67575,10.04089],[47.67424,10.04424],[47.67705,10.04772],[47.68040,10.04943],[47.67901,10.05145],[47.67997,10.05908],[47.67696,10.06131],[47.67450,10.06367],[47.67098,10.06358],[47.66306,10.06796],[47.65796,10.07472],[47.65018,10.07111],[47.64871,10.07407],[47.64663,10.07322],[47.64475,10.07373],[47.64374,10.07176],[47.64122,10.07223],[47.63842,10.07579],[47.63882,10.07759],[47.64053,10.07909],[47.64220,10.07703],[47.64735,10.08244],[47.64822,10.08103],[47.64969,10.08352],[47.65533,10.08429],[47.65787,10.08725],[47.66036,10.09085],[47.66287,10.08957],[47.66261,10.09399],[47.66568,10.09532],[47.66894,10.09403],[47.67325,10.09124],[47.66845,10.09837],[47.66715,10.10000],[47.66666,10.10738],[47.66565,10.11257],[47.66637,10.11420],[47.66912,10.11403],[47.66972,10.11673],[47.67380,10.12536],[47.67625,10.13060],[47.68174,10.13098],[47.68518,10.13411],[47.69070,10.12888],[47.69212,10.13231],[47.69356,10.13287],[47.69827,10.14038],[47.70379,10.14047],[47.70676,10.13626],[47.70690,10.13261],[47.71098,10.12506],[47.71594,10.11948],[47.71944,10.11626],[47.72683,10.11708],[47.73243,10.11909],[47.73450,10.11909],[47.73632,10.11549],[47.73909,10.11352],[47.74132,10.11347],[47.74296,10.11558],[47.74761,10.11673],[47.74879,10.11854],[47.75090,10.11909],[47.75471,10.11626],[47.75926,10.11944],[47.76261,10.11618],[47.76604,10.10000],[47.77193,10.08347],[47.77481,10.08403],[47.77721,10.08553],[47.78153,10.07983],[47.78081,10.07742],[47.78297,10.06841],[47.78508,10.06961],[47.78736,10.06931],[47.79024,10.07571],[47.79217,10.07498],[47.79465,10.08493],[47.79690,10.08717],[47.79840,10.09034],[47.80157,10.09326],[47.80206,10.09442],[47.80385,10.09566],[47.80013,10.10193],[47.80027,10.10841],[47.80166,10.11068],[47.80019,10.11678],[47.80396,10.12047],[47.80428,10.11596],[47.80687,10.11489],[47.80710,10.11141],[47.80987,10.11622],[47.81226,10.12085],[47.81244,10.12497],[47.81295,10.12755],[47.81151,10.12879],[47.81071,10.13145],[47.80973,10.13145],[47.80929,10.13351],[47.80927,10.13502],[47.80909,10.13896],[47.81382,10.13600],[47.81635,10.13356],[47.82290,10.13175],[47.82295,10.12609],[47.82739,10.12407],[47.82880,10.11961],[47.83229,10.11686],[47.84067,10.11047],[47.84090,10.10592],[47.84332,10.10261],[47.84695,10.11073],[47.85363,10.10772],[47.85306,10.10506],[47.85124,10.10257],[47.84574,10.09914],[47.84859,10.09811],[47.84842,10.09622],[47.84943,10.09558],[47.85081,10.09613],[47.85113,10.10000],[47.85401,10.10184],[47.85654,10.10643],[47.86081,10.10542],[47.86374,10.10649],[47.86521,10.10460],[47.86530,10.10138],[47.86026,10.09271],[47.85675,10.08280],[47.86035,10.08053],[47.86150,10.08237],[47.86570,10.08070],[47.86708,10.07859],[47.86956,10.08173],[47.86864,10.08456],[47.86697,10.09181],[47.87022,10.09688],[47.87399,10.09962],[47.87621,10.09864],[47.87661,10.10494],[47.87820,10.10761],[47.88335,10.10705],[47.88459,10.10203],[47.88389,10.10001],[47.88530,10.09743],[47.88597,10.09988],[47.88804,10.10293],[47.89031,10.10374],[47.89437,10.10477],[47.89825,10.10228],[47.90507,10.10228],[47.90576,10.10494],[47.90850,10.10452],[47.91060,10.11142],[47.91537,10.10936],[47.91646,10.11340],[47.91971,10.10791],[47.92245,10.10494],[47.93156,10.10842],[47.93398,10.11142],[47.93961,10.10859],[47.94002,10.10593],[47.94203,10.09868],[47.94691,10.09048],[47.95160,10.08675],[47.95723,10.08443],[47.96649,10.08658],[47.97016,10.08937],[47.97298,10.09580],[47.97459,10.10700],[47.97611,10.11130],[47.97508,10.11404],[47.97611,10.11640],[47.98120,10.11610],[47.98628,10.11640],[47.98904,10.11576],[47.99616,10.12125],[47.99920,10.12198],[48.00380,10.12035],[48.00633,10.12417],[48.00923,10.12580],[48.01734,10.13533],[48.02319,10.13649],[48.02830,10.13121],[48.03318,10.12851],[48.03576,10.12984],[48.03780,10.13357],[48.04136,10.13602],[48.04428,10.13696],[48.04506,10.13945],[48.04667,10.14155],[48.05100,10.14202],[48.05180,10.14005],[48.05344,10.13966],[48.05498,10.14310],[48.05699,10.14224],[48.05914,10.14473],[48.06238,10.14202],[48.06454,10.14138],[48.06864,10.14292],[48.07145,10.14421],[48.07503,10.14430],[48.07598,10.13786],[48.07698,10.13632],[48.08303,10.13571],[48.08550,10.13898],[48.09011,10.14035],[48.09433,10.13765],[48.09501,10.14108],[48.09842,10.14074],[48.10115,10.13756],[48.11201,10.13636],[48.11484,10.13207],[48.11596,10.12563],[48.11814,10.12263],[48.12141,10.12112],[48.12567,10.11177],[48.13077,10.11087],[48.13312,10.10752],[48.13633,10.10799],[48.13939,10.10645],[48.14103,10.10494],[48.14400,10.10567],[48.14767,10.10297],[48.14974,10.10331],[48.15561,10.10009],[48.16042,10.09649],[48.16359,10.09683],[48.17124,10.09202],[48.17624,10.09142],[48.19041,10.08554],[48.19693,10.08460],[48.20142,10.08584],[48.20408,10.08541],[48.20671,10.08649],[48.20937,10.08322],[48.21123,10.07790],[48.21664,10.07842],[48.22187,10.07790],[48.22356,10.07541],[48.22341,10.06906],[48.22787,10.06748],[48.23067,10.07065],[48.23462,10.06443],[48.23856,10.06460],[48.24202,10.06284],[48.24565,10.06408],[48.24828,10.06752],[48.25008,10.06756],[48.25417,10.06975],[48.25783,10.06237],[48.26194,10.06640],[48.26440,10.06537],[48.26894,10.06361],[48.27328,10.06378],[48.27437,10.06657],[48.27668,10.06550],[48.27842,10.06653],[48.28168,10.06610],[48.28439,10.06194],[48.28442,10.05932],[48.28705,10.05692],[48.28822,10.05482],[48.29082,10.05310],[48.29244,10.04941],[48.29207,10.04632],[48.29410,10.04336],[48.29778,10.04250],[48.30027,10.04374],[48.30281,10.04052],[48.30509,10.04014],[48.30709,10.03713],[48.31163,10.03241],[48.31865,10.02707],[48.32385,10.02505],[48.32539,10.02024],[48.33095,10.01282],[48.33466,10.01033],[48.34065,10.00956],[48.34196,10.01106],[48.34399,10.00900],[48.34524,10.00372],[48.34741,10.00200],[48.34761,9.99904],[48.35229,9.99784],[48.35448,9.99518],[48.35805,9.99733],[48.36119,10.00046],[48.36321,10.00080],[48.36429,10.00003],[48.36375,9.99312],[48.36900,9.99256],[48.37077,9.98879],[48.37031,9.98612],[48.36843,9.98278],[48.36575,9.98282],[48.36352,9.98355],[48.36278,9.98149],[48.36290,9.97814],[48.36449,9.97518],[48.36851,9.97119],[48.37288,9.96823],[48.37422,9.96784],[48.37689,9.97153],[48.37940,9.96982],[48.38069,9.97355],[48.38405,9.97870],[48.38730,9.98509],[48.39337,9.98879],[48.39702,9.99934],[48.40055,10.00780],[48.40343,10.01406],[48.40636,10.01672],[48.41790,10.01681],[48.42704,10.03204],[48.42994,10.04157],[48.43199,10.04091],[48.43359,10.04374],[48.43672,10.03730],[48.43376,10.03730],[48.43313,10.03542],[48.43655,10.03267],[48.43735,10.02864],[48.44139,10.02992],[48.44441,10.03876],[48.45175,10.03627],[48.45431,10.03190],[48.45722,10.03198],[48.45750,10.04091],[48.45648,10.05147],[48.45727,10.06134],[48.45346,10.05584],[48.45414,10.06348],[48.45653,10.06529],[48.45921,10.07507],[48.46331,10.08786],[48.46536,10.08734],[48.46729,10.09455],[48.47213,10.10374],[48.47731,10.10545],[48.47531,10.11567],[48.47349,10.11644],[48.47304,10.11816],[48.46843,10.11618],[48.46006,10.12314],[48.46023,10.12459],[48.45676,10.12657],[48.45636,10.13120],[48.45448,10.13412],[48.45847,10.16373],[48.45898,10.17240],[48.46171,10.17463],[48.46342,10.17953],[48.46843,10.17618],[48.46581,10.18485],[48.47201,10.18648],[48.47537,10.18339],[48.48817,10.21841],[48.48857,10.23746],[48.49204,10.24253],[48.49983,10.23798],[48.49955,10.24356],[48.50637,10.24132],[48.50580,10.22888],[48.50751,10.24004],[48.51047,10.23180],[48.51149,10.23918],[48.50979,10.24819],[48.51104,10.25025],[48.51803,10.25677],[48.51894,10.26338],[48.51485,10.27652],[48.51684,10.28527],[48.51530,10.28681],[48.51672,10.29814],[48.52286,10.31299],[48.52582,10.31033],[48.52633,10.31591],[48.53048,10.31265],[48.52934,10.30698],[48.53037,10.30372],[48.53701,10.30201],[48.53844,10.30553],[48.54383,10.30226],[48.55020,10.30578],[48.55043,10.30965],[48.55599,10.31728],[48.55656,10.31428],[48.57002,10.31291],[48.57354,10.31059],[48.57776,10.31152],[48.58463,10.30646],[48.58497,10.30311],[48.58934,10.29710],[48.58974,10.29401],[48.59513,10.29676],[48.59950,10.29616],[48.59950,10.29873],[48.60342,10.29761],[48.60495,10.30079],[48.60291,10.30628],[48.60103,10.30688],[48.60092,10.30997],[48.60495,10.30980],[48.60370,10.32019],[48.60552,10.32130],[48.60716,10.31924],[48.60909,10.32465],[48.62305,10.29985],[48.62601,10.29997],[48.63373,10.29560],[48.63702,10.28925],[48.63730,10.28590],[48.63940,10.28487],[48.64133,10.28101],[48.64757,10.28023],[48.65029,10.27019],[48.65664,10.26332],[48.65766,10.26779],[48.66373,10.25586],[48.66883,10.25723],[48.67262,10.26624],[48.67790,10.25611],[48.67977,10.25826],[48.67943,10.26968],[48.68237,10.26504],[48.68577,10.27465],[48.70271,10.26876],[48.70073,10.28129],[48.69246,10.29313],[48.69059,10.29228],[48.68963,10.30163],[48.68668,10.30163],[48.68487,10.30421],[48.68606,10.30678],[48.68203,10.31682],[48.68345,10.31931],[48.68696,10.31931],[48.68776,10.32369],[48.68940,10.32481],[48.68985,10.32970],[48.68764,10.33510],[48.67960,10.34523],[48.67438,10.34583],[48.66582,10.35013],[48.66599,10.34643],[48.65942,10.34712],[48.65828,10.35038],[48.65420,10.35081],[48.65239,10.36188],[48.65619,10.36532],[48.66293,10.36927],[48.66282,10.37381],[48.66565,10.37974],[48.66497,10.38437],[48.66769,10.38995],[48.67410,10.38944],[48.67495,10.39227],[48.67886,10.39313],[48.68651,10.39338],[48.68883,10.39555],[48.68997,10.39958],[48.69121,10.40370],[48.69489,10.40860],[48.69790,10.40714],[48.69654,10.41581],[48.69291,10.42130],[48.69841,10.43048],[48.69455,10.43812],[48.69172,10.43761],[48.69167,10.43323],[48.68810,10.43426],[48.68708,10.42920],[48.69252,10.42611],[48.69144,10.42293],[48.68838,10.42181],[48.68390,10.42173],[48.68254,10.41821],[48.67982,10.42379],[48.67756,10.42156],[48.67359,10.42259],[48.67319,10.41735],[48.66962,10.41177],[48.66701,10.40791],[48.66265,10.40714],[48.66044,10.41074],[48.66322,10.41890],[48.66163,10.42233],[48.66310,10.42782],[48.66129,10.42894],[48.66378,10.43383],[48.66480,10.44276],[48.66560,10.45117],[48.67075,10.45632],[48.67036,10.46396],[48.68158,10.48181],[48.68651,10.48327],[48.68538,10.49357],[48.68872,10.49683],[48.69240,10.48705],[48.69761,10.48799],[48.69506,10.48061],[48.70147,10.48001],[48.70407,10.47151],[48.70486,10.48370],[48.70945,10.48353],[48.71296,10.48250],[48.71274,10.47460],[48.71614,10.46876],[48.72242,10.46791],[48.72242,10.46344],[48.72378,10.46258],[48.72361,10.46593],[48.72814,10.46608],[48.73018,10.45947],[48.72990,10.45647],[48.73641,10.46445],[48.73607,10.45759],[48.73431,10.45364],[48.73499,10.44977],[48.72842,10.44746],[48.73222,10.44729],[48.73425,10.44093],[48.73929,10.43905],[48.73839,10.43252],[48.74190,10.43475],[48.74308,10.42823],[48.74807,10.42445],[48.75180,10.41845],[48.75554,10.42806],[48.75757,10.42815],[48.76034,10.42179],[48.76770,10.41767],[48.77092,10.41759],[48.77075,10.41270],[48.77568,10.41690],[48.77240,10.41870],[48.77104,10.42514],[48.76979,10.43141],[48.77358,10.43106],[48.77675,10.43656],[48.78331,10.42943],[48.78778,10.43596],[48.79157,10.43407],[48.79445,10.43184],[48.79598,10.42274],[48.79960,10.42317],[48.79920,10.43106],[48.80440,10.44214],[48.80683,10.44282],[48.81113,10.45149],[48.81339,10.44823],[48.81667,10.44849],[48.81893,10.45080],[48.83170,10.44935],[48.83537,10.44124],[48.83842,10.42888],[48.84565,10.43016],[48.84915,10.44741],[48.85333,10.45299],[48.86061,10.45488],[48.86141,10.44930],[48.86982,10.45351],[48.87377,10.45282],[48.87970,10.44819],[48.88427,10.45162],[48.88387,10.45359],[48.88777,10.45480],[48.89003,10.45351],[48.89454,10.44922],[48.89996,10.43883],[48.90244,10.42699],[48.90599,10.42390],[48.90537,10.43033],[48.90690,10.43145],[48.90746,10.43600],[48.90819,10.43866],[48.90797,10.44424],[48.91034,10.44561],[48.91259,10.45162],[48.91682,10.45737],[48.92077,10.45711],[48.92681,10.45214],[48.92692,10.44956],[48.93047,10.44561],[48.93335,10.43918],[48.93448,10.44106],[48.93374,10.44973],[48.93854,10.45342],[48.94107,10.44681],[48.94648,10.44535],[48.94547,10.43617],[48.94648,10.43231],[48.95032,10.43085],[48.95336,10.43197],[48.95736,10.42776],[48.95668,10.42634],[48.95938,10.42453],[48.96068,10.42496],[48.96406,10.42556],[48.96671,10.41904],[48.96896,10.42076],[48.96992,10.41183],[48.96710,10.40763],[48.96744,10.40539],[48.97437,10.40239],[48.97583,10.41132],[48.97882,10.41269],[48.98372,10.40291],[48.98766,10.40059],[48.99127,10.39432],[48.98997,10.39089],[48.98834,10.38231],[48.99042,10.38042],[48.99149,10.38291],[48.99656,10.38274],[48.99932,10.38239],[49.00056,10.37904],[49.00028,10.37613],[49.00433,10.37226],[49.00518,10.35475],[49.01109,10.35836],[49.01475,10.35561],[49.01554,10.35218],[49.01537,10.34969],[49.01852,10.34626],[49.02021,10.34823],[49.02190,10.35192],[49.02882,10.35081],[49.02910,10.33922],[49.02755,10.33894],[49.02778,10.33783],[49.03256,10.33414],[49.03127,10.33156],[49.02761,10.33259],[49.03143,10.32770],[49.02744,10.32684],[49.02536,10.32856],[49.02569,10.32358],[49.02930,10.31774],[49.03262,10.30993],[49.03183,10.30384],[49.03819,10.30495],[49.04235,10.29800],[49.04314,10.29422],[49.04297,10.28418],[49.03965,10.28598],[49.03740,10.28324],[49.04078,10.27594],[49.04336,10.27886],[49.04398,10.26890],[49.04561,10.26590],[49.04499,10.26195],[49.03914,10.25448],[49.04252,10.25122],[49.04454,10.25646],[49.04910,10.25328],[49.05394,10.25809],[49.05962,10.25895],[49.06193,10.26641],[49.06614,10.25972],[49.07115,10.25886],[49.07517,10.24506],[49.07450,10.23519],[49.07601,10.23571],[49.07894,10.24120],[49.07798,10.24412],[49.07967,10.24781],[49.08456,10.24944],[49.09254,10.25150],[49.09355,10.24652],[49.09305,10.24206],[49.09114,10.23485],[49.09293,10.23425],[49.08889,10.22764],[49.09619,10.22541],[49.09861,10.22249],[49.09468,10.21168],[49.09715,10.20550],[49.09895,10.20747],[49.09580,10.21090],[49.09765,10.21245],[49.10485,10.21665],[49.11238,10.21605],[49.10962,10.22824],[49.11284,10.23049],[49.11868,10.22886],[49.11975,10.23633],[49.12245,10.24285],[49.12458,10.24225],[49.12756,10.25332],[49.12862,10.25804],[49.13497,10.25307],[49.13783,10.25641],[49.14210,10.25444],[49.14665,10.24903],[49.14957,10.24852],[49.14974,10.23890],[49.15243,10.23702],[49.15378,10.23178],[49.15715,10.23247],[49.16231,10.22500],[49.16035,10.22174],[49.16091,10.21891],[49.16304,10.22045],[49.16388,10.21702],[49.16237,10.21298],[49.16007,10.20998],[49.15878,10.20612],[49.15591,10.20440],[49.15653,10.19822],[49.16181,10.20054],[49.16276,10.19710],[49.16478,10.19728],[49.16719,10.19367],[49.17056,10.19565],[49.17107,10.19084],[49.17528,10.19041],[49.17264,10.18191],[49.17398,10.17934],[49.17741,10.18191],[49.18335,10.18200],[49.18184,10.17556],[49.17982,10.17445],[49.17937,10.16887],[49.18190,10.16724],[49.18414,10.16097],[49.18846,10.15745],[49.19227,10.15737],[49.19368,10.15505],[49.19536,10.14286],[49.19788,10.14174],[49.20091,10.13531],[49.19951,10.13093],[49.19985,10.12604],[49.20344,10.13187],[49.20562,10.12775],[49.20944,10.12835],[49.20837,10.14046],[49.21717,10.13986],[49.21790,10.13299],[49.22485,10.12715],[49.23119,10.12818],[49.23713,10.12629],[49.24144,10.12381],[49.24794,10.12595],[49.25141,10.13359],[49.25528,10.13290],[49.25696,10.12921],[49.25668,10.11925],[49.26699,10.11573],[49.26648,10.11925],[49.27130,10.12200],[49.26609,10.12492],[49.26083,10.12887],[49.26262,10.13539],[49.26682,10.14363],[49.26805,10.15195],[49.27360,10.14689],[49.28076,10.15290],[49.28015,10.15676],[49.28563,10.15341],[49.28894,10.14852],[49.29308,10.13942],[49.29890,10.13445],[49.30513,10.13288],[49.30837,10.13889],[49.31039,10.13735],[49.31470,10.14413],[49.31693,10.14584],[49.32326,10.14318],[49.32790,10.13906],[49.32868,10.12971],[49.32594,10.12885],[49.32589,10.12078],[49.32958,10.11855],[49.32980,10.11117],[49.33567,10.11357],[49.33998,10.10542],[49.34658,10.10379],[49.34803,10.10954],[49.35094,10.10791],[49.35116,10.11658],[49.35010,10.12396],[49.35726,10.12516],[49.35882,10.11855],[49.36033,10.11804],[49.36011,10.11349],[49.36631,10.11383],[49.36726,10.11846],[49.37006,10.11761],[49.37934,10.10722],[49.38498,10.11220],[49.38576,10.12198],[49.38738,10.12181],[49.38559,10.13915],[49.38291,10.13941],[49.38308,10.14464],[49.38800,10.14696],[49.38828,10.15649],[49.39068,10.15778],[49.38962,10.16155],[49.39548,10.16215],[49.39716,10.15511],[49.39962,10.15391],[49.40034,10.14902],[49.40152,10.15305],[49.40414,10.15288],[49.41006,10.14962],[49.41157,10.15280],[49.41983,10.14559],[49.42525,10.13881],[49.42932,10.13769],[49.43345,10.13589],[49.43317,10.14001],[49.43831,10.13297],[49.43993,10.12602],[49.44462,10.11864],[49.44277,10.10911],[49.44838,10.09683],[49.45658,10.09881],[49.45847,10.10833],[49.46160,10.10799],[49.46098,10.11657],[49.46333,10.12275],[49.46958,10.11863],[49.47064,10.12069],[49.47404,10.11657],[49.47945,10.11683],[49.47850,10.11142],[49.48329,10.10782],[49.48663,10.10167],[49.49159,10.10150],[49.49661,10.10725],[49.49979,10.10914],[49.50436,10.11953],[49.50960,10.12236],[49.51155,10.12210],[49.51250,10.11395],[49.51177,10.10846],[49.51567,10.10640],[49.51478,10.09781],[49.51227,10.08339],[49.51545,10.08374],[49.51746,10.07893],[49.52119,10.08099],[49.52464,10.07962],[49.52737,10.08176],[49.52838,10.08974],[49.53233,10.09412],[49.54147,10.08803],[49.54392,10.08279],[49.54615,10.06666],[49.54787,10.06597],[49.54659,10.05988],[49.54046,10.06125],[49.53662,10.05747],[49.53005,10.03679],[49.52721,10.03730],[49.52191,10.04674],[49.51835,10.05807],[49.51439,10.05009],[49.50960,10.05103],[49.50670,10.04417],[49.50397,10.02674],[49.49444,10.02460],[49.48591,10.01868],[49.48384,10.01284],[49.48479,10.00434],[49.48702,9.99945],[49.48635,9.99061],[49.48373,9.97619],[49.48574,9.97593],[49.48585,9.96838],[49.48390,9.95817],[49.48133,9.95336],[49.48479,9.92710],[49.49343,9.91491],[49.50475,9.92340],[49.50854,9.92564],[49.51935,9.91705],[49.52269,9.92057],[49.52420,9.92521],[49.53038,9.92598],[49.53629,9.92752],[49.54292,9.92332],[49.54969,9.92294],[49.54741,9.92586],[49.54880,9.92852],[49.55409,9.92646],[49.55531,9.92226],[49.55693,9.92543],[49.56227,9.92535],[49.56350,9.92080],[49.56172,9.91119],[49.56311,9.90741],[49.56172,9.89960],[49.57224,9.90252],[49.57302,9.90423],[49.57914,9.90801],[49.58253,9.91462],[49.58576,9.91282],[49.58654,9.90784],[49.58576,9.89874],[49.58799,9.89720],[49.58493,9.89419],[49.57869,9.87436],[49.57335,9.87342],[49.56756,9.86261],[49.55849,9.86570],[49.55281,9.85883],[49.54652,9.85806],[49.54853,9.84328],[49.55098,9.84165],[49.55249,9.82895],[49.55572,9.81934],[49.56039,9.81839],[49.56897,9.83856],[49.57097,9.83899],[49.57247,9.84260],[49.57392,9.84260],[49.57748,9.84989],[49.58756,9.84629],[49.59056,9.84526],[49.59457,9.85058],[49.59618,9.84646],[49.60230,9.86122],[49.60714,9.85890],[49.60664,9.86637],[49.61031,9.87427],[49.61398,9.86998],[49.62199,9.86792],[49.63272,9.86071],[49.64016,9.85607],[49.64239,9.85521],[49.64478,9.84826],[49.65039,9.83195],[49.65523,9.83230],[49.65550,9.83418],[49.66256,9.83118],[49.66528,9.82406],[49.66945,9.82655],[49.67273,9.82534],[49.68050,9.83315],[49.68378,9.84131],[49.68833,9.83410],[49.69288,9.83547],[49.70286,9.83310],[49.70636,9.82717],[49.70586,9.82451],[49.71030,9.82237],[49.71440,9.80864],[49.71840,9.80434],[49.72217,9.79653],[49.72800,9.79688],[49.73011,9.80134],[49.73138,9.80005],[49.73160,9.79207],[49.72822,9.78907],[49.72312,9.78735],[49.72190,9.78340],[49.72278,9.77877],[49.71668,9.76306],[49.70985,9.75104],[49.69870,9.74941],[49.69176,9.74126],[49.68863,9.73611],[49.68979,9.73036],[49.69751,9.72976],[49.70090,9.72667],[49.70251,9.71980],[49.71405,9.71431],[49.72210,9.71465],[49.72726,9.71096],[49.72548,9.70787],[49.72543,9.70452],[49.72227,9.69980],[49.71755,9.69980],[49.71982,9.69585],[49.71710,9.67628],[49.71205,9.67749],[49.69746,9.67405],[49.69296,9.67500],[49.68896,9.66212],[49.68863,9.65405],[49.68902,9.65045],[49.69190,9.64942],[49.69135,9.64521],[49.69368,9.64384],[49.69346,9.63423],[49.70206,9.63114],[49.70327,9.62659],[49.70793,9.62839],[49.71020,9.63234],[49.71614,9.63165],[49.72019,9.64127],[49.72219,9.64024],[49.72358,9.64281],[49.72824,9.63448],[49.73135,9.62693],[49.73162,9.63766],[49.73750,9.63852],[49.73645,9.64719],[49.73939,9.64762],[49.74083,9.63946],[49.74250,9.64118],[49.74360,9.64478],[49.74715,9.64599],[49.75342,9.63878],[49.76229,9.64805],[49.76612,9.65165],[49.77903,9.64547],[49.77975,9.65242],[49.78757,9.65062],[49.79156,9.64865],[49.78906,9.63946],[49.78330,9.61981],[49.78347,9.60693],[49.78064,9.59166],[49.78175,9.58977],[49.77892,9.58153],[49.77926,9.57766],[49.78391,9.57809],[49.78264,9.56561],[49.77873,9.55835],[49.77405,9.55651],[49.76265,9.55844],[49.75209,9.56861],[49.74724,9.56883],[49.74399,9.56479],[49.74535,9.55732],[49.74835,9.55350],[49.76138,9.55149],[49.76665,9.54565],[49.76823,9.53793],[49.76307,9.52904],[49.76069,9.52299],[49.76282,9.51499],[49.76872,9.50962],[49.77194,9.50954],[49.77898,9.51262],[49.78394,9.51288],[49.78857,9.50249],[49.78810,9.48147],[49.78036,9.47078],[49.77443,9.46966],[49.76960,9.45944],[49.77096,9.45047],[49.77459,9.44360],[49.78747,9.43523],[49.78950,9.42725],[49.78897,9.42047],[49.77628,9.40343],[49.77384,9.39605],[49.77002,9.39189],[49.77135,9.38592],[49.77797,9.37704],[49.77916,9.37064],[49.77742,9.36592],[49.77317,9.36185],[49.76929,9.35339],[49.76835,9.34181],[49.76938,9.32915],[49.76857,9.31597],[49.76591,9.31314],[49.75829,9.31370],[49.74956,9.32284],[49.74440,9.32339],[49.74151,9.31975],[49.74004,9.31241],[49.74068,9.29516],[49.73835,9.29520],[49.73475,9.31086],[49.73461,9.31627],[49.73158,9.32000],[49.73036,9.32335],[49.73169,9.33112],[49.73344,9.33481],[49.73372,9.34009],[49.73225,9.34803],[49.73020,9.35953],[49.73114,9.36378],[49.72751,9.37331],[49.72568,9.36459],[49.72398,9.36309],[49.72171,9.34837],[49.71860,9.34391],[49.71699,9.34356],[49.71594,9.34708],[49.71610,9.35219],[49.71150,9.35172],[49.71055,9.35258],[49.70681,9.35314],[49.70386,9.35773],[49.70317,9.36966],[49.70436,9.38026],[49.70672,9.38215],[49.70972,9.38339],[49.72004,9.38335],[49.72598,9.38137],[49.72823,9.38695],[49.73153,9.38618],[49.73009,9.39099],[49.72934,9.39948],[49.72468,9.40077],[49.72018,9.40043],[49.71974,9.40343],[49.72132,9.40734],[49.71707,9.40940],[49.71491,9.41279],[49.71130,9.41759],[49.70994,9.41927],[49.70712,9.42004],[49.70600,9.41656],[49.70198,9.41656],[49.69726,9.41819],[49.69615,9.42146],[49.69421,9.41850],[49.69085,9.42004],[49.68782,9.41712],[49.68788,9.41588],[49.68496,9.41373],[49.68180,9.40828],[49.67942,9.40545],[49.67801,9.40880],[49.67720,9.41193],[49.67576,9.41137],[49.67606,9.40442],[49.67404,9.39858],[49.67204,9.39674],[49.67084,9.39747],[49.66818,9.40060],[49.66470,9.40704],[49.66348,9.41077],[49.66301,9.41030],[49.66073,9.41171],[49.65859,9.41875],[49.65367,9.41532],[49.65009,9.40948],[49.64634,9.40609],[49.64556,9.40034],[49.64639,9.39249],[49.64317,9.38296],[49.64815,9.37768],[49.65242,9.37150],[49.65737,9.36644],[49.65723,9.36425],[49.65323,9.35794],[49.65059,9.34987],[49.64731,9.34524],[49.64448,9.34241],[49.64534,9.33554],[49.64906,9.32648],[49.65126,9.31812],[49.65415,9.31352],[49.65546,9.30331],[49.65068,9.30575],[49.64865,9.29867],[49.64676,9.29610],[49.64379,9.28949],[49.63659,9.28537],[49.63793,9.27812],[49.63481,9.27125],[49.63145,9.27443],[49.62611,9.26953],[49.62494,9.27473],[49.62191,9.27700],[49.61938,9.27704],[49.61719,9.28374],[49.61499,9.28460],[49.60815,9.26524],[49.60559,9.26305],[49.60203,9.26451],[49.59780,9.25945],[49.59388,9.25906],[49.59494,9.25262],[49.59338,9.24803],[49.58929,9.24576],[49.58768,9.24820],[49.58490,9.24872],[49.58506,9.24559],[49.58317,9.24018],[49.58184,9.23825],[49.58153,9.23310],[49.57841,9.21915],[49.57691,9.21340],[49.57827,9.21138],[49.57658,9.20537],[49.57724,9.20070],[49.57449,9.19422],[49.57724,9.18752],[49.57499,9.18096],[49.57633,9.17576],[49.57822,9.17439],[49.57813,9.17031],[49.57580,9.16452],[49.57827,9.16293],[49.58042,9.15838],[49.57975,9.15220],[49.57894,9.15143],[49.57880,9.14735],[49.57852,9.14379],[49.57772,9.14263],[49.57719,9.14040],[49.57594,9.13744],[49.57616,9.13032],[49.57421,9.12152],[49.57452,9.11658],[49.57972,9.10821]], @@ -961,54 +969,31 @@ }); const injectReview = result => awaitElement(() => ( - document.querySelector('#safety-and-accessability-card') || - document.querySelector('#safety-and-accessibility-card') || document.querySelector('app-should-be-wayspot') || document.querySelector('app-review-edit') || document.querySelector('app-review-photo') )).then(ref => { - console.log("open in switch") - if (ref.tagName == 'DIV') { - switch (ref.id) { - case 'safety-and-accessability-card': - case 'safety-and-accessibility-card': - awaitElement(() => document.querySelector('#check-duplicates-card nia-map') || - document.querySelector('#check-duplicates-b')) - .then((ref) => { - if (result.streetAddress) { - const addrBox = document.createElement('p'); - addrBox.classList.add('wayfareropenin__address'); - addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox, ref); - } - addOpenButtons(ref, result); - }); - break; - } - } else { - switch (ref.tagName) { - case 'APP-SHOULD-BE-WAYSPOT': - awaitElement(() => document.querySelector('#check-duplicates-card nia-map') || - document.querySelector('#check-duplicates-b')) - .then((ref) => { - if (result.streetAddress) { - const addrBox = document.createElement('p'); - addrBox.classList.add('wayfareropenin__address'); - addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox, ref); - } - addOpenButtons(ref, result); - }); - break; - case 'APP-REVIEW-EDIT': - awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) - .then(ref => addOpenButtons(ref, result)); - break; - case 'APP-REVIEW-PHOTO': - awaitElement(() => ref.querySelector('.review-photo__info > div > div:nth-child(2)')) - .then(ref => addOpenButtons(ref, result)); - break; - } + switch (ref.tagName) { + case 'APP-SHOULD-BE-WAYSPOT': + awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) + .then((ref) => { + if (result.streetAddress) { + const addrBox = document.createElement('p'); + addrBox.classList.add('wayfareropenin__address'); + addrBox.textContent = result.streetAddress; + ref.parentElement.insertBefore(addrBox, ref); + } + addOpenButtons(ref, result); + }); + break; + case 'APP-REVIEW-EDIT': + awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) + .then(ref => addOpenButtons(ref, result)); + break; + case 'APP-REVIEW-PHOTO': + awaitElement(() => ref.querySelector('.review-photo__info > div > div:nth-child(2)')) + .then(ref => addOpenButtons(ref, result)); + break; } }); From 9a116cf24b5d8f666748351263dbecbd6ea694ea Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 14:39:34 -0400 Subject: [PATCH 08/32] update changeover time for germany --- wayfarer-review-counter.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 2c02480..436c363 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.2 +// @version 0.3.3 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -51,13 +51,13 @@ label: '๐Ÿ‡ซ๐Ÿ‡ท', regions: ['FR'], from: Date.parse('2023-09-28T15:42Z'), - to: Date.parse('2023-10-02T19:00Z'), + to: Date.parse('2023-09-29T19:00Z'), counter: 0 }, { label: '๐Ÿ‡ฉ๐Ÿ‡ช', regions: ['DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], - from: Date.parse('2023-10-02T19:00Z'), + to: Date.parse('2023-09-29T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From c141bcf0ab0459a3fb09da7463f53f48da1d3a45 Mon Sep 17 00:00:00 2001 From: tehstone Date: Fri, 29 Sep 2023 15:01:36 -0400 Subject: [PATCH 09/32] update changeover time for germany --- wayfarer-review-counter.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 436c363..e2b6e6c 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.3 +// @version 0.3.4 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -51,13 +51,13 @@ label: '๐Ÿ‡ซ๐Ÿ‡ท', regions: ['FR'], from: Date.parse('2023-09-28T15:42Z'), - to: Date.parse('2023-09-29T19:00Z'), + to: Date.parse('2023-09-29T18:52Z'), counter: 0 }, { label: '๐Ÿ‡ฉ๐Ÿ‡ช', regions: ['DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], - to: Date.parse('2023-09-29T19:00Z'), + to: Date.parse('2023-09-29T18:52Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From 330882156e9c086c364da018ee20a750a74e269e Mon Sep 17 00:00:00 2001 From: tehstone Date: Sat, 30 Sep 2023 13:17:12 -0400 Subject: [PATCH 10/32] updated for adding UK to challenge --- wayfarer-open-in.user.js | 4 +++- wayfarer-review-counter.user.js | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index 937f6ff..23b4084 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Open-In -// @version 0.6.17 +// @version 0.6.18 // @description Add open-in buttons to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-open-in.user.js @@ -770,6 +770,8 @@ GF: [[5.80474,-53.95117],[5.64043,-54.01125],[5.60865,-54.00576],[5.57141,-54.00576],[5.54031,-54.00885],[5.49247,-54.04971],[5.47299,-54.05039],[5.46855,-54.05829],[5.46376,-54.06825],[5.45898,-54.06207],[5.44770,-54.05451],[5.42924,-54.05589],[5.42241,-54.06619],[5.41865,-54.08129],[5.40498,-54.09056],[5.39130,-54.10704],[5.38413,-54.12524],[5.35200,-54.15408],[5.33422,-54.18120],[5.31166,-54.18772],[5.29593,-54.21381],[5.28841,-54.21896],[5.27987,-54.24986],[5.26209,-54.27973],[5.19337,-54.32574],[5.14721,-54.35217],[5.12567,-54.36934],[5.11267,-54.37071],[5.08590,-54.40735],[5.07633,-54.40993],[5.06641,-54.41267],[5.05530,-54.41937],[5.03085,-54.42658],[5.01699,-54.43894],[5.00759,-54.43945],[4.99525,-54.43728],[4.97370,-54.44295],[4.95591,-54.44140],[4.93248,-54.44792],[4.91829,-54.45325],[4.91761,-54.46801],[4.90136,-54.47659],[4.88887,-54.47642],[4.87433,-54.47007],[4.86643,-54.46622],[4.83274,-54.46999],[4.77235,-54.46193],[4.74122,-54.46622],[4.72459,-54.45951],[4.72185,-54.42758],[4.71330,-54.42072],[4.68763,-54.42758],[4.65649,-54.43067],[4.61338,-54.42175],[4.59900,-54.40698],[4.56388,-54.41007],[4.54643,-54.42072],[4.53137,-54.43531],[4.51195,-54.44217],[4.50245,-54.43977],[4.45131,-54.43370],[4.42804,-54.43679],[4.41828,-54.43183],[4.41990,-54.42746],[4.42067,-54.42171],[4.41477,-54.41553],[4.40989,-54.40737],[4.40501,-54.40454],[4.40099,-54.40566],[4.39568,-54.41347],[4.39046,-54.41673],[4.38037,-54.41879],[4.37031,-54.41325],[4.36843,-54.40038],[4.36021,-54.38973],[4.34430,-54.38699],[4.32478,-54.39162],[4.29842,-54.39368],[4.28113,-54.39111],[4.26952,-54.38390],[4.26010,-54.38373],[4.24795,-54.38682],[4.24076,-54.38458],[4.23477,-54.38012],[4.22501,-54.38132],[4.22193,-54.38630],[4.21765,-54.39128],[4.20481,-54.39557],[4.19214,-54.39334],[4.18084,-54.38956],[4.17587,-54.37858],[4.17536,-54.36399],[4.18221,-54.35609],[4.17622,-54.34527],[4.16988,-54.34030],[4.16012,-54.33858],[4.15105,-54.32691],[4.14197,-54.32227],[4.13290,-54.32588],[4.12776,-54.33171],[4.12040,-54.33385],[4.11441,-54.34380],[4.10499,-54.34363],[4.08924,-54.34415],[4.06989,-54.35307],[4.05260,-54.35788],[4.04677,-54.35702],[4.04335,-54.35136],[4.04335,-54.34483],[4.03136,-54.33350],[4.01801,-54.33007],[4.01047,-54.31119],[4.00979,-54.30604],[4.00585,-54.29866],[4.00200,-54.29110],[3.99223,-54.28887],[3.98607,-54.28458],[3.97802,-54.27694],[3.97365,-54.27273],[3.96723,-54.27265],[3.95833,-54.27685],[3.95662,-54.27462],[3.94917,-54.26810],[3.94471,-54.27505],[3.93273,-54.27617],[3.92921,-54.25531],[3.91106,-54.24827],[3.89445,-54.25153],[3.86340,-54.23830],[3.85484,-54.20740],[3.84850,-54.19452],[3.83599,-54.19178],[3.81715,-54.20122],[3.80585,-54.19692],[3.80174,-54.18010],[3.80311,-54.14474],[3.79386,-54.12345],[3.76403,-54.10897],[3.72840,-54.09455],[3.71572,-54.08116],[3.69379,-54.08494],[3.67975,-54.08494],[3.66913,-54.07842],[3.66159,-54.06160],[3.65028,-54.04958],[3.63521,-54.05095],[3.63281,-54.04512],[3.63178,-54.02898],[3.64377,-54.02383],[3.64994,-54.01336],[3.64326,-54.00375],[3.62767,-53.99413],[3.61470,-53.98949],[3.61025,-53.98331],[3.59671,-53.98365],[3.57787,-53.99138],[3.56879,-54.00391],[3.55405,-54.00580],[3.53435,-54.00906],[3.52458,-53.99979],[3.50620,-54.00877],[3.49180,-54.00877],[3.46542,-54.00774],[3.46464,-54.00636],[3.45522,-54.00164],[3.44588,-54.00336],[3.43577,-54.00156],[3.42729,-54.01297],[3.41144,-54.01958],[3.40064,-54.03752],[3.38556,-54.04610],[3.38471,-54.05417],[3.36980,-54.05520],[3.36466,-54.05417],[3.35146,-54.05915],[3.33895,-54.06327],[3.30862,-54.05829],[3.30074,-54.05941],[3.29885,-54.06387],[3.29602,-54.06765],[3.29611,-54.07117],[3.29131,-54.07572],[3.29431,-54.07623],[3.29422,-54.08481],[3.29088,-54.08902],[3.29311,-54.09374],[3.29757,-54.09674],[3.30108,-54.09803],[3.30108,-54.10121],[3.29671,-54.10370],[3.29183,-54.10885],[3.28848,-54.11031],[3.28488,-54.11855],[3.28197,-54.12129],[3.27606,-54.12095],[3.27255,-54.12249],[3.27006,-54.12782],[3.26695,-54.13752],[3.25221,-54.14576],[3.24870,-54.14704],[3.24527,-54.15236],[3.23542,-54.15296],[3.23139,-54.15502],[3.22907,-54.16588],[3.21947,-54.16854],[3.21710,-54.16790],[3.21538,-54.17117],[3.21110,-54.17426],[3.20750,-54.17391],[3.20707,-54.18172],[3.20784,-54.18747],[3.20587,-54.18962],[3.20039,-54.18962],[3.19542,-54.19588],[3.19087,-54.19717],[3.18650,-54.19649],[3.17939,-54.19940],[3.17219,-54.20412],[3.16756,-54.20438],[3.16131,-54.20267],[3.15762,-54.20387],[3.15543,-54.21322],[3.15294,-54.21374],[3.14806,-54.21357],[3.14257,-54.21005],[3.14377,-54.20026],[3.14077,-54.20404],[3.13743,-54.21511],[3.13074,-54.21451],[3.12586,-54.20953],[3.12355,-54.20000],[3.12449,-54.19649],[3.13349,-54.19451],[3.13392,-54.19091],[3.13006,-54.18868],[3.13400,-54.18456],[3.13169,-54.18421],[3.12655,-54.18541],[3.12132,-54.17941],[3.11198,-54.18112],[3.10718,-54.17795],[3.10786,-54.17443],[3.10289,-54.17426],[3.09312,-54.18147],[3.08549,-54.18121],[3.08241,-54.17975],[3.08232,-54.17468],[3.07649,-54.17357],[3.07032,-54.17571],[3.07221,-54.17820],[3.07427,-54.18172],[3.06904,-54.19237],[3.06252,-54.19520],[3.05618,-54.19254],[3.05318,-54.19065],[3.05164,-54.18533],[3.03990,-54.18164],[3.03390,-54.17855],[3.02481,-54.17666],[3.02027,-54.17151],[3.01444,-54.17031],[3.00930,-54.17228],[3.00698,-54.17022],[3.00278,-54.17666],[3.00073,-54.17932],[3.00175,-54.18413],[2.99815,-54.18627],[2.99001,-54.18147],[2.98170,-54.18215],[2.97338,-54.17554],[2.97244,-54.16945],[2.97184,-54.16361],[2.96893,-54.16104],[2.96567,-54.16310],[2.96644,-54.17271],[2.96095,-54.17529],[2.95375,-54.17709],[2.94835,-54.17374],[2.95041,-54.17983],[2.94587,-54.18001],[2.94115,-54.17365],[2.93138,-54.17700],[2.92727,-54.18310],[2.92615,-54.19134],[2.91861,-54.19280],[2.91570,-54.18747],[2.90944,-54.18584],[2.90301,-54.18773],[2.89778,-54.19245],[2.88484,-54.19580],[2.86795,-54.19177],[2.86478,-54.18464],[2.86332,-54.18207],[2.85826,-54.18095],[2.85372,-54.18387],[2.84755,-54.18344],[2.84232,-54.18653],[2.83787,-54.18734],[2.83204,-54.19455],[2.83624,-54.19816],[2.83195,-54.20305],[2.83246,-54.20794],[2.82672,-54.20786],[2.82655,-54.20348],[2.82286,-54.20365],[2.81583,-54.20614],[2.81043,-54.20356],[2.80375,-54.19953],[2.79826,-54.20365],[2.79269,-54.20914],[2.78831,-54.21137],[2.78454,-54.21060],[2.77903,-54.20997],[2.77277,-54.21297],[2.76445,-54.21786],[2.76403,-54.22276],[2.76180,-54.22628],[2.75725,-54.22610],[2.75451,-54.22430],[2.75057,-54.23529],[2.74628,-54.23658],[2.73873,-54.24593],[2.73351,-54.24516],[2.73119,-54.25117],[2.72605,-54.26293],[2.71790,-54.26670],[2.71147,-54.26825],[2.69192,-54.27314],[2.68952,-54.27185],[2.68858,-54.26781],[2.68575,-54.26610],[2.68506,-54.27236],[2.68567,-54.27657],[2.67949,-54.27691],[2.67512,-54.27477],[2.66946,-54.28026],[2.66294,-54.28146],[2.66466,-54.28704],[2.65711,-54.29322],[2.65060,-54.29803],[2.64400,-54.30618],[2.63016,-54.31428],[2.63067,-54.31934],[2.62373,-54.31676],[2.61859,-54.31685],[2.61610,-54.31247],[2.61361,-54.31350],[2.61258,-54.31754],[2.61130,-54.31822],[2.61027,-54.32234],[2.60847,-54.31797],[2.60555,-54.32277],[2.59818,-54.32432],[2.59355,-54.32286],[2.58660,-54.32827],[2.57639,-54.32996],[2.57476,-54.32790],[2.56447,-54.33743],[2.56584,-54.34207],[2.55718,-54.34885],[2.53677,-54.34541],[2.52829,-54.35194],[2.52374,-54.35142],[2.51757,-54.35709],[2.52134,-54.36035],[2.51637,-54.36344],[2.50865,-54.36181],[2.51002,-54.36756],[2.50831,-54.37065],[2.50368,-54.37305],[2.48936,-54.37588],[2.48405,-54.38043],[2.49039,-54.38369],[2.48319,-54.38764],[2.47907,-54.38970],[2.47410,-54.38816],[2.47144,-54.39039],[2.46767,-54.39974],[2.46218,-54.40301],[2.45532,-54.40447],[2.45172,-54.41245],[2.44220,-54.41648],[2.43706,-54.42112],[2.43911,-54.43159],[2.43080,-54.43820],[2.43568,-54.44420],[2.43603,-54.45244],[2.43585,-54.46961],[2.43757,-54.47519],[2.42737,-54.48103],[2.41965,-54.48300],[2.41630,-54.48884],[2.41124,-54.49193],[2.40747,-54.49862],[2.40010,-54.50128],[2.38670,-54.50595],[2.38310,-54.50578],[2.37572,-54.50629],[2.36732,-54.51230],[2.35686,-54.51230],[2.34639,-54.50904],[2.33885,-54.50690],[2.33799,-54.51016],[2.33790,-54.52346],[2.33164,-54.52758],[2.33662,-54.53634],[2.33833,-54.54878],[2.32744,-54.55462],[2.32513,-54.55470],[2.32521,-54.54217],[2.31818,-54.53977],[2.31732,-54.53496],[2.31260,-54.53488],[2.30214,-54.54183],[2.29502,-54.53634],[2.28791,-54.52810],[2.28130,-54.51453],[2.27907,-54.51943],[2.27933,-54.52844],[2.27341,-54.55050],[2.26775,-54.54973],[2.26660,-54.54329],[2.25957,-54.53410],[2.26094,-54.52887],[2.24979,-54.52338],[2.25014,-54.50964],[2.25365,-54.50595],[2.25082,-54.50097],[2.24636,-54.50149],[2.23015,-54.49831],[2.23144,-54.48715],[2.22707,-54.48063],[2.21189,-54.47961],[2.20665,-54.46056],[2.20237,-54.44631],[2.20983,-54.43515],[2.21240,-54.42296],[2.20777,-54.41704],[2.19885,-54.42322],[2.19636,-54.41412],[2.20134,-54.40022],[2.19893,-54.39095],[2.20374,-54.38331],[2.20177,-54.37533],[2.20832,-54.36100],[2.20309,-54.35645],[2.19151,-54.36607],[2.18285,-54.36684],[2.17033,-54.36263],[2.16793,-54.35302],[2.17058,-54.34847],[2.16750,-54.34023],[2.15729,-54.34684],[2.14931,-54.34478],[2.15412,-54.32186],[2.15652,-54.31113],[2.15326,-54.30719],[2.15214,-54.29998],[2.14580,-54.28238],[2.14185,-54.26925],[2.15369,-54.25501],[2.14880,-54.22926],[2.15703,-54.21433],[2.15669,-54.20772],[2.16201,-54.20480],[2.16930,-54.19313],[2.17865,-54.18798],[2.17496,-54.18240],[2.16407,-54.18583],[2.14828,-54.17991],[2.14563,-54.17665],[2.13602,-54.17665],[2.13190,-54.17236],[2.12777,-54.16563],[2.12854,-54.16057],[2.11996,-54.15860],[2.11970,-54.15018],[2.11704,-54.14615],[2.11361,-54.14306],[2.11541,-54.13782],[2.12030,-54.13422],[2.12133,-54.12504],[2.11747,-54.11130],[2.10761,-54.10401],[2.11198,-54.09783],[2.12202,-54.10409],[2.12768,-54.10126],[2.13403,-54.09336],[2.14140,-54.09242],[2.13600,-54.08478],[2.14106,-54.08306],[2.15007,-54.08392],[2.15564,-54.08736],[2.15899,-54.08409],[2.16634,-54.07933],[2.17157,-54.08147],[2.17578,-54.07684],[2.17732,-54.07263],[2.19053,-54.06723],[2.19739,-54.06577],[2.19773,-54.06053],[2.18916,-54.05633],[2.18718,-54.04723],[2.18873,-54.03204],[2.18118,-54.02208],[2.18418,-54.01281],[2.19122,-54.00783],[2.20159,-54.00414],[2.20194,-53.99684],[2.20742,-53.99031],[2.20613,-53.97916],[2.20811,-53.96920],[2.21728,-53.96311],[2.21831,-53.95289],[2.21720,-53.94431],[2.22114,-53.93813],[2.23435,-53.93925],[2.23932,-53.93152],[2.24464,-53.93590],[2.25072,-53.93387],[2.25544,-53.93859],[2.27251,-53.93318],[2.27645,-53.93739],[2.28143,-53.93318],[2.27500,-53.92726],[2.27877,-53.91808],[2.27611,-53.91473],[2.26856,-53.91688],[2.26067,-53.91156],[2.26067,-53.90203],[2.26668,-53.90168],[2.27182,-53.88812],[2.28031,-53.88666],[2.30690,-53.88289],[2.30853,-53.87963],[2.30587,-53.86418],[2.31144,-53.85929],[2.30424,-53.85088],[2.29961,-53.83852],[2.31110,-53.82410],[2.31367,-53.80805],[2.32697,-53.81577],[2.33134,-53.83440],[2.33666,-53.82693],[2.34163,-53.80779],[2.35321,-53.80899],[2.35707,-53.80041],[2.36024,-53.79698],[2.36187,-53.78299],[2.36916,-53.78153],[2.37182,-53.77183],[2.37628,-53.76771],[2.37619,-53.75990],[2.37216,-53.75363],[2.37190,-53.74076],[2.36667,-53.74050],[2.36504,-53.74917],[2.35964,-53.75072],[2.35544,-53.74574],[2.35887,-53.73775],[2.35475,-53.73381],[2.34606,-53.72726],[2.34160,-53.73017],[2.33303,-53.74099],[2.32334,-53.73738],[2.31999,-53.75129],[2.30773,-53.74786],[2.30627,-53.73215],[2.31202,-53.72494],[2.30944,-53.71069],[2.30679,-53.70228],[2.31099,-53.70005],[2.30902,-53.69292],[2.29229,-53.68872],[2.29735,-53.67931],[2.30095,-53.66961],[2.29692,-53.65708],[2.27934,-53.65721],[2.27900,-53.64751],[2.27745,-53.62991],[2.27977,-53.62494],[2.27462,-53.61232],[2.28148,-53.60854],[2.28131,-53.59816],[2.27051,-53.59060],[2.26124,-53.58159],[2.26691,-53.57644],[2.26279,-53.55907],[2.25267,-53.54886],[2.25302,-53.53848],[2.25250,-53.52809],[2.26005,-53.52019],[2.25645,-53.50680],[2.25928,-53.49135],[2.26099,-53.48389],[2.25147,-53.46603],[2.26084,-53.45351],[2.26976,-53.45145],[2.27611,-53.45926],[2.28263,-53.46715],[2.28837,-53.46535],[2.28923,-53.45986],[2.28263,-53.45050],[2.27645,-53.43986],[2.29549,-53.39849],[2.30525,-53.39533],[2.30491,-53.38091],[2.31194,-53.37714],[2.31451,-53.36194],[2.33072,-53.35722],[2.34707,-53.35479],[2.35179,-53.34191],[2.34596,-53.33513],[2.33901,-53.32904],[2.34313,-53.31814],[2.32400,-53.31488],[2.31405,-53.30544],[2.31011,-53.30252],[2.30376,-53.28157],[2.29227,-53.27127],[2.28498,-53.25917],[2.27203,-53.26020],[2.26937,-53.24578],[2.27031,-53.22948],[2.25968,-53.22724],[2.25616,-53.23548],[2.24501,-53.24990],[2.25230,-53.25617],[2.24956,-53.26072],[2.22752,-53.25746],[2.22331,-53.26269],[2.22108,-53.27780],[2.20222,-53.27883],[2.19518,-53.28672],[2.18884,-53.28544],[2.18669,-53.27926],[2.19064,-53.27505],[2.18824,-53.25960],[2.19887,-53.25076],[2.20024,-53.24381],[2.20745,-53.23995],[2.20556,-53.23291],[2.19441,-53.22475],[2.19261,-53.21480],[2.20059,-53.20097],[2.19896,-53.18604],[2.20680,-53.14779],[2.21323,-53.10195],[2.21074,-53.07861],[2.18454,-53.05456],[2.17219,-53.03997],[2.17081,-53.02100],[2.16833,-53.00804],[2.16267,-52.98315],[2.16738,-52.96924],[2.17714,-52.93818],[2.18795,-52.93706],[2.19223,-52.93268],[2.18760,-52.92427],[2.18717,-52.91165],[2.18563,-52.90685],[2.18803,-52.90238],[2.20038,-52.89715],[2.20741,-52.89028],[2.22611,-52.88093],[2.23529,-52.88402],[2.23657,-52.87629],[2.25338,-52.86711],[2.25664,-52.86531],[2.26119,-52.85329],[2.27071,-52.84943],[2.27877,-52.85303],[2.27851,-52.83767],[2.28537,-52.83303],[2.28683,-52.83870],[2.29241,-52.83089],[2.29258,-52.82067],[2.29790,-52.80377],[2.30836,-52.78360],[2.31410,-52.77578],[2.32654,-52.75476],[2.34395,-52.71493],[2.35030,-52.71656],[2.35930,-52.70772],[2.36736,-52.69141],[2.36925,-52.67931],[2.36925,-52.67356],[2.37474,-52.65811],[2.38897,-52.65468],[2.39720,-52.65185],[2.40021,-52.65554],[2.41821,-52.64155],[2.43082,-52.64292],[2.44085,-52.63219],[2.44240,-52.62584],[2.44300,-52.61494],[2.44806,-52.61219],[2.45537,-52.60974],[2.46111,-52.61995],[2.46617,-52.62296],[2.47809,-52.60571],[2.48024,-52.59463],[2.48693,-52.59000],[2.49919,-52.58116],[2.50862,-52.57043],[2.51651,-52.55953],[2.51771,-52.55318],[2.53340,-52.54957],[2.54886,-52.55927],[2.55641,-52.55284],[2.56078,-52.54940],[2.55770,-52.53825],[2.55950,-52.53473],[2.56533,-52.53782],[2.57767,-52.52888],[2.58308,-52.52433],[2.59757,-52.53016],[2.60906,-52.54038],[2.61077,-52.54544],[2.61789,-52.54184],[2.62620,-52.54192],[2.63452,-52.55025],[2.64301,-52.55016],[2.65278,-52.54510],[2.64730,-52.53025],[2.65990,-52.52476],[2.67362,-52.51969],[2.68562,-52.51566],[2.69766,-52.50636],[2.71163,-52.50224],[2.72664,-52.49357],[2.74935,-52.47683],[2.75604,-52.47675],[2.75899,-52.47876],[2.76576,-52.47172],[2.77922,-52.47524],[2.83365,-52.44786],[2.89194,-52.41837],[2.89229,-52.41031],[2.89854,-52.40533],[2.89529,-52.39108],[2.90617,-52.38473],[2.91484,-52.37451],[2.92324,-52.37486],[2.92135,-52.38481],[2.94192,-52.38859],[2.95478,-52.37743],[2.98187,-52.36696],[2.99164,-52.36799],[2.99952,-52.35906],[3.01204,-52.36370],[3.02198,-52.35151],[3.03998,-52.34653],[3.07924,-52.32302],[3.09758,-52.34362],[3.10804,-52.34362],[3.12003,-52.33589],[3.12466,-52.34980],[3.13426,-52.35031],[3.13426,-52.33486],[3.16628,-52.33256],[3.17039,-52.32861],[3.17382,-52.30904],[3.17450,-52.29187],[3.19833,-52.30286],[3.22695,-52.29067],[3.24186,-52.26527],[3.25129,-52.26183],[3.25249,-52.25222],[3.23740,-52.24175],[3.24443,-52.23025],[3.26791,-52.21617],[3.30186,-52.18869],[3.31574,-52.18732],[3.39200,-52.14062],[3.44240,-52.11116],[3.46108,-52.09794],[3.47701,-52.08901],[3.48832,-52.08455],[3.51180,-52.06670],[3.51951,-52.06292],[3.52550,-52.05691],[3.58116,-52.02871],[3.60344,-52.00914],[3.62365,-51.99180],[3.63547,-51.98786],[3.66083,-51.98717],[3.66939,-51.98459],[3.70618,-51.97056],[3.72725,-51.94567],[3.72537,-51.92747],[3.72965,-51.91872],[3.76528,-51.92061],[3.78789,-51.91597],[3.79799,-51.88902],[3.80810,-51.87220],[3.83157,-51.85555],[3.85041,-51.83272],[3.85811,-51.82379],[3.87181,-51.81761],[3.88466,-51.79873],[3.91737,-51.78379],[3.93963,-51.78087],[3.96738,-51.77984],[3.99358,-51.75719],[4.01173,-51.72663],[4.03690,-51.68251],[4.04975,-51.65814],[4.11014,-51.64020],[4.17297,-51.61239],[4.31253,-51.62905],[5.46987,-51.25072],[6.43145,-53.77208]], // Gibraltar GI: [[36.15289,-5.33874],[36.15513,-5.34541],[36.15492,-5.35343],[36.15215,-5.37120],[36.12782,-5.39186],[36.09024,-5.36725],[36.10071,-5.31670],[36.15167,-5.32028]], + // Great Britain + GB: [[49.9354168660,-5.68827257997],[49.9850269719,-4.04732067454],[50.6296572927,0.595293673091],[51.3072660568,1.750694423047],[53.0177667103,2.610403133658],[61.5591256635,-0.84017096952],[57.8696895042,-8.42518770460],[55.2475755825,-6.87860406759],[55.16570365043,-7.02489675575],[55.0680594007,-7.24492992796],[55.06363647411,-7.27226036651],[55.04764181478,-7.29008456557],[55.0558100987,-7.299590805072],[55.0442378713,-7.31563258422],[55.0486629414,-7.34177474283],[55.00439023503,-7.40118873969],[54.9979155120,-7.38811766038],[54.9928031505,-7.38811766038],[54.9825764732,-7.40356529956],[54.9711174535,-7.3994459958],[54.9637928956,-7.40383211811],[54.95978671314,-7.39964536507],[54.9554366912,-7.40562644084],[54.9451321291,-7.39107248979],[54.9410205518,-7.40211211768],[54.9427245101,-7.41635114500],[54.9364195038,-7.44156608920],[54.92840901627,-7.44749901725],[54.9132358492,-7.44453255322],[54.90919114775,-7.44428942071],[54.8976287304,-7.45168190798],[54.8879782024,-7.44636254845],[54.8824554186,-7.44235426829],[54.8753229370,-7.4412356784],[54.86847188491,-7.44359216155],[54.8594054449,-7.45552378621],[54.8533957934,-7.45552378621],[54.8537177617,-7.460557440377],[54.85044429742,-7.460277792924],[54.8391192820,-7.46997223796],[54.8343413901,-7.47081115914],[54.8313885001,-7.480785251644],[54.8274151800,-7.48115811491],[54.8236562740,-7.48339529454],[54.80765015858,-7.51751228383],[54.7919761150,-7.54208890366],[54.7597176265,-7.53732899692],[54.7418614527,-7.52899916013],[54.7329304128,-7.56588843734],[54.7446090689,-7.633717108],[54.7033752514,-7.73843505576],[54.7026876657,-7.77651430965],[54.7301820041,-7.83006326043],[54.7033752514,-7.86814251432],[54.6992495623,-7.90503179153],[54.6916847090,-7.89313202469],[54.67517467872,-7.90622176821],[54.6620994752,-7.89194204801],[54.6531508579,-7.847912910700],[54.6366251554,-7.847912910700],[54.6373138605,-7.82768330707],[54.6497085572,-7.81459356354],[54.6366251554,-7.79674391328],[54.6345589702,-7.777704286341],[54.6249153844,-7.77056442623],[54.638691235,-7.70987561535],[54.6276709279,-7.68845603503],[54.60768900787,-7.69083598840],[54.5925237637,-7.75271477597],[54.5835598280,-7.75509472934],[54.5739041527,-7.79436395991],[54.5628662936,-7.79793388997],[54.5521445952,-7.82943946902],[54.544964883,-7.81945677541],[54.5317601792,-7.84860624075],[54.5338813381,-7.88812223792],[54.53095660238,-7.95969794705],[54.5426542883,-7.9697790328],[54.5426542883,-8.00607094170],[54.5215960395,-8.0121195931],[54.50755117111,-8.03833041623],[54.48178970145,-8.03833041623],[54.4829610295,-8.08772773662],[54.4694887304,-8.10284936531],[54.4653875847,-8.16031155433],[54.451323409,-8.13611688892],[54.43959955273,-8.14720609803],[54.3996398719,-8.08375912492],[54.3752270085,-8.06225922829],[54.3661467274,-8.04559680840],[54.36019648895,-8.01925943502],[54.3642677978,-8.00635949704],[54.3576908675,-7.99453455390],[54.34860670867,-7.99668454356],[54.34453384760,-7.97948462625],[54.33513339699,-7.97787213401],[54.3200882046,-7.95798472962],[54.3051385555,-7.94074891876],[54.30471761069,-7.920909070480],[54.29892918253,-7.91351421793],[54.29808716154,-7.90720153893],[54.3021918512,-7.90179067122],[54.30082366679,-7.88664024162],[54.2932452066,-7.88032756262],[54.29566625527,-7.87383452136],[54.294192590,-7.86012698982],[54.2876921284,-7.86407751043],[54.2877974086,-7.86984910266],[54.26642002323,-7.87093127620],[54.2597834070,-7.85920772949],[54.2252136029,-7.85542012209],[54.2212213605,-7.85391370563],[54.2186869323,-7.859661023183],[54.2014939335,-7.811504300527],[54.20824541211,-7.80320763669],[54.2101440666,-7.745852438927],[54.20518628507,-7.741343382498],[54.2045263999,-7.71019333178],[54.2085349291,-7.70225739246],[54.20505386012,-7.69233746835],[54.2091678192,-7.68782841192],[54.2083239635,-7.68313899324],[54.20283848168,-7.68710696290],[54.1993569327,-7.68674623838],[54.1978798233,-7.68223718195],[54.1943978565,-7.6834997177],[54.1942923378,-7.67989247261],[54.1820503377,-7.67520305392],[54.1821558876,-7.67231725781],[54.1885939266,-7.66600457881],[54.1878551862,-7.65969189981],[54.1859555073,-7.654281032100],[54.1675874441,-7.62470162192],[54.15336286119,-7.62434449766],[54.14544035388,-7.60775117001],[54.14375002276,-7.60775117001],[54.1411087422,-7.59187929138],[54.1431161308,-7.58159864272],[54.1420596226,-7.57221980535],[54.1332895645,-7.572941254382],[54.1331838898,-7.56753038666],[54.1274770572,-7.56500531506],[54.1287453102,-7.5568890134],[54.123354967,-7.54805126257],[54.1302916530,-7.54842152643],[54.1291291326,-7.54319102097],[54.1291291326,-7.53922305132],[54.13251091944,-7.53778015326],[54.13652643271,-7.52858167814],[54.1319825334,-7.51775994274],[54.12426733051,-7.48060531777],[54.1273324461,-7.4732104652],[54.1343073814,-7.4732104652],[54.1353640873,-7.46725851074],[54.14180940936,-7.46996394723],[54.1454014488,-7.45571532892],[54.1552251415,-7.44363105769],[54.15300709211,-7.431186061949],[54.1557532310,-7.42721809229],[54.1551195228,-7.41874106620],[54.1564528185,-7.41403734555],[54.1565663552,-7.407703612114],[54.15111624440,-7.40802676176],[54.1483152138,-7.4114521481],[54.1407239176,-7.42488997819],[54.1371045972,-7.4203793522],[54.1368323347,-7.41917651863],[54.1400192960,-7.4088430846],[54.1412683898,-7.40053259798],[54.1377558202,-7.39298818222],[54.1384219994,-7.38668218383],[54.1413893949,-7.38358087315],[54.1419545889,-7.37489720324],[54.1407030774,-7.37369113797],[54.1393102217,-7.37258844973],[54.1377558202,-7.37286412179],[54.13460646437,-7.381685627737],[54.12544719152,-7.39317549448],[54.12282135,-7.39358283123],[54.1204340950,-7.39187201688],[54.1212935261,-7.38926506167],[54.1232987958,-7.38771718202],[54.12396719756,-7.38193300016],[54.1269271326,-7.37688202446],[54.13165304216,-7.36840942005],[54.130937029,-7.365802464850],[54.13165304216,-7.363276976998],[54.1299505306,-7.35963148385],[54.1273875461,-7.35602298308],[54.12684289152,-7.35451944109],[54.1240394088,-7.35132099722],[54.124247674,-7.34935272407],[54.122325185,-7.34585357181],[54.1171009742,-7.346584548588],[54.11605945818,-7.342757350650],[54.11806235081,-7.340679728994],[54.1173252975,-7.33873879297],[54.1168125571,-7.33786400490],[54.11694074286,-7.33570437187],[54.12062591215,-7.3342555041],[54.12467921993,-7.327175188230],[54.12344564649,-7.3242774527],[54.1147287240,-7.318870150138],[54.12124773459,-7.30898361549],[54.1458658554,-7.34070291414],[54.1704693479,-7.30898361549],[54.1745685080,-7.28673891254],[54.1692636352,-7.275616561064],[54.1451420018,-7.28055982838],[54.1473135245,-7.29621350824],[54.1451420018,-7.29662544718],[54.1403159880,-7.28014788944],[54.1301795282,-7.28838666831],[54.1301795282,-7.299920958735],[54.1289726416,-7.30362840922],[54.12366192273,-7.29868514190],[54.1231790963,-7.28879860725],[54.12462755861,-7.28220758416],[54.13959203746,-7.26408227064],[54.1502087110,-7.26449420958],[54.1682990398,-7.26119869803],[54.17022820818,-7.24842859078],[54.17625627948,-7.26243451487],[54.19578119687,-7.26037482015],[54.211352628,-7.2499466824],[54.23423185012,-7.16632307691],[54.25854217263,-7.15602460332],[54.2970242567,-7.21657962803],[54.342342823,-7.19315153237],[54.4181557997,-7.05268035262],[54.4278768219,-7.01416636422],[54.3796816463,-6.908298055733],[54.3184569856,-6.85021466469],[54.2754482887,-6.85135371829],[54.2602923218,-6.81839860281],[54.2263516285,-6.81098370182],[54.18708042010,-6.73024366889],[54.2087685249,-6.700996003898],[54.1873214615,-6.62808281088],[54.1347294499,-6.62641533415],[54.11541716536,-6.64907197446],[54.09585430611,-6.636161510774],[54.0890896895,-6.654698763235],[54.06637183738,-6.65758233584],[54.05839347234,-6.6402809002],[54.0429159107,-6.62256752563],[54.0489625194,-6.59908700585],[54.061294873,-6.58961241015],[54.0559754833,-6.56530801248],[54.0632290280,-6.51875891185],[54.0842571452,-6.48086052905],[54.0731401573,-6.44543377990],[54.06226195980,-6.43843081094],[54.0683854404,-6.3859923770],[54.0739449431,-6.3686909414],[54.11718694059,-6.37404614768],[54.1169454903,-6.3398552153],[54.10970133017,-6.32873286389],[54.0973833523,-6.33367613121],[54.0937597214,-6.32172990185],[54.11018431323,-6.30854788806],[54.1166735985,-6.28265571314],[54.11232722580,-6.2595871323],[54.0927629085,-6.24887671976],[53.9447397651,-5.92551854842],[49.9354168660,-5.68827257997]], // Guadeloupe GP: [[16.39074,-62.00221],[16.68037,-61.46388],[16.41708,-60.81019],[15.69124,-61.11369],[15.72164,-61.95277]], // Croatia diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index e2b6e6c..0812fdc 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.4 +// @version 0.3.5 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -58,6 +58,13 @@ label: '๐Ÿ‡ฉ๐Ÿ‡ช', regions: ['DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], to: Date.parse('2023-09-29T18:52Z'), + to: Date.parse('2023-09-30T16:30Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฌ๐Ÿ‡ง', + regions: ['GB'], + to: Date.parse('2023-09-30T16:30Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From 45093a014a4214ae152160c5175b7b77b6cf2be5 Mon Sep 17 00:00:00 2001 From: tehstone Date: Sat, 30 Sep 2023 14:10:36 -0400 Subject: [PATCH 11/32] Update wayfarer-review-counter.user.js bug fix --- wayfarer-review-counter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 0812fdc..19281bc 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -64,7 +64,7 @@ { label: '๐Ÿ‡ฌ๐Ÿ‡ง', regions: ['GB'], - to: Date.parse('2023-09-30T16:30Z'), + from: Date.parse('2023-09-30T16:30Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From cb7504d1cef3ac84fcd3dd35cae1fc7b2d3456a8 Mon Sep 17 00:00:00 2001 From: tehstone Date: Sat, 30 Sep 2023 14:11:00 -0400 Subject: [PATCH 12/32] Update wayfarer-review-counter.user.js version bump --- wayfarer-review-counter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 19281bc..f41428a 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.5 +// @version 0.3.6 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js From a50e23e5dd262cff1ea5bc14aeb5d9c12bcdaaa3 Mon Sep 17 00:00:00 2001 From: tehstone Date: Sat, 30 Sep 2023 14:22:17 -0400 Subject: [PATCH 13/32] bug fix; set all challenge section end times to overall end --- wayfarer-review-counter.user.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index f41428a..37a96bf 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.6 +// @version 0.3.7 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -44,21 +44,21 @@ label: '๐Ÿ‡ฎ๐Ÿ‡น', regions: ['IT'], from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-09-28T15:42Z'), + to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, { label: '๐Ÿ‡ซ๐Ÿ‡ท', regions: ['FR'], - from: Date.parse('2023-09-28T15:42Z'), - to: Date.parse('2023-09-29T18:52Z'), + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, { label: '๐Ÿ‡ฉ๐Ÿ‡ช', regions: ['DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], - to: Date.parse('2023-09-29T18:52Z'), - to: Date.parse('2023-09-30T16:30Z'), + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, { From 98fd023b0a9095417a200e383882c9af561802c4 Mon Sep 17 00:00:00 2001 From: tehstone Date: Sun, 1 Oct 2023 11:55:28 -0400 Subject: [PATCH 14/32] Update wayfarer-review-counter.user.js adding Denmark and Sweden --- wayfarer-review-counter.user.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 37a96bf..5860056 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -64,7 +64,21 @@ { label: '๐Ÿ‡ฌ๐Ÿ‡ง', regions: ['GB'], - from: Date.parse('2023-09-30T16:30Z'), + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฉ๐Ÿ‡ฐ', + regions: ['DK'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ธ๐Ÿ‡ช', + regions: ['SE'], + from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From d44e8737d44740377592f50ec1c6a99c09a61086 Mon Sep 17 00:00:00 2001 From: tehstone Date: Sun, 1 Oct 2023 11:56:15 -0400 Subject: [PATCH 15/32] Update wayfarer-review-counter.user.js version bump --- wayfarer-review-counter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 5860056..4973d9a 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.7 +// @version 0.3.8 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js From d1e53c9a7ecb6a6438a2249c75595d6338df4a5d Mon Sep 17 00:00:00 2001 From: tehstone Date: Mon, 2 Oct 2023 10:26:16 -0400 Subject: [PATCH 16/32] add more countries to the current challenge --- wayfarer-review-counter.user.js | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 4973d9a..d9dcc10 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.8 +// @version 0.3.9 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -82,9 +82,30 @@ to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, + { + label: '๐Ÿ‡ช๐Ÿ‡ธ', + regions: ['ES'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฆ๐Ÿ‡น', + regions: ['AT'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡จ๐Ÿ‡ญ', + regions: ['CH'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, { label: '๐Ÿ—บ๏ธ', - regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], + regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH', 'GB', 'DK', 'SE', 'ES', 'AT', 'CH'], from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 From 97502878841990f22a885c915d793c1c1a940704 Mon Sep 17 00:00:00 2001 From: tehstone Date: Mon, 2 Oct 2023 13:26:44 -0400 Subject: [PATCH 17/32] Update wayfarer-review-counter.user.js add additional challenge countries to counter --- wayfarer-review-counter.user.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 4973d9a..4bb68b7 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.8 +// @version 0.3.9 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -81,6 +81,27 @@ from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 + }, + { + label: '๐Ÿ‡จ๐Ÿ‡ญ', + regions: ['CH'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ฆ๐Ÿ‡น', + regions: ['AT'], + from: Date.parse('2023-09-27T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 + }, + { + label: '๐Ÿ‡ช๐Ÿ‡ธ', + regions: ['ES'], + from: Date.parse('2023-10-04T19:00Z'), + to: Date.parse('2023-10-04T19:00Z'), + counter: 0 }, { label: '๐Ÿ—บ๏ธ', From dfea7d1a84d810ca89054d8969c4d6e703458ad3 Mon Sep 17 00:00:00 2001 From: tehstone Date: Mon, 2 Oct 2023 19:02:08 -0400 Subject: [PATCH 18/32] Update wayfarer-review-counter.user.js add spain --- wayfarer-review-counter.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 4bb68b7..441b91b 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.9 +// @version 0.3.10 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -99,13 +99,13 @@ { label: '๐Ÿ‡ช๐Ÿ‡ธ', regions: ['ES'], - from: Date.parse('2023-10-04T19:00Z'), + from: Date.parse('2023-9-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, { label: '๐Ÿ—บ๏ธ', - regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH'], + regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH','GB','DK','SE','CH','AT','ES'], from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 From 6d3c9902fabbcb7b00d9117d8348c7aba1fa6580 Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 3 Oct 2023 09:45:56 -0400 Subject: [PATCH 19/32] add translation script courtesy of AlfonsoML --- wayfarer-translate.user.js | 221 +++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 wayfarer-translate.user.js diff --git a/wayfarer-translate.user.js b/wayfarer-translate.user.js new file mode 100644 index 0000000..c582165 --- /dev/null +++ b/wayfarer-translate.user.js @@ -0,0 +1,221 @@ +// ==UserScript== +// @name Wayfarer Translate +// @version 0.3.3 +// @description Add translate option to Wayfarer +// @namespace https://github.com/tehstone/wayfarer-addons +// @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-translate.user.js +// @homepageURL https://github.com/tehstone/wayfarer-addons +// @match https://wayfarer.nianticlabs.com/* +// ==/UserScript== + +// Copyright 2023 tehstone, bilde, AlfonsoML +// This file is part of the Wayfarer Addons collection. + +// This script is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This script is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You can find a copy of the GNU General Public License in the root +// directory of this script's GitHub repository: +// +// If not, see . + +/* eslint-env es6 */ +/* eslint no-var: "error" */ + +function init() { + let tryNumber = 15; + + let translateButton; + let candidate; + + const SPACING = '\r\n\r\n'; + + let engine = localStorage['translate-engine']; + if (!engine) { + engine = 'Google'; + localStorage['translate-engine'] = engine; + } + + /** + * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls + */ + (function (open) { + XMLHttpRequest.prototype.open = function (method, url) { + if (url == '/api/v1/vault/review') { + if (method == 'GET') { + this.addEventListener('load', parseCandidate, false); + } + if (method == 'POST') { + hideButton(); + } + } + open.apply(this, arguments); + }; + })(XMLHttpRequest.prototype.open); + + addCss(); + + function parseCandidate(e) { + try { + const response = this.response; + const json = JSON.parse(response); + if (!json) { + console.log(response); + alert('Failed to parse response from Wayfarer'); + return; + } + // ignore if it's related to captchas + if (json.captcha) + return; + + if (json.code != 'OK') + return; + + candidate = json.result; + if (!candidate) { + console.log(json); + alert('Wayfarer\'s response didn\'t include a candidate.'); + return; + } + addTranslateButton(); + + } catch (e) { + console.log(e); // eslint-disable-line no-console + } + + } + + function getTranslatorLink() { + switch (engine) { + case 'Google': + return 'https://translate.google.com/?sl=auto&q='; + + default: + return 'https://www.deepl.com/translator#auto/' + navigator.language + '/'; + } + } + + function createButton(ref) { + if (!translateButton) { + const div = document.createElement('div'); + div.className = 'wayfarertranslate'; + const link = document.createElement('a'); + link.className = ''; + link.title = 'Translate nomination'; + link.innerHTML = ''; + link.target = '_blank'; + + const select = document.createElement('select'); + select.title = 'Select translation engine'; + const engines = [ + {name: 'Google', title: 'Google Translate'}, + {name: 'DeepL', title: 'DeepL Translate'} + ]; + + select.innerHTML = engines.map(item => ``).join(''); + select.addEventListener('change', function () { + engine = select.value; + localStorage['translate-engine'] = engine; + link.href = getTranslatorLink() + encodeURIComponent(link.dataset.text); + }); + + div.appendChild(link); + div.appendChild(select); + translateButton = div; + } + + const container = ref.parentNode.parentNode; + if (!container.contains(translateButton)) + container.appendChild(translateButton); + } + + function addTranslateButton() { + const ref = document.querySelector('wf-logo'); + + if (!ref) { + if (tryNumber === 0) { + document.querySelector('body') + .insertAdjacentHTML('afterBegin', '
Wayfarer Translate initialization failed, refresh page
'); + return; + } + setTimeout(addTranslateButton, 1000); + tryNumber--; + return; + } + + let text = ''; + if (candidate.type == 'NEW' || candidate.type == 'NEW_B') { + text = candidate.title + SPACING + candidate.description + SPACING + candidate.statement; + } + + if (candidate.type == 'EDIT'|| candidate.type == 'EDIT_B') { + const title = candidate.title || candidate.titleEdits.map(d=>d.value).join(SPACING); + const description = candidate.description || candidate.descriptionEdits.map(d=>d.value).join(SPACING); + text = title + SPACING + SPACING + description; + } + if (candidate.type == 'PHOTO'|| candidate.type == 'PHOTO_B') { + text = candidate.title + SPACING + candidate.description; + } + + if (text != '') { + createButton(ref); + const link = translateButton.querySelector('a'); + link.dataset.text = text; + link.href = getTranslatorLink() + encodeURIComponent(text); + translateButton.classList.add('wayfarertranslate__visible'); + } + } + + function hideButton() { + translateButton.classList.remove('wayfarertranslate__visible'); + } + + function addCss() { + const css = ` + + .wayfarertranslate { + color: #333; + margin-left: 2em; + padding-top: 0.3em; + text-align: center; + display: none; + } + + .wayfarertranslate__visible { + display: inline; + } + + .wayfarertranslate svg { + width: 24px; + height: 24px; + filter: none; + fill: currentColor; + margin: 0 auto; + } + + .dark .wayfarertranslate { + color: #ddd; + } + + .dark .wayfarertranslate select, + .dark .wayfarertranslate option { + background: #000; + } + `; + const style = document.createElement('style'); + style.type = 'text/css'; + style.innerHTML = css; + document.querySelector('head').appendChild(style); + } + +} + +init(); + From 8a7b992e9e094f75b7efdb178ac2ec7304a09e39 Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 4 Oct 2023 12:23:33 -0400 Subject: [PATCH 20/32] Update wayfarer-review-counter.user.js remove duplicate spain entry in current challenge --- wayfarer-review-counter.user.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 03f9c4d..a2a0bf7 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.10 +// @version 0.3.11 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -103,13 +103,6 @@ to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, - { - label: '๐Ÿ‡ช๐Ÿ‡ธ', - regions: ['ES'], - from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-10-04T19:00Z'), - counter: 0 - }, { label: '๐Ÿ‡ฆ๐Ÿ‡น', regions: ['AT'], From b1894b1cccc66f5f6d104f8cfcab145657051614 Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 4 Oct 2023 12:24:36 -0400 Subject: [PATCH 21/32] Update wayfarer-review-counter.user.js remove duplicate AT, CH entries in current challenge --- wayfarer-review-counter.user.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index a2a0bf7..24d39d3 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.11 +// @version 0.3.12 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -103,20 +103,6 @@ to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, - { - label: '๐Ÿ‡ฆ๐Ÿ‡น', - regions: ['AT'], - from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-10-04T19:00Z'), - counter: 0 - }, - { - label: '๐Ÿ‡จ๐Ÿ‡ญ', - regions: ['CH'], - from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-10-04T19:00Z'), - counter: 0 - }, { label: '๐Ÿ—บ๏ธ', regions: ['IT', 'FR', 'DE_BB','DE_BY','DE_BE','DE_BW','DE_HB','DD_HE','DE_HH','DE_MV','DE_NI','DD_NW','DE_RP','DE_SH','DD_SL','DE_SN','DE_ST','DE_TH', 'GB', 'DK', 'SE', 'ES', 'AT', 'CH'], From 8ca29165e5f51ec2d980d1bfe43092ce17475b85 Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 4 Oct 2023 12:27:29 -0400 Subject: [PATCH 22/32] Update wayfarer-review-counter.user.js add 0 --- wayfarer-review-counter.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index 24d39d3..cac4133 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.12 +// @version 0.3.13 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -99,7 +99,7 @@ { label: '๐Ÿ‡ช๐Ÿ‡ธ', regions: ['ES'], - from: Date.parse('2023-9-27T19:00Z'), + from: Date.parse('2023-09-27T19:00Z'), to: Date.parse('2023-10-04T19:00Z'), counter: 0 }, From 48c6d17c4853bd5190f58ad5a29a36b868d5b29b Mon Sep 17 00:00:00 2001 From: tehstone Date: Wed, 4 Oct 2023 21:14:01 -0400 Subject: [PATCH 23/32] added counter to showcase page and exists check --- wayfarer-review-counter.user.js | 136 +++++++++++++++++++------------- 1 file changed, 79 insertions(+), 57 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index cac4133..b845baa 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.3.13 +// @version 0.4.0 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -34,7 +34,7 @@ const CURRENT_EVENT = { from: Date.parse('2023-09-27T19:00Z'), - to: Date.parse('2023-10-08T19:00Z'), + to: Date.parse('2023-10-06T19:00Z'), label: 'Challenge:', color: 'goldenrod', currentValid: -1, @@ -183,8 +183,8 @@ */ (function (open) { XMLHttpRequest.prototype.open = function (method, url) { - if (url == '/api/v1/vault/review') { - if (method == 'GET') { + if (method == 'GET') { + if (url == '/api/v1/vault/review' || url == '/api/v1/vault/home') { this.addEventListener('load', injectCounter, false); } else if (method == 'POST') { this.addEventListener('load', incrementCounter, false); @@ -212,33 +212,38 @@ return; } - const div = document.createElement('div'); - div.className = 'wayfarerrctr'; + let counterDiv = document.getElementById("counterDiv"); + if (counterDiv === null) { + const div = document.createElement('div'); + div.className = 'wayfarerrctr'; + div.id = 'counterDiv'; - let countLabel = document.createElement('p'); - countLabel.textContent = 'Review count: '; - let counter = document.createElement('p'); - counter.textContent = sessionStorage.getItem('wfrcCounter') || '0'; - div.appendChild(countLabel); - div.appendChild(counter); + let countLabel = document.createElement('p'); + countLabel.textContent = 'Review count: '; + let counter = document.createElement('p'); + counter.textContent = sessionStorage.getItem('wfrcCounter') || '0'; + div.appendChild(countLabel); + div.appendChild(counter); - function confirmReset() { - if (confirm('Reset review count?')) { - sessionStorage.setItem('wfrcCounter', 0); - counter.textContent = 0; - } - } - - countLabel.addEventListener('click', confirmReset); - counter.addEventListener('click', confirmReset); + function confirmReset() { + if (confirm('Reset review count?')) { + sessionStorage.setItem('wfrcCounter', 0); + counter.textContent = 0; + } + } + + countLabel.addEventListener('click', confirmReset); + counter.addEventListener('click', confirmReset); - const container = ref.parentNode.parentNode; - container.appendChild(div); + const container = ref.parentNode.parentNode; + container.appendChild(div); + } const now = Date.now(); const windowRef = typeof unsafeWindow !== 'undefined' ? unsafeWindow : window; if (CURRENT_EVENT && now >= CURRENT_EVENT.from && now <= CURRENT_EVENT.to && windowRef.wft_plugins_api && windowRef.wft_plugins_api.openIn) { CURRENT_EVENT.currentValid = -1; + console.log("rc") const WFTApi = windowRef.wft_plugins_api; const response = this.response; const json = JSON.parse(response); @@ -255,45 +260,49 @@ } } const renderEventCounter = () => { - const div = document.createElement('div'); - div.classList.add('wayfarerrctr_event'); - let countLabel = document.createElement('p'); - countLabel.textContent = CURRENT_EVENT.label; - const evTable = document.createElement('table'); - const evRow = document.createElement('tr'); - evTable.appendChild(evRow); - div.appendChild(countLabel); - div.appendChild(evTable); + let eventCounterDiv = document.getElementById("eventCounterDiv"); + if (eventCounterDiv === null) { + const div = document.createElement('div'); + div.classList.add('wayfarerrctr_event'); + div.id = "eventCounterDiv" + let countLabel = document.createElement('p'); + countLabel.textContent = CURRENT_EVENT.label; + const evTable = document.createElement('table'); + const evRow = document.createElement('tr'); + evTable.appendChild(evRow); + div.appendChild(countLabel); + div.appendChild(evTable); - const counter = document.createElement('td'); - counter.classList.add('wayfarerrctr_event_big'); - counter.textContent = CURRENT_EVENT.parts.map(p => p.counter).reduce((a, b) => a + b) + ''; - counter.style.color = CURRENT_EVENT.color; - evRow.appendChild(counter); + const counter = document.createElement('td'); + counter.classList.add('wayfarerrctr_event_big'); + counter.textContent = CURRENT_EVENT.parts.map(p => p.counter).reduce((a, b) => a + b) + ''; + counter.style.color = CURRENT_EVENT.color; + evRow.appendChild(counter); - if (CURRENT_EVENT.parts.length > 1) { - let evPC; - for (let i = 0; i < CURRENT_EVENT.parts.length; i++) { - if (i % 2 == 0) { - if (evPC) evRow.appendChild(evPC); - evPC = document.createElement('td'); - evPC.classList.add('wayfarerrctr_event_ptCell'); + if (CURRENT_EVENT.parts.length > 1) { + let evPC; + for (let i = 0; i < CURRENT_EVENT.parts.length; i++) { + if (i % 2 == 0) { + if (evPC) evRow.appendChild(evPC); + evPC = document.createElement('td'); + evPC.classList.add('wayfarerrctr_event_ptCell'); + } + const evPP = document.createElement('p'); + evPP.classList.add('wayfarerrctr_event_ptLabel'); + evPP.textContent = CURRENT_EVENT.parts[i].label + ' '; + const evPN = document.createElement('span'); + evPN.textContent = CURRENT_EVENT.parts[i].counter + ''; + evPN.style.color = now >= CURRENT_EVENT.parts[i].from && now <= CURRENT_EVENT.parts[i].to ? CURRENT_EVENT.color : '#7f7f7f'; + evPP.appendChild(evPN); + evPC.appendChild(evPP); } - const evPP = document.createElement('p'); - evPP.classList.add('wayfarerrctr_event_ptLabel'); - evPP.textContent = CURRENT_EVENT.parts[i].label + ' '; - const evPN = document.createElement('span'); - evPN.textContent = CURRENT_EVENT.parts[i].counter + ''; - evPN.style.color = now >= CURRENT_EVENT.parts[i].from && now <= CURRENT_EVENT.parts[i].to ? CURRENT_EVENT.color : '#7f7f7f'; - evPP.appendChild(evPN); - evPC.appendChild(evPP); + evRow.appendChild(evPC); } - evRow.appendChild(evPC); - } - const container = ref.parentNode.parentNode; - container.appendChild(div); - }; + const container = ref.parentNode.parentNode; + container.appendChild(div); + } + } if (!CURRENT_EVENT.initialized) { CURRENT_EVENT.initialized = true; if (WFTApi.reviewHistory) { @@ -319,6 +328,19 @@ } } + + const awaitElement = get => new Promise((resolve, reject) => { + let triesLeft = 10; + const queryLoop = () => { + const ref = get(); + if (ref) resolve(ref); + else if (!triesLeft) reject(); + else setTimeout(queryLoop, 100); + triesLeft--; + } + queryLoop(); + }); + (function() { const css = ` .wayfarerrctr, .wayfarerrctr_event { From a883e3d16ad29b9a2a24bc2fa42545873e316252 Mon Sep 17 00:00:00 2001 From: tehstone Date: Thu, 5 Oct 2023 09:42:10 -0400 Subject: [PATCH 24/32] bug fix for increment --- wayfarer-review-counter.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wayfarer-review-counter.user.js b/wayfarer-review-counter.user.js index b845baa..9d97d9b 100644 --- a/wayfarer-review-counter.user.js +++ b/wayfarer-review-counter.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Counter -// @version 0.4.0 +// @version 0.4.1 // @description Add review counter to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-counter.user.js @@ -186,9 +186,9 @@ if (method == 'GET') { if (url == '/api/v1/vault/review' || url == '/api/v1/vault/home') { this.addEventListener('load', injectCounter, false); - } else if (method == 'POST') { - this.addEventListener('load', incrementCounter, false); } + } else if (method == 'POST') { + this.addEventListener('load', incrementCounter, false); } open.apply(this, arguments); }; From 16f089ff96bf3265ff9151af525bfdc38a369aa6 Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 10:29:52 -0400 Subject: [PATCH 25/32] updated timer for new flow. disabled smart submit for now --- wayfarer-review-timer.user.js | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/wayfarer-review-timer.user.js b/wayfarer-review-timer.user.js index 6d4048d..ce46f56 100644 --- a/wayfarer-review-timer.user.js +++ b/wayfarer-review-timer.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review Timer -// @version 0.4.2 +// @version 0.5.0 // @description Add review timer to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-timer.user.js @@ -8,7 +8,7 @@ // @match https://wayfarer.nianticlabs.com/* // ==/UserScript== -// Copyright 2022 tehstone +// Copyright 2023 tehstone, bilde // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify @@ -81,13 +81,13 @@ console.log(e); } addSettings(); - addSmartSubmitButton(); + //addSmartSubmitButton(); }); } function initTimer(container, expiry) { awaitElement(() => ( - document.querySelector('app-should-be-wayspot') || + document.getElementById('appropriate-card') || document.querySelector('app-review-edit') || document.querySelector('app-review-photo') )).then(ref => { @@ -258,7 +258,13 @@ smartSubmitEnabled = false; } else { smartSubmitEnabled = smartSubmitEnabled === "true"; + } + + const new_review_ref = document.querySelector('#safety-and-accessability-card'); + if (new_review_ref) { + smartSubmitEnabled = false; } + if (smartSubmitEnabled !== true) { return; @@ -276,7 +282,7 @@ if (smartSubmitButton === null) { smartSubmitButton = document.createElement("button"); - smartSubmitButton.className = 'wf-button wf-split-button__main wf-button--disabled'; + smartSubmitButton.className = 'wf-button wf-split-button__main wf-button--primary wfrt-smart-button'; smartSubmitButton.disabled = true; smartSubmitButton.id = `wayfarerrtssbutton_${i}`; smartSubmitButton.innerHTML = "Smart Submit"; @@ -308,7 +314,7 @@ if (smartSubmitButton === null) { const buttons = parent[0].getElementsByTagName('button'); smartSubmitButton = document.createElement("button"); - smartSubmitButton.className = 'wf-button wf-split-button__main wf-button--primary'; + smartSubmitButton.className = 'wf-button wf-split-button__main wf-button--primary wfrt-smart-button'; smartSubmitButton.style.marginLeft = "1.5rem"; smartSubmitButton.id = `wayfarerrtssbutton_d`; smartSubmitButton.innerHTML = "Smart Submit"; @@ -577,16 +583,8 @@ color: #ddd; } - .wayfarercc__button { - background-color: #e5e5e5; - border: none; - color: #ff4713; - padding: 4px 10px; - margin: 1px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; + .wfrt-smart-button { + color: #20B8E3; } .wayfarercc__hiddendl { From 9fd5741a45504f905e6abd486d3b4bcf56f837a8 Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 11:36:59 -0400 Subject: [PATCH 26/32] updated for new review flow --- wayfarer-open-in.user.js | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index 23b4084..ed15acc 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Open-In -// @version 0.6.18 +// @version 0.7.0 // @description Add open-in buttons to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-open-in.user.js @@ -17,7 +17,7 @@ // @require https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.7.5/proj4.min.js // ==/UserScript== -// Copyright 2022 tehstone, bilde +// Copyright 2023 tehstone, bilde // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify @@ -971,22 +971,25 @@ }); const injectReview = result => awaitElement(() => ( - document.querySelector('app-should-be-wayspot') || + document.getElementById('check-duplicates-card') || document.querySelector('app-review-edit') || document.querySelector('app-review-photo') )).then(ref => { + console.log("switch for openin") switch (ref.tagName) { - case 'APP-SHOULD-BE-WAYSPOT': - awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) - .then((ref) => { + case 'WF-REVIEW-CARD': + + // awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) + // .then((ref) => { if (result.streetAddress) { const addrBox = document.createElement('p'); addrBox.classList.add('wayfareropenin__address'); addrBox.textContent = result.streetAddress; - ref.parentElement.insertBefore(addrBox, ref); + //ref.parentElement.insertBefore(addrBox, ref); + insertAfter(addrBox, ref.firstChild); } - addOpenButtons(ref, result); - }); + addOpenButtons(ref.firstChild, result); + // }); break; case 'APP-REVIEW-EDIT': awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) @@ -1114,7 +1117,8 @@ box.appendChild(globalBox); Object.keys(regionBoxes).forEach(region => { box.appendChild(regionBoxes[region]); }); - before.parentElement.insertBefore(box, before); + insertAfter(box, before); + //before.parentElement.insertBefore(box, before); return box; } @@ -1137,6 +1141,10 @@ return inside; } + const insertAfter = (newNode, referenceNode) => { + referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); + } + (() => { const css = ` .wayfareropenin__container { margin-bottom: 10px; } From 9e91fab7a9dd54fc575c9c4990b965eca3ffa987 Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 11:42:50 -0400 Subject: [PATCH 27/32] remove console log --- wayfarer-open-in.user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index ed15acc..31e8192 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -975,7 +975,6 @@ document.querySelector('app-review-edit') || document.querySelector('app-review-photo') )).then(ref => { - console.log("switch for openin") switch (ref.tagName) { case 'WF-REVIEW-CARD': From e6a906f160cdc4ed55b22e22bf96902da2b8996c Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 13:28:14 -0400 Subject: [PATCH 28/32] updated for new review flow --- wayfarer-review-map-mods.user.js | 123 +++++++++++++++++++++++++++++-- 1 file changed, 115 insertions(+), 8 deletions(-) diff --git a/wayfarer-review-map-mods.user.js b/wayfarer-review-map-mods.user.js index 23df409..ec09680 100644 --- a/wayfarer-review-map-mods.user.js +++ b/wayfarer-review-map-mods.user.js @@ -1,14 +1,15 @@ // ==UserScript== // @name Wayfarer Review Map Mods -// @version 0.7.3 +// @version 0.9.0 // @description Add Map Mods to Wayfarer Review Page // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-map-mods.user.js // @homepageURL https://github.com/tehstone/wayfarer-addons // @match https://wayfarer.nianticlabs.com/* +// @run-at document-start // ==/UserScript== -// Copyright 2022 tehstone, bilde +// Copyright 2023 tehstone, bilde // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify @@ -37,11 +38,24 @@ function init() { let closeCircle; let moveCircle; let cellShade; - let userId; + let userHash = 0; let pano = null; let listenSVFocus = false; + // https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js + const cyrb53 = function(str, seed = 0) { + let h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed; + for (let i = 0, ch; i < str.length; i++) { + ch = str.charCodeAt(i); + h1 = Math.imul(h1 ^ ch, 2654435761); + h2 = Math.imul(h2 ^ ch, 1597334677); + } + h1 = Math.imul(h1 ^ (h1>>>16), 2246822507) ^ Math.imul(h2 ^ (h2>>>13), 3266489909); + h2 = Math.imul(h2 ^ (h2>>>16), 2246822507) ^ Math.imul(h1 ^ (h1>>>13), 3266489909); + return 4294967296 * (2097151 & h2) + (h1>>>0); + }; + /** * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls */ @@ -59,6 +73,8 @@ function init() { pano.setVisible(false); pano = null; } + } else if (url == '/api/v1/vault/properties' && method == 'GET') { + this.addEventListener('load', parseProps, false); } open.apply(this, arguments); }; @@ -72,6 +88,23 @@ function init() { } }); + function parseProps(e) { + try { + const response = this.response; + const json = JSON.parse(response); + if (!json) return; + if (json.captcha) return; + const props = json.result; + if (props) { + // Get a user ID to properly handle browsers shared between several users. Store a hash only, for privacy. + userHash = cyrb53(props.socialProfile.email); + migrateProps(); + } + } catch (e) { + console.warn(e); // eslint-disable-line no-console + } + } + function parseCandidate(e) { try { const response = this.response; @@ -100,7 +133,7 @@ function init() { function checkPageType() { awaitElement(() => - document.querySelector('app-should-be-wayspot') || + document.getElementById('appropriate-card') || document.querySelector('app-review-edit')) .then((ref) => { addMapMods(); @@ -109,6 +142,7 @@ function init() { }; function addMapMods() { + console.log("addMapMods"); if (typeof(google) === 'undefined') { setTimeout(addMapMods, 200); return; @@ -132,7 +166,7 @@ function init() { map.setZoom(17); map.setCenter(ll); - const displayType = localStorage["wfmm_map_display" + userId]; + const displayType = localStorage["wfmm_map_display_" + userId]; // if the selected type is map then we don't change anything if (displayType === 'satellite') { @@ -362,10 +396,10 @@ function init() { insertAfter(settingsContainer, ref); } - let selection = localStorage["wfmm_map_display" + userId]; + let selection = localStorage["wfmm_map_display_" + userId]; if (!selection) { selection = 'satellite'; - localStorage["wfmm_map_display" + userId] = selection; + localStorage["wfmm_map_display_" + userId] = selection; } let displayGridInput = document.createElement('input'); @@ -518,7 +552,7 @@ function init() { select.innerHTML = mapTypes.map(item => ``).join(''); select.addEventListener('change', function() { selection = select.value; - localStorage["wfmm_map_display" + userId] = selection; + localStorage["wfmm_map_display_" + userId] = selection; }); select.id = 'wayfarermmmapdisplay'; select.classList.add('wayfarercc_select'); @@ -554,6 +588,10 @@ function init() { }; function getUserId() { + return userHash + ''; + } + + function old_getUserId() { var els = document.getElementsByTagName("image"); for (var i = 0; i < els.length; i++) { const element = els[i]; @@ -567,6 +605,75 @@ function init() { return "temporary_default_userid"; } + function migrateProps() { + let userId = getUserId(); + let migrated = localStorage["wfmm_data_migrated_" + userId]; + if (migrated !== undefined && migrated !== null && migrated !== "") { + migrated = migrated === "true"; + } + + if (migrated) { + return; + } + + awaitElement(() =>document.querySelector(".wf-upgrade-viz")) + .then((ref) => { + // migrate stored settings. this will be some extra calls for a time but will avoid one final "reset" + // todo: remove in a future update + const oldUserId = old_getUserId(); + if (oldUserId === "temporary_default_userid") { + return; + } + + const newUserId = getUserId(); + + const displayType = localStorage["wfmm_map_display" + userId]; + if (displayType !== undefined && displayType !== null && displayType !== "false" && displayType !== "") { + localStorage["wfmm_map_display_" + newUserId] = displayType; + } + + const displayGrid = localStorage["wfmm_grid_enabled_" + userId]; + if (displayGrid !== undefined && displayGrid !== null && displayGrid !== "false" && displayGrid !== "") { + localStorage["wfmm_grid_enabled_" + newUserId] = displayGrid; + } + + const cellSize = localStorage["wfmm_cell_size_one_" + userId]; + if (cellSize !== undefined && cellSize !== null && cellSize !== "false" && cellSize !== "") { + localStorage["wfmm_cell_size_one_" + newUserId] = cellSize; + } + + const cellColor = localStorage["wfmm_cell_color_one_" + userId]; + if (cellColor !== undefined && cellColor !== null && cellColor !== "false" && cellColor !== "") { + localStorage["wfmm_cell_color_one_" + newUserId] = cellColor; + } + + const secondGridEnabled = localStorage["wfmm_second_grid_enabled_" + userId]; + if (secondGridEnabled !== undefined && secondGridEnabled !== null && secondGridEnabled !== "false" && secondGridEnabled !== "") { + localStorage["wfmm_second_grid_enabled_" + newUserId] = secondGridEnabled; + } + + const cellSizeTwo = localStorage["wfmm_cell_size_two_" + userId]; + if (cellSizeTwo !== undefined && cellSizeTwo !== null && cellSizeTwo !== "false" && cellSizeTwo !== "") { + localStorage["wfmm_cell_size_two_" + newUserId] = cellSizeTwo; + } + + const cellColorTwo = localStorage["wfmm_cell_color_two_" + userId]; + if (cellColorTwo !== undefined && cellColorTwo !== null && cellColorTwo !== "false" && cellColorTwo !== "") { + localStorage["wfmm_cell_color_two_" + newUserId] = cellColorTwo; + } + + // now clear out all old storage items for this plugin + Object.keys(localStorage) + .filter(x => x.startsWith('wfmm_') && !x.includes(userId)) + .forEach(x => { + console.log(`wfmm removing old storage key: ${x}`); + localStorage.removeItem(x) + }); + + localStorage["wfmm_data_migrated_" + userId] = "true"; + }) + } + class S2Overlay { constructor() { this.polyLines = []; From 2ee06ffb97c9b4d0f7db55fc7bb5d8062e8843b7 Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 14:11:49 -0400 Subject: [PATCH 29/32] update reverse image search for new review flow --- wayfarer-open-in.user.js | 21 ++++++++------------- wayfarer-reverse-image-search.user.js | 12 +++++++----- wayfarer-review-history-idb.user.js | 4 +++- 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/wayfarer-open-in.user.js b/wayfarer-open-in.user.js index 31e8192..ed9d6e9 100644 --- a/wayfarer-open-in.user.js +++ b/wayfarer-open-in.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Open-In -// @version 0.7.0 +// @version 0.7.1 // @description Add open-in buttons to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-open-in.user.js @@ -977,18 +977,13 @@ )).then(ref => { switch (ref.tagName) { case 'WF-REVIEW-CARD': - - // awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) - // .then((ref) => { - if (result.streetAddress) { - const addrBox = document.createElement('p'); - addrBox.classList.add('wayfareropenin__address'); - addrBox.textContent = result.streetAddress; - //ref.parentElement.insertBefore(addrBox, ref); - insertAfter(addrBox, ref.firstChild); - } - addOpenButtons(ref.firstChild, result); - // }); + if (result.streetAddress) { + const addrBox = document.createElement('p'); + addrBox.classList.add('wayfareropenin__address'); + addrBox.textContent = result.streetAddress; + insertAfter(addrBox, ref.firstChild); + } + addOpenButtons(ref.firstChild, result); break; case 'APP-REVIEW-EDIT': awaitElement(() => document.querySelector('.review-edit-info .review-edit-info__info')) diff --git a/wayfarer-reverse-image-search.user.js b/wayfarer-reverse-image-search.user.js index ce3c93e..8076a68 100644 --- a/wayfarer-reverse-image-search.user.js +++ b/wayfarer-reverse-image-search.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Reverse Image Search -// @version 0.3.0 +// @version 0.4.0 // @description Add reverse image search links to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-reverse-image-search.user.js @@ -69,11 +69,12 @@ }); const checkReviewType = result => awaitElement(() => ( - document.querySelector('app-should-be-wayspot') || + document.getElementById('check-duplicates-card') || document.querySelector('app-review-photo') )).then(ref => { + console.log("checkReviewType") switch (ref.tagName) { - case 'APP-SHOULD-BE-WAYSPOT': + case 'WF-REVIEW-CARD': awaitElement(() => document.querySelector('#check-duplicates-card nia-map')) .then((ref) => { addImageSearchLinks(ref, result); @@ -91,14 +92,15 @@ const addImageSearchLinks = (before, data) => { const mainUrl = encodeURIComponent(`${data['imageUrl']}`); const mainSearchUrl = `https://lens.google.com/uploadbyurl?url=${mainUrl}` - addLink(mainSearchUrl, 'div.review-cards--inner:nth-child(1) > app-should-be-wayspot:nth-child(1) > wf-review-card:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)'); + addLink(mainSearchUrl, 'app-photo-b.nomination-info-review-card > wf-review-card-b:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)'); const supportingUrl = encodeURIComponent(`${data['supportingImageUrl']}`); const supportingSearchUrl = `https://lens.google.com/uploadbyurl?url=${supportingUrl}` - addLink(supportingSearchUrl, '.supporting-info-review-card > wf-review-card:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)'); + addLink(supportingSearchUrl, 'app-supporting-info-b.nomination-info-review-card > wf-review-card-b:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)'); } const addLink = (url, selector) => { + console.log("addLink ") const insertBeforeEl = document.querySelector(selector); if (insertBeforeEl !== null && insertBeforeEl !== undefined) { const linkSpan = document.createElement('span'); diff --git a/wayfarer-review-history-idb.user.js b/wayfarer-review-history-idb.user.js index 82ad761..c1b1b9d 100644 --- a/wayfarer-review-history-idb.user.js +++ b/wayfarer-review-history-idb.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review History -// @version 0.4.4 +// @version 0.5.0 // @description Add local review history storage to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-history-idb.user.js @@ -101,6 +101,7 @@ }; const handleIncomingReview = result => new Promise((resolve, reject) => { + console.log("handleIncomingReview") let saveColumns = []; const common = ['type', 'id', 'title', 'description', 'lat', 'lng']; switch (result.type) { @@ -130,6 +131,7 @@ }); const handleSubmittedReview = (review, response) => new Promise((resolve, reject) => { + console.log("handleSubmittedReview") if (response === 'api.review.post.accepted' && review.hasOwnProperty('id')) { getIDBInstance().then(db => { const tx = db.transaction([OBJECT_STORE_NAME], "readwrite"); From 65bfb4c3a04dd1921b73378fd8494ecc797461bb Mon Sep 17 00:00:00 2001 From: tehstone Date: Tue, 31 Oct 2023 16:52:15 -0400 Subject: [PATCH 30/32] updated for new review flow --- wayfarer-review-history-table.user.js | 183 +++++++++++++++++++++----- 1 file changed, 147 insertions(+), 36 deletions(-) diff --git a/wayfarer-review-history-table.user.js b/wayfarer-review-history-table.user.js index 12050c8..7701636 100644 --- a/wayfarer-review-history-table.user.js +++ b/wayfarer-review-history-table.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review History Table -// @version 0.1.8 +// @version 0.2.0 // @description Add local review history storage to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @homepageURL https://github.com/tehstone/wayfarer-addons @@ -38,6 +38,39 @@ (() => { const OBJECT_STORE_NAME = 'reviewHistory'; + const FLOW_CHANGE_TIME = 1698674400000; + const REJECTION_MAPPINGS = + { + "PHOTO_BAD_BLURRY": "Blurry Photo", + "PHOTO_FACE": "Face or body parts", + "PHOTO_PLATE": "License plate", + "PHOTO_DIR": "Orientation", + "PHOTO_TAG": "Sumbitter identifiable", + "PHOTO_3P": "Third party photo", + "PHOTO_WATERMARK": "Watermark", + "PHOTO_BAD": "Low quality or inaccurate photo", + "EMOJI_TITLE": "Emoji or emoticon", + "MARKUP_TITLE": "URL or markup", + "TEXT_BAD_TITLE": "Low quality or inaccurate title", + "EMOJI_DESCRIPTION": "Emoji or emoticon", + "MARKUP_DESCRIPTION": "URL or markup", + "TEXT_BAD_DESCRIPTION": "Low quality or inaccurate title", + "ACCURACY_FAKE": "Fake nomination", + "ACCURACY_EXPLICIT": "Explicit Content", + "ACCURACY_PERSONAL": "Influencing Reviewers", + "ACCURACY_OFFENSIVE": "Offensive", + "ACCURACY_ABUSE": "Other abuse-related reasons", + "MISMATCH": "Inaccurate Location", + "PRIVATE": "Private property", + "INAPPROPRIATE": "Adult location", + "SCHOOL": "Schools", + "SENSITIVE": "Sensitive location", + "EMERGENCY": "Obstructs emergency operations", + "GENERIC": "Generic business", + "": "" + }; + let l10n; + GM_addStyle(GM_getResourceText("REMOTE_CSS")); (function (open) { @@ -109,7 +142,7 @@ const container = ratingNarRef.parentNode.parentNode; container.appendChild(tableContainer); - const l10n = getL10N(); + l10n = getL10N(); $(document).ready(function () { const table = $('#review-history').DataTable({ data: reviewData, @@ -146,14 +179,35 @@ width: "15%", render: (...review) => { if (review[0] !== null && review[0] !== undefined) { - if (review[0].quality !== undefined ) { - return `${review[0].quality}`; - } else if (review[0].rejectReason != undefined) { - return l10n[`reject.reason.${review[0].rejectReason.toLowerCase()}.short`]; - } else if (review[0].duplicate != undefined) { - return "Duplicate"; + console.log("rendering item") + if (review[2]['ts'] < FLOW_CHANGE_TIME) { + if (review[0].quality !== undefined ) { + return `${review[0].quality}`; + } else if (review[0].rejectReason != undefined) { + return l10n[`reject.reason.${review[0].rejectReason.toLowerCase()}.short`]; + } else if (review[0].duplicate != undefined) { + return "Duplicate"; + } else { + console.log(review[0]); + } } else { - console.log(review[0]); + if (review[0].quality !== undefined ) { + return "Accepted"; + } else if (review[0].rejectReasons != undefined) { + let rejections = []; + review[0].rejectReasons.forEach(r => { + let rejectionText = l10n[`reject.reason.${r.toLowerCase()}.short`]; + if (rejectionText === undefined || rejectionText === "") { + rejectionText = REJECTION_MAPPINGS[r]; + } + rejections.push(rejectionText); + }) + return rejections.join(", "); + } else if (review[0].duplicate != undefined) { + return "Duplicate"; + } else { + console.log(review[0]); + } } } else { return 'Skipped/Timed Out'; @@ -185,7 +239,7 @@ tr.removeClass("shown"); row.child.hide(); } else { - tr.addClass("shown"); + tr.addClass("shown"); row.child(reviewContent(review)).show(); } }); @@ -327,35 +381,92 @@ )}" rel="noreferrer" title="Open in Intel" href="https://intel.ingress.com/intel?ll=${lat},${lng}&z=21">${content}`; const renderScores = ({ review }) => { - if (!review || typeof review === "string" || !review.quality) { + if (review['ts'] < FLOW_CHANGE_TIME) { + if (!review || typeof review === "string" || !review.quality) { + return ""; + } + return ` + + + + + + + + + + + + + + + + + + + + + +
ScoreTitleCulturalUniqueSafetyLocation
${review.quality}${review.description}${review.cultural}${review.uniqueness}${review.safety}${review.location}
+ `; + } else { + if (!review || typeof review === "string") { return ""; - } - return ` - - - - - - - - - - - - - - - - - - - - - -
ScoreTitleCulturalUniqueSafetyLocation
${review.quality}${review.description}${review.cultural}${review.uniqueness}${review.safety}${review.location}
- `; + } else if (!review.quality) { + let rejections = ['โŒ Rejected for:']; + review.rejectReasons.forEach(r => { + let rejectionText = l10n[`reject.reason.${r.toLowerCase()}.short`]; + if (rejectionText === undefined || rejectionText === "") { + if (r in REJECTION_MAPPINGS) { + rejectionText = REJECTION_MAPPINGS[r]; + } else { + rejectionText = r; + } + } + rejections.push(rejectionText); + }) + return rejections.join("
"); + } else { + return ` + + + + + + + + + + + + + + + + + + + + + + + +
AppropriateSafeAccuratePermanentSocializeExerciseExplore
${mapScore(review.quality)}${mapScore(review.safety)}${mapScore(review.location)}${mapScore(review.uniqueness)}${mapScore(review.socialize)}${mapScore(review.exercise)}${mapScore(review.cultural)}
+ `; + } + } }; + function mapScore(score) { + if (score == 5) { + return 'โœ”๏ธ'; + } else if (score == 3) { + return 'IDK'; + } else { + return 'โŒ'; + } + } + function getOpenInButton(lat, lng, title) { //Create main dropdown menu ("button") var mainButton = document.createElement("div"); From adcfdbb5a2a70b38ca8845b2ca80f542a4ba5245 Mon Sep 17 00:00:00 2001 From: Marius Lindvall Date: Thu, 2 Nov 2023 20:29:01 +0100 Subject: [PATCH 31/32] Initial keyboard support for WF 5.7 --- wayfarer-keyboard-review.user.js | 1482 +++++++++++++++--------------- 1 file changed, 744 insertions(+), 738 deletions(-) diff --git a/wayfarer-keyboard-review.user.js b/wayfarer-keyboard-review.user.js index 5451c20..183452d 100644 --- a/wayfarer-keyboard-review.user.js +++ b/wayfarer-keyboard-review.user.js @@ -1,14 +1,15 @@ // ==UserScript== // @name Wayfarer Keyboard Review -// @version 0.8.7 +// @version 2.0.0 // @description Add keyboard review to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-keyboard-review.user.js // @homepageURL https://github.com/tehstone/wayfarer-addons // @match https://wayfarer.nianticlabs.com/* +// @run-at document-start // ==/UserScript== -// Copyright 2022 tehstone, bilde +// Copyright 2022 tehstone // This file is part of the Wayfarer Addons collection. // This script is free software: you can redistribute it and/or modify @@ -31,807 +32,818 @@ /* eslint indent: ['error', 2] */ (function() { - let ratingElements = []; - let revPosition = 0; - let maxRevPosition = 6; - let rejectDepth = 0; - let rejectOuterIdx = 0; - let menuPosition = {}; - let isReject = false; - let isDuplicate = false; - let reviewType = 'NEW'; - let firstClick = true; - let candidate; - let locationMutationObserver = new MutationObserver(locationsMutated); - const markerSVG = "data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='61px' viewBox='0 0 28 61' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Pink%3C/title%3E%3Cg id='Icon-Pink' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15.5093388,20.7281993 C14.9275251,20.9855232 14.2863961,21.1311947 13.6095035,21.1311947 C12.9326109,21.1311947 12.2914819,20.9855232 11.7096682,20.7281993 C10.0593063,19.997225 8.90701866,18.3486077 8.90701866,16.4278376 C8.90701866,13.8310471 11.012713,11.726225 13.6095035,11.726225 C16.206294,11.726225 18.3119883,13.8310471 18.3119883,16.4278376 C18.3119883,18.3486077 17.1597007,19.997225 15.5093388,20.7281993 M22.3271131,7.71022793 C17.5121036,2.89609069 9.70603111,2.89609069 4.89189387,7.71022793 C1.3713543,11.2307675 0.437137779,16.3484597 2.06482035,20.7281993 L2.05435293,20.7281993 L2.15379335,20.9820341 L2.20525812,21.113749 L11.1688519,44.0984412 L11.1758302,44.0984412 C11.5561462,45.0736551 12.4990855,45.7671211 13.6095035,45.7671211 C14.7190492,45.7671211 15.6619885,45.0736551 16.0431768,44.0984412 L16.0492828,44.0984412 L25.0128766,21.1163658 L25.0669582,20.9776726 L25.1637818,20.7281993 L25.1541867,20.7281993 C26.7818692,16.3484597 25.8476527,11.2307675 22.3271131,7.71022793 M13.6095035,50.6946553 C11.012713,50.6946553 8.90701866,52.7994774 8.90701866,55.3962679 C8.90701866,57.9939306 11.012713,60.099625 13.6095035,60.099625 C16.206294,60.099625 18.3119883,57.9939306 18.3119883,55.3962679 C18.3119883,52.7994774 16.206294,50.6946553 13.6095035,50.6946553' id='F' stroke='%23FFFFFF' fill='%23BB00FF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"; - + let kdEvent = null; + let keySequence = null; + let wfGlobalLanguage = 'en'; + let context = { + draw: null + }; /** * Overwrite the open method of the XMLHttpRequest.prototype to intercept the server calls */ (function (open) { XMLHttpRequest.prototype.open = function (method, url) { - if (url == '/api/v1/vault/review') { - if (method == 'GET') { - this.addEventListener('load', checkResponse, false); - } + if (url == '/api/v1/vault/review' && method == 'GET') { + this.addEventListener('load', checkResponse, false); + } else if (url == '/api/v1/vault/properties' && method == 'GET') { + // NOTE: Requires @run-at document-start. + this.addEventListener('load', interceptProperties, false); } open.apply(this, arguments); }; })(XMLHttpRequest.prototype.open); - function checkResponse(e) { + function interceptProperties() { try { const response = this.response; const json = JSON.parse(response); - if (!json) { - console.warn('Failed to parse response from Wayfarer'); - return; - } - // ignore if it's related to captchas - if (json.captcha) return; - - candidate = json.result; - if (!candidate) { - console.warn('Wayfarer\'s response didn\'t include a candidate.'); - return; - } - addCss(); - initKeyboardCtrl(); - + if (!json) return; + if (!json.result || !json.result.language) return; + wfGlobalLanguage = json.result.language; + console.log('Detected Wayfarer language:', wfGlobalLanguage); } catch (e) { - console.log(e); // eslint-disable-line no-console + console.error(e); } } - const awaitElement = get => new Promise((resolve, reject) => { - let triesLeft = 10; - const queryLoop = () => { - const ref = get(); - if (ref) resolve(ref); - else if (!triesLeft) reject(); - else setTimeout(queryLoop, 100); - triesLeft--; - } - queryLoop(); - }); - - function initKeyboardCtrl() { - awaitElement(() => ( - document.querySelector('app-should-be-wayspot') || - document.querySelector('app-review-edit') || - document.querySelector('app-review-photo') - )).then(ref => { - resetState(); - - const ratingElementParts = document.getElementsByClassName("wf-review-card"); - if (ratingElementParts.length < 1) { - setTimeout(initKeyboardCtrl, 100); - } + function checkResponse() { + try { + const response = this.response; + const json = JSON.parse(response); + if (!json) return; + if (json.captcha) return; + if (!json.result) return; + initKeyboardCtrl(json.result); + } catch (e) { + console.error(e); + } + } - switch (ref.tagName) { - case 'APP-SHOULD-BE-WAYSPOT': - for (let i = 0; i < ratingElementParts.length; i++) { - if (i == 2 || i > 7) continue; - ratingElements.push(ratingElementParts[i]); - } - reviewType = 'NEW'; - setTimeout(initWhatIsItClickListeners, 500); - break; + const awaitElement = get => new Promise((resolve, reject) => { + let triesLeft = 10; + const queryLoop = () => { + const ref = get(); + if (ref) resolve(ref); + else if (!triesLeft) reject(); + else setTimeout(queryLoop, 100); + triesLeft--; + } + queryLoop(); + }); - case 'APP-REVIEW-EDIT': - for (let i = 0; i < ratingElementParts.length; i++) { - if (ratingElementParts[i].parentNode.tagName == 'app-review-comments') break; - ratingElements.push(ratingElementParts[i]); - } - reviewType = 'EDIT'; - labelLocationMarkers(); - addCurrentLocationMarker(); - break; + const waitForDialog = () => awaitElement(() => document.querySelector('mat-dialog-container > *')); - case 'APP-REVIEW-PHOTO': - reviewType = 'PHOTO'; - ref.querySelectorAll('.photo-card').forEach(card => card.classList.add('kbdActiveElement')); - document.addEventListener('keydown', keyDownEvent); - return; - } + const getL10N = () => { + const i18n = JSON.parse(localStorage['@transloco/translations']); + return i18n[wfGlobalLanguage]; + }; - ratingElements[0].classList.add('kbdActiveElement'); - ratingElements[0].focus(); - ratingElements[0].scrollIntoView(false); - document.addEventListener('keydown', keyDownEvent); + const getI18NPrefixResolver = prefix => { + const l10n = getL10N(); + return id => l10n[prefix + id]; + }; - // Add CSS styling to indicate options 4 and 5 for what is it if that question is mandatory - if (document.querySelector('.review-categorization > mat-button-toggle-group')) { - const catCard = document.getElementById('categorization-card'); - if (catCard && !catCard.classList.contains('wbkb-yesno')) { - catCard.classList.add('wbkb-yesno'); - } - } + const freeHandler = () => { + document.removeEventListener('keydown', kdEvent); + kdEvent = null; + keySequence = null; + }; - const dupeImages = document.querySelectorAll('app-check-duplicates img.cursor-pointer'); - for (let i = 0; i < dupeImages.length && i < 26; i++) { - const dpbox = document.createElement('div'); - dpbox.classList.add('kbdDupeImageBox'); - dupeImages[i].parentNode.insertBefore(dpbox, dupeImages[i]); - const inner = document.createElement('div'); - inner.textContent = String.fromCharCode(65 + i); - dpbox.appendChild(inner); - } + const setHandler = handler => { + if (kdEvent) freeHandler(); + document.addEventListener('keydown', kdEvent = handler); + redrawUI(); + } - const dupeRef = document.querySelector('app-check-duplicates nia-map'); - if (dupeRef) { - const dupeHelp = document.createElement('p'); - dupeHelp.textContent = '\u2b06\ufe0f = Zoom in; \u2b07\ufe0f = Zoom out; [A-Z] = Open duplicate window'; - dupeHelp.classList.add('kbdDupeHelp'); - dupeRef.parentNode.insertBefore(dupeHelp, dupeRef.nextSibling); + (() => { + document.addEventListener('keyup', e => { + if (e.keyCode == 16) { + keySequence = null; + redrawUI(); } }); - } - - function addOptionIdx(markers){ - for (let i = 0; i < markers.length; i++){ - markers[i].setAttribute('option-idx', i); - } - } + })(); - function labelLocationMarkers() { + const initKeyboardCtrl = candidate => { + if (kdEvent) { + console.warn('Keydown event was not freed!'); + freeHandler(); + }; + console.log(candidate); awaitElement(() => ( - document.querySelector('app-select-location-edit agm-map div[role="button"]') + document.querySelector('app-review-new-b') || + document.querySelector('app-review-edit') || + document.querySelector('app-review-photo') )).then(ref => { - addOptionIdx(document.querySelectorAll('app-select-location-edit agm-map div[role="button"]')); - locationMutationObserver.observe(ref.parentNode, {childList: true}); - }); - } - - function locationsMutated(mutationList, observer){ - for (let i = 0; i < mutationList.length; i++){ - if (mutationList[i].addedNodes.length > 0){ - const markers = document.querySelectorAll('app-select-location-edit agm-map div[role="button"]'); - if (markers.length == candidate.locationEdits.length){ - addOptionIdx(markers); - } - break; + switch (ref.tagName) { + case 'APP-REVIEW-NEW-B': + initForNew(candidate); + break; + case 'APP-REVIEW-EDIT': + //initForEdit(candidate); + break; + case 'APP-REVIEW-PHOTO': + //initForPhoto(candidate); + break; } - } - } - - function addCurrentLocationMarker() { - awaitElement(() => ( - document.querySelector('app-select-location-edit nia-map') - )).then(ref => { - const gmap = document.querySelector("app-select-location-edit nia-map"); - const mapCtx = gmap.__ngContext__.at(-1); - const map = mapCtx.componentRef.map; - new google.maps.Marker({ - map: map, - position: { - lat: candidate.lat, - lng: candidate.lng - }, - icon: markerSVG - }); }); - } - - function initWhatIsItClickListeners() { - const whatIsItButtons = document.querySelectorAll('mat-button-toggle'); - if (whatIsItButtons.length) { - for (let i = 0; i < whatIsItButtons.length; i+=2) { - whatIsItButtons[i].addEventListener('click', function(e) { - if (firstClick === true) { - firstClick = false; - const whatIsItButtons = document.querySelectorAll('.review-categorization > mat-button-toggle-group');; - whatIsItButtons.forEach(group => { - if (!group.querySelector('mat-button-toggle.mat-button-toggle-checked')) { - group.querySelector('mat-button-toggle:nth-child(2) button').click(); - } - }); - e.target.click(); - } - }); - } - } - } - - function keyDownEvent(e) { - let suppress = false; - if (['INPUT', 'TEXTAREA'].indexOf(document.activeElement.tagName) >= 0) { - const card = document.activeElement.closest('wf-review-card'); - if (card && card.id == 'categorization-card') { - if (e.keyCode >= 97 && e.keyCode <= 105) { // 1-9 Num pad - suppress = handleCustomWhatIf(card, e.keyCode - 97); - } else if (e.keyCode >= 49 && e.keyCode <= 57) { // 1-9 normal - suppress = handleCustomWhatIf(card, e.keyCode - 49); - } else if (e.keyCode === 13) { // Enter - trySubmit(e.ctrlKey); - } - } else if (isReject && e.keyCode === 27) { // escape - cancelReject(); - } else if (isReject && e.keyCode === 13) { // 13 - suppress = true; - submitReject(e); - } else if (e.shiftKey && e.keyCode === 8) { - backReject(); - } - } else if (reviewType == 'EDIT') { - if (e.keyCode >= 97 && e.keyCode <= 105) { // 1-9 Num pad - suppress = setEditOption(e.keyCode - 97); - } else if (e.keyCode >= 49 && e.keyCode <= 57) { // 1-9 normal - suppress = setEditOption(e.keyCode - 49); - } else if (e.keyCode >= 65 && e.keyCode <= 90) { // A-Z - suppress = setLocationOption(e.keyCode - 65); - } else if (e.keyCode == 9) { // Tab - suppress = setLocationOption(-1); - } else if (e.keyCode === 37 || e.keyCode === 8) { //Left arrow key or backspace - suppress = updateRevPosition(-1, true); - } else if (e.keyCode === 39) { //Right arrow key - suppress = updateRevPosition(1, true); - } - } else if (reviewType == 'PHOTO') { - if (e.keyCode >= 65 && e.keyCode <= 90) { // A-Z - if (e.shiftKey) { - enlargePhoto(e.keyCode - 65); - } else if (e.altKey) { - flagPhoto(e.keyCode - 65); - } else { - suppress = selectPhoto(e.keyCode - 65); - } - } else if (e.keyCode == 9) { // Tab - suppress = selectAllPhotosOK(); - } else if (e.keyCode === 13) { // Enter - trySubmit(e.ctrlKey); - } - } else if (isDuplicate) { - if (e.keyCode === 27) { // escape - cancelDuplicate(); - } else if (e.keyCode === 13) { // 13 - submitDuplicate(e); - } - } else if (isReject) { - if (e.keyCode >= 97 && e.keyCode <= 105) { // 1-5 Num pad - handleRejectEntry(e, e.keyCode - 97); - } else if (e.keyCode >= 49 && e.keyCode <= 57) { // 1-5 normal - handleRejectEntry(e, e.keyCode - 49); - } else if (e.keyCode === 27) { // escape - cancelReject(); - } else if (e.keyCode === 8) { // backspace - backReject(); - } - } else { - if (e.keyCode == 81) { // Q - fullSizePhoto('app-should-be-wayspot'); - } else if (e.keyCode == 69) { // E - fullSizePhoto('app-supporting-info'); - } else if (revPosition === 6) { // what is it? menu - if (e.keyCode >= 97 && e.keyCode <= 102) { // 1-6 Num pad - suppress = setRating(e.keyCode - 97, true); - document.activeElement.blur(); - } else if (e.keyCode >= 49 && e.keyCode <= 54) { // 1-6 normal - suppress = setRating(e.keyCode - 49, true); - document.activeElement.blur(); - } else if (e.keyCode === 9) { - suppress = setRating(e.shiftKey ? -1 : -2, false); - } else if (e.keyCode === 13) { // Enter - document.activeElement.blur(); - trySubmit(e.ctrlKey); - } else if (e.keyCode === 37 || e.keyCode === 8) { // Left arrow key or backspace - suppress = updateRevPosition(-1, true); - } - } else if (e.keyCode === 37 || e.keyCode === 8) { // Left arrow key or backspace - suppress = updateRevPosition(-1, true); - } else if (e.keyCode === 39) { //Right arrow key - suppress = updateRevPosition(1, true); - } else if (revPosition == 0 && (e.keyCode === 97 || e.keyCode === 49)) { - suppress = setRating(0, false); - isReject = true; - modifyRejectionPanel(); - } else if (e.keyCode >= 97 && e.keyCode <= 101) { // 1-5 Num pad - suppress = setRating(e.keyCode - 97, true); - } else if (e.keyCode >= 49 && e.keyCode <= 53) { // 1-5 normal - suppress = setRating(e.keyCode - 49, true); - } else if (e.keyCode == 38) { // Up arrow - zoomInOnMaps(); - suppress = true; - } else if (e.keyCode == 40) { // Down arrow - zoomOutOnMaps(); - suppress = true; - } else if (revPosition == 2) { // Location/duplicate check - if (e.keyCode >= 65 && e.keyCode <= 90) { // A-Z - openDuplicate(e.keyCode - 65); - } else if (e.keyCode == 13) { - //document.activeElement.blur(); - console.log(document.activeElement); - suppress = true; - markDuplicate(); - } - } else if (e.keyCode === 13) { // Enter - document.activeElement.blur(); - trySubmit(false); - } else if (e.keyCode == 65) { // A - showFullSupportingInfo(); - } else if (e.keyCode == 27) { // Escape - exitStreetView(); - } else if (e.keyCode == 87) { // W - scrollCardBody(-50); - } else if (e.keyCode == 83) { // S - scrollCardBody(50); - } else if (e.keyCode == 68) { // D - updateRevPosition(-10, false); - suppress = updateRevPosition(2, false); - exitStreetView(); - } else if (e.keyCode == 84) { - openTranslate(); - } - } - if (suppress) { + }; + + const makeKeyMap = map => e => { + let inputActive = false; + if (document.activeElement.tagName == 'TEXTAREA') inputActive = true; + if (document.activeElement.tagName == 'INPUT' && !['radio', 'checkbox'].includes(document.activeElement.type.toLowerCase())) inputActive = true; + if (inputActive && (e.code.startsWith('Numpad') || e.code.startsWith('Key') || e.code.startsWith('Digit'))) return; + + if (e.shiftKey && e.code.startsWith('Digit')) keySequence = '+' + e.code.substring(5); + let idx = keySequence ? keySequence + ',' : ''; + if (!keySequence && e.shiftKey) idx += '+'; + if (e.ctrlKey) idx += '^'; + if (e.altKey) idx += '['; + + if (e.code.startsWith('Key')) idx += e.code.substring(3); + else if (!keySequence && e.code.startsWith('Digit')) idx += e.code.substring(5); + else if (e.code.startsWith('Numpad')) idx += e.code.substring(6); + else if (keySequence) idx = keySequence; + else if (e.keyCode >= 16 && e.keyCode <= 18) return; + else idx += e.code; + if (map.hasOwnProperty(idx)) { + map[idx](e); e.preventDefault(); e.stopPropagation(); - return false; } - } - - function openTranslate() { - const btn = document.querySelector('.translBtnAll'); - if (btn) btn.click(); - } - - function openDuplicate(index) { - const dupes = document.querySelectorAll('app-check-duplicates img.cursor-pointer'); - if (dupes.length - 1 >= index) dupes[index].click(); - } - - function setRating(rate, advance){ - const starButtons = ratingElements[revPosition].getElementsByClassName("wf-rate__star"); - const whatIsButtons = ratingElements[revPosition].querySelectorAll('.review-categorization > button'); - const whatIsYN = ratingElements[revPosition].querySelectorAll('.review-categorization > mat-button-toggle-group'); - if (starButtons.length) { - // Star rating - starButtons[rate].click(); - if (advance) return updateRevPosition(1, false); - } else if (whatIsYN) { - // What is it? (Required) - firstClick = false; - whatIsYN.forEach(group => { - if (rate < 0 || !group.querySelector('mat-button-toggle.mat-button-toggle-checked')) { - group.querySelector('mat-button-toggle:nth-child(2) button').click(); - } - }); - if (rate >= 0 && rate <= 5) { - if (rate >= whatIsYN.length) { - setTimeout(activateWhatIsOther, 50); - return true; - } - const opts = whatIsYN[rate].querySelectorAll('mat-button-toggle'); - for (let i = 0; i < opts.length; i++) { - if (!opts[i].classList.contains('mat-button-toggle-checked')) { - opts[i].querySelector('button').click(); - break; - } - } - } else if (rate == -1) { - setTimeout(activateWhatIsOther, 50); - return true; + redrawUI(); + }; + + const isDialogOpen = diag => !!document.querySelector('mat-dialog-container' + (diag ? ' > ' + diag : '')); + const isDialogClosing = diag => !!document.querySelector('mat-dialog-container.ng-animating' + (diag ? ' > ' + diag : '')); + const closeDialog = () => { + const l10n = getL10N(); + const actions = document.querySelectorAll('mat-dialog-container .mat-dialog-actions button.wf-button'); + for (let i = 0; i < actions.length; i++) { + if (actions[i].textContent == l10n['modal.close']) { + actions[i].click(); + return; } - return true; - } else if (whatIsButtons.length) { - setTimeout(activateWhatIsOther, 50); - return true; } - return false; - } + }; - function activateWhatIsOther() { - const wfButtons = ratingElements[revPosition].getElementsByTagName("button"); - const otherButton = wfButtons[wfButtons.length - 1]; - if (otherButton) { - otherButton.click(); - const wfinput = ratingElements[revPosition].querySelector('wf-select input'); - if (wfinput) focusWhatIsInput(wfinput); + const thumbDownOpen = card => new Promise((resolve, reject) => { + if (isDialogOpen()) { + if (!card.opens) { + reject(); + return; + } else if (isDialogOpen(card.opens)) { + resolve(); + return; + } else { + closeDialog(); + } } - } - - function setEditOption(option) { - const opt = ratingElements[revPosition].querySelectorAll('mat-radio-button label')[option]; - if (opt) opt.click(); - document.activeElement.blur(); - return updateRevPosition(1, false); - } - - function setLocationOption(option) { - if (option >= 0) { - const opt = ratingElements[revPosition].querySelectorAll('agm-map div[role="button"]')[option]; - if (opt) opt.click(); - } else { - const checkbox = ratingElements[revPosition].querySelector('mat-checkbox label'); - if (checkbox) checkbox.click(); + const btns = document.getElementById(card.id).querySelectorAll('button.thumbs-button'); + for (let i = 0; i < btns.length; i++) { + if (btns[i].querySelector('mat-icon').textContent == 'thumb_down') { + btns[i].click(); + awaitElement(() => document.querySelector('mat-dialog-container > *')).then(() => { + redrawUI(); + resolve(); + }); + return; + } } - document.activeElement.blur(); - return updateRevPosition(1, false); - } - - function selectPhoto(option) { - const photo = document.querySelectorAll('app-review-photo app-photo-card .photo-card')[option]; - if (photo) photo.click(); - return true; - } - - function enlargePhoto(option) { - const photo = document.querySelectorAll('app-review-photo app-photo-card .photo-card__action')[option]; - if (photo) photo.click(); - return true; - } - - function flagPhoto(option) { - const photo = document.querySelectorAll('app-review-photo app-photo-card .mat-menu-trigger')[option]; - if (photo) photo.click(); - return true; - } - - function selectAllPhotosOK() { - const photo = document.querySelector('app-review-photo app-accept-all-photos-card .photo-card'); - if (photo) photo.click(); - return true; - } - - "#mat-menu-panel-0 > div > button:nth-child(1)" - "#mat-menu-panel-0 > div > button:nth-child(2)" - "#mat-menu-panel-0 > div > button:nth-child(3)" - function resetState() { - ratingElements = []; - revPosition = 0; - rejectDepth = 0; - rejectOuterIdx = 0; - menuPosition = {}; - isReject = false; - isDuplicate = false; - firstClick = true; - } + reject(); + }); - function fullSizePhoto(container) { - const closeX = document.getElementsByClassName("cdk-global-overlay-wrapper"); - if (closeX.length === 0) { - const cont = document.getElementsByTagName(container)[0]; - const img = cont.querySelector('.wf-image-modal'); - img.click(); - } else { - closeX[0].getElementsByTagName("button")[0].click() + const selectDialogRadio = value => new Promise((resolve, reject) => { + const btns = document.querySelectorAll('mat-dialog-container mat-radio-button'); + for (let i = 0; i < btns.length; i++) { + if (btns[i].querySelector('input[type=radio]').value == value) { + btns[i].querySelector('.mat-radio-container').click(); + resolve(); + return; + } } - } + reject(); + }); + + const checkDialogBox = (parent, text) => new Promise((resolve, reject) => { + const btns = !!parent ? parent.querySelectorAll('wf-checkbox') : document.querySelectorAll('mat-dialog-container wf-checkbox'); + for (let i = 0; i < btns.length; i++) { + const label = btns[i].querySelector('.mat-checkbox-label'); + const input = btns[i].querySelector('.mat-checkbox-label app-text-input-review-b input'); + if (text && label.textContent.trim() == text) { + label.click(); + resolve(); + return; + } else if (!text && input) { + label.click(); + setTimeout(() => input.focus(), 0); + const stopInstantBlur = e => { + setTimeout(() => input.focus(), 0); + input.removeEventListener('blur', stopInstantBlur); + }; + input.addEventListener('blur', stopInstantBlur); + return; + } + } + reject(); + }); - function showFullSupportingInfo() { - if (document.getElementsByTagName('mat-dialog-container').length){ - document.querySelector('div.cdk-overlay-backdrop.cdk-overlay-dark-backdrop.cdk-overlay-backdrop-showing').click(); + const expandDialogAccordionPanel = text => new Promise((resolve, reject) => { + const panel = getDialogAccordionPanel(text); + if (panel) { + if (!panel.classList.contains('mat-expanded')) panel.querySelector('mat-panel-title').click(); + resolve(); return; } - const supportingText = document.querySelector('div.cursor-pointer'); - if (supportingText) { - supportingText.click(); - } - } - - function zoomInOnMaps() { - const btns = document.querySelectorAll('button[title="Zoom in"]'); - btns.forEach(e => e.click()); - } + reject(); + }); - function zoomOutOnMaps() { - const btns = document.querySelectorAll('button[title="Zoom out"]'); - btns.forEach(e => e.click()); + const getDialogAccordionPanel = text => { + const panels = document.querySelectorAll('mat-dialog-container mat-accordion mat-expansion-panel'); + for (let i = 0; i < panels.length; i++) { + const label = panels[i].querySelector('mat-panel-title > div > div'); + if (label.textContent.trim() == text) { + return panels[i]; + } + } + return null; } - function exitStreetView() { - const button = ratingElements[revPosition].querySelector('agm-map .gm-iv-close'); - if (button) { - const box = button.closest('div[class="gm-style"]'); - if (box.style.display !== 'none') button.click(); + const redrawUI = () => { + const ephemeral = document.getElementsByClassName('wfkr2-ephemeral'); + for (let i = ephemeral.length - 1; i >= 0; i--) { + ephemeral[i].parentNode.removeChild(ephemeral[i]); } - } + const touched = document.getElementsByClassName('wfkr2-touched'); + for (let i = touched.length - 1; i >= 0; i--) { + for (let j = touched[i].classList.length - 1; j >= 0; j--) { + if (touched[i].classList[j].startsWith('wfkr2-eds-')) { + touched[i].classList.remove(touched[i].classList[j]); + } + } + touched[i].classList.remove('wfkr2-touched'); + } + if (context.draw) context.draw(); + }; - function scrollCardBody(amount) { - ratingElements[revPosition].querySelector('.wf-review-card__body div').scrollTop += amount; - } + const restyle = (e, cls) => { + if (!e.classList.contains('wfkr2-touched')) e.classList.add('wfkr2-touched'); + if (!e.classList.contains('wfkr2-eds-' + cls)) e.classList.add('wfkr2-eds-' + cls); + }; - function markDuplicate() { - const btn = document.querySelector('app-check-duplicates nia-map .agm-map-container-inner button.wf-button[wftype="primary"]'); - if (btn !== null) { - isDuplicate = true; - btn.click() - } + const drawNew = tag => { + const e = document.createElement(tag); + e.classList.add('wfkr2-ephemeral'); + return e; } - function cancelDuplicate() { - const btn = document.querySelector('button[class="wf-button"]'); - if (btn !== null) { - isDuplicate = false; - btn.click() - } + const ThumbCards = { + APPROPRIATE: { id: 'appropriate-card', opens: 'app-appropriate-rejection-flow-modal' }, + SAFE: { id: 'safe-card', opens: 'app-safe-rejection-flow-modal' }, + ACCURATE: { id: 'accurate-and-high-quality-card', opens: 'app-accuracy-rejection-flow-modal' }, + PERMANENT: { id: 'permanent-location-card', opens: 'app-location-permanent-rejection-flow-modal' } } - function submitDuplicate(e) { - let btn = null; - if (e.ctrlKey) { - btn = document.querySelector('button[class="wf-button mat-menu-trigger wf-split-button__toggle wf-button--primary"]'); - } else { - btn = document.querySelector('button[class="wf-button wf-split-button__main wf-button--primary"]'); - } - let smartButton = document.getElementById("wayfarerrtssbutton_d"); - if (smartButton === null || smartButton === undefined) { - let btn = null; - if (e.ctrlKey) { - btn = document.querySelector('button[class="wf-button mat-menu-trigger wf-split-button__toggle wf-button--primary"]'); - } else { - btn = document.querySelector('button[class="wf-button wf-split-button__main wf-button--primary"]'); + const initForNew = candidate => { + const drawThumbCard = card => { + const idkBtn = card.querySelector('.dont-know-button'); + if (idkBtn) { + restyle(idkBtn, 'btn-key'); + restyle(idkBtn, 'key-bracket-3'); } - if (btn !== null) { - isDuplicate = false; - btn.click(); - setTimeout(submitToMenu, 250); + const helpBtn = card.querySelector('.question-subtitle-tooltip'); + if (helpBtn) { + restyle(helpBtn, 'btn-key'); + restyle(helpBtn, 'key-bracket-H'); } - } else { - smartButton.click(); - } - } + const btns = card.querySelectorAll('button.thumbs-button'); + for (let i = 0; i < btns.length; i++) { + restyle(btns[i], 'btn-key'); + restyle(btns[i], 'btn-key-pad'); + switch (btns[i].querySelector('mat-icon').textContent) { + case 'thumb_up': + restyle(btns[i], 'key-bracket-1'); + break; + case 'thumb_down': + restyle(btns[i], 'key-bracket-2'); + break; + } + } + const boxes = card.querySelectorAll('label > *:last-child'); + for (let i = 0; i < boxes.length && i < 6; i++) { + const btnKey = '' + (i + 4); + const label = drawNew('span'); + label.classList.add('wfkr2-key-label'); + label.classList.add('wfkr2-data-key-' + btnKey); + label.textContent = `[${btnKey}] `; + if (boxes[i].classList.contains('mat-radio-label-content')) { + const textNode = boxes[i].querySelector('div'); + textNode.insertBefore(label, textNode.firstChild); + } else { + boxes[i].parentNode.insertBefore(label, boxes[i]); + } + } + restyle(card.querySelector('.title-and-subtitle-row'), 'thumb-card-tassr'); + restyle(card.querySelector('.action-buttons-row'), 'thumb-card-btnr'); + }; - function modifyRejectionPanel() { - awaitElement(() => document.querySelector("app-review-rejection-abuse-modal")) - .then((ref) => { - const cancelButton = document.querySelector(".mat-dialog-actions > button:nth-child(1)"); - cancelButton.addEventListener('click', function(e) { - isReject = false; - rejectDepth = 0; - }); - const els = document.getElementsByClassName("mat-expansion-panel"); - if (els.length > 0) { - const first = els[0]; - const categories = first.children[1].children[0].children[0].children; - for (let i = 0; i < categories.length; i++) { - menuPosition[i] = {"children": {}}; - const text = categories[i].getElementsByTagName("mat-panel-title")[0].innerText; - if (isNaN(text[0])) { - const newText = i + 1 + ". " + text; - categories[i].getElementsByTagName("mat-panel-title")[0].innerText = newText; + const findKeyBtnInCard = key => document.querySelector('#' + context.cards[context.currentCard].id + ' .wfkr2-eds-key-bracket-' + key); + const clickThumbCardBox = key => { + const btn = document.querySelector('#' + context.cards[context.currentCard].id + ' .wfkr2-data-key-' + key); + if (btn) btn.closest('label').click(); + }; + + const thumbCardKeys = dialog => () => ({ + '1': () => { + if (isDialogOpen()) return; + findKeyBtnInCard('1').click(); + context.nextCard(); + }, + '2': () => { + if (isDialogOpen()) return; + findKeyBtnInCard('2').click(); + if (!dialog) context.nextCard(); + else waitForDialog().then(() => redrawUI()); + }, + '3': () => { + if (isDialogOpen()) return; + findKeyBtnInCard('3').click(); + context.nextCard(); + }, + '4': () => clickThumbCardBox('4'), + '5': () => clickThumbCardBox('5'), + '6': () => clickThumbCardBox('6'), + '7': () => clickThumbCardBox('7'), + '8': () => clickThumbCardBox('8'), + '9': () => clickThumbCardBox('9'), + 'H': () => { + if (isDialogOpen()) return; + const help = findKeyBtnInCard('H'); + if (help) help.click(); + waitForDialog().then(() => redrawUI()); + } + }); + const dupImgs = document.querySelectorAll('#check-duplicates-card nia-map ~ * div.overflow-x-auto img.cursor-pointer'); + context = { + draw: () => { + if (isDialogOpen()) { + if (isDialogClosing()) { + awaitElement(() => !isDialogClosing()).then(() => redrawUI()); + return; + } else if (isDialogOpen(ThumbCards.APPROPRIATE.opens)) { + const btns = document.querySelectorAll('mat-dialog-container mat-radio-button'); + for (let i = 0; i < btns.length; i++) { + let btnKey = ''; + switch (btns[i].querySelector('input[type=radio]').value) { + case 'PRIVATE': btnKey = 'P'; break; + case 'INAPPROPRIATE': btnKey = 'I'; break; + case 'SCHOOL': btnKey = 'K'; break; + case 'SENSITIVE': btnKey = 'S'; break; + case 'EMERGENCY': btnKey = 'E'; break; + case 'GENERIC': btnKey = 'G'; break; + default: continue; + } + const label = drawNew('span'); + label.classList.add('wfkr2-key-label'); + label.textContent = `[\u{1f879}${btnKey}] `; + const textNode = btns[i].querySelector('.mat-radio-label-content > div'); + textNode.insertBefore(label, textNode.firstChild); + } + } else if (isDialogOpen(ThumbCards.ACCURATE.opens)) { + const aahqrl10n = getI18NPrefixResolver('review.new.question.accurateandhighquality.reject.'); + const btns = document.querySelectorAll('mat-dialog-container wf-checkbox'); + for (let i = 0; i < btns.length; i++) { + const lbl = btns[i].querySelector('.mat-checkbox-label').textContent.trim(); + const panel = btns[i].closest('mat-expansion-panel'); + const pnl = !!panel ? panel.querySelector('mat-panel-title > div > div').textContent.trim() : null; + let btnKey = ''; + switch (pnl) { + case null: + switch (lbl) { + case aahqrl10n('inaccuratelocation'): btnKey = 'L'; break; + default: continue; + } + break; + case aahqrl10n('photos'): + switch (lbl) { + case aahqrl10n('photos.blurry'): btnKey = '1,B'; break; + case aahqrl10n('photos.face'): btnKey = '1,F'; break; + case aahqrl10n('photos.license'): btnKey = '1,L'; break; + case aahqrl10n('photos.orientation'): btnKey = '1,O'; break; + case aahqrl10n('photos.identifiable'): btnKey = '1,I'; break; + case aahqrl10n('photos.thirdparty'): btnKey = '1,T'; break; + case aahqrl10n('photos.watermark'): btnKey = '1,W'; break; + case aahqrl10n('photos.lowquality'): btnKey = '1,Q'; break; + default: continue; + } + break; + case aahqrl10n('title'): + switch (lbl) { + case aahqrl10n('title.emoji'): btnKey = '2,E'; break; + case aahqrl10n('title.url'): btnKey = '2,U'; break; + case aahqrl10n('title.quality'): btnKey = '2,Q'; break; + default: continue; + } + break; + case aahqrl10n('description'): + switch (lbl) { + case aahqrl10n('description.emoji'): btnKey = '3,E'; break; + case aahqrl10n('description.url'): btnKey = '3,U'; break; + case aahqrl10n('description.quality'): btnKey = '3,Q'; break; + default: continue; + } + break; + case aahqrl10n('abuse'): + switch (lbl) { + case aahqrl10n('abuse.fakenomination'): btnKey = '4,F'; break; + case aahqrl10n('abuse.explicit'): btnKey = '4,X'; break; + case aahqrl10n('abuse.influencing'): btnKey = '4,I'; break; + case aahqrl10n('abuse.offensive'): btnKey = '4,O'; break; + case aahqrl10n('abuse.other'): btnKey = '4,A'; break; + default: continue; + } + break; + } + const label = drawNew('span'); + label.classList.add('wfkr2-key-label'); + if (btnKey.includes(',')) { + if (keySequence && ('+' + btnKey).startsWith(keySequence)) { + label.textContent = '\u2026' + btnKey.substring(keySequence.length).split(',').map(key => `[${key}]`).join('') + ' '; + } else { + label.textContent = ('\u{1f879}' + btnKey).split(',').map(key => `[${key}]`).join('') + ' '; + } + } else { + label.textContent = `[\u{1f879}${btnKey}] `; + } + const eLbl = btns[i].querySelector('.mat-checkbox-label'); + eLbl.parentNode.insertBefore(label, eLbl); } - menuPosition[i]["element"] = categories[i]; - - const childSelections = categories[i].getElementsByTagName("mat-list-option"); - for (let j = 0; j < childSelections.length; j++) { - const text = childSelections[j].getElementsByClassName("mat-list-text")[0].innerText; - if (isNaN(text[0])) { - const newText = j + 1 + ". " + text; - childSelections[j].getElementsByClassName("mat-list-text")[0].innerText = newText; + const panels = document.querySelectorAll('mat-dialog-container mat-accordion mat-expansion-panel'); + for (let i = 0; i < panels.length; i++) { + const lbl = panels[i].querySelector('mat-panel-title'); + let btnKey = ''; + switch (lbl.querySelector('div > div').textContent.trim()) { + case aahqrl10n('photos'): btnKey = '1'; break; + case aahqrl10n('title'): btnKey = '2'; break; + case aahqrl10n('description'): btnKey = '3'; break; + case aahqrl10n('abuse'): btnKey = '4'; break; + default: continue; } - menuPosition[i]["children"][j] = {}; - menuPosition[i]["children"][j]["element"] = childSelections[j]; + const label = drawNew('span'); + label.classList.add('wfkr2-key-label'); + label.textContent = `[\u{1f879}${btnKey}] `; + lbl.parentNode.insertBefore(label, lbl); + } + } else if ('app-confirm-duplicate-modal') { + const cancelBtn = document.querySelector('mat-dialog-container .mat-dialog-actions button.wf-button'); + if (cancelBtn) { + restyle(cancelBtn, 'btn-key'); + restyle(cancelBtn, 'btn-key-pad'); + restyle(cancelBtn, 'key-bracket-Esc'); + } + } + const l10n = getL10N(); + const actions = document.querySelectorAll('mat-dialog-container .mat-dialog-actions button.wf-button'); + for (let i = 0; i < actions.length; i++) { + if (actions[i].textContent == l10n['modal.close']) { + restyle(actions[i], 'btn-key'); + restyle(actions[i], 'btn-key-pad'); + restyle(actions[i], 'key-bracket-Esc'); + break; } } - const event = new Event('rejectionDialogOpened'); - first.dispatchEvent(event); + const submitBtn = document.querySelector('mat-dialog-container .mat-dialog-actions button.wf-button--primary'); + if (submitBtn) { + restyle(submitBtn, 'btn-key'); + restyle(submitBtn, 'btn-key-pad'); + restyle(submitBtn, 'key-bracket-Enter'); + } + } else { + const cc = context.cards[context.currentCard]; + const card = document.getElementById(cc.id); + restyle(card, 'highlighted'); + cc.draw(card); + card.scrollIntoView({ + behavior: 'smooth', + block: 'center' + }); } - }); - } - - function handleRejectEntry(e, idx) { - if (rejectDepth === 0) { - if (idx >= Object.keys(menuPosition).length) { - return; - } - e.preventDefault(); - menuPosition[idx]["element"].children[0].click(); - rejectDepth = 1; - rejectOuterIdx = idx; - } else if (rejectDepth === 1) { - if (idx >= Object.keys(menuPosition[rejectOuterIdx]["children"]).length) { - return; - } - e.preventDefault(); - rejectDepth = 2; - const headers = document.getElementsByClassName("mat-expansion-panel-header"); - if (headers.length > 0) { - headers[0].click(); - document.activeElement.blur(); - } - menuPosition[rejectOuterIdx]["children"][idx]["element"].children[0].click(); - const ref = document.querySelector("app-review-rejection-abuse-modal"); - const textWrapper = ref.getElementsByClassName("mat-form-field-infix"); - textWrapper[0].getElementsByTagName("textArea")[0].focus(); - } else { - return; - } - } + }, + cards: [ + { + id: 'check-duplicates-card', + draw: card => { + const noDupeBtn = card.querySelector('.noDuplicatesButton'); + restyle(noDupeBtn, 'btn-key'); + restyle(noDupeBtn, 'key-bracket-1'); + if (dupImgs.length) { + const dupImgBox = card.querySelector('#check-duplicates-card nia-map ~ * div.overflow-x-auto'); + const dupeHelp = drawNew('p'); + const dhK1 = document.createElement('span'); + dhK1.classList.add('wfkr2-key-span'); + dhK1.textContent = '[Alt]+['; + const dhK2 = document.createElement('span'); + dhK2.classList.add('wfkr2-key-span'); + dhK2.classList.add('wfkr2-key-span-wildcard'); + dhK2.textContent = 'letter'; + const dhK3 = document.createElement('span'); + dhK3.classList.add('wfkr2-key-span'); + dhK3.textContent = ']'; + const dhK4 = document.createElement('span'); + dhK4.classList.add('wfkr2-key-span'); + dhK4.textContent = '[Alt]+[Shift]+['; + const dhK5 = document.createElement('span'); + dhK5.classList.add('wfkr2-key-span'); + dhK5.classList.add('wfkr2-key-span-wildcard'); + dhK5.textContent = 'letter'; + const dhK6 = document.createElement('span'); + dhK6.classList.add('wfkr2-key-span'); + dhK6.textContent = ']'; + dupeHelp.appendChild(document.createTextNode('Press ')); + dupeHelp.appendChild(dhK1); + dupeHelp.appendChild(dhK2); + dupeHelp.appendChild(dhK3); + dupeHelp.appendChild(document.createTextNode(' to pick a duplicate, or ')); + dupeHelp.appendChild(dhK4); + dupeHelp.appendChild(dhK5); + dupeHelp.appendChild(dhK6); + dupeHelp.appendChild(document.createTextNode(' to open its photo in full screen')); + dupImgBox.parentNode.insertBefore(dupeHelp, dupImgBox); + + for (let i = 0; i < dupImgs.length && i < 26; i++) { + const dpbox = drawNew('div'); + dpbox.classList.add('wfkr2-dupe-key-box'); + dupImgs[i].parentNode.insertBefore(dpbox, dupImgs[i]); + const inner = document.createElement('div'); + inner.textContent = String.fromCharCode(65 + i); + dpbox.appendChild(inner); + } - function backReject() { - if (rejectDepth === 2) { - const headers = document.getElementsByClassName("mat-expansion-panel-header"); - if (headers.length > 0) { - headers[0].click(); - document.activeElement.blur(); - } - rejectDepth = 1; - } else if (rejectDepth === 1) { - const expandedCats = document.querySelectorAll('[aria-expanded="true"]'); - if (expandedCats.length > 1) { - expandedCats[1].click(); + const dupeBtn = card.querySelectorAll('.agm-info-window-content button.wf-button--primary'); + for (let i = 0; i < dupeBtn.length; i++) { + if (dupeBtn[i] && dupeBtn[i].closest('body')) { + restyle(dupeBtn[i], 'btn-key'); + restyle(dupeBtn[i], 'key-bracket-Enter'); + break; + } + } + } + }, + extraKeys: () => { + const dupKeys = { + '1': () => { + document.querySelector('#check-duplicates-card .noDuplicatesButton').click(); + context.nextCard(); + }, + 'Enter': () => { + if (!isDialogOpen()) { + const dupeBtn = document.querySelectorAll('#check-duplicates-card .agm-info-window-content button.wf-button--primary'); + for (let i = 0; i < dupeBtn.length; i++) { + if (dupeBtn[i] && dupeBtn[i].closest('body')) { + dupeBtn[i].click(); + awaitElement(() => document.querySelector('mat-dialog-container > *')).then(() => redrawUI()); + break; + } + } + } else { + handleEnterNew(); + } + }, + 'Escape': () => { + if (isDialogOpen('app-confirm-duplicate-modal')) { + const cancelBtn = document.querySelector('mat-dialog-container .mat-dialog-actions button.wf-button'); + cancelBtn.click(); + awaitElement(() => !isDialogOpen()).then(() => redrawUI()); + } + } + }; + for (let i = 0; i < dupImgs.length && i < 26; i++) { + const key = String.fromCharCode(65 + i); + const img = dupImgs[i]; + dupKeys[`[${key}`] = () => { + img.click(); + awaitElement(() => document.activeElement.tagName == 'IMG').then(() => { + document.activeElement.blur() + redrawUI(); + }); + } + dupKeys[`+[${key}`] = () => window.open(`${img.src}=s0`); + } + return dupKeys; + } + }, { + id: 'appropriate-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(true) + }, { + id: 'safe-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(true) + }, { + id: 'accurate-and-high-quality-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(true) + }, { + id: 'permanent-location-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(true) + }, { + id: 'socialize-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(false) + }, { + id: 'exercise-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(false) + }, { + id: 'explore-card', + draw: drawThumbCard, + extraKeys: thumbCardKeys(false) + }, { + id: 'categorization-card', + draw: card => { + const labels = card.querySelectorAll('mat-button-toggle-group > div'); + for (let i = 0; i < labels.length; i++) { + restyle(labels[i], 'btn-key'); + restyle(labels[i], 'key-bracket-' + (i + 1)); + restyle(labels[i], 'btn-key-no-highlight'); + restyle(labels[i], 'btn-key-pad'); + } + const catBox = card.querySelector('mat-button-toggle-group'); + const catHelp = drawNew('p'); + const noAllKey = document.createElement('span'); + noAllKey.classList.add('wfkr2-key-span'); + noAllKey.textContent = '[Tab]'; + catHelp.appendChild(document.createTextNode('Press ')); + catHelp.appendChild(noAllKey); + catHelp.appendChild(document.createTextNode(' set all options to "No"')); + catBox.parentNode.insertBefore(catHelp, catBox); + }, + extraKeys: () => { + const setAllNo = evenIfYes => { + const rows = document.querySelectorAll('#categorization-card mat-button-toggle-group'); + for (let i = 0; i < rows.length; i++) { + if (evenIfYes || !rows[i].querySelector('mat-button-toggle.mat-button-toggle-checked')) { + rows[i].querySelector('mat-button-toggle:last-of-type button').click(); + } + } + }; + const toggleYN = key => { + setAllNo(false); + const label = document.querySelector('#categorization-card .wfkr2-eds-key-bracket-' + key); + const opts = label.closest('mat-button-toggle-group').querySelectorAll('mat-button-toggle'); + for (let i = 0; i < opts.length; i++) { + if (!opts[i].classList.contains('mat-button-toggle-checked')) { + opts[i].querySelector('button').click(); break; + } + } + }; + const keys = { + 'Tab': () => setAllNo(true) + }; + let i = 1; + while (candidate.hasOwnProperty('categoryIds') && i <= candidate.categoryIds.length) { + const key = '' + (i++); + keys[key] = () => toggleYN(key); + } + return keys + } + } + ], + currentCard: 0, + nextCard: () => { + if (context.currentCard < context.cards.length - 1) { + context.currentCard++; + context.extraKeys = context.cards[context.currentCard].extraKeys + updateKeybindsNew(candidate); + } + }, + prevCard: () => { + if (context.currentCard > 0) { + context.currentCard--; + context.extraKeys = context.cards[context.currentCard].extraKeys + updateKeybindsNew(candidate); + } } - rejectDepth = 0; - } else { - cancelReject(); - } - } + }; + context.extraKeys = context.cards[context.currentCard].extraKeys + updateKeybindsNew(candidate); + }; - function submitReject(e) { - if (rejectDepth <= 1) { - return; - } - if (e.shiftKey) { - return; - } - let smartButton = document.getElementById("wayfarerrtssbutton_r"); - if (smartButton === null || smartButton === undefined) { - let btn = null; - if (e.ctrlKey) { - btn = document.querySelector('button[class="wf-button mat-menu-trigger wf-split-button__toggle wf-button--primary"]'); - } else { - btn = document.querySelector('button[class="wf-button wf-split-button__main wf-button--primary"]'); - } - if (btn !== null) { - isReject = false; - btn.click(); - setTimeout(submitToMenu, 250); - } + const handleEnterNew = () => { + let btn = null; + if (isDialogOpen() && !isDialogClosing()) { + btn = document.querySelector('mat-dialog-container .mat-dialog-actions button.wf-button--primary'); } else { - smartButton.click(); + btn = document.querySelector('app-submit-review-split-button button.wf-button--primary'); } - } - - function submitToMenu() { - const btn = document.querySelector('button[role="menuitem"]'); - if (btn !== null) { + if (btn) { btn.click(); } - } + }; + + const updateKeybindsNew = candidate => { + const aahqrl10n = getI18NPrefixResolver('review.new.question.accurateandhighquality.reject.'); + setHandler(makeKeyMap({ + '+P': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('PRIVATE')), + '+I': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('INAPPROPRIATE')), + '+K': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('SCHOOL')), + '+S': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('SENSITIVE')), + '+E': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('EMERGENCY')), + '+G': () => thumbDownOpen(ThumbCards.APPROPRIATE).then(() => selectDialogRadio('GENERIC')), + '+U': () => thumbDownOpen(ThumbCards.SAFE), + '+1': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => expandDialogAccordionPanel(aahqrl10n('photos'))), + '+1,B': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.blurry')), + '+1,F': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.face')), + '+1,L': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.license')), + '+1,O': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.orientation')), + '+1,I': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.identifiable')), + '+1,T': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.thirdparty')), + '+1,W': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.watermark')), + '+1,Q': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('photos')), aahqrl10n('photos.lowquality')), + '+2': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => expandDialogAccordionPanel(aahqrl10n('title'))), + '+2,E': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('title')), aahqrl10n('title.emoji')), + '+2,U': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('title')), aahqrl10n('title.url')), + '+2,Q': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('title')), aahqrl10n('title.quality')), + '+3': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => expandDialogAccordionPanel(aahqrl10n('description'))), + '+3,E': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('description')), aahqrl10n('description.emoji')), + '+3,U': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('description')), aahqrl10n('description.url')), + '+3,Q': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('description')), aahqrl10n('description.quality')), + '+4': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => expandDialogAccordionPanel(aahqrl10n('abuse'))), + '+4,F': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('abuse')), aahqrl10n('abuse.fakenomination')), + '+4,X': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('abuse')), aahqrl10n('abuse.explicit')), + '+4,I': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('abuse')), aahqrl10n('abuse.influencing')), + '+4,O': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('abuse')), aahqrl10n('abuse.offensive')), + '+4,A': () => checkDialogBox(getDialogAccordionPanel(aahqrl10n('abuse')), aahqrl10n('abuse.other')), + '+L': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => checkDialogBox(null, aahqrl10n('inaccuratelocation'))), + '+O': () => thumbDownOpen(ThumbCards.ACCURATE).then(() => checkDialogBox(null, null)), + '+T': () => thumbDownOpen(ThumbCards.PERMANENT), + 'Q': () => window.open(candidate.imageUrl + '=s0'), + 'E': () => window.open(candidate.supportingImageUrl + '=s0'), + 'Tab': () => !isDialogOpen() && context.nextCard(), + '+Tab': () => !isDialogOpen() && context.prevCard(), + 'ArrowDown': () => !isDialogOpen() && context.nextCard(), + 'ArrowUp': () => !isDialogOpen() && context.prevCard(), + 'ArrowRight': () => !isDialogOpen() && context.nextCard(), + 'ArrowLeft': () => !isDialogOpen() && context.prevCard(), + 'Enter': () => handleEnterNew(), + ...context.extraKeys() + })); + }; + + (() => { + const keyList = [ + ...[...Array(27).keys()].map(e => String.fromCharCode(64 + e)), + ...[...Array(10).keys()].map(e => '' + e), + 'Esc', 'Tab', 'Enter' + ]; + const edsKeys = keyList.map(key => `.wfkr2-eds-key-bracket-${key}::before { content: '[${key}]'; }`).join('\n'); - function cancelReject() { - const btn = document.querySelector('button[class="wf-button"]'); - if (btn !== null) { - isReject = false; - rejectDepth = 0; - btn.click(); + const css = ` + .wfkr2-eds-highlighted { + border-width: 1px; + border-color: #df471c; + } + .dark .wfkr2-eds-highlighted { + border-color: #20B8E3; + } + .wfkr2-eds-btn-key::before, .wfkr2-key-label, .wfkr2-key-span { + color: #FF6D38; + font-family: monospace; + text-transform: none; + display: inline-block; } - } - - function handleCustomWhatIf(card, idx) { - const dropdown = card.querySelector('ng-dropdown-panel'); - const option = dropdown.querySelector(`#${dropdown.id}-${idx}`); - if (option) option.click(); - return true; - } - - function updateRevPosition(diff, manual) { - ratingElements[revPosition].classList.remove('kbdActiveElement'); - revPosition += diff; - if (revPosition < 0) { - revPosition = 0; + .wfkr2-key-span-wildcard { + color: #20B8E3; } - if (revPosition > maxRevPosition) { - revPosition = maxRevPosition; + .wfkr2-eds-btn-key-no-highlight::before { + color: black; } - - ratingElements[revPosition].classList.add('kbdActiveElement'); - ratingElements[revPosition].focus(); - ratingElements[revPosition].scrollIntoView({ block: 'center' }); - - if (ratingElements[revPosition].id == 'categorization-card') { - const wfinput = ratingElements[revPosition].querySelector('wf-select input'); - if (wfinput) focusWhatIsInput(wfinput); - return true; + .dark .wfkr2-eds-btn-key-no-highlight::before { + color: white; } - return false; - } - - function focusWhatIsInput(wfinput) { - wfinput.focus(); - wfinput.addEventListener('keydown', e => { - if (e.keyCode == 13) { - e.stopPropagation(); - keyDownEvent(e); - } - }); - } - - function trySubmit(finish) { - const dialog = document.querySelector('mat-dialog-container'); - if (dialog) dialog.parentNode.removeChild(dialog); - const submitWrapper = document.getElementsByTagName("app-submit-review-split-button"); - const buttonParts = submitWrapper[0].getElementsByTagName("button"); - if (finish) { - if (finish && buttonParts.length >= 3) { - buttonParts[2].click(); - document.querySelector("button.mat-focus-indicator.mat-menu-item").click(); - } - return; + .wfkr2-eds-btn-key-pad::before, .wfkr2-key-label { + margin-right: 5px; } - let smartButton = document.getElementById("wayfarerrtssbutton_0"); - if (smartButton === null || smartButton === undefined) { - const submitWrapper = document.getElementsByTagName("app-submit-review-split-button"); - buttonParts[0].click(); - } else { - smartButton.click(); + .wfkr2-eds-btn-key.is-selected::before, .wfkr2-eds-btn-key.wf-button--primary::before { + color: black; } - } - - function addCss() { - const whatIsSelector = 'div.review-categorization__option > div > div:nth-child(1)::before' - const whatIsOptions = [...Array(10).keys()].map(e => (`div:nth-child(${e}) > ${whatIsSelector} { content: '[${e}] '; }`)).join('\n'); - const whatIsButtons = [...Array(5).keys()].map(e => (`div.review-categorization > button:nth-child(${e})::before { content: '${e}. '; }`)).join('\n'); - const whatIsYNLabels = [...Array(7).keys()].map(e => (`div.review-categorization > mat-button-toggle-group:nth-child(${e}) > div::before { content: '[${e}]\u00a0'; }`)).join('\n'); - const editOptions = [...Array(10).keys()].map(e => (`app-review-edit mat-radio-button:nth-child(${e}) .mat-radio-label-content::before { content: '[${e}]'; }`)).join('\n'); - const photoOptions = [...Array(27).keys()].map(e => { - const letter = String.fromCharCode(64 + e); - return `app-photo-card:nth-child(${e}) .photo-card__actions::before { content: '${letter}'; }`; - }).join('\n'); - const locationOptions = [...Array(26).keys()].map(e => { - const letter = String.fromCharCode(65 + e); - return `app-select-location-edit agm-map div[option-idx="${e}"]:before { content: '${letter}'; }`; - }).join('\n'); - - const css = ` - ${whatIsSelector} { font-family: monospace; color: white; } - ${whatIsOptions} - ${whatIsYNLabels} - - div.review-categorization > button::before { margin-right: 5px; } - .dark div.review-categorization > button::before { color: white; } - div.review-categorization > mat-button-toggle-group > div::before { font-family: monospace; color: #FF6D38; } - div.review-categorization > mat-button-toggle-group > div { color: black !important; } - .dark div.review-categorization > mat-button-toggle-group > div { color: white !important; } - ${whatIsButtons} - div.review-categorization > button:last-child::before { margin-left: -14px; } - - app-review-new #categorization-card.wbkb-yesno > div:first-child > div:first-child::after { - content: '[Shift+Tab] = Other\\a[Tab] = Nothing'; - margin-top: 10px; - display: block; - white-space: pre; - font-family: monospace; - color: #FF6D38; - } - - app-review-edit mat-radio-button .mat-radio-label-content::before { color: #FF6D38; font-family: monospace; } - ${editOptions} - - app-supporting-info .wf-review-card__body .bg-gray-200 .cursor-pointer::before { - content: '[Click here or press A for full supporting info] '; - color: #FF6D38; - display: block; - } - - app-select-location-edit agm-map div[role="button"]::before { margin-left: 8px; color: black; auto; font-size: 25px; } - app-select-location-edit mat-checkbox .mat-checkbox-label::before { content: '[Tab]'; color: #FF6D38; font-family: monospace; } - ${locationOptions} - - app-photo-card .photo-card__actions::before { font-size: 24px; margin-right: 20px; } - app-accept-all-photos-card .photo-card__overlay span::after { - content: '[Press Tab to accept all photos] '; - color: #FF6D38; - display: block; - } - ${photoOptions} - - .card.kbdActiveElement { - border-width: 1px; - } - .kbdActiveElement { - border-color: #df471c; + .wfkr2-eds-thumb-card-btnr { + width: 43% !important; } - .dark .kbdActiveElement { - border-color: #20B8E3; + .wfkr2-eds-thumb-card-tassr { + width: 57% !important; } - .kbdDupeImageBox { + + ${edsKeys} + + .wfkr2-dupe-key-box { width: 0; z-index: 10; } - .kbdDupeImageBox > div { + .wfkr2-dupe-key-box > div { width: 1.7em; margin: 5px; text-align: center; @@ -841,27 +853,21 @@ pointer-events: none; background: rgba(0,0,0,0.5); color: #FF6D38; - } - .kbdDupeHelp { - color: #FF6D38; - font-family: monospace; - } - - app-check-duplicates nia-map .agm-map-container-inner button.wf-button[wftype="primary"]::before { - content: '[Enter]'; - font-family: monospace; - } - /* Translation button integration */ - .translBtnAll::after { - content: '[T]'; - font-family: monospace; - color: #FF6D38; } `; const style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; - document.querySelector('head').appendChild(style); - } + // We're loading this script on document-start, which means does not exist yet. + // Wait for it to start existing before we try to add the CSS to it. + const tryAdd = setInterval(() => { + const head = document.querySelector('head'); + if (head) { + clearInterval(tryAdd); + console.log('Injecting styles...'); + head.appendChild(style); + } + }, 100); + })(); })(); From 9f6aa5ecf27357893b83d340375b33fb0d6847b1 Mon Sep 17 00:00:00 2001 From: tehstone Date: Thu, 2 Nov 2023 17:30:52 -0400 Subject: [PATCH 32/32] notify if you review something you've seen before --- wayfarer-review-history-idb.user.js | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/wayfarer-review-history-idb.user.js b/wayfarer-review-history-idb.user.js index c1b1b9d..fe25727 100644 --- a/wayfarer-review-history-idb.user.js +++ b/wayfarer-review-history-idb.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Wayfarer Review History -// @version 0.5.0 +// @version 0.5.1 // @description Add local review history storage to Wayfarer // @namespace https://github.com/tehstone/wayfarer-addons // @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-history-idb.user.js @@ -117,6 +117,21 @@ } if (saveColumns.length) { const saveData = { ...filterObject(result, saveColumns), ts: Date.now(), userHash, review: null }; + getIDBInstance().then(db => { + const tx = db.transaction([OBJECT_STORE_NAME], "readwrite"); + tx.oncomplete = event => { db.close(); resolve(); }; + tx.onerror = reject; + const objectStore = tx.objectStore(OBJECT_STORE_NAME); + const getReview = objectStore.get(result.id); + getReview.onsuccess = () => { + if (getReview.result) { + if(getReview.result.review) { + alert(`You have reviewed this before! timestamp: ${getReview.result.ts}`); + } + } + }; + getReview.onerror = reject; + }).catch(reject); getIDBInstance().then(db => { const tx = db.transaction([OBJECT_STORE_NAME], "readwrite"); tx.oncomplete = event => { db.close(); resolve(); }; @@ -427,7 +442,7 @@ dateAfter = new Date(dateAfter); dateInput.valueAsDate = dateAfter; } - + dateInput.addEventListener('change', function () { const userId = getUserId(); dateAfter = new Date(this.value); @@ -483,7 +498,7 @@ rangeLabel.setAttribute("for", "wayfarerrhlocation"); rangeLabel.classList.add('wayfareres_settings_label'); rangeLabel.title = "If location and range are set, displayed values will be filtered to those within the given number of kilometers to the location provided." - + settingsDiv.appendChild(sectionLabel); settingsDiv.appendChild(document.createElement('br'));